Skip to content

Console Output

10:59:47 + make REF=20.10 fedora-36
10:59:47 git init src/github.com/docker/cli
10:59:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
10:59:47 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
10:59:47 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
10:59:47 + SRC=src/github.com/docker/cli
10:59:47 + REF=20.10
10:59:47 + REF_FETCH=20.10
10:59:47 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
10:59:47 + awk {print $2}
10:59:47 + REF=refs/heads/20.10
10:59:47 + [ -n refs/heads/20.10 ]
10:59:47 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
10:59:47 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
10:59:48 From https://github.com/docker/cli
10:59:48  * [new branch]      20.10      -> 20.10
10:59:48  * [new branch]      20.10      -> origin/20.10
10:59:48 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
10:59:48 git init src/github.com/docker/docker
10:59:48 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
10:59:48 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
10:59:48 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
10:59:48 + SRC=src/github.com/docker/docker
10:59:48 + REF=20.10
10:59:48 + REF_FETCH=20.10
10:59:48 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
10:59:48 + awk {print $2}
10:59:48 + REF=refs/heads/20.10
10:59:48 + [ -n refs/heads/20.10 ]
10:59:48 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
10:59:48 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
10:59:50 From https://github.com/docker/docker
10:59:50  * [new branch]      20.10      -> 20.10
10:59:50  * [new branch]      20.10      -> origin/20.10
10:59:50 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
10:59:50 git init src/github.com/docker/compose
10:59:50 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
10:59:50 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
10:59:50 ./scripts/checkout.sh src/github.com/docker/compose "v2.7.0"
10:59:50 + SRC=src/github.com/docker/compose
10:59:50 + REF=v2.7.0
10:59:50 + REF_FETCH=v2.7.0
10:59:50 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.7.0
10:59:50 + awk {print $2}
10:59:50 + REF=refs/tags/v2.7.0
10:59:50 + [ -n refs/tags/v2.7.0 ]
10:59:50 + REF_FETCH=refs/tags/v2.7.0:refs/tags/v2.7.0
10:59:50 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.7.0:refs/tags/v2.7.0
10:59:50 From https://github.com/docker/compose
10:59:50  * [new tag]         v2.7.0     -> v2.7.0
10:59:50 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.7.0
10:59:50 git init src/github.com/docker/scan-cli-plugin
10:59:50 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
10:59:50 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
10:59:50 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
10:59:50 + SRC=src/github.com/docker/scan-cli-plugin
10:59:50 + REF=v0.17.0
10:59:50 + REF_FETCH=v0.17.0
10:59:50 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
10:59:50 + awk {print $2}
10:59:50 + REF=refs/tags/v0.17.0
10:59:50 + [ -n refs/tags/v0.17.0 ]
10:59:50 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
10:59:50 + 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
10:59:51 From https://github.com/docker/scan-cli-plugin
10:59:51  * [new tag]         v0.17.0    -> v0.17.0
10:59:51 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
10:59:51 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.17.13 fedora-36
10:59:51 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'
10:59:51 mkdir -p rpmbuild/SOURCES
10:59:51 docker run --rm -w /v \
10:59:51 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
10:59:51 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
10:59:51 	alpine \
10:59:51 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
10:59:51 Unable to find image 'alpine:latest' locally
10:59:51 latest: Pulling from library/alpine
10:59:51 530afca65e2e: Pulling fs layer
10:59:51 530afca65e2e: Verifying Checksum
10:59:51 530afca65e2e: Download complete
10:59:51 530afca65e2e: Pull complete
10:59:51 Digest: sha256:7580ece7963bfa863801466c0a488f11c86f85d9988051a9f9c68cb27f6b7872
10:59:51 Status: Downloaded newer image for alpine:latest
10:59:57 mkdir -p rpmbuild/SOURCES
10:59:57 docker run --rm -w /v \
10:59:57 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
10:59:57 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
10:59:57 	alpine \
10:59:57 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
10:59:58 mkdir -p rpmbuild/SOURCES
10:59:58 docker run --rm -w /v \
10:59:58 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
10:59:58 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
10:59:58 	alpine \
10:59:58 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
10:59:59 mkdir -p rpmbuild/SOURCES
10:59:59 docker run --rm -w /v \
10:59:59 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
10:59:59 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
10:59:59 	alpine \
10:59:59 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
10:59:59 mkdir -p rpmbuild/SOURCES
10:59:59 cp ../systemd/docker.service rpmbuild/SOURCES/docker.service
10:59:59 mkdir -p rpmbuild/SOURCES
10:59:59 cp ../systemd/docker.socket rpmbuild/SOURCES/docker.socket
10:59:59 docker run --rm -w /v \
10:59:59 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
10:59:59 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
10:59:59 	alpine \
10:59:59 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
11:00:00 == Building packages for fedora-36 ==
11:00:00 mkdir -p "rpmbuild/fedora-36"
11:00:00 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.17.13-buster -t rpmbuild-fedora-36/x86_64 -f fedora-36/Dockerfile .
11:00:01 #1 [internal] load build definition from Dockerfile
11:00:01 #1 sha256:c3ec6a0c25c6dc98fb5ee07616a903bb265939c5c32e095ffac832bfdb735a86
11:00:01 #1 transferring dockerfile: 847B done
11:00:01 #1 DONE 0.0s
11:00:01 
11:00:01 #2 [internal] load .dockerignore
11:00:01 #2 sha256:71da2718aedf73941be9557e3908a22d307e736ef5066f03cec72fad5005c875
11:00:01 #2 transferring context: 2B done
11:00:01 #2 DONE 0.0s
11:00:01 
11:00:01 #5 [auth] library/fedora:pull token for registry-1.docker.io
11:00:01 #5 sha256:d4d8b131165195f1078811c0d49a39dd31438d95178fb758f88eda0e6cb51a99
11:00:01 #5 DONE 0.0s
11:00:01 
11:00:01 #6 [auth] library/golang:pull token for registry-1.docker.io
11:00:01 #6 sha256:d1a7e32b591aa0f81221fd3e197ef9e7558b064157edcedd860e03df17937be7
11:00:01 #6 DONE 0.0s
11:00:01 
11:00:01 #4 [internal] load metadata for docker.io/library/golang:1.17.13-buster
11:00:01 #4 sha256:40a9161f8e891f8f8210f84771f2b9e68e9dcc207334a1a5213e3fc901333311
11:00:01 #4 DONE 0.4s
11:00:01 
11:00:01 #3 [internal] load metadata for docker.io/library/fedora:36
11:00:01 #3 sha256:b0daf253e9999054dbe302a69542b3391784994fe01956037770418baa090fae
11:00:01 #3 DONE 0.6s
11:00:01 
11:00:01 #9 [internal] load build context
11:00:01 #9 sha256:46a15326d3fb2d48779c4a6ce431652282ab40dd7259093ce233efde44e054db
11:00:01 #9 transferring context: 14.04kB done
11:00:01 #9 DONE 0.0s
11:00:01 
11:00:01 #7 [stage-1 1/6] FROM docker.io/library/fedora:36@sha256:cbf627299e327f564233aac6b97030f9023ca41d3453c497be2f5e8f7762d185
11:00:01 #7 sha256:c637fa27c3ed7d43b22950a798281d7e7e16052af0434c85f5a260e011587a50
11:00:01 #7 resolve docker.io/library/fedora:36@sha256:cbf627299e327f564233aac6b97030f9023ca41d3453c497be2f5e8f7762d185 0.0s done
11:00:01 #7 sha256:e1deda52ffad5c9c8e3b7151625b679af50d6459630f4bf0fbf49e161dba4e88 2.10MB / 58.93MB 0.1s
11:00:01 #7 sha256:cbf627299e327f564233aac6b97030f9023ca41d3453c497be2f5e8f7762d185 1.20kB / 1.20kB done
11:00:01 #7 sha256:486fd5578f93fbc57a519e34ad4b7cac927c3f8a95409baedf0c19e9f287c207 529B / 529B done
11:00:01 #7 sha256:98ffdbffd20736862c8955419ef7db69849d715131717697007c3e51f22915a5 2.00kB / 2.00kB done
11:00:01 #7 sha256:e1deda52ffad5c9c8e3b7151625b679af50d6459630f4bf0fbf49e161dba4e88 14.68MB / 58.93MB 0.2s
11:00:01 #7 sha256:e1deda52ffad5c9c8e3b7151625b679af50d6459630f4bf0fbf49e161dba4e88 24.12MB / 58.93MB 0.3s
11:00:02 #7 sha256:e1deda52ffad5c9c8e3b7151625b679af50d6459630f4bf0fbf49e161dba4e88 31.46MB / 58.93MB 0.4s
11:00:02 #7 sha256:e1deda52ffad5c9c8e3b7151625b679af50d6459630f4bf0fbf49e161dba4e88 53.48MB / 58.93MB 0.6s
11:00:02 #7 sha256:e1deda52ffad5c9c8e3b7151625b679af50d6459630f4bf0fbf49e161dba4e88 58.93MB / 58.93MB 0.7s
11:00:04 #7 sha256:e1deda52ffad5c9c8e3b7151625b679af50d6459630f4bf0fbf49e161dba4e88 58.93MB / 58.93MB 2.4s done
11:00:04 #7 extracting sha256:e1deda52ffad5c9c8e3b7151625b679af50d6459630f4bf0fbf49e161dba4e88
11:00:08 #7 ...
11:00:08 
11:00:08 #12 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:08 #12 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e
11:00:08 #12 resolve docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec 0.0s done
11:00:08 #12 sha256:84aa851c553c42887cd92f76901f8c514845d657d43606de672019051f677cb1 1.79kB / 1.79kB done
11:00:08 #12 sha256:36c834315aca7d18b55fe6e6dd4ae391fcf6ea4a640e480ec938d9f29ad19230 7.12kB / 7.12kB done
11:00:08 #12 sha256:5b0405f798f5b335d83b02371187f3be0ce2092aa0c6b6178ff11290ee6a14c9 7.86MB / 7.86MB 0.5s done
11:00:08 #12 sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec 1.86kB / 1.86kB done
11:00:08 #12 sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 50.44MB / 50.44MB 1.8s done
11:00:08 #12 sha256:ab80b2b0494ab26b41941fb73a028292e2e5d2070c56b3488e890eda20e04641 10.00MB / 10.00MB 2.5s done
11:00:08 #12 extracting sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 4.3s done
11:00:08 #12 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 135.06MB / 135.06MB 5.8s done
11:00:08 #12 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 68.83MB / 68.83MB 4.7s done
11:00:08 #12 sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 51.84MB / 51.84MB 4.1s done
11:00:08 #12 sha256:baca0e06c4e4e05fb963c189b5345cd1b92782afddd2e03ada82c530fc32e581 155B / 155B 4.7s done
11:00:08 #12 extracting sha256:5b0405f798f5b335d83b02371187f3be0ce2092aa0c6b6178ff11290ee6a14c9 0.4s
11:00:08 #12 ...
11:00:08 
11:00:08 #7 [stage-1 1/6] FROM docker.io/library/fedora:36@sha256:cbf627299e327f564233aac6b97030f9023ca41d3453c497be2f5e8f7762d185
11:00:08 #7 sha256:c637fa27c3ed7d43b22950a798281d7e7e16052af0434c85f5a260e011587a50
11:00:09 #7 extracting sha256:e1deda52ffad5c9c8e3b7151625b679af50d6459630f4bf0fbf49e161dba4e88 5.0s
11:00:10 #7 extracting sha256:e1deda52ffad5c9c8e3b7151625b679af50d6459630f4bf0fbf49e161dba4e88 5.9s done
11:00:10 #7 DONE 8.7s
11:00:10 
11:00:10 #8 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:00:10 #8 sha256:30c25d28cbf94e2622165e6d97769ea17179ca445183be574edd3e3aa338e72c
11:00:15 #8 ...
11:00:15 
11:00:15 #12 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:15 #12 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e
11:00:15 #12 extracting sha256:5b0405f798f5b335d83b02371187f3be0ce2092aa0c6b6178ff11290ee6a14c9 0.7s done
11:00:15 #12 extracting sha256:ab80b2b0494ab26b41941fb73a028292e2e5d2070c56b3488e890eda20e04641 0.5s done
11:00:15 #12 extracting sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 3.6s done
11:00:15 #12 extracting sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 2.2s
11:00:17 #12 ...
11:00:17 
11:00:17 #8 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:00:17 #8 sha256:30c25d28cbf94e2622165e6d97769ea17179ca445183be574edd3e3aa338e72c
11:00:17 #8 6.748 Fedora 36 - x86_64                               14 MB/s |  81 MB     00:05    
11:00:22 #8 ...
11:00:22 
11:00:22 #12 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:22 #12 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e
11:00:22 #12 extracting sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 4.5s done
11:00:22 #12 extracting sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 4.3s
11:00:27 #12 extracting sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 9.4s
11:00:29 #12 extracting sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 11.0s done
11:00:29 #12 extracting sha256:baca0e06c4e4e05fb963c189b5345cd1b92782afddd2e03ada82c530fc32e581 done
11:00:29 #12 DONE 28.1s
11:00:29 
11:00:29 #8 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:00:29 #8 sha256:30c25d28cbf94e2622165e6d97769ea17179ca445183be574edd3e3aa338e72c
11:00:44 #8 32.98 Fedora 36 openh264 (From Cisco) - x86_64        1.9 kB/s | 2.5 kB     00:01    
11:00:44 #8 34.42 Fedora Modular 36 - x86_64                      2.0 MB/s | 2.4 MB     00:01    
11:00:48 #8 36.99 Fedora 36 - x86_64 - Updates                     12 MB/s |  25 MB     00:02    
11:00:56 #8 44.28 Fedora Modular 36 - x86_64 - Updates            2.0 MB/s | 2.4 MB     00:01    
11:00:58 #8 48.39 Dependencies resolved.
11:00:59 #8 48.42 ================================================================================
11:00:59 #8 48.42  Package                      Arch     Version                  Repo       Size
11:00:59 #8 48.42 ================================================================================
11:00:59 #8 48.42 Installing:
11:00:59 #8 48.42  dnf-plugins-core             noarch   4.2.1-1.fc36             updates    34 k
11:00:59 #8 48.42  rpm-build                    x86_64   4.17.1-3.fc36            updates    58 k
11:00:59 #8 48.42  rpmlint                      noarch   2.2.0-3.fc36             fedora    240 k
11:00:59 #8 48.42 Upgrading:
11:00:59 #8 48.42  python3-rpm                  x86_64   4.17.1-3.fc36            updates    90 k
11:00:59 #8 48.42  rpm                          x86_64   4.17.1-3.fc36            updates   536 k
11:00:59 #8 48.42  rpm-build-libs               x86_64   4.17.1-3.fc36            updates    92 k
11:00:59 #8 48.42  rpm-libs                     x86_64   4.17.1-3.fc36            updates   314 k
11:00:59 #8 48.42  rpm-sign-libs                x86_64   4.17.1-3.fc36            updates    25 k
11:00:59 #8 48.42 Installing dependencies:
11:00:59 #8 48.42  ansible-srpm-macros          noarch   1-5.fc36                 updates   7.3 k
11:00:59 #8 48.42  binutils                     x86_64   2.37-27.fc36             updates   6.0 M
11:00:59 #8 48.42  binutils-gold                x86_64   2.37-27.fc36             updates   754 k
11:00:59 #8 48.42  bzip2                        x86_64   1.0.8-11.fc36            fedora     52 k
11:00:59 #8 48.42  cpio                         x86_64   2.13-12.fc36             fedora    270 k
11:00:59 #8 48.42  dash                         x86_64   0.5.10.2-10.fc36         fedora     97 k
11:00:59 #8 48.42  dbus-libs                    x86_64   1:1.14.0-1.fc36          fedora    155 k
11:00:59 #8 48.42  debugedit                    x86_64   5.0-3.fc36               fedora     77 k
11:00:59 #8 48.42  devscripts-checkbashisms     x86_64   2.22.1-1.fc36            fedora     28 k
11:00:59 #8 48.42  diffutils                    x86_64   3.8-2.fc36               fedora    370 k
11:00:59 #8 48.42  dwz                          x86_64   0.14-4.fc36              updates   127 k
11:00:59 #8 48.42  ed                           x86_64   1.14.2-12.fc36           fedora     73 k
11:00:59 #8 48.42  efi-srpm-macros              noarch   5-5.fc36                 fedora     22 k
11:00:59 #8 48.42  elfutils                     x86_64   0.186-3.fc36             fedora    523 k
11:00:59 #8 48.42  elfutils-debuginfod-client   x86_64   0.186-3.fc36             fedora     39 k
11:00:59 #8 48.42  enchant                      x86_64   1:1.6.0-30.fc36          fedora     59 k
11:00:59 #8 48.42  file                         x86_64   5.41-4.fc36              fedora     48 k
11:00:59 #8 48.42  fonts-srpm-macros            noarch   1:2.0.5-7.fc36           fedora     27 k
11:00:59 #8 48.42  fpc-srpm-macros              noarch   1.3-5.fc36               fedora    7.6 k
11:00:59 #8 48.42  gdb-minimal                  x86_64   12.1-1.fc36              updates   3.9 M
11:00:59 #8 48.42  gdk-pixbuf2                  x86_64   2.42.8-3.fc36            updates   465 k
11:00:59 #8 48.42  ghc-srpm-macros              noarch   1.5.0-6.fc36             fedora    7.7 k
11:00:59 #8 48.42  glibc-gconv-extra            x86_64   2.35-4.fc36              fedora    1.6 M
11:00:59 #8 48.42  gnat-srpm-macros             noarch   4-15.fc36                fedora    8.2 k
11:00:59 #8 48.42  go-srpm-macros               noarch   3.0.15-1.fc36            fedora     26 k
11:00:59 #8 48.42  groff-base                   x86_64   1.22.4-9.fc36            fedora    1.0 M
11:00:59 #8 48.42  hunspell                     x86_64   1.7.0-19.fc36            fedora    303 k
11:00:59 #8 48.42  hunspell-en-GB               noarch   0.20140811.1-22.fc36     fedora    225 k
11:00:59 #8 48.42  hunspell-en-US               noarch   0.20140811.1-22.fc36     fedora    176 k
11:00:59 #8 48.42  hunspell-filesystem          x86_64   1.7.0-19.fc36            fedora    8.9 k
11:00:59 #8 48.42  info                         x86_64   6.8-3.fc36               fedora    225 k
11:00:59 #8 48.42  json-glib                    x86_64   1.6.6-2.fc36             fedora    152 k
11:00:59 #8 48.42  kernel-srpm-macros           noarch   1.0-14.fc36              fedora    9.1 k
11:00:59 #8 48.42  libappstream-glib            x86_64   0.8.0-4.fc36             updates   391 k
11:00:59 #8 48.42  libjpeg-turbo                x86_64   2.1.2-2.fc36             fedora    182 k
11:00:59 #8 48.42  libpkgconf                   x86_64   1.8.0-2.fc36             fedora     36 k
11:00:59 #8 48.42  libpng                       x86_64   2:1.6.37-12.fc36         fedora    119 k
11:00:59 #8 48.42  libstemmer                   x86_64   0-18.585svn.fc36         fedora     82 k
11:00:59 #8 48.42  lua-srpm-macros              noarch   1-6.fc36                 fedora    8.5 k
11:00:59 #8 48.42  ncurses                      x86_64   6.2-9.20210508.fc36      fedora    400 k
11:00:59 #8 48.42  nim-srpm-macros              noarch   3-6.fc36                 fedora    8.3 k
11:00:59 #8 48.42  ocaml-srpm-macros            noarch   6-6.fc36                 fedora    7.7 k
11:00:59 #8 48.42  openblas-srpm-macros         noarch   2-11.fc36                fedora    7.4 k
11:00:59 #8 48.42  package-notes-srpm-macros    noarch   0.4-14.fc36              fedora     11 k
11:00:59 #8 48.42  patch                        x86_64   2.7.6-16.fc36            fedora    124 k
11:00:59 #8 48.42  perl-AutoLoader              noarch   5.74-486.fc36            fedora     26 k
11:00:59 #8 48.42  perl-B                       x86_64   1.82-486.fc36            fedora    185 k
11:00:59 #8 48.42  perl-Carp                    noarch   1.52-479.fc36            fedora     29 k
11:00:59 #8 48.42  perl-Class-Struct            noarch   0.66-486.fc36            fedora     27 k
11:00:59 #8 48.42  perl-Data-Dumper             x86_64   2.183-3.fc36             fedora     56 k
11:00:59 #8 48.42  perl-Digest                  noarch   1.20-2.fc36              fedora     25 k
11:00:59 #8 48.42  perl-Digest-MD5              x86_64   2.58-479.fc36            fedora     36 k
11:00:59 #8 48.42  perl-DynaLoader              x86_64   1.50-486.fc36            fedora     31 k
11:00:59 #8 48.42  perl-Encode                  x86_64   4:3.17-485.fc36          updates   1.7 M
11:00:59 #8 48.42  perl-Errno                   x86_64   1.33-486.fc36            fedora     20 k
11:00:59 #8 48.42  perl-Exporter                noarch   5.76-480.fc36            fedora     31 k
11:00:59 #8 48.42  perl-Fcntl                   x86_64   1.14-486.fc36            fedora     25 k
11:00:59 #8 48.42  perl-File-Basename           noarch   2.85-486.fc36            fedora     22 k
11:00:59 #8 48.42  perl-File-Path               noarch   2.18-479.fc36            fedora     35 k
11:00:59 #8 48.42  perl-File-Temp               noarch   1:0.231.100-479.fc36     fedora     59 k
11:00:59 #8 48.42  perl-File-stat               noarch   1.09-486.fc36            fedora     22 k
11:00:59 #8 48.42  perl-FileHandle              noarch   2.03-486.fc36            fedora     20 k
11:00:59 #8 48.42  perl-Getopt-Long             noarch   1:2.52-479.fc36          fedora     60 k
11:00:59 #8 48.42  perl-Getopt-Std              noarch   1.13-486.fc36            fedora     21 k
11:00:59 #8 48.42  perl-HTTP-Tiny               noarch   0.082-1.fc36             updates    55 k
11:00:59 #8 48.42  perl-IO                      x86_64   1.46-486.fc36            fedora     92 k
11:00:59 #8 48.42  perl-IPC-Open3               noarch   1.21-486.fc36            fedora     28 k
11:00:59 #8 48.42  perl-MIME-Base64             x86_64   3.16-479.fc36            fedora     30 k
11:00:59 #8 48.42  perl-Net-SSLeay              x86_64   1.92-2.fc36              fedora    364 k
11:00:59 #8 48.42  perl-POSIX                   x86_64   1.97-486.fc36            fedora    102 k
11:00:59 #8 48.42  perl-PathTools               x86_64   3.80-479.fc36            fedora     85 k
11:00:59 #8 48.42  perl-Pod-Escapes             noarch   1:1.07-479.fc36          fedora     20 k
11:00:59 #8 48.42  perl-Pod-Perldoc             noarch   3.28.01-480.fc36         fedora     83 k
11:00:59 #8 48.42  perl-Pod-Simple              noarch   1:3.43-3.fc36            fedora    215 k
11:00:59 #8 48.42  perl-Pod-Usage               noarch   4:2.01-479.fc36          fedora     40 k
11:00:59 #8 48.42  perl-Scalar-List-Utils       x86_64   5:1.62-464.fc36          fedora     71 k
11:00:59 #8 48.42  perl-SelectSaver             noarch   1.02-486.fc36            fedora     17 k
11:00:59 #8 48.42  perl-Socket                  x86_64   4:2.035-1.fc36           updates    55 k
11:00:59 #8 48.42  perl-Storable                x86_64   1:3.25-2.fc36            fedora     96 k
11:00:59 #8 48.42  perl-Symbol                  noarch   1.09-486.fc36            fedora     19 k
11:00:59 #8 48.42  perl-Term-ANSIColor          noarch   5.01-480.fc36            fedora     48 k
11:00:59 #8 48.42  perl-Term-Cap                noarch   1.17-479.fc36            fedora     22 k
11:00:59 #8 48.42  perl-Text-ParseWords         noarch   3.31-1.fc36              updates    16 k
11:00:59 #8 48.42  perl-Text-Tabs+Wrap          noarch   2021.0814-2.fc36         fedora     22 k
11:00:59 #8 48.42  perl-Time-Local              noarch   2:1.300-479.fc36         fedora     34 k
11:00:59 #8 48.42  perl-URI                     noarch   5.10-1.fc36              fedora    108 k
11:00:59 #8 48.42  perl-base                    noarch   2.27-486.fc36            fedora     21 k
11:00:59 #8 48.42  perl-constant                noarch   1.33-480.fc36            fedora     23 k
11:00:59 #8 48.42  perl-if                      noarch   0.60.900-486.fc36        fedora     19 k
11:00:59 #8 48.42  perl-interpreter             x86_64   4:5.34.1-486.fc36        fedora     76 k
11:00:59 #8 48.42  perl-libnet                  noarch   3.13-480.fc36            fedora    126 k
11:00:59 #8 48.42  perl-libs                    x86_64   4:5.34.1-486.fc36        fedora    2.1 M
11:00:59 #8 48.42  perl-mro                     x86_64   1.25-486.fc36            fedora     33 k
11:00:59 #8 48.42  perl-overload                noarch   1.33-486.fc36            fedora     50 k
11:00:59 #8 48.42  perl-overloading             noarch   0.02-486.fc36            fedora     18 k
11:00:59 #8 48.42  perl-parent                  noarch   1:0.238-479.fc36         fedora     14 k
11:00:59 #8 48.42  perl-podlators               noarch   1:4.14-479.fc36          fedora    112 k
11:00:59 #8 48.42  perl-srpm-macros             noarch   1-43.fc36                fedora    8.4 k
11:00:59 #8 48.42  perl-subs                    noarch   1.04-486.fc36            fedora     17 k
11:00:59 #8 48.42  perl-vars                    noarch   1.05-486.fc36            fedora     18 k
11:00:59 #8 48.42  pkgconf                      x86_64   1.8.0-2.fc36             fedora     41 k
11:00:59 #8 48.42  pkgconf-m4                   noarch   1.8.0-2.fc36             fedora     14 k
11:00:59 #8 48.42  pkgconf-pkg-config           x86_64   1.8.0-2.fc36             fedora     10 k
11:00:59 #8 48.42  python-srpm-macros           noarch   3.10-19.fc36             updates    24 k
11:00:59 #8 48.42  python3-construct            noarch   2.10.68-1.fc36           updates   112 k
11:00:59 #8 48.42  python3-dateutil             noarch   1:2.8.1-8.fc36           fedora    289 k
11:00:59 #8 48.42  python3-dbus                 x86_64   1.2.18-3.fc36            fedora    132 k
11:00:59 #8 48.42  python3-distro               noarch   1.6.0-2.fc36             fedora     38 k
11:00:59 #8 48.42  python3-dnf-plugins-core     noarch   4.2.1-1.fc36             updates   221 k
11:00:59 #8 48.42  python3-enchant              noarch   3.2.2-2.fc36             fedora     79 k
11:00:59 #8 48.42  python3-pybeam               noarch   0.7-2.fc36               fedora     24 k
11:00:59 #8 48.42  python3-pyxdg                noarch   0.27-4.fc36              fedora     96 k
11:00:59 #8 48.42  python3-six                  noarch   1.16.0-5.fc36            fedora     36 k
11:00:59 #8 48.42  python3-toml                 noarch   0.10.2-6.fc36            fedora     39 k
11:00:59 #8 48.42  python3-zstd                 x86_64   1.4.5.1-6.fc36           fedora     19 k
11:00:59 #8 48.42  qt5-srpm-macros              noarch   5.15.5-2.fc36            updates   8.0 k
11:00:59 #8 48.42  redhat-rpm-config            noarch   221-1.fc36               updates    66 k
11:00:59 #8 48.42  rpmautospec-rpm-macros       noarch   0.2.6-1.fc36             updates   8.3 k
11:00:59 #8 48.42  rust-srpm-macros             noarch   22-1.fc36                updates   9.3 k
11:00:59 #8 48.42  shared-mime-info             x86_64   2.1-3.fc35               fedora    373 k
11:00:59 #8 48.42  unzip                        x86_64   6.0-57.fc36              fedora    182 k
11:00:59 #8 48.42  xxhash-libs                  x86_64   0.8.1-2.fc36             fedora     42 k
11:00:59 #8 48.42  xz                           x86_64   5.2.5-9.fc36             fedora    214 k
11:00:59 #8 48.42  zip                          x86_64   3.0-32.fc36              fedora    260 k
11:00:59 #8 48.42  zstd                         x86_64   1.5.2-2.fc36             updates   448 k
11:00:59 #8 48.42 Installing weak dependencies:
11:00:59 #8 48.42  hunspell-en                  noarch   0.20140811.1-22.fc36     fedora    180 k
11:00:59 #8 48.42  perl-IO-Socket-IP            noarch   0.41-480.fc36            fedora     42 k
11:00:59 #8 48.42  perl-IO-Socket-SSL           noarch   2.074-2.fc36             fedora    218 k
11:00:59 #8 48.42  perl-Mozilla-CA              noarch   20211001-2.fc36          fedora     12 k
11:00:59 #8 48.42  perl-NDBM_File               x86_64   1.15-486.fc36            fedora     27 k
11:00:59 #8 48.42 
11:00:59 #8 48.42 Transaction Summary
11:00:59 #8 48.42 ================================================================================
11:00:59 #8 48.42 Install  133 Packages
11:00:59 #8 48.42 Upgrade    5 Packages
11:00:59 #8 48.42 
11:00:59 #8 48.43 Total download size: 29 M
11:00:59 #8 48.43 Downloading Packages:
11:01:00 #8 49.53 (1/138): bzip2-1.0.8-11.fc36.x86_64.rpm         123 kB/s |  52 kB     00:00    
11:01:00 #8 49.56 (2/138): cpio-2.13-12.fc36.x86_64.rpm           586 kB/s | 270 kB     00:00    
11:01:00 #8 49.57 (3/138): dash-0.5.10.2-10.fc36.x86_64.rpm       209 kB/s |  97 kB     00:00    
11:01:00 #8 49.57 (4/138): dbus-libs-1.14.0-1.fc36.x86_64.rpm     3.5 MB/s | 155 kB     00:00    
11:01:00 #8 49.60 (5/138): debugedit-5.0-3.fc36.x86_64.rpm        2.2 MB/s |  77 kB     00:00    
11:01:00 #8 49.60 (6/138): devscripts-checkbashisms-2.22.1-1.fc36 757 kB/s |  28 kB     00:00    
11:01:00 #8 49.65 (7/138): diffutils-3.8-2.fc36.x86_64.rpm        4.7 MB/s | 370 kB     00:00    
11:01:00 #8 49.65 (8/138): ed-1.14.2-12.fc36.x86_64.rpm           1.5 MB/s |  73 kB     00:00    
11:01:00 #8 49.65 (9/138): efi-srpm-macros-5-5.fc36.noarch.rpm    3.9 MB/s |  22 kB     00:00    
11:01:00 #8 49.66 (10/138): elfutils-debuginfod-client-0.186-3.fc 6.1 MB/s |  39 kB     00:00    
11:01:00 #8 49.72 (11/138): elfutils-0.186-3.fc36.x86_64.rpm      7.2 MB/s | 523 kB     00:00    
11:01:00 #8 49.72 (12/138): enchant-1.6.0-30.fc36.x86_64.rpm      891 kB/s |  59 kB     00:00    
11:01:00 #8 49.73 (13/138): file-5.41-4.fc36.x86_64.rpm           718 kB/s |  48 kB     00:00    
11:01:00 #8 49.73 (14/138): fpc-srpm-macros-1.3-5.fc36.noarch.rpm 1.3 MB/s | 7.6 kB     00:00    
11:01:00 #8 49.73 (15/138): ghc-srpm-macros-1.5.0-6.fc36.noarch.r 1.2 MB/s | 7.7 kB     00:00    
11:01:00 #8 49.74 (16/138): fonts-srpm-macros-2.0.5-7.fc36.noarch 2.0 MB/s |  27 kB     00:00    
11:01:00 #8 49.74 (17/138): gnat-srpm-macros-4-15.fc36.noarch.rpm 1.1 MB/s | 8.2 kB     00:00    
11:01:00 #8 49.74 (18/138): go-srpm-macros-3.0.15-1.fc36.noarch.r 3.4 MB/s |  26 kB     00:00    
11:01:00 #8 49.82 (19/138): glibc-gconv-extra-2.35-4.fc36.x86_64.  18 MB/s | 1.6 MB     00:00    
11:01:00 #8 49.86 (20/138): groff-base-1.22.4-9.fc36.x86_64.rpm   8.4 MB/s | 1.0 MB     00:00    
11:01:00 #8 49.91 (21/138): hunspell-1.7.0-19.fc36.x86_64.rpm     1.8 MB/s | 303 kB     00:00    
11:01:00 #8 49.92 (22/138): hunspell-en-0.20140811.1-22.fc36.noar 1.9 MB/s | 180 kB     00:00    
11:01:00 #8 49.92 (23/138): hunspell-en-US-0.20140811.1-22.fc36.n  18 MB/s | 176 kB     00:00    
11:01:00 #8 49.93 (24/138): hunspell-en-GB-0.20140811.1-22.fc36.n  15 MB/s | 225 kB     00:00    
11:01:00 #8 49.93 (25/138): hunspell-filesystem-1.7.0-19.fc36.x86 699 kB/s | 8.9 kB     00:00    
11:01:00 #8 49.93 (26/138): info-6.8-3.fc36.x86_64.rpm             21 MB/s | 225 kB     00:00    
11:01:00 #8 49.94 (27/138): kernel-srpm-macros-1.0-14.fc36.noarch 1.2 MB/s | 9.1 kB     00:00    
11:01:00 #8 49.98 (28/138): json-glib-1.6.6-2.fc36.x86_64.rpm     3.2 MB/s | 152 kB     00:00    
11:01:00 #8 49.98 (29/138): libpkgconf-1.8.0-2.fc36.x86_64.rpm    882 kB/s |  36 kB     00:00    
11:01:00 #8 49.98 (30/138): libjpeg-turbo-2.1.2-2.fc36.x86_64.rpm 3.6 MB/s | 182 kB     00:00    
11:01:00 #8 49.99 (31/138): libpng-1.6.37-12.fc36.x86_64.rpm      7.6 MB/s | 119 kB     00:00    
11:01:00 #8 49.99 (32/138): lua-srpm-macros-1-6.fc36.noarch.rpm   823 kB/s | 8.5 kB     00:00    
11:01:00 #8 50.00 (33/138): nim-srpm-macros-3-6.fc36.noarch.rpm   1.7 MB/s | 8.3 kB     00:00    
11:01:00 #8 50.04 (34/138): ncurses-6.2-9.20210508.fc36.x86_64.rp 8.2 MB/s | 400 kB     00:00    
11:01:00 #8 50.04 (35/138): ocaml-srpm-macros-6-6.fc36.noarch.rpm 182 kB/s | 7.7 kB     00:00    
11:01:00 #8 50.05 (36/138): openblas-srpm-macros-2-11.fc36.noarch 1.2 MB/s | 7.4 kB     00:00    
11:01:00 #8 50.05 (37/138): libstemmer-0-18.585svn.fc36.x86_64.rp 1.1 MB/s |  82 kB     00:00    
11:01:00 #8 50.08 (38/138): package-notes-srpm-macros-0.4-14.fc36 309 kB/s |  11 kB     00:00    
11:01:00 #8 50.08 (39/138): patch-2.7.6-16.fc36.x86_64.rpm        3.4 MB/s | 124 kB     00:00    
11:01:00 #8 50.09 (40/138): perl-AutoLoader-5.74-486.fc36.noarch. 4.0 MB/s |  26 kB     00:00    
11:01:00 #8 50.11 (41/138): perl-B-1.82-486.fc36.x86_64.rpm       5.4 MB/s | 185 kB     00:00    
11:01:00 #8 50.12 (42/138): perl-Carp-1.52-479.fc36.noarch.rpm    886 kB/s |  29 kB     00:00    
11:01:00 #8 50.12 (43/138): perl-Class-Struct-0.66-486.fc36.noarc 846 kB/s |  27 kB     00:00    
11:01:00 #8 50.13 (44/138): perl-Digest-1.20-2.fc36.noarch.rpm    2.9 MB/s |  25 kB     00:00    
11:01:00 #8 50.13 (45/138): perl-Data-Dumper-2.183-3.fc36.x86_64. 4.6 MB/s |  56 kB     00:00    
11:01:00 #8 50.13 (46/138): perl-Digest-MD5-2.58-479.fc36.x86_64. 2.9 MB/s |  36 kB     00:00    
11:01:00 #8 50.13 (47/138): perl-DynaLoader-1.50-486.fc36.x86_64. 3.6 MB/s |  31 kB     00:00    
11:01:00 #8 50.14 (48/138): perl-Errno-1.33-486.fc36.x86_64.rpm   3.5 MB/s |  20 kB     00:00    
11:01:00 #8 50.14 (49/138): perl-Exporter-5.76-480.fc36.noarch.rp 3.5 MB/s |  31 kB     00:00    
11:01:00 #8 50.14 (50/138): perl-Fcntl-1.14-486.fc36.x86_64.rpm   3.2 MB/s |  25 kB     00:00    
11:01:00 #8 50.15 (51/138): perl-File-Basename-2.85-486.fc36.noar 2.6 MB/s |  22 kB     00:00    
11:01:00 #8 50.15 (52/138): perl-File-Temp-0.231.100-479.fc36.noa 6.5 MB/s |  59 kB     00:00    
11:01:00 #8 50.16 (53/138): perl-File-Path-2.18-479.fc36.noarch.r 2.8 MB/s |  35 kB     00:00    
11:01:00 #8 50.16 (54/138): perl-File-stat-1.09-486.fc36.noarch.r 1.7 MB/s |  22 kB     00:00    
11:01:00 #8 50.16 (55/138): perl-FileHandle-2.03-486.fc36.noarch. 2.1 MB/s |  20 kB     00:00    
11:01:00 #8 50.17 (56/138): perl-Getopt-Long-2.52-479.fc36.noarch 7.6 MB/s |  60 kB     00:00    
11:01:00 #8 50.17 (57/138): perl-Getopt-Std-1.13-486.fc36.noarch. 1.8 MB/s |  21 kB     00:00    
11:01:00 #8 50.18 (58/138): perl-IO-1.46-486.fc36.x86_64.rpm      6.9 MB/s |  92 kB     00:00    
11:01:00 #8 50.18 (59/138): perl-IO-Socket-IP-0.41-480.fc36.noarc 3.2 MB/s |  42 kB     00:00    
11:01:00 #8 50.19 (60/138): perl-IO-Socket-SSL-2.074-2.fc36.noarc  15 MB/s | 218 kB     00:00    
11:01:00 #8 50.19 (61/138): perl-IPC-Open3-1.21-486.fc36.noarch.r 2.4 MB/s |  28 kB     00:00    
11:01:00 #8 50.19 (62/138): perl-MIME-Base64-3.16-479.fc36.x86_64 2.9 MB/s |  30 kB     00:00    
11:01:00 #8 50.20 (63/138): perl-NDBM_File-1.15-486.fc36.x86_64.r 3.2 MB/s |  27 kB     00:00    
11:01:00 #8 50.20 (64/138): perl-Mozilla-CA-20211001-2.fc36.noarc 986 kB/s |  12 kB     00:00    
11:01:00 #8 50.24 (65/138): perl-Net-SSLeay-1.92-2.fc36.x86_64.rp 7.3 MB/s | 364 kB     00:00    
11:01:00 #8 50.25 (66/138): perl-POSIX-1.97-486.fc36.x86_64.rpm   2.1 MB/s | 102 kB     00:00    
11:01:00 #8 50.25 (67/138): perl-Pod-Escapes-1.07-479.fc36.noarch 3.0 MB/s |  20 kB     00:00    
11:01:00 #8 50.29 (68/138): perl-PathTools-3.80-479.fc36.x86_64.r 1.8 MB/s |  85 kB     00:00    
11:01:00 #8 50.29 (69/138): perl-Pod-Perldoc-3.28.01-480.fc36.noa 1.8 MB/s |  83 kB     00:00    
11:01:00 #8 50.30 (70/138): perl-Pod-Simple-3.43-3.fc36.noarch.rp 4.5 MB/s | 215 kB     00:00    
11:01:00 #8 50.30 (71/138): perl-Pod-Usage-2.01-479.fc36.noarch.r 3.8 MB/s |  40 kB     00:00    
11:01:00 #8 50.30 (72/138): perl-SelectSaver-1.02-486.fc36.noarch 2.4 MB/s |  17 kB     00:00    
11:01:00 #8 50.35 (73/138): perl-Scalar-List-Utils-1.62-464.fc36. 1.2 MB/s |  71 kB     00:00    
11:01:00 #8 50.36 (74/138): perl-Storable-3.25-2.fc36.x86_64.rpm  1.6 MB/s |  96 kB     00:00    
11:01:00 #8 50.36 (75/138): perl-Symbol-1.09-486.fc36.noarch.rpm  333 kB/s |  19 kB     00:00    
11:01:00 #8 50.37 (76/138): perl-Term-ANSIColor-5.01-480.fc36.noa 3.9 MB/s |  48 kB     00:00    
11:01:00 #8 50.37 (77/138): perl-Term-Cap-1.17-479.fc36.noarch.rp 2.7 MB/s |  22 kB     00:00    
11:01:00 #8 50.37 (78/138): perl-Text-Tabs+Wrap-2021.0814-2.fc36. 2.0 MB/s |  22 kB     00:00    
11:01:00 #8 50.38 (79/138): perl-Time-Local-1.300-479.fc36.noarch 3.1 MB/s |  34 kB     00:00    
11:01:00 #8 50.38 (80/138): perl-URI-5.10-1.fc36.noarch.rpm        10 MB/s | 108 kB     00:00    
11:01:00 #8 50.38 (81/138): perl-base-2.27-486.fc36.noarch.rpm    2.1 MB/s |  21 kB     00:00    
11:01:00 #8 50.39 (82/138): perl-constant-1.33-480.fc36.noarch.rp 2.5 MB/s |  23 kB     00:00    
11:01:00 #8 50.39 (83/138): perl-if-0.60.900-486.fc36.noarch.rpm  2.2 MB/s |  19 kB     00:00    
11:01:00 #8 50.40 (84/138): perl-interpreter-5.34.1-486.fc36.x86_ 8.0 MB/s |  76 kB     00:00    
11:01:00 #8 50.43 (85/138): perl-libnet-3.13-480.fc36.noarch.rpm  2.9 MB/s | 126 kB     00:00    
11:01:00 #8 50.43 (86/138): perl-mro-1.25-486.fc36.x86_64.rpm     917 kB/s |  33 kB     00:00    
11:01:00 #8 50.49 (87/138): perl-libs-5.34.1-486.fc36.x86_64.rpm   21 MB/s | 2.1 MB     00:00    
11:01:01 #8 50.49 (88/138): perl-overload-1.33-486.fc36.noarch.rp 842 kB/s |  50 kB     00:00    
11:01:01 #8 50.49 (89/138): perl-overloading-0.02-486.fc36.noarch 307 kB/s |  18 kB     00:00    
11:01:01 #8 50.50 (90/138): perl-parent-0.238-479.fc36.noarch.rpm 2.3 MB/s |  14 kB     00:00    
11:01:01 #8 50.50 (91/138): perl-podlators-4.14-479.fc36.noarch.r  11 MB/s | 112 kB     00:00    
11:01:01 #8 50.50 (92/138): perl-srpm-macros-1-43.fc36.noarch.rpm 851 kB/s | 8.4 kB     00:00    
11:01:01 #8 50.51 (93/138): perl-subs-1.04-486.fc36.noarch.rpm    1.7 MB/s |  17 kB     00:00    
11:01:01 #8 50.51 (94/138): perl-vars-1.05-486.fc36.noarch.rpm    2.0 MB/s |  18 kB     00:00    
11:01:01 #8 50.51 (95/138): pkgconf-1.8.0-2.fc36.x86_64.rpm       4.5 MB/s |  41 kB     00:00    
11:01:01 #8 50.52 (96/138): pkgconf-m4-1.8.0-2.fc36.noarch.rpm    1.5 MB/s |  14 kB     00:00    
11:01:01 #8 50.52 (97/138): pkgconf-pkg-config-1.8.0-2.fc36.x86_6 1.1 MB/s |  10 kB     00:00    
11:01:01 #8 50.55 (98/138): python3-dateutil-2.8.1-8.fc36.noarch. 7.1 MB/s | 289 kB     00:00    
11:01:01 #8 50.56 (99/138): python3-distro-1.6.0-2.fc36.noarch.rp 1.0 MB/s |  38 kB     00:00    
11:01:01 #8 50.56 (100/138): python3-dbus-1.2.18-3.fc36.x86_64.rp 3.2 MB/s | 132 kB     00:00    
11:01:01 #8 50.56 (101/138): python3-enchant-3.2.2-2.fc36.noarch. 7.1 MB/s |  79 kB     00:00    
11:01:01 #8 50.57 (102/138): python3-pybeam-0.7-2.fc36.noarch.rpm 2.2 MB/s |  24 kB     00:00    
11:01:01 #8 50.57 (103/138): python3-pyxdg-0.27-4.fc36.noarch.rpm  12 MB/s |  96 kB     00:00    
11:01:01 #8 50.58 (104/138): python3-toml-0.10.2-6.fc36.noarch.rp 4.9 MB/s |  39 kB     00:00    
11:01:01 #8 50.61 (105/138): python3-six-1.16.0-5.fc36.noarch.rpm 767 kB/s |  36 kB     00:00    
11:01:01 #8 50.61 (106/138): python3-zstd-1.4.5.1-6.fc36.x86_64.r 475 kB/s |  19 kB     00:00    
11:01:01 #8 50.62 (107/138): rpmlint-2.2.0-3.fc36.noarch.rpm      5.6 MB/s | 240 kB     00:00    
11:01:01 #8 50.66 (108/138): unzip-6.0-57.fc36.x86_64.rpm         3.9 MB/s | 182 kB     00:00    
11:01:01 #8 50.70 (109/138): shared-mime-info-2.1-3.fc35.x86_64.r 4.6 MB/s | 373 kB     00:00    
11:01:01 #8 50.70 (110/138): xxhash-libs-0.8.1-2.fc36.x86_64.rpm  536 kB/s |  42 kB     00:00    
11:01:01 #8 50.70 (111/138): xz-5.2.5-9.fc36.x86_64.rpm           4.9 MB/s | 214 kB     00:00    
11:01:01 #8 50.71 (112/138): ansible-srpm-macros-1-5.fc36.noarch. 933 kB/s | 7.3 kB     00:00    
11:01:01 #8 50.77 (113/138): zip-3.0-32.fc36.x86_64.rpm           3.7 MB/s | 260 kB     00:00    
11:01:01 #8 50.82 (114/138): binutils-gold-2.37-27.fc36.x86_64.rp 6.4 MB/s | 754 kB     00:00    
11:01:01 #8 50.83 (115/138): dnf-plugins-core-4.2.1-1.fc36.noarch 558 kB/s |  34 kB     00:00    
11:01:01 #8 50.97 (116/138): binutils-2.37-27.fc36.x86_64.rpm      23 MB/s | 6.0 MB     00:00    
11:01:01 #8 50.97 (117/138): dwz-0.14-4.fc36.x86_64.rpm           885 kB/s | 127 kB     00:00    
11:01:01 #8 51.04 (118/138): gdb-minimal-12.1-1.fc36.x86_64.rpm    19 MB/s | 3.9 MB     00:00    
11:01:01 #8 51.09 (119/138): gdk-pixbuf2-2.42.8-3.fc36.x86_64.rpm 4.1 MB/s | 465 kB     00:00    
11:01:01 #8 51.12 (120/138): libappstream-glib-0.8.0-4.fc36.x86_6 2.7 MB/s | 391 kB     00:00    
11:01:01 #8 51.17 (121/138): perl-Encode-3.17-485.fc36.x86_64.rpm  14 MB/s | 1.7 MB     00:00    
11:01:01 #8 51.17 (122/138): perl-HTTP-Tiny-0.082-1.fc36.noarch.r 1.1 MB/s |  55 kB     00:00    
11:01:01 #8 51.17 (123/138): perl-Socket-2.035-1.fc36.x86_64.rpm  1.0 MB/s |  55 kB     00:00    
11:01:01 #8 51.18 (124/138): perl-Text-ParseWords-3.31-1.fc36.noa 1.8 MB/s |  16 kB     00:00    
11:01:01 #8 51.18 (125/138): python-srpm-macros-3.10-19.fc36.noar 4.4 MB/s |  24 kB     00:00    
11:01:01 #8 51.18 (126/138): python3-construct-2.10.68-1.fc36.noa  12 MB/s | 112 kB     00:00    
11:01:01 #8 51.19 (127/138): python3-dnf-plugins-core-4.2.1-1.fc3  18 MB/s | 221 kB     00:00    
11:01:01 #8 51.19 (128/138): qt5-srpm-macros-5.15.5-2.fc36.noarch 716 kB/s | 8.0 kB     00:00    
11:01:01 #8 51.20 (129/138): redhat-rpm-config-221-1.fc36.noarch. 3.6 MB/s |  66 kB     00:00    
11:01:01 #8 51.21 (130/138): rpmautospec-rpm-macros-0.2.6-1.fc36. 575 kB/s | 8.3 kB     00:00    
11:01:01 #8 51.21 (131/138): rust-srpm-macros-22-1.fc36.noarch.rp 1.5 MB/s | 9.3 kB     00:00    
11:01:01 #8 51.21 (132/138): rpm-build-4.17.1-3.fc36.x86_64.rpm   2.5 MB/s |  58 kB     00:00    
11:01:01 #8 51.24 (133/138): python3-rpm-4.17.1-3.fc36.x86_64.rpm 2.5 MB/s |  90 kB     00:00    
11:01:01 #8 51.28 (134/138): zstd-1.5.2-2.fc36.x86_64.rpm         5.9 MB/s | 448 kB     00:00    
11:01:01 #8 51.32 (135/138): rpm-4.17.1-3.fc36.x86_64.rpm         4.8 MB/s | 536 kB     00:00    
11:01:01 #8 51.33 (136/138): rpm-build-libs-4.17.1-3.fc36.x86_64. 1.1 MB/s |  92 kB     00:00    
11:01:01 #8 51.33 (137/138): rpm-sign-libs-4.17.1-3.fc36.x86_64.r 3.4 MB/s |  25 kB     00:00    
11:01:01 #8 51.37 (138/138): rpm-libs-4.17.1-3.fc36.x86_64.rpm    6.8 MB/s | 314 kB     00:00    
11:01:01 #8 51.37 --------------------------------------------------------------------------------
11:01:01 #8 51.37 Total                                            10 MB/s |  29 MB     00:02     
11:01:03 #8 52.55 Running transaction check
11:01:03 #8 52.62 Transaction check succeeded.
11:01:03 #8 52.62 Running transaction test
11:01:03 #8 53.06 Transaction test succeeded.
11:01:03 #8 53.06 Running transaction
11:01:04 #8 53.83   Preparing        :                                                        1/1 
11:01:04 #8 53.87   Upgrading        : rpm-libs-4.17.1-3.fc36.x86_64                        1/143 
11:01:04 #8 53.90   Running scriptlet: rpm-4.17.1-3.fc36.x86_64                             2/143 
11:01:04 #8 53.93   Upgrading        : rpm-4.17.1-3.fc36.x86_64                             2/143 
11:01:04 #8 53.97   Installing       : python3-six-1.16.0-5.fc36.noarch                     3/143 
11:01:04 #8 53.97   Installing       : hunspell-filesystem-1.7.0-19.fc36.x86_64             4/143 
11:01:04 #8 53.98   Installing       : hunspell-en-GB-0.20140811.1-22.fc36.noarch           5/143 
11:01:04 #8 54.01   Installing       : hunspell-en-0.20140811.1-22.fc36.noarch              6/143 
11:01:04 #8 54.02   Installing       : hunspell-en-US-0.20140811.1-22.fc36.noarch           7/143 
11:01:04 #8 54.03   Installing       : hunspell-1.7.0-19.fc36.x86_64                        8/143 
11:01:04 #8 54.06   Installing       : elfutils-debuginfod-client-0.186-3.fc36.x86_64       9/143 
11:01:04 #8 54.08   Installing       : binutils-gold-2.37-27.fc36.x86_64                   10/143 
11:01:04 #8 54.23   Installing       : binutils-2.37-27.fc36.x86_64                        11/143 
11:01:04 #8 54.26   Running scriptlet: binutils-2.37-27.fc36.x86_64                        11/143 
11:01:05 #8 54.29   Installing       : elfutils-0.186-3.fc36.x86_64                        12/143 
11:01:05 #8 54.30   Upgrading        : rpm-build-libs-4.17.1-3.fc36.x86_64                 13/143 
11:01:05 #8 54.33   Installing       : dwz-0.14-4.fc36.x86_64                              14/143 
11:01:05 #8 54.34   Installing       : xz-5.2.5-9.fc36.x86_64                              15/143 
11:01:05 #8 54.38   Installing       : unzip-6.0-57.fc36.x86_64                            16/143 
11:01:05 #8 54.39   Installing       : file-5.41-4.fc36.x86_64                             17/143 
11:01:05 #8 54.43   Installing       : zip-3.0-32.fc36.x86_64                              18/143 
11:01:05 #8 54.44   Installing       : enchant-1:1.6.0-30.fc36.x86_64                      19/143 
11:01:05 #8 54.47   Installing       : python3-enchant-3.2.2-2.fc36.noarch                 20/143 
11:01:05 #8 54.48   Installing       : python3-dateutil-1:2.8.1-8.fc36.noarch              21/143 
11:01:05 #8 54.52   Installing       : python3-construct-2.10.68-1.fc36.noarch             22/143 
11:01:05 #8 54.53   Installing       : python3-pybeam-0.7-2.fc36.noarch                    23/143 
11:01:05 #8 54.56   Installing       : efi-srpm-macros-5-5.fc36.noarch                     24/143 
11:01:05 #8 54.56   Installing       : lua-srpm-macros-1-6.fc36.noarch                     25/143 
11:01:05 #8 54.56   Installing       : rpmautospec-rpm-macros-0.2.6-1.fc36.noarch          26/143 
11:01:05 #8 54.59   Upgrading        : rpm-sign-libs-4.17.1-3.fc36.x86_64                  27/143 
11:01:05 #8 54.60   Upgrading        : python3-rpm-4.17.1-3.fc36.x86_64                    28/143 
11:01:05 #8 54.61   Installing       : zstd-1.5.2-2.fc36.x86_64                            29/143 
11:01:05 #8 54.66   Installing       : rust-srpm-macros-22-1.fc36.noarch                   30/143 
11:01:05 #8 54.66   Installing       : qt5-srpm-macros-5.15.5-2.fc36.noarch                31/143 
11:01:05 #8 54.67   Installing       : ansible-srpm-macros-1-5.fc36.noarch                 32/143 
11:01:05 #8 54.69   Installing       : xxhash-libs-0.8.1-2.fc36.x86_64                     33/143 
11:01:05 #8 54.77   Installing       : gdb-minimal-12.1-1.fc36.x86_64                      34/143 
11:01:05 #8 54.78   Installing       : debugedit-5.0-3.fc36.x86_64                         35/143 
11:01:05 #8 54.83   Installing       : shared-mime-info-2.1-3.fc35.x86_64                  36/143 
11:01:05 #8 54.87   Running scriptlet: shared-mime-info-2.1-3.fc35.x86_64                  36/143 
11:01:05 #8 54.88   Installing       : python3-zstd-1.4.5.1-6.fc36.x86_64                  37/143 
11:01:05 #8 54.92   Installing       : python3-toml-0.10.2-6.fc36.noarch                   38/143 
11:01:05 #8 54.93   Installing       : python3-pyxdg-0.27-4.fc36.noarch                    39/143 
11:01:05 #8 54.94   Installing       : python3-distro-1.6.0-2.fc36.noarch                  40/143 
11:01:05 #8 55.00   Installing       : pkgconf-m4-1.8.0-2.fc36.noarch                      41/143 
11:01:05 #8 55.00   Installing       : perl-srpm-macros-1-43.fc36.noarch                   42/143 
11:01:05 #8 55.01   Installing       : package-notes-srpm-macros-0.4-14.fc36.noarch        43/143 
11:01:05 #8 55.04   Installing       : openblas-srpm-macros-2-11.fc36.noarch               44/143 
11:01:05 #8 55.04   Installing       : ocaml-srpm-macros-6-6.fc36.noarch                   45/143 
11:01:05 #8 55.05   Installing       : nim-srpm-macros-3-6.fc36.noarch                     46/143 
11:01:05 #8 55.05   Installing       : ncurses-6.2-9.20210508.fc36.x86_64                  47/143 
11:01:05 #8 55.09   Installing       : libstemmer-0-18.585svn.fc36.x86_64                  48/143 
11:01:05 #8 55.09   Installing       : libpng-2:1.6.37-12.fc36.x86_64                      49/143 
11:01:05 #8 55.10   Installing       : libpkgconf-1.8.0-2.fc36.x86_64                      50/143 
11:01:05 #8 55.14   Installing       : pkgconf-1.8.0-2.fc36.x86_64                         51/143 
11:01:05 #8 55.15   Installing       : pkgconf-pkg-config-1.8.0-2.fc36.x86_64              52/143 
11:01:05 #8 55.19   Installing       : libjpeg-turbo-2.1.2-2.fc36.x86_64                   53/143 
11:01:05 #8 55.20   Installing       : gdk-pixbuf2-2.42.8-3.fc36.x86_64                    54/143 
11:01:05 #8 55.24   Installing       : kernel-srpm-macros-1.0-14.fc36.noarch               55/143 
11:01:05 #8 55.25   Installing       : json-glib-1.6.6-2.fc36.x86_64                       56/143 
11:01:05 #8 55.29   Installing       : libappstream-glib-0.8.0-4.fc36.x86_64               57/143 
11:01:05 #8 55.33   Installing       : info-6.8-3.fc36.x86_64                              58/143 
11:01:05 #8 55.34   Installing       : ed-1.14.2-12.fc36.x86_64                            59/143 
11:01:05 #8 55.37   Installing       : patch-2.7.6-16.fc36.x86_64                          60/143 
11:01:05 #8 55.38   Running scriptlet: groff-base-1.22.4-9.fc36.x86_64                     61/143 
11:01:05 #8 55.42   Installing       : groff-base-1.22.4-9.fc36.x86_64                     61/143 
11:01:06 #8 55.45   Running scriptlet: groff-base-1.22.4-9.fc36.x86_64                     61/143 
11:01:06 #8 55.47   Installing       : perl-Digest-1.20-2.fc36.noarch                      62/143 
11:01:06 #8 55.51   Installing       : perl-Digest-MD5-2.58-479.fc36.x86_64                63/143 
11:01:06 #8 55.52   Installing       : perl-B-1.82-486.fc36.x86_64                         64/143 
11:01:06 #8 55.53   Installing       : perl-FileHandle-2.03-486.fc36.noarch                65/143 
11:01:06 #8 55.56   Installing       : perl-AutoLoader-5.74-486.fc36.noarch                66/143 
11:01:06 #8 55.57   Installing       : perl-Data-Dumper-2.183-3.fc36.x86_64                67/143 
11:01:06 #8 55.57   Installing       : perl-libnet-3.13-480.fc36.noarch                    68/143 
11:01:06 #8 55.62   Installing       : perl-base-2.27-486.fc36.noarch                      69/143 
11:01:06 #8 55.63   Installing       : perl-Net-SSLeay-1.92-2.fc36.x86_64                  70/143 
11:01:06 #8 55.68   Installing       : perl-URI-5.10-1.fc36.noarch                         71/143 
11:01:06 #8 55.72   Installing       : perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch         72/143 
11:01:06 #8 55.73   Installing       : perl-Mozilla-CA-20211001-2.fc36.noarch              73/143 
11:01:06 #8 55.73   Installing       : perl-if-0.60.900-486.fc36.noarch                    74/143 
11:01:06 #8 55.74   Installing       : perl-Time-Local-2:1.300-479.fc36.noarch             75/143 
11:01:06 #8 55.77   Installing       : perl-File-Path-2.18-479.fc36.noarch                 76/143 
11:01:06 #8 55.78   Installing       : perl-Pod-Escapes-1:1.07-479.fc36.noarch             77/143 
11:01:06 #8 55.78   Installing       : perl-IO-Socket-IP-0.41-480.fc36.noarch              78/143 
11:01:06 #8 55.85   Installing       : perl-IO-Socket-SSL-2.074-2.fc36.noarch              79/143 
11:01:06 #8 55.86   Installing       : perl-Class-Struct-0.66-486.fc36.noarch              80/143 
11:01:06 #8 55.90   Installing       : perl-POSIX-1.97-486.fc36.x86_64                     81/143 
11:01:06 #8 55.90   Installing       : perl-Term-ANSIColor-5.01-480.fc36.noarch            82/143 
11:01:06 #8 55.91   Installing       : perl-subs-1.04-486.fc36.noarch                      83/143 
11:01:06 #8 55.97   Installing       : perl-Pod-Simple-1:3.43-3.fc36.noarch                84/143 
11:01:06 #8 55.98   Installing       : perl-Term-Cap-1.17-479.fc36.noarch                  85/143 
11:01:06 #8 55.99   Installing       : perl-File-Temp-1:0.231.100-479.fc36.noarch          86/143 
11:01:06 #8 56.03   Installing       : perl-IPC-Open3-1.21-486.fc36.noarch                 87/143 
11:01:06 #8 56.04   Installing       : perl-HTTP-Tiny-0.082-1.fc36.noarch                  88/143 
11:01:06 #8 56.09   Installing       : perl-SelectSaver-1.02-486.fc36.noarch               89/143 
11:01:06 #8 56.10   Installing       : perl-Symbol-1.09-486.fc36.noarch                    90/143 
11:01:06 #8 56.10   Installing       : perl-File-stat-1.09-486.fc36.noarch                 91/143 
11:01:06 #8 56.13   Installing       : perl-Socket-4:2.035-1.fc36.x86_64                   92/143 
11:01:06 #8 56.17   Installing       : perl-podlators-1:4.14-479.fc36.noarch               93/143 
11:01:06 #8 56.17   Installing       : perl-Pod-Perldoc-3.28.01-480.fc36.noarch            94/143 
11:01:06 #8 56.20   Installing       : perl-Fcntl-1.14-486.fc36.x86_64                     95/143 
11:01:06 #8 56.21   Installing       : perl-mro-1.25-486.fc36.x86_64                       96/143 
11:01:06 #8 56.21   Installing       : perl-overloading-0.02-486.fc36.noarch               97/143 
11:01:06 #8 56.25   Installing       : perl-IO-1.46-486.fc36.x86_64                        98/143 
11:01:06 #8 56.26   Installing       : perl-Text-ParseWords-3.31-1.fc36.noarch             99/143 
11:01:06 #8 56.26   Installing       : perl-Pod-Usage-4:2.01-479.fc36.noarch              100/143 
11:01:06 #8 56.30   Installing       : perl-Errno-1.33-486.fc36.x86_64                    101/143 
11:01:06 #8 56.30   Installing       : perl-File-Basename-2.85-486.fc36.noarch            102/143 
11:01:06 #8 56.34   Installing       : perl-Getopt-Std-1.13-486.fc36.noarch               103/143 
11:01:06 #8 56.34   Installing       : perl-MIME-Base64-3.16-479.fc36.x86_64              104/143 
11:01:06 #8 56.35   Installing       : perl-Scalar-List-Utils-5:1.62-464.fc36.x86_64      105/143 
11:01:06 #8 56.39   Installing       : perl-constant-1.33-480.fc36.noarch                 106/143 
11:01:07 #8 56.40   Installing       : perl-overload-1.33-486.fc36.noarch                 107/143 
11:01:07 #8 56.40   Installing       : perl-parent-1:0.238-479.fc36.noarch                108/143 
11:01:07 #8 56.44   Installing       : perl-vars-1.05-486.fc36.noarch                     109/143 
11:01:07 #8 56.44   Installing       : perl-Storable-1:3.25-2.fc36.x86_64                 110/143 
11:01:07 #8 56.45   Installing       : perl-Getopt-Long-1:2.52-479.fc36.noarch            111/143 
11:01:07 #8 56.48   Installing       : perl-DynaLoader-1.50-486.fc36.x86_64               112/143 
11:01:07 #8 56.48   Installing       : perl-Carp-1.52-479.fc36.noarch                     113/143 
11:01:07 #8 56.49   Installing       : perl-Exporter-5.76-480.fc36.noarch                 114/143 
11:01:07 #8 56.52   Installing       : perl-NDBM_File-1.15-486.fc36.x86_64                115/143 
11:01:07 #8 56.53   Installing       : perl-PathTools-3.80-479.fc36.x86_64                116/143 
11:01:07 #8 56.65   Installing       : perl-Encode-4:3.17-485.fc36.x86_64                 117/143 
11:01:07 #8 56.74   Installing       : perl-libs-4:5.34.1-486.fc36.x86_64                 118/143 
11:01:07 #8 56.79   Installing       : perl-interpreter-4:5.34.1-486.fc36.x86_64          119/143 
11:01:07 #8 56.80   Installing       : devscripts-checkbashisms-2.22.1-1.fc36.x86_64      120/143 
11:01:07 #8 56.83   Installing       : gnat-srpm-macros-4-15.fc36.noarch                  121/143 
11:01:07 #8 56.84   Installing       : ghc-srpm-macros-1.5.0-6.fc36.noarch                122/143 
11:01:07 #8 56.84   Installing       : fpc-srpm-macros-1.3-5.fc36.noarch                  123/143 
11:01:07 #8 56.84   Installing       : fonts-srpm-macros-1:2.0.5-7.fc36.noarch            124/143 
11:01:07 #8 56.85   Installing       : go-srpm-macros-3.0.15-1.fc36.noarch                125/143 
11:01:07 #8 56.88   Installing       : python-srpm-macros-3.10-19.fc36.noarch             126/143 
11:01:07 #8 56.89   Installing       : redhat-rpm-config-221-1.fc36.noarch                127/143 
11:01:07 #8 56.93   Installing       : diffutils-3.8-2.fc36.x86_64                        128/143 
11:01:07 #8 56.94   Installing       : dbus-libs-1:1.14.0-1.fc36.x86_64                   129/143 
11:01:07 #8 56.97   Installing       : python3-dbus-1.2.18-3.fc36.x86_64                  130/143 
11:01:07 #8 56.99   Installing       : python3-dnf-plugins-core-4.2.1-1.fc36.noarch       131/143 
11:01:07 #8 57.03   Installing       : dash-0.5.10.2-10.fc36.x86_64                       132/143 
11:01:07 #8 57.06   Running scriptlet: dash-0.5.10.2-10.fc36.x86_64                       132/143 
11:01:07 #8 57.07   Installing       : cpio-2.13-12.fc36.x86_64                           133/143 
11:01:07 #8 57.08   Installing       : bzip2-1.0.8-11.fc36.x86_64                         134/143 
11:01:07 #8 57.12   Installing       : rpm-build-4.17.1-3.fc36.x86_64                     135/143 
11:01:07 #8 57.14   Installing       : rpmlint-2.2.0-3.fc36.noarch                        136/143 
11:01:07 #8 57.19   Installing       : dnf-plugins-core-4.2.1-1.fc36.noarch               137/143 
11:01:07 #8 57.26   Installing       : glibc-gconv-extra-2.35-4.fc36.x86_64               138/143 
11:01:07 #8 57.33   Running scriptlet: glibc-gconv-extra-2.35-4.fc36.x86_64               138/143 
11:01:07 #8 57.34   Cleanup          : python3-rpm-4.17.0-10.fc36.x86_64                  139/143 
11:01:07 #8 57.35   Cleanup          : rpm-build-libs-4.17.0-10.fc36.x86_64               140/143 
11:01:07 #8 57.39   Cleanup          : rpm-sign-libs-4.17.0-10.fc36.x86_64                141/143 
11:01:07 #8 57.40   Cleanup          : rpm-4.17.0-10.fc36.x86_64                          142/143 
11:01:08 #8 57.45   Cleanup          : rpm-libs-4.17.0-10.fc36.x86_64                     143/143 
11:01:08 #8 57.48   Running scriptlet: rpm-4.17.1-3.fc36.x86_64                           143/143 
11:01:11 #8 57.49   Running scriptlet: rpm-libs-4.17.0-10.fc36.x86_64                     143/143 
11:01:11 #8 60.50   Verifying        : bzip2-1.0.8-11.fc36.x86_64                           1/143 
11:01:11 #8 60.50   Verifying        : cpio-2.13-12.fc36.x86_64                             2/143 
11:01:11 #8 60.50   Verifying        : dash-0.5.10.2-10.fc36.x86_64                         3/143 
11:01:11 #8 60.50   Verifying        : dbus-libs-1:1.14.0-1.fc36.x86_64                     4/143 
11:01:11 #8 60.50   Verifying        : debugedit-5.0-3.fc36.x86_64                          5/143 
11:01:11 #8 60.50   Verifying        : devscripts-checkbashisms-2.22.1-1.fc36.x86_64        6/143 
11:01:11 #8 60.50   Verifying        : diffutils-3.8-2.fc36.x86_64                          7/143 
11:01:11 #8 60.50   Verifying        : ed-1.14.2-12.fc36.x86_64                             8/143 
11:01:11 #8 60.50   Verifying        : efi-srpm-macros-5-5.fc36.noarch                      9/143 
11:01:11 #8 60.50   Verifying        : elfutils-0.186-3.fc36.x86_64                        10/143 
11:01:11 #8 60.50   Verifying        : elfutils-debuginfod-client-0.186-3.fc36.x86_64      11/143 
11:01:11 #8 60.50   Verifying        : enchant-1:1.6.0-30.fc36.x86_64                      12/143 
11:01:11 #8 60.50   Verifying        : file-5.41-4.fc36.x86_64                             13/143 
11:01:11 #8 60.50   Verifying        : fonts-srpm-macros-1:2.0.5-7.fc36.noarch             14/143 
11:01:11 #8 60.50   Verifying        : fpc-srpm-macros-1.3-5.fc36.noarch                   15/143 
11:01:11 #8 60.50   Verifying        : ghc-srpm-macros-1.5.0-6.fc36.noarch                 16/143 
11:01:11 #8 60.50   Verifying        : glibc-gconv-extra-2.35-4.fc36.x86_64                17/143 
11:01:11 #8 60.50   Verifying        : gnat-srpm-macros-4-15.fc36.noarch                   18/143 
11:01:11 #8 60.50   Verifying        : go-srpm-macros-3.0.15-1.fc36.noarch                 19/143 
11:01:11 #8 60.50   Verifying        : groff-base-1.22.4-9.fc36.x86_64                     20/143 
11:01:11 #8 60.50   Verifying        : hunspell-1.7.0-19.fc36.x86_64                       21/143 
11:01:11 #8 60.50   Verifying        : hunspell-en-0.20140811.1-22.fc36.noarch             22/143 
11:01:11 #8 60.50   Verifying        : hunspell-en-GB-0.20140811.1-22.fc36.noarch          23/143 
11:01:11 #8 60.50   Verifying        : hunspell-en-US-0.20140811.1-22.fc36.noarch          24/143 
11:01:11 #8 60.50   Verifying        : hunspell-filesystem-1.7.0-19.fc36.x86_64            25/143 
11:01:11 #8 60.50   Verifying        : info-6.8-3.fc36.x86_64                              26/143 
11:01:11 #8 60.50   Verifying        : json-glib-1.6.6-2.fc36.x86_64                       27/143 
11:01:11 #8 60.50   Verifying        : kernel-srpm-macros-1.0-14.fc36.noarch               28/143 
11:01:11 #8 60.50   Verifying        : libjpeg-turbo-2.1.2-2.fc36.x86_64                   29/143 
11:01:11 #8 60.50   Verifying        : libpkgconf-1.8.0-2.fc36.x86_64                      30/143 
11:01:11 #8 60.50   Verifying        : libpng-2:1.6.37-12.fc36.x86_64                      31/143 
11:01:11 #8 60.50   Verifying        : libstemmer-0-18.585svn.fc36.x86_64                  32/143 
11:01:11 #8 60.50   Verifying        : lua-srpm-macros-1-6.fc36.noarch                     33/143 
11:01:11 #8 60.50   Verifying        : ncurses-6.2-9.20210508.fc36.x86_64                  34/143 
11:01:11 #8 60.50   Verifying        : nim-srpm-macros-3-6.fc36.noarch                     35/143 
11:01:11 #8 60.50   Verifying        : ocaml-srpm-macros-6-6.fc36.noarch                   36/143 
11:01:11 #8 60.51   Verifying        : openblas-srpm-macros-2-11.fc36.noarch               37/143 
11:01:11 #8 60.51   Verifying        : package-notes-srpm-macros-0.4-14.fc36.noarch        38/143 
11:01:11 #8 60.51   Verifying        : patch-2.7.6-16.fc36.x86_64                          39/143 
11:01:11 #8 60.51   Verifying        : perl-AutoLoader-5.74-486.fc36.noarch                40/143 
11:01:11 #8 60.51   Verifying        : perl-B-1.82-486.fc36.x86_64                         41/143 
11:01:11 #8 60.51   Verifying        : perl-Carp-1.52-479.fc36.noarch                      42/143 
11:01:11 #8 60.51   Verifying        : perl-Class-Struct-0.66-486.fc36.noarch              43/143 
11:01:11 #8 60.51   Verifying        : perl-Data-Dumper-2.183-3.fc36.x86_64                44/143 
11:01:11 #8 60.51   Verifying        : perl-Digest-1.20-2.fc36.noarch                      45/143 
11:01:11 #8 60.51   Verifying        : perl-Digest-MD5-2.58-479.fc36.x86_64                46/143 
11:01:11 #8 60.51   Verifying        : perl-DynaLoader-1.50-486.fc36.x86_64                47/143 
11:01:11 #8 60.51   Verifying        : perl-Errno-1.33-486.fc36.x86_64                     48/143 
11:01:11 #8 60.51   Verifying        : perl-Exporter-5.76-480.fc36.noarch                  49/143 
11:01:11 #8 60.51   Verifying        : perl-Fcntl-1.14-486.fc36.x86_64                     50/143 
11:01:11 #8 60.51   Verifying        : perl-File-Basename-2.85-486.fc36.noarch             51/143 
11:01:11 #8 60.51   Verifying        : perl-File-Path-2.18-479.fc36.noarch                 52/143 
11:01:11 #8 60.51   Verifying        : perl-File-Temp-1:0.231.100-479.fc36.noarch          53/143 
11:01:11 #8 60.51   Verifying        : perl-File-stat-1.09-486.fc36.noarch                 54/143 
11:01:11 #8 60.51   Verifying        : perl-FileHandle-2.03-486.fc36.noarch                55/143 
11:01:11 #8 60.51   Verifying        : perl-Getopt-Long-1:2.52-479.fc36.noarch             56/143 
11:01:11 #8 60.51   Verifying        : perl-Getopt-Std-1.13-486.fc36.noarch                57/143 
11:01:11 #8 60.51   Verifying        : perl-IO-1.46-486.fc36.x86_64                        58/143 
11:01:11 #8 60.51   Verifying        : perl-IO-Socket-IP-0.41-480.fc36.noarch              59/143 
11:01:11 #8 60.51   Verifying        : perl-IO-Socket-SSL-2.074-2.fc36.noarch              60/143 
11:01:11 #8 60.51   Verifying        : perl-IPC-Open3-1.21-486.fc36.noarch                 61/143 
11:01:11 #8 60.51   Verifying        : perl-MIME-Base64-3.16-479.fc36.x86_64               62/143 
11:01:11 #8 60.51   Verifying        : perl-Mozilla-CA-20211001-2.fc36.noarch              63/143 
11:01:11 #8 60.51   Verifying        : perl-NDBM_File-1.15-486.fc36.x86_64                 64/143 
11:01:11 #8 60.51   Verifying        : perl-Net-SSLeay-1.92-2.fc36.x86_64                  65/143 
11:01:11 #8 60.51   Verifying        : perl-POSIX-1.97-486.fc36.x86_64                     66/143 
11:01:11 #8 60.51   Verifying        : perl-PathTools-3.80-479.fc36.x86_64                 67/143 
11:01:11 #8 60.51   Verifying        : perl-Pod-Escapes-1:1.07-479.fc36.noarch             68/143 
11:01:11 #8 60.51   Verifying        : perl-Pod-Perldoc-3.28.01-480.fc36.noarch            69/143 
11:01:11 #8 60.51   Verifying        : perl-Pod-Simple-1:3.43-3.fc36.noarch                70/143 
11:01:11 #8 60.51   Verifying        : perl-Pod-Usage-4:2.01-479.fc36.noarch               71/143 
11:01:11 #8 60.51   Verifying        : perl-Scalar-List-Utils-5:1.62-464.fc36.x86_64       72/143 
11:01:11 #8 60.51   Verifying        : perl-SelectSaver-1.02-486.fc36.noarch               73/143 
11:01:11 #8 60.51   Verifying        : perl-Storable-1:3.25-2.fc36.x86_64                  74/143 
11:01:11 #8 60.51   Verifying        : perl-Symbol-1.09-486.fc36.noarch                    75/143 
11:01:11 #8 60.51   Verifying        : perl-Term-ANSIColor-5.01-480.fc36.noarch            76/143 
11:01:11 #8 60.51   Verifying        : perl-Term-Cap-1.17-479.fc36.noarch                  77/143 
11:01:11 #8 60.51   Verifying        : perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch         78/143 
11:01:11 #8 60.51   Verifying        : perl-Time-Local-2:1.300-479.fc36.noarch             79/143 
11:01:11 #8 60.51   Verifying        : perl-URI-5.10-1.fc36.noarch                         80/143 
11:01:11 #8 60.51   Verifying        : perl-base-2.27-486.fc36.noarch                      81/143 
11:01:11 #8 60.51   Verifying        : perl-constant-1.33-480.fc36.noarch                  82/143 
11:01:11 #8 60.51   Verifying        : perl-if-0.60.900-486.fc36.noarch                    83/143 
11:01:11 #8 60.51   Verifying        : perl-interpreter-4:5.34.1-486.fc36.x86_64           84/143 
11:01:11 #8 60.51   Verifying        : perl-libnet-3.13-480.fc36.noarch                    85/143 
11:01:11 #8 60.51   Verifying        : perl-libs-4:5.34.1-486.fc36.x86_64                  86/143 
11:01:11 #8 60.51   Verifying        : perl-mro-1.25-486.fc36.x86_64                       87/143 
11:01:11 #8 60.51   Verifying        : perl-overload-1.33-486.fc36.noarch                  88/143 
11:01:11 #8 60.51   Verifying        : perl-overloading-0.02-486.fc36.noarch               89/143 
11:01:11 #8 60.51   Verifying        : perl-parent-1:0.238-479.fc36.noarch                 90/143 
11:01:11 #8 60.51   Verifying        : perl-podlators-1:4.14-479.fc36.noarch               91/143 
11:01:11 #8 60.51   Verifying        : perl-srpm-macros-1-43.fc36.noarch                   92/143 
11:01:11 #8 60.51   Verifying        : perl-subs-1.04-486.fc36.noarch                      93/143 
11:01:11 #8 60.51   Verifying        : perl-vars-1.05-486.fc36.noarch                      94/143 
11:01:11 #8 60.51   Verifying        : pkgconf-1.8.0-2.fc36.x86_64                         95/143 
11:01:11 #8 60.51   Verifying        : pkgconf-m4-1.8.0-2.fc36.noarch                      96/143 
11:01:11 #8 60.51   Verifying        : pkgconf-pkg-config-1.8.0-2.fc36.x86_64              97/143 
11:01:11 #8 60.51   Verifying        : python3-dateutil-1:2.8.1-8.fc36.noarch              98/143 
11:01:11 #8 60.51   Verifying        : python3-dbus-1.2.18-3.fc36.x86_64                   99/143 
11:01:11 #8 60.51   Verifying        : python3-distro-1.6.0-2.fc36.noarch                 100/143 
11:01:11 #8 60.51   Verifying        : python3-enchant-3.2.2-2.fc36.noarch                101/143 
11:01:11 #8 60.51   Verifying        : python3-pybeam-0.7-2.fc36.noarch                   102/143 
11:01:11 #8 60.51   Verifying        : python3-pyxdg-0.27-4.fc36.noarch                   103/143 
11:01:11 #8 60.51   Verifying        : python3-six-1.16.0-5.fc36.noarch                   104/143 
11:01:11 #8 60.51   Verifying        : python3-toml-0.10.2-6.fc36.noarch                  105/143 
11:01:11 #8 60.51   Verifying        : python3-zstd-1.4.5.1-6.fc36.x86_64                 106/143 
11:01:11 #8 60.51   Verifying        : rpmlint-2.2.0-3.fc36.noarch                        107/143 
11:01:11 #8 60.51   Verifying        : shared-mime-info-2.1-3.fc35.x86_64                 108/143 
11:01:11 #8 60.51   Verifying        : unzip-6.0-57.fc36.x86_64                           109/143 
11:01:11 #8 60.51   Verifying        : xxhash-libs-0.8.1-2.fc36.x86_64                    110/143 
11:01:11 #8 60.51   Verifying        : xz-5.2.5-9.fc36.x86_64                             111/143 
11:01:11 #8 60.51   Verifying        : zip-3.0-32.fc36.x86_64                             112/143 
11:01:11 #8 60.51   Verifying        : ansible-srpm-macros-1-5.fc36.noarch                113/143 
11:01:11 #8 60.51   Verifying        : binutils-2.37-27.fc36.x86_64                       114/143 
11:01:11 #8 60.51   Verifying        : binutils-gold-2.37-27.fc36.x86_64                  115/143 
11:01:11 #8 60.51   Verifying        : dnf-plugins-core-4.2.1-1.fc36.noarch               116/143 
11:01:11 #8 60.51   Verifying        : dwz-0.14-4.fc36.x86_64                             117/143 
11:01:11 #8 60.51   Verifying        : gdb-minimal-12.1-1.fc36.x86_64                     118/143 
11:01:11 #8 60.51   Verifying        : gdk-pixbuf2-2.42.8-3.fc36.x86_64                   119/143 
11:01:11 #8 60.51   Verifying        : libappstream-glib-0.8.0-4.fc36.x86_64              120/143 
11:01:11 #8 60.51   Verifying        : perl-Encode-4:3.17-485.fc36.x86_64                 121/143 
11:01:11 #8 60.51   Verifying        : perl-HTTP-Tiny-0.082-1.fc36.noarch                 122/143 
11:01:11 #8 60.51   Verifying        : perl-Socket-4:2.035-1.fc36.x86_64                  123/143 
11:01:11 #8 60.51   Verifying        : perl-Text-ParseWords-3.31-1.fc36.noarch            124/143 
11:01:11 #8 60.51   Verifying        : python-srpm-macros-3.10-19.fc36.noarch             125/143 
11:01:11 #8 60.51   Verifying        : python3-construct-2.10.68-1.fc36.noarch            126/143 
11:01:11 #8 60.51   Verifying        : python3-dnf-plugins-core-4.2.1-1.fc36.noarch       127/143 
11:01:11 #8 60.51   Verifying        : qt5-srpm-macros-5.15.5-2.fc36.noarch               128/143 
11:01:11 #8 60.51   Verifying        : redhat-rpm-config-221-1.fc36.noarch                129/143 
11:01:11 #8 60.51   Verifying        : rpm-build-4.17.1-3.fc36.x86_64                     130/143 
11:01:11 #8 60.51   Verifying        : rpmautospec-rpm-macros-0.2.6-1.fc36.noarch         131/143 
11:01:11 #8 60.51   Verifying        : rust-srpm-macros-22-1.fc36.noarch                  132/143 
11:01:11 #8 60.51   Verifying        : zstd-1.5.2-2.fc36.x86_64                           133/143 
11:01:11 #8 60.51   Verifying        : python3-rpm-4.17.1-3.fc36.x86_64                   134/143 
11:01:11 #8 60.52   Verifying        : python3-rpm-4.17.0-10.fc36.x86_64                  135/143 
11:01:11 #8 60.52   Verifying        : rpm-4.17.1-3.fc36.x86_64                           136/143 
11:01:11 #8 60.52   Verifying        : rpm-4.17.0-10.fc36.x86_64                          137/143 
11:01:11 #8 60.52   Verifying        : rpm-build-libs-4.17.1-3.fc36.x86_64                138/143 
11:01:11 #8 60.52   Verifying        : rpm-build-libs-4.17.0-10.fc36.x86_64               139/143 
11:01:11 #8 60.52   Verifying        : rpm-libs-4.17.1-3.fc36.x86_64                      140/143 
11:01:11 #8 60.52   Verifying        : rpm-libs-4.17.0-10.fc36.x86_64                     141/143 
11:01:11 #8 60.52   Verifying        : rpm-sign-libs-4.17.1-3.fc36.x86_64                 142/143 
11:01:11 #8 60.52   Verifying        : rpm-sign-libs-4.17.0-10.fc36.x86_64                143/143 
11:01:11 #8 60.64 
11:01:11 #8 60.64 Upgraded:
11:01:11 #8 60.64   python3-rpm-4.17.1-3.fc36.x86_64          rpm-4.17.1-3.fc36.x86_64           
11:01:11 #8 60.64   rpm-build-libs-4.17.1-3.fc36.x86_64       rpm-libs-4.17.1-3.fc36.x86_64      
11:01:11 #8 60.64   rpm-sign-libs-4.17.1-3.fc36.x86_64       
11:01:11 #8 60.64 Installed:
11:01:11 #8 60.64   ansible-srpm-macros-1-5.fc36.noarch                                           
11:01:11 #8 60.64   binutils-2.37-27.fc36.x86_64                                                  
11:01:11 #8 60.64   binutils-gold-2.37-27.fc36.x86_64                                             
11:01:11 #8 60.64   bzip2-1.0.8-11.fc36.x86_64                                                    
11:01:11 #8 60.64   cpio-2.13-12.fc36.x86_64                                                      
11:01:11 #8 60.64   dash-0.5.10.2-10.fc36.x86_64                                                  
11:01:11 #8 60.64   dbus-libs-1:1.14.0-1.fc36.x86_64                                              
11:01:11 #8 60.64   debugedit-5.0-3.fc36.x86_64                                                   
11:01:11 #8 60.64   devscripts-checkbashisms-2.22.1-1.fc36.x86_64                                 
11:01:11 #8 60.64   diffutils-3.8-2.fc36.x86_64                                                   
11:01:11 #8 60.64   dnf-plugins-core-4.2.1-1.fc36.noarch                                          
11:01:11 #8 60.64   dwz-0.14-4.fc36.x86_64                                                        
11:01:11 #8 60.64   ed-1.14.2-12.fc36.x86_64                                                      
11:01:11 #8 60.64   efi-srpm-macros-5-5.fc36.noarch                                               
11:01:11 #8 60.64   elfutils-0.186-3.fc36.x86_64                                                  
11:01:11 #8 60.64   elfutils-debuginfod-client-0.186-3.fc36.x86_64                                
11:01:11 #8 60.64   enchant-1:1.6.0-30.fc36.x86_64                                                
11:01:11 #8 60.64   file-5.41-4.fc36.x86_64                                                       
11:01:11 #8 60.64   fonts-srpm-macros-1:2.0.5-7.fc36.noarch                                       
11:01:11 #8 60.64   fpc-srpm-macros-1.3-5.fc36.noarch                                             
11:01:11 #8 60.64   gdb-minimal-12.1-1.fc36.x86_64                                                
11:01:11 #8 60.64   gdk-pixbuf2-2.42.8-3.fc36.x86_64                                              
11:01:11 #8 60.64   ghc-srpm-macros-1.5.0-6.fc36.noarch                                           
11:01:11 #8 60.64   glibc-gconv-extra-2.35-4.fc36.x86_64                                          
11:01:11 #8 60.64   gnat-srpm-macros-4-15.fc36.noarch                                             
11:01:11 #8 60.64   go-srpm-macros-3.0.15-1.fc36.noarch                                           
11:01:11 #8 60.64   groff-base-1.22.4-9.fc36.x86_64                                               
11:01:11 #8 60.64   hunspell-1.7.0-19.fc36.x86_64                                                 
11:01:11 #8 60.64   hunspell-en-0.20140811.1-22.fc36.noarch                                       
11:01:11 #8 60.64   hunspell-en-GB-0.20140811.1-22.fc36.noarch                                    
11:01:11 #8 60.64   hunspell-en-US-0.20140811.1-22.fc36.noarch                                    
11:01:11 #8 60.64   hunspell-filesystem-1.7.0-19.fc36.x86_64                                      
11:01:11 #8 60.64   info-6.8-3.fc36.x86_64                                                        
11:01:11 #8 60.64   json-glib-1.6.6-2.fc36.x86_64                                                 
11:01:11 #8 60.64   kernel-srpm-macros-1.0-14.fc36.noarch                                         
11:01:11 #8 60.64   libappstream-glib-0.8.0-4.fc36.x86_64                                         
11:01:11 #8 60.64   libjpeg-turbo-2.1.2-2.fc36.x86_64                                             
11:01:11 #8 60.64   libpkgconf-1.8.0-2.fc36.x86_64                                                
11:01:11 #8 60.64   libpng-2:1.6.37-12.fc36.x86_64                                                
11:01:11 #8 60.64   libstemmer-0-18.585svn.fc36.x86_64                                            
11:01:11 #8 60.64   lua-srpm-macros-1-6.fc36.noarch                                               
11:01:11 #8 60.64   ncurses-6.2-9.20210508.fc36.x86_64                                            
11:01:11 #8 60.64   nim-srpm-macros-3-6.fc36.noarch                                               
11:01:11 #8 60.64   ocaml-srpm-macros-6-6.fc36.noarch                                             
11:01:11 #8 60.64   openblas-srpm-macros-2-11.fc36.noarch                                         
11:01:11 #8 60.64   package-notes-srpm-macros-0.4-14.fc36.noarch                                  
11:01:11 #8 60.64   patch-2.7.6-16.fc36.x86_64                                                    
11:01:11 #8 60.64   perl-AutoLoader-5.74-486.fc36.noarch                                          
11:01:11 #8 60.64   perl-B-1.82-486.fc36.x86_64                                                   
11:01:11 #8 60.64   perl-Carp-1.52-479.fc36.noarch                                                
11:01:11 #8 60.64   perl-Class-Struct-0.66-486.fc36.noarch                                        
11:01:11 #8 60.64   perl-Data-Dumper-2.183-3.fc36.x86_64                                          
11:01:11 #8 60.64   perl-Digest-1.20-2.fc36.noarch                                                
11:01:11 #8 60.64   perl-Digest-MD5-2.58-479.fc36.x86_64                                          
11:01:11 #8 60.64   perl-DynaLoader-1.50-486.fc36.x86_64                                          
11:01:11 #8 60.64   perl-Encode-4:3.17-485.fc36.x86_64                                            
11:01:11 #8 60.64   perl-Errno-1.33-486.fc36.x86_64                                               
11:01:11 #8 60.64   perl-Exporter-5.76-480.fc36.noarch                                            
11:01:11 #8 60.64   perl-Fcntl-1.14-486.fc36.x86_64                                               
11:01:11 #8 60.64   perl-File-Basename-2.85-486.fc36.noarch                                       
11:01:11 #8 60.64   perl-File-Path-2.18-479.fc36.noarch                                           
11:01:11 #8 60.64   perl-File-Temp-1:0.231.100-479.fc36.noarch                                    
11:01:11 #8 60.64   perl-File-stat-1.09-486.fc36.noarch                                           
11:01:11 #8 60.64   perl-FileHandle-2.03-486.fc36.noarch                                          
11:01:11 #8 60.64   perl-Getopt-Long-1:2.52-479.fc36.noarch                                       
11:01:11 #8 60.64   perl-Getopt-Std-1.13-486.fc36.noarch                                          
11:01:11 #8 60.64   perl-HTTP-Tiny-0.082-1.fc36.noarch                                            
11:01:11 #8 60.64   perl-IO-1.46-486.fc36.x86_64                                                  
11:01:11 #8 60.64   perl-IO-Socket-IP-0.41-480.fc36.noarch                                        
11:01:11 #8 60.64   perl-IO-Socket-SSL-2.074-2.fc36.noarch                                        
11:01:11 #8 60.64   perl-IPC-Open3-1.21-486.fc36.noarch                                           
11:01:11 #8 60.64   perl-MIME-Base64-3.16-479.fc36.x86_64                                         
11:01:11 #8 60.64   perl-Mozilla-CA-20211001-2.fc36.noarch                                        
11:01:11 #8 60.64   perl-NDBM_File-1.15-486.fc36.x86_64                                           
11:01:11 #8 60.64   perl-Net-SSLeay-1.92-2.fc36.x86_64                                            
11:01:11 #8 60.64   perl-POSIX-1.97-486.fc36.x86_64                                               
11:01:11 #8 60.64   perl-PathTools-3.80-479.fc36.x86_64                                           
11:01:11 #8 60.64   perl-Pod-Escapes-1:1.07-479.fc36.noarch                                       
11:01:11 #8 60.64   perl-Pod-Perldoc-3.28.01-480.fc36.noarch                                      
11:01:11 #8 60.64   perl-Pod-Simple-1:3.43-3.fc36.noarch                                          
11:01:11 #8 60.64   perl-Pod-Usage-4:2.01-479.fc36.noarch                                         
11:01:11 #8 60.64   perl-Scalar-List-Utils-5:1.62-464.fc36.x86_64                                 
11:01:11 #8 60.64   perl-SelectSaver-1.02-486.fc36.noarch                                         
11:01:11 #8 60.64   perl-Socket-4:2.035-1.fc36.x86_64                                             
11:01:11 #8 60.64   perl-Storable-1:3.25-2.fc36.x86_64                                            
11:01:11 #8 60.64   perl-Symbol-1.09-486.fc36.noarch                                              
11:01:11 #8 60.64   perl-Term-ANSIColor-5.01-480.fc36.noarch                                      
11:01:11 #8 60.64   perl-Term-Cap-1.17-479.fc36.noarch                                            
11:01:11 #8 60.64   perl-Text-ParseWords-3.31-1.fc36.noarch                                       
11:01:11 #8 60.64   perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch                                   
11:01:11 #8 60.64   perl-Time-Local-2:1.300-479.fc36.noarch                                       
11:01:11 #8 60.64   perl-URI-5.10-1.fc36.noarch                                                   
11:01:11 #8 60.64   perl-base-2.27-486.fc36.noarch                                                
11:01:11 #8 60.64   perl-constant-1.33-480.fc36.noarch                                            
11:01:11 #8 60.64   perl-if-0.60.900-486.fc36.noarch                                              
11:01:11 #8 60.64   perl-interpreter-4:5.34.1-486.fc36.x86_64                                     
11:01:11 #8 60.64   perl-libnet-3.13-480.fc36.noarch                                              
11:01:11 #8 60.64   perl-libs-4:5.34.1-486.fc36.x86_64                                            
11:01:11 #8 60.64   perl-mro-1.25-486.fc36.x86_64                                                 
11:01:11 #8 60.64   perl-overload-1.33-486.fc36.noarch                                            
11:01:11 #8 60.64   perl-overloading-0.02-486.fc36.noarch                                         
11:01:11 #8 60.64   perl-parent-1:0.238-479.fc36.noarch                                           
11:01:11 #8 60.64   perl-podlators-1:4.14-479.fc36.noarch                                         
11:01:11 #8 60.64   perl-srpm-macros-1-43.fc36.noarch                                             
11:01:11 #8 60.64   perl-subs-1.04-486.fc36.noarch                                                
11:01:11 #8 60.64   perl-vars-1.05-486.fc36.noarch                                                
11:01:11 #8 60.64   pkgconf-1.8.0-2.fc36.x86_64                                                   
11:01:11 #8 60.64   pkgconf-m4-1.8.0-2.fc36.noarch                                                
11:01:11 #8 60.64   pkgconf-pkg-config-1.8.0-2.fc36.x86_64                                        
11:01:11 #8 60.64   python-srpm-macros-3.10-19.fc36.noarch                                        
11:01:11 #8 60.64   python3-construct-2.10.68-1.fc36.noarch                                       
11:01:11 #8 60.64   python3-dateutil-1:2.8.1-8.fc36.noarch                                        
11:01:11 #8 60.64   python3-dbus-1.2.18-3.fc36.x86_64                                             
11:01:11 #8 60.64   python3-distro-1.6.0-2.fc36.noarch                                            
11:01:11 #8 60.64   python3-dnf-plugins-core-4.2.1-1.fc36.noarch                                  
11:01:11 #8 60.64   python3-enchant-3.2.2-2.fc36.noarch                                           
11:01:11 #8 60.64   python3-pybeam-0.7-2.fc36.noarch                                              
11:01:11 #8 60.64   python3-pyxdg-0.27-4.fc36.noarch                                              
11:01:11 #8 60.64   python3-six-1.16.0-5.fc36.noarch                                              
11:01:11 #8 60.64   python3-toml-0.10.2-6.fc36.noarch                                             
11:01:11 #8 60.64   python3-zstd-1.4.5.1-6.fc36.x86_64                                            
11:01:11 #8 60.64   qt5-srpm-macros-5.15.5-2.fc36.noarch                                          
11:01:11 #8 60.64   redhat-rpm-config-221-1.fc36.noarch                                           
11:01:11 #8 60.64   rpm-build-4.17.1-3.fc36.x86_64                                                
11:01:11 #8 60.64   rpmautospec-rpm-macros-0.2.6-1.fc36.noarch                                    
11:01:11 #8 60.64   rpmlint-2.2.0-3.fc36.noarch                                                   
11:01:11 #8 60.64   rust-srpm-macros-22-1.fc36.noarch                                             
11:01:11 #8 60.64   shared-mime-info-2.1-3.fc35.x86_64                                            
11:01:11 #8 60.64   unzip-6.0-57.fc36.x86_64                                                      
11:01:11 #8 60.64   xxhash-libs-0.8.1-2.fc36.x86_64                                               
11:01:11 #8 60.64   xz-5.2.5-9.fc36.x86_64                                                        
11:01:11 #8 60.64   zip-3.0-32.fc36.x86_64                                                        
11:01:11 #8 60.64   zstd-1.5.2-2.fc36.x86_64                                                      
11:01:11 #8 60.64 
11:01:11 #8 60.64 Complete!
11:01:11 #8 DONE 60.8s
11:01:11 
11:01:11 #10 [stage-1 3/6] COPY SPECS /root/rpmbuild/SPECS
11:01:11 #10 sha256:ac00b82049148fb61959660dfabbb52dae78f564d3af438f86aca95c75c63da9
11:01:11 #10 DONE 0.1s
11:01:11 
11:01:11 #11 [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
11:01:11 #11 sha256:244fb5bd6fec4d5a984957f175c496646a162fd351055520485fe35619744dd9
11:01:12 #11 1.342 Last metadata expiration check: 0:00:18 ago on Thu Aug  4 11:00:54 2022.
11:01:13 #11 2.008 Package bash-5.1.16-2.fc36.x86_64 is already installed.
11:01:13 #11 2.017 Package bash-5.1.16-2.fc36.x86_64 is already installed.
11:01:13 #11 2.018 Package ca-certificates-2021.2.52-3.fc36.noarch is already installed.
11:01:13 #11 2.019 Package libarchive-3.5.3-1.fc36.x86_64 is already installed.
11:01:13 #11 2.019 Package pkgconf-pkg-config-1.8.0-2.fc36.x86_64 is already installed.
11:01:13 #11 2.020 Package tar-2:1.34-3.fc36.x86_64 is already installed.
11:01:13 #11 2.029 Package bash-5.1.16-2.fc36.x86_64 is already installed.
11:01:13 #11 2.045 Package bash-5.1.16-2.fc36.x86_64 is already installed.
11:01:13 #11 2.160 Dependencies resolved.
11:01:13 #11 2.186 ================================================================================
11:01:13 #11 2.186  Package                       Arch    Version                   Repo      Size
11:01:13 #11 2.186 ================================================================================
11:01:13 #11 2.186 Installing:
11:01:13 #11 2.186  btrfs-progs-devel             x86_64  5.18-1.fc36               updates   55 k
11:01:13 #11 2.186  cmake                         x86_64  3.22.2-1.fc36             fedora   6.3 M
11:01:13 #11 2.186  device-mapper-devel           x86_64  1.02.175-7.fc36           fedora    43 k
11:01:13 #11 2.186  gcc                           x86_64  12.1.1-1.fc36             updates   33 M
11:01:13 #11 2.186  git                           x86_64  2.37.1-1.fc36             updates   66 k
11:01:13 #11 2.186  glibc-static                  x86_64  2.35-15.fc36              updates  1.9 M
11:01:13 #11 2.186  libseccomp-devel              x86_64  2.5.3-2.fc36              fedora    53 k
11:01:13 #11 2.186  libselinux-devel              x86_64  3.3-4.fc36                fedora   113 k
11:01:13 #11 2.186  libtool                       x86_64  2.4.7-1.fc36              updates  593 k
11:01:13 #11 2.186  libtool-ltdl-devel            x86_64  2.4.7-1.fc36              updates  157 k
11:01:13 #11 2.186  make                          x86_64  1:4.3-7.fc36              fedora   535 k
11:01:13 #11 2.186  selinux-policy-devel          noarch  36.10-1.fc36              updates  821 k
11:01:13 #11 2.186  systemd                       x86_64  250.8-1.fc36              updates  4.2 M
11:01:13 #11 2.186  systemd-devel                 x86_64  250.8-1.fc36              updates  451 k
11:01:13 #11 2.186  which                         x86_64  2.21-32.fc36              fedora    42 k
11:01:13 #11 2.186 Upgrading:
11:01:13 #11 2.186  glibc                         x86_64  2.35-15.fc36              updates  2.1 M
11:01:13 #11 2.186  glibc-common                  x86_64  2.35-15.fc36              updates  332 k
11:01:13 #11 2.186  glibc-gconv-extra             x86_64  2.35-15.fc36              updates  1.6 M
11:01:13 #11 2.186  glibc-minimal-langpack        x86_64  2.35-15.fc36              updates   55 k
11:01:13 #11 2.186  libgcc                        x86_64  12.1.1-1.fc36             updates  103 k
11:01:13 #11 2.186  libgomp                       x86_64  12.1.1-1.fc36             updates  290 k
11:01:13 #11 2.186  systemd-libs                  x86_64  250.8-1.fc36              updates  614 k
11:01:13 #11 2.186 Installing dependencies:
11:01:13 #11 2.186  annobin-docs                  noarch  10.79-1.fc36              updates   91 k
11:01:13 #11 2.186  annobin-plugin-gcc            x86_64  10.79-1.fc36              updates  882 k
11:01:13 #11 2.186  autoconf                      noarch  2.71-2.fc36               fedora   718 k
11:01:13 #11 2.186  automake                      noarch  1.16.5-7.fc36             updates  675 k
11:01:13 #11 2.186  btrfs-progs                   x86_64  5.18-1.fc36               updates  957 k
11:01:13 #11 2.186  checkpolicy                   x86_64  3.3-2.fc36                fedora   339 k
11:01:13 #11 2.186  cmake-data                    noarch  3.22.2-1.fc36             fedora   1.6 M
11:01:13 #11 2.186  cmake-filesystem              x86_64  3.22.2-1.fc36             fedora    18 k
11:01:13 #11 2.186  cmake-rpm-macros              noarch  3.22.2-1.fc36             fedora    17 k
11:01:13 #11 2.186  cpp                           x86_64  12.1.1-1.fc36             updates   11 M
11:01:13 #11 2.186  dbus                          x86_64  1:1.14.0-1.fc36           fedora   7.5 k
11:01:13 #11 2.186  dbus-broker                   x86_64  31-1.fc36                 updates  176 k
11:01:13 #11 2.186  dbus-common                   noarch  1:1.14.0-1.fc36           fedora    14 k
11:01:13 #11 2.186  device-mapper                 x86_64  1.02.175-7.fc36           fedora   139 k
11:01:13 #11 2.186  device-mapper-libs            x86_64  1.02.175-7.fc36           fedora   177 k
11:01:13 #11 2.186  e2fsprogs-libs                x86_64  1.46.5-2.fc36             fedora   222 k
11:01:13 #11 2.186  emacs-filesystem              noarch  1:28.1-2.fc36             updates  9.3 k
11:01:13 #11 2.186  gc                            x86_64  8.0.6-3.fc36              updates  103 k
11:01:13 #11 2.186  gcc-plugin-annobin            x86_64  12.1.1-1.fc36             updates   48 k
11:01:13 #11 2.186  git-core                      x86_64  2.37.1-1.fc36             updates  4.0 M
11:01:13 #11 2.186  git-core-doc                  noarch  2.37.1-1.fc36             updates  2.4 M
11:01:13 #11 2.186  glibc-devel                   x86_64  2.35-15.fc36              updates   66 k
11:01:13 #11 2.186  glibc-headers-x86             noarch  2.35-15.fc36              updates  471 k
11:01:13 #11 2.186  guile22                       x86_64  2.2.7-5.fc36              fedora   6.4 M
11:01:13 #11 2.186  jsoncpp                       x86_64  1.9.5-2.fc36              fedora    98 k
11:01:13 #11 2.186  kernel-headers                x86_64  5.18.13-200.fc36          updates  1.3 M
11:01:13 #11 2.186  kmod-libs                     x86_64  29-7.fc36                 fedora    68 k
11:01:13 #11 2.186  less                          x86_64  590-5.fc36                updates  161 k
11:01:13 #11 2.186  libargon2                     x86_64  20171227-9.fc36           updates   28 k
11:01:13 #11 2.186  libbtrfs                      x86_64  5.18-1.fc36               updates   28 k
11:01:13 #11 2.186  libbtrfsutil                  x86_64  5.18-1.fc36               updates   32 k
11:01:13 #11 2.186  libcbor                       x86_64  0.7.0-5.fc36              fedora    56 k
11:01:13 #11 2.186  libedit                       x86_64  3.1-41.20210910cvs.fc36   fedora   104 k
11:01:13 #11 2.186  libfdisk                      x86_64  2.38-0.2.fc36             fedora   158 k
11:01:13 #11 2.186  libfido2                      x86_64  1.10.0-3.fc36             fedora    95 k
11:01:13 #11 2.186  libmpc                        x86_64  1.2.1-4.fc36              fedora    61 k
11:01:13 #11 2.186  libseccomp                    x86_64  2.5.3-2.fc36              fedora    70 k
11:01:13 #11 2.186  libselinux-utils              x86_64  3.3-4.fc36                fedora   142 k
11:01:13 #11 2.186  libsepol-devel                x86_64  3.3-3.fc36                fedora    40 k
11:01:13 #11 2.186  libtool-ltdl                  x86_64  2.4.7-1.fc36              updates   37 k
11:01:13 #11 2.186  libutempter                   x86_64  1.2.1-6.fc36              fedora    26 k
11:01:13 #11 2.186  libuv                         x86_64  1:1.44.2-1.fc36           updates  151 k
11:01:13 #11 2.186  libxcrypt-devel               x86_64  4.4.28-1.fc36             fedora    29 k
11:01:13 #11 2.186  libxcrypt-static              x86_64  4.4.28-1.fc36             fedora   109 k
11:01:13 #11 2.186  lzo                           x86_64  2.10-6.fc36               fedora    66 k
11:01:13 #11 2.186  m4                            x86_64  1.4.19-3.fc36             fedora   296 k
11:01:13 #11 2.186  openssh                       x86_64  8.8p1-1.fc36.1            fedora   451 k
11:01:13 #11 2.186  openssh-clients               x86_64  8.8p1-1.fc36.1            fedora   703 k
11:01:13 #11 2.186  pcre2-devel                   x86_64  10.39-1.fc36.1            fedora   474 k
11:01:13 #11 2.186  pcre2-utf16                   x86_64  10.39-1.fc36.1            fedora   212 k
11:01:13 #11 2.186  pcre2-utf32                   x86_64  10.39-1.fc36.1            fedora   198 k
11:01:13 #11 2.186  perl-Error                    noarch  1:0.17029-8.fc36          fedora    41 k
11:01:13 #11 2.186  perl-File-Compare             noarch  1.100.600-486.fc36        fedora    18 k
11:01:13 #11 2.186  perl-File-Copy                noarch  2.35-486.fc36             fedora    25 k
11:01:13 #11 2.186  perl-File-Find                noarch  1.39-486.fc36             fedora    30 k
11:01:13 #11 2.186  perl-Git                      noarch  2.37.1-1.fc36             updates   43 k
11:01:13 #11 2.186  perl-TermReadKey              x86_64  2.38-12.fc36              fedora    36 k
11:01:13 #11 2.186  perl-Thread-Queue             noarch  3.14-479.fc36             fedora    21 k
11:01:13 #11 2.186  perl-lib                      x86_64  0.65-486.fc36             fedora    20 k
11:01:13 #11 2.186  perl-threads                  x86_64  1:2.26-449.fc36           fedora    57 k
11:01:13 #11 2.186  perl-threads-shared           x86_64  1.62-479.fc36             fedora    44 k
11:01:13 #11 2.186  policycoreutils               x86_64  3.3-4.fc36                fedora   202 k
11:01:13 #11 2.186  policycoreutils-devel         x86_64  3.3-4.fc36                fedora   142 k
11:01:13 #11 2.186  policycoreutils-python-utils  noarch  3.3-4.fc36                fedora    72 k
11:01:13 #11 2.186  python3-audit                 x86_64  3.0.8-1.fc36              fedora    82 k
11:01:13 #11 2.186  python3-libselinux            x86_64  3.3-4.fc36                fedora   186 k
11:01:13 #11 2.186  python3-libsemanage           x86_64  3.3-3.fc36                fedora    80 k
11:01:13 #11 2.186  python3-policycoreutils       noarch  3.3-4.fc36                fedora   2.0 M
11:01:13 #11 2.186  python3-setools               x86_64  4.4.0-5.fc36              fedora   552 k
11:01:13 #11 2.186  python3-setuptools            noarch  59.6.0-2.fc36             fedora   936 k
11:01:13 #11 2.186  rhash                         x86_64  1.4.2-2.fc36              fedora   185 k
11:01:13 #11 2.186  rpm-plugin-selinux            x86_64  4.17.1-3.fc36             updates   18 k
11:01:13 #11 2.186  selinux-policy                noarch  36.10-1.fc36              updates   73 k
11:01:13 #11 2.186  selinux-policy-targeted       noarch  36.10-1.fc36              updates  6.4 M
11:01:13 #11 2.186  systemd-pam                   x86_64  250.8-1.fc36              updates  333 k
11:01:13 #11 2.186  systemd-rpm-macros            noarch  250.8-1.fc36              updates   28 k
11:01:13 #11 2.186  util-linux                    x86_64  2.38-0.2.fc36             fedora   2.2 M
11:01:13 #11 2.186  vim-filesystem                noarch  2:9.0.077-1.fc36          updates   20 k
11:01:13 #11 2.186  xkeyboard-config              noarch  2.35.1-1.fc36             fedora   878 k
11:01:13 #11 2.186 Installing weak dependencies:
11:01:13 #11 2.186  cryptsetup-libs               x86_64  2.4.3-2.fc36              fedora   432 k
11:01:13 #11 2.186  libbpf                        x86_64  2:0.7.0-3.fc36            updates  159 k
11:01:13 #11 2.186  libxkbcommon                  x86_64  1.4.0-1.fc36              fedora   140 k
11:01:13 #11 2.186  qrencode-libs                 x86_64  4.1.1-2.fc36              fedora    61 k
11:01:13 #11 2.186  systemd-networkd              x86_64  250.8-1.fc36              updates  617 k
11:01:13 #11 2.186  systemd-resolved              x86_64  250.8-1.fc36              updates  275 k
11:01:13 #11 2.186 
11:01:13 #11 2.186 Transaction Summary
11:01:13 #11 2.186 ================================================================================
11:01:13 #11 2.186 Install  100 Packages
11:01:13 #11 2.186 Upgrade    7 Packages
11:01:13 #11 2.186 
11:01:13 #11 2.190 Total download size: 105 M
11:01:13 #11 2.191 Downloading Packages:
11:01:14 #11 3.198 (1/107): checkpolicy-3.3-2.fc36.x86_64.rpm      840 kB/s | 339 kB     00:00    
11:01:14 #11 3.205 (2/107): autoconf-2.71-2.fc36.noarch.rpm        1.7 MB/s | 718 kB     00:00    
11:01:14 #11 3.212 (3/107): cmake-filesystem-3.22.2-1.fc36.x86_64. 2.9 MB/s |  18 kB     00:00    
11:01:14 #11 3.220 (4/107): cmake-rpm-macros-3.22.2-1.fc36.noarch. 3.1 MB/s |  17 kB     00:00    
11:01:14 #11 3.238 (5/107): cmake-data-3.22.2-1.fc36.noarch.rpm     40 MB/s | 1.6 MB     00:00    
11:01:14 #11 3.247 (6/107): cryptsetup-libs-2.4.3-2.fc36.x86_64.rp  17 MB/s | 432 kB     00:00    
11:01:14 #11 3.251 (7/107): dbus-1.14.0-1.fc36.x86_64.rpm          782 kB/s | 7.5 kB     00:00    
11:01:14 #11 3.257 (8/107): dbus-common-1.14.0-1.fc36.noarch.rpm   1.7 MB/s |  14 kB     00:00    
11:01:14 #11 3.264 (9/107): device-mapper-1.02.175-7.fc36.x86_64.r  12 MB/s | 139 kB     00:00    
11:01:14 #11 3.268 (10/107): device-mapper-devel-1.02.175-7.fc36.x 4.8 MB/s |  43 kB     00:00    
11:01:14 #11 3.275 (11/107): device-mapper-libs-1.02.175-7.fc36.x8  18 MB/s | 177 kB     00:00    
11:01:14 #11 3.282 (12/107): e2fsprogs-libs-1.46.5-2.fc36.x86_64.r  16 MB/s | 222 kB     00:00    
11:01:14 #11 3.315 (13/107): cmake-3.22.2-1.fc36.x86_64.rpm         12 MB/s | 6.3 MB     00:00    
11:01:14 #11 3.320 (14/107): jsoncpp-1.9.5-2.fc36.x86_64.rpm       2.7 MB/s |  98 kB     00:00    
11:01:14 #11 3.328 (15/107): kmod-libs-29-7.fc36.x86_64.rpm        5.7 MB/s |  68 kB     00:00    
11:01:14 #11 3.331 (16/107): libcbor-0.7.0-5.fc36.x86_64.rpm       6.8 MB/s |  56 kB     00:00    
11:01:14 #11 3.336 (17/107): libedit-3.1-41.20210910cvs.fc36.x86_6  14 MB/s | 104 kB     00:00    
11:01:14 #11 3.342 (18/107): libfdisk-2.38-0.2.fc36.x86_64.rpm      16 MB/s | 158 kB     00:00    
11:01:14 #11 3.346 (19/107): libfido2-1.10.0-3.fc36.x86_64.rpm      11 MB/s |  95 kB     00:00    
11:01:14 #11 3.350 (20/107): libmpc-1.2.1-4.fc36.x86_64.rpm        8.3 MB/s |  61 kB     00:00    
11:01:14 #11 3.356 (21/107): libseccomp-2.5.3-2.fc36.x86_64.rpm    7.9 MB/s |  70 kB     00:00    
11:01:14 #11 3.360 (22/107): libseccomp-devel-2.5.3-2.fc36.x86_64. 6.1 MB/s |  53 kB     00:00    
11:01:14 #11 3.365 (23/107): libselinux-devel-3.3-4.fc36.x86_64.rp  14 MB/s | 113 kB     00:00    
11:01:14 #11 3.370 (24/107): libselinux-utils-3.3-4.fc36.x86_64.rp  16 MB/s | 142 kB     00:00    
11:01:14 #11 3.373 (25/107): libsepol-devel-3.3-3.fc36.x86_64.rpm  5.5 MB/s |  40 kB     00:00    
11:01:14 #11 3.377 (26/107): libutempter-1.2.1-6.fc36.x86_64.rpm   3.9 MB/s |  26 kB     00:00    
11:01:14 #11 3.381 (27/107): libxcrypt-devel-4.4.28-1.fc36.x86_64. 4.1 MB/s |  29 kB     00:00    
11:01:14 #11 3.413 (28/107): guile22-2.2.7-5.fc36.x86_64.rpm        47 MB/s | 6.4 MB     00:00    
11:01:14 #11 3.416 (29/107): libxcrypt-static-4.4.28-1.fc36.x86_64 2.8 MB/s | 109 kB     00:00    
11:01:14 #11 3.421 (30/107): libxkbcommon-1.4.0-1.fc36.x86_64.rpm  3.5 MB/s | 140 kB     00:00    
11:01:14 #11 3.429 (31/107): lzo-2.10-6.fc36.x86_64.rpm            5.7 MB/s |  66 kB     00:00    
11:01:14 #11 3.435 (32/107): m4-1.4.19-3.fc36.x86_64.rpm            16 MB/s | 296 kB     00:00    
11:01:14 #11 3.442 (33/107): make-4.3-7.fc36.x86_64.rpm             25 MB/s | 535 kB     00:00    
11:01:14 #11 3.452 (34/107): openssh-8.8p1-1.fc36.1.x86_64.rpm      29 MB/s | 451 kB     00:00    
11:01:14 #11 3.463 (35/107): openssh-clients-8.8p1-1.fc36.1.x86_64  26 MB/s | 703 kB     00:00    
11:01:14 #11 3.468 (36/107): pcre2-utf16-10.39-1.fc36.1.x86_64.rpm  14 MB/s | 212 kB     00:00    
11:01:14 #11 3.475 (37/107): perl-Error-0.17029-8.fc36.noarch.rpm  5.9 MB/s |  41 kB     00:00    
11:01:14 #11 3.482 (38/107): pcre2-devel-10.39-1.fc36.1.x86_64.rpm  12 MB/s | 474 kB     00:00    
11:01:14 #11 3.487 (39/107): pcre2-utf32-10.39-1.fc36.1.x86_64.rpm 8.2 MB/s | 198 kB     00:00    
11:01:14 #11 3.490 (40/107): perl-File-Compare-1.100.600-486.fc36. 1.2 MB/s |  18 kB     00:00    
11:01:14 #11 3.494 (41/107): perl-File-Copy-2.35-486.fc36.noarch.r 4.3 MB/s |  25 kB     00:00    
11:01:14 #11 3.519 (42/107): perl-File-Find-1.39-486.fc36.noarch.r 966 kB/s |  30 kB     00:00    
11:01:14 #11 3.523 (43/107): perl-TermReadKey-2.38-12.fc36.x86_64. 1.1 MB/s |  36 kB     00:00    
11:01:14 #11 3.525 (44/107): perl-Thread-Queue-3.14-479.fc36.noarc 682 kB/s |  21 kB     00:00    
11:01:14 #11 3.528 (45/107): perl-lib-0.65-486.fc36.x86_64.rpm     2.3 MB/s |  20 kB     00:00    
11:01:14 #11 3.533 (46/107): perl-threads-2.26-449.fc36.x86_64.rpm 8.4 MB/s |  57 kB     00:00    
11:01:14 #11 3.539 (47/107): perl-threads-shared-1.62-479.fc36.x86 3.4 MB/s |  44 kB     00:00    
11:01:14 #11 3.550 (48/107): policycoreutils-devel-3.3-4.fc36.x86_ 8.5 MB/s | 142 kB     00:00    
11:01:14 #11 3.559 (49/107): policycoreutils-3.3-4.fc36.x86_64.rpm 6.6 MB/s | 202 kB     00:00    
11:01:14 #11 3.562 (50/107): policycoreutils-python-utils-3.3-4.fc 3.2 MB/s |  72 kB     00:00    
11:01:14 #11 3.565 (51/107): python3-audit-3.0.8-1.fc36.x86_64.rpm 5.5 MB/s |  82 kB     00:00    
11:01:14 #11 3.569 (52/107): python3-libsemanage-3.3-3.fc36.x86_64  12 MB/s |  80 kB     00:00    
11:01:14 #11 3.587 (53/107): python3-setools-4.4.0-5.fc36.x86_64.r  31 MB/s | 552 kB     00:00    
11:01:14 #11 3.596 (54/107): python3-libselinux-3.3-4.fc36.x86_64. 5.5 MB/s | 186 kB     00:00    
11:01:14 #11 3.611 (55/107): python3-policycoreutils-3.3-4.fc36.no  45 MB/s | 2.0 MB     00:00    
11:01:14 #11 3.617 (56/107): qrencode-libs-4.1.1-2.fc36.x86_64.rpm 3.0 MB/s |  61 kB     00:00    
11:01:14 #11 3.626 (57/107): python3-setuptools-59.6.0-2.fc36.noar  25 MB/s | 936 kB     00:00    
11:01:15 #11 3.630 (58/107): rhash-1.4.2-2.fc36.x86_64.rpm          10 MB/s | 185 kB     00:00    
11:01:15 #11 3.639 (59/107): which-2.21-32.fc36.x86_64.rpm         6.2 MB/s |  42 kB     00:00    
11:01:15 #11 3.647 (60/107): annobin-docs-10.79-1.fc36.noarch.rpm   14 MB/s |  91 kB     00:00    
11:01:15 #11 3.657 (61/107): xkeyboard-config-2.35.1-1.fc36.noarch  34 MB/s | 878 kB     00:00    
11:01:15 #11 3.730 (62/107): util-linux-2.38-0.2.fc36.x86_64.rpm    20 MB/s | 2.2 MB     00:00    
11:01:15 #11 3.741 (63/107): annobin-plugin-gcc-10.79-1.fc36.x86_6 9.3 MB/s | 882 kB     00:00    
11:01:15 #11 3.781 (64/107): automake-1.16.5-7.fc36.noarch.rpm     5.4 MB/s | 675 kB     00:00    
11:01:15 #11 3.822 (65/107): btrfs-progs-5.18-1.fc36.x86_64.rpm     10 MB/s | 957 kB     00:00    
11:01:15 #11 3.829 (66/107): btrfs-progs-devel-5.18-1.fc36.x86_64. 1.2 MB/s |  55 kB     00:00    
11:01:15 #11 3.839 (67/107): dbus-broker-31-1.fc36.x86_64.rpm       14 MB/s | 176 kB     00:00    
11:01:15 #11 3.842 (68/107): emacs-filesystem-28.1-2.fc36.noarch.r 1.0 MB/s | 9.3 kB     00:00    
11:01:15 #11 3.858 (69/107): gc-8.0.6-3.fc36.x86_64.rpm            5.6 MB/s | 103 kB     00:00    
11:01:15 #11 3.865 (70/107): gcc-plugin-annobin-12.1.1-1.fc36.x86_ 8.5 MB/s |  48 kB     00:00    
11:01:15 #11 3.874 (71/107): git-2.37.1-1.fc36.x86_64.rpm          8.4 MB/s |  66 kB     00:00    
11:01:15 #11 4.049 (72/107): cpp-12.1.1-1.fc36.x86_64.rpm           40 MB/s |  11 MB     00:00    
11:01:15 #11 4.121 (73/107): git-core-2.37.1-1.fc36.x86_64.rpm      16 MB/s | 4.0 MB     00:00    
11:01:15 #11 4.200 (74/107): git-core-doc-2.37.1-1.fc36.noarch.rpm  16 MB/s | 2.4 MB     00:00    
11:01:15 #11 4.208 (75/107): glibc-devel-2.35-15.fc36.x86_64.rpm   805 kB/s |  66 kB     00:00    
11:01:15 #11 4.249 (76/107): glibc-headers-x86-2.35-15.fc36.noarch  11 MB/s | 471 kB     00:00    
11:01:15 #11 4.297 (77/107): glibc-static-2.35-15.fc36.x86_64.rpm   22 MB/s | 1.9 MB     00:00    
11:01:15 #11 4.344 (78/107): kernel-headers-5.18.13-200.fc36.x86_6  14 MB/s | 1.3 MB     00:00    
11:01:15 #11 4.350 (79/107): less-590-5.fc36.x86_64.rpm            3.1 MB/s | 161 kB     00:00    
11:01:15 #11 4.362 (80/107): libbpf-0.7.0-3.fc36.x86_64.rpm         17 MB/s | 159 kB     00:00    
11:01:15 #11 4.372 (81/107): libbtrfs-5.18-1.fc36.x86_64.rpm       2.9 MB/s |  28 kB     00:00    
11:01:15 #11 4.384 (82/107): libbtrfsutil-5.18-1.fc36.x86_64.rpm   2.8 MB/s |  32 kB     00:00    
11:01:15 #11 4.435 (83/107): libtool-2.4.7-1.fc36.x86_64.rpm        11 MB/s | 593 kB     00:00    
11:01:15 #11 4.449 (84/107): libtool-ltdl-2.4.7-1.fc36.x86_64.rpm  3.2 MB/s |  37 kB     00:00    
11:01:15 #11 4.459 (85/107): libtool-ltdl-devel-2.4.7-1.fc36.x86_6  17 MB/s | 157 kB     00:00    
11:01:15 #11 4.469 (86/107): libuv-1.44.2-1.fc36.x86_64.rpm         16 MB/s | 151 kB     00:00    
11:01:15 #11 4.479 (87/107): perl-Git-2.37.1-1.fc36.noarch.rpm     6.2 MB/s |  43 kB     00:00    
11:01:15 #11 4.485 (88/107): rpm-plugin-selinux-4.17.1-3.fc36.x86_ 3.3 MB/s |  18 kB     00:00    
11:01:15 #11 4.491 (89/107): libargon2-20171227-9.fc36.x86_64.rpm  192 kB/s |  28 kB     00:00    
11:01:15 #11 4.495 (90/107): selinux-policy-36.10-1.fc36.noarch.rp 8.1 MB/s |  73 kB     00:00    
11:01:15 #11 4.543 (91/107): selinux-policy-devel-36.10-1.fc36.noa  16 MB/s | 821 kB     00:00    
11:01:16 #11 4.980 (92/107): gcc-12.1.1-1.fc36.x86_64.rpm           29 MB/s |  33 MB     00:01    
11:01:16 #11 5.089 (93/107): selinux-policy-targeted-36.10-1.fc36.  11 MB/s | 6.4 MB     00:00    
11:01:16 #11 5.149 (94/107): systemd-250.8-1.fc36.x86_64.rpm       7.0 MB/s | 4.2 MB     00:00    
11:01:16 #11 5.154 (95/107): systemd-devel-250.8-1.fc36.x86_64.rpm 2.6 MB/s | 451 kB     00:00    
11:01:16 #11 5.161 (96/107): systemd-networkd-250.8-1.fc36.x86_64. 8.8 MB/s | 617 kB     00:00    
11:01:16 #11 5.169 (97/107): systemd-resolved-250.8-1.fc36.x86_64.  21 MB/s | 275 kB     00:00    
11:01:16 #11 5.198 (98/107): systemd-pam-250.8-1.fc36.x86_64.rpm   7.7 MB/s | 333 kB     00:00    
11:01:16 #11 5.201 (99/107): systemd-rpm-macros-250.8-1.fc36.noarc 726 kB/s |  28 kB     00:00    
11:01:16 #11 5.205 (100/107): vim-filesystem-9.0.077-1.fc36.noarch 584 kB/s |  20 kB     00:00    
11:01:16 #11 5.257 (101/107): glibc-common-2.35-15.fc36.x86_64.rpm 5.8 MB/s | 332 kB     00:00    
11:01:16 #11 5.317 (102/107): glibc-2.35-15.fc36.x86_64.rpm         19 MB/s | 2.1 MB     00:00    
11:01:16 #11 5.400 (103/107): glibc-gconv-extra-2.35-15.fc36.x86_6 8.0 MB/s | 1.6 MB     00:00    
11:01:16 #11 5.402 (104/107): glibc-minimal-langpack-2.35-15.fc36. 382 kB/s |  55 kB     00:00    
11:01:16 #11 5.453 (105/107): systemd-libs-250.8-1.fc36.x86_64.rpm  12 MB/s | 614 kB     00:00    
11:01:17 #11 5.495 (106/107): libgomp-12.1.1-1.fc36.x86_64.rpm     3.1 MB/s | 290 kB     00:00    
11:01:17 #11 5.500 (107/107): libgcc-12.1.1-1.fc36.x86_64.rpm      1.0 MB/s | 103 kB     00:00    
11:01:17 #11 5.503 --------------------------------------------------------------------------------
11:01:17 #11 5.504 Total                                            32 MB/s | 105 MB     00:03     
11:01:18 #11 7.373 Running transaction check
11:01:18 #11 7.562 Transaction check succeeded.
11:01:18 #11 7.562 Running transaction test
11:01:20 #11 8.843 Transaction test succeeded.
11:01:20 #11 8.843 Running transaction
11:01:21 #11 10.28   Running scriptlet: selinux-policy-targeted-36.10-1.fc36.noarch            1/1 
11:01:21 #11 10.42   Preparing        :                                                        1/1 
11:01:22 #11 10.46   Upgrading        : libgcc-12.1.1-1.fc36.x86_64                          1/114 
11:01:22 #11 10.47   Running scriptlet: libgcc-12.1.1-1.fc36.x86_64                          1/114 
11:01:22 #11 10.49   Upgrading        : glibc-common-2.35-15.fc36.x86_64                     2/114 
11:01:22 #11 10.61   Upgrading        : glibc-gconv-extra-2.35-15.fc36.x86_64                3/114 
11:01:22 #11 10.65   Running scriptlet: glibc-gconv-extra-2.35-15.fc36.x86_64                3/114 
11:01:22 #11 10.67   Upgrading        : glibc-minimal-langpack-2.35-15.fc36.x86_64           4/114 
11:01:22 #11 10.67   Running scriptlet: glibc-2.35-15.fc36.x86_64                            5/114 
11:01:22 #11 10.72   Upgrading        : glibc-2.35-15.fc36.x86_64                            5/114 
11:01:22 #11 10.76   Running scriptlet: glibc-2.35-15.fc36.x86_64                            5/114 
11:01:22 #11 10.80   Upgrading        : systemd-libs-250.8-1.fc36.x86_64                     6/114 
11:01:22 #11 10.81   Installing       : python3-libselinux-3.3-4.fc36.x86_64                 7/114 
11:01:22 #11 10.85   Installing       : checkpolicy-3.3-2.fc36.x86_64                        8/114 
11:01:22 #11 10.86   Installing       : libfdisk-2.38-0.2.fc36.x86_64                        9/114 
11:01:22 #11 10.88   Installing       : libmpc-1.2.1-4.fc36.x86_64                          10/114 
11:01:22 #11 10.89   Installing       : libseccomp-2.5.3-2.fc36.x86_64                      11/114 
11:01:22 #11 10.93   Installing       : m4-1.4.19-3.fc36.x86_64                             12/114 
11:01:22 #11 10.93   Installing       : perl-threads-1:2.26-449.fc36.x86_64                 13/114 
11:01:22 #11 10.96   Installing       : libtool-ltdl-2.4.7-1.fc36.x86_64                    14/114 
11:01:22 #11 10.97   Installing       : emacs-filesystem-1:28.1-2.fc36.noarch               15/114 
11:01:22 #11 10.97   Installing       : perl-File-Find-1.39-486.fc36.noarch                 16/114 
11:01:22 #11 11.00   Installing       : cmake-rpm-macros-3.22.2-1.fc36.noarch               17/114 
11:01:22 #11 11.01   Installing       : cmake-filesystem-3.22.2-1.fc36.x86_64               18/114 
11:01:22 #11 11.02   Installing       : perl-threads-shared-1.62-479.fc36.x86_64            19/114 
11:01:22 #11 11.04   Installing       : perl-Thread-Queue-3.14-479.fc36.noarch              20/114 
11:01:22 #11 11.24   Installing       : cpp-12.1.1-1.fc36.x86_64                            21/114 
11:01:22 #11 11.27   Installing       : python3-libsemanage-3.3-3.fc36.x86_64               22/114 
11:01:22 #11 11.28   Installing       : e2fsprogs-libs-1.46.5-2.fc36.x86_64                 23/114 
11:01:22 #11 11.32   Installing       : jsoncpp-1.9.5-2.fc36.x86_64                         24/114 
11:01:22 #11 11.33   Installing       : kmod-libs-29-7.fc36.x86_64                          25/114 
11:01:22 #11 11.36   Installing       : libcbor-0.7.0-5.fc36.x86_64                         26/114 
11:01:22 #11 11.37   Installing       : libfido2-1.10.0-3.fc36.x86_64                       27/114 
11:01:22 #11 11.41   Installing       : libedit-3.1-41.20210910cvs.fc36.x86_64              28/114 
11:01:22 #11 11.42   Installing       : libselinux-utils-3.3-4.fc36.x86_64                  29/114 
11:01:22 #11 11.45   Running scriptlet: libutempter-1.2.1-6.fc36.x86_64                     30/114 
11:01:23 #11 11.50   Installing       : libutempter-1.2.1-6.fc36.x86_64                     30/114 
11:01:23 #11 11.55   Installing       : util-linux-2.38-0.2.fc36.x86_64                     31/114 
11:01:23 #11 11.62   Installing       : policycoreutils-3.3-4.fc36.x86_64                   32/114 
11:01:23 #11 11.66   Running scriptlet: policycoreutils-3.3-4.fc36.x86_64                   32/114 
11:01:23 #11 11.67   Installing       : rpm-plugin-selinux-4.17.1-3.fc36.x86_64             33/114 
11:01:23 #11 11.70   Installing       : selinux-policy-36.10-1.fc36.noarch                  34/114 
11:01:23 #11 11.70   Running scriptlet: selinux-policy-36.10-1.fc36.noarch                  34/114 
11:01:23 #11 11.72   Running scriptlet: selinux-policy-targeted-36.10-1.fc36.noarch         35/114 
11:01:23 #11 11.90   Installing       : selinux-policy-targeted-36.10-1.fc36.noarch         35/114 
11:01:31 #11 11.95   Running scriptlet: selinux-policy-targeted-36.10-1.fc36.noarch         35/114 
11:01:31 #11 19.99   Running scriptlet: openssh-8.8p1-1.fc36.1.x86_64                       36/114 
11:01:31 #11 20.02   Installing       : openssh-8.8p1-1.fc36.1.x86_64                       36/114 
11:01:31 #11 20.10   Installing       : openssh-clients-8.8p1-1.fc36.1.x86_64               37/114 
11:01:31 #11 20.10   Running scriptlet: openssh-clients-8.8p1-1.fc36.1.x86_64               37/114 
11:01:31 #11 20.11   Installing       : lzo-2.10-6.fc36.x86_64                              38/114 
11:01:31 #11 20.18   Installing       : btrfs-progs-5.18-1.fc36.x86_64                      39/114 
11:01:31 #11 20.19   Installing       : pcre2-utf16-10.39-1.fc36.1.x86_64                   40/114 
11:01:31 #11 20.23   Installing       : pcre2-utf32-10.39-1.fc36.1.x86_64                   41/114 
11:01:31 #11 20.24   Installing       : pcre2-devel-10.39-1.fc36.1.x86_64                   42/114 
11:01:31 #11 20.29   Installing       : perl-TermReadKey-2.38-12.fc36.x86_64                43/114 
11:01:31 #11 20.29   Installing       : python3-audit-3.0.8-1.fc36.x86_64                   44/114 
11:01:31 #11 20.33   Installing       : qrencode-libs-4.1.1-2.fc36.x86_64                   45/114 
11:01:31 #11 20.34   Installing       : rhash-1.4.2-2.fc36.x86_64                           46/114 
11:01:32 #11 20.39   Installing       : gc-8.0.6-3.fc36.x86_64                              47/114 
11:01:32 #11 20.65   Installing       : guile22-2.2.7-5.fc36.x86_64                         48/114 
11:01:32 #11 20.70   Installing       : make-1:4.3-7.fc36.x86_64                            49/114 
11:01:32 #11 20.75   Installing       : glibc-headers-x86-2.35-15.fc36.noarch               50/114 
11:01:32 #11 20.80   Installing       : less-590-5.fc36.x86_64                              51/114 
11:01:32 #11 20.87   Installing       : git-core-2.37.1-1.fc36.x86_64                       52/114 
11:01:32 #11 20.94   Installing       : git-core-doc-2.37.1-1.fc36.noarch                   53/114 
11:01:32 #11 20.97   Installing       : libargon2-20171227-9.fc36.x86_64                    54/114 
11:01:32 #11 21.01   Installing       : libbpf-2:0.7.0-3.fc36.x86_64                        55/114 
11:01:32 #11 21.02   Installing       : libbtrfs-5.18-1.fc36.x86_64                         56/114 
11:01:32 #11 21.06   Installing       : libbtrfsutil-5.18-1.fc36.x86_64                     57/114 
11:01:32 #11 21.07   Installing       : libuv-1:1.44.2-1.fc36.x86_64                        58/114 
11:01:32 #11 21.08   Upgrading        : libgomp-12.1.1-1.fc36.x86_64                        59/114 
11:01:32 #11 21.11   Installing       : vim-filesystem-2:9.0.077-1.fc36.noarch              60/114 
11:01:33 #11 21.36   Installing       : cmake-data-3.22.2-1.fc36.noarch                     61/114 
11:01:33 #11 21.56   Installing       : cmake-3.22.2-1.fc36.x86_64                          62/114 
11:01:33 #11 21.57   Installing       : systemd-rpm-macros-250.8-1.fc36.noarch              63/114 
11:01:33 #11 21.70   Installing       : kernel-headers-5.18.13-200.fc36.x86_64              64/114 
11:01:33 #11 21.76   Installing       : glibc-devel-2.35-15.fc36.x86_64                     65/114 
11:01:33 #11 21.76   Installing       : libxcrypt-devel-4.4.28-1.fc36.x86_64                66/114 
11:01:33 #11 22.28   Installing       : gcc-12.1.1-1.fc36.x86_64                            67/114 
11:01:33 #11 22.31   Running scriptlet: gcc-12.1.1-1.fc36.x86_64                            67/114 
11:01:33 #11 22.33   Installing       : libxcrypt-static-4.4.28-1.fc36.x86_64               68/114 
11:01:33 #11 22.47   Installing       : glibc-static-2.35-15.fc36.x86_64                    69/114 
11:01:33 #11 22.47   Installing       : annobin-docs-10.79-1.fc36.noarch                    70/114 
11:01:33 #11 22.52   Installing       : xkeyboard-config-2.35.1-1.fc36.noarch               71/114 
11:01:34 #11 22.55   Installing       : libxkbcommon-1.4.0-1.fc36.x86_64                    72/114 
11:01:34 #11 22.65   Installing       : python3-setuptools-59.6.0-2.fc36.noarch             73/114 
11:01:34 #11 22.72   Installing       : python3-setools-4.4.0-5.fc36.x86_64                 74/114 
11:01:34 #11 22.81   Installing       : python3-policycoreutils-3.3-4.fc36.noarch           75/114 
11:01:34 #11 22.86   Installing       : policycoreutils-python-utils-3.3-4.fc36.noarch      76/114 
11:01:34 #11 22.89   Installing       : policycoreutils-devel-3.3-4.fc36.x86_64             77/114 
11:01:34 #11 22.99   Installing       : selinux-policy-devel-36.10-1.fc36.noarch            78/114 
11:01:34 #11 23.03   Running scriptlet: selinux-policy-devel-36.10-1.fc36.noarch            78/114 
11:01:34 #11 23.04   Installing       : perl-lib-0.65-486.fc36.x86_64                       79/114 
11:01:34 #11 23.07   Installing       : perl-File-Copy-2.35-486.fc36.noarch                 80/114 
11:01:34 #11 23.07   Installing       : perl-File-Compare-1.100.600-486.fc36.noarch         81/114 
11:01:34 #11 23.09   Installing       : autoconf-2.71-2.fc36.noarch                         82/114 
11:01:34 #11 23.14   Installing       : automake-1.16.5-7.fc36.noarch                       83/114 
11:01:34 #11 23.18   Installing       : perl-Error-1:0.17029-8.fc36.noarch                  84/114 
11:01:34 #11 23.19   Installing       : perl-Git-2.37.1-1.fc36.noarch                       85/114 
11:01:34 #11 23.23   Installing       : git-2.37.1-1.fc36.x86_64                            86/114 
11:01:34 #11 23.24   Installing       : libsepol-devel-3.3-3.fc36.x86_64                    87/114 
11:01:34 #11 23.29   Installing       : libselinux-devel-3.3-4.fc36.x86_64                  88/114 
11:01:34 #11 23.30   Installing       : dbus-common-1:1.14.0-1.fc36.noarch                  89/114 
11:01:34 #11 23.34   Running scriptlet: dbus-common-1:1.14.0-1.fc36.noarch                  89/114 
11:01:34 #11 23.35   Running scriptlet: dbus-broker-31-1.fc36.x86_64                        90/114 
11:01:34 #11 23.41 useradd warning: dbus's uid 81 outside of the SYS_UID_MIN 201 and SYS_UID_MAX 999 range.
11:01:34 #11 23.41 
11:01:34 #11 23.41   Installing       : dbus-broker-31-1.fc36.x86_64                        90/114 
11:01:34 #11 23.42   Running scriptlet: dbus-broker-31-1.fc36.x86_64                        90/114 
11:01:34 #11 23.43   Installing       : dbus-1:1.14.0-1.fc36.x86_64                         91/114 
11:01:34 #11 23.46   Installing       : device-mapper-libs-1.02.175-7.fc36.x86_64           92/114 
11:01:34 #11 23.47   Installing       : cryptsetup-libs-2.4.3-2.fc36.x86_64                 93/114 
11:01:34 #11 23.51   Installing       : device-mapper-1.02.175-7.fc36.x86_64                94/114 
11:01:35 #11 23.53   Installing       : systemd-networkd-250.8-1.fc36.x86_64                95/114 
11:01:35 #11 23.57   Running scriptlet: systemd-networkd-250.8-1.fc36.x86_64                95/114 
11:01:35 #11 23.58   Installing       : systemd-pam-250.8-1.fc36.x86_64                     96/114 
11:01:35 #11 23.62   Installing       : systemd-resolved-250.8-1.fc36.x86_64                97/114 
11:01:35 #11 23.63   Running scriptlet: systemd-resolved-250.8-1.fc36.x86_64                97/114 
11:01:35 #11 23.74   Installing       : systemd-250.8-1.fc36.x86_64                         98/114 
11:01:35 #11 23.80   Running scriptlet: systemd-250.8-1.fc36.x86_64                         98/114 
11:01:35 #11 23.95 Creating group 'input' with GID 104.
11:01:35 #11 23.95 Creating group 'kvm' with GID 36.
11:01:35 #11 23.95 Creating group 'render' with GID 105.
11:01:35 #11 23.95 Creating group 'sgx' with GID 106.
11:01:35 #11 23.95 Creating group 'systemd-journal' with GID 190.
11:01:35 #11 23.95 Creating group 'systemd-network' with GID 192.
11:01:35 #11 23.95 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
11:01:35 #11 23.95 Creating group 'systemd-oom' with GID 998.
11:01:35 #11 23.95 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 998 and GID 998.
11:01:35 #11 23.95 Creating group 'systemd-resolve' with GID 193.
11:01:35 #11 23.95 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
11:01:35 #11 23.95 
11:01:35 #11 23.96   Installing       : systemd-devel-250.8-1.fc36.x86_64                   99/114 
11:01:35 #11 23.99   Installing       : device-mapper-devel-1.02.175-7.fc36.x86_64         100/114 
11:01:35 #11 24.01   Installing       : libtool-2.4.7-1.fc36.x86_64                        101/114 
11:01:35 #11 24.02   Installing       : libtool-ltdl-devel-2.4.7-1.fc36.x86_64             102/114 
11:01:35 #11 24.07   Installing       : annobin-plugin-gcc-10.79-1.fc36.x86_64             103/114 
11:01:35 #11 24.08   Running scriptlet: annobin-plugin-gcc-10.79-1.fc36.x86_64             103/114 
11:01:35 #11 24.10   Installing       : gcc-plugin-annobin-12.1.1-1.fc36.x86_64            104/114 
11:01:35 #11 24.13   Installing       : btrfs-progs-devel-5.18-1.fc36.x86_64               105/114 
11:01:35 #11 24.14   Installing       : libseccomp-devel-2.5.3-2.fc36.x86_64               106/114 
11:01:35 #11 24.18   Installing       : which-2.21-32.fc36.x86_64                          107/114 
11:01:35 #11 24.19   Cleanup          : systemd-libs-250.3-8.fc36.x86_64                   108/114 
11:01:35 #11 24.22   Cleanup          : libgomp-12.0.1-0.16.fc36.x86_64                    109/114 
11:01:35 #11 24.23   Cleanup          : glibc-2.35-4.fc36.x86_64                           110/114 
11:01:35 #11 24.28   Cleanup          : glibc-minimal-langpack-2.35-4.fc36.x86_64          111/114 
11:01:35 #11 24.29   Cleanup          : glibc-gconv-extra-2.35-4.fc36.x86_64               112/114 
11:01:35 #11 24.29   Running scriptlet: glibc-gconv-extra-2.35-4.fc36.x86_64               112/114 
11:01:35 #11 24.35   Cleanup          : glibc-common-2.35-4.fc36.x86_64                    113/114 
11:01:35 #11 24.40   Cleanup          : libgcc-12.0.1-0.16.fc36.x86_64                     114/114 
11:01:35 #11 24.40   Running scriptlet: libgcc-12.0.1-0.16.fc36.x86_64                     114/114 
11:01:35 #11 24.42   Running scriptlet: selinux-policy-targeted-36.10-1.fc36.noarch        114/114 
11:01:35 #11 24.43   Running scriptlet: systemd-resolved-250.8-1.fc36.x86_64               114/114 
11:01:37 #11 24.46   Running scriptlet: libgcc-12.0.1-0.16.fc36.x86_64                     114/114 
11:01:37 #11 25.90   Verifying        : autoconf-2.71-2.fc36.noarch                          1/114 
11:01:37 #11 25.90   Verifying        : checkpolicy-3.3-2.fc36.x86_64                        2/114 
11:01:37 #11 25.90   Verifying        : cmake-3.22.2-1.fc36.x86_64                           3/114 
11:01:37 #11 25.90   Verifying        : cmake-data-3.22.2-1.fc36.noarch                      4/114 
11:01:37 #11 25.91   Verifying        : cmake-filesystem-3.22.2-1.fc36.x86_64                5/114 
11:01:37 #11 25.91   Verifying        : cmake-rpm-macros-3.22.2-1.fc36.noarch                6/114 
11:01:37 #11 25.91   Verifying        : cryptsetup-libs-2.4.3-2.fc36.x86_64                  7/114 
11:01:37 #11 25.91   Verifying        : dbus-1:1.14.0-1.fc36.x86_64                          8/114 
11:01:37 #11 25.91   Verifying        : dbus-common-1:1.14.0-1.fc36.noarch                   9/114 
11:01:37 #11 25.91   Verifying        : device-mapper-1.02.175-7.fc36.x86_64                10/114 
11:01:37 #11 25.91   Verifying        : device-mapper-devel-1.02.175-7.fc36.x86_64          11/114 
11:01:37 #11 25.91   Verifying        : device-mapper-libs-1.02.175-7.fc36.x86_64           12/114 
11:01:37 #11 25.91   Verifying        : e2fsprogs-libs-1.46.5-2.fc36.x86_64                 13/114 
11:01:37 #11 25.91   Verifying        : guile22-2.2.7-5.fc36.x86_64                         14/114 
11:01:37 #11 25.91   Verifying        : jsoncpp-1.9.5-2.fc36.x86_64                         15/114 
11:01:37 #11 25.91   Verifying        : kmod-libs-29-7.fc36.x86_64                          16/114 
11:01:37 #11 25.91   Verifying        : libcbor-0.7.0-5.fc36.x86_64                         17/114 
11:01:37 #11 25.91   Verifying        : libedit-3.1-41.20210910cvs.fc36.x86_64              18/114 
11:01:37 #11 25.91   Verifying        : libfdisk-2.38-0.2.fc36.x86_64                       19/114 
11:01:37 #11 25.91   Verifying        : libfido2-1.10.0-3.fc36.x86_64                       20/114 
11:01:37 #11 25.91   Verifying        : libmpc-1.2.1-4.fc36.x86_64                          21/114 
11:01:37 #11 25.91   Verifying        : libseccomp-2.5.3-2.fc36.x86_64                      22/114 
11:01:37 #11 25.91   Verifying        : libseccomp-devel-2.5.3-2.fc36.x86_64                23/114 
11:01:37 #11 25.91   Verifying        : libselinux-devel-3.3-4.fc36.x86_64                  24/114 
11:01:37 #11 25.91   Verifying        : libselinux-utils-3.3-4.fc36.x86_64                  25/114 
11:01:37 #11 25.91   Verifying        : libsepol-devel-3.3-3.fc36.x86_64                    26/114 
11:01:37 #11 25.91   Verifying        : libutempter-1.2.1-6.fc36.x86_64                     27/114 
11:01:37 #11 25.91   Verifying        : libxcrypt-devel-4.4.28-1.fc36.x86_64                28/114 
11:01:37 #11 25.91   Verifying        : libxcrypt-static-4.4.28-1.fc36.x86_64               29/114 
11:01:37 #11 25.91   Verifying        : libxkbcommon-1.4.0-1.fc36.x86_64                    30/114 
11:01:37 #11 25.91   Verifying        : lzo-2.10-6.fc36.x86_64                              31/114 
11:01:37 #11 25.91   Verifying        : m4-1.4.19-3.fc36.x86_64                             32/114 
11:01:37 #11 25.91   Verifying        : make-1:4.3-7.fc36.x86_64                            33/114 
11:01:37 #11 25.91   Verifying        : openssh-8.8p1-1.fc36.1.x86_64                       34/114 
11:01:37 #11 25.91   Verifying        : openssh-clients-8.8p1-1.fc36.1.x86_64               35/114 
11:01:37 #11 25.91   Verifying        : pcre2-devel-10.39-1.fc36.1.x86_64                   36/114 
11:01:37 #11 25.91   Verifying        : pcre2-utf16-10.39-1.fc36.1.x86_64                   37/114 
11:01:37 #11 25.91   Verifying        : pcre2-utf32-10.39-1.fc36.1.x86_64                   38/114 
11:01:37 #11 25.91   Verifying        : perl-Error-1:0.17029-8.fc36.noarch                  39/114 
11:01:37 #11 25.91   Verifying        : perl-File-Compare-1.100.600-486.fc36.noarch         40/114 
11:01:37 #11 25.91   Verifying        : perl-File-Copy-2.35-486.fc36.noarch                 41/114 
11:01:37 #11 25.91   Verifying        : perl-File-Find-1.39-486.fc36.noarch                 42/114 
11:01:37 #11 25.91   Verifying        : perl-TermReadKey-2.38-12.fc36.x86_64                43/114 
11:01:37 #11 25.91   Verifying        : perl-Thread-Queue-3.14-479.fc36.noarch              44/114 
11:01:37 #11 25.91   Verifying        : perl-lib-0.65-486.fc36.x86_64                       45/114 
11:01:37 #11 25.91   Verifying        : perl-threads-1:2.26-449.fc36.x86_64                 46/114 
11:01:37 #11 25.91   Verifying        : perl-threads-shared-1.62-479.fc36.x86_64            47/114 
11:01:37 #11 25.91   Verifying        : policycoreutils-3.3-4.fc36.x86_64                   48/114 
11:01:37 #11 25.91   Verifying        : policycoreutils-devel-3.3-4.fc36.x86_64             49/114 
11:01:37 #11 25.91   Verifying        : policycoreutils-python-utils-3.3-4.fc36.noarch      50/114 
11:01:37 #11 25.91   Verifying        : python3-audit-3.0.8-1.fc36.x86_64                   51/114 
11:01:37 #11 25.91   Verifying        : python3-libselinux-3.3-4.fc36.x86_64                52/114 
11:01:37 #11 25.91   Verifying        : python3-libsemanage-3.3-3.fc36.x86_64               53/114 
11:01:37 #11 25.91   Verifying        : python3-policycoreutils-3.3-4.fc36.noarch           54/114 
11:01:37 #11 25.91   Verifying        : python3-setools-4.4.0-5.fc36.x86_64                 55/114 
11:01:37 #11 25.91   Verifying        : python3-setuptools-59.6.0-2.fc36.noarch             56/114 
11:01:37 #11 25.91   Verifying        : qrencode-libs-4.1.1-2.fc36.x86_64                   57/114 
11:01:37 #11 25.91   Verifying        : rhash-1.4.2-2.fc36.x86_64                           58/114 
11:01:37 #11 25.91   Verifying        : util-linux-2.38-0.2.fc36.x86_64                     59/114 
11:01:37 #11 25.91   Verifying        : which-2.21-32.fc36.x86_64                           60/114 
11:01:37 #11 25.91   Verifying        : xkeyboard-config-2.35.1-1.fc36.noarch               61/114 
11:01:37 #11 25.91   Verifying        : annobin-docs-10.79-1.fc36.noarch                    62/114 
11:01:37 #11 25.91   Verifying        : annobin-plugin-gcc-10.79-1.fc36.x86_64              63/114 
11:01:37 #11 25.91   Verifying        : automake-1.16.5-7.fc36.noarch                       64/114 
11:01:37 #11 25.91   Verifying        : btrfs-progs-5.18-1.fc36.x86_64                      65/114 
11:01:37 #11 25.91   Verifying        : btrfs-progs-devel-5.18-1.fc36.x86_64                66/114 
11:01:37 #11 25.91   Verifying        : cpp-12.1.1-1.fc36.x86_64                            67/114 
11:01:37 #11 25.91   Verifying        : dbus-broker-31-1.fc36.x86_64                        68/114 
11:01:37 #11 25.91   Verifying        : emacs-filesystem-1:28.1-2.fc36.noarch               69/114 
11:01:37 #11 25.91   Verifying        : gc-8.0.6-3.fc36.x86_64                              70/114 
11:01:37 #11 25.91   Verifying        : gcc-12.1.1-1.fc36.x86_64                            71/114 
11:01:37 #11 25.91   Verifying        : gcc-plugin-annobin-12.1.1-1.fc36.x86_64             72/114 
11:01:37 #11 25.91   Verifying        : git-2.37.1-1.fc36.x86_64                            73/114 
11:01:37 #11 25.91   Verifying        : git-core-2.37.1-1.fc36.x86_64                       74/114 
11:01:37 #11 25.91   Verifying        : git-core-doc-2.37.1-1.fc36.noarch                   75/114 
11:01:37 #11 25.91   Verifying        : glibc-devel-2.35-15.fc36.x86_64                     76/114 
11:01:37 #11 25.91   Verifying        : glibc-headers-x86-2.35-15.fc36.noarch               77/114 
11:01:37 #11 25.91   Verifying        : glibc-static-2.35-15.fc36.x86_64                    78/114 
11:01:37 #11 25.91   Verifying        : kernel-headers-5.18.13-200.fc36.x86_64              79/114 
11:01:37 #11 25.91   Verifying        : less-590-5.fc36.x86_64                              80/114 
11:01:37 #11 25.91   Verifying        : libargon2-20171227-9.fc36.x86_64                    81/114 
11:01:37 #11 25.91   Verifying        : libbpf-2:0.7.0-3.fc36.x86_64                        82/114 
11:01:37 #11 25.91   Verifying        : libbtrfs-5.18-1.fc36.x86_64                         83/114 
11:01:37 #11 25.91   Verifying        : libbtrfsutil-5.18-1.fc36.x86_64                     84/114 
11:01:37 #11 25.91   Verifying        : libtool-2.4.7-1.fc36.x86_64                         85/114 
11:01:37 #11 25.91   Verifying        : libtool-ltdl-2.4.7-1.fc36.x86_64                    86/114 
11:01:37 #11 25.91   Verifying        : libtool-ltdl-devel-2.4.7-1.fc36.x86_64              87/114 
11:01:37 #11 25.91   Verifying        : libuv-1:1.44.2-1.fc36.x86_64                        88/114 
11:01:37 #11 25.91   Verifying        : perl-Git-2.37.1-1.fc36.noarch                       89/114 
11:01:37 #11 25.91   Verifying        : rpm-plugin-selinux-4.17.1-3.fc36.x86_64             90/114 
11:01:37 #11 25.91   Verifying        : selinux-policy-36.10-1.fc36.noarch                  91/114 
11:01:37 #11 25.91   Verifying        : selinux-policy-devel-36.10-1.fc36.noarch            92/114 
11:01:37 #11 25.91   Verifying        : selinux-policy-targeted-36.10-1.fc36.noarch         93/114 
11:01:37 #11 25.91   Verifying        : systemd-250.8-1.fc36.x86_64                         94/114 
11:01:37 #11 25.91   Verifying        : systemd-devel-250.8-1.fc36.x86_64                   95/114 
11:01:37 #11 25.91   Verifying        : systemd-networkd-250.8-1.fc36.x86_64                96/114 
11:01:37 #11 25.91   Verifying        : systemd-pam-250.8-1.fc36.x86_64                     97/114 
11:01:37 #11 25.91   Verifying        : systemd-resolved-250.8-1.fc36.x86_64                98/114 
11:01:37 #11 25.91   Verifying        : systemd-rpm-macros-250.8-1.fc36.noarch              99/114 
11:01:37 #11 25.91   Verifying        : vim-filesystem-2:9.0.077-1.fc36.noarch             100/114 
11:01:37 #11 25.91   Verifying        : glibc-2.35-15.fc36.x86_64                          101/114 
11:01:37 #11 25.91   Verifying        : glibc-2.35-4.fc36.x86_64                           102/114 
11:01:37 #11 25.91   Verifying        : glibc-common-2.35-15.fc36.x86_64                   103/114 
11:01:37 #11 25.91   Verifying        : glibc-common-2.35-4.fc36.x86_64                    104/114 
11:01:37 #11 25.91   Verifying        : glibc-gconv-extra-2.35-15.fc36.x86_64              105/114 
11:01:37 #11 25.91   Verifying        : glibc-gconv-extra-2.35-4.fc36.x86_64               106/114 
11:01:37 #11 25.91   Verifying        : glibc-minimal-langpack-2.35-15.fc36.x86_64         107/114 
11:01:37 #11 25.91   Verifying        : glibc-minimal-langpack-2.35-4.fc36.x86_64          108/114 
11:01:37 #11 25.91   Verifying        : libgcc-12.1.1-1.fc36.x86_64                        109/114 
11:01:37 #11 25.91   Verifying        : libgcc-12.0.1-0.16.fc36.x86_64                     110/114 
11:01:37 #11 25.91   Verifying        : libgomp-12.1.1-1.fc36.x86_64                       111/114 
11:01:37 #11 25.91   Verifying        : libgomp-12.0.1-0.16.fc36.x86_64                    112/114 
11:01:37 #11 25.91   Verifying        : systemd-libs-250.8-1.fc36.x86_64                   113/114 
11:01:37 #11 25.91   Verifying        : systemd-libs-250.3-8.fc36.x86_64                   114/114 
11:01:37 #11 26.14 
11:01:37 #11 26.14 Upgraded:
11:01:37 #11 26.14   glibc-2.35-15.fc36.x86_64                                                     
11:01:37 #11 26.14   glibc-common-2.35-15.fc36.x86_64                                              
11:01:37 #11 26.14   glibc-gconv-extra-2.35-15.fc36.x86_64                                         
11:01:37 #11 26.14   glibc-minimal-langpack-2.35-15.fc36.x86_64                                    
11:01:37 #11 26.14   libgcc-12.1.1-1.fc36.x86_64                                                   
11:01:37 #11 26.14   libgomp-12.1.1-1.fc36.x86_64                                                  
11:01:37 #11 26.14   systemd-libs-250.8-1.fc36.x86_64                                              
11:01:37 #11 26.14 Installed:
11:01:37 #11 26.14   annobin-docs-10.79-1.fc36.noarch                                              
11:01:37 #11 26.14   annobin-plugin-gcc-10.79-1.fc36.x86_64                                        
11:01:37 #11 26.14   autoconf-2.71-2.fc36.noarch                                                   
11:01:37 #11 26.14   automake-1.16.5-7.fc36.noarch                                                 
11:01:37 #11 26.14   btrfs-progs-5.18-1.fc36.x86_64                                                
11:01:37 #11 26.14   btrfs-progs-devel-5.18-1.fc36.x86_64                                          
11:01:37 #11 26.14   checkpolicy-3.3-2.fc36.x86_64                                                 
11:01:37 #11 26.14   cmake-3.22.2-1.fc36.x86_64                                                    
11:01:37 #11 26.14   cmake-data-3.22.2-1.fc36.noarch                                               
11:01:37 #11 26.14   cmake-filesystem-3.22.2-1.fc36.x86_64                                         
11:01:37 #11 26.14   cmake-rpm-macros-3.22.2-1.fc36.noarch                                         
11:01:37 #11 26.14   cpp-12.1.1-1.fc36.x86_64                                                      
11:01:37 #11 26.14   cryptsetup-libs-2.4.3-2.fc36.x86_64                                           
11:01:37 #11 26.14   dbus-1:1.14.0-1.fc36.x86_64                                                   
11:01:37 #11 26.14   dbus-broker-31-1.fc36.x86_64                                                  
11:01:37 #11 26.14   dbus-common-1:1.14.0-1.fc36.noarch                                            
11:01:37 #11 26.14   device-mapper-1.02.175-7.fc36.x86_64                                          
11:01:37 #11 26.14   device-mapper-devel-1.02.175-7.fc36.x86_64                                    
11:01:37 #11 26.14   device-mapper-libs-1.02.175-7.fc36.x86_64                                     
11:01:37 #11 26.14   e2fsprogs-libs-1.46.5-2.fc36.x86_64                                           
11:01:37 #11 26.14   emacs-filesystem-1:28.1-2.fc36.noarch                                         
11:01:37 #11 26.14   gc-8.0.6-3.fc36.x86_64                                                        
11:01:37 #11 26.14   gcc-12.1.1-1.fc36.x86_64                                                      
11:01:37 #11 26.14   gcc-plugin-annobin-12.1.1-1.fc36.x86_64                                       
11:01:37 #11 26.14   git-2.37.1-1.fc36.x86_64                                                      
11:01:37 #11 26.14   git-core-2.37.1-1.fc36.x86_64                                                 
11:01:37 #11 26.14   git-core-doc-2.37.1-1.fc36.noarch                                             
11:01:37 #11 26.14   glibc-devel-2.35-15.fc36.x86_64                                               
11:01:37 #11 26.14   glibc-headers-x86-2.35-15.fc36.noarch                                         
11:01:37 #11 26.14   glibc-static-2.35-15.fc36.x86_64                                              
11:01:37 #11 26.14   guile22-2.2.7-5.fc36.x86_64                                                   
11:01:37 #11 26.14   jsoncpp-1.9.5-2.fc36.x86_64                                                   
11:01:37 #11 26.14   kernel-headers-5.18.13-200.fc36.x86_64                                        
11:01:37 #11 26.14   kmod-libs-29-7.fc36.x86_64                                                    
11:01:37 #11 26.14   less-590-5.fc36.x86_64                                                        
11:01:37 #11 26.14   libargon2-20171227-9.fc36.x86_64                                              
11:01:37 #11 26.14   libbpf-2:0.7.0-3.fc36.x86_64                                                  
11:01:37 #11 26.14   libbtrfs-5.18-1.fc36.x86_64                                                   
11:01:37 #11 26.14   libbtrfsutil-5.18-1.fc36.x86_64                                               
11:01:37 #11 26.14   libcbor-0.7.0-5.fc36.x86_64                                                   
11:01:37 #11 26.14   libedit-3.1-41.20210910cvs.fc36.x86_64                                        
11:01:37 #11 26.14   libfdisk-2.38-0.2.fc36.x86_64                                                 
11:01:37 #11 26.14   libfido2-1.10.0-3.fc36.x86_64                                                 
11:01:37 #11 26.14   libmpc-1.2.1-4.fc36.x86_64                                                    
11:01:37 #11 26.14   libseccomp-2.5.3-2.fc36.x86_64                                                
11:01:37 #11 26.14   libseccomp-devel-2.5.3-2.fc36.x86_64                                          
11:01:37 #11 26.14   libselinux-devel-3.3-4.fc36.x86_64                                            
11:01:37 #11 26.14   libselinux-utils-3.3-4.fc36.x86_64                                            
11:01:37 #11 26.14   libsepol-devel-3.3-3.fc36.x86_64                                              
11:01:37 #11 26.14   libtool-2.4.7-1.fc36.x86_64                                                   
11:01:37 #11 26.14   libtool-ltdl-2.4.7-1.fc36.x86_64                                              
11:01:37 #11 26.14   libtool-ltdl-devel-2.4.7-1.fc36.x86_64                                        
11:01:37 #11 26.14   libutempter-1.2.1-6.fc36.x86_64                                               
11:01:37 #11 26.14   libuv-1:1.44.2-1.fc36.x86_64                                                  
11:01:37 #11 26.14   libxcrypt-devel-4.4.28-1.fc36.x86_64                                          
11:01:37 #11 26.14   libxcrypt-static-4.4.28-1.fc36.x86_64                                         
11:01:37 #11 26.14   libxkbcommon-1.4.0-1.fc36.x86_64                                              
11:01:37 #11 26.14   lzo-2.10-6.fc36.x86_64                                                        
11:01:37 #11 26.14   m4-1.4.19-3.fc36.x86_64                                                       
11:01:37 #11 26.14   make-1:4.3-7.fc36.x86_64                                                      
11:01:37 #11 26.14   openssh-8.8p1-1.fc36.1.x86_64                                                 
11:01:37 #11 26.14   openssh-clients-8.8p1-1.fc36.1.x86_64                                         
11:01:37 #11 26.14   pcre2-devel-10.39-1.fc36.1.x86_64                                             
11:01:37 #11 26.14   pcre2-utf16-10.39-1.fc36.1.x86_64                                             
11:01:37 #11 26.14   pcre2-utf32-10.39-1.fc36.1.x86_64                                             
11:01:37 #11 26.14   perl-Error-1:0.17029-8.fc36.noarch                                            
11:01:37 #11 26.14   perl-File-Compare-1.100.600-486.fc36.noarch                                   
11:01:37 #11 26.14   perl-File-Copy-2.35-486.fc36.noarch                                           
11:01:37 #11 26.14   perl-File-Find-1.39-486.fc36.noarch                                           
11:01:37 #11 26.14   perl-Git-2.37.1-1.fc36.noarch                                                 
11:01:37 #11 26.14   perl-TermReadKey-2.38-12.fc36.x86_64                                          
11:01:37 #11 26.14   perl-Thread-Queue-3.14-479.fc36.noarch                                        
11:01:37 #11 26.14   perl-lib-0.65-486.fc36.x86_64                                                 
11:01:37 #11 26.14   perl-threads-1:2.26-449.fc36.x86_64                                           
11:01:37 #11 26.14   perl-threads-shared-1.62-479.fc36.x86_64                                      
11:01:37 #11 26.14   policycoreutils-3.3-4.fc36.x86_64                                             
11:01:37 #11 26.14   policycoreutils-devel-3.3-4.fc36.x86_64                                       
11:01:37 #11 26.14   policycoreutils-python-utils-3.3-4.fc36.noarch                                
11:01:37 #11 26.14   python3-audit-3.0.8-1.fc36.x86_64                                             
11:01:37 #11 26.14   python3-libselinux-3.3-4.fc36.x86_64                                          
11:01:37 #11 26.14   python3-libsemanage-3.3-3.fc36.x86_64                                         
11:01:37 #11 26.14   python3-policycoreutils-3.3-4.fc36.noarch                                     
11:01:37 #11 26.14   python3-setools-4.4.0-5.fc36.x86_64                                           
11:01:37 #11 26.14   python3-setuptools-59.6.0-2.fc36.noarch                                       
11:01:37 #11 26.14   qrencode-libs-4.1.1-2.fc36.x86_64                                             
11:01:37 #11 26.14   rhash-1.4.2-2.fc36.x86_64                                                     
11:01:37 #11 26.14   rpm-plugin-selinux-4.17.1-3.fc36.x86_64                                       
11:01:37 #11 26.14   selinux-policy-36.10-1.fc36.noarch                                            
11:01:37 #11 26.14   selinux-policy-devel-36.10-1.fc36.noarch                                      
11:01:37 #11 26.14   selinux-policy-targeted-36.10-1.fc36.noarch                                   
11:01:37 #11 26.14   systemd-250.8-1.fc36.x86_64                                                   
11:01:37 #11 26.14   systemd-devel-250.8-1.fc36.x86_64                                             
11:01:37 #11 26.14   systemd-networkd-250.8-1.fc36.x86_64                                          
11:01:37 #11 26.14   systemd-pam-250.8-1.fc36.x86_64                                               
11:01:37 #11 26.14   systemd-resolved-250.8-1.fc36.x86_64                                          
11:01:37 #11 26.14   systemd-rpm-macros-250.8-1.fc36.noarch                                        
11:01:37 #11 26.14   util-linux-2.38-0.2.fc36.x86_64                                               
11:01:37 #11 26.14   vim-filesystem-2:9.0.077-1.fc36.noarch                                        
11:01:37 #11 26.14   which-2.21-32.fc36.x86_64                                                     
11:01:37 #11 26.14   xkeyboard-config-2.35.1-1.fc36.noarch                                         
11:01:37 #11 26.14 
11:01:37 #11 26.14 Complete!
11:01:37 #11 DONE 26.4s
11:01:37 
11:01:37 #13 [stage-1 5/6] COPY --from=golang /usr/local/go /usr/local/go
11:01:37 #13 sha256:a37e5e0620ce8f28e5b4b8b539de209f20ade93f5cf08a63b473830f65b63820
11:01:40 #13 DONE 2.2s
11:01:40 
11:01:40 #14 [stage-1 6/6] WORKDIR /root/rpmbuild
11:01:40 #14 sha256:b3b88ba9de498ffe26e48357ecb4e47d9c04f9e36b0efb404d89f8ca61f861c0
11:01:40 #14 DONE 0.1s
11:01:40 
11:01:40 #15 exporting to image
11:01:40 #15 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
11:01:40 #15 exporting layers
11:01:45 #15 exporting layers 5.4s done
11:01:45 #15 writing image sha256:4b64a784806c8c80e0ed9f1168f51f7fb97591847d2a8a7517aa8b0ce4a868d5 done
11:01:45 #15 naming to docker.io/rpmbuild-fedora-36/x86_64 done
11:01:45 #15 DONE 5.4s
11:01:45 docker run --rm -e PLATFORM -e GOPROXY=https://proxy.golang.org -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/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 715cfc4' --define '_gitcommit_engine a70ae13' --define '_release 0' --define '_version 0.0.0.20220804091928.715cfc4' --define '_origversion 0.0.0-20220804091928-715cfc4' --define '_compose_rpm_version 2.7.0' --define '_compose_version v2.7.0' --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
11:01:46 warning: line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:01:46 warning: line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:01:46 warning: line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:01:46 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.SX3t2u
11:01:46 + umask 022
11:01:46 + cd /root/rpmbuild/BUILD
11:01:46 + cd /root/rpmbuild/BUILD
11:01:46 + rm -rf src
11:01:46 + /usr/bin/mkdir -p src
11:01:46 + cd src
11:01:46 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:01:46 + /usr/bin/tar -xof -
11:01:46 + STATUS=0
11:01:46 + '[' 0 -ne 0 ']'
11:01:46 + /usr/bin/tar -xof -
11:01:46 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:01:46 + STATUS=0
11:01:46 + '[' 0 -ne 0 ']'
11:01:46 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:01:47 + RPM_EC=0
11:01:47 ++ jobs -p
11:01:47 + exit 0
11:01:47 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.YLyu9R
11:01:47 + umask 022
11:01:47 + cd /root/rpmbuild/BUILD
11:01:47 + 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'
11:01:47 + export CFLAGS
11:01:47 + 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'
11:01:47 + export CXXFLAGS
11:01:47 + 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'
11:01:47 + export FFLAGS
11:01:47 + 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'
11:01:47 + export FCFLAGS
11:01:47 + 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.20220804091928.715cfc4-0.fc36.x86_64.ld'
11:01:47 + export LDFLAGS
11:01:47 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:01:47 + export LT_SYS_LIBRARY_PATH
11:01:47 + CC=gcc
11:01:47 + export CC
11:01:47 + CXX=g++
11:01:47 + export CXX
11:01:47 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:01:47 + /usr/lib/rpm/generate-rpm-note.sh docker-ce 0.0.0.20220804091928.715cfc4-0.fc36 x86_64
11:01:47 + cd src
11:01:47 + export DOCKER_GITCOMMIT=a70ae13
11:01:47 + DOCKER_GITCOMMIT=a70ae13
11:01:47 + mkdir -p /go/src/github.com/docker
11:01:47 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
11:01:47 + pushd /root/rpmbuild/BUILD/src/engine
11:01:47 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
11:01:47 + for component in tini "proxy dynamic"
11:01:47 + TMP_GOPATH=/go
11:01:47 + hack/dockerfile/install/install.sh tini
11:01:47 + RM_GOPATH=0
11:01:47 + TMP_GOPATH=/go
11:01:47 + : /usr/local/bin
11:01:47 + '[' -z /go ']'
11:01:47 + export GOPATH=/go
11:01:47 + GOPATH=/go
11:01:47 + case "$(go env GOARCH)" in
11:01:47 ++ go env GOARCH
11:01:47 + export GO_BUILDMODE=-buildmode=pie
11:01:47 + GO_BUILDMODE=-buildmode=pie
11:01:47 ++ dirname hack/dockerfile/install/install.sh
11:01:47 + dir=hack/dockerfile/install
11:01:47 + bin=tini
11:01:47 + shift
11:01:47 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:01:47 + . hack/dockerfile/install/tini.installer
11:01:47 ++ : v0.19.0
11:01:47 + install_tini
11:01:47 + echo 'Install tini version v0.19.0'
11:01:47 Install tini version v0.19.0
11:01:47 + git clone https://github.com/krallin/tini.git /go/tini
11:01:47 Cloning into '/go/tini'...
11:01:47 + cd /go/tini
11:01:47 + git checkout -q v0.19.0
11:01:47 + cmake .
11:01:47 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
11:01:47   Compatibility with CMake < 2.8.12 will be removed from a future version of
11:01:47   CMake.
11:01:47 
11:01:47   Update the VERSION argument <min> value or use a ...<max> suffix to tell
11:01:47   CMake that the project does not need compatibility with older versions.
11:01:47 
11:01:47 
11:01:47 -- The C compiler identification is GNU 12.1.1
11:01:47 -- Detecting C compiler ABI info
11:01:47 -- Detecting C compiler ABI info - done
11:01:47 -- Check for working C compiler: /usr/bin/gcc - skipped
11:01:47 -- Detecting C compile features
11:01:47 -- Detecting C compile features - done
11:01:47 -- Performing Test HAS_BUILTIN_FORTIFY
11:01:47 -- Performing Test HAS_BUILTIN_FORTIFY - Success
11:01:47 -- Configuring done
11:01:47 -- Generating done
11:01:47 -- Build files have been written to: /go/tini
11:01:47 + make tini-static
11:01:47 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:01:47 [100%] Linking C executable tini-static
11:01:48 [100%] Built target tini-static
11:01:48 + mkdir -p /usr/local/bin
11:01:48 + cp tini-static /usr/local/bin/docker-init
11:01:48 + for component in tini "proxy dynamic"
11:01:48 + TMP_GOPATH=/go
11:01:48 + hack/dockerfile/install/install.sh proxy dynamic
11:01:48 + RM_GOPATH=0
11:01:48 + TMP_GOPATH=/go
11:01:48 + : /usr/local/bin
11:01:48 + '[' -z /go ']'
11:01:48 + export GOPATH=/go
11:01:48 + GOPATH=/go
11:01:48 + case "$(go env GOARCH)" in
11:01:48 ++ go env GOARCH
11:01:48 + export GO_BUILDMODE=-buildmode=pie
11:01:48 + GO_BUILDMODE=-buildmode=pie
11:01:48 ++ dirname hack/dockerfile/install/install.sh
11:01:48 + dir=hack/dockerfile/install
11:01:48 + bin=proxy
11:01:48 + shift
11:01:48 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
11:01:48 + . hack/dockerfile/install/proxy.installer
11:01:48 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789
11:01:48 + install_proxy dynamic
11:01:48 + case "$1" in
11:01:48 + install_proxy_dynamic
11:01:48 + export PROXY_LDFLAGS=-linkmode=external install_proxy
11:01:48 + PROXY_LDFLAGS=-linkmode=external
11:01:48 + export BUILD_MODE=-buildmode=pie
11:01:48 + BUILD_MODE=-buildmode=pie
11:01:48 + _install_proxy
11:01:48 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789'
11:01:48 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789
11:01:48 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
11:01:48 Cloning into '/go/src/github.com/docker/libnetwork'...
11:01:50 + cd /go/src/github.com/docker/libnetwork
11:01:50 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789
11:01:50 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
11:02:00 + return
11:02:00 + VERSION=0.0.0-20220804091928-715cfc4
11:02:00 + PRODUCT=docker
11:02:00 + hack/make.sh dynbinary
11:02:00 
11:02:00 Removing bundles/
11:02:00 
11:02:00 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:02:00 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220804091928-715cfc4
11:02:00 GOOS="" GOARCH="" GOARM=""
11:03:36 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220804091928-715cfc4
11:03:36 
11:03:36 + popd
11:03:36 + RPM_EC=0
11:03:36 ~/rpmbuild/BUILD/src
11:03:36 ++ jobs -p
11:03:36 + exit 0
11:03:36 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.zsZKkV
11:03:36 + umask 022
11:03:36 + cd /root/rpmbuild/BUILD
11:03:36 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.fc36.x86_64 '!=' / ']'
11:03:36 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.fc36.x86_64
11:03:36 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.fc36.x86_64
11:03:36 + mkdir -p /root/rpmbuild/BUILDROOT
11:03:36 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.fc36.x86_64
11:03:36 + 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'
11:03:36 + export CFLAGS
11:03:36 + 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'
11:03:36 + export CXXFLAGS
11:03:36 + 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'
11:03:36 + export FFLAGS
11:03:36 + 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'
11:03:36 + export FCFLAGS
11:03:36 + 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.20220804091928.715cfc4-0.fc36.x86_64.ld'
11:03:36 + export LDFLAGS
11:03:36 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:03:36 + export LT_SYS_LIBRARY_PATH
11:03:36 + CC=gcc
11:03:36 + export CC
11:03:36 + CXX=g++
11:03:36 + export CXX
11:03:36 + cd src
11:03:36 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
11:03:36 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220804091928-715cfc4 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.fc36.x86_64/usr/bin/dockerd
11:03:36 + install -D -p -m 0755 /usr/local/bin/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.fc36.x86_64/usr/bin/docker-proxy
11:03:36 + install -D -p -m 755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.fc36.x86_64/usr/bin/docker-init
11:03:36 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.fc36.x86_64/usr/lib/systemd/system/docker.service
11:03:36 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.fc36.x86_64/usr/lib/systemd/system/docker.socket
11:03:36 + /usr/lib/rpm/check-buildroot
11:03:36 + /usr/lib/rpm/redhat/brp-ldconfig
11:03:36 + /usr/lib/rpm/brp-compress
11:03:36 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:03:36 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:03:36 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:03:36 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:03:36 + /usr/lib/rpm/check-rpaths
11:03:36 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:03:36 + /usr/lib/rpm/brp-remove-la-files
11:03:36 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:03:36 + /usr/lib/rpm/redhat/brp-python-hardlink
11:03:36 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.RVoGgp
11:03:36 + umask 022
11:03:36 + cd /root/rpmbuild/BUILD
11:03:36 + 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'
11:03:36 + export CFLAGS
11:03:36 + 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'
11:03:36 + export CXXFLAGS
11:03:36 + 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'
11:03:36 + export FFLAGS
11:03:36 + 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'
11:03:36 + export FCFLAGS
11:03:36 + 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.20220804091928.715cfc4-0.fc36.x86_64.ld'
11:03:36 + export LDFLAGS
11:03:36 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:03:36 + export LT_SYS_LIBRARY_PATH
11:03:36 + CC=gcc
11:03:36 + export CC
11:03:36 + CXX=g++
11:03:36 + export CXX
11:03:36 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:03:36 + /usr/lib/rpm/generate-rpm-note.sh docker-ce 0.0.0.20220804091928.715cfc4-0.fc36 x86_64
11:03:36 + cd src
11:03:36 ++ engine/bundles/dynbinary-daemon/dockerd --version
11:03:36 + ver='Docker version 0.0.0-20220804091928-715cfc4, build a70ae13'
11:03:36 + test 'Docker version 0.0.0-20220804091928-715cfc4, build a70ae13' = 'Docker version 0.0.0-20220804091928-715cfc4, build a70ae13'
11:03:36 + echo 'PASS: daemon version OK'
11:03:36 PASS: daemon version OK
11:03:36 + RPM_EC=0
11:03:36 ++ jobs -p
11:03:36 + exit 0
11:03:36 Processing files: docker-ce-0.0.0.20220804091928.715cfc4-0.fc36.x86_64
11:03:36 Provides: docker-ce = 3:0.0.0.20220804091928.715cfc4-0.fc36 docker-ce(x86-64) = 3:0.0.0.20220804091928.715cfc4-0.fc36
11:03:36 Requires(interp): /bin/sh /bin/sh /bin/sh
11:03:36 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:03:36 Requires(post): /bin/sh
11:03:36 Requires(preun): /bin/sh
11:03:36 Requires(postun): /bin/sh
11:03:36 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)
11:03:36 Conflicts: docker docker-ee docker-engine-cs docker-io
11:03:36 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
11:03:36 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.fc36.x86_64
11:03:36 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20220804091928.715cfc4-0.fc36.src.rpm
11:04:23 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0.20220804091928.715cfc4-0.fc36.x86_64.rpm
11:04:23 + umask 022
11:04:23 + cd /root/rpmbuild/BUILD
11:04:23 + cd src
11:04:23 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.fc36.x86_64
11:04:23 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.0D6pSj
11:04:23 + RPM_EC=0
11:04:23 ++ jobs -p
11:04:23 + exit 0
11:04:23     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:04:23     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:04:23     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:04:23 
11:04:23 RPM build warnings:
11:04:23 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.HHy03F
11:04:23 + umask 022
11:04:23 + cd /root/rpmbuild/BUILD
11:04:23 + cd /root/rpmbuild/BUILD
11:04:23 + rm -rf src
11:04:23 + /usr/bin/mkdir -p src
11:04:23 + cd src
11:04:23 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
11:04:23 + /usr/bin/tar -xof -
11:04:23 + STATUS=0
11:04:23 + '[' 0 -ne 0 ']'
11:04:23 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/plugin-installers.tgz
11:04:23 + /usr/bin/tar -xof -
11:04:23 + STATUS=0
11:04:23 + '[' 0 -ne 0 ']'
11:04:23 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:04:23 + RPM_EC=0
11:04:23 ++ jobs -p
11:04:23 + exit 0
11:04:23 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.FfyWln
11:04:23 + umask 022
11:04:23 + cd /root/rpmbuild/BUILD
11:04:23 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:04:23 + export CFLAGS
11:04:23 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:04:23 + export CXXFLAGS
11:04:23 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:04:23 + export FFLAGS
11:04:23 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:04:23 + export FCFLAGS
11:04:23 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.x86_64.ld'
11:04:23 + export LDFLAGS
11:04:23 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:04:23 + export LT_SYS_LIBRARY_PATH
11:04:23 + CC=gcc
11:04:23 + export CC
11:04:23 + CXX=g++
11:04:23 + export CXX
11:04:23 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:04:23 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-cli 0.0.0.20220804091928.715cfc4-0.fc36 x86_64
11:04:23 + cd src
11:04:23 + mkdir -p /go/src/github.com/docker
11:04:23 + rm -f /go/src/github.com/docker/cli
11:04:23 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
11:04:23 + pushd /go/src/github.com/docker/cli
11:04:23 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
11:04:23 + DISABLE_WARN_OUTSIDE_CONTAINER=1
11:04:23 + make VERSION=0.0.0-20220804091928-715cfc4 GITCOMMIT=715cfc4 dynbinary manpages
11:04:23 GO_LINKMODE=dynamic ./scripts/build/binary
11:04:23 Building dynamic docker-linux-amd64
11:05:44 scripts/docs/generate-man.sh
11:06:52 Project root: /go/src/github.com/docker/cli
11:06:52 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
11:06:52 2022/08/04 11:06:45 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
11:06:52 ~/rpmbuild/BUILD/src
11:06:52 + popd
11:06:52 + pushd /root/rpmbuild/BUILD/src/plugins
11:06:52 + for installer in *.installer
11:06:52 + '[' app.installer '!=' scan.installer ']'
11:06:52 + bash app.installer build
11:06:52 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
11:06:52 Cloning into '/go/src/github.com/docker/app'...
11:06:52 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=9d2c67f8 -X github.com/docker/app/internal.Version=v0.9.1-beta3" -o bin/docker-app ./cmd/docker-app
11:07:48 + for installer in *.installer
11:07:48 + '[' buildx.installer '!=' scan.installer ']'
11:07:48 + bash buildx.installer build
11:07:48 Cloning into '/go/src/github.com/docker/buildx'...
11:07:48 + GO111MODULE=on
11:07:48 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.8.2-docker -X github.com/docker/buildx/version.Revision=6224def4dd2c3d347eee19db595348c50d7cb491 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
11:09:25 ~/rpmbuild/BUILD/src
11:09:25 + popd
11:09:25 + RPM_EC=0
11:09:25 ++ jobs -p
11:09:25 + exit 0
11:09:25 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.f66eTq
11:09:25 + umask 022
11:09:25 + cd /root/rpmbuild/BUILD
11:09:25 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.x86_64 '!=' / ']'
11:09:25 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.x86_64
11:09:25 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.x86_64
11:09:25 + mkdir -p /root/rpmbuild/BUILDROOT
11:09:25 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.x86_64
11:09:25 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:09:25 + export CFLAGS
11:09:25 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:09:25 + export CXXFLAGS
11:09:25 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:09:25 + export FFLAGS
11:09:25 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:09:25 + export FCFLAGS
11:09:25 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.x86_64.ld'
11:09:25 + export LDFLAGS
11:09:25 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:09:25 + export LT_SYS_LIBRARY_PATH
11:09:25 + CC=gcc
11:09:25 + export CC
11:09:25 + CXX=g++
11:09:25 + export CXX
11:09:25 + cd src
11:09:25 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.x86_64/usr/bin
11:09:25 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.x86_64/usr/bin/docker
11:09:25 + pushd /root/rpmbuild/BUILD/src/plugins
11:09:25 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
11:09:25 + for installer in *.installer
11:09:25 + '[' app.installer '!=' scan.installer ']'
11:09:25 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.x86_64
11:09:25 + PREFIX=/usr/libexec/docker/cli-plugins
11:09:25 + bash app.installer install_plugin
11:09:25 + for installer in *.installer
11:09:25 + '[' buildx.installer '!=' scan.installer ']'
11:09:25 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.x86_64
11:09:25 + PREFIX=/usr/libexec/docker/cli-plugins
11:09:25 + bash buildx.installer install_plugin
11:09:25 + popd
11:09:25 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.x86_64/usr/share/bash-completion/completions
11:09:25 ~/rpmbuild/BUILD/src
11:09:25 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.x86_64/usr/share/zsh/vendor-completions
11:09:25 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.x86_64/usr/share/fish/vendor_completions.d
11:09:25 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.x86_64/usr/share/bash-completion/completions/docker
11:09:25 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.x86_64/usr/share/zsh/vendor-completions/_docker
11:09:25 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.x86_64/usr/share/fish/vendor_completions.d/docker.fish
11:09:25 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.x86_64/usr/share/man/man1
11:09:25 + 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.20220804091928.715cfc4-0.fc36.x86_64/usr/share/man/man1
11:09:25 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.x86_64/usr/share/man/man5
11:09:25 + 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.20220804091928.715cfc4-0.fc36.x86_64/usr/share/man/man5
11:09:25 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.x86_64/usr/share/man/man8
11:09:25 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.x86_64/usr/share/man/man8
11:09:25 + mkdir -p build-docs
11:09:25 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:09:25 + cp cli/LICENSE build-docs/LICENSE
11:09:25 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:09:25 + cp cli/MAINTAINERS build-docs/MAINTAINERS
11:09:25 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:09:25 + cp cli/NOTICE build-docs/NOTICE
11:09:25 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:09:25 + cp cli/README.md build-docs/README.md
11:09:25 + /usr/lib/rpm/check-buildroot
11:09:25 + /usr/lib/rpm/redhat/brp-ldconfig
11:09:25 + /usr/lib/rpm/brp-compress
11:09:25 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:09:25 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:09:25 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:09:25 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:09:25 + /usr/lib/rpm/check-rpaths
11:09:25 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:09:25 + /usr/lib/rpm/brp-remove-la-files
11:09:25 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:09:25 + /usr/lib/rpm/redhat/brp-python-hardlink
11:09:25 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.gD2rxJ
11:09:25 + umask 022
11:09:25 + cd /root/rpmbuild/BUILD
11:09:25 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:09:25 + export CFLAGS
11:09:25 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:09:25 + export CXXFLAGS
11:09:25 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:09:25 + export FFLAGS
11:09:25 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:09:25 + export FCFLAGS
11:09:25 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.x86_64.ld'
11:09:25 + export LDFLAGS
11:09:25 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:09:25 + export LT_SYS_LIBRARY_PATH
11:09:25 + CC=gcc
11:09:25 + export CC
11:09:25 + CXX=g++
11:09:25 + export CXX
11:09:25 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:09:25 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-cli 0.0.0.20220804091928.715cfc4-0.fc36 x86_64
11:09:25 + cd src
11:09:25 ++ cli/build/docker --version
11:09:25 PASS: cli version OK
11:09:25 + ver='Docker version 0.0.0-20220804091928-715cfc4, build 715cfc4'
11:09:25 + test 'Docker version 0.0.0-20220804091928-715cfc4, build 715cfc4' = 'Docker version 0.0.0-20220804091928-715cfc4, build 715cfc4'
11:09:25 + echo 'PASS: cli version OK'
11:09:25 + RPM_EC=0
11:09:25 ++ jobs -p
11:09:25 + exit 0
11:09:25 Processing files: docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.x86_64
11:09:25 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.jwVuTE
11:09:25 + umask 022
11:09:25 + cd /root/rpmbuild/BUILD
11:09:25 + cd src
11:09:25 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.x86_64/usr/share/doc/docker-ce-cli
11:09:25 + export LC_ALL=C
11:09:25 + LC_ALL=C
11:09:25 + export DOCDIR
11:09:25 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.x86_64/usr/share/doc/docker-ce-cli
11:09:25 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.x86_64/usr/share/doc/docker-ce-cli
11:09:25 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.x86_64/usr/share/doc/docker-ce-cli
11:09:25 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.x86_64/usr/share/doc/docker-ce-cli
11:09:25 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.x86_64/usr/share/doc/docker-ce-cli
11:09:25 + RPM_EC=0
11:09:25 ++ jobs -p
11:09:25 + exit 0
11:09:25 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
11:09:25 Provides: docker-ce-cli = 1:0.0.0.20220804091928.715cfc4-0.fc36 docker-ce-cli(x86-64) = 1:0.0.0.20220804091928.715cfc4-0.fc36
11:09:25 Requires(interp): /bin/sh
11:09:25 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:09:25 Requires(post): /bin/sh
11:09:25 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)
11:09:25 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
11:09:25 Recommends: docker-scan-plugin(x86-64)
11:09:25 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.x86_64
11:09:25 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.src.rpm
11:10:33 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.x86_64.rpm
11:10:33 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.jjm8tL
11:10:33 + umask 022
11:10:33 + cd /root/rpmbuild/BUILD
11:10:33 + cd src
11:10:33 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.x86_64
11:10:33 + RPM_EC=0
11:10:33 ++ jobs -p
11:10:33 + exit 0
11:10:33     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:10:33     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:10:33     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:10:33     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
11:10:33 
11:10:33 RPM build warnings:
11:10:33 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.wSVeoa
11:10:33 + umask 022
11:10:33 + cd /root/rpmbuild/BUILD
11:10:33 + cd /root/rpmbuild/BUILD
11:10:33 + rm -rf src
11:10:33 + /usr/bin/mkdir -p src
11:10:33 + cd src
11:10:33 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:10:33 + /usr/bin/tar -xof -
11:10:33 + STATUS=0
11:10:33 + '[' 0 -ne 0 ']'
11:10:33 + /usr/bin/tar -xof -
11:10:33 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:10:33 + STATUS=0
11:10:33 + '[' 0 -ne 0 ']'
11:10:33 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:10:33 + RPM_EC=0
11:10:33 ++ jobs -p
11:10:33 + exit 0
11:10:33 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.0GUezX
11:10:33 + umask 022
11:10:33 + cd /root/rpmbuild/BUILD
11:10: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'
11:10:33 + export CFLAGS
11:10: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'
11:10:33 + export CXXFLAGS
11:10: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'
11:10:33 + export FFLAGS
11:10: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'
11:10:33 + export FCFLAGS
11:10: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-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc36.x86_64.ld'
11:10:33 + export LDFLAGS
11:10:33 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:10:33 + export LT_SYS_LIBRARY_PATH
11:10:33 + CC=gcc
11:10:33 + export CC
11:10:33 + CXX=g++
11:10:33 + export CXX
11:10:33 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:10:33 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-rootless-extras 0.0.0.20220804091928.715cfc4-0.fc36 x86_64
11:10:33 + cd src
11:10:33 + export DOCKER_GITCOMMIT=a70ae13
11:10:33 + DOCKER_GITCOMMIT=a70ae13
11:10:33 + mkdir -p /go/src/github.com/docker
11:10:33 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
11:10:33 + TMP_GOPATH=/go
11:10:33 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
11:10:33 + RM_GOPATH=0
11:10:33 + TMP_GOPATH=/go
11:10:33 + : /usr/local/bin
11:10:33 + '[' -z /go ']'
11:10:33 + export GOPATH=/go
11:10:33 + GOPATH=/go
11:10:33 + case "$(go env GOARCH)" in
11:10:33 ++ go env GOARCH
11:10:33 + export GO_BUILDMODE=-buildmode=pie
11:10:33 + GO_BUILDMODE=-buildmode=pie
11:10:33 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
11:10:33 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
11:10:33 + bin=rootlesskit
11:10:33 + shift
11:10:33 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
11:10:33 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
11:10:33 ++ : v0.14.4
11:10:33 + install_rootlesskit dynamic
11:10:33 + case "$1" in
11:10:33 + install_rootlesskit_dynamic
11:10:33 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:10:33 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:10:33 + export BUILD_MODE=-buildmode=pie
11:10:33 + BUILD_MODE=-buildmode=pie
11:10:33 + _install_rootlesskit
11:10:33 + echo 'Install rootlesskit version v0.14.4'
11:10:33 + for f in rootlesskit rootlesskit-docker-proxy
11:10:33 Install rootlesskit version v0.14.4
11:10:33 + GOBIN=/usr/local/bin
11:10:33 + GO111MODULE=on
11:10:33 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
11:10:33 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
11:10:33 go: downloading github.com/pkg/errors v0.9.1
11:10:33 go: downloading github.com/sirupsen/logrus v1.8.1
11:10:33 go: downloading github.com/urfave/cli/v2 v2.3.0
11:10:33 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
11:10:33 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
11:10:33 go: downloading github.com/google/uuid v1.3.0
11:10:33 go: downloading github.com/moby/vpnkit v0.5.0
11:10:33 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:10:33 go: downloading github.com/gofrs/flock v0.8.1
11:10:33 go: downloading github.com/gorilla/mux v1.8.0
11:10:33 go: downloading github.com/moby/sys/mountinfo v0.4.1
11:10:33 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
11:10:33 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
11:10:33 go: downloading github.com/u-root/u-root v7.0.0+incompatible
11:10:33 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:10:34 + for f in rootlesskit rootlesskit-docker-proxy
11:10:34 + GOBIN=/usr/local/bin
11:10:34 + GO111MODULE=on
11:10:34 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
11:10:35 + return
11:10:35 + RPM_EC=0
11:10:35 ++ jobs -p
11:10:35 + exit 0
11:10:35 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.1UoQil
11:10:35 + umask 022
11:10:35 + cd /root/rpmbuild/BUILD
11:10:35 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc36.x86_64 '!=' / ']'
11:10:35 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc36.x86_64
11:10:35 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc36.x86_64
11:10:35 + mkdir -p /root/rpmbuild/BUILDROOT
11:10:35 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc36.x86_64
11:10:35 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:10:35 + export CFLAGS
11:10:35 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:10:35 + export CXXFLAGS
11:10:35 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:10:35 + export FFLAGS
11:10:35 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:10:35 + export FCFLAGS
11:10:35 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc36.x86_64.ld'
11:10:35 + export LDFLAGS
11:10:35 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:10:35 + export LT_SYS_LIBRARY_PATH
11:10:35 + CC=gcc
11:10:35 + export CC
11:10:35 + CXX=g++
11:10:35 + export CXX
11:10:35 + cd src
11:10:35 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc36.x86_64/usr/bin/dockerd-rootless.sh
11:10:35 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc36.x86_64/usr/bin/dockerd-rootless-setuptool.sh
11:10:35 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc36.x86_64/usr/bin/rootlesskit
11:10:35 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc36.x86_64/usr/bin/rootlesskit-docker-proxy
11:10:35 + /usr/lib/rpm/check-buildroot
11:10:35 + /usr/lib/rpm/redhat/brp-ldconfig
11:10:35 + /usr/lib/rpm/brp-compress
11:10:35 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:10:35 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:10:35 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:10:35 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:10:35 + /usr/lib/rpm/check-rpaths
11:10:35 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:10:35 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
11:10:35 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
11:10:35 + /usr/lib/rpm/brp-remove-la-files
11:10:35 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:10:35 + /usr/lib/rpm/redhat/brp-python-hardlink
11:10:35 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.zNXf1g
11:10:35 + umask 022
11:10:35 + cd /root/rpmbuild/BUILD
11:10:35 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:10:35 + export CFLAGS
11:10:35 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:10:35 + export CXXFLAGS
11:10:35 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:10:35 + export FFLAGS
11:10:35 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:10:35 + export FCFLAGS
11:10:35 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc36.x86_64.ld'
11:10:35 + export LDFLAGS
11:10:35 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:10:35 + export LT_SYS_LIBRARY_PATH
11:10:35 + CC=gcc
11:10:35 + export CC
11:10:35 + CXX=g++
11:10:35 + export CXX
11:10:35 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:10:35 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-rootless-extras 0.0.0.20220804091928.715cfc4-0.fc36 x86_64
11:10:35 + cd src
11:10:35 + /usr/local/bin/rootlesskit -v
11:10:35 rootlesskit version 0.14.4
11:10:35 + RPM_EC=0
11:10:35 ++ jobs -p
11:10:35 + exit 0
11:10:35 Processing files: docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc36.x86_64
11:10:35 Provides: docker-ce-rootless-extras = 0:0.0.0.20220804091928.715cfc4-0.fc36 docker-ce-rootless-extras(x86-64) = 0:0.0.0.20220804091928.715cfc4-0.fc36
11:10:35 Requires(interp): /bin/sh /bin/sh /bin/sh
11:10:35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:10:35 Requires(post): /bin/sh
11:10:35 Requires(preun): /bin/sh
11:10:35 Requires(postun): /bin/sh
11:10:35 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)
11:10:35 Conflicts: rootlesskit
11:10:35 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc36.x86_64
11:10:36 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc36.src.rpm
11:10:43 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc36.x86_64.rpm
11:10:43 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.vWDZpM
11:10:43 + umask 022
11:10:43 + cd /root/rpmbuild/BUILD
11:10:43 + cd src
11:10:43 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc36.x86_64
11:10:43 + RPM_EC=0
11:10:43 ++ jobs -p
11:10:43 + exit 0
11:10:43 
11:10:43 RPM build warnings:
11:10:43     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:10:43     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:10:43     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:10:43     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
11:10:43 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.aEOFDv
11:10:43 + umask 022
11:10:43 + cd /root/rpmbuild/BUILD
11:10:43 + cd /root/rpmbuild/BUILD
11:10:43 + rm -rf src
11:10:43 + /usr/bin/mkdir -p src
11:10:43 + cd src
11:10:43 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
11:10:43 + /usr/bin/tar -xof -
11:10:43 + STATUS=0
11:10:43 + '[' 0 -ne 0 ']'
11:10:43 + /usr/bin/tar -xof -
11:10:43 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
11:10:43 + STATUS=0
11:10:43 + '[' 0 -ne 0 ']'
11:10:43 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:10:43 + RPM_EC=0
11:10:43 ++ jobs -p
11:10:43 + exit 0
11:10:43 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.245yxu
11:10:43 + umask 022
11:10:43 + cd /root/rpmbuild/BUILD
11:10:43 + 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'
11:10:43 + export CFLAGS
11:10:43 + 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'
11:10:43 + export CXXFLAGS
11:10:43 + 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'
11:10:43 + export FFLAGS
11:10:43 + 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'
11:10:43 + export FCFLAGS
11:10:43 + 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.7.0-0.fc36.x86_64.ld'
11:10:43 + export LDFLAGS
11:10:43 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:10:43 + export LT_SYS_LIBRARY_PATH
11:10:43 + CC=gcc
11:10:43 + export CC
11:10:43 + CXX=g++
11:10:43 + export CXX
11:10:43 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:10:43 + /usr/lib/rpm/generate-rpm-note.sh docker-compose-plugin 2.7.0-0.fc36 x86_64
11:10:43 + cd src
11:10:43 + pushd /root/rpmbuild/BUILD/src/compose
11:10:43 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
11:10:43 + GOPROXY=https://proxy.golang.org
11:10:43 + GO111MODULE=on
11:10:43 + go mod download
11:11:24 + GOPROXY=https://proxy.golang.org
11:11:24 + GO111MODULE=on
11:11:24 + GIT_TAG=v2.7.0
11:11:24 + make COMPOSE_BINARY=bin/docker-compose -f builder.Makefile compose-plugin
11:11:24 GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.7.0"  -o bin/docker-compose ./cmd
11:12:31 ~/rpmbuild/BUILD/src
11:12:31 + popd
11:12:31 + RPM_EC=0
11:12:31 ++ jobs -p
11:12:31 + exit 0
11:12:31 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Rff7d7
11:12:31 + umask 022
11:12:31 + cd /root/rpmbuild/BUILD
11:12:31 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc36.x86_64 '!=' / ']'
11:12:31 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc36.x86_64
11:12:31 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc36.x86_64
11:12:31 + mkdir -p /root/rpmbuild/BUILDROOT
11:12:31 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc36.x86_64
11:12:31 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:12:31 + export CFLAGS
11:12:31 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:12:31 + export CXXFLAGS
11:12:31 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:12:31 + export FFLAGS
11:12:31 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:12:31 + export FCFLAGS
11:12:31 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-compose-plugin-2.7.0-0.fc36.x86_64.ld'
11:12:31 + export LDFLAGS
11:12:31 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:12:31 + export LT_SYS_LIBRARY_PATH
11:12:31 + CC=gcc
11:12:31 + export CC
11:12:31 + CXX=g++
11:12:31 + export CXX
11:12:31 + cd src
11:12:31 + pushd /root/rpmbuild/BUILD/src/compose
11:12:31 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
11:12:31 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-compose
11:12:31 + popd
11:12:31 ~/rpmbuild/BUILD/src
11:12:31 + for f in LICENSE MAINTAINERS NOTICE README.md
11:12:31 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
11:12:31 + for f in LICENSE MAINTAINERS NOTICE README.md
11:12:31 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
11:12:31 + for f in LICENSE MAINTAINERS NOTICE README.md
11:12:31 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
11:12:31 + for f in LICENSE MAINTAINERS NOTICE README.md
11:12:31 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
11:12:31 + /usr/lib/rpm/check-buildroot
11:12:31 + /usr/lib/rpm/redhat/brp-ldconfig
11:12:31 + /usr/lib/rpm/brp-compress
11:12:31 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:12:31 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:12:31 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:12:31 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:12:31 + /usr/lib/rpm/check-rpaths
11:12:31 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:12:31 + /usr/lib/rpm/brp-remove-la-files
11:12:31 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:12:31 + /usr/lib/rpm/redhat/brp-python-hardlink
11:12:31 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.bnfV1C
11:12:31 + umask 022
11:12:31 + cd /root/rpmbuild/BUILD
11:12:31 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:12:31 + export CFLAGS
11:12:31 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:12:31 + export CXXFLAGS
11:12:31 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:12:31 + export FFLAGS
11:12:31 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:12:31 + export FCFLAGS
11:12:31 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-compose-plugin-2.7.0-0.fc36.x86_64.ld'
11:12:31 + export LDFLAGS
11:12:31 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:12:31 + export LT_SYS_LIBRARY_PATH
11:12:31 + CC=gcc
11:12:31 + export CC
11:12:31 + CXX=g++
11:12:31 + export CXX
11:12:31 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:12:31 + /usr/lib/rpm/generate-rpm-note.sh docker-compose-plugin 2.7.0-0.fc36 x86_64
11:12:31 + cd src
11:12:31 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
11:12:31 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
11:12:31 + ver=v2.7.0
11:12:31 + test v2.7.0 = v2.7.0
11:12:31 + echo 'PASS: docker-compose version OK'
11:12:31 PASS: docker-compose version OK
11:12:31 + RPM_EC=0
11:12:31 ++ jobs -p
11:12:31 + exit 0
11:12:31 Processing files: docker-compose-plugin-2.7.0-0.fc36.x86_64
11:12:31 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.0U3hHB
11:12:31 + umask 022
11:12:31 + cd /root/rpmbuild/BUILD
11:12:31 + cd src
11:12:31 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc36.x86_64/usr/share/doc/docker-compose-plugin
11:12:31 + export LC_ALL=C
11:12:31 + LC_ALL=C
11:12:31 + export DOCDIR
11:12:31 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc36.x86_64/usr/share/doc/docker-compose-plugin
11:12:31 + 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.7.0-0.fc36.x86_64/usr/share/doc/docker-compose-plugin
11:12:31 + RPM_EC=0
11:12:31 ++ jobs -p
11:12:31 + exit 0
11:12:31 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.FH63TT
11:12:31 + umask 022
11:12:31 + cd /root/rpmbuild/BUILD
11:12:31 + cd src
11:12:31 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc36.x86_64/usr/share/licenses/docker-compose-plugin
11:12:31 + export LC_ALL=C
11:12:31 + LC_ALL=C
11:12:31 + export LICENSEDIR
11:12:31 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc36.x86_64/usr/share/licenses/docker-compose-plugin
11:12:31 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc36.x86_64/usr/share/licenses/docker-compose-plugin
11:12:31 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc36.x86_64/usr/share/licenses/docker-compose-plugin
11:12:31 + RPM_EC=0
11:12:31 ++ jobs -p
11:12:31 + exit 0
11:12:31 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-compose
11:12:31 Provides: docker-compose-plugin = 0:2.7.0-0.fc36 docker-compose-plugin(x86-64) = 0:2.7.0-0.fc36
11:12:31 Requires(interp): /bin/sh /bin/sh /bin/sh
11:12:31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:12:31 Requires(post): /bin/sh
11:12:31 Requires(preun): /bin/sh
11:12:31 Requires(postun): /bin/sh
11:12:31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc36.x86_64
11:12:31 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.7.0-0.fc36.src.rpm
11:12:41 Wrote: /root/rpmbuild/RPMS/x86_64/docker-compose-plugin-2.7.0-0.fc36.x86_64.rpm
11:12:41 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.SdtYZz
11:12:41 + umask 022
11:12:41 + cd /root/rpmbuild/BUILD
11:12:41 + cd src
11:12:41 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc36.x86_64
11:12:41 + RPM_EC=0
11:12:41 ++ jobs -p
11:12:41 + exit 0
11:12:41 
11:12:41 RPM build warnings:
11:12:41     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:12:41     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:12:41     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:12:41     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
11:12:41     Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-compose
11:12:42 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.0Z5Of5
11:12:42 + umask 022
11:12:42 + cd /root/rpmbuild/BUILD
11:12:42 + cd /root/rpmbuild/BUILD
11:12:42 + rm -rf src
11:12:42 + /usr/bin/mkdir -p src
11:12:42 + cd src
11:12:42 + /usr/bin/tar -xof -
11:12:42 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
11:12:42 + STATUS=0
11:12:42 + '[' 0 -ne 0 ']'
11:12:42 + /usr/bin/tar -xof -
11:12:42 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
11:12:42 + STATUS=0
11:12:42 + '[' 0 -ne 0 ']'
11:12:42 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:12:42 + RPM_EC=0
11:12:42 ++ jobs -p
11:12:42 + exit 0
11:12:42 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.n7lcbJ
11:12:42 + umask 022
11:12:42 + cd /root/rpmbuild/BUILD
11:12:42 + 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'
11:12:42 + export CFLAGS
11:12:42 + 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'
11:12:42 + export CXXFLAGS
11:12:42 + 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'
11:12:42 + export FFLAGS
11:12:42 + 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'
11:12:42 + export FCFLAGS
11:12:42 + 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'
11:12:42 + export LDFLAGS
11:12:42 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:12:42 + export LT_SYS_LIBRARY_PATH
11:12:42 + CC=gcc
11:12:42 + export CC
11:12:42 + CXX=g++
11:12:42 + export CXX
11:12:42 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:12:42 + /usr/lib/rpm/generate-rpm-note.sh docker-scan-plugin 0.17.0-0.fc36 x86_64
11:12:42 + cd src
11:12:42 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
11:12:42 + bash -c 'TAG_NAME="v0.17.0" COMMIT="061fe0a" PLATFORM_BINARY=docker-scan make native-build'
11:12:42 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
11:12:42 GO111MODULE=on make -f builder.Makefile build
11:12:42 make[1]: Entering directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
11:12:42 mkdir -p bin
11:12:42 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
11:12:42 go: downloading github.com/docker/cli v20.10.9+incompatible
11:12:42 go: downloading github.com/docker/docker v20.10.9+incompatible
11:12:42 go: downloading github.com/spf13/cobra v1.2.1
11:12:43 go: downloading golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
11:12:43 go: downloading github.com/docker/distribution v2.7.1+incompatible
11:12:43 go: downloading github.com/opencontainers/image-spec v1.0.1
11:12:43 go: downloading github.com/Masterminds/semver/v3 v3.1.1
11:12:43 go: downloading github.com/containerd/containerd v1.5.7
11:12:43 go: downloading github.com/moby/sys/mount v0.2.0
11:12:43 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
11:12:43 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
11:12:43 go: downloading google.golang.org/grpc v1.40.0
11:12:43 go: downloading golang.org/x/net v0.0.0-20210825183410-e898025ed96a
11:12:43 go: downloading golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
11:12:43 go: downloading github.com/opencontainers/runc v1.0.2
11:12:43 go: downloading google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
11:12:43 go: downloading google.golang.org/protobuf v1.26.0
11:12:44 go: downloading github.com/prometheus/client_golang v1.7.1
11:12:44 go: downloading github.com/cespare/xxhash/v2 v2.1.1
11:12:44 go: downloading github.com/prometheus/common v0.10.0
11:12:44 go: downloading github.com/prometheus/procfs v0.6.0
11:13:02 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
11:13:02 + popd
11:13:02 ~/rpmbuild/BUILD/src
11:13:02 + RPM_EC=0
11:13:02 ++ jobs -p
11:13:02 + exit 0
11:13:02 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.LHY5yg
11:13:02 + umask 022
11:13:02 + cd /root/rpmbuild/BUILD
11:13:02 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64 '!=' / ']'
11:13:02 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64
11:13:02 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64
11:13:02 + mkdir -p /root/rpmbuild/BUILDROOT
11:13:02 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64
11:13:02 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:13:02 + export CFLAGS
11:13:02 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:13:02 + export CXXFLAGS
11:13:02 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:13:02 + export FFLAGS
11:13:02 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:13:02 + export FCFLAGS
11:13:02 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-scan-plugin-0.17.0-0.fc36.x86_64.ld'
11:13:02 + export LDFLAGS
11:13:02 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:13:02 + export LT_SYS_LIBRARY_PATH
11:13:02 + CC=gcc
11:13:02 + export CC
11:13:02 + CXX=g++
11:13:02 + export CXX
11:13:02 + cd src
11:13:02 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
11:13:02 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
11:13:02 + 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
11:13:02 + popd
11:13:02 ~/rpmbuild/BUILD/src
11:13:02 + /usr/lib/rpm/check-buildroot
11:13:02 + /usr/lib/rpm/redhat/brp-ldconfig
11:13:02 + /usr/lib/rpm/brp-compress
11:13:02 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:13:02 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:13:02 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:13:02 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:13:02 + /usr/lib/rpm/check-rpaths
11:13:02 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:13:02 + /usr/lib/rpm/brp-remove-la-files
11:13:02 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:13:02 + /usr/lib/rpm/redhat/brp-python-hardlink
11:13:02 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.dZx1aF
11:13:02 + umask 022
11:13:02 + cd /root/rpmbuild/BUILD
11:13:02 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:13:02 + export CFLAGS
11:13:02 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:13:02 + export CXXFLAGS
11:13:02 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:13:02 + export FFLAGS
11:13:02 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:13:02 + export FCFLAGS
11:13:02 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-scan-plugin-0.17.0-0.fc36.x86_64.ld'
11:13:02 + export LDFLAGS
11:13:02 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:13:02 + export LT_SYS_LIBRARY_PATH
11:13:02 + CC=gcc
11:13:02 + export CC
11:13:02 + CXX=g++
11:13:02 + export CXX
11:13:02 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:13:02 + /usr/lib/rpm/generate-rpm-note.sh docker-scan-plugin 0.17.0-0.fc36 x86_64
11:13:02 + cd src
11:13:02 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
11:13:02 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
11:13:02 PASS: docker-scan version OK
11:13:02 + ver=v0.17.0
11:13:02 + test v0.17.0 = v0.17.0
11:13:02 + echo 'PASS: docker-scan version OK'
11:13:02 + RPM_EC=0
11:13:02 ++ jobs -p
11:13:02 + exit 0
11:13:02 Processing files: docker-scan-plugin-0.17.0-0.fc36.x86_64
11:13:02 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
11:13:02 Provides: docker-scan-plugin = 0:0.17.0-0.fc36 docker-scan-plugin(x86-64) = 0:0.17.0-0.fc36
11:13:02 Requires(interp): /bin/sh /bin/sh /bin/sh
11:13:02 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:13:02 Requires(post): /bin/sh
11:13:02 Requires(preun): /bin/sh
11:13:02 Requires(postun): /bin/sh
11:13:02 Enhances: docker-ce-cli
11:13:02 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64
11:13:02 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.17.0-0.fc36.src.rpm
11:13:05 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.17.0-0.fc36.x86_64.rpm
11:13:05 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.HPTeGC
11:13:05 + umask 022
11:13:05 + cd /root/rpmbuild/BUILD
11:13:05 + cd src
11:13:05 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64
11:13:05 + RPM_EC=0
11:13:05 ++ jobs -p
11:13:05 + exit 0
11:13:05 
11:13:05 RPM build warnings:
11:13:05     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:13:05     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:13:05     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:13:05     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
11:13:05     Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-compose
11:13:05     Missing build-id in /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-scan
11:13:10 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-36"
11:13:11 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'