Skip to content

Console Output

10:59:48 + make REF=20.10 fedora-35
10:59:48 git init src/github.com/docker/cli
10:59:48 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
10:59:48 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
10:59:48 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
10:59:48 + SRC=src/github.com/docker/cli
10:59:48 + REF=20.10
10:59:48 + REF_FETCH=20.10
10:59:48 + git -C src/github.com/docker/cli 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/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
10:59:49 From https://github.com/docker/cli
10:59:49  * [new branch]      20.10      -> 20.10
10:59:49  * [new branch]      20.10      -> origin/20.10
10:59:49 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
10:59:49 git init src/github.com/docker/docker
10:59:49 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
10:59:49 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
10:59:49 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
10:59:49 + SRC=src/github.com/docker/docker
10:59:49 + REF=20.10
10:59:49 + REF_FETCH=20.10
10:59:49 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
10:59:49 + awk {print $2}
10:59:49 + REF=refs/heads/20.10
10:59:49 + [ -n refs/heads/20.10 ]
10:59:49 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
10:59:49 + 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:51 git init src/github.com/docker/compose
10:59:51 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
10:59:51 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
10:59:51 ./scripts/checkout.sh src/github.com/docker/compose "v2.7.0"
10:59:51 + SRC=src/github.com/docker/compose
10:59:51 + REF=v2.7.0
10:59:51 + REF_FETCH=v2.7.0
10:59:51 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.7.0
10:59:51 + awk {print $2}
10:59:51 + REF=refs/tags/v2.7.0
10:59:51 + [ -n refs/tags/v2.7.0 ]
10:59:51 + REF_FETCH=refs/tags/v2.7.0:refs/tags/v2.7.0
10:59:51 + 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:51 From https://github.com/docker/compose
10:59:51  * [new tag]         v2.7.0     -> v2.7.0
10:59:51 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.7.0
10:59:51 git init src/github.com/docker/scan-cli-plugin
10:59:51 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
10:59:51 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
10:59:51 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
10:59:51 + SRC=src/github.com/docker/scan-cli-plugin
10:59:51 + REF=v0.17.0
10:59:51 + REF_FETCH=v0.17.0
10:59:51 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
10:59:51 + awk {print $2}
10:59:51 + REF=refs/tags/v0.17.0
10:59:51 + [ -n refs/tags/v0.17.0 ]
10:59:51 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
10:59:51 + 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-35
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:52 latest: Pulling from library/alpine
10:59:52 530afca65e2e: Pulling fs layer
10:59:52 530afca65e2e: Verifying Checksum
10:59:52 530afca65e2e: Download complete
10:59:52 530afca65e2e: Pull complete
10:59:52 Digest: sha256:7580ece7963bfa863801466c0a488f11c86f85d9988051a9f9c68cb27f6b7872
10:59:52 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: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/compose:/compose \
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/compose.tgz --exclude .git compose
11:00:00 mkdir -p rpmbuild/SOURCES
11:00:00 docker run --rm -w /v \
11:00:00 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:00:00 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
11:00:00 	alpine \
11:00:00 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:00:01 mkdir -p rpmbuild/SOURCES
11:00:01 cp ../systemd/docker.service rpmbuild/SOURCES/docker.service
11:00:01 mkdir -p rpmbuild/SOURCES
11:00:01 cp ../systemd/docker.socket rpmbuild/SOURCES/docker.socket
11:00:01 docker run --rm -w /v \
11:00:01 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
11:00:01 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
11:00:01 	alpine \
11:00:01 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
11:00:02 == Building packages for fedora-35 ==
11:00:02 mkdir -p "rpmbuild/fedora-35"
11:00:02 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.17.13-buster -t rpmbuild-fedora-35/x86_64 -f fedora-35/Dockerfile .
11:00:02 #1 [internal] load build definition from Dockerfile
11:00:02 #1 sha256:782d7500d05ba69f5280b161fd1ec74beed2b2cb1f937610ec292147eb6117ee
11:00:02 #1 transferring dockerfile: 847B done
11:00:02 #1 DONE 0.0s
11:00:02 
11:00:02 #2 [internal] load .dockerignore
11:00:02 #2 sha256:2a4af29689dd4797295467f3f44e136e4c1cf7e35d987350d151549bfd3f3c64
11:00:02 #2 transferring context: 2B done
11:00:02 #2 DONE 0.1s
11:00:02 
11:00:02 #5 [auth] library/golang:pull token for registry-1.docker.io
11:00:02 #5 sha256:62e29495f062ecce0a2957fddda3b4042c012033b7a331dd4e862155e069dc3f
11:00:02 #5 DONE 0.0s
11:00:02 
11:00:02 #6 [auth] library/fedora:pull token for registry-1.docker.io
11:00:02 #6 sha256:75f90d93f29df7716924606d983b4b8fcca71c57259f04f39ca40cf7d2e2931d
11:00:02 #6 DONE 0.0s
11:00:02 
11:00:02 #4 [internal] load metadata for docker.io/library/golang:1.17.13-buster
11:00:02 #4 sha256:40a9161f8e891f8f8210f84771f2b9e68e9dcc207334a1a5213e3fc901333311
11:00:03 #4 DONE 0.9s
11:00:03 
11:00:03 #3 [internal] load metadata for docker.io/library/fedora:35
11:00:03 #3 sha256:0832b142ddb8c128fa73b22b54a42e2e7dd2c49293bffeaab67874e02dc77fcd
11:00:03 #3 DONE 0.9s
11:00:03 
11:00:03 #9 [internal] load build context
11:00:03 #9 sha256:027e9eab956b27eafbcedd95b4bc16e44a5971dd08569533fd0bcfd64031610f
11:00:03 #9 transferring context: 14.04kB done
11:00:03 #9 DONE 0.0s
11:00:03 
11:00:03 #7 [stage-1 1/6] FROM docker.io/library/fedora:35@sha256:f1e3a29da8990568c1da6a460cf9658ee7e9b409aa39c2aded67f7ac1dfe7e8a
11:00:03 #7 sha256:3099f0663f3fd64b15a1ec349269aabcb46d49b91981b3a651eea001bb4a7f34
11:00:03 #7 resolve docker.io/library/fedora:35@sha256:f1e3a29da8990568c1da6a460cf9658ee7e9b409aa39c2aded67f7ac1dfe7e8a 0.0s done
11:00:03 #7 sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d 0B / 54.63MB 0.1s
11:00:03 #7 sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d 10.49MB / 54.63MB 0.2s
11:00:03 #7 sha256:f1e3a29da8990568c1da6a460cf9658ee7e9b409aa39c2aded67f7ac1dfe7e8a 1.20kB / 1.20kB done
11:00:03 #7 sha256:36af84ba69e21c9ef86a0424a090674c433b2b80c2462e57503886f1d823abe8 529B / 529B done
11:00:03 #7 sha256:b97d90f26110930f4ea32c16be938ecac6f85b5b917edf1390e0dcf8f467bd33 2.00kB / 2.00kB done
11:00:03 #7 sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d 19.92MB / 54.63MB 0.3s
11:00:03 #7 sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d 32.51MB / 54.63MB 0.4s
11:00:03 #7 sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d 44.04MB / 54.63MB 0.6s
11:00:03 #7 sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d 54.63MB / 54.63MB 0.7s
11:00:04 #7 sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d 54.63MB / 54.63MB 1.2s done
11:00:04 #7 extracting sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d
11:00:09 #7 extracting sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d 5.1s
11:00:10 #7 extracting sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d 5.9s done
11:00:10 #7 ...
11:00:10 
11:00:10 #12 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:10 #12 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e
11:00:10 #12 resolve docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec 0.0s done
11:00:10 #12 sha256:84aa851c553c42887cd92f76901f8c514845d657d43606de672019051f677cb1 1.79kB / 1.79kB done
11:00:10 #12 sha256:36c834315aca7d18b55fe6e6dd4ae391fcf6ea4a640e480ec938d9f29ad19230 7.12kB / 7.12kB done
11:00:10 #12 sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec 1.86kB / 1.86kB done
11:00:10 #12 sha256:5b0405f798f5b335d83b02371187f3be0ce2092aa0c6b6178ff11290ee6a14c9 7.86MB / 7.86MB 0.4s done
11:00:10 #12 sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 50.44MB / 50.44MB 1.7s done
11:00:10 #12 sha256:ab80b2b0494ab26b41941fb73a028292e2e5d2070c56b3488e890eda20e04641 10.00MB / 10.00MB 0.7s done
11:00:10 #12 sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 51.84MB / 51.84MB 1.8s done
11:00:10 #12 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 68.83MB / 68.83MB 3.5s done
11:00:10 #12 extracting sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 5.2s done
11:00:10 #12 sha256:baca0e06c4e4e05fb963c189b5345cd1b92782afddd2e03ada82c530fc32e581 155B / 155B 1.9s done
11:00:10 #12 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 135.06MB / 135.06MB 5.0s done
11:00:10 #12 ...
11:00:10 
11:00:10 #7 [stage-1 1/6] FROM docker.io/library/fedora:35@sha256:f1e3a29da8990568c1da6a460cf9658ee7e9b409aa39c2aded67f7ac1dfe7e8a
11:00:10 #7 sha256:3099f0663f3fd64b15a1ec349269aabcb46d49b91981b3a651eea001bb4a7f34
11:00:10 #7 DONE 7.3s
11:00:10 
11:00:10 #12 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:10 #12 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e
11:00:10 #12 extracting sha256:5b0405f798f5b335d83b02371187f3be0ce2092aa0c6b6178ff11290ee6a14c9
11:00:11 #12 extracting sha256:5b0405f798f5b335d83b02371187f3be0ce2092aa0c6b6178ff11290ee6a14c9 0.5s done
11:00:11 #12 extracting sha256:ab80b2b0494ab26b41941fb73a028292e2e5d2070c56b3488e890eda20e04641
11:00:11 #12 extracting sha256:ab80b2b0494ab26b41941fb73a028292e2e5d2070c56b3488e890eda20e04641 0.5s done
11:00:11 #12 extracting sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921
11:00:17 #12 extracting sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 4.8s done
11:00:17 #12 extracting sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e
11:00:21 #12 ...
11:00:21 
11:00:21 #8 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:00:21 #8 sha256:7026d6e482c3e5268d9119eca714ea85b7cca404fd15faa947e9dd725188f6af
11:00:21 #8 6.214 Fedora 35 - x86_64                               15 MB/s |  79 MB     00:05    
11:00:21 #8 ...
11:00:21 
11:00:21 #12 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:21 #12 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e
11:00:21 #12 extracting sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 4.8s done
11:00:21 #12 extracting sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1
11:00:27 #12 extracting sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 5.1s
11:00:32 #12 extracting sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 10.3s
11:00:33 #12 extracting sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 11.8s done
11:00:34 #12 extracting sha256:baca0e06c4e4e05fb963c189b5345cd1b92782afddd2e03ada82c530fc32e581
11:00:34 #12 extracting sha256:baca0e06c4e4e05fb963c189b5345cd1b92782afddd2e03ada82c530fc32e581 done
11:00:34 #12 DONE 31.1s
11:00:34 
11:00:34 #8 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:00:34 #8 sha256:7026d6e482c3e5268d9119eca714ea85b7cca404fd15faa947e9dd725188f6af
11:00:46 #8 34.45 Fedora 35 openh264 (From Cisco) - x86_64        3.0 kB/s | 2.5 kB     00:00    
11:00:46 #8 35.68 Fedora Modular 35 - x86_64                      3.4 MB/s | 3.3 MB     00:00    
11:00:49 #8 38.10 Fedora 35 - x86_64 - Updates                     19 MB/s |  32 MB     00:01    
11:00:59 #8 47.85 Fedora Modular 35 - x86_64 - Updates            3.8 MB/s | 3.4 MB     00:00    
11:01:04 #8 52.93 Dependencies resolved.
11:01:04 #8 52.97 ================================================================================
11:01:04 #8 52.97  Package                       Arch     Version                 Repo       Size
11:01:04 #8 52.97 ================================================================================
11:01:04 #8 52.97 Installing:
11:01:04 #8 52.97  dnf-plugins-core              noarch   4.2.1-1.fc35            updates    34 k
11:01:04 #8 52.97  rpm-build                     x86_64   4.17.1-2.fc35           updates    58 k
11:01:04 #8 52.97  rpmlint                       noarch   2.2.0-2.fc35            updates   240 k
11:01:04 #8 52.97 Upgrading:
11:01:04 #8 52.97  dnf                           noarch   4.13.0-1.fc35           updates   450 k
11:01:04 #8 52.97  dnf-data                      noarch   4.13.0-1.fc35           updates    42 k
11:01:04 #8 52.97  elfutils-libelf               x86_64   0.187-4.fc35            updates   197 k
11:01:04 #8 52.97  elfutils-libs                 x86_64   0.187-4.fc35            updates   255 k
11:01:04 #8 52.97  glibc                         x86_64   2.34-38.fc35            updates   1.9 M
11:01:04 #8 52.97  glibc-common                  x86_64   2.34-38.fc35            updates   298 k
11:01:04 #8 52.97  glibc-minimal-langpack        x86_64   2.34-38.fc35            updates    26 k
11:01:04 #8 52.97  libdnf                        x86_64   0.67.0-2.fc35           updates   653 k
11:01:04 #8 52.97  libsolv                       x86_64   0.7.22-1.fc35           updates   403 k
11:01:04 #8 52.97  python3-dnf                   noarch   4.13.0-1.fc35           updates   415 k
11:01:04 #8 52.97  python3-hawkey                x86_64   0.67.0-2.fc35           updates   108 k
11:01:04 #8 52.97  python3-libdnf                x86_64   0.67.0-2.fc35           updates   777 k
11:01:04 #8 52.97  python3-rpm                   x86_64   4.17.1-2.fc35           updates    89 k
11:01:04 #8 52.97  rpm                           x86_64   4.17.1-2.fc35           updates   533 k
11:01:04 #8 52.97  rpm-build-libs                x86_64   4.17.1-2.fc35           updates    90 k
11:01:04 #8 52.97  rpm-libs                      x86_64   4.17.1-2.fc35           updates   313 k
11:01:04 #8 52.97  rpm-sign-libs                 x86_64   4.17.1-2.fc35           updates    24 k
11:01:04 #8 52.97  yum                           noarch   4.13.0-1.fc35           updates    39 k
11:01:04 #8 52.97 Installing dependencies:
11:01:04 #8 52.97  ansible-srpm-macros           noarch   1-5.fc35                updates   7.3 k
11:01:04 #8 52.97  binutils                      x86_64   2.37-17.fc35            updates   5.9 M
11:01:04 #8 52.97  binutils-gold                 x86_64   2.37-17.fc35            updates   726 k
11:01:04 #8 52.97  bzip2                         x86_64   1.0.8-9.fc35            fedora     52 k
11:01:04 #8 52.97  cpio                          x86_64   2.13-11.fc35            fedora    270 k
11:01:04 #8 52.97  dash                          x86_64   0.5.10.2-9.fc35         fedora     96 k
11:01:04 #8 52.97  dbus-libs                     x86_64   1:1.12.22-1.fc35        updates   152 k
11:01:04 #8 52.97  debugedit                     x86_64   5.0-2.fc35              fedora     76 k
11:01:04 #8 52.97  devscripts-checkbashisms      x86_64   2.21.4-1.fc35           fedora     28 k
11:01:04 #8 52.97  diffutils                     x86_64   3.8-1.fc35              fedora    400 k
11:01:04 #8 52.97  dwz                           x86_64   0.14-2.fc35             fedora    127 k
11:01:04 #8 52.97  ed                            x86_64   1.14.2-11.fc35          fedora     73 k
11:01:04 #8 52.97  efi-srpm-macros               noarch   5-4.fc35                fedora     22 k
11:01:04 #8 52.97  elfutils                      x86_64   0.187-4.fc35            updates   519 k
11:01:04 #8 52.97  elfutils-debuginfod-client    x86_64   0.187-4.fc35            updates    39 k
11:01:04 #8 52.97  enchant                       x86_64   1:1.6.0-28.fc35         fedora     59 k
11:01:04 #8 52.97  file                          x86_64   5.40-9.fc35             fedora     51 k
11:01:04 #8 52.97  findutils                     x86_64   1:4.8.0-4.fc35          fedora    538 k
11:01:04 #8 52.97  fonts-filesystem              noarch   1:2.0.5-6.fc35          fedora    8.9 k
11:01:04 #8 52.97  fonts-srpm-macros             noarch   1:2.0.5-6.fc35          fedora     27 k
11:01:04 #8 52.97  fpc-srpm-macros               noarch   1.3-4.fc35              fedora    7.6 k
11:01:04 #8 52.97  gdb-minimal                   x86_64   12.1-1.fc35             updates   3.9 M
11:01:04 #8 52.97  gdk-pixbuf2                   x86_64   2.42.6-2.fc35           fedora    467 k
11:01:04 #8 52.97  ghc-srpm-macros               noarch   1.5.0-5.fc35            fedora    7.8 k
11:01:04 #8 52.97  glib-networking               x86_64   2.70.1-1.fc35           updates   177 k
11:01:04 #8 52.97  glibc-gconv-extra             x86_64   2.34-38.fc35            updates   1.5 M
11:01:04 #8 52.97  gnat-srpm-macros              noarch   4-14.fc35               fedora    8.2 k
11:01:04 #8 52.97  go-srpm-macros                noarch   3.0.15-1.fc35           updates    26 k
11:01:04 #8 52.97  groff-base                    x86_64   1.22.4-8.fc35           fedora    1.0 M
11:01:04 #8 52.97  gsettings-desktop-schemas     x86_64   41.0-1.fc35             fedora    688 k
11:01:04 #8 52.97  hunspell                      x86_64   1.7.0-11.fc35           fedora    322 k
11:01:04 #8 52.97  hunspell-en-GB                noarch   0.20140811.1-20.fc35    fedora    225 k
11:01:04 #8 52.97  hunspell-en-US                noarch   0.20140811.1-20.fc35    fedora    176 k
11:01:04 #8 52.97  hunspell-filesystem           x86_64   1.7.0-11.fc35           fedora    7.8 k
11:01:04 #8 52.97  info                          x86_64   6.8-2.fc35              fedora    222 k
11:01:04 #8 52.97  json-glib                     x86_64   1.6.6-1.fc35            fedora    151 k
11:01:04 #8 52.97  kernel-srpm-macros            noarch   1.0-6.fc35              fedora    8.0 k
11:01:04 #8 52.97  libappstream-glib             x86_64   0.7.18-3.fc35           fedora    387 k
11:01:04 #8 52.97  libevent                      x86_64   2.1.12-4.fc35           fedora    261 k
11:01:04 #8 52.97  libjpeg-turbo                 x86_64   2.1.0-3.fc35            fedora    176 k
11:01:04 #8 52.97  libpkgconf                    x86_64   1.8.0-1.fc35            fedora     36 k
11:01:04 #8 52.97  libpng                        x86_64   2:1.6.37-11.fc35        fedora    119 k
11:01:04 #8 52.97  libproxy                      x86_64   0.4.17-3.fc35           fedora     71 k
11:01:04 #8 52.97  libsoup                       x86_64   2.74.2-1.fc35           updates   390 k
11:01:04 #8 52.97  libstemmer                    x86_64   0-17.585svn.fc35        fedora     82 k
11:01:04 #8 52.97  lua-srpm-macros               noarch   1-5.fc35                fedora    8.4 k
11:01:04 #8 52.97  ncurses                       x86_64   6.2-8.20210508.fc35     fedora    400 k
11:01:04 #8 52.97  nim-srpm-macros               noarch   3-5.fc35                fedora    8.4 k
11:01:04 #8 52.97  ocaml-srpm-macros             noarch   6-5.fc35                fedora    7.8 k
11:01:04 #8 52.97  openblas-srpm-macros          noarch   2-10.fc35               fedora    7.4 k
11:01:04 #8 52.97  patch                         x86_64   2.7.6-15.fc35           fedora    127 k
11:01:04 #8 52.97  perl-AutoLoader               noarch   5.74-486.fc35           updates    26 k
11:01:04 #8 52.97  perl-B                        x86_64   1.82-486.fc35           updates   185 k
11:01:04 #8 52.97  perl-Carp                     noarch   1.52-478.fc35           fedora     29 k
11:01:04 #8 52.97  perl-Class-Struct             noarch   0.66-486.fc35           updates    27 k
11:01:04 #8 52.97  perl-Data-Dumper              x86_64   2.183-2.fc35            fedora     56 k
11:01:04 #8 52.97  perl-Digest                   noarch   1.20-1.fc35             fedora     25 k
11:01:04 #8 52.97  perl-Digest-MD5               x86_64   2.58-478.fc35           fedora     36 k
11:01:04 #8 52.97  perl-DynaLoader               x86_64   1.50-486.fc35           updates    30 k
11:01:04 #8 52.97  perl-Encode                   x86_64   4:3.15-482.fc35         updates   1.7 M
11:01:04 #8 52.97  perl-Errno                    x86_64   1.33-486.fc35           updates    19 k
11:01:04 #8 52.97  perl-Exporter                 noarch   5.76-479.fc35           fedora     31 k
11:01:04 #8 52.97  perl-Fcntl                    x86_64   1.14-486.fc35           updates    25 k
11:01:04 #8 52.97  perl-File-Basename            noarch   2.85-486.fc35           updates    22 k
11:01:04 #8 52.97  perl-File-Path                noarch   2.18-478.fc35           fedora     35 k
11:01:04 #8 52.97  perl-File-Temp                noarch   1:0.231.100-478.fc35    fedora     59 k
11:01:04 #8 52.97  perl-File-stat                noarch   1.09-486.fc35           updates    22 k
11:01:04 #8 52.97  perl-FileHandle               noarch   2.03-486.fc35           updates    20 k
11:01:04 #8 52.97  perl-Getopt-Long              noarch   1:2.52-478.fc35         fedora     60 k
11:01:04 #8 52.97  perl-Getopt-Std               noarch   1.13-486.fc35           updates    20 k
11:01:04 #8 52.97  perl-HTTP-Tiny                noarch   0.080-1.fc35            updates    55 k
11:01:04 #8 52.97  perl-IO                       x86_64   1.46-486.fc35           updates    91 k
11:01:04 #8 52.97  perl-IPC-Open3                noarch   1.21-486.fc35           updates    27 k
11:01:04 #8 52.97  perl-MIME-Base64              x86_64   3.16-478.fc35           fedora     30 k
11:01:04 #8 52.97  perl-Net-SSLeay               x86_64   1.90-4.fc35             fedora    349 k
11:01:04 #8 52.97  perl-POSIX                    x86_64   1.97-486.fc35           updates   102 k
11:01:04 #8 52.97  perl-PathTools                x86_64   3.80-478.fc35           fedora     85 k
11:01:04 #8 52.97  perl-Pod-Escapes              noarch   1:1.07-478.fc35         fedora     20 k
11:01:04 #8 52.97  perl-Pod-Perldoc              noarch   3.28.01-479.fc35        fedora     84 k
11:01:04 #8 52.97  perl-Pod-Simple               noarch   1:3.43-2.fc35           fedora    215 k
11:01:04 #8 52.97  perl-Pod-Usage                noarch   4:2.01-478.fc35         fedora     40 k
11:01:04 #8 52.97  perl-Scalar-List-Utils        x86_64   5:1.62-463.fc35         updates    72 k
11:01:04 #8 52.97  perl-SelectSaver              noarch   1.02-486.fc35           updates    16 k
11:01:04 #8 52.97  perl-Socket                   x86_64   4:2.032-2.fc35          fedora     55 k
11:01:04 #8 52.97  perl-Storable                 x86_64   1:3.25-1.fc35           fedora     95 k
11:01:04 #8 52.97  perl-Symbol                   noarch   1.09-486.fc35           updates    19 k
11:01:04 #8 52.97  perl-Term-ANSIColor           noarch   5.01-479.fc35           fedora     48 k
11:01:04 #8 52.97  perl-Term-Cap                 noarch   1.17-478.fc35           fedora     22 k
11:01:04 #8 52.97  perl-Text-ParseWords          noarch   3.30-478.fc35           fedora     16 k
11:01:04 #8 52.97  perl-Text-Tabs+Wrap           noarch   2021.0814-1.fc35        fedora     22 k
11:01:04 #8 52.97  perl-Time-Local               noarch   2:1.300-478.fc35        fedora     33 k
11:01:04 #8 52.97  perl-URI                      noarch   5.09-4.fc35             fedora    108 k
11:01:04 #8 52.97  perl-base                     noarch   2.27-486.fc35           updates    21 k
11:01:04 #8 52.97  perl-constant                 noarch   1.33-479.fc35           fedora     23 k
11:01:04 #8 52.97  perl-if                       noarch   0.60.900-486.fc35       updates    18 k
11:01:04 #8 52.97  perl-interpreter              x86_64   4:5.34.1-486.fc35       updates    76 k
11:01:04 #8 52.97  perl-libnet                   noarch   3.13-479.fc35           fedora    125 k
11:01:04 #8 52.97  perl-libs                     x86_64   4:5.34.1-486.fc35       updates   2.1 M
11:01:04 #8 52.97  perl-mro                      x86_64   1.25-486.fc35           updates    33 k
11:01:04 #8 52.97  perl-overload                 noarch   1.33-486.fc35           updates    50 k
11:01:04 #8 52.97  perl-overloading              noarch   0.02-486.fc35           updates    17 k
11:01:04 #8 52.97  perl-parent                   noarch   1:0.238-478.fc35        fedora     14 k
11:01:04 #8 52.97  perl-podlators                noarch   1:4.14-478.fc35         fedora    111 k
11:01:04 #8 52.97  perl-srpm-macros              noarch   1-42.fc35               fedora    8.3 k
11:01:04 #8 52.97  perl-subs                     noarch   1.04-486.fc35           updates    16 k
11:01:04 #8 52.97  perl-vars                     noarch   1.05-486.fc35           updates    17 k
11:01:04 #8 52.97  pkgconf                       x86_64   1.8.0-1.fc35            fedora     41 k
11:01:04 #8 52.97  pkgconf-m4                    noarch   1.8.0-1.fc35            fedora     14 k
11:01:04 #8 52.97  pkgconf-pkg-config            x86_64   1.8.0-1.fc35            fedora     10 k
11:01:04 #8 52.97  protobuf-c                    x86_64   1.4.0-1.fc35            fedora     35 k
11:01:04 #8 52.97  python-srpm-macros            noarch   3.10-11.fc35            updates    25 k
11:01:04 #8 52.97  python3-construct             noarch   2.10.68-1.fc35          updates   112 k
11:01:04 #8 52.97  python3-dateutil              noarch   1:2.8.1-7.fc35          fedora    289 k
11:01:04 #8 52.97  python3-dbus                  x86_64   1.2.18-2.fc35           fedora    132 k
11:01:04 #8 52.97  python3-distro                noarch   1.6.0-1.fc35            fedora     38 k
11:01:04 #8 52.97  python3-dnf-plugins-core      noarch   4.2.1-1.fc35            updates   221 k
11:01:04 #8 52.97  python3-enchant               noarch   3.2.2-1.fc35            updates    79 k
11:01:04 #8 52.97  python3-pybeam                noarch   0.7-1.fc35              fedora     24 k
11:01:04 #8 52.97  python3-pyxdg                 noarch   0.27-3.fc35             fedora     96 k
11:01:04 #8 52.97  python3-six                   noarch   1.16.0-4.fc35           fedora     36 k
11:01:04 #8 52.97  python3-toml                  noarch   0.10.2-5.fc35           fedora     39 k
11:01:04 #8 52.97  python3-zstd                  x86_64   1.4.5.1-5.fc35          fedora     19 k
11:01:04 #8 52.97  qt5-srpm-macros               noarch   5.15.2-3.fc35           fedora    8.2 k
11:01:04 #8 52.97  redhat-rpm-config             noarch   201-1.fc35              updates    64 k
11:01:04 #8 52.97  rpmautospec-rpm-macros        noarch   0.2.6-1.fc35            updates   8.3 k
11:01:04 #8 52.97  rust-srpm-macros              noarch   21-1.fc35               updates   9.0 k
11:01:04 #8 52.97  shared-mime-info              x86_64   2.1-3.fc35              fedora    373 k
11:01:04 #8 52.97  systemd-libs                  x86_64   249.12-5.fc35           updates   604 k
11:01:04 #8 52.97  unbound-libs                  x86_64   1.16.0-3.fc35           updates   538 k
11:01:04 #8 52.97  unzip                         x86_64   6.0-53.fc35             fedora    179 k
11:01:04 #8 52.97  xxhash-libs                   x86_64   0.8.1-1.fc35            updates    40 k
11:01:04 #8 52.97  xz                            x86_64   5.2.5-7.fc35            fedora    214 k
11:01:04 #8 52.97  zip                           x86_64   3.0-31.fc35             fedora    257 k
11:01:04 #8 52.97  zstd                          x86_64   1.5.2-2.fc35            updates   429 k
11:01:04 #8 52.97 Installing weak dependencies:
11:01:04 #8 52.97  abattis-cantarell-fonts       noarch   0.301-5.fc35            updates   364 k
11:01:04 #8 52.97  adobe-source-code-pro-fonts   noarch   2.030.1.050-11.fc35     fedora    831 k
11:01:04 #8 52.97  deltarpm                      x86_64   3.6.2-10.fc35           fedora     88 k
11:01:04 #8 52.97  hunspell-en                   noarch   0.20140811.1-20.fc35    fedora    180 k
11:01:04 #8 52.97  perl-IO-Socket-IP             noarch   0.41-479.fc35           fedora     42 k
11:01:04 #8 52.97  perl-IO-Socket-SSL            noarch   2.072-1.fc35            fedora    217 k
11:01:04 #8 52.97  perl-Mozilla-CA               noarch   20211001-1.fc35         updates    12 k
11:01:04 #8 52.97  perl-NDBM_File                x86_64   1.15-486.fc35           updates    27 k
11:01:04 #8 52.97  python3-unbound               x86_64   1.16.0-3.fc35           updates    99 k
11:01:04 #8 52.97 
11:01:04 #8 52.97 Transaction Summary
11:01:04 #8 52.97 ================================================================================
11:01:04 #8 52.97 Install  146 Packages
11:01:04 #8 52.97 Upgrade   18 Packages
11:01:04 #8 52.97 
11:01:04 #8 52.98 Total download size: 39 M
11:01:04 #8 52.98 Downloading Packages:
11:01:04 #8 53.98 (1/164): bzip2-1.0.8-9.fc35.x86_64.rpm          228 kB/s |  52 kB     00:00    
11:01:04 #8 54.02 (2/164): cpio-2.13-11.fc35.x86_64.rpm           995 kB/s | 270 kB     00:00    
11:01:04 #8 54.06 (3/164): adobe-source-code-pro-fonts-2.030.1.05 2.6 MB/s | 831 kB     00:00    
11:01:04 #8 54.06 (4/164): dash-0.5.10.2-9.fc35.x86_64.rpm        1.1 MB/s |  96 kB     00:00    
11:01:04 #8 54.07 (5/164): debugedit-5.0-2.fc35.x86_64.rpm        1.7 MB/s |  76 kB     00:00    
11:01:04 #8 54.07 (6/164): deltarpm-3.6.2-10.fc35.x86_64.rpm       14 MB/s |  88 kB     00:00    
11:01:04 #8 54.08 (7/164): dwz-0.14-2.fc35.x86_64.rpm              21 MB/s | 127 kB     00:00    
11:01:04 #8 54.11 (8/164): diffutils-3.8-1.fc35.x86_64.rpm        9.0 MB/s | 400 kB     00:00    
11:01:04 #8 54.11 (9/164): devscripts-checkbashisms-2.21.4-1.fc35 548 kB/s |  28 kB     00:00    
11:01:04 #8 54.15 (10/164): ed-1.14.2-11.fc35.x86_64.rpm          980 kB/s |  73 kB     00:00    
11:01:04 #8 54.16 (11/164): efi-srpm-macros-5-4.fc35.noarch.rpm   495 kB/s |  22 kB     00:00    
11:01:04 #8 54.16 (12/164): file-5.40-9.fc35.x86_64.rpm           8.9 MB/s |  51 kB     00:00    
11:01:04 #8 54.16 (13/164): enchant-1.6.0-28.fc35.x86_64.rpm      5.5 MB/s |  59 kB     00:00    
11:01:04 #8 54.21 (14/164): findutils-4.8.0-4.fc35.x86_64.rpm     9.1 MB/s | 538 kB     00:00    
11:01:04 #8 54.22 (15/164): fonts-filesystem-2.0.5-6.fc35.noarch. 162 kB/s | 8.9 kB     00:00    
11:01:04 #8 54.22 (16/164): fpc-srpm-macros-1.3-4.fc35.noarch.rpm 1.7 MB/s | 7.6 kB     00:00    
11:01:04 #8 54.22 (17/164): fonts-srpm-macros-2.0.5-6.fc35.noarch 3.6 MB/s |  27 kB     00:00    
11:01:04 #8 54.23 (18/164): ghc-srpm-macros-1.5.0-5.fc35.noarch.r 1.5 MB/s | 7.8 kB     00:00    
11:01:04 #8 54.28 (19/164): gdk-pixbuf2-2.42.6-2.fc35.x86_64.rpm  7.0 MB/s | 467 kB     00:00    
11:01:04 #8 54.29 (20/164): gnat-srpm-macros-4-14.fc35.noarch.rpm 132 kB/s | 8.2 kB     00:00    
11:01:04 #8 54.32 (21/164): groff-base-1.22.4-8.fc35.x86_64.rpm    11 MB/s | 1.0 MB     00:00    
11:01:05 #8 54.41 (22/164): gsettings-desktop-schemas-41.0-1.fc35 5.4 MB/s | 688 kB     00:00    
11:01:05 #8 54.45 (23/164): hunspell-1.7.0-11.fc35.x86_64.rpm     2.0 MB/s | 322 kB     00:00    
11:01:05 #8 54.45 (24/164): hunspell-en-0.20140811.1-20.fc35.noar 1.4 MB/s | 180 kB     00:00    
11:01:05 #8 54.46 (25/164): hunspell-en-GB-0.20140811.1-20.fc35.n 5.2 MB/s | 225 kB     00:00    
11:01:05 #8 54.46 (26/164): hunspell-en-US-0.20140811.1-20.fc35.n  19 MB/s | 176 kB     00:00    
11:01:05 #8 54.47 (27/164): info-6.8-2.fc35.x86_64.rpm             27 MB/s | 222 kB     00:00    
11:01:05 #8 54.47 (28/164): hunspell-filesystem-1.7.0-11.fc35.x86 468 kB/s | 7.8 kB     00:00    
11:01:05 #8 54.51 (29/164): json-glib-1.6.6-1.fc35.x86_64.rpm     3.2 MB/s | 151 kB     00:00    
11:01:05 #8 54.51 (30/164): kernel-srpm-macros-1.0-6.fc35.noarch. 179 kB/s | 8.0 kB     00:00    
11:01:05 #8 54.57 (31/164): libappstream-glib-0.7.18-3.fc35.x86_6 3.9 MB/s | 387 kB     00:00    
11:01:05 #8 54.62 (32/164): libevent-2.1.12-4.fc35.x86_64.rpm     2.4 MB/s | 261 kB     00:00    
11:01:05 #8 54.62 (33/164): libpkgconf-1.8.0-1.fc35.x86_64.rpm    692 kB/s |  36 kB     00:00    
11:01:05 #8 54.62 (34/164): libjpeg-turbo-2.1.0-3.fc35.x86_64.rpm 3.1 MB/s | 176 kB     00:00    
11:01:05 #8 54.63 (35/164): libpng-1.6.37-11.fc35.x86_64.rpm       11 MB/s | 119 kB     00:00    
11:01:05 #8 54.63 (36/164): libproxy-0.4.17-3.fc35.x86_64.rpm     6.9 MB/s |  71 kB     00:00    
11:01:05 #8 54.63 (37/164): libstemmer-0-17.585svn.fc35.x86_64.rp 9.0 MB/s |  82 kB     00:00    
11:01:05 #8 54.64 (38/164): lua-srpm-macros-1-5.fc35.noarch.rpm   1.4 MB/s | 8.4 kB     00:00    
11:01:05 #8 54.67 (39/164): ncurses-6.2-8.20210508.fc35.x86_64.rp  11 MB/s | 400 kB     00:00    
11:01:05 #8 54.67 (40/164): nim-srpm-macros-3-5.fc35.noarch.rpm   242 kB/s | 8.4 kB     00:00    
11:01:05 #8 54.67 (41/164): ocaml-srpm-macros-6-5.fc35.noarch.rpm 231 kB/s | 7.8 kB     00:00    
11:01:05 #8 54.68 (42/164): patch-2.7.6-15.fc35.x86_64.rpm         21 MB/s | 127 kB     00:00    
11:01:05 #8 54.68 (43/164): openblas-srpm-macros-2-10.fc35.noarch 847 kB/s | 7.4 kB     00:00    
11:01:05 #8 54.68 (44/164): perl-Carp-1.52-478.fc35.noarch.rpm    3.3 MB/s |  29 kB     00:00    
11:01:05 #8 54.68 (45/164): perl-Data-Dumper-2.183-2.fc35.x86_64. 7.2 MB/s |  56 kB     00:00    
11:01:05 #8 54.69 (46/164): perl-Digest-1.20-1.fc35.noarch.rpm    4.3 MB/s |  25 kB     00:00    
11:01:05 #8 54.69 (47/164): perl-Exporter-5.76-479.fc35.noarch.rp 5.5 MB/s |  31 kB     00:00    
11:01:05 #8 54.69 (48/164): perl-File-Path-2.18-478.fc35.noarch.r 6.6 MB/s |  35 kB     00:00    
11:01:05 #8 54.70 (49/164): perl-File-Temp-0.231.100-478.fc35.noa 9.7 MB/s |  59 kB     00:00    
11:01:05 #8 54.70 (50/164): perl-Digest-MD5-2.58-478.fc35.x86_64. 1.9 MB/s |  36 kB     00:00    
11:01:05 #8 54.70 (51/164): perl-Getopt-Long-2.52-478.fc35.noarch 6.6 MB/s |  60 kB     00:00    
11:01:05 #8 54.70 (52/164): perl-IO-Socket-IP-0.41-479.fc35.noarc 5.3 MB/s |  42 kB     00:00    
11:01:05 #8 54.74 (53/164): perl-IO-Socket-SSL-2.072-1.fc35.noarc 5.3 MB/s | 217 kB     00:00    
11:01:05 #8 54.74 (54/164): perl-MIME-Base64-3.16-478.fc35.x86_64 711 kB/s |  30 kB     00:00    
11:01:05 #8 54.79 (55/164): perl-Net-SSLeay-1.90-4.fc35.x86_64.rp 4.2 MB/s | 349 kB     00:00    
11:01:05 #8 54.79 (56/164): perl-PathTools-3.80-478.fc35.x86_64.r 1.9 MB/s |  85 kB     00:00    
11:01:05 #8 54.79 (57/164): perl-Pod-Escapes-1.07-478.fc35.noarch 435 kB/s |  20 kB     00:00    
11:01:05 #8 54.80 (58/164): perl-Pod-Perldoc-3.28.01-479.fc35.noa 7.7 MB/s |  84 kB     00:00    
11:01:05 #8 54.80 (59/164): perl-Pod-Usage-2.01-478.fc35.noarch.r 6.2 MB/s |  40 kB     00:00    
11:01:05 #8 54.81 (60/164): perl-Pod-Simple-3.43-2.fc35.noarch.rp  17 MB/s | 215 kB     00:00    
11:01:05 #8 54.81 (61/164): perl-Socket-2.032-2.fc35.x86_64.rpm   5.0 MB/s |  55 kB     00:00    
11:01:05 #8 54.84 (62/164): perl-Storable-3.25-1.fc35.x86_64.rpm  2.5 MB/s |  95 kB     00:00    
11:01:05 #8 54.84 (63/164): perl-Term-ANSIColor-5.01-479.fc35.noa 1.4 MB/s |  48 kB     00:00    
11:01:05 #8 54.84 (64/164): perl-Term-Cap-1.17-478.fc35.noarch.rp 627 kB/s |  22 kB     00:00    
11:01:05 #8 54.85 (65/164): perl-Text-ParseWords-3.30-478.fc35.no 1.8 MB/s |  16 kB     00:00    
11:01:05 #8 54.85 (66/164): perl-Text-Tabs+Wrap-2021.0814-1.fc35. 3.4 MB/s |  22 kB     00:00    
11:01:05 #8 54.85 (67/164): perl-Time-Local-1.300-478.fc35.noarch 3.6 MB/s |  33 kB     00:00    
11:01:05 #8 54.87 (68/164): perl-URI-5.09-4.fc35.noarch.rpm       5.9 MB/s | 108 kB     00:00    
11:01:05 #8 54.87 (69/164): perl-constant-1.33-479.fc35.noarch.rp 1.5 MB/s |  23 kB     00:00    
11:01:05 #8 54.87 (70/164): perl-libnet-3.13-479.fc35.noarch.rpm  7.0 MB/s | 125 kB     00:00    
11:01:05 #8 54.88 (71/164): perl-parent-0.238-478.fc35.noarch.rpm 1.5 MB/s |  14 kB     00:00    
11:01:05 #8 54.88 (72/164): perl-srpm-macros-1-42.fc35.noarch.rpm 1.5 MB/s | 8.3 kB     00:00    
11:01:05 #8 54.89 (73/164): perl-podlators-4.14-478.fc35.noarch.r  10 MB/s | 111 kB     00:00    
11:01:05 #8 54.89 (74/164): pkgconf-1.8.0-1.fc35.x86_64.rpm       3.9 MB/s |  41 kB     00:00    
11:01:05 #8 54.89 (75/164): pkgconf-m4-1.8.0-1.fc35.noarch.rpm    1.1 MB/s |  14 kB     00:00    
11:01:05 #8 54.90 (76/164): pkgconf-pkg-config-1.8.0-1.fc35.x86_6 1.3 MB/s |  10 kB     00:00    
11:01:05 #8 54.90 (77/164): protobuf-c-1.4.0-1.fc35.x86_64.rpm    3.2 MB/s |  35 kB     00:00    
11:01:05 #8 54.94 (78/164): python3-dateutil-2.8.1-7.fc35.noarch. 6.3 MB/s | 289 kB     00:00    
11:01:05 #8 54.98 (79/164): python3-dbus-1.2.18-2.fc35.x86_64.rpm 1.7 MB/s | 132 kB     00:00    
11:01:05 #8 54.98 (80/164): python3-distro-1.6.0-1.fc35.noarch.rp 468 kB/s |  38 kB     00:00    
11:01:05 #8 54.99 (81/164): python3-pybeam-0.7-1.fc35.noarch.rpm  505 kB/s |  24 kB     00:00    
11:01:05 #8 54.99 (82/164): python3-six-1.16.0-4.fc35.noarch.rpm  4.8 MB/s |  36 kB     00:00    
11:01:05 #8 55.00 (83/164): python3-pyxdg-0.27-3.fc35.noarch.rpm  7.8 MB/s |  96 kB     00:00    
11:01:05 #8 55.00 (84/164): python3-toml-0.10.2-5.fc35.noarch.rpm 3.4 MB/s |  39 kB     00:00    
11:01:05 #8 55.00 (85/164): qt5-srpm-macros-5.15.2-3.fc35.noarch. 1.3 MB/s | 8.2 kB     00:00    
11:01:05 #8 55.01 (86/164): python3-zstd-1.4.5.1-5.fc35.x86_64.rp 1.3 MB/s |  19 kB     00:00    
11:01:05 #8 55.05 (87/164): shared-mime-info-2.1-3.fc35.x86_64.rp 7.1 MB/s | 373 kB     00:00    
11:01:05 #8 55.06 (88/164): unzip-6.0-53.fc35.x86_64.rpm          3.3 MB/s | 179 kB     00:00    
11:01:05 #8 55.10 (89/164): xz-5.2.5-7.fc35.x86_64.rpm            2.3 MB/s | 214 kB     00:00    
11:01:05 #8 55.13 (90/164): zip-3.0-31.fc35.x86_64.rpm            3.4 MB/s | 257 kB     00:00    
11:01:05 #8 55.17 (91/164): abattis-cantarell-fonts-0.301-5.fc35. 3.2 MB/s | 364 kB     00:00    
11:01:05 #8 55.18 (92/164): ansible-srpm-macros-1-5.fc35.noarch.r 106 kB/s | 7.3 kB     00:00    
11:01:05 #8 55.23 (93/164): binutils-gold-2.37-17.fc35.x86_64.rpm  12 MB/s | 726 kB     00:00    
11:01:05 #8 55.24 (94/164): dbus-libs-1.12.22-1.fc35.x86_64.rpm   2.2 MB/s | 152 kB     00:00    
11:01:05 #8 55.35 (95/164): binutils-2.37-17.fc35.x86_64.rpm       33 MB/s | 5.9 MB     00:00    
11:01:06 #8 55.40 (96/164): elfutils-0.187-4.fc35.x86_64.rpm      3.2 MB/s | 519 kB     00:00    
11:01:06 #8 55.41 (97/164): dnf-plugins-core-4.2.1-1.fc35.noarch. 201 kB/s |  34 kB     00:00    
11:01:06 #8 55.41 (98/164): elfutils-debuginfod-client-0.187-4.fc 4.6 MB/s |  39 kB     00:00    
11:01:06 #8 55.42 (99/164): glib-networking-2.70.1-1.fc35.x86_64.  18 MB/s | 177 kB     00:00    
11:01:06 #8 55.43 (100/164): go-srpm-macros-3.0.15-1.fc35.noarch. 3.6 MB/s |  26 kB     00:00    
11:01:06 #8 55.46 (101/164): libsoup-2.74.2-1.fc35.x86_64.rpm      11 MB/s | 390 kB     00:00    
11:01:06 #8 55.53 (102/164): glibc-gconv-extra-2.34-38.fc35.x86_6  13 MB/s | 1.5 MB     00:00    
11:01:06 #8 55.54 (103/164): perl-AutoLoader-5.74-486.fc35.noarch 367 kB/s |  26 kB     00:00    
11:01:06 #8 55.60 (104/164): gdb-minimal-12.1-1.fc35.x86_64.rpm    20 MB/s | 3.9 MB     00:00    
11:01:06 #8 55.60 (105/164): perl-B-1.82-486.fc35.x86_64.rpm      2.5 MB/s | 185 kB     00:00    
11:01:06 #8 55.61 (106/164): perl-Class-Struct-0.66-486.fc35.noar 389 kB/s |  27 kB     00:00    
11:01:06 #8 55.61 (107/164): perl-DynaLoader-1.50-486.fc35.x86_64 6.2 MB/s |  30 kB     00:00    
11:01:06 #8 55.61 (108/164): perl-Errno-1.33-486.fc35.x86_64.rpm  2.2 MB/s |  19 kB     00:00    
11:01:06 #8 55.63 (109/164): perl-Fcntl-1.14-486.fc35.x86_64.rpm  1.6 MB/s |  25 kB     00:00    
11:01:06 #8 55.68 (110/164): perl-Encode-3.15-482.fc35.x86_64.rpm  24 MB/s | 1.7 MB     00:00    
11:01:06 #8 55.68 (111/164): perl-File-Basename-2.85-486.fc35.noa 340 kB/s |  22 kB     00:00    
11:01:06 #8 55.68 (112/164): perl-File-stat-1.09-486.fc35.noarch. 396 kB/s |  22 kB     00:00    
11:01:06 #8 55.69 (113/164): perl-FileHandle-2.03-486.fc35.noarch 2.3 MB/s |  20 kB     00:00    
11:01:06 #8 55.69 (114/164): perl-Getopt-Std-1.13-486.fc35.noarch 1.5 MB/s |  20 kB     00:00    
11:01:06 #8 55.70 (115/164): perl-HTTP-Tiny-0.080-1.fc35.noarch.r 4.5 MB/s |  55 kB     00:00    
11:01:06 #8 55.70 (116/164): perl-IO-1.46-486.fc35.x86_64.rpm     7.6 MB/s |  91 kB     00:00    
11:01:06 #8 55.71 (117/164): perl-IPC-Open3-1.21-486.fc35.noarch. 2.5 MB/s |  27 kB     00:00    
11:01:06 #8 55.71 (118/164): perl-Mozilla-CA-20211001-1.fc35.noar 880 kB/s |  12 kB     00:00    
11:01:06 #8 55.72 (119/164): perl-NDBM_File-1.15-486.fc35.x86_64. 2.4 MB/s |  27 kB     00:00    
11:01:06 #8 55.72 (120/164): perl-POSIX-1.97-486.fc35.x86_64.rpm   10 MB/s | 102 kB     00:00    
11:01:06 #8 55.73 (121/164): perl-Scalar-List-Utils-1.62-463.fc35 5.3 MB/s |  72 kB     00:00    
11:01:06 #8 55.73 (122/164): perl-SelectSaver-1.02-486.fc35.noarc 1.1 MB/s |  16 kB     00:00    
11:01:06 #8 55.74 (123/164): perl-Symbol-1.09-486.fc35.noarch.rpm 2.5 MB/s |  19 kB     00:00    
11:01:06 #8 55.74 (124/164): perl-base-2.27-486.fc35.noarch.rpm   2.1 MB/s |  21 kB     00:00    
11:01:06 #8 55.74 (125/164): perl-if-0.60.900-486.fc35.noarch.rpm 2.2 MB/s |  18 kB     00:00    
11:01:06 #8 55.75 (126/164): perl-interpreter-5.34.1-486.fc35.x86 8.1 MB/s |  76 kB     00:00    
11:01:06 #8 55.75 (127/164): perl-mro-1.25-486.fc35.x86_64.rpm    3.9 MB/s |  33 kB     00:00    
11:01:06 #8 55.76 (128/164): perl-overload-1.33-486.fc35.noarch.r 5.4 MB/s |  50 kB     00:00    
11:01:06 #8 55.77 (129/164): perl-overloading-0.02-486.fc35.noarc 2.0 MB/s |  17 kB     00:00    
11:01:06 #8 55.77 (130/164): perl-subs-1.04-486.fc35.noarch.rpm   2.0 MB/s |  16 kB     00:00    
11:01:06 #8 55.78 (131/164): perl-vars-1.05-486.fc35.noarch.rpm   2.0 MB/s |  17 kB     00:00    
11:01:06 #8 55.79 (132/164): python-srpm-macros-3.10-11.fc35.noar 1.7 MB/s |  25 kB     00:00    
11:01:06 #8 55.80 (133/164): python3-construct-2.10.68-1.fc35.noa 6.4 MB/s | 112 kB     00:00    
11:01:06 #8 55.84 (134/164): perl-libs-5.34.1-486.fc35.x86_64.rpm  20 MB/s | 2.1 MB     00:00    
11:01:06 #8 55.85 (135/164): python3-dnf-plugins-core-4.2.1-1.fc3 3.6 MB/s | 221 kB     00:00    
11:01:06 #8 55.85 (136/164): python3-enchant-3.2.2-1.fc35.noarch. 1.4 MB/s |  79 kB     00:00    
11:01:06 #8 55.88 (137/164): redhat-rpm-config-201-1.fc35.noarch. 2.4 MB/s |  64 kB     00:00    
11:01:06 #8 55.88 (138/164): python3-unbound-1.16.0-3.fc35.x86_64 3.3 MB/s |  99 kB     00:00    
11:01:06 #8 55.88 (139/164): rpm-build-4.17.1-2.fc35.x86_64.rpm   2.0 MB/s |  58 kB     00:00    
11:01:06 #8 55.89 (140/164): rpmautospec-rpm-macros-0.2.6-1.fc35. 972 kB/s | 8.3 kB     00:00    
11:01:06 #8 55.89 (141/164): rust-srpm-macros-21-1.fc35.noarch.rp 1.6 MB/s | 9.0 kB     00:00    
11:01:06 #8 55.90 (142/164): rpmlint-2.2.0-2.fc35.noarch.rpm       12 MB/s | 240 kB     00:00    
11:01:06 #8 55.97 (143/164): unbound-libs-1.16.0-3.fc35.x86_64.rp 6.6 MB/s | 538 kB     00:00    
11:01:06 #8 56.03 (144/164): systemd-libs-249.12-5.fc35.x86_64.rp 4.2 MB/s | 604 kB     00:00    
11:01:06 #8 56.03 (145/164): xxhash-libs-0.8.1-1.fc35.x86_64.rpm  328 kB/s |  40 kB     00:00    
11:01:06 #8 56.07 (146/164): zstd-1.5.2-2.fc35.x86_64.rpm         4.2 MB/s | 429 kB     00:00    
11:01:06 #8 56.07 (147/164): dnf-data-4.13.0-1.fc35.noarch.rpm    968 kB/s |  42 kB     00:00    
11:01:06 #8 56.11 (148/164): dnf-4.13.0-1.fc35.noarch.rpm         5.4 MB/s | 450 kB     00:00    
11:01:06 #8 56.12 (149/164): elfutils-libelf-0.187-4.fc35.x86_64. 4.0 MB/s | 197 kB     00:00    
11:01:06 #8 56.12 (150/164): elfutils-libs-0.187-4.fc35.x86_64.rp 5.2 MB/s | 255 kB     00:00    
11:01:06 #8 56.13 (151/164): glibc-minimal-langpack-2.34-38.fc35. 4.8 MB/s |  26 kB     00:00    
11:01:06 #8 56.16 (152/164): glibc-common-2.34-38.fc35.x86_64.rpm 7.4 MB/s | 298 kB     00:00    
11:01:06 #8 56.21 (153/164): glibc-2.34-38.fc35.x86_64.rpm         19 MB/s | 1.9 MB     00:00    
11:01:06 #8 56.25 (154/164): libdnf-0.67.0-2.fc35.x86_64.rpm      5.5 MB/s | 653 kB     00:00    
11:01:06 #8 56.29 (155/164): libsolv-0.7.22-1.fc35.x86_64.rpm     3.2 MB/s | 403 kB     00:00    
11:01:06 #8 56.29 (156/164): python3-hawkey-0.67.0-2.fc35.x86_64. 2.5 MB/s | 108 kB     00:00    
11:01:06 #8 56.33 (157/164): python3-dnf-4.13.0-1.fc35.noarch.rpm 5.1 MB/s | 415 kB     00:00    
11:01:06 #8 56.34 (158/164): python3-rpm-4.17.1-2.fc35.x86_64.rpm 2.1 MB/s |  89 kB     00:00    
11:01:06 #8 56.37 (159/164): python3-libdnf-0.67.0-2.fc35.x86_64. 9.1 MB/s | 777 kB     00:00    
11:01:06 #8 56.42 (160/164): rpm-4.17.1-2.fc35.x86_64.rpm         6.1 MB/s | 533 kB     00:00    
11:01:06 #8 56.42 (161/164): rpm-build-libs-4.17.1-2.fc35.x86_64. 1.1 MB/s |  90 kB     00:00    
11:01:06 #8 56.43 (162/164): rpm-sign-libs-4.17.1-2.fc35.x86_64.r 3.4 MB/s |  24 kB     00:00    
11:01:06 #8 56.43 (163/164): yum-4.13.0-1.fc35.noarch.rpm         5.9 MB/s |  39 kB     00:00    
11:01:07 #8 56.49 (164/164): rpm-libs-4.17.1-2.fc35.x86_64.rpm    4.7 MB/s | 313 kB     00:00    
11:01:07 #8 56.49 --------------------------------------------------------------------------------
11:01:07 #8 56.49 Total                                            11 MB/s |  39 MB     00:03     
11:01:08 #8 57.84 Running transaction check
11:01:08 #8 57.98 Transaction check succeeded.
11:01:08 #8 57.98 Running transaction test
11:01:09 #8 58.55 Transaction test succeeded.
11:01:09 #8 58.55 Running transaction
11:01:10 #8 59.52   Preparing        :                                                        1/1 
11:01:10 #8 59.55   Installing       : python3-six-1.16.0-4.fc35.noarch                     1/182 
11:01:10 #8 59.56   Installing       : hunspell-filesystem-1.7.0-11.fc35.x86_64             2/182 
11:01:10 #8 59.57   Installing       : fonts-filesystem-1:2.0.5-6.fc35.noarch               3/182 
11:01:10 #8 59.58   Installing       : adobe-source-code-pro-fonts-2.030.1.050-11.fc35.     4/182 
11:01:10 #8 59.62   Installing       : abattis-cantarell-fonts-0.301-5.fc35.noarch          5/182 
11:01:10 #8 59.64   Installing       : gsettings-desktop-schemas-41.0-1.fc35.x86_64         6/182 
11:01:10 #8 59.65   Installing       : python3-dateutil-1:2.8.1-7.fc35.noarch               7/182 
11:01:10 #8 59.69   Installing       : python3-construct-2.10.68-1.fc35.noarch              8/182 
11:01:10 #8 59.73   Installing       : python3-pybeam-0.7-1.fc35.noarch                     9/182 
11:01:10 #8 59.75   Upgrading        : glibc-common-2.34-38.fc35.x86_64                    10/182 
11:01:10 #8 59.77   Upgrading        : glibc-minimal-langpack-2.34-38.fc35.x86_64          11/182 
11:01:10 #8 59.77   Running scriptlet: glibc-2.34-38.fc35.x86_64                           12/182 
11:01:10 #8 59.83   Upgrading        : glibc-2.34-38.fc35.x86_64                           12/182 
11:01:10 #8 59.87   Running scriptlet: glibc-2.34-38.fc35.x86_64                           12/182 
11:01:10 #8 59.98   Installing       : glibc-gconv-extra-2.34-38.fc35.x86_64               13/182 
11:01:10 #8 60.02   Running scriptlet: glibc-gconv-extra-2.34-38.fc35.x86_64               13/182 
11:01:10 #8 60.04   Upgrading        : elfutils-libelf-0.187-4.fc35.x86_64                 14/182 
11:01:10 #8 60.06   Upgrading        : rpm-4.17.1-2.fc35.x86_64                            15/182 
11:01:10 #8 60.11   Upgrading        : rpm-libs-4.17.1-2.fc35.x86_64                       16/182 
11:01:10 #8 60.12   Upgrading        : elfutils-libs-0.187-4.fc35.x86_64                   17/182 
11:01:10 #8 60.15   Installing       : elfutils-debuginfod-client-0.187-4.fc35.x86_64      18/182 
11:01:10 #8 60.17   Installing       : binutils-gold-2.37-17.fc35.x86_64                   19/182 
11:01:10 #8 60.38   Installing       : binutils-2.37-17.fc35.x86_64                        20/182 
11:01:11 #8 60.42   Running scriptlet: binutils-2.37-17.fc35.x86_64                        20/182 
11:01:11 #8 60.44   Installing       : findutils-1:4.8.0-4.fc35.x86_64                     21/182 
11:01:11 #8 60.45   Installing       : hunspell-en-GB-0.20140811.1-20.fc35.noarch          22/182 
11:01:11 #8 60.49   Installing       : hunspell-en-0.20140811.1-20.fc35.noarch             23/182 
11:01:11 #8 60.50   Installing       : hunspell-en-US-0.20140811.1-20.fc35.noarch          24/182 
11:01:11 #8 60.50   Installing       : hunspell-1.7.0-11.fc35.x86_64                       25/182 
11:01:11 #8 60.56   Installing       : elfutils-0.187-4.fc35.x86_64                        26/182 
11:01:11 #8 60.59   Upgrading        : rpm-build-libs-4.17.1-2.fc35.x86_64                 27/182 
11:01:11 #8 60.60   Upgrading        : libsolv-0.7.22-1.fc35.x86_64                        28/182 
11:01:11 #8 60.62   Upgrading        : libdnf-0.67.0-2.fc35.x86_64                         29/182 
11:01:11 #8 60.68   Upgrading        : python3-libdnf-0.67.0-2.fc35.x86_64                 30/182 
11:01:11 #8 60.71   Upgrading        : python3-hawkey-0.67.0-2.fc35.x86_64                 31/182 
11:01:11 #8 60.72   Installing       : dwz-0.14-2.fc35.x86_64                              32/182 
11:01:11 #8 60.76   Installing       : file-5.40-9.fc35.x86_64                             33/182 
11:01:11 #8 60.77   Installing       : libevent-2.1.12-4.fc35.x86_64                       34/182 
11:01:11 #8 60.81   Installing       : protobuf-c-1.4.0-1.fc35.x86_64                      35/182 
11:01:11 #8 60.82   Installing       : unzip-6.0-53.fc35.x86_64                            36/182 
11:01:11 #8 60.87   Installing       : xz-5.2.5-7.fc35.x86_64                              37/182 
11:01:11 #8 60.88   Installing       : zip-3.0-31.fc35.x86_64                              38/182 
11:01:11 #8 60.92   Running scriptlet: unbound-libs-1.16.0-3.fc35.x86_64                   39/182 
11:01:11 #8 61.00   Installing       : unbound-libs-1.16.0-3.fc35.x86_64                   39/182 
11:01:11 #8 61.03   Running scriptlet: unbound-libs-1.16.0-3.fc35.x86_64                   39/182 
11:01:11 #8 61.05   Installing       : python3-unbound-1.16.0-3.fc35.x86_64                40/182 
11:01:11 #8 61.06   Installing       : enchant-1:1.6.0-28.fc35.x86_64                      41/182 
11:01:11 #8 61.10   Installing       : python3-enchant-3.2.2-1.fc35.noarch                 42/182 
11:01:11 #8 61.11   Installing       : deltarpm-3.6.2-10.fc35.x86_64                       43/182 
11:01:11 #8 61.15   Upgrading        : rpm-sign-libs-4.17.1-2.fc35.x86_64                  44/182 
11:01:11 #8 61.16   Upgrading        : python3-rpm-4.17.1-2.fc35.x86_64                    45/182 
11:01:11 #8 61.19   Installing       : efi-srpm-macros-5-4.fc35.noarch                     46/182 
11:01:11 #8 61.20   Installing       : lua-srpm-macros-1-5.fc35.noarch                     47/182 
11:01:11 #8 61.20   Installing       : rpmautospec-rpm-macros-0.2.6-1.fc35.noarch          48/182 
11:01:11 #8 61.24   Installing       : bzip2-1.0.8-9.fc35.x86_64                           49/182 
11:01:11 #8 61.25   Installing       : cpio-2.13-11.fc35.x86_64                            50/182 
11:01:11 #8 61.29   Installing       : dash-0.5.10.2-9.fc35.x86_64                         51/182 
11:01:11 #8 61.29   Running scriptlet: dash-0.5.10.2-9.fc35.x86_64                         51/182 
11:01:11 #8 61.31   Installing       : diffutils-3.8-1.fc35.x86_64                         52/182 
11:01:11 #8 61.36   Running scriptlet: groff-base-1.22.4-8.fc35.x86_64                     53/182 
11:01:11 #8 61.41   Installing       : groff-base-1.22.4-8.fc35.x86_64                     53/182 
11:01:11 #8 61.45   Running scriptlet: groff-base-1.22.4-8.fc35.x86_64                     53/182 
11:01:11 #8 61.46   Installing       : info-6.8-2.fc35.x86_64                              54/182 
11:01:11 #8 61.47   Installing       : ed-1.14.2-11.fc35.x86_64                            55/182 
11:01:12 #8 61.51   Installing       : patch-2.7.6-15.fc35.x86_64                          56/182 
11:01:12 #8 61.52   Installing       : json-glib-1.6.6-1.fc35.x86_64                       57/182 
11:01:12 #8 61.56   Installing       : libjpeg-turbo-2.1.0-3.fc35.x86_64                   58/182 
11:01:12 #8 61.57   Installing       : libpkgconf-1.8.0-1.fc35.x86_64                      59/182 
11:01:12 #8 61.61   Installing       : pkgconf-1.8.0-1.fc35.x86_64                         60/182 
11:01:12 #8 61.62   Installing       : libpng-2:1.6.37-11.fc35.x86_64                      61/182 
11:01:12 #8 61.65   Installing       : libproxy-0.4.17-3.fc35.x86_64                       62/182 
11:01:12 #8 61.66   Installing       : glib-networking-2.70.1-1.fc35.x86_64                63/182 
11:01:12 #8 61.72   Installing       : libsoup-2.74.2-1.fc35.x86_64                        64/182 
11:01:12 #8 61.76   Installing       : libstemmer-0-17.585svn.fc35.x86_64                  65/182 
11:01:12 #8 61.77   Installing       : ncurses-6.2-8.20210508.fc35.x86_64                  66/182 
11:01:12 #8 61.84   Installing       : perl-Digest-1.20-1.fc35.noarch                      67/182 
11:01:12 #8 61.84   Installing       : perl-Digest-MD5-2.58-478.fc35.x86_64                68/182 
11:01:12 #8 61.85   Installing       : perl-B-1.82-486.fc35.x86_64                         69/182 
11:01:12 #8 61.89   Installing       : perl-FileHandle-2.03-486.fc35.noarch                70/182 
11:01:12 #8 61.89   Installing       : perl-AutoLoader-5.74-486.fc35.noarch                71/182 
11:01:12 #8 61.90   Installing       : perl-Data-Dumper-2.183-2.fc35.x86_64                72/182 
11:01:12 #8 61.95   Installing       : perl-libnet-3.13-479.fc35.noarch                    73/182 
11:01:12 #8 61.96   Installing       : perl-base-2.27-486.fc35.noarch                      74/182 
11:01:12 #8 62.01   Installing       : perl-URI-5.09-4.fc35.noarch                         75/182 
11:01:12 #8 62.02   Installing       : perl-Net-SSLeay-1.90-4.fc35.x86_64                  76/182 
11:01:12 #8 62.07   Installing       : perl-Text-Tabs+Wrap-2021.0814-1.fc35.noarch         77/182 
11:01:12 #8 62.07   Installing       : perl-Time-Local-2:1.300-478.fc35.noarch             78/182 
11:01:12 #8 62.10   Installing       : perl-Mozilla-CA-20211001-1.fc35.noarch              79/182 
11:01:12 #8 62.11   Installing       : perl-if-0.60.900-486.fc35.noarch                    80/182 
11:01:12 #8 62.11   Installing       : perl-IO-Socket-IP-0.41-479.fc35.noarch              81/182 
11:01:12 #8 62.15   Installing       : perl-File-Path-2.18-478.fc35.noarch                 82/182 
11:01:12 #8 62.16   Installing       : perl-IO-Socket-SSL-2.072-1.fc35.noarch              83/182 
11:01:12 #8 62.20   Installing       : perl-Pod-Escapes-1:1.07-478.fc35.noarch             84/182 
11:01:12 #8 62.20   Installing       : perl-Term-ANSIColor-5.01-479.fc35.noarch            85/182 
11:01:12 #8 62.21   Installing       : perl-Class-Struct-0.66-486.fc35.noarch              86/182 
11:01:12 #8 62.24   Installing       : perl-POSIX-1.97-486.fc35.x86_64                     87/182 
11:01:12 #8 62.25   Installing       : perl-IPC-Open3-1.21-486.fc35.noarch                 88/182 
11:01:12 #8 62.25   Installing       : perl-subs-1.04-486.fc35.noarch                      89/182 
11:01:12 #8 62.30   Installing       : perl-File-Temp-1:0.231.100-478.fc35.noarch          90/182 
11:01:12 #8 62.31   Installing       : perl-HTTP-Tiny-0.080-1.fc35.noarch                  91/182 
11:01:12 #8 62.32   Installing       : perl-Pod-Simple-1:3.43-2.fc35.noarch                92/182 
11:01:12 #8 62.36   Installing       : perl-Term-Cap-1.17-478.fc35.noarch                  93/182 
11:01:12 #8 62.37   Installing       : perl-Socket-4:2.032-2.fc35.x86_64                   94/182 
11:01:12 #8 62.40   Installing       : perl-SelectSaver-1.02-486.fc35.noarch               95/182 
11:01:12 #8 62.41   Installing       : perl-Symbol-1.09-486.fc35.noarch                    96/182 
11:01:12 #8 62.41   Installing       : perl-File-stat-1.09-486.fc35.noarch                 97/182 
11:01:12 #8 62.42   Installing       : perl-podlators-1:4.14-478.fc35.noarch               98/182 
11:01:12 #8 62.46   Installing       : perl-Pod-Perldoc-3.28.01-479.fc35.noarch            99/182 
11:01:12 #8 62.47   Installing       : perl-Text-ParseWords-3.30-478.fc35.noarch          100/182 
11:01:12 #8 62.49   Installing       : perl-Fcntl-1.14-486.fc35.x86_64                    101/182 
11:01:12 #8 62.50   Installing       : perl-mro-1.25-486.fc35.x86_64                      102/182 
11:01:13 #8 62.51   Installing       : perl-IO-1.46-486.fc35.x86_64                       103/182 
11:01:13 #8 62.54   Installing       : perl-overloading-0.02-486.fc35.noarch              104/182 
11:01:13 #8 62.55   Installing       : perl-Pod-Usage-4:2.01-478.fc35.noarch              105/182 
11:01:13 #8 62.59   Installing       : perl-MIME-Base64-3.16-478.fc35.x86_64              106/182 
11:01:13 #8 62.60   Installing       : perl-constant-1.33-479.fc35.noarch                 107/182 
11:01:13 #8 62.60   Installing       : perl-parent-1:0.238-478.fc35.noarch                108/182 
11:01:13 #8 62.65   Installing       : perl-Errno-1.33-486.fc35.x86_64                    109/182 
11:01:13 #8 62.65   Installing       : perl-File-Basename-2.85-486.fc35.noarch            110/182 
11:01:13 #8 62.66   Installing       : perl-Getopt-Std-1.13-486.fc35.noarch               111/182 
11:01:13 #8 62.66   Installing       : perl-Scalar-List-Utils-5:1.62-463.fc35.x86_64      112/182 
11:01:13 #8 62.70   Installing       : perl-Storable-1:3.25-1.fc35.x86_64                 113/182 
11:01:13 #8 62.73   Installing       : perl-overload-1.33-486.fc35.noarch                 114/182 
11:01:13 #8 62.74   Installing       : perl-vars-1.05-486.fc35.noarch                     115/182 
11:01:13 #8 62.74   Installing       : perl-Getopt-Long-1:2.52-478.fc35.noarch            116/182 
11:01:13 #8 62.78   Installing       : perl-Carp-1.52-478.fc35.noarch                     117/182 
11:01:13 #8 62.78   Installing       : perl-Exporter-5.76-479.fc35.noarch                 118/182 
11:01:13 #8 62.79   Installing       : perl-DynaLoader-1.50-486.fc35.x86_64               119/182 
11:01:13 #8 62.82   Installing       : perl-NDBM_File-1.15-486.fc35.x86_64                120/182 
11:01:13 #8 62.83   Installing       : perl-PathTools-3.80-478.fc35.x86_64                121/182 
11:01:13 #8 62.91   Installing       : perl-Encode-4:3.15-482.fc35.x86_64                 122/182 
11:01:13 #8 63.00   Installing       : perl-libs-4:5.34.1-486.fc35.x86_64                 123/182 
11:01:13 #8 63.05   Installing       : perl-interpreter-4:5.34.1-486.fc35.x86_64          124/182 
11:01:13 #8 63.05   Installing       : devscripts-checkbashisms-2.21.4-1.fc35.x86_64      125/182 
11:01:13 #8 63.06   Installing       : python3-zstd-1.4.5.1-5.fc35.x86_64                 126/182 
11:01:13 #8 63.11   Installing       : shared-mime-info-2.1-3.fc35.x86_64                 127/182 
11:01:13 #8 63.15   Running scriptlet: shared-mime-info-2.1-3.fc35.x86_64                 127/182 
11:01:13 #8 63.17   Installing       : gdk-pixbuf2-2.42.6-2.fc35.x86_64                   128/182 
11:01:13 #8 63.22   Installing       : libappstream-glib-0.7.18-3.fc35.x86_64             129/182 
11:01:14 #8 63.27   Installing       : systemd-libs-249.12-5.fc35.x86_64                  130/182 
11:01:14 #8 63.30   Running scriptlet: systemd-libs-249.12-5.fc35.x86_64                  130/182 
11:01:14 #8 63.32   Installing       : dbus-libs-1:1.12.22-1.fc35.x86_64                  131/182 
11:01:14 #8 63.33   Installing       : python3-dbus-1.2.18-2.fc35.x86_64                  132/182 
11:01:14 #8 63.36   Installing       : xxhash-libs-0.8.1-1.fc35.x86_64                    133/182 
11:01:14 #8 63.46   Installing       : gdb-minimal-12.1-1.fc35.x86_64                     134/182 
11:01:14 #8 63.50   Installing       : debugedit-5.0-2.fc35.x86_64                        135/182 
11:01:14 #8 63.51   Installing       : zstd-1.5.2-2.fc35.x86_64                           136/182 
11:01:14 #8 63.56   Upgrading        : dnf-data-4.13.0-1.fc35.noarch                      137/182 
11:01:14 #8 63.56 warning: /etc/dnf/dnf.conf created as /etc/dnf/dnf.conf.rpmnew
11:01:14 #8 63.56 
11:01:14 #8 63.59   Upgrading        : python3-dnf-4.13.0-1.fc35.noarch                   138/182 
11:01:14 #8 63.63   Upgrading        : dnf-4.13.0-1.fc35.noarch                           139/182 
11:01:14 #8 63.66   Running scriptlet: dnf-4.13.0-1.fc35.noarch                           139/182 
11:01:14 #8 63.67   Installing       : rust-srpm-macros-21-1.fc35.noarch                  140/182 
11:01:14 #8 63.68   Installing       : ansible-srpm-macros-1-5.fc35.noarch                141/182 
11:01:14 #8 63.68   Installing       : qt5-srpm-macros-5.15.2-3.fc35.noarch               142/182 
11:01:14 #8 63.69   Installing       : python3-toml-0.10.2-5.fc35.noarch                  143/182 
11:01:14 #8 63.73   Installing       : python3-pyxdg-0.27-3.fc35.noarch                   144/182 
11:01:14 #8 63.74   Installing       : python3-distro-1.6.0-1.fc35.noarch                 145/182 
11:01:14 #8 63.78   Installing       : python3-dnf-plugins-core-4.2.1-1.fc35.noarch       146/182 
11:01:14 #8 63.79   Installing       : pkgconf-m4-1.8.0-1.fc35.noarch                     147/182 
11:01:14 #8 63.82   Installing       : pkgconf-pkg-config-1.8.0-1.fc35.x86_64             148/182 
11:01:14 #8 63.83   Installing       : perl-srpm-macros-1-42.fc35.noarch                  149/182 
11:01:14 #8 63.83   Installing       : openblas-srpm-macros-2-10.fc35.noarch              150/182 
11:01:14 #8 63.83   Installing       : ocaml-srpm-macros-6-5.fc35.noarch                  151/182 
11:01:14 #8 63.87   Installing       : nim-srpm-macros-3-5.fc35.noarch                    152/182 
11:01:14 #8 63.87   Installing       : kernel-srpm-macros-1.0-6.fc35.noarch               153/182 
11:01:14 #8 63.88   Installing       : gnat-srpm-macros-4-14.fc35.noarch                  154/182 
11:01:14 #8 63.88   Installing       : ghc-srpm-macros-1.5.0-5.fc35.noarch                155/182 
11:01:14 #8 63.88   Installing       : fpc-srpm-macros-1.3-4.fc35.noarch                  156/182 
11:01:14 #8 63.95   Installing       : fonts-srpm-macros-1:2.0.5-6.fc35.noarch            157/182 
11:01:14 #8 63.95   Installing       : go-srpm-macros-3.0.15-1.fc35.noarch                158/182 
11:01:14 #8 63.96   Installing       : python-srpm-macros-3.10-11.fc35.noarch             159/182 
11:01:14 #8 63.96   Installing       : redhat-rpm-config-201-1.fc35.noarch                160/182 
11:01:14 #8 63.99   Installing       : rpm-build-4.17.1-2.fc35.x86_64                     161/182 
11:01:14 #8 64.04   Installing       : rpmlint-2.2.0-2.fc35.noarch                        162/182 
11:01:14 #8 64.05   Installing       : dnf-plugins-core-4.2.1-1.fc35.noarch               163/182 
11:01:14 #8 64.09   Upgrading        : yum-4.13.0-1.fc35.noarch                           164/182 
11:01:14 #8 64.09   Cleanup          : yum-4.9.0-1.fc35.noarch                            165/182 
11:01:14 #8 64.10   Running scriptlet: dnf-4.9.0-1.fc35.noarch                            166/182 
11:01:14 #8 64.11   Cleanup          : dnf-4.9.0-1.fc35.noarch                            166/182 
11:01:14 #8 64.11   Running scriptlet: dnf-4.9.0-1.fc35.noarch                            166/182 
11:01:14 #8 64.17   Cleanup          : python3-dnf-4.9.0-1.fc35.noarch                    167/182 
11:01:14 #8 64.18   Cleanup          : python3-rpm-4.17.0-4.fc35.x86_64                   168/182 
11:01:14 #8 64.23   Cleanup          : rpm-build-libs-4.17.0-4.fc35.x86_64                169/182 
11:01:14 #8 64.23   Cleanup          : elfutils-libs-0.186-1.fc35.x86_64                  170/182 
11:01:14 #8 64.27   Cleanup          : rpm-sign-libs-4.17.0-4.fc35.x86_64                 171/182 
11:01:14 #8 64.28   Cleanup          : python3-hawkey-0.64.0-1.fc35.x86_64                172/182 
11:01:14 #8 64.31   Cleanup          : dnf-data-4.9.0-1.fc35.noarch                       173/182 
11:01:14 #8 64.32   Cleanup          : python3-libdnf-0.64.0-1.fc35.x86_64                174/182 
11:01:15 #8 64.37   Cleanup          : libdnf-0.64.0-1.fc35.x86_64                        175/182 
11:01:15 #8 64.41   Cleanup          : libsolv-0.7.19-3.fc35.x86_64                       176/182 
11:01:15 #8 64.42   Cleanup          : rpm-4.17.0-4.fc35.x86_64                           177/182 
11:01:15 #8 64.46   Cleanup          : rpm-libs-4.17.0-4.fc35.x86_64                      178/182 
11:01:15 #8 64.52   Cleanup          : elfutils-libelf-0.186-1.fc35.x86_64                179/182 
11:01:15 #8 64.53   Cleanup          : glibc-2.34-25.fc35.x86_64                          180/182 
11:01:15 #8 64.56   Cleanup          : glibc-minimal-langpack-2.34-25.fc35.x86_64         181/182 
11:01:15 #8 64.57   Cleanup          : glibc-common-2.34-25.fc35.x86_64                   182/182 
11:01:15 #8 64.61   Running scriptlet: rpm-4.17.1-2.fc35.x86_64                           182/182 
11:01:19 #8 64.63   Running scriptlet: glibc-common-2.34-25.fc35.x86_64                   182/182 
11:01:19 #8 68.05   Verifying        : adobe-source-code-pro-fonts-2.030.1.050-11.fc35.     1/182 
11:01:19 #8 68.05   Verifying        : bzip2-1.0.8-9.fc35.x86_64                            2/182 
11:01:19 #8 68.05   Verifying        : cpio-2.13-11.fc35.x86_64                             3/182 
11:01:19 #8 68.05   Verifying        : dash-0.5.10.2-9.fc35.x86_64                          4/182 
11:01:19 #8 68.05   Verifying        : debugedit-5.0-2.fc35.x86_64                          5/182 
11:01:19 #8 68.05   Verifying        : deltarpm-3.6.2-10.fc35.x86_64                        6/182 
11:01:19 #8 68.05   Verifying        : devscripts-checkbashisms-2.21.4-1.fc35.x86_64        7/182 
11:01:19 #8 68.05   Verifying        : diffutils-3.8-1.fc35.x86_64                          8/182 
11:01:19 #8 68.05   Verifying        : dwz-0.14-2.fc35.x86_64                               9/182 
11:01:19 #8 68.05   Verifying        : ed-1.14.2-11.fc35.x86_64                            10/182 
11:01:19 #8 68.05   Verifying        : efi-srpm-macros-5-4.fc35.noarch                     11/182 
11:01:19 #8 68.05   Verifying        : enchant-1:1.6.0-28.fc35.x86_64                      12/182 
11:01:19 #8 68.05   Verifying        : file-5.40-9.fc35.x86_64                             13/182 
11:01:19 #8 68.05   Verifying        : findutils-1:4.8.0-4.fc35.x86_64                     14/182 
11:01:19 #8 68.05   Verifying        : fonts-filesystem-1:2.0.5-6.fc35.noarch              15/182 
11:01:19 #8 68.05   Verifying        : fonts-srpm-macros-1:2.0.5-6.fc35.noarch             16/182 
11:01:19 #8 68.05   Verifying        : fpc-srpm-macros-1.3-4.fc35.noarch                   17/182 
11:01:19 #8 68.05   Verifying        : gdk-pixbuf2-2.42.6-2.fc35.x86_64                    18/182 
11:01:19 #8 68.05   Verifying        : ghc-srpm-macros-1.5.0-5.fc35.noarch                 19/182 
11:01:19 #8 68.05   Verifying        : gnat-srpm-macros-4-14.fc35.noarch                   20/182 
11:01:19 #8 68.05   Verifying        : groff-base-1.22.4-8.fc35.x86_64                     21/182 
11:01:19 #8 68.05   Verifying        : gsettings-desktop-schemas-41.0-1.fc35.x86_64        22/182 
11:01:19 #8 68.05   Verifying        : hunspell-1.7.0-11.fc35.x86_64                       23/182 
11:01:19 #8 68.05   Verifying        : hunspell-en-0.20140811.1-20.fc35.noarch             24/182 
11:01:19 #8 68.05   Verifying        : hunspell-en-GB-0.20140811.1-20.fc35.noarch          25/182 
11:01:19 #8 68.05   Verifying        : hunspell-en-US-0.20140811.1-20.fc35.noarch          26/182 
11:01:19 #8 68.05   Verifying        : hunspell-filesystem-1.7.0-11.fc35.x86_64            27/182 
11:01:19 #8 68.05   Verifying        : info-6.8-2.fc35.x86_64                              28/182 
11:01:19 #8 68.05   Verifying        : json-glib-1.6.6-1.fc35.x86_64                       29/182 
11:01:19 #8 68.05   Verifying        : kernel-srpm-macros-1.0-6.fc35.noarch                30/182 
11:01:19 #8 68.05   Verifying        : libappstream-glib-0.7.18-3.fc35.x86_64              31/182 
11:01:19 #8 68.05   Verifying        : libevent-2.1.12-4.fc35.x86_64                       32/182 
11:01:19 #8 68.05   Verifying        : libjpeg-turbo-2.1.0-3.fc35.x86_64                   33/182 
11:01:19 #8 68.05   Verifying        : libpkgconf-1.8.0-1.fc35.x86_64                      34/182 
11:01:19 #8 68.05   Verifying        : libpng-2:1.6.37-11.fc35.x86_64                      35/182 
11:01:19 #8 68.05   Verifying        : libproxy-0.4.17-3.fc35.x86_64                       36/182 
11:01:19 #8 68.05   Verifying        : libstemmer-0-17.585svn.fc35.x86_64                  37/182 
11:01:19 #8 68.05   Verifying        : lua-srpm-macros-1-5.fc35.noarch                     38/182 
11:01:19 #8 68.05   Verifying        : ncurses-6.2-8.20210508.fc35.x86_64                  39/182 
11:01:19 #8 68.05   Verifying        : nim-srpm-macros-3-5.fc35.noarch                     40/182 
11:01:19 #8 68.05   Verifying        : ocaml-srpm-macros-6-5.fc35.noarch                   41/182 
11:01:19 #8 68.05   Verifying        : openblas-srpm-macros-2-10.fc35.noarch               42/182 
11:01:19 #8 68.05   Verifying        : patch-2.7.6-15.fc35.x86_64                          43/182 
11:01:19 #8 68.05   Verifying        : perl-Carp-1.52-478.fc35.noarch                      44/182 
11:01:19 #8 68.05   Verifying        : perl-Data-Dumper-2.183-2.fc35.x86_64                45/182 
11:01:19 #8 68.05   Verifying        : perl-Digest-1.20-1.fc35.noarch                      46/182 
11:01:19 #8 68.05   Verifying        : perl-Digest-MD5-2.58-478.fc35.x86_64                47/182 
11:01:19 #8 68.05   Verifying        : perl-Exporter-5.76-479.fc35.noarch                  48/182 
11:01:19 #8 68.05   Verifying        : perl-File-Path-2.18-478.fc35.noarch                 49/182 
11:01:19 #8 68.05   Verifying        : perl-File-Temp-1:0.231.100-478.fc35.noarch          50/182 
11:01:19 #8 68.05   Verifying        : perl-Getopt-Long-1:2.52-478.fc35.noarch             51/182 
11:01:19 #8 68.05   Verifying        : perl-IO-Socket-IP-0.41-479.fc35.noarch              52/182 
11:01:19 #8 68.05   Verifying        : perl-IO-Socket-SSL-2.072-1.fc35.noarch              53/182 
11:01:19 #8 68.05   Verifying        : perl-MIME-Base64-3.16-478.fc35.x86_64               54/182 
11:01:19 #8 68.05   Verifying        : perl-Net-SSLeay-1.90-4.fc35.x86_64                  55/182 
11:01:19 #8 68.05   Verifying        : perl-PathTools-3.80-478.fc35.x86_64                 56/182 
11:01:19 #8 68.05   Verifying        : perl-Pod-Escapes-1:1.07-478.fc35.noarch             57/182 
11:01:19 #8 68.05   Verifying        : perl-Pod-Perldoc-3.28.01-479.fc35.noarch            58/182 
11:01:19 #8 68.05   Verifying        : perl-Pod-Simple-1:3.43-2.fc35.noarch                59/182 
11:01:19 #8 68.05   Verifying        : perl-Pod-Usage-4:2.01-478.fc35.noarch               60/182 
11:01:19 #8 68.05   Verifying        : perl-Socket-4:2.032-2.fc35.x86_64                   61/182 
11:01:19 #8 68.05   Verifying        : perl-Storable-1:3.25-1.fc35.x86_64                  62/182 
11:01:19 #8 68.05   Verifying        : perl-Term-ANSIColor-5.01-479.fc35.noarch            63/182 
11:01:19 #8 68.05   Verifying        : perl-Term-Cap-1.17-478.fc35.noarch                  64/182 
11:01:19 #8 68.05   Verifying        : perl-Text-ParseWords-3.30-478.fc35.noarch           65/182 
11:01:19 #8 68.05   Verifying        : perl-Text-Tabs+Wrap-2021.0814-1.fc35.noarch         66/182 
11:01:19 #8 68.05   Verifying        : perl-Time-Local-2:1.300-478.fc35.noarch             67/182 
11:01:19 #8 68.05   Verifying        : perl-URI-5.09-4.fc35.noarch                         68/182 
11:01:19 #8 68.05   Verifying        : perl-constant-1.33-479.fc35.noarch                  69/182 
11:01:19 #8 68.05   Verifying        : perl-libnet-3.13-479.fc35.noarch                    70/182 
11:01:19 #8 68.05   Verifying        : perl-parent-1:0.238-478.fc35.noarch                 71/182 
11:01:19 #8 68.05   Verifying        : perl-podlators-1:4.14-478.fc35.noarch               72/182 
11:01:19 #8 68.05   Verifying        : perl-srpm-macros-1-42.fc35.noarch                   73/182 
11:01:19 #8 68.05   Verifying        : pkgconf-1.8.0-1.fc35.x86_64                         74/182 
11:01:19 #8 68.05   Verifying        : pkgconf-m4-1.8.0-1.fc35.noarch                      75/182 
11:01:19 #8 68.05   Verifying        : pkgconf-pkg-config-1.8.0-1.fc35.x86_64              76/182 
11:01:19 #8 68.05   Verifying        : protobuf-c-1.4.0-1.fc35.x86_64                      77/182 
11:01:19 #8 68.05   Verifying        : python3-dateutil-1:2.8.1-7.fc35.noarch              78/182 
11:01:19 #8 68.05   Verifying        : python3-dbus-1.2.18-2.fc35.x86_64                   79/182 
11:01:19 #8 68.05   Verifying        : python3-distro-1.6.0-1.fc35.noarch                  80/182 
11:01:19 #8 68.05   Verifying        : python3-pybeam-0.7-1.fc35.noarch                    81/182 
11:01:19 #8 68.05   Verifying        : python3-pyxdg-0.27-3.fc35.noarch                    82/182 
11:01:19 #8 68.05   Verifying        : python3-six-1.16.0-4.fc35.noarch                    83/182 
11:01:19 #8 68.05   Verifying        : python3-toml-0.10.2-5.fc35.noarch                   84/182 
11:01:19 #8 68.05   Verifying        : python3-zstd-1.4.5.1-5.fc35.x86_64                  85/182 
11:01:19 #8 68.05   Verifying        : qt5-srpm-macros-5.15.2-3.fc35.noarch                86/182 
11:01:19 #8 68.05   Verifying        : shared-mime-info-2.1-3.fc35.x86_64                  87/182 
11:01:19 #8 68.05   Verifying        : unzip-6.0-53.fc35.x86_64                            88/182 
11:01:19 #8 68.05   Verifying        : xz-5.2.5-7.fc35.x86_64                              89/182 
11:01:19 #8 68.05   Verifying        : zip-3.0-31.fc35.x86_64                              90/182 
11:01:19 #8 68.05   Verifying        : abattis-cantarell-fonts-0.301-5.fc35.noarch         91/182 
11:01:19 #8 68.05   Verifying        : ansible-srpm-macros-1-5.fc35.noarch                 92/182 
11:01:19 #8 68.05   Verifying        : binutils-2.37-17.fc35.x86_64                        93/182 
11:01:19 #8 68.05   Verifying        : binutils-gold-2.37-17.fc35.x86_64                   94/182 
11:01:19 #8 68.05   Verifying        : dbus-libs-1:1.12.22-1.fc35.x86_64                   95/182 
11:01:19 #8 68.05   Verifying        : dnf-plugins-core-4.2.1-1.fc35.noarch                96/182 
11:01:19 #8 68.05   Verifying        : elfutils-0.187-4.fc35.x86_64                        97/182 
11:01:19 #8 68.05   Verifying        : elfutils-debuginfod-client-0.187-4.fc35.x86_64      98/182 
11:01:19 #8 68.05   Verifying        : gdb-minimal-12.1-1.fc35.x86_64                      99/182 
11:01:19 #8 68.05   Verifying        : glib-networking-2.70.1-1.fc35.x86_64               100/182 
11:01:19 #8 68.05   Verifying        : glibc-gconv-extra-2.34-38.fc35.x86_64              101/182 
11:01:19 #8 68.05   Verifying        : go-srpm-macros-3.0.15-1.fc35.noarch                102/182 
11:01:19 #8 68.05   Verifying        : libsoup-2.74.2-1.fc35.x86_64                       103/182 
11:01:19 #8 68.05   Verifying        : perl-AutoLoader-5.74-486.fc35.noarch               104/182 
11:01:19 #8 68.05   Verifying        : perl-B-1.82-486.fc35.x86_64                        105/182 
11:01:19 #8 68.05   Verifying        : perl-Class-Struct-0.66-486.fc35.noarch             106/182 
11:01:19 #8 68.05   Verifying        : perl-DynaLoader-1.50-486.fc35.x86_64               107/182 
11:01:19 #8 68.05   Verifying        : perl-Encode-4:3.15-482.fc35.x86_64                 108/182 
11:01:19 #8 68.05   Verifying        : perl-Errno-1.33-486.fc35.x86_64                    109/182 
11:01:19 #8 68.05   Verifying        : perl-Fcntl-1.14-486.fc35.x86_64                    110/182 
11:01:19 #8 68.05   Verifying        : perl-File-Basename-2.85-486.fc35.noarch            111/182 
11:01:19 #8 68.05   Verifying        : perl-File-stat-1.09-486.fc35.noarch                112/182 
11:01:19 #8 68.05   Verifying        : perl-FileHandle-2.03-486.fc35.noarch               113/182 
11:01:19 #8 68.05   Verifying        : perl-Getopt-Std-1.13-486.fc35.noarch               114/182 
11:01:19 #8 68.05   Verifying        : perl-HTTP-Tiny-0.080-1.fc35.noarch                 115/182 
11:01:19 #8 68.06   Verifying        : perl-IO-1.46-486.fc35.x86_64                       116/182 
11:01:19 #8 68.06   Verifying        : perl-IPC-Open3-1.21-486.fc35.noarch                117/182 
11:01:19 #8 68.06   Verifying        : perl-Mozilla-CA-20211001-1.fc35.noarch             118/182 
11:01:19 #8 68.06   Verifying        : perl-NDBM_File-1.15-486.fc35.x86_64                119/182 
11:01:19 #8 68.06   Verifying        : perl-POSIX-1.97-486.fc35.x86_64                    120/182 
11:01:19 #8 68.06   Verifying        : perl-Scalar-List-Utils-5:1.62-463.fc35.x86_64      121/182 
11:01:19 #8 68.06   Verifying        : perl-SelectSaver-1.02-486.fc35.noarch              122/182 
11:01:19 #8 68.06   Verifying        : perl-Symbol-1.09-486.fc35.noarch                   123/182 
11:01:19 #8 68.06   Verifying        : perl-base-2.27-486.fc35.noarch                     124/182 
11:01:19 #8 68.06   Verifying        : perl-if-0.60.900-486.fc35.noarch                   125/182 
11:01:19 #8 68.06   Verifying        : perl-interpreter-4:5.34.1-486.fc35.x86_64          126/182 
11:01:19 #8 68.06   Verifying        : perl-libs-4:5.34.1-486.fc35.x86_64                 127/182 
11:01:19 #8 68.06   Verifying        : perl-mro-1.25-486.fc35.x86_64                      128/182 
11:01:19 #8 68.06   Verifying        : perl-overload-1.33-486.fc35.noarch                 129/182 
11:01:19 #8 68.06   Verifying        : perl-overloading-0.02-486.fc35.noarch              130/182 
11:01:19 #8 68.06   Verifying        : perl-subs-1.04-486.fc35.noarch                     131/182 
11:01:19 #8 68.06   Verifying        : perl-vars-1.05-486.fc35.noarch                     132/182 
11:01:19 #8 68.06   Verifying        : python-srpm-macros-3.10-11.fc35.noarch             133/182 
11:01:19 #8 68.06   Verifying        : python3-construct-2.10.68-1.fc35.noarch            134/182 
11:01:19 #8 68.06   Verifying        : python3-dnf-plugins-core-4.2.1-1.fc35.noarch       135/182 
11:01:19 #8 68.06   Verifying        : python3-enchant-3.2.2-1.fc35.noarch                136/182 
11:01:19 #8 68.06   Verifying        : python3-unbound-1.16.0-3.fc35.x86_64               137/182 
11:01:19 #8 68.06   Verifying        : redhat-rpm-config-201-1.fc35.noarch                138/182 
11:01:19 #8 68.06   Verifying        : rpm-build-4.17.1-2.fc35.x86_64                     139/182 
11:01:19 #8 68.06   Verifying        : rpmautospec-rpm-macros-0.2.6-1.fc35.noarch         140/182 
11:01:19 #8 68.06   Verifying        : rpmlint-2.2.0-2.fc35.noarch                        141/182 
11:01:19 #8 68.06   Verifying        : rust-srpm-macros-21-1.fc35.noarch                  142/182 
11:01:19 #8 68.06   Verifying        : systemd-libs-249.12-5.fc35.x86_64                  143/182 
11:01:19 #8 68.06   Verifying        : unbound-libs-1.16.0-3.fc35.x86_64                  144/182 
11:01:19 #8 68.06   Verifying        : xxhash-libs-0.8.1-1.fc35.x86_64                    145/182 
11:01:19 #8 68.06   Verifying        : zstd-1.5.2-2.fc35.x86_64                           146/182 
11:01:19 #8 68.06   Verifying        : dnf-4.13.0-1.fc35.noarch                           147/182 
11:01:19 #8 68.06   Verifying        : dnf-4.9.0-1.fc35.noarch                            148/182 
11:01:19 #8 68.06   Verifying        : dnf-data-4.13.0-1.fc35.noarch                      149/182 
11:01:19 #8 68.06   Verifying        : dnf-data-4.9.0-1.fc35.noarch                       150/182 
11:01:19 #8 68.06   Verifying        : elfutils-libelf-0.187-4.fc35.x86_64                151/182 
11:01:19 #8 68.06   Verifying        : elfutils-libelf-0.186-1.fc35.x86_64                152/182 
11:01:19 #8 68.06   Verifying        : elfutils-libs-0.187-4.fc35.x86_64                  153/182 
11:01:19 #8 68.06   Verifying        : elfutils-libs-0.186-1.fc35.x86_64                  154/182 
11:01:19 #8 68.06   Verifying        : glibc-2.34-38.fc35.x86_64                          155/182 
11:01:19 #8 68.06   Verifying        : glibc-2.34-25.fc35.x86_64                          156/182 
11:01:19 #8 68.06   Verifying        : glibc-common-2.34-38.fc35.x86_64                   157/182 
11:01:19 #8 68.06   Verifying        : glibc-common-2.34-25.fc35.x86_64                   158/182 
11:01:19 #8 68.06   Verifying        : glibc-minimal-langpack-2.34-38.fc35.x86_64         159/182 
11:01:19 #8 68.06   Verifying        : glibc-minimal-langpack-2.34-25.fc35.x86_64         160/182 
11:01:19 #8 68.06   Verifying        : libdnf-0.67.0-2.fc35.x86_64                        161/182 
11:01:19 #8 68.06   Verifying        : libdnf-0.64.0-1.fc35.x86_64                        162/182 
11:01:19 #8 68.06   Verifying        : libsolv-0.7.22-1.fc35.x86_64                       163/182 
11:01:19 #8 68.06   Verifying        : libsolv-0.7.19-3.fc35.x86_64                       164/182 
11:01:19 #8 68.06   Verifying        : python3-dnf-4.13.0-1.fc35.noarch                   165/182 
11:01:19 #8 68.06   Verifying        : python3-dnf-4.9.0-1.fc35.noarch                    166/182 
11:01:19 #8 68.06   Verifying        : python3-hawkey-0.67.0-2.fc35.x86_64                167/182 
11:01:19 #8 68.06   Verifying        : python3-hawkey-0.64.0-1.fc35.x86_64                168/182 
11:01:19 #8 68.06   Verifying        : python3-libdnf-0.67.0-2.fc35.x86_64                169/182 
11:01:19 #8 68.06   Verifying        : python3-libdnf-0.64.0-1.fc35.x86_64                170/182 
11:01:19 #8 68.06   Verifying        : python3-rpm-4.17.1-2.fc35.x86_64                   171/182 
11:01:19 #8 68.06   Verifying        : python3-rpm-4.17.0-4.fc35.x86_64                   172/182 
11:01:19 #8 68.06   Verifying        : rpm-4.17.1-2.fc35.x86_64                           173/182 
11:01:19 #8 68.06   Verifying        : rpm-4.17.0-4.fc35.x86_64                           174/182 
11:01:19 #8 68.06   Verifying        : rpm-build-libs-4.17.1-2.fc35.x86_64                175/182 
11:01:19 #8 68.06   Verifying        : rpm-build-libs-4.17.0-4.fc35.x86_64                176/182 
11:01:19 #8 68.06   Verifying        : rpm-libs-4.17.1-2.fc35.x86_64                      177/182 
11:01:19 #8 68.06   Verifying        : rpm-libs-4.17.0-4.fc35.x86_64                      178/182 
11:01:19 #8 68.06   Verifying        : rpm-sign-libs-4.17.1-2.fc35.x86_64                 179/182 
11:01:19 #8 68.06   Verifying        : rpm-sign-libs-4.17.0-4.fc35.x86_64                 180/182 
11:01:19 #8 68.06   Verifying        : yum-4.13.0-1.fc35.noarch                           181/182 
11:01:19 #8 68.06   Verifying        : yum-4.9.0-1.fc35.noarch                            182/182 
11:01:19 #8 68.25 
11:01:19 #8 68.25 Upgraded:
11:01:19 #8 68.25   dnf-4.13.0-1.fc35.noarch                                                      
11:01:19 #8 68.25   dnf-data-4.13.0-1.fc35.noarch                                                 
11:01:19 #8 68.25   elfutils-libelf-0.187-4.fc35.x86_64                                           
11:01:19 #8 68.25   elfutils-libs-0.187-4.fc35.x86_64                                             
11:01:19 #8 68.25   glibc-2.34-38.fc35.x86_64                                                     
11:01:19 #8 68.25   glibc-common-2.34-38.fc35.x86_64                                              
11:01:19 #8 68.25   glibc-minimal-langpack-2.34-38.fc35.x86_64                                    
11:01:19 #8 68.25   libdnf-0.67.0-2.fc35.x86_64                                                   
11:01:19 #8 68.25   libsolv-0.7.22-1.fc35.x86_64                                                  
11:01:19 #8 68.25   python3-dnf-4.13.0-1.fc35.noarch                                              
11:01:19 #8 68.25   python3-hawkey-0.67.0-2.fc35.x86_64                                           
11:01:19 #8 68.25   python3-libdnf-0.67.0-2.fc35.x86_64                                           
11:01:19 #8 68.25   python3-rpm-4.17.1-2.fc35.x86_64                                              
11:01:19 #8 68.25   rpm-4.17.1-2.fc35.x86_64                                                      
11:01:19 #8 68.25   rpm-build-libs-4.17.1-2.fc35.x86_64                                           
11:01:19 #8 68.25   rpm-libs-4.17.1-2.fc35.x86_64                                                 
11:01:19 #8 68.25   rpm-sign-libs-4.17.1-2.fc35.x86_64                                            
11:01:19 #8 68.25   yum-4.13.0-1.fc35.noarch                                                      
11:01:19 #8 68.25 Installed:
11:01:19 #8 68.25   abattis-cantarell-fonts-0.301-5.fc35.noarch                                   
11:01:19 #8 68.25   adobe-source-code-pro-fonts-2.030.1.050-11.fc35.noarch                        
11:01:19 #8 68.25   ansible-srpm-macros-1-5.fc35.noarch                                           
11:01:19 #8 68.25   binutils-2.37-17.fc35.x86_64                                                  
11:01:19 #8 68.25   binutils-gold-2.37-17.fc35.x86_64                                             
11:01:19 #8 68.25   bzip2-1.0.8-9.fc35.x86_64                                                     
11:01:19 #8 68.25   cpio-2.13-11.fc35.x86_64                                                      
11:01:19 #8 68.25   dash-0.5.10.2-9.fc35.x86_64                                                   
11:01:19 #8 68.25   dbus-libs-1:1.12.22-1.fc35.x86_64                                             
11:01:19 #8 68.25   debugedit-5.0-2.fc35.x86_64                                                   
11:01:19 #8 68.25   deltarpm-3.6.2-10.fc35.x86_64                                                 
11:01:19 #8 68.25   devscripts-checkbashisms-2.21.4-1.fc35.x86_64                                 
11:01:19 #8 68.25   diffutils-3.8-1.fc35.x86_64                                                   
11:01:19 #8 68.25   dnf-plugins-core-4.2.1-1.fc35.noarch                                          
11:01:19 #8 68.25   dwz-0.14-2.fc35.x86_64                                                        
11:01:19 #8 68.25   ed-1.14.2-11.fc35.x86_64                                                      
11:01:19 #8 68.25   efi-srpm-macros-5-4.fc35.noarch                                               
11:01:19 #8 68.25   elfutils-0.187-4.fc35.x86_64                                                  
11:01:19 #8 68.25   elfutils-debuginfod-client-0.187-4.fc35.x86_64                                
11:01:19 #8 68.25   enchant-1:1.6.0-28.fc35.x86_64                                                
11:01:19 #8 68.25   file-5.40-9.fc35.x86_64                                                       
11:01:19 #8 68.25   findutils-1:4.8.0-4.fc35.x86_64                                               
11:01:19 #8 68.25   fonts-filesystem-1:2.0.5-6.fc35.noarch                                        
11:01:19 #8 68.25   fonts-srpm-macros-1:2.0.5-6.fc35.noarch                                       
11:01:19 #8 68.25   fpc-srpm-macros-1.3-4.fc35.noarch                                             
11:01:19 #8 68.25   gdb-minimal-12.1-1.fc35.x86_64                                                
11:01:19 #8 68.25   gdk-pixbuf2-2.42.6-2.fc35.x86_64                                              
11:01:19 #8 68.25   ghc-srpm-macros-1.5.0-5.fc35.noarch                                           
11:01:19 #8 68.25   glib-networking-2.70.1-1.fc35.x86_64                                          
11:01:19 #8 68.25   glibc-gconv-extra-2.34-38.fc35.x86_64                                         
11:01:19 #8 68.25   gnat-srpm-macros-4-14.fc35.noarch                                             
11:01:19 #8 68.25   go-srpm-macros-3.0.15-1.fc35.noarch                                           
11:01:19 #8 68.25   groff-base-1.22.4-8.fc35.x86_64                                               
11:01:19 #8 68.25   gsettings-desktop-schemas-41.0-1.fc35.x86_64                                  
11:01:19 #8 68.25   hunspell-1.7.0-11.fc35.x86_64                                                 
11:01:19 #8 68.25   hunspell-en-0.20140811.1-20.fc35.noarch                                       
11:01:19 #8 68.25   hunspell-en-GB-0.20140811.1-20.fc35.noarch                                    
11:01:19 #8 68.25   hunspell-en-US-0.20140811.1-20.fc35.noarch                                    
11:01:19 #8 68.25   hunspell-filesystem-1.7.0-11.fc35.x86_64                                      
11:01:19 #8 68.25   info-6.8-2.fc35.x86_64                                                        
11:01:19 #8 68.25   json-glib-1.6.6-1.fc35.x86_64                                                 
11:01:19 #8 68.25   kernel-srpm-macros-1.0-6.fc35.noarch                                          
11:01:19 #8 68.25   libappstream-glib-0.7.18-3.fc35.x86_64                                        
11:01:19 #8 68.25   libevent-2.1.12-4.fc35.x86_64                                                 
11:01:19 #8 68.25   libjpeg-turbo-2.1.0-3.fc35.x86_64                                             
11:01:19 #8 68.25   libpkgconf-1.8.0-1.fc35.x86_64                                                
11:01:19 #8 68.25   libpng-2:1.6.37-11.fc35.x86_64                                                
11:01:19 #8 68.25   libproxy-0.4.17-3.fc35.x86_64                                                 
11:01:19 #8 68.25   libsoup-2.74.2-1.fc35.x86_64                                                  
11:01:19 #8 68.25   libstemmer-0-17.585svn.fc35.x86_64                                            
11:01:19 #8 68.25   lua-srpm-macros-1-5.fc35.noarch                                               
11:01:19 #8 68.25   ncurses-6.2-8.20210508.fc35.x86_64                                            
11:01:19 #8 68.25   nim-srpm-macros-3-5.fc35.noarch                                               
11:01:19 #8 68.25   ocaml-srpm-macros-6-5.fc35.noarch                                             
11:01:19 #8 68.25   openblas-srpm-macros-2-10.fc35.noarch                                         
11:01:19 #8 68.25   patch-2.7.6-15.fc35.x86_64                                                    
11:01:19 #8 68.25   perl-AutoLoader-5.74-486.fc35.noarch                                          
11:01:19 #8 68.25   perl-B-1.82-486.fc35.x86_64                                                   
11:01:19 #8 68.25   perl-Carp-1.52-478.fc35.noarch                                                
11:01:19 #8 68.25   perl-Class-Struct-0.66-486.fc35.noarch                                        
11:01:19 #8 68.25   perl-Data-Dumper-2.183-2.fc35.x86_64                                          
11:01:19 #8 68.25   perl-Digest-1.20-1.fc35.noarch                                                
11:01:19 #8 68.25   perl-Digest-MD5-2.58-478.fc35.x86_64                                          
11:01:19 #8 68.25   perl-DynaLoader-1.50-486.fc35.x86_64                                          
11:01:19 #8 68.25   perl-Encode-4:3.15-482.fc35.x86_64                                            
11:01:19 #8 68.25   perl-Errno-1.33-486.fc35.x86_64                                               
11:01:19 #8 68.25   perl-Exporter-5.76-479.fc35.noarch                                            
11:01:19 #8 68.25   perl-Fcntl-1.14-486.fc35.x86_64                                               
11:01:19 #8 68.25   perl-File-Basename-2.85-486.fc35.noarch                                       
11:01:19 #8 68.25   perl-File-Path-2.18-478.fc35.noarch                                           
11:01:19 #8 68.25   perl-File-Temp-1:0.231.100-478.fc35.noarch                                    
11:01:19 #8 68.25   perl-File-stat-1.09-486.fc35.noarch                                           
11:01:19 #8 68.25   perl-FileHandle-2.03-486.fc35.noarch                                          
11:01:19 #8 68.25   perl-Getopt-Long-1:2.52-478.fc35.noarch                                       
11:01:19 #8 68.25   perl-Getopt-Std-1.13-486.fc35.noarch                                          
11:01:19 #8 68.25   perl-HTTP-Tiny-0.080-1.fc35.noarch                                            
11:01:19 #8 68.25   perl-IO-1.46-486.fc35.x86_64                                                  
11:01:19 #8 68.25   perl-IO-Socket-IP-0.41-479.fc35.noarch                                        
11:01:19 #8 68.25   perl-IO-Socket-SSL-2.072-1.fc35.noarch                                        
11:01:19 #8 68.25   perl-IPC-Open3-1.21-486.fc35.noarch                                           
11:01:19 #8 68.25   perl-MIME-Base64-3.16-478.fc35.x86_64                                         
11:01:19 #8 68.25   perl-Mozilla-CA-20211001-1.fc35.noarch                                        
11:01:19 #8 68.25   perl-NDBM_File-1.15-486.fc35.x86_64                                           
11:01:19 #8 68.25   perl-Net-SSLeay-1.90-4.fc35.x86_64                                            
11:01:19 #8 68.25   perl-POSIX-1.97-486.fc35.x86_64                                               
11:01:19 #8 68.25   perl-PathTools-3.80-478.fc35.x86_64                                           
11:01:19 #8 68.25   perl-Pod-Escapes-1:1.07-478.fc35.noarch                                       
11:01:19 #8 68.25   perl-Pod-Perldoc-3.28.01-479.fc35.noarch                                      
11:01:19 #8 68.25   perl-Pod-Simple-1:3.43-2.fc35.noarch                                          
11:01:19 #8 68.25   perl-Pod-Usage-4:2.01-478.fc35.noarch                                         
11:01:19 #8 68.25   perl-Scalar-List-Utils-5:1.62-463.fc35.x86_64                                 
11:01:19 #8 68.25   perl-SelectSaver-1.02-486.fc35.noarch                                         
11:01:19 #8 68.25   perl-Socket-4:2.032-2.fc35.x86_64                                             
11:01:19 #8 68.25   perl-Storable-1:3.25-1.fc35.x86_64                                            
11:01:19 #8 68.25   perl-Symbol-1.09-486.fc35.noarch                                              
11:01:19 #8 68.25   perl-Term-ANSIColor-5.01-479.fc35.noarch                                      
11:01:19 #8 68.25   perl-Term-Cap-1.17-478.fc35.noarch                                            
11:01:19 #8 68.25   perl-Text-ParseWords-3.30-478.fc35.noarch                                     
11:01:19 #8 68.25   perl-Text-Tabs+Wrap-2021.0814-1.fc35.noarch                                   
11:01:19 #8 68.25   perl-Time-Local-2:1.300-478.fc35.noarch                                       
11:01:19 #8 68.25   perl-URI-5.09-4.fc35.noarch                                                   
11:01:19 #8 68.25   perl-base-2.27-486.fc35.noarch                                                
11:01:19 #8 68.25   perl-constant-1.33-479.fc35.noarch                                            
11:01:19 #8 68.25   perl-if-0.60.900-486.fc35.noarch                                              
11:01:19 #8 68.25   perl-interpreter-4:5.34.1-486.fc35.x86_64                                     
11:01:19 #8 68.25   perl-libnet-3.13-479.fc35.noarch                                              
11:01:19 #8 68.25   perl-libs-4:5.34.1-486.fc35.x86_64                                            
11:01:19 #8 68.25   perl-mro-1.25-486.fc35.x86_64                                                 
11:01:19 #8 68.25   perl-overload-1.33-486.fc35.noarch                                            
11:01:19 #8 68.25   perl-overloading-0.02-486.fc35.noarch                                         
11:01:19 #8 68.25   perl-parent-1:0.238-478.fc35.noarch                                           
11:01:19 #8 68.25   perl-podlators-1:4.14-478.fc35.noarch                                         
11:01:19 #8 68.25   perl-srpm-macros-1-42.fc35.noarch                                             
11:01:19 #8 68.25   perl-subs-1.04-486.fc35.noarch                                                
11:01:19 #8 68.25   perl-vars-1.05-486.fc35.noarch                                                
11:01:19 #8 68.25   pkgconf-1.8.0-1.fc35.x86_64                                                   
11:01:19 #8 68.25   pkgconf-m4-1.8.0-1.fc35.noarch                                                
11:01:19 #8 68.25   pkgconf-pkg-config-1.8.0-1.fc35.x86_64                                        
11:01:19 #8 68.25   protobuf-c-1.4.0-1.fc35.x86_64                                                
11:01:19 #8 68.25   python-srpm-macros-3.10-11.fc35.noarch                                        
11:01:19 #8 68.25   python3-construct-2.10.68-1.fc35.noarch                                       
11:01:19 #8 68.25   python3-dateutil-1:2.8.1-7.fc35.noarch                                        
11:01:19 #8 68.25   python3-dbus-1.2.18-2.fc35.x86_64                                             
11:01:19 #8 68.25   python3-distro-1.6.0-1.fc35.noarch                                            
11:01:19 #8 68.25   python3-dnf-plugins-core-4.2.1-1.fc35.noarch                                  
11:01:19 #8 68.25   python3-enchant-3.2.2-1.fc35.noarch                                           
11:01:19 #8 68.25   python3-pybeam-0.7-1.fc35.noarch                                              
11:01:19 #8 68.25   python3-pyxdg-0.27-3.fc35.noarch                                              
11:01:19 #8 68.25   python3-six-1.16.0-4.fc35.noarch                                              
11:01:19 #8 68.25   python3-toml-0.10.2-5.fc35.noarch                                             
11:01:19 #8 68.25   python3-unbound-1.16.0-3.fc35.x86_64                                          
11:01:19 #8 68.25   python3-zstd-1.4.5.1-5.fc35.x86_64                                            
11:01:19 #8 68.25   qt5-srpm-macros-5.15.2-3.fc35.noarch                                          
11:01:19 #8 68.25   redhat-rpm-config-201-1.fc35.noarch                                           
11:01:19 #8 68.25   rpm-build-4.17.1-2.fc35.x86_64                                                
11:01:19 #8 68.25   rpmautospec-rpm-macros-0.2.6-1.fc35.noarch                                    
11:01:19 #8 68.25   rpmlint-2.2.0-2.fc35.noarch                                                   
11:01:19 #8 68.25   rust-srpm-macros-21-1.fc35.noarch                                             
11:01:19 #8 68.25   shared-mime-info-2.1-3.fc35.x86_64                                            
11:01:19 #8 68.25   systemd-libs-249.12-5.fc35.x86_64                                             
11:01:19 #8 68.25   unbound-libs-1.16.0-3.fc35.x86_64                                             
11:01:19 #8 68.25   unzip-6.0-53.fc35.x86_64                                                      
11:01:19 #8 68.25   xxhash-libs-0.8.1-1.fc35.x86_64                                               
11:01:19 #8 68.25   xz-5.2.5-7.fc35.x86_64                                                        
11:01:19 #8 68.25   zip-3.0-31.fc35.x86_64                                                        
11:01:19 #8 68.25   zstd-1.5.2-2.fc35.x86_64                                                      
11:01:19 #8 68.25 
11:01:19 #8 68.25 Complete!
11:01:19 #8 DONE 68.4s
11:01:19 
11:01:19 #10 [stage-1 3/6] COPY SPECS /root/rpmbuild/SPECS
11:01:19 #10 sha256:0f80a573adf63273dc1453b979d19c3c8de169cd8b3b27a1f43e33cd85a1af41
11:01:19 #10 DONE 0.1s
11:01:19 
11:01:19 #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:19 #11 sha256:5ec24162f4ea72d0608d01ac16225f9785931354490565a5c332dcd140338eee
11:01:51 #11 29.80 Last metadata expiration check: 0:00:50 ago on Thu Aug  4 11:00:58 2022.
11:01:53 #11 33.81 Package bash-5.1.8-2.fc35.x86_64 is already installed.
11:01:53 #11 33.82 Package bash-5.1.8-2.fc35.x86_64 is already installed.
11:01:53 #11 33.82 Package ca-certificates-2021.2.52-1.0.fc35.noarch is already installed.
11:01:53 #11 33.82 Package libarchive-3.5.2-2.fc35.x86_64 is already installed.
11:01:53 #11 33.82 Package pkgconf-pkg-config-1.8.0-1.fc35.x86_64 is already installed.
11:01:53 #11 33.82 Package tar-2:1.34-2.fc35.x86_64 is already installed.
11:01:53 #11 33.83 Package bash-5.1.8-2.fc35.x86_64 is already installed.
11:01:53 #11 33.85 Package bash-5.1.8-2.fc35.x86_64 is already installed.
11:01:53 #11 33.93 Dependencies resolved.
11:01:53 #11 33.97 ================================================================================
11:01:53 #11 33.97  Package                       Arch    Version                   Repo      Size
11:01:53 #11 33.97 ================================================================================
11:01:53 #11 33.97 Installing:
11:01:53 #11 33.97  btrfs-progs-devel             x86_64  5.18-1.fc35               updates   55 k
11:01:53 #11 33.97  cmake                         x86_64  3.22.2-1.fc35             updates  6.2 M
11:01:53 #11 33.97  device-mapper-devel           x86_64  1.02.175-6.fc35           fedora    45 k
11:01:53 #11 33.97  gcc                           x86_64  11.3.1-2.fc35             updates   31 M
11:01:53 #11 33.97  git                           x86_64  2.37.1-1.fc35             updates   66 k
11:01:53 #11 33.97  glibc-static                  x86_64  2.34-38.fc35              updates  1.7 M
11:01:53 #11 33.97  libseccomp-devel              x86_64  2.5.3-1.fc35              updates   53 k
11:01:53 #11 33.97  libselinux-devel              x86_64  3.3-1.fc35                updates  112 k
11:01:53 #11 33.97  libtool                       x86_64  2.4.6-50.fc35             updates  579 k
11:01:53 #11 33.97  libtool-ltdl-devel            x86_64  2.4.6-50.fc35             updates  154 k
11:01:53 #11 33.97  make                          x86_64  1:4.3-6.fc35              fedora   533 k
11:01:53 #11 33.97  selinux-policy-devel          noarch  35.18-1.fc35              updates  811 k
11:01:53 #11 33.97  systemd                       x86_64  249.12-5.fc35             updates  4.1 M
11:01:53 #11 33.97  systemd-devel                 x86_64  249.12-5.fc35             updates  446 k
11:01:53 #11 33.97  which                         x86_64  2.21-27.fc35              fedora    41 k
11:01:53 #11 33.97 Upgrading:
11:01:53 #11 33.97  audit-libs                    x86_64  3.0.8-1.fc35              updates  116 k
11:01:53 #11 33.97  libgcc                        x86_64  11.3.1-2.fc35             updates  118 k
11:01:53 #11 33.97  libgomp                       x86_64  11.3.1-2.fc35             updates  291 k
11:01:53 #11 33.97  pcre2                         x86_64  10.40-1.fc35              updates  235 k
11:01:53 #11 33.97  pcre2-syntax                  noarch  10.40-1.fc35              updates  143 k
11:01:53 #11 33.97 Installing dependencies:
11:01:53 #11 33.97  acl                           x86_64  2.3.1-2.fc35              fedora    71 k
11:01:53 #11 33.97  annobin-docs                  noarch  10.66-2.fc35              updates   85 k
11:01:53 #11 33.97  annobin-plugin-gcc            x86_64  10.66-2.fc35              updates   46 k
11:01:53 #11 33.97  autoconf                      noarch  2.69-37.fc35              fedora   666 k
11:01:53 #11 33.97  automake                      noarch  1.16.2-5.fc35             fedora   662 k
11:01:53 #11 33.97  btrfs-progs                   x86_64  5.18-1.fc35               updates  958 k
11:01:53 #11 33.97  checkpolicy                   x86_64  3.3-1.fc35                updates  338 k
11:01:53 #11 33.97  cmake-data                    noarch  3.22.2-1.fc35             updates  1.6 M
11:01:53 #11 33.97  cmake-filesystem              x86_64  3.22.2-1.fc35             updates   18 k
11:01:53 #11 33.97  cmake-rpm-macros              noarch  3.22.2-1.fc35             updates   17 k
11:01:53 #11 33.97  cpp                           x86_64  11.3.1-2.fc35             updates   10 M
11:01:53 #11 33.97  cryptsetup-libs               x86_64  2.4.3-1.fc35              updates  430 k
11:01:53 #11 33.97  dbus                          x86_64  1:1.12.22-1.fc35          updates  7.1 k
11:01:53 #11 33.97  dbus-broker                   x86_64  29-4.fc35                 fedora   171 k
11:01:53 #11 33.97  dbus-common                   noarch  1:1.12.22-1.fc35          updates   14 k
11:01:53 #11 33.97  device-mapper                 x86_64  1.02.175-6.fc35           fedora   140 k
11:01:53 #11 33.97  device-mapper-libs            x86_64  1.02.175-6.fc35           fedora   179 k
11:01:53 #11 33.97  e2fsprogs-libs                x86_64  1.46.3-1.fc35             fedora   222 k
11:01:53 #11 33.97  emacs-filesystem              noarch  1:27.2-9.fc35             fedora   9.0 k
11:01:53 #11 33.97  gc                            x86_64  8.0.4-6.fc35              fedora   103 k
11:01:53 #11 33.97  git-core                      x86_64  2.37.1-1.fc35             updates  4.0 M
11:01:53 #11 33.97  git-core-doc                  noarch  2.37.1-1.fc35             updates  2.4 M
11:01:53 #11 33.97  glibc-devel                   x86_64  2.34-38.fc35              updates   39 k
11:01:53 #11 33.97  glibc-headers-x86             noarch  2.34-38.fc35              updates  438 k
11:01:53 #11 33.97  guile22                       x86_64  2.2.7-3.fc35              fedora   6.4 M
11:01:53 #11 33.97  iptables-legacy-libs          x86_64  1.8.7-13.fc35             fedora    39 k
11:01:53 #11 33.97  jsoncpp                       x86_64  1.9.4-5.fc35              updates   93 k
11:01:53 #11 33.97  kernel-headers                x86_64  5.18.13-100.fc35          updates  1.3 M
11:01:53 #11 33.97  kmod-libs                     x86_64  29-4.fc35                 fedora    63 k
11:01:53 #11 33.97  less                          x86_64  590-2.fc35                updates  161 k
11:01:53 #11 33.97  libargon2                     x86_64  20171227-7.fc35           fedora    28 k
11:01:53 #11 33.97  libbtrfs                      x86_64  5.18-1.fc35               updates   28 k
11:01:53 #11 33.97  libbtrfsutil                  x86_64  5.18-1.fc35               updates   32 k
11:01:53 #11 33.97  libcbor                       x86_64  0.7.0-4.fc35              fedora    56 k
11:01:53 #11 33.97  libedit                       x86_64  3.1-40.20210910cvs.fc35   fedora   105 k
11:01:53 #11 33.97  libfdisk                      x86_64  2.37.4-1.fc35             updates  154 k
11:01:53 #11 33.97  libfido2                      x86_64  1.8.0-1.fc35              fedora    81 k
11:01:53 #11 33.97  libibverbs                    x86_64  39.0-1.fc35               updates  392 k
11:01:53 #11 33.97  libmpc                        x86_64  1.2.1-3.fc35              fedora    62 k
11:01:53 #11 33.97  libnl3                        x86_64  3.5.0-8.fc35              fedora   328 k
11:01:53 #11 33.97  libpcap                       x86_64  14:1.10.1-2.fc35          fedora   171 k
11:01:53 #11 33.97  libseccomp                    x86_64  2.5.3-1.fc35              updates   71 k
11:01:53 #11 33.97  libselinux-utils              x86_64  3.3-1.fc35                updates  140 k
11:01:53 #11 33.97  libsepol-devel                x86_64  3.3-2.fc35                updates   40 k
11:01:53 #11 33.97  libtool-ltdl                  x86_64  2.4.6-50.fc35             updates   36 k
11:01:53 #11 33.97  libutempter                   x86_64  1.2.1-5.fc35              fedora    26 k
11:01:53 #11 33.97  libuv                         x86_64  1:1.44.2-1.fc35           updates  151 k
11:01:53 #11 33.97  libxcrypt-devel               x86_64  4.4.28-1.fc35             updates   29 k
11:01:53 #11 33.97  libxcrypt-static              x86_64  4.4.28-1.fc35             updates  103 k
11:01:53 #11 33.97  lzo                           x86_64  2.10-5.fc35               fedora    65 k
11:01:53 #11 33.97  m4                            x86_64  1.4.19-2.fc35             fedora   294 k
11:01:53 #11 33.97  openssh                       x86_64  8.7p1-3.fc35              updates  451 k
11:01:53 #11 33.97  openssh-clients               x86_64  8.7p1-3.fc35              updates  696 k
11:01:53 #11 33.97  pcre2-devel                   x86_64  10.40-1.fc35              updates  474 k
11:01:53 #11 33.97  pcre2-utf16                   x86_64  10.40-1.fc35              updates  215 k
11:01:53 #11 33.97  pcre2-utf32                   x86_64  10.40-1.fc35              updates  205 k
11:01:53 #11 33.97  perl-Error                    noarch  1:0.17029-7.fc35          fedora    41 k
11:01:53 #11 33.97  perl-File-Compare             noarch  1.100.600-486.fc35        updates   18 k
11:01:53 #11 33.97  perl-File-Copy                noarch  2.35-486.fc35             updates   25 k
11:01:53 #11 33.97  perl-File-Find                noarch  1.39-486.fc35             updates   30 k
11:01:53 #11 33.97  perl-Git                      noarch  2.37.1-1.fc35             updates   43 k
11:01:53 #11 33.97  perl-TermReadKey              x86_64  2.38-11.fc35              fedora    36 k
11:01:53 #11 33.97  perl-Thread-Queue             noarch  3.14-478.fc35             fedora    21 k
11:01:53 #11 33.97  perl-lib                      x86_64  0.65-486.fc35             updates   19 k
11:01:53 #11 33.97  perl-threads                  x86_64  1:2.26-448.fc35           fedora    57 k
11:01:53 #11 33.97  perl-threads-shared           x86_64  1.62-478.fc35             fedora    43 k
11:01:53 #11 33.97  policycoreutils               x86_64  3.3-1.fc35                updates  199 k
11:01:53 #11 33.97  policycoreutils-devel         x86_64  3.3-1.fc35                updates  139 k
11:01:53 #11 33.97  policycoreutils-python-utils  noarch  3.3-1.fc35                updates   72 k
11:01:53 #11 33.97  python3-audit                 x86_64  3.0.8-1.fc35              updates   82 k
11:01:53 #11 33.97  python3-libselinux            x86_64  3.3-1.fc35                updates  181 k
11:01:53 #11 33.97  python3-libsemanage           x86_64  3.3-1.fc35                updates   79 k
11:01:53 #11 33.97  python3-policycoreutils       noarch  3.3-1.fc35                updates  2.0 M
11:01:53 #11 33.97  python3-setools               x86_64  4.4.0-3.fc35              fedora   547 k
11:01:53 #11 33.97  python3-setuptools            noarch  57.4.0-1.fc35             fedora   928 k
11:01:53 #11 33.97  rhash                         x86_64  1.4.0-4.fc35              fedora   178 k
11:01:53 #11 33.97  rpm-plugin-selinux            x86_64  4.17.1-2.fc35             updates   17 k
11:01:53 #11 33.97  selinux-policy                noarch  35.18-1.fc35              updates   66 k
11:01:53 #11 33.97  selinux-policy-targeted       noarch  35.18-1.fc35              updates  6.3 M
11:01:53 #11 33.97  systemd-pam                   x86_64  249.12-5.fc35             updates  324 k
11:01:53 #11 33.97  systemd-rpm-macros            noarch  249.12-5.fc35             updates   27 k
11:01:53 #11 33.97  util-linux                    x86_64  2.37.4-1.fc35             updates  2.2 M
11:01:53 #11 33.97  util-linux-core               x86_64  2.37.4-1.fc35             updates  433 k
11:01:53 #11 33.97  vim-filesystem                noarch  2:9.0.077-1.fc35          updates   20 k
11:01:53 #11 33.97  xkeyboard-config              noarch  2.33-2.fc35               fedora   783 k
11:01:53 #11 33.97 Installing weak dependencies:
11:01:53 #11 33.97  libbpf                        x86_64  2:0.6.1-2.fc35            updates  154 k
11:01:53 #11 33.97  libxkbcommon                  x86_64  1.3.1-1.fc35              fedora   140 k
11:01:53 #11 33.97  qrencode-libs                 x86_64  4.1.1-1.fc35              updates   60 k
11:01:53 #11 33.97  systemd-networkd              x86_64  249.12-5.fc35             updates  523 k
11:01:53 #11 33.97  systemd-resolved              x86_64  249.12-5.fc35             updates  267 k
11:01:53 #11 33.97 
11:01:53 #11 33.97 Transaction Summary
11:01:53 #11 33.97 ================================================================================
11:01:53 #11 33.97 Install  105 Packages
11:01:53 #11 33.97 Upgrade    5 Packages
11:01:53 #11 33.97 
11:01:53 #11 33.98 Total download size: 98 M
11:01:53 #11 33.98 Downloading Packages:
11:01:53 #11 34.73 (1/110): acl-2.3.1-2.fc35.x86_64.rpm            281 kB/s |  71 kB     00:00    
11:01:53 #11 34.77 (2/110): autoconf-2.69-37.fc35.noarch.rpm       2.3 MB/s | 666 kB     00:00    
11:01:53 #11 34.77 (3/110): dbus-broker-29-4.fc35.x86_64.rpm       4.4 MB/s | 171 kB     00:00    
11:01:53 #11 34.78 (4/110): device-mapper-1.02.175-6.fc35.x86_64.r  14 MB/s | 140 kB     00:00    
11:01:53 #11 34.82 (5/110): automake-1.16.2-5.fc35.noarch.rpm      1.9 MB/s | 662 kB     00:00    
11:01:54 #11 34.82 (6/110): device-mapper-libs-1.02.175-6.fc35.x86 4.0 MB/s | 179 kB     00:00    
11:01:54 #11 34.83 (7/110): device-mapper-devel-1.02.175-6.fc35.x8 862 kB/s |  45 kB     00:00    
11:01:54 #11 34.83 (8/110): emacs-filesystem-27.2-9.fc35.noarch.rp 1.5 MB/s | 9.0 kB     00:00    
11:01:54 #11 34.87 (9/110): e2fsprogs-libs-1.46.3-1.fc35.x86_64.rp 4.7 MB/s | 222 kB     00:00    
11:01:54 #11 34.87 (10/110): gc-8.0.4-6.fc35.x86_64.rpm            2.2 MB/s | 103 kB     00:00    
11:01:54 #11 34.88 (11/110): iptables-legacy-libs-1.8.7-13.fc35.x8 3.1 MB/s |  39 kB     00:00    
11:01:54 #11 34.89 (12/110): kmod-libs-29-4.fc35.x86_64.rpm        7.6 MB/s |  63 kB     00:00    
11:01:54 #11 34.89 (13/110): libargon2-20171227-7.fc35.x86_64.rpm  3.2 MB/s |  28 kB     00:00    
11:01:54 #11 34.90 (14/110): libcbor-0.7.0-4.fc35.x86_64.rpm       5.4 MB/s |  56 kB     00:00    
11:01:54 #11 34.90 (15/110): libedit-3.1-40.20210910cvs.fc35.x86_6  10 MB/s | 105 kB     00:00    
11:01:54 #11 34.91 (16/110): libfido2-1.8.0-1.fc35.x86_64.rpm      8.8 MB/s |  81 kB     00:00    
11:01:54 #11 34.92 (17/110): libmpc-1.2.1-3.fc35.x86_64.rpm        6.0 MB/s |  62 kB     00:00    
11:01:54 #11 34.95 (18/110): libnl3-3.5.0-8.fc35.x86_64.rpm        8.3 MB/s | 328 kB     00:00    
11:01:54 #11 35.03 (19/110): guile22-2.2.7-3.fc35.x86_64.rpm        32 MB/s | 6.4 MB     00:00    
11:01:54 #11 35.06 (20/110): libpcap-1.10.1-2.fc35.x86_64.rpm      1.2 MB/s | 171 kB     00:00    
11:01:54 #11 35.07 (21/110): libutempter-1.2.1-5.fc35.x86_64.rpm   227 kB/s |  26 kB     00:00    
11:01:54 #11 35.07 (22/110): libxkbcommon-1.3.1-1.fc35.x86_64.rpm   16 MB/s | 140 kB     00:00    
11:01:54 #11 35.07 (23/110): lzo-2.10-5.fc35.x86_64.rpm            5.3 MB/s |  65 kB     00:00    
11:01:54 #11 35.11 (24/110): m4-1.4.19-2.fc35.x86_64.rpm           7.4 MB/s | 294 kB     00:00    
11:01:54 #11 35.11 (25/110): perl-Error-0.17029-7.fc35.noarch.rpm  1.2 MB/s |  41 kB     00:00    
11:01:54 #11 35.17 (26/110): make-4.3-6.fc35.x86_64.rpm            5.2 MB/s | 533 kB     00:00    
11:01:54 #11 35.17 (27/110): perl-TermReadKey-2.38-11.fc35.x86_64. 534 kB/s |  36 kB     00:00    
11:01:54 #11 35.18 (28/110): perl-Thread-Queue-3.14-478.fc35.noarc 325 kB/s |  21 kB     00:00    
11:01:54 #11 35.18 (29/110): perl-threads-shared-1.62-478.fc35.x86 5.2 MB/s |  43 kB     00:00    
11:01:54 #11 35.18 (30/110): perl-threads-2.26-448.fc35.x86_64.rpm 5.1 MB/s |  57 kB     00:00    
11:01:54 #11 35.21 (31/110): rhash-1.4.0-4.fc35.x86_64.rpm         7.8 MB/s | 178 kB     00:00    
11:01:54 #11 35.25 (32/110): python3-setools-4.4.0-3.fc35.x86_64.r 7.2 MB/s | 547 kB     00:00    
11:01:54 #11 35.29 (33/110): python3-setuptools-57.4.0-1.fc35.noar 8.3 MB/s | 928 kB     00:00    
11:01:54 #11 35.30 (34/110): which-2.21-27.fc35.x86_64.rpm         472 kB/s |  41 kB     00:00    
11:01:54 #11 35.30 (35/110): annobin-docs-10.66-2.fc35.noarch.rpm   14 MB/s |  85 kB     00:00    
11:01:54 #11 35.30 (36/110): annobin-plugin-gcc-10.66-2.fc35.x86_6 7.0 MB/s |  46 kB     00:00    
11:01:54 #11 35.34 (37/110): xkeyboard-config-2.33-2.fc35.noarch.r  15 MB/s | 783 kB     00:00    
11:01:54 #11 35.35 (38/110): btrfs-progs-devel-5.18-1.fc35.x86_64. 1.2 MB/s |  55 kB     00:00    
11:01:54 #11 35.39 (39/110): btrfs-progs-5.18-1.fc35.x86_64.rpm     11 MB/s | 958 kB     00:00    
11:01:54 #11 35.42 (40/110): checkpolicy-3.3-1.fc35.x86_64.rpm     4.5 MB/s | 338 kB     00:00    
11:01:54 #11 35.48 (41/110): cmake-data-3.22.2-1.fc35.noarch.rpm    17 MB/s | 1.6 MB     00:00    
11:01:54 #11 35.49 (42/110): cmake-filesystem-3.22.2-1.fc35.x86_64 278 kB/s |  18 kB     00:00    
11:01:54 #11 35.57 (43/110): cmake-3.22.2-1.fc35.x86_64.rpm         28 MB/s | 6.2 MB     00:00    
11:01:54 #11 35.58 (44/110): cmake-rpm-macros-3.22.2-1.fc35.noarch 188 kB/s |  17 kB     00:00    
11:01:54 #11 35.60 (45/110): dbus-1.12.22-1.fc35.x86_64.rpm        298 kB/s | 7.1 kB     00:00    
11:01:54 #11 35.64 (46/110): cryptsetup-libs-2.4.3-1.fc35.x86_64.r 6.6 MB/s | 430 kB     00:00    
11:01:54 #11 35.65 (47/110): dbus-common-1.12.22-1.fc35.noarch.rpm 325 kB/s |  14 kB     00:00    
11:01:54 #11 35.78 (48/110): cpp-11.3.1-2.fc35.x86_64.rpm           34 MB/s |  10 MB     00:00    
11:01:54 #11 35.81 (49/110): git-2.37.1-1.fc35.x86_64.rpm          399 kB/s |  66 kB     00:00    
11:01:55 #11 35.95 (50/110): git-core-2.37.1-1.fc35.x86_64.rpm      24 MB/s | 4.0 MB     00:00    
11:01:55 #11 36.01 (51/110): git-core-doc-2.37.1-1.fc35.noarch.rpm  13 MB/s | 2.4 MB     00:00    
11:01:55 #11 36.03 (52/110): glibc-devel-2.34-38.fc35.x86_64.rpm   476 kB/s |  39 kB     00:00    
11:01:55 #11 36.08 (53/110): glibc-headers-x86-2.34-38.fc35.noarch 6.2 MB/s | 438 kB     00:00    
11:01:55 #11 36.16 (54/110): glibc-static-2.34-38.fc35.x86_64.rpm   14 MB/s | 1.7 MB     00:00    
11:01:55 #11 36.17 (55/110): jsoncpp-1.9.4-5.fc35.x86_64.rpm       1.1 MB/s |  93 kB     00:00    
11:01:55 #11 36.23 (56/110): less-590-2.fc35.x86_64.rpm            2.7 MB/s | 161 kB     00:00    
11:01:55 #11 36.28 (57/110): kernel-headers-5.18.13-100.fc35.x86_6  12 MB/s | 1.3 MB     00:00    
11:01:55 #11 36.64 (58/110): gcc-11.3.1-2.fc35.x86_64.rpm           32 MB/s |  31 MB     00:00    
11:01:55 #11 36.64 (59/110): libbpf-0.6.1-2.fc35.x86_64.rpm        374 kB/s | 154 kB     00:00    
11:01:55 #11 36.65 (60/110): libbtrfs-5.18-1.fc35.x86_64.rpm        75 kB/s |  28 kB     00:00    
11:01:55 #11 36.65 (61/110): libbtrfsutil-5.18-1.fc35.x86_64.rpm   5.4 MB/s |  32 kB     00:00    
11:01:55 #11 36.66 (62/110): libfdisk-2.37.4-1.fc35.x86_64.rpm      15 MB/s | 154 kB     00:00    
11:01:55 #11 36.70 (63/110): libibverbs-39.0-1.fc35.x86_64.rpm     7.4 MB/s | 392 kB     00:00    
11:01:55 #11 36.70 (64/110): libseccomp-2.5.3-1.fc35.x86_64.rpm    1.4 MB/s |  71 kB     00:00    
11:01:55 #11 36.71 (65/110): libseccomp-devel-2.5.3-1.fc35.x86_64. 1.1 MB/s |  53 kB     00:00    
11:01:55 #11 36.71 (66/110): libselinux-devel-3.3-1.fc35.x86_64.rp  11 MB/s | 112 kB     00:00    
11:01:55 #11 36.71 (67/110): libsepol-devel-3.3-2.fc35.x86_64.rpm  4.9 MB/s |  40 kB     00:00    
11:01:55 #11 36.75 (68/110): libselinux-utils-3.3-1.fc35.x86_64.rp 2.9 MB/s | 140 kB     00:00    
11:01:55 #11 36.76 (69/110): libtool-ltdl-2.4.6-50.fc35.x86_64.rpm 853 kB/s |  36 kB     00:00    
11:01:55 #11 36.80 (70/110): libtool-2.4.6-50.fc35.x86_64.rpm      6.7 MB/s | 579 kB     00:00    
11:01:55 #11 36.80 (71/110): libuv-1.44.2-1.fc35.x86_64.rpm        3.5 MB/s | 151 kB     00:00    
11:01:55 #11 36.81 (72/110): libtool-ltdl-devel-2.4.6-50.fc35.x86_ 2.9 MB/s | 154 kB     00:00    
11:01:55 #11 36.81 (73/110): libxcrypt-devel-4.4.28-1.fc35.x86_64. 2.1 MB/s |  29 kB     00:00    
11:01:55 #11 36.82 (74/110): libxcrypt-static-4.4.28-1.fc35.x86_64 6.7 MB/s | 103 kB     00:00    
11:01:55 #11 36.86 (75/110): openssh-8.7p1-3.fc35.x86_64.rpm       9.6 MB/s | 451 kB     00:00    
11:01:55 #11 36.89 (76/110): pcre2-devel-10.40-1.fc35.x86_64.rpm   6.1 MB/s | 474 kB     00:00    
11:01:55 #11 36.93 (77/110): openssh-clients-8.7p1-3.fc35.x86_64.r 5.9 MB/s | 696 kB     00:00    
11:01:56 #11 36.93 (78/110): pcre2-utf16-10.40-1.fc35.x86_64.rpm   3.0 MB/s | 215 kB     00:00    
11:01:56 #11 36.97 (79/110): pcre2-utf32-10.40-1.fc35.x86_64.rpm   2.8 MB/s | 205 kB     00:00    
11:01:56 #11 36.97 (80/110): perl-File-Compare-1.100.600-486.fc35. 476 kB/s |  18 kB     00:00    
11:01:56 #11 36.97 (81/110): perl-File-Copy-2.35-486.fc35.noarch.r 626 kB/s |  25 kB     00:00    
11:01:56 #11 36.97 (82/110): perl-File-Find-1.39-486.fc35.noarch.r 3.8 MB/s |  30 kB     00:00    
11:01:56 #11 36.98 (83/110): perl-Git-2.37.1-1.fc35.noarch.rpm     7.6 MB/s |  43 kB     00:00    
11:01:56 #11 36.98 (84/110): perl-lib-0.65-486.fc35.x86_64.rpm     2.6 MB/s |  19 kB     00:00    
11:01:56 #11 36.98 (85/110): policycoreutils-3.3-1.fc35.x86_64.rpm  20 MB/s | 199 kB     00:00    
11:01:56 #11 37.01 (86/110): policycoreutils-python-utils-3.3-1.fc 2.5 MB/s |  72 kB     00:00    
11:01:56 #11 37.01 (87/110): policycoreutils-devel-3.3-1.fc35.x86_ 4.0 MB/s | 139 kB     00:00    
11:01:56 #11 37.02 (88/110): python3-audit-3.0.8-1.fc35.x86_64.rpm 2.6 MB/s |  82 kB     00:00    
11:01:56 #11 37.04 (89/110): python3-libselinux-3.3-1.fc35.x86_64. 4.9 MB/s | 181 kB     00:00    
11:01:56 #11 37.05 (90/110): python3-libsemanage-3.3-1.fc35.x86_64 2.1 MB/s |  79 kB     00:00    
11:01:56 #11 37.06 (91/110): qrencode-libs-4.1.1-1.fc35.x86_64.rpm 5.3 MB/s |  60 kB     00:00    
11:01:56 #11 37.11 (92/110): python3-policycoreutils-3.3-1.fc35.no  22 MB/s | 2.0 MB     00:00    
11:01:56 #11 37.11 (93/110): rpm-plugin-selinux-4.17.1-2.fc35.x86_ 303 kB/s |  17 kB     00:00    
11:01:56 #11 37.11 (94/110): selinux-policy-35.18-1.fc35.noarch.rp 1.1 MB/s |  66 kB     00:00    
11:01:56 #11 37.16 (95/110): selinux-policy-devel-35.18-1.fc35.noa  15 MB/s | 811 kB     00:00    
11:01:56 #11 37.24 (96/110): systemd-devel-249.12-5.fc35.x86_64.rp 5.6 MB/s | 446 kB     00:00    
11:01:56 #11 37.34 (97/110): systemd-249.12-5.fc35.x86_64.rpm       18 MB/s | 4.1 MB     00:00    
11:01:56 #11 37.42 (98/110): selinux-policy-targeted-35.18-1.fc35.  20 MB/s | 6.3 MB     00:00    
11:01:56 #11 37.46 (99/110): systemd-networkd-249.12-5.fc35.x86_64 2.4 MB/s | 523 kB     00:00    
11:01:56 #11 37.50 (100/110): systemd-pam-249.12-5.fc35.x86_64.rpm 2.0 MB/s | 324 kB     00:00    
11:01:56 #11 37.50 (101/110): systemd-rpm-macros-249.12-5.fc35.noa 675 kB/s |  27 kB     00:00    
11:01:56 #11 37.53 (102/110): systemd-resolved-249.12-5.fc35.x86_6 3.9 MB/s | 267 kB     00:00    
11:01:56 #11 37.57 (103/110): util-linux-core-2.37.4-1.fc35.x86_64 6.2 MB/s | 433 kB     00:00    
11:01:56 #11 37.63 (104/110): util-linux-2.37.4-1.fc35.x86_64.rpm   17 MB/s | 2.2 MB     00:00    
11:01:56 #11 37.63 (105/110): vim-filesystem-9.0.077-1.fc35.noarch 197 kB/s |  20 kB     00:00    
11:01:56 #11 37.64 (106/110): audit-libs-3.0.8-1.fc35.x86_64.rpm   1.8 MB/s | 116 kB     00:00    
11:01:56 #11 37.64 (107/110): libgcc-11.3.1-2.fc35.x86_64.rpm       13 MB/s | 118 kB     00:00    
11:01:56 #11 37.67 (108/110): libgomp-11.3.1-2.fc35.x86_64.rpm     7.4 MB/s | 291 kB     00:00    
11:01:56 #11 37.68 (109/110): pcre2-10.40-1.fc35.x86_64.rpm        5.8 MB/s | 235 kB     00:00    
11:01:56 #11 37.68 (110/110): pcre2-syntax-10.40-1.fc35.noarch.rpm 3.8 MB/s | 143 kB     00:00    
11:01:56 #11 37.68 --------------------------------------------------------------------------------
11:01:56 #11 37.68 Total                                            27 MB/s |  98 MB     00:03     
11:01:58 #11 39.42 Running transaction check
11:01:58 #11 39.52 Transaction check succeeded.
11:01:58 #11 39.52 Running transaction test
11:02:00 #11 40.75 Transaction test succeeded.
11:02:00 #11 40.75 Running transaction
11:02:01 #11 42.08   Running scriptlet: selinux-policy-targeted-35.18-1.fc35.noarch            1/1 
11:02:01 #11 42.21   Preparing        :                                                        1/1 
11:02:01 #11 42.25   Upgrading        : libgcc-11.3.1-2.fc35.x86_64                          1/115 
11:02:01 #11 42.25   Running scriptlet: libgcc-11.3.1-2.fc35.x86_64                          1/115 
11:02:01 #11 42.28   Upgrading        : audit-libs-3.0.8-1.fc35.x86_64                       2/115 
11:02:01 #11 42.29   Upgrading        : pcre2-syntax-10.40-1.fc35.noarch                     3/115 
11:02:01 #11 42.29   Upgrading        : pcre2-10.40-1.fc35.x86_64                            4/115 
11:02:01 #11 42.30   Installing       : python3-libselinux-3.3-1.fc35.x86_64                 5/115 
11:02:01 #11 42.35   Installing       : util-linux-core-2.37.4-1.fc35.x86_64                 6/115 
11:02:01 #11 42.40   Running scriptlet: util-linux-core-2.37.4-1.fc35.x86_64                 6/115 
11:02:01 #11 42.41   Installing       : perl-File-Find-1.39-486.fc35.noarch                  7/115 
11:02:01 #11 42.41   Installing       : perl-File-Copy-2.35-486.fc35.noarch                  8/115 
11:02:01 #11 42.42   Installing       : perl-File-Compare-1.100.600-486.fc35.noarch          9/115 
11:02:01 #11 42.43   Installing       : libtool-ltdl-2.4.6-50.fc35.x86_64                   10/115 
11:02:01 #11 42.46   Installing       : libseccomp-2.5.3-1.fc35.x86_64                      11/115 
11:02:01 #11 42.47   Installing       : libfdisk-2.37.4-1.fc35.x86_64                       12/115 
11:02:01 #11 42.47   Installing       : cmake-rpm-macros-3.22.2-1.fc35.noarch               13/115 
11:02:01 #11 42.51   Installing       : cmake-filesystem-3.22.2-1.fc35.x86_64               14/115 
11:02:01 #11 42.52   Installing       : checkpolicy-3.3-1.fc35.x86_64                       15/115 
11:02:01 #11 42.57   Installing       : perl-threads-1:2.26-448.fc35.x86_64                 16/115 
11:02:01 #11 42.58   Installing       : m4-1.4.19-2.fc35.x86_64                             17/115 
11:02:01 #11 42.63   Installing       : libmpc-1.2.1-3.fc35.x86_64                          18/115 
11:02:01 #11 42.63   Installing       : emacs-filesystem-1:27.2-9.fc35.noarch               19/115 
11:02:01 #11 42.65   Installing       : autoconf-2.69-37.fc35.noarch                        20/115 
11:02:01 #11 42.86   Installing       : cpp-11.3.1-2.fc35.x86_64                            21/115 
11:02:01 #11 42.89   Installing       : perl-threads-shared-1.62-478.fc35.x86_64            22/115 
11:02:01 #11 42.90   Installing       : perl-Thread-Queue-3.14-478.fc35.noarch              23/115 
11:02:01 #11 42.95   Installing       : automake-1.16.2-5.fc35.noarch                       24/115 
11:02:01 #11 42.96   Installing       : python3-libsemanage-3.3-1.fc35.x86_64               25/115 
11:02:02 #11 43.00   Installing       : libselinux-utils-3.3-1.fc35.x86_64                  26/115 
11:02:02 #11 43.01   Installing       : pcre2-utf16-10.40-1.fc35.x86_64                     27/115 
11:02:02 #11 43.02   Installing       : pcre2-utf32-10.40-1.fc35.x86_64                     28/115 
11:02:02 #11 43.03   Installing       : pcre2-devel-10.40-1.fc35.x86_64                     29/115 
11:02:02 #11 43.07   Installing       : python3-audit-3.0.8-1.fc35.x86_64                   30/115 
11:02:02 #11 43.08   Installing       : gc-8.0.4-6.fc35.x86_64                              31/115 
11:02:02 #11 43.39   Installing       : guile22-2.2.7-3.fc35.x86_64                         32/115 
11:02:02 #11 43.43   Installing       : make-1:4.3-6.fc35.x86_64                            33/115 
11:02:02 #11 43.46   Installing       : kmod-libs-29-4.fc35.x86_64                          34/115 
11:02:02 #11 43.48   Installing       : libnl3-3.5.0-8.fc35.x86_64                          35/115 
11:02:02 #11 43.54   Installing       : libibverbs-39.0-1.fc35.x86_64                       36/115 
11:02:02 #11 43.58   Installing       : libpcap-14:1.10.1-2.fc35.x86_64                     37/115 
11:02:02 #11 43.58   Installing       : iptables-legacy-libs-1.8.7-13.fc35.x86_64           38/115 
11:02:02 #11 43.62   Installing       : jsoncpp-1.9.4-5.fc35.x86_64                         39/115 
11:02:02 #11 43.63   Upgrading        : libgomp-11.3.1-2.fc35.x86_64                        40/115 
11:02:02 #11 43.67   Installing       : vim-filesystem-2:9.0.077-1.fc35.noarch              41/115 
11:02:02 #11 43.68   Installing       : qrencode-libs-4.1.1-1.fc35.x86_64                   42/115 
11:02:02 #11 43.73   Installing       : perl-lib-0.65-486.fc35.x86_64                       43/115 
11:02:02 #11 43.74   Installing       : libuv-1:1.44.2-1.fc35.x86_64                        44/115 
11:02:02 #11 43.75   Installing       : libsepol-devel-3.3-2.fc35.x86_64                    45/115 
11:02:03 #11 43.79   Installing       : libselinux-devel-3.3-1.fc35.x86_64                  46/115 
11:02:03 #11 43.80   Installing       : libbtrfsutil-5.18-1.fc35.x86_64                     47/115 
11:02:03 #11 43.83   Installing       : libbtrfs-5.18-1.fc35.x86_64                         48/115 
11:02:03 #11 43.83   Installing       : libbpf-2:0.6.1-2.fc35.x86_64                        49/115 
11:02:03 #11 43.87   Installing       : less-590-2.fc35.x86_64                              50/115 
11:02:03 #11 43.99   Installing       : kernel-headers-5.18.13-100.fc35.x86_64              51/115 
11:02:03 #11 44.07   Installing       : glibc-headers-x86-2.34-38.fc35.noarch               52/115 
11:02:03 #11 44.12   Installing       : libxcrypt-devel-4.4.28-1.fc35.x86_64                53/115 
11:02:03 #11 44.14   Installing       : glibc-devel-2.34-38.fc35.x86_64                     54/115 
11:02:03 #11 44.61   Installing       : gcc-11.3.1-2.fc35.x86_64                            55/115 
11:02:03 #11 44.76   Installing       : glibc-static-2.34-38.fc35.x86_64                    56/115 
11:02:03 #11 44.77   Installing       : libxcrypt-static-4.4.28-1.fc35.x86_64               57/115 
11:02:03 #11 44.78   Installing       : dbus-common-1:1.12.22-1.fc35.noarch                 58/115 
11:02:03 #11 44.83   Running scriptlet: dbus-common-1:1.12.22-1.fc35.noarch                 58/115 
11:02:03 #11 44.84   Running scriptlet: dbus-broker-29-4.fc35.x86_64                        59/115 
11:02:03 #11 44.90 useradd warning: dbus's uid 81 outside of the SYS_UID_MIN 201 and SYS_UID_MAX 999 range.
11:02:03 #11 44.90 
11:02:04 #11 44.90   Installing       : dbus-broker-29-4.fc35.x86_64                        59/115 
11:02:04 #11 44.91   Running scriptlet: dbus-broker-29-4.fc35.x86_64                        59/115 
11:02:04 #11 44.92   Installing       : dbus-1:1.12.22-1.fc35.x86_64                        60/115 
11:02:04 #11 44.92   Installing       : annobin-docs-10.66-2.fc35.noarch                    61/115 
11:02:04 #11 45.00   Installing       : xkeyboard-config-2.33-2.fc35.noarch                 62/115 
11:02:04 #11 45.06   Installing       : libxkbcommon-1.3.1-1.fc35.x86_64                    63/115 
11:02:04 #11 45.07   Installing       : rhash-1.4.0-4.fc35.x86_64                           64/115 
11:02:04 #11 45.25   Installing       : cmake-3.22.2-1.fc35.x86_64                          65/115 
11:02:04 #11 45.53   Installing       : cmake-data-3.22.2-1.fc35.noarch                     66/115 
11:02:04 #11 45.63   Installing       : python3-setuptools-57.4.0-1.fc35.noarch             67/115 
11:02:04 #11 45.71   Installing       : python3-setools-4.4.0-3.fc35.x86_64                 68/115 
11:02:04 #11 45.76   Installing       : perl-TermReadKey-2.38-11.fc35.x86_64                69/115 
11:02:04 #11 45.80   Installing       : perl-Error-1:0.17029-7.fc35.noarch                  70/115 
11:02:04 #11 45.81   Installing       : lzo-2.10-5.fc35.x86_64                              71/115 
11:02:04 #11 45.84   Running scriptlet: libutempter-1.2.1-5.fc35.x86_64                     72/115 
11:02:05 #11 45.88   Installing       : libutempter-1.2.1-5.fc35.x86_64                     72/115 
11:02:05 #11 45.94   Installing       : util-linux-2.37.4-1.fc35.x86_64                     73/115 
11:02:05 #11 45.99   Running scriptlet: util-linux-2.37.4-1.fc35.x86_64                     73/115 
11:02:05 #11 46.06   Installing       : policycoreutils-3.3-1.fc35.x86_64                   74/115 
11:02:05 #11 46.10   Running scriptlet: policycoreutils-3.3-1.fc35.x86_64                   74/115 
11:02:05 #11 46.11   Installing       : rpm-plugin-selinux-4.17.1-2.fc35.x86_64             75/115 
11:02:05 #11 46.16   Installing       : selinux-policy-35.18-1.fc35.noarch                  76/115 
11:02:05 #11 46.16   Running scriptlet: selinux-policy-35.18-1.fc35.noarch                  76/115 
11:02:05 #11 46.19   Running scriptlet: selinux-policy-targeted-35.18-1.fc35.noarch         77/115 
11:02:05 #11 46.37   Installing       : selinux-policy-targeted-35.18-1.fc35.noarch         77/115 
11:02:15 #11 46.41   Running scriptlet: selinux-policy-targeted-35.18-1.fc35.noarch         77/115 
11:02:15 #11 55.69   Installing       : python3-policycoreutils-3.3-1.fc35.noarch           78/115 
11:02:15 #11 55.73   Installing       : policycoreutils-python-utils-3.3-1.fc35.noarch      79/115 
11:02:15 #11 55.77   Installing       : policycoreutils-devel-3.3-1.fc35.x86_64             80/115 
11:02:15 #11 55.87   Installing       : selinux-policy-devel-35.18-1.fc35.noarch            81/115 
11:02:15 #11 55.91   Running scriptlet: selinux-policy-devel-35.18-1.fc35.noarch            81/115 
11:02:15 #11 55.93   Running scriptlet: openssh-8.7p1-3.fc35.x86_64                         82/115 
11:02:15 #11 55.97   Installing       : openssh-8.7p1-3.fc35.x86_64                         82/115 
11:02:15 #11 56.01   Installing       : libedit-3.1-40.20210910cvs.fc35.x86_64              83/115 
11:02:15 #11 56.04   Installing       : libcbor-0.7.0-4.fc35.x86_64                         84/115 
11:02:15 #11 56.05   Installing       : libfido2-1.8.0-1.fc35.x86_64                        85/115 
11:02:15 #11 56.09   Installing       : openssh-clients-8.7p1-3.fc35.x86_64                 86/115 
11:02:15 #11 56.10   Running scriptlet: openssh-clients-8.7p1-3.fc35.x86_64                 86/115 
11:02:15 #11 56.19   Installing       : git-core-2.37.1-1.fc35.x86_64                       87/115 
11:02:15 #11 56.28   Installing       : git-core-doc-2.37.1-1.fc35.noarch                   88/115 
11:02:15 #11 56.33   Installing       : perl-Git-2.37.1-1.fc35.noarch                       89/115 
11:02:15 #11 56.33   Installing       : git-2.37.1-1.fc35.x86_64                            90/115 
11:02:15 #11 56.39   Installing       : libargon2-20171227-7.fc35.x86_64                    91/115 
11:02:15 #11 56.40   Installing       : e2fsprogs-libs-1.46.3-1.fc35.x86_64                 92/115 
11:02:15 #11 56.45   Installing       : btrfs-progs-5.18-1.fc35.x86_64                      93/115 
11:02:15 #11 56.46   Installing       : acl-2.3.1-2.fc35.x86_64                             94/115 
11:02:15 #11 56.52   Installing       : cryptsetup-libs-2.4.3-1.fc35.x86_64                 95/115 
11:02:15 #11 56.56   Installing       : device-mapper-libs-1.02.175-6.fc35.x86_64           96/115 
11:02:15 #11 56.57   Installing       : device-mapper-1.02.175-6.fc35.x86_64                97/115 
11:02:15 #11 56.61   Installing       : systemd-networkd-249.12-5.fc35.x86_64               98/115 
11:02:15 #11 56.61   Running scriptlet: systemd-networkd-249.12-5.fc35.x86_64               98/115 
11:02:15 #11 56.63   Installing       : systemd-pam-249.12-5.fc35.x86_64                    99/115 
11:02:15 #11 56.66   Installing       : systemd-resolved-249.12-5.fc35.x86_64              100/115 
11:02:15 #11 56.67   Running scriptlet: systemd-resolved-249.12-5.fc35.x86_64              100/115 
11:02:15 #11 56.80   Installing       : systemd-249.12-5.fc35.x86_64                       101/115 
11:02:16 #11 56.85   Running scriptlet: systemd-249.12-5.fc35.x86_64                       101/115 
11:02:16 #11 57.02 Creating group input with gid 104.
11:02:16 #11 57.02 Creating group kvm with gid 36.
11:02:16 #11 57.02 Creating group render with gid 105.
11:02:16 #11 57.02 Creating group sgx with gid 106.
11:02:16 #11 57.02 Creating group systemd-journal with gid 190.
11:02:16 #11 57.02 Creating group systemd-network with gid 192.
11:02:16 #11 57.02 Creating user systemd-network (systemd Network Management) with uid 192 and gid 192.
11:02:16 #11 57.02 Creating group systemd-oom with gid 997.
11:02:16 #11 57.02 Creating user systemd-oom (systemd Userspace OOM Killer) with uid 997 and gid 997.
11:02:16 #11 57.02 Creating group systemd-resolve with gid 193.
11:02:16 #11 57.02 Creating user systemd-resolve (systemd Resolver) with uid 193 and gid 193.
11:02:16 #11 57.02 Creating group systemd-timesync with gid 996.
11:02:16 #11 57.02 Creating user systemd-timesync (systemd Time Synchronization) with uid 996 and gid 996.
11:02:16 #11 57.02 Creating group systemd-coredump with gid 995.
11:02:16 #11 57.02 Creating user systemd-coredump (systemd Core Dumper) with uid 995 and gid 995.
11:02:16 #11 57.02 
11:02:16 #11 57.04   Installing       : systemd-devel-249.12-5.fc35.x86_64                 102/115 
11:02:16 #11 57.09   Installing       : device-mapper-devel-1.02.175-6.fc35.x86_64         103/115 
11:02:16 #11 57.10   Installing       : btrfs-progs-devel-5.18-1.fc35.x86_64               104/115 
11:02:16 #11 57.11   Installing       : annobin-plugin-gcc-10.66-2.fc35.x86_64             105/115 
11:02:16 #11 57.15   Installing       : libtool-2.4.6-50.fc35.x86_64                       106/115 
11:02:16 #11 57.17   Installing       : libtool-ltdl-devel-2.4.6-50.fc35.x86_64            107/115 
11:02:16 #11 57.21   Installing       : libseccomp-devel-2.5.3-1.fc35.x86_64               108/115 
11:02:16 #11 57.22   Installing       : systemd-rpm-macros-249.12-5.fc35.noarch            109/115 
11:02:16 #11 57.22   Installing       : which-2.21-27.fc35.x86_64                          110/115 
11:02:16 #11 57.25   Cleanup          : pcre2-10.39-1.fc35.x86_64                          111/115 
11:02:16 #11 57.26   Cleanup          : pcre2-syntax-10.39-1.fc35.noarch                   112/115 
11:02:16 #11 57.26   Cleanup          : libgomp-11.2.1-9.fc35.x86_64                       113/115 
11:02:16 #11 57.29   Cleanup          : libgcc-11.2.1-9.fc35.x86_64                        114/115 
11:02:16 #11 57.29   Running scriptlet: libgcc-11.2.1-9.fc35.x86_64                        114/115 
11:02:16 #11 57.32   Cleanup          : audit-libs-3.0.7-2.fc35.x86_64                     115/115 
11:02:16 #11 57.35   Running scriptlet: selinux-policy-targeted-35.18-1.fc35.noarch        115/115 
11:02:16 #11 57.37   Running scriptlet: systemd-resolved-249.12-5.fc35.x86_64              115/115 
11:02:16 #11 57.41   Running scriptlet: audit-libs-3.0.7-2.fc35.x86_64                     115/115 
11:02:16 #11 57.68   Verifying        : acl-2.3.1-2.fc35.x86_64                              1/115 
11:02:16 #11 57.68   Verifying        : autoconf-2.69-37.fc35.noarch                         2/115 
11:02:16 #11 57.68   Verifying        : automake-1.16.2-5.fc35.noarch                        3/115 
11:02:16 #11 57.68   Verifying        : dbus-broker-29-4.fc35.x86_64                         4/115 
11:02:16 #11 57.68   Verifying        : device-mapper-1.02.175-6.fc35.x86_64                 5/115 
11:02:16 #11 57.69   Verifying        : device-mapper-devel-1.02.175-6.fc35.x86_64           6/115 
11:02:16 #11 57.69   Verifying        : device-mapper-libs-1.02.175-6.fc35.x86_64            7/115 
11:02:16 #11 57.69   Verifying        : e2fsprogs-libs-1.46.3-1.fc35.x86_64                  8/115 
11:02:16 #11 57.69   Verifying        : emacs-filesystem-1:27.2-9.fc35.noarch                9/115 
11:02:16 #11 57.69   Verifying        : gc-8.0.4-6.fc35.x86_64                              10/115 
11:02:16 #11 57.69   Verifying        : guile22-2.2.7-3.fc35.x86_64                         11/115 
11:02:16 #11 57.69   Verifying        : iptables-legacy-libs-1.8.7-13.fc35.x86_64           12/115 
11:02:16 #11 57.69   Verifying        : kmod-libs-29-4.fc35.x86_64                          13/115 
11:02:16 #11 57.69   Verifying        : libargon2-20171227-7.fc35.x86_64                    14/115 
11:02:16 #11 57.69   Verifying        : libcbor-0.7.0-4.fc35.x86_64                         15/115 
11:02:16 #11 57.69   Verifying        : libedit-3.1-40.20210910cvs.fc35.x86_64              16/115 
11:02:16 #11 57.69   Verifying        : libfido2-1.8.0-1.fc35.x86_64                        17/115 
11:02:16 #11 57.69   Verifying        : libmpc-1.2.1-3.fc35.x86_64                          18/115 
11:02:16 #11 57.69   Verifying        : libnl3-3.5.0-8.fc35.x86_64                          19/115 
11:02:16 #11 57.69   Verifying        : libpcap-14:1.10.1-2.fc35.x86_64                     20/115 
11:02:16 #11 57.69   Verifying        : libutempter-1.2.1-5.fc35.x86_64                     21/115 
11:02:16 #11 57.69   Verifying        : libxkbcommon-1.3.1-1.fc35.x86_64                    22/115 
11:02:16 #11 57.69   Verifying        : lzo-2.10-5.fc35.x86_64                              23/115 
11:02:16 #11 57.69   Verifying        : m4-1.4.19-2.fc35.x86_64                             24/115 
11:02:16 #11 57.69   Verifying        : make-1:4.3-6.fc35.x86_64                            25/115 
11:02:16 #11 57.69   Verifying        : perl-Error-1:0.17029-7.fc35.noarch                  26/115 
11:02:16 #11 57.69   Verifying        : perl-TermReadKey-2.38-11.fc35.x86_64                27/115 
11:02:16 #11 57.69   Verifying        : perl-Thread-Queue-3.14-478.fc35.noarch              28/115 
11:02:16 #11 57.69   Verifying        : perl-threads-1:2.26-448.fc35.x86_64                 29/115 
11:02:16 #11 57.69   Verifying        : perl-threads-shared-1.62-478.fc35.x86_64            30/115 
11:02:16 #11 57.69   Verifying        : python3-setools-4.4.0-3.fc35.x86_64                 31/115 
11:02:16 #11 57.69   Verifying        : python3-setuptools-57.4.0-1.fc35.noarch             32/115 
11:02:16 #11 57.69   Verifying        : rhash-1.4.0-4.fc35.x86_64                           33/115 
11:02:16 #11 57.69   Verifying        : which-2.21-27.fc35.x86_64                           34/115 
11:02:16 #11 57.69   Verifying        : xkeyboard-config-2.33-2.fc35.noarch                 35/115 
11:02:16 #11 57.69   Verifying        : annobin-docs-10.66-2.fc35.noarch                    36/115 
11:02:16 #11 57.69   Verifying        : annobin-plugin-gcc-10.66-2.fc35.x86_64              37/115 
11:02:16 #11 57.69   Verifying        : btrfs-progs-5.18-1.fc35.x86_64                      38/115 
11:02:16 #11 57.69   Verifying        : btrfs-progs-devel-5.18-1.fc35.x86_64                39/115 
11:02:16 #11 57.69   Verifying        : checkpolicy-3.3-1.fc35.x86_64                       40/115 
11:02:16 #11 57.69   Verifying        : cmake-3.22.2-1.fc35.x86_64                          41/115 
11:02:16 #11 57.69   Verifying        : cmake-data-3.22.2-1.fc35.noarch                     42/115 
11:02:16 #11 57.69   Verifying        : cmake-filesystem-3.22.2-1.fc35.x86_64               43/115 
11:02:16 #11 57.69   Verifying        : cmake-rpm-macros-3.22.2-1.fc35.noarch               44/115 
11:02:16 #11 57.69   Verifying        : cpp-11.3.1-2.fc35.x86_64                            45/115 
11:02:16 #11 57.69   Verifying        : cryptsetup-libs-2.4.3-1.fc35.x86_64                 46/115 
11:02:16 #11 57.69   Verifying        : dbus-1:1.12.22-1.fc35.x86_64                        47/115 
11:02:16 #11 57.69   Verifying        : dbus-common-1:1.12.22-1.fc35.noarch                 48/115 
11:02:16 #11 57.69   Verifying        : gcc-11.3.1-2.fc35.x86_64                            49/115 
11:02:16 #11 57.69   Verifying        : git-2.37.1-1.fc35.x86_64                            50/115 
11:02:16 #11 57.69   Verifying        : git-core-2.37.1-1.fc35.x86_64                       51/115 
11:02:16 #11 57.69   Verifying        : git-core-doc-2.37.1-1.fc35.noarch                   52/115 
11:02:16 #11 57.69   Verifying        : glibc-devel-2.34-38.fc35.x86_64                     53/115 
11:02:16 #11 57.69   Verifying        : glibc-headers-x86-2.34-38.fc35.noarch               54/115 
11:02:16 #11 57.69   Verifying        : glibc-static-2.34-38.fc35.x86_64                    55/115 
11:02:16 #11 57.69   Verifying        : jsoncpp-1.9.4-5.fc35.x86_64                         56/115 
11:02:16 #11 57.69   Verifying        : kernel-headers-5.18.13-100.fc35.x86_64              57/115 
11:02:16 #11 57.69   Verifying        : less-590-2.fc35.x86_64                              58/115 
11:02:16 #11 57.69   Verifying        : libbpf-2:0.6.1-2.fc35.x86_64                        59/115 
11:02:16 #11 57.69   Verifying        : libbtrfs-5.18-1.fc35.x86_64                         60/115 
11:02:16 #11 57.69   Verifying        : libbtrfsutil-5.18-1.fc35.x86_64                     61/115 
11:02:16 #11 57.69   Verifying        : libfdisk-2.37.4-1.fc35.x86_64                       62/115 
11:02:16 #11 57.69   Verifying        : libibverbs-39.0-1.fc35.x86_64                       63/115 
11:02:16 #11 57.69   Verifying        : libseccomp-2.5.3-1.fc35.x86_64                      64/115 
11:02:16 #11 57.69   Verifying        : libseccomp-devel-2.5.3-1.fc35.x86_64                65/115 
11:02:16 #11 57.69   Verifying        : libselinux-devel-3.3-1.fc35.x86_64                  66/115 
11:02:16 #11 57.69   Verifying        : libselinux-utils-3.3-1.fc35.x86_64                  67/115 
11:02:16 #11 57.69   Verifying        : libsepol-devel-3.3-2.fc35.x86_64                    68/115 
11:02:16 #11 57.69   Verifying        : libtool-2.4.6-50.fc35.x86_64                        69/115 
11:02:16 #11 57.69   Verifying        : libtool-ltdl-2.4.6-50.fc35.x86_64                   70/115 
11:02:16 #11 57.69   Verifying        : libtool-ltdl-devel-2.4.6-50.fc35.x86_64             71/115 
11:02:16 #11 57.69   Verifying        : libuv-1:1.44.2-1.fc35.x86_64                        72/115 
11:02:16 #11 57.69   Verifying        : libxcrypt-devel-4.4.28-1.fc35.x86_64                73/115 
11:02:16 #11 57.69   Verifying        : libxcrypt-static-4.4.28-1.fc35.x86_64               74/115 
11:02:16 #11 57.69   Verifying        : openssh-8.7p1-3.fc35.x86_64                         75/115 
11:02:16 #11 57.69   Verifying        : openssh-clients-8.7p1-3.fc35.x86_64                 76/115 
11:02:16 #11 57.69   Verifying        : pcre2-devel-10.40-1.fc35.x86_64                     77/115 
11:02:16 #11 57.69   Verifying        : pcre2-utf16-10.40-1.fc35.x86_64                     78/115 
11:02:16 #11 57.69   Verifying        : pcre2-utf32-10.40-1.fc35.x86_64                     79/115 
11:02:16 #11 57.69   Verifying        : perl-File-Compare-1.100.600-486.fc35.noarch         80/115 
11:02:16 #11 57.69   Verifying        : perl-File-Copy-2.35-486.fc35.noarch                 81/115 
11:02:16 #11 57.69   Verifying        : perl-File-Find-1.39-486.fc35.noarch                 82/115 
11:02:16 #11 57.69   Verifying        : perl-Git-2.37.1-1.fc35.noarch                       83/115 
11:02:16 #11 57.69   Verifying        : perl-lib-0.65-486.fc35.x86_64                       84/115 
11:02:16 #11 57.69   Verifying        : policycoreutils-3.3-1.fc35.x86_64                   85/115 
11:02:16 #11 57.69   Verifying        : policycoreutils-devel-3.3-1.fc35.x86_64             86/115 
11:02:16 #11 57.69   Verifying        : policycoreutils-python-utils-3.3-1.fc35.noarch      87/115 
11:02:16 #11 57.69   Verifying        : python3-audit-3.0.8-1.fc35.x86_64                   88/115 
11:02:16 #11 57.69   Verifying        : python3-libselinux-3.3-1.fc35.x86_64                89/115 
11:02:16 #11 57.69   Verifying        : python3-libsemanage-3.3-1.fc35.x86_64               90/115 
11:02:16 #11 57.69   Verifying        : python3-policycoreutils-3.3-1.fc35.noarch           91/115 
11:02:16 #11 57.69   Verifying        : qrencode-libs-4.1.1-1.fc35.x86_64                   92/115 
11:02:16 #11 57.69   Verifying        : rpm-plugin-selinux-4.17.1-2.fc35.x86_64             93/115 
11:02:16 #11 57.69   Verifying        : selinux-policy-35.18-1.fc35.noarch                  94/115 
11:02:16 #11 57.70   Verifying        : selinux-policy-devel-35.18-1.fc35.noarch            95/115 
11:02:16 #11 57.70   Verifying        : selinux-policy-targeted-35.18-1.fc35.noarch         96/115 
11:02:16 #11 57.70   Verifying        : systemd-249.12-5.fc35.x86_64                        97/115 
11:02:16 #11 57.70   Verifying        : systemd-devel-249.12-5.fc35.x86_64                  98/115 
11:02:16 #11 57.70   Verifying        : systemd-networkd-249.12-5.fc35.x86_64               99/115 
11:02:16 #11 57.70   Verifying        : systemd-pam-249.12-5.fc35.x86_64                   100/115 
11:02:16 #11 57.70   Verifying        : systemd-resolved-249.12-5.fc35.x86_64              101/115 
11:02:16 #11 57.70   Verifying        : systemd-rpm-macros-249.12-5.fc35.noarch            102/115 
11:02:16 #11 57.70   Verifying        : util-linux-2.37.4-1.fc35.x86_64                    103/115 
11:02:16 #11 57.70   Verifying        : util-linux-core-2.37.4-1.fc35.x86_64               104/115 
11:02:16 #11 57.70   Verifying        : vim-filesystem-2:9.0.077-1.fc35.noarch             105/115 
11:02:16 #11 57.70   Verifying        : audit-libs-3.0.8-1.fc35.x86_64                     106/115 
11:02:16 #11 57.70   Verifying        : audit-libs-3.0.7-2.fc35.x86_64                     107/115 
11:02:16 #11 57.70   Verifying        : libgcc-11.3.1-2.fc35.x86_64                        108/115 
11:02:16 #11 57.70   Verifying        : libgcc-11.2.1-9.fc35.x86_64                        109/115 
11:02:16 #11 57.70   Verifying        : libgomp-11.3.1-2.fc35.x86_64                       110/115 
11:02:16 #11 57.70   Verifying        : libgomp-11.2.1-9.fc35.x86_64                       111/115 
11:02:16 #11 57.70   Verifying        : pcre2-10.40-1.fc35.x86_64                          112/115 
11:02:16 #11 57.70   Verifying        : pcre2-10.39-1.fc35.x86_64                          113/115 
11:02:16 #11 57.70   Verifying        : pcre2-syntax-10.40-1.fc35.noarch                   114/115 
11:02:16 #11 57.70   Verifying        : pcre2-syntax-10.39-1.fc35.noarch                   115/115 
11:02:16 #11 57.90 
11:02:16 #11 57.90 Upgraded:
11:02:16 #11 57.90   audit-libs-3.0.8-1.fc35.x86_64            libgcc-11.3.1-2.fc35.x86_64         
11:02:16 #11 57.90   libgomp-11.3.1-2.fc35.x86_64              pcre2-10.40-1.fc35.x86_64           
11:02:16 #11 57.90   pcre2-syntax-10.40-1.fc35.noarch         
11:02:16 #11 57.90 Installed:
11:02:16 #11 57.90   acl-2.3.1-2.fc35.x86_64                                                       
11:02:16 #11 57.90   annobin-docs-10.66-2.fc35.noarch                                              
11:02:16 #11 57.90   annobin-plugin-gcc-10.66-2.fc35.x86_64                                        
11:02:16 #11 57.90   autoconf-2.69-37.fc35.noarch                                                  
11:02:16 #11 57.90   automake-1.16.2-5.fc35.noarch                                                 
11:02:16 #11 57.90   btrfs-progs-5.18-1.fc35.x86_64                                                
11:02:16 #11 57.90   btrfs-progs-devel-5.18-1.fc35.x86_64                                          
11:02:16 #11 57.90   checkpolicy-3.3-1.fc35.x86_64                                                 
11:02:16 #11 57.90   cmake-3.22.2-1.fc35.x86_64                                                    
11:02:16 #11 57.90   cmake-data-3.22.2-1.fc35.noarch                                               
11:02:16 #11 57.90   cmake-filesystem-3.22.2-1.fc35.x86_64                                         
11:02:16 #11 57.90   cmake-rpm-macros-3.22.2-1.fc35.noarch                                         
11:02:16 #11 57.90   cpp-11.3.1-2.fc35.x86_64                                                      
11:02:16 #11 57.90   cryptsetup-libs-2.4.3-1.fc35.x86_64                                           
11:02:16 #11 57.90   dbus-1:1.12.22-1.fc35.x86_64                                                  
11:02:16 #11 57.90   dbus-broker-29-4.fc35.x86_64                                                  
11:02:16 #11 57.90   dbus-common-1:1.12.22-1.fc35.noarch                                           
11:02:16 #11 57.90   device-mapper-1.02.175-6.fc35.x86_64                                          
11:02:16 #11 57.90   device-mapper-devel-1.02.175-6.fc35.x86_64                                    
11:02:16 #11 57.90   device-mapper-libs-1.02.175-6.fc35.x86_64                                     
11:02:16 #11 57.90   e2fsprogs-libs-1.46.3-1.fc35.x86_64                                           
11:02:16 #11 57.90   emacs-filesystem-1:27.2-9.fc35.noarch                                         
11:02:16 #11 57.90   gc-8.0.4-6.fc35.x86_64                                                        
11:02:16 #11 57.90   gcc-11.3.1-2.fc35.x86_64                                                      
11:02:16 #11 57.90   git-2.37.1-1.fc35.x86_64                                                      
11:02:16 #11 57.90   git-core-2.37.1-1.fc35.x86_64                                                 
11:02:16 #11 57.90   git-core-doc-2.37.1-1.fc35.noarch                                             
11:02:16 #11 57.90   glibc-devel-2.34-38.fc35.x86_64                                               
11:02:16 #11 57.90   glibc-headers-x86-2.34-38.fc35.noarch                                         
11:02:16 #11 57.90   glibc-static-2.34-38.fc35.x86_64                                              
11:02:16 #11 57.90   guile22-2.2.7-3.fc35.x86_64                                                   
11:02:16 #11 57.90   iptables-legacy-libs-1.8.7-13.fc35.x86_64                                     
11:02:16 #11 57.90   jsoncpp-1.9.4-5.fc35.x86_64                                                   
11:02:16 #11 57.90   kernel-headers-5.18.13-100.fc35.x86_64                                        
11:02:16 #11 57.90   kmod-libs-29-4.fc35.x86_64                                                    
11:02:16 #11 57.90   less-590-2.fc35.x86_64                                                        
11:02:16 #11 57.90   libargon2-20171227-7.fc35.x86_64                                              
11:02:16 #11 57.90   libbpf-2:0.6.1-2.fc35.x86_64                                                  
11:02:16 #11 57.90   libbtrfs-5.18-1.fc35.x86_64                                                   
11:02:16 #11 57.90   libbtrfsutil-5.18-1.fc35.x86_64                                               
11:02:16 #11 57.90   libcbor-0.7.0-4.fc35.x86_64                                                   
11:02:16 #11 57.90   libedit-3.1-40.20210910cvs.fc35.x86_64                                        
11:02:16 #11 57.90   libfdisk-2.37.4-1.fc35.x86_64                                                 
11:02:16 #11 57.90   libfido2-1.8.0-1.fc35.x86_64                                                  
11:02:16 #11 57.90   libibverbs-39.0-1.fc35.x86_64                                                 
11:02:16 #11 57.90   libmpc-1.2.1-3.fc35.x86_64                                                    
11:02:16 #11 57.90   libnl3-3.5.0-8.fc35.x86_64                                                    
11:02:16 #11 57.90   libpcap-14:1.10.1-2.fc35.x86_64                                               
11:02:16 #11 57.90   libseccomp-2.5.3-1.fc35.x86_64                                                
11:02:16 #11 57.90   libseccomp-devel-2.5.3-1.fc35.x86_64                                          
11:02:16 #11 57.90   libselinux-devel-3.3-1.fc35.x86_64                                            
11:02:16 #11 57.90   libselinux-utils-3.3-1.fc35.x86_64                                            
11:02:16 #11 57.90   libsepol-devel-3.3-2.fc35.x86_64                                              
11:02:16 #11 57.90   libtool-2.4.6-50.fc35.x86_64                                                  
11:02:16 #11 57.90   libtool-ltdl-2.4.6-50.fc35.x86_64                                             
11:02:16 #11 57.90   libtool-ltdl-devel-2.4.6-50.fc35.x86_64                                       
11:02:16 #11 57.90   libutempter-1.2.1-5.fc35.x86_64                                               
11:02:16 #11 57.90   libuv-1:1.44.2-1.fc35.x86_64                                                  
11:02:16 #11 57.90   libxcrypt-devel-4.4.28-1.fc35.x86_64                                          
11:02:16 #11 57.90   libxcrypt-static-4.4.28-1.fc35.x86_64                                         
11:02:16 #11 57.90   libxkbcommon-1.3.1-1.fc35.x86_64                                              
11:02:16 #11 57.90   lzo-2.10-5.fc35.x86_64                                                        
11:02:16 #11 57.90   m4-1.4.19-2.fc35.x86_64                                                       
11:02:16 #11 57.90   make-1:4.3-6.fc35.x86_64                                                      
11:02:16 #11 57.90   openssh-8.7p1-3.fc35.x86_64                                                   
11:02:16 #11 57.90   openssh-clients-8.7p1-3.fc35.x86_64                                           
11:02:16 #11 57.90   pcre2-devel-10.40-1.fc35.x86_64                                               
11:02:16 #11 57.90   pcre2-utf16-10.40-1.fc35.x86_64                                               
11:02:16 #11 57.90   pcre2-utf32-10.40-1.fc35.x86_64                                               
11:02:16 #11 57.90   perl-Error-1:0.17029-7.fc35.noarch                                            
11:02:16 #11 57.90   perl-File-Compare-1.100.600-486.fc35.noarch                                   
11:02:16 #11 57.90   perl-File-Copy-2.35-486.fc35.noarch                                           
11:02:16 #11 57.90   perl-File-Find-1.39-486.fc35.noarch                                           
11:02:16 #11 57.90   perl-Git-2.37.1-1.fc35.noarch                                                 
11:02:16 #11 57.90   perl-TermReadKey-2.38-11.fc35.x86_64                                          
11:02:16 #11 57.90   perl-Thread-Queue-3.14-478.fc35.noarch                                        
11:02:16 #11 57.90   perl-lib-0.65-486.fc35.x86_64                                                 
11:02:16 #11 57.90   perl-threads-1:2.26-448.fc35.x86_64                                           
11:02:16 #11 57.90   perl-threads-shared-1.62-478.fc35.x86_64                                      
11:02:16 #11 57.90   policycoreutils-3.3-1.fc35.x86_64                                             
11:02:16 #11 57.90   policycoreutils-devel-3.3-1.fc35.x86_64                                       
11:02:16 #11 57.90   policycoreutils-python-utils-3.3-1.fc35.noarch                                
11:02:16 #11 57.90   python3-audit-3.0.8-1.fc35.x86_64                                             
11:02:16 #11 57.90   python3-libselinux-3.3-1.fc35.x86_64                                          
11:02:16 #11 57.90   python3-libsemanage-3.3-1.fc35.x86_64                                         
11:02:16 #11 57.90   python3-policycoreutils-3.3-1.fc35.noarch                                     
11:02:16 #11 57.90   python3-setools-4.4.0-3.fc35.x86_64                                           
11:02:16 #11 57.90   python3-setuptools-57.4.0-1.fc35.noarch                                       
11:02:16 #11 57.90   qrencode-libs-4.1.1-1.fc35.x86_64                                             
11:02:16 #11 57.90   rhash-1.4.0-4.fc35.x86_64                                                     
11:02:16 #11 57.90   rpm-plugin-selinux-4.17.1-2.fc35.x86_64                                       
11:02:16 #11 57.90   selinux-policy-35.18-1.fc35.noarch                                            
11:02:16 #11 57.90   selinux-policy-devel-35.18-1.fc35.noarch                                      
11:02:16 #11 57.90   selinux-policy-targeted-35.18-1.fc35.noarch                                   
11:02:16 #11 57.90   systemd-249.12-5.fc35.x86_64                                                  
11:02:16 #11 57.90   systemd-devel-249.12-5.fc35.x86_64                                            
11:02:16 #11 57.90   systemd-networkd-249.12-5.fc35.x86_64                                         
11:02:16 #11 57.90   systemd-pam-249.12-5.fc35.x86_64                                              
11:02:16 #11 57.90   systemd-resolved-249.12-5.fc35.x86_64                                         
11:02:16 #11 57.90   systemd-rpm-macros-249.12-5.fc35.noarch                                       
11:02:16 #11 57.90   util-linux-2.37.4-1.fc35.x86_64                                               
11:02:16 #11 57.90   util-linux-core-2.37.4-1.fc35.x86_64                                          
11:02:16 #11 57.90   vim-filesystem-2:9.0.077-1.fc35.noarch                                        
11:02:16 #11 57.90   which-2.21-27.fc35.x86_64                                                     
11:02:17 #11 57.90   xkeyboard-config-2.33-2.fc35.noarch                                           
11:02:17 #11 57.90 
11:02:17 #11 57.90 Complete!
11:02:17 #11 DONE 58.1s
11:02:17 
11:02:17 #13 [stage-1 5/6] COPY --from=golang /usr/local/go /usr/local/go
11:02:17 #13 sha256:137b8cf01f487c583542a95e95824ebe47e760f9c77669668fb98972a6a75395
11:02:19 #13 DONE 2.0s
11:02:19 
11:02:19 #14 [stage-1 6/6] WORKDIR /root/rpmbuild
11:02:19 #14 sha256:4399b63f79a65e46d318eb2c49b7109f4a1f481a0474f72828dc197a5eb9447d
11:02:19 #14 DONE 0.0s
11:02:19 
11:02:19 #15 exporting to image
11:02:19 #15 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
11:02:19 #15 exporting layers
11:02:26 #15 exporting layers 6.1s done
11:02:26 #15 writing image sha256:12a2a7c54e0224efaab6b43ff67ae12d7f02dc33079a9a3a9b391eb966f6d11b done
11:02:26 #15 naming to docker.io/rpmbuild-fedora-35/x86_64 done
11:02:26 #15 DONE 6.1s
11:02:26 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-35/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/fedora-35/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-fedora-35/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:02:26 warning: line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:02:26 warning: line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:02:26 warning: line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:02:26 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.hGnFBD
11:02:26 + umask 022
11:02:26 + cd /root/rpmbuild/BUILD
11:02:26 + cd /root/rpmbuild/BUILD
11:02:26 + rm -rf src
11:02:26 + /usr/bin/mkdir -p src
11:02:26 + cd src
11:02:26 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:02:26 + /usr/bin/tar -xof -
11:02:26 + STATUS=0
11:02:26 + '[' 0 -ne 0 ']'
11:02:26 + /usr/bin/tar -xof -
11:02:26 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:02:26 + STATUS=0
11:02:26 + '[' 0 -ne 0 ']'
11:02:26 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:02:26 + RPM_EC=0
11:02:26 ++ jobs -p
11:02:26 + exit 0
11:02:26 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.acbuHh
11:02:26 + umask 022
11:02:26 + cd /root/rpmbuild/BUILD
11:02:26 + cd src
11:02:26 + export DOCKER_GITCOMMIT=a70ae13
11:02:26 + DOCKER_GITCOMMIT=a70ae13
11:02:26 + mkdir -p /go/src/github.com/docker
11:02:26 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
11:02:26 + pushd /root/rpmbuild/BUILD/src/engine
11:02:26 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
11:02:26 + for component in tini "proxy dynamic"
11:02:26 + TMP_GOPATH=/go
11:02:26 + hack/dockerfile/install/install.sh tini
11:02:26 + RM_GOPATH=0
11:02:26 + TMP_GOPATH=/go
11:02:26 + : /usr/local/bin
11:02:26 + '[' -z /go ']'
11:02:26 + export GOPATH=/go
11:02:26 + GOPATH=/go
11:02:26 + case "$(go env GOARCH)" in
11:02:26 ++ go env GOARCH
11:02:26 + export GO_BUILDMODE=-buildmode=pie
11:02:26 + GO_BUILDMODE=-buildmode=pie
11:02:26 ++ dirname hack/dockerfile/install/install.sh
11:02:26 + dir=hack/dockerfile/install
11:02:26 + bin=tini
11:02:26 + shift
11:02:26 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:02:26 + . hack/dockerfile/install/tini.installer
11:02:26 ++ : v0.19.0
11:02:26 + install_tini
11:02:26 + echo 'Install tini version v0.19.0'
11:02:26 + git clone https://github.com/krallin/tini.git /go/tini
11:02:26 Install tini version v0.19.0
11:02:26 Cloning into '/go/tini'...
11:02:27 + cd /go/tini
11:02:27 + git checkout -q v0.19.0
11:02:27 + cmake .
11:02:27 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
11:02:27   Compatibility with CMake < 2.8.12 will be removed from a future version of
11:02:27   CMake.
11:02:27 
11:02:27   Update the VERSION argument <min> value or use a ...<max> suffix to tell
11:02:27   CMake that the project does not need compatibility with older versions.
11:02:27 
11:02:27 
11:02:27 -- The C compiler identification is GNU 11.3.1
11:02:27 -- Detecting C compiler ABI info
11:02:27 -- Detecting C compiler ABI info - done
11:02:27 -- Check for working C compiler: /usr/bin/cc - skipped
11:02:27 -- Detecting C compile features
11:02:27 -- Detecting C compile features - done
11:02:27 -- Performing Test HAS_BUILTIN_FORTIFY
11:02:27 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:02:27 -- Configuring done
11:02:27 -- Generating done
11:02:27 -- Build files have been written to: /go/tini
11:02:27 + make tini-static
11:02:27 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:02:27 [100%] Linking C executable tini-static
11:02:27 [100%] Built target tini-static
11:02:27 + mkdir -p /usr/local/bin
11:02:27 + cp tini-static /usr/local/bin/docker-init
11:02:27 + for component in tini "proxy dynamic"
11:02:27 + TMP_GOPATH=/go
11:02:27 + hack/dockerfile/install/install.sh proxy dynamic
11:02:27 + RM_GOPATH=0
11:02:27 + TMP_GOPATH=/go
11:02:27 + : /usr/local/bin
11:02:27 + '[' -z /go ']'
11:02:27 + export GOPATH=/go
11:02:27 + GOPATH=/go
11:02:27 + case "$(go env GOARCH)" in
11:02:27 ++ go env GOARCH
11:02:27 + export GO_BUILDMODE=-buildmode=pie
11:02:27 + GO_BUILDMODE=-buildmode=pie
11:02:27 ++ dirname hack/dockerfile/install/install.sh
11:02:27 + dir=hack/dockerfile/install
11:02:27 + bin=proxy
11:02:27 + shift
11:02:27 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
11:02:27 + . hack/dockerfile/install/proxy.installer
11:02:27 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789
11:02:27 + install_proxy dynamic
11:02:27 + case "$1" in
11:02:27 + install_proxy_dynamic
11:02:27 + export PROXY_LDFLAGS=-linkmode=external install_proxy
11:02:27 + PROXY_LDFLAGS=-linkmode=external
11:02:27 + export BUILD_MODE=-buildmode=pie
11:02:27 + BUILD_MODE=-buildmode=pie
11:02:27 + _install_proxy
11:02:27 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789'
11:02:27 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
11:02:27 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789
11:02:27 Cloning into '/go/src/github.com/docker/libnetwork'...
11:02:29 + cd /go/src/github.com/docker/libnetwork
11:02:29 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789
11:02:29 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
11:02:39 + return
11:02:39 + VERSION=0.0.0-20220804091928-715cfc4
11:02:39 + PRODUCT=docker
11:02:39 + hack/make.sh dynbinary
11:02:39 
11:02:39 Removing bundles/
11:02:39 
11:02:39 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:02:39 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220804091928-715cfc4
11:02:39 GOOS="" GOARCH="" GOARM=""
11:04:16 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220804091928-715cfc4
11:04:16 
11:04:16 + popd
11:04:16 + RPM_EC=0
11:04:16 ~/rpmbuild/BUILD/src
11:04:16 ++ jobs -p
11:04:16 + exit 0
11:04:16 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.qSPlpG
11:04:16 + umask 022
11:04:16 + cd /root/rpmbuild/BUILD
11:04:16 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.fc35.x86_64 '!=' / ']'
11:04:16 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.fc35.x86_64
11:04:16 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.fc35.x86_64
11:04:16 + mkdir -p /root/rpmbuild/BUILDROOT
11:04:16 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.fc35.x86_64
11:04:16 + cd src
11:04:16 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
11:04:16 + 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.fc35.x86_64/usr/bin/dockerd
11:04:16 + install -D -p -m 0755 /usr/local/bin/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.fc35.x86_64/usr/bin/docker-proxy
11:04:16 + install -D -p -m 755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.fc35.x86_64/usr/bin/docker-init
11:04:16 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.fc35.x86_64/usr/lib/systemd/system/docker.service
11:04:16 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.fc35.x86_64/usr/lib/systemd/system/docker.socket
11:04:16 + /usr/lib/rpm/check-buildroot
11:04:16 + /usr/lib/rpm/redhat/brp-ldconfig
11:04:16 + /usr/lib/rpm/brp-compress
11:04:16 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:04:16 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:04:16 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.fc35.x86_64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
11:04:16 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:04:16 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:04:16 + /usr/lib/rpm/check-rpaths
11:04:16 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:04:16 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:04:16 + /usr/lib/rpm/redhat/brp-python-hardlink
11:04:16 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.91Qm3d
11:04:16 + umask 022
11:04:16 + cd /root/rpmbuild/BUILD
11:04:16 + cd src
11:04:16 ++ engine/bundles/dynbinary-daemon/dockerd --version
11:04:16 + ver='Docker version 0.0.0-20220804091928-715cfc4, build a70ae13'
11:04:16 PASS: daemon version OK
11:04:16 + test 'Docker version 0.0.0-20220804091928-715cfc4, build a70ae13' = 'Docker version 0.0.0-20220804091928-715cfc4, build a70ae13'
11:04:16 + echo 'PASS: daemon version OK'
11:04:16 + RPM_EC=0
11:04:16 ++ jobs -p
11:04:16 + exit 0
11:04:16 Processing files: docker-ce-0.0.0.20220804091928.715cfc4-0.fc35.x86_64
11:04:16 Provides: docker-ce = 3:0.0.0.20220804091928.715cfc4-0.fc35 docker-ce(x86-64) = 3:0.0.0.20220804091928.715cfc4-0.fc35
11:04:16 Requires(interp): /bin/sh /bin/sh /bin/sh
11:04:16 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:04:16 Requires(post): /bin/sh
11:04:16 Requires(preun): /bin/sh
11:04:16 Requires(postun): /bin/sh
11:04:16 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:04:16 Conflicts: docker docker-ee docker-engine-cs docker-io
11:04:16 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
11:04:16 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.fc35.x86_64
11:04:16 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20220804091928.715cfc4-0.fc35.src.rpm
11:05:12 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0.20220804091928.715cfc4-0.fc35.x86_64.rpm
11:05:12 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.6a3FJh
11:05:12 + umask 022
11:05:12 + cd /root/rpmbuild/BUILD
11:05:12 + cd src
11:05:12 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.fc35.x86_64
11:05:12 + RPM_EC=0
11:05:12 ++ jobs -p
11:05:12 + exit 0
11:05:12 
11:05:12 RPM build warnings:
11:05:12     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:05:12     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:05:12     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:05:12 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.dymmBw
11:05:12 + umask 022
11:05:12 + cd /root/rpmbuild/BUILD
11:05:12 + cd /root/rpmbuild/BUILD
11:05:12 + rm -rf src
11:05:12 + /usr/bin/mkdir -p src
11:05:12 + cd src
11:05:12 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
11:05:12 + /usr/bin/tar -xof -
11:05:12 + STATUS=0
11:05:12 + '[' 0 -ne 0 ']'
11:05:12 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/plugin-installers.tgz
11:05:12 + /usr/bin/tar -xof -
11:05:12 + STATUS=0
11:05:12 + '[' 0 -ne 0 ']'
11:05:12 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:05:12 + RPM_EC=0
11:05:12 ++ jobs -p
11:05:12 + exit 0
11:05:12 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.DL9XRZ
11:05:12 + umask 022
11:05:12 + cd /root/rpmbuild/BUILD
11:05:12 + cd src
11:05:12 + mkdir -p /go/src/github.com/docker
11:05:12 + rm -f /go/src/github.com/docker/cli
11:05:12 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
11:05:12 + pushd /go/src/github.com/docker/cli
11:05:12 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
11:05:12 + DISABLE_WARN_OUTSIDE_CONTAINER=1
11:05:12 + make VERSION=0.0.0-20220804091928-715cfc4 GITCOMMIT=715cfc4 dynbinary manpages
11:05:12 GO_LINKMODE=dynamic ./scripts/build/binary
11:05:12 Building dynamic docker-linux-amd64
11:06:34 scripts/docs/generate-man.sh
11:07:55 Project root: /go/src/github.com/docker/cli
11:07:55 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
11:07:55 2022/08/04 11:07:47 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
11:07:55 + popd
11:07:55 ~/rpmbuild/BUILD/src
11:07:55 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
11:07:55 + pushd /root/rpmbuild/BUILD/src/plugins
11:07:55 + for installer in *.installer
11:07:55 + '[' app.installer '!=' scan.installer ']'
11:07:55 + bash app.installer build
11:07:55 Cloning into '/go/src/github.com/docker/app'...
11:07:55 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:08:51 + for installer in *.installer
11:08:51 + '[' buildx.installer '!=' scan.installer ']'
11:08:51 + bash buildx.installer build
11:08:51 Cloning into '/go/src/github.com/docker/buildx'...
11:08:52 + GO111MODULE=on
11:08:52 + 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:10:43 ~/rpmbuild/BUILD/src
11:10:43 + popd
11:10:43 + RPM_EC=0
11:10:43 ++ jobs -p
11:10:43 + exit 0
11:10:43 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.B6XN30
11:10:43 + umask 022
11:10:43 + cd /root/rpmbuild/BUILD
11:10:43 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc35.x86_64 '!=' / ']'
11:10:43 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc35.x86_64
11:10:43 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc35.x86_64
11:10:43 + mkdir -p /root/rpmbuild/BUILDROOT
11:10:43 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc35.x86_64
11:10:43 + cd src
11:10:43 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc35.x86_64/usr/bin
11:10:43 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc35.x86_64/usr/bin/docker
11:10:43 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
11:10:43 + pushd /root/rpmbuild/BUILD/src/plugins
11:10:43 + for installer in *.installer
11:10:43 + '[' app.installer '!=' scan.installer ']'
11:10:43 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc35.x86_64
11:10:43 + PREFIX=/usr/libexec/docker/cli-plugins
11:10:43 + bash app.installer install_plugin
11:10:43 + for installer in *.installer
11:10:43 + '[' buildx.installer '!=' scan.installer ']'
11:10:43 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc35.x86_64
11:10:43 + PREFIX=/usr/libexec/docker/cli-plugins
11:10:43 + bash buildx.installer install_plugin
11:10:43 + popd
11:10:43 ~/rpmbuild/BUILD/src
11:10:43 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc35.x86_64/usr/share/bash-completion/completions
11:10:43 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc35.x86_64/usr/share/zsh/vendor-completions
11:10:43 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc35.x86_64/usr/share/fish/vendor_completions.d
11:10:43 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc35.x86_64/usr/share/bash-completion/completions/docker
11:10:43 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc35.x86_64/usr/share/zsh/vendor-completions/_docker
11:10:43 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc35.x86_64/usr/share/fish/vendor_completions.d/docker.fish
11:10:43 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc35.x86_64/usr/share/man/man1
11:10:43 + 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.fc35.x86_64/usr/share/man/man1
11:10:43 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc35.x86_64/usr/share/man/man5
11:10:43 + 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.fc35.x86_64/usr/share/man/man5
11:10:43 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc35.x86_64/usr/share/man/man8
11:10:43 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc35.x86_64/usr/share/man/man8
11:10:43 + mkdir -p build-docs
11:10:43 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:10:43 + cp cli/LICENSE build-docs/LICENSE
11:10:43 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:10:43 + cp cli/MAINTAINERS build-docs/MAINTAINERS
11:10:43 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:10:43 + cp cli/NOTICE build-docs/NOTICE
11:10:43 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:10:43 + cp cli/README.md build-docs/README.md
11:10:43 + /usr/lib/rpm/check-buildroot
11:10:43 + /usr/lib/rpm/redhat/brp-ldconfig
11:10:43 + /usr/lib/rpm/brp-compress
11:10:43 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:10:43 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:10:43 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:10:43 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:10:43 + /usr/lib/rpm/check-rpaths
11:10:43 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:10:43 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:10:43 + /usr/lib/rpm/redhat/brp-python-hardlink
11:10:43 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.6FlOYO
11:10:43 + umask 022
11:10:43 + cd /root/rpmbuild/BUILD
11:10:43 + cd src
11:10:43 ++ cli/build/docker --version
11:10:43 + ver='Docker version 0.0.0-20220804091928-715cfc4, build 715cfc4'
11:10:43 + test 'Docker version 0.0.0-20220804091928-715cfc4, build 715cfc4' = 'Docker version 0.0.0-20220804091928-715cfc4, build 715cfc4'
11:10:43 + echo 'PASS: cli version OK'
11:10:43 PASS: cli version OK
11:10:43 + RPM_EC=0
11:10:43 ++ jobs -p
11:10:43 + exit 0
11:10:43 Processing files: docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc35.x86_64
11:10:43 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.CodGCF
11:10:43 + umask 022
11:10:43 + cd /root/rpmbuild/BUILD
11:10:43 + cd src
11:10:43 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc35.x86_64/usr/share/doc/docker-ce-cli
11:10:43 + export LC_ALL=C
11:10:43 + LC_ALL=C
11:10:43 + export DOCDIR
11:10:43 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc35.x86_64/usr/share/doc/docker-ce-cli
11:10:43 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc35.x86_64/usr/share/doc/docker-ce-cli
11:10:43 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc35.x86_64/usr/share/doc/docker-ce-cli
11:10:43 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc35.x86_64/usr/share/doc/docker-ce-cli
11:10:43 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc35.x86_64/usr/share/doc/docker-ce-cli
11:10:43 + RPM_EC=0
11:10:43 ++ jobs -p
11:10:43 + exit 0
11:10:43 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
11:10:43 Provides: docker-ce-cli = 1:0.0.0.20220804091928.715cfc4-0.fc35 docker-ce-cli(x86-64) = 1:0.0.0.20220804091928.715cfc4-0.fc35
11:10:43 Requires(interp): /bin/sh
11:10:43 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:10:43 Requires(post): /bin/sh
11:10:43 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:10:43 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
11:10:43 Recommends: docker-scan-plugin(x86-64)
11:10:43 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc35.x86_64
11:10:43 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc35.src.rpm
11:11:53 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc35.x86_64.rpm
11:11:53 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.9bZ5x5
11:11:53 + umask 022
11:11:53 + cd /root/rpmbuild/BUILD
11:11:53 + cd src
11:11:53 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc35.x86_64
11:11:53 + RPM_EC=0
11:11:53 ++ jobs -p
11:11:53 + exit 0
11:11:53     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:11:53     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:11:53     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:11:53     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
11:11:53 
11:11:53 RPM build warnings:
11:11:53 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Dt9aY6
11:11:53 + umask 022
11:11:53 + cd /root/rpmbuild/BUILD
11:11:53 + cd /root/rpmbuild/BUILD
11:11:53 + rm -rf src
11:11:53 + /usr/bin/mkdir -p src
11:11:53 + cd src
11:11:53 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:11:53 + /usr/bin/tar -xof -
11:11:53 + STATUS=0
11:11:53 + '[' 0 -ne 0 ']'
11:11:53 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:11:53 + /usr/bin/tar -xof -
11:11:53 + STATUS=0
11:11:53 + '[' 0 -ne 0 ']'
11:11:53 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:11:53 + RPM_EC=0
11:11:53 ++ jobs -p
11:11:53 + exit 0
11:11:53 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Gh9Ofo
11:11:53 + umask 022
11:11:53 + cd /root/rpmbuild/BUILD
11:11:53 + cd src
11:11:53 + export DOCKER_GITCOMMIT=a70ae13
11:11:53 + DOCKER_GITCOMMIT=a70ae13
11:11:53 + mkdir -p /go/src/github.com/docker
11:11:53 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
11:11:53 + TMP_GOPATH=/go
11:11:53 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
11:11:53 + RM_GOPATH=0
11:11:53 + TMP_GOPATH=/go
11:11:53 + : /usr/local/bin
11:11:53 + '[' -z /go ']'
11:11:53 + export GOPATH=/go
11:11:53 + GOPATH=/go
11:11:53 + case "$(go env GOARCH)" in
11:11:53 ++ go env GOARCH
11:11:53 + export GO_BUILDMODE=-buildmode=pie
11:11:53 + GO_BUILDMODE=-buildmode=pie
11:11:53 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
11:11:53 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
11:11:53 + bin=rootlesskit
11:11:53 + shift
11:11:53 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
11:11:53 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
11:11:53 ++ : v0.14.4
11:11:53 + install_rootlesskit dynamic
11:11:53 + case "$1" in
11:11:53 + install_rootlesskit_dynamic
11:11:53 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:11:53 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:11:53 + export BUILD_MODE=-buildmode=pie
11:11:53 + BUILD_MODE=-buildmode=pie
11:11:53 + _install_rootlesskit
11:11:53 + echo 'Install rootlesskit version v0.14.4'
11:11:53 Install rootlesskit version v0.14.4
11:11:53 + for f in rootlesskit rootlesskit-docker-proxy
11:11:53 + GOBIN=/usr/local/bin
11:11:53 + GO111MODULE=on
11:11:53 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
11:11:54 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
11:11:54 go: downloading github.com/pkg/errors v0.9.1
11:11:54 go: downloading github.com/sirupsen/logrus v1.8.1
11:11:54 go: downloading github.com/urfave/cli/v2 v2.3.0
11:11:54 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
11:11:54 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
11:11:54 go: downloading github.com/google/uuid v1.3.0
11:11:54 go: downloading github.com/moby/vpnkit v0.5.0
11:11:54 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:11:55 go: downloading github.com/gofrs/flock v0.8.1
11:11:55 go: downloading github.com/gorilla/mux v1.8.0
11:11:55 go: downloading github.com/moby/sys/mountinfo v0.4.1
11:11:55 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
11:11:55 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
11:11:55 go: downloading github.com/u-root/u-root v7.0.0+incompatible
11:11:55 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:12:01 + for f in rootlesskit rootlesskit-docker-proxy
11:12:01 + GOBIN=/usr/local/bin
11:12:01 + GO111MODULE=on
11:12:01 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
11:12:02 + return
11:12:02 + RPM_EC=0
11:12:02 ++ jobs -p
11:12:02 + exit 0
11:12:02 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.R8NY2O
11:12:02 + umask 022
11:12:02 + cd /root/rpmbuild/BUILD
11:12:02 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc35.x86_64 '!=' / ']'
11:12:02 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc35.x86_64
11:12:02 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc35.x86_64
11:12:02 + mkdir -p /root/rpmbuild/BUILDROOT
11:12:02 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc35.x86_64
11:12:02 + cd src
11:12:02 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc35.x86_64/usr/bin/dockerd-rootless.sh
11:12:02 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc35.x86_64/usr/bin/dockerd-rootless-setuptool.sh
11:12:02 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc35.x86_64/usr/bin/rootlesskit
11:12:02 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc35.x86_64/usr/bin/rootlesskit-docker-proxy
11:12:02 + /usr/lib/rpm/check-buildroot
11:12:02 + /usr/lib/rpm/redhat/brp-ldconfig
11:12:02 + /usr/lib/rpm/brp-compress
11:12:02 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:12:02 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:12:02 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:12:02 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:12:02 + /usr/lib/rpm/check-rpaths
11:12:02 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:12:02 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
11:12:02 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
11:12:02 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:12:02 + /usr/lib/rpm/redhat/brp-python-hardlink
11:12:02 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.o5lVhW
11:12:02 + umask 022
11:12:02 + cd /root/rpmbuild/BUILD
11:12:02 + cd src
11:12:02 + /usr/local/bin/rootlesskit -v
11:12:02 rootlesskit version 0.14.4
11:12:02 + RPM_EC=0
11:12:02 ++ jobs -p
11:12:02 + exit 0
11:12:03 Processing files: docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc35.x86_64
11:12:03 Provides: docker-ce-rootless-extras = 0:0.0.0.20220804091928.715cfc4-0.fc35 docker-ce-rootless-extras(x86-64) = 0:0.0.0.20220804091928.715cfc4-0.fc35
11:12:03 Requires(interp): /bin/sh /bin/sh /bin/sh
11:12:03 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:12:03 Requires(post): /bin/sh
11:12:03 Requires(preun): /bin/sh
11:12:03 Requires(postun): /bin/sh
11:12:03 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:12:03 Conflicts: rootlesskit
11:12:03 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc35.x86_64
11:12:03 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc35.src.rpm
11:12:11 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc35.x86_64.rpm
11:12:11 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.w9050i
11:12:11 + umask 022
11:12:11 + cd /root/rpmbuild/BUILD
11:12:11 + cd src
11:12:11 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc35.x86_64
11:12:11 + RPM_EC=0
11:12:11 ++ jobs -p
11:12:11 + exit 0
11:12:11 
11:12:11 RPM build warnings:
11:12:11     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:12:11     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:12:11     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:12:11     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
11:12:11 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.zsokrH
11:12:11 + umask 022
11:12:11 + cd /root/rpmbuild/BUILD
11:12:11 + cd /root/rpmbuild/BUILD
11:12:11 + rm -rf src
11:12:11 + /usr/bin/mkdir -p src
11:12:11 + cd src
11:12:11 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
11:12:11 + /usr/bin/tar -xof -
11:12:11 + STATUS=0
11:12:11 + '[' 0 -ne 0 ']'
11:12:11 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
11:12:11 + /usr/bin/tar -xof -
11:12:11 + STATUS=0
11:12:11 + '[' 0 -ne 0 ']'
11:12:11 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:12:11 + RPM_EC=0
11:12:11 ++ jobs -p
11:12:11 + exit 0
11:12:11 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.yr5yUo
11:12:11 + umask 022
11:12:11 + cd /root/rpmbuild/BUILD
11:12:11 + cd src
11:12:11 + pushd /root/rpmbuild/BUILD/src/compose
11:12:11 + GOPROXY=https://proxy.golang.org
11:12:11 + GO111MODULE=on
11:12:11 + go mod download
11:12:11 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
11:12:50 + GOPROXY=https://proxy.golang.org
11:12:50 + GO111MODULE=on
11:12:50 + GIT_TAG=v2.7.0
11:12:50 + make COMPOSE_BINARY=bin/docker-compose -f builder.Makefile compose-plugin
11:12:50 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:14:12 + popd
11:14:12 ~/rpmbuild/BUILD/src
11:14:12 + RPM_EC=0
11:14:12 ++ jobs -p
11:14:12 + exit 0
11:14:12 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.u7vn87
11:14:12 + umask 022
11:14:12 + cd /root/rpmbuild/BUILD
11:14:12 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc35.x86_64 '!=' / ']'
11:14:12 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc35.x86_64
11:14:12 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc35.x86_64
11:14:12 + mkdir -p /root/rpmbuild/BUILDROOT
11:14:12 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc35.x86_64
11:14:12 + cd src
11:14:12 + pushd /root/rpmbuild/BUILD/src/compose
11:14:12 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
11:14:12 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-compose
11:14:12 + popd
11:14:12 + for f in LICENSE MAINTAINERS NOTICE README.md
11:14:12 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
11:14:12 ~/rpmbuild/BUILD/src
11:14:12 + for f in LICENSE MAINTAINERS NOTICE README.md
11:14:12 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
11:14:12 + for f in LICENSE MAINTAINERS NOTICE README.md
11:14:12 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
11:14:12 + for f in LICENSE MAINTAINERS NOTICE README.md
11:14:12 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
11:14:12 + /usr/lib/rpm/check-buildroot
11:14:12 + /usr/lib/rpm/redhat/brp-ldconfig
11:14:12 + /usr/lib/rpm/brp-compress
11:14:12 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:14:12 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:14:12 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:14:12 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:14:12 + /usr/lib/rpm/check-rpaths
11:14:12 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:14:12 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:14:12 + /usr/lib/rpm/redhat/brp-python-hardlink
11:14:12 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.JX1TZD
11:14:12 + umask 022
11:14:12 + cd /root/rpmbuild/BUILD
11:14:12 + cd src
11:14:12 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
11:14:12 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
11:14:12 PASS: docker-compose version OK
11:14:12 + ver=v2.7.0
11:14:12 + test v2.7.0 = v2.7.0
11:14:12 + echo 'PASS: docker-compose version OK'
11:14:12 + RPM_EC=0
11:14:12 ++ jobs -p
11:14:12 + exit 0
11:14:12 Processing files: docker-compose-plugin-2.7.0-0.fc35.x86_64
11:14:12 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.5xeQtc
11:14:12 + umask 022
11:14:12 + cd /root/rpmbuild/BUILD
11:14:12 + cd src
11:14:12 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc35.x86_64/usr/share/doc/docker-compose-plugin
11:14:12 + export LC_ALL=C
11:14:12 + LC_ALL=C
11:14:12 + export DOCDIR
11:14:12 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc35.x86_64/usr/share/doc/docker-compose-plugin
11:14:12 + 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.fc35.x86_64/usr/share/doc/docker-compose-plugin
11:14:12 + RPM_EC=0
11:14:12 ++ jobs -p
11:14:12 + exit 0
11:14:12 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.htn30o
11:14:12 + umask 022
11:14:12 + cd /root/rpmbuild/BUILD
11:14:12 + cd src
11:14:12 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc35.x86_64/usr/share/licenses/docker-compose-plugin
11:14:12 + export LC_ALL=C
11:14:12 + LC_ALL=C
11:14:12 + export LICENSEDIR
11:14:12 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc35.x86_64/usr/share/licenses/docker-compose-plugin
11:14:12 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc35.x86_64/usr/share/licenses/docker-compose-plugin
11:14:12 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc35.x86_64/usr/share/licenses/docker-compose-plugin
11:14:12 + RPM_EC=0
11:14:12 ++ jobs -p
11:14:12 + exit 0
11:14:12 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-compose
11:14:12 Provides: docker-compose-plugin = 0:2.7.0-0.fc35 docker-compose-plugin(x86-64) = 0:2.7.0-0.fc35
11:14:12 Requires(interp): /bin/sh /bin/sh /bin/sh
11:14:12 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:14:12 Requires(post): /bin/sh
11:14:12 Requires(preun): /bin/sh
11:14:12 Requires(postun): /bin/sh
11:14:12 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc35.x86_64
11:14:12 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.7.0-0.fc35.src.rpm
11:14:20 Wrote: /root/rpmbuild/RPMS/x86_64/docker-compose-plugin-2.7.0-0.fc35.x86_64.rpm
11:14:20 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.gpd7E2
11:14:20 + umask 022
11:14:20 + cd /root/rpmbuild/BUILD
11:14:20 + cd src
11:14:20 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc35.x86_64
11:14:20 + RPM_EC=0
11:14:20 ++ jobs -p
11:14:20 + exit 0
11:14:20     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:14:20     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:14:20     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:14:20     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
11:14:20     Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-compose
11:14:20 
11:14:20 RPM build warnings:
11:14:20 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.c1BPWq
11:14:20 + umask 022
11:14:20 + cd /root/rpmbuild/BUILD
11:14:20 + cd /root/rpmbuild/BUILD
11:14:20 + rm -rf src
11:14:20 + /usr/bin/mkdir -p src
11:14:20 + cd src
11:14:20 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
11:14:20 + /usr/bin/tar -xof -
11:14:20 + STATUS=0
11:14:20 + '[' 0 -ne 0 ']'
11:14:20 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
11:14:20 + /usr/bin/tar -xof -
11:14:20 + STATUS=0
11:14:20 + '[' 0 -ne 0 ']'
11:14:20 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:14:20 + RPM_EC=0
11:14:20 ++ jobs -p
11:14:20 + exit 0
11:14:20 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.bXyscS
11:14:20 + umask 022
11:14:20 + cd /root/rpmbuild/BUILD
11:14:20 + cd src
11:14:20 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
11:14:20 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
11:14:20 + bash -c 'TAG_NAME="v0.17.0" COMMIT="061fe0a" PLATFORM_BINARY=docker-scan make native-build'
11:14:20 GO111MODULE=on make -f builder.Makefile build
11:14:20 make[1]: Entering directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
11:14:20 mkdir -p bin
11:14:20 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:14:20 go: downloading github.com/docker/cli v20.10.9+incompatible
11:14:20 go: downloading github.com/docker/docker v20.10.9+incompatible
11:14:21 go: downloading github.com/spf13/cobra v1.2.1
11:14:21 go: downloading golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
11:14:21 go: downloading github.com/docker/distribution v2.7.1+incompatible
11:14:21 go: downloading github.com/opencontainers/image-spec v1.0.1
11:14:21 go: downloading github.com/Masterminds/semver/v3 v3.1.1
11:14:21 go: downloading github.com/containerd/containerd v1.5.7
11:14:21 go: downloading github.com/moby/sys/mount v0.2.0
11:14:21 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
11:14:21 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
11:14:21 go: downloading google.golang.org/grpc v1.40.0
11:14:21 go: downloading golang.org/x/net v0.0.0-20210825183410-e898025ed96a
11:14:21 go: downloading golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
11:14:21 go: downloading github.com/opencontainers/runc v1.0.2
11:14:22 go: downloading google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
11:14:22 go: downloading google.golang.org/protobuf v1.26.0
11:14:22 go: downloading github.com/prometheus/client_golang v1.7.1
11:14:22 go: downloading github.com/cespare/xxhash/v2 v2.1.1
11:14:22 go: downloading github.com/prometheus/common v0.10.0
11:14:22 go: downloading github.com/prometheus/procfs v0.6.0
11:14:40 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
11:14:40 ~/rpmbuild/BUILD/src
11:14:40 + popd
11:14:40 + RPM_EC=0
11:14:40 ++ jobs -p
11:14:40 + exit 0
11:14:40 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.FhMGsb
11:14:40 + umask 022
11:14:40 + cd /root/rpmbuild/BUILD
11:14:40 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64 '!=' / ']'
11:14:40 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64
11:14:40 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64
11:14:40 + mkdir -p /root/rpmbuild/BUILDROOT
11:14:40 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64
11:14:40 + cd src
11:14:40 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
11:14:40 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
11:14:40 + install -D -p -m 0755 bin/docker-scan /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-scan
11:14:40 + popd
11:14:40 + /usr/lib/rpm/check-buildroot
11:14:40 ~/rpmbuild/BUILD/src
11:14:40 + /usr/lib/rpm/redhat/brp-ldconfig
11:14:40 + /usr/lib/rpm/brp-compress
11:14:40 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:14:40 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:14:40 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:14:40 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:14:40 + /usr/lib/rpm/check-rpaths
11:14:40 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:14:40 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:14:40 + /usr/lib/rpm/redhat/brp-python-hardlink
11:14:40 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.vJKkRE
11:14:40 + umask 022
11:14:40 + cd /root/rpmbuild/BUILD
11:14:40 + cd src
11:14:40 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
11:14:40 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
11:14:40 PASS: docker-scan version OK
11:14:40 + ver=v0.17.0
11:14:40 + test v0.17.0 = v0.17.0
11:14:40 + echo 'PASS: docker-scan version OK'
11:14:40 + RPM_EC=0
11:14:40 ++ jobs -p
11:14:40 + exit 0
11:14:40 Processing files: docker-scan-plugin-0.17.0-0.fc35.x86_64
11:14:40 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-scan
11:14:40 Provides: docker-scan-plugin = 0:0.17.0-0.fc35 docker-scan-plugin(x86-64) = 0:0.17.0-0.fc35
11:14:40 Requires(interp): /bin/sh /bin/sh /bin/sh
11:14:40 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:14:40 Requires(post): /bin/sh
11:14:40 Requires(preun): /bin/sh
11:14:40 Requires(postun): /bin/sh
11:14:40 Enhances: docker-ce-cli
11:14:40 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64
11:14:40 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.17.0-0.fc35.src.rpm
11:14:45 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.17.0-0.fc35.x86_64.rpm
11:14:45 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.NBVneM
11:14:45 + umask 022
11:14:45 + cd /root/rpmbuild/BUILD
11:14:45 + cd src
11:14:45 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64
11:14:45 + RPM_EC=0
11:14:45 ++ jobs -p
11:14:45 + exit 0
11:14:45 
11:14:45 RPM build warnings:
11:14:45     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:14:45     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:14:45     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:14:45     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
11:14:45     Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-compose
11:14:45     Missing build-id in /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-scan
11:14:49 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-35"
11:14:50 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'