Skip to content

Console Output

12:12:42 + make REF=20.10 fedora-37
12:12:42 git init src/github.com/docker/cli
12:12:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
12:12:42 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:12:42 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
12:12:42 + SRC=src/github.com/docker/cli
12:12:42 + REF=20.10
12:12:42 + REF_FETCH=20.10
12:12:42 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
12:12:42 + awk {print $2}
12:12:42 + REF=refs/heads/20.10
12:12:42 + [ -n refs/heads/20.10 ]
12:12:42 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
12:12:42 + 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:44 git init src/github.com/docker/docker
12:12:44 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
12:12:44 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:12:44 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
12:12:44 + SRC=src/github.com/docker/docker
12:12:44 + REF=20.10
12:12:44 + REF_FETCH=20.10
12:12:44 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
12:12:44 + 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:47 From https://github.com/docker/docker
12:12:47  * [new branch]      20.10      -> 20.10
12:12:47  * [new branch]      20.10      -> origin/20.10
12:12:47 + 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:48 From https://github.com/docker/compose
12:12:48  * [new tag]         v2.11.2    -> v2.11.2
12:12:48 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.11.2
12:12:48 git init src/github.com/docker/scan-cli-plugin
12:12:48 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
12:12:48 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:12:48 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
12:12:48 + SRC=src/github.com/docker/scan-cli-plugin
12:12:48 + REF=v0.17.0
12:12:48 + REF_FETCH=v0.17.0
12:12:48 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
12:12:48 + awk {print $2}
12:12:48 + REF=refs/tags/v0.17.0
12:12:48 + [ -n refs/tags/v0.17.0 ]
12:12:48 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
12:12:48 + 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-37
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:49 213ec9aee27d: Pulling fs layer
12:12:49 213ec9aee27d: Verifying Checksum
12:12:49 213ec9aee27d: Download complete
12:12:49 213ec9aee27d: Pull complete
12:12:49 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad
12:12:49 Status: Downloaded newer image for alpine:latest
12:12:53 mkdir -p rpmbuild/SOURCES
12:12:53 docker run --rm -w /v \
12:12:53 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
12:12:53 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
12:12:53 	alpine \
12:12:53 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:12:56 mkdir -p rpmbuild/SOURCES
12:12:56 docker run --rm -w /v \
12:12:56 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
12:12:56 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
12:12:56 	alpine \
12:12:56 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:12:56 mkdir -p rpmbuild/SOURCES
12:12:56 docker run --rm -w /v \
12:12:56 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:12:56 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
12:12:56 	alpine \
12:12:56 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:12:57 mkdir -p rpmbuild/SOURCES
12:12:57 cp ../systemd/docker.service rpmbuild/SOURCES/docker.service
12:12:57 mkdir -p rpmbuild/SOURCES
12:12:57 cp ../systemd/docker.socket rpmbuild/SOURCES/docker.socket
12:12:57 docker run --rm -w /v \
12:12:57 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
12:12:57 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
12:12:57 	alpine \
12:12:57 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
12:12:58 == Building packages for fedora-37 ==
12:12:58 mkdir -p "rpmbuild/fedora-37"
12:12:58 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.6-buster -t rpmbuild-fedora-37/x86_64 -f fedora-37/Dockerfile .
12:12:58 #1 [internal] load build definition from Dockerfile
12:12:58 #1 transferring dockerfile: 866B done
12:12:58 #1 DONE 0.1s
12:12:58 
12:12:58 #2 [internal] load .dockerignore
12:12:58 #2 transferring context: 2B done
12:12:58 #2 DONE 0.1s
12:12:58 
12:12:58 #3 [internal] load metadata for docker.io/library/golang:1.18.6-buster
12:12:58 #3 ...
12:12:58 
12:12:58 #4 [auth] library/fedora:pull token for registry-1.docker.io
12:12:58 #4 DONE 0.0s
12:12:58 
12:12:58 #5 [auth] library/golang:pull token for registry-1.docker.io
12:12:58 #5 DONE 0.0s
12:12:58 
12:12:58 #6 [internal] load metadata for docker.io/library/fedora:37
12:12:58 #6 DONE 0.4s
12:12:58 
12:12:58 #3 [internal] load metadata for docker.io/library/golang:1.18.6-buster
12:12:58 #3 DONE 0.4s
12:12:58 
12:12:58 #7 [internal] load build context
12:12:58 #7 DONE 0.0s
12:12:58 
12:12:58 #8 [stage-1 1/6] FROM docker.io/library/fedora:37@sha256:fe82569cff7745d2bb9ce8259bd72afb4377679a32c1295ecc6e035276a1d3f6
12:12:58 #8 resolve docker.io/library/fedora:37@sha256:fe82569cff7745d2bb9ce8259bd72afb4377679a32c1295ecc6e035276a1d3f6 0.0s done
12:12:59 #8 ...
12:12:59 
12:12:59 #7 [internal] load build context
12:12:59 #7 transferring context: 13.65kB done
12:12:59 #7 DONE 0.0s
12:12:59 
12:12:59 #8 [stage-1 1/6] FROM docker.io/library/fedora:37@sha256:fe82569cff7745d2bb9ce8259bd72afb4377679a32c1295ecc6e035276a1d3f6
12:12:59 #8 sha256:fe82569cff7745d2bb9ce8259bd72afb4377679a32c1295ecc6e035276a1d3f6 975B / 975B done
12:12:59 #8 sha256:8424686c5327e302f17f336af82da620eee70b5718a1dd3a44c1e502cc7a59da 529B / 529B done
12:12:59 #8 sha256:dbcdba45a3e72c8a34c1f722f7c2ea2aea4e07ed22d334b84d9ad9b6b095cd56 2.00kB / 2.00kB done
12:12:59 #8 sha256:faa6135057fd7d4495c4bbeedd1e53d256c6d3046551a85826db41f787322fb7 0B / 59.41MB 0.1s
12:12:59 #8 sha256:faa6135057fd7d4495c4bbeedd1e53d256c6d3046551a85826db41f787322fb7 8.39MB / 59.41MB 0.3s
12:12:59 #8 sha256:faa6135057fd7d4495c4bbeedd1e53d256c6d3046551a85826db41f787322fb7 14.68MB / 59.41MB 0.4s
12:12:59 #8 sha256:faa6135057fd7d4495c4bbeedd1e53d256c6d3046551a85826db41f787322fb7 17.83MB / 59.41MB 0.5s
12:12:59 #8 sha256:faa6135057fd7d4495c4bbeedd1e53d256c6d3046551a85826db41f787322fb7 37.92MB / 59.41MB 0.7s
12:12:59 #8 sha256:faa6135057fd7d4495c4bbeedd1e53d256c6d3046551a85826db41f787322fb7 47.19MB / 59.41MB 0.8s
12:12:59 #8 sha256:faa6135057fd7d4495c4bbeedd1e53d256c6d3046551a85826db41f787322fb7 53.48MB / 59.41MB 0.9s
12:13:00 #8 sha256:faa6135057fd7d4495c4bbeedd1e53d256c6d3046551a85826db41f787322fb7 59.41MB / 59.41MB 1.1s
12:13:00 #8 sha256:faa6135057fd7d4495c4bbeedd1e53d256c6d3046551a85826db41f787322fb7 59.41MB / 59.41MB 1.1s done
12:13:00 #8 extracting sha256:faa6135057fd7d4495c4bbeedd1e53d256c6d3046551a85826db41f787322fb7
12:13:05 #8 extracting sha256:faa6135057fd7d4495c4bbeedd1e53d256c6d3046551a85826db41f787322fb7 5.2s done
12:13:05 #8 DONE 6.7s
12:13:05 
12:13:05 #9 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:13:05 #9 resolve docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094 0.0s done
12:13:05 #9 sha256:86467c57892b6bb48d563cb5940c68b69c431b2e79c3547df60d1c761c21c156 50.44MB / 50.44MB 0.8s done
12:13:05 #9 sha256:2b34aaa3cba7676359d4f9d29333c92bd9f448969b07f56bb8482398a5dc53c6 7.86MB / 7.86MB 0.2s done
12:13:05 #9 sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094 988B / 988B done
12:13:05 #9 sha256:2f07eccff90cf916626afac5c614f7bcae0a65bc31117b8f65b4fadc12866b42 7.11kB / 7.11kB done
12:13:05 #9 sha256:bc8bf52dcb573cdb247a714674cc6dea759a5f5434013e5b8a5cbb35fb212320 1.79kB / 1.79kB done
12:13:05 #9 sha256:5a443ab54eaa5455912b469fb6d8b621ade658cd0afef9c706b7e37085004b25 10.00MB / 10.00MB 0.5s done
12:13:05 #9 sha256:e6cacf42b5677aa20eb8fff5102f7482828f27555a167f49da0597869f91002f 51.84MB / 51.84MB 1.6s done
12:13:05 #9 sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 68.83MB / 68.83MB 2.1s done
12:13:05 #9 extracting sha256:86467c57892b6bb48d563cb5940c68b69c431b2e79c3547df60d1c761c21c156 4.6s done
12:13:05 #9 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 141.88MB / 141.88MB 3.4s done
12:13:05 #9 sha256:2ed9898dade4c9a6edce198887a5f565bd61018893dc1144589c28283874125d 156B / 156B 1.7s done
12:13:05 #9 extracting sha256:2b34aaa3cba7676359d4f9d29333c92bd9f448969b07f56bb8482398a5dc53c6 0.6s done
12:13:05 #9 extracting sha256:5a443ab54eaa5455912b469fb6d8b621ade658cd0afef9c706b7e37085004b25 0.3s
12:13:06 #9 extracting sha256:5a443ab54eaa5455912b469fb6d8b621ade658cd0afef9c706b7e37085004b25 0.5s done
12:13:06 #9 extracting sha256:e6cacf42b5677aa20eb8fff5102f7482828f27555a167f49da0597869f91002f
12:13:08 #9 extracting sha256:e6cacf42b5677aa20eb8fff5102f7482828f27555a167f49da0597869f91002f 2.6s done
12:13:09 #9 extracting sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa
12:13:13 #9 extracting sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 3.9s done
12:13:13 #9 extracting sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7
12:13:15 #9 ...
12:13:15 
12:13:15 #10 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
12:13:15 #0 2.243 Fedora rawhide openh264 (From Cisco) - x86_64   2.0 kB/s | 2.5 kB     00:01    
12:13:15 #0 7.723 Fedora - Rawhide - Developmental packages for t  12 MB/s |  64 MB     00:05    
12:13:15 #10 ...
12:13:15 
12:13:15 #9 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:13:18 #9 extracting sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 5.0s
12:13:23 #9 extracting sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 10.6s done
12:13:23 #9 extracting sha256:2ed9898dade4c9a6edce198887a5f565bd61018893dc1144589c28283874125d
12:13:24 #9 extracting sha256:2ed9898dade4c9a6edce198887a5f565bd61018893dc1144589c28283874125d done
12:13:24 #9 DONE 25.2s
12:13:24 
12:13:24 #10 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
12:13:39 #10 33.26 Fedora - Modular Rawhide - Developmental packag 1.5 MB/s | 2.2 MB     00:01    
12:13:42 #10 36.02 Dependencies resolved.
12:13:42 #10 36.04 ================================================================================
12:13:42 #10 36.04  Package                       Arch     Version                 Repo       Size
12:13:42 #10 36.04 ================================================================================
12:13:42 #10 36.04 Installing:
12:13:42 #10 36.04  dnf-plugins-core              noarch   4.3.1-1.fc38            rawhide    34 k
12:13:42 #10 36.04  rpm-build                     x86_64   4.18.0-1.fc38           rawhide    77 k
12:13:42 #10 36.04  rpmlint                       noarch   2.2.0-7.fc38            rawhide   332 k
12:13:42 #10 36.04 Upgrading:
12:13:42 #10 36.04  dnf                           noarch   4.14.0-1.fc38           rawhide   480 k
12:13:42 #10 36.04  dnf-data                      noarch   4.14.0-1.fc38           rawhide    43 k
12:13:42 #10 36.04  elfutils-libelf               x86_64   0.187-8.fc38            rawhide   197 k
12:13:42 #10 36.04  elfutils-libs                 x86_64   0.187-8.fc38            rawhide   257 k
12:13:42 #10 36.04  file-libs                     x86_64   5.42-4.fc37             rawhide   676 k
12:13:42 #10 36.04  glibc                         x86_64   2.36.9000-8.fc38        rawhide   2.1 M
12:13:42 #10 36.04  glibc-common                  x86_64   2.36.9000-8.fc38        rawhide   294 k
12:13:42 #10 36.04  glibc-minimal-langpack        x86_64   2.36.9000-8.fc38        rawhide    16 k
12:13:42 #10 36.04  gpgme                         x86_64   1.17.0-4.fc37           rawhide   210 k
12:13:42 #10 36.04  libcomps                      x86_64   0.1.18-4.fc37           rawhide    76 k
12:13:42 #10 36.04  libdnf                        x86_64   0.68.0-1.fc38           rawhide   673 k
12:13:42 #10 36.04  ncurses-base                  noarch   6.3-3.20220501.fc37     rawhide    86 k
12:13:42 #10 36.04  ncurses-libs                  x86_64   6.3-3.20220501.fc37     rawhide   329 k
12:13:42 #10 36.04  python3                       x86_64   3.11.0~rc2-1.fc38       rawhide    27 k
12:13:42 #10 36.04  python3-dnf                   noarch   4.14.0-1.fc38           rawhide   607 k
12:13:42 #10 36.04  python3-gpg                   x86_64   1.17.0-4.fc37           rawhide   298 k
12:13:42 #10 36.04  python3-hawkey                x86_64   0.68.0-1.fc38           rawhide   108 k
12:13:42 #10 36.04  python3-libcomps              x86_64   0.1.18-4.fc37           rawhide    48 k
12:13:42 #10 36.04  python3-libdnf                x86_64   0.68.0-1.fc38           rawhide   818 k
12:13:42 #10 36.04  python3-libs                  x86_64   3.11.0~rc2-1.fc38       rawhide   9.6 M
12:13:42 #10 36.04  python3-rpm                   x86_64   4.18.0-1.fc38           rawhide    93 k
12:13:42 #10 36.04  rpm                           x86_64   4.18.0-1.fc38           rawhide   570 k
12:13:42 #10 36.04  rpm-build-libs                x86_64   4.18.0-1.fc38           rawhide    94 k
12:13:42 #10 36.04  rpm-libs                      x86_64   4.18.0-1.fc38           rawhide   320 k
12:13:42 #10 36.04  rpm-sign-libs                 x86_64   4.18.0-1.fc38           rawhide    27 k
12:13:42 #10 36.04  xz-libs                       x86_64   5.2.6-1.fc38            rawhide    92 k
12:13:42 #10 36.04  yum                           noarch   4.14.0-1.fc38           rawhide    40 k
12:13:42 #10 36.04 Installing dependencies:
12:13:42 #10 36.04  ansible-srpm-macros           noarch   1-8.1.fc38              rawhide   8.6 k
12:13:42 #10 36.04  binutils                      x86_64   2.39-3.fc38             rawhide   5.4 M
12:13:42 #10 36.04  binutils-gold                 x86_64   2.39-3.fc38             rawhide   778 k
12:13:42 #10 36.04  bzip2                         x86_64   1.0.8-12.fc37           rawhide    52 k
12:13:42 #10 36.04  cpio                          x86_64   2.13-13.fc38            rawhide   276 k
12:13:42 #10 36.04  dash                          x86_64   0.5.11.5-2.fc37         rawhide    98 k
12:13:42 #10 36.04  dbus-libs                     x86_64   1:1.14.2-1.fc38         rawhide   155 k
12:13:42 #10 36.04  debugedit                     x86_64   5.0-5.fc37              rawhide    77 k
12:13:42 #10 36.04  desktop-file-utils            x86_64   0.26-7.fc37             rawhide    72 k
12:13:42 #10 36.04  devscripts-checkbashisms      x86_64   2.22.2-3.fc37           rawhide    28 k
12:13:42 #10 36.04  diffutils                     x86_64   3.8-3.fc37              rawhide   378 k
12:13:42 #10 36.04  dwz                           x86_64   0.14-7.fc37             rawhide   129 k
12:13:42 #10 36.04  ed                            x86_64   1.18-2.fc37             rawhide    78 k
12:13:42 #10 36.04  efi-srpm-macros               noarch   5-6.fc37                rawhide    22 k
12:13:42 #10 36.04  elfutils                      x86_64   0.187-8.fc38            rawhide   529 k
12:13:42 #10 36.04  elfutils-debuginfod-client    x86_64   0.187-8.fc38            rawhide    39 k
12:13:42 #10 36.04  emacs-filesystem              noarch   1:28.1-3.fc37           rawhide   9.5 k
12:13:42 #10 36.04  enchant2                      x86_64   2.3.3-2.fc37            rawhide    65 k
12:13:42 #10 36.04  file                          x86_64   5.42-4.fc37             rawhide    49 k
12:13:42 #10 36.04  fonts-srpm-macros             noarch   1:2.0.5-9.fc38          rawhide    26 k
12:13:42 #10 36.04  fpc-srpm-macros               noarch   1.3-6.fc37              rawhide   7.7 k
12:13:42 #10 36.04  gdb-minimal                   x86_64   12.1-4.fc37             rawhide   3.9 M
12:13:42 #10 36.04  gdk-pixbuf2                   x86_64   2.42.9-2.fc38           rawhide   485 k
12:13:42 #10 36.04  ghc-srpm-macros               noarch   1.5.0-7.fc37            rawhide   7.8 k
12:13:42 #10 36.04  glibc-gconv-extra             x86_64   2.36.9000-8.fc38        rawhide   1.6 M
12:13:42 #10 36.04  gnat-srpm-macros              noarch   4-16.fc37               rawhide   8.3 k
12:13:42 #10 36.04  go-srpm-macros                noarch   3.2.0-1.fc38            rawhide    27 k
12:13:42 #10 36.04  groff-base                    x86_64   1.22.4-10.fc37          rawhide   1.1 M
12:13:42 #10 36.04  hunspell                      x86_64   1.7.1-1.fc38            rawhide   357 k
12:13:42 #10 36.04  hunspell-en-GB                noarch   0.20201207-1.fc38       rawhide   225 k
12:13:42 #10 36.04  hunspell-en-US                noarch   0.20201207-1.fc38       rawhide   180 k
12:13:42 #10 36.04  hunspell-filesystem           x86_64   1.7.1-1.fc38            rawhide   8.9 k
12:13:42 #10 36.04  jansson                       x86_64   2.13.1-5.fc37           rawhide    44 k
12:13:42 #10 36.04  json-glib                     x86_64   1.6.6-3.fc37            rawhide   162 k
12:13:42 #10 36.04  kernel-srpm-macros            noarch   1.0-15.fc37             rawhide   9.4 k
12:13:42 #10 36.04  libappstream-glib             x86_64   0.8.1-1.fc38            rawhide   404 k
12:13:42 #10 36.04  libb2                         x86_64   0.98.1-7.fc37           rawhide    25 k
12:13:42 #10 36.04  libjpeg-turbo                 x86_64   2.1.4-1.fc38            rawhide   181 k
12:13:42 #10 36.04  libpkgconf                    x86_64   1.8.0-3.fc37            rawhide    36 k
12:13:42 #10 36.04  libpng                        x86_64   2:1.6.37-13.fc37        rawhide   119 k
12:13:42 #10 36.04  libstemmer                    x86_64   0-19.585svn.fc37        rawhide    79 k
12:13:42 #10 36.04  lua-srpm-macros               noarch   1-7.fc37                rawhide   8.8 k
12:13:42 #10 36.04  ncurses                       x86_64   6.3-3.20220501.fc37     rawhide   409 k
12:13:42 #10 36.04  nim-srpm-macros               noarch   3-7.fc37                rawhide   8.4 k
12:13:42 #10 36.04  ocaml-srpm-macros             noarch   7-2.fc37                rawhide    13 k
12:13:42 #10 36.04  openblas-srpm-macros          noarch   2-12.fc37               rawhide   7.5 k
12:13:42 #10 36.04  package-notes-srpm-macros     noarch   0.5-6.fc38              rawhide    11 k
12:13:42 #10 36.04  patch                         x86_64   2.7.6-17.fc37           rawhide   124 k
12:13:42 #10 36.04  perl-AutoLoader               noarch   5.74-492.fc38           rawhide    24 k
12:13:42 #10 36.04  perl-B                        x86_64   1.83-492.fc38           rawhide   184 k
12:13:42 #10 36.04  perl-Carp                     noarch   1.52-489.fc37           rawhide    29 k
12:13:42 #10 36.04  perl-Class-Struct             noarch   0.66-492.fc38           rawhide    25 k
12:13:42 #10 36.04  perl-Data-Dumper              x86_64   2.184-490.fc37          rawhide    56 k
12:13:42 #10 36.04  perl-Digest                   noarch   1.20-489.fc37           rawhide    26 k
12:13:42 #10 36.04  perl-Digest-MD5               x86_64   2.58-489.fc37           rawhide    36 k
12:13:42 #10 36.04  perl-DynaLoader               x86_64   1.52-492.fc38           rawhide    29 k
12:13:42 #10 36.04  perl-Encode                   x86_64   4:3.19-492.fc38         rawhide   1.7 M
12:13:42 #10 36.04  perl-Errno                    x86_64   1.36-492.fc38           rawhide    18 k
12:13:42 #10 36.04  perl-Exporter                 noarch   5.77-489.fc37           rawhide    31 k
12:13:42 #10 36.04  perl-Fcntl                    x86_64   1.15-492.fc38           rawhide    24 k
12:13:42 #10 36.04  perl-File-Basename            noarch   2.85-492.fc38           rawhide    20 k
12:13:42 #10 36.04  perl-File-Path                noarch   2.18-489.fc37           rawhide    35 k
12:13:42 #10 36.04  perl-File-Temp                noarch   1:0.231.100-489.fc37    rawhide    59 k
12:13:42 #10 36.04  perl-File-stat                noarch   1.12-492.fc38           rawhide    20 k
12:13:42 #10 36.04  perl-FileHandle               noarch   2.03-492.fc38           rawhide    19 k
12:13:42 #10 36.04  perl-Getopt-Long              noarch   1:2.52-489.fc37         rawhide    60 k
12:13:42 #10 36.04  perl-Getopt-Std               noarch   1.13-492.fc38           rawhide    19 k
12:13:42 #10 36.04  perl-HTTP-Tiny                noarch   0.082-1.fc37            rawhide    55 k
12:13:42 #10 36.04  perl-IO                       x86_64   1.50-492.fc38           rawhide    95 k
12:13:42 #10 36.04  perl-IPC-Open3                noarch   1.22-492.fc38           rawhide    26 k
12:13:42 #10 36.04  perl-MIME-Base64              x86_64   3.16-489.fc37           rawhide    30 k
12:13:42 #10 36.04  perl-Net-SSLeay               x86_64   1.92-4.fc37             rawhide   362 k
12:13:42 #10 36.04  perl-POSIX                    x86_64   2.03-492.fc38           rawhide   101 k
12:13:42 #10 36.04  perl-PathTools                x86_64   3.84-489.fc37           rawhide    89 k
12:13:42 #10 36.04  perl-Pod-Escapes              noarch   1:1.07-489.fc37         rawhide    20 k
12:13:42 #10 36.04  perl-Pod-Perldoc              noarch   3.28.01-490.fc37        rawhide    90 k
12:13:42 #10 36.04  perl-Pod-Simple               noarch   1:3.43-490.fc37         rawhide   225 k
12:13:42 #10 36.04  perl-Pod-Usage                noarch   4:2.03-3.fc37           rawhide    40 k
12:13:42 #10 36.04  perl-Scalar-List-Utils        x86_64   5:1.63-489.fc38         rawhide    72 k
12:13:42 #10 36.04  perl-SelectSaver              noarch   1.02-492.fc38           rawhide    15 k
12:13:42 #10 36.04  perl-Socket                   x86_64   4:2.036-1.fc38          rawhide    55 k
12:13:42 #10 36.04  perl-Storable                 x86_64   1:3.26-489.fc37         rawhide    97 k
12:13:42 #10 36.04  perl-Symbol                   noarch   1.09-492.fc38           rawhide    17 k
12:13:42 #10 36.04  perl-Term-ANSIColor           noarch   5.01-490.fc37           rawhide    48 k
12:13:42 #10 36.04  perl-Term-Cap                 noarch   1.17-489.fc37           rawhide    22 k
12:13:42 #10 36.04  perl-Text-ParseWords          noarch   3.31-489.fc37           rawhide    16 k
12:13:42 #10 36.04  perl-Text-Tabs+Wrap           noarch   2021.0814-489.fc37      rawhide    22 k
12:13:42 #10 36.04  perl-Time-Local               noarch   2:1.300-489.fc37        rawhide    33 k
12:13:42 #10 36.04  perl-URI                      noarch   5.12-2.fc37             rawhide   122 k
12:13:42 #10 36.04  perl-base                     noarch   2.27-492.fc38           rawhide    19 k
12:13:42 #10 36.04  perl-constant                 noarch   1.33-490.fc37           rawhide    23 k
12:13:42 #10 36.04  perl-if                       noarch   0.61.000-492.fc38       rawhide    17 k
12:13:42 #10 36.04  perl-interpreter              x86_64   4:5.36.0-492.fc38       rawhide    75 k
12:13:42 #10 36.04  perl-libnet                   noarch   3.14-490.fc37           rawhide   132 k
12:13:42 #10 36.04  perl-libs                     x86_64   4:5.36.0-492.fc38       rawhide   2.2 M
12:13:42 #10 36.04  perl-mro                      x86_64   1.26-492.fc38           rawhide    32 k
12:13:42 #10 36.04  perl-overload                 noarch   1.35-492.fc38           rawhide    49 k
12:13:42 #10 36.04  perl-overloading              noarch   0.02-492.fc38           rawhide    16 k
12:13:42 #10 36.04  perl-parent                   noarch   1:0.238-489.fc37        rawhide    14 k
12:13:42 #10 36.04  perl-podlators                noarch   1:4.14-489.fc37         rawhide   116 k
12:13:42 #10 36.04  perl-srpm-macros              noarch   1-46.fc37               rawhide   8.3 k
12:13:42 #10 36.04  perl-subs                     noarch   1.04-492.fc38           rawhide    15 k
12:13:42 #10 36.04  perl-vars                     noarch   1.05-492.fc38           rawhide    16 k
12:13:42 #10 36.04  pkgconf                       x86_64   1.8.0-3.fc37            rawhide    41 k
12:13:42 #10 36.04  pkgconf-m4                    noarch   1.8.0-3.fc37            rawhide    14 k
12:13:42 #10 36.04  pkgconf-pkg-config            x86_64   1.8.0-3.fc37            rawhide    10 k
12:13:42 #10 36.04  python-srpm-macros            noarch   3.11-4.fc37             rawhide    25 k
12:13:42 #10 36.04  python3-construct             noarch   2.10.68-3.fc37          rawhide   152 k
12:13:42 #10 36.04  python3-dateutil              noarch   1:2.8.2-4.fc37          rawhide   361 k
12:13:42 #10 36.04  python3-dbus                  x86_64   1.3.2-1.fc38            rawhide   157 k
12:13:42 #10 36.04  python3-distro                noarch   1.7.0-3.fc37            rawhide    48 k
12:13:42 #10 36.04  python3-dnf-plugins-core      noarch   4.3.1-1.fc38            rawhide   277 k
12:13:42 #10 36.04  python3-enchant               noarch   3.2.2-5.fc38            rawhide   103 k
12:13:42 #10 36.04  python3-pybeam                noarch   0.7-4.fc37              rawhide    32 k
12:13:42 #10 36.04  python3-pyxdg                 noarch   0.27-6.fc37             rawhide   135 k
12:13:42 #10 36.04  python3-six                   noarch   1.16.0-8.fc37           rawhide    42 k
12:13:42 #10 36.04  python3-toml                  noarch   0.10.2-9.fc37           rawhide    57 k
12:13:42 #10 36.04  python3-zstd                  x86_64   1.4.5.1-8.fc37          rawhide    19 k
12:13:42 #10 36.04  qt5-srpm-macros               noarch   5.15.6-1.fc38           rawhide   7.9 k
12:13:42 #10 36.04  redhat-rpm-config             noarch   231-1.fc38              rawhide    81 k
12:13:42 #10 36.04  rpmautospec-rpm-macros        noarch   0.3.0-1.fc37            rawhide   8.8 k
12:13:42 #10 36.04  rust-srpm-macros              noarch   22-1.fc37               rawhide   9.5 k
12:13:42 #10 36.04  shared-mime-info              x86_64   2.2-2.fc37              rawhide   381 k
12:13:42 #10 36.04  unzip                         x86_64   6.0-58.fc37             rawhide   182 k
12:13:42 #10 36.04  xxhash-libs                   x86_64   0.8.1-3.fc37            rawhide    41 k
12:13:42 #10 36.04  xz                            x86_64   5.2.6-1.fc38            rawhide   299 k
12:13:42 #10 36.04  zip                           x86_64   3.0-33.fc37             rawhide   259 k
12:13:42 #10 36.04  zstd                          x86_64   1.5.2-3.fc37            rawhide   447 k
12:13:42 #10 36.04 Installing weak dependencies:
12:13:42 #10 36.04  hunspell-en                   noarch   0.20201207-1.fc38       rawhide   189 k
12:13:42 #10 36.04  perl-IO-Socket-IP             noarch   0.41-490.fc37           rawhide    42 k
12:13:42 #10 36.04  perl-IO-Socket-SSL            noarch   2.075-1.fc38            rawhide   221 k
12:13:42 #10 36.04  perl-Mozilla-CA               noarch   20211001-4.fc37         rawhide    12 k
12:13:42 #10 36.04  perl-NDBM_File                x86_64   1.15-492.fc38           rawhide    25 k
12:13:42 #10 36.04  rpmlint-fedora-license-data   noarch   1.4-1.fc38              rawhide    14 k
12:13:42 #10 36.04 
12:13:42 #10 36.04 Transaction Summary
12:13:42 #10 36.04 ================================================================================
12:13:42 #10 36.04 Install  137 Packages
12:13:42 #10 36.04 Upgrade   27 Packages
12:13:42 #10 36.04 
12:13:42 #10 36.05 Total download size: 46 M
12:13:42 #10 36.05 Downloading Packages:
12:13:42 #10 37.02 (1/164): ansible-srpm-macros-1-8.1.fc38.noarch.  21 kB/s | 8.6 kB     00:00    
12:13:42 #10 37.03 (2/164): bzip2-1.0.8-12.fc37.x86_64.rpm         4.4 MB/s |  52 kB     00:00    
12:13:42 #10 37.07 (3/164): binutils-2.39-3.fc38.x86_64.rpm         12 MB/s | 5.4 MB     00:00    
12:13:42 #10 37.08 (4/164): binutils-gold-2.39-3.fc38.x86_64.rpm   1.7 MB/s | 778 kB     00:00    
12:13:42 #10 37.08 (5/164): cpio-2.13-13.fc38.x86_64.rpm           6.1 MB/s | 276 kB     00:00    
12:13:42 #10 37.09 (6/164): dash-0.5.11.5-2.fc37.x86_64.rpm        5.6 MB/s |  98 kB     00:00    
12:13:42 #10 37.13 (7/164): dbus-libs-1.14.2-1.fc38.x86_64.rpm     3.0 MB/s | 155 kB     00:00    
12:13:42 #10 37.13 (8/164): desktop-file-utils-0.26-7.fc37.x86_64. 1.6 MB/s |  72 kB     00:00    
12:13:42 #10 37.13 (9/164): debugedit-5.0-5.fc37.x86_64.rpm        1.5 MB/s |  77 kB     00:00    
12:13:42 #10 37.14 (10/164): devscripts-checkbashisms-2.22.2-3.fc3 2.8 MB/s |  28 kB     00:00    
12:13:42 #10 37.15 (11/164): diffutils-3.8-3.fc37.x86_64.rpm        27 MB/s | 378 kB     00:00    
12:13:42 #10 37.15 (12/164): dnf-plugins-core-4.3.1-1.fc38.noarch. 2.7 MB/s |  34 kB     00:00    
12:13:42 #10 37.15 (13/164): dwz-0.14-7.fc37.x86_64.rpm            8.5 MB/s | 129 kB     00:00    
12:13:42 #10 37.16 (14/164): efi-srpm-macros-5-6.fc37.noarch.rpm   2.5 MB/s |  22 kB     00:00    
12:13:42 #10 37.16 (15/164): ed-1.18-2.fc37.x86_64.rpm             5.3 MB/s |  78 kB     00:00    
12:13:42 #10 37.19 (16/164): elfutils-0.187-8.fc38.x86_64.rpm       14 MB/s | 529 kB     00:00    
12:13:42 #10 37.19 (17/164): elfutils-debuginfod-client-0.187-8.fc 1.1 MB/s |  39 kB     00:00    
12:13:42 #10 37.20 (18/164): emacs-filesystem-28.1-3.fc37.noarch.r 278 kB/s | 9.5 kB     00:00    
12:13:42 #10 37.20 (19/164): file-5.42-4.fc37.x86_64.rpm           8.4 MB/s |  49 kB     00:00    
12:13:42 #10 37.20 (20/164): enchant2-2.3.3-2.fc37.x86_64.rpm      7.0 MB/s |  65 kB     00:00    
12:13:42 #10 37.21 (21/164): fonts-srpm-macros-2.0.5-9.fc38.noarch 2.7 MB/s |  26 kB     00:00    
12:13:42 #10 37.21 (22/164): fpc-srpm-macros-1.3-6.fc37.noarch.rpm 851 kB/s | 7.7 kB     00:00    
12:13:42 #10 37.24 (23/164): gdb-minimal-12.1-4.fc37.x86_64.rpm    104 MB/s | 3.9 MB     00:00    
12:13:43 #10 37.25 (24/164): ghc-srpm-macros-1.5.0-7.fc37.noarch.r 258 kB/s | 7.8 kB     00:00    
12:13:43 #10 37.26 (25/164): gdk-pixbuf2-2.42.9-2.fc38.x86_64.rpm   11 MB/s | 485 kB     00:00    
12:13:43 #10 37.27 (26/164): glibc-gconv-extra-2.36.9000-8.fc38.x8  61 MB/s | 1.6 MB     00:00    
12:13:43 #10 37.28 (27/164): gnat-srpm-macros-4-16.fc37.noarch.rpm 298 kB/s | 8.3 kB     00:00    
12:13:43 #10 37.28 (28/164): go-srpm-macros-3.2.0-1.fc38.noarch.rp 1.7 MB/s |  27 kB     00:00    
12:13:43 #10 37.30 (29/164): groff-base-1.22.4-10.fc37.x86_64.rpm   49 MB/s | 1.1 MB     00:00    
12:13:43 #10 37.30 (30/164): hunspell-en-0.20201207-1.fc38.noarch. 7.9 MB/s | 189 kB     00:00    
12:13:43 #10 37.31 (31/164): hunspell-en-US-0.20201207-1.fc38.noar  16 MB/s | 180 kB     00:00    
12:13:43 #10 37.33 (32/164): hunspell-filesystem-1.7.1-1.fc38.x86_ 952 kB/s | 8.9 kB     00:00    
12:13:43 #10 37.33 (33/164): hunspell-en-GB-0.20201207-1.fc38.noar 7.0 MB/s | 225 kB     00:00    
12:13:43 #10 37.33 (34/164): jansson-2.13.1-5.fc37.x86_64.rpm      5.4 MB/s |  44 kB     00:00    
12:13:43 #10 37.34 (35/164): hunspell-1.7.1-1.fc38.x86_64.rpm      5.6 MB/s | 357 kB     00:00    
12:13:43 #10 37.34 (36/164): json-glib-1.6.6-3.fc37.x86_64.rpm      13 MB/s | 162 kB     00:00    
12:13:43 #10 37.35 (37/164): kernel-srpm-macros-1.0-15.fc37.noarch 847 kB/s | 9.4 kB     00:00    
12:13:43 #10 37.35 (38/164): libappstream-glib-0.8.1-1.fc38.x86_64  30 MB/s | 404 kB     00:00    
12:13:43 #10 37.36 (39/164): libb2-0.98.1-7.fc37.x86_64.rpm        2.6 MB/s |  25 kB     00:00    
12:13:43 #10 37.36 (40/164): libjpeg-turbo-2.1.4-1.fc38.x86_64.rpm  14 MB/s | 181 kB     00:00    
12:13:43 #10 37.36 (41/164): libpkgconf-1.8.0-3.fc37.x86_64.rpm    3.9 MB/s |  36 kB     00:00    
12:13:43 #10 37.37 (42/164): libstemmer-0-19.585svn.fc37.x86_64.rp  11 MB/s |  79 kB     00:00    
12:13:43 #10 37.37 (43/164): libpng-1.6.37-13.fc37.x86_64.rpm       10 MB/s | 119 kB     00:00    
12:13:43 #10 37.38 (44/164): lua-srpm-macros-1-7.fc37.noarch.rpm   699 kB/s | 8.8 kB     00:00    
12:13:43 #10 37.38 (45/164): ncurses-6.3-3.20220501.fc37.x86_64.rp  32 MB/s | 409 kB     00:00    
12:13:43 #10 37.38 (46/164): nim-srpm-macros-3-7.fc37.noarch.rpm   793 kB/s | 8.4 kB     00:00    
12:13:43 #10 37.39 (47/164): openblas-srpm-macros-2-12.fc37.noarch 1.0 MB/s | 7.5 kB     00:00    
12:13:43 #10 37.39 (48/164): package-notes-srpm-macros-0.5-6.fc38. 1.6 MB/s |  11 kB     00:00    
12:13:43 #10 37.40 (49/164): patch-2.7.6-17.fc37.x86_64.rpm         19 MB/s | 124 kB     00:00    
12:13:43 #10 37.40 (50/164): ocaml-srpm-macros-7-2.fc37.noarch.rpm 791 kB/s |  13 kB     00:00    
12:13:43 #10 37.40 (51/164): perl-B-1.83-492.fc38.x86_64.rpm        20 MB/s | 184 kB     00:00    
12:13:43 #10 37.41 (52/164): perl-Carp-1.52-489.fc37.noarch.rpm    3.0 MB/s |  29 kB     00:00    
12:13:43 #10 37.41 (53/164): perl-Class-Struct-0.66-492.fc38.noarc 3.2 MB/s |  25 kB     00:00    
12:13:43 #10 37.42 (54/164): perl-Data-Dumper-2.184-490.fc37.x86_6 6.7 MB/s |  56 kB     00:00    
12:13:43 #10 37.42 (55/164): perl-AutoLoader-5.74-492.fc38.noarch. 858 kB/s |  24 kB     00:00    
12:13:43 #10 37.42 (56/164): perl-Digest-1.20-489.fc37.noarch.rpm  2.5 MB/s |  26 kB     00:00    
12:13:43 #10 37.43 (57/164): perl-Digest-MD5-2.58-489.fc37.x86_64. 3.6 MB/s |  36 kB     00:00    
12:13:43 #10 37.43 (58/164): perl-DynaLoader-1.52-492.fc38.x86_64. 3.7 MB/s |  29 kB     00:00    
12:13:43 #10 37.44 (59/164): perl-Errno-1.36-492.fc38.x86_64.rpm   1.7 MB/s |  18 kB     00:00    
12:13:43 #10 37.45 (60/164): perl-Encode-3.19-492.fc38.x86_64.rpm   65 MB/s | 1.7 MB     00:00    
12:13:43 #10 37.45 (61/164): perl-Exporter-5.77-489.fc37.noarch.rp 1.7 MB/s |  31 kB     00:00    
12:13:43 #10 37.46 (62/164): perl-Fcntl-1.15-492.fc38.x86_64.rpm   1.3 MB/s |  24 kB     00:00    
12:13:43 #10 37.46 (63/164): perl-File-Basename-2.85-492.fc38.noar 2.8 MB/s |  20 kB     00:00    
12:13:43 #10 37.46 (64/164): perl-File-Path-2.18-489.fc37.noarch.r 3.6 MB/s |  35 kB     00:00    
12:13:43 #10 37.47 (65/164): perl-File-Temp-0.231.100-489.fc37.noa 6.9 MB/s |  59 kB     00:00    
12:13:43 #10 37.47 (66/164): perl-FileHandle-2.03-492.fc38.noarch. 3.1 MB/s |  19 kB     00:00    
12:13:43 #10 37.47 (67/164): perl-File-stat-1.12-492.fc38.noarch.r 2.3 MB/s |  20 kB     00:00    
12:13:43 #10 37.48 (68/164): perl-Getopt-Long-2.52-489.fc37.noarch 6.7 MB/s |  60 kB     00:00    
12:13:43 #10 37.48 (69/164): perl-HTTP-Tiny-0.082-1.fc37.noarch.rp 8.4 MB/s |  55 kB     00:00    
12:13:43 #10 37.48 (70/164): perl-IO-1.50-492.fc38.x86_64.rpm       12 MB/s |  95 kB     00:00    
12:13:43 #10 37.49 (71/164): perl-IO-Socket-IP-0.41-490.fc37.noarc 6.2 MB/s |  42 kB     00:00    
12:13:43 #10 37.49 (72/164): perl-Getopt-Std-1.13-492.fc38.noarch. 943 kB/s |  19 kB     00:00    
12:13:43 #10 37.50 (73/164): perl-IO-Socket-SSL-2.075-1.fc38.noarc  19 MB/s | 221 kB     00:00    
12:13:43 #10 37.50 (74/164): perl-IPC-Open3-1.22-492.fc38.noarch.r 2.3 MB/s |  26 kB     00:00    
12:13:43 #10 37.50 (75/164): perl-MIME-Base64-3.16-489.fc37.x86_64 2.7 MB/s |  30 kB     00:00    
12:13:43 #10 37.51 (76/164): perl-NDBM_File-1.15-492.fc38.x86_64.r 3.7 MB/s |  25 kB     00:00    
12:13:43 #10 37.51 (77/164): perl-Mozilla-CA-20211001-4.fc37.noarc 1.0 MB/s |  12 kB     00:00    
12:13:43 #10 37.52 (78/164): perl-POSIX-2.03-492.fc38.x86_64.rpm   8.5 MB/s | 101 kB     00:00    
12:13:43 #10 37.53 (79/164): perl-Net-SSLeay-1.92-4.fc37.x86_64.rp  15 MB/s | 362 kB     00:00    
12:13:43 #10 37.53 (80/164): perl-PathTools-3.84-489.fc37.x86_64.r 4.2 MB/s |  89 kB     00:00    
12:13:43 #10 37.54 (81/164): perl-Pod-Escapes-1.07-489.fc37.noarch 935 kB/s |  20 kB     00:00    
12:13:43 #10 37.55 (82/164): perl-Pod-Perldoc-3.28.01-490.fc37.noa 6.8 MB/s |  90 kB     00:00    
12:13:43 #10 37.57 (83/164): perl-Pod-Simple-3.43-490.fc37.noarch. 6.2 MB/s | 225 kB     00:00    
12:13:43 #10 37.57 (84/164): perl-Pod-Usage-2.03-3.fc37.noarch.rpm 1.2 MB/s |  40 kB     00:00    
12:13:43 #10 37.58 (85/164): perl-SelectSaver-1.02-492.fc38.noarch 2.0 MB/s |  15 kB     00:00    
12:13:43 #10 37.58 (86/164): perl-Scalar-List-Utils-1.63-489.fc38. 6.3 MB/s |  72 kB     00:00    
12:13:43 #10 37.59 (87/164): perl-Socket-2.036-1.fc38.x86_64.rpm   4.5 MB/s |  55 kB     00:00    
12:13:43 #10 37.59 (88/164): perl-Storable-3.26-489.fc37.x86_64.rp 9.3 MB/s |  97 kB     00:00    
12:13:43 #10 37.59 (89/164): perl-Symbol-1.09-492.fc38.noarch.rpm  1.8 MB/s |  17 kB     00:00    
12:13:43 #10 37.59 (90/164): perl-Term-Cap-1.17-489.fc37.noarch.rp 3.5 MB/s |  22 kB     00:00    
12:13:43 #10 37.60 (91/164): perl-Term-ANSIColor-5.01-490.fc37.noa 5.1 MB/s |  48 kB     00:00    
12:13:43 #10 37.60 (92/164): perl-Text-ParseWords-3.31-489.fc37.no 1.8 MB/s |  16 kB     00:00    
12:13:43 #10 37.60 (93/164): perl-Text-Tabs+Wrap-2021.0814-489.fc3 2.6 MB/s |  22 kB     00:00    
12:13:43 #10 37.61 (94/164): perl-Time-Local-1.300-489.fc37.noarch 5.2 MB/s |  33 kB     00:00    
12:13:43 #10 37.61 (95/164): perl-base-2.27-492.fc38.noarch.rpm    2.7 MB/s |  19 kB     00:00    
12:13:43 #10 37.61 (96/164): perl-constant-1.33-490.fc37.noarch.rp 3.3 MB/s |  23 kB     00:00    
12:13:43 #10 37.62 (97/164): perl-URI-5.12-2.fc37.noarch.rpm       6.7 MB/s | 122 kB     00:00    
12:13:43 #10 37.62 (98/164): perl-if-0.61.000-492.fc38.noarch.rpm  1.6 MB/s |  17 kB     00:00    
12:13:43 #10 37.63 (99/164): perl-interpreter-5.36.0-492.fc38.x86_ 6.7 MB/s |  75 kB     00:00    
12:13:43 #10 37.63 (100/164): perl-libnet-3.14-490.fc37.noarch.rpm  13 MB/s | 132 kB     00:00    
12:13:43 #10 37.64 (101/164): perl-mro-1.26-492.fc38.x86_64.rpm    2.9 MB/s |  32 kB     00:00    
12:13:43 #10 37.66 (102/164): perl-libs-5.36.0-492.fc38.x86_64.rpm  70 MB/s | 2.2 MB     00:00    
12:13:43 #10 37.66 (103/164): perl-overload-1.35-492.fc38.noarch.r 2.1 MB/s |  49 kB     00:00    
12:13:43 #10 37.66 (104/164): perl-overloading-0.02-492.fc38.noarc 793 kB/s |  16 kB     00:00    
12:13:43 #10 37.66 (105/164): perl-parent-0.238-489.fc37.noarch.rp 2.3 MB/s |  14 kB     00:00    
12:13:43 #10 37.67 (106/164): perl-podlators-4.14-489.fc37.noarch.  12 MB/s | 116 kB     00:00    
12:13:43 #10 37.67 (107/164): perl-srpm-macros-1-46.fc37.noarch.rp 841 kB/s | 8.3 kB     00:00    
12:13:43 #10 37.67 (108/164): perl-subs-1.04-492.fc38.noarch.rpm   1.6 MB/s |  15 kB     00:00    
12:13:43 #10 37.68 (109/164): perl-vars-1.05-492.fc38.noarch.rpm   2.0 MB/s |  16 kB     00:00    
12:13:43 #10 37.68 (110/164): pkgconf-1.8.0-3.fc37.x86_64.rpm      6.9 MB/s |  41 kB     00:00    
12:13:43 #10 37.68 (111/164): pkgconf-m4-1.8.0-3.fc37.noarch.rpm   1.6 MB/s |  14 kB     00:00    
12:13:43 #10 37.69 (112/164): pkgconf-pkg-config-1.8.0-3.fc37.x86_ 1.2 MB/s |  10 kB     00:00    
12:13:43 #10 37.69 (113/164): python-srpm-macros-3.11-4.fc37.noarc 4.5 MB/s |  25 kB     00:00    
12:13:43 #10 37.73 (114/164): python3-dateutil-2.8.2-4.fc37.noarch 7.5 MB/s | 361 kB     00:00    
12:13:43 #10 37.74 (115/164): python3-dbus-1.3.2-1.fc38.x86_64.rpm 3.2 MB/s | 157 kB     00:00    
12:13:43 #10 37.74 (116/164): python3-construct-2.10.68-3.fc37.noa 2.6 MB/s | 152 kB     00:00    
12:13:43 #10 37.75 (117/164): python3-dnf-plugins-core-4.3.1-1.fc3  24 MB/s | 277 kB     00:00    
12:13:43 #10 37.76 (118/164): python3-distro-1.7.0-3.fc37.noarch.r 2.8 MB/s |  48 kB     00:00    
12:13:43 #10 37.76 (119/164): python3-enchant-3.2.2-5.fc38.noarch. 5.9 MB/s | 103 kB     00:00    
12:13:43 #10 37.77 (120/164): python3-pybeam-0.7-4.fc37.noarch.rpm 2.1 MB/s |  32 kB     00:00    
12:13:43 #10 37.77 (121/164): python3-six-1.16.0-8.fc37.noarch.rpm 4.6 MB/s |  42 kB     00:00    
12:13:43 #10 37.77 (122/164): python3-pyxdg-0.27-6.fc37.noarch.rpm 9.9 MB/s | 135 kB     00:00    
12:13:43 #10 37.78 (123/164): python3-toml-0.10.2-9.fc37.noarch.rp 4.2 MB/s |  57 kB     00:00    
12:13:43 #10 37.78 (124/164): python3-zstd-1.4.5.1-8.fc37.x86_64.r 1.4 MB/s |  19 kB     00:00    
12:13:43 #10 37.79 (125/164): qt5-srpm-macros-5.15.6-1.fc38.noarch 582 kB/s | 7.9 kB     00:00    
12:13:43 #10 37.79 (126/164): redhat-rpm-config-231-1.fc38.noarch. 6.2 MB/s |  81 kB     00:00    
12:13:43 #10 37.80 (127/164): rpm-build-4.18.0-1.fc38.x86_64.rpm   8.7 MB/s |  77 kB     00:00    
12:13:43 #10 37.80 (128/164): rpmautospec-rpm-macros-0.3.0-1.fc37. 739 kB/s | 8.8 kB     00:00    
12:13:43 #10 37.81 (129/164): rpmlint-2.2.0-7.fc38.noarch.rpm       22 MB/s | 332 kB     00:00    
12:13:43 #10 37.81 (130/164): rust-srpm-macros-22-1.fc37.noarch.rp 923 kB/s | 9.5 kB     00:00    
12:13:43 #10 37.82 (131/164): rpmlint-fedora-license-data-1.4-1.fc 944 kB/s |  14 kB     00:00    
12:13:43 #10 37.83 (132/164): shared-mime-info-2.2-2.fc37.x86_64.r  23 MB/s | 381 kB     00:00    
12:13:43 #10 37.83 (133/164): unzip-6.0-58.fc37.x86_64.rpm         9.0 MB/s | 182 kB     00:00    
12:13:43 #10 37.84 (134/164): xxhash-libs-0.8.1-3.fc37.x86_64.rpm  2.0 MB/s |  41 kB     00:00    
12:13:43 #10 37.85 (135/164): xz-5.2.6-1.fc38.x86_64.rpm            15 MB/s | 299 kB     00:00    
12:13:43 #10 37.91 (136/164): zstd-1.5.2-3.fc37.x86_64.rpm         6.5 MB/s | 447 kB     00:00    
12:13:43 #10 37.91 (137/164): zip-3.0-33.fc37.x86_64.rpm           3.2 MB/s | 259 kB     00:00    
12:13:43 #10 37.92 (138/164): dnf-4.14.0-1.fc38.noarch.rpm         6.4 MB/s | 480 kB     00:00    
12:13:43 #10 37.92 (139/164): dnf-data-4.14.0-1.fc38.noarch.rpm    2.4 MB/s |  43 kB     00:00    
12:13:43 #10 37.93 (140/164): elfutils-libs-0.187-8.fc38.x86_64.rp  28 MB/s | 257 kB     00:00    
12:13:43 #10 37.94 (141/164): elfutils-libelf-0.187-8.fc38.x86_64.  13 MB/s | 197 kB     00:00    
12:13:43 #10 37.94 (142/164): file-libs-5.42-4.fc37.x86_64.rpm      37 MB/s | 676 kB     00:00    
12:13:43 #10 37.96 (143/164): glibc-2.36.9000-8.fc38.x86_64.rpm     67 MB/s | 2.1 MB     00:00    
12:13:43 #10 37.97 (144/164): glibc-common-2.36.9000-8.fc38.x86_64  13 MB/s | 294 kB     00:00    
12:13:43 #10 37.97 (145/164): glibc-minimal-langpack-2.36.9000-8.f 654 kB/s |  16 kB     00:00    
12:13:43 #10 38.01 (146/164): gpgme-1.17.0-4.fc37.x86_64.rpm       4.3 MB/s | 210 kB     00:00    
12:13:43 #10 38.02 (147/164): libcomps-0.1.18-4.fc37.x86_64.rpm    1.8 MB/s |  76 kB     00:00    
12:13:43 #10 38.02 (148/164): libdnf-0.68.0-1.fc38.x86_64.rpm       13 MB/s | 673 kB     00:00    
12:13:43 #10 38.03 (149/164): ncurses-base-6.3-3.20220501.fc37.noa 5.8 MB/s |  86 kB     00:00    
12:13:43 #10 38.03 (150/164): ncurses-libs-6.3-3.20220501.fc37.x86  32 MB/s | 329 kB     00:00    
12:13:43 #10 38.04 (151/164): python3-3.11.0~rc2-1.fc38.x86_64.rpm 2.1 MB/s |  27 kB     00:00    
12:13:43 #10 38.05 (152/164): python3-dnf-4.14.0-1.fc38.noarch.rpm  33 MB/s | 607 kB     00:00    
12:13:43 #10 38.05 (153/164): python3-hawkey-0.68.0-1.fc38.x86_64. 8.7 MB/s | 108 kB     00:00    
12:13:43 #10 38.06 (154/164): python3-gpg-1.17.0-4.fc37.x86_64.rpm  16 MB/s | 298 kB     00:00    
12:13:43 #10 38.06 (155/164): python3-libcomps-0.1.18-4.fc37.x86_6 3.6 MB/s |  48 kB     00:00    
12:13:43 #10 38.07 (156/164): python3-libdnf-0.68.0-1.fc38.x86_64.  42 MB/s | 818 kB     00:00    
12:13:43 #10 38.07 (157/164): python3-rpm-4.18.0-1.fc38.x86_64.rpm 7.5 MB/s |  93 kB     00:00    
12:13:43 #10 38.09 (158/164): rpm-4.18.0-1.fc38.x86_64.rpm          23 MB/s | 570 kB     00:00    
12:13:43 #10 38.10 (159/164): rpm-build-libs-4.18.0-1.fc38.x86_64. 3.8 MB/s |  94 kB     00:00    
12:13:43 #10 38.14 (160/164): rpm-libs-4.18.0-1.fc38.x86_64.rpm    7.5 MB/s | 320 kB     00:00    
12:13:43 #10 38.19 (161/164): python3-libs-3.11.0~rc2-1.fc38.x86_6  76 MB/s | 9.6 MB     00:00    
12:13:43 #10 38.19 (162/164): rpm-sign-libs-4.18.0-1.fc38.x86_64.r 304 kB/s |  27 kB     00:00    
12:13:43 #10 38.20 (163/164): xz-libs-5.2.6-1.fc38.x86_64.rpm      1.6 MB/s |  92 kB     00:00    
12:13:43 #10 38.20 (164/164): yum-4.14.0-1.fc38.noarch.rpm         4.1 MB/s |  40 kB     00:00    
12:13:43 #10 38.21 --------------------------------------------------------------------------------
12:13:43 #10 38.21 Total                                            22 MB/s |  46 MB     00:02     
12:13:43 #10 38.21 Fedora - Rawhide - Developmental packages for t 1.6 MB/s | 1.6 kB     00:00    
12:13:44 #10 38.29 GPG key at file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-rawhide-x86_64 (0x5323552A) is already installed
12:13:44 #10 38.30 Fedora - Rawhide - Developmental packages for t 1.6 MB/s | 1.6 kB     00:00    
12:13:44 #10 38.34 Importing GPG key 0xEB10B464:
12:13:44 #10 38.34  Userid     : "Fedora (38) <fedora-38-primary@fedoraproject.org>"
12:13:44 #10 38.34  Fingerprint: 6A51 BBAB BA3D 5467 B617 1221 809A 8D7C EB10 B464
12:13:44 #10 38.34  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-38-x86_64
12:13:44 #10 38.37 Key imported successfully
12:13:45 #10 39.82 Running transaction check
12:13:45 #10 39.95 Transaction check succeeded.
12:13:45 #10 39.95 Running transaction test
12:13:46 #10 40.65 Transaction test succeeded.
12:13:46 #10 40.65 Running transaction
12:13:47 #10 41.72   Preparing        :                                                        1/1 
12:13:47 #10 41.75   Installing       : hunspell-filesystem-1.7.1-1.fc38.x86_64              1/191 
12:13:47 #10 41.77   Upgrading        : glibc-common-2.36.9000-8.fc38.x86_64                 2/191 
12:13:47 #10 41.77   Upgrading        : glibc-minimal-langpack-2.36.9000-8.fc38.x86_64       3/191 
12:13:47 #10 41.78   Running scriptlet: glibc-2.36.9000-8.fc38.x86_64                        4/191 
12:13:47 #10 41.83   Upgrading        : glibc-2.36.9000-8.fc38.x86_64                        4/191 
12:13:47 #10 41.84   Running scriptlet: glibc-2.36.9000-8.fc38.x86_64                        4/191 
12:13:47 #10 41.95   Installing       : glibc-gconv-extra-2.36.9000-8.fc38.x86_64            5/191 
12:13:47 #10 41.96   Running scriptlet: glibc-gconv-extra-2.36.9000-8.fc38.x86_64            5/191 
12:13:47 #10 41.96   Upgrading        : xz-libs-5.2.6-1.fc38.x86_64                          6/191 
12:13:47 #10 41.97   Upgrading        : elfutils-libelf-0.187-8.fc38.x86_64                  7/191 
12:13:47 #10 41.98   Running scriptlet: rpm-4.18.0-1.fc38.x86_64                             8/191 
12:13:47 #10 42.03   Upgrading        : rpm-4.18.0-1.fc38.x86_64                             8/191 
12:13:47 #10 42.04   Upgrading        : rpm-libs-4.18.0-1.fc38.x86_64                        9/191 
12:13:47 #10 42.06   Upgrading        : elfutils-libs-0.187-8.fc38.x86_64                   10/191 
12:13:47 #10 42.06   Installing       : elfutils-debuginfod-client-0.187-8.fc38.x86_64      11/191 
12:13:47 #10 42.11   Upgrading        : file-libs-5.42-4.fc37.x86_64                        12/191 
12:13:47 #10 42.12   Installing       : file-5.42-4.fc37.x86_64                             13/191 
12:13:47 #10 42.12   Upgrading        : rpm-build-libs-4.18.0-1.fc38.x86_64                 14/191 
12:13:47 #10 42.15   Installing       : elfutils-0.187-8.fc38.x86_64                        15/191 
12:13:47 #10 42.16   Installing       : dwz-0.14-7.fc37.x86_64                              16/191 
12:13:48 #10 42.16   Installing       : xz-5.2.6-1.fc38.x86_64                              17/191 
12:13:48 #10 42.17   Installing       : unzip-6.0-58.fc37.x86_64                            18/191 
12:13:48 #10 42.18   Upgrading        : gpgme-1.17.0-4.fc37.x86_64                          19/191 
12:13:48 #10 42.20   Upgrading        : libdnf-0.68.0-1.fc38.x86_64                         20/191 
12:13:48 #10 42.21   Installing       : zip-3.0-33.fc37.x86_64                              21/191 
12:13:48 #10 42.22   Upgrading        : rpm-sign-libs-4.18.0-1.fc38.x86_64                  22/191 
12:13:48 #10 42.22   Installing       : efi-srpm-macros-5-6.fc37.noarch                     23/191 
12:13:48 #10 42.23   Installing       : lua-srpm-macros-1-7.fc37.noarch                     24/191 
12:13:48 #10 42.23   Installing       : rpmautospec-rpm-macros-0.3.0-1.fc37.noarch          25/191 
12:13:48 #10 42.25   Installing       : zstd-1.5.2-3.fc37.x86_64                            26/191 
12:13:48 #10 42.25   Installing       : bzip2-1.0.8-12.fc37.x86_64                          27/191 
12:13:48 #10 42.26   Installing       : cpio-2.13-13.fc38.x86_64                            28/191 
12:13:48 #10 42.27   Installing       : dash-0.5.11.5-2.fc37.x86_64                         29/191 
12:13:48 #10 42.28   Running scriptlet: dash-0.5.11.5-2.fc37.x86_64                         29/191 
12:13:48 #10 42.29   Installing       : dbus-libs-1:1.14.2-1.fc38.x86_64                    30/191 
12:13:48 #10 42.30   Installing       : diffutils-3.8-3.fc37.x86_64                         31/191 
12:13:48 #10 42.31   Installing       : ed-1.18-2.fc37.x86_64                               32/191 
12:13:48 #10 42.32   Installing       : patch-2.7.6-17.fc37.x86_64                          33/191 
12:13:48 #10 42.32   Running scriptlet: groff-base-1.22.4-10.fc37.x86_64                    34/191 
12:13:48 #10 42.37   Installing       : groff-base-1.22.4-10.fc37.x86_64                    34/191 
12:13:48 #10 42.38   Running scriptlet: groff-base-1.22.4-10.fc37.x86_64                    34/191 
12:13:48 #10 42.39   Installing       : jansson-2.13.1-5.fc37.x86_64                        35/191 
12:13:48 #10 42.40   Installing       : binutils-gold-2.39-3.fc38.x86_64                    36/191 
12:13:48 #10 42.49   Installing       : binutils-2.39-3.fc38.x86_64                         37/191 
12:13:48 #10 42.50   Running scriptlet: binutils-2.39-3.fc38.x86_64                         37/191 
12:13:48 #10 42.53   Installing       : json-glib-1.6.6-3.fc37.x86_64                       38/191 
12:13:48 #10 42.54   Installing       : libb2-0.98.1-7.fc37.x86_64                          39/191 
12:13:48 #10 42.55   Installing       : libjpeg-turbo-2.1.4-1.fc38.x86_64                   40/191 
12:13:48 #10 42.55   Installing       : libpkgconf-1.8.0-3.fc37.x86_64                      41/191 
12:13:48 #10 42.56   Installing       : pkgconf-1.8.0-3.fc37.x86_64                         42/191 
12:13:48 #10 42.57   Installing       : libpng-2:1.6.37-13.fc37.x86_64                      43/191 
12:13:48 #10 42.57   Installing       : libstemmer-0-19.585svn.fc37.x86_64                  44/191 
12:13:48 #10 42.59   Installing       : shared-mime-info-2.2-2.fc37.x86_64                  45/191 
12:13:48 #10 42.60   Running scriptlet: shared-mime-info-2.2-2.fc37.x86_64                  45/191 
12:13:48 #10 42.62   Installing       : gdk-pixbuf2-2.42.9-2.fc38.x86_64                    46/191 
12:13:48 #10 42.63   Installing       : libappstream-glib-0.8.1-1.fc38.x86_64               47/191 
12:13:48 #10 42.64   Installing       : xxhash-libs-0.8.1-3.fc37.x86_64                     48/191 
12:13:48 #10 42.65   Upgrading        : libcomps-0.1.18-4.fc37.x86_64                       49/191 
12:13:48 #10 42.67   Upgrading        : ncurses-base-6.3-3.20220501.fc37.noarch             50/191 
12:13:48 #10 42.68   Upgrading        : ncurses-libs-6.3-3.20220501.fc37.x86_64             51/191 
12:13:48 #10 42.69   Upgrading        : python3-3.11.0~rc2-1.fc38.x86_64                    52/191 
12:13:48 #10 43.11   Upgrading        : python3-libs-3.11.0~rc2-1.fc38.x86_64               53/191 
12:13:48 #10 43.14   Installing       : python3-six-1.16.0-8.fc37.noarch                    54/191 
12:13:48 #10 43.14   Installing       : hunspell-en-GB-0.20201207-1.fc38.noarch             55/191 
12:13:48 #10 43.16   Installing       : hunspell-en-0.20201207-1.fc38.noarch                56/191 
12:13:48 #10 43.16   Installing       : hunspell-en-US-0.20201207-1.fc38.noarch             57/191 
12:13:48 #10 43.17   Installing       : hunspell-1.7.1-1.fc38.x86_64                        58/191 
12:13:48 #10 43.20   Upgrading        : python3-libdnf-0.68.0-1.fc38.x86_64                 59/191 
12:13:48 #10 43.21   Upgrading        : python3-hawkey-0.68.0-1.fc38.x86_64                 60/191 
12:13:48 #10 43.22   Installing       : python3-dbus-1.3.2-1.fc38.x86_64                    61/191 
12:13:49 #10 43.23   Upgrading        : python3-rpm-4.18.0-1.fc38.x86_64                    62/191 
12:13:49 #10 43.31   Installing       : gdb-minimal-12.1-4.fc37.x86_64                      63/191 
12:13:49 #10 43.32   Installing       : debugedit-5.0-5.fc37.x86_64                         64/191 
12:13:49 #10 43.33   Installing       : enchant2-2.3.3-2.fc37.x86_64                        65/191 
12:13:49 #10 43.34   Installing       : python3-enchant-3.2.2-5.fc38.noarch                 66/191 
12:13:49 #10 43.36   Installing       : python3-construct-2.10.68-3.fc37.noarch             67/191 
12:13:49 #10 43.37   Installing       : python3-pybeam-0.7-4.fc37.noarch                    68/191 
12:13:49 #10 43.38   Installing       : python3-dateutil-1:2.8.2-4.fc37.noarch              69/191 
12:13:49 #10 43.39   Upgrading        : python3-libcomps-0.1.18-4.fc37.x86_64               70/191 
12:13:49 #10 43.40   Installing       : python3-distro-1.7.0-3.fc37.noarch                  71/191 
12:13:49 #10 43.41   Installing       : python3-pyxdg-0.27-6.fc37.noarch                    72/191 
12:13:49 #10 43.42   Installing       : python3-toml-0.10.2-9.fc37.noarch                   73/191 
12:13:49 #10 43.42   Installing       : python3-zstd-1.4.5.1-8.fc37.x86_64                  74/191 
12:13:49 #10 43.44   Upgrading        : python3-gpg-1.17.0-4.fc37.x86_64                    75/191 
12:13:49 #10 43.45   Installing       : ncurses-6.3-3.20220501.fc37.x86_64                  76/191 
12:13:49 #10 43.46   Installing       : perl-Digest-1.20-489.fc37.noarch                    77/191 
12:13:49 #10 43.47   Installing       : perl-Digest-MD5-2.58-489.fc37.x86_64                78/191 
12:13:49 #10 43.47   Installing       : perl-B-1.83-492.fc38.x86_64                         79/191 
12:13:49 #10 43.48   Installing       : perl-FileHandle-2.03-492.fc38.noarch                80/191 
12:13:49 #10 43.48   Installing       : perl-AutoLoader-5.74-492.fc38.noarch                81/191 
12:13:49 #10 43.49   Installing       : perl-Data-Dumper-2.184-490.fc37.x86_64              82/191 
12:13:49 #10 43.50   Installing       : perl-libnet-3.14-490.fc37.noarch                    83/191 
12:13:49 #10 43.50   Installing       : perl-base-2.27-492.fc38.noarch                      84/191 
12:13:49 #10 43.51   Installing       : perl-URI-5.12-2.fc37.noarch                         85/191 
12:13:49 #10 43.53   Installing       : perl-Net-SSLeay-1.92-4.fc37.x86_64                  86/191 
12:13:49 #10 43.54   Installing       : perl-Text-Tabs+Wrap-2021.0814-489.fc37.noarch       87/191 
12:13:49 #10 43.54   Installing       : perl-Mozilla-CA-20211001-4.fc37.noarch              88/191 
12:13:49 #10 43.55   Installing       : perl-if-0.61.000-492.fc38.noarch                    89/191 
12:13:49 #10 43.55   Installing       : perl-IO-Socket-IP-0.41-490.fc37.noarch              90/191 
12:13:49 #10 43.56   Installing       : perl-Time-Local-2:1.300-489.fc37.noarch             91/191 
12:13:49 #10 43.56   Installing       : perl-File-Path-2.18-489.fc37.noarch                 92/191 
12:13:49 #10 43.57   Installing       : perl-IO-Socket-SSL-2.075-1.fc38.noarch              93/191 
12:13:49 #10 43.57   Installing       : perl-Pod-Escapes-1:1.07-489.fc37.noarch             94/191 
12:13:49 #10 43.58   Installing       : perl-Class-Struct-0.66-492.fc38.noarch              95/191 
12:13:49 #10 43.59   Installing       : perl-POSIX-2.03-492.fc38.x86_64                     96/191 
12:13:49 #10 43.59   Installing       : perl-Term-ANSIColor-5.01-490.fc37.noarch            97/191 
12:13:49 #10 43.60   Installing       : perl-IPC-Open3-1.22-492.fc38.noarch                 98/191 
12:13:49 #10 43.60   Installing       : perl-subs-1.04-492.fc38.noarch                      99/191 
12:13:49 #10 43.61   Installing       : perl-File-Temp-1:0.231.100-489.fc37.noarch         100/191 
12:13:49 #10 43.61   Installing       : perl-HTTP-Tiny-0.082-1.fc37.noarch                 101/191 
12:13:49 #10 43.62   Installing       : perl-Pod-Simple-1:3.43-490.fc37.noarch             102/191 
12:13:49 #10 43.63   Installing       : perl-Term-Cap-1.17-489.fc37.noarch                 103/191 
12:13:49 #10 43.64   Installing       : perl-Socket-4:2.036-1.fc38.x86_64                  104/191 
12:13:49 #10 43.64   Installing       : perl-SelectSaver-1.02-492.fc38.noarch              105/191 
12:13:49 #10 43.65   Installing       : perl-Symbol-1.09-492.fc38.noarch                   106/191 
12:13:49 #10 43.65   Installing       : perl-File-stat-1.12-492.fc38.noarch                107/191 
12:13:49 #10 43.66   Installing       : perl-Pod-Perldoc-3.28.01-490.fc37.noarch           108/191 
12:13:49 #10 43.66   Installing       : perl-podlators-1:4.14-489.fc37.noarch              109/191 
12:13:49 #10 43.67   Installing       : perl-Fcntl-1.15-492.fc38.x86_64                    110/191 
12:13:49 #10 43.67   Installing       : perl-Text-ParseWords-3.31-489.fc37.noarch          111/191 
12:13:49 #10 43.68   Installing       : perl-mro-1.26-492.fc38.x86_64                      112/191 
12:13:49 #10 43.69   Installing       : perl-IO-1.50-492.fc38.x86_64                       113/191 
12:13:49 #10 43.69   Installing       : perl-overloading-0.02-492.fc38.noarch              114/191 
12:13:49 #10 43.70   Installing       : perl-Pod-Usage-4:2.03-3.fc37.noarch                115/191 
12:13:49 #10 43.70   Installing       : perl-Errno-1.36-492.fc38.x86_64                    116/191 
12:13:49 #10 43.71   Installing       : perl-File-Basename-2.85-492.fc38.noarch            117/191 
12:13:49 #10 43.71   Installing       : perl-Getopt-Std-1.13-492.fc38.noarch               118/191 
12:13:49 #10 43.72   Installing       : perl-MIME-Base64-3.16-489.fc37.x86_64              119/191 
12:13:49 #10 43.73   Installing       : perl-Scalar-List-Utils-5:1.63-489.fc38.x86_64      120/191 
12:13:49 #10 43.73   Installing       : perl-constant-1.33-490.fc37.noarch                 121/191 
12:13:49 #10 43.74   Installing       : perl-Storable-1:3.26-489.fc37.x86_64               122/191 
12:13:49 #10 43.74   Installing       : perl-overload-1.35-492.fc38.noarch                 123/191 
12:13:49 #10 43.75   Installing       : perl-parent-1:0.238-489.fc37.noarch                124/191 
12:13:49 #10 43.75   Installing       : perl-vars-1.05-492.fc38.noarch                     125/191 
12:13:49 #10 43.76   Installing       : perl-Getopt-Long-1:2.52-489.fc37.noarch            126/191 
12:13:49 #10 43.76   Installing       : perl-Carp-1.52-489.fc37.noarch                     127/191 
12:13:49 #10 43.77   Installing       : perl-Exporter-5.77-489.fc37.noarch                 128/191 
12:13:49 #10 43.78   Installing       : perl-NDBM_File-1.15-492.fc38.x86_64                129/191 
12:13:49 #10 43.78   Installing       : perl-PathTools-3.84-489.fc37.x86_64                130/191 
12:13:49 #10 43.79   Installing       : perl-DynaLoader-1.52-492.fc38.x86_64               131/191 
12:13:49 #10 43.85   Installing       : perl-Encode-4:3.19-492.fc38.x86_64                 132/191 
12:13:49 #10 43.96   Installing       : perl-libs-4:5.36.0-492.fc38.x86_64                 133/191 
12:13:49 #10 43.97   Installing       : perl-interpreter-4:5.36.0-492.fc38.x86_64          134/191 
12:13:49 #10 43.98   Installing       : devscripts-checkbashisms-2.22.2-3.fc37.x86_64      135/191 
12:13:49 #10 43.99   Upgrading        : dnf-data-4.14.0-1.fc38.noarch                      136/191 
12:13:49 #10 43.99 warning: /etc/dnf/dnf.conf created as /etc/dnf/dnf.conf.rpmnew
12:13:49 #10 43.99 
12:13:49 #10 44.02   Upgrading        : python3-dnf-4.14.0-1.fc38.noarch                   137/191 
12:13:49 #10 44.04   Installing       : python3-dnf-plugins-core-4.3.1-1.fc38.noarch       138/191 
12:13:49 #10 44.05   Upgrading        : dnf-4.14.0-1.fc38.noarch                           139/191 
12:13:49 #10 44.05   Running scriptlet: dnf-4.14.0-1.fc38.noarch                           139/191 
12:13:49 #10 44.06   Installing       : rust-srpm-macros-22-1.fc37.noarch                  140/191 
12:13:49 #10 44.07   Installing       : qt5-srpm-macros-5.15.6-1.fc38.noarch               141/191 
12:13:49 #10 44.07   Installing       : pkgconf-m4-1.8.0-3.fc37.noarch                     142/191 
12:13:49 #10 44.08   Installing       : pkgconf-pkg-config-1.8.0-3.fc37.x86_64             143/191 
12:13:49 #10 44.08   Installing       : perl-srpm-macros-1-46.fc37.noarch                  144/191 
12:13:49 #10 44.09   Installing       : package-notes-srpm-macros-0.5-6.fc38.noarch        145/191 
12:13:49 #10 44.09   Installing       : openblas-srpm-macros-2-12.fc37.noarch              146/191 
12:13:49 #10 44.10   Installing       : ocaml-srpm-macros-7-2.fc37.noarch                  147/191 
12:13:49 #10 44.10   Installing       : nim-srpm-macros-3-7.fc37.noarch                    148/191 
12:13:49 #10 44.10   Installing       : kernel-srpm-macros-1.0-15.fc37.noarch              149/191 
12:13:49 #10 44.11   Installing       : gnat-srpm-macros-4-16.fc37.noarch                  150/191 
12:13:49 #10 44.11   Installing       : ghc-srpm-macros-1.5.0-7.fc37.noarch                151/191 
12:13:49 #10 44.12   Installing       : fpc-srpm-macros-1.3-6.fc37.noarch                  152/191 
12:13:49 #10 44.12   Installing       : emacs-filesystem-1:28.1-3.fc37.noarch              153/191 
12:13:49 #10 44.13   Installing       : desktop-file-utils-0.26-7.fc37.x86_64              154/191 
12:13:49 #10 44.13   Installing       : ansible-srpm-macros-1-8.1.fc38.noarch              155/191 
12:13:49 #10 44.14   Installing       : fonts-srpm-macros-1:2.0.5-9.fc38.noarch            156/191 
12:13:49 #10 44.14   Installing       : go-srpm-macros-3.2.0-1.fc38.noarch                 157/191 
12:13:49 #10 44.15   Installing       : python-srpm-macros-3.11-4.fc37.noarch              158/191 
12:13:49 #10 44.16   Installing       : redhat-rpm-config-231-1.fc38.noarch                159/191 
12:13:49 #10 44.17   Installing       : rpm-build-4.18.0-1.fc38.x86_64                     160/191 
12:13:49 #10 44.19   Installing       : rpmlint-2.2.0-7.fc38.noarch                        161/191 
12:13:49 #10 44.20   Installing       : rpmlint-fedora-license-data-1.4-1.fc38.noarch      162/191 
12:13:49 #10 44.21   Upgrading        : yum-4.14.0-1.fc38.noarch                           163/191 
12:13:49 #10 44.21   Installing       : dnf-plugins-core-4.3.1-1.fc38.noarch               164/191 
12:13:49 #10 44.22   Cleanup          : yum-4.12.0-1.fc37.noarch                           165/191 
12:13:49 #10 44.22   Running scriptlet: dnf-4.12.0-1.fc37.noarch                           166/191 
12:13:49 #10 44.23   Cleanup          : dnf-4.12.0-1.fc37.noarch                           166/191 
12:13:49 #10 44.23   Running scriptlet: dnf-4.12.0-1.fc37.noarch                           166/191 
12:13:49 #10 44.25   Cleanup          : python3-dnf-4.12.0-1.fc37.noarch                   167/191 
12:13:49 #10 44.26   Cleanup          : python3-rpm-4.18.0-0.alpha1.6.fc37.x86_64          168/191 
12:13:49 #10 44.27   Cleanup          : rpm-build-libs-4.18.0-0.alpha1.6.fc37.x86_64       169/191 
12:13:50 #10 44.27   Cleanup          : elfutils-libs-0.187-4.fc37.x86_64                  170/191 
12:13:50 #10 44.28   Cleanup          : file-libs-5.41-5.fc37.x86_64                       171/191 
12:13:50 #10 44.28   Cleanup          : rpm-sign-libs-4.18.0-0.alpha1.6.fc37.x86_64        172/191 
12:13:50 #10 44.29   Cleanup          : python3-gpg-1.17.0-2.fc37.x86_64                   173/191 
12:13:50 #10 44.30   Cleanup          : python3-hawkey-0.67.0-2.fc37.x86_64                174/191 
12:13:50 #10 44.31   Cleanup          : python3-libdnf-0.67.0-2.fc37.x86_64                175/191 
12:13:50 #10 44.32   Cleanup          : libdnf-0.67.0-2.fc37.x86_64                        176/191 
12:13:50 #10 44.33   Cleanup          : rpm-4.18.0-0.alpha1.6.fc37.x86_64                  177/191 
12:13:50 #10 44.33   Cleanup          : rpm-libs-4.18.0-0.alpha1.6.fc37.x86_64             178/191 
12:13:50 #10 44.34   Cleanup          : gpgme-1.17.0-2.fc37.x86_64                         179/191 
12:13:50 #10 44.35   Cleanup          : python3-libcomps-0.1.18-2.fc36.x86_64              180/191 
12:13:50 #10 44.35   Cleanup          : dnf-data-4.12.0-1.fc37.noarch                      181/191 
12:13:50 #10 44.47   Cleanup          : python3-libs-3.10.4-1.fc37.x86_64                  182/191 
12:13:50 #10 44.48   Cleanup          : python3-3.10.4-1.fc37.x86_64                       183/191 
12:13:50 #10 44.49   Cleanup          : xz-libs-5.2.5-9.fc37.x86_64                        184/191 
12:13:50 #10 44.49   Cleanup          : ncurses-libs-6.3-2.20220501.fc37.x86_64            185/191 
12:13:50 #10 44.50   Cleanup          : libcomps-0.1.18-2.fc36.x86_64                      186/191 
12:13:50 #10 44.51   Cleanup          : elfutils-libelf-0.187-4.fc37.x86_64                187/191 
12:13:50 #10 44.51   Cleanup          : ncurses-base-6.3-2.20220501.fc37.noarch            188/191 
12:13:50 #10 44.52   Cleanup          : glibc-2.35.9000-17.fc37.x86_64                     189/191 
12:13:50 #10 44.53   Cleanup          : glibc-minimal-langpack-2.35.9000-17.fc37.x86_64    190/191 
12:13:50 #10 44.53   Cleanup          : glibc-common-2.35.9000-17.fc37.x86_64              191/191 
12:13:50 #10 44.54   Running scriptlet: rpm-4.18.0-1.fc38.x86_64                           191/191 
12:13:53 #10 44.55   Running scriptlet: glibc-common-2.35.9000-17.fc37.x86_64              191/191 
12:13:53 #10 47.39   Verifying        : ansible-srpm-macros-1-8.1.fc38.noarch                1/191 
12:13:53 #10 47.39   Verifying        : binutils-2.39-3.fc38.x86_64                          2/191 
12:13:53 #10 47.39   Verifying        : binutils-gold-2.39-3.fc38.x86_64                     3/191 
12:13:53 #10 47.39   Verifying        : bzip2-1.0.8-12.fc37.x86_64                           4/191 
12:13:53 #10 47.39   Verifying        : cpio-2.13-13.fc38.x86_64                             5/191 
12:13:53 #10 47.39   Verifying        : dash-0.5.11.5-2.fc37.x86_64                          6/191 
12:13:53 #10 47.39   Verifying        : dbus-libs-1:1.14.2-1.fc38.x86_64                     7/191 
12:13:53 #10 47.39   Verifying        : debugedit-5.0-5.fc37.x86_64                          8/191 
12:13:53 #10 47.39   Verifying        : desktop-file-utils-0.26-7.fc37.x86_64                9/191 
12:13:53 #10 47.39   Verifying        : devscripts-checkbashisms-2.22.2-3.fc37.x86_64       10/191 
12:13:53 #10 47.39   Verifying        : diffutils-3.8-3.fc37.x86_64                         11/191 
12:13:53 #10 47.39   Verifying        : dnf-plugins-core-4.3.1-1.fc38.noarch                12/191 
12:13:53 #10 47.39   Verifying        : dwz-0.14-7.fc37.x86_64                              13/191 
12:13:53 #10 47.39   Verifying        : ed-1.18-2.fc37.x86_64                               14/191 
12:13:53 #10 47.39   Verifying        : efi-srpm-macros-5-6.fc37.noarch                     15/191 
12:13:53 #10 47.39   Verifying        : elfutils-0.187-8.fc38.x86_64                        16/191 
12:13:53 #10 47.39   Verifying        : elfutils-debuginfod-client-0.187-8.fc38.x86_64      17/191 
12:13:53 #10 47.39   Verifying        : emacs-filesystem-1:28.1-3.fc37.noarch               18/191 
12:13:53 #10 47.39   Verifying        : enchant2-2.3.3-2.fc37.x86_64                        19/191 
12:13:53 #10 47.39   Verifying        : file-5.42-4.fc37.x86_64                             20/191 
12:13:53 #10 47.39   Verifying        : fonts-srpm-macros-1:2.0.5-9.fc38.noarch             21/191 
12:13:53 #10 47.39   Verifying        : fpc-srpm-macros-1.3-6.fc37.noarch                   22/191 
12:13:53 #10 47.39   Verifying        : gdb-minimal-12.1-4.fc37.x86_64                      23/191 
12:13:53 #10 47.39   Verifying        : gdk-pixbuf2-2.42.9-2.fc38.x86_64                    24/191 
12:13:53 #10 47.39   Verifying        : ghc-srpm-macros-1.5.0-7.fc37.noarch                 25/191 
12:13:53 #10 47.39   Verifying        : glibc-gconv-extra-2.36.9000-8.fc38.x86_64           26/191 
12:13:53 #10 47.39   Verifying        : gnat-srpm-macros-4-16.fc37.noarch                   27/191 
12:13:53 #10 47.39   Verifying        : go-srpm-macros-3.2.0-1.fc38.noarch                  28/191 
12:13:53 #10 47.39   Verifying        : groff-base-1.22.4-10.fc37.x86_64                    29/191 
12:13:53 #10 47.39   Verifying        : hunspell-1.7.1-1.fc38.x86_64                        30/191 
12:13:53 #10 47.39   Verifying        : hunspell-en-0.20201207-1.fc38.noarch                31/191 
12:13:53 #10 47.39   Verifying        : hunspell-en-GB-0.20201207-1.fc38.noarch             32/191 
12:13:53 #10 47.39   Verifying        : hunspell-en-US-0.20201207-1.fc38.noarch             33/191 
12:13:53 #10 47.39   Verifying        : hunspell-filesystem-1.7.1-1.fc38.x86_64             34/191 
12:13:53 #10 47.39   Verifying        : jansson-2.13.1-5.fc37.x86_64                        35/191 
12:13:53 #10 47.39   Verifying        : json-glib-1.6.6-3.fc37.x86_64                       36/191 
12:13:53 #10 47.39   Verifying        : kernel-srpm-macros-1.0-15.fc37.noarch               37/191 
12:13:53 #10 47.39   Verifying        : libappstream-glib-0.8.1-1.fc38.x86_64               38/191 
12:13:53 #10 47.39   Verifying        : libb2-0.98.1-7.fc37.x86_64                          39/191 
12:13:53 #10 47.39   Verifying        : libjpeg-turbo-2.1.4-1.fc38.x86_64                   40/191 
12:13:53 #10 47.39   Verifying        : libpkgconf-1.8.0-3.fc37.x86_64                      41/191 
12:13:53 #10 47.39   Verifying        : libpng-2:1.6.37-13.fc37.x86_64                      42/191 
12:13:53 #10 47.39   Verifying        : libstemmer-0-19.585svn.fc37.x86_64                  43/191 
12:13:53 #10 47.39   Verifying        : lua-srpm-macros-1-7.fc37.noarch                     44/191 
12:13:53 #10 47.39   Verifying        : ncurses-6.3-3.20220501.fc37.x86_64                  45/191 
12:13:53 #10 47.39   Verifying        : nim-srpm-macros-3-7.fc37.noarch                     46/191 
12:13:53 #10 47.39   Verifying        : ocaml-srpm-macros-7-2.fc37.noarch                   47/191 
12:13:53 #10 47.39   Verifying        : openblas-srpm-macros-2-12.fc37.noarch               48/191 
12:13:53 #10 47.39   Verifying        : package-notes-srpm-macros-0.5-6.fc38.noarch         49/191 
12:13:53 #10 47.39   Verifying        : patch-2.7.6-17.fc37.x86_64                          50/191 
12:13:53 #10 47.39   Verifying        : perl-AutoLoader-5.74-492.fc38.noarch                51/191 
12:13:53 #10 47.39   Verifying        : perl-B-1.83-492.fc38.x86_64                         52/191 
12:13:53 #10 47.40   Verifying        : perl-Carp-1.52-489.fc37.noarch                      53/191 
12:13:53 #10 47.40   Verifying        : perl-Class-Struct-0.66-492.fc38.noarch              54/191 
12:13:53 #10 47.40   Verifying        : perl-Data-Dumper-2.184-490.fc37.x86_64              55/191 
12:13:53 #10 47.40   Verifying        : perl-Digest-1.20-489.fc37.noarch                    56/191 
12:13:53 #10 47.40   Verifying        : perl-Digest-MD5-2.58-489.fc37.x86_64                57/191 
12:13:53 #10 47.40   Verifying        : perl-DynaLoader-1.52-492.fc38.x86_64                58/191 
12:13:53 #10 47.40   Verifying        : perl-Encode-4:3.19-492.fc38.x86_64                  59/191 
12:13:53 #10 47.40   Verifying        : perl-Errno-1.36-492.fc38.x86_64                     60/191 
12:13:53 #10 47.40   Verifying        : perl-Exporter-5.77-489.fc37.noarch                  61/191 
12:13:53 #10 47.40   Verifying        : perl-Fcntl-1.15-492.fc38.x86_64                     62/191 
12:13:53 #10 47.40   Verifying        : perl-File-Basename-2.85-492.fc38.noarch             63/191 
12:13:53 #10 47.40   Verifying        : perl-File-Path-2.18-489.fc37.noarch                 64/191 
12:13:53 #10 47.40   Verifying        : perl-File-Temp-1:0.231.100-489.fc37.noarch          65/191 
12:13:53 #10 47.40   Verifying        : perl-File-stat-1.12-492.fc38.noarch                 66/191 
12:13:53 #10 47.40   Verifying        : perl-FileHandle-2.03-492.fc38.noarch                67/191 
12:13:53 #10 47.40   Verifying        : perl-Getopt-Long-1:2.52-489.fc37.noarch             68/191 
12:13:53 #10 47.40   Verifying        : perl-Getopt-Std-1.13-492.fc38.noarch                69/191 
12:13:53 #10 47.40   Verifying        : perl-HTTP-Tiny-0.082-1.fc37.noarch                  70/191 
12:13:53 #10 47.40   Verifying        : perl-IO-1.50-492.fc38.x86_64                        71/191 
12:13:53 #10 47.40   Verifying        : perl-IO-Socket-IP-0.41-490.fc37.noarch              72/191 
12:13:53 #10 47.40   Verifying        : perl-IO-Socket-SSL-2.075-1.fc38.noarch              73/191 
12:13:53 #10 47.40   Verifying        : perl-IPC-Open3-1.22-492.fc38.noarch                 74/191 
12:13:53 #10 47.40   Verifying        : perl-MIME-Base64-3.16-489.fc37.x86_64               75/191 
12:13:53 #10 47.40   Verifying        : perl-Mozilla-CA-20211001-4.fc37.noarch              76/191 
12:13:53 #10 47.40   Verifying        : perl-NDBM_File-1.15-492.fc38.x86_64                 77/191 
12:13:53 #10 47.40   Verifying        : perl-Net-SSLeay-1.92-4.fc37.x86_64                  78/191 
12:13:53 #10 47.40   Verifying        : perl-POSIX-2.03-492.fc38.x86_64                     79/191 
12:13:53 #10 47.40   Verifying        : perl-PathTools-3.84-489.fc37.x86_64                 80/191 
12:13:53 #10 47.40   Verifying        : perl-Pod-Escapes-1:1.07-489.fc37.noarch             81/191 
12:13:53 #10 47.40   Verifying        : perl-Pod-Perldoc-3.28.01-490.fc37.noarch            82/191 
12:13:53 #10 47.40   Verifying        : perl-Pod-Simple-1:3.43-490.fc37.noarch              83/191 
12:13:53 #10 47.40   Verifying        : perl-Pod-Usage-4:2.03-3.fc37.noarch                 84/191 
12:13:53 #10 47.40   Verifying        : perl-Scalar-List-Utils-5:1.63-489.fc38.x86_64       85/191 
12:13:53 #10 47.40   Verifying        : perl-SelectSaver-1.02-492.fc38.noarch               86/191 
12:13:53 #10 47.40   Verifying        : perl-Socket-4:2.036-1.fc38.x86_64                   87/191 
12:13:53 #10 47.40   Verifying        : perl-Storable-1:3.26-489.fc37.x86_64                88/191 
12:13:53 #10 47.40   Verifying        : perl-Symbol-1.09-492.fc38.noarch                    89/191 
12:13:53 #10 47.40   Verifying        : perl-Term-ANSIColor-5.01-490.fc37.noarch            90/191 
12:13:53 #10 47.40   Verifying        : perl-Term-Cap-1.17-489.fc37.noarch                  91/191 
12:13:53 #10 47.40   Verifying        : perl-Text-ParseWords-3.31-489.fc37.noarch           92/191 
12:13:53 #10 47.40   Verifying        : perl-Text-Tabs+Wrap-2021.0814-489.fc37.noarch       93/191 
12:13:53 #10 47.40   Verifying        : perl-Time-Local-2:1.300-489.fc37.noarch             94/191 
12:13:53 #10 47.40   Verifying        : perl-URI-5.12-2.fc37.noarch                         95/191 
12:13:53 #10 47.40   Verifying        : perl-base-2.27-492.fc38.noarch                      96/191 
12:13:53 #10 47.40   Verifying        : perl-constant-1.33-490.fc37.noarch                  97/191 
12:13:53 #10 47.40   Verifying        : perl-if-0.61.000-492.fc38.noarch                    98/191 
12:13:53 #10 47.40   Verifying        : perl-interpreter-4:5.36.0-492.fc38.x86_64           99/191 
12:13:53 #10 47.40   Verifying        : perl-libnet-3.14-490.fc37.noarch                   100/191 
12:13:53 #10 47.40   Verifying        : perl-libs-4:5.36.0-492.fc38.x86_64                 101/191 
12:13:53 #10 47.40   Verifying        : perl-mro-1.26-492.fc38.x86_64                      102/191 
12:13:53 #10 47.40   Verifying        : perl-overload-1.35-492.fc38.noarch                 103/191 
12:13:53 #10 47.40   Verifying        : perl-overloading-0.02-492.fc38.noarch              104/191 
12:13:53 #10 47.40   Verifying        : perl-parent-1:0.238-489.fc37.noarch                105/191 
12:13:53 #10 47.40   Verifying        : perl-podlators-1:4.14-489.fc37.noarch              106/191 
12:13:53 #10 47.40   Verifying        : perl-srpm-macros-1-46.fc37.noarch                  107/191 
12:13:53 #10 47.40   Verifying        : perl-subs-1.04-492.fc38.noarch                     108/191 
12:13:53 #10 47.40   Verifying        : perl-vars-1.05-492.fc38.noarch                     109/191 
12:13:53 #10 47.40   Verifying        : pkgconf-1.8.0-3.fc37.x86_64                        110/191 
12:13:53 #10 47.40   Verifying        : pkgconf-m4-1.8.0-3.fc37.noarch                     111/191 
12:13:53 #10 47.40   Verifying        : pkgconf-pkg-config-1.8.0-3.fc37.x86_64             112/191 
12:13:53 #10 47.40   Verifying        : python-srpm-macros-3.11-4.fc37.noarch              113/191 
12:13:53 #10 47.40   Verifying        : python3-construct-2.10.68-3.fc37.noarch            114/191 
12:13:53 #10 47.40   Verifying        : python3-dateutil-1:2.8.2-4.fc37.noarch             115/191 
12:13:53 #10 47.40   Verifying        : python3-dbus-1.3.2-1.fc38.x86_64                   116/191 
12:13:53 #10 47.40   Verifying        : python3-distro-1.7.0-3.fc37.noarch                 117/191 
12:13:53 #10 47.40   Verifying        : python3-dnf-plugins-core-4.3.1-1.fc38.noarch       118/191 
12:13:53 #10 47.40   Verifying        : python3-enchant-3.2.2-5.fc38.noarch                119/191 
12:13:53 #10 47.40   Verifying        : python3-pybeam-0.7-4.fc37.noarch                   120/191 
12:13:53 #10 47.40   Verifying        : python3-pyxdg-0.27-6.fc37.noarch                   121/191 
12:13:53 #10 47.40   Verifying        : python3-six-1.16.0-8.fc37.noarch                   122/191 
12:13:53 #10 47.40   Verifying        : python3-toml-0.10.2-9.fc37.noarch                  123/191 
12:13:53 #10 47.40   Verifying        : python3-zstd-1.4.5.1-8.fc37.x86_64                 124/191 
12:13:53 #10 47.40   Verifying        : qt5-srpm-macros-5.15.6-1.fc38.noarch               125/191 
12:13:53 #10 47.40   Verifying        : redhat-rpm-config-231-1.fc38.noarch                126/191 
12:13:53 #10 47.40   Verifying        : rpm-build-4.18.0-1.fc38.x86_64                     127/191 
12:13:53 #10 47.40   Verifying        : rpmautospec-rpm-macros-0.3.0-1.fc37.noarch         128/191 
12:13:53 #10 47.40   Verifying        : rpmlint-2.2.0-7.fc38.noarch                        129/191 
12:13:53 #10 47.40   Verifying        : rpmlint-fedora-license-data-1.4-1.fc38.noarch      130/191 
12:13:53 #10 47.40   Verifying        : rust-srpm-macros-22-1.fc37.noarch                  131/191 
12:13:53 #10 47.40   Verifying        : shared-mime-info-2.2-2.fc37.x86_64                 132/191 
12:13:53 #10 47.40   Verifying        : unzip-6.0-58.fc37.x86_64                           133/191 
12:13:53 #10 47.40   Verifying        : xxhash-libs-0.8.1-3.fc37.x86_64                    134/191 
12:13:53 #10 47.40   Verifying        : xz-5.2.6-1.fc38.x86_64                             135/191 
12:13:53 #10 47.40   Verifying        : zip-3.0-33.fc37.x86_64                             136/191 
12:13:53 #10 47.40   Verifying        : zstd-1.5.2-3.fc37.x86_64                           137/191 
12:13:53 #10 47.40   Verifying        : dnf-4.14.0-1.fc38.noarch                           138/191 
12:13:53 #10 47.40   Verifying        : dnf-4.12.0-1.fc37.noarch                           139/191 
12:13:53 #10 47.40   Verifying        : dnf-data-4.14.0-1.fc38.noarch                      140/191 
12:13:53 #10 47.41   Verifying        : dnf-data-4.12.0-1.fc37.noarch                      141/191 
12:13:53 #10 47.41   Verifying        : elfutils-libelf-0.187-8.fc38.x86_64                142/191 
12:13:53 #10 47.41   Verifying        : elfutils-libelf-0.187-4.fc37.x86_64                143/191 
12:13:53 #10 47.41   Verifying        : elfutils-libs-0.187-8.fc38.x86_64                  144/191 
12:13:53 #10 47.41   Verifying        : elfutils-libs-0.187-4.fc37.x86_64                  145/191 
12:13:53 #10 47.41   Verifying        : file-libs-5.42-4.fc37.x86_64                       146/191 
12:13:53 #10 47.41   Verifying        : file-libs-5.41-5.fc37.x86_64                       147/191 
12:13:53 #10 47.41   Verifying        : glibc-2.36.9000-8.fc38.x86_64                      148/191 
12:13:53 #10 47.41   Verifying        : glibc-2.35.9000-17.fc37.x86_64                     149/191 
12:13:53 #10 47.41   Verifying        : glibc-common-2.36.9000-8.fc38.x86_64               150/191 
12:13:53 #10 47.41   Verifying        : glibc-common-2.35.9000-17.fc37.x86_64              151/191 
12:13:53 #10 47.41   Verifying        : glibc-minimal-langpack-2.36.9000-8.fc38.x86_64     152/191 
12:13:53 #10 47.41   Verifying        : glibc-minimal-langpack-2.35.9000-17.fc37.x86_64    153/191 
12:13:53 #10 47.41   Verifying        : gpgme-1.17.0-4.fc37.x86_64                         154/191 
12:13:53 #10 47.41   Verifying        : gpgme-1.17.0-2.fc37.x86_64                         155/191 
12:13:53 #10 47.41   Verifying        : libcomps-0.1.18-4.fc37.x86_64                      156/191 
12:13:53 #10 47.41   Verifying        : libcomps-0.1.18-2.fc36.x86_64                      157/191 
12:13:53 #10 47.41   Verifying        : libdnf-0.68.0-1.fc38.x86_64                        158/191 
12:13:53 #10 47.41   Verifying        : libdnf-0.67.0-2.fc37.x86_64                        159/191 
12:13:53 #10 47.41   Verifying        : ncurses-base-6.3-3.20220501.fc37.noarch            160/191 
12:13:53 #10 47.41   Verifying        : ncurses-base-6.3-2.20220501.fc37.noarch            161/191 
12:13:53 #10 47.41   Verifying        : ncurses-libs-6.3-3.20220501.fc37.x86_64            162/191 
12:13:53 #10 47.41   Verifying        : ncurses-libs-6.3-2.20220501.fc37.x86_64            163/191 
12:13:53 #10 47.41   Verifying        : python3-3.11.0~rc2-1.fc38.x86_64                   164/191 
12:13:53 #10 47.41   Verifying        : python3-3.10.4-1.fc37.x86_64                       165/191 
12:13:53 #10 47.41   Verifying        : python3-dnf-4.14.0-1.fc38.noarch                   166/191 
12:13:53 #10 47.41   Verifying        : python3-dnf-4.12.0-1.fc37.noarch                   167/191 
12:13:53 #10 47.41   Verifying        : python3-gpg-1.17.0-4.fc37.x86_64                   168/191 
12:13:53 #10 47.41   Verifying        : python3-gpg-1.17.0-2.fc37.x86_64                   169/191 
12:13:53 #10 47.41   Verifying        : python3-hawkey-0.68.0-1.fc38.x86_64                170/191 
12:13:53 #10 47.41   Verifying        : python3-hawkey-0.67.0-2.fc37.x86_64                171/191 
12:13:53 #10 47.41   Verifying        : python3-libcomps-0.1.18-4.fc37.x86_64              172/191 
12:13:53 #10 47.41   Verifying        : python3-libcomps-0.1.18-2.fc36.x86_64              173/191 
12:13:53 #10 47.41   Verifying        : python3-libdnf-0.68.0-1.fc38.x86_64                174/191 
12:13:53 #10 47.41   Verifying        : python3-libdnf-0.67.0-2.fc37.x86_64                175/191 
12:13:53 #10 47.41   Verifying        : python3-libs-3.11.0~rc2-1.fc38.x86_64              176/191 
12:13:53 #10 47.41   Verifying        : python3-libs-3.10.4-1.fc37.x86_64                  177/191 
12:13:53 #10 47.41   Verifying        : python3-rpm-4.18.0-1.fc38.x86_64                   178/191 
12:13:53 #10 47.41   Verifying        : python3-rpm-4.18.0-0.alpha1.6.fc37.x86_64          179/191 
12:13:53 #10 47.41   Verifying        : rpm-4.18.0-1.fc38.x86_64                           180/191 
12:13:53 #10 47.41   Verifying        : rpm-4.18.0-0.alpha1.6.fc37.x86_64                  181/191 
12:13:53 #10 47.41   Verifying        : rpm-build-libs-4.18.0-1.fc38.x86_64                182/191 
12:13:53 #10 47.41   Verifying        : rpm-build-libs-4.18.0-0.alpha1.6.fc37.x86_64       183/191 
12:13:53 #10 47.41   Verifying        : rpm-libs-4.18.0-1.fc38.x86_64                      184/191 
12:13:53 #10 47.41   Verifying        : rpm-libs-4.18.0-0.alpha1.6.fc37.x86_64             185/191 
12:13:53 #10 47.41   Verifying        : rpm-sign-libs-4.18.0-1.fc38.x86_64                 186/191 
12:13:53 #10 47.41   Verifying        : rpm-sign-libs-4.18.0-0.alpha1.6.fc37.x86_64        187/191 
12:13:53 #10 47.41   Verifying        : xz-libs-5.2.6-1.fc38.x86_64                        188/191 
12:13:53 #10 47.41   Verifying        : xz-libs-5.2.5-9.fc37.x86_64                        189/191 
12:13:53 #10 47.41   Verifying        : yum-4.14.0-1.fc38.noarch                           190/191 
12:13:53 #10 47.41   Verifying        : yum-4.12.0-1.fc37.noarch                           191/191 
12:13:53 #10 47.62 
12:13:53 #10 47.62 Upgraded:
12:13:53 #10 47.62   dnf-4.14.0-1.fc38.noarch                                                      
12:13:53 #10 47.62   dnf-data-4.14.0-1.fc38.noarch                                                 
12:13:53 #10 47.62   elfutils-libelf-0.187-8.fc38.x86_64                                           
12:13:53 #10 47.62   elfutils-libs-0.187-8.fc38.x86_64                                             
12:13:53 #10 47.62   file-libs-5.42-4.fc37.x86_64                                                  
12:13:53 #10 47.62   glibc-2.36.9000-8.fc38.x86_64                                                 
12:13:53 #10 47.62   glibc-common-2.36.9000-8.fc38.x86_64                                          
12:13:53 #10 47.62   glibc-minimal-langpack-2.36.9000-8.fc38.x86_64                                
12:13:53 #10 47.62   gpgme-1.17.0-4.fc37.x86_64                                                    
12:13:53 #10 47.62   libcomps-0.1.18-4.fc37.x86_64                                                 
12:13:53 #10 47.62   libdnf-0.68.0-1.fc38.x86_64                                                   
12:13:53 #10 47.62   ncurses-base-6.3-3.20220501.fc37.noarch                                       
12:13:53 #10 47.62   ncurses-libs-6.3-3.20220501.fc37.x86_64                                       
12:13:53 #10 47.62   python3-3.11.0~rc2-1.fc38.x86_64                                              
12:13:53 #10 47.62   python3-dnf-4.14.0-1.fc38.noarch                                              
12:13:53 #10 47.62   python3-gpg-1.17.0-4.fc37.x86_64                                              
12:13:53 #10 47.62   python3-hawkey-0.68.0-1.fc38.x86_64                                           
12:13:53 #10 47.62   python3-libcomps-0.1.18-4.fc37.x86_64                                         
12:13:53 #10 47.62   python3-libdnf-0.68.0-1.fc38.x86_64                                           
12:13:53 #10 47.62   python3-libs-3.11.0~rc2-1.fc38.x86_64                                         
12:13:53 #10 47.62   python3-rpm-4.18.0-1.fc38.x86_64                                              
12:13:53 #10 47.62   rpm-4.18.0-1.fc38.x86_64                                                      
12:13:53 #10 47.62   rpm-build-libs-4.18.0-1.fc38.x86_64                                           
12:13:53 #10 47.62   rpm-libs-4.18.0-1.fc38.x86_64                                                 
12:13:53 #10 47.62   rpm-sign-libs-4.18.0-1.fc38.x86_64                                            
12:13:53 #10 47.62   xz-libs-5.2.6-1.fc38.x86_64                                                   
12:13:53 #10 47.62   yum-4.14.0-1.fc38.noarch                                                      
12:13:53 #10 47.62 Installed:
12:13:53 #10 47.62   ansible-srpm-macros-1-8.1.fc38.noarch                                         
12:13:53 #10 47.62   binutils-2.39-3.fc38.x86_64                                                   
12:13:53 #10 47.62   binutils-gold-2.39-3.fc38.x86_64                                              
12:13:53 #10 47.62   bzip2-1.0.8-12.fc37.x86_64                                                    
12:13:53 #10 47.62   cpio-2.13-13.fc38.x86_64                                                      
12:13:53 #10 47.62   dash-0.5.11.5-2.fc37.x86_64                                                   
12:13:53 #10 47.62   dbus-libs-1:1.14.2-1.fc38.x86_64                                              
12:13:53 #10 47.62   debugedit-5.0-5.fc37.x86_64                                                   
12:13:53 #10 47.62   desktop-file-utils-0.26-7.fc37.x86_64                                         
12:13:53 #10 47.62   devscripts-checkbashisms-2.22.2-3.fc37.x86_64                                 
12:13:53 #10 47.62   diffutils-3.8-3.fc37.x86_64                                                   
12:13:53 #10 47.62   dnf-plugins-core-4.3.1-1.fc38.noarch                                          
12:13:53 #10 47.62   dwz-0.14-7.fc37.x86_64                                                        
12:13:53 #10 47.62   ed-1.18-2.fc37.x86_64                                                         
12:13:53 #10 47.62   efi-srpm-macros-5-6.fc37.noarch                                               
12:13:53 #10 47.62   elfutils-0.187-8.fc38.x86_64                                                  
12:13:53 #10 47.62   elfutils-debuginfod-client-0.187-8.fc38.x86_64                                
12:13:53 #10 47.62   emacs-filesystem-1:28.1-3.fc37.noarch                                         
12:13:53 #10 47.62   enchant2-2.3.3-2.fc37.x86_64                                                  
12:13:53 #10 47.62   file-5.42-4.fc37.x86_64                                                       
12:13:53 #10 47.62   fonts-srpm-macros-1:2.0.5-9.fc38.noarch                                       
12:13:53 #10 47.62   fpc-srpm-macros-1.3-6.fc37.noarch                                             
12:13:53 #10 47.62   gdb-minimal-12.1-4.fc37.x86_64                                                
12:13:53 #10 47.62   gdk-pixbuf2-2.42.9-2.fc38.x86_64                                              
12:13:53 #10 47.62   ghc-srpm-macros-1.5.0-7.fc37.noarch                                           
12:13:53 #10 47.62   glibc-gconv-extra-2.36.9000-8.fc38.x86_64                                     
12:13:53 #10 47.62   gnat-srpm-macros-4-16.fc37.noarch                                             
12:13:53 #10 47.62   go-srpm-macros-3.2.0-1.fc38.noarch                                            
12:13:53 #10 47.62   groff-base-1.22.4-10.fc37.x86_64                                              
12:13:53 #10 47.62   hunspell-1.7.1-1.fc38.x86_64                                                  
12:13:53 #10 47.62   hunspell-en-0.20201207-1.fc38.noarch                                          
12:13:53 #10 47.62   hunspell-en-GB-0.20201207-1.fc38.noarch                                       
12:13:53 #10 47.62   hunspell-en-US-0.20201207-1.fc38.noarch                                       
12:13:53 #10 47.62   hunspell-filesystem-1.7.1-1.fc38.x86_64                                       
12:13:53 #10 47.62   jansson-2.13.1-5.fc37.x86_64                                                  
12:13:53 #10 47.62   json-glib-1.6.6-3.fc37.x86_64                                                 
12:13:53 #10 47.62   kernel-srpm-macros-1.0-15.fc37.noarch                                         
12:13:53 #10 47.62   libappstream-glib-0.8.1-1.fc38.x86_64                                         
12:13:53 #10 47.62   libb2-0.98.1-7.fc37.x86_64                                                    
12:13:53 #10 47.62   libjpeg-turbo-2.1.4-1.fc38.x86_64                                             
12:13:53 #10 47.62   libpkgconf-1.8.0-3.fc37.x86_64                                                
12:13:53 #10 47.62   libpng-2:1.6.37-13.fc37.x86_64                                                
12:13:53 #10 47.62   libstemmer-0-19.585svn.fc37.x86_64                                            
12:13:53 #10 47.62   lua-srpm-macros-1-7.fc37.noarch                                               
12:13:53 #10 47.62   ncurses-6.3-3.20220501.fc37.x86_64                                            
12:13:53 #10 47.62   nim-srpm-macros-3-7.fc37.noarch                                               
12:13:53 #10 47.62   ocaml-srpm-macros-7-2.fc37.noarch                                             
12:13:53 #10 47.62   openblas-srpm-macros-2-12.fc37.noarch                                         
12:13:53 #10 47.62   package-notes-srpm-macros-0.5-6.fc38.noarch                                   
12:13:53 #10 47.62   patch-2.7.6-17.fc37.x86_64                                                    
12:13:53 #10 47.62   perl-AutoLoader-5.74-492.fc38.noarch                                          
12:13:53 #10 47.62   perl-B-1.83-492.fc38.x86_64                                                   
12:13:53 #10 47.62   perl-Carp-1.52-489.fc37.noarch                                                
12:13:53 #10 47.62   perl-Class-Struct-0.66-492.fc38.noarch                                        
12:13:53 #10 47.62   perl-Data-Dumper-2.184-490.fc37.x86_64                                        
12:13:53 #10 47.62   perl-Digest-1.20-489.fc37.noarch                                              
12:13:53 #10 47.62   perl-Digest-MD5-2.58-489.fc37.x86_64                                          
12:13:53 #10 47.62   perl-DynaLoader-1.52-492.fc38.x86_64                                          
12:13:53 #10 47.62   perl-Encode-4:3.19-492.fc38.x86_64                                            
12:13:53 #10 47.62   perl-Errno-1.36-492.fc38.x86_64                                               
12:13:53 #10 47.62   perl-Exporter-5.77-489.fc37.noarch                                            
12:13:53 #10 47.62   perl-Fcntl-1.15-492.fc38.x86_64                                               
12:13:53 #10 47.62   perl-File-Basename-2.85-492.fc38.noarch                                       
12:13:53 #10 47.62   perl-File-Path-2.18-489.fc37.noarch                                           
12:13:53 #10 47.62   perl-File-Temp-1:0.231.100-489.fc37.noarch                                    
12:13:53 #10 47.62   perl-File-stat-1.12-492.fc38.noarch                                           
12:13:53 #10 47.62   perl-FileHandle-2.03-492.fc38.noarch                                          
12:13:53 #10 47.62   perl-Getopt-Long-1:2.52-489.fc37.noarch                                       
12:13:53 #10 47.62   perl-Getopt-Std-1.13-492.fc38.noarch                                          
12:13:53 #10 47.62   perl-HTTP-Tiny-0.082-1.fc37.noarch                                            
12:13:53 #10 47.62   perl-IO-1.50-492.fc38.x86_64                                                  
12:13:53 #10 47.62   perl-IO-Socket-IP-0.41-490.fc37.noarch                                        
12:13:53 #10 47.62   perl-IO-Socket-SSL-2.075-1.fc38.noarch                                        
12:13:53 #10 47.62   perl-IPC-Open3-1.22-492.fc38.noarch                                           
12:13:53 #10 47.62   perl-MIME-Base64-3.16-489.fc37.x86_64                                         
12:13:53 #10 47.62   perl-Mozilla-CA-20211001-4.fc37.noarch                                        
12:13:53 #10 47.62   perl-NDBM_File-1.15-492.fc38.x86_64                                           
12:13:53 #10 47.62   perl-Net-SSLeay-1.92-4.fc37.x86_64                                            
12:13:53 #10 47.62   perl-POSIX-2.03-492.fc38.x86_64                                               
12:13:53 #10 47.62   perl-PathTools-3.84-489.fc37.x86_64                                           
12:13:53 #10 47.62   perl-Pod-Escapes-1:1.07-489.fc37.noarch                                       
12:13:53 #10 47.62   perl-Pod-Perldoc-3.28.01-490.fc37.noarch                                      
12:13:53 #10 47.62   perl-Pod-Simple-1:3.43-490.fc37.noarch                                        
12:13:53 #10 47.62   perl-Pod-Usage-4:2.03-3.fc37.noarch                                           
12:13:53 #10 47.62   perl-Scalar-List-Utils-5:1.63-489.fc38.x86_64                                 
12:13:53 #10 47.62   perl-SelectSaver-1.02-492.fc38.noarch                                         
12:13:53 #10 47.62   perl-Socket-4:2.036-1.fc38.x86_64                                             
12:13:53 #10 47.62   perl-Storable-1:3.26-489.fc37.x86_64                                          
12:13:53 #10 47.62   perl-Symbol-1.09-492.fc38.noarch                                              
12:13:53 #10 47.62   perl-Term-ANSIColor-5.01-490.fc37.noarch                                      
12:13:53 #10 47.62   perl-Term-Cap-1.17-489.fc37.noarch                                            
12:13:53 #10 47.62   perl-Text-ParseWords-3.31-489.fc37.noarch                                     
12:13:53 #10 47.62   perl-Text-Tabs+Wrap-2021.0814-489.fc37.noarch                                 
12:13:53 #10 47.62   perl-Time-Local-2:1.300-489.fc37.noarch                                       
12:13:53 #10 47.62   perl-URI-5.12-2.fc37.noarch                                                   
12:13:53 #10 47.62   perl-base-2.27-492.fc38.noarch                                                
12:13:53 #10 47.62   perl-constant-1.33-490.fc37.noarch                                            
12:13:53 #10 47.62   perl-if-0.61.000-492.fc38.noarch                                              
12:13:53 #10 47.62   perl-interpreter-4:5.36.0-492.fc38.x86_64                                     
12:13:53 #10 47.62   perl-libnet-3.14-490.fc37.noarch                                              
12:13:53 #10 47.62   perl-libs-4:5.36.0-492.fc38.x86_64                                            
12:13:53 #10 47.62   perl-mro-1.26-492.fc38.x86_64                                                 
12:13:53 #10 47.62   perl-overload-1.35-492.fc38.noarch                                            
12:13:53 #10 47.62   perl-overloading-0.02-492.fc38.noarch                                         
12:13:53 #10 47.62   perl-parent-1:0.238-489.fc37.noarch                                           
12:13:53 #10 47.62   perl-podlators-1:4.14-489.fc37.noarch                                         
12:13:53 #10 47.62   perl-srpm-macros-1-46.fc37.noarch                                             
12:13:53 #10 47.62   perl-subs-1.04-492.fc38.noarch                                                
12:13:53 #10 47.62   perl-vars-1.05-492.fc38.noarch                                                
12:13:53 #10 47.62   pkgconf-1.8.0-3.fc37.x86_64                                                   
12:13:53 #10 47.62   pkgconf-m4-1.8.0-3.fc37.noarch                                                
12:13:53 #10 47.62   pkgconf-pkg-config-1.8.0-3.fc37.x86_64                                        
12:13:53 #10 47.62   python-srpm-macros-3.11-4.fc37.noarch                                         
12:13:53 #10 47.62   python3-construct-2.10.68-3.fc37.noarch                                       
12:13:53 #10 47.62   python3-dateutil-1:2.8.2-4.fc37.noarch                                        
12:13:53 #10 47.62   python3-dbus-1.3.2-1.fc38.x86_64                                              
12:13:53 #10 47.62   python3-distro-1.7.0-3.fc37.noarch                                            
12:13:53 #10 47.62   python3-dnf-plugins-core-4.3.1-1.fc38.noarch                                  
12:13:53 #10 47.62   python3-enchant-3.2.2-5.fc38.noarch                                           
12:13:53 #10 47.62   python3-pybeam-0.7-4.fc37.noarch                                              
12:13:53 #10 47.62   python3-pyxdg-0.27-6.fc37.noarch                                              
12:13:53 #10 47.62   python3-six-1.16.0-8.fc37.noarch                                              
12:13:53 #10 47.62   python3-toml-0.10.2-9.fc37.noarch                                             
12:13:53 #10 47.62   python3-zstd-1.4.5.1-8.fc37.x86_64                                            
12:13:53 #10 47.62   qt5-srpm-macros-5.15.6-1.fc38.noarch                                          
12:13:53 #10 47.62   redhat-rpm-config-231-1.fc38.noarch                                           
12:13:53 #10 47.62   rpm-build-4.18.0-1.fc38.x86_64                                                
12:13:53 #10 47.62   rpmautospec-rpm-macros-0.3.0-1.fc37.noarch                                    
12:13:53 #10 47.62   rpmlint-2.2.0-7.fc38.noarch                                                   
12:13:53 #10 47.62   rpmlint-fedora-license-data-1.4-1.fc38.noarch                                 
12:13:53 #10 47.62   rust-srpm-macros-22-1.fc37.noarch                                             
12:13:53 #10 47.62   shared-mime-info-2.2-2.fc37.x86_64                                            
12:13:53 #10 47.62   unzip-6.0-58.fc37.x86_64                                                      
12:13:53 #10 47.62   xxhash-libs-0.8.1-3.fc37.x86_64                                               
12:13:53 #10 47.62   xz-5.2.6-1.fc38.x86_64                                                        
12:13:53 #10 47.62   zip-3.0-33.fc37.x86_64                                                        
12:13:53 #10 47.62   zstd-1.5.2-3.fc37.x86_64                                                      
12:13:53 #10 47.62 
12:13:53 #10 47.62 Complete!
12:13:53 #10 DONE 47.8s
12:13:53 
12:13:53 #11 [stage-1 3/6] COPY SPECS /root/rpmbuild/SPECS
12:13:53 #11 DONE 0.1s
12:13:53 
12:13:53 #12 [stage-1 4/6] RUN   if [ "$(uname -m)" = "x86_64" ]; then     dnf builddep -y /root/rpmbuild/SPECS/*.spec;   else     dnf builddep -y /root/rpmbuild/SPECS/docker-c*.spec;   fi
12:13:54 #12 1.090 Last metadata expiration check: 0:00:16 ago on Mon Oct  3 12:13:38 2022.
12:13:55 #12 1.652 Package bash-5.1.16-2.fc36.x86_64 is already installed.
12:13:55 #12 1.661 Package bash-5.1.16-2.fc36.x86_64 is already installed.
12:13:55 #12 1.662 Package ca-certificates-2021.2.52-3.fc36.noarch is already installed.
12:13:55 #12 1.662 Package libarchive-3.6.1-1.fc37.x86_64 is already installed.
12:13:55 #12 1.663 Package pkgconf-pkg-config-1.8.0-3.fc37.x86_64 is already installed.
12:13:55 #12 1.663 Package tar-2:1.34-3.fc36.x86_64 is already installed.
12:13:55 #12 1.672 Package bash-5.1.16-2.fc36.x86_64 is already installed.
12:13:55 #12 1.686 Package bash-5.1.16-2.fc36.x86_64 is already installed.
12:13:55 #12 1.773 Dependencies resolved.
12:13:55 #12 1.792 ================================================================================
12:13:55 #12 1.792  Package                      Arch   Version                      Repo     Size
12:13:55 #12 1.792 ================================================================================
12:13:55 #12 1.792 Installing:
12:13:55 #12 1.792  btrfs-progs-devel            x86_64 5.18-3.fc37                  rawhide  54 k
12:13:55 #12 1.792  cmake                        x86_64 3.24.1-1.fc38                rawhide 6.6 M
12:13:55 #12 1.792  device-mapper-devel          x86_64 1.02.185-1.fc38              rawhide  42 k
12:13:55 #12 1.792  gcc                          x86_64 12.2.1-2.fc38                rawhide  33 M
12:13:55 #12 1.792  git                          x86_64 2.38.0-0.2.rc2.fc38          rawhide  65 k
12:13:55 #12 1.792  glibc-static                 x86_64 2.36.9000-8.fc38             rawhide 1.9 M
12:13:55 #12 1.792  libseccomp-devel             x86_64 2.5.3-3.fc37                 rawhide  60 k
12:13:55 #12 1.792  libselinux-devel             x86_64 3.4-5.fc37                   rawhide 148 k
12:13:55 #12 1.792  libtool                      x86_64 2.4.7-2.fc37                 rawhide 601 k
12:13:55 #12 1.792  libtool-ltdl-devel           x86_64 2.4.7-2.fc37                 rawhide 164 k
12:13:55 #12 1.792  make                         x86_64 1:4.3-11.fc37                rawhide 542 k
12:13:55 #12 1.792  selinux-policy-devel         noarch 37.12-1.fc38                 rawhide 910 k
12:13:55 #12 1.792  systemd                      x86_64 251.5-607.fc38               rawhide 4.2 M
12:13:55 #12 1.792  systemd-devel                x86_64 251.5-607.fc38               rawhide 579 k
12:13:55 #12 1.792  which                        x86_64 2.21-35.fc37                 rawhide  41 k
12:13:55 #12 1.792 Upgrading:
12:13:55 #12 1.792  audit-libs                   x86_64 3.0.9-1.fc38                 rawhide 116 k
12:13:55 #12 1.792  crypto-policies              noarch 20220824-2.git2187e9c.fc38   rawhide  86 k
12:13:55 #12 1.792  libblkid                     x86_64 2.38.1-2.fc38                rawhide 107 k
12:13:55 #12 1.792  libcom_err                   x86_64 1.46.5-3.fc37                rawhide  25 k
12:13:55 #12 1.792  libgcc                       x86_64 12.2.1-2.fc38                rawhide 106 k
12:13:55 #12 1.792  libgomp                      x86_64 12.2.1-2.fc38                rawhide 293 k
12:13:55 #12 1.792  libmount                     x86_64 2.38.1-2.fc38                rawhide 135 k
12:13:55 #12 1.792  libselinux                   x86_64 3.4-5.fc37                   rawhide  86 k
12:13:55 #12 1.792  libsemanage                  x86_64 3.4-5.fc37                   rawhide 120 k
12:13:55 #12 1.792  libsepol                     x86_64 3.4-3.fc37                   rawhide 322 k
12:13:55 #12 1.792  libsmartcols                 x86_64 2.38.1-2.fc38                rawhide  64 k
12:13:55 #12 1.792  libuuid                      x86_64 2.38.1-2.fc38                rawhide  28 k
12:13:55 #12 1.792  libxcrypt                    x86_64 4.4.28-3.fc38                rawhide 117 k
12:13:55 #12 1.792  pcre2                        x86_64 10.40-1.fc37.1               rawhide 236 k
12:13:55 #12 1.792  pcre2-syntax                 noarch 10.40-1.fc37.1               rawhide 142 k
12:13:55 #12 1.792  systemd-libs                 x86_64 251.5-607.fc38               rawhide 619 k
12:13:55 #12 1.792  util-linux-core              x86_64 2.38.1-2.fc38                rawhide 470 k
12:13:55 #12 1.792 Installing dependencies:
12:13:55 #12 1.792  annobin-docs                 noarch 10.86-1.fc38                 rawhide  92 k
12:13:55 #12 1.792  annobin-plugin-gcc           x86_64 10.86-1.fc38                 rawhide 887 k
12:13:55 #12 1.792  autoconf                     noarch 2.71-3.fc37                  rawhide 733 k
12:13:55 #12 1.792  automake                     noarch 1.16.5-9.fc37                rawhide 696 k
12:13:55 #12 1.792  btrfs-progs                  x86_64 5.18-3.fc37                  rawhide 964 k
12:13:55 #12 1.792  checkpolicy                  x86_64 3.4-3.fc37                   rawhide 346 k
12:13:55 #12 1.792  cmake-data                   noarch 3.24.1-1.fc38                rawhide 2.1 M
12:13:55 #12 1.792  cmake-filesystem             x86_64 3.24.1-1.fc38                rawhide  16 k
12:13:55 #12 1.792  cmake-rpm-macros             noarch 3.24.1-1.fc38                rawhide  16 k
12:13:55 #12 1.792  cpp                          x86_64 12.2.1-2.fc38                rawhide  11 M
12:13:55 #12 1.792  dbus                         x86_64 1:1.14.2-1.fc38              rawhide 7.7 k
12:13:55 #12 1.792  dbus-broker                  x86_64 32-1.fc37                    rawhide 175 k
12:13:55 #12 1.792  dbus-common                  noarch 1:1.14.2-1.fc38              rawhide  15 k
12:13:55 #12 1.792  device-mapper                x86_64 1.02.185-1.fc38              rawhide 138 k
12:13:55 #12 1.792  device-mapper-libs           x86_64 1.02.185-1.fc38              rawhide 177 k
12:13:55 #12 1.792  e2fsprogs-libs               x86_64 1.46.5-3.fc37                rawhide 222 k
12:13:55 #12 1.792  gc                           x86_64 8.2.2-1.fc38                 rawhide 110 k
12:13:55 #12 1.792  gcc-plugin-annobin           x86_64 12.2.1-2.fc38                rawhide  51 k
12:13:55 #12 1.792  git-core                     x86_64 2.38.0-0.2.rc2.fc38          rawhide 4.2 M
12:13:55 #12 1.792  git-core-doc                 noarch 2.38.0-0.2.rc2.fc38          rawhide 2.8 M
12:13:55 #12 1.792  glibc-devel                  x86_64 2.36.9000-8.fc38             rawhide  33 k
12:13:55 #12 1.792  glibc-headers-x86            noarch 2.36.9000-8.fc38             rawhide 510 k
12:13:55 #12 1.792  guile22                      x86_64 2.2.7-6.fc37                 rawhide 6.5 M
12:13:55 #12 1.792  jsoncpp                      x86_64 1.9.5-3.fc37                 rawhide  98 k
12:13:55 #12 1.792  kernel-headers               x86_64 6.0.0-0.rc7.git0.1.fc38      rawhide 1.5 M
12:13:55 #12 1.792  kmod-libs                    x86_64 30-2.fc37                    rawhide  68 k
12:13:55 #12 1.792  less                         x86_64 590-5.fc37                   rawhide 160 k
12:13:55 #12 1.792  libargon2                    x86_64 20190702-1.fc37              rawhide  28 k
12:13:55 #12 1.792  libbtrfs                     x86_64 5.18-3.fc37                  rawhide  28 k
12:13:55 #12 1.792  libbtrfsutil                 x86_64 5.18-3.fc37                  rawhide  32 k
12:13:55 #12 1.792  libcbor                      x86_64 0.7.0-7.fc37                 rawhide  56 k
12:13:55 #12 1.792  libedit                      x86_64 3.1-42.20210910cvs.fc37      rawhide 104 k
12:13:55 #12 1.792  libfdisk                     x86_64 2.38.1-2.fc38                rawhide 160 k
12:13:55 #12 1.792  libfido2                     x86_64 1.12.0-1.fc38                rawhide  99 k
12:13:55 #12 1.792  libmpc                       x86_64 1.2.1-5.fc37                 rawhide  61 k
12:13:55 #12 1.792  libseccomp                   x86_64 2.5.3-3.fc37                 rawhide  70 k
12:13:55 #12 1.792  libselinux-utils             x86_64 3.4-5.fc37                   rawhide 158 k
12:13:55 #12 1.792  libsepol-devel               x86_64 3.4-3.fc37                   rawhide  49 k
12:13:55 #12 1.792  libtool-ltdl                 x86_64 2.4.7-2.fc37                 rawhide  37 k
12:13:55 #12 1.792  libutempter                  x86_64 1.2.1-7.fc37                 rawhide  26 k
12:13:55 #12 1.792  libuv                        x86_64 1:1.44.2-2.fc37              rawhide 151 k
12:13:55 #12 1.792  libxcrypt-devel              x86_64 4.4.28-3.fc38                rawhide  28 k
12:13:55 #12 1.792  libxcrypt-static             x86_64 4.4.28-3.fc38                rawhide 102 k
12:13:55 #12 1.792  lzo                          x86_64 2.10-7.fc37                  rawhide  66 k
12:13:55 #12 1.792  m4                           x86_64 1.4.19-4.fc37                rawhide 303 k
12:13:55 #12 1.792  openssh                      x86_64 9.0p1-5.fc38                 rawhide 441 k
12:13:55 #12 1.792  openssh-clients              x86_64 9.0p1-5.fc38                 rawhide 718 k
12:13:55 #12 1.792  pcre2-devel                  x86_64 10.40-1.fc37.1               rawhide 505 k
12:13:55 #12 1.792  pcre2-utf16                  x86_64 10.40-1.fc37.1               rawhide 216 k
12:13:55 #12 1.792  pcre2-utf32                  x86_64 10.40-1.fc37.1               rawhide 203 k
12:13:55 #12 1.792  perl-Error                   noarch 1:0.17029-10.fc37            rawhide  41 k
12:13:55 #12 1.792  perl-File-Compare            noarch 1.100.700-492.fc38           rawhide  16 k
12:13:55 #12 1.792  perl-File-Copy               noarch 2.39-492.fc38                rawhide  23 k
12:13:55 #12 1.792  perl-File-Find               noarch 1.40-492.fc38                rawhide  28 k
12:13:55 #12 1.792  perl-Git                     noarch 2.38.0-0.2.rc2.fc38          rawhide  42 k
12:13:55 #12 1.792  perl-TermReadKey             x86_64 2.38-14.fc37                 rawhide  36 k
12:13:55 #12 1.792  perl-Thread-Queue            noarch 3.14-489.fc37                rawhide  21 k
12:13:55 #12 1.792  perl-lib                     x86_64 0.65-492.fc38                rawhide  18 k
12:13:55 #12 1.792  perl-threads                 x86_64 1:2.27-489.fc37              rawhide  57 k
12:13:55 #12 1.792  perl-threads-shared          x86_64 1.64-489.fc37                rawhide  44 k
12:13:55 #12 1.792  policycoreutils              x86_64 3.4-6.fc37                   rawhide 238 k
12:13:55 #12 1.792  policycoreutils-devel        x86_64 3.4-6.fc37                   rawhide 150 k
12:13:55 #12 1.792  policycoreutils-python-utils noarch 3.4-6.fc37                   rawhide  80 k
12:13:55 #12 1.792  python3-audit                x86_64 3.0.9-1.fc38                 rawhide  87 k
12:13:55 #12 1.792  python3-libselinux           x86_64 3.4-5.fc37                   rawhide 194 k
12:13:55 #12 1.792  python3-libsemanage          x86_64 3.4-5.fc37                   rawhide  83 k
12:13:55 #12 1.792  python3-policycoreutils      noarch 3.4-6.fc37                   rawhide 2.2 M
12:13:55 #12 1.792  python3-setools              x86_64 4.4.0-9.fc37                 rawhide 618 k
12:13:55 #12 1.792  python3-setuptools           noarch 65.3.0-1.fc38                rawhide 1.7 M
12:13:55 #12 1.792  rhash                        x86_64 1.4.3-1.fc38                 rawhide 193 k
12:13:55 #12 1.792  rpm-plugin-selinux           x86_64 4.18.0-1.fc38                rawhide  20 k
12:13:55 #12 1.792  selinux-policy               noarch 37.12-1.fc38                 rawhide  75 k
12:13:55 #12 1.792  selinux-policy-targeted      noarch 37.12-1.fc38                 rawhide 6.6 M
12:13:55 #12 1.792  systemd-pam                  x86_64 251.5-607.fc38               rawhide 334 k
12:13:55 #12 1.792  systemd-rpm-macros           noarch 251.5-607.fc38               rawhide  31 k
12:13:55 #12 1.792  util-linux                   x86_64 2.38.1-2.fc38                rawhide 2.3 M
12:13:55 #12 1.792  vim-filesystem               noarch 2:9.0.475-1.fc38             rawhide  20 k
12:13:55 #12 1.792  xkeyboard-config             noarch 2.36-2.fc37                  rawhide 957 k
12:13:55 #12 1.792 Installing weak dependencies:
12:13:55 #12 1.792  cryptsetup-libs              x86_64 2.5.0-1.fc37                 rawhide 454 k
12:13:55 #12 1.792  libbpf                       x86_64 2:0.8.0-2.fc37               rawhide 172 k
12:13:55 #12 1.792  libxkbcommon                 x86_64 1.4.1-2.fc37                 rawhide 140 k
12:13:55 #12 1.792  qrencode-libs                x86_64 4.1.1-3.fc37                 rawhide  61 k
12:13:55 #12 1.792  systemd-networkd             x86_64 251.5-607.fc38               rawhide 617 k
12:13:55 #12 1.792  systemd-resolved             x86_64 251.5-607.fc38               rawhide 282 k
12:13:55 #12 1.792 
12:13:55 #12 1.792 Transaction Summary
12:13:55 #12 1.792 ================================================================================
12:13:55 #12 1.792 Install  99 Packages
12:13:55 #12 1.792 Upgrade  17 Packages
12:13:55 #12 1.792 
12:13:55 #12 1.797 Total download size: 106 M
12:13:55 #12 1.797 Downloading Packages:
12:13:56 #12 2.664 (1/116): annobin-docs-10.86-1.fc38.noarch.rpm   181 kB/s |  92 kB     00:00    
12:13:56 #12 2.671 (2/116): autoconf-2.71-3.fc37.noarch.rpm        1.4 MB/s | 733 kB     00:00    
12:13:56 #12 2.687 (3/116): annobin-plugin-gcc-10.86-1.fc38.x86_64 1.6 MB/s | 887 kB     00:00    
12:13:56 #12 2.698 (4/116): automake-1.16.5-9.fc37.noarch.rpm       25 MB/s | 696 kB     00:00    
12:13:56 #12 2.708 (5/116): btrfs-progs-devel-5.18-3.fc37.x86_64.r 2.8 MB/s |  54 kB     00:00    
12:13:56 #12 2.725 (6/116): checkpolicy-3.4-3.fc37.x86_64.rpm       13 MB/s | 346 kB     00:00    
12:13:56 #12 2.757 (7/116): btrfs-progs-5.18-3.fc37.x86_64.rpm      11 MB/s | 964 kB     00:00    
12:13:56 #12 2.817 (8/116): cmake-3.24.1-1.fc38.x86_64.rpm          60 MB/s | 6.6 MB     00:00    
12:13:56 #12 2.831 (9/116): cmake-data-3.24.1-1.fc38.noarch.rpm     20 MB/s | 2.1 MB     00:00    
12:13:56 #12 2.835 (10/116): cmake-filesystem-3.24.1-1.fc38.x86_64 211 kB/s |  16 kB     00:00    
12:13:56 #12 2.847 (11/116): cryptsetup-libs-2.5.0-1.fc37.x86_64.r  41 MB/s | 454 kB     00:00    
12:13:56 #12 2.851 (12/116): cmake-rpm-macros-3.24.1-1.fc38.noarch 1.0 MB/s |  16 kB     00:00    
12:13:56 #12 2.855 (13/116): dbus-1.14.2-1.fc38.x86_64.rpm         1.0 MB/s | 7.7 kB     00:00    
12:13:56 #12 2.863 (14/116): dbus-broker-32-1.fc37.x86_64.rpm       15 MB/s | 175 kB     00:00    
12:13:56 #12 2.873 (15/116): dbus-common-1.14.2-1.fc38.noarch.rpm  993 kB/s |  15 kB     00:00    
12:13:56 #12 2.885 (16/116): device-mapper-1.02.185-1.fc38.x86_64. 8.1 MB/s | 138 kB     00:00    
12:13:56 #12 2.899 (17/116): device-mapper-devel-1.02.185-1.fc38.x 1.7 MB/s |  42 kB     00:00    
12:13:56 #12 2.906 (18/116): device-mapper-libs-1.02.185-1.fc38.x8 8.6 MB/s | 177 kB     00:00    
12:13:56 #12 2.955 (19/116): cpp-12.2.1-2.fc38.x86_64.rpm           88 MB/s |  11 MB     00:00    
12:13:56 #12 2.959 (20/116): gc-8.2.2-1.fc38.x86_64.rpm            2.1 MB/s | 110 kB     00:00    
12:13:56 #12 2.970 (21/116): e2fsprogs-libs-1.46.5-3.fc37.x86_64.r 3.2 MB/s | 222 kB     00:00    
12:13:56 #12 2.985 (22/116): gcc-plugin-annobin-12.2.1-2.fc38.x86_ 2.7 MB/s |  51 kB     00:00    
12:13:56 #12 2.996 (23/116): git-2.38.0-0.2.rc2.fc38.x86_64.rpm    3.2 MB/s |  65 kB     00:00    
12:13:56 #12 3.052 (24/116): git-core-doc-2.38.0-0.2.rc2.fc38.noar  51 MB/s | 2.8 MB     00:00    
12:13:56 #12 3.093 (25/116): git-core-2.38.0-0.2.rc2.fc38.x86_64.r  41 MB/s | 4.2 MB     00:00    
12:13:56 #12 3.103 (26/116): glibc-devel-2.36.9000-8.fc38.x86_64.r 659 kB/s |  33 kB     00:00    
12:13:56 #12 3.119 (27/116): glibc-headers-x86-2.36.9000-8.fc38.no  22 MB/s | 510 kB     00:00    
12:13:56 #12 3.153 (28/116): glibc-static-2.36.9000-8.fc38.x86_64.  38 MB/s | 1.9 MB     00:00    
12:13:56 #12 3.174 (29/116): jsoncpp-1.9.5-3.fc37.x86_64.rpm       5.1 MB/s |  98 kB     00:00    
12:13:56 #12 3.228 (30/116): guile22-2.2.7-6.fc37.x86_64.rpm        63 MB/s | 6.5 MB     00:00    
12:13:57 #12 3.247 (31/116): kernel-headers-6.0.0-0.rc7.git0.1.fc3  21 MB/s | 1.5 MB     00:00    
12:13:57 #12 3.444 (32/116): gcc-12.2.1-2.fc38.x86_64.rpm           68 MB/s |  33 MB     00:00    
12:13:57 #12 3.450 (33/116): kmod-libs-30-2.fc37.x86_64.rpm        313 kB/s |  68 kB     00:00    
12:13:57 #12 3.458 (34/116): less-590-5.fc37.x86_64.rpm            772 kB/s | 160 kB     00:00    
12:13:57 #12 3.461 (35/116): libargon2-20190702-1.fc37.x86_64.rpm  2.9 MB/s |  28 kB     00:00    
12:13:57 #12 3.467 (36/116): libbpf-0.8.0-2.fc37.x86_64.rpm         11 MB/s | 172 kB     00:00    
12:13:57 #12 3.474 (37/116): libcbor-0.7.0-7.fc37.x86_64.rpm       9.0 MB/s |  56 kB     00:00    
12:13:57 #12 3.481 (38/116): libedit-3.1-42.20210910cvs.fc37.x86_6  15 MB/s | 104 kB     00:00    
12:13:57 #12 3.487 (39/116): libfdisk-2.38.1-2.fc38.x86_64.rpm      24 MB/s | 160 kB     00:00    
12:13:57 #12 3.495 (40/116): libfido2-1.12.0-1.fc38.x86_64.rpm      14 MB/s |  99 kB     00:00    
12:13:57 #12 3.502 (41/116): libmpc-1.2.1-5.fc37.x86_64.rpm        8.1 MB/s |  61 kB     00:00    
12:13:57 #12 3.514 (42/116): libseccomp-2.5.3-3.fc37.x86_64.rpm    6.2 MB/s |  70 kB     00:00    
12:13:57 #12 3.522 (43/116): libbtrfs-5.18-3.fc37.x86_64.rpm       435 kB/s |  28 kB     00:00    
12:13:57 #12 3.532 (44/116): libseccomp-devel-2.5.3-3.fc37.x86_64. 3.2 MB/s |  60 kB     00:00    
12:13:57 #12 3.544 (45/116): libselinux-devel-3.4-5.fc37.x86_64.rp 6.8 MB/s | 148 kB     00:00    
12:13:57 #12 3.551 (46/116): libselinux-utils-3.4-5.fc37.x86_64.rp 8.7 MB/s | 158 kB     00:00    
12:13:57 #12 3.570 (47/116): libtool-2.4.7-2.fc37.x86_64.rpm        30 MB/s | 601 kB     00:00    
12:13:57 #12 3.574 (48/116): libsepol-devel-3.4-3.fc37.x86_64.rpm  1.7 MB/s |  49 kB     00:00    
12:13:57 #12 3.578 (49/116): libtool-ltdl-2.4.7-2.fc37.x86_64.rpm  4.8 MB/s |  37 kB     00:00    
12:13:57 #12 3.586 (50/116): libutempter-1.2.1-7.fc37.x86_64.rpm   3.7 MB/s |  26 kB     00:00    
12:13:57 #12 3.596 (51/116): libuv-1.44.2-2.fc37.x86_64.rpm         15 MB/s | 151 kB     00:00    
12:13:57 #12 3.601 (52/116): libtool-ltdl-devel-2.4.7-2.fc37.x86_6 6.0 MB/s | 164 kB     00:00    
12:13:57 #12 3.604 (53/116): libxcrypt-devel-4.4.28-3.fc38.x86_64. 4.1 MB/s |  28 kB     00:00    
12:13:57 #12 3.610 (54/116): libxkbcommon-1.4.1-2.fc37.x86_64.rpm   25 MB/s | 140 kB     00:00    
12:13:57 #12 3.618 (55/116): libxcrypt-static-4.4.28-3.fc38.x86_64 6.1 MB/s | 102 kB     00:00    
12:13:57 #12 3.628 (56/116): m4-1.4.19-4.fc37.x86_64.rpm            32 MB/s | 303 kB     00:00    
12:13:57 #12 3.631 (57/116): lzo-2.10-7.fc37.x86_64.rpm            3.1 MB/s |  66 kB     00:00    
12:13:57 #12 3.641 (58/116): make-4.3-11.fc37.x86_64.rpm            40 MB/s | 542 kB     00:00    
12:13:57 #12 3.648 (59/116): openssh-9.0p1-5.fc38.x86_64.rpm        27 MB/s | 441 kB     00:00    
12:13:57 #12 3.664 (60/116): pcre2-devel-10.40-1.fc37.1.x86_64.rpm  32 MB/s | 505 kB     00:00    
12:13:57 #12 3.674 (61/116): pcre2-utf16-10.40-1.fc37.1.x86_64.rpm  20 MB/s | 216 kB     00:00    
12:13:57 #12 3.684 (62/116): pcre2-utf32-10.40-1.fc37.1.x86_64.rpm  22 MB/s | 203 kB     00:00    
12:13:57 #12 3.692 (63/116): perl-Error-0.17029-10.fc37.noarch.rpm 5.0 MB/s |  41 kB     00:00    
12:13:57 #12 3.695 (64/116): libbtrfsutil-5.18-3.fc37.x86_64.rpm   141 kB/s |  32 kB     00:00    
12:13:57 #12 3.698 (65/116): perl-File-Compare-1.100.700-492.fc38. 2.7 MB/s |  16 kB     00:00    
12:13:57 #12 3.704 (66/116): perl-File-Copy-2.39-492.fc38.noarch.r 2.7 MB/s |  23 kB     00:00    
12:13:57 #12 3.707 (67/116): perl-File-Find-1.40-492.fc38.noarch.r 3.2 MB/s |  28 kB     00:00    
12:13:57 #12 3.714 (68/116): perl-TermReadKey-2.38-14.fc37.x86_64. 5.1 MB/s |  36 kB     00:00    
12:13:57 #12 3.722 (69/116): perl-Git-2.38.0-0.2.rc2.fc38.noarch.r 2.4 MB/s |  42 kB     00:00    
12:13:57 #12 3.725 (70/116): perl-Thread-Queue-3.14-489.fc37.noarc 2.1 MB/s |  21 kB     00:00    
12:13:57 #12 3.730 (71/116): perl-lib-0.65-492.fc38.x86_64.rpm     2.2 MB/s |  18 kB     00:00    
12:13:57 #12 3.733 (72/116): perl-threads-2.27-489.fc37.x86_64.rpm 7.3 MB/s |  57 kB     00:00    
12:13:57 #12 3.736 (73/116): perl-threads-shared-1.64-489.fc37.x86 7.7 MB/s |  44 kB     00:00    
12:13:57 #12 3.743 (74/116): policycoreutils-3.4-6.fc37.x86_64.rpm  25 MB/s | 238 kB     00:00    
12:13:57 #12 3.748 (75/116): policycoreutils-devel-3.4-6.fc37.x86_  12 MB/s | 150 kB     00:00    
12:13:57 #12 3.761 (76/116): policycoreutils-python-utils-3.4-6.fc 4.7 MB/s |  80 kB     00:00    
12:13:57 #12 3.772 (77/116): python3-audit-3.0.9-1.fc38.x86_64.rpm 3.7 MB/s |  87 kB     00:00    
12:13:57 #12 3.781 (78/116): python3-libselinux-3.4-5.fc37.x86_64. 9.7 MB/s | 194 kB     00:00    
12:13:57 #12 3.788 (79/116): openssh-clients-9.0p1-5.fc38.x86_64.r 4.8 MB/s | 718 kB     00:00    
12:13:57 #12 3.819 (80/116): python3-setools-4.4.0-9.fc37.x86_64.r  19 MB/s | 618 kB     00:00    
12:13:57 #12 3.847 (81/116): python3-setuptools-65.3.0-1.fc38.noar  60 MB/s | 1.7 MB     00:00    
12:13:57 #12 3.858 (82/116): qrencode-libs-4.1.1-3.fc37.x86_64.rpm  12 MB/s |  61 kB     00:00    
12:13:57 #12 3.926 (83/116): python3-policycoreutils-3.4-6.fc37.no  15 MB/s | 2.2 MB     00:00    
12:13:57 #12 3.931 (84/116): rhash-1.4.3-1.fc38.x86_64.rpm         2.6 MB/s | 193 kB     00:00    
12:13:57 #12 3.935 (85/116): python3-libsemanage-3.4-5.fc37.x86_64 513 kB/s |  83 kB     00:00    
12:13:57 #12 3.937 (86/116): rpm-plugin-selinux-4.18.0-1.fc38.x86_ 1.9 MB/s |  20 kB     00:00    
12:13:57 #12 3.941 (87/116): selinux-policy-37.12-1.fc38.noarch.rp 8.0 MB/s |  75 kB     00:00    
12:13:57 #12 3.969 (88/116): selinux-policy-devel-37.12-1.fc38.noa  29 MB/s | 910 kB     00:00    
12:13:57 #12 4.023 (89/116): selinux-policy-targeted-37.12-1.fc38.  78 MB/s | 6.6 MB     00:00    
12:13:57 #12 4.048 (90/116): systemd-251.5-607.fc38.x86_64.rpm      42 MB/s | 4.2 MB     00:00    
12:13:57 #12 4.053 (91/116): systemd-devel-251.5-607.fc38.x86_64.r 7.2 MB/s | 579 kB     00:00    
12:13:57 #12 4.063 (92/116): systemd-networkd-251.5-607.fc38.x86_6  16 MB/s | 617 kB     00:00    
12:13:57 #12 4.069 (93/116): systemd-pam-251.5-607.fc38.x86_64.rpm  23 MB/s | 334 kB     00:00    
12:13:57 #12 4.075 (94/116): systemd-resolved-251.5-607.fc38.x86_6  14 MB/s | 282 kB     00:00    
12:13:57 #12 4.079 (95/116): systemd-rpm-macros-251.5-607.fc38.noa 2.0 MB/s |  31 kB     00:00    
12:13:57 #12 4.083 (96/116): vim-filesystem-9.0.475-1.fc38.noarch. 2.4 MB/s |  20 kB     00:00    
12:13:57 #12 4.149 (97/116): util-linux-2.38.1-2.fc38.x86_64.rpm    32 MB/s | 2.3 MB     00:00    
12:13:57 #12 4.152 (98/116): which-2.21-35.fc37.x86_64.rpm         579 kB/s |  41 kB     00:00    
12:13:57 #12 4.162 (99/116): xkeyboard-config-2.36-2.fc37.noarch.r  13 MB/s | 957 kB     00:00    
12:13:57 #12 4.167 (100/116): crypto-policies-20220824-2.git2187e9 6.9 MB/s |  86 kB     00:00    
12:13:57 #12 4.172 (101/116): audit-libs-3.0.9-1.fc38.x86_64.rpm   6.6 MB/s | 116 kB     00:00    
12:13:57 #12 4.176 (102/116): libblkid-2.38.1-2.fc38.x86_64.rpm    8.0 MB/s | 107 kB     00:00    
12:13:57 #12 4.179 (103/116): libcom_err-1.46.5-3.fc37.x86_64.rpm  2.1 MB/s |  25 kB     00:00    
12:13:57 #12 4.184 (104/116): libgcc-12.2.1-2.fc38.x86_64.rpm       14 MB/s | 106 kB     00:00    
12:13:57 #12 4.189 (105/116): libgomp-12.2.1-2.fc38.x86_64.rpm      23 MB/s | 293 kB     00:00    
12:13:57 #12 4.193 (106/116): libmount-2.38.1-2.fc38.x86_64.rpm     10 MB/s | 135 kB     00:00    
12:13:57 #12 4.199 (107/116): libsemanage-3.4-5.fc37.x86_64.rpm     12 MB/s | 120 kB     00:00    
12:13:57 #12 4.204 (108/116): libselinux-3.4-5.fc37.x86_64.rpm     5.7 MB/s |  86 kB     00:00    
12:13:57 #12 4.212 (109/116): libsepol-3.4-3.fc37.x86_64.rpm        18 MB/s | 322 kB     00:00    
12:13:57 #12 4.218 (110/116): libsmartcols-2.38.1-2.fc38.x86_64.rp 3.7 MB/s |  64 kB     00:00    
12:13:57 #12 4.225 (111/116): libuuid-2.38.1-2.fc38.x86_64.rpm     1.3 MB/s |  28 kB     00:00    
12:13:57 #12 4.233 (112/116): libxcrypt-4.4.28-3.fc38.x86_64.rpm   7.7 MB/s | 117 kB     00:00    
12:13:57 #12 4.238 (113/116): pcre2-10.40-1.fc37.1.x86_64.rpm       12 MB/s | 236 kB     00:00    
12:13:57 #12 4.294 (114/116): systemd-libs-251.5-607.fc38.x86_64.r  11 MB/s | 619 kB     00:00    
12:13:58 #12 4.309 (115/116): util-linux-core-2.38.1-2.fc38.x86_64 6.5 MB/s | 470 kB     00:00    
12:13:58 #12 4.314 (116/116): pcre2-syntax-10.40-1.fc37.1.noarch.r 1.6 MB/s | 142 kB     00:00    
12:13:58 #12 4.318 --------------------------------------------------------------------------------
12:13:58 #12 4.318 Total                                            42 MB/s | 106 MB     00:02     
12:14:00 #12 6.241 Running transaction check
12:14:00 #12 6.358 Transaction check succeeded.
12:14:00 #12 6.358 Running transaction test
12:14:01 #12 7.640 Transaction test succeeded.
12:14:01 #12 7.641 Running transaction
12:14:02 #12 9.053   Running scriptlet: selinux-policy-targeted-37.12-1.fc38.noarch            1/1 
12:14:02 #12 9.192   Preparing        :                                                        1/1 
12:14:02 #12 9.234   Upgrading        : libgcc-12.2.1-2.fc38.x86_64                          1/133 
12:14:02 #12 9.240   Running scriptlet: libgcc-12.2.1-2.fc38.x86_64                          1/133 
12:14:02 #12 9.269   Upgrading        : systemd-libs-251.5-607.fc38.x86_64                   2/133 
12:14:02 #12 9.282   Upgrading        : audit-libs-3.0.9-1.fc38.x86_64                       3/133 
12:14:02 #12 9.288   Upgrading        : libuuid-2.38.1-2.fc38.x86_64                         4/133 
12:14:03 #12 9.296   Upgrading        : libblkid-2.38.1-2.fc38.x86_64                        5/133 
12:14:03 #12 9.307   Upgrading        : libsepol-3.4-3.fc37.x86_64                           6/133 
12:14:03 #12 9.314   Upgrading        : libxcrypt-4.4.28-3.fc38.x86_64                       7/133 
12:14:03 #12 9.320   Upgrading        : pcre2-syntax-10.40-1.fc37.1.noarch                   8/133 
12:14:03 #12 9.329   Upgrading        : pcre2-10.40-1.fc37.1.x86_64                          9/133 
12:14:03 #12 9.335   Upgrading        : libselinux-3.4-5.fc37.x86_64                        10/133 
12:14:03 #12 9.343   Upgrading        : libmount-2.38.1-2.fc38.x86_64                       11/133 
12:14:03 #12 9.353   Installing       : python3-libselinux-3.4-5.fc37.x86_64                12/133 
12:14:03 #12 9.362   Upgrading        : libsemanage-3.4-5.fc37.x86_64                       13/133 
12:14:03 #12 9.370   Installing       : libfdisk-2.38.1-2.fc38.x86_64                       14/133 
12:14:03 #12 9.376   Upgrading        : libsmartcols-2.38.1-2.fc38.x86_64                   15/133 
12:14:03 #12 9.402   Upgrading        : util-linux-core-2.38.1-2.fc38.x86_64                16/133 
12:14:03 #12 9.410   Upgrading        : libcom_err-1.46.5-3.fc37.x86_64                     17/133 
12:14:03 #12 9.416   Installing       : perl-threads-1:2.27-489.fc37.x86_64                 18/133 
12:14:03 #12 9.422   Installing       : perl-File-Find-1.40-492.fc38.noarch                 19/133 
12:14:03 #12 9.429   Installing       : m4-1.4.19-4.fc37.x86_64                             20/133 
12:14:03 #12 9.436   Installing       : libtool-ltdl-2.4.7-2.fc37.x86_64                    21/133 
12:14:03 #12 9.442   Installing       : libseccomp-2.5.3-3.fc37.x86_64                      22/133 
12:14:03 #12 9.450   Installing       : libmpc-1.2.1-5.fc37.x86_64                          23/133 
12:14:03 #12 9.455   Installing       : cmake-rpm-macros-3.24.1-1.fc38.noarch               24/133 
12:14:03 #12 9.463   Installing       : cmake-filesystem-3.24.1-1.fc38.x86_64               25/133 
12:14:03 #12 9.477   Installing       : checkpolicy-3.4-3.fc37.x86_64                       26/133 
12:14:03 #12 9.666   Installing       : cpp-12.2.1-2.fc38.x86_64                            27/133 
12:14:03 #12 9.674   Installing       : perl-threads-shared-1.64-489.fc37.x86_64            28/133 
12:14:03 #12 9.681   Installing       : perl-Thread-Queue-3.14-489.fc37.noarch              29/133 
12:14:03 #12 9.690   Installing       : e2fsprogs-libs-1.46.5-3.fc37.x86_64                 30/133 
12:14:03 #12 9.700   Installing       : python3-libsemanage-3.4-5.fc37.x86_64               31/133 
12:14:03 #12 9.712   Installing       : libselinux-utils-3.4-5.fc37.x86_64                  32/133 
12:14:03 #12 9.722   Installing       : pcre2-utf16-10.40-1.fc37.1.x86_64                   33/133 
12:14:03 #12 9.732   Installing       : pcre2-utf32-10.40-1.fc37.1.x86_64                   34/133 
12:14:03 #12 9.742   Installing       : pcre2-devel-10.40-1.fc37.1.x86_64                   35/133 
12:14:03 #12 9.752   Installing       : libsepol-devel-3.4-3.fc37.x86_64                    36/133 
12:14:03 #12 9.761   Installing       : libselinux-devel-3.4-5.fc37.x86_64                  37/133 
12:14:03 #12 9.770   Installing       : python3-audit-3.0.9-1.fc38.x86_64                   38/133 
12:14:03 #12 9.784   Installing       : systemd-devel-251.5-607.fc38.x86_64                 39/133 
12:14:03 #12 9.796   Installing       : gc-8.2.2-1.fc38.x86_64                              40/133 
12:14:03 #12 10.07   Installing       : guile22-2.2.7-6.fc37.x86_64                         41/133 
12:14:03 #12 10.09   Installing       : make-1:4.3-11.fc37.x86_64                           42/133 
12:14:03 #12 10.09   Installing       : jsoncpp-1.9.5-3.fc37.x86_64                         43/133 
12:14:03 #12 10.10   Installing       : kmod-libs-30-2.fc37.x86_64                          44/133 
12:14:03 #12 10.11   Upgrading        : libgomp-12.2.1-2.fc38.x86_64                        45/133 
12:14:03 #12 10.13   Upgrading        : crypto-policies-20220824-2.git2187e9c.fc38.noarc    46/133 
12:14:03 #12 10.14   Running scriptlet: crypto-policies-20220824-2.git2187e9c.fc38.noarc    46/133 
12:14:03 #12 10.18   Installing       : xkeyboard-config-2.36-2.fc37.noarch                 47/133 
12:14:03 #12 10.19   Installing       : libxkbcommon-1.4.1-2.fc37.x86_64                    48/133 
12:14:03 #12 10.20   Installing       : vim-filesystem-2:9.0.475-1.fc38.noarch              49/133 
12:14:03 #12 10.21   Installing       : rhash-1.4.3-1.fc38.x86_64                           50/133 
12:14:03 #12 10.22   Installing       : qrencode-libs-4.1.1-3.fc37.x86_64                   51/133 
12:14:04 #12 10.31   Installing       : python3-setuptools-65.3.0-1.fc38.noarch             52/133 
12:14:04 #12 10.35   Installing       : python3-setools-4.4.0-9.fc37.x86_64                 53/133 
12:14:04 #12 10.36   Installing       : perl-lib-0.65-492.fc38.x86_64                       54/133 
12:14:04 #12 10.37   Installing       : perl-TermReadKey-2.38-14.fc37.x86_64                55/133 
12:14:04 #12 10.38   Installing       : perl-File-Copy-2.39-492.fc38.noarch                 56/133 
12:14:04 #12 10.38   Installing       : perl-File-Compare-1.100.700-492.fc38.noarch         57/133 
12:14:04 #12 10.40   Installing       : autoconf-2.71-3.fc37.noarch                         58/133 
12:14:04 #12 10.42   Installing       : automake-1.16.5-9.fc37.noarch                       59/133 
12:14:04 #12 10.43   Installing       : perl-Error-1:0.17029-10.fc37.noarch                 60/133 
12:14:04 #12 10.44   Installing       : lzo-2.10-7.fc37.x86_64                              61/133 
12:14:04 #12 10.47   Installing       : btrfs-progs-5.18-3.fc37.x86_64                      62/133 
12:14:04 #12 10.48   Installing       : libuv-1:1.44.2-2.fc37.x86_64                        63/133 
12:14:04 #12 10.73   Installing       : cmake-data-3.24.1-1.fc38.noarch                     64/133 
12:14:04 #12 10.88   Installing       : cmake-3.24.1-1.fc38.x86_64                          65/133 
12:14:04 #12 10.89   Running scriptlet: libutempter-1.2.1-7.fc37.x86_64                     66/133 
12:14:04 #12 10.95   Installing       : libutempter-1.2.1-7.fc37.x86_64                     66/133 
12:14:04 #12 11.01   Installing       : util-linux-2.38.1-2.fc38.x86_64                     67/133 
12:14:04 #12 11.03   Installing       : policycoreutils-3.4-6.fc37.x86_64                   68/133 
12:14:04 #12 11.04   Running scriptlet: policycoreutils-3.4-6.fc37.x86_64                   68/133 
12:14:04 #12 11.05   Installing       : selinux-policy-37.12-1.fc38.noarch                  69/133 
12:14:04 #12 11.05   Running scriptlet: selinux-policy-37.12-1.fc38.noarch                  69/133 
12:14:05 #12 11.07   Running scriptlet: selinux-policy-targeted-37.12-1.fc38.noarch         70/133 
12:14:05 #12 11.32   Installing       : selinux-policy-targeted-37.12-1.fc38.noarch         70/133 
12:14:13 #12 11.35   Running scriptlet: selinux-policy-targeted-37.12-1.fc38.noarch         70/133 
12:14:13 #12 19.23   Installing       : python3-policycoreutils-3.4-6.fc37.noarch           71/133 
12:14:13 #12 19.24   Installing       : policycoreutils-python-utils-3.4-6.fc37.noarch      72/133 
12:14:13 #12 19.25   Installing       : policycoreutils-devel-3.4-6.fc37.x86_64             73/133 
12:14:13 #12 19.34   Installing       : selinux-policy-devel-37.12-1.fc38.noarch            74/133 
12:14:13 #12 19.35   Running scriptlet: selinux-policy-devel-37.12-1.fc38.noarch            74/133 
12:14:13 #12 19.36   Running scriptlet: openssh-9.0p1-5.fc38.x86_64                         75/133 
12:14:13 #12 19.40   Installing       : openssh-9.0p1-5.fc38.x86_64                         75/133 
12:14:13 #12 19.41   Installing       : libedit-3.1-42.20210910cvs.fc37.x86_64              76/133 
12:14:13 #12 19.42   Installing       : libcbor-0.7.0-7.fc37.x86_64                         77/133 
12:14:13 #12 19.42   Installing       : libfido2-1.12.0-1.fc38.x86_64                       78/133 
12:14:13 #12 19.44   Installing       : openssh-clients-9.0p1-5.fc38.x86_64                 79/133 
12:14:13 #12 19.45   Running scriptlet: openssh-clients-9.0p1-5.fc38.x86_64                 79/133 
12:14:13 #12 19.46   Installing       : libbtrfsutil-5.18-3.fc37.x86_64                     80/133 
12:14:13 #12 19.47   Installing       : libbtrfs-5.18-3.fc37.x86_64                         81/133 
12:14:13 #12 19.47   Installing       : libbpf-2:0.8.0-2.fc37.x86_64                        82/133 
12:14:13 #12 19.48   Installing       : libargon2-20190702-1.fc37.x86_64                    83/133 
12:14:13 #12 19.49   Installing       : less-590-5.fc37.x86_64                              84/133 
12:14:13 #12 19.57   Installing       : git-core-2.38.0-0.2.rc2.fc38.x86_64                 85/133 
12:14:13 #12 19.61   Installing       : git-core-doc-2.38.0-0.2.rc2.fc38.noarch             86/133 
12:14:13 #12 19.62   Installing       : perl-Git-2.38.0-0.2.rc2.fc38.noarch                 87/133 
12:14:13 #12 19.62   Installing       : git-2.38.0-0.2.rc2.fc38.x86_64                      88/133 
12:14:13 #12 19.73   Installing       : kernel-headers-6.0.0-0.rc7.git0.1.fc38.x86_64       89/133 
12:14:13 #12 19.78   Installing       : glibc-headers-x86-2.36.9000-8.fc38.noarch           90/133 
12:14:13 #12 19.79   Installing       : libxcrypt-devel-4.4.28-3.fc38.x86_64                91/133 
12:14:13 #12 19.80   Installing       : glibc-devel-2.36.9000-8.fc38.x86_64                 92/133 
12:14:13 #12 20.24   Installing       : gcc-12.2.1-2.fc38.x86_64                            93/133 
12:14:14 #12 20.25   Running scriptlet: gcc-12.2.1-2.fc38.x86_64                            93/133 
12:14:14 #12 20.37   Installing       : glibc-static-2.36.9000-8.fc38.x86_64                94/133 
12:14:14 #12 20.38   Installing       : libxcrypt-static-4.4.28-3.fc38.x86_64               95/133 
12:14:14 #12 20.39   Installing       : dbus-common-1:1.14.2-1.fc38.noarch                  96/133 
12:14:14 #12 20.39   Running scriptlet: dbus-common-1:1.14.2-1.fc38.noarch                  96/133 
12:14:14 #12 20.40   Running scriptlet: dbus-broker-32-1.fc37.x86_64                        97/133 
12:14:14 #12 20.46 useradd warning: dbus's uid 81 outside of the SYS_UID_MIN 201 and SYS_UID_MAX 999 range.
12:14:14 #12 20.46 
12:14:14 #12 20.46   Installing       : dbus-broker-32-1.fc37.x86_64                        97/133 
12:14:14 #12 20.47   Running scriptlet: dbus-broker-32-1.fc37.x86_64                        97/133 
12:14:14 #12 20.47   Installing       : dbus-1:1.14.2-1.fc38.x86_64                         98/133 
12:14:14 #12 20.48   Installing       : device-mapper-libs-1.02.185-1.fc38.x86_64           99/133 
12:14:14 #12 20.49   Installing       : cryptsetup-libs-2.5.0-1.fc37.x86_64                100/133 
12:14:14 #12 20.50   Installing       : device-mapper-1.02.185-1.fc38.x86_64               101/133 
12:14:14 #12 20.52   Installing       : systemd-networkd-251.5-607.fc38.x86_64             102/133 
12:14:14 #12 20.53   Running scriptlet: systemd-networkd-251.5-607.fc38.x86_64             102/133 
12:14:14 #12 20.55   Installing       : systemd-pam-251.5-607.fc38.x86_64                  103/133 
12:14:14 #12 20.56   Installing       : systemd-resolved-251.5-607.fc38.x86_64             104/133 
12:14:14 #12 20.56   Running scriptlet: systemd-resolved-251.5-607.fc38.x86_64             104/133 
12:14:14 #12 20.68   Installing       : systemd-251.5-607.fc38.x86_64                      105/133 
12:14:14 #12 20.70   Running scriptlet: systemd-251.5-607.fc38.x86_64                      105/133 
12:14:14 #12 20.85 Creating group 'input' with GID 104.
12:14:14 #12 20.85 Creating group 'kvm' with GID 36.
12:14:14 #12 20.85 Creating group 'render' with GID 105.
12:14:14 #12 20.85 Creating group 'sgx' with GID 106.
12:14:14 #12 20.85 Creating group 'systemd-journal' with GID 190.
12:14:14 #12 20.85 Creating group 'systemd-network' with GID 192.
12:14:14 #12 20.85 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
12:14:14 #12 20.85 Creating group 'systemd-oom' with GID 999.
12:14:14 #12 20.85 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 999 and GID 999.
12:14:14 #12 20.85 Creating group 'systemd-resolve' with GID 193.
12:14:14 #12 20.85 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
12:14:14 #12 20.85 
12:14:14 #12 20.86   Installing       : annobin-docs-10.86-1.fc38.noarch                   106/133 
12:14:14 #12 20.87   Installing       : annobin-plugin-gcc-10.86-1.fc38.x86_64             107/133 
12:14:14 #12 20.87   Running scriptlet: annobin-plugin-gcc-10.86-1.fc38.x86_64             107/133 
12:14:14 #12 20.89   Installing       : device-mapper-devel-1.02.185-1.fc38.x86_64         108/133 
12:14:14 #12 20.89   Installing       : gcc-plugin-annobin-12.2.1-2.fc38.x86_64            109/133 
12:14:14 #12 20.91   Installing       : libtool-2.4.7-2.fc37.x86_64                        110/133 
12:14:14 #12 20.92   Installing       : btrfs-progs-devel-5.18-3.fc37.x86_64               111/133 
12:14:14 #12 20.93   Installing       : libtool-ltdl-devel-2.4.7-2.fc37.x86_64             112/133 
12:14:14 #12 20.94   Installing       : libseccomp-devel-2.5.3-3.fc37.x86_64               113/133 
12:14:14 #12 20.96   Installing       : rpm-plugin-selinux-4.18.0-1.fc38.x86_64            114/133 
12:14:14 #12 20.97   Installing       : which-2.21-35.fc37.x86_64                          115/133 
12:14:14 #12 20.98   Installing       : systemd-rpm-macros-251.5-607.fc38.noarch           116/133 
12:14:14 #12 20.98   Cleanup          : crypto-policies-20220428-1.gitdfb10ea.fc37.noarc   117/133 
12:14:14 #12 20.99   Cleanup          : util-linux-core-2.38-3.fc37.x86_64                 118/133 
12:14:14 #12 21.00   Cleanup          : libsemanage-3.4-0.rc2.1.fc37.x86_64                119/133 
12:14:14 #12 21.01   Cleanup          : libmount-2.38-3.fc37.x86_64                        120/133 
12:14:14 #12 21.01   Cleanup          : libselinux-3.4-0.rc2.1.fc37.x86_64                 121/133 
12:14:14 #12 21.02   Cleanup          : systemd-libs-251~rc2-1.fc37.x86_64                 122/133 
12:14:14 #12 21.03   Cleanup          : pcre2-10.40-1.fc37.x86_64                          123/133 
12:14:14 #12 21.04   Cleanup          : libblkid-2.38-3.fc37.x86_64                        124/133 
12:14:14 #12 21.04   Cleanup          : pcre2-syntax-10.40-1.fc37.noarch                   125/133 
12:14:14 #12 21.05   Cleanup          : libuuid-2.38-3.fc37.x86_64                         126/133 
12:14:14 #12 21.05   Cleanup          : libgcc-12.1.1-1.fc37.x86_64                        127/133 
12:14:14 #12 21.05   Running scriptlet: libgcc-12.1.1-1.fc37.x86_64                        127/133 
12:14:14 #12 21.08   Cleanup          : libsepol-3.4-0.rc2.1.fc37.x86_64                   128/133 
12:14:14 #12 21.08   Cleanup          : audit-libs-3.0.8-1.fc37.x86_64                     129/133 
12:14:14 #12 21.09   Cleanup          : libsmartcols-2.38-3.fc37.x86_64                    130/133 
12:14:14 #12 21.09   Cleanup          : libxcrypt-4.4.28-1.fc37.x86_64                     131/133 
12:14:14 #12 21.14   Cleanup          : libgomp-12.1.1-1.fc37.x86_64                       132/133 
12:14:14 #12 21.14   Cleanup          : libcom_err-1.46.5-2.fc36.x86_64                    133/133 
12:14:14 #12 21.15   Running scriptlet: selinux-policy-targeted-37.12-1.fc38.noarch        133/133 
12:14:14 #12 21.16   Running scriptlet: systemd-resolved-251.5-607.fc38.x86_64             133/133 
12:14:15 #12 21.18   Running scriptlet: libcom_err-1.46.5-2.fc36.x86_64                    133/133 
12:14:15 #12 21.78   Verifying        : annobin-docs-10.86-1.fc38.noarch                     1/133 
12:14:15 #12 21.78   Verifying        : annobin-plugin-gcc-10.86-1.fc38.x86_64               2/133 
12:14:15 #12 21.78   Verifying        : autoconf-2.71-3.fc37.noarch                          3/133 
12:14:15 #12 21.78   Verifying        : automake-1.16.5-9.fc37.noarch                        4/133 
12:14:15 #12 21.78   Verifying        : btrfs-progs-5.18-3.fc37.x86_64                       5/133 
12:14:15 #12 21.78   Verifying        : btrfs-progs-devel-5.18-3.fc37.x86_64                 6/133 
12:14:15 #12 21.78   Verifying        : checkpolicy-3.4-3.fc37.x86_64                        7/133 
12:14:15 #12 21.78   Verifying        : cmake-3.24.1-1.fc38.x86_64                           8/133 
12:14:15 #12 21.78   Verifying        : cmake-data-3.24.1-1.fc38.noarch                      9/133 
12:14:15 #12 21.78   Verifying        : cmake-filesystem-3.24.1-1.fc38.x86_64               10/133 
12:14:15 #12 21.78   Verifying        : cmake-rpm-macros-3.24.1-1.fc38.noarch               11/133 
12:14:15 #12 21.78   Verifying        : cpp-12.2.1-2.fc38.x86_64                            12/133 
12:14:15 #12 21.78   Verifying        : cryptsetup-libs-2.5.0-1.fc37.x86_64                 13/133 
12:14:15 #12 21.78   Verifying        : dbus-1:1.14.2-1.fc38.x86_64                         14/133 
12:14:15 #12 21.78   Verifying        : dbus-broker-32-1.fc37.x86_64                        15/133 
12:14:15 #12 21.78   Verifying        : dbus-common-1:1.14.2-1.fc38.noarch                  16/133 
12:14:15 #12 21.78   Verifying        : device-mapper-1.02.185-1.fc38.x86_64                17/133 
12:14:15 #12 21.78   Verifying        : device-mapper-devel-1.02.185-1.fc38.x86_64          18/133 
12:14:15 #12 21.78   Verifying        : device-mapper-libs-1.02.185-1.fc38.x86_64           19/133 
12:14:15 #12 21.78   Verifying        : e2fsprogs-libs-1.46.5-3.fc37.x86_64                 20/133 
12:14:15 #12 21.78   Verifying        : gc-8.2.2-1.fc38.x86_64                              21/133 
12:14:15 #12 21.78   Verifying        : gcc-12.2.1-2.fc38.x86_64                            22/133 
12:14:15 #12 21.78   Verifying        : gcc-plugin-annobin-12.2.1-2.fc38.x86_64             23/133 
12:14:15 #12 21.78   Verifying        : git-2.38.0-0.2.rc2.fc38.x86_64                      24/133 
12:14:15 #12 21.78   Verifying        : git-core-2.38.0-0.2.rc2.fc38.x86_64                 25/133 
12:14:15 #12 21.78   Verifying        : git-core-doc-2.38.0-0.2.rc2.fc38.noarch             26/133 
12:14:15 #12 21.78   Verifying        : glibc-devel-2.36.9000-8.fc38.x86_64                 27/133 
12:14:15 #12 21.78   Verifying        : glibc-headers-x86-2.36.9000-8.fc38.noarch           28/133 
12:14:15 #12 21.78   Verifying        : glibc-static-2.36.9000-8.fc38.x86_64                29/133 
12:14:15 #12 21.78   Verifying        : guile22-2.2.7-6.fc37.x86_64                         30/133 
12:14:15 #12 21.78   Verifying        : jsoncpp-1.9.5-3.fc37.x86_64                         31/133 
12:14:15 #12 21.78   Verifying        : kernel-headers-6.0.0-0.rc7.git0.1.fc38.x86_64       32/133 
12:14:15 #12 21.78   Verifying        : kmod-libs-30-2.fc37.x86_64                          33/133 
12:14:15 #12 21.78   Verifying        : less-590-5.fc37.x86_64                              34/133 
12:14:15 #12 21.78   Verifying        : libargon2-20190702-1.fc37.x86_64                    35/133 
12:14:15 #12 21.78   Verifying        : libbpf-2:0.8.0-2.fc37.x86_64                        36/133 
12:14:15 #12 21.78   Verifying        : libbtrfs-5.18-3.fc37.x86_64                         37/133 
12:14:15 #12 21.78   Verifying        : libbtrfsutil-5.18-3.fc37.x86_64                     38/133 
12:14:15 #12 21.78   Verifying        : libcbor-0.7.0-7.fc37.x86_64                         39/133 
12:14:15 #12 21.78   Verifying        : libedit-3.1-42.20210910cvs.fc37.x86_64              40/133 
12:14:15 #12 21.78   Verifying        : libfdisk-2.38.1-2.fc38.x86_64                       41/133 
12:14:15 #12 21.78   Verifying        : libfido2-1.12.0-1.fc38.x86_64                       42/133 
12:14:15 #12 21.78   Verifying        : libmpc-1.2.1-5.fc37.x86_64                          43/133 
12:14:15 #12 21.78   Verifying        : libseccomp-2.5.3-3.fc37.x86_64                      44/133 
12:14:15 #12 21.78   Verifying        : libseccomp-devel-2.5.3-3.fc37.x86_64                45/133 
12:14:15 #12 21.78   Verifying        : libselinux-devel-3.4-5.fc37.x86_64                  46/133 
12:14:15 #12 21.78   Verifying        : libselinux-utils-3.4-5.fc37.x86_64                  47/133 
12:14:15 #12 21.78   Verifying        : libsepol-devel-3.4-3.fc37.x86_64                    48/133 
12:14:15 #12 21.78   Verifying        : libtool-2.4.7-2.fc37.x86_64                         49/133 
12:14:15 #12 21.78   Verifying        : libtool-ltdl-2.4.7-2.fc37.x86_64                    50/133 
12:14:15 #12 21.78   Verifying        : libtool-ltdl-devel-2.4.7-2.fc37.x86_64              51/133 
12:14:15 #12 21.78   Verifying        : libutempter-1.2.1-7.fc37.x86_64                     52/133 
12:14:15 #12 21.78   Verifying        : libuv-1:1.44.2-2.fc37.x86_64                        53/133 
12:14:15 #12 21.78   Verifying        : libxcrypt-devel-4.4.28-3.fc38.x86_64                54/133 
12:14:15 #12 21.78   Verifying        : libxcrypt-static-4.4.28-3.fc38.x86_64               55/133 
12:14:15 #12 21.78   Verifying        : libxkbcommon-1.4.1-2.fc37.x86_64                    56/133 
12:14:15 #12 21.78   Verifying        : lzo-2.10-7.fc37.x86_64                              57/133 
12:14:15 #12 21.78   Verifying        : m4-1.4.19-4.fc37.x86_64                             58/133 
12:14:15 #12 21.78   Verifying        : make-1:4.3-11.fc37.x86_64                           59/133 
12:14:15 #12 21.78   Verifying        : openssh-9.0p1-5.fc38.x86_64                         60/133 
12:14:15 #12 21.78   Verifying        : openssh-clients-9.0p1-5.fc38.x86_64                 61/133 
12:14:15 #12 21.78   Verifying        : pcre2-devel-10.40-1.fc37.1.x86_64                   62/133 
12:14:15 #12 21.78   Verifying        : pcre2-utf16-10.40-1.fc37.1.x86_64                   63/133 
12:14:15 #12 21.78   Verifying        : pcre2-utf32-10.40-1.fc37.1.x86_64                   64/133 
12:14:15 #12 21.78   Verifying        : perl-Error-1:0.17029-10.fc37.noarch                 65/133 
12:14:15 #12 21.78   Verifying        : perl-File-Compare-1.100.700-492.fc38.noarch         66/133 
12:14:15 #12 21.78   Verifying        : perl-File-Copy-2.39-492.fc38.noarch                 67/133 
12:14:15 #12 21.78   Verifying        : perl-File-Find-1.40-492.fc38.noarch                 68/133 
12:14:15 #12 21.78   Verifying        : perl-Git-2.38.0-0.2.rc2.fc38.noarch                 69/133 
12:14:15 #12 21.78   Verifying        : perl-TermReadKey-2.38-14.fc37.x86_64                70/133 
12:14:15 #12 21.78   Verifying        : perl-Thread-Queue-3.14-489.fc37.noarch              71/133 
12:14:15 #12 21.78   Verifying        : perl-lib-0.65-492.fc38.x86_64                       72/133 
12:14:15 #12 21.78   Verifying        : perl-threads-1:2.27-489.fc37.x86_64                 73/133 
12:14:15 #12 21.78   Verifying        : perl-threads-shared-1.64-489.fc37.x86_64            74/133 
12:14:15 #12 21.78   Verifying        : policycoreutils-3.4-6.fc37.x86_64                   75/133 
12:14:15 #12 21.78   Verifying        : policycoreutils-devel-3.4-6.fc37.x86_64             76/133 
12:14:15 #12 21.78   Verifying        : policycoreutils-python-utils-3.4-6.fc37.noarch      77/133 
12:14:15 #12 21.78   Verifying        : python3-audit-3.0.9-1.fc38.x86_64                   78/133 
12:14:15 #12 21.78   Verifying        : python3-libselinux-3.4-5.fc37.x86_64                79/133 
12:14:15 #12 21.79   Verifying        : python3-libsemanage-3.4-5.fc37.x86_64               80/133 
12:14:15 #12 21.79   Verifying        : python3-policycoreutils-3.4-6.fc37.noarch           81/133 
12:14:15 #12 21.79   Verifying        : python3-setools-4.4.0-9.fc37.x86_64                 82/133 
12:14:15 #12 21.79   Verifying        : python3-setuptools-65.3.0-1.fc38.noarch             83/133 
12:14:15 #12 21.79   Verifying        : qrencode-libs-4.1.1-3.fc37.x86_64                   84/133 
12:14:15 #12 21.79   Verifying        : rhash-1.4.3-1.fc38.x86_64                           85/133 
12:14:15 #12 21.79   Verifying        : rpm-plugin-selinux-4.18.0-1.fc38.x86_64             86/133 
12:14:15 #12 21.79   Verifying        : selinux-policy-37.12-1.fc38.noarch                  87/133 
12:14:15 #12 21.79   Verifying        : selinux-policy-devel-37.12-1.fc38.noarch            88/133 
12:14:15 #12 21.79   Verifying        : selinux-policy-targeted-37.12-1.fc38.noarch         89/133 
12:14:15 #12 21.79   Verifying        : systemd-251.5-607.fc38.x86_64                       90/133 
12:14:15 #12 21.79   Verifying        : systemd-devel-251.5-607.fc38.x86_64                 91/133 
12:14:15 #12 21.79   Verifying        : systemd-networkd-251.5-607.fc38.x86_64              92/133 
12:14:15 #12 21.79   Verifying        : systemd-pam-251.5-607.fc38.x86_64                   93/133 
12:14:15 #12 21.79   Verifying        : systemd-resolved-251.5-607.fc38.x86_64              94/133 
12:14:15 #12 21.79   Verifying        : systemd-rpm-macros-251.5-607.fc38.noarch            95/133 
12:14:15 #12 21.79   Verifying        : util-linux-2.38.1-2.fc38.x86_64                     96/133 
12:14:15 #12 21.79   Verifying        : vim-filesystem-2:9.0.475-1.fc38.noarch              97/133 
12:14:15 #12 21.79   Verifying        : which-2.21-35.fc37.x86_64                           98/133 
12:14:15 #12 21.79   Verifying        : xkeyboard-config-2.36-2.fc37.noarch                 99/133 
12:14:15 #12 21.79   Verifying        : audit-libs-3.0.9-1.fc38.x86_64                     100/133 
12:14:15 #12 21.79   Verifying        : audit-libs-3.0.8-1.fc37.x86_64                     101/133 
12:14:15 #12 21.79   Verifying        : crypto-policies-20220824-2.git2187e9c.fc38.noarc   102/133 
12:14:15 #12 21.79   Verifying        : crypto-policies-20220428-1.gitdfb10ea.fc37.noarc   103/133 
12:14:15 #12 21.79   Verifying        : libblkid-2.38.1-2.fc38.x86_64                      104/133 
12:14:15 #12 21.79   Verifying        : libblkid-2.38-3.fc37.x86_64                        105/133 
12:14:15 #12 21.79   Verifying        : libcom_err-1.46.5-3.fc37.x86_64                    106/133 
12:14:15 #12 21.79   Verifying        : libcom_err-1.46.5-2.fc36.x86_64                    107/133 
12:14:15 #12 21.79   Verifying        : libgcc-12.2.1-2.fc38.x86_64                        108/133 
12:14:15 #12 21.79   Verifying        : libgcc-12.1.1-1.fc37.x86_64                        109/133 
12:14:15 #12 21.79   Verifying        : libgomp-12.2.1-2.fc38.x86_64                       110/133 
12:14:15 #12 21.79   Verifying        : libgomp-12.1.1-1.fc37.x86_64                       111/133 
12:14:15 #12 21.79   Verifying        : libmount-2.38.1-2.fc38.x86_64                      112/133 
12:14:15 #12 21.79   Verifying        : libmount-2.38-3.fc37.x86_64                        113/133 
12:14:15 #12 21.79   Verifying        : libselinux-3.4-5.fc37.x86_64                       114/133 
12:14:15 #12 21.79   Verifying        : libselinux-3.4-0.rc2.1.fc37.x86_64                 115/133 
12:14:15 #12 21.79   Verifying        : libsemanage-3.4-5.fc37.x86_64                      116/133 
12:14:15 #12 21.79   Verifying        : libsemanage-3.4-0.rc2.1.fc37.x86_64                117/133 
12:14:15 #12 21.79   Verifying        : libsepol-3.4-3.fc37.x86_64                         118/133 
12:14:15 #12 21.79   Verifying        : libsepol-3.4-0.rc2.1.fc37.x86_64                   119/133 
12:14:15 #12 21.79   Verifying        : libsmartcols-2.38.1-2.fc38.x86_64                  120/133 
12:14:15 #12 21.79   Verifying        : libsmartcols-2.38-3.fc37.x86_64                    121/133 
12:14:15 #12 21.79   Verifying        : libuuid-2.38.1-2.fc38.x86_64                       122/133 
12:14:15 #12 21.79   Verifying        : libuuid-2.38-3.fc37.x86_64                         123/133 
12:14:15 #12 21.79   Verifying        : libxcrypt-4.4.28-3.fc38.x86_64                     124/133 
12:14:15 #12 21.79   Verifying        : libxcrypt-4.4.28-1.fc37.x86_64                     125/133 
12:14:15 #12 21.79   Verifying        : pcre2-10.40-1.fc37.1.x86_64                        126/133 
12:14:15 #12 21.79   Verifying        : pcre2-10.40-1.fc37.x86_64                          127/133 
12:14:15 #12 21.79   Verifying        : pcre2-syntax-10.40-1.fc37.1.noarch                 128/133 
12:14:15 #12 21.79   Verifying        : pcre2-syntax-10.40-1.fc37.noarch                   129/133 
12:14:15 #12 21.79   Verifying        : systemd-libs-251.5-607.fc38.x86_64                 130/133 
12:14:15 #12 21.79   Verifying        : systemd-libs-251~rc2-1.fc37.x86_64                 131/133 
12:14:15 #12 21.79   Verifying        : util-linux-core-2.38.1-2.fc38.x86_64               132/133 
12:14:15 #12 21.79   Verifying        : util-linux-core-2.38-3.fc37.x86_64                 133/133 
12:14:15 #12 21.97 
12:14:15 #12 21.97 Upgraded:
12:14:15 #12 21.97   audit-libs-3.0.9-1.fc38.x86_64                                                
12:14:15 #12 21.97   crypto-policies-20220824-2.git2187e9c.fc38.noarch                             
12:14:15 #12 21.97   libblkid-2.38.1-2.fc38.x86_64                                                 
12:14:15 #12 21.97   libcom_err-1.46.5-3.fc37.x86_64                                               
12:14:15 #12 21.97   libgcc-12.2.1-2.fc38.x86_64                                                   
12:14:15 #12 21.97   libgomp-12.2.1-2.fc38.x86_64                                                  
12:14:15 #12 21.97   libmount-2.38.1-2.fc38.x86_64                                                 
12:14:15 #12 21.97   libselinux-3.4-5.fc37.x86_64                                                  
12:14:15 #12 21.97   libsemanage-3.4-5.fc37.x86_64                                                 
12:14:15 #12 21.97   libsepol-3.4-3.fc37.x86_64                                                    
12:14:15 #12 21.97   libsmartcols-2.38.1-2.fc38.x86_64                                             
12:14:15 #12 21.97   libuuid-2.38.1-2.fc38.x86_64                                                  
12:14:15 #12 21.97   libxcrypt-4.4.28-3.fc38.x86_64                                                
12:14:15 #12 21.97   pcre2-10.40-1.fc37.1.x86_64                                                   
12:14:15 #12 21.97   pcre2-syntax-10.40-1.fc37.1.noarch                                            
12:14:15 #12 21.97   systemd-libs-251.5-607.fc38.x86_64                                            
12:14:15 #12 21.97   util-linux-core-2.38.1-2.fc38.x86_64                                          
12:14:15 #12 21.97 Installed:
12:14:15 #12 21.97   annobin-docs-10.86-1.fc38.noarch                                              
12:14:15 #12 21.97   annobin-plugin-gcc-10.86-1.fc38.x86_64                                        
12:14:15 #12 21.97   autoconf-2.71-3.fc37.noarch                                                   
12:14:15 #12 21.97   automake-1.16.5-9.fc37.noarch                                                 
12:14:15 #12 21.97   btrfs-progs-5.18-3.fc37.x86_64                                                
12:14:15 #12 21.97   btrfs-progs-devel-5.18-3.fc37.x86_64                                          
12:14:15 #12 21.97   checkpolicy-3.4-3.fc37.x86_64                                                 
12:14:15 #12 21.97   cmake-3.24.1-1.fc38.x86_64                                                    
12:14:15 #12 21.97   cmake-data-3.24.1-1.fc38.noarch                                               
12:14:15 #12 21.97   cmake-filesystem-3.24.1-1.fc38.x86_64                                         
12:14:15 #12 21.97   cmake-rpm-macros-3.24.1-1.fc38.noarch                                         
12:14:15 #12 21.97   cpp-12.2.1-2.fc38.x86_64                                                      
12:14:15 #12 21.97   cryptsetup-libs-2.5.0-1.fc37.x86_64                                           
12:14:15 #12 21.97   dbus-1:1.14.2-1.fc38.x86_64                                                   
12:14:15 #12 21.97   dbus-broker-32-1.fc37.x86_64                                                  
12:14:15 #12 21.97   dbus-common-1:1.14.2-1.fc38.noarch                                            
12:14:15 #12 21.97   device-mapper-1.02.185-1.fc38.x86_64                                          
12:14:15 #12 21.97   device-mapper-devel-1.02.185-1.fc38.x86_64                                    
12:14:15 #12 21.97   device-mapper-libs-1.02.185-1.fc38.x86_64                                     
12:14:15 #12 21.97   e2fsprogs-libs-1.46.5-3.fc37.x86_64                                           
12:14:15 #12 21.97   gc-8.2.2-1.fc38.x86_64                                                        
12:14:15 #12 21.97   gcc-12.2.1-2.fc38.x86_64                                                      
12:14:15 #12 21.97   gcc-plugin-annobin-12.2.1-2.fc38.x86_64                                       
12:14:15 #12 21.97   git-2.38.0-0.2.rc2.fc38.x86_64                                                
12:14:15 #12 21.97   git-core-2.38.0-0.2.rc2.fc38.x86_64                                           
12:14:15 #12 21.97   git-core-doc-2.38.0-0.2.rc2.fc38.noarch                                       
12:14:15 #12 21.97   glibc-devel-2.36.9000-8.fc38.x86_64                                           
12:14:15 #12 21.97   glibc-headers-x86-2.36.9000-8.fc38.noarch                                     
12:14:15 #12 21.97   glibc-static-2.36.9000-8.fc38.x86_64                                          
12:14:15 #12 21.97   guile22-2.2.7-6.fc37.x86_64                                                   
12:14:15 #12 21.97   jsoncpp-1.9.5-3.fc37.x86_64                                                   
12:14:15 #12 21.97   kernel-headers-6.0.0-0.rc7.git0.1.fc38.x86_64                                 
12:14:15 #12 21.97   kmod-libs-30-2.fc37.x86_64                                                    
12:14:15 #12 21.97   less-590-5.fc37.x86_64                                                        
12:14:15 #12 21.97   libargon2-20190702-1.fc37.x86_64                                              
12:14:15 #12 21.97   libbpf-2:0.8.0-2.fc37.x86_64                                                  
12:14:15 #12 21.97   libbtrfs-5.18-3.fc37.x86_64                                                   
12:14:15 #12 21.97   libbtrfsutil-5.18-3.fc37.x86_64                                               
12:14:15 #12 21.97   libcbor-0.7.0-7.fc37.x86_64                                                   
12:14:15 #12 21.97   libedit-3.1-42.20210910cvs.fc37.x86_64                                        
12:14:15 #12 21.97   libfdisk-2.38.1-2.fc38.x86_64                                                 
12:14:15 #12 21.97   libfido2-1.12.0-1.fc38.x86_64                                                 
12:14:15 #12 21.97   libmpc-1.2.1-5.fc37.x86_64                                                    
12:14:15 #12 21.97   libseccomp-2.5.3-3.fc37.x86_64                                                
12:14:15 #12 21.97   libseccomp-devel-2.5.3-3.fc37.x86_64                                          
12:14:15 #12 21.97   libselinux-devel-3.4-5.fc37.x86_64                                            
12:14:15 #12 21.97   libselinux-utils-3.4-5.fc37.x86_64                                            
12:14:15 #12 21.97   libsepol-devel-3.4-3.fc37.x86_64                                              
12:14:15 #12 21.97   libtool-2.4.7-2.fc37.x86_64                                                   
12:14:15 #12 21.97   libtool-ltdl-2.4.7-2.fc37.x86_64                                              
12:14:15 #12 21.97   libtool-ltdl-devel-2.4.7-2.fc37.x86_64                                        
12:14:15 #12 21.97   libutempter-1.2.1-7.fc37.x86_64                                               
12:14:15 #12 21.97   libuv-1:1.44.2-2.fc37.x86_64                                                  
12:14:15 #12 21.97   libxcrypt-devel-4.4.28-3.fc38.x86_64                                          
12:14:15 #12 21.97   libxcrypt-static-4.4.28-3.fc38.x86_64                                         
12:14:15 #12 21.97   libxkbcommon-1.4.1-2.fc37.x86_64                                              
12:14:15 #12 21.97   lzo-2.10-7.fc37.x86_64                                                        
12:14:15 #12 21.97   m4-1.4.19-4.fc37.x86_64                                                       
12:14:15 #12 21.97   make-1:4.3-11.fc37.x86_64                                                     
12:14:15 #12 21.97   openssh-9.0p1-5.fc38.x86_64                                                   
12:14:15 #12 21.97   openssh-clients-9.0p1-5.fc38.x86_64                                           
12:14:15 #12 21.97   pcre2-devel-10.40-1.fc37.1.x86_64                                             
12:14:15 #12 21.97   pcre2-utf16-10.40-1.fc37.1.x86_64                                             
12:14:15 #12 21.97   pcre2-utf32-10.40-1.fc37.1.x86_64                                             
12:14:15 #12 21.97   perl-Error-1:0.17029-10.fc37.noarch                                           
12:14:15 #12 21.97   perl-File-Compare-1.100.700-492.fc38.noarch                                   
12:14:15 #12 21.97   perl-File-Copy-2.39-492.fc38.noarch                                           
12:14:15 #12 21.97   perl-File-Find-1.40-492.fc38.noarch                                           
12:14:15 #12 21.97   perl-Git-2.38.0-0.2.rc2.fc38.noarch                                           
12:14:15 #12 21.97   perl-TermReadKey-2.38-14.fc37.x86_64                                          
12:14:15 #12 21.97   perl-Thread-Queue-3.14-489.fc37.noarch                                        
12:14:15 #12 21.97   perl-lib-0.65-492.fc38.x86_64                                                 
12:14:15 #12 21.97   perl-threads-1:2.27-489.fc37.x86_64                                           
12:14:15 #12 21.97   perl-threads-shared-1.64-489.fc37.x86_64                                      
12:14:15 #12 21.97   policycoreutils-3.4-6.fc37.x86_64                                             
12:14:15 #12 21.97   policycoreutils-devel-3.4-6.fc37.x86_64                                       
12:14:15 #12 21.97   policycoreutils-python-utils-3.4-6.fc37.noarch                                
12:14:15 #12 21.97   python3-audit-3.0.9-1.fc38.x86_64                                             
12:14:15 #12 21.97   python3-libselinux-3.4-5.fc37.x86_64                                          
12:14:15 #12 21.97   python3-libsemanage-3.4-5.fc37.x86_64                                         
12:14:15 #12 21.97   python3-policycoreutils-3.4-6.fc37.noarch                                     
12:14:15 #12 21.97   python3-setools-4.4.0-9.fc37.x86_64                                           
12:14:15 #12 21.97   python3-setuptools-65.3.0-1.fc38.noarch                                       
12:14:15 #12 21.97   qrencode-libs-4.1.1-3.fc37.x86_64                                             
12:14:15 #12 21.97   rhash-1.4.3-1.fc38.x86_64                                                     
12:14:15 #12 21.97   rpm-plugin-selinux-4.18.0-1.fc38.x86_64                                       
12:14:15 #12 21.97   selinux-policy-37.12-1.fc38.noarch                                            
12:14:15 #12 21.97   selinux-policy-devel-37.12-1.fc38.noarch                                      
12:14:15 #12 21.97   selinux-policy-targeted-37.12-1.fc38.noarch                                   
12:14:15 #12 21.97   systemd-251.5-607.fc38.x86_64                                                 
12:14:15 #12 21.97   systemd-devel-251.5-607.fc38.x86_64                                           
12:14:15 #12 21.97   systemd-networkd-251.5-607.fc38.x86_64                                        
12:14:15 #12 21.97   systemd-pam-251.5-607.fc38.x86_64                                             
12:14:15 #12 21.97   systemd-resolved-251.5-607.fc38.x86_64                                        
12:14:15 #12 21.97   systemd-rpm-macros-251.5-607.fc38.noarch                                      
12:14:15 #12 21.97   util-linux-2.38.1-2.fc38.x86_64                                               
12:14:15 #12 21.97   vim-filesystem-2:9.0.475-1.fc38.noarch                                        
12:14:15 #12 21.97   which-2.21-35.fc37.x86_64                                                     
12:14:15 #12 21.97   xkeyboard-config-2.36-2.fc37.noarch                                           
12:14:15 #12 21.97 
12:14:15 #12 21.97 Complete!
12:14:15 #12 DONE 22.1s
12:14:15 
12:14:15 #13 [stage-1 5/6] COPY --from=golang /usr/local/go /usr/local/go
12:14:18 #13 DONE 2.7s
12:14:18 
12:14:18 #14 [stage-1 6/6] WORKDIR /root/rpmbuild
12:14:18 #14 DONE 0.0s
12:14:18 
12:14:18 #15 exporting to image
12:14:18 #15 exporting layers
12:14:23 #15 exporting layers 4.9s done
12:14:23 #15 writing image sha256:aac9299c8822059695a828dec351a01986ca5e9273889313f495bf1ef4df95a2 done
12:14:23 #15 naming to docker.io/rpmbuild-fedora-37/x86_64 done
12:14:23 #15 DONE 4.9s
12:14:23 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/fedora-37/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/fedora-37/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-fedora-37/x86_64 -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 SPECS/docker-scan-plugin.spec
12:14:23 warning: line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:14:23 warning: line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:14:23 warning: line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:14:23 warning: source_date_epoch_from_changelog set but %changelog is missing
12:14:23 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Lr033C
12:14:23 + umask 022
12:14:23 + cd /root/rpmbuild/BUILD
12:14:23 + cd /root/rpmbuild/BUILD
12:14:23 + rm -rf src
12:14:23 + /usr/bin/mkdir -p src
12:14:23 + cd src
12:14:23 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz
12:14:24 + STATUS=0
12:14:24 + '[' 0 -ne 0 ']'
12:14:24 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz
12:14:25 + STATUS=0
12:14:25 + '[' 0 -ne 0 ']'
12:14:25 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:14:25 + RPM_EC=0
12:14:25 ++ jobs -p
12:14:25 + exit 0
12:14:25 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Mm50SK
12:14:25 + umask 022
12:14:25 + cd /root/rpmbuild/BUILD
12:14:25 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:14:25 + export CFLAGS
12:14:25 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:14:25 + export CXXFLAGS
12:14:25 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:14:25 + export FFLAGS
12:14:25 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:14:25 + export FCFLAGS
12:14:25 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:14:25 + export LDFLAGS
12:14:25 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:14:25 + export LT_SYS_LIBRARY_PATH
12:14:25 + CC=gcc
12:14:25 + export CC
12:14:25 + CXX=g++
12:14:25 + export CXX
12:14:25 + cd src
12:14:25 + export DOCKER_GITCOMMIT=f219cb5
12:14:25 + DOCKER_GITCOMMIT=f219cb5
12:14:25 + mkdir -p /go/src/github.com/docker
12:14:25 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:14:25 + pushd /root/rpmbuild/BUILD/src/engine
12:14:25 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
12:14:25 + for component in tini "proxy dynamic"
12:14:25 + TMP_GOPATH=/go
12:14:25 + hack/dockerfile/install/install.sh tini
12:14:25 + RM_GOPATH=0
12:14:25 + TMP_GOPATH=/go
12:14:25 + : /usr/local/bin
12:14:25 + '[' -z /go ']'
12:14:25 + export GOPATH=/go
12:14:25 + GOPATH=/go
12:14:25 + case "$(go env GOARCH)" in
12:14:25 ++ go env GOARCH
12:14:25 + export GO_BUILDMODE=-buildmode=pie
12:14:25 + GO_BUILDMODE=-buildmode=pie
12:14:25 ++ dirname hack/dockerfile/install/install.sh
12:14:25 + dir=hack/dockerfile/install
12:14:25 + bin=tini
12:14:25 + shift
12:14:25 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:14:25 + . hack/dockerfile/install/tini.installer
12:14:25 ++ : v0.19.0
12:14:25 + install_tini
12:14:25 + echo 'Install tini version v0.19.0'
12:14:25 Install tini version v0.19.0
12:14:25 + git clone https://github.com/krallin/tini.git /go/tini
12:14:25 Cloning into '/go/tini'...
12:14:25 + cd /go/tini
12:14:25 + git checkout -q v0.19.0
12:14:25 + cmake .
12:14:25 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:14:25   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:14:25   CMake.
12:14:25 
12:14:25   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:14:25   CMake that the project does not need compatibility with older versions.
12:14:25 
12:14:25 
12:14:25 -- The C compiler identification is GNU 12.2.1
12:14:25 -- Detecting C compiler ABI info
12:14:25 -- Detecting C compiler ABI info - done
12:14:25 -- Check for working C compiler: /usr/bin/gcc - skipped
12:14:25 -- Detecting C compile features
12:14:25 -- Detecting C compile features - done
12:14:25 -- Performing Test HAS_BUILTIN_FORTIFY
12:14:25 -- Performing Test HAS_BUILTIN_FORTIFY - Success
12:14:25 -- Configuring done
12:14:25 -- Generating done
12:14:25 -- Build files have been written to: /go/tini
12:14:25 + make tini-static
12:14:25 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:14:25 [100%] Linking C executable tini-static
12:14:26 [100%] Built target tini-static
12:14:26 + mkdir -p /usr/local/bin
12:14:26 + cp tini-static /usr/local/bin/docker-init
12:14:26 + for component in tini "proxy dynamic"
12:14:26 + TMP_GOPATH=/go
12:14:26 + hack/dockerfile/install/install.sh proxy dynamic
12:14:26 + RM_GOPATH=0
12:14:26 + TMP_GOPATH=/go
12:14:26 + : /usr/local/bin
12:14:26 + '[' -z /go ']'
12:14:26 + export GOPATH=/go
12:14:26 + GOPATH=/go
12:14:26 + case "$(go env GOARCH)" in
12:14:26 ++ go env GOARCH
12:14:26 + export GO_BUILDMODE=-buildmode=pie
12:14:26 + GO_BUILDMODE=-buildmode=pie
12:14:26 ++ dirname hack/dockerfile/install/install.sh
12:14:26 + dir=hack/dockerfile/install
12:14:26 + bin=proxy
12:14:26 + shift
12:14:26 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
12:14:26 + . hack/dockerfile/install/proxy.installer
12:14:26 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789
12:14:26 + install_proxy dynamic
12:14:26 + case "$1" in
12:14:26 + install_proxy_dynamic
12:14:26 + export PROXY_LDFLAGS=-linkmode=external install_proxy
12:14:26 + PROXY_LDFLAGS=-linkmode=external
12:14:26 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789
12:14:26 + export BUILD_MODE=-buildmode=pie
12:14:26 + BUILD_MODE=-buildmode=pie
12:14:26 + _install_proxy
12:14:26 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789'
12:14:26 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
12:14:26 Cloning into '/go/src/github.com/docker/libnetwork'...
12:14:28 + cd /go/src/github.com/docker/libnetwork
12:14:28 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789
12:14:28 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
12:14:38 + return
12:14:38 + VERSION=0.0.0-20220908081902-b40c2f6
12:14:38 + PRODUCT=docker
12:14:38 + hack/make.sh dynbinary
12:14:38 
12:14:38 Removing bundles/
12:14:38 
12:14:38 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:14:38 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220908081902-b40c2f6
12:14:38 GOOS="" GOARCH="" GOARM=""
12:16:30 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220908081902-b40c2f6
12:16:30 
12:16:30 + popd
12:16:30 + RPM_EC=0
12:16:30 ~/rpmbuild/BUILD/src
12:16:30 ++ jobs -p
12:16:30 + exit 0
12:16:30 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.yc8VKC
12:16:30 + umask 022
12:16:30 + cd /root/rpmbuild/BUILD
12:16:30 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64 '!=' / ']'
12:16:30 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64
12:16:30 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64
12:16:30 + mkdir -p /root/rpmbuild/BUILDROOT
12:16:30 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64
12:16:30 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:16:30 + export CFLAGS
12:16:30 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:16:30 + export CXXFLAGS
12:16:30 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:16:30 + export FFLAGS
12:16:30 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:16:30 + export FCFLAGS
12:16:30 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:16:30 + export LDFLAGS
12:16:30 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:16:30 + export LT_SYS_LIBRARY_PATH
12:16:30 + CC=gcc
12:16:30 + export CC
12:16:30 + CXX=g++
12:16:30 + export CXX
12:16:30 + cd src
12:16:30 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
12:16:30 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220908081902-b40c2f6 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64/usr/bin/dockerd
12:16:30 + install -D -p -m 0755 /usr/local/bin/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64/usr/bin/docker-proxy
12:16:30 + install -D -p -m 755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64/usr/bin/docker-init
12:16:30 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64/usr/lib/systemd/system/docker.service
12:16:30 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64/usr/lib/systemd/system/docker.socket
12:16:30 + /usr/lib/rpm/check-buildroot
12:16:30 + /usr/lib/rpm/redhat/brp-ldconfig
12:16:30 + /usr/lib/rpm/brp-compress
12:16:30 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:16:30 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:16:30 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:16:30 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:16:30 + /usr/lib/rpm/check-rpaths
12:16:30 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:16:30 + /usr/lib/rpm/brp-remove-la-files
12:16:30 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:16:30 + /usr/lib/rpm/redhat/brp-python-hardlink
12:16:30 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.y8sM52
12:16:30 + umask 022
12:16:30 + cd /root/rpmbuild/BUILD
12:16:30 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:16:30 + export CFLAGS
12:16:30 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:16:30 + export CXXFLAGS
12:16:30 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:16:30 + export FFLAGS
12:16:30 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:16:30 + export FCFLAGS
12:16:30 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:16:30 + export LDFLAGS
12:16:30 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:16:30 + export LT_SYS_LIBRARY_PATH
12:16:30 + CC=gcc
12:16:30 + export CC
12:16:30 + CXX=g++
12:16:30 + export CXX
12:16:30 + cd src
12:16:30 ++ engine/bundles/dynbinary-daemon/dockerd --version
12:16:30 + ver='Docker version 0.0.0-20220908081902-b40c2f6, build f219cb5'
12:16:30 + test 'Docker version 0.0.0-20220908081902-b40c2f6, build f219cb5' = 'Docker version 0.0.0-20220908081902-b40c2f6, build f219cb5'
12:16:30 + echo 'PASS: daemon version OK'
12:16:30 + RPM_EC=0
12:16:30 PASS: daemon version OK
12:16:30 ++ jobs -p
12:16:30 + exit 0
12:16:30 Processing files: docker-ce-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64
12:16:30 Provides: docker-ce = 3:0.0.0.20220908081902.b40c2f6-0.fc37 docker-ce(x86-64) = 3:0.0.0.20220908081902.b40c2f6-0.fc37
12:16:30 Requires(interp): /bin/sh /bin/sh /bin/sh
12:16:30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:16:30 Requires(post): /bin/sh
12:16:30 Requires(preun): /bin/sh
12:16:30 Requires(postun): /bin/sh
12:16:30 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) 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:30 Conflicts: docker docker-ee docker-engine-cs docker-io
12:16:30 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
12:16:30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64
12:16:30 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc37.src.rpm
12:16:56 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64.rpm
12:16:56 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.OJkQi5
12:16:56 + umask 022
12:16:56 + cd /root/rpmbuild/BUILD
12:16:56 + cd src
12:16:56 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64
12:16:56 + RPM_EC=0
12:16:56 ++ jobs -p
12:16:56 + exit 0
12:16:56 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.Vja8LQ
12:16:56 + umask 022
12:16:56 + cd /root/rpmbuild/BUILD
12:16:56 + rm -rf src src.gemspec
12:16:56 + RPM_EC=0
12:16:56 ++ jobs -p
12:16:56 + exit 0
12:16:56 
12:16:56 RPM build warnings:
12:16:56     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:16:56     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:16:56     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:16:56     source_date_epoch_from_changelog set but %changelog is missing
12:16:56 warning: source_date_epoch_from_changelog set but %changelog is missing
12:16:56 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.wodgYZ
12:16:56 + umask 022
12:16:56 + cd /root/rpmbuild/BUILD
12:16:56 + cd /root/rpmbuild/BUILD
12:16:56 + rm -rf src
12:16:56 + /usr/bin/mkdir -p src
12:16:56 + cd src
12:16:56 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/cli.tgz
12:16:56 + STATUS=0
12:16:56 + '[' 0 -ne 0 ']'
12:16:56 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/plugin-installers.tgz
12:16:56 + STATUS=0
12:16:56 + '[' 0 -ne 0 ']'
12:16:56 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:16:56 + RPM_EC=0
12:16:56 ++ jobs -p
12:16:56 + exit 0
12:16:56 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.9RKoM8
12:16:56 + umask 022
12:16:56 + cd /root/rpmbuild/BUILD
12:16:56 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:16:56 + export CFLAGS
12:16:56 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:16:56 + export CXXFLAGS
12:16:56 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:16:56 + export FFLAGS
12:16:56 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:16:56 + export FCFLAGS
12:16:56 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:16:56 + export LDFLAGS
12:16:56 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:16:56 + export LT_SYS_LIBRARY_PATH
12:16:56 + CC=gcc
12:16:56 + export CC
12:16:56 + CXX=g++
12:16:56 + export CXX
12:16:56 + cd src
12:16:56 + mkdir -p /go/src/github.com/docker
12:16:56 + rm -f /go/src/github.com/docker/cli
12:16:56 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
12:16:56 + pushd /go/src/github.com/docker/cli
12:16:56 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
12:16:56 + DISABLE_WARN_OUTSIDE_CONTAINER=1
12:16:56 + make VERSION=0.0.0-20220908081902-b40c2f6 GITCOMMIT=b40c2f6 dynbinary manpages
12:16:56 GO_LINKMODE=dynamic ./scripts/build/binary
12:16:56 Building dynamic docker-linux-amd64
12:18:17 scripts/docs/generate-man.sh
12:19:39 Project root: /go/src/github.com/docker/cli
12:19:39 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
12:19:39 2022/10/03 12:19:36 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
12:19:39 ~/rpmbuild/BUILD/src
12:19:39 + popd
12:19:39 + pushd /root/rpmbuild/BUILD/src/plugins
12:19:39 + for installer in *.installer
12:19:39 + '[' app.installer '!=' scan.installer ']'
12:19:39 + bash app.installer build
12:19:39 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
12:19:39 Cloning into '/go/src/github.com/docker/app'...
12:19:39 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:20:47 + for installer in *.installer
12:20:47 + '[' buildx.installer '!=' scan.installer ']'
12:20:47 + bash buildx.installer build
12:20:47 Cloning into '/go/src/github.com/docker/buildx'...
12:20:47 + GO111MODULE=on
12:20:47 + 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:22:23 + popd
12:22:23 + RPM_EC=0
12:22:23 ~/rpmbuild/BUILD/src
12:22:23 ++ jobs -p
12:22:23 + exit 0
12:22:23 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Atqgmb
12:22:23 + umask 022
12:22:23 + cd /root/rpmbuild/BUILD
12:22:23 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64 '!=' / ']'
12:22:23 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64
12:22:23 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64
12:22:23 + mkdir -p /root/rpmbuild/BUILDROOT
12:22:23 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64
12:22:23 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:22:23 + export CFLAGS
12:22:23 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:22:23 + export CXXFLAGS
12:22:23 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:22:23 + export FFLAGS
12:22:23 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:22:23 + export FCFLAGS
12:22:23 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:22:23 + export LDFLAGS
12:22:23 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:22:23 + export LT_SYS_LIBRARY_PATH
12:22:23 + CC=gcc
12:22:23 + export CC
12:22:23 + CXX=g++
12:22:23 + export CXX
12:22:23 + cd src
12:22:23 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64/usr/bin
12:22:23 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64/usr/bin/docker
12:22:23 + pushd /root/rpmbuild/BUILD/src/plugins
12:22:23 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
12:22:23 + for installer in *.installer
12:22:23 + '[' app.installer '!=' scan.installer ']'
12:22:23 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64
12:22:23 + PREFIX=/usr/libexec/docker/cli-plugins
12:22:23 + bash app.installer install_plugin
12:22:23 + for installer in *.installer
12:22:23 + '[' buildx.installer '!=' scan.installer ']'
12:22:23 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64
12:22:23 + PREFIX=/usr/libexec/docker/cli-plugins
12:22:23 + bash buildx.installer install_plugin
12:22:23 ~/rpmbuild/BUILD/src
12:22:23 + popd
12:22:23 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64/usr/share/bash-completion/completions
12:22:23 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64/usr/share/zsh/vendor-completions
12:22:23 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64/usr/share/fish/vendor_completions.d
12:22:23 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64/usr/share/bash-completion/completions/docker
12:22:23 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64/usr/share/zsh/vendor-completions/_docker
12:22:23 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64/usr/share/fish/vendor_completions.d/docker.fish
12:22:23 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64/usr/share/man/man1
12:22:23 + install -p -m 644 cli/man/man1/docker-attach.1 cli/man/man1/docker-build.1 cli/man/man1/docker-builder-build.1 cli/man/man1/docker-builder-prune.1 cli/man/man1/docker-builder.1 cli/man/man1/docker-checkpoint-create.1 cli/man/man1/docker-checkpoint-ls.1 cli/man/man1/docker-checkpoint-rm.1 cli/man/man1/docker-checkpoint.1 cli/man/man1/docker-commit.1 cli/man/man1/docker-config-create.1 cli/man/man1/docker-config-inspect.1 cli/man/man1/docker-config-ls.1 cli/man/man1/docker-config-rm.1 cli/man/man1/docker-config.1 cli/man/man1/docker-container-attach.1 cli/man/man1/docker-container-commit.1 cli/man/man1/docker-container-cp.1 cli/man/man1/docker-container-create.1 cli/man/man1/docker-container-diff.1 cli/man/man1/docker-container-exec.1 cli/man/man1/docker-container-export.1 cli/man/man1/docker-container-inspect.1 cli/man/man1/docker-container-kill.1 cli/man/man1/docker-container-logs.1 cli/man/man1/docker-container-ls.1 cli/man/man1/docker-container-pause.1 cli/man/man1/docker-container-port.1 cli/man/man1/docker-container-prune.1 cli/man/man1/docker-container-rename.1 cli/man/man1/docker-container-restart.1 cli/man/man1/docker-container-rm.1 cli/man/man1/docker-container-run.1 cli/man/man1/docker-container-start.1 cli/man/man1/docker-container-stats.1 cli/man/man1/docker-container-stop.1 cli/man/man1/docker-container-top.1 cli/man/man1/docker-container-unpause.1 cli/man/man1/docker-container-update.1 cli/man/man1/docker-container-wait.1 cli/man/man1/docker-container.1 cli/man/man1/docker-context-create.1 cli/man/man1/docker-context-export.1 cli/man/man1/docker-context-import.1 cli/man/man1/docker-context-inspect.1 cli/man/man1/docker-context-ls.1 cli/man/man1/docker-context-rm.1 cli/man/man1/docker-context-update.1 cli/man/man1/docker-context-use.1 cli/man/man1/docker-context.1 cli/man/man1/docker-cp.1 cli/man/man1/docker-create.1 cli/man/man1/docker-diff.1 cli/man/man1/docker-events.1 cli/man/man1/docker-exec.1 cli/man/man1/docker-export.1 cli/man/man1/docker-history.1 cli/man/man1/docker-image-build.1 cli/man/man1/docker-image-history.1 cli/man/man1/docker-image-import.1 cli/man/man1/docker-image-inspect.1 cli/man/man1/docker-image-load.1 cli/man/man1/docker-image-ls.1 cli/man/man1/docker-image-prune.1 cli/man/man1/docker-image-pull.1 cli/man/man1/docker-image-push.1 cli/man/man1/docker-image-rm.1 cli/man/man1/docker-image-save.1 cli/man/man1/docker-image-tag.1 cli/man/man1/docker-image.1 cli/man/man1/docker-images.1 cli/man/man1/docker-import.1 cli/man/man1/docker-info.1 cli/man/man1/docker-inspect.1 cli/man/man1/docker-kill.1 cli/man/man1/docker-load.1 cli/man/man1/docker-login.1 cli/man/man1/docker-logout.1 cli/man/man1/docker-logs.1 cli/man/man1/docker-manifest-annotate.1 cli/man/man1/docker-manifest-create.1 cli/man/man1/docker-manifest-inspect.1 cli/man/man1/docker-manifest-push.1 cli/man/man1/docker-manifest-rm.1 cli/man/man1/docker-manifest.1 cli/man/man1/docker-network-connect.1 cli/man/man1/docker-network-create.1 cli/man/man1/docker-network-disconnect.1 cli/man/man1/docker-network-inspect.1 cli/man/man1/docker-network-ls.1 cli/man/man1/docker-network-prune.1 cli/man/man1/docker-network-rm.1 cli/man/man1/docker-network.1 cli/man/man1/docker-node-demote.1 cli/man/man1/docker-node-inspect.1 cli/man/man1/docker-node-ls.1 cli/man/man1/docker-node-promote.1 cli/man/man1/docker-node-ps.1 cli/man/man1/docker-node-rm.1 cli/man/man1/docker-node-update.1 cli/man/man1/docker-node.1 cli/man/man1/docker-pause.1 cli/man/man1/docker-plugin-create.1 cli/man/man1/docker-plugin-disable.1 cli/man/man1/docker-plugin-enable.1 cli/man/man1/docker-plugin-inspect.1 cli/man/man1/docker-plugin-install.1 cli/man/man1/docker-plugin-ls.1 cli/man/man1/docker-plugin-push.1 cli/man/man1/docker-plugin-rm.1 cli/man/man1/docker-plugin-set.1 cli/man/man1/docker-plugin-upgrade.1 cli/man/man1/docker-plugin.1 cli/man/man1/docker-port.1 cli/man/man1/docker-ps.1 cli/man/man1/docker-pull.1 cli/man/man1/docker-push.1 cli/man/man1/docker-rename.1 cli/man/man1/docker-restart.1 cli/man/man1/docker-rm.1 cli/man/man1/docker-rmi.1 cli/man/man1/docker-run.1 cli/man/man1/docker-save.1 cli/man/man1/docker-search.1 cli/man/man1/docker-secret-create.1 cli/man/man1/docker-secret-inspect.1 cli/man/man1/docker-secret-ls.1 cli/man/man1/docker-secret-rm.1 cli/man/man1/docker-secret.1 cli/man/man1/docker-service-create.1 cli/man/man1/docker-service-inspect.1 cli/man/man1/docker-service-logs.1 cli/man/man1/docker-service-ls.1 cli/man/man1/docker-service-ps.1 cli/man/man1/docker-service-rm.1 cli/man/man1/docker-service-rollback.1 cli/man/man1/docker-service-scale.1 cli/man/man1/docker-service-update.1 cli/man/man1/docker-service.1 cli/man/man1/docker-stack-deploy.1 cli/man/man1/docker-stack-ls.1 cli/man/man1/docker-stack-ps.1 cli/man/man1/docker-stack-rm.1 cli/man/man1/docker-stack-services.1 cli/man/man1/docker-stack.1 cli/man/man1/docker-start.1 cli/man/man1/docker-stats.1 cli/man/man1/docker-stop.1 cli/man/man1/docker-swarm-ca.1 cli/man/man1/docker-swarm-init.1 cli/man/man1/docker-swarm-join-token.1 cli/man/man1/docker-swarm-join.1 cli/man/man1/docker-swarm-leave.1 cli/man/man1/docker-swarm-unlock-key.1 cli/man/man1/docker-swarm-unlock.1 cli/man/man1/docker-swarm-update.1 cli/man/man1/docker-swarm.1 cli/man/man1/docker-system-df.1 cli/man/man1/docker-system-events.1 cli/man/man1/docker-system-info.1 cli/man/man1/docker-system-prune.1 cli/man/man1/docker-system.1 cli/man/man1/docker-tag.1 cli/man/man1/docker-top.1 cli/man/man1/docker-trust-inspect.1 cli/man/man1/docker-trust-key-generate.1 cli/man/man1/docker-trust-key-load.1 cli/man/man1/docker-trust-key.1 cli/man/man1/docker-trust-revoke.1 cli/man/man1/docker-trust-sign.1 cli/man/man1/docker-trust-signer-add.1 cli/man/man1/docker-trust-signer-remove.1 cli/man/man1/docker-trust-signer.1 cli/man/man1/docker-trust.1 cli/man/man1/docker-unpause.1 cli/man/man1/docker-update.1 cli/man/man1/docker-version.1 cli/man/man1/docker-volume-create.1 cli/man/man1/docker-volume-inspect.1 cli/man/man1/docker-volume-ls.1 cli/man/man1/docker-volume-prune.1 cli/man/man1/docker-volume-rm.1 cli/man/man1/docker-volume.1 cli/man/man1/docker-wait.1 cli/man/man1/docker.1 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64/usr/share/man/man1
12:22:23 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64/usr/share/man/man5
12:22:23 + install -p -m 644 cli/man/man5/Dockerfile.5 cli/man/man5/docker-config-json.5 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64/usr/share/man/man5
12:22:23 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64/usr/share/man/man8
12:22:23 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64/usr/share/man/man8
12:22:23 + mkdir -p build-docs
12:22:23 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:22:23 + cp cli/LICENSE build-docs/LICENSE
12:22:23 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:22:23 + cp cli/MAINTAINERS build-docs/MAINTAINERS
12:22:23 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:22:23 + cp cli/NOTICE build-docs/NOTICE
12:22:23 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:22:23 + cp cli/README.md build-docs/README.md
12:22:23 + /usr/lib/rpm/check-buildroot
12:22:23 + /usr/lib/rpm/redhat/brp-ldconfig
12:22:23 + /usr/lib/rpm/brp-compress
12:22:23 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:22:23 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:22:23 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:22:23 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:22:23 + /usr/lib/rpm/check-rpaths
12:22:23 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:22:23 + /usr/lib/rpm/brp-remove-la-files
12:22:23 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:22:23 + /usr/lib/rpm/redhat/brp-python-hardlink
12:22:23 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.NV3E7a
12:22:23 + umask 022
12:22:23 + cd /root/rpmbuild/BUILD
12:22:23 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:22:23 + export CFLAGS
12:22:23 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:22:23 + export CXXFLAGS
12:22:23 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:22:23 + export FFLAGS
12:22:23 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:22:23 + export FCFLAGS
12:22:23 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:22:23 + export LDFLAGS
12:22:23 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:22:23 + export LT_SYS_LIBRARY_PATH
12:22:23 + CC=gcc
12:22:23 + export CC
12:22:23 + CXX=g++
12:22:23 + export CXX
12:22:23 + cd src
12:22:23 ++ cli/build/docker --version
12:22:23 + ver='Docker version 0.0.0-20220908081902-b40c2f6, build b40c2f6'
12:22:23 + test 'Docker version 0.0.0-20220908081902-b40c2f6, build b40c2f6' = 'Docker version 0.0.0-20220908081902-b40c2f6, build b40c2f6'
12:22:23 + echo 'PASS: cli version OK'
12:22:23 PASS: cli version OK
12:22:23 + RPM_EC=0
12:22:23 ++ jobs -p
12:22:23 + exit 0
12:22:23 Processing files: docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64
12:22:23 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.IlNMZQ
12:22:23 + umask 022
12:22:23 + cd /root/rpmbuild/BUILD
12:22:23 + cd src
12:22:23 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64/usr/share/doc/docker-ce-cli
12:22:23 + export LC_ALL=C
12:22:23 + LC_ALL=C
12:22:23 + export DOCDIR
12:22:23 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64/usr/share/doc/docker-ce-cli
12:22:23 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64/usr/share/doc/docker-ce-cli
12:22:23 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64/usr/share/doc/docker-ce-cli
12:22:23 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64/usr/share/doc/docker-ce-cli
12:22:23 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64/usr/share/doc/docker-ce-cli
12:22:23 + RPM_EC=0
12:22:23 ++ jobs -p
12:22:23 + exit 0
12:22:23 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
12:22:23 Provides: docker-ce-cli = 1:0.0.0.20220908081902.b40c2f6-0.fc37 docker-ce-cli(x86-64) = 1:0.0.0.20220908081902.b40c2f6-0.fc37
12:22:23 Requires(interp): /bin/sh
12:22:23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:22:23 Requires(post): /bin/sh
12:22:23 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) rtld(GNU_HASH)
12:22:23 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
12:22:23 Recommends: docker-scan-plugin(x86-64)
12:22:23 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64
12:22:23 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.src.rpm
12:23:19 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64.rpm
12:23:19 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.5amywE
12:23:19 + umask 022
12:23:19 + cd /root/rpmbuild/BUILD
12:23:19 + cd src
12:23:19 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64
12:23:19 + RPM_EC=0
12:23:19 ++ jobs -p
12:23:19 + exit 0
12:23:19 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.3c1Ns7
12:23:19 + umask 022
12:23:19 + cd /root/rpmbuild/BUILD
12:23:19 + rm -rf src src.gemspec
12:23:19 + RPM_EC=0
12:23:19 ++ jobs -p
12:23:19 + exit 0
12:23:19     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:23:19     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:23:19     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:23:19     source_date_epoch_from_changelog set but %changelog is missing
12:23:19     source_date_epoch_from_changelog set but %changelog is missing
12:23:19     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
12:23:19 
12:23:19 RPM build warnings:
12:23:19 warning: source_date_epoch_from_changelog set but %changelog is missing
12:23:19 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.n5EvFc
12:23:19 + umask 022
12:23:19 + cd /root/rpmbuild/BUILD
12:23:19 + cd /root/rpmbuild/BUILD
12:23:19 + rm -rf src
12:23:19 + /usr/bin/mkdir -p src
12:23:19 + cd src
12:23:19 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz
12:23:19 + STATUS=0
12:23:19 + '[' 0 -ne 0 ']'
12:23:19 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz
12:23:20 + STATUS=0
12:23:20 + '[' 0 -ne 0 ']'
12:23:20 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:23:20 + RPM_EC=0
12:23:20 ++ jobs -p
12:23:20 + exit 0
12:23:20 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.z5ww0e
12:23:20 + umask 022
12:23:20 + cd /root/rpmbuild/BUILD
12:23:20 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:23:20 + export CFLAGS
12:23:20 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:23:20 + export CXXFLAGS
12:23:20 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:23:20 + export FFLAGS
12:23:20 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:23:20 + export FCFLAGS
12:23:20 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:23:20 + export LDFLAGS
12:23:20 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:23:20 + export LT_SYS_LIBRARY_PATH
12:23:20 + CC=gcc
12:23:20 + export CC
12:23:20 + CXX=g++
12:23:20 + export CXX
12:23:20 + cd src
12:23:20 + export DOCKER_GITCOMMIT=f219cb5
12:23:20 + DOCKER_GITCOMMIT=f219cb5
12:23:20 + mkdir -p /go/src/github.com/docker
12:23:20 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:23:20 + TMP_GOPATH=/go
12:23:20 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
12:23:20 + RM_GOPATH=0
12:23:20 + TMP_GOPATH=/go
12:23:20 + : /usr/local/bin
12:23:20 + '[' -z /go ']'
12:23:20 + export GOPATH=/go
12:23:20 + GOPATH=/go
12:23:20 + case "$(go env GOARCH)" in
12:23:20 ++ go env GOARCH
12:23:20 + export GO_BUILDMODE=-buildmode=pie
12:23:20 + GO_BUILDMODE=-buildmode=pie
12:23:20 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
12:23:20 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
12:23:20 + bin=rootlesskit
12:23:20 + shift
12:23:20 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
12:23:20 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
12:23:20 ++ : v0.14.4
12:23:20 + install_rootlesskit dynamic
12:23:20 + case "$1" in
12:23:20 + install_rootlesskit_dynamic
12:23:20 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:23:20 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:23:20 + export BUILD_MODE=-buildmode=pie
12:23:20 + BUILD_MODE=-buildmode=pie
12:23:20 + _install_rootlesskit
12:23:20 + echo 'Install rootlesskit version v0.14.4'
12:23:20 + for f in rootlesskit rootlesskit-docker-proxy
12:23:20 Install rootlesskit version v0.14.4
12:23:20 + GOBIN=/usr/local/bin
12:23:20 + GO111MODULE=on
12:23:20 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
12:23:20 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
12:23:21 go: downloading github.com/pkg/errors v0.9.1
12:23:21 go: downloading github.com/sirupsen/logrus v1.8.1
12:23:21 go: downloading github.com/urfave/cli/v2 v2.3.0
12:23:21 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
12:23:21 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
12:23:21 go: downloading github.com/google/uuid v1.3.0
12:23:21 go: downloading github.com/moby/vpnkit v0.5.0
12:23:21 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:23:21 go: downloading github.com/gofrs/flock v0.8.1
12:23:21 go: downloading github.com/gorilla/mux v1.8.0
12:23:21 go: downloading github.com/moby/sys/mountinfo v0.4.1
12:23:21 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
12:23:21 go: downloading github.com/u-root/u-root v7.0.0+incompatible
12:23:21 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
12:23:21 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:23:28 + for f in rootlesskit rootlesskit-docker-proxy
12:23:28 + GOBIN=/usr/local/bin
12:23:28 + GO111MODULE=on
12:23:28 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
12:23:29 + return
12:23:29 + RPM_EC=0
12:23:29 ++ jobs -p
12:23:29 + exit 0
12:23:29 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.jWftKg
12:23:29 + umask 022
12:23:29 + cd /root/rpmbuild/BUILD
12:23:29 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64 '!=' / ']'
12:23:29 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64
12:23:29 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64
12:23:29 + mkdir -p /root/rpmbuild/BUILDROOT
12:23:29 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64
12:23:29 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:23:29 + export CFLAGS
12:23:29 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:23:29 + export CXXFLAGS
12:23:29 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:23:29 + export FFLAGS
12:23:29 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:23:29 + export FCFLAGS
12:23:29 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:23:29 + export LDFLAGS
12:23:29 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:23:29 + export LT_SYS_LIBRARY_PATH
12:23:29 + CC=gcc
12:23:29 + export CC
12:23:29 + CXX=g++
12:23:29 + export CXX
12:23:29 + cd src
12:23:29 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64/usr/bin/dockerd-rootless.sh
12:23:29 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64/usr/bin/dockerd-rootless-setuptool.sh
12:23:29 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64/usr/bin/rootlesskit
12:23:29 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64/usr/bin/rootlesskit-docker-proxy
12:23:29 + /usr/lib/rpm/check-buildroot
12:23:29 + /usr/lib/rpm/redhat/brp-ldconfig
12:23:29 + /usr/lib/rpm/brp-compress
12:23:29 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:23:29 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:23:29 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:23:29 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:23:29 + /usr/lib/rpm/check-rpaths
12:23:29 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:23:29 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
12:23:29 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
12:23:29 + /usr/lib/rpm/brp-remove-la-files
12:23:29 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:23:29 + /usr/lib/rpm/redhat/brp-python-hardlink
12:23:29 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.A0TIJP
12:23:29 + umask 022
12:23:29 + cd /root/rpmbuild/BUILD
12:23:29 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:23:29 + export CFLAGS
12:23:29 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:23:29 + export CXXFLAGS
12:23:29 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:23:29 + export FFLAGS
12:23:29 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:23:29 + export FCFLAGS
12:23:29 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:23:29 + export LDFLAGS
12:23:29 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:23:29 + export LT_SYS_LIBRARY_PATH
12:23:29 + CC=gcc
12:23:29 + export CC
12:23:29 + CXX=g++
12:23:29 + export CXX
12:23:29 + cd src
12:23:29 + /usr/local/bin/rootlesskit -v
12:23:29 rootlesskit version 0.14.4
12:23:29 + RPM_EC=0
12:23:29 ++ jobs -p
12:23:29 + exit 0
12:23:29 Processing files: docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64
12:23:29 Provides: docker-ce-rootless-extras = 0:0.0.0.20220908081902.b40c2f6-0.fc37 docker-ce-rootless-extras(x86-64) = 0:0.0.0.20220908081902.b40c2f6-0.fc37
12:23:29 Requires(interp): /bin/sh /bin/sh /bin/sh
12:23:29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:23:29 Requires(post): /bin/sh
12:23:29 Requires(preun): /bin/sh
12:23:29 Requires(postun): /bin/sh
12:23:29 Requires: /usr/bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) rtld(GNU_HASH)
12:23:29 Conflicts: rootlesskit
12:23:29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64
12:23:29 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc37.src.rpm
12:23:34 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64.rpm
12:23:34 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.SxiNIg
12:23:34 + umask 022
12:23:34 + cd /root/rpmbuild/BUILD
12:23:34 + cd src
12:23:34 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64
12:23:34 + RPM_EC=0
12:23:34 ++ jobs -p
12:23:34 + exit 0
12:23:34 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.WFvfqp
12:23:34 + umask 022
12:23:34 + cd /root/rpmbuild/BUILD
12:23:34 + rm -rf src src.gemspec
12:23:34 + RPM_EC=0
12:23:34 ++ jobs -p
12:23:34 + exit 0
12:23:34 
12:23:34 RPM build warnings:
12:23:34     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:23:34     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:23:34     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:23:34     source_date_epoch_from_changelog set but %changelog is missing
12:23:34     source_date_epoch_from_changelog set but %changelog is missing
12:23:34     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
12:23:34     source_date_epoch_from_changelog set but %changelog is missing
12:23:35 warning: source_date_epoch_from_changelog set but %changelog is missing
12:23:35 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.qKN1cS
12:23:35 + umask 022
12:23:35 + cd /root/rpmbuild/BUILD
12:23:35 + cd /root/rpmbuild/BUILD
12:23:35 + rm -rf src
12:23:35 + /usr/bin/mkdir -p src
12:23:35 + cd src
12:23:35 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/compose.tgz
12:23:35 + STATUS=0
12:23:35 + '[' 0 -ne 0 ']'
12:23:35 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/compose.tgz
12:23:35 + STATUS=0
12:23:35 + '[' 0 -ne 0 ']'
12:23:35 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:23:35 + RPM_EC=0
12:23:35 ++ jobs -p
12:23:35 + exit 0
12:23:35 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.5WXrWx
12:23:35 + umask 022
12:23:35 + cd /root/rpmbuild/BUILD
12:23:35 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:23:35 + export CFLAGS
12:23:35 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:23:35 + export CXXFLAGS
12:23:35 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:23:35 + export FFLAGS
12:23:35 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:23:35 + export FCFLAGS
12:23:35 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:23:35 + export LDFLAGS
12:23:35 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:23:35 + export LT_SYS_LIBRARY_PATH
12:23:35 + CC=gcc
12:23:35 + export CC
12:23:35 + CXX=g++
12:23:35 + export CXX
12:23:35 + cd src
12:23:35 + pushd /root/rpmbuild/BUILD/src/compose
12:23:35 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
12:23:35 + make VERSION=v2.11.2 DESTDIR=./bin build
12:23:35 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:23:35 go: downloading github.com/docker/cli v20.10.3-0.20220309205733-2b52f62e9627+incompatible
12:23:35 go: downloading github.com/spf13/cobra v1.5.0
12:23:35 go: downloading github.com/fvbommel/sortorder v1.0.2
12:23:35 go: downloading golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
12:23:35 go: downloading github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae
12:23:35 go: downloading github.com/morikuni/aec v1.0.0
12:23:35 go: downloading github.com/spf13/pflag v1.0.5
12:23:35 go: downloading github.com/docker/docker v20.10.3-0.20220309172631-83b51522df43+incompatible
12:23:35 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:23:36 go: downloading github.com/docker/go-connections v0.4.0
12:23:36 go: downloading github.com/sirupsen/logrus v1.9.0
12:23:36 go: downloading github.com/theupdateframework/notary v0.7.0
12:23:36 go: downloading github.com/compose-spec/compose-go v1.6.0
12:23:36 go: downloading github.com/hashicorp/go-version v1.6.0
12:23:36 go: downloading github.com/cnabio/cnab-to-oci v0.3.7
12:23:36 go: downloading github.com/distribution/distribution/v3 v3.0.0-20220902125104-0122d7ddaec0
12:23:36 go: downloading github.com/docker/buildx v0.8.2
12:23:36 go: downloading github.com/docker/go-units v0.5.0
12:23:36 go: downloading github.com/mattn/go-shellwords v1.0.12
12:23:36 go: downloading github.com/moby/buildkit v0.10.4
12:23:36 go: downloading github.com/opencontainers/go-digest v1.0.0
12:23:36 go: downloading go.opentelemetry.io/otel v1.10.0
12:23:36 go: downloading github.com/containerd/containerd v1.6.8
12:23:36 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:23:36 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
12:23:36 go: downloading golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde
12:23:36 go: downloading gopkg.in/yaml.v2 v2.4.0
12:23:36 go: downloading k8s.io/client-go v0.22.4
12:23:37 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:23:37 go: downloading github.com/cnabio/cnab-go v0.23.4
12:23:37 go: downloading github.com/imdario/mergo v0.3.13
12:23:37 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:23:37 go: downloading github.com/containerd/console v1.0.3
12:23:37 go: downloading golang.org/x/text v0.3.7
12:23:37 go: downloading github.com/mattn/go-isatty v0.0.16
12:23:37 go: downloading github.com/buger/goterm v1.0.4
12:23:37 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:23:37 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:23:37 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:23:37 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:23:37 go: downloading go.opentelemetry.io/otel/trace v1.10.0
12:23:37 go: downloading github.com/go-logr/logr v1.2.3
12:23:37 go: downloading k8s.io/api v0.22.4
12:23:38 go: downloading k8s.io/apimachinery v0.22.4
12:23:38 go: downloading github.com/gofrs/flock v0.8.0
12:23:38 go: downloading github.com/moby/sys/signal v0.6.0
12:23:38 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:23:38 go: downloading github.com/golang/mock v1.6.0
12:23:38 go: downloading google.golang.org/grpc v1.45.0
12:23:38 go: downloading github.com/klauspost/compress v1.15.1
12:23:38 go: downloading github.com/opencontainers/runc v1.1.2
12:23:38 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:23:38 go: downloading github.com/hashicorp/errwrap v1.1.0
12:23:38 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:23:38 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220315205639-9ed612626da3
12:23:38 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:23:38 go: downloading golang.org/x/net v0.0.0-20220906165146-f3363e06e74c
12:23:38 go: downloading golang.org/x/crypto v0.0.0-20220214200702-86341886e292
12:23:39 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:23:39 go: downloading github.com/docker/docker-credential-helpers v0.6.4
12:23:39 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
12:23:39 go: downloading github.com/cyberphone/json-canonicalization v0.0.0-20210303052042-6bc126869bf4
12:23:39 go: downloading github.com/moby/locker v1.0.1
12:23:39 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:23:39 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:23:39 go: downloading k8s.io/klog/v2 v2.60.1
12:23:39 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:23:39 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:23:39 go: downloading google.golang.org/genproto v0.0.0-20220314164441-57ef72a4c106
12:23:39 go: downloading google.golang.org/protobuf v1.27.1
12:23:39 go: downloading github.com/go-logr/stdr v1.2.2
12:23:39 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:23:39 go: downloading github.com/gogo/protobuf v1.3.2
12:23:39 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:23:39 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:23:39 go: downloading github.com/pelletier/go-toml v1.9.4
12:23:39 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:23:39 go: downloading github.com/google/gofuzz v1.2.0
12:23:39 go: downloading github.com/moby/sys/symlink v0.2.0
12:23:39 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:23:42 go: downloading github.com/golang/protobuf v1.5.2
12:23:42 go: downloading github.com/gogo/googleapis v1.4.1
12:23:42 go: downloading github.com/containerd/typeurl v1.0.2
12:23:42 go: downloading github.com/qri-io/jsonpointer v0.1.1
12:23:42 go: downloading github.com/qri-io/jsonschema v0.2.2-0.20210831022256-780655b2ba0e
12:23:42 go: downloading github.com/Masterminds/semver v1.5.0
12:23:42 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:23:42 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:23:42 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:23:42 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:23:42 go: downloading github.com/felixge/httpsnoop v1.0.2
12:23:42 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:23:42 go: downloading github.com/davecgh/go-spew v1.1.1
12:23:42 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:23:42 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:23:42 go: downloading gopkg.in/inf.v0 v0.9.1
12:23:42 go: downloading github.com/google/go-cmp v0.5.8
12:23:42 go: downloading github.com/googleapis/gnostic v0.5.5
12:23:42 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:23:42 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
12:23:42 go: downloading github.com/docker/go-metrics v0.0.1
12:23:42 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:23:42 go: downloading github.com/json-iterator/go v1.1.12
12:23:42 go: downloading github.com/modern-go/reflect2 v1.0.2
12:23:42 go: downloading sigs.k8s.io/yaml v1.2.0
12:23:42 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:23:42 go: downloading github.com/mattn/go-colorable v0.1.12
12:23:42 go: downloading gopkg.in/yaml.v3 v3.0.1
12:23:42 go: downloading github.com/prometheus/client_golang v1.12.1
12:23:42 go: downloading github.com/containerd/ttrpc v1.1.0
12:23:42 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:23:42 go: downloading github.com/moby/spdystream v0.2.0
12:23:42 go: downloading github.com/prometheus/client_model v0.2.0
12:23:42 go: downloading github.com/prometheus/common v0.32.1
12:23:42 go: downloading github.com/beorn7/perks v1.0.1
12:23:42 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:23:42 go: downloading github.com/prometheus/procfs v0.7.3
12:23:42 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
12:25:49 ~/rpmbuild/BUILD/src
12:25:49 + popd
12:25:49 + RPM_EC=0
12:25:49 ++ jobs -p
12:25:49 + exit 0
12:25:49 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.FW0LAJ
12:25:49 + umask 022
12:25:49 + cd /root/rpmbuild/BUILD
12:25:49 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc37.x86_64 '!=' / ']'
12:25:49 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc37.x86_64
12:25:49 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc37.x86_64
12:25:49 + mkdir -p /root/rpmbuild/BUILDROOT
12:25:49 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc37.x86_64
12:25:49 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:25:49 + export CFLAGS
12:25:49 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:25:49 + export CXXFLAGS
12:25:49 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:25:49 + export FFLAGS
12:25:49 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:25:49 + export FCFLAGS
12:25:49 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:25:49 + export LDFLAGS
12:25:49 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:25:49 + export LT_SYS_LIBRARY_PATH
12:25:49 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
12:25:49 + CC=gcc
12:25:49 + export CC
12:25:49 + CXX=g++
12:25:49 + export CXX
12:25:49 + cd src
12:25:49 + pushd /root/rpmbuild/BUILD/src/compose
12:25:49 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-compose
12:25:49 ~/rpmbuild/BUILD/src
12:25:49 + popd
12:25:49 + for f in LICENSE MAINTAINERS NOTICE README.md
12:25:49 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
12:25:49 + for f in LICENSE MAINTAINERS NOTICE README.md
12:25:49 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
12:25:49 + for f in LICENSE MAINTAINERS NOTICE README.md
12:25:49 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
12:25:49 + for f in LICENSE MAINTAINERS NOTICE README.md
12:25:49 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
12:25:49 + /usr/lib/rpm/check-buildroot
12:25:49 + /usr/lib/rpm/redhat/brp-ldconfig
12:25:49 + /usr/lib/rpm/brp-compress
12:25:49 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:25:49 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:25:49 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:25:49 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:25:49 + /usr/lib/rpm/check-rpaths
12:25:49 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:25:49 + /usr/lib/rpm/brp-remove-la-files
12:25:49 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:25:49 + /usr/lib/rpm/redhat/brp-python-hardlink
12:25:49 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.zgTza9
12:25:49 + umask 022
12:25:49 + cd /root/rpmbuild/BUILD
12:25:49 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:25:49 + export CFLAGS
12:25:49 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:25:49 + export CXXFLAGS
12:25:49 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:25:49 + export FFLAGS
12:25:49 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:25:49 + export FCFLAGS
12:25:49 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:25:49 + export LDFLAGS
12:25:49 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:25:49 + export LT_SYS_LIBRARY_PATH
12:25:49 + CC=gcc
12:25:49 + export CC
12:25:49 + CXX=g++
12:25:49 + export CXX
12:25:49 + cd src
12:25:49 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
12:25:49 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
12:25:49 PASS: docker-compose version OK
12:25:49 + ver=v2.11.2
12:25:49 + test v2.11.2 = v2.11.2
12:25:49 + echo 'PASS: docker-compose version OK'
12:25:49 + RPM_EC=0
12:25:49 ++ jobs -p
12:25:49 + exit 0
12:25:49 Processing files: docker-compose-plugin-2.11.2-0.fc37.x86_64
12:25:49 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.L86Xgh
12:25:49 + umask 022
12:25:49 + cd /root/rpmbuild/BUILD
12:25:49 + cd src
12:25:49 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc37.x86_64/usr/share/doc/docker-compose-plugin
12:25:49 + export LC_ALL=C
12:25:49 + LC_ALL=C
12:25:49 + export DOCDIR
12:25:49 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc37.x86_64/usr/share/doc/docker-compose-plugin
12:25:49 + cp -pr docker-compose-plugin-docs/LICENSE docker-compose-plugin-docs/MAINTAINERS docker-compose-plugin-docs/NOTICE docker-compose-plugin-docs/README.md /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc37.x86_64/usr/share/doc/docker-compose-plugin
12:25:49 + RPM_EC=0
12:25:49 ++ jobs -p
12:25:49 + exit 0
12:25:49 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.LsyBBf
12:25:49 + umask 022
12:25:49 + cd /root/rpmbuild/BUILD
12:25:49 + cd src
12:25:49 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc37.x86_64/usr/share/licenses/docker-compose-plugin
12:25:49 + export LC_ALL=C
12:25:49 + LC_ALL=C
12:25:49 + export LICENSEDIR
12:25:49 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc37.x86_64/usr/share/licenses/docker-compose-plugin
12:25:49 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc37.x86_64/usr/share/licenses/docker-compose-plugin
12:25:49 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc37.x86_64/usr/share/licenses/docker-compose-plugin
12:25:49 + RPM_EC=0
12:25:49 ++ jobs -p
12:25:49 + exit 0
12:25:49 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-compose
12:25:49 Provides: docker-compose-plugin = 0:2.11.2-0.fc37 docker-compose-plugin(x86-64) = 0:2.11.2-0.fc37
12:25:49 Requires(interp): /bin/sh /bin/sh /bin/sh
12:25:49 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:25:49 Requires(post): /bin/sh
12:25:49 Requires(preun): /bin/sh
12:25:49 Requires(postun): /bin/sh
12:25:49 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc37.x86_64
12:25:49 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.11.2-0.fc37.src.rpm
12:25:57 Wrote: /root/rpmbuild/RPMS/x86_64/docker-compose-plugin-2.11.2-0.fc37.x86_64.rpm
12:25:57 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.BAOlnX
12:25:57 + umask 022
12:25:57 + cd /root/rpmbuild/BUILD
12:25:57 + cd src
12:25:57 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc37.x86_64
12:25:57 + RPM_EC=0
12:25:57 ++ jobs -p
12:25:57 + exit 0
12:25:57 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.mMQdYl
12:25:57 + umask 022
12:25:57 + cd /root/rpmbuild/BUILD
12:25:57 + rm -rf src src.gemspec
12:25:57 + RPM_EC=0
12:25:57 ++ jobs -p
12:25:57 + exit 0
12:25:57     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:25:57     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:25:57     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:25:57     source_date_epoch_from_changelog set but %changelog is missing
12:25:57     source_date_epoch_from_changelog set but %changelog is missing
12:25:57     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
12:25:57     source_date_epoch_from_changelog set but %changelog is missing
12:25:57     source_date_epoch_from_changelog set but %changelog is missing
12:25:57     Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-compose
12:25:57 
12:25:57 RPM build warnings:
12:25:57 warning: source_date_epoch_from_changelog set but %changelog is missing
12:25:57 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.VBqfZ0
12:25:57 + umask 022
12:25:57 + cd /root/rpmbuild/BUILD
12:25:57 + cd /root/rpmbuild/BUILD
12:25:57 + rm -rf src
12:25:57 + /usr/bin/mkdir -p src
12:25:57 + cd src
12:25:57 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
12:25:57 + STATUS=0
12:25:57 + '[' 0 -ne 0 ']'
12:25:57 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
12:25:57 + STATUS=0
12:25:57 + '[' 0 -ne 0 ']'
12:25:57 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:25:57 + RPM_EC=0
12:25:57 ++ jobs -p
12:25:57 + exit 0
12:25:57 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.hoiRRJ
12:25:57 + umask 022
12:25:57 + cd /root/rpmbuild/BUILD
12:25:57 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:25:57 + export CFLAGS
12:25:57 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:25:57 + export CXXFLAGS
12:25:57 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:25:57 + export FFLAGS
12:25:57 + 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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:25:57 + export FCFLAGS
12:25:57 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:25:57 + export LDFLAGS
12:25:57 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:25:57 + export LT_SYS_LIBRARY_PATH
12:25:57 + CC=gcc
12:25:57 + export CC
12:25:57 + CXX=g++
12:25:57 + export CXX
12:25:57 + cd src
12:25:57 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
12:25:57 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
12:25:57 + bash -c 'TAG_NAME="v0.17.0" COMMIT="061fe0a" PLATFORM_BINARY=docker-scan make native-build'
12:25:57 GO111MODULE=on make -f builder.Makefile build
12:25:57 make[1]: Entering directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
12:25:57 mkdir -p bin
12:25:57 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=061fe0a -X github.com/docker/scan-cli-plugin/internal.Version=v0.17.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:f9291a5310e3952369eeb8cd1c2a25f0c9fc930a3ccc88e1ea20956ad86b75a4 -X github.com/docker/scan-cli-plugin/internal/provider.SnykDesktopVersion=1.827.0" -o bin/docker-scan ./cmd/docker-scan
12:25:57 go: downloading github.com/docker/cli v20.10.9+incompatible
12:25:57 go: downloading github.com/docker/docker v20.10.9+incompatible
12:25:58 go: downloading github.com/spf13/cobra v1.2.1
12:25:58 go: downloading golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
12:25:58 go: downloading github.com/docker/distribution v2.7.1+incompatible
12:25:58 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
12:25:58 go: downloading github.com/opencontainers/image-spec v1.0.1
12:25:58 go: downloading github.com/docker/go-units v0.4.0
12:25:58 go: downloading github.com/Masterminds/semver/v3 v3.1.1
12:25:58 go: downloading github.com/mitchellh/go-homedir v1.1.0
12:25:58 go: downloading github.com/containerd/containerd v1.5.7
12:25:58 go: downloading github.com/moby/sys/mount v0.2.0
12:25:58 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
12:25:58 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
12:25:58 go: downloading google.golang.org/grpc v1.40.0
12:25:58 go: downloading golang.org/x/net v0.0.0-20210825183410-e898025ed96a
12:25:58 go: downloading golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
12:25:59 go: downloading github.com/opencontainers/runc v1.0.2
12:25:59 go: downloading google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
12:25:59 go: downloading google.golang.org/protobuf v1.26.0
12:25:59 go: downloading github.com/prometheus/client_golang v1.7.1
12:25:59 go: downloading github.com/cespare/xxhash/v2 v2.1.1
12:25:59 go: downloading github.com/prometheus/common v0.10.0
12:25:59 go: downloading github.com/prometheus/procfs v0.6.0
12:26:17 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
12:26:17 + popd
12:26:17 + RPM_EC=0
12:26:17 ~/rpmbuild/BUILD/src
12:26:17 ++ jobs -p
12:26:17 + exit 0
12:26:17 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.7xrtXc
12:26:17 + umask 022
12:26:17 + cd /root/rpmbuild/BUILD
12:26:17 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc37.x86_64 '!=' / ']'
12:26:17 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc37.x86_64
12:26:17 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc37.x86_64
12:26:17 + mkdir -p /root/rpmbuild/BUILDROOT
12:26:17 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc37.x86_64
12:26:17 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:26:17 + export CFLAGS
12:26:17 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:26:17 + export CXXFLAGS
12:26:17 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:26:17 + export FFLAGS
12:26:17 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:26:17 + export FCFLAGS
12:26:17 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:26:17 + export LDFLAGS
12:26:17 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:26:17 + export LT_SYS_LIBRARY_PATH
12:26:17 + CC=gcc
12:26:17 + export CC
12:26:17 + CXX=g++
12:26:17 + export CXX
12:26:17 + cd src
12:26:17 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
12:26:17 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
12:26:17 + install -D -p -m 0755 bin/docker-scan /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-scan
12:26:17 + popd
12:26:17 ~/rpmbuild/BUILD/src
12:26:17 + /usr/lib/rpm/check-buildroot
12:26:17 + /usr/lib/rpm/redhat/brp-ldconfig
12:26:17 + /usr/lib/rpm/brp-compress
12:26:17 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:26:17 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:26:17 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:26:17 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:26:17 + /usr/lib/rpm/check-rpaths
12:26:17 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:26:17 + /usr/lib/rpm/brp-remove-la-files
12:26:17 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:26:17 + /usr/lib/rpm/redhat/brp-python-hardlink
12:26:17 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.FmdobJ
12:26:17 + umask 022
12:26:17 + cd /root/rpmbuild/BUILD
12:26:17 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:26:17 + export CFLAGS
12:26:17 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:26:17 + export CXXFLAGS
12:26:17 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:26:17 + export FFLAGS
12:26:17 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:26:17 + export FCFLAGS
12:26:17 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:26:17 + export LDFLAGS
12:26:17 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:26:17 + export LT_SYS_LIBRARY_PATH
12:26:17 + CC=gcc
12:26:17 + export CC
12:26:17 + CXX=g++
12:26:17 + export CXX
12:26:17 + cd src
12:26:17 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
12:26:17 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
12:26:17 + ver=v0.17.0
12:26:17 + test v0.17.0 = v0.17.0
12:26:17 + echo 'PASS: docker-scan version OK'
12:26:17 PASS: docker-scan version OK
12:26:17 + RPM_EC=0
12:26:17 ++ jobs -p
12:26:17 + exit 0
12:26:17 Processing files: docker-scan-plugin-0.17.0-0.fc37.x86_64
12:26:17 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-scan
12:26:17 Provides: docker-scan-plugin = 0:0.17.0-0.fc37 docker-scan-plugin(x86-64) = 0:0.17.0-0.fc37
12:26:17 Requires(interp): /bin/sh /bin/sh /bin/sh
12:26:17 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:26:17 Requires(post): /bin/sh
12:26:17 Requires(preun): /bin/sh
12:26:17 Requires(postun): /bin/sh
12:26:17 Enhances: docker-ce-cli
12:26:17 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc37.x86_64
12:26:17 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.17.0-0.fc37.src.rpm
12:26:21 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.17.0-0.fc37.x86_64.rpm
12:26:21 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.z5PDpX
12:26:21 + umask 022
12:26:21 + cd /root/rpmbuild/BUILD
12:26:21 + cd src
12:26:21 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc37.x86_64
12:26:21 + RPM_EC=0
12:26:21 ++ jobs -p
12:26:21 + exit 0
12:26:21 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.xEsfji
12:26:21 + umask 022
12:26:21 + cd /root/rpmbuild/BUILD
12:26:21 + rm -rf src src.gemspec
12:26:21 + RPM_EC=0
12:26:21 ++ jobs -p
12:26:21 + exit 0
12:26:21 
12:26:21 RPM build warnings:
12:26:21     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:26:21     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:26:21     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:26:21     source_date_epoch_from_changelog set but %changelog is missing
12:26:21     source_date_epoch_from_changelog set but %changelog is missing
12:26:21     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
12:26:21     source_date_epoch_from_changelog set but %changelog is missing
12:26:21     source_date_epoch_from_changelog set but %changelog is missing
12:26:21     Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-compose
12:26:21     source_date_epoch_from_changelog set but %changelog is missing
12:26:21     Missing build-id in /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-scan
12:26:24 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-37"
12:26:25 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'