Skip to content

Console Output

12:12:42 + make REF=20.10 fedora-36
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:44 + REF=refs/heads/20.10
12:12:44 + [ -n refs/heads/20.10 ]
12:12:44 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
12:12:44 + git -C src/github.com/docker/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:47 From https://github.com/docker/compose
12:12:47  * [new tag]         v2.11.2    -> v2.11.2
12:12:47 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.11.2
12:12:47 git init src/github.com/docker/scan-cli-plugin
12:12:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
12:12:47 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:12:47 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
12:12:47 + SRC=src/github.com/docker/scan-cli-plugin
12:12:47 + REF=v0.17.0
12:12:47 + REF_FETCH=v0.17.0
12:12:47 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
12:12:47 + awk {print $2}
12:12: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-36
12:12:48 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'
12:12:48 mkdir -p rpmbuild/SOURCES
12:12:48 docker run --rm -w /v \
12:12:48 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
12:12:48 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
12:12:48 	alpine \
12:12:48 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:12:48 Unable to find image 'alpine:latest' locally
12:12:48 latest: Pulling from library/alpine
12:12:48 213ec9aee27d: Pulling fs layer
12:12:48 213ec9aee27d: Verifying Checksum
12:12:48 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:54 mkdir -p rpmbuild/SOURCES
12:12:54 docker run --rm -w /v \
12:12:54 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
12:12:54 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
12:12:54 	alpine \
12:12:54 	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:57 mkdir -p rpmbuild/SOURCES
12:12:57 docker run --rm -w /v \
12:12:57 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
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/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:12:58 mkdir -p rpmbuild/SOURCES
12:12:58 cp ../systemd/docker.service rpmbuild/SOURCES/docker.service
12:12:58 mkdir -p rpmbuild/SOURCES
12:12:58 cp ../systemd/docker.socket rpmbuild/SOURCES/docker.socket
12:12:58 docker run --rm -w /v \
12:12:58 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
12:12:58 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
12:12:58 	alpine \
12:12:58 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
12:12:59 == Building packages for fedora-36 ==
12:12:59 mkdir -p "rpmbuild/fedora-36"
12:12:59 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.6-buster -t rpmbuild-fedora-36/x86_64 -f fedora-36/Dockerfile .
12:12:59 #1 [internal] load build definition from Dockerfile
12:12:59 #1 transferring dockerfile: 866B done
12:12:59 #1 DONE 0.1s
12:12:59 
12:12:59 #2 [internal] load .dockerignore
12:12:59 #2 transferring context: 2B done
12:12:59 #2 DONE 0.1s
12:12:59 
12:12:59 #3 [auth] library/fedora:pull token for registry-1.docker.io
12:12:59 #3 DONE 0.0s
12:12:59 
12:12:59 #4 [auth] library/golang:pull token for registry-1.docker.io
12:12:59 #4 DONE 0.0s
12:12:59 
12:12:59 #5 [internal] load metadata for docker.io/library/golang:1.18.6-buster
12:12:59 #5 DONE 0.3s
12:12:59 
12:12:59 #6 [internal] load metadata for docker.io/library/fedora:36
12:12:59 #6 DONE 0.4s
12:12:59 
12:12:59 #7 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:12:59 #7 resolve docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094 0.0s done
12:12:59 #7 ...
12:12:59 
12:12:59 #8 [internal] load build context
12:12:59 #8 transferring context: 13.65kB done
12:12:59 #8 DONE 0.1s
12:12:59 
12:12:59 #7 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:12:59 #7 sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094 988B / 988B done
12:12:59 #7 sha256:bc8bf52dcb573cdb247a714674cc6dea759a5f5434013e5b8a5cbb35fb212320 1.79kB / 1.79kB done
12:12:59 #7 sha256:2f07eccff90cf916626afac5c614f7bcae0a65bc31117b8f65b4fadc12866b42 7.11kB / 7.11kB done
12:12:59 #7 sha256:86467c57892b6bb48d563cb5940c68b69c431b2e79c3547df60d1c761c21c156 2.10MB / 50.44MB 0.1s
12:12:59 #7 sha256:2b34aaa3cba7676359d4f9d29333c92bd9f448969b07f56bb8482398a5dc53c6 4.19MB / 7.86MB 0.1s
12:12:59 #7 sha256:86467c57892b6bb48d563cb5940c68b69c431b2e79c3547df60d1c761c21c156 13.63MB / 50.44MB 0.2s
12:13:00 #7 sha256:86467c57892b6bb48d563cb5940c68b69c431b2e79c3547df60d1c761c21c156 20.97MB / 50.44MB 0.3s
12:13:00 #7 sha256:2b34aaa3cba7676359d4f9d29333c92bd9f448969b07f56bb8482398a5dc53c6 7.86MB / 7.86MB 0.2s done
12:13:00 #7 sha256:5a443ab54eaa5455912b469fb6d8b621ade658cd0afef9c706b7e37085004b25 1.05MB / 10.00MB 0.3s
12:13:00 #7 sha256:86467c57892b6bb48d563cb5940c68b69c431b2e79c3547df60d1c761c21c156 34.60MB / 50.44MB 0.5s
12:13:00 #7 sha256:5a443ab54eaa5455912b469fb6d8b621ade658cd0afef9c706b7e37085004b25 10.00MB / 10.00MB 0.4s done
12:13:00 #7 sha256:e6cacf42b5677aa20eb8fff5102f7482828f27555a167f49da0597869f91002f 2.26MB / 51.84MB 0.5s
12:13:00 #7 sha256:86467c57892b6bb48d563cb5940c68b69c431b2e79c3547df60d1c761c21c156 41.94MB / 50.44MB 0.6s
12:13:00 #7 sha256:e6cacf42b5677aa20eb8fff5102f7482828f27555a167f49da0597869f91002f 9.80MB / 51.84MB 0.6s
12:13:00 #7 sha256:86467c57892b6bb48d563cb5940c68b69c431b2e79c3547df60d1c761c21c156 50.43MB / 50.44MB 0.7s
12:13:00 #7 sha256:e6cacf42b5677aa20eb8fff5102f7482828f27555a167f49da0597869f91002f 15.08MB / 51.84MB 0.7s
12:13:00 #7 sha256:86467c57892b6bb48d563cb5940c68b69c431b2e79c3547df60d1c761c21c156 50.44MB / 50.44MB 0.8s done
12:13:00 #7 sha256:e6cacf42b5677aa20eb8fff5102f7482828f27555a167f49da0597869f91002f 31.46MB / 51.84MB 0.9s
12:13:00 #7 sha256:e6cacf42b5677aa20eb8fff5102f7482828f27555a167f49da0597869f91002f 39.85MB / 51.84MB 1.0s
12:13:00 #7 extracting sha256:86467c57892b6bb48d563cb5940c68b69c431b2e79c3547df60d1c761c21c156
12:13:00 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 0B / 141.88MB 1.0s
12:13:00 #7 sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 4.68MB / 68.83MB 1.0s
12:13:00 #7 sha256:e6cacf42b5677aa20eb8fff5102f7482828f27555a167f49da0597869f91002f 46.91MB / 51.84MB 1.1s
12:13:00 #7 sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 8.39MB / 68.83MB 1.1s
12:13:00 #7 sha256:e6cacf42b5677aa20eb8fff5102f7482828f27555a167f49da0597869f91002f 50.33MB / 51.84MB 1.2s
12:13:00 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 7.48MB / 141.88MB 1.2s
12:13:00 #7 sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 14.68MB / 68.83MB 1.2s
12:13:00 #7 sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 20.97MB / 68.83MB 1.3s
12:13:01 #7 sha256:e6cacf42b5677aa20eb8fff5102f7482828f27555a167f49da0597869f91002f 51.84MB / 51.84MB 1.3s done
12:13:01 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 22.02MB / 141.88MB 1.4s
12:13:01 #7 sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 27.26MB / 68.83MB 1.4s
12:13:01 #7 sha256:2ed9898dade4c9a6edce198887a5f565bd61018893dc1144589c28283874125d 0B / 156B 1.4s
12:13:01 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 38.80MB / 141.88MB 1.6s
12:13:01 #7 sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 39.85MB / 68.83MB 1.6s
12:13:01 #7 sha256:2ed9898dade4c9a6edce198887a5f565bd61018893dc1144589c28283874125d 156B / 156B 1.4s done
12:13:01 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 48.23MB / 141.88MB 1.7s
12:13:01 #7 sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 49.28MB / 68.83MB 1.7s
12:13:01 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 56.62MB / 141.88MB 1.8s
12:13:01 #7 sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 57.67MB / 68.83MB 1.8s
12:13:01 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 65.01MB / 141.88MB 1.9s
12:13:01 #7 sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 66.87MB / 68.83MB 1.9s
12:13:01 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 78.64MB / 141.88MB 2.1s
12:13:01 #7 sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 68.83MB / 68.83MB 2.1s done
12:13:01 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 88.08MB / 141.88MB 2.2s
12:13:01 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 105.91MB / 141.88MB 2.4s
12:13:02 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 119.80MB / 141.88MB 2.6s
12:13:02 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 128.97MB / 141.88MB 2.7s
12:13:02 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 136.31MB / 141.88MB 2.8s
12:13:02 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 141.88MB / 141.88MB 3.0s done
12:13:05 #7 extracting sha256:86467c57892b6bb48d563cb5940c68b69c431b2e79c3547df60d1c761c21c156 4.6s done
12:13:05 #7 extracting sha256:2b34aaa3cba7676359d4f9d29333c92bd9f448969b07f56bb8482398a5dc53c6
12:13:06 #7 extracting sha256:2b34aaa3cba7676359d4f9d29333c92bd9f448969b07f56bb8482398a5dc53c6 0.6s done
12:13:06 #7 extracting sha256:5a443ab54eaa5455912b469fb6d8b621ade658cd0afef9c706b7e37085004b25 0.1s
12:13:06 #7 ...
12:13:06 
12:13:06 #9 [stage-1 1/6] FROM docker.io/library/fedora:36@sha256:cbf627299e327f564233aac6b97030f9023ca41d3453c497be2f5e8f7762d185
12:13:06 #9 resolve docker.io/library/fedora:36@sha256:cbf627299e327f564233aac6b97030f9023ca41d3453c497be2f5e8f7762d185 0.0s done
12:13:06 #9 sha256:cbf627299e327f564233aac6b97030f9023ca41d3453c497be2f5e8f7762d185 1.20kB / 1.20kB done
12:13:06 #9 sha256:486fd5578f93fbc57a519e34ad4b7cac927c3f8a95409baedf0c19e9f287c207 529B / 529B done
12:13:06 #9 sha256:98ffdbffd20736862c8955419ef7db69849d715131717697007c3e51f22915a5 2.00kB / 2.00kB done
12:13:06 #9 sha256:e1deda52ffad5c9c8e3b7151625b679af50d6459630f4bf0fbf49e161dba4e88 58.93MB / 58.93MB 0.8s done
12:13:06 #9 extracting sha256:e1deda52ffad5c9c8e3b7151625b679af50d6459630f4bf0fbf49e161dba4e88 5.3s done
12:13:06 #9 DONE 6.7s
12:13:06 
12:13:06 #7 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:13:06 #7 ...
12:13:06 
12:13:06 #10 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
12:13:11 #10 ...
12:13:11 
12:13:11 #7 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:13:11 #7 extracting sha256:5a443ab54eaa5455912b469fb6d8b621ade658cd0afef9c706b7e37085004b25 0.4s done
12:13:11 #7 extracting sha256:e6cacf42b5677aa20eb8fff5102f7482828f27555a167f49da0597869f91002f 3.4s done
12:13:11 #7 extracting sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 1.2s
12:13:14 #7 extracting sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 4.1s done
12:13:14 #7 extracting sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7
12:13:20 #7 extracting sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 5.1s
12:13:22 #7 ...
12:13:22 
12:13:22 #10 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
12:13:22 #10 6.489 Fedora 36 - x86_64                               14 MB/s |  81 MB     00:05    
12:13:23 #10 ...
12:13:23 
12:13:23 #7 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:13:25 #7 extracting sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 10.6s done
12:13:25 #7 extracting sha256:2ed9898dade4c9a6edce198887a5f565bd61018893dc1144589c28283874125d done
12:13:25 #7 DONE 26.2s
12:13:25 
12:13:25 #10 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
12:13:40 #10 33.68 Fedora 36 openh264 (From Cisco) - x86_64        2.1 kB/s | 2.5 kB     00:01    
12:13:44 #10 37.40 Fedora Modular 36 - x86_64                      707 kB/s | 2.4 MB     00:03    
12:13:46 #10 40.08 Fedora 36 - x86_64 - Updates                     13 MB/s |  28 MB     00:02    
12:13:56 #10 48.67 Fedora Modular 36 - x86_64 - Updates            1.9 MB/s | 2.8 MB     00:01    
12:13:56 #10 49.53 Last metadata expiration check: 0:00:01 ago on Mon Oct  3 12:13:54 2022.
12:13:59 #10 53.04 Dependencies resolved.
12:13:59 #10 53.06 ================================================================================
12:13:59 #10 53.06  Package                       Arch     Version                 Repo       Size
12:13:59 #10 53.06 ================================================================================
12:13:59 #10 53.06 Installing:
12:13:59 #10 53.06  dnf-plugins-core              noarch   4.3.1-1.fc36            updates    34 k
12:13:59 #10 53.06  rpm-build                     x86_64   4.17.1-3.fc36           updates    58 k
12:13:59 #10 53.06  rpmlint                       noarch   2.2.0-6.fc36            updates   240 k
12:13:59 #10 53.06 Upgrading:
12:13:59 #10 53.06  python3-rpm                   x86_64   4.17.1-3.fc36           updates    90 k
12:13:59 #10 53.06  rpm                           x86_64   4.17.1-3.fc36           updates   536 k
12:13:59 #10 53.06  rpm-build-libs                x86_64   4.17.1-3.fc36           updates    92 k
12:13:59 #10 53.06  rpm-libs                      x86_64   4.17.1-3.fc36           updates   314 k
12:13:59 #10 53.06  rpm-sign-libs                 x86_64   4.17.1-3.fc36           updates    25 k
12:13:59 #10 53.06 Installing dependencies:
12:13:59 #10 53.06  ansible-srpm-macros           noarch   1-7.fc36                updates   7.5 k
12:13:59 #10 53.06  binutils                      x86_64   2.37-36.fc36            updates   6.0 M
12:13:59 #10 53.06  binutils-gold                 x86_64   2.37-36.fc36            updates   754 k
12:13:59 #10 53.06  bzip2                         x86_64   1.0.8-11.fc36           fedora     52 k
12:13:59 #10 53.06  cpio                          x86_64   2.13-12.fc36            fedora    270 k
12:13:59 #10 53.06  dash                          x86_64   0.5.10.2-10.fc36        fedora     97 k
12:13:59 #10 53.06  dbus-libs                     x86_64   1:1.14.0-1.fc36         fedora    155 k
12:13:59 #10 53.06  debugedit                     x86_64   5.0-3.fc36              fedora     77 k
12:13:59 #10 53.06  desktop-file-utils            x86_64   0.26-6.fc36             fedora     72 k
12:13:59 #10 53.06  devscripts-checkbashisms      x86_64   2.22.1-1.fc36           fedora     28 k
12:13:59 #10 53.06  diffutils                     x86_64   3.8-2.fc36              fedora    370 k
12:13:59 #10 53.06  dwz                           x86_64   0.14-4.fc36             updates   127 k
12:13:59 #10 53.06  ed                            x86_64   1.14.2-12.fc36          fedora     73 k
12:13:59 #10 53.06  efi-srpm-macros               noarch   5-5.fc36                fedora     22 k
12:13:59 #10 53.06  elfutils                      x86_64   0.186-3.fc36            fedora    523 k
12:13:59 #10 53.06  elfutils-debuginfod-client    x86_64   0.186-3.fc36            fedora     39 k
12:13:59 #10 53.06  emacs-filesystem              noarch   1:28.1-2.fc36           updates   9.3 k
12:13:59 #10 53.06  enchant                       x86_64   1:1.6.0-30.fc36         fedora     59 k
12:13:59 #10 53.06  file                          x86_64   5.41-4.fc36             fedora     48 k
12:13:59 #10 53.06  fonts-srpm-macros             noarch   1:2.0.5-7.fc36          fedora     27 k
12:13:59 #10 53.06  fpc-srpm-macros               noarch   1.3-5.fc36              fedora    7.6 k
12:13:59 #10 53.06  gdb-minimal                   x86_64   12.1-1.fc36             updates   3.9 M
12:13:59 #10 53.06  gdk-pixbuf2                   x86_64   2.42.9-1.fc36           updates   465 k
12:13:59 #10 53.06  ghc-srpm-macros               noarch   1.5.0-6.fc36            fedora    7.7 k
12:13:59 #10 53.06  glibc-gconv-extra             x86_64   2.35-4.fc36             fedora    1.6 M
12:13:59 #10 53.06  gnat-srpm-macros              noarch   4-15.fc36               fedora    8.2 k
12:13:59 #10 53.06  go-srpm-macros                noarch   3.2.0-1.fc36            updates    26 k
12:13:59 #10 53.06  groff-base                    x86_64   1.22.4-9.fc36           fedora    1.0 M
12:13:59 #10 53.06  hunspell                      x86_64   1.7.0-19.fc36           fedora    303 k
12:13:59 #10 53.06  hunspell-en-GB                noarch   0.20140811.1-22.fc36    fedora    225 k
12:13:59 #10 53.06  hunspell-en-US                noarch   0.20140811.1-22.fc36    fedora    176 k
12:13:59 #10 53.06  hunspell-filesystem           x86_64   1.7.0-19.fc36           fedora    8.9 k
12:13:59 #10 53.06  info                          x86_64   6.8-3.fc36              fedora    225 k
12:13:59 #10 53.06  json-glib                     x86_64   1.6.6-2.fc36            fedora    152 k
12:13:59 #10 53.06  kernel-srpm-macros            noarch   1.0-14.fc36             fedora    9.1 k
12:13:59 #10 53.06  libappstream-glib             x86_64   0.8.0-4.fc36            updates   391 k
12:13:59 #10 53.06  libjpeg-turbo                 x86_64   2.1.2-2.fc36            fedora    182 k
12:13:59 #10 53.06  libpkgconf                    x86_64   1.8.0-2.fc36            fedora     36 k
12:13:59 #10 53.06  libpng                        x86_64   2:1.6.37-12.fc36        fedora    119 k
12:13:59 #10 53.06  libstemmer                    x86_64   0-18.585svn.fc36        fedora     82 k
12:13:59 #10 53.06  lua-srpm-macros               noarch   1-6.fc36                fedora    8.5 k
12:13:59 #10 53.06  ncurses                       x86_64   6.2-9.20210508.fc36     fedora    400 k
12:13:59 #10 53.06  nim-srpm-macros               noarch   3-6.fc36                fedora    8.3 k
12:13:59 #10 53.06  ocaml-srpm-macros             noarch   6-6.fc36                fedora    7.7 k
12:13:59 #10 53.06  openblas-srpm-macros          noarch   2-11.fc36               fedora    7.4 k
12:13:59 #10 53.06  package-notes-srpm-macros     noarch   0.4-14.fc36             fedora     11 k
12:13:59 #10 53.06  patch                         x86_64   2.7.6-16.fc36           fedora    124 k
12:13:59 #10 53.06  perl-AutoLoader               noarch   5.74-486.fc36           fedora     26 k
12:13:59 #10 53.06  perl-B                        x86_64   1.82-486.fc36           fedora    185 k
12:13:59 #10 53.06  perl-Carp                     noarch   1.52-479.fc36           fedora     29 k
12:13:59 #10 53.06  perl-Class-Struct             noarch   0.66-486.fc36           fedora     27 k
12:13:59 #10 53.06  perl-Data-Dumper              x86_64   2.183-3.fc36            fedora     56 k
12:13:59 #10 53.06  perl-Digest                   noarch   1.20-2.fc36             fedora     25 k
12:13:59 #10 53.06  perl-Digest-MD5               x86_64   2.58-479.fc36           fedora     36 k
12:13:59 #10 53.06  perl-DynaLoader               x86_64   1.50-486.fc36           fedora     31 k
12:13:59 #10 53.06  perl-Encode                   x86_64   4:3.17-485.fc36         updates   1.7 M
12:13:59 #10 53.06  perl-Errno                    x86_64   1.33-486.fc36           fedora     20 k
12:13:59 #10 53.06  perl-Exporter                 noarch   5.76-480.fc36           fedora     31 k
12:13:59 #10 53.06  perl-Fcntl                    x86_64   1.14-486.fc36           fedora     25 k
12:13:59 #10 53.06  perl-File-Basename            noarch   2.85-486.fc36           fedora     22 k
12:13:59 #10 53.06  perl-File-Path                noarch   2.18-479.fc36           fedora     35 k
12:13:59 #10 53.06  perl-File-Temp                noarch   1:0.231.100-479.fc36    fedora     59 k
12:13:59 #10 53.06  perl-File-stat                noarch   1.09-486.fc36           fedora     22 k
12:13:59 #10 53.06  perl-FileHandle               noarch   2.03-486.fc36           fedora     20 k
12:13:59 #10 53.06  perl-Getopt-Long              noarch   1:2.52-479.fc36         fedora     60 k
12:13:59 #10 53.06  perl-Getopt-Std               noarch   1.13-486.fc36           fedora     21 k
12:13:59 #10 53.06  perl-HTTP-Tiny                noarch   0.082-1.fc36            updates    55 k
12:13:59 #10 53.06  perl-IO                       x86_64   1.46-486.fc36           fedora     92 k
12:13:59 #10 53.06  perl-IPC-Open3                noarch   1.21-486.fc36           fedora     28 k
12:13:59 #10 53.06  perl-MIME-Base64              x86_64   3.16-479.fc36           fedora     30 k
12:13:59 #10 53.06  perl-Net-SSLeay               x86_64   1.92-2.fc36             fedora    364 k
12:13:59 #10 53.06  perl-POSIX                    x86_64   1.97-486.fc36           fedora    102 k
12:13:59 #10 53.06  perl-PathTools                x86_64   3.80-479.fc36           fedora     85 k
12:13:59 #10 53.06  perl-Pod-Escapes              noarch   1:1.07-479.fc36         fedora     20 k
12:13:59 #10 53.06  perl-Pod-Perldoc              noarch   3.28.01-480.fc36        fedora     83 k
12:13:59 #10 53.06  perl-Pod-Simple               noarch   1:3.43-3.fc36           fedora    215 k
12:13:59 #10 53.06  perl-Pod-Usage                noarch   4:2.01-479.fc36         fedora     40 k
12:13:59 #10 53.06  perl-Scalar-List-Utils        x86_64   5:1.63-489.fc36         updates    72 k
12:13:59 #10 53.06  perl-SelectSaver              noarch   1.02-486.fc36           fedora     17 k
12:13:59 #10 53.06  perl-Socket                   x86_64   4:2.036-1.fc36          updates    55 k
12:13:59 #10 53.06  perl-Storable                 x86_64   1:3.25-2.fc36           fedora     96 k
12:13:59 #10 53.06  perl-Symbol                   noarch   1.09-486.fc36           fedora     19 k
12:13:59 #10 53.06  perl-Term-ANSIColor           noarch   5.01-480.fc36           fedora     48 k
12:13:59 #10 53.06  perl-Term-Cap                 noarch   1.17-479.fc36           fedora     22 k
12:13:59 #10 53.06  perl-Text-ParseWords          noarch   3.31-1.fc36             updates    16 k
12:13:59 #10 53.06  perl-Text-Tabs+Wrap           noarch   2021.0814-2.fc36        fedora     22 k
12:13:59 #10 53.06  perl-Time-Local               noarch   2:1.300-479.fc36        fedora     34 k
12:13:59 #10 53.06  perl-URI                      noarch   5.10-1.fc36             fedora    108 k
12:13:59 #10 53.06  perl-base                     noarch   2.27-486.fc36           fedora     21 k
12:13:59 #10 53.06  perl-constant                 noarch   1.33-480.fc36           fedora     23 k
12:13:59 #10 53.06  perl-if                       noarch   0.60.900-486.fc36       fedora     19 k
12:13:59 #10 53.06  perl-interpreter              x86_64   4:5.34.1-486.fc36       fedora     76 k
12:13:59 #10 53.06  perl-libnet                   noarch   3.13-480.fc36           fedora    126 k
12:13:59 #10 53.06  perl-libs                     x86_64   4:5.34.1-486.fc36       fedora    2.1 M
12:13:59 #10 53.06  perl-mro                      x86_64   1.25-486.fc36           fedora     33 k
12:13:59 #10 53.06  perl-overload                 noarch   1.33-486.fc36           fedora     50 k
12:13:59 #10 53.06  perl-overloading              noarch   0.02-486.fc36           fedora     18 k
12:13:59 #10 53.06  perl-parent                   noarch   1:0.238-479.fc36        fedora     14 k
12:13:59 #10 53.06  perl-podlators                noarch   1:4.14-479.fc36         fedora    112 k
12:13:59 #10 53.06  perl-srpm-macros              noarch   1-43.fc36               fedora    8.4 k
12:13:59 #10 53.06  perl-subs                     noarch   1.04-486.fc36           fedora     17 k
12:13:59 #10 53.06  perl-vars                     noarch   1.05-486.fc36           fedora     18 k
12:13:59 #10 53.06  pkgconf                       x86_64   1.8.0-2.fc36            fedora     41 k
12:13:59 #10 53.06  pkgconf-m4                    noarch   1.8.0-2.fc36            fedora     14 k
12:13:59 #10 53.06  pkgconf-pkg-config            x86_64   1.8.0-2.fc36            fedora     10 k
12:13:59 #10 53.06  python-srpm-macros            noarch   3.10-19.fc36            updates    24 k
12:13:59 #10 53.06  python3-construct             noarch   2.10.68-1.fc36          updates   112 k
12:13:59 #10 53.06  python3-dateutil              noarch   1:2.8.1-8.fc36          fedora    289 k
12:13:59 #10 53.06  python3-dbus                  x86_64   1.2.18-3.fc36           fedora    132 k
12:13:59 #10 53.06  python3-distro                noarch   1.6.0-2.fc36            fedora     38 k
12:13:59 #10 53.06  python3-dnf-plugins-core      noarch   4.3.1-1.fc36            updates   229 k
12:13:59 #10 53.06  python3-enchant               noarch   3.2.2-2.fc36            fedora     79 k
12:13:59 #10 53.06  python3-pybeam                noarch   0.7-2.fc36              fedora     24 k
12:13:59 #10 53.06  python3-pyxdg                 noarch   0.27-4.fc36             fedora     96 k
12:13:59 #10 53.06  python3-six                   noarch   1.16.0-5.fc36           fedora     36 k
12:13:59 #10 53.06  python3-toml                  noarch   0.10.2-6.fc36           fedora     39 k
12:13:59 #10 53.06  python3-zstd                  x86_64   1.4.5.1-6.fc36          fedora     19 k
12:13:59 #10 53.06  qt5-srpm-macros               noarch   5.15.6-1.fc36           updates   7.8 k
12:13:59 #10 53.06  redhat-rpm-config             noarch   222-1.fc36              updates    66 k
12:13:59 #10 53.06  rpmautospec-rpm-macros        noarch   0.3.0-1.fc36            updates   8.7 k
12:13:59 #10 53.06  rust-srpm-macros              noarch   22-1.fc36               updates   9.3 k
12:13:59 #10 53.06  shared-mime-info              x86_64   2.1-3.fc35              fedora    373 k
12:13:59 #10 53.06  unzip                         x86_64   6.0-57.fc36             fedora    182 k
12:13:59 #10 53.06  xxhash-libs                   x86_64   0.8.1-2.fc36            fedora     42 k
12:13:59 #10 53.06  xz                            x86_64   5.2.5-9.fc36            fedora    214 k
12:13:59 #10 53.06  zip                           x86_64   3.0-32.fc36             fedora    260 k
12:13:59 #10 53.06  zstd                          x86_64   1.5.2-2.fc36            updates   448 k
12:13:59 #10 53.06 Installing weak dependencies:
12:13:59 #10 53.06  hunspell-en                   noarch   0.20140811.1-22.fc36    fedora    180 k
12:13:59 #10 53.06  perl-IO-Socket-IP             noarch   0.41-480.fc36           fedora     42 k
12:13:59 #10 53.06  perl-IO-Socket-SSL            noarch   2.074-2.fc36            fedora    218 k
12:13:59 #10 53.06  perl-Mozilla-CA               noarch   20211001-2.fc36         fedora     12 k
12:13:59 #10 53.06  perl-NDBM_File                x86_64   1.15-486.fc36           fedora     27 k
12:13:59 #10 53.06  rpmlint-fedora-license-data   noarch   1.4-1.fc36              updates    14 k
12:13:59 #10 53.06 
12:13:59 #10 53.06 Transaction Summary
12:13:59 #10 53.06 ================================================================================
12:13:59 #10 53.06 Install  136 Packages
12:13:59 #10 53.06 Upgrade    5 Packages
12:13:59 #10 53.06 
12:13:59 #10 53.07 Total download size: 29 M
12:13:59 #10 53.07 Downloading Packages:
12:14:00 #10 54.09 (1/141): dash-0.5.10.2-10.fc36.x86_64.rpm       246 kB/s |  97 kB     00:00    
12:14:00 #10 54.09 (2/141): bzip2-1.0.8-11.fc36.x86_64.rpm         131 kB/s |  52 kB     00:00    
12:14:00 #10 54.13 (3/141): debugedit-5.0-3.fc36.x86_64.rpm        2.2 MB/s |  77 kB     00:00    
12:14:00 #10 54.21 (4/141): cpio-2.13-12.fc36.x86_64.rpm           527 kB/s | 270 kB     00:00    
12:14:00 #10 54.21 (5/141): desktop-file-utils-0.26-6.fc36.x86_64. 866 kB/s |  72 kB     00:00    
12:14:00 #10 54.22 (6/141): dbus-libs-1.14.0-1.fc36.x86_64.rpm     1.2 MB/s | 155 kB     00:00    
12:14:00 #10 54.24 (7/141): devscripts-checkbashisms-2.22.1-1.fc36 817 kB/s |  28 kB     00:00    
12:14:00 #10 54.25 (8/141): ed-1.14.2-12.fc36.x86_64.rpm           2.0 MB/s |  73 kB     00:00    
12:14:00 #10 54.34 (9/141): diffutils-3.8-2.fc36.x86_64.rpm        2.9 MB/s | 370 kB     00:00    
12:14:00 #10 54.34 (10/141): efi-srpm-macros-5-5.fc36.noarch.rpm   226 kB/s |  22 kB     00:00    
12:14:00 #10 54.37 (11/141): elfutils-debuginfod-client-0.186-3.fc 1.1 MB/s |  39 kB     00:00    
12:14:00 #10 54.38 (12/141): enchant-1.6.0-30.fc36.x86_64.rpm      1.6 MB/s |  59 kB     00:00    
12:14:00 #10 54.41 (13/141): file-5.41-4.fc36.x86_64.rpm           1.4 MB/s |  48 kB     00:00    
12:14:00 #10 54.41 (14/141): fonts-srpm-macros-2.0.5-7.fc36.noarch 782 kB/s |  27 kB     00:00    
12:14:00 #10 54.48 (15/141): elfutils-0.186-3.fc36.x86_64.rpm      2.3 MB/s | 523 kB     00:00    
12:14:00 #10 54.48 (16/141): fpc-srpm-macros-1.3-5.fc36.noarch.rpm  99 kB/s | 7.6 kB     00:00    
12:14:00 #10 54.49 (17/141): ghc-srpm-macros-1.5.0-6.fc36.noarch.r 106 kB/s | 7.7 kB     00:00    
12:14:00 #10 54.54 (18/141): gnat-srpm-macros-4-15.fc36.noarch.rpm 156 kB/s | 8.2 kB     00:00    
12:14:00 #10 54.60 (19/141): groff-base-1.22.4-9.fc36.x86_64.rpm   9.4 MB/s | 1.0 MB     00:00    
12:14:00 #10 54.66 (20/141): hunspell-1.7.0-19.fc36.x86_64.rpm     2.4 MB/s | 303 kB     00:00    
12:14:00 #10 54.67 (21/141): hunspell-en-0.20140811.1-22.fc36.noar 2.6 MB/s | 180 kB     00:00    
12:14:00 #10 54.70 (22/141): hunspell-en-GB-0.20140811.1-22.fc36.n 6.0 MB/s | 225 kB     00:00    
12:14:00 #10 54.70 (23/141): hunspell-en-US-0.20140811.1-22.fc36.n 4.6 MB/s | 176 kB     00:00    
12:14:00 #10 54.73 (24/141): hunspell-filesystem-1.7.0-19.fc36.x86 260 kB/s | 8.9 kB     00:00    
12:14:00 #10 54.74 (25/141): info-6.8-3.fc36.x86_64.rpm            6.2 MB/s | 225 kB     00:00    
12:14:00 #10 54.77 (26/141): json-glib-1.6.6-2.fc36.x86_64.rpm     4.1 MB/s | 152 kB     00:00    
12:14:00 #10 54.77 (27/141): kernel-srpm-macros-1.0-14.fc36.noarch 275 kB/s | 9.1 kB     00:00    
12:14:00 #10 54.81 (28/141): libjpeg-turbo-2.1.2-2.fc36.x86_64.rpm 4.8 MB/s | 182 kB     00:00    
12:14:01 #10 54.81 (29/141): libpkgconf-1.8.0-2.fc36.x86_64.rpm    964 kB/s |  36 kB     00:00    
12:14:01 #10 54.84 (30/141): libpng-1.6.37-12.fc36.x86_64.rpm      3.3 MB/s | 119 kB     00:00    
12:14:01 #10 54.85 (31/141): libstemmer-0-18.585svn.fc36.x86_64.rp 2.2 MB/s |  82 kB     00:00    
12:14:01 #10 54.88 (32/141): lua-srpm-macros-1-6.fc36.noarch.rpm   242 kB/s | 8.5 kB     00:00    
12:14:01 #10 54.89 (33/141): ncurses-6.2-9.20210508.fc36.x86_64.rp  10 MB/s | 400 kB     00:00    
12:14:01 #10 54.91 (34/141): nim-srpm-macros-3-6.fc36.noarch.rpm   236 kB/s | 8.3 kB     00:00    
12:14:01 #10 54.92 (35/141): ocaml-srpm-macros-6-6.fc36.noarch.rpm 226 kB/s | 7.7 kB     00:00    
12:14:01 #10 54.95 (36/141): openblas-srpm-macros-2-11.fc36.noarch 209 kB/s | 7.4 kB     00:00    
12:14:01 #10 54.96 (37/141): package-notes-srpm-macros-0.4-14.fc36 321 kB/s |  11 kB     00:00    
12:14:01 #10 54.97 (38/141): glibc-gconv-extra-2.35-4.fc36.x86_64. 3.4 MB/s | 1.6 MB     00:00    
12:14:01 #10 54.99 (39/141): patch-2.7.6-16.fc36.x86_64.rpm        3.4 MB/s | 124 kB     00:00    
12:14:01 #10 54.99 (40/141): perl-AutoLoader-5.74-486.fc36.noarch. 762 kB/s |  26 kB     00:00    
12:14:01 #10 55.00 (41/141): perl-B-1.82-486.fc36.x86_64.rpm       5.1 MB/s | 185 kB     00:00    
12:14:01 #10 55.02 (42/141): perl-Carp-1.52-479.fc36.noarch.rpm    834 kB/s |  29 kB     00:00    
12:14:01 #10 55.03 (43/141): perl-Class-Struct-0.66-486.fc36.noarc 769 kB/s |  27 kB     00:00    
12:14:01 #10 55.04 (44/141): perl-Data-Dumper-2.183-3.fc36.x86_64. 1.6 MB/s |  56 kB     00:00    
12:14:01 #10 55.06 (45/141): perl-Digest-1.20-2.fc36.noarch.rpm    749 kB/s |  25 kB     00:00    
12:14:01 #10 55.06 (46/141): perl-Digest-MD5-2.58-479.fc36.x86_64. 1.0 MB/s |  36 kB     00:00    
12:14:01 #10 55.07 (47/141): perl-DynaLoader-1.50-486.fc36.x86_64. 929 kB/s |  31 kB     00:00    
12:14:01 #10 55.09 (48/141): perl-Errno-1.33-486.fc36.x86_64.rpm   576 kB/s |  20 kB     00:00    
12:14:01 #10 55.10 (49/141): perl-Exporter-5.76-480.fc36.noarch.rp 897 kB/s |  31 kB     00:00    
12:14:01 #10 55.10 (50/141): perl-Fcntl-1.14-486.fc36.x86_64.rpm   763 kB/s |  25 kB     00:00    
12:14:01 #10 55.13 (51/141): perl-File-Basename-2.85-486.fc36.noar 646 kB/s |  22 kB     00:00    
12:14:01 #10 55.13 (52/141): perl-File-Path-2.18-479.fc36.noarch.r 1.0 MB/s |  35 kB     00:00    
12:14:01 #10 55.14 (53/141): perl-File-Temp-0.231.100-479.fc36.noa 1.7 MB/s |  59 kB     00:00    
12:14:01 #10 55.16 (54/141): perl-File-stat-1.09-486.fc36.noarch.r 633 kB/s |  22 kB     00:00    
12:14:01 #10 55.17 (55/141): perl-FileHandle-2.03-486.fc36.noarch. 579 kB/s |  20 kB     00:00    
12:14:01 #10 55.17 (56/141): perl-Getopt-Long-2.52-479.fc36.noarch 1.6 MB/s |  60 kB     00:00    
12:14:01 #10 55.20 (57/141): perl-Getopt-Std-1.13-486.fc36.noarch. 591 kB/s |  21 kB     00:00    
12:14:01 #10 55.20 (58/141): perl-IO-1.46-486.fc36.x86_64.rpm      2.5 MB/s |  92 kB     00:00    
12:14:01 #10 55.21 (59/141): perl-IO-Socket-IP-0.41-480.fc36.noarc 1.2 MB/s |  42 kB     00:00    
12:14:01 #10 55.24 (60/141): perl-IO-Socket-SSL-2.074-2.fc36.noarc 5.7 MB/s | 218 kB     00:00    
12:14:01 #10 55.24 (61/141): perl-IPC-Open3-1.21-486.fc36.noarch.r 769 kB/s |  28 kB     00:00    
12:14:01 #10 55.24 (62/141): perl-MIME-Base64-3.16-479.fc36.x86_64 900 kB/s |  30 kB     00:00    
12:14:01 #10 55.27 (63/141): perl-Mozilla-CA-20211001-2.fc36.noarc 359 kB/s |  12 kB     00:00    
12:14:01 #10 55.27 (64/141): perl-NDBM_File-1.15-486.fc36.x86_64.r 790 kB/s |  27 kB     00:00    
12:14:01 #10 55.28 (65/141): perl-Net-SSLeay-1.92-2.fc36.x86_64.rp 9.2 MB/s | 364 kB     00:00    
12:14:01 #10 55.31 (66/141): perl-POSIX-1.97-486.fc36.x86_64.rpm   2.8 MB/s | 102 kB     00:00    
12:14:01 #10 55.31 (67/141): perl-PathTools-3.80-479.fc36.x86_64.r 2.2 MB/s |  85 kB     00:00    
12:14:01 #10 55.31 (68/141): perl-Pod-Escapes-1.07-479.fc36.noarch 589 kB/s |  20 kB     00:00    
12:14:01 #10 55.34 (69/141): perl-Pod-Perldoc-3.28.01-480.fc36.noa 2.3 MB/s |  83 kB     00:00    
12:14:01 #10 55.35 (70/141): perl-Pod-Usage-2.01-479.fc36.noarch.r 1.2 MB/s |  40 kB     00:00    
12:14:01 #10 55.38 (71/141): perl-SelectSaver-1.02-486.fc36.noarch 472 kB/s |  17 kB     00:00    
12:14:01 #10 55.38 (72/141): perl-Pod-Simple-3.43-3.fc36.noarch.rp 2.9 MB/s | 215 kB     00:00    
12:14:01 #10 55.39 (73/141): perl-Storable-3.25-2.fc36.x86_64.rpm  2.4 MB/s |  96 kB     00:00    
12:14:01 #10 55.42 (74/141): perl-Symbol-1.09-486.fc36.noarch.rpm  549 kB/s |  19 kB     00:00    
12:14:01 #10 55.42 (75/141): perl-Term-ANSIColor-5.01-480.fc36.noa 1.4 MB/s |  48 kB     00:00    
12:14:01 #10 55.42 (76/141): perl-Term-Cap-1.17-479.fc36.noarch.rp 646 kB/s |  22 kB     00:00    
12:14:01 #10 55.45 (77/141): perl-Text-Tabs+Wrap-2021.0814-2.fc36. 648 kB/s |  22 kB     00:00    
12:14:01 #10 55.45 (78/141): perl-Time-Local-1.300-479.fc36.noarch 982 kB/s |  34 kB     00:00    
12:14:01 #10 55.46 (79/141): perl-URI-5.10-1.fc36.noarch.rpm       3.0 MB/s | 108 kB     00:00    
12:14:01 #10 55.48 (80/141): perl-base-2.27-486.fc36.noarch.rpm    617 kB/s |  21 kB     00:00    
12:14:01 #10 55.49 (81/141): perl-constant-1.33-480.fc36.noarch.rp 676 kB/s |  23 kB     00:00    
12:14:01 #10 55.49 (82/141): perl-if-0.60.900-486.fc36.noarch.rpm  575 kB/s |  19 kB     00:00    
12:14:01 #10 55.52 (83/141): perl-interpreter-5.34.1-486.fc36.x86_ 2.1 MB/s |  76 kB     00:00    
12:14:01 #10 55.53 (84/141): perl-libnet-3.13-480.fc36.noarch.rpm  3.2 MB/s | 126 kB     00:00    
12:14:01 #10 55.56 (85/141): perl-mro-1.25-486.fc36.x86_64.rpm     963 kB/s |  33 kB     00:00    
12:14:01 #10 55.61 (86/141): perl-libs-5.34.1-486.fc36.x86_64.rpm   18 MB/s | 2.1 MB     00:00    
12:14:01 #10 55.61 (87/141): perl-overload-1.33-486.fc36.noarch.rp 589 kB/s |  50 kB     00:00    
12:14:01 #10 55.62 (88/141): perl-overloading-0.02-486.fc36.noarch 298 kB/s |  18 kB     00:00    
12:14:01 #10 55.65 (89/141): perl-parent-0.238-479.fc36.noarch.rpm 401 kB/s |  14 kB     00:00    
12:14:01 #10 55.65 (90/141): perl-podlators-4.14-479.fc36.noarch.r 3.0 MB/s | 112 kB     00:00    
12:14:01 #10 55.65 (91/141): perl-srpm-macros-1-43.fc36.noarch.rpm 234 kB/s | 8.4 kB     00:00    
12:14:01 #10 55.68 (92/141): perl-subs-1.04-486.fc36.noarch.rpm    482 kB/s |  17 kB     00:00    
12:14:01 #10 55.68 (93/141): perl-vars-1.05-486.fc36.noarch.rpm    519 kB/s |  18 kB     00:00    
12:14:01 #10 55.69 (94/141): pkgconf-1.8.0-2.fc36.x86_64.rpm       1.2 MB/s |  41 kB     00:00    
12:14:01 #10 55.72 (95/141): pkgconf-m4-1.8.0-2.fc36.noarch.rpm    416 kB/s |  14 kB     00:00    
12:14:01 #10 55.72 (96/141): pkgconf-pkg-config-1.8.0-2.fc36.x86_6 296 kB/s |  10 kB     00:00    
12:14:01 #10 55.73 (97/141): python3-dateutil-2.8.1-8.fc36.noarch. 7.3 MB/s | 289 kB     00:00    
12:14:01 #10 55.75 (98/141): python3-distro-1.6.0-2.fc36.noarch.rp 1.1 MB/s |  38 kB     00:00    
12:14:01 #10 55.76 (99/141): python3-enchant-3.2.2-2.fc36.noarch.r 2.3 MB/s |  79 kB     00:00    
12:14:01 #10 55.78 (100/141): python3-dbus-1.2.18-3.fc36.x86_64.rp 1.9 MB/s | 132 kB     00:00    
12:14:02 #10 55.79 (101/141): python3-pybeam-0.7-2.fc36.noarch.rpm 683 kB/s |  24 kB     00:00    
12:14:02 #10 55.80 (102/141): python3-pyxdg-0.27-4.fc36.noarch.rpm 2.7 MB/s |  96 kB     00:00    
12:14:02 #10 55.82 (103/141): python3-six-1.16.0-5.fc36.noarch.rpm 1.0 MB/s |  36 kB     00:00    
12:14:02 #10 55.83 (104/141): python3-toml-0.10.2-6.fc36.noarch.rp 1.1 MB/s |  39 kB     00:00    
12:14:02 #10 55.83 (105/141): python3-zstd-1.4.5.1-6.fc36.x86_64.r 575 kB/s |  19 kB     00:00    
12:14:02 #10 55.86 (106/141): unzip-6.0-57.fc36.x86_64.rpm         4.9 MB/s | 182 kB     00:00    
12:14:02 #10 55.87 (107/141): xxhash-libs-0.8.1-2.fc36.x86_64.rpm  1.2 MB/s |  42 kB     00:00    
12:14:02 #10 55.90 (108/141): xz-5.2.5-9.fc36.x86_64.rpm           5.7 MB/s | 214 kB     00:00    
12:14:02 #10 55.91 (109/141): zip-3.0-32.fc36.x86_64.rpm           6.2 MB/s | 260 kB     00:00    
12:14:02 #10 55.92 (110/141): shared-mime-info-2.1-3.fc35.x86_64.r 3.6 MB/s | 373 kB     00:00    
12:14:02 #10 55.97 (111/141): ansible-srpm-macros-1-7.fc36.noarch. 102 kB/s | 7.5 kB     00:00    
12:14:02 #10 56.04 (112/141): dnf-plugins-core-4.3.1-1.fc36.noarch 501 kB/s |  34 kB     00:00    
12:14:02 #10 56.15 (113/141): dwz-0.14-4.fc36.x86_64.rpm           1.2 MB/s | 127 kB     00:00    
12:14:02 #10 56.19 (114/141): emacs-filesystem-28.1-2.fc36.noarch. 263 kB/s | 9.3 kB     00:00    
12:14:02 #10 56.32 (115/141): binutils-gold-2.37-36.fc36.x86_64.rp 1.8 MB/s | 754 kB     00:00    
12:14:02 #10 56.43 (116/141): gdk-pixbuf2-2.42.9-1.fc36.x86_64.rpm 4.3 MB/s | 465 kB     00:00    
12:14:02 #10 56.47 (117/141): go-srpm-macros-3.2.0-1.fc36.noarch.r 765 kB/s |  26 kB     00:00    
12:14:02 #10 56.54 (118/141): libappstream-glib-0.8.0-4.fc36.x86_6 5.4 MB/s | 391 kB     00:00    
12:14:03 #10 56.67 (119/141): binutils-2.37-36.fc36.x86_64.rpm     7.9 MB/s | 6.0 MB     00:00    
12:14:03 #10 56.75 (120/141): gdb-minimal-12.1-1.fc36.x86_64.rpm   7.0 MB/s | 3.9 MB     00:00    
12:14:03 #10 56.75 (121/141): perl-HTTP-Tiny-0.082-1.fc36.noarch.r 628 kB/s |  55 kB     00:00    
12:14:03 #10 56.78 (122/141): perl-Encode-3.17-485.fc36.x86_64.rpm 7.0 MB/s | 1.7 MB     00:00    
12:14:03 #10 56.79 (123/141): perl-Scalar-List-Utils-1.63-489.fc36 1.7 MB/s |  72 kB     00:00    
12:14:03 #10 56.82 (124/141): perl-Text-ParseWords-3.31-1.fc36.noa 482 kB/s |  16 kB     00:00    
12:14:03 #10 56.82 (125/141): perl-Socket-2.036-1.fc36.x86_64.rpm  779 kB/s |  55 kB     00:00    
12:14:03 #10 56.83 (126/141): python-srpm-macros-3.10-19.fc36.noar 654 kB/s |  24 kB     00:00    
12:14:03 #10 56.87 (127/141): qt5-srpm-macros-5.15.6-1.fc36.noarch 212 kB/s | 7.8 kB     00:00    
12:14:03 #10 56.87 (128/141): python3-dnf-plugins-core-4.3.1-1.fc3 4.9 MB/s | 229 kB     00:00    
12:14:03 #10 56.88 (129/141): python3-construct-2.10.68-1.fc36.noa 1.7 MB/s | 112 kB     00:00    
12:14:03 #10 56.91 (130/141): redhat-rpm-config-222-1.fc36.noarch. 1.3 MB/s |  66 kB     00:00    
12:14:03 #10 56.92 (131/141): rpmautospec-rpm-macros-0.3.0-1.fc36. 245 kB/s | 8.7 kB     00:00    
12:14:03 #10 56.95 (132/141): rpm-build-4.17.1-3.fc36.x86_64.rpm   779 kB/s |  58 kB     00:00    
12:14:03 #10 56.96 (133/141): rpmlint-fedora-license-data-1.4-1.fc 380 kB/s |  14 kB     00:00    
12:14:03 #10 56.96 (134/141): rpmlint-2.2.0-6.fc36.noarch.rpm      4.8 MB/s | 240 kB     00:00    
12:14:03 #10 56.98 (135/141): rust-srpm-macros-22-1.fc36.noarch.rp 271 kB/s | 9.3 kB     00:00    
12:14:03 #10 57.00 (136/141): python3-rpm-4.17.1-3.fc36.x86_64.rpm 2.5 MB/s |  90 kB     00:00    
12:14:03 #10 57.03 (137/141): rpm-4.17.1-3.fc36.x86_64.rpm          12 MB/s | 536 kB     00:00    
12:14:03 #10 57.03 (138/141): zstd-1.5.2-2.fc36.x86_64.rpm         5.7 MB/s | 448 kB     00:00    
12:14:03 #10 57.04 (139/141): rpm-build-libs-4.17.1-3.fc36.x86_64. 2.4 MB/s |  92 kB     00:00    
12:14:03 #10 57.07 (140/141): rpm-libs-4.17.1-3.fc36.x86_64.rpm    7.7 MB/s | 314 kB     00:00    
12:14:03 #10 57.07 (141/141): rpm-sign-libs-4.17.1-3.fc36.x86_64.r 701 kB/s |  25 kB     00:00    
12:14:03 #10 57.07 --------------------------------------------------------------------------------
12:14:03 #10 57.07 Total                                           7.4 MB/s |  29 MB     00:03     
12:14:04 #10 58.25 Running transaction check
12:14:04 #10 58.33 Transaction check succeeded.
12:14:04 #10 58.33 Running transaction test
12:14:05 #10 58.77 Transaction test succeeded.
12:14:05 #10 58.77 Running transaction
12:14:05 #10 59.52   Preparing        :                                                        1/1 
12:14:05 #10 59.55   Upgrading        : rpm-libs-4.17.1-3.fc36.x86_64                        1/146 
12:14:05 #10 59.56   Running scriptlet: rpm-4.17.1-3.fc36.x86_64                             2/146 
12:14:05 #10 59.59   Upgrading        : rpm-4.17.1-3.fc36.x86_64                             2/146 
12:14:05 #10 59.60   Installing       : python3-six-1.16.0-5.fc36.noarch                     3/146 
12:14:05 #10 59.61   Installing       : hunspell-filesystem-1.7.0-19.fc36.x86_64             4/146 
12:14:05 #10 59.62   Installing       : hunspell-en-GB-0.20140811.1-22.fc36.noarch           5/146 
12:14:05 #10 59.63   Installing       : hunspell-en-0.20140811.1-22.fc36.noarch              6/146 
12:14:05 #10 59.63   Installing       : hunspell-en-US-0.20140811.1-22.fc36.noarch           7/146 
12:14:05 #10 59.64   Installing       : hunspell-1.7.0-19.fc36.x86_64                        8/146 
12:14:05 #10 59.65   Installing       : elfutils-debuginfod-client-0.186-3.fc36.x86_64       9/146 
12:14:06 #10 59.67   Installing       : binutils-gold-2.37-36.fc36.x86_64                   10/146 
12:14:06 #10 59.79   Installing       : binutils-2.37-36.fc36.x86_64                        11/146 
12:14:06 #10 59.80   Running scriptlet: binutils-2.37-36.fc36.x86_64                        11/146 
12:14:06 #10 59.83   Installing       : elfutils-0.186-3.fc36.x86_64                        12/146 
12:14:06 #10 59.84   Upgrading        : rpm-build-libs-4.17.1-3.fc36.x86_64                 13/146 
12:14:06 #10 59.85   Installing       : dwz-0.14-4.fc36.x86_64                              14/146 
12:14:06 #10 59.86   Installing       : xz-5.2.5-9.fc36.x86_64                              15/146 
12:14:06 #10 59.87   Installing       : unzip-6.0-57.fc36.x86_64                            16/146 
12:14:06 #10 59.87   Installing       : file-5.41-4.fc36.x86_64                             17/146 
12:14:06 #10 59.88   Installing       : zip-3.0-32.fc36.x86_64                              18/146 
12:14:06 #10 59.89   Installing       : enchant-1:1.6.0-30.fc36.x86_64                      19/146 
12:14:06 #10 59.90   Installing       : python3-enchant-3.2.2-2.fc36.noarch                 20/146 
12:14:06 #10 59.91   Installing       : python3-dateutil-1:2.8.1-8.fc36.noarch              21/146 
12:14:06 #10 59.92   Installing       : python3-construct-2.10.68-1.fc36.noarch             22/146 
12:14:06 #10 59.93   Installing       : python3-pybeam-0.7-2.fc36.noarch                    23/146 
12:14:06 #10 59.93   Installing       : efi-srpm-macros-5-5.fc36.noarch                     24/146 
12:14:06 #10 59.94   Installing       : lua-srpm-macros-1-6.fc36.noarch                     25/146 
12:14:06 #10 59.94   Installing       : rpmautospec-rpm-macros-0.3.0-1.fc36.noarch          26/146 
12:14:06 #10 59.95   Upgrading        : rpm-sign-libs-4.17.1-3.fc36.x86_64                  27/146 
12:14:06 #10 59.95   Upgrading        : python3-rpm-4.17.1-3.fc36.x86_64                    28/146 
12:14:06 #10 59.97   Installing       : zstd-1.5.2-2.fc36.x86_64                            29/146 
12:14:06 #10 59.97   Installing       : rust-srpm-macros-22-1.fc36.noarch                   30/146 
12:14:06 #10 59.98   Installing       : qt5-srpm-macros-5.15.6-1.fc36.noarch                31/146 
12:14:06 #10 59.98   Installing       : emacs-filesystem-1:28.1-2.fc36.noarch               32/146 
12:14:06 #10 59.99   Installing       : desktop-file-utils-0.26-6.fc36.x86_64               33/146 
12:14:06 #10 59.99   Installing       : ansible-srpm-macros-1-7.fc36.noarch                 34/146 
12:14:06 #10 60.00   Installing       : xxhash-libs-0.8.1-2.fc36.x86_64                     35/146 
12:14:06 #10 60.08   Installing       : gdb-minimal-12.1-1.fc36.x86_64                      36/146 
12:14:06 #10 60.09   Installing       : debugedit-5.0-3.fc36.x86_64                         37/146 
12:14:06 #10 60.11   Installing       : shared-mime-info-2.1-3.fc35.x86_64                  38/146 
12:14:06 #10 60.11   Running scriptlet: shared-mime-info-2.1-3.fc35.x86_64                  38/146 
12:14:06 #10 60.13   Installing       : python3-zstd-1.4.5.1-6.fc36.x86_64                  39/146 
12:14:06 #10 60.13   Installing       : python3-toml-0.10.2-6.fc36.noarch                   40/146 
12:14:06 #10 60.14   Installing       : python3-pyxdg-0.27-4.fc36.noarch                    41/146 
12:14:06 #10 60.15   Installing       : python3-distro-1.6.0-2.fc36.noarch                  42/146 
12:14:06 #10 60.15   Installing       : pkgconf-m4-1.8.0-2.fc36.noarch                      43/146 
12:14:06 #10 60.16   Installing       : perl-srpm-macros-1-43.fc36.noarch                   44/146 
12:14:06 #10 60.16   Installing       : package-notes-srpm-macros-0.4-14.fc36.noarch        45/146 
12:14:06 #10 60.17   Installing       : openblas-srpm-macros-2-11.fc36.noarch               46/146 
12:14:06 #10 60.17   Installing       : ocaml-srpm-macros-6-6.fc36.noarch                   47/146 
12:14:06 #10 60.17   Installing       : nim-srpm-macros-3-6.fc36.noarch                     48/146 
12:14:06 #10 60.18   Installing       : ncurses-6.2-9.20210508.fc36.x86_64                  49/146 
12:14:06 #10 60.19   Installing       : libstemmer-0-18.585svn.fc36.x86_64                  50/146 
12:14:06 #10 60.20   Installing       : libpng-2:1.6.37-12.fc36.x86_64                      51/146 
12:14:06 #10 60.20   Installing       : libpkgconf-1.8.0-2.fc36.x86_64                      52/146 
12:14:06 #10 60.21   Installing       : pkgconf-1.8.0-2.fc36.x86_64                         53/146 
12:14:06 #10 60.22   Installing       : pkgconf-pkg-config-1.8.0-2.fc36.x86_64              54/146 
12:14:06 #10 60.22   Installing       : libjpeg-turbo-2.1.2-2.fc36.x86_64                   55/146 
12:14:06 #10 60.24   Installing       : gdk-pixbuf2-2.42.9-1.fc36.x86_64                    56/146 
12:14:06 #10 60.25   Installing       : kernel-srpm-macros-1.0-14.fc36.noarch               57/146 
12:14:06 #10 60.25   Installing       : json-glib-1.6.6-2.fc36.x86_64                       58/146 
12:14:06 #10 60.26   Installing       : libappstream-glib-0.8.0-4.fc36.x86_64               59/146 
12:14:06 #10 60.27   Installing       : info-6.8-3.fc36.x86_64                              60/146 
12:14:06 #10 60.28   Installing       : ed-1.14.2-12.fc36.x86_64                            61/146 
12:14:06 #10 60.29   Installing       : patch-2.7.6-16.fc36.x86_64                          62/146 
12:14:06 #10 60.29   Running scriptlet: groff-base-1.22.4-9.fc36.x86_64                     63/146 
12:14:06 #10 60.34   Installing       : groff-base-1.22.4-9.fc36.x86_64                     63/146 
12:14:06 #10 60.35   Running scriptlet: groff-base-1.22.4-9.fc36.x86_64                     63/146 
12:14:06 #10 60.36   Installing       : perl-Digest-1.20-2.fc36.noarch                      64/146 
12:14:06 #10 60.37   Installing       : perl-Digest-MD5-2.58-479.fc36.x86_64                65/146 
12:14:06 #10 60.38   Installing       : perl-B-1.82-486.fc36.x86_64                         66/146 
12:14:06 #10 60.38   Installing       : perl-FileHandle-2.03-486.fc36.noarch                67/146 
12:14:06 #10 60.39   Installing       : perl-AutoLoader-5.74-486.fc36.noarch                68/146 
12:14:06 #10 60.39   Installing       : perl-Data-Dumper-2.183-3.fc36.x86_64                69/146 
12:14:06 #10 60.40   Installing       : perl-libnet-3.13-480.fc36.noarch                    70/146 
12:14:06 #10 60.41   Installing       : perl-base-2.27-486.fc36.noarch                      71/146 
12:14:06 #10 60.42   Installing       : perl-Net-SSLeay-1.92-2.fc36.x86_64                  72/146 
12:14:06 #10 60.43   Installing       : perl-URI-5.10-1.fc36.noarch                         73/146 
12:14:06 #10 60.44   Installing       : perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch         74/146 
12:14:06 #10 60.45   Installing       : perl-if-0.60.900-486.fc36.noarch                    75/146 
12:14:06 #10 60.45   Installing       : perl-Time-Local-2:1.300-479.fc36.noarch             76/146 
12:14:06 #10 60.46   Installing       : perl-Pod-Escapes-1:1.07-479.fc36.noarch             77/146 
12:14:06 #10 60.46   Installing       : perl-File-Path-2.18-479.fc36.noarch                 78/146 
12:14:06 #10 60.47   Installing       : perl-Mozilla-CA-20211001-2.fc36.noarch              79/146 
12:14:06 #10 60.47   Installing       : perl-IO-Socket-IP-0.41-480.fc36.noarch              80/146 
12:14:06 #10 60.48   Installing       : perl-IO-Socket-SSL-2.074-2.fc36.noarch              81/146 
12:14:06 #10 60.48   Installing       : perl-Class-Struct-0.66-486.fc36.noarch              82/146 
12:14:06 #10 60.49   Installing       : perl-POSIX-1.97-486.fc36.x86_64                     83/146 
12:14:06 #10 60.50   Installing       : perl-Term-ANSIColor-5.01-480.fc36.noarch            84/146 
12:14:07 #10 60.50   Installing       : perl-subs-1.04-486.fc36.noarch                      85/146 
12:14:07 #10 60.51   Installing       : perl-Term-Cap-1.17-479.fc36.noarch                  86/146 
12:14:07 #10 60.52   Installing       : perl-Pod-Simple-1:3.43-3.fc36.noarch                87/146 
12:14:07 #10 60.52   Installing       : perl-File-Temp-1:0.231.100-479.fc36.noarch          88/146 
12:14:07 #10 60.53   Installing       : perl-IPC-Open3-1.21-486.fc36.noarch                 89/146 
12:14:07 #10 60.53   Installing       : perl-HTTP-Tiny-0.082-1.fc36.noarch                  90/146 
12:14:07 #10 60.54   Installing       : perl-SelectSaver-1.02-486.fc36.noarch               91/146 
12:14:07 #10 60.54   Installing       : perl-Symbol-1.09-486.fc36.noarch                    92/146 
12:14:07 #10 60.55   Installing       : perl-File-stat-1.09-486.fc36.noarch                 93/146 
12:14:07 #10 60.56   Installing       : perl-Socket-4:2.036-1.fc36.x86_64                   94/146 
12:14:07 #10 60.56   Installing       : perl-podlators-1:4.14-479.fc36.noarch               95/146 
12:14:07 #10 60.57   Installing       : perl-Pod-Perldoc-3.28.01-480.fc36.noarch            96/146 
12:14:07 #10 60.58   Installing       : perl-Fcntl-1.14-486.fc36.x86_64                     97/146 
12:14:07 #10 60.58   Installing       : perl-mro-1.25-486.fc36.x86_64                       98/146 
12:14:07 #10 60.59   Installing       : perl-overloading-0.02-486.fc36.noarch               99/146 
12:14:07 #10 60.60   Installing       : perl-IO-1.46-486.fc36.x86_64                       100/146 
12:14:07 #10 60.60   Installing       : perl-Text-ParseWords-3.31-1.fc36.noarch            101/146 
12:14:07 #10 60.61   Installing       : perl-Pod-Usage-4:2.01-479.fc36.noarch              102/146 
12:14:07 #10 60.61   Installing       : perl-Errno-1.33-486.fc36.x86_64                    103/146 
12:14:07 #10 60.62   Installing       : perl-File-Basename-2.85-486.fc36.noarch            104/146 
12:14:07 #10 60.62   Installing       : perl-Getopt-Std-1.13-486.fc36.noarch               105/146 
12:14:07 #10 60.62   Installing       : perl-MIME-Base64-3.16-479.fc36.x86_64              106/146 
12:14:07 #10 60.63   Installing       : perl-constant-1.33-480.fc36.noarch                 107/146 
12:14:07 #10 60.63   Installing       : perl-parent-1:0.238-479.fc36.noarch                108/146 
12:14:07 #10 60.64   Installing       : perl-vars-1.05-486.fc36.noarch                     109/146 
12:14:07 #10 60.64   Installing       : perl-overload-1.33-486.fc36.noarch                 110/146 
12:14:07 #10 60.65   Installing       : perl-Scalar-List-Utils-5:1.63-489.fc36.x86_64      111/146 
12:14:07 #10 60.65   Installing       : perl-Storable-1:3.25-2.fc36.x86_64                 112/146 
12:14:07 #10 60.66   Installing       : perl-Getopt-Long-1:2.52-479.fc36.noarch            113/146 
12:14:07 #10 60.66   Installing       : perl-DynaLoader-1.50-486.fc36.x86_64               114/146 
12:14:07 #10 60.67   Installing       : perl-Carp-1.52-479.fc36.noarch                     115/146 
12:14:07 #10 60.67   Installing       : perl-Exporter-5.76-480.fc36.noarch                 116/146 
12:14:07 #10 60.68   Installing       : perl-NDBM_File-1.15-486.fc36.x86_64                117/146 
12:14:07 #10 60.69   Installing       : perl-PathTools-3.80-479.fc36.x86_64                118/146 
12:14:07 #10 60.75   Installing       : perl-Encode-4:3.17-485.fc36.x86_64                 119/146 
12:14:07 #10 60.84   Installing       : perl-libs-4:5.34.1-486.fc36.x86_64                 120/146 
12:14:07 #10 60.86   Installing       : perl-interpreter-4:5.34.1-486.fc36.x86_64          121/146 
12:14:07 #10 60.87   Installing       : devscripts-checkbashisms-2.22.1-1.fc36.x86_64      122/146 
12:14:07 #10 60.87   Installing       : gnat-srpm-macros-4-15.fc36.noarch                  123/146 
12:14:07 #10 60.87   Installing       : ghc-srpm-macros-1.5.0-6.fc36.noarch                124/146 
12:14:07 #10 60.88   Installing       : fpc-srpm-macros-1.3-5.fc36.noarch                  125/146 
12:14:07 #10 60.88   Installing       : fonts-srpm-macros-1:2.0.5-7.fc36.noarch            126/146 
12:14:07 #10 60.89   Installing       : go-srpm-macros-3.2.0-1.fc36.noarch                 127/146 
12:14:07 #10 60.89   Installing       : python-srpm-macros-3.10-19.fc36.noarch             128/146 
12:14:07 #10 60.90   Installing       : redhat-rpm-config-222-1.fc36.noarch                129/146 
12:14:07 #10 60.91   Installing       : diffutils-3.8-2.fc36.x86_64                        130/146 
12:14:07 #10 60.92   Installing       : dbus-libs-1:1.14.0-1.fc36.x86_64                   131/146 
12:14:07 #10 60.93   Installing       : python3-dbus-1.2.18-3.fc36.x86_64                  132/146 
12:14:07 #10 60.94   Installing       : python3-dnf-plugins-core-4.3.1-1.fc36.noarch       133/146 
12:14:07 #10 60.95   Installing       : dash-0.5.10.2-10.fc36.x86_64                       134/146 
12:14:07 #10 60.95   Running scriptlet: dash-0.5.10.2-10.fc36.x86_64                       134/146 
12:14:07 #10 60.97   Installing       : cpio-2.13-12.fc36.x86_64                           135/146 
12:14:07 #10 60.98   Installing       : bzip2-1.0.8-11.fc36.x86_64                         136/146 
12:14:07 #10 60.99   Installing       : rpm-build-4.17.1-3.fc36.x86_64                     137/146 
12:14:07 #10 61.01   Installing       : rpmlint-2.2.0-6.fc36.noarch                        138/146 
12:14:07 #10 61.02   Installing       : rpmlint-fedora-license-data-1.4-1.fc36.noarch      139/146 
12:14:07 #10 61.03   Installing       : dnf-plugins-core-4.3.1-1.fc36.noarch               140/146 
12:14:07 #10 61.11   Installing       : glibc-gconv-extra-2.35-4.fc36.x86_64               141/146 
12:14:07 #10 61.12   Running scriptlet: glibc-gconv-extra-2.35-4.fc36.x86_64               141/146 
12:14:07 #10 61.14   Cleanup          : python3-rpm-4.17.0-10.fc36.x86_64                  142/146 
12:14:07 #10 61.14   Cleanup          : rpm-build-libs-4.17.0-10.fc36.x86_64               143/146 
12:14:07 #10 61.15   Cleanup          : rpm-sign-libs-4.17.0-10.fc36.x86_64                144/146 
12:14:07 #10 61.16   Cleanup          : rpm-4.17.0-10.fc36.x86_64                          145/146 
12:14:07 #10 61.17   Cleanup          : rpm-libs-4.17.0-10.fc36.x86_64                     146/146 
12:14:07 #10 61.18   Running scriptlet: rpm-4.17.1-3.fc36.x86_64                           146/146 
12:14:10 #10 61.19   Running scriptlet: rpm-libs-4.17.0-10.fc36.x86_64                     146/146 
12:14:10 #10 63.78   Verifying        : bzip2-1.0.8-11.fc36.x86_64                           1/146 
12:14:10 #10 63.78   Verifying        : cpio-2.13-12.fc36.x86_64                             2/146 
12:14:10 #10 63.78   Verifying        : dash-0.5.10.2-10.fc36.x86_64                         3/146 
12:14:10 #10 63.78   Verifying        : dbus-libs-1:1.14.0-1.fc36.x86_64                     4/146 
12:14:10 #10 63.78   Verifying        : debugedit-5.0-3.fc36.x86_64                          5/146 
12:14:10 #10 63.78   Verifying        : desktop-file-utils-0.26-6.fc36.x86_64                6/146 
12:14:10 #10 63.78   Verifying        : devscripts-checkbashisms-2.22.1-1.fc36.x86_64        7/146 
12:14:10 #10 63.78   Verifying        : diffutils-3.8-2.fc36.x86_64                          8/146 
12:14:10 #10 63.78   Verifying        : ed-1.14.2-12.fc36.x86_64                             9/146 
12:14:10 #10 63.78   Verifying        : efi-srpm-macros-5-5.fc36.noarch                     10/146 
12:14:10 #10 63.78   Verifying        : elfutils-0.186-3.fc36.x86_64                        11/146 
12:14:10 #10 63.78   Verifying        : elfutils-debuginfod-client-0.186-3.fc36.x86_64      12/146 
12:14:10 #10 63.78   Verifying        : enchant-1:1.6.0-30.fc36.x86_64                      13/146 
12:14:10 #10 63.78   Verifying        : file-5.41-4.fc36.x86_64                             14/146 
12:14:10 #10 63.78   Verifying        : fonts-srpm-macros-1:2.0.5-7.fc36.noarch             15/146 
12:14:10 #10 63.78   Verifying        : fpc-srpm-macros-1.3-5.fc36.noarch                   16/146 
12:14:10 #10 63.78   Verifying        : ghc-srpm-macros-1.5.0-6.fc36.noarch                 17/146 
12:14:10 #10 63.78   Verifying        : glibc-gconv-extra-2.35-4.fc36.x86_64                18/146 
12:14:10 #10 63.78   Verifying        : gnat-srpm-macros-4-15.fc36.noarch                   19/146 
12:14:10 #10 63.78   Verifying        : groff-base-1.22.4-9.fc36.x86_64                     20/146 
12:14:10 #10 63.78   Verifying        : hunspell-1.7.0-19.fc36.x86_64                       21/146 
12:14:10 #10 63.78   Verifying        : hunspell-en-0.20140811.1-22.fc36.noarch             22/146 
12:14:10 #10 63.78   Verifying        : hunspell-en-GB-0.20140811.1-22.fc36.noarch          23/146 
12:14:10 #10 63.78   Verifying        : hunspell-en-US-0.20140811.1-22.fc36.noarch          24/146 
12:14:10 #10 63.78   Verifying        : hunspell-filesystem-1.7.0-19.fc36.x86_64            25/146 
12:14:10 #10 63.78   Verifying        : info-6.8-3.fc36.x86_64                              26/146 
12:14:10 #10 63.78   Verifying        : json-glib-1.6.6-2.fc36.x86_64                       27/146 
12:14:10 #10 63.78   Verifying        : kernel-srpm-macros-1.0-14.fc36.noarch               28/146 
12:14:10 #10 63.78   Verifying        : libjpeg-turbo-2.1.2-2.fc36.x86_64                   29/146 
12:14:10 #10 63.78   Verifying        : libpkgconf-1.8.0-2.fc36.x86_64                      30/146 
12:14:10 #10 63.78   Verifying        : libpng-2:1.6.37-12.fc36.x86_64                      31/146 
12:14:10 #10 63.78   Verifying        : libstemmer-0-18.585svn.fc36.x86_64                  32/146 
12:14:10 #10 63.78   Verifying        : lua-srpm-macros-1-6.fc36.noarch                     33/146 
12:14:10 #10 63.78   Verifying        : ncurses-6.2-9.20210508.fc36.x86_64                  34/146 
12:14:10 #10 63.78   Verifying        : nim-srpm-macros-3-6.fc36.noarch                     35/146 
12:14:10 #10 63.78   Verifying        : ocaml-srpm-macros-6-6.fc36.noarch                   36/146 
12:14:10 #10 63.78   Verifying        : openblas-srpm-macros-2-11.fc36.noarch               37/146 
12:14:10 #10 63.78   Verifying        : package-notes-srpm-macros-0.4-14.fc36.noarch        38/146 
12:14:10 #10 63.78   Verifying        : patch-2.7.6-16.fc36.x86_64                          39/146 
12:14:10 #10 63.78   Verifying        : perl-AutoLoader-5.74-486.fc36.noarch                40/146 
12:14:10 #10 63.78   Verifying        : perl-B-1.82-486.fc36.x86_64                         41/146 
12:14:10 #10 63.78   Verifying        : perl-Carp-1.52-479.fc36.noarch                      42/146 
12:14:10 #10 63.78   Verifying        : perl-Class-Struct-0.66-486.fc36.noarch              43/146 
12:14:10 #10 63.78   Verifying        : perl-Data-Dumper-2.183-3.fc36.x86_64                44/146 
12:14:10 #10 63.78   Verifying        : perl-Digest-1.20-2.fc36.noarch                      45/146 
12:14:10 #10 63.78   Verifying        : perl-Digest-MD5-2.58-479.fc36.x86_64                46/146 
12:14:10 #10 63.78   Verifying        : perl-DynaLoader-1.50-486.fc36.x86_64                47/146 
12:14:10 #10 63.78   Verifying        : perl-Errno-1.33-486.fc36.x86_64                     48/146 
12:14:10 #10 63.78   Verifying        : perl-Exporter-5.76-480.fc36.noarch                  49/146 
12:14:10 #10 63.78   Verifying        : perl-Fcntl-1.14-486.fc36.x86_64                     50/146 
12:14:10 #10 63.78   Verifying        : perl-File-Basename-2.85-486.fc36.noarch             51/146 
12:14:10 #10 63.78   Verifying        : perl-File-Path-2.18-479.fc36.noarch                 52/146 
12:14:10 #10 63.78   Verifying        : perl-File-Temp-1:0.231.100-479.fc36.noarch          53/146 
12:14:10 #10 63.78   Verifying        : perl-File-stat-1.09-486.fc36.noarch                 54/146 
12:14:10 #10 63.78   Verifying        : perl-FileHandle-2.03-486.fc36.noarch                55/146 
12:14:10 #10 63.78   Verifying        : perl-Getopt-Long-1:2.52-479.fc36.noarch             56/146 
12:14:10 #10 63.78   Verifying        : perl-Getopt-Std-1.13-486.fc36.noarch                57/146 
12:14:10 #10 63.78   Verifying        : perl-IO-1.46-486.fc36.x86_64                        58/146 
12:14:10 #10 63.78   Verifying        : perl-IO-Socket-IP-0.41-480.fc36.noarch              59/146 
12:14:10 #10 63.78   Verifying        : perl-IO-Socket-SSL-2.074-2.fc36.noarch              60/146 
12:14:10 #10 63.78   Verifying        : perl-IPC-Open3-1.21-486.fc36.noarch                 61/146 
12:14:10 #10 63.78   Verifying        : perl-MIME-Base64-3.16-479.fc36.x86_64               62/146 
12:14:10 #10 63.78   Verifying        : perl-Mozilla-CA-20211001-2.fc36.noarch              63/146 
12:14:10 #10 63.78   Verifying        : perl-NDBM_File-1.15-486.fc36.x86_64                 64/146 
12:14:10 #10 63.78   Verifying        : perl-Net-SSLeay-1.92-2.fc36.x86_64                  65/146 
12:14:10 #10 63.78   Verifying        : perl-POSIX-1.97-486.fc36.x86_64                     66/146 
12:14:10 #10 63.78   Verifying        : perl-PathTools-3.80-479.fc36.x86_64                 67/146 
12:14:10 #10 63.79   Verifying        : perl-Pod-Escapes-1:1.07-479.fc36.noarch             68/146 
12:14:10 #10 63.79   Verifying        : perl-Pod-Perldoc-3.28.01-480.fc36.noarch            69/146 
12:14:10 #10 63.79   Verifying        : perl-Pod-Simple-1:3.43-3.fc36.noarch                70/146 
12:14:10 #10 63.79   Verifying        : perl-Pod-Usage-4:2.01-479.fc36.noarch               71/146 
12:14:10 #10 63.79   Verifying        : perl-SelectSaver-1.02-486.fc36.noarch               72/146 
12:14:10 #10 63.79   Verifying        : perl-Storable-1:3.25-2.fc36.x86_64                  73/146 
12:14:10 #10 63.79   Verifying        : perl-Symbol-1.09-486.fc36.noarch                    74/146 
12:14:10 #10 63.79   Verifying        : perl-Term-ANSIColor-5.01-480.fc36.noarch            75/146 
12:14:10 #10 63.79   Verifying        : perl-Term-Cap-1.17-479.fc36.noarch                  76/146 
12:14:10 #10 63.79   Verifying        : perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch         77/146 
12:14:10 #10 63.79   Verifying        : perl-Time-Local-2:1.300-479.fc36.noarch             78/146 
12:14:10 #10 63.79   Verifying        : perl-URI-5.10-1.fc36.noarch                         79/146 
12:14:10 #10 63.79   Verifying        : perl-base-2.27-486.fc36.noarch                      80/146 
12:14:10 #10 63.79   Verifying        : perl-constant-1.33-480.fc36.noarch                  81/146 
12:14:10 #10 63.79   Verifying        : perl-if-0.60.900-486.fc36.noarch                    82/146 
12:14:10 #10 63.79   Verifying        : perl-interpreter-4:5.34.1-486.fc36.x86_64           83/146 
12:14:10 #10 63.79   Verifying        : perl-libnet-3.13-480.fc36.noarch                    84/146 
12:14:10 #10 63.79   Verifying        : perl-libs-4:5.34.1-486.fc36.x86_64                  85/146 
12:14:10 #10 63.79   Verifying        : perl-mro-1.25-486.fc36.x86_64                       86/146 
12:14:10 #10 63.79   Verifying        : perl-overload-1.33-486.fc36.noarch                  87/146 
12:14:10 #10 63.79   Verifying        : perl-overloading-0.02-486.fc36.noarch               88/146 
12:14:10 #10 63.79   Verifying        : perl-parent-1:0.238-479.fc36.noarch                 89/146 
12:14:10 #10 63.79   Verifying        : perl-podlators-1:4.14-479.fc36.noarch               90/146 
12:14:10 #10 63.79   Verifying        : perl-srpm-macros-1-43.fc36.noarch                   91/146 
12:14:10 #10 63.79   Verifying        : perl-subs-1.04-486.fc36.noarch                      92/146 
12:14:10 #10 63.79   Verifying        : perl-vars-1.05-486.fc36.noarch                      93/146 
12:14:10 #10 63.79   Verifying        : pkgconf-1.8.0-2.fc36.x86_64                         94/146 
12:14:10 #10 63.79   Verifying        : pkgconf-m4-1.8.0-2.fc36.noarch                      95/146 
12:14:10 #10 63.79   Verifying        : pkgconf-pkg-config-1.8.0-2.fc36.x86_64              96/146 
12:14:10 #10 63.79   Verifying        : python3-dateutil-1:2.8.1-8.fc36.noarch              97/146 
12:14:10 #10 63.79   Verifying        : python3-dbus-1.2.18-3.fc36.x86_64                   98/146 
12:14:10 #10 63.79   Verifying        : python3-distro-1.6.0-2.fc36.noarch                  99/146 
12:14:10 #10 63.79   Verifying        : python3-enchant-3.2.2-2.fc36.noarch                100/146 
12:14:10 #10 63.79   Verifying        : python3-pybeam-0.7-2.fc36.noarch                   101/146 
12:14:10 #10 63.79   Verifying        : python3-pyxdg-0.27-4.fc36.noarch                   102/146 
12:14:10 #10 63.79   Verifying        : python3-six-1.16.0-5.fc36.noarch                   103/146 
12:14:10 #10 63.79   Verifying        : python3-toml-0.10.2-6.fc36.noarch                  104/146 
12:14:10 #10 63.79   Verifying        : python3-zstd-1.4.5.1-6.fc36.x86_64                 105/146 
12:14:10 #10 63.79   Verifying        : shared-mime-info-2.1-3.fc35.x86_64                 106/146 
12:14:10 #10 63.79   Verifying        : unzip-6.0-57.fc36.x86_64                           107/146 
12:14:10 #10 63.79   Verifying        : xxhash-libs-0.8.1-2.fc36.x86_64                    108/146 
12:14:10 #10 63.79   Verifying        : xz-5.2.5-9.fc36.x86_64                             109/146 
12:14:10 #10 63.79   Verifying        : zip-3.0-32.fc36.x86_64                             110/146 
12:14:10 #10 63.79   Verifying        : ansible-srpm-macros-1-7.fc36.noarch                111/146 
12:14:10 #10 63.79   Verifying        : binutils-2.37-36.fc36.x86_64                       112/146 
12:14:10 #10 63.79   Verifying        : binutils-gold-2.37-36.fc36.x86_64                  113/146 
12:14:10 #10 63.79   Verifying        : dnf-plugins-core-4.3.1-1.fc36.noarch               114/146 
12:14:10 #10 63.79   Verifying        : dwz-0.14-4.fc36.x86_64                             115/146 
12:14:10 #10 63.79   Verifying        : emacs-filesystem-1:28.1-2.fc36.noarch              116/146 
12:14:10 #10 63.79   Verifying        : gdb-minimal-12.1-1.fc36.x86_64                     117/146 
12:14:10 #10 63.79   Verifying        : gdk-pixbuf2-2.42.9-1.fc36.x86_64                   118/146 
12:14:10 #10 63.79   Verifying        : go-srpm-macros-3.2.0-1.fc36.noarch                 119/146 
12:14:10 #10 63.79   Verifying        : libappstream-glib-0.8.0-4.fc36.x86_64              120/146 
12:14:10 #10 63.79   Verifying        : perl-Encode-4:3.17-485.fc36.x86_64                 121/146 
12:14:10 #10 63.79   Verifying        : perl-HTTP-Tiny-0.082-1.fc36.noarch                 122/146 
12:14:10 #10 63.79   Verifying        : perl-Scalar-List-Utils-5:1.63-489.fc36.x86_64      123/146 
12:14:10 #10 63.79   Verifying        : perl-Socket-4:2.036-1.fc36.x86_64                  124/146 
12:14:10 #10 63.79   Verifying        : perl-Text-ParseWords-3.31-1.fc36.noarch            125/146 
12:14:10 #10 63.79   Verifying        : python-srpm-macros-3.10-19.fc36.noarch             126/146 
12:14:10 #10 63.79   Verifying        : python3-construct-2.10.68-1.fc36.noarch            127/146 
12:14:10 #10 63.79   Verifying        : python3-dnf-plugins-core-4.3.1-1.fc36.noarch       128/146 
12:14:10 #10 63.79   Verifying        : qt5-srpm-macros-5.15.6-1.fc36.noarch               129/146 
12:14:10 #10 63.79   Verifying        : redhat-rpm-config-222-1.fc36.noarch                130/146 
12:14:10 #10 63.79   Verifying        : rpm-build-4.17.1-3.fc36.x86_64                     131/146 
12:14:10 #10 63.79   Verifying        : rpmautospec-rpm-macros-0.3.0-1.fc36.noarch         132/146 
12:14:10 #10 63.80   Verifying        : rpmlint-2.2.0-6.fc36.noarch                        133/146 
12:14:10 #10 63.80   Verifying        : rpmlint-fedora-license-data-1.4-1.fc36.noarch      134/146 
12:14:10 #10 63.80   Verifying        : rust-srpm-macros-22-1.fc36.noarch                  135/146 
12:14:10 #10 63.80   Verifying        : zstd-1.5.2-2.fc36.x86_64                           136/146 
12:14:10 #10 63.80   Verifying        : python3-rpm-4.17.1-3.fc36.x86_64                   137/146 
12:14:10 #10 63.80   Verifying        : python3-rpm-4.17.0-10.fc36.x86_64                  138/146 
12:14:10 #10 63.80   Verifying        : rpm-4.17.1-3.fc36.x86_64                           139/146 
12:14:10 #10 63.80   Verifying        : rpm-4.17.0-10.fc36.x86_64                          140/146 
12:14:10 #10 63.80   Verifying        : rpm-build-libs-4.17.1-3.fc36.x86_64                141/146 
12:14:10 #10 63.80   Verifying        : rpm-build-libs-4.17.0-10.fc36.x86_64               142/146 
12:14:10 #10 63.80   Verifying        : rpm-libs-4.17.1-3.fc36.x86_64                      143/146 
12:14:10 #10 63.80   Verifying        : rpm-libs-4.17.0-10.fc36.x86_64                     144/146 
12:14:10 #10 63.80   Verifying        : rpm-sign-libs-4.17.1-3.fc36.x86_64                 145/146 
12:14:10 #10 63.80   Verifying        : rpm-sign-libs-4.17.0-10.fc36.x86_64                146/146 
12:14:10 #10 63.96 
12:14:10 #10 63.96 Upgraded:
12:14:10 #10 63.96   python3-rpm-4.17.1-3.fc36.x86_64          rpm-4.17.1-3.fc36.x86_64           
12:14:10 #10 63.96   rpm-build-libs-4.17.1-3.fc36.x86_64       rpm-libs-4.17.1-3.fc36.x86_64      
12:14:10 #10 63.96   rpm-sign-libs-4.17.1-3.fc36.x86_64       
12:14:10 #10 63.96 Installed:
12:14:10 #10 63.96   ansible-srpm-macros-1-7.fc36.noarch                                           
12:14:10 #10 63.96   binutils-2.37-36.fc36.x86_64                                                  
12:14:10 #10 63.96   binutils-gold-2.37-36.fc36.x86_64                                             
12:14:10 #10 63.96   bzip2-1.0.8-11.fc36.x86_64                                                    
12:14:10 #10 63.96   cpio-2.13-12.fc36.x86_64                                                      
12:14:10 #10 63.96   dash-0.5.10.2-10.fc36.x86_64                                                  
12:14:10 #10 63.96   dbus-libs-1:1.14.0-1.fc36.x86_64                                              
12:14:10 #10 63.96   debugedit-5.0-3.fc36.x86_64                                                   
12:14:10 #10 63.96   desktop-file-utils-0.26-6.fc36.x86_64                                         
12:14:10 #10 63.96   devscripts-checkbashisms-2.22.1-1.fc36.x86_64                                 
12:14:10 #10 63.96   diffutils-3.8-2.fc36.x86_64                                                   
12:14:10 #10 63.96   dnf-plugins-core-4.3.1-1.fc36.noarch                                          
12:14:10 #10 63.96   dwz-0.14-4.fc36.x86_64                                                        
12:14:10 #10 63.96   ed-1.14.2-12.fc36.x86_64                                                      
12:14:10 #10 63.96   efi-srpm-macros-5-5.fc36.noarch                                               
12:14:10 #10 63.96   elfutils-0.186-3.fc36.x86_64                                                  
12:14:10 #10 63.96   elfutils-debuginfod-client-0.186-3.fc36.x86_64                                
12:14:10 #10 63.96   emacs-filesystem-1:28.1-2.fc36.noarch                                         
12:14:10 #10 63.96   enchant-1:1.6.0-30.fc36.x86_64                                                
12:14:10 #10 63.96   file-5.41-4.fc36.x86_64                                                       
12:14:10 #10 63.96   fonts-srpm-macros-1:2.0.5-7.fc36.noarch                                       
12:14:10 #10 63.96   fpc-srpm-macros-1.3-5.fc36.noarch                                             
12:14:10 #10 63.96   gdb-minimal-12.1-1.fc36.x86_64                                                
12:14:10 #10 63.96   gdk-pixbuf2-2.42.9-1.fc36.x86_64                                              
12:14:10 #10 63.96   ghc-srpm-macros-1.5.0-6.fc36.noarch                                           
12:14:10 #10 63.96   glibc-gconv-extra-2.35-4.fc36.x86_64                                          
12:14:10 #10 63.96   gnat-srpm-macros-4-15.fc36.noarch                                             
12:14:10 #10 63.96   go-srpm-macros-3.2.0-1.fc36.noarch                                            
12:14:10 #10 63.96   groff-base-1.22.4-9.fc36.x86_64                                               
12:14:10 #10 63.96   hunspell-1.7.0-19.fc36.x86_64                                                 
12:14:10 #10 63.96   hunspell-en-0.20140811.1-22.fc36.noarch                                       
12:14:10 #10 63.96   hunspell-en-GB-0.20140811.1-22.fc36.noarch                                    
12:14:10 #10 63.96   hunspell-en-US-0.20140811.1-22.fc36.noarch                                    
12:14:10 #10 63.96   hunspell-filesystem-1.7.0-19.fc36.x86_64                                      
12:14:10 #10 63.96   info-6.8-3.fc36.x86_64                                                        
12:14:10 #10 63.96   json-glib-1.6.6-2.fc36.x86_64                                                 
12:14:10 #10 63.96   kernel-srpm-macros-1.0-14.fc36.noarch                                         
12:14:10 #10 63.96   libappstream-glib-0.8.0-4.fc36.x86_64                                         
12:14:10 #10 63.96   libjpeg-turbo-2.1.2-2.fc36.x86_64                                             
12:14:10 #10 63.96   libpkgconf-1.8.0-2.fc36.x86_64                                                
12:14:10 #10 63.96   libpng-2:1.6.37-12.fc36.x86_64                                                
12:14:10 #10 63.96   libstemmer-0-18.585svn.fc36.x86_64                                            
12:14:10 #10 63.96   lua-srpm-macros-1-6.fc36.noarch                                               
12:14:10 #10 63.96   ncurses-6.2-9.20210508.fc36.x86_64                                            
12:14:10 #10 63.96   nim-srpm-macros-3-6.fc36.noarch                                               
12:14:10 #10 63.96   ocaml-srpm-macros-6-6.fc36.noarch                                             
12:14:10 #10 63.96   openblas-srpm-macros-2-11.fc36.noarch                                         
12:14:10 #10 63.96   package-notes-srpm-macros-0.4-14.fc36.noarch                                  
12:14:10 #10 63.96   patch-2.7.6-16.fc36.x86_64                                                    
12:14:10 #10 63.96   perl-AutoLoader-5.74-486.fc36.noarch                                          
12:14:10 #10 63.96   perl-B-1.82-486.fc36.x86_64                                                   
12:14:10 #10 63.96   perl-Carp-1.52-479.fc36.noarch                                                
12:14:10 #10 63.96   perl-Class-Struct-0.66-486.fc36.noarch                                        
12:14:10 #10 63.96   perl-Data-Dumper-2.183-3.fc36.x86_64                                          
12:14:10 #10 63.96   perl-Digest-1.20-2.fc36.noarch                                                
12:14:10 #10 63.96   perl-Digest-MD5-2.58-479.fc36.x86_64                                          
12:14:10 #10 63.96   perl-DynaLoader-1.50-486.fc36.x86_64                                          
12:14:10 #10 63.96   perl-Encode-4:3.17-485.fc36.x86_64                                            
12:14:10 #10 63.96   perl-Errno-1.33-486.fc36.x86_64                                               
12:14:10 #10 63.96   perl-Exporter-5.76-480.fc36.noarch                                            
12:14:10 #10 63.96   perl-Fcntl-1.14-486.fc36.x86_64                                               
12:14:10 #10 63.96   perl-File-Basename-2.85-486.fc36.noarch                                       
12:14:10 #10 63.96   perl-File-Path-2.18-479.fc36.noarch                                           
12:14:10 #10 63.96   perl-File-Temp-1:0.231.100-479.fc36.noarch                                    
12:14:10 #10 63.96   perl-File-stat-1.09-486.fc36.noarch                                           
12:14:10 #10 63.96   perl-FileHandle-2.03-486.fc36.noarch                                          
12:14:10 #10 63.96   perl-Getopt-Long-1:2.52-479.fc36.noarch                                       
12:14:10 #10 63.96   perl-Getopt-Std-1.13-486.fc36.noarch                                          
12:14:10 #10 63.96   perl-HTTP-Tiny-0.082-1.fc36.noarch                                            
12:14:10 #10 63.96   perl-IO-1.46-486.fc36.x86_64                                                  
12:14:10 #10 63.96   perl-IO-Socket-IP-0.41-480.fc36.noarch                                        
12:14:10 #10 63.96   perl-IO-Socket-SSL-2.074-2.fc36.noarch                                        
12:14:10 #10 63.96   perl-IPC-Open3-1.21-486.fc36.noarch                                           
12:14:10 #10 63.96   perl-MIME-Base64-3.16-479.fc36.x86_64                                         
12:14:10 #10 63.96   perl-Mozilla-CA-20211001-2.fc36.noarch                                        
12:14:10 #10 63.96   perl-NDBM_File-1.15-486.fc36.x86_64                                           
12:14:10 #10 63.96   perl-Net-SSLeay-1.92-2.fc36.x86_64                                            
12:14:10 #10 63.96   perl-POSIX-1.97-486.fc36.x86_64                                               
12:14:10 #10 63.96   perl-PathTools-3.80-479.fc36.x86_64                                           
12:14:10 #10 63.96   perl-Pod-Escapes-1:1.07-479.fc36.noarch                                       
12:14:10 #10 63.96   perl-Pod-Perldoc-3.28.01-480.fc36.noarch                                      
12:14:10 #10 63.96   perl-Pod-Simple-1:3.43-3.fc36.noarch                                          
12:14:10 #10 63.96   perl-Pod-Usage-4:2.01-479.fc36.noarch                                         
12:14:10 #10 63.96   perl-Scalar-List-Utils-5:1.63-489.fc36.x86_64                                 
12:14:10 #10 63.96   perl-SelectSaver-1.02-486.fc36.noarch                                         
12:14:10 #10 63.96   perl-Socket-4:2.036-1.fc36.x86_64                                             
12:14:10 #10 63.96   perl-Storable-1:3.25-2.fc36.x86_64                                            
12:14:10 #10 63.96   perl-Symbol-1.09-486.fc36.noarch                                              
12:14:10 #10 63.96   perl-Term-ANSIColor-5.01-480.fc36.noarch                                      
12:14:10 #10 63.96   perl-Term-Cap-1.17-479.fc36.noarch                                            
12:14:10 #10 63.96   perl-Text-ParseWords-3.31-1.fc36.noarch                                       
12:14:10 #10 63.96   perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch                                   
12:14:10 #10 63.96   perl-Time-Local-2:1.300-479.fc36.noarch                                       
12:14:10 #10 63.96   perl-URI-5.10-1.fc36.noarch                                                   
12:14:10 #10 63.96   perl-base-2.27-486.fc36.noarch                                                
12:14:10 #10 63.96   perl-constant-1.33-480.fc36.noarch                                            
12:14:10 #10 63.96   perl-if-0.60.900-486.fc36.noarch                                              
12:14:10 #10 63.96   perl-interpreter-4:5.34.1-486.fc36.x86_64                                     
12:14:10 #10 63.96   perl-libnet-3.13-480.fc36.noarch                                              
12:14:10 #10 63.96   perl-libs-4:5.34.1-486.fc36.x86_64                                            
12:14:10 #10 63.96   perl-mro-1.25-486.fc36.x86_64                                                 
12:14:10 #10 63.96   perl-overload-1.33-486.fc36.noarch                                            
12:14:10 #10 63.96   perl-overloading-0.02-486.fc36.noarch                                         
12:14:10 #10 63.96   perl-parent-1:0.238-479.fc36.noarch                                           
12:14:10 #10 63.96   perl-podlators-1:4.14-479.fc36.noarch                                         
12:14:10 #10 63.96   perl-srpm-macros-1-43.fc36.noarch                                             
12:14:10 #10 63.96   perl-subs-1.04-486.fc36.noarch                                                
12:14:10 #10 63.96   perl-vars-1.05-486.fc36.noarch                                                
12:14:10 #10 63.96   pkgconf-1.8.0-2.fc36.x86_64                                                   
12:14:10 #10 63.96   pkgconf-m4-1.8.0-2.fc36.noarch                                                
12:14:10 #10 63.96   pkgconf-pkg-config-1.8.0-2.fc36.x86_64                                        
12:14:10 #10 63.96   python-srpm-macros-3.10-19.fc36.noarch                                        
12:14:10 #10 63.96   python3-construct-2.10.68-1.fc36.noarch                                       
12:14:10 #10 63.96   python3-dateutil-1:2.8.1-8.fc36.noarch                                        
12:14:10 #10 63.96   python3-dbus-1.2.18-3.fc36.x86_64                                             
12:14:10 #10 63.96   python3-distro-1.6.0-2.fc36.noarch                                            
12:14:10 #10 63.96   python3-dnf-plugins-core-4.3.1-1.fc36.noarch                                  
12:14:10 #10 63.96   python3-enchant-3.2.2-2.fc36.noarch                                           
12:14:10 #10 63.96   python3-pybeam-0.7-2.fc36.noarch                                              
12:14:10 #10 63.96   python3-pyxdg-0.27-4.fc36.noarch                                              
12:14:10 #10 63.96   python3-six-1.16.0-5.fc36.noarch                                              
12:14:10 #10 63.96   python3-toml-0.10.2-6.fc36.noarch                                             
12:14:10 #10 63.96   python3-zstd-1.4.5.1-6.fc36.x86_64                                            
12:14:10 #10 63.96   qt5-srpm-macros-5.15.6-1.fc36.noarch                                          
12:14:10 #10 63.96   redhat-rpm-config-222-1.fc36.noarch                                           
12:14:10 #10 63.96   rpm-build-4.17.1-3.fc36.x86_64                                                
12:14:10 #10 63.96   rpmautospec-rpm-macros-0.3.0-1.fc36.noarch                                    
12:14:10 #10 63.96   rpmlint-2.2.0-6.fc36.noarch                                                   
12:14:10 #10 63.96   rpmlint-fedora-license-data-1.4-1.fc36.noarch                                 
12:14:10 #10 63.96   rust-srpm-macros-22-1.fc36.noarch                                             
12:14:10 #10 63.96   shared-mime-info-2.1-3.fc35.x86_64                                            
12:14:10 #10 63.96   unzip-6.0-57.fc36.x86_64                                                      
12:14:10 #10 63.96   xxhash-libs-0.8.1-2.fc36.x86_64                                               
12:14:10 #10 63.96   xz-5.2.5-9.fc36.x86_64                                                        
12:14:10 #10 63.96   zip-3.0-32.fc36.x86_64                                                        
12:14:10 #10 63.96   zstd-1.5.2-2.fc36.x86_64                                                      
12:14:10 #10 63.96 
12:14:10 #10 63.96 Complete!
12:14:10 #10 DONE 64.1s
12:14:10 
12:14:10 #11 [stage-1 3/6] COPY SPECS /root/rpmbuild/SPECS
12:14:10 #11 DONE 0.1s
12:14:10 
12:14:10 #12 [stage-1 4/6] RUN   if [ "$(uname -m)" = "x86_64" ]; then     dnf builddep -y /root/rpmbuild/SPECS/*.spec;   else     dnf builddep -y /root/rpmbuild/SPECS/docker-c*.spec;   fi
12:14:11 #12 1.457 Last metadata expiration check: 0:00:17 ago on Mon Oct  3 12:13:54 2022.
12:14:12 #12 2.257 Package bash-5.1.16-2.fc36.x86_64 is already installed.
12:14:12 #12 2.266 Package bash-5.1.16-2.fc36.x86_64 is already installed.
12:14:12 #12 2.267 Package ca-certificates-2021.2.52-3.fc36.noarch is already installed.
12:14:12 #12 2.267 Package libarchive-3.5.3-1.fc36.x86_64 is already installed.
12:14:12 #12 2.268 Package pkgconf-pkg-config-1.8.0-2.fc36.x86_64 is already installed.
12:14:12 #12 2.269 Package tar-2:1.34-3.fc36.x86_64 is already installed.
12:14:12 #12 2.278 Package bash-5.1.16-2.fc36.x86_64 is already installed.
12:14:12 #12 2.294 Package bash-5.1.16-2.fc36.x86_64 is already installed.
12:14:13 #12 2.398 Dependencies resolved.
12:14:13 #12 2.425 ================================================================================
12:14:13 #12 2.425  Package                       Arch    Version                   Repo      Size
12:14:13 #12 2.425 ================================================================================
12:14:13 #12 2.425 Installing:
12:14:13 #12 2.425  btrfs-progs-devel             x86_64  5.18-1.fc36               updates   55 k
12:14:13 #12 2.425  cmake                         x86_64  3.22.2-1.fc36             fedora   6.3 M
12:14:13 #12 2.425  device-mapper-devel           x86_64  1.02.175-7.fc36           fedora    43 k
12:14:13 #12 2.425  gcc                           x86_64  12.2.1-2.fc36             updates   33 M
12:14:13 #12 2.425  git                           x86_64  2.37.3-1.fc36             updates   65 k
12:14:13 #12 2.425  glibc-static                  x86_64  2.35-17.fc36              updates  1.9 M
12:14:13 #12 2.425  libseccomp-devel              x86_64  2.5.3-2.fc36              fedora    53 k
12:14:13 #12 2.425  libselinux-devel              x86_64  3.3-4.fc36                fedora   113 k
12:14:13 #12 2.425  libtool                       x86_64  2.4.7-1.fc36              updates  593 k
12:14:13 #12 2.425  libtool-ltdl-devel            x86_64  2.4.7-1.fc36              updates  157 k
12:14:13 #12 2.425  make                          x86_64  1:4.3-7.fc36              fedora   535 k
12:14:13 #12 2.425  selinux-policy-devel          noarch  36.15-1.fc36              updates  817 k
12:14:13 #12 2.425  systemd                       x86_64  250.8-1.fc36              updates  4.2 M
12:14:13 #12 2.425  systemd-devel                 x86_64  250.8-1.fc36              updates  451 k
12:14:13 #12 2.425  which                         x86_64  2.21-32.fc36              fedora    42 k
12:14:13 #12 2.425 Upgrading:
12:14:13 #12 2.425  glibc                         x86_64  2.35-17.fc36              updates  2.1 M
12:14:13 #12 2.425  glibc-common                  x86_64  2.35-17.fc36              updates  333 k
12:14:13 #12 2.425  glibc-gconv-extra             x86_64  2.35-17.fc36              updates  1.6 M
12:14:13 #12 2.425  glibc-minimal-langpack        x86_64  2.35-17.fc36              updates   56 k
12:14:13 #12 2.425  libgcc                        x86_64  12.2.1-2.fc36             updates  106 k
12:14:13 #12 2.425  libgomp                       x86_64  12.2.1-2.fc36             updates  293 k
12:14:13 #12 2.425  systemd-libs                  x86_64  250.8-1.fc36              updates  614 k
12:14:13 #12 2.425 Installing dependencies:
12:14:13 #12 2.425  annobin-docs                  noarch  10.81-1.fc36              updates   91 k
12:14:13 #12 2.425  annobin-plugin-gcc            x86_64  10.81-1.fc36              updates  882 k
12:14:13 #12 2.425  autoconf                      noarch  2.71-2.fc36               fedora   718 k
12:14:13 #12 2.425  automake                      noarch  1.16.5-7.fc36             updates  675 k
12:14:13 #12 2.425  btrfs-progs                   x86_64  5.18-1.fc36               updates  957 k
12:14:13 #12 2.425  checkpolicy                   x86_64  3.3-2.fc36                fedora   339 k
12:14:13 #12 2.425  cmake-data                    noarch  3.22.2-1.fc36             fedora   1.6 M
12:14:13 #12 2.425  cmake-filesystem              x86_64  3.22.2-1.fc36             fedora    18 k
12:14:13 #12 2.425  cmake-rpm-macros              noarch  3.22.2-1.fc36             fedora    17 k
12:14:13 #12 2.425  cpp                           x86_64  12.2.1-2.fc36             updates   11 M
12:14:13 #12 2.425  dbus                          x86_64  1:1.14.0-1.fc36           fedora   7.5 k
12:14:13 #12 2.425  dbus-broker                   x86_64  32-1.fc36                 updates  175 k
12:14:13 #12 2.425  dbus-common                   noarch  1:1.14.0-1.fc36           fedora    14 k
12:14:13 #12 2.425  device-mapper                 x86_64  1.02.175-7.fc36           fedora   139 k
12:14:13 #12 2.425  device-mapper-libs            x86_64  1.02.175-7.fc36           fedora   177 k
12:14:13 #12 2.425  e2fsprogs-libs                x86_64  1.46.5-2.fc36             fedora   222 k
12:14:13 #12 2.425  gc                            x86_64  8.0.6-3.fc36              updates  103 k
12:14:13 #12 2.425  gcc-plugin-annobin            x86_64  12.2.1-2.fc36             updates   51 k
12:14:13 #12 2.425  git-core                      x86_64  2.37.3-1.fc36             updates  4.0 M
12:14:13 #12 2.425  git-core-doc                  noarch  2.37.3-1.fc36             updates  2.4 M
12:14:13 #12 2.425  glibc-devel                   x86_64  2.35-17.fc36              updates   67 k
12:14:13 #12 2.425  glibc-headers-x86             noarch  2.35-17.fc36              updates  472 k
12:14:13 #12 2.425  guile22                       x86_64  2.2.7-5.fc36              fedora   6.4 M
12:14:13 #12 2.425  jsoncpp                       x86_64  1.9.5-2.fc36              fedora    98 k
12:14:13 #12 2.425  kernel-headers                x86_64  5.19.4-200.fc36           updates  1.3 M
12:14:13 #12 2.425  kmod-libs                     x86_64  29-7.fc36                 fedora    68 k
12:14:13 #12 2.425  less                          x86_64  590-5.fc36                updates  161 k
12:14:13 #12 2.425  libargon2                     x86_64  20171227-9.fc36           updates   28 k
12:14:13 #12 2.425  libbtrfs                      x86_64  5.18-1.fc36               updates   28 k
12:14:13 #12 2.425  libbtrfsutil                  x86_64  5.18-1.fc36               updates   32 k
12:14:13 #12 2.425  libcbor                       x86_64  0.7.0-5.fc36              fedora    56 k
12:14:13 #12 2.425  libedit                       x86_64  3.1-41.20210910cvs.fc36   fedora   104 k
12:14:13 #12 2.425  libfdisk                      x86_64  2.38-0.2.fc36             fedora   158 k
12:14:13 #12 2.425  libfido2                      x86_64  1.10.0-3.fc36             fedora    95 k
12:14:13 #12 2.425  libmpc                        x86_64  1.2.1-4.fc36              fedora    61 k
12:14:13 #12 2.425  libseccomp                    x86_64  2.5.3-2.fc36              fedora    70 k
12:14:13 #12 2.425  libselinux-utils              x86_64  3.3-4.fc36                fedora   142 k
12:14:13 #12 2.425  libsepol-devel                x86_64  3.3-3.fc36                fedora    40 k
12:14:13 #12 2.425  libtool-ltdl                  x86_64  2.4.7-1.fc36              updates   37 k
12:14:13 #12 2.425  libutempter                   x86_64  1.2.1-6.fc36              fedora    26 k
12:14:13 #12 2.425  libuv                         x86_64  1:1.44.2-1.fc36           updates  151 k
12:14:13 #12 2.425  libxcrypt-devel               x86_64  4.4.28-1.fc36             fedora    29 k
12:14:13 #12 2.425  libxcrypt-static              x86_64  4.4.28-1.fc36             fedora   109 k
12:14:13 #12 2.425  lzo                           x86_64  2.10-6.fc36               fedora    66 k
12:14:13 #12 2.425  m4                            x86_64  1.4.19-3.fc36             fedora   296 k
12:14:13 #12 2.425  openssh                       x86_64  8.8p1-1.fc36.1            fedora   451 k
12:14:13 #12 2.425  openssh-clients               x86_64  8.8p1-1.fc36.1            fedora   703 k
12:14:13 #12 2.425  pcre2-devel                   x86_64  10.39-1.fc36.1            fedora   474 k
12:14:13 #12 2.425  pcre2-utf16                   x86_64  10.39-1.fc36.1            fedora   212 k
12:14:13 #12 2.425  pcre2-utf32                   x86_64  10.39-1.fc36.1            fedora   198 k
12:14:13 #12 2.425  perl-Error                    noarch  1:0.17029-8.fc36          fedora    41 k
12:14:13 #12 2.425  perl-File-Compare             noarch  1.100.600-486.fc36        fedora    18 k
12:14:13 #12 2.425  perl-File-Copy                noarch  2.35-486.fc36             fedora    25 k
12:14:13 #12 2.425  perl-File-Find                noarch  1.39-486.fc36             fedora    30 k
12:14:13 #12 2.425  perl-Git                      noarch  2.37.3-1.fc36             updates   42 k
12:14:13 #12 2.425  perl-TermReadKey              x86_64  2.38-12.fc36              fedora    36 k
12:14:13 #12 2.425  perl-Thread-Queue             noarch  3.14-479.fc36             fedora    21 k
12:14:13 #12 2.425  perl-lib                      x86_64  0.65-486.fc36             fedora    20 k
12:14:13 #12 2.425  perl-threads                  x86_64  1:2.26-449.fc36           fedora    57 k
12:14:13 #12 2.425  perl-threads-shared           x86_64  1.62-479.fc36             fedora    44 k
12:14:13 #12 2.425  policycoreutils               x86_64  3.3-4.fc36                fedora   202 k
12:14:13 #12 2.425  policycoreutils-devel         x86_64  3.3-4.fc36                fedora   142 k
12:14:13 #12 2.425  policycoreutils-python-utils  noarch  3.3-4.fc36                fedora    72 k
12:14:13 #12 2.425  python3-audit                 x86_64  3.0.8-1.fc36              fedora    82 k
12:14:13 #12 2.425  python3-libselinux            x86_64  3.3-4.fc36                fedora   186 k
12:14:13 #12 2.425  python3-libsemanage           x86_64  3.3-3.fc36                fedora    80 k
12:14:13 #12 2.425  python3-policycoreutils       noarch  3.3-4.fc36                fedora   2.0 M
12:14:13 #12 2.425  python3-setools               x86_64  4.4.0-5.fc36              fedora   552 k
12:14:13 #12 2.425  python3-setuptools            noarch  59.6.0-2.fc36             fedora   936 k
12:14:13 #12 2.425  rhash                         x86_64  1.4.2-2.fc36              fedora   185 k
12:14:13 #12 2.425  rpm-plugin-selinux            x86_64  4.17.1-3.fc36             updates   18 k
12:14:13 #12 2.425  selinux-policy                noarch  36.15-1.fc36              updates   69 k
12:14:13 #12 2.425  selinux-policy-targeted       noarch  36.15-1.fc36              updates  6.4 M
12:14:13 #12 2.425  systemd-pam                   x86_64  250.8-1.fc36              updates  333 k
12:14:13 #12 2.425  systemd-rpm-macros            noarch  250.8-1.fc36              updates   28 k
12:14:13 #12 2.425  util-linux                    x86_64  2.38-0.2.fc36             fedora   2.2 M
12:14:13 #12 2.425  vim-filesystem                noarch  2:9.0.475-1.fc36          updates   20 k
12:14:13 #12 2.425  xkeyboard-config              noarch  2.35.1-1.fc36             fedora   878 k
12:14:13 #12 2.425 Installing weak dependencies:
12:14:13 #12 2.425  cryptsetup-libs               x86_64  2.4.3-2.fc36              fedora   432 k
12:14:13 #12 2.425  libbpf                        x86_64  2:0.7.0-3.fc36            updates  159 k
12:14:13 #12 2.425  libxkbcommon                  x86_64  1.4.0-1.fc36              fedora   140 k
12:14:13 #12 2.425  qrencode-libs                 x86_64  4.1.1-2.fc36              fedora    61 k
12:14:13 #12 2.425  systemd-networkd              x86_64  250.8-1.fc36              updates  617 k
12:14:13 #12 2.425  systemd-resolved              x86_64  250.8-1.fc36              updates  275 k
12:14:13 #12 2.425 
12:14:13 #12 2.425 Transaction Summary
12:14:13 #12 2.425 ================================================================================
12:14:13 #12 2.425 Install  99 Packages
12:14:13 #12 2.425 Upgrade   7 Packages
12:14:13 #12 2.425 
12:14:13 #12 2.430 Total download size: 105 M
12:14:13 #12 2.431 Downloading Packages:
12:14:13 #12 3.227 (1/106): checkpolicy-3.3-2.fc36.x86_64.rpm      1.9 MB/s | 339 kB     00:00    
12:14:13 #12 3.255 (2/106): autoconf-2.71-2.fc36.noarch.rpm        3.4 MB/s | 718 kB     00:00    
12:14:13 #12 3.272 (3/106): cmake-filesystem-3.22.2-1.fc36.x86_64. 1.1 MB/s |  18 kB     00:00    
12:14:13 #12 3.301 (4/106): cmake-rpm-macros-3.22.2-1.fc36.noarch. 634 kB/s |  17 kB     00:00    
12:14:13 #12 3.333 (5/106): cmake-data-3.22.2-1.fc36.noarch.rpm     15 MB/s | 1.6 MB     00:00    
12:14:13 #12 3.393 (6/106): cmake-3.22.2-1.fc36.x86_64.rpm          18 MB/s | 6.3 MB     00:00    
12:14:13 #12 3.396 (7/106): dbus-1.14.0-1.fc36.x86_64.rpm          120 kB/s | 7.5 kB     00:00    
12:14:13 #12 3.434 (8/106): dbus-common-1.14.0-1.fc36.noarch.rpm   352 kB/s |  14 kB     00:00    
12:14:13 #12 3.458 (9/106): cryptsetup-libs-2.4.3-2.fc36.x86_64.rp 2.7 MB/s | 432 kB     00:00    
12:14:13 #12 3.462 (10/106): device-mapper-1.02.175-7.fc36.x86_64. 2.1 MB/s | 139 kB     00:00    
12:14:13 #12 3.498 (11/106): device-mapper-devel-1.02.175-7.fc36.x 674 kB/s |  43 kB     00:00    
12:14:13 #12 3.507 (12/106): device-mapper-libs-1.02.175-7.fc36.x8 3.5 MB/s | 177 kB     00:00    
12:14:13 #12 3.545 (13/106): e2fsprogs-libs-1.46.5-2.fc36.x86_64.r 2.6 MB/s | 222 kB     00:00    
12:14:13 #12 3.582 (14/106): jsoncpp-1.9.5-2.fc36.x86_64.rpm       1.3 MB/s |  98 kB     00:00    
12:14:14 #12 3.607 (15/106): libcbor-0.7.0-5.fc36.x86_64.rpm       2.2 MB/s |  56 kB     00:00    
12:14:14 #12 3.619 (16/106): kmod-libs-29-7.fc36.x86_64.rpm        927 kB/s |  68 kB     00:00    
12:14:14 #12 3.671 (17/106): guile22-2.2.7-5.fc36.x86_64.rpm        37 MB/s | 6.4 MB     00:00    
12:14:14 #12 3.675 (18/106): libedit-3.1-41.20210910cvs.fc36.x86_6 1.5 MB/s | 104 kB     00:00    
12:14:14 #12 3.680 (19/106): libfdisk-2.38-0.2.fc36.x86_64.rpm     2.6 MB/s | 158 kB     00:00    
12:14:14 #12 3.688 (20/106): libfido2-1.10.0-3.fc36.x86_64.rpm     5.6 MB/s |  95 kB     00:00    
12:14:14 #12 3.706 (21/106): libmpc-1.2.1-4.fc36.x86_64.rpm        2.0 MB/s |  61 kB     00:00    
12:14:14 #12 3.739 (22/106): libseccomp-2.5.3-2.fc36.x86_64.rpm    1.2 MB/s |  70 kB     00:00    
12:14:14 #12 3.753 (23/106): libseccomp-devel-2.5.3-2.fc36.x86_64. 828 kB/s |  53 kB     00:00    
12:14:14 #12 3.763 (24/106): libselinux-devel-3.3-4.fc36.x86_64.rp 2.0 MB/s | 113 kB     00:00    
12:14:14 #12 3.794 (25/106): libutempter-1.2.1-6.fc36.x86_64.rpm   853 kB/s |  26 kB     00:00    
12:14:14 #12 3.798 (26/106): libsepol-devel-3.3-3.fc36.x86_64.rpm  911 kB/s |  40 kB     00:00    
12:14:14 #12 3.806 (27/106): libselinux-utils-3.3-4.fc36.x86_64.rp 2.1 MB/s | 142 kB     00:00    
12:14:14 #12 3.809 (28/106): libxcrypt-devel-4.4.28-1.fc36.x86_64. 2.0 MB/s |  29 kB     00:00    
12:14:14 #12 3.814 (29/106): libxcrypt-static-4.4.28-1.fc36.x86_64 6.8 MB/s | 109 kB     00:00    
12:14:14 #12 3.848 (30/106): lzo-2.10-6.fc36.x86_64.rpm            1.7 MB/s |  66 kB     00:00    
12:14:14 #12 3.853 (31/106): libxkbcommon-1.4.0-1.fc36.x86_64.rpm  3.0 MB/s | 140 kB     00:00    
12:14:14 #12 3.892 (32/106): openssh-8.8p1-1.fc36.1.x86_64.rpm      11 MB/s | 451 kB     00:00    
12:14:14 #12 3.903 (33/106): make-4.3-7.fc36.x86_64.rpm            9.6 MB/s | 535 kB     00:00    
12:14:14 #12 3.918 (34/106): m4-1.4.19-3.fc36.x86_64.rpm           2.8 MB/s | 296 kB     00:00    
12:14:14 #12 3.943 (35/106): openssh-clients-8.8p1-1.fc36.1.x86_64  14 MB/s | 703 kB     00:00    
12:14:14 #12 3.966 (36/106): pcre2-devel-10.39-1.fc36.1.x86_64.rpm 7.5 MB/s | 474 kB     00:00    
12:14:14 #12 3.977 (37/106): pcre2-utf32-10.39-1.fc36.1.x86_64.rpm 5.9 MB/s | 198 kB     00:00    
12:14:14 #12 3.981 (38/106): perl-Error-0.17029-8.fc36.noarch.rpm  2.7 MB/s |  41 kB     00:00    
12:14:14 #12 3.990 (39/106): pcre2-utf16-10.39-1.fc36.1.x86_64.rpm 2.9 MB/s | 212 kB     00:00    
12:14:14 #12 4.015 (40/106): perl-File-Copy-2.35-486.fc36.noarch.r 750 kB/s |  25 kB     00:00    
12:14:14 #12 4.021 (41/106): perl-File-Compare-1.100.600-486.fc36. 415 kB/s |  18 kB     00:00    
12:14:14 #12 4.034 (42/106): perl-File-Find-1.39-486.fc36.noarch.r 692 kB/s |  30 kB     00:00    
12:14:14 #12 4.048 (43/106): perl-TermReadKey-2.38-12.fc36.x86_64. 1.1 MB/s |  36 kB     00:00    
12:14:14 #12 4.051 (44/106): perl-lib-0.65-486.fc36.x86_64.rpm     1.2 MB/s |  20 kB     00:00    
12:14:14 #12 4.069 (45/106): perl-Thread-Queue-3.14-479.fc36.noarc 451 kB/s |  21 kB     00:00    
12:14:14 #12 4.105 (46/106): perl-threads-shared-1.62-479.fc36.x86 821 kB/s |  44 kB     00:00    
12:14:14 #12 4.109 (47/106): perl-threads-2.26-449.fc36.x86_64.rpm 947 kB/s |  57 kB     00:00    
12:14:14 #12 4.143 (48/106): policycoreutils-3.3-4.fc36.x86_64.rpm 2.7 MB/s | 202 kB     00:00    
12:14:14 #12 4.154 (49/106): policycoreutils-python-utils-3.3-4.fc 1.6 MB/s |  72 kB     00:00    
12:14:14 #12 4.166 (50/106): policycoreutils-devel-3.3-4.fc36.x86_ 2.3 MB/s | 142 kB     00:00    
12:14:14 #12 4.183 (51/106): python3-libsemanage-3.3-3.fc36.x86_64 4.9 MB/s |  80 kB     00:00    
12:14:14 #12 4.206 (52/106): python3-libselinux-3.3-4.fc36.x86_64. 3.5 MB/s | 186 kB     00:00    
12:14:14 #12 4.210 (53/106): python3-audit-3.0.8-1.fc36.x86_64.rpm 1.2 MB/s |  82 kB     00:00    
12:14:14 #12 4.279 (54/106): python3-policycoreutils-3.3-4.fc36.no  21 MB/s | 2.0 MB     00:00    
12:14:15 #12 4.290 (55/106): python3-setools-4.4.0-5.fc36.x86_64.r 6.5 MB/s | 552 kB     00:00    
12:14:15 #12 4.299 (56/106): python3-setuptools-59.6.0-2.fc36.noar  10 MB/s | 936 kB     00:00    
12:14:15 #12 4.404 (57/106): qrencode-libs-4.1.1-2.fc36.x86_64.rpm 494 kB/s |  61 kB     00:00    
12:14:15 #12 4.422 (58/106): rhash-1.4.2-2.fc36.x86_64.rpm         1.4 MB/s | 185 kB     00:00    
12:14:15 #12 4.474 (59/106): util-linux-2.38-0.2.fc36.x86_64.rpm    13 MB/s | 2.2 MB     00:00    
12:14:15 #12 4.479 (60/106): which-2.21-32.fc36.x86_64.rpm         567 kB/s |  42 kB     00:00    
12:14:15 #12 4.569 (61/106): xkeyboard-config-2.35.1-1.fc36.noarch 5.9 MB/s | 878 kB     00:00    
12:14:15 #12 4.581 (62/106): annobin-docs-10.81-1.fc36.noarch.rpm  854 kB/s |  91 kB     00:00    
12:14:15 #12 4.613 (63/106): annobin-plugin-gcc-10.81-1.fc36.x86_6 6.4 MB/s | 882 kB     00:00    
12:14:15 #12 4.634 (64/106): btrfs-progs-5.18-1.fc36.x86_64.rpm     19 MB/s | 957 kB     00:00    
12:14:15 #12 4.640 (65/106): btrfs-progs-devel-5.18-1.fc36.x86_64. 2.3 MB/s |  55 kB     00:00    
12:14:15 #12 4.654 (66/106): automake-1.16.5-7.fc36.noarch.rpm     7.8 MB/s | 675 kB     00:00    
12:14:15 #12 4.661 (67/106): dbus-broker-32-1.fc36.x86_64.rpm      9.2 MB/s | 175 kB     00:00    
12:14:15 #12 4.677 (68/106): gc-8.0.6-3.fc36.x86_64.rpm            4.6 MB/s | 103 kB     00:00    
12:14:15 #12 4.694 (69/106): gcc-plugin-annobin-12.2.1-2.fc36.x86_ 3.6 MB/s |  51 kB     00:00    
12:14:15 #12 4.711 (70/106): git-2.37.3-1.fc36.x86_64.rpm          4.0 MB/s |  65 kB     00:00    
12:14:15 #12 4.768 (71/106): cpp-12.2.1-2.fc36.x86_64.rpm           78 MB/s |  11 MB     00:00    
12:14:15 #12 4.851 (72/106): git-core-doc-2.37.3-1.fc36.noarch.rpm  30 MB/s | 2.4 MB     00:00    
12:14:15 #12 4.882 (73/106): git-core-2.37.3-1.fc36.x86_64.rpm      24 MB/s | 4.0 MB     00:00    
12:14:15 #12 4.885 (74/106): glibc-devel-2.35-17.fc36.x86_64.rpm   1.9 MB/s |  67 kB     00:00    
12:14:15 #12 4.903 (75/106): glibc-headers-x86-2.35-17.fc36.noarch  23 MB/s | 472 kB     00:00    
12:14:15 #12 4.944 (76/106): glibc-static-2.35-17.fc36.x86_64.rpm   33 MB/s | 1.9 MB     00:00    
12:14:15 #12 4.968 (77/106): kernel-headers-5.19.4-200.fc36.x86_64  21 MB/s | 1.3 MB     00:00    
12:14:15 #12 4.973 (78/106): less-590-5.fc36.x86_64.rpm            5.5 MB/s | 161 kB     00:00    
12:14:15 #12 4.979 (79/106): libargon2-20171227-9.fc36.x86_64.rpm  2.6 MB/s |  28 kB     00:00    
12:14:15 #12 4.986 (80/106): libbpf-0.7.0-3.fc36.x86_64.rpm         13 MB/s | 159 kB     00:00    
12:14:15 #12 4.991 (81/106): libbtrfs-5.18-1.fc36.x86_64.rpm       2.4 MB/s |  28 kB     00:00    
12:14:15 #12 4.997 (82/106): libbtrfsutil-5.18-1.fc36.x86_64.rpm   3.1 MB/s |  32 kB     00:00    
12:14:15 #12 5.013 (83/106): libtool-ltdl-2.4.7-1.fc36.x86_64.rpm  2.3 MB/s |  37 kB     00:00    
12:14:15 #12 5.024 (84/106): libtool-2.4.7-1.fc36.x86_64.rpm        18 MB/s | 593 kB     00:00    
12:14:15 #12 5.029 (85/106): libtool-ltdl-devel-2.4.7-1.fc36.x86_6 9.7 MB/s | 157 kB     00:00    
12:14:15 #12 5.037 (86/106): libuv-1.44.2-1.fc36.x86_64.rpm         12 MB/s | 151 kB     00:00    
12:14:15 #12 5.040 (87/106): perl-Git-2.37.3-1.fc36.noarch.rpm     3.9 MB/s |  42 kB     00:00    
12:14:15 #12 5.047 (88/106): rpm-plugin-selinux-4.17.1-3.fc36.x86_ 1.8 MB/s |  18 kB     00:00    
12:14:15 #12 5.051 (89/106): selinux-policy-36.15-1.fc36.noarch.rp 6.2 MB/s |  69 kB     00:00    
12:14:15 #12 5.072 (90/106): selinux-policy-devel-36.15-1.fc36.noa  33 MB/s | 817 kB     00:00    
12:14:15 #12 5.139 (91/106): selinux-policy-targeted-36.15-1.fc36.  73 MB/s | 6.4 MB     00:00    
12:14:15 #12 5.156 (92/106): systemd-devel-250.8-1.fc36.x86_64.rpm  27 MB/s | 451 kB     00:00    
12:14:15 #12 5.189 (93/106): systemd-250.8-1.fc36.x86_64.rpm        36 MB/s | 4.2 MB     00:00    
12:14:15 #12 5.198 (94/106): systemd-networkd-250.8-1.fc36.x86_64.  15 MB/s | 617 kB     00:00    
12:14:15 #12 5.209 (95/106): systemd-pam-250.8-1.fc36.x86_64.rpm    17 MB/s | 333 kB     00:00    
12:14:15 #12 5.215 (96/106): systemd-resolved-250.8-1.fc36.x86_64.  17 MB/s | 275 kB     00:00    
12:14:15 #12 5.219 (97/106): systemd-rpm-macros-250.8-1.fc36.noarc 2.7 MB/s |  28 kB     00:00    
12:14:15 #12 5.225 (98/106): vim-filesystem-9.0.475-1.fc36.noarch. 1.9 MB/s |  20 kB     00:00    
12:14:15 #12 5.242 (99/106): glibc-common-2.35-17.fc36.x86_64.rpm   20 MB/s | 333 kB     00:00    
12:14:15 #12 5.277 (100/106): glibc-2.35-17.fc36.x86_64.rpm         38 MB/s | 2.1 MB     00:00    
12:14:15 #12 5.291 (101/106): glibc-gconv-extra-2.35-17.fc36.x86_6  33 MB/s | 1.6 MB     00:00    
12:14:15 #12 5.294 (102/106): glibc-minimal-langpack-2.35-17.fc36. 3.3 MB/s |  56 kB     00:00    
12:14:15 #12 5.304 (103/106): libgcc-12.2.1-2.fc36.x86_64.rpm      8.4 MB/s | 106 kB     00:00    
12:14:15 #12 5.342 (104/106): libgomp-12.2.1-2.fc36.x86_64.rpm     6.1 MB/s | 293 kB     00:00    
12:14:15 #12 5.352 (105/106): systemd-libs-250.8-1.fc36.x86_64.rpm  13 MB/s | 614 kB     00:00    
12:14:16 #12 5.917 (106/106): gcc-12.2.1-2.fc36.x86_64.rpm          26 MB/s |  33 MB     00:01    
12:14:16 #12 5.918 --------------------------------------------------------------------------------
12:14:16 #12 5.919 Total                                            30 MB/s | 105 MB     00:03     
12:14:18 #12 7.813 Running transaction check
12:14:18 #12 8.010 Transaction check succeeded.
12:14:18 #12 8.010 Running transaction test
12:14:20 #12 9.309 Transaction test succeeded.
12:14:20 #12 9.309 Running transaction
12:14:21 #12 10.77   Running scriptlet: selinux-policy-targeted-36.15-1.fc36.noarch            1/1 
12:14:21 #12 10.91   Preparing        :                                                        1/1 
12:14:21 #12 10.96   Upgrading        : libgcc-12.2.1-2.fc36.x86_64                          1/113 
12:14:21 #12 10.97   Running scriptlet: libgcc-12.2.1-2.fc36.x86_64                          1/113 
12:14:21 #12 11.00   Upgrading        : glibc-common-2.35-17.fc36.x86_64                     2/113 
12:14:21 #12 11.09   Upgrading        : glibc-gconv-extra-2.35-17.fc36.x86_64                3/113 
12:14:21 #12 11.11   Running scriptlet: glibc-gconv-extra-2.35-17.fc36.x86_64                3/113 
12:14:21 #12 11.12   Upgrading        : glibc-minimal-langpack-2.35-17.fc36.x86_64           4/113 
12:14:21 #12 11.13   Running scriptlet: glibc-2.35-17.fc36.x86_64                            5/113 
12:14:21 #12 11.18   Upgrading        : glibc-2.35-17.fc36.x86_64                            5/113 
12:14:21 #12 11.19   Running scriptlet: glibc-2.35-17.fc36.x86_64                            5/113 
12:14:21 #12 11.24   Upgrading        : systemd-libs-250.8-1.fc36.x86_64                     6/113 
12:14:21 #12 11.25   Installing       : python3-libselinux-3.3-4.fc36.x86_64                 7/113 
12:14:21 #12 11.27   Installing       : checkpolicy-3.3-2.fc36.x86_64                        8/113 
12:14:21 #12 11.27   Installing       : libfdisk-2.38-0.2.fc36.x86_64                        9/113 
12:14:21 #12 11.28   Installing       : libmpc-1.2.1-4.fc36.x86_64                          10/113 
12:14:21 #12 11.29   Installing       : libseccomp-2.5.3-2.fc36.x86_64                      11/113 
12:14:21 #12 11.29   Installing       : m4-1.4.19-3.fc36.x86_64                             12/113 
12:14:21 #12 11.30   Installing       : perl-threads-1:2.26-449.fc36.x86_64                 13/113 
12:14:21 #12 11.31   Installing       : libtool-ltdl-2.4.7-1.fc36.x86_64                    14/113 
12:14:21 #12 11.31   Installing       : perl-File-Find-1.39-486.fc36.noarch                 15/113 
12:14:22 #12 11.32   Installing       : cmake-rpm-macros-3.22.2-1.fc36.noarch               16/113 
12:14:22 #12 11.32   Installing       : cmake-filesystem-3.22.2-1.fc36.x86_64               17/113 
12:14:22 #12 11.33   Installing       : perl-threads-shared-1.62-479.fc36.x86_64            18/113 
12:14:22 #12 11.34   Installing       : perl-Thread-Queue-3.14-479.fc36.noarch              19/113 
12:14:22 #12 11.53   Installing       : cpp-12.2.1-2.fc36.x86_64                            20/113 
12:14:22 #12 11.54   Installing       : python3-libsemanage-3.3-3.fc36.x86_64               21/113 
12:14:22 #12 11.55   Installing       : e2fsprogs-libs-1.46.5-2.fc36.x86_64                 22/113 
12:14:22 #12 11.56   Installing       : jsoncpp-1.9.5-2.fc36.x86_64                         23/113 
12:14:22 #12 11.56   Installing       : kmod-libs-29-7.fc36.x86_64                          24/113 
12:14:22 #12 11.57   Installing       : libcbor-0.7.0-5.fc36.x86_64                         25/113 
12:14:22 #12 11.58   Installing       : libfido2-1.10.0-3.fc36.x86_64                       26/113 
12:14:22 #12 11.58   Installing       : libedit-3.1-41.20210910cvs.fc36.x86_64              27/113 
12:14:22 #12 11.60   Installing       : libselinux-utils-3.3-4.fc36.x86_64                  28/113 
12:14:22 #12 11.61   Running scriptlet: libutempter-1.2.1-6.fc36.x86_64                     29/113 
12:14:22 #12 11.66   Installing       : libutempter-1.2.1-6.fc36.x86_64                     29/113 
12:14:22 #12 11.72   Installing       : util-linux-2.38-0.2.fc36.x86_64                     30/113 
12:14:22 #12 11.74   Installing       : policycoreutils-3.3-4.fc36.x86_64                   31/113 
12:14:22 #12 11.75   Running scriptlet: policycoreutils-3.3-4.fc36.x86_64                   31/113 
12:14:22 #12 11.76   Installing       : rpm-plugin-selinux-4.17.1-3.fc36.x86_64             32/113 
12:14:22 #12 11.76   Installing       : selinux-policy-36.15-1.fc36.noarch                  33/113 
12:14:22 #12 11.77   Running scriptlet: selinux-policy-36.15-1.fc36.noarch                  33/113 
12:14:22 #12 11.79   Running scriptlet: selinux-policy-targeted-36.15-1.fc36.noarch         34/113 
12:14:22 #12 11.98   Installing       : selinux-policy-targeted-36.15-1.fc36.noarch         34/113 
12:14:30 #12 12.00   Running scriptlet: selinux-policy-targeted-36.15-1.fc36.noarch         34/113 
12:14:30 #12 20.09   Running scriptlet: openssh-8.8p1-1.fc36.1.x86_64                       35/113 
12:14:30 #12 20.13   Installing       : openssh-8.8p1-1.fc36.1.x86_64                       35/113 
12:14:30 #12 20.15   Installing       : openssh-clients-8.8p1-1.fc36.1.x86_64               36/113 
12:14:30 #12 20.16   Running scriptlet: openssh-clients-8.8p1-1.fc36.1.x86_64               36/113 
12:14:30 #12 20.17   Installing       : lzo-2.10-6.fc36.x86_64                              37/113 
12:14:30 #12 20.20   Installing       : btrfs-progs-5.18-1.fc36.x86_64                      38/113 
12:14:30 #12 20.21   Installing       : pcre2-utf16-10.39-1.fc36.1.x86_64                   39/113 
12:14:30 #12 20.22   Installing       : pcre2-utf32-10.39-1.fc36.1.x86_64                   40/113 
12:14:30 #12 20.23   Installing       : pcre2-devel-10.39-1.fc36.1.x86_64                   41/113 
12:14:30 #12 20.24   Installing       : perl-TermReadKey-2.38-12.fc36.x86_64                42/113 
12:14:30 #12 20.25   Installing       : python3-audit-3.0.8-1.fc36.x86_64                   43/113 
12:14:30 #12 20.25   Installing       : qrencode-libs-4.1.1-2.fc36.x86_64                   44/113 
12:14:30 #12 20.26   Installing       : rhash-1.4.2-2.fc36.x86_64                           45/113 
12:14:31 #12 20.27   Installing       : gc-8.0.6-3.fc36.x86_64                              46/113 
12:14:31 #12 20.54   Installing       : guile22-2.2.7-5.fc36.x86_64                         47/113 
12:14:31 #12 20.56   Installing       : make-1:4.3-7.fc36.x86_64                            48/113 
12:14:31 #12 20.61   Installing       : glibc-headers-x86-2.35-17.fc36.noarch               49/113 
12:14:31 #12 20.62   Installing       : less-590-5.fc36.x86_64                              50/113 
12:14:31 #12 20.70   Installing       : git-core-2.37.3-1.fc36.x86_64                       51/113 
12:14:31 #12 20.74   Installing       : git-core-doc-2.37.3-1.fc36.noarch                   52/113 
12:14:31 #12 20.75   Installing       : libargon2-20171227-9.fc36.x86_64                    53/113 
12:14:31 #12 20.76   Installing       : libbpf-2:0.7.0-3.fc36.x86_64                        54/113 
12:14:31 #12 20.76   Installing       : libbtrfs-5.18-1.fc36.x86_64                         55/113 
12:14:31 #12 20.77   Installing       : libbtrfsutil-5.18-1.fc36.x86_64                     56/113 
12:14:31 #12 20.78   Installing       : libuv-1:1.44.2-1.fc36.x86_64                        57/113 
12:14:31 #12 20.79   Upgrading        : libgomp-12.2.1-2.fc36.x86_64                        58/113 
12:14:31 #12 20.79   Installing       : vim-filesystem-2:9.0.475-1.fc36.noarch              59/113 
12:14:31 #12 21.05   Installing       : cmake-data-3.22.2-1.fc36.noarch                     60/113 
12:14:31 #12 21.20   Installing       : cmake-3.22.2-1.fc36.x86_64                          61/113 
12:14:31 #12 21.21   Installing       : systemd-rpm-macros-250.8-1.fc36.noarch              62/113 
12:14:31 #12 21.32   Installing       : kernel-headers-5.19.4-200.fc36.x86_64               63/113 
12:14:31 #12 21.33   Installing       : glibc-devel-2.35-17.fc36.x86_64                     64/113 
12:14:32 #12 21.34   Installing       : libxcrypt-devel-4.4.28-1.fc36.x86_64                65/113 
12:14:32 #12 21.80   Installing       : gcc-12.2.1-2.fc36.x86_64                            66/113 
12:14:32 #12 21.81   Running scriptlet: gcc-12.2.1-2.fc36.x86_64                            66/113 
12:14:32 #12 21.83   Installing       : libxcrypt-static-4.4.28-1.fc36.x86_64               67/113 
12:14:32 #12 21.94   Installing       : glibc-static-2.35-17.fc36.x86_64                    68/113 
12:14:32 #12 21.94   Installing       : annobin-docs-10.81-1.fc36.noarch                    69/113 
12:14:32 #12 21.99   Installing       : xkeyboard-config-2.35.1-1.fc36.noarch               70/113 
12:14:32 #12 22.01   Installing       : libxkbcommon-1.4.0-1.fc36.x86_64                    71/113 
12:14:32 #12 22.06   Installing       : python3-setuptools-59.6.0-2.fc36.noarch             72/113 
12:14:32 #12 22.10   Installing       : python3-setools-4.4.0-5.fc36.x86_64                 73/113 
12:14:32 #12 22.15   Installing       : python3-policycoreutils-3.3-4.fc36.noarch           74/113 
12:14:32 #12 22.16   Installing       : policycoreutils-python-utils-3.3-4.fc36.noarch      75/113 
12:14:32 #12 22.16   Installing       : policycoreutils-devel-3.3-4.fc36.x86_64             76/113 
12:14:32 #12 22.27   Installing       : selinux-policy-devel-36.15-1.fc36.noarch            77/113 
12:14:32 #12 22.28   Running scriptlet: selinux-policy-devel-36.15-1.fc36.noarch            77/113 
12:14:32 #12 22.29   Installing       : perl-lib-0.65-486.fc36.x86_64                       78/113 
12:14:32 #12 22.30   Installing       : perl-File-Copy-2.35-486.fc36.noarch                 79/113 
12:14:32 #12 22.30   Installing       : perl-File-Compare-1.100.600-486.fc36.noarch         80/113 
12:14:32 #12 22.32   Installing       : autoconf-2.71-2.fc36.noarch                         81/113 
12:14:32 #12 22.34   Installing       : automake-1.16.5-7.fc36.noarch                       82/113 
12:14:32 #12 22.35   Installing       : perl-Error-1:0.17029-8.fc36.noarch                  83/113 
12:14:32 #12 22.36   Installing       : perl-Git-2.37.3-1.fc36.noarch                       84/113 
12:14:32 #12 22.37   Installing       : git-2.37.3-1.fc36.x86_64                            85/113 
12:14:32 #12 22.37   Installing       : libsepol-devel-3.3-3.fc36.x86_64                    86/113 
12:14:32 #12 22.38   Installing       : libselinux-devel-3.3-4.fc36.x86_64                  87/113 
12:14:32 #12 22.39   Installing       : dbus-common-1:1.14.0-1.fc36.noarch                  88/113 
12:14:32 #12 22.40   Running scriptlet: dbus-common-1:1.14.0-1.fc36.noarch                  88/113 
12:14:32 #12 22.41   Running scriptlet: dbus-broker-32-1.fc36.x86_64                        89/113 
12:14:32 #12 22.47 useradd warning: dbus's uid 81 outside of the SYS_UID_MIN 201 and SYS_UID_MAX 999 range.
12:14:32 #12 22.47 
12:14:32 #12 22.48   Installing       : dbus-broker-32-1.fc36.x86_64                        89/113 
12:14:32 #12 22.48   Running scriptlet: dbus-broker-32-1.fc36.x86_64                        89/113 
12:14:32 #12 22.49   Installing       : dbus-1:1.14.0-1.fc36.x86_64                         90/113 
12:14:32 #12 22.50   Installing       : device-mapper-libs-1.02.175-7.fc36.x86_64           91/113 
12:14:32 #12 22.51   Installing       : cryptsetup-libs-2.4.3-2.fc36.x86_64                 92/113 
12:14:32 #12 22.52   Installing       : device-mapper-1.02.175-7.fc36.x86_64                93/113 
12:14:32 #12 22.54   Installing       : systemd-networkd-250.8-1.fc36.x86_64                94/113 
12:14:32 #12 22.55   Running scriptlet: systemd-networkd-250.8-1.fc36.x86_64                94/113 
12:14:32 #12 22.56   Installing       : systemd-pam-250.8-1.fc36.x86_64                     95/113 
12:14:32 #12 22.57   Installing       : systemd-resolved-250.8-1.fc36.x86_64                96/113 
12:14:33 #12 22.58   Running scriptlet: systemd-resolved-250.8-1.fc36.x86_64                96/113 
12:14:33 #12 22.71   Installing       : systemd-250.8-1.fc36.x86_64                         97/113 
12:14:33 #12 22.73   Running scriptlet: systemd-250.8-1.fc36.x86_64                         97/113 
12:14:33 #12 22.89 Creating group 'input' with GID 104.
12:14:33 #12 22.89 Creating group 'kvm' with GID 36.
12:14:33 #12 22.89 Creating group 'render' with GID 105.
12:14:33 #12 22.89 Creating group 'sgx' with GID 106.
12:14:33 #12 22.89 Creating group 'systemd-journal' with GID 190.
12:14:33 #12 22.89 Creating group 'systemd-network' with GID 192.
12:14:33 #12 22.89 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
12:14:33 #12 22.89 Creating group 'systemd-oom' with GID 998.
12:14:33 #12 22.89 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 998 and GID 998.
12:14:33 #12 22.89 Creating group 'systemd-resolve' with GID 193.
12:14:33 #12 22.89 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
12:14:33 #12 22.89 
12:14:33 #12 22.91   Installing       : systemd-devel-250.8-1.fc36.x86_64                   98/113 
12:14:33 #12 22.92   Installing       : device-mapper-devel-1.02.175-7.fc36.x86_64          99/113 
12:14:33 #12 22.93   Installing       : libtool-2.4.7-1.fc36.x86_64                        100/113 
12:14:33 #12 22.95   Installing       : libtool-ltdl-devel-2.4.7-1.fc36.x86_64             101/113 
12:14:33 #12 22.96   Installing       : annobin-plugin-gcc-10.81-1.fc36.x86_64             102/113 
12:14:33 #12 22.97   Running scriptlet: annobin-plugin-gcc-10.81-1.fc36.x86_64             102/113 
12:14:33 #12 22.99   Installing       : gcc-plugin-annobin-12.2.1-2.fc36.x86_64            103/113 
12:14:33 #12 23.00   Installing       : btrfs-progs-devel-5.18-1.fc36.x86_64               104/113 
12:14:33 #12 23.01   Installing       : libseccomp-devel-2.5.3-2.fc36.x86_64               105/113 
12:14:33 #12 23.02   Installing       : which-2.21-32.fc36.x86_64                          106/113 
12:14:33 #12 23.03   Cleanup          : systemd-libs-250.3-8.fc36.x86_64                   107/113 
12:14:33 #12 23.04   Cleanup          : libgomp-12.0.1-0.16.fc36.x86_64                    108/113 
12:14:33 #12 23.05   Cleanup          : glibc-2.35-4.fc36.x86_64                           109/113 
12:14:33 #12 23.06   Cleanup          : glibc-minimal-langpack-2.35-4.fc36.x86_64          110/113 
12:14:33 #12 23.08   Cleanup          : glibc-gconv-extra-2.35-4.fc36.x86_64               111/113 
12:14:33 #12 23.08   Running scriptlet: glibc-gconv-extra-2.35-4.fc36.x86_64               111/113 
12:14:33 #12 23.10   Cleanup          : glibc-common-2.35-4.fc36.x86_64                    112/113 
12:14:33 #12 23.11   Cleanup          : libgcc-12.0.1-0.16.fc36.x86_64                     113/113 
12:14:33 #12 23.11   Running scriptlet: libgcc-12.0.1-0.16.fc36.x86_64                     113/113 
12:14:33 #12 23.13   Running scriptlet: selinux-policy-targeted-36.15-1.fc36.noarch        113/113 
12:14:33 #12 23.14   Running scriptlet: systemd-resolved-250.8-1.fc36.x86_64               113/113 
12:14:34 #12 23.18   Running scriptlet: libgcc-12.0.1-0.16.fc36.x86_64                     113/113 
12:14:34 #12 24.05   Verifying        : autoconf-2.71-2.fc36.noarch                          1/113 
12:14:34 #12 24.05   Verifying        : checkpolicy-3.3-2.fc36.x86_64                        2/113 
12:14:34 #12 24.05   Verifying        : cmake-3.22.2-1.fc36.x86_64                           3/113 
12:14:34 #12 24.05   Verifying        : cmake-data-3.22.2-1.fc36.noarch                      4/113 
12:14:34 #12 24.05   Verifying        : cmake-filesystem-3.22.2-1.fc36.x86_64                5/113 
12:14:34 #12 24.05   Verifying        : cmake-rpm-macros-3.22.2-1.fc36.noarch                6/113 
12:14:34 #12 24.05   Verifying        : cryptsetup-libs-2.4.3-2.fc36.x86_64                  7/113 
12:14:34 #12 24.05   Verifying        : dbus-1:1.14.0-1.fc36.x86_64                          8/113 
12:14:34 #12 24.06   Verifying        : dbus-common-1:1.14.0-1.fc36.noarch                   9/113 
12:14:34 #12 24.06   Verifying        : device-mapper-1.02.175-7.fc36.x86_64                10/113 
12:14:34 #12 24.06   Verifying        : device-mapper-devel-1.02.175-7.fc36.x86_64          11/113 
12:14:34 #12 24.06   Verifying        : device-mapper-libs-1.02.175-7.fc36.x86_64           12/113 
12:14:34 #12 24.06   Verifying        : e2fsprogs-libs-1.46.5-2.fc36.x86_64                 13/113 
12:14:34 #12 24.06   Verifying        : guile22-2.2.7-5.fc36.x86_64                         14/113 
12:14:34 #12 24.06   Verifying        : jsoncpp-1.9.5-2.fc36.x86_64                         15/113 
12:14:34 #12 24.06   Verifying        : kmod-libs-29-7.fc36.x86_64                          16/113 
12:14:34 #12 24.06   Verifying        : libcbor-0.7.0-5.fc36.x86_64                         17/113 
12:14:34 #12 24.06   Verifying        : libedit-3.1-41.20210910cvs.fc36.x86_64              18/113 
12:14:34 #12 24.06   Verifying        : libfdisk-2.38-0.2.fc36.x86_64                       19/113 
12:14:34 #12 24.06   Verifying        : libfido2-1.10.0-3.fc36.x86_64                       20/113 
12:14:34 #12 24.06   Verifying        : libmpc-1.2.1-4.fc36.x86_64                          21/113 
12:14:34 #12 24.06   Verifying        : libseccomp-2.5.3-2.fc36.x86_64                      22/113 
12:14:34 #12 24.06   Verifying        : libseccomp-devel-2.5.3-2.fc36.x86_64                23/113 
12:14:34 #12 24.06   Verifying        : libselinux-devel-3.3-4.fc36.x86_64                  24/113 
12:14:34 #12 24.06   Verifying        : libselinux-utils-3.3-4.fc36.x86_64                  25/113 
12:14:34 #12 24.06   Verifying        : libsepol-devel-3.3-3.fc36.x86_64                    26/113 
12:14:34 #12 24.06   Verifying        : libutempter-1.2.1-6.fc36.x86_64                     27/113 
12:14:34 #12 24.06   Verifying        : libxcrypt-devel-4.4.28-1.fc36.x86_64                28/113 
12:14:34 #12 24.06   Verifying        : libxcrypt-static-4.4.28-1.fc36.x86_64               29/113 
12:14:34 #12 24.06   Verifying        : libxkbcommon-1.4.0-1.fc36.x86_64                    30/113 
12:14:34 #12 24.06   Verifying        : lzo-2.10-6.fc36.x86_64                              31/113 
12:14:34 #12 24.06   Verifying        : m4-1.4.19-3.fc36.x86_64                             32/113 
12:14:34 #12 24.06   Verifying        : make-1:4.3-7.fc36.x86_64                            33/113 
12:14:34 #12 24.06   Verifying        : openssh-8.8p1-1.fc36.1.x86_64                       34/113 
12:14:34 #12 24.06   Verifying        : openssh-clients-8.8p1-1.fc36.1.x86_64               35/113 
12:14:34 #12 24.06   Verifying        : pcre2-devel-10.39-1.fc36.1.x86_64                   36/113 
12:14:34 #12 24.06   Verifying        : pcre2-utf16-10.39-1.fc36.1.x86_64                   37/113 
12:14:34 #12 24.06   Verifying        : pcre2-utf32-10.39-1.fc36.1.x86_64                   38/113 
12:14:34 #12 24.06   Verifying        : perl-Error-1:0.17029-8.fc36.noarch                  39/113 
12:14:34 #12 24.06   Verifying        : perl-File-Compare-1.100.600-486.fc36.noarch         40/113 
12:14:34 #12 24.06   Verifying        : perl-File-Copy-2.35-486.fc36.noarch                 41/113 
12:14:34 #12 24.06   Verifying        : perl-File-Find-1.39-486.fc36.noarch                 42/113 
12:14:34 #12 24.06   Verifying        : perl-TermReadKey-2.38-12.fc36.x86_64                43/113 
12:14:34 #12 24.06   Verifying        : perl-Thread-Queue-3.14-479.fc36.noarch              44/113 
12:14:34 #12 24.06   Verifying        : perl-lib-0.65-486.fc36.x86_64                       45/113 
12:14:34 #12 24.06   Verifying        : perl-threads-1:2.26-449.fc36.x86_64                 46/113 
12:14:34 #12 24.06   Verifying        : perl-threads-shared-1.62-479.fc36.x86_64            47/113 
12:14:34 #12 24.06   Verifying        : policycoreutils-3.3-4.fc36.x86_64                   48/113 
12:14:34 #12 24.06   Verifying        : policycoreutils-devel-3.3-4.fc36.x86_64             49/113 
12:14:34 #12 24.06   Verifying        : policycoreutils-python-utils-3.3-4.fc36.noarch      50/113 
12:14:34 #12 24.06   Verifying        : python3-audit-3.0.8-1.fc36.x86_64                   51/113 
12:14:34 #12 24.06   Verifying        : python3-libselinux-3.3-4.fc36.x86_64                52/113 
12:14:34 #12 24.06   Verifying        : python3-libsemanage-3.3-3.fc36.x86_64               53/113 
12:14:34 #12 24.06   Verifying        : python3-policycoreutils-3.3-4.fc36.noarch           54/113 
12:14:34 #12 24.06   Verifying        : python3-setools-4.4.0-5.fc36.x86_64                 55/113 
12:14:34 #12 24.06   Verifying        : python3-setuptools-59.6.0-2.fc36.noarch             56/113 
12:14:34 #12 24.06   Verifying        : qrencode-libs-4.1.1-2.fc36.x86_64                   57/113 
12:14:34 #12 24.06   Verifying        : rhash-1.4.2-2.fc36.x86_64                           58/113 
12:14:34 #12 24.06   Verifying        : util-linux-2.38-0.2.fc36.x86_64                     59/113 
12:14:34 #12 24.06   Verifying        : which-2.21-32.fc36.x86_64                           60/113 
12:14:34 #12 24.06   Verifying        : xkeyboard-config-2.35.1-1.fc36.noarch               61/113 
12:14:34 #12 24.06   Verifying        : annobin-docs-10.81-1.fc36.noarch                    62/113 
12:14:34 #12 24.06   Verifying        : annobin-plugin-gcc-10.81-1.fc36.x86_64              63/113 
12:14:34 #12 24.06   Verifying        : automake-1.16.5-7.fc36.noarch                       64/113 
12:14:34 #12 24.06   Verifying        : btrfs-progs-5.18-1.fc36.x86_64                      65/113 
12:14:34 #12 24.06   Verifying        : btrfs-progs-devel-5.18-1.fc36.x86_64                66/113 
12:14:34 #12 24.06   Verifying        : cpp-12.2.1-2.fc36.x86_64                            67/113 
12:14:34 #12 24.06   Verifying        : dbus-broker-32-1.fc36.x86_64                        68/113 
12:14:34 #12 24.06   Verifying        : gc-8.0.6-3.fc36.x86_64                              69/113 
12:14:34 #12 24.06   Verifying        : gcc-12.2.1-2.fc36.x86_64                            70/113 
12:14:34 #12 24.06   Verifying        : gcc-plugin-annobin-12.2.1-2.fc36.x86_64             71/113 
12:14:34 #12 24.06   Verifying        : git-2.37.3-1.fc36.x86_64                            72/113 
12:14:34 #12 24.06   Verifying        : git-core-2.37.3-1.fc36.x86_64                       73/113 
12:14:34 #12 24.06   Verifying        : git-core-doc-2.37.3-1.fc36.noarch                   74/113 
12:14:34 #12 24.06   Verifying        : glibc-devel-2.35-17.fc36.x86_64                     75/113 
12:14:34 #12 24.06   Verifying        : glibc-headers-x86-2.35-17.fc36.noarch               76/113 
12:14:34 #12 24.06   Verifying        : glibc-static-2.35-17.fc36.x86_64                    77/113 
12:14:34 #12 24.06   Verifying        : kernel-headers-5.19.4-200.fc36.x86_64               78/113 
12:14:34 #12 24.06   Verifying        : less-590-5.fc36.x86_64                              79/113 
12:14:34 #12 24.06   Verifying        : libargon2-20171227-9.fc36.x86_64                    80/113 
12:14:34 #12 24.06   Verifying        : libbpf-2:0.7.0-3.fc36.x86_64                        81/113 
12:14:34 #12 24.06   Verifying        : libbtrfs-5.18-1.fc36.x86_64                         82/113 
12:14:34 #12 24.06   Verifying        : libbtrfsutil-5.18-1.fc36.x86_64                     83/113 
12:14:34 #12 24.06   Verifying        : libtool-2.4.7-1.fc36.x86_64                         84/113 
12:14:34 #12 24.06   Verifying        : libtool-ltdl-2.4.7-1.fc36.x86_64                    85/113 
12:14:34 #12 24.06   Verifying        : libtool-ltdl-devel-2.4.7-1.fc36.x86_64              86/113 
12:14:34 #12 24.06   Verifying        : libuv-1:1.44.2-1.fc36.x86_64                        87/113 
12:14:34 #12 24.06   Verifying        : perl-Git-2.37.3-1.fc36.noarch                       88/113 
12:14:34 #12 24.06   Verifying        : rpm-plugin-selinux-4.17.1-3.fc36.x86_64             89/113 
12:14:34 #12 24.06   Verifying        : selinux-policy-36.15-1.fc36.noarch                  90/113 
12:14:34 #12 24.06   Verifying        : selinux-policy-devel-36.15-1.fc36.noarch            91/113 
12:14:34 #12 24.06   Verifying        : selinux-policy-targeted-36.15-1.fc36.noarch         92/113 
12:14:34 #12 24.06   Verifying        : systemd-250.8-1.fc36.x86_64                         93/113 
12:14:34 #12 24.07   Verifying        : systemd-devel-250.8-1.fc36.x86_64                   94/113 
12:14:34 #12 24.07   Verifying        : systemd-networkd-250.8-1.fc36.x86_64                95/113 
12:14:34 #12 24.07   Verifying        : systemd-pam-250.8-1.fc36.x86_64                     96/113 
12:14:34 #12 24.07   Verifying        : systemd-resolved-250.8-1.fc36.x86_64                97/113 
12:14:34 #12 24.07   Verifying        : systemd-rpm-macros-250.8-1.fc36.noarch              98/113 
12:14:34 #12 24.07   Verifying        : vim-filesystem-2:9.0.475-1.fc36.noarch              99/113 
12:14:34 #12 24.07   Verifying        : glibc-2.35-17.fc36.x86_64                          100/113 
12:14:34 #12 24.07   Verifying        : glibc-2.35-4.fc36.x86_64                           101/113 
12:14:34 #12 24.07   Verifying        : glibc-common-2.35-17.fc36.x86_64                   102/113 
12:14:34 #12 24.07   Verifying        : glibc-common-2.35-4.fc36.x86_64                    103/113 
12:14:34 #12 24.07   Verifying        : glibc-gconv-extra-2.35-17.fc36.x86_64              104/113 
12:14:34 #12 24.07   Verifying        : glibc-gconv-extra-2.35-4.fc36.x86_64               105/113 
12:14:34 #12 24.07   Verifying        : glibc-minimal-langpack-2.35-17.fc36.x86_64         106/113 
12:14:34 #12 24.07   Verifying        : glibc-minimal-langpack-2.35-4.fc36.x86_64          107/113 
12:14:34 #12 24.07   Verifying        : libgcc-12.2.1-2.fc36.x86_64                        108/113 
12:14:34 #12 24.07   Verifying        : libgcc-12.0.1-0.16.fc36.x86_64                     109/113 
12:14:34 #12 24.07   Verifying        : libgomp-12.2.1-2.fc36.x86_64                       110/113 
12:14:34 #12 24.07   Verifying        : libgomp-12.0.1-0.16.fc36.x86_64                    111/113 
12:14:34 #12 24.07   Verifying        : systemd-libs-250.8-1.fc36.x86_64                   112/113 
12:14:34 #12 24.07   Verifying        : systemd-libs-250.3-8.fc36.x86_64                   113/113 
12:14:34 #12 24.25 
12:14:34 #12 24.25 Upgraded:
12:14:34 #12 24.25   glibc-2.35-17.fc36.x86_64                                                     
12:14:34 #12 24.25   glibc-common-2.35-17.fc36.x86_64                                              
12:14:34 #12 24.25   glibc-gconv-extra-2.35-17.fc36.x86_64                                         
12:14:34 #12 24.25   glibc-minimal-langpack-2.35-17.fc36.x86_64                                    
12:14:34 #12 24.25   libgcc-12.2.1-2.fc36.x86_64                                                   
12:14:34 #12 24.25   libgomp-12.2.1-2.fc36.x86_64                                                  
12:14:34 #12 24.25   systemd-libs-250.8-1.fc36.x86_64                                              
12:14:34 #12 24.25 Installed:
12:14:34 #12 24.25   annobin-docs-10.81-1.fc36.noarch                                              
12:14:34 #12 24.25   annobin-plugin-gcc-10.81-1.fc36.x86_64                                        
12:14:34 #12 24.25   autoconf-2.71-2.fc36.noarch                                                   
12:14:34 #12 24.25   automake-1.16.5-7.fc36.noarch                                                 
12:14:34 #12 24.25   btrfs-progs-5.18-1.fc36.x86_64                                                
12:14:34 #12 24.25   btrfs-progs-devel-5.18-1.fc36.x86_64                                          
12:14:34 #12 24.25   checkpolicy-3.3-2.fc36.x86_64                                                 
12:14:34 #12 24.25   cmake-3.22.2-1.fc36.x86_64                                                    
12:14:34 #12 24.25   cmake-data-3.22.2-1.fc36.noarch                                               
12:14:34 #12 24.25   cmake-filesystem-3.22.2-1.fc36.x86_64                                         
12:14:34 #12 24.25   cmake-rpm-macros-3.22.2-1.fc36.noarch                                         
12:14:34 #12 24.25   cpp-12.2.1-2.fc36.x86_64                                                      
12:14:34 #12 24.25   cryptsetup-libs-2.4.3-2.fc36.x86_64                                           
12:14:34 #12 24.25   dbus-1:1.14.0-1.fc36.x86_64                                                   
12:14:34 #12 24.25   dbus-broker-32-1.fc36.x86_64                                                  
12:14:34 #12 24.25   dbus-common-1:1.14.0-1.fc36.noarch                                            
12:14:34 #12 24.25   device-mapper-1.02.175-7.fc36.x86_64                                          
12:14:34 #12 24.25   device-mapper-devel-1.02.175-7.fc36.x86_64                                    
12:14:34 #12 24.25   device-mapper-libs-1.02.175-7.fc36.x86_64                                     
12:14:34 #12 24.25   e2fsprogs-libs-1.46.5-2.fc36.x86_64                                           
12:14:34 #12 24.25   gc-8.0.6-3.fc36.x86_64                                                        
12:14:34 #12 24.25   gcc-12.2.1-2.fc36.x86_64                                                      
12:14:34 #12 24.25   gcc-plugin-annobin-12.2.1-2.fc36.x86_64                                       
12:14:34 #12 24.25   git-2.37.3-1.fc36.x86_64                                                      
12:14:34 #12 24.25   git-core-2.37.3-1.fc36.x86_64                                                 
12:14:34 #12 24.25   git-core-doc-2.37.3-1.fc36.noarch                                             
12:14:34 #12 24.25   glibc-devel-2.35-17.fc36.x86_64                                               
12:14:34 #12 24.25   glibc-headers-x86-2.35-17.fc36.noarch                                         
12:14:34 #12 24.25   glibc-static-2.35-17.fc36.x86_64                                              
12:14:34 #12 24.25   guile22-2.2.7-5.fc36.x86_64                                                   
12:14:34 #12 24.25   jsoncpp-1.9.5-2.fc36.x86_64                                                   
12:14:34 #12 24.25   kernel-headers-5.19.4-200.fc36.x86_64                                         
12:14:34 #12 24.25   kmod-libs-29-7.fc36.x86_64                                                    
12:14:34 #12 24.25   less-590-5.fc36.x86_64                                                        
12:14:34 #12 24.25   libargon2-20171227-9.fc36.x86_64                                              
12:14:34 #12 24.25   libbpf-2:0.7.0-3.fc36.x86_64                                                  
12:14:34 #12 24.25   libbtrfs-5.18-1.fc36.x86_64                                                   
12:14:34 #12 24.25   libbtrfsutil-5.18-1.fc36.x86_64                                               
12:14:34 #12 24.25   libcbor-0.7.0-5.fc36.x86_64                                                   
12:14:34 #12 24.25   libedit-3.1-41.20210910cvs.fc36.x86_64                                        
12:14:34 #12 24.25   libfdisk-2.38-0.2.fc36.x86_64                                                 
12:14:34 #12 24.25   libfido2-1.10.0-3.fc36.x86_64                                                 
12:14:34 #12 24.25   libmpc-1.2.1-4.fc36.x86_64                                                    
12:14:34 #12 24.25   libseccomp-2.5.3-2.fc36.x86_64                                                
12:14:34 #12 24.25   libseccomp-devel-2.5.3-2.fc36.x86_64                                          
12:14:34 #12 24.25   libselinux-devel-3.3-4.fc36.x86_64                                            
12:14:34 #12 24.25   libselinux-utils-3.3-4.fc36.x86_64                                            
12:14:34 #12 24.25   libsepol-devel-3.3-3.fc36.x86_64                                              
12:14:34 #12 24.25   libtool-2.4.7-1.fc36.x86_64                                                   
12:14:34 #12 24.25   libtool-ltdl-2.4.7-1.fc36.x86_64                                              
12:14:34 #12 24.25   libtool-ltdl-devel-2.4.7-1.fc36.x86_64                                        
12:14:34 #12 24.25   libutempter-1.2.1-6.fc36.x86_64                                               
12:14:34 #12 24.25   libuv-1:1.44.2-1.fc36.x86_64                                                  
12:14:34 #12 24.25   libxcrypt-devel-4.4.28-1.fc36.x86_64                                          
12:14:34 #12 24.25   libxcrypt-static-4.4.28-1.fc36.x86_64                                         
12:14:34 #12 24.25   libxkbcommon-1.4.0-1.fc36.x86_64                                              
12:14:34 #12 24.25   lzo-2.10-6.fc36.x86_64                                                        
12:14:34 #12 24.25   m4-1.4.19-3.fc36.x86_64                                                       
12:14:34 #12 24.25   make-1:4.3-7.fc36.x86_64                                                      
12:14:34 #12 24.25   openssh-8.8p1-1.fc36.1.x86_64                                                 
12:14:34 #12 24.25   openssh-clients-8.8p1-1.fc36.1.x86_64                                         
12:14:34 #12 24.25   pcre2-devel-10.39-1.fc36.1.x86_64                                             
12:14:34 #12 24.25   pcre2-utf16-10.39-1.fc36.1.x86_64                                             
12:14:34 #12 24.25   pcre2-utf32-10.39-1.fc36.1.x86_64                                             
12:14:34 #12 24.25   perl-Error-1:0.17029-8.fc36.noarch                                            
12:14:34 #12 24.25   perl-File-Compare-1.100.600-486.fc36.noarch                                   
12:14:34 #12 24.25   perl-File-Copy-2.35-486.fc36.noarch                                           
12:14:34 #12 24.25   perl-File-Find-1.39-486.fc36.noarch                                           
12:14:34 #12 24.25   perl-Git-2.37.3-1.fc36.noarch                                                 
12:14:34 #12 24.25   perl-TermReadKey-2.38-12.fc36.x86_64                                          
12:14:34 #12 24.25   perl-Thread-Queue-3.14-479.fc36.noarch                                        
12:14:34 #12 24.25   perl-lib-0.65-486.fc36.x86_64                                                 
12:14:34 #12 24.25   perl-threads-1:2.26-449.fc36.x86_64                                           
12:14:34 #12 24.25   perl-threads-shared-1.62-479.fc36.x86_64                                      
12:14:34 #12 24.25   policycoreutils-3.3-4.fc36.x86_64                                             
12:14:34 #12 24.25   policycoreutils-devel-3.3-4.fc36.x86_64                                       
12:14:34 #12 24.25   policycoreutils-python-utils-3.3-4.fc36.noarch                                
12:14:34 #12 24.25   python3-audit-3.0.8-1.fc36.x86_64                                             
12:14:34 #12 24.25   python3-libselinux-3.3-4.fc36.x86_64                                          
12:14:34 #12 24.25   python3-libsemanage-3.3-3.fc36.x86_64                                         
12:14:34 #12 24.25   python3-policycoreutils-3.3-4.fc36.noarch                                     
12:14:34 #12 24.25   python3-setools-4.4.0-5.fc36.x86_64                                           
12:14:34 #12 24.25   python3-setuptools-59.6.0-2.fc36.noarch                                       
12:14:34 #12 24.25   qrencode-libs-4.1.1-2.fc36.x86_64                                             
12:14:34 #12 24.25   rhash-1.4.2-2.fc36.x86_64                                                     
12:14:34 #12 24.25   rpm-plugin-selinux-4.17.1-3.fc36.x86_64                                       
12:14:34 #12 24.25   selinux-policy-36.15-1.fc36.noarch                                            
12:14:34 #12 24.25   selinux-policy-devel-36.15-1.fc36.noarch                                      
12:14:34 #12 24.25   selinux-policy-targeted-36.15-1.fc36.noarch                                   
12:14:34 #12 24.25   systemd-250.8-1.fc36.x86_64                                                   
12:14:34 #12 24.25   systemd-devel-250.8-1.fc36.x86_64                                             
12:14:34 #12 24.25   systemd-networkd-250.8-1.fc36.x86_64                                          
12:14:34 #12 24.25   systemd-pam-250.8-1.fc36.x86_64                                               
12:14:34 #12 24.25   systemd-resolved-250.8-1.fc36.x86_64                                          
12:14:34 #12 24.25   systemd-rpm-macros-250.8-1.fc36.noarch                                        
12:14:34 #12 24.25   util-linux-2.38-0.2.fc36.x86_64                                               
12:14:34 #12 24.25   vim-filesystem-2:9.0.475-1.fc36.noarch                                        
12:14:34 #12 24.25   which-2.21-32.fc36.x86_64                                                     
12:14:34 #12 24.25   xkeyboard-config-2.35.1-1.fc36.noarch                                         
12:14:34 #12 24.26 
12:14:34 #12 24.26 Complete!
12:14:34 #12 DONE 24.4s
12:14:34 
12:14:34 #13 [stage-1 5/6] COPY --from=golang /usr/local/go /usr/local/go
12:14:40 #13 DONE 4.5s
12:14:40 
12:14:40 #14 [stage-1 6/6] WORKDIR /root/rpmbuild
12:14:40 #14 DONE 0.0s
12:14:40 
12:14:40 #15 exporting to image
12:14:40 #15 exporting layers
12:14:44 #15 exporting layers 5.0s done
12:14:44 #15 writing image sha256:fe67bf6a649a74884a226131b13ce1552b8315a324efb2db494336f6b508414d done
12:14:44 #15 naming to docker.io/rpmbuild-fedora-36/x86_64 done
12:14:44 #15 DONE 5.0s
12:14:44 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/fedora-36/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/fedora-36/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-fedora-36/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:45 warning: line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:14:45 warning: line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:14:45 warning: line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:14:45 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.IhGIBM
12:14:45 + umask 022
12:14:45 + cd /root/rpmbuild/BUILD
12:14:45 + cd /root/rpmbuild/BUILD
12:14:45 + rm -rf src
12:14:45 + /usr/bin/mkdir -p src
12:14:45 + cd src
12:14:45 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:14:45 + /usr/bin/tar -xof -
12:14:45 + STATUS=0
12:14:45 + '[' 0 -ne 0 ']'
12:14:45 + /usr/bin/tar -xof -
12:14:45 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:14:45 + STATUS=0
12:14:45 + '[' 0 -ne 0 ']'
12:14:45 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:14:46 + RPM_EC=0
12:14:46 ++ jobs -p
12:14:46 + exit 0
12:14:46 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.QjwcdR
12:14:46 + umask 022
12:14:46 + cd /root/rpmbuild/BUILD
12:14:46 + 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:46 + export CFLAGS
12:14:46 + 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:46 + export CXXFLAGS
12:14:46 + 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:46 + export FFLAGS
12:14:46 + 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:46 + export FCFLAGS
12:14:46 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64.ld'
12:14:46 + export LDFLAGS
12:14:46 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:14:46 + export LT_SYS_LIBRARY_PATH
12:14:46 + CC=gcc
12:14:46 + export CC
12:14:46 + CXX=g++
12:14:46 + export CXX
12:14:46 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:14:46 + /usr/lib/rpm/generate-rpm-note.sh docker-ce 0.0.0.20220908081902.b40c2f6-0.fc36 x86_64
12:14:46 + cd src
12:14:46 + export DOCKER_GITCOMMIT=f219cb5
12:14:46 + DOCKER_GITCOMMIT=f219cb5
12:14:46 + mkdir -p /go/src/github.com/docker
12:14:46 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:14:46 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
12:14:46 + pushd /root/rpmbuild/BUILD/src/engine
12:14:46 + for component in tini "proxy dynamic"
12:14:46 + TMP_GOPATH=/go
12:14:46 + hack/dockerfile/install/install.sh tini
12:14:46 + RM_GOPATH=0
12:14:46 + TMP_GOPATH=/go
12:14:46 + : /usr/local/bin
12:14:46 + '[' -z /go ']'
12:14:46 + export GOPATH=/go
12:14:46 + GOPATH=/go
12:14:46 + case "$(go env GOARCH)" in
12:14:46 ++ go env GOARCH
12:14:46 + export GO_BUILDMODE=-buildmode=pie
12:14:46 + GO_BUILDMODE=-buildmode=pie
12:14:46 ++ dirname hack/dockerfile/install/install.sh
12:14:46 + dir=hack/dockerfile/install
12:14:46 + bin=tini
12:14:46 + shift
12:14:46 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:14:46 + . hack/dockerfile/install/tini.installer
12:14:46 ++ : v0.19.0
12:14:46 + install_tini
12:14:46 + echo 'Install tini version v0.19.0'
12:14:46 Install tini version v0.19.0
12:14:46 + git clone https://github.com/krallin/tini.git /go/tini
12:14:46 Cloning into '/go/tini'...
12:14:46 + cd /go/tini
12:14:46 + git checkout -q v0.19.0
12:14:46 + cmake .
12:14:46 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:14:46   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:14:46   CMake.
12:14:46 
12:14:46   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:14:46   CMake that the project does not need compatibility with older versions.
12:14:46 
12:14:46 
12:14:46 -- The C compiler identification is GNU 12.2.1
12:14:46 -- Detecting C compiler ABI info
12:14:46 -- Detecting C compiler ABI info - done
12:14:46 -- Check for working C compiler: /usr/bin/gcc - skipped
12:14:46 -- Detecting C compile features
12:14:46 -- Detecting C compile features - done
12:14:46 -- Performing Test HAS_BUILTIN_FORTIFY
12:14:46 -- Performing Test HAS_BUILTIN_FORTIFY - Success
12:14:46 -- Configuring done
12:14:46 -- Generating done
12:14:46 -- Build files have been written to: /go/tini
12:14:46 + make tini-static
12:14:46 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:14:46 [100%] Linking C executable tini-static
12:14:47 [100%] Built target tini-static
12:14:47 + mkdir -p /usr/local/bin
12:14:47 + cp tini-static /usr/local/bin/docker-init
12:14:47 + for component in tini "proxy dynamic"
12:14:47 + TMP_GOPATH=/go
12:14:47 + hack/dockerfile/install/install.sh proxy dynamic
12:14:47 + RM_GOPATH=0
12:14:47 + TMP_GOPATH=/go
12:14:47 + : /usr/local/bin
12:14:47 + '[' -z /go ']'
12:14:47 + export GOPATH=/go
12:14:47 + GOPATH=/go
12:14:47 + case "$(go env GOARCH)" in
12:14:47 ++ go env GOARCH
12:14:47 + export GO_BUILDMODE=-buildmode=pie
12:14:47 + GO_BUILDMODE=-buildmode=pie
12:14:47 ++ dirname hack/dockerfile/install/install.sh
12:14:47 + dir=hack/dockerfile/install
12:14:47 + bin=proxy
12:14:47 + shift
12:14:47 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
12:14:47 + . hack/dockerfile/install/proxy.installer
12:14:47 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789
12:14:47 + install_proxy dynamic
12:14:47 + case "$1" in
12:14:47 + install_proxy_dynamic
12:14:47 + export PROXY_LDFLAGS=-linkmode=external install_proxy
12:14:47 + PROXY_LDFLAGS=-linkmode=external
12:14:47 + export BUILD_MODE=-buildmode=pie
12:14:47 + BUILD_MODE=-buildmode=pie
12:14:47 + _install_proxy
12:14:47 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789'
12:14:47 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789
12:14:47 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
12:14:47 Cloning into '/go/src/github.com/docker/libnetwork'...
12:14:49 + cd /go/src/github.com/docker/libnetwork
12:14:49 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789
12:14:49 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
12:14:59 + return
12:14:59 + VERSION=0.0.0-20220908081902-b40c2f6
12:14:59 + PRODUCT=docker
12:14:59 + hack/make.sh dynbinary
12:14:59 
12:14:59 Removing bundles/
12:14:59 
12:14:59 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:14:59 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220908081902-b40c2f6
12:14:59 GOOS="" GOARCH="" GOARM=""
12:16:50 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220908081902-b40c2f6
12:16:50 
12:16:50 + popd
12:16:50 + RPM_EC=0
12:16:50 ~/rpmbuild/BUILD/src
12:16:50 ++ jobs -p
12:16:50 + exit 0
12:16:50 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.P2kBQM
12:16:50 + umask 022
12:16:50 + cd /root/rpmbuild/BUILD
12:16:50 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64 '!=' / ']'
12:16:50 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64
12:16:50 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64
12:16:50 + mkdir -p /root/rpmbuild/BUILDROOT
12:16:50 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64
12:16:50 + 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:50 + export CFLAGS
12:16:50 + 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:50 + export CXXFLAGS
12:16:50 + 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:50 + export FFLAGS
12:16:50 + 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:50 + export FCFLAGS
12:16:50 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64.ld'
12:16:50 + export LDFLAGS
12:16:50 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:16:50 + export LT_SYS_LIBRARY_PATH
12:16:50 + CC=gcc
12:16:50 + export CC
12:16:50 + CXX=g++
12:16:50 + export CXX
12:16:50 + cd src
12:16:50 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
12:16:50 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220908081902-b40c2f6 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64/usr/bin/dockerd
12:16:50 + install -D -p -m 0755 /usr/local/bin/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64/usr/bin/docker-proxy
12:16:50 + install -D -p -m 755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64/usr/bin/docker-init
12:16:50 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64/usr/lib/systemd/system/docker.service
12:16:50 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64/usr/lib/systemd/system/docker.socket
12:16:50 + /usr/lib/rpm/check-buildroot
12:16:50 + /usr/lib/rpm/redhat/brp-ldconfig
12:16:50 + /usr/lib/rpm/brp-compress
12:16:50 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:16:50 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:16:50 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:16:50 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:16:50 + /usr/lib/rpm/check-rpaths
12:16:50 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:16:50 + /usr/lib/rpm/brp-remove-la-files
12:16:50 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:16:50 + /usr/lib/rpm/redhat/brp-python-hardlink
12:16:50 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.jdXS6C
12:16:50 + umask 022
12:16:50 + cd /root/rpmbuild/BUILD
12:16:50 + 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:50 + export CFLAGS
12:16:50 + 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:50 + export CXXFLAGS
12:16:50 + 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:50 + export FFLAGS
12:16:50 + 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:50 + export FCFLAGS
12:16:50 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64.ld'
12:16:50 + export LDFLAGS
12:16:50 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:16:50 + export LT_SYS_LIBRARY_PATH
12:16:50 + CC=gcc
12:16:50 + export CC
12:16:50 + CXX=g++
12:16:50 + export CXX
12:16:50 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:16:50 + /usr/lib/rpm/generate-rpm-note.sh docker-ce 0.0.0.20220908081902.b40c2f6-0.fc36 x86_64
12:16:50 + cd src
12:16:50 ++ engine/bundles/dynbinary-daemon/dockerd --version
12:16:50 PASS: daemon version OK
12:16:50 + ver='Docker version 0.0.0-20220908081902-b40c2f6, build f219cb5'
12:16:50 + test 'Docker version 0.0.0-20220908081902-b40c2f6, build f219cb5' = 'Docker version 0.0.0-20220908081902-b40c2f6, build f219cb5'
12:16:50 + echo 'PASS: daemon version OK'
12:16:50 + RPM_EC=0
12:16:50 ++ jobs -p
12:16:50 + exit 0
12:16:50 Processing files: docker-ce-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64
12:16:50 Provides: docker-ce = 3:0.0.0.20220908081902.b40c2f6-0.fc36 docker-ce(x86-64) = 3:0.0.0.20220908081902.b40c2f6-0.fc36
12:16:50 Requires(interp): /bin/sh /bin/sh /bin/sh
12:16:50 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:16:50 Requires(post): /bin/sh
12:16:50 Requires(preun): /bin/sh
12:16:50 Requires(postun): /bin/sh
12:16:50 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:50 Conflicts: docker docker-ee docker-engine-cs docker-io
12:16:50 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
12:16:50 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64
12:16:50 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc36.src.rpm
12:17:22 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64.rpm
12:17:22 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.KDvswl
12:17:22 + umask 022
12:17:22 + cd /root/rpmbuild/BUILD
12:17:22 + cd src
12:17:22 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64
12:17:22 + RPM_EC=0
12:17:22 ++ jobs -p
12:17:22 + exit 0
12:17:22 
12:17:22 RPM build warnings:
12:17:22     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:17:22     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:17:22     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:17:22 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.cv2IdC
12:17:22 + umask 022
12:17:22 + cd /root/rpmbuild/BUILD
12:17:22 + cd /root/rpmbuild/BUILD
12:17:22 + rm -rf src
12:17:22 + /usr/bin/mkdir -p src
12:17:22 + cd src
12:17:22 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
12:17:22 + /usr/bin/tar -xof -
12:17:22 + STATUS=0
12:17:22 + '[' 0 -ne 0 ']'
12:17:22 + /usr/bin/tar -xof -
12:17:22 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/plugin-installers.tgz
12:17:22 + STATUS=0
12:17:22 + '[' 0 -ne 0 ']'
12:17:22 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:17:22 + RPM_EC=0
12:17:22 ++ jobs -p
12:17:22 + exit 0
12:17:22 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ncgNfy
12:17:22 + umask 022
12:17:22 + cd /root/rpmbuild/BUILD
12:17:22 + 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:17:22 + export CFLAGS
12:17:22 + 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:17:22 + export CXXFLAGS
12:17:22 + 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:17:22 + export FFLAGS
12:17:22 + 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:17:22 + export FCFLAGS
12:17:22 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64.ld'
12:17:22 + export LDFLAGS
12:17:22 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:17:22 + export LT_SYS_LIBRARY_PATH
12:17:22 + CC=gcc
12:17:22 + export CC
12:17:22 + CXX=g++
12:17:22 + export CXX
12:17:22 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:17:22 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-cli 0.0.0.20220908081902.b40c2f6-0.fc36 x86_64
12:17:22 + cd src
12:17:22 + mkdir -p /go/src/github.com/docker
12:17:22 + rm -f /go/src/github.com/docker/cli
12:17:22 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
12:17:22 + pushd /go/src/github.com/docker/cli
12:17:22 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
12:17:22 + DISABLE_WARN_OUTSIDE_CONTAINER=1
12:17:22 + make VERSION=0.0.0-20220908081902-b40c2f6 GITCOMMIT=b40c2f6 dynbinary manpages
12:17:22 GO_LINKMODE=dynamic ./scripts/build/binary
12:17:22 Building dynamic docker-linux-amd64
12:18:44 scripts/docs/generate-man.sh
12:20:05 Project root: /go/src/github.com/docker/cli
12:20:05 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
12:20:05 2022/10/03 12:20:02 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
12:20:05 ~/rpmbuild/BUILD/src
12:20:05 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
12:20:05 + popd
12:20:05 + pushd /root/rpmbuild/BUILD/src/plugins
12:20:05 + for installer in *.installer
12:20:05 + '[' app.installer '!=' scan.installer ']'
12:20:05 + bash app.installer build
12:20:05 Cloning into '/go/src/github.com/docker/app'...
12:20:06 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:21:14 + for installer in *.installer
12:21:14 + '[' buildx.installer '!=' scan.installer ']'
12:21:14 + bash buildx.installer build
12:21:14 Cloning into '/go/src/github.com/docker/buildx'...
12:21:14 + GO111MODULE=on
12:21:14 + 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:50 ~/rpmbuild/BUILD/src
12:22:50 + popd
12:22:50 + RPM_EC=0
12:22:50 ++ jobs -p
12:22:50 + exit 0
12:22:50 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.y6esvE
12:22:50 + umask 022
12:22:50 + cd /root/rpmbuild/BUILD
12:22:50 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64 '!=' / ']'
12:22:50 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64
12:22:50 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64
12:22:50 + mkdir -p /root/rpmbuild/BUILDROOT
12:22:50 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64
12:22:50 + 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:50 + export CFLAGS
12:22:50 + 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:50 + export CXXFLAGS
12:22:50 + 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:50 + export FFLAGS
12:22:50 + 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:50 + export FCFLAGS
12:22:50 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64.ld'
12:22:50 + export LDFLAGS
12:22:50 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:22:50 + export LT_SYS_LIBRARY_PATH
12:22:50 + CC=gcc
12:22:50 + export CC
12:22:50 + CXX=g++
12:22:50 + export CXX
12:22:50 + cd src
12:22:50 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64/usr/bin
12:22:50 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64/usr/bin/docker
12:22:50 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
12:22:50 + pushd /root/rpmbuild/BUILD/src/plugins
12:22:50 + for installer in *.installer
12:22:50 + '[' app.installer '!=' scan.installer ']'
12:22:50 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64
12:22:50 + PREFIX=/usr/libexec/docker/cli-plugins
12:22:50 + bash app.installer install_plugin
12:22:50 + for installer in *.installer
12:22:50 + '[' buildx.installer '!=' scan.installer ']'
12:22:50 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64
12:22:50 + PREFIX=/usr/libexec/docker/cli-plugins
12:22:50 + bash buildx.installer install_plugin
12:22:50 + popd
12:22:50 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64/usr/share/bash-completion/completions
12:22:50 ~/rpmbuild/BUILD/src
12:22:50 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64/usr/share/zsh/vendor-completions
12:22:50 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64/usr/share/fish/vendor_completions.d
12:22:50 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64/usr/share/bash-completion/completions/docker
12:22:50 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64/usr/share/zsh/vendor-completions/_docker
12:22:50 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64/usr/share/fish/vendor_completions.d/docker.fish
12:22:50 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64/usr/share/man/man1
12:22:50 + install -p -m 644 cli/man/man1/docker-attach.1 cli/man/man1/docker-build.1 cli/man/man1/docker-builder-build.1 cli/man/man1/docker-builder-prune.1 cli/man/man1/docker-builder.1 cli/man/man1/docker-checkpoint-create.1 cli/man/man1/docker-checkpoint-ls.1 cli/man/man1/docker-checkpoint-rm.1 cli/man/man1/docker-checkpoint.1 cli/man/man1/docker-commit.1 cli/man/man1/docker-config-create.1 cli/man/man1/docker-config-inspect.1 cli/man/man1/docker-config-ls.1 cli/man/man1/docker-config-rm.1 cli/man/man1/docker-config.1 cli/man/man1/docker-container-attach.1 cli/man/man1/docker-container-commit.1 cli/man/man1/docker-container-cp.1 cli/man/man1/docker-container-create.1 cli/man/man1/docker-container-diff.1 cli/man/man1/docker-container-exec.1 cli/man/man1/docker-container-export.1 cli/man/man1/docker-container-inspect.1 cli/man/man1/docker-container-kill.1 cli/man/man1/docker-container-logs.1 cli/man/man1/docker-container-ls.1 cli/man/man1/docker-container-pause.1 cli/man/man1/docker-container-port.1 cli/man/man1/docker-container-prune.1 cli/man/man1/docker-container-rename.1 cli/man/man1/docker-container-restart.1 cli/man/man1/docker-container-rm.1 cli/man/man1/docker-container-run.1 cli/man/man1/docker-container-start.1 cli/man/man1/docker-container-stats.1 cli/man/man1/docker-container-stop.1 cli/man/man1/docker-container-top.1 cli/man/man1/docker-container-unpause.1 cli/man/man1/docker-container-update.1 cli/man/man1/docker-container-wait.1 cli/man/man1/docker-container.1 cli/man/man1/docker-context-create.1 cli/man/man1/docker-context-export.1 cli/man/man1/docker-context-import.1 cli/man/man1/docker-context-inspect.1 cli/man/man1/docker-context-ls.1 cli/man/man1/docker-context-rm.1 cli/man/man1/docker-context-update.1 cli/man/man1/docker-context-use.1 cli/man/man1/docker-context.1 cli/man/man1/docker-cp.1 cli/man/man1/docker-create.1 cli/man/man1/docker-diff.1 cli/man/man1/docker-events.1 cli/man/man1/docker-exec.1 cli/man/man1/docker-export.1 cli/man/man1/docker-history.1 cli/man/man1/docker-image-build.1 cli/man/man1/docker-image-history.1 cli/man/man1/docker-image-import.1 cli/man/man1/docker-image-inspect.1 cli/man/man1/docker-image-load.1 cli/man/man1/docker-image-ls.1 cli/man/man1/docker-image-prune.1 cli/man/man1/docker-image-pull.1 cli/man/man1/docker-image-push.1 cli/man/man1/docker-image-rm.1 cli/man/man1/docker-image-save.1 cli/man/man1/docker-image-tag.1 cli/man/man1/docker-image.1 cli/man/man1/docker-images.1 cli/man/man1/docker-import.1 cli/man/man1/docker-info.1 cli/man/man1/docker-inspect.1 cli/man/man1/docker-kill.1 cli/man/man1/docker-load.1 cli/man/man1/docker-login.1 cli/man/man1/docker-logout.1 cli/man/man1/docker-logs.1 cli/man/man1/docker-manifest-annotate.1 cli/man/man1/docker-manifest-create.1 cli/man/man1/docker-manifest-inspect.1 cli/man/man1/docker-manifest-push.1 cli/man/man1/docker-manifest-rm.1 cli/man/man1/docker-manifest.1 cli/man/man1/docker-network-connect.1 cli/man/man1/docker-network-create.1 cli/man/man1/docker-network-disconnect.1 cli/man/man1/docker-network-inspect.1 cli/man/man1/docker-network-ls.1 cli/man/man1/docker-network-prune.1 cli/man/man1/docker-network-rm.1 cli/man/man1/docker-network.1 cli/man/man1/docker-node-demote.1 cli/man/man1/docker-node-inspect.1 cli/man/man1/docker-node-ls.1 cli/man/man1/docker-node-promote.1 cli/man/man1/docker-node-ps.1 cli/man/man1/docker-node-rm.1 cli/man/man1/docker-node-update.1 cli/man/man1/docker-node.1 cli/man/man1/docker-pause.1 cli/man/man1/docker-plugin-create.1 cli/man/man1/docker-plugin-disable.1 cli/man/man1/docker-plugin-enable.1 cli/man/man1/docker-plugin-inspect.1 cli/man/man1/docker-plugin-install.1 cli/man/man1/docker-plugin-ls.1 cli/man/man1/docker-plugin-push.1 cli/man/man1/docker-plugin-rm.1 cli/man/man1/docker-plugin-set.1 cli/man/man1/docker-plugin-upgrade.1 cli/man/man1/docker-plugin.1 cli/man/man1/docker-port.1 cli/man/man1/docker-ps.1 cli/man/man1/docker-pull.1 cli/man/man1/docker-push.1 cli/man/man1/docker-rename.1 cli/man/man1/docker-restart.1 cli/man/man1/docker-rm.1 cli/man/man1/docker-rmi.1 cli/man/man1/docker-run.1 cli/man/man1/docker-save.1 cli/man/man1/docker-search.1 cli/man/man1/docker-secret-create.1 cli/man/man1/docker-secret-inspect.1 cli/man/man1/docker-secret-ls.1 cli/man/man1/docker-secret-rm.1 cli/man/man1/docker-secret.1 cli/man/man1/docker-service-create.1 cli/man/man1/docker-service-inspect.1 cli/man/man1/docker-service-logs.1 cli/man/man1/docker-service-ls.1 cli/man/man1/docker-service-ps.1 cli/man/man1/docker-service-rm.1 cli/man/man1/docker-service-rollback.1 cli/man/man1/docker-service-scale.1 cli/man/man1/docker-service-update.1 cli/man/man1/docker-service.1 cli/man/man1/docker-stack-deploy.1 cli/man/man1/docker-stack-ls.1 cli/man/man1/docker-stack-ps.1 cli/man/man1/docker-stack-rm.1 cli/man/man1/docker-stack-services.1 cli/man/man1/docker-stack.1 cli/man/man1/docker-start.1 cli/man/man1/docker-stats.1 cli/man/man1/docker-stop.1 cli/man/man1/docker-swarm-ca.1 cli/man/man1/docker-swarm-init.1 cli/man/man1/docker-swarm-join-token.1 cli/man/man1/docker-swarm-join.1 cli/man/man1/docker-swarm-leave.1 cli/man/man1/docker-swarm-unlock-key.1 cli/man/man1/docker-swarm-unlock.1 cli/man/man1/docker-swarm-update.1 cli/man/man1/docker-swarm.1 cli/man/man1/docker-system-df.1 cli/man/man1/docker-system-events.1 cli/man/man1/docker-system-info.1 cli/man/man1/docker-system-prune.1 cli/man/man1/docker-system.1 cli/man/man1/docker-tag.1 cli/man/man1/docker-top.1 cli/man/man1/docker-trust-inspect.1 cli/man/man1/docker-trust-key-generate.1 cli/man/man1/docker-trust-key-load.1 cli/man/man1/docker-trust-key.1 cli/man/man1/docker-trust-revoke.1 cli/man/man1/docker-trust-sign.1 cli/man/man1/docker-trust-signer-add.1 cli/man/man1/docker-trust-signer-remove.1 cli/man/man1/docker-trust-signer.1 cli/man/man1/docker-trust.1 cli/man/man1/docker-unpause.1 cli/man/man1/docker-update.1 cli/man/man1/docker-version.1 cli/man/man1/docker-volume-create.1 cli/man/man1/docker-volume-inspect.1 cli/man/man1/docker-volume-ls.1 cli/man/man1/docker-volume-prune.1 cli/man/man1/docker-volume-rm.1 cli/man/man1/docker-volume.1 cli/man/man1/docker-wait.1 cli/man/man1/docker.1 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64/usr/share/man/man1
12:22:50 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64/usr/share/man/man5
12:22:50 + install -p -m 644 cli/man/man5/Dockerfile.5 cli/man/man5/docker-config-json.5 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64/usr/share/man/man5
12:22:50 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64/usr/share/man/man8
12:22:50 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64/usr/share/man/man8
12:22:50 + mkdir -p build-docs
12:22:50 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:22:50 + cp cli/LICENSE build-docs/LICENSE
12:22:50 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:22:50 + cp cli/MAINTAINERS build-docs/MAINTAINERS
12:22:50 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:22:50 + cp cli/NOTICE build-docs/NOTICE
12:22:50 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:22:50 + cp cli/README.md build-docs/README.md
12:22:50 + /usr/lib/rpm/check-buildroot
12:22:50 + /usr/lib/rpm/redhat/brp-ldconfig
12:22:50 + /usr/lib/rpm/brp-compress
12:22:50 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:22:50 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:22:50 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:22:50 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:22:50 + /usr/lib/rpm/check-rpaths
12:22:51 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:22:51 + /usr/lib/rpm/brp-remove-la-files
12:22:51 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:22:51 + /usr/lib/rpm/redhat/brp-python-hardlink
12:22:51 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.NyvWWy
12:22:51 + umask 022
12:22:51 + cd /root/rpmbuild/BUILD
12:22:51 + 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:51 + export CFLAGS
12:22:51 + 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:51 + export CXXFLAGS
12:22:51 + 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:51 + export FFLAGS
12:22:51 + 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:51 + export FCFLAGS
12:22:51 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64.ld'
12:22:51 + export LDFLAGS
12:22:51 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:22:51 + export LT_SYS_LIBRARY_PATH
12:22:51 + CC=gcc
12:22:51 + export CC
12:22:51 + CXX=g++
12:22:51 + export CXX
12:22:51 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:22:51 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-cli 0.0.0.20220908081902.b40c2f6-0.fc36 x86_64
12:22:51 + cd src
12:22:51 ++ cli/build/docker --version
12:22:51 + ver='Docker version 0.0.0-20220908081902-b40c2f6, build b40c2f6'
12:22:51 + test 'Docker version 0.0.0-20220908081902-b40c2f6, build b40c2f6' = 'Docker version 0.0.0-20220908081902-b40c2f6, build b40c2f6'
12:22:51 + echo 'PASS: cli version OK'
12:22:51 PASS: cli version OK
12:22:51 + RPM_EC=0
12:22:51 ++ jobs -p
12:22:51 + exit 0
12:22:51 Processing files: docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64
12:22:51 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.jfMfJu
12:22:51 + umask 022
12:22:51 + cd /root/rpmbuild/BUILD
12:22:51 + cd src
12:22:51 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64/usr/share/doc/docker-ce-cli
12:22:51 + export LC_ALL=C
12:22:51 + LC_ALL=C
12:22:51 + export DOCDIR
12:22:51 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64/usr/share/doc/docker-ce-cli
12:22:51 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64/usr/share/doc/docker-ce-cli
12:22:51 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64/usr/share/doc/docker-ce-cli
12:22:51 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64/usr/share/doc/docker-ce-cli
12:22:51 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64/usr/share/doc/docker-ce-cli
12:22:51 + RPM_EC=0
12:22:51 ++ jobs -p
12:22:51 + exit 0
12:22:51 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
12:22:52 Provides: docker-ce-cli = 1:0.0.0.20220908081902.b40c2f6-0.fc36 docker-ce-cli(x86-64) = 1:0.0.0.20220908081902.b40c2f6-0.fc36
12:22:52 Requires(interp): /bin/sh
12:22:52 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:22:52 Requires(post): /bin/sh
12:22:52 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:52 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
12:22:52 Recommends: docker-scan-plugin(x86-64)
12:22:52 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64
12:22:52 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.src.rpm
12:24:00 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64.rpm
12:24:00 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.uqtNxl
12:24:00 + umask 022
12:24:00 + cd /root/rpmbuild/BUILD
12:24:00 + cd src
12:24:00 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64
12:24:00 + RPM_EC=0
12:24:00 ++ jobs -p
12:24:00 + exit 0
12:24:00     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:24:00     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:24:00     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:24:00     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
12:24:00 
12:24:00 RPM build warnings:
12:24:00 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.NOfLT8
12:24:00 + umask 022
12:24:00 + cd /root/rpmbuild/BUILD
12:24:00 + cd /root/rpmbuild/BUILD
12:24:00 + rm -rf src
12:24:00 + /usr/bin/mkdir -p src
12:24:00 + cd src
12:24:00 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:24:00 + /usr/bin/tar -xof -
12:24:00 + STATUS=0
12:24:00 + '[' 0 -ne 0 ']'
12:24:00 + /usr/bin/tar -xof -
12:24:00 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:24:00 + STATUS=0
12:24:00 + '[' 0 -ne 0 ']'
12:24:00 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:24:00 + RPM_EC=0
12:24:00 ++ jobs -p
12:24:00 + exit 0
12:24:00 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.GjAb0E
12:24:00 + umask 022
12:24:00 + cd /root/rpmbuild/BUILD
12:24:00 + 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:24:00 + export CFLAGS
12:24:00 + 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:24:00 + export CXXFLAGS
12:24:00 + 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:24:00 + export FFLAGS
12:24:00 + 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:24:00 + export FCFLAGS
12:24:00 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64.ld'
12:24:00 + export LDFLAGS
12:24:00 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:24:00 + export LT_SYS_LIBRARY_PATH
12:24:00 + CC=gcc
12:24:00 + export CC
12:24:00 + CXX=g++
12:24:00 + export CXX
12:24:00 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:24:00 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-rootless-extras 0.0.0.20220908081902.b40c2f6-0.fc36 x86_64
12:24:00 + cd src
12:24:00 + export DOCKER_GITCOMMIT=f219cb5
12:24:00 + DOCKER_GITCOMMIT=f219cb5
12:24:00 + mkdir -p /go/src/github.com/docker
12:24:00 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:24:00 + TMP_GOPATH=/go
12:24:00 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
12:24:00 + RM_GOPATH=0
12:24:00 + TMP_GOPATH=/go
12:24:00 + : /usr/local/bin
12:24:00 + '[' -z /go ']'
12:24:00 + export GOPATH=/go
12:24:00 + GOPATH=/go
12:24:00 + case "$(go env GOARCH)" in
12:24:00 ++ go env GOARCH
12:24:00 + export GO_BUILDMODE=-buildmode=pie
12:24:00 + GO_BUILDMODE=-buildmode=pie
12:24:00 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
12:24:00 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
12:24:00 + bin=rootlesskit
12:24:00 + shift
12:24:00 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
12:24:00 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
12:24:00 ++ : v0.14.4
12:24:00 + install_rootlesskit dynamic
12:24:00 + case "$1" in
12:24:00 + install_rootlesskit_dynamic
12:24:00 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:24:00 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:24:00 + export BUILD_MODE=-buildmode=pie
12:24:00 + BUILD_MODE=-buildmode=pie
12:24:00 + _install_rootlesskit
12:24:00 + echo 'Install rootlesskit version v0.14.4'
12:24:00 + for f in rootlesskit rootlesskit-docker-proxy
12:24:00 Install rootlesskit version v0.14.4
12:24:00 + GOBIN=/usr/local/bin
12:24:00 + GO111MODULE=on
12:24:00 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
12:24:00 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
12:24:00 go: downloading github.com/pkg/errors v0.9.1
12:24:00 go: downloading github.com/sirupsen/logrus v1.8.1
12:24:00 go: downloading github.com/urfave/cli/v2 v2.3.0
12:24:00 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
12:24:00 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
12:24:00 go: downloading github.com/google/uuid v1.3.0
12:24:00 go: downloading github.com/moby/vpnkit v0.5.0
12:24:00 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:24:00 go: downloading github.com/gofrs/flock v0.8.1
12:24:00 go: downloading github.com/gorilla/mux v1.8.0
12:24:00 go: downloading github.com/moby/sys/mountinfo v0.4.1
12:24:00 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
12:24:00 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
12:24:00 go: downloading github.com/u-root/u-root v7.0.0+incompatible
12:24:00 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:24:00 + for f in rootlesskit rootlesskit-docker-proxy
12:24:00 + GOBIN=/usr/local/bin
12:24:00 + GO111MODULE=on
12:24:00 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
12:24:01 + return
12:24:01 + RPM_EC=0
12:24:01 ++ jobs -p
12:24:01 + exit 0
12:24:01 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.CZixJ6
12:24:01 + umask 022
12:24:01 + cd /root/rpmbuild/BUILD
12:24:01 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64 '!=' / ']'
12:24:01 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64
12:24:01 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64
12:24:01 + mkdir -p /root/rpmbuild/BUILDROOT
12:24:01 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64
12:24:01 + 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:24:01 + export CFLAGS
12:24:01 + 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:24:01 + export CXXFLAGS
12:24:01 + 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:24:01 + export FFLAGS
12:24:01 + 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:24:01 + export FCFLAGS
12:24:01 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64.ld'
12:24:01 + export LDFLAGS
12:24:01 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:24:01 + export LT_SYS_LIBRARY_PATH
12:24:01 + CC=gcc
12:24:01 + export CC
12:24:01 + CXX=g++
12:24:01 + export CXX
12:24:01 + cd src
12:24:01 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64/usr/bin/dockerd-rootless.sh
12:24:01 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64/usr/bin/dockerd-rootless-setuptool.sh
12:24:01 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64/usr/bin/rootlesskit
12:24:01 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64/usr/bin/rootlesskit-docker-proxy
12:24:01 + /usr/lib/rpm/check-buildroot
12:24:01 + /usr/lib/rpm/redhat/brp-ldconfig
12:24:01 + /usr/lib/rpm/brp-compress
12:24:01 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:24:01 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:24:01 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:24:01 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:24:01 + /usr/lib/rpm/check-rpaths
12:24:01 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:24:01 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
12:24:01 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
12:24:01 + /usr/lib/rpm/brp-remove-la-files
12:24:01 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:24:01 + /usr/lib/rpm/redhat/brp-python-hardlink
12:24:01 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.f4YlPD
12:24:01 + umask 022
12:24:01 + cd /root/rpmbuild/BUILD
12:24:01 + 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:24:01 + export CFLAGS
12:24:01 + 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:24:01 + export CXXFLAGS
12:24:01 + 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:24:01 + export FFLAGS
12:24:01 + 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:24:01 + export FCFLAGS
12:24:01 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64.ld'
12:24:01 + export LDFLAGS
12:24:01 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:24:01 + export LT_SYS_LIBRARY_PATH
12:24:01 + CC=gcc
12:24:01 + export CC
12:24:01 + CXX=g++
12:24:01 + export CXX
12:24:01 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:24:01 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-rootless-extras 0.0.0.20220908081902.b40c2f6-0.fc36 x86_64
12:24:01 + cd src
12:24:01 + /usr/local/bin/rootlesskit -v
12:24:01 rootlesskit version 0.14.4
12:24:01 + RPM_EC=0
12:24:01 ++ jobs -p
12:24:01 + exit 0
12:24:01 Processing files: docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64
12:24:01 Provides: docker-ce-rootless-extras = 0:0.0.0.20220908081902.b40c2f6-0.fc36 docker-ce-rootless-extras(x86-64) = 0:0.0.0.20220908081902.b40c2f6-0.fc36
12:24:01 Requires(interp): /bin/sh /bin/sh /bin/sh
12:24:01 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:24:01 Requires(post): /bin/sh
12:24:01 Requires(preun): /bin/sh
12:24:01 Requires(postun): /bin/sh
12:24:01 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:24:01 Conflicts: rootlesskit
12:24:01 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64
12:24:02 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc36.src.rpm
12:24:07 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64.rpm
12:24:07 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.MYdvCU
12:24:07 + umask 022
12:24:07 + cd /root/rpmbuild/BUILD
12:24:07 + cd src
12:24:07 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64
12:24:07 + RPM_EC=0
12:24:07 ++ jobs -p
12:24:07 + exit 0
12:24:07     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:24:07     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:24:07     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:24:07     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
12:24:07 
12:24:07 RPM build warnings:
12:24:07 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.l3ozpO
12:24:07 + umask 022
12:24:07 + cd /root/rpmbuild/BUILD
12:24:07 + cd /root/rpmbuild/BUILD
12:24:07 + rm -rf src
12:24:07 + /usr/bin/mkdir -p src
12:24:07 + cd src
12:24:07 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
12:24:07 + /usr/bin/tar -xof -
12:24:07 + STATUS=0
12:24:07 + '[' 0 -ne 0 ']'
12:24:07 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
12:24:07 + /usr/bin/tar -xof -
12:24:07 + STATUS=0
12:24:07 + '[' 0 -ne 0 ']'
12:24:07 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:24:07 + RPM_EC=0
12:24:07 ++ jobs -p
12:24:07 + exit 0
12:24:07 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.CB4QNQ
12:24:07 + umask 022
12:24:07 + cd /root/rpmbuild/BUILD
12:24:07 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:24:07 + export CFLAGS
12:24:07 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:24:07 + export CXXFLAGS
12:24:07 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:24:07 + export FFLAGS
12:24:07 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:24:07 + export FCFLAGS
12:24:07 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-compose-plugin-2.11.2-0.fc36.x86_64.ld'
12:24:07 + export LDFLAGS
12:24:07 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:24:07 + export LT_SYS_LIBRARY_PATH
12:24:07 + CC=gcc
12:24:07 + export CC
12:24:07 + CXX=g++
12:24:07 + export CXX
12:24:07 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:24:07 + /usr/lib/rpm/generate-rpm-note.sh docker-compose-plugin 2.11.2-0.fc36 x86_64
12:24:07 + cd src
12:24:07 + pushd /root/rpmbuild/BUILD/src/compose
12:24:07 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
12:24:07 + make VERSION=v2.11.2 DESTDIR=./bin build
12:24:07 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:24:07 go: downloading github.com/docker/cli v20.10.3-0.20220309205733-2b52f62e9627+incompatible
12:24:08 go: downloading github.com/spf13/cobra v1.5.0
12:24:08 go: downloading github.com/fvbommel/sortorder v1.0.2
12:24:08 go: downloading golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
12:24:08 go: downloading github.com/docker/docker v20.10.3-0.20220309172631-83b51522df43+incompatible
12:24:08 go: downloading github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae
12:24:08 go: downloading github.com/morikuni/aec v1.0.0
12:24:08 go: downloading github.com/spf13/pflag v1.0.5
12:24:08 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:24:08 go: downloading github.com/docker/go-connections v0.4.0
12:24:08 go: downloading github.com/sirupsen/logrus v1.9.0
12:24:08 go: downloading github.com/theupdateframework/notary v0.7.0
12:24:08 go: downloading github.com/compose-spec/compose-go v1.6.0
12:24:09 go: downloading github.com/hashicorp/go-version v1.6.0
12:24:09 go: downloading github.com/cnabio/cnab-to-oci v0.3.7
12:24:09 go: downloading github.com/distribution/distribution/v3 v3.0.0-20220902125104-0122d7ddaec0
12:24:09 go: downloading github.com/docker/buildx v0.8.2
12:24:09 go: downloading github.com/docker/go-units v0.5.0
12:24:09 go: downloading github.com/mattn/go-shellwords v1.0.12
12:24:09 go: downloading github.com/moby/buildkit v0.10.4
12:24:09 go: downloading github.com/opencontainers/go-digest v1.0.0
12:24:09 go: downloading go.opentelemetry.io/otel v1.10.0
12:24:09 go: downloading github.com/containerd/containerd v1.6.8
12:24:09 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:24:09 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
12:24:09 go: downloading golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde
12:24:09 go: downloading gopkg.in/yaml.v2 v2.4.0
12:24:09 go: downloading k8s.io/client-go v0.22.4
12:24:09 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:24:09 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:24:09 go: downloading github.com/imdario/mergo v0.3.13
12:24:09 go: downloading github.com/cnabio/cnab-go v0.23.4
12:24:10 go: downloading github.com/containerd/console v1.0.3
12:24:10 go: downloading golang.org/x/text v0.3.7
12:24:10 go: downloading github.com/mattn/go-isatty v0.0.16
12:24:10 go: downloading github.com/buger/goterm v1.0.4
12:24:10 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:24:10 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:24:10 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:24:10 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:24:10 go: downloading go.opentelemetry.io/otel/trace v1.10.0
12:24:10 go: downloading github.com/go-logr/logr v1.2.3
12:24:10 go: downloading k8s.io/api v0.22.4
12:24:11 go: downloading k8s.io/apimachinery v0.22.4
12:24:11 go: downloading github.com/gofrs/flock v0.8.0
12:24:11 go: downloading github.com/moby/sys/signal v0.6.0
12:24:11 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:24:11 go: downloading github.com/golang/mock v1.6.0
12:24:11 go: downloading google.golang.org/grpc v1.45.0
12:24:11 go: downloading github.com/klauspost/compress v1.15.1
12:24:11 go: downloading github.com/opencontainers/runc v1.1.2
12:24:11 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:24:11 go: downloading github.com/hashicorp/errwrap v1.1.0
12:24:11 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:24:11 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220315205639-9ed612626da3
12:24:11 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:24:11 go: downloading golang.org/x/net v0.0.0-20220906165146-f3363e06e74c
12:24:11 go: downloading golang.org/x/crypto v0.0.0-20220214200702-86341886e292
12:24:11 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:24:11 go: downloading github.com/docker/docker-credential-helpers v0.6.4
12:24:11 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
12:24:11 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:24:11 go: downloading github.com/cyberphone/json-canonicalization v0.0.0-20210303052042-6bc126869bf4
12:24:12 go: downloading github.com/moby/locker v1.0.1
12:24:12 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:24:12 go: downloading k8s.io/klog/v2 v2.60.1
12:24:12 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:24:12 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:24:12 go: downloading google.golang.org/genproto v0.0.0-20220314164441-57ef72a4c106
12:24:12 go: downloading google.golang.org/protobuf v1.27.1
12:24:12 go: downloading github.com/go-logr/stdr v1.2.2
12:24:12 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:24:12 go: downloading github.com/gogo/protobuf v1.3.2
12:24:12 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:24:12 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:24:12 go: downloading github.com/pelletier/go-toml v1.9.4
12:24:12 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:24:12 go: downloading github.com/google/gofuzz v1.2.0
12:24:12 go: downloading github.com/moby/sys/symlink v0.2.0
12:24:12 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:24:13 go: downloading github.com/golang/protobuf v1.5.2
12:24:13 go: downloading github.com/gogo/googleapis v1.4.1
12:24:13 go: downloading github.com/containerd/typeurl v1.0.2
12:24:13 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:24:13 go: downloading github.com/qri-io/jsonpointer v0.1.1
12:24:13 go: downloading github.com/qri-io/jsonschema v0.2.2-0.20210831022256-780655b2ba0e
12:24:13 go: downloading github.com/Masterminds/semver v1.5.0
12:24:13 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:24:13 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:24:13 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:24:14 go: downloading github.com/felixge/httpsnoop v1.0.2
12:24:14 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:24:14 go: downloading github.com/davecgh/go-spew v1.1.1
12:24:14 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:24:14 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:24:14 go: downloading gopkg.in/inf.v0 v0.9.1
12:24:14 go: downloading github.com/googleapis/gnostic v0.5.5
12:24:14 go: downloading github.com/google/go-cmp v0.5.8
12:24:14 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:24:14 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
12:24:14 go: downloading github.com/docker/go-metrics v0.0.1
12:24:14 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:24:14 go: downloading github.com/json-iterator/go v1.1.12
12:24:14 go: downloading github.com/modern-go/reflect2 v1.0.2
12:24:14 go: downloading sigs.k8s.io/yaml v1.2.0
12:24:14 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:24:14 go: downloading github.com/mattn/go-colorable v0.1.12
12:24:14 go: downloading gopkg.in/yaml.v3 v3.0.1
12:24:14 go: downloading github.com/prometheus/client_golang v1.12.1
12:24:14 go: downloading github.com/containerd/ttrpc v1.1.0
12:24:14 go: downloading github.com/moby/spdystream v0.2.0
12:24:14 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:24:14 go: downloading github.com/prometheus/client_model v0.2.0
12:24:14 go: downloading github.com/prometheus/common v0.32.1
12:24:14 go: downloading github.com/beorn7/perks v1.0.1
12:24:14 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:24:14 go: downloading github.com/prometheus/procfs v0.7.3
12:24:14 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
12:26:20 + popd
12:26:20 ~/rpmbuild/BUILD/src
12:26:20 + RPM_EC=0
12:26:20 ++ jobs -p
12:26:20 + exit 0
12:26:20 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.IdmMVT
12:26:20 + umask 022
12:26:20 + cd /root/rpmbuild/BUILD
12:26:20 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc36.x86_64 '!=' / ']'
12:26:20 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc36.x86_64
12:26:20 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc36.x86_64
12:26:20 + mkdir -p /root/rpmbuild/BUILDROOT
12:26:20 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc36.x86_64
12:26: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:26:20 + export CFLAGS
12:26: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:26:20 + export CXXFLAGS
12:26: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:26:20 + export FFLAGS
12:26: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:26:20 + export FCFLAGS
12:26: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 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-compose-plugin-2.11.2-0.fc36.x86_64.ld'
12:26:20 + export LDFLAGS
12:26:20 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:26:20 + export LT_SYS_LIBRARY_PATH
12:26:20 + CC=gcc
12:26:20 + export CC
12:26:20 + CXX=g++
12:26:20 + export CXX
12:26:20 + cd src
12:26:20 + pushd /root/rpmbuild/BUILD/src/compose
12:26:20 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-compose
12:26:20 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
12:26:20 + popd
12:26:20 ~/rpmbuild/BUILD/src
12:26:20 + for f in LICENSE MAINTAINERS NOTICE README.md
12:26:20 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
12:26:20 + for f in LICENSE MAINTAINERS NOTICE README.md
12:26:20 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
12:26:20 + for f in LICENSE MAINTAINERS NOTICE README.md
12:26:20 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
12:26:20 + for f in LICENSE MAINTAINERS NOTICE README.md
12:26:20 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
12:26:20 + /usr/lib/rpm/check-buildroot
12:26:20 + /usr/lib/rpm/redhat/brp-ldconfig
12:26:20 + /usr/lib/rpm/brp-compress
12:26:20 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:26:20 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:26:20 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:26:20 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:26:20 + /usr/lib/rpm/check-rpaths
12:26:20 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:26:20 + /usr/lib/rpm/brp-remove-la-files
12:26:20 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:26:20 + /usr/lib/rpm/redhat/brp-python-hardlink
12:26:20 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.vYqUgA
12:26:20 + umask 022
12:26:20 + cd /root/rpmbuild/BUILD
12:26: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:26:20 + export CFLAGS
12:26: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:26:20 + export CXXFLAGS
12:26: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:26:20 + export FFLAGS
12:26: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:26:20 + export FCFLAGS
12:26: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 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-compose-plugin-2.11.2-0.fc36.x86_64.ld'
12:26:20 + export LDFLAGS
12:26:20 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:26:20 + export LT_SYS_LIBRARY_PATH
12:26:20 + CC=gcc
12:26:20 + export CC
12:26:20 + CXX=g++
12:26:20 + export CXX
12:26:20 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:26:20 + /usr/lib/rpm/generate-rpm-note.sh docker-compose-plugin 2.11.2-0.fc36 x86_64
12:26:20 + cd src
12:26:20 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
12:26:20 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
12:26:20 + ver=v2.11.2
12:26:20 + test v2.11.2 = v2.11.2
12:26:20 + echo 'PASS: docker-compose version OK'
12:26:20 + RPM_EC=0
12:26:20 PASS: docker-compose version OK
12:26:20 ++ jobs -p
12:26:20 + exit 0
12:26:20 Processing files: docker-compose-plugin-2.11.2-0.fc36.x86_64
12:26:20 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.0wBfNA
12:26:20 + umask 022
12:26:20 + cd /root/rpmbuild/BUILD
12:26:20 + cd src
12:26:20 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc36.x86_64/usr/share/doc/docker-compose-plugin
12:26:20 + export LC_ALL=C
12:26:20 + LC_ALL=C
12:26:20 + export DOCDIR
12:26:20 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc36.x86_64/usr/share/doc/docker-compose-plugin
12:26:20 + cp -pr docker-compose-plugin-docs/LICENSE docker-compose-plugin-docs/MAINTAINERS docker-compose-plugin-docs/NOTICE docker-compose-plugin-docs/README.md /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc36.x86_64/usr/share/doc/docker-compose-plugin
12:26:20 + RPM_EC=0
12:26:20 ++ jobs -p
12:26:20 + exit 0
12:26:20 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.lU4kgO
12:26:20 + umask 022
12:26:20 + cd /root/rpmbuild/BUILD
12:26:20 + cd src
12:26:20 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc36.x86_64/usr/share/licenses/docker-compose-plugin
12:26:20 + export LC_ALL=C
12:26:20 + LC_ALL=C
12:26:20 + export LICENSEDIR
12:26:20 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc36.x86_64/usr/share/licenses/docker-compose-plugin
12:26:20 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc36.x86_64/usr/share/licenses/docker-compose-plugin
12:26:20 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc36.x86_64/usr/share/licenses/docker-compose-plugin
12:26:20 + RPM_EC=0
12:26:20 ++ jobs -p
12:26:20 + exit 0
12:26:20 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-compose
12:26:20 Provides: docker-compose-plugin = 0:2.11.2-0.fc36 docker-compose-plugin(x86-64) = 0:2.11.2-0.fc36
12:26:20 Requires(interp): /bin/sh /bin/sh /bin/sh
12:26:20 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:26:20 Requires(post): /bin/sh
12:26:20 Requires(preun): /bin/sh
12:26:20 Requires(postun): /bin/sh
12:26:20 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc36.x86_64
12:26:20 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.11.2-0.fc36.src.rpm
12:26:33 Wrote: /root/rpmbuild/RPMS/x86_64/docker-compose-plugin-2.11.2-0.fc36.x86_64.rpm
12:26:33 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.fDYs1l
12:26:33 + umask 022
12:26:33 + cd /root/rpmbuild/BUILD
12:26:33 + cd src
12:26:33 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc36.x86_64
12:26:33 + RPM_EC=0
12:26:33 ++ jobs -p
12:26:33 + exit 0
12:26:33 
12:26:33 RPM build warnings:
12:26:33     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:26:33     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:26:33     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:26:33     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
12:26:33     Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-compose
12:26:33 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.fsUVra
12:26:33 + umask 022
12:26:33 + cd /root/rpmbuild/BUILD
12:26:33 + cd /root/rpmbuild/BUILD
12:26:33 + rm -rf src
12:26:33 + /usr/bin/mkdir -p src
12:26:33 + cd src
12:26:33 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
12:26:33 + /usr/bin/tar -xof -
12:26:33 + STATUS=0
12:26:33 + '[' 0 -ne 0 ']'
12:26:33 + /usr/bin/tar -xof -
12:26:33 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
12:26:33 + STATUS=0
12:26:33 + '[' 0 -ne 0 ']'
12:26:33 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:26:33 + RPM_EC=0
12:26:33 ++ jobs -p
12:26:33 + exit 0
12:26:33 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.TOOtxv
12:26:33 + umask 022
12:26:33 + cd /root/rpmbuild/BUILD
12:26:33 + 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:33 + export CFLAGS
12:26:33 + 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:33 + export CXXFLAGS
12:26:33 + 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:33 + export FFLAGS
12:26:33 + 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:33 + export FCFLAGS
12:26:33 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-scan-plugin-0.17.0-0.fc36.x86_64.ld'
12:26:33 + export LDFLAGS
12:26:33 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:26:33 + export LT_SYS_LIBRARY_PATH
12:26:33 + CC=gcc
12:26:33 + export CC
12:26:33 + CXX=g++
12:26:33 + export CXX
12:26:33 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:26:33 + /usr/lib/rpm/generate-rpm-note.sh docker-scan-plugin 0.17.0-0.fc36 x86_64
12:26:33 + cd src
12:26:33 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
12:26:33 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
12:26:33 + bash -c 'TAG_NAME="v0.17.0" COMMIT="061fe0a" PLATFORM_BINARY=docker-scan make native-build'
12:26:33 GO111MODULE=on make -f builder.Makefile build
12:26:33 make[1]: Entering directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
12:26:33 mkdir -p bin
12:26:33 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:26:33 go: downloading github.com/docker/cli v20.10.9+incompatible
12:26:33 go: downloading github.com/docker/docker v20.10.9+incompatible
12:26:34 go: downloading github.com/spf13/cobra v1.2.1
12:26:34 go: downloading golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
12:26:34 go: downloading github.com/docker/distribution v2.7.1+incompatible
12:26:34 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
12:26:34 go: downloading github.com/opencontainers/image-spec v1.0.1
12:26:34 go: downloading github.com/docker/go-units v0.4.0
12:26:34 go: downloading github.com/Masterminds/semver/v3 v3.1.1
12:26:34 go: downloading github.com/mitchellh/go-homedir v1.1.0
12:26:34 go: downloading github.com/containerd/containerd v1.5.7
12:26:34 go: downloading github.com/moby/sys/mount v0.2.0
12:26:34 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
12:26:34 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
12:26:34 go: downloading google.golang.org/grpc v1.40.0
12:26:35 go: downloading golang.org/x/net v0.0.0-20210825183410-e898025ed96a
12:26:35 go: downloading golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
12:26:35 go: downloading github.com/opencontainers/runc v1.0.2
12:26:35 go: downloading google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
12:26:35 go: downloading google.golang.org/protobuf v1.26.0
12:26:35 go: downloading github.com/prometheus/client_golang v1.7.1
12:26:35 go: downloading github.com/cespare/xxhash/v2 v2.1.1
12:26:35 go: downloading github.com/prometheus/common v0.10.0
12:26:35 go: downloading github.com/prometheus/procfs v0.6.0
12:26:53 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
12:26:53 ~/rpmbuild/BUILD/src
12:26:53 + popd
12:26:53 + RPM_EC=0
12:26:53 ++ jobs -p
12:26:53 + exit 0
12:26:53 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.1FGsMP
12:26:53 + umask 022
12:26:53 + cd /root/rpmbuild/BUILD
12:26:53 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64 '!=' / ']'
12:26:53 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64
12:26:53 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64
12:26:53 + mkdir -p /root/rpmbuild/BUILDROOT
12:26:53 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64
12:26:53 + 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:53 + export CFLAGS
12:26:53 + 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:53 + export CXXFLAGS
12:26:53 + 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:53 + export FFLAGS
12:26:53 + 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:53 + export FCFLAGS
12:26:53 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-scan-plugin-0.17.0-0.fc36.x86_64.ld'
12:26:53 + export LDFLAGS
12:26:53 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:26:53 + export LT_SYS_LIBRARY_PATH
12:26:53 + CC=gcc
12:26:53 + export CC
12:26:53 + CXX=g++
12:26:53 + export CXX
12:26:53 + cd src
12:26:53 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
12:26:53 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
12:26:53 + install -D -p -m 0755 bin/docker-scan /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-scan
12:26:53 + popd
12:26:53 ~/rpmbuild/BUILD/src
12:26:53 + /usr/lib/rpm/check-buildroot
12:26:53 + /usr/lib/rpm/redhat/brp-ldconfig
12:26:53 + /usr/lib/rpm/brp-compress
12:26:53 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:26:53 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:26:53 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:26:53 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:26:53 + /usr/lib/rpm/check-rpaths
12:26:53 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:26:53 + /usr/lib/rpm/brp-remove-la-files
12:26:53 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:26:53 + /usr/lib/rpm/redhat/brp-python-hardlink
12:26:53 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.k2Dr7M
12:26:53 + umask 022
12:26:53 + cd /root/rpmbuild/BUILD
12:26:53 + 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:53 + export CFLAGS
12:26:53 + 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:53 + export CXXFLAGS
12:26:53 + 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:53 + export FFLAGS
12:26:53 + 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:53 + export FCFLAGS
12:26:53 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-scan-plugin-0.17.0-0.fc36.x86_64.ld'
12:26:53 + export LDFLAGS
12:26:53 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:26:53 + export LT_SYS_LIBRARY_PATH
12:26:53 + CC=gcc
12:26:53 + export CC
12:26:53 + CXX=g++
12:26:53 + export CXX
12:26:53 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:26:53 + /usr/lib/rpm/generate-rpm-note.sh docker-scan-plugin 0.17.0-0.fc36 x86_64
12:26:53 + cd src
12:26:53 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
12:26:53 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
12:26:53 + ver=v0.17.0
12:26:53 + test v0.17.0 = v0.17.0
12:26:53 + echo 'PASS: docker-scan version OK'
12:26:53 + RPM_EC=0
12:26:53 PASS: docker-scan version OK
12:26:53 ++ jobs -p
12:26:53 + exit 0
12:26:53 Processing files: docker-scan-plugin-0.17.0-0.fc36.x86_64
12:26:53 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-scan
12:26:53 Provides: docker-scan-plugin = 0:0.17.0-0.fc36 docker-scan-plugin(x86-64) = 0:0.17.0-0.fc36
12:26:53 Requires(interp): /bin/sh /bin/sh /bin/sh
12:26:53 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:26:53 Requires(post): /bin/sh
12:26:53 Requires(preun): /bin/sh
12:26:53 Requires(postun): /bin/sh
12:26:53 Enhances: docker-ce-cli
12:26:53 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64
12:26:53 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.17.0-0.fc36.src.rpm
12:26:59 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.17.0-0.fc36.x86_64.rpm
12:26:59 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.MMg8c3
12:26:59 + umask 022
12:26:59 + cd /root/rpmbuild/BUILD
12:26:59 + cd src
12:26:59 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64
12:26:59 + RPM_EC=0
12:26:59 ++ jobs -p
12:26:59 + exit 0
12:26:59 
12:26:59 RPM build warnings:
12:26:59     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:26:59     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:26:59     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:26:59     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
12:26:59     Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-compose
12:26:59     Missing build-id in /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-scan
12:27:01 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-36"
12:27:02 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'