Skip to content

Console Output

12:12:42 + make REF=20.10 fedora-35
12:12:42 git init src/github.com/docker/cli
12:12:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
12:12:42 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:12:42 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
12:12:42 + SRC=src/github.com/docker/cli
12:12:42 + REF=20.10
12:12:42 + REF_FETCH=20.10
12:12:42 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
12:12:42 + awk {print $2}
12:12:42 + REF=refs/heads/20.10
12:12:42 + [ -n refs/heads/20.10 ]
12:12:42 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
12:12:42 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
12:12:43 From https://github.com/docker/cli
12:12:43  * [new branch]      20.10      -> 20.10
12:12:43  * [new tag]         v20.10.18  -> v20.10.18
12:12:43  * [new branch]      20.10      -> origin/20.10
12:12:43 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
12:12:44 git init src/github.com/docker/docker
12:12:44 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
12:12:44 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:12:44 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
12:12:44 + SRC=src/github.com/docker/docker
12:12:44 + REF=20.10
12:12:44 + REF_FETCH=20.10
12:12:44 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
12:12:44 + awk {print $2}
12:12:44 + REF=refs/heads/20.10
12:12:44 + [ -n refs/heads/20.10 ]
12:12:44 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
12:12:44 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
12:12:46 From https://github.com/docker/docker
12:12:46  * [new branch]      20.10      -> 20.10
12:12:46  * [new branch]      20.10      -> origin/20.10
12:12:46 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
12:12:47 git init src/github.com/docker/compose
12:12:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
12:12:47 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:12:47 ./scripts/checkout.sh src/github.com/docker/compose "v2.11.2"
12:12:47 + SRC=src/github.com/docker/compose
12:12:47 + REF=v2.11.2
12:12:47 + REF_FETCH=v2.11.2
12:12:47 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.11.2
12:12:47 + awk {print $2}
12:12:47 + REF=refs/tags/v2.11.2
12:12:47 + [ -n refs/tags/v2.11.2 ]
12:12:47 + REF_FETCH=refs/tags/v2.11.2:refs/tags/v2.11.2
12:12:47 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.11.2:refs/tags/v2.11.2
12:12:47 From https://github.com/docker/compose
12:12:47  * [new tag]         v2.11.2    -> v2.11.2
12:12:47 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.11.2
12:12:47 git init src/github.com/docker/scan-cli-plugin
12:12:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
12:12:47 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:12:47 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
12:12:47 + SRC=src/github.com/docker/scan-cli-plugin
12:12:47 + REF=v0.17.0
12:12:47 + REF_FETCH=v0.17.0
12:12:47 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
12:12:47 + awk {print $2}
12:12:47 + REF=refs/tags/v0.17.0
12:12:47 + [ -n refs/tags/v0.17.0 ]
12:12:47 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
12:12:47 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
12:12:48 From https://github.com/docker/scan-cli-plugin
12:12:48  * [new tag]         v0.17.0    -> v0.17.0
12:12:48 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
12:12:48 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.18.6 fedora-35
12:12:48 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'
12:12:48 mkdir -p rpmbuild/SOURCES
12:12:48 docker run --rm -w /v \
12:12:48 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
12:12:48 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
12:12:48 	alpine \
12:12:48 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:12:48 Unable to find image 'alpine:latest' locally
12:12:48 latest: Pulling from library/alpine
12:12:48 213ec9aee27d: Pulling fs layer
12:12:48 213ec9aee27d: Verifying Checksum
12:12:48 213ec9aee27d: Download complete
12:12:48 213ec9aee27d: Pull complete
12:12:48 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad
12:12:48 Status: Downloaded newer image for alpine:latest
12:12:53 mkdir -p rpmbuild/SOURCES
12:12:53 docker run --rm -w /v \
12:12:53 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
12:12:53 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
12:12:53 	alpine \
12:12:53 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:12:55 mkdir -p rpmbuild/SOURCES
12:12:55 docker run --rm -w /v \
12:12:55 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
12:12:55 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
12:12:55 	alpine \
12:12:55 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:12:56 mkdir -p rpmbuild/SOURCES
12:12:56 docker run --rm -w /v \
12:12:56 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:12:56 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
12:12:56 	alpine \
12:12:56 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:12:57 mkdir -p rpmbuild/SOURCES
12:12:57 cp ../systemd/docker.service rpmbuild/SOURCES/docker.service
12:12:57 mkdir -p rpmbuild/SOURCES
12:12:57 cp ../systemd/docker.socket rpmbuild/SOURCES/docker.socket
12:12:57 docker run --rm -w /v \
12:12:57 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
12:12:57 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
12:12:57 	alpine \
12:12:57 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
12:12:58 == Building packages for fedora-35 ==
12:12:58 mkdir -p "rpmbuild/fedora-35"
12:12:58 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.6-buster -t rpmbuild-fedora-35/x86_64 -f fedora-35/Dockerfile .
12:12:58 #1 [internal] load .dockerignore
12:12:58 #1 transferring context: 2B done
12:12:58 #1 DONE 0.1s
12:12:58 
12:12:58 #2 [internal] load build definition from Dockerfile
12:12:58 #2 transferring dockerfile: 866B done
12:12:58 #2 DONE 0.1s
12:12:58 
12:12:58 #3 [auth] library/golang:pull token for registry-1.docker.io
12:12:58 #3 DONE 0.0s
12:12:58 
12:12:58 #4 [auth] library/fedora:pull token for registry-1.docker.io
12:12:58 #4 DONE 0.0s
12:12:58 
12:12:58 #5 [internal] load metadata for docker.io/library/fedora:35
12:12:58 #5 ...
12:12:58 
12:12:58 #6 [internal] load metadata for docker.io/library/golang:1.18.6-buster
12:12:58 #6 DONE 0.4s
12:12:58 
12:12:58 #5 [internal] load metadata for docker.io/library/fedora:35
12:12:58 #5 DONE 0.5s
12:12:58 
12:12:58 #7 [internal] load build context
12:12:58 #7 transferring context: 13.65kB done
12:12:58 #7 DONE 0.1s
12:12:58 
12:12:58 #8 [stage-1 1/6] FROM docker.io/library/fedora:35@sha256:f1e3a29da8990568c1da6a460cf9658ee7e9b409aa39c2aded67f7ac1dfe7e8a
12:12:58 #8 resolve docker.io/library/fedora:35@sha256:f1e3a29da8990568c1da6a460cf9658ee7e9b409aa39c2aded67f7ac1dfe7e8a 0.0s done
12:12:58 #8 sha256:f1e3a29da8990568c1da6a460cf9658ee7e9b409aa39c2aded67f7ac1dfe7e8a 1.20kB / 1.20kB done
12:12:58 #8 sha256:36af84ba69e21c9ef86a0424a090674c433b2b80c2462e57503886f1d823abe8 529B / 529B done
12:12:58 #8 sha256:b97d90f26110930f4ea32c16be938ecac6f85b5b917edf1390e0dcf8f467bd33 2.00kB / 2.00kB done
12:12:58 #8 sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d 0B / 54.63MB 0.1s
12:12:59 #8 sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d 3.15MB / 54.63MB 0.3s
12:12:59 #8 sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d 7.34MB / 54.63MB 0.4s
12:12:59 #8 sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d 20.97MB / 54.63MB 0.6s
12:12:59 #8 sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d 29.36MB / 54.63MB 0.7s
12:12:59 #8 sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d 34.60MB / 54.63MB 0.8s
12:12:59 #8 sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d 40.45MB / 54.63MB 0.9s
12:13:00 #8 sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d 54.63MB / 54.63MB 1.1s
12:13:00 #8 sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d 54.63MB / 54.63MB 1.2s done
12:13:00 #8 extracting sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d
12:13:05 #8 extracting sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d 4.9s done
12:13:05 #8 DONE 6.5s
12:13:05 
12:13:05 #9 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
12:13:08 #9 ...
12:13:08 
12:13:08 #10 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:13:08 #10 resolve docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094 0.0s done
12:13:08 #10 sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094 988B / 988B done
12:13:08 #10 sha256:bc8bf52dcb573cdb247a714674cc6dea759a5f5434013e5b8a5cbb35fb212320 1.79kB / 1.79kB done
12:13:08 #10 sha256:2f07eccff90cf916626afac5c614f7bcae0a65bc31117b8f65b4fadc12866b42 7.11kB / 7.11kB done
12:13:08 #10 sha256:86467c57892b6bb48d563cb5940c68b69c431b2e79c3547df60d1c761c21c156 50.44MB / 50.44MB 0.6s done
12:13:08 #10 sha256:2b34aaa3cba7676359d4f9d29333c92bd9f448969b07f56bb8482398a5dc53c6 7.86MB / 7.86MB 0.2s done
12:13:08 #10 sha256:5a443ab54eaa5455912b469fb6d8b621ade658cd0afef9c706b7e37085004b25 10.00MB / 10.00MB 0.4s done
12:13:08 #10 sha256:e6cacf42b5677aa20eb8fff5102f7482828f27555a167f49da0597869f91002f 51.84MB / 51.84MB 1.3s done
12:13:08 #10 sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 68.83MB / 68.83MB 1.8s done
12:13:08 #10 extracting sha256:86467c57892b6bb48d563cb5940c68b69c431b2e79c3547df60d1c761c21c156 4.4s done
12:13:08 #10 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 141.88MB / 141.88MB 3.4s done
12:13:08 #10 sha256:2ed9898dade4c9a6edce198887a5f565bd61018893dc1144589c28283874125d 156B / 156B 1.4s done
12:13:08 #10 extracting sha256:2b34aaa3cba7676359d4f9d29333c92bd9f448969b07f56bb8482398a5dc53c6 0.5s done
12:13:08 #10 extracting sha256:5a443ab54eaa5455912b469fb6d8b621ade658cd0afef9c706b7e37085004b25 0.5s done
12:13:08 #10 extracting sha256:e6cacf42b5677aa20eb8fff5102f7482828f27555a167f49da0597869f91002f 3.3s done
12:13:09 #10 extracting sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa
12:13:13 #10 extracting sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 4.2s done
12:13:13 #10 extracting sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7
12:13:18 #10 extracting sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 5.0s
12:13:21 #10 ...
12:13:21 
12:13:21 #9 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
12:13:21 #9 5.724 Fedora 35 - x86_64                               16 MB/s |  79 MB     00:04    
12:13:21 #9 ...
12:13:21 
12:13:21 #10 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:13:24 #10 extracting sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 10.4s done
12:13:24 #10 extracting sha256:2ed9898dade4c9a6edce198887a5f565bd61018893dc1144589c28283874125d
12:13:24 #10 extracting sha256:2ed9898dade4c9a6edce198887a5f565bd61018893dc1144589c28283874125d done
12:13:24 #10 DONE 25.8s
12:13:24 
12:13:24 #9 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
12:13:36 #9 31.22 Fedora 35 openh264 (From Cisco) - x86_64        3.3 kB/s | 2.5 kB     00:00    
12:13:37 #9 32.31 Fedora Modular 35 - x86_64                      3.9 MB/s | 3.3 MB     00:00    
12:13:40 #9 34.70 Fedora 35 - x86_64 - Updates                     19 MB/s |  33 MB     00:01    
12:13:50 #9 44.20 Fedora Modular 35 - x86_64 - Updates            4.1 MB/s | 3.8 MB     00:00    
12:13:53 #9 48.61 Dependencies resolved.
12:13:54 #9 48.65 ================================================================================
12:13:54 #9 48.65  Package                       Arch     Version                 Repo       Size
12:13:54 #9 48.65 ================================================================================
12:13:54 #9 48.65 Installing:
12:13:54 #9 48.65  dnf-plugins-core              noarch   4.2.1-1.fc35            updates    34 k
12:13:54 #9 48.65  rpm-build                     x86_64   4.17.1-3.fc35           updates    57 k
12:13:54 #9 48.65  rpmlint                       noarch   2.2.0-6.fc35            updates   240 k
12:13:54 #9 48.65 Upgrading:
12:13:54 #9 48.65  dnf                           noarch   4.14.0-1.fc35           updates   471 k
12:13:54 #9 48.65  dnf-data                      noarch   4.14.0-1.fc35           updates    42 k
12:13:54 #9 48.65  elfutils-libelf               x86_64   0.187-4.fc35            updates   197 k
12:13:54 #9 48.65  elfutils-libs                 x86_64   0.187-4.fc35            updates   255 k
12:13:54 #9 48.65  glibc                         x86_64   2.34-42.fc35            updates   1.9 M
12:13:54 #9 48.65  glibc-common                  x86_64   2.34-42.fc35            updates   300 k
12:13:54 #9 48.65  glibc-minimal-langpack        x86_64   2.34-42.fc35            updates    28 k
12:13:54 #9 48.65  libdnf                        x86_64   0.68.0-1.fc35           updates   656 k
12:13:54 #9 48.65  libsolv                       x86_64   0.7.22-1.fc35           updates   403 k
12:13:54 #9 48.65  python3-dnf                   noarch   4.14.0-1.fc35           updates   415 k
12:13:54 #9 48.65  python3-hawkey                x86_64   0.68.0-1.fc35           updates   106 k
12:13:54 #9 48.65  python3-libdnf                x86_64   0.68.0-1.fc35           updates   775 k
12:13:54 #9 48.65  python3-rpm                   x86_64   4.17.1-3.fc35           updates    89 k
12:13:54 #9 48.65  rpm                           x86_64   4.17.1-3.fc35           updates   532 k
12:13:54 #9 48.65  rpm-build-libs                x86_64   4.17.1-3.fc35           updates    90 k
12:13:54 #9 48.65  rpm-libs                      x86_64   4.17.1-3.fc35           updates   310 k
12:13:54 #9 48.65  rpm-sign-libs                 x86_64   4.17.1-3.fc35           updates    24 k
12:13:54 #9 48.65  yum                           noarch   4.14.0-1.fc35           updates    39 k
12:13:54 #9 48.65 Installing dependencies:
12:13:54 #9 48.65  ansible-srpm-macros           noarch   1-8.fc35                updates   7.7 k
12:13:54 #9 48.65  binutils                      x86_64   2.37-25.fc35            updates   5.9 M
12:13:54 #9 48.65  binutils-gold                 x86_64   2.37-25.fc35            updates   725 k
12:13:54 #9 48.65  bzip2                         x86_64   1.0.8-9.fc35            fedora     52 k
12:13:54 #9 48.65  cpio                          x86_64   2.13-11.fc35            fedora    270 k
12:13:54 #9 48.65  dash                          x86_64   0.5.10.2-9.fc35         fedora     96 k
12:13:54 #9 48.65  dbus-libs                     x86_64   1:1.12.22-1.fc35        updates   152 k
12:13:54 #9 48.65  debugedit                     x86_64   5.0-2.fc35              fedora     76 k
12:13:54 #9 48.65  desktop-file-utils            x86_64   0.26-5.fc35             updates    71 k
12:13:54 #9 48.65  devscripts-checkbashisms      x86_64   2.21.4-1.fc35           fedora     28 k
12:13:54 #9 48.65  diffutils                     x86_64   3.8-1.fc35              fedora    400 k
12:13:54 #9 48.65  dwz                           x86_64   0.14-2.fc35             fedora    127 k
12:13:54 #9 48.65  ed                            x86_64   1.14.2-11.fc35          fedora     73 k
12:13:54 #9 48.65  efi-srpm-macros               noarch   5-4.fc35                fedora     22 k
12:13:54 #9 48.65  elfutils                      x86_64   0.187-4.fc35            updates   519 k
12:13:54 #9 48.65  elfutils-debuginfod-client    x86_64   0.187-4.fc35            updates    39 k
12:13:54 #9 48.65  emacs-filesystem              noarch   1:27.2-9.fc35           fedora    9.0 k
12:13:54 #9 48.65  enchant                       x86_64   1:1.6.0-28.fc35         fedora     59 k
12:13:54 #9 48.65  file                          x86_64   5.40-9.fc35             fedora     51 k
12:13:54 #9 48.65  findutils                     x86_64   1:4.8.0-4.fc35          fedora    538 k
12:13:54 #9 48.65  fonts-filesystem              noarch   1:2.0.5-6.fc35          fedora    8.9 k
12:13:54 #9 48.65  fonts-srpm-macros             noarch   1:2.0.5-6.fc35          fedora     27 k
12:13:54 #9 48.65  fpc-srpm-macros               noarch   1.3-4.fc35              fedora    7.6 k
12:13:54 #9 48.65  gdb-minimal                   x86_64   12.1-1.fc35             updates   3.9 M
12:13:54 #9 48.65  gdk-pixbuf2                   x86_64   2.42.6-2.fc35           fedora    467 k
12:13:54 #9 48.65  ghc-srpm-macros               noarch   1.5.0-5.fc35            fedora    7.8 k
12:13:54 #9 48.65  glib-networking               x86_64   2.70.1-1.fc35           updates   177 k
12:13:54 #9 48.65  glibc-gconv-extra             x86_64   2.34-42.fc35            updates   1.5 M
12:13:54 #9 48.65  gnat-srpm-macros              noarch   4-14.fc35               fedora    8.2 k
12:13:54 #9 48.65  go-srpm-macros                noarch   3.2.0-1.fc35            updates    26 k
12:13:54 #9 48.65  groff-base                    x86_64   1.22.4-8.fc35           fedora    1.0 M
12:13:54 #9 48.65  gsettings-desktop-schemas     x86_64   41.0-1.fc35             fedora    688 k
12:13:54 #9 48.65  hunspell                      x86_64   1.7.0-11.fc35           fedora    322 k
12:13:54 #9 48.65  hunspell-en-GB                noarch   0.20140811.1-20.fc35    fedora    225 k
12:13:54 #9 48.65  hunspell-en-US                noarch   0.20140811.1-20.fc35    fedora    176 k
12:13:54 #9 48.65  hunspell-filesystem           x86_64   1.7.0-11.fc35           fedora    7.8 k
12:13:54 #9 48.65  info                          x86_64   6.8-2.fc35              fedora    222 k
12:13:54 #9 48.65  json-glib                     x86_64   1.6.6-1.fc35            fedora    151 k
12:13:54 #9 48.65  kernel-srpm-macros            noarch   1.0-6.fc35              fedora    8.0 k
12:13:54 #9 48.65  libappstream-glib             x86_64   0.7.18-3.fc35           fedora    387 k
12:13:54 #9 48.65  libevent                      x86_64   2.1.12-4.fc35           fedora    261 k
12:13:54 #9 48.65  libjpeg-turbo                 x86_64   2.1.0-3.fc35            fedora    176 k
12:13:54 #9 48.65  libpkgconf                    x86_64   1.8.0-1.fc35            fedora     36 k
12:13:54 #9 48.65  libpng                        x86_64   2:1.6.37-11.fc35        fedora    119 k
12:13:54 #9 48.65  libproxy                      x86_64   0.4.17-3.fc35           fedora     71 k
12:13:54 #9 48.65  libsoup                       x86_64   2.74.2-1.fc35           updates   390 k
12:13:54 #9 48.65  libstemmer                    x86_64   0-17.585svn.fc35        fedora     82 k
12:13:54 #9 48.65  lua-srpm-macros               noarch   1-5.fc35                fedora    8.4 k
12:13:54 #9 48.65  ncurses                       x86_64   6.2-8.20210508.fc35     fedora    400 k
12:13:54 #9 48.65  nim-srpm-macros               noarch   3-5.fc35                fedora    8.4 k
12:13:54 #9 48.65  ocaml-srpm-macros             noarch   6-5.fc35                fedora    7.8 k
12:13:54 #9 48.65  openblas-srpm-macros          noarch   2-10.fc35               fedora    7.4 k
12:13:54 #9 48.65  patch                         x86_64   2.7.6-15.fc35           fedora    127 k
12:13:54 #9 48.65  perl-AutoLoader               noarch   5.74-486.fc35           updates    26 k
12:13:54 #9 48.65  perl-B                        x86_64   1.82-486.fc35           updates   185 k
12:13:54 #9 48.65  perl-Carp                     noarch   1.52-478.fc35           fedora     29 k
12:13:54 #9 48.65  perl-Class-Struct             noarch   0.66-486.fc35           updates    27 k
12:13:54 #9 48.65  perl-Data-Dumper              x86_64   2.183-2.fc35            fedora     56 k
12:13:54 #9 48.65  perl-Digest                   noarch   1.20-1.fc35             fedora     25 k
12:13:54 #9 48.65  perl-Digest-MD5               x86_64   2.58-478.fc35           fedora     36 k
12:13:54 #9 48.65  perl-DynaLoader               x86_64   1.50-486.fc35           updates    30 k
12:13:54 #9 48.65  perl-Encode                   x86_64   4:3.15-482.fc35         updates   1.7 M
12:13:54 #9 48.65  perl-Errno                    x86_64   1.33-486.fc35           updates    19 k
12:13:54 #9 48.65  perl-Exporter                 noarch   5.76-479.fc35           fedora     31 k
12:13:54 #9 48.65  perl-Fcntl                    x86_64   1.14-486.fc35           updates    25 k
12:13:54 #9 48.65  perl-File-Basename            noarch   2.85-486.fc35           updates    22 k
12:13:54 #9 48.65  perl-File-Path                noarch   2.18-478.fc35           fedora     35 k
12:13:54 #9 48.65  perl-File-Temp                noarch   1:0.231.100-478.fc35    fedora     59 k
12:13:54 #9 48.65  perl-File-stat                noarch   1.09-486.fc35           updates    22 k
12:13:54 #9 48.65  perl-FileHandle               noarch   2.03-486.fc35           updates    20 k
12:13:54 #9 48.65  perl-Getopt-Long              noarch   1:2.52-478.fc35         fedora     60 k
12:13:54 #9 48.65  perl-Getopt-Std               noarch   1.13-486.fc35           updates    20 k
12:13:54 #9 48.65  perl-HTTP-Tiny                noarch   0.080-1.fc35            updates    55 k
12:13:54 #9 48.65  perl-IO                       x86_64   1.46-486.fc35           updates    91 k
12:13:54 #9 48.65  perl-IPC-Open3                noarch   1.21-486.fc35           updates    27 k
12:13:54 #9 48.65  perl-MIME-Base64              x86_64   3.16-478.fc35           fedora     30 k
12:13:54 #9 48.65  perl-Net-SSLeay               x86_64   1.90-4.fc35             fedora    349 k
12:13:54 #9 48.65  perl-POSIX                    x86_64   1.97-486.fc35           updates   102 k
12:13:54 #9 48.65  perl-PathTools                x86_64   3.80-478.fc35           fedora     85 k
12:13:54 #9 48.65  perl-Pod-Escapes              noarch   1:1.07-478.fc35         fedora     20 k
12:13:54 #9 48.65  perl-Pod-Perldoc              noarch   3.28.01-479.fc35        fedora     84 k
12:13:54 #9 48.65  perl-Pod-Simple               noarch   1:3.43-2.fc35           fedora    215 k
12:13:54 #9 48.65  perl-Pod-Usage                noarch   4:2.01-478.fc35         fedora     40 k
12:13:54 #9 48.65  perl-Scalar-List-Utils        x86_64   5:1.62-463.fc35         updates    72 k
12:13:54 #9 48.65  perl-SelectSaver              noarch   1.02-486.fc35           updates    16 k
12:13:54 #9 48.65  perl-Socket                   x86_64   4:2.032-2.fc35          fedora     55 k
12:13:54 #9 48.65  perl-Storable                 x86_64   1:3.25-1.fc35           fedora     95 k
12:13:54 #9 48.65  perl-Symbol                   noarch   1.09-486.fc35           updates    19 k
12:13:54 #9 48.65  perl-Term-ANSIColor           noarch   5.01-479.fc35           fedora     48 k
12:13:54 #9 48.65  perl-Term-Cap                 noarch   1.17-478.fc35           fedora     22 k
12:13:54 #9 48.65  perl-Text-ParseWords          noarch   3.30-478.fc35           fedora     16 k
12:13:54 #9 48.65  perl-Text-Tabs+Wrap           noarch   2021.0814-1.fc35        fedora     22 k
12:13:54 #9 48.65  perl-Time-Local               noarch   2:1.300-478.fc35        fedora     33 k
12:13:54 #9 48.65  perl-URI                      noarch   5.09-4.fc35             fedora    108 k
12:13:54 #9 48.65  perl-base                     noarch   2.27-486.fc35           updates    21 k
12:13:54 #9 48.65  perl-constant                 noarch   1.33-479.fc35           fedora     23 k
12:13:54 #9 48.65  perl-if                       noarch   0.60.900-486.fc35       updates    18 k
12:13:54 #9 48.65  perl-interpreter              x86_64   4:5.34.1-486.fc35       updates    76 k
12:13:54 #9 48.65  perl-libnet                   noarch   3.13-479.fc35           fedora    125 k
12:13:54 #9 48.65  perl-libs                     x86_64   4:5.34.1-486.fc35       updates   2.1 M
12:13:54 #9 48.65  perl-mro                      x86_64   1.25-486.fc35           updates    33 k
12:13:54 #9 48.65  perl-overload                 noarch   1.33-486.fc35           updates    50 k
12:13:54 #9 48.65  perl-overloading              noarch   0.02-486.fc35           updates    17 k
12:13:54 #9 48.65  perl-parent                   noarch   1:0.238-478.fc35        fedora     14 k
12:13:54 #9 48.65  perl-podlators                noarch   1:4.14-478.fc35         fedora    111 k
12:13:54 #9 48.65  perl-srpm-macros              noarch   1-42.fc35               fedora    8.3 k
12:13:54 #9 48.65  perl-subs                     noarch   1.04-486.fc35           updates    16 k
12:13:54 #9 48.65  perl-vars                     noarch   1.05-486.fc35           updates    17 k
12:13:54 #9 48.65  pkgconf                       x86_64   1.8.0-1.fc35            fedora     41 k
12:13:54 #9 48.65  pkgconf-m4                    noarch   1.8.0-1.fc35            fedora     14 k
12:13:54 #9 48.65  pkgconf-pkg-config            x86_64   1.8.0-1.fc35            fedora     10 k
12:13:54 #9 48.65  protobuf-c                    x86_64   1.4.0-1.fc35            fedora     35 k
12:13:54 #9 48.65  python-srpm-macros            noarch   3.10-12.fc35            updates    22 k
12:13:54 #9 48.65  python3-construct             noarch   2.10.68-1.fc35          updates   112 k
12:13:54 #9 48.65  python3-dateutil              noarch   1:2.8.1-7.fc35          fedora    289 k
12:13:54 #9 48.65  python3-dbus                  x86_64   1.2.18-2.fc35           fedora    132 k
12:13:54 #9 48.65  python3-distro                noarch   1.6.0-1.fc35            fedora     38 k
12:13:54 #9 48.65  python3-dnf-plugins-core      noarch   4.2.1-1.fc35            updates   221 k
12:13:54 #9 48.65  python3-enchant               noarch   3.2.2-1.fc35            updates    79 k
12:13:54 #9 48.65  python3-pybeam                noarch   0.7-1.fc35              fedora     24 k
12:13:54 #9 48.65  python3-pyxdg                 noarch   0.27-3.fc35             fedora     96 k
12:13:54 #9 48.65  python3-six                   noarch   1.16.0-4.fc35           fedora     36 k
12:13:54 #9 48.65  python3-toml                  noarch   0.10.2-5.fc35           fedora     39 k
12:13:54 #9 48.65  python3-zstd                  x86_64   1.4.5.1-5.fc35          fedora     19 k
12:13:54 #9 48.65  qt5-srpm-macros               noarch   5.15.2-3.fc35           fedora    8.2 k
12:13:54 #9 48.65  redhat-rpm-config             noarch   202-1.fc35              updates    63 k
12:13:54 #9 48.65  rpmautospec-rpm-macros        noarch   0.3.0-1.fc35            updates   8.6 k
12:13:54 #9 48.65  rust-srpm-macros              noarch   22-1.fc35               updates   9.0 k
12:13:54 #9 48.65  shared-mime-info              x86_64   2.1-3.fc35              fedora    373 k
12:13:54 #9 48.65  systemd-libs                  x86_64   249.12-5.fc35           updates   604 k
12:13:54 #9 48.65  unbound-libs                  x86_64   1.16.2-3.fc35           updates   525 k
12:13:54 #9 48.65  unzip                         x86_64   6.0-53.fc35             fedora    179 k
12:13:54 #9 48.65  xxhash-libs                   x86_64   0.8.1-1.fc35            updates    40 k
12:13:54 #9 48.65  xz                            x86_64   5.2.5-7.fc35            fedora    214 k
12:13:54 #9 48.65  zip                           x86_64   3.0-31.fc35             fedora    257 k
12:13:54 #9 48.65  zstd                          x86_64   1.5.2-2.fc35            updates   429 k
12:13:54 #9 48.65 Installing weak dependencies:
12:13:54 #9 48.65  abattis-cantarell-fonts       noarch   0.301-5.fc35            updates   364 k
12:13:54 #9 48.65  adobe-source-code-pro-fonts   noarch   2.030.1.050-11.fc35     fedora    831 k
12:13:54 #9 48.65  deltarpm                      x86_64   3.6.2-10.fc35           fedora     88 k
12:13:54 #9 48.65  hunspell-en                   noarch   0.20140811.1-20.fc35    fedora    180 k
12:13:54 #9 48.65  perl-IO-Socket-IP             noarch   0.41-479.fc35           fedora     42 k
12:13:54 #9 48.65  perl-IO-Socket-SSL            noarch   2.072-1.fc35            fedora    217 k
12:13:54 #9 48.65  perl-Mozilla-CA               noarch   20211001-1.fc35         updates    12 k
12:13:54 #9 48.65  perl-NDBM_File                x86_64   1.15-486.fc35           updates    27 k
12:13:54 #9 48.65  python3-unbound               x86_64   1.16.2-3.fc35           updates    99 k
12:13:54 #9 48.65  rpmlint-fedora-license-data   noarch   1.4-1.fc35              updates    14 k
12:13:54 #9 48.65  unbound-anchor                x86_64   1.16.2-3.fc35           updates    36 k
12:13:54 #9 48.65 
12:13:54 #9 48.65 Transaction Summary
12:13:54 #9 48.65 ================================================================================
12:13:54 #9 48.65 Install  150 Packages
12:13:54 #9 48.65 Upgrade   18 Packages
12:13:54 #9 48.65 
12:13:54 #9 48.66 Total download size: 39 M
12:13:54 #9 48.66 Downloading Packages:
12:13:55 #9 49.49 (1/168): bzip2-1.0.8-9.fc35.x86_64.rpm          230 kB/s |  52 kB     00:00    
12:13:55 #9 49.50 (2/168): adobe-source-code-pro-fonts-2.030.1.05 3.4 MB/s | 831 kB     00:00    
12:13:55 #9 49.50 (3/168): dash-0.5.10.2-9.fc35.x86_64.rpm        7.2 MB/s |  96 kB     00:00    
12:13:55 #9 49.51 (4/168): cpio-2.13-11.fc35.x86_64.rpm           1.1 MB/s | 270 kB     00:00    
12:13:55 #9 49.51 (5/168): debugedit-5.0-2.fc35.x86_64.rpm        8.9 MB/s |  76 kB     00:00    
12:13:55 #9 49.52 (6/168): deltarpm-3.6.2-10.fc35.x86_64.rpm      7.8 MB/s |  88 kB     00:00    
12:13:55 #9 49.52 (7/168): devscripts-checkbashisms-2.21.4-1.fc35 3.3 MB/s |  28 kB     00:00    
12:13:55 #9 49.53 (8/168): diffutils-3.8-1.fc35.x86_64.rpm         38 MB/s | 400 kB     00:00    
12:13:55 #9 49.57 (9/168): dwz-0.14-2.fc35.x86_64.rpm             2.5 MB/s | 127 kB     00:00    
12:13:55 #9 49.57 (10/168): ed-1.14.2-11.fc35.x86_64.rpm          1.5 MB/s |  73 kB     00:00    
12:13:55 #9 49.57 (11/168): efi-srpm-macros-5-4.fc35.noarch.rpm   3.5 MB/s |  22 kB     00:00    
12:13:55 #9 49.57 (12/168): emacs-filesystem-27.2-9.fc35.noarch.r 1.1 MB/s | 9.0 kB     00:00    
12:13:55 #9 49.61 (13/168): enchant-1.6.0-28.fc35.x86_64.rpm      1.5 MB/s |  59 kB     00:00    
12:13:55 #9 49.61 (14/168): file-5.40-9.fc35.x86_64.rpm           1.3 MB/s |  51 kB     00:00    
12:13:55 #9 49.62 (15/168): findutils-4.8.0-4.fc35.x86_64.rpm      12 MB/s | 538 kB     00:00    
12:13:55 #9 49.62 (16/168): fonts-filesystem-2.0.5-6.fc35.noarch. 745 kB/s | 8.9 kB     00:00    
12:13:55 #9 49.62 (17/168): fonts-srpm-macros-2.0.5-6.fc35.noarch 4.9 MB/s |  27 kB     00:00    
12:13:55 #9 49.63 (18/168): fpc-srpm-macros-1.3-4.fc35.noarch.rpm 1.0 MB/s | 7.6 kB     00:00    
12:13:55 #9 49.63 (19/168): ghc-srpm-macros-1.5.0-5.fc35.noarch.r 1.7 MB/s | 7.8 kB     00:00    
12:13:55 #9 49.63 (20/168): gnat-srpm-macros-4-14.fc35.noarch.rpm 1.1 MB/s | 8.2 kB     00:00    
12:13:55 #9 49.65 (21/168): gdk-pixbuf2-2.42.6-2.fc35.x86_64.rpm   19 MB/s | 467 kB     00:00    
12:13:55 #9 49.66 (22/168): groff-base-1.22.4-8.fc35.x86_64.rpm    44 MB/s | 1.0 MB     00:00    
12:13:55 #9 49.66 (23/168): gsettings-desktop-schemas-41.0-1.fc35  26 MB/s | 688 kB     00:00    
12:13:55 #9 49.67 (24/168): hunspell-en-0.20140811.1-20.fc35.noar  26 MB/s | 180 kB     00:00    
12:13:55 #9 49.67 (25/168): hunspell-1.7.0-11.fc35.x86_64.rpm      25 MB/s | 322 kB     00:00    
12:13:55 #9 49.68 (26/168): hunspell-en-GB-0.20140811.1-20.fc35.n  13 MB/s | 225 kB     00:00    
12:13:55 #9 49.68 (27/168): hunspell-en-US-0.20140811.1-20.fc35.n  13 MB/s | 176 kB     00:00    
12:13:55 #9 49.69 (28/168): hunspell-filesystem-1.7.0-11.fc35.x86 1.2 MB/s | 7.8 kB     00:00    
12:13:55 #9 49.72 (29/168): info-6.8-2.fc35.x86_64.rpm            5.0 MB/s | 222 kB     00:00    
12:13:55 #9 49.73 (30/168): json-glib-1.6.6-1.fc35.x86_64.rpm     3.4 MB/s | 151 kB     00:00    
12:13:55 #9 49.73 (31/168): kernel-srpm-macros-1.0-6.fc35.noarch. 1.0 MB/s | 8.0 kB     00:00    
12:13:55 #9 49.74 (32/168): libappstream-glib-0.7.18-3.fc35.x86_6  29 MB/s | 387 kB     00:00    
12:13:55 #9 49.74 (33/168): libevent-2.1.12-4.fc35.x86_64.rpm      19 MB/s | 261 kB     00:00    
12:13:55 #9 49.75 (34/168): libpkgconf-1.8.0-1.fc35.x86_64.rpm    4.3 MB/s |  36 kB     00:00    
12:13:55 #9 49.75 (35/168): libpng-1.6.37-11.fc35.x86_64.rpm       17 MB/s | 119 kB     00:00    
12:13:55 #9 49.75 (36/168): libjpeg-turbo-2.1.0-3.fc35.x86_64.rpm  11 MB/s | 176 kB     00:00    
12:13:55 #9 49.76 (37/168): libproxy-0.4.17-3.fc35.x86_64.rpm     6.5 MB/s |  71 kB     00:00    
12:13:55 #9 49.76 (38/168): libstemmer-0-17.585svn.fc35.x86_64.rp 7.2 MB/s |  82 kB     00:00    
12:13:55 #9 49.77 (39/168): lua-srpm-macros-1-5.fc35.noarch.rpm   1.2 MB/s | 8.4 kB     00:00    
12:13:55 #9 49.80 (40/168): ncurses-6.2-8.20210508.fc35.x86_64.rp  10 MB/s | 400 kB     00:00    
12:13:55 #9 49.80 (41/168): nim-srpm-macros-3-5.fc35.noarch.rpm   233 kB/s | 8.4 kB     00:00    
12:13:55 #9 49.80 (42/168): ocaml-srpm-macros-6-5.fc35.noarch.rpm 1.4 MB/s | 7.8 kB     00:00    
12:13:55 #9 49.80 (43/168): openblas-srpm-macros-2-10.fc35.noarch 896 kB/s | 7.4 kB     00:00    
12:13:55 #9 49.81 (44/168): patch-2.7.6-15.fc35.x86_64.rpm         13 MB/s | 127 kB     00:00    
12:13:55 #9 49.81 (45/168): perl-Carp-1.52-478.fc35.noarch.rpm    4.2 MB/s |  29 kB     00:00    
12:13:55 #9 49.82 (46/168): perl-Data-Dumper-2.183-2.fc35.x86_64. 5.7 MB/s |  56 kB     00:00    
12:13:55 #9 49.82 (47/168): perl-Digest-1.20-1.fc35.noarch.rpm    2.6 MB/s |  25 kB     00:00    
12:13:55 #9 49.82 (48/168): perl-Digest-MD5-2.58-478.fc35.x86_64. 5.3 MB/s |  36 kB     00:00    
12:13:55 #9 49.83 (49/168): perl-Exporter-5.76-479.fc35.noarch.rp 3.2 MB/s |  31 kB     00:00    
12:13:55 #9 49.83 (50/168): perl-File-Path-2.18-478.fc35.noarch.r 3.8 MB/s |  35 kB     00:00    
12:13:55 #9 49.83 (51/168): perl-File-Temp-0.231.100-478.fc35.noa 9.2 MB/s |  59 kB     00:00    
12:13:55 #9 49.84 (52/168): perl-Getopt-Long-2.52-478.fc35.noarch 6.1 MB/s |  60 kB     00:00    
12:13:55 #9 49.84 (53/168): perl-IO-Socket-IP-0.41-479.fc35.noarc 4.2 MB/s |  42 kB     00:00    
12:13:55 #9 49.84 (54/168): perl-IO-Socket-SSL-2.072-1.fc35.noarc  27 MB/s | 217 kB     00:00    
12:13:55 #9 49.85 (55/168): perl-MIME-Base64-3.16-478.fc35.x86_64 2.7 MB/s |  30 kB     00:00    
12:13:55 #9 49.85 (56/168): perl-Net-SSLeay-1.90-4.fc35.x86_64.rp  26 MB/s | 349 kB     00:00    
12:13:55 #9 49.86 (57/168): perl-PathTools-3.80-478.fc35.x86_64.r 8.9 MB/s |  85 kB     00:00    
12:13:55 #9 49.86 (58/168): perl-Pod-Escapes-1.07-478.fc35.noarch 1.6 MB/s |  20 kB     00:00    
12:13:55 #9 49.87 (59/168): perl-Pod-Perldoc-3.28.01-479.fc35.noa 7.5 MB/s |  84 kB     00:00    
12:13:55 #9 49.87 (60/168): perl-Pod-Usage-2.01-478.fc35.noarch.r 5.4 MB/s |  40 kB     00:00    
12:13:55 #9 49.88 (61/168): perl-Pod-Simple-3.43-2.fc35.noarch.rp  16 MB/s | 215 kB     00:00    
12:13:55 #9 49.88 (62/168): perl-Socket-2.032-2.fc35.x86_64.rpm   4.6 MB/s |  55 kB     00:00    
12:13:55 #9 49.88 (63/168): perl-Storable-3.25-1.fc35.x86_64.rpm  7.4 MB/s |  95 kB     00:00    
12:13:55 #9 49.89 (64/168): perl-Term-ANSIColor-5.01-479.fc35.noa 6.2 MB/s |  48 kB     00:00    
12:13:55 #9 49.89 (65/168): perl-Term-Cap-1.17-478.fc35.noarch.rp 2.1 MB/s |  22 kB     00:00    
12:13:55 #9 49.89 (66/168): perl-Text-ParseWords-3.30-478.fc35.no 1.7 MB/s |  16 kB     00:00    
12:13:55 #9 49.90 (67/168): perl-Text-Tabs+Wrap-2021.0814-1.fc35. 3.9 MB/s |  22 kB     00:00    
12:13:55 #9 49.90 (68/168): perl-Time-Local-1.300-478.fc35.noarch 3.9 MB/s |  33 kB     00:00    
12:13:55 #9 49.90 (69/168): perl-URI-5.09-4.fc35.noarch.rpm        11 MB/s | 108 kB     00:00    
12:13:55 #9 49.91 (70/168): perl-constant-1.33-479.fc35.noarch.rp 3.4 MB/s |  23 kB     00:00    
12:13:55 #9 49.91 (71/168): perl-libnet-3.13-479.fc35.noarch.rpm   12 MB/s | 125 kB     00:00    
12:13:55 #9 49.91 (72/168): perl-parent-0.238-478.fc35.noarch.rpm 1.5 MB/s |  14 kB     00:00    
12:13:55 #9 49.92 (73/168): perl-podlators-4.14-478.fc35.noarch.r  18 MB/s | 111 kB     00:00    
12:13:55 #9 49.92 (74/168): perl-srpm-macros-1-42.fc35.noarch.rpm 971 kB/s | 8.3 kB     00:00    
12:13:55 #9 49.92 (75/168): pkgconf-1.8.0-1.fc35.x86_64.rpm       4.2 MB/s |  41 kB     00:00    
12:13:55 #9 49.93 (76/168): pkgconf-m4-1.8.0-1.fc35.noarch.rpm    2.1 MB/s |  14 kB     00:00    
12:13:55 #9 49.93 (77/168): pkgconf-pkg-config-1.8.0-1.fc35.x86_6 1.0 MB/s |  10 kB     00:00    
12:13:55 #9 49.93 (78/168): protobuf-c-1.4.0-1.fc35.x86_64.rpm    3.5 MB/s |  35 kB     00:00    
12:13:55 #9 49.94 (79/168): python3-dateutil-2.8.1-7.fc35.noarch.  31 MB/s | 289 kB     00:00    
12:13:55 #9 49.94 (80/168): python3-dbus-1.2.18-2.fc35.x86_64.rpm  10 MB/s | 132 kB     00:00    
12:13:55 #9 49.95 (81/168): python3-distro-1.6.0-1.fc35.noarch.rp 3.2 MB/s |  38 kB     00:00    
12:13:55 #9 49.95 (82/168): python3-pybeam-0.7-1.fc35.noarch.rpm  3.7 MB/s |  24 kB     00:00    
12:13:55 #9 49.95 (83/168): python3-pyxdg-0.27-3.fc35.noarch.rpm   10 MB/s |  96 kB     00:00    
12:13:55 #9 49.96 (84/168): python3-toml-0.10.2-5.fc35.noarch.rpm 8.8 MB/s |  39 kB     00:00    
12:13:55 #9 49.96 (85/168): python3-zstd-1.4.5.1-5.fc35.x86_64.rp 2.5 MB/s |  19 kB     00:00    
12:13:55 #9 49.96 (86/168): python3-six-1.16.0-4.fc35.noarch.rpm  2.1 MB/s |  36 kB     00:00    
12:13:55 #9 49.97 (87/168): qt5-srpm-macros-5.15.2-3.fc35.noarch. 1.3 MB/s | 8.2 kB     00:00    
12:13:55 #9 49.97 (88/168): shared-mime-info-2.1-3.fc35.x86_64.rp  31 MB/s | 373 kB     00:00    
12:13:55 #9 49.98 (89/168): unzip-6.0-53.fc35.x86_64.rpm           13 MB/s | 179 kB     00:00    
12:13:55 #9 49.98 (90/168): zip-3.0-31.fc35.x86_64.rpm             27 MB/s | 257 kB     00:00    
12:13:55 #9 49.99 (91/168): xz-5.2.5-7.fc35.x86_64.rpm             14 MB/s | 214 kB     00:00    
12:13:55 #9 49.99 (92/168): abattis-cantarell-fonts-0.301-5.fc35.  26 MB/s | 364 kB     00:00    
12:13:55 #9 50.00 (93/168): ansible-srpm-macros-1-8.fc35.noarch.r 705 kB/s | 7.7 kB     00:00    
12:13:55 #9 50.01 (94/168): binutils-gold-2.37-25.fc35.x86_64.rpm  50 MB/s | 725 kB     00:00    
12:13:55 #9 50.02 (95/168): dbus-libs-1.12.22-1.fc35.x86_64.rpm   8.5 MB/s | 152 kB     00:00    
12:13:55 #9 50.03 (96/168): desktop-file-utils-0.26-5.fc35.x86_64 4.8 MB/s |  71 kB     00:00    
12:13:55 #9 50.06 (97/168): binutils-2.37-25.fc35.x86_64.rpm       95 MB/s | 5.9 MB     00:00    
12:13:55 #9 50.06 (98/168): dnf-plugins-core-4.2.1-1.fc35.noarch. 879 kB/s |  34 kB     00:00    
12:13:55 #9 50.07 (99/168): elfutils-0.187-4.fc35.x86_64.rpm       13 MB/s | 519 kB     00:00    
12:13:55 #9 50.08 (100/168): elfutils-debuginfod-client-0.187-4.f 2.6 MB/s |  39 kB     00:00    
12:13:55 #9 50.11 (101/168): gdb-minimal-12.1-1.fc35.x86_64.rpm    85 MB/s | 3.9 MB     00:00    
12:13:55 #9 50.11 (102/168): glib-networking-2.70.1-1.fc35.x86_64 4.4 MB/s | 177 kB     00:00    
12:13:55 #9 50.15 (103/168): glibc-gconv-extra-2.34-42.fc35.x86_6  23 MB/s | 1.5 MB     00:00    
12:13:55 #9 50.15 (104/168): go-srpm-macros-3.2.0-1.fc35.noarch.r 648 kB/s |  26 kB     00:00    
12:13:55 #9 50.16 (105/168): libsoup-2.74.2-1.fc35.x86_64.rpm     8.2 MB/s | 390 kB     00:00    
12:13:55 #9 50.16 (106/168): perl-AutoLoader-5.74-486.fc35.noarch 2.0 MB/s |  26 kB     00:00    
12:13:55 #9 50.17 (107/168): perl-B-1.82-486.fc35.x86_64.rpm       23 MB/s | 185 kB     00:00    
12:13:55 #9 50.17 (108/168): perl-Class-Struct-0.66-486.fc35.noar 2.6 MB/s |  27 kB     00:00    
12:13:55 #9 50.17 (109/168): perl-DynaLoader-1.50-486.fc35.x86_64 3.1 MB/s |  30 kB     00:00    
12:13:55 #9 50.18 (110/168): perl-Errno-1.33-486.fc35.x86_64.rpm  2.5 MB/s |  19 kB     00:00    
12:13:55 #9 50.19 (111/168): perl-Encode-3.15-482.fc35.x86_64.rpm  77 MB/s | 1.7 MB     00:00    
12:13:55 #9 50.19 (112/168): perl-Fcntl-1.14-486.fc35.x86_64.rpm  1.3 MB/s |  25 kB     00:00    
12:13:55 #9 50.20 (113/168): perl-File-Basename-2.85-486.fc35.noa 1.2 MB/s |  22 kB     00:00    
12:13:55 #9 50.20 (114/168): perl-File-stat-1.09-486.fc35.noarch. 3.8 MB/s |  22 kB     00:00    
12:13:55 #9 50.20 (115/168): perl-FileHandle-2.03-486.fc35.noarch 2.5 MB/s |  20 kB     00:00    
12:13:55 #9 50.21 (116/168): perl-Getopt-Std-1.13-486.fc35.noarch 2.6 MB/s |  20 kB     00:00    
12:13:55 #9 50.21 (117/168): perl-HTTP-Tiny-0.080-1.fc35.noarch.r 9.0 MB/s |  55 kB     00:00    
12:13:55 #9 50.21 (118/168): perl-IO-1.46-486.fc35.x86_64.rpm      10 MB/s |  91 kB     00:00    
12:13:55 #9 50.22 (119/168): perl-IPC-Open3-1.21-486.fc35.noarch. 2.9 MB/s |  27 kB     00:00    
12:13:55 #9 50.22 (120/168): perl-Mozilla-CA-20211001-1.fc35.noar 2.2 MB/s |  12 kB     00:00    
12:13:55 #9 50.22 (121/168): perl-NDBM_File-1.15-486.fc35.x86_64. 3.3 MB/s |  27 kB     00:00    
12:13:55 #9 50.22 (122/168): perl-POSIX-1.97-486.fc35.x86_64.rpm   11 MB/s | 102 kB     00:00    
12:13:55 #9 50.23 (123/168): perl-Scalar-List-Utils-1.62-463.fc35  11 MB/s |  72 kB     00:00    
12:13:55 #9 50.23 (124/168): perl-SelectSaver-1.02-486.fc35.noarc 1.8 MB/s |  16 kB     00:00    
12:13:55 #9 50.23 (125/168): perl-Symbol-1.09-486.fc35.noarch.rpm 2.4 MB/s |  19 kB     00:00    
12:13:55 #9 50.24 (126/168): perl-base-2.27-486.fc35.noarch.rpm   3.6 MB/s |  21 kB     00:00    
12:13:55 #9 50.24 (127/168): perl-if-0.60.900-486.fc35.noarch.rpm 2.3 MB/s |  18 kB     00:00    
12:13:55 #9 50.24 (128/168): perl-interpreter-5.34.1-486.fc35.x86 8.2 MB/s |  76 kB     00:00    
12:13:55 #9 50.25 (129/168): perl-mro-1.25-486.fc35.x86_64.rpm    3.5 MB/s |  33 kB     00:00    
12:13:55 #9 50.29 (130/168): perl-libs-5.34.1-486.fc35.x86_64.rpm  40 MB/s | 2.1 MB     00:00    
12:13:55 #9 50.29 (131/168): perl-overload-1.33-486.fc35.noarch.r 1.0 MB/s |  50 kB     00:00    
12:13:55 #9 50.30 (132/168): perl-overloading-0.02-486.fc35.noarc 381 kB/s |  17 kB     00:00    
12:13:55 #9 50.30 (133/168): perl-subs-1.04-486.fc35.noarch.rpm   1.8 MB/s |  16 kB     00:00    
12:13:55 #9 50.30 (134/168): perl-vars-1.05-486.fc35.noarch.rpm   3.1 MB/s |  17 kB     00:00    
12:13:55 #9 50.31 (135/168): python-srpm-macros-3.10-12.fc35.noar 2.8 MB/s |  22 kB     00:00    
12:13:55 #9 50.31 (136/168): python3-construct-2.10.68-1.fc35.noa  13 MB/s | 112 kB     00:00    
12:13:55 #9 50.31 (137/168): python3-dnf-plugins-core-4.2.1-1.fc3  28 MB/s | 221 kB     00:00    
12:13:55 #9 50.32 (138/168): python3-enchant-3.2.2-1.fc35.noarch. 7.3 MB/s |  79 kB     00:00    
12:13:55 #9 50.32 (139/168): python3-unbound-1.16.2-3.fc35.x86_64 9.7 MB/s |  99 kB     00:00    
12:13:55 #9 50.32 (140/168): redhat-rpm-config-202-1.fc35.noarch.  10 MB/s |  63 kB     00:00    
12:13:55 #9 50.33 (141/168): rpm-build-4.17.1-3.fc35.x86_64.rpm   6.6 MB/s |  57 kB     00:00    
12:13:55 #9 50.33 (142/168): rpmautospec-rpm-macros-0.3.0-1.fc35. 1.0 MB/s | 8.6 kB     00:00    
12:13:55 #9 50.33 (143/168): rpmlint-2.2.0-6.fc35.noarch.rpm       33 MB/s | 240 kB     00:00    
12:13:55 #9 50.34 (144/168): rpmlint-fedora-license-data-1.4-1.fc 1.4 MB/s |  14 kB     00:00    
12:13:55 #9 50.34 (145/168): rust-srpm-macros-22-1.fc35.noarch.rp 883 kB/s | 9.0 kB     00:00    
12:13:55 #9 50.34 (146/168): unbound-anchor-1.16.2-3.fc35.x86_64. 5.9 MB/s |  36 kB     00:00    
12:13:55 #9 50.35 (147/168): systemd-libs-249.12-5.fc35.x86_64.rp  36 MB/s | 604 kB     00:00    
12:13:55 #9 50.36 (148/168): unbound-libs-1.16.2-3.fc35.x86_64.rp  27 MB/s | 525 kB     00:00    
12:13:55 #9 50.36 (149/168): xxhash-libs-0.8.1-1.fc35.x86_64.rpm  2.3 MB/s |  40 kB     00:00    
12:13:55 #9 50.37 (150/168): zstd-1.5.2-2.fc35.x86_64.rpm          36 MB/s | 429 kB     00:00    
12:13:55 #9 50.38 (151/168): dnf-4.14.0-1.fc35.noarch.rpm          25 MB/s | 471 kB     00:00    
12:13:55 #9 50.38 (152/168): dnf-data-4.14.0-1.fc35.noarch.rpm    2.5 MB/s |  42 kB     00:00    
12:13:55 #9 50.39 (153/168): elfutils-libelf-0.187-4.fc35.x86_64.  23 MB/s | 197 kB     00:00    
12:13:55 #9 50.39 (154/168): elfutils-libs-0.187-4.fc35.x86_64.rp  20 MB/s | 255 kB     00:00    
12:13:55 #9 50.41 (155/168): glibc-2.34-42.fc35.x86_64.rpm         77 MB/s | 1.9 MB     00:00    
12:13:55 #9 50.41 (156/168): glibc-minimal-langpack-2.34-42.fc35. 1.7 MB/s |  28 kB     00:00    
12:13:55 #9 50.42 (157/168): glibc-common-2.34-42.fc35.x86_64.rpm  12 MB/s | 300 kB     00:00    
12:13:55 #9 50.43 (158/168): libdnf-0.68.0-1.fc35.x86_64.rpm       37 MB/s | 656 kB     00:00    
12:13:55 #9 50.43 (159/168): libsolv-0.7.22-1.fc35.x86_64.rpm      21 MB/s | 403 kB     00:00    
12:13:55 #9 50.44 (160/168): python3-hawkey-0.68.0-1.fc35.x86_64.  11 MB/s | 106 kB     00:00    
12:13:55 #9 50.45 (161/168): python3-dnf-4.14.0-1.fc35.noarch.rpm  22 MB/s | 415 kB     00:00    
12:13:55 #9 50.48 (162/168): python3-libdnf-0.68.0-1.fc35.x86_64.  19 MB/s | 775 kB     00:00    
12:13:55 #9 50.48 (163/168): python3-rpm-4.17.1-3.fc35.x86_64.rpm 2.3 MB/s |  89 kB     00:00    
12:13:55 #9 50.48 (164/168): rpm-build-libs-4.17.1-3.fc35.x86_64.  11 MB/s |  90 kB     00:00    
12:13:55 #9 50.49 (165/168): rpm-4.17.1-3.fc35.x86_64.rpm          34 MB/s | 532 kB     00:00    
12:13:55 #9 50.50 (166/168): rpm-libs-4.17.1-3.fc35.x86_64.rpm     18 MB/s | 310 kB     00:00    
12:13:56 #9 50.50 (167/168): rpm-sign-libs-4.17.1-3.fc35.x86_64.r 1.6 MB/s |  24 kB     00:00    
12:13:56 #9 50.50 (168/168): yum-4.14.0-1.fc35.noarch.rpm         8.0 MB/s |  39 kB     00:00    
12:13:56 #9 50.51 --------------------------------------------------------------------------------
12:13:56 #9 50.51 Total                                            21 MB/s |  39 MB     00:01     
12:13:57 #9 51.65 Running transaction check
12:13:57 #9 51.79 Transaction check succeeded.
12:13:57 #9 51.79 Running transaction test
12:13:57 #9 52.35 Transaction test succeeded.
12:13:57 #9 52.35 Running transaction
12:13:58 #9 53.26   Preparing        :                                                        1/1 
12:13:58 #9 53.29   Installing       : python3-six-1.16.0-4.fc35.noarch                     1/186 
12:13:58 #9 53.30   Installing       : hunspell-filesystem-1.7.0-11.fc35.x86_64             2/186 
12:13:58 #9 53.30   Installing       : fonts-filesystem-1:2.0.5-6.fc35.noarch               3/186 
12:13:58 #9 53.32   Installing       : adobe-source-code-pro-fonts-2.030.1.050-11.fc35.     4/186 
12:13:58 #9 53.33   Installing       : abattis-cantarell-fonts-0.301-5.fc35.noarch          5/186 
12:13:58 #9 53.34   Installing       : gsettings-desktop-schemas-41.0-1.fc35.x86_64         6/186 
12:13:58 #9 53.36   Installing       : python3-dateutil-1:2.8.1-7.fc35.noarch               7/186 
12:13:58 #9 53.37   Installing       : python3-construct-2.10.68-1.fc35.noarch              8/186 
12:13:58 #9 53.38   Installing       : python3-pybeam-0.7-1.fc35.noarch                     9/186 
12:13:58 #9 53.39   Upgrading        : glibc-common-2.34-42.fc35.x86_64                    10/186 
12:13:58 #9 53.40   Upgrading        : glibc-minimal-langpack-2.34-42.fc35.x86_64          11/186 
12:13:58 #9 53.40   Running scriptlet: glibc-2.34-42.fc35.x86_64                           12/186 
12:13:58 #9 53.45   Upgrading        : glibc-2.34-42.fc35.x86_64                           12/186 
12:13:58 #9 53.46   Running scriptlet: glibc-2.34-42.fc35.x86_64                           12/186 
12:13:59 #9 53.56   Installing       : glibc-gconv-extra-2.34-42.fc35.x86_64               13/186 
12:13:59 #9 53.57   Running scriptlet: glibc-gconv-extra-2.34-42.fc35.x86_64               13/186 
12:13:59 #9 53.58   Upgrading        : elfutils-libelf-0.187-4.fc35.x86_64                 14/186 
12:13:59 #9 53.61   Upgrading        : rpm-4.17.1-3.fc35.x86_64                            15/186 
12:13:59 #9 53.62   Upgrading        : rpm-libs-4.17.1-3.fc35.x86_64                       16/186 
12:13:59 #9 53.63   Upgrading        : elfutils-libs-0.187-4.fc35.x86_64                   17/186 
12:13:59 #9 53.64   Installing       : elfutils-debuginfod-client-0.187-4.fc35.x86_64      18/186 
12:13:59 #9 53.65   Installing       : binutils-gold-2.37-25.fc35.x86_64                   19/186 
12:13:59 #9 53.78   Installing       : binutils-2.37-25.fc35.x86_64                        20/186 
12:13:59 #9 53.79   Running scriptlet: binutils-2.37-25.fc35.x86_64                        20/186 
12:13:59 #9 53.80   Installing       : findutils-1:4.8.0-4.fc35.x86_64                     21/186 
12:13:59 #9 53.81   Installing       : hunspell-en-GB-0.20140811.1-20.fc35.noarch          22/186 
12:13:59 #9 53.82   Installing       : hunspell-en-0.20140811.1-20.fc35.noarch             23/186 
12:13:59 #9 53.83   Installing       : hunspell-en-US-0.20140811.1-20.fc35.noarch          24/186 
12:13:59 #9 53.84   Installing       : hunspell-1.7.0-11.fc35.x86_64                       25/186 
12:13:59 #9 53.86   Installing       : elfutils-0.187-4.fc35.x86_64                        26/186 
12:13:59 #9 53.87   Upgrading        : rpm-build-libs-4.17.1-3.fc35.x86_64                 27/186 
12:13:59 #9 53.88   Upgrading        : libsolv-0.7.22-1.fc35.x86_64                        28/186 
12:13:59 #9 53.90   Upgrading        : libdnf-0.68.0-1.fc35.x86_64                         29/186 
12:13:59 #9 53.93   Upgrading        : python3-libdnf-0.68.0-1.fc35.x86_64                 30/186 
12:13:59 #9 53.94   Upgrading        : python3-hawkey-0.68.0-1.fc35.x86_64                 31/186 
12:13:59 #9 53.94   Installing       : dwz-0.14-2.fc35.x86_64                              32/186 
12:13:59 #9 53.95   Installing       : file-5.40-9.fc35.x86_64                             33/186 
12:13:59 #9 53.96   Installing       : libevent-2.1.12-4.fc35.x86_64                       34/186 
12:13:59 #9 53.97   Installing       : protobuf-c-1.4.0-1.fc35.x86_64                      35/186 
12:13:59 #9 53.97   Running scriptlet: unbound-anchor-1.16.2-3.fc35.x86_64                 36/186 
12:13:59 #9 54.03   Installing       : unbound-anchor-1.16.2-3.fc35.x86_64                 36/186 
12:13:59 #9 54.03   Running scriptlet: unbound-anchor-1.16.2-3.fc35.x86_64                 36/186 
12:13:59 #9 54.05   Installing       : unbound-libs-1.16.2-3.fc35.x86_64                   37/186 
12:13:59 #9 54.06   Installing       : unzip-6.0-53.fc35.x86_64                            38/186 
12:13:59 #9 54.07   Installing       : xz-5.2.5-7.fc35.x86_64                              39/186 
12:13:59 #9 54.08   Installing       : zip-3.0-31.fc35.x86_64                              40/186 
12:13:59 #9 54.09   Installing       : python3-unbound-1.16.2-3.fc35.x86_64                41/186 
12:13:59 #9 54.09   Installing       : enchant-1:1.6.0-28.fc35.x86_64                      42/186 
12:13:59 #9 54.10   Installing       : python3-enchant-3.2.2-1.fc35.noarch                 43/186 
12:13:59 #9 54.11   Installing       : deltarpm-3.6.2-10.fc35.x86_64                       44/186 
12:13:59 #9 54.12   Upgrading        : rpm-sign-libs-4.17.1-3.fc35.x86_64                  45/186 
12:13:59 #9 54.12   Upgrading        : python3-rpm-4.17.1-3.fc35.x86_64                    46/186 
12:13:59 #9 54.13   Installing       : efi-srpm-macros-5-4.fc35.noarch                     47/186 
12:13:59 #9 54.14   Installing       : lua-srpm-macros-1-5.fc35.noarch                     48/186 
12:13:59 #9 54.14   Installing       : rpmautospec-rpm-macros-0.3.0-1.fc35.noarch          49/186 
12:13:59 #9 54.15   Installing       : bzip2-1.0.8-9.fc35.x86_64                           50/186 
12:13:59 #9 54.15   Installing       : cpio-2.13-11.fc35.x86_64                            51/186 
12:13:59 #9 54.16   Installing       : dash-0.5.10.2-9.fc35.x86_64                         52/186 
12:13:59 #9 54.17   Running scriptlet: dash-0.5.10.2-9.fc35.x86_64                         52/186 
12:13:59 #9 54.18   Installing       : diffutils-3.8-1.fc35.x86_64                         53/186 
12:13:59 #9 54.19   Running scriptlet: groff-base-1.22.4-8.fc35.x86_64                     54/186 
12:13:59 #9 54.23   Installing       : groff-base-1.22.4-8.fc35.x86_64                     54/186 
12:13:59 #9 54.24   Running scriptlet: groff-base-1.22.4-8.fc35.x86_64                     54/186 
12:13:59 #9 54.25   Installing       : info-6.8-2.fc35.x86_64                              55/186 
12:13:59 #9 54.26   Installing       : ed-1.14.2-11.fc35.x86_64                            56/186 
12:13:59 #9 54.27   Installing       : patch-2.7.6-15.fc35.x86_64                          57/186 
12:13:59 #9 54.28   Installing       : json-glib-1.6.6-1.fc35.x86_64                       58/186 
12:13:59 #9 54.29   Installing       : libjpeg-turbo-2.1.0-3.fc35.x86_64                   59/186 
12:13:59 #9 54.29   Installing       : libpkgconf-1.8.0-1.fc35.x86_64                      60/186 
12:13:59 #9 54.30   Installing       : pkgconf-1.8.0-1.fc35.x86_64                         61/186 
12:13:59 #9 54.30   Installing       : libpng-2:1.6.37-11.fc35.x86_64                      62/186 
12:13:59 #9 54.31   Installing       : libproxy-0.4.17-3.fc35.x86_64                       63/186 
12:13:59 #9 54.32   Installing       : glib-networking-2.70.1-1.fc35.x86_64                64/186 
12:13:59 #9 54.33   Installing       : libsoup-2.74.2-1.fc35.x86_64                        65/186 
12:13:59 #9 54.34   Installing       : libstemmer-0-17.585svn.fc35.x86_64                  66/186 
12:13:59 #9 54.35   Installing       : ncurses-6.2-8.20210508.fc35.x86_64                  67/186 
12:13:59 #9 54.35   Installing       : perl-Digest-1.20-1.fc35.noarch                      68/186 
12:13:59 #9 54.36   Installing       : perl-Digest-MD5-2.58-478.fc35.x86_64                69/186 
12:13:59 #9 54.37   Installing       : perl-B-1.82-486.fc35.x86_64                         70/186 
12:13:59 #9 54.37   Installing       : perl-FileHandle-2.03-486.fc35.noarch                71/186 
12:13:59 #9 54.38   Installing       : perl-AutoLoader-5.74-486.fc35.noarch                72/186 
12:13:59 #9 54.38   Installing       : perl-Data-Dumper-2.183-2.fc35.x86_64                73/186 
12:13:59 #9 54.39   Installing       : perl-libnet-3.13-479.fc35.noarch                    74/186 
12:13:59 #9 54.40   Installing       : perl-base-2.27-486.fc35.noarch                      75/186 
12:13:59 #9 54.40   Installing       : perl-URI-5.09-4.fc35.noarch                         76/186 
12:13:59 #9 54.42   Installing       : perl-Net-SSLeay-1.90-4.fc35.x86_64                  77/186 
12:13:59 #9 54.43   Installing       : perl-Text-Tabs+Wrap-2021.0814-1.fc35.noarch         78/186 
12:13:59 #9 54.43   Installing       : perl-Time-Local-2:1.300-478.fc35.noarch             79/186 
12:13:59 #9 54.44   Installing       : perl-Mozilla-CA-20211001-1.fc35.noarch              80/186 
12:13:59 #9 54.44   Installing       : perl-if-0.60.900-486.fc35.noarch                    81/186 
12:13:59 #9 54.45   Installing       : perl-IO-Socket-IP-0.41-479.fc35.noarch              82/186 
12:13:59 #9 54.45   Installing       : perl-File-Path-2.18-478.fc35.noarch                 83/186 
12:13:59 #9 54.46   Installing       : perl-IO-Socket-SSL-2.072-1.fc35.noarch              84/186 
12:13:59 #9 54.46   Installing       : perl-Pod-Escapes-1:1.07-478.fc35.noarch             85/186 
12:13:59 #9 54.47   Installing       : perl-Term-ANSIColor-5.01-479.fc35.noarch            86/186 
12:13:59 #9 54.47   Installing       : perl-Class-Struct-0.66-486.fc35.noarch              87/186 
12:13:59 #9 54.48   Installing       : perl-POSIX-1.97-486.fc35.x86_64                     88/186 
12:13:59 #9 54.48   Installing       : perl-IPC-Open3-1.21-486.fc35.noarch                 89/186 
12:13:59 #9 54.49   Installing       : perl-subs-1.04-486.fc35.noarch                      90/186 
12:13:59 #9 54.49   Installing       : perl-File-Temp-1:0.231.100-478.fc35.noarch          91/186 
12:13:59 #9 54.50   Installing       : perl-HTTP-Tiny-0.080-1.fc35.noarch                  92/186 
12:13:59 #9 54.51   Installing       : perl-Pod-Simple-1:3.43-2.fc35.noarch                93/186 
12:13:59 #9 54.51   Installing       : perl-Term-Cap-1.17-478.fc35.noarch                  94/186 
12:13:59 #9 54.52   Installing       : perl-Socket-4:2.032-2.fc35.x86_64                   95/186 
12:13:59 #9 54.52   Installing       : perl-SelectSaver-1.02-486.fc35.noarch               96/186 
12:13:59 #9 54.53   Installing       : perl-Symbol-1.09-486.fc35.noarch                    97/186 
12:13:59 #9 54.53   Installing       : perl-File-stat-1.09-486.fc35.noarch                 98/186 
12:13:59 #9 54.54   Installing       : perl-podlators-1:4.14-478.fc35.noarch               99/186 
12:13:59 #9 54.54   Installing       : perl-Pod-Perldoc-3.28.01-479.fc35.noarch           100/186 
12:13:59 #9 54.55   Installing       : perl-Text-ParseWords-3.30-478.fc35.noarch          101/186 
12:13:59 #9 54.56   Installing       : perl-Fcntl-1.14-486.fc35.x86_64                    102/186 
12:13:59 #9 54.56   Installing       : perl-mro-1.25-486.fc35.x86_64                      103/186 
12:13:59 #9 54.57   Installing       : perl-IO-1.46-486.fc35.x86_64                       104/186 
12:13:59 #9 54.57   Installing       : perl-overloading-0.02-486.fc35.noarch              105/186 
12:13:59 #9 54.58   Installing       : perl-Pod-Usage-4:2.01-478.fc35.noarch              106/186 
12:13:59 #9 54.58   Installing       : perl-MIME-Base64-3.16-478.fc35.x86_64              107/186 
12:13:59 #9 54.59   Installing       : perl-constant-1.33-479.fc35.noarch                 108/186 
12:13:59 #9 54.59   Installing       : perl-parent-1:0.238-478.fc35.noarch                109/186 
12:13:59 #9 54.60   Installing       : perl-Errno-1.33-486.fc35.x86_64                    110/186 
12:13:59 #9 54.60   Installing       : perl-File-Basename-2.85-486.fc35.noarch            111/186 
12:13:59 #9 54.61   Installing       : perl-Getopt-Std-1.13-486.fc35.noarch               112/186 
12:13:59 #9 54.61   Installing       : perl-Scalar-List-Utils-5:1.62-463.fc35.x86_64      113/186 
12:13:59 #9 54.62   Installing       : perl-Storable-1:3.25-1.fc35.x86_64                 114/186 
12:13:59 #9 54.63   Installing       : perl-overload-1.33-486.fc35.noarch                 115/186 
12:13:59 #9 54.63   Installing       : perl-vars-1.05-486.fc35.noarch                     116/186 
12:13:59 #9 54.64   Installing       : perl-Getopt-Long-1:2.52-478.fc35.noarch            117/186 
12:14:00 #9 54.65   Installing       : perl-Carp-1.52-478.fc35.noarch                     118/186 
12:14:00 #9 54.65   Installing       : perl-Exporter-5.76-479.fc35.noarch                 119/186 
12:14:00 #9 54.66   Installing       : perl-DynaLoader-1.50-486.fc35.x86_64               120/186 
12:14:00 #9 54.66   Installing       : perl-NDBM_File-1.15-486.fc35.x86_64                121/186 
12:14:00 #9 54.67   Installing       : perl-PathTools-3.80-478.fc35.x86_64                122/186 
12:14:00 #9 54.77   Installing       : perl-Encode-4:3.15-482.fc35.x86_64                 123/186 
12:14:00 #9 54.87   Installing       : perl-libs-4:5.34.1-486.fc35.x86_64                 124/186 
12:14:00 #9 54.88   Installing       : perl-interpreter-4:5.34.1-486.fc35.x86_64          125/186 
12:14:00 #9 54.89   Installing       : devscripts-checkbashisms-2.21.4-1.fc35.x86_64      126/186 
12:14:00 #9 54.89   Installing       : python3-zstd-1.4.5.1-5.fc35.x86_64                 127/186 
12:14:00 #9 54.91   Installing       : shared-mime-info-2.1-3.fc35.x86_64                 128/186 
12:14:00 #9 54.92   Running scriptlet: shared-mime-info-2.1-3.fc35.x86_64                 128/186 
12:14:00 #9 54.94   Installing       : gdk-pixbuf2-2.42.6-2.fc35.x86_64                   129/186 
12:14:00 #9 54.95   Installing       : libappstream-glib-0.7.18-3.fc35.x86_64             130/186 
12:14:00 #9 54.98   Installing       : systemd-libs-249.12-5.fc35.x86_64                  131/186 
12:14:00 #9 54.99   Running scriptlet: systemd-libs-249.12-5.fc35.x86_64                  131/186 
12:14:00 #9 55.01   Installing       : dbus-libs-1:1.12.22-1.fc35.x86_64                  132/186 
12:14:00 #9 55.02   Installing       : python3-dbus-1.2.18-2.fc35.x86_64                  133/186 
12:14:00 #9 55.03   Installing       : xxhash-libs-0.8.1-1.fc35.x86_64                    134/186 
12:14:00 #9 55.11   Installing       : gdb-minimal-12.1-1.fc35.x86_64                     135/186 
12:14:00 #9 55.12   Installing       : debugedit-5.0-2.fc35.x86_64                        136/186 
12:14:00 #9 55.13   Installing       : zstd-1.5.2-2.fc35.x86_64                           137/186 
12:14:00 #9 55.14   Upgrading        : dnf-data-4.14.0-1.fc35.noarch                      138/186 
12:14:00 #9 55.15 warning: /etc/dnf/dnf.conf created as /etc/dnf/dnf.conf.rpmnew
12:14:00 #9 55.15 
12:14:00 #9 55.18   Upgrading        : python3-dnf-4.14.0-1.fc35.noarch                   139/186 
12:14:00 #9 55.19   Upgrading        : dnf-4.14.0-1.fc35.noarch                           140/186 
12:14:00 #9 55.19   Running scriptlet: dnf-4.14.0-1.fc35.noarch                           140/186 
12:14:00 #9 55.20   Installing       : rust-srpm-macros-22-1.fc35.noarch                  141/186 
12:14:00 #9 55.21   Installing       : ansible-srpm-macros-1-8.fc35.noarch                142/186 
12:14:00 #9 55.21   Installing       : qt5-srpm-macros-5.15.2-3.fc35.noarch               143/186 
12:14:00 #9 55.22   Installing       : python3-toml-0.10.2-5.fc35.noarch                  144/186 
12:14:00 #9 55.23   Installing       : python3-pyxdg-0.27-3.fc35.noarch                   145/186 
12:14:00 #9 55.23   Installing       : python3-distro-1.6.0-1.fc35.noarch                 146/186 
12:14:00 #9 55.25   Installing       : python3-dnf-plugins-core-4.2.1-1.fc35.noarch       147/186 
12:14:00 #9 55.26   Installing       : pkgconf-m4-1.8.0-1.fc35.noarch                     148/186 
12:14:00 #9 55.27   Installing       : pkgconf-pkg-config-1.8.0-1.fc35.x86_64             149/186 
12:14:00 #9 55.27   Installing       : perl-srpm-macros-1-42.fc35.noarch                  150/186 
12:14:00 #9 55.27   Installing       : openblas-srpm-macros-2-10.fc35.noarch              151/186 
12:14:00 #9 55.28   Installing       : ocaml-srpm-macros-6-5.fc35.noarch                  152/186 
12:14:00 #9 55.28   Installing       : nim-srpm-macros-3-5.fc35.noarch                    153/186 
12:14:00 #9 55.29   Installing       : kernel-srpm-macros-1.0-6.fc35.noarch               154/186 
12:14:00 #9 55.29   Installing       : gnat-srpm-macros-4-14.fc35.noarch                  155/186 
12:14:00 #9 55.29   Installing       : ghc-srpm-macros-1.5.0-5.fc35.noarch                156/186 
12:14:00 #9 55.30   Installing       : fpc-srpm-macros-1.3-4.fc35.noarch                  157/186 
12:14:00 #9 55.30   Installing       : fonts-srpm-macros-1:2.0.5-6.fc35.noarch            158/186 
12:14:00 #9 55.31   Installing       : go-srpm-macros-3.2.0-1.fc35.noarch                 159/186 
12:14:00 #9 55.31   Installing       : python-srpm-macros-3.10-12.fc35.noarch             160/186 
12:14:00 #9 55.32   Installing       : redhat-rpm-config-202-1.fc35.noarch                161/186 
12:14:00 #9 55.33   Installing       : rpm-build-4.17.1-3.fc35.x86_64                     162/186 
12:14:00 #9 55.33   Installing       : emacs-filesystem-1:27.2-9.fc35.noarch              163/186 
12:14:00 #9 55.34   Installing       : desktop-file-utils-0.26-5.fc35.x86_64              164/186 
12:14:00 #9 55.36   Installing       : rpmlint-2.2.0-6.fc35.noarch                        165/186 
12:14:00 #9 55.37   Installing       : rpmlint-fedora-license-data-1.4-1.fc35.noarch      166/186 
12:14:00 #9 55.38   Installing       : dnf-plugins-core-4.2.1-1.fc35.noarch               167/186 
12:14:00 #9 55.38   Upgrading        : yum-4.14.0-1.fc35.noarch                           168/186 
12:14:00 #9 55.39   Cleanup          : yum-4.9.0-1.fc35.noarch                            169/186 
12:14:00 #9 55.39   Running scriptlet: dnf-4.9.0-1.fc35.noarch                            170/186 
12:14:00 #9 55.40   Cleanup          : dnf-4.9.0-1.fc35.noarch                            170/186 
12:14:00 #9 55.40   Running scriptlet: dnf-4.9.0-1.fc35.noarch                            170/186 
12:14:00 #9 55.42   Cleanup          : python3-dnf-4.9.0-1.fc35.noarch                    171/186 
12:14:00 #9 55.43   Cleanup          : python3-rpm-4.17.0-4.fc35.x86_64                   172/186 
12:14:00 #9 55.43   Cleanup          : rpm-build-libs-4.17.0-4.fc35.x86_64                173/186 
12:14:00 #9 55.44   Cleanup          : elfutils-libs-0.186-1.fc35.x86_64                  174/186 
12:14:00 #9 55.45   Cleanup          : rpm-sign-libs-4.17.0-4.fc35.x86_64                 175/186 
12:14:00 #9 55.45   Cleanup          : python3-hawkey-0.64.0-1.fc35.x86_64                176/186 
12:14:00 #9 55.46   Cleanup          : dnf-data-4.9.0-1.fc35.noarch                       177/186 
12:14:00 #9 55.46   Cleanup          : python3-libdnf-0.64.0-1.fc35.x86_64                178/186 
12:14:00 #9 55.47   Cleanup          : libdnf-0.64.0-1.fc35.x86_64                        179/186 
12:14:00 #9 55.48   Cleanup          : libsolv-0.7.19-3.fc35.x86_64                       180/186 
12:14:00 #9 55.49   Cleanup          : rpm-4.17.0-4.fc35.x86_64                           181/186 
12:14:00 #9 55.50   Cleanup          : rpm-libs-4.17.0-4.fc35.x86_64                      182/186 
12:14:00 #9 55.50   Cleanup          : elfutils-libelf-0.186-1.fc35.x86_64                183/186 
12:14:00 #9 55.51   Cleanup          : glibc-2.34-25.fc35.x86_64                          184/186 
12:14:00 #9 55.52   Cleanup          : glibc-minimal-langpack-2.34-25.fc35.x86_64         185/186 
12:14:00 #9 55.52   Cleanup          : glibc-common-2.34-25.fc35.x86_64                   186/186 
12:14:00 #9 55.53   Running scriptlet: rpm-4.17.1-3.fc35.x86_64                           186/186 
12:14:04 #9 55.54   Running scriptlet: glibc-common-2.34-25.fc35.x86_64                   186/186 
12:14:04 #9 58.45   Verifying        : adobe-source-code-pro-fonts-2.030.1.050-11.fc35.     1/186 
12:14:04 #9 58.45   Verifying        : bzip2-1.0.8-9.fc35.x86_64                            2/186 
12:14:04 #9 58.46   Verifying        : cpio-2.13-11.fc35.x86_64                             3/186 
12:14:04 #9 58.46   Verifying        : dash-0.5.10.2-9.fc35.x86_64                          4/186 
12:14:04 #9 58.46   Verifying        : debugedit-5.0-2.fc35.x86_64                          5/186 
12:14:04 #9 58.46   Verifying        : deltarpm-3.6.2-10.fc35.x86_64                        6/186 
12:14:04 #9 58.46   Verifying        : devscripts-checkbashisms-2.21.4-1.fc35.x86_64        7/186 
12:14:04 #9 58.46   Verifying        : diffutils-3.8-1.fc35.x86_64                          8/186 
12:14:04 #9 58.46   Verifying        : dwz-0.14-2.fc35.x86_64                               9/186 
12:14:04 #9 58.46   Verifying        : ed-1.14.2-11.fc35.x86_64                            10/186 
12:14:04 #9 58.46   Verifying        : efi-srpm-macros-5-4.fc35.noarch                     11/186 
12:14:04 #9 58.46   Verifying        : emacs-filesystem-1:27.2-9.fc35.noarch               12/186 
12:14:04 #9 58.46   Verifying        : enchant-1:1.6.0-28.fc35.x86_64                      13/186 
12:14:04 #9 58.46   Verifying        : file-5.40-9.fc35.x86_64                             14/186 
12:14:04 #9 58.46   Verifying        : findutils-1:4.8.0-4.fc35.x86_64                     15/186 
12:14:04 #9 58.46   Verifying        : fonts-filesystem-1:2.0.5-6.fc35.noarch              16/186 
12:14:04 #9 58.46   Verifying        : fonts-srpm-macros-1:2.0.5-6.fc35.noarch             17/186 
12:14:04 #9 58.46   Verifying        : fpc-srpm-macros-1.3-4.fc35.noarch                   18/186 
12:14:04 #9 58.46   Verifying        : gdk-pixbuf2-2.42.6-2.fc35.x86_64                    19/186 
12:14:04 #9 58.46   Verifying        : ghc-srpm-macros-1.5.0-5.fc35.noarch                 20/186 
12:14:04 #9 58.46   Verifying        : gnat-srpm-macros-4-14.fc35.noarch                   21/186 
12:14:04 #9 58.46   Verifying        : groff-base-1.22.4-8.fc35.x86_64                     22/186 
12:14:04 #9 58.46   Verifying        : gsettings-desktop-schemas-41.0-1.fc35.x86_64        23/186 
12:14:04 #9 58.46   Verifying        : hunspell-1.7.0-11.fc35.x86_64                       24/186 
12:14:04 #9 58.46   Verifying        : hunspell-en-0.20140811.1-20.fc35.noarch             25/186 
12:14:04 #9 58.46   Verifying        : hunspell-en-GB-0.20140811.1-20.fc35.noarch          26/186 
12:14:04 #9 58.46   Verifying        : hunspell-en-US-0.20140811.1-20.fc35.noarch          27/186 
12:14:04 #9 58.46   Verifying        : hunspell-filesystem-1.7.0-11.fc35.x86_64            28/186 
12:14:04 #9 58.46   Verifying        : info-6.8-2.fc35.x86_64                              29/186 
12:14:04 #9 58.46   Verifying        : json-glib-1.6.6-1.fc35.x86_64                       30/186 
12:14:04 #9 58.46   Verifying        : kernel-srpm-macros-1.0-6.fc35.noarch                31/186 
12:14:04 #9 58.46   Verifying        : libappstream-glib-0.7.18-3.fc35.x86_64              32/186 
12:14:04 #9 58.46   Verifying        : libevent-2.1.12-4.fc35.x86_64                       33/186 
12:14:04 #9 58.46   Verifying        : libjpeg-turbo-2.1.0-3.fc35.x86_64                   34/186 
12:14:04 #9 58.46   Verifying        : libpkgconf-1.8.0-1.fc35.x86_64                      35/186 
12:14:04 #9 58.46   Verifying        : libpng-2:1.6.37-11.fc35.x86_64                      36/186 
12:14:04 #9 58.46   Verifying        : libproxy-0.4.17-3.fc35.x86_64                       37/186 
12:14:04 #9 58.46   Verifying        : libstemmer-0-17.585svn.fc35.x86_64                  38/186 
12:14:04 #9 58.46   Verifying        : lua-srpm-macros-1-5.fc35.noarch                     39/186 
12:14:04 #9 58.46   Verifying        : ncurses-6.2-8.20210508.fc35.x86_64                  40/186 
12:14:04 #9 58.46   Verifying        : nim-srpm-macros-3-5.fc35.noarch                     41/186 
12:14:04 #9 58.46   Verifying        : ocaml-srpm-macros-6-5.fc35.noarch                   42/186 
12:14:04 #9 58.46   Verifying        : openblas-srpm-macros-2-10.fc35.noarch               43/186 
12:14:04 #9 58.46   Verifying        : patch-2.7.6-15.fc35.x86_64                          44/186 
12:14:04 #9 58.46   Verifying        : perl-Carp-1.52-478.fc35.noarch                      45/186 
12:14:04 #9 58.46   Verifying        : perl-Data-Dumper-2.183-2.fc35.x86_64                46/186 
12:14:04 #9 58.46   Verifying        : perl-Digest-1.20-1.fc35.noarch                      47/186 
12:14:04 #9 58.46   Verifying        : perl-Digest-MD5-2.58-478.fc35.x86_64                48/186 
12:14:04 #9 58.46   Verifying        : perl-Exporter-5.76-479.fc35.noarch                  49/186 
12:14:04 #9 58.46   Verifying        : perl-File-Path-2.18-478.fc35.noarch                 50/186 
12:14:04 #9 58.46   Verifying        : perl-File-Temp-1:0.231.100-478.fc35.noarch          51/186 
12:14:04 #9 58.46   Verifying        : perl-Getopt-Long-1:2.52-478.fc35.noarch             52/186 
12:14:04 #9 58.46   Verifying        : perl-IO-Socket-IP-0.41-479.fc35.noarch              53/186 
12:14:04 #9 58.46   Verifying        : perl-IO-Socket-SSL-2.072-1.fc35.noarch              54/186 
12:14:04 #9 58.46   Verifying        : perl-MIME-Base64-3.16-478.fc35.x86_64               55/186 
12:14:04 #9 58.46   Verifying        : perl-Net-SSLeay-1.90-4.fc35.x86_64                  56/186 
12:14:04 #9 58.46   Verifying        : perl-PathTools-3.80-478.fc35.x86_64                 57/186 
12:14:04 #9 58.46   Verifying        : perl-Pod-Escapes-1:1.07-478.fc35.noarch             58/186 
12:14:04 #9 58.46   Verifying        : perl-Pod-Perldoc-3.28.01-479.fc35.noarch            59/186 
12:14:04 #9 58.46   Verifying        : perl-Pod-Simple-1:3.43-2.fc35.noarch                60/186 
12:14:04 #9 58.46   Verifying        : perl-Pod-Usage-4:2.01-478.fc35.noarch               61/186 
12:14:04 #9 58.46   Verifying        : perl-Socket-4:2.032-2.fc35.x86_64                   62/186 
12:14:04 #9 58.46   Verifying        : perl-Storable-1:3.25-1.fc35.x86_64                  63/186 
12:14:04 #9 58.46   Verifying        : perl-Term-ANSIColor-5.01-479.fc35.noarch            64/186 
12:14:04 #9 58.46   Verifying        : perl-Term-Cap-1.17-478.fc35.noarch                  65/186 
12:14:04 #9 58.47   Verifying        : perl-Text-ParseWords-3.30-478.fc35.noarch           66/186 
12:14:04 #9 58.47   Verifying        : perl-Text-Tabs+Wrap-2021.0814-1.fc35.noarch         67/186 
12:14:04 #9 58.47   Verifying        : perl-Time-Local-2:1.300-478.fc35.noarch             68/186 
12:14:04 #9 58.47   Verifying        : perl-URI-5.09-4.fc35.noarch                         69/186 
12:14:04 #9 58.47   Verifying        : perl-constant-1.33-479.fc35.noarch                  70/186 
12:14:04 #9 58.47   Verifying        : perl-libnet-3.13-479.fc35.noarch                    71/186 
12:14:04 #9 58.47   Verifying        : perl-parent-1:0.238-478.fc35.noarch                 72/186 
12:14:04 #9 58.47   Verifying        : perl-podlators-1:4.14-478.fc35.noarch               73/186 
12:14:04 #9 58.47   Verifying        : perl-srpm-macros-1-42.fc35.noarch                   74/186 
12:14:04 #9 58.47   Verifying        : pkgconf-1.8.0-1.fc35.x86_64                         75/186 
12:14:04 #9 58.47   Verifying        : pkgconf-m4-1.8.0-1.fc35.noarch                      76/186 
12:14:04 #9 58.47   Verifying        : pkgconf-pkg-config-1.8.0-1.fc35.x86_64              77/186 
12:14:04 #9 58.47   Verifying        : protobuf-c-1.4.0-1.fc35.x86_64                      78/186 
12:14:04 #9 58.47   Verifying        : python3-dateutil-1:2.8.1-7.fc35.noarch              79/186 
12:14:04 #9 58.47   Verifying        : python3-dbus-1.2.18-2.fc35.x86_64                   80/186 
12:14:04 #9 58.47   Verifying        : python3-distro-1.6.0-1.fc35.noarch                  81/186 
12:14:04 #9 58.47   Verifying        : python3-pybeam-0.7-1.fc35.noarch                    82/186 
12:14:04 #9 58.47   Verifying        : python3-pyxdg-0.27-3.fc35.noarch                    83/186 
12:14:04 #9 58.47   Verifying        : python3-six-1.16.0-4.fc35.noarch                    84/186 
12:14:04 #9 58.47   Verifying        : python3-toml-0.10.2-5.fc35.noarch                   85/186 
12:14:04 #9 58.47   Verifying        : python3-zstd-1.4.5.1-5.fc35.x86_64                  86/186 
12:14:04 #9 58.47   Verifying        : qt5-srpm-macros-5.15.2-3.fc35.noarch                87/186 
12:14:04 #9 58.47   Verifying        : shared-mime-info-2.1-3.fc35.x86_64                  88/186 
12:14:04 #9 58.47   Verifying        : unzip-6.0-53.fc35.x86_64                            89/186 
12:14:04 #9 58.47   Verifying        : xz-5.2.5-7.fc35.x86_64                              90/186 
12:14:04 #9 58.47   Verifying        : zip-3.0-31.fc35.x86_64                              91/186 
12:14:04 #9 58.47   Verifying        : abattis-cantarell-fonts-0.301-5.fc35.noarch         92/186 
12:14:04 #9 58.47   Verifying        : ansible-srpm-macros-1-8.fc35.noarch                 93/186 
12:14:04 #9 58.47   Verifying        : binutils-2.37-25.fc35.x86_64                        94/186 
12:14:04 #9 58.47   Verifying        : binutils-gold-2.37-25.fc35.x86_64                   95/186 
12:14:04 #9 58.47   Verifying        : dbus-libs-1:1.12.22-1.fc35.x86_64                   96/186 
12:14:04 #9 58.47   Verifying        : desktop-file-utils-0.26-5.fc35.x86_64               97/186 
12:14:04 #9 58.47   Verifying        : dnf-plugins-core-4.2.1-1.fc35.noarch                98/186 
12:14:04 #9 58.47   Verifying        : elfutils-0.187-4.fc35.x86_64                        99/186 
12:14:04 #9 58.47   Verifying        : elfutils-debuginfod-client-0.187-4.fc35.x86_64     100/186 
12:14:04 #9 58.47   Verifying        : gdb-minimal-12.1-1.fc35.x86_64                     101/186 
12:14:04 #9 58.47   Verifying        : glib-networking-2.70.1-1.fc35.x86_64               102/186 
12:14:04 #9 58.47   Verifying        : glibc-gconv-extra-2.34-42.fc35.x86_64              103/186 
12:14:04 #9 58.47   Verifying        : go-srpm-macros-3.2.0-1.fc35.noarch                 104/186 
12:14:04 #9 58.47   Verifying        : libsoup-2.74.2-1.fc35.x86_64                       105/186 
12:14:04 #9 58.47   Verifying        : perl-AutoLoader-5.74-486.fc35.noarch               106/186 
12:14:04 #9 58.47   Verifying        : perl-B-1.82-486.fc35.x86_64                        107/186 
12:14:04 #9 58.47   Verifying        : perl-Class-Struct-0.66-486.fc35.noarch             108/186 
12:14:04 #9 58.47   Verifying        : perl-DynaLoader-1.50-486.fc35.x86_64               109/186 
12:14:04 #9 58.47   Verifying        : perl-Encode-4:3.15-482.fc35.x86_64                 110/186 
12:14:04 #9 58.47   Verifying        : perl-Errno-1.33-486.fc35.x86_64                    111/186 
12:14:04 #9 58.47   Verifying        : perl-Fcntl-1.14-486.fc35.x86_64                    112/186 
12:14:04 #9 58.47   Verifying        : perl-File-Basename-2.85-486.fc35.noarch            113/186 
12:14:04 #9 58.47   Verifying        : perl-File-stat-1.09-486.fc35.noarch                114/186 
12:14:04 #9 58.47   Verifying        : perl-FileHandle-2.03-486.fc35.noarch               115/186 
12:14:04 #9 58.47   Verifying        : perl-Getopt-Std-1.13-486.fc35.noarch               116/186 
12:14:04 #9 58.47   Verifying        : perl-HTTP-Tiny-0.080-1.fc35.noarch                 117/186 
12:14:04 #9 58.47   Verifying        : perl-IO-1.46-486.fc35.x86_64                       118/186 
12:14:04 #9 58.47   Verifying        : perl-IPC-Open3-1.21-486.fc35.noarch                119/186 
12:14:04 #9 58.47   Verifying        : perl-Mozilla-CA-20211001-1.fc35.noarch             120/186 
12:14:04 #9 58.47   Verifying        : perl-NDBM_File-1.15-486.fc35.x86_64                121/186 
12:14:04 #9 58.47   Verifying        : perl-POSIX-1.97-486.fc35.x86_64                    122/186 
12:14:04 #9 58.47   Verifying        : perl-Scalar-List-Utils-5:1.62-463.fc35.x86_64      123/186 
12:14:04 #9 58.47   Verifying        : perl-SelectSaver-1.02-486.fc35.noarch              124/186 
12:14:04 #9 58.47   Verifying        : perl-Symbol-1.09-486.fc35.noarch                   125/186 
12:14:04 #9 58.47   Verifying        : perl-base-2.27-486.fc35.noarch                     126/186 
12:14:04 #9 58.48   Verifying        : perl-if-0.60.900-486.fc35.noarch                   127/186 
12:14:04 #9 58.48   Verifying        : perl-interpreter-4:5.34.1-486.fc35.x86_64          128/186 
12:14:04 #9 58.48   Verifying        : perl-libs-4:5.34.1-486.fc35.x86_64                 129/186 
12:14:04 #9 58.48   Verifying        : perl-mro-1.25-486.fc35.x86_64                      130/186 
12:14:04 #9 58.48   Verifying        : perl-overload-1.33-486.fc35.noarch                 131/186 
12:14:04 #9 58.48   Verifying        : perl-overloading-0.02-486.fc35.noarch              132/186 
12:14:04 #9 58.48   Verifying        : perl-subs-1.04-486.fc35.noarch                     133/186 
12:14:04 #9 58.48   Verifying        : perl-vars-1.05-486.fc35.noarch                     134/186 
12:14:04 #9 58.48   Verifying        : python-srpm-macros-3.10-12.fc35.noarch             135/186 
12:14:04 #9 58.48   Verifying        : python3-construct-2.10.68-1.fc35.noarch            136/186 
12:14:04 #9 58.48   Verifying        : python3-dnf-plugins-core-4.2.1-1.fc35.noarch       137/186 
12:14:04 #9 58.48   Verifying        : python3-enchant-3.2.2-1.fc35.noarch                138/186 
12:14:04 #9 58.48   Verifying        : python3-unbound-1.16.2-3.fc35.x86_64               139/186 
12:14:04 #9 58.48   Verifying        : redhat-rpm-config-202-1.fc35.noarch                140/186 
12:14:04 #9 58.48   Verifying        : rpm-build-4.17.1-3.fc35.x86_64                     141/186 
12:14:04 #9 58.48   Verifying        : rpmautospec-rpm-macros-0.3.0-1.fc35.noarch         142/186 
12:14:04 #9 58.48   Verifying        : rpmlint-2.2.0-6.fc35.noarch                        143/186 
12:14:04 #9 58.48   Verifying        : rpmlint-fedora-license-data-1.4-1.fc35.noarch      144/186 
12:14:04 #9 58.48   Verifying        : rust-srpm-macros-22-1.fc35.noarch                  145/186 
12:14:04 #9 58.48   Verifying        : systemd-libs-249.12-5.fc35.x86_64                  146/186 
12:14:04 #9 58.48   Verifying        : unbound-anchor-1.16.2-3.fc35.x86_64                147/186 
12:14:04 #9 58.48   Verifying        : unbound-libs-1.16.2-3.fc35.x86_64                  148/186 
12:14:04 #9 58.48   Verifying        : xxhash-libs-0.8.1-1.fc35.x86_64                    149/186 
12:14:04 #9 58.48   Verifying        : zstd-1.5.2-2.fc35.x86_64                           150/186 
12:14:04 #9 58.48   Verifying        : dnf-4.14.0-1.fc35.noarch                           151/186 
12:14:04 #9 58.48   Verifying        : dnf-4.9.0-1.fc35.noarch                            152/186 
12:14:04 #9 58.48   Verifying        : dnf-data-4.14.0-1.fc35.noarch                      153/186 
12:14:04 #9 58.48   Verifying        : dnf-data-4.9.0-1.fc35.noarch                       154/186 
12:14:04 #9 58.48   Verifying        : elfutils-libelf-0.187-4.fc35.x86_64                155/186 
12:14:04 #9 58.48   Verifying        : elfutils-libelf-0.186-1.fc35.x86_64                156/186 
12:14:04 #9 58.48   Verifying        : elfutils-libs-0.187-4.fc35.x86_64                  157/186 
12:14:04 #9 58.48   Verifying        : elfutils-libs-0.186-1.fc35.x86_64                  158/186 
12:14:04 #9 58.48   Verifying        : glibc-2.34-42.fc35.x86_64                          159/186 
12:14:04 #9 58.48   Verifying        : glibc-2.34-25.fc35.x86_64                          160/186 
12:14:04 #9 58.48   Verifying        : glibc-common-2.34-42.fc35.x86_64                   161/186 
12:14:04 #9 58.48   Verifying        : glibc-common-2.34-25.fc35.x86_64                   162/186 
12:14:04 #9 58.48   Verifying        : glibc-minimal-langpack-2.34-42.fc35.x86_64         163/186 
12:14:04 #9 58.48   Verifying        : glibc-minimal-langpack-2.34-25.fc35.x86_64         164/186 
12:14:04 #9 58.48   Verifying        : libdnf-0.68.0-1.fc35.x86_64                        165/186 
12:14:04 #9 58.48   Verifying        : libdnf-0.64.0-1.fc35.x86_64                        166/186 
12:14:04 #9 58.48   Verifying        : libsolv-0.7.22-1.fc35.x86_64                       167/186 
12:14:04 #9 58.48   Verifying        : libsolv-0.7.19-3.fc35.x86_64                       168/186 
12:14:04 #9 58.48   Verifying        : python3-dnf-4.14.0-1.fc35.noarch                   169/186 
12:14:04 #9 58.48   Verifying        : python3-dnf-4.9.0-1.fc35.noarch                    170/186 
12:14:04 #9 58.48   Verifying        : python3-hawkey-0.68.0-1.fc35.x86_64                171/186 
12:14:04 #9 58.48   Verifying        : python3-hawkey-0.64.0-1.fc35.x86_64                172/186 
12:14:04 #9 58.48   Verifying        : python3-libdnf-0.68.0-1.fc35.x86_64                173/186 
12:14:04 #9 58.48   Verifying        : python3-libdnf-0.64.0-1.fc35.x86_64                174/186 
12:14:04 #9 58.48   Verifying        : python3-rpm-4.17.1-3.fc35.x86_64                   175/186 
12:14:04 #9 58.48   Verifying        : python3-rpm-4.17.0-4.fc35.x86_64                   176/186 
12:14:04 #9 58.48   Verifying        : rpm-4.17.1-3.fc35.x86_64                           177/186 
12:14:04 #9 58.48   Verifying        : rpm-4.17.0-4.fc35.x86_64                           178/186 
12:14:04 #9 58.48   Verifying        : rpm-build-libs-4.17.1-3.fc35.x86_64                179/186 
12:14:04 #9 58.48   Verifying        : rpm-build-libs-4.17.0-4.fc35.x86_64                180/186 
12:14:04 #9 58.48   Verifying        : rpm-libs-4.17.1-3.fc35.x86_64                      181/186 
12:14:04 #9 58.48   Verifying        : rpm-libs-4.17.0-4.fc35.x86_64                      182/186 
12:14:04 #9 58.48   Verifying        : rpm-sign-libs-4.17.1-3.fc35.x86_64                 183/186 
12:14:04 #9 58.48   Verifying        : rpm-sign-libs-4.17.0-4.fc35.x86_64                 184/186 
12:14:04 #9 58.48   Verifying        : yum-4.14.0-1.fc35.noarch                           185/186 
12:14:04 #9 58.48   Verifying        : yum-4.9.0-1.fc35.noarch                            186/186 
12:14:04 #9 58.66 
12:14:04 #9 58.66 Upgraded:
12:14:04 #9 58.66   dnf-4.14.0-1.fc35.noarch                                                      
12:14:04 #9 58.66   dnf-data-4.14.0-1.fc35.noarch                                                 
12:14:04 #9 58.66   elfutils-libelf-0.187-4.fc35.x86_64                                           
12:14:04 #9 58.66   elfutils-libs-0.187-4.fc35.x86_64                                             
12:14:04 #9 58.66   glibc-2.34-42.fc35.x86_64                                                     
12:14:04 #9 58.66   glibc-common-2.34-42.fc35.x86_64                                              
12:14:04 #9 58.66   glibc-minimal-langpack-2.34-42.fc35.x86_64                                    
12:14:04 #9 58.66   libdnf-0.68.0-1.fc35.x86_64                                                   
12:14:04 #9 58.66   libsolv-0.7.22-1.fc35.x86_64                                                  
12:14:04 #9 58.66   python3-dnf-4.14.0-1.fc35.noarch                                              
12:14:04 #9 58.66   python3-hawkey-0.68.0-1.fc35.x86_64                                           
12:14:04 #9 58.66   python3-libdnf-0.68.0-1.fc35.x86_64                                           
12:14:04 #9 58.66   python3-rpm-4.17.1-3.fc35.x86_64                                              
12:14:04 #9 58.66   rpm-4.17.1-3.fc35.x86_64                                                      
12:14:04 #9 58.66   rpm-build-libs-4.17.1-3.fc35.x86_64                                           
12:14:04 #9 58.66   rpm-libs-4.17.1-3.fc35.x86_64                                                 
12:14:04 #9 58.66   rpm-sign-libs-4.17.1-3.fc35.x86_64                                            
12:14:04 #9 58.66   yum-4.14.0-1.fc35.noarch                                                      
12:14:04 #9 58.66 Installed:
12:14:04 #9 58.66   abattis-cantarell-fonts-0.301-5.fc35.noarch                                   
12:14:04 #9 58.66   adobe-source-code-pro-fonts-2.030.1.050-11.fc35.noarch                        
12:14:04 #9 58.66   ansible-srpm-macros-1-8.fc35.noarch                                           
12:14:04 #9 58.66   binutils-2.37-25.fc35.x86_64                                                  
12:14:04 #9 58.66   binutils-gold-2.37-25.fc35.x86_64                                             
12:14:04 #9 58.66   bzip2-1.0.8-9.fc35.x86_64                                                     
12:14:04 #9 58.66   cpio-2.13-11.fc35.x86_64                                                      
12:14:04 #9 58.66   dash-0.5.10.2-9.fc35.x86_64                                                   
12:14:04 #9 58.66   dbus-libs-1:1.12.22-1.fc35.x86_64                                             
12:14:04 #9 58.66   debugedit-5.0-2.fc35.x86_64                                                   
12:14:04 #9 58.66   deltarpm-3.6.2-10.fc35.x86_64                                                 
12:14:04 #9 58.66   desktop-file-utils-0.26-5.fc35.x86_64                                         
12:14:04 #9 58.66   devscripts-checkbashisms-2.21.4-1.fc35.x86_64                                 
12:14:04 #9 58.66   diffutils-3.8-1.fc35.x86_64                                                   
12:14:04 #9 58.66   dnf-plugins-core-4.2.1-1.fc35.noarch                                          
12:14:04 #9 58.66   dwz-0.14-2.fc35.x86_64                                                        
12:14:04 #9 58.66   ed-1.14.2-11.fc35.x86_64                                                      
12:14:04 #9 58.66   efi-srpm-macros-5-4.fc35.noarch                                               
12:14:04 #9 58.66   elfutils-0.187-4.fc35.x86_64                                                  
12:14:04 #9 58.66   elfutils-debuginfod-client-0.187-4.fc35.x86_64                                
12:14:04 #9 58.66   emacs-filesystem-1:27.2-9.fc35.noarch                                         
12:14:04 #9 58.66   enchant-1:1.6.0-28.fc35.x86_64                                                
12:14:04 #9 58.66   file-5.40-9.fc35.x86_64                                                       
12:14:04 #9 58.66   findutils-1:4.8.0-4.fc35.x86_64                                               
12:14:04 #9 58.66   fonts-filesystem-1:2.0.5-6.fc35.noarch                                        
12:14:04 #9 58.66   fonts-srpm-macros-1:2.0.5-6.fc35.noarch                                       
12:14:04 #9 58.66   fpc-srpm-macros-1.3-4.fc35.noarch                                             
12:14:04 #9 58.66   gdb-minimal-12.1-1.fc35.x86_64                                                
12:14:04 #9 58.66   gdk-pixbuf2-2.42.6-2.fc35.x86_64                                              
12:14:04 #9 58.66   ghc-srpm-macros-1.5.0-5.fc35.noarch                                           
12:14:04 #9 58.66   glib-networking-2.70.1-1.fc35.x86_64                                          
12:14:04 #9 58.66   glibc-gconv-extra-2.34-42.fc35.x86_64                                         
12:14:04 #9 58.66   gnat-srpm-macros-4-14.fc35.noarch                                             
12:14:04 #9 58.66   go-srpm-macros-3.2.0-1.fc35.noarch                                            
12:14:04 #9 58.66   groff-base-1.22.4-8.fc35.x86_64                                               
12:14:04 #9 58.66   gsettings-desktop-schemas-41.0-1.fc35.x86_64                                  
12:14:04 #9 58.66   hunspell-1.7.0-11.fc35.x86_64                                                 
12:14:04 #9 58.66   hunspell-en-0.20140811.1-20.fc35.noarch                                       
12:14:04 #9 58.66   hunspell-en-GB-0.20140811.1-20.fc35.noarch                                    
12:14:04 #9 58.66   hunspell-en-US-0.20140811.1-20.fc35.noarch                                    
12:14:04 #9 58.66   hunspell-filesystem-1.7.0-11.fc35.x86_64                                      
12:14:04 #9 58.66   info-6.8-2.fc35.x86_64                                                        
12:14:04 #9 58.66   json-glib-1.6.6-1.fc35.x86_64                                                 
12:14:04 #9 58.66   kernel-srpm-macros-1.0-6.fc35.noarch                                          
12:14:04 #9 58.66   libappstream-glib-0.7.18-3.fc35.x86_64                                        
12:14:04 #9 58.66   libevent-2.1.12-4.fc35.x86_64                                                 
12:14:04 #9 58.66   libjpeg-turbo-2.1.0-3.fc35.x86_64                                             
12:14:04 #9 58.66   libpkgconf-1.8.0-1.fc35.x86_64                                                
12:14:04 #9 58.66   libpng-2:1.6.37-11.fc35.x86_64                                                
12:14:04 #9 58.66   libproxy-0.4.17-3.fc35.x86_64                                                 
12:14:04 #9 58.66   libsoup-2.74.2-1.fc35.x86_64                                                  
12:14:04 #9 58.66   libstemmer-0-17.585svn.fc35.x86_64                                            
12:14:04 #9 58.66   lua-srpm-macros-1-5.fc35.noarch                                               
12:14:04 #9 58.66   ncurses-6.2-8.20210508.fc35.x86_64                                            
12:14:04 #9 58.66   nim-srpm-macros-3-5.fc35.noarch                                               
12:14:04 #9 58.66   ocaml-srpm-macros-6-5.fc35.noarch                                             
12:14:04 #9 58.66   openblas-srpm-macros-2-10.fc35.noarch                                         
12:14:04 #9 58.66   patch-2.7.6-15.fc35.x86_64                                                    
12:14:04 #9 58.66   perl-AutoLoader-5.74-486.fc35.noarch                                          
12:14:04 #9 58.66   perl-B-1.82-486.fc35.x86_64                                                   
12:14:04 #9 58.66   perl-Carp-1.52-478.fc35.noarch                                                
12:14:04 #9 58.66   perl-Class-Struct-0.66-486.fc35.noarch                                        
12:14:04 #9 58.66   perl-Data-Dumper-2.183-2.fc35.x86_64                                          
12:14:04 #9 58.66   perl-Digest-1.20-1.fc35.noarch                                                
12:14:04 #9 58.66   perl-Digest-MD5-2.58-478.fc35.x86_64                                          
12:14:04 #9 58.66   perl-DynaLoader-1.50-486.fc35.x86_64                                          
12:14:04 #9 58.66   perl-Encode-4:3.15-482.fc35.x86_64                                            
12:14:04 #9 58.66   perl-Errno-1.33-486.fc35.x86_64                                               
12:14:04 #9 58.66   perl-Exporter-5.76-479.fc35.noarch                                            
12:14:04 #9 58.66   perl-Fcntl-1.14-486.fc35.x86_64                                               
12:14:04 #9 58.66   perl-File-Basename-2.85-486.fc35.noarch                                       
12:14:04 #9 58.66   perl-File-Path-2.18-478.fc35.noarch                                           
12:14:04 #9 58.66   perl-File-Temp-1:0.231.100-478.fc35.noarch                                    
12:14:04 #9 58.66   perl-File-stat-1.09-486.fc35.noarch                                           
12:14:04 #9 58.66   perl-FileHandle-2.03-486.fc35.noarch                                          
12:14:04 #9 58.66   perl-Getopt-Long-1:2.52-478.fc35.noarch                                       
12:14:04 #9 58.66   perl-Getopt-Std-1.13-486.fc35.noarch                                          
12:14:04 #9 58.66   perl-HTTP-Tiny-0.080-1.fc35.noarch                                            
12:14:04 #9 58.66   perl-IO-1.46-486.fc35.x86_64                                                  
12:14:04 #9 58.66   perl-IO-Socket-IP-0.41-479.fc35.noarch                                        
12:14:04 #9 58.66   perl-IO-Socket-SSL-2.072-1.fc35.noarch                                        
12:14:04 #9 58.66   perl-IPC-Open3-1.21-486.fc35.noarch                                           
12:14:04 #9 58.66   perl-MIME-Base64-3.16-478.fc35.x86_64                                         
12:14:04 #9 58.66   perl-Mozilla-CA-20211001-1.fc35.noarch                                        
12:14:04 #9 58.66   perl-NDBM_File-1.15-486.fc35.x86_64                                           
12:14:04 #9 58.66   perl-Net-SSLeay-1.90-4.fc35.x86_64                                            
12:14:04 #9 58.66   perl-POSIX-1.97-486.fc35.x86_64                                               
12:14:04 #9 58.66   perl-PathTools-3.80-478.fc35.x86_64                                           
12:14:04 #9 58.66   perl-Pod-Escapes-1:1.07-478.fc35.noarch                                       
12:14:04 #9 58.66   perl-Pod-Perldoc-3.28.01-479.fc35.noarch                                      
12:14:04 #9 58.66   perl-Pod-Simple-1:3.43-2.fc35.noarch                                          
12:14:04 #9 58.66   perl-Pod-Usage-4:2.01-478.fc35.noarch                                         
12:14:04 #9 58.66   perl-Scalar-List-Utils-5:1.62-463.fc35.x86_64                                 
12:14:04 #9 58.66   perl-SelectSaver-1.02-486.fc35.noarch                                         
12:14:04 #9 58.66   perl-Socket-4:2.032-2.fc35.x86_64                                             
12:14:04 #9 58.66   perl-Storable-1:3.25-1.fc35.x86_64                                            
12:14:04 #9 58.66   perl-Symbol-1.09-486.fc35.noarch                                              
12:14:04 #9 58.66   perl-Term-ANSIColor-5.01-479.fc35.noarch                                      
12:14:04 #9 58.66   perl-Term-Cap-1.17-478.fc35.noarch                                            
12:14:04 #9 58.66   perl-Text-ParseWords-3.30-478.fc35.noarch                                     
12:14:04 #9 58.66   perl-Text-Tabs+Wrap-2021.0814-1.fc35.noarch                                   
12:14:04 #9 58.66   perl-Time-Local-2:1.300-478.fc35.noarch                                       
12:14:04 #9 58.66   perl-URI-5.09-4.fc35.noarch                                                   
12:14:04 #9 58.66   perl-base-2.27-486.fc35.noarch                                                
12:14:04 #9 58.66   perl-constant-1.33-479.fc35.noarch                                            
12:14:04 #9 58.66   perl-if-0.60.900-486.fc35.noarch                                              
12:14:04 #9 58.66   perl-interpreter-4:5.34.1-486.fc35.x86_64                                     
12:14:04 #9 58.66   perl-libnet-3.13-479.fc35.noarch                                              
12:14:04 #9 58.66   perl-libs-4:5.34.1-486.fc35.x86_64                                            
12:14:04 #9 58.66   perl-mro-1.25-486.fc35.x86_64                                                 
12:14:04 #9 58.66   perl-overload-1.33-486.fc35.noarch                                            
12:14:04 #9 58.66   perl-overloading-0.02-486.fc35.noarch                                         
12:14:04 #9 58.66   perl-parent-1:0.238-478.fc35.noarch                                           
12:14:04 #9 58.66   perl-podlators-1:4.14-478.fc35.noarch                                         
12:14:04 #9 58.66   perl-srpm-macros-1-42.fc35.noarch                                             
12:14:04 #9 58.66   perl-subs-1.04-486.fc35.noarch                                                
12:14:04 #9 58.66   perl-vars-1.05-486.fc35.noarch                                                
12:14:04 #9 58.66   pkgconf-1.8.0-1.fc35.x86_64                                                   
12:14:04 #9 58.66   pkgconf-m4-1.8.0-1.fc35.noarch                                                
12:14:04 #9 58.66   pkgconf-pkg-config-1.8.0-1.fc35.x86_64                                        
12:14:04 #9 58.66   protobuf-c-1.4.0-1.fc35.x86_64                                                
12:14:04 #9 58.66   python-srpm-macros-3.10-12.fc35.noarch                                        
12:14:04 #9 58.66   python3-construct-2.10.68-1.fc35.noarch                                       
12:14:04 #9 58.66   python3-dateutil-1:2.8.1-7.fc35.noarch                                        
12:14:04 #9 58.66   python3-dbus-1.2.18-2.fc35.x86_64                                             
12:14:04 #9 58.66   python3-distro-1.6.0-1.fc35.noarch                                            
12:14:04 #9 58.66   python3-dnf-plugins-core-4.2.1-1.fc35.noarch                                  
12:14:04 #9 58.66   python3-enchant-3.2.2-1.fc35.noarch                                           
12:14:04 #9 58.66   python3-pybeam-0.7-1.fc35.noarch                                              
12:14:04 #9 58.66   python3-pyxdg-0.27-3.fc35.noarch                                              
12:14:04 #9 58.66   python3-six-1.16.0-4.fc35.noarch                                              
12:14:04 #9 58.66   python3-toml-0.10.2-5.fc35.noarch                                             
12:14:04 #9 58.66   python3-unbound-1.16.2-3.fc35.x86_64                                          
12:14:04 #9 58.66   python3-zstd-1.4.5.1-5.fc35.x86_64                                            
12:14:04 #9 58.66   qt5-srpm-macros-5.15.2-3.fc35.noarch                                          
12:14:04 #9 58.66   redhat-rpm-config-202-1.fc35.noarch                                           
12:14:04 #9 58.66   rpm-build-4.17.1-3.fc35.x86_64                                                
12:14:04 #9 58.66   rpmautospec-rpm-macros-0.3.0-1.fc35.noarch                                    
12:14:04 #9 58.66   rpmlint-2.2.0-6.fc35.noarch                                                   
12:14:04 #9 58.66   rpmlint-fedora-license-data-1.4-1.fc35.noarch                                 
12:14:04 #9 58.66   rust-srpm-macros-22-1.fc35.noarch                                             
12:14:04 #9 58.66   shared-mime-info-2.1-3.fc35.x86_64                                            
12:14:04 #9 58.66   systemd-libs-249.12-5.fc35.x86_64                                             
12:14:04 #9 58.66   unbound-anchor-1.16.2-3.fc35.x86_64                                           
12:14:04 #9 58.66   unbound-libs-1.16.2-3.fc35.x86_64                                             
12:14:04 #9 58.66   unzip-6.0-53.fc35.x86_64                                                      
12:14:04 #9 58.66   xxhash-libs-0.8.1-1.fc35.x86_64                                               
12:14:04 #9 58.66   xz-5.2.5-7.fc35.x86_64                                                        
12:14:04 #9 58.66   zip-3.0-31.fc35.x86_64                                                        
12:14:04 #9 58.66   zstd-1.5.2-2.fc35.x86_64                                                      
12:14:04 #9 58.66 
12:14:04 #9 58.66 Complete!
12:14:04 #9 DONE 58.8s
12:14:04 
12:14:04 #11 [stage-1 3/6] COPY SPECS /root/rpmbuild/SPECS
12:14:04 #11 DONE 0.1s
12:14:04 
12:14:04 #12 [stage-1 4/6] RUN   if [ "$(uname -m)" = "x86_64" ]; then     dnf builddep -y /root/rpmbuild/SPECS/*.spec;   else     dnf builddep -y /root/rpmbuild/SPECS/docker-c*.spec;   fi
12:14:36 #12 28.27 Last metadata expiration check: 0:00:43 ago on Mon Oct  3 12:13:49 2022.
12:14:36 #12 31.98 Package bash-5.1.8-2.fc35.x86_64 is already installed.
12:14:36 #12 31.99 Package bash-5.1.8-2.fc35.x86_64 is already installed.
12:14:36 #12 31.99 Package ca-certificates-2021.2.52-1.0.fc35.noarch is already installed.
12:14:36 #12 31.99 Package libarchive-3.5.2-2.fc35.x86_64 is already installed.
12:14:36 #12 31.99 Package pkgconf-pkg-config-1.8.0-1.fc35.x86_64 is already installed.
12:14:36 #12 31.99 Package tar-2:1.34-2.fc35.x86_64 is already installed.
12:14:36 #12 32.00 Package bash-5.1.8-2.fc35.x86_64 is already installed.
12:14:36 #12 32.02 Package bash-5.1.8-2.fc35.x86_64 is already installed.
12:14:36 #12 32.07 Dependencies resolved.
12:14:36 #12 32.09 ================================================================================
12:14:36 #12 32.09  Package                       Arch    Version                   Repo      Size
12:14:36 #12 32.09 ================================================================================
12:14:36 #12 32.09 Installing:
12:14:36 #12 32.09  btrfs-progs-devel             x86_64  5.18-1.fc35               updates   55 k
12:14:36 #12 32.09  cmake                         x86_64  3.22.2-1.fc35             updates  6.2 M
12:14:36 #12 32.09  device-mapper-devel           x86_64  1.02.175-6.fc35           fedora    45 k
12:14:36 #12 32.09  gcc                           x86_64  11.3.1-3.fc35             updates   31 M
12:14:36 #12 32.09  git                           x86_64  2.37.3-1.fc35             updates   65 k
12:14:36 #12 32.09  glibc-static                  x86_64  2.34-42.fc35              updates  1.7 M
12:14:36 #12 32.09  libseccomp-devel              x86_64  2.5.3-1.fc35              updates   53 k
12:14:36 #12 32.09  libselinux-devel              x86_64  3.3-1.fc35                updates  112 k
12:14:36 #12 32.09  libtool                       x86_64  2.4.6-50.fc35             updates  579 k
12:14:36 #12 32.09  libtool-ltdl-devel            x86_64  2.4.6-50.fc35             updates  154 k
12:14:36 #12 32.09  make                          x86_64  1:4.3-6.fc35              fedora   533 k
12:14:36 #12 32.09  selinux-policy-devel          noarch  35.19-1.fc35              updates  804 k
12:14:36 #12 32.09  systemd                       x86_64  249.12-5.fc35             updates  4.1 M
12:14:36 #12 32.09  systemd-devel                 x86_64  249.12-5.fc35             updates  446 k
12:14:36 #12 32.09  which                         x86_64  2.21-27.fc35              fedora    41 k
12:14:36 #12 32.09 Upgrading:
12:14:36 #12 32.09  audit-libs                    x86_64  3.0.9-1.fc35              updates  116 k
12:14:36 #12 32.09  libgcc                        x86_64  11.3.1-3.fc35             updates  118 k
12:14:36 #12 32.09  libgomp                       x86_64  11.3.1-3.fc35             updates  291 k
12:14:36 #12 32.09  pcre2                         x86_64  10.40-1.fc35              updates  235 k
12:14:36 #12 32.09  pcre2-syntax                  noarch  10.40-1.fc35              updates  143 k
12:14:36 #12 32.09 Installing dependencies:
12:14:36 #12 32.09  acl                           x86_64  2.3.1-2.fc35              fedora    71 k
12:14:36 #12 32.09  annobin-docs                  noarch  10.79-1.fc35              updates   91 k
12:14:36 #12 32.09  annobin-plugin-gcc            x86_64  10.79-1.fc35              updates  882 k
12:14:36 #12 32.09  autoconf                      noarch  2.69-37.fc35              fedora   666 k
12:14:36 #12 32.09  automake                      noarch  1.16.2-5.fc35             fedora   662 k
12:14:36 #12 32.09  btrfs-progs                   x86_64  5.18-1.fc35               updates  958 k
12:14:36 #12 32.09  checkpolicy                   x86_64  3.3-1.fc35                updates  338 k
12:14:36 #12 32.09  cmake-data                    noarch  3.22.2-1.fc35             updates  1.6 M
12:14:36 #12 32.09  cmake-filesystem              x86_64  3.22.2-1.fc35             updates   18 k
12:14:36 #12 32.09  cmake-rpm-macros              noarch  3.22.2-1.fc35             updates   17 k
12:14:36 #12 32.09  cpp                           x86_64  11.3.1-3.fc35             updates   10 M
12:14:36 #12 32.09  cryptsetup-libs               x86_64  2.4.3-1.fc35              updates  430 k
12:14:36 #12 32.09  dbus                          x86_64  1:1.12.22-1.fc35          updates  7.1 k
12:14:36 #12 32.09  dbus-broker                   x86_64  32-1.fc35                 updates  172 k
12:14:36 #12 32.09  dbus-common                   noarch  1:1.12.22-1.fc35          updates   14 k
12:14:36 #12 32.09  device-mapper                 x86_64  1.02.175-6.fc35           fedora   140 k
12:14:36 #12 32.09  device-mapper-libs            x86_64  1.02.175-6.fc35           fedora   179 k
12:14:36 #12 32.09  e2fsprogs-libs                x86_64  1.46.3-1.fc35             fedora   222 k
12:14:36 #12 32.09  gc                            x86_64  8.0.4-6.fc35              fedora   103 k
12:14:36 #12 32.09  git-core                      x86_64  2.37.3-1.fc35             updates  4.0 M
12:14:36 #12 32.09  git-core-doc                  noarch  2.37.3-1.fc35             updates  2.4 M
12:14:36 #12 32.09  glibc-devel                   x86_64  2.34-42.fc35              updates   41 k
12:14:36 #12 32.09  glibc-headers-x86             noarch  2.34-42.fc35              updates  441 k
12:14:36 #12 32.09  guile22                       x86_64  2.2.7-3.fc35              fedora   6.4 M
12:14:36 #12 32.09  iptables-legacy-libs          x86_64  1.8.7-13.fc35             fedora    39 k
12:14:36 #12 32.09  jsoncpp                       x86_64  1.9.4-5.fc35              updates   93 k
12:14:36 #12 32.09  kernel-headers                x86_64  5.19.4-100.fc35           updates  1.3 M
12:14:36 #12 32.09  kmod-libs                     x86_64  29-4.fc35                 fedora    63 k
12:14:36 #12 32.09  less                          x86_64  590-5.fc35                updates  161 k
12:14:36 #12 32.09  libargon2                     x86_64  20171227-7.fc35           fedora    28 k
12:14:36 #12 32.09  libbtrfs                      x86_64  5.18-1.fc35               updates   28 k
12:14:36 #12 32.09  libbtrfsutil                  x86_64  5.18-1.fc35               updates   32 k
12:14:36 #12 32.09  libcbor                       x86_64  0.7.0-4.fc35              fedora    56 k
12:14:36 #12 32.09  libedit                       x86_64  3.1-40.20210910cvs.fc35   fedora   105 k
12:14:36 #12 32.09  libfdisk                      x86_64  2.37.4-1.fc35             updates  154 k
12:14:36 #12 32.09  libfido2                      x86_64  1.8.0-1.fc35              fedora    81 k
12:14:36 #12 32.09  libibverbs                    x86_64  39.0-1.fc35               updates  392 k
12:14:36 #12 32.09  libmpc                        x86_64  1.2.1-3.fc35              fedora    62 k
12:14:36 #12 32.09  libnl3                        x86_64  3.5.0-8.fc35              fedora   328 k
12:14:36 #12 32.09  libpcap                       x86_64  14:1.10.1-2.fc35          fedora   171 k
12:14:36 #12 32.09  libseccomp                    x86_64  2.5.3-1.fc35              updates   71 k
12:14:36 #12 32.09  libselinux-utils              x86_64  3.3-1.fc35                updates  140 k
12:14:36 #12 32.09  libsepol-devel                x86_64  3.3-2.fc35                updates   40 k
12:14:36 #12 32.09  libtool-ltdl                  x86_64  2.4.6-50.fc35             updates   36 k
12:14:36 #12 32.09  libutempter                   x86_64  1.2.1-5.fc35              fedora    26 k
12:14:36 #12 32.09  libuv                         x86_64  1:1.44.2-1.fc35           updates  151 k
12:14:36 #12 32.09  libxcrypt-devel               x86_64  4.4.28-1.fc35             updates   29 k
12:14:36 #12 32.09  libxcrypt-static              x86_64  4.4.28-1.fc35             updates  103 k
12:14:36 #12 32.09  lzo                           x86_64  2.10-5.fc35               fedora    65 k
12:14:36 #12 32.09  m4                            x86_64  1.4.19-2.fc35             fedora   294 k
12:14:36 #12 32.09  openssh                       x86_64  8.7p1-3.fc35              updates  451 k
12:14:36 #12 32.09  openssh-clients               x86_64  8.7p1-3.fc35              updates  696 k
12:14:36 #12 32.09  pcre2-devel                   x86_64  10.40-1.fc35              updates  474 k
12:14:36 #12 32.09  pcre2-utf16                   x86_64  10.40-1.fc35              updates  215 k
12:14:36 #12 32.09  pcre2-utf32                   x86_64  10.40-1.fc35              updates  205 k
12:14:36 #12 32.09  perl-Error                    noarch  1:0.17029-7.fc35          fedora    41 k
12:14:36 #12 32.09  perl-File-Compare             noarch  1.100.600-486.fc35        updates   18 k
12:14:36 #12 32.09  perl-File-Copy                noarch  2.35-486.fc35             updates   25 k
12:14:36 #12 32.09  perl-File-Find                noarch  1.39-486.fc35             updates   30 k
12:14:36 #12 32.09  perl-Git                      noarch  2.37.3-1.fc35             updates   42 k
12:14:36 #12 32.09  perl-TermReadKey              x86_64  2.38-11.fc35              fedora    36 k
12:14:36 #12 32.09  perl-Thread-Queue             noarch  3.14-478.fc35             fedora    21 k
12:14:36 #12 32.09  perl-lib                      x86_64  0.65-486.fc35             updates   19 k
12:14:36 #12 32.09  perl-threads                  x86_64  1:2.26-448.fc35           fedora    57 k
12:14:36 #12 32.09  perl-threads-shared           x86_64  1.62-478.fc35             fedora    43 k
12:14:36 #12 32.09  policycoreutils               x86_64  3.3-1.fc35                updates  199 k
12:14:36 #12 32.09  policycoreutils-devel         x86_64  3.3-1.fc35                updates  139 k
12:14:36 #12 32.09  policycoreutils-python-utils  noarch  3.3-1.fc35                updates   72 k
12:14:36 #12 32.09  python3-audit                 x86_64  3.0.9-1.fc35              updates   82 k
12:14:36 #12 32.09  python3-libselinux            x86_64  3.3-1.fc35                updates  181 k
12:14:36 #12 32.09  python3-libsemanage           x86_64  3.3-1.fc35                updates   79 k
12:14:36 #12 32.09  python3-policycoreutils       noarch  3.3-1.fc35                updates  2.0 M
12:14:36 #12 32.09  python3-setools               x86_64  4.4.0-3.fc35              fedora   547 k
12:14:36 #12 32.09  python3-setuptools            noarch  57.4.0-1.fc35             fedora   928 k
12:14:36 #12 32.09  rhash                         x86_64  1.4.0-4.fc35              fedora   178 k
12:14:36 #12 32.09  rpm-plugin-selinux            x86_64  4.17.1-3.fc35             updates   17 k
12:14:36 #12 32.09  selinux-policy                noarch  35.19-1.fc35              updates   60 k
12:14:36 #12 32.09  selinux-policy-targeted       noarch  35.19-1.fc35              updates  6.3 M
12:14:36 #12 32.09  systemd-pam                   x86_64  249.12-5.fc35             updates  324 k
12:14:36 #12 32.09  systemd-rpm-macros            noarch  249.12-5.fc35             updates   27 k
12:14:36 #12 32.09  util-linux                    x86_64  2.37.4-1.fc35             updates  2.2 M
12:14:36 #12 32.09  util-linux-core               x86_64  2.37.4-1.fc35             updates  433 k
12:14:36 #12 32.09  vim-filesystem                noarch  2:9.0.475-1.fc35          updates   20 k
12:14:36 #12 32.09  xkeyboard-config              noarch  2.33-2.fc35               fedora   783 k
12:14:36 #12 32.09 Installing weak dependencies:
12:14:36 #12 32.09  libbpf                        x86_64  2:0.6.1-2.fc35            updates  154 k
12:14:36 #12 32.09  libxkbcommon                  x86_64  1.3.1-1.fc35              fedora   140 k
12:14:36 #12 32.09  qrencode-libs                 x86_64  4.1.1-1.fc35              updates   60 k
12:14:36 #12 32.09  systemd-networkd              x86_64  249.12-5.fc35             updates  523 k
12:14:36 #12 32.09  systemd-resolved              x86_64  249.12-5.fc35             updates  267 k
12:14:36 #12 32.09 
12:14:36 #12 32.09 Transaction Summary
12:14:36 #12 32.09 ================================================================================
12:14:36 #12 32.09 Install  104 Packages
12:14:36 #12 32.09 Upgrade    5 Packages
12:14:36 #12 32.09 
12:14:36 #12 32.10 Total download size: 99 M
12:14:36 #12 32.10 Downloading Packages:
12:14:36 #12 32.80 (1/109): acl-2.3.1-2.fc35.x86_64.rpm            304 kB/s |  71 kB     00:00    
12:14:37 #12 32.81 (2/109): device-mapper-1.02.175-6.fc35.x86_64.r  22 MB/s | 140 kB     00:00    
12:14:37 #12 32.82 (3/109): autoconf-2.69-37.fc35.noarch.rpm       2.6 MB/s | 666 kB     00:00    
12:14:37 #12 32.82 (4/109): automake-1.16.2-5.fc35.noarch.rpm      2.5 MB/s | 662 kB     00:00    
12:14:37 #12 32.83 (5/109): device-mapper-devel-1.02.175-6.fc35.x8 2.6 MB/s |  45 kB     00:00    
12:14:37 #12 32.83 (6/109): device-mapper-libs-1.02.175-6.fc35.x86  21 MB/s | 179 kB     00:00    
12:14:37 #12 32.84 (7/109): e2fsprogs-libs-1.46.3-1.fc35.x86_64.rp  18 MB/s | 222 kB     00:00    
12:14:37 #12 32.84 (8/109): gc-8.0.4-6.fc35.x86_64.rpm             8.2 MB/s | 103 kB     00:00    
12:14:37 #12 32.85 (9/109): iptables-legacy-libs-1.8.7-13.fc35.x86 4.2 MB/s |  39 kB     00:00    
12:14:37 #12 32.86 (10/109): kmod-libs-29-4.fc35.x86_64.rpm        4.3 MB/s |  63 kB     00:00    
12:14:37 #12 32.87 (11/109): libargon2-20171227-7.fc35.x86_64.rpm  1.8 MB/s |  28 kB     00:00    
12:14:37 #12 32.90 (12/109): guile22-2.2.7-3.fc35.x86_64.rpm        99 MB/s | 6.4 MB     00:00    
12:14:37 #12 32.91 (13/109): libcbor-0.7.0-4.fc35.x86_64.rpm       1.2 MB/s |  56 kB     00:00    
12:14:37 #12 32.91 (14/109): libedit-3.1-40.20210910cvs.fc35.x86_6 2.5 MB/s | 105 kB     00:00    
12:14:37 #12 32.91 (15/109): libfido2-1.8.0-1.fc35.x86_64.rpm       11 MB/s |  81 kB     00:00    
12:14:37 #12 32.92 (16/109): libmpc-1.2.1-3.fc35.x86_64.rpm        5.8 MB/s |  62 kB     00:00    
12:14:37 #12 32.92 (17/109): libnl3-3.5.0-8.fc35.x86_64.rpm         27 MB/s | 328 kB     00:00    
12:14:37 #12 32.93 (18/109): libpcap-1.10.1-2.fc35.x86_64.rpm       17 MB/s | 171 kB     00:00    
12:14:37 #12 32.93 (19/109): libutempter-1.2.1-5.fc35.x86_64.rpm   2.0 MB/s |  26 kB     00:00    
12:14:37 #12 32.94 (20/109): libxkbcommon-1.3.1-1.fc35.x86_64.rpm   12 MB/s | 140 kB     00:00    
12:14:37 #12 32.94 (21/109): lzo-2.10-5.fc35.x86_64.rpm            7.4 MB/s |  65 kB     00:00    
12:14:37 #12 32.95 (22/109): m4-1.4.19-2.fc35.x86_64.rpm            21 MB/s | 294 kB     00:00    
12:14:37 #12 32.95 (23/109): make-4.3-6.fc35.x86_64.rpm             32 MB/s | 533 kB     00:00    
12:14:37 #12 32.96 (24/109): perl-Error-0.17029-7.fc35.noarch.rpm  4.0 MB/s |  41 kB     00:00    
12:14:37 #12 32.96 (25/109): perl-TermReadKey-2.38-11.fc35.x86_64. 2.5 MB/s |  36 kB     00:00    
12:14:37 #12 32.97 (26/109): perl-Thread-Queue-3.14-478.fc35.noarc 1.9 MB/s |  21 kB     00:00    
12:14:37 #12 32.97 (27/109): perl-threads-2.26-448.fc35.x86_64.rpm 7.9 MB/s |  57 kB     00:00    
12:14:37 #12 32.97 (28/109): perl-threads-shared-1.62-478.fc35.x86 4.3 MB/s |  43 kB     00:00    
12:14:37 #12 32.98 (29/109): python3-setools-4.4.0-3.fc35.x86_64.r  36 MB/s | 547 kB     00:00    
12:14:37 #12 32.99 (30/109): rhash-1.4.0-4.fc35.x86_64.rpm          13 MB/s | 178 kB     00:00    
12:14:37 #12 33.00 (31/109): python3-setuptools-57.4.0-1.fc35.noar  39 MB/s | 928 kB     00:00    
12:14:37 #12 33.00 (32/109): which-2.21-27.fc35.x86_64.rpm         2.4 MB/s |  41 kB     00:00    
12:14:37 #12 33.01 (33/109): xkeyboard-config-2.33-2.fc35.noarch.r  34 MB/s | 783 kB     00:00    
12:14:37 #12 33.02 (34/109): annobin-plugin-gcc-10.79-1.fc35.x86_6  43 MB/s | 882 kB     00:00    
12:14:37 #12 33.03 (35/109): annobin-docs-10.79-1.fc35.noarch.rpm  3.5 MB/s |  91 kB     00:00    
12:14:37 #12 33.04 (36/109): btrfs-progs-5.18-1.fc35.x86_64.rpm     40 MB/s | 958 kB     00:00    
12:14:37 #12 33.04 (37/109): btrfs-progs-devel-5.18-1.fc35.x86_64. 3.2 MB/s |  55 kB     00:00    
12:14:37 #12 33.05 (38/109): checkpolicy-3.3-1.fc35.x86_64.rpm      23 MB/s | 338 kB     00:00    
12:14:37 #12 33.10 (39/109): cmake-3.22.2-1.fc35.x86_64.rpm         99 MB/s | 6.2 MB     00:00    
12:14:37 #12 33.11 (40/109): cmake-data-3.22.2-1.fc35.noarch.rpm    24 MB/s | 1.6 MB     00:00    
12:14:37 #12 33.11 (41/109): cmake-filesystem-3.22.2-1.fc35.x86_64 320 kB/s |  18 kB     00:00    
12:14:37 #12 33.12 (42/109): cryptsetup-libs-2.4.3-1.fc35.x86_64.r  43 MB/s | 430 kB     00:00    
12:14:37 #12 33.13 (43/109): cmake-rpm-macros-3.22.2-1.fc35.noarch 891 kB/s |  17 kB     00:00    
12:14:37 #12 33.15 (44/109): dbus-1.12.22-1.fc35.x86_64.rpm        425 kB/s | 7.1 kB     00:00    
12:14:37 #12 33.16 (45/109): dbus-broker-32-1.fc35.x86_64.rpm      9.2 MB/s | 172 kB     00:00    
12:14:37 #12 33.21 (46/109): cpp-11.3.1-3.fc35.x86_64.rpm           99 MB/s |  10 MB     00:00    
12:14:37 #12 33.22 (47/109): dbus-common-1.12.22-1.fc35.noarch.rpm 206 kB/s |  14 kB     00:00    
12:14:37 #12 33.24 (48/109): git-2.37.3-1.fc35.x86_64.rpm          4.3 MB/s |  65 kB     00:00    
12:14:37 #12 33.28 (49/109): git-core-2.37.3-1.fc35.x86_64.rpm      71 MB/s | 4.0 MB     00:00    
12:14:37 #12 33.30 (50/109): git-core-doc-2.37.3-1.fc35.noarch.rpm  40 MB/s | 2.4 MB     00:00    
12:14:37 #12 33.31 (51/109): glibc-devel-2.34-42.fc35.x86_64.rpm   1.4 MB/s |  41 kB     00:00    
12:14:37 #12 33.32 (52/109): glibc-headers-x86-2.34-42.fc35.noarch  19 MB/s | 441 kB     00:00    
12:14:37 #12 33.35 (53/109): glibc-static-2.34-42.fc35.x86_64.rpm   41 MB/s | 1.7 MB     00:00    
12:14:37 #12 33.36 (54/109): jsoncpp-1.9.4-5.fc35.x86_64.rpm       2.9 MB/s |  93 kB     00:00    
12:14:37 #12 33.39 (55/109): kernel-headers-5.19.4-100.fc35.x86_64  42 MB/s | 1.3 MB     00:00    
12:14:37 #12 33.39 (56/109): less-590-5.fc35.x86_64.rpm            5.6 MB/s | 161 kB     00:00    
12:14:37 #12 33.41 (57/109): libbpf-0.6.1-2.fc35.x86_64.rpm        8.7 MB/s | 154 kB     00:00    
12:14:38 #12 33.79 (58/109): gcc-11.3.1-3.fc35.x86_64.rpm           50 MB/s |  31 MB     00:00    
12:14:38 #12 33.80 (59/109): libbtrfs-5.18-1.fc35.x86_64.rpm        69 kB/s |  28 kB     00:00    
12:14:38 #12 33.80 (60/109): libbtrfsutil-5.18-1.fc35.x86_64.rpm    82 kB/s |  32 kB     00:00    
12:14:38 #12 33.80 (61/109): libfdisk-2.37.4-1.fc35.x86_64.rpm      19 MB/s | 154 kB     00:00    
12:14:38 #12 33.83 (62/109): libibverbs-39.0-1.fc35.x86_64.rpm      11 MB/s | 392 kB     00:00    
12:14:38 #12 33.83 (63/109): libseccomp-2.5.3-1.fc35.x86_64.rpm    2.0 MB/s |  71 kB     00:00    
12:14:38 #12 33.84 (64/109): libseccomp-devel-2.5.3-1.fc35.x86_64. 1.6 MB/s |  53 kB     00:00    
12:14:38 #12 33.84 (65/109): libselinux-utils-3.3-1.fc35.x86_64.rp  17 MB/s | 140 kB     00:00    
12:14:38 #12 33.85 (66/109): libselinux-devel-3.3-1.fc35.x86_64.rp 8.9 MB/s | 112 kB     00:00    
12:14:38 #12 33.85 (67/109): libsepol-devel-3.3-2.fc35.x86_64.rpm  3.6 MB/s |  40 kB     00:00    
12:14:38 #12 33.86 (68/109): libtool-2.4.6-50.fc35.x86_64.rpm       37 MB/s | 579 kB     00:00    
12:14:38 #12 33.86 (69/109): libtool-ltdl-2.4.6-50.fc35.x86_64.rpm 3.1 MB/s |  36 kB     00:00    
12:14:38 #12 33.87 (70/109): libtool-ltdl-devel-2.4.6-50.fc35.x86_ 9.9 MB/s | 154 kB     00:00    
12:14:38 #12 33.87 (71/109): libuv-1.44.2-1.fc35.x86_64.rpm         14 MB/s | 151 kB     00:00    
12:14:38 #12 33.88 (72/109): libxcrypt-devel-4.4.28-1.fc35.x86_64. 4.0 MB/s |  29 kB     00:00    
12:14:38 #12 33.88 (73/109): libxcrypt-static-4.4.28-1.fc35.x86_64 9.6 MB/s | 103 kB     00:00    
12:14:38 #12 33.89 (74/109): openssh-8.7p1-3.fc35.x86_64.rpm        30 MB/s | 451 kB     00:00    
12:14:38 #12 33.90 (75/109): openssh-clients-8.7p1-3.fc35.x86_64.r  40 MB/s | 696 kB     00:00    
12:14:38 #12 33.91 (76/109): pcre2-devel-10.40-1.fc35.x86_64.rpm    19 MB/s | 474 kB     00:00    
12:14:38 #12 33.91 (77/109): pcre2-utf16-10.40-1.fc35.x86_64.rpm   9.8 MB/s | 215 kB     00:00    
12:14:38 #12 33.92 (78/109): pcre2-utf32-10.40-1.fc35.x86_64.rpm    22 MB/s | 205 kB     00:00    
12:14:38 #12 33.92 (79/109): perl-File-Compare-1.100.600-486.fc35. 1.4 MB/s |  18 kB     00:00    
12:14:38 #12 33.92 (80/109): perl-File-Copy-2.35-486.fc35.noarch.r 2.3 MB/s |  25 kB     00:00    
12:14:38 #12 33.93 (81/109): perl-File-Find-1.39-486.fc35.noarch.r 4.3 MB/s |  30 kB     00:00    
12:14:38 #12 33.93 (82/109): perl-Git-2.37.3-1.fc35.noarch.rpm     4.2 MB/s |  42 kB     00:00    
12:14:38 #12 33.93 (83/109): perl-lib-0.65-486.fc35.x86_64.rpm     2.0 MB/s |  19 kB     00:00    
12:14:38 #12 33.94 (84/109): policycoreutils-3.3-1.fc35.x86_64.rpm  26 MB/s | 199 kB     00:00    
12:14:38 #12 33.94 (85/109): policycoreutils-devel-3.3-1.fc35.x86_  13 MB/s | 139 kB     00:00    
12:14:38 #12 33.94 (86/109): policycoreutils-python-utils-3.3-1.fc 6.6 MB/s |  72 kB     00:00    
12:14:38 #12 33.95 (87/109): python3-audit-3.0.9-1.fc35.x86_64.rpm  11 MB/s |  82 kB     00:00    
12:14:38 #12 33.95 (88/109): python3-libselinux-3.3-1.fc35.x86_64.  16 MB/s | 181 kB     00:00    
12:14:38 #12 33.96 (89/109): python3-libsemanage-3.3-1.fc35.x86_64 7.1 MB/s |  79 kB     00:00    
12:14:38 #12 33.97 (90/109): python3-policycoreutils-3.3-1.fc35.no  93 MB/s | 2.0 MB     00:00    
12:14:38 #12 33.98 (91/109): qrencode-libs-4.1.1-1.fc35.x86_64.rpm 2.4 MB/s |  60 kB     00:00    
12:14:38 #12 33.98 (92/109): rpm-plugin-selinux-4.17.1-3.fc35.x86_ 840 kB/s |  17 kB     00:00    
12:14:38 #12 33.98 (93/109): selinux-policy-35.19-1.fc35.noarch.rp  12 MB/s |  60 kB     00:00    
12:14:38 #12 34.01 (94/109): selinux-policy-devel-35.19-1.fc35.noa  25 MB/s | 804 kB     00:00    
12:14:38 #12 34.05 (95/109): selinux-policy-targeted-35.19-1.fc35.  90 MB/s | 6.3 MB     00:00    
12:14:38 #12 34.11 (96/109): systemd-249.12-5.fc35.x86_64.rpm       33 MB/s | 4.1 MB     00:00    
12:14:38 #12 34.12 (97/109): systemd-devel-249.12-5.fc35.x86_64.rp 4.1 MB/s | 446 kB     00:00    
12:14:38 #12 34.13 (98/109): systemd-networkd-249.12-5.fc35.x86_64 6.7 MB/s | 523 kB     00:00    
12:14:38 #12 34.14 (99/109): systemd-pam-249.12-5.fc35.x86_64.rpm   22 MB/s | 324 kB     00:00    
12:14:38 #12 34.14 (100/109): systemd-resolved-249.12-5.fc35.x86_6  14 MB/s | 267 kB     00:00    
12:14:38 #12 34.14 (101/109): systemd-rpm-macros-249.12-5.fc35.noa 2.1 MB/s |  27 kB     00:00    
12:14:38 #12 34.17 (102/109): util-linux-2.37.4-1.fc35.x86_64.rpm   89 MB/s | 2.2 MB     00:00    
12:14:38 #12 34.17 (103/109): util-linux-core-2.37.4-1.fc35.x86_64  14 MB/s | 433 kB     00:00    
12:14:38 #12 34.18 (104/109): vim-filesystem-9.0.475-1.fc35.noarch 770 kB/s |  20 kB     00:00    
12:14:38 #12 34.18 (105/109): audit-libs-3.0.9-1.fc35.x86_64.rpm    16 MB/s | 116 kB     00:00    
12:14:38 #12 34.18 (106/109): libgcc-11.3.1-3.fc35.x86_64.rpm       11 MB/s | 118 kB     00:00    
12:14:38 #12 34.19 (107/109): libgomp-11.3.1-3.fc35.x86_64.rpm      22 MB/s | 291 kB     00:00    
12:14:38 #12 34.19 (108/109): pcre2-10.40-1.fc35.x86_64.rpm         23 MB/s | 235 kB     00:00    
12:14:38 #12 34.20 (109/109): pcre2-syntax-10.40-1.fc35.noarch.rpm  10 MB/s | 143 kB     00:00    
12:14:38 #12 34.20 --------------------------------------------------------------------------------
12:14:38 #12 34.20 Total                                            47 MB/s |  99 MB     00:02     
12:14:40 #12 35.84 Running transaction check
12:14:40 #12 35.94 Transaction check succeeded.
12:14:40 #12 35.94 Running transaction test
12:14:41 #12 37.14 Transaction test succeeded.
12:14:41 #12 37.14 Running transaction
12:14:42 #12 38.47   Running scriptlet: selinux-policy-targeted-35.19-1.fc35.noarch            1/1 
12:14:43 #12 38.60   Preparing        :                                                        1/1 
12:14:43 #12 38.64   Upgrading        : libgcc-11.3.1-3.fc35.x86_64                          1/114 
12:14:43 #12 38.64   Running scriptlet: libgcc-11.3.1-3.fc35.x86_64                          1/114 
12:14:43 #12 38.67   Upgrading        : audit-libs-3.0.9-1.fc35.x86_64                       2/114 
12:14:43 #12 38.68   Upgrading        : pcre2-syntax-10.40-1.fc35.noarch                     3/114 
12:14:43 #12 38.69   Upgrading        : pcre2-10.40-1.fc35.x86_64                            4/114 
12:14:43 #12 38.70   Installing       : python3-libselinux-3.3-1.fc35.x86_64                 5/114 
12:14:43 #12 38.71   Installing       : util-linux-core-2.37.4-1.fc35.x86_64                 6/114 
12:14:43 #12 38.72   Running scriptlet: util-linux-core-2.37.4-1.fc35.x86_64                 6/114 
12:14:43 #12 38.73   Installing       : perl-File-Find-1.39-486.fc35.noarch                  7/114 
12:14:43 #12 38.74   Installing       : perl-File-Copy-2.35-486.fc35.noarch                  8/114 
12:14:43 #12 38.74   Installing       : perl-File-Compare-1.100.600-486.fc35.noarch          9/114 
12:14:43 #12 38.75   Installing       : libtool-ltdl-2.4.6-50.fc35.x86_64                   10/114 
12:14:43 #12 38.75   Installing       : libseccomp-2.5.3-1.fc35.x86_64                      11/114 
12:14:43 #12 38.76   Installing       : libfdisk-2.37.4-1.fc35.x86_64                       12/114 
12:14:43 #12 38.76   Installing       : cmake-rpm-macros-3.22.2-1.fc35.noarch               13/114 
12:14:43 #12 38.77   Installing       : cmake-filesystem-3.22.2-1.fc35.x86_64               14/114 
12:14:43 #12 38.79   Installing       : checkpolicy-3.3-1.fc35.x86_64                       15/114 
12:14:43 #12 38.79   Installing       : perl-threads-1:2.26-448.fc35.x86_64                 16/114 
12:14:43 #12 38.80   Installing       : m4-1.4.19-2.fc35.x86_64                             17/114 
12:14:43 #12 38.82   Installing       : autoconf-2.69-37.fc35.noarch                        18/114 
12:14:43 #12 38.83   Installing       : libmpc-1.2.1-3.fc35.x86_64                          19/114 
12:14:43 #12 39.00   Installing       : cpp-11.3.1-3.fc35.x86_64                            20/114 
12:14:43 #12 39.01   Installing       : perl-threads-shared-1.62-478.fc35.x86_64            21/114 
12:14:43 #12 39.01   Installing       : perl-Thread-Queue-3.14-478.fc35.noarch              22/114 
12:14:43 #12 39.03   Installing       : automake-1.16.2-5.fc35.noarch                       23/114 
12:14:43 #12 39.04   Installing       : python3-libsemanage-3.3-1.fc35.x86_64               24/114 
12:14:43 #12 39.05   Installing       : libselinux-utils-3.3-1.fc35.x86_64                  25/114 
12:14:43 #12 39.06   Installing       : pcre2-utf16-10.40-1.fc35.x86_64                     26/114 
12:14:43 #12 39.07   Installing       : pcre2-utf32-10.40-1.fc35.x86_64                     27/114 
12:14:43 #12 39.08   Installing       : pcre2-devel-10.40-1.fc35.x86_64                     28/114 
12:14:43 #12 39.09   Installing       : python3-audit-3.0.9-1.fc35.x86_64                   29/114 
12:14:43 #12 39.10   Installing       : gc-8.0.4-6.fc35.x86_64                              30/114 
12:14:43 #12 39.36   Installing       : guile22-2.2.7-3.fc35.x86_64                         31/114 
12:14:43 #12 39.38   Installing       : make-1:4.3-6.fc35.x86_64                            32/114 
12:14:43 #12 39.38   Installing       : kmod-libs-29-4.fc35.x86_64                          33/114 
12:14:43 #12 39.40   Installing       : libnl3-3.5.0-8.fc35.x86_64                          34/114 
12:14:43 #12 39.41   Installing       : libibverbs-39.0-1.fc35.x86_64                       35/114 
12:14:43 #12 39.42   Installing       : libpcap-14:1.10.1-2.fc35.x86_64                     36/114 
12:14:43 #12 39.43   Installing       : iptables-legacy-libs-1.8.7-13.fc35.x86_64           37/114 
12:14:43 #12 39.44   Installing       : jsoncpp-1.9.4-5.fc35.x86_64                         38/114 
12:14:43 #12 39.45   Upgrading        : libgomp-11.3.1-3.fc35.x86_64                        39/114 
12:14:43 #12 39.46   Installing       : vim-filesystem-2:9.0.475-1.fc35.noarch              40/114 
12:14:43 #12 39.46   Installing       : qrencode-libs-4.1.1-1.fc35.x86_64                   41/114 
12:14:43 #12 39.47   Installing       : perl-lib-0.65-486.fc35.x86_64                       42/114 
12:14:43 #12 39.48   Installing       : libuv-1:1.44.2-1.fc35.x86_64                        43/114 
12:14:43 #12 39.49   Installing       : libsepol-devel-3.3-2.fc35.x86_64                    44/114 
12:14:43 #12 39.49   Installing       : libselinux-devel-3.3-1.fc35.x86_64                  45/114 
12:14:43 #12 39.50   Installing       : libbtrfsutil-5.18-1.fc35.x86_64                     46/114 
12:14:43 #12 39.51   Installing       : libbtrfs-5.18-1.fc35.x86_64                         47/114 
12:14:43 #12 39.51   Installing       : libbpf-2:0.6.1-2.fc35.x86_64                        48/114 
12:14:44 #12 39.52   Installing       : less-590-5.fc35.x86_64                              49/114 
12:14:44 #12 39.63   Installing       : kernel-headers-5.19.4-100.fc35.x86_64               50/114 
12:14:44 #12 39.68   Installing       : glibc-headers-x86-2.34-42.fc35.noarch               51/114 
12:14:44 #12 39.69   Installing       : libxcrypt-devel-4.4.28-1.fc35.x86_64                52/114 
12:14:44 #12 39.70   Installing       : glibc-devel-2.34-42.fc35.x86_64                     53/114 
12:14:44 #12 40.10   Installing       : gcc-11.3.1-3.fc35.x86_64                            54/114 
12:14:44 #12 40.21   Installing       : glibc-static-2.34-42.fc35.x86_64                    55/114 
12:14:44 #12 40.22   Installing       : libxcrypt-static-4.4.28-1.fc35.x86_64               56/114 
12:14:44 #12 40.23   Installing       : dbus-common-1:1.12.22-1.fc35.noarch                 57/114 
12:14:44 #12 40.23   Running scriptlet: dbus-common-1:1.12.22-1.fc35.noarch                 57/114 
12:14:44 #12 40.25   Running scriptlet: dbus-broker-32-1.fc35.x86_64                        58/114 
12:14:44 #12 40.32 useradd warning: dbus's uid 81 outside of the SYS_UID_MIN 201 and SYS_UID_MAX 999 range.
12:14:44 #12 40.32 
12:14:44 #12 40.32   Installing       : dbus-broker-32-1.fc35.x86_64                        58/114 
12:14:44 #12 40.33   Running scriptlet: dbus-broker-32-1.fc35.x86_64                        58/114 
12:14:44 #12 40.34   Installing       : dbus-1:1.12.22-1.fc35.x86_64                        59/114 
12:14:44 #12 40.34   Installing       : annobin-docs-10.79-1.fc35.noarch                    60/114 
12:14:44 #12 40.39   Installing       : xkeyboard-config-2.33-2.fc35.noarch                 61/114 
12:14:44 #12 40.40   Installing       : libxkbcommon-1.3.1-1.fc35.x86_64                    62/114 
12:14:44 #12 40.41   Installing       : rhash-1.4.0-4.fc35.x86_64                           63/114 
12:14:45 #12 40.66   Installing       : cmake-data-3.22.2-1.fc35.noarch                     64/114 
12:14:45 #12 40.81   Installing       : cmake-3.22.2-1.fc35.x86_64                          65/114 
12:14:45 #12 40.86   Installing       : python3-setuptools-57.4.0-1.fc35.noarch             66/114 
12:14:45 #12 40.90   Installing       : python3-setools-4.4.0-3.fc35.x86_64                 67/114 
12:14:45 #12 40.91   Installing       : perl-TermReadKey-2.38-11.fc35.x86_64                68/114 
12:14:45 #12 40.92   Installing       : perl-Error-1:0.17029-7.fc35.noarch                  69/114 
12:14:45 #12 40.92   Installing       : lzo-2.10-5.fc35.x86_64                              70/114 
12:14:45 #12 40.93   Running scriptlet: libutempter-1.2.1-5.fc35.x86_64                     71/114 
12:14:45 #12 40.98   Installing       : libutempter-1.2.1-5.fc35.x86_64                     71/114 
12:14:45 #12 41.04   Installing       : util-linux-2.37.4-1.fc35.x86_64                     72/114 
12:14:45 #12 41.05   Running scriptlet: util-linux-2.37.4-1.fc35.x86_64                     72/114 
12:14:45 #12 41.07   Installing       : policycoreutils-3.3-1.fc35.x86_64                   73/114 
12:14:45 #12 41.08   Running scriptlet: policycoreutils-3.3-1.fc35.x86_64                   73/114 
12:14:45 #12 41.09   Installing       : rpm-plugin-selinux-4.17.1-3.fc35.x86_64             74/114 
12:14:45 #12 41.10   Installing       : selinux-policy-35.19-1.fc35.noarch                  75/114 
12:14:45 #12 41.10   Running scriptlet: selinux-policy-35.19-1.fc35.noarch                  75/114 
12:14:45 #12 41.12   Running scriptlet: selinux-policy-targeted-35.19-1.fc35.noarch         76/114 
12:14:45 #12 41.30   Installing       : selinux-policy-targeted-35.19-1.fc35.noarch         76/114 
12:14:53 #12 41.32   Running scriptlet: selinux-policy-targeted-35.19-1.fc35.noarch         76/114 
12:14:53 #12 48.33   Installing       : python3-policycoreutils-3.3-1.fc35.noarch           77/114 
12:14:53 #12 48.34   Installing       : policycoreutils-python-utils-3.3-1.fc35.noarch      78/114 
12:14:53 #12 48.35   Installing       : policycoreutils-devel-3.3-1.fc35.x86_64             79/114 
12:14:53 #12 48.45   Installing       : selinux-policy-devel-35.19-1.fc35.noarch            80/114 
12:14:53 #12 48.46   Running scriptlet: selinux-policy-devel-35.19-1.fc35.noarch            80/114 
12:14:53 #12 48.48   Running scriptlet: openssh-8.7p1-3.fc35.x86_64                         81/114 
12:14:53 #12 48.51   Installing       : openssh-8.7p1-3.fc35.x86_64                         81/114 
12:14:53 #12 48.52   Installing       : libedit-3.1-40.20210910cvs.fc35.x86_64              82/114 
12:14:53 #12 48.53   Installing       : libcbor-0.7.0-4.fc35.x86_64                         83/114 
12:14:53 #12 48.54   Installing       : libfido2-1.8.0-1.fc35.x86_64                        84/114 
12:14:53 #12 48.55   Installing       : openssh-clients-8.7p1-3.fc35.x86_64                 85/114 
12:14:53 #12 48.56   Running scriptlet: openssh-clients-8.7p1-3.fc35.x86_64                 85/114 
12:14:53 #12 48.64   Installing       : git-core-2.37.3-1.fc35.x86_64                       86/114 
12:14:53 #12 48.68   Installing       : git-core-doc-2.37.3-1.fc35.noarch                   87/114 
12:14:53 #12 48.69   Installing       : perl-Git-2.37.3-1.fc35.noarch                       88/114 
12:14:53 #12 48.70   Installing       : git-2.37.3-1.fc35.x86_64                            89/114 
12:14:53 #12 48.70   Installing       : libargon2-20171227-7.fc35.x86_64                    90/114 
12:14:53 #12 48.71   Installing       : e2fsprogs-libs-1.46.3-1.fc35.x86_64                 91/114 
12:14:53 #12 48.74   Installing       : btrfs-progs-5.18-1.fc35.x86_64                      92/114 
12:14:53 #12 48.75   Installing       : acl-2.3.1-2.fc35.x86_64                             93/114 
12:14:53 #12 48.76   Installing       : cryptsetup-libs-2.4.3-1.fc35.x86_64                 94/114 
12:14:53 #12 48.77   Installing       : device-mapper-libs-1.02.175-6.fc35.x86_64           95/114 
12:14:53 #12 48.78   Installing       : device-mapper-1.02.175-6.fc35.x86_64                96/114 
12:14:53 #12 48.79   Installing       : systemd-networkd-249.12-5.fc35.x86_64               97/114 
12:14:53 #12 48.80   Running scriptlet: systemd-networkd-249.12-5.fc35.x86_64               97/114 
12:14:53 #12 48.82   Installing       : systemd-pam-249.12-5.fc35.x86_64                    98/114 
12:14:53 #12 48.83   Installing       : systemd-resolved-249.12-5.fc35.x86_64               99/114 
12:14:53 #12 48.83   Running scriptlet: systemd-resolved-249.12-5.fc35.x86_64               99/114 
12:14:53 #12 48.95   Installing       : systemd-249.12-5.fc35.x86_64                       100/114 
12:14:53 #12 49.00   Running scriptlet: systemd-249.12-5.fc35.x86_64                       100/114 
12:14:53 #12 49.15 Creating group input with gid 104.
12:14:53 #12 49.15 Creating group kvm with gid 36.
12:14:53 #12 49.15 Creating group render with gid 105.
12:14:53 #12 49.15 Creating group sgx with gid 106.
12:14:53 #12 49.15 Creating group systemd-journal with gid 190.
12:14:53 #12 49.15 Creating group systemd-network with gid 192.
12:14:53 #12 49.15 Creating user systemd-network (systemd Network Management) with uid 192 and gid 192.
12:14:53 #12 49.15 Creating group systemd-oom with gid 997.
12:14:53 #12 49.15 Creating user systemd-oom (systemd Userspace OOM Killer) with uid 997 and gid 997.
12:14:53 #12 49.15 Creating group systemd-resolve with gid 193.
12:14:53 #12 49.15 Creating user systemd-resolve (systemd Resolver) with uid 193 and gid 193.
12:14:53 #12 49.15 Creating group systemd-timesync with gid 996.
12:14:53 #12 49.15 Creating user systemd-timesync (systemd Time Synchronization) with uid 996 and gid 996.
12:14:53 #12 49.15 Creating group systemd-coredump with gid 995.
12:14:53 #12 49.15 Creating user systemd-coredump (systemd Core Dumper) with uid 995 and gid 995.
12:14:53 #12 49.15 
12:14:53 #12 49.17   Installing       : systemd-devel-249.12-5.fc35.x86_64                 101/114 
12:14:53 #12 49.20   Installing       : device-mapper-devel-1.02.175-6.fc35.x86_64         102/114 
12:14:53 #12 49.21   Installing       : btrfs-progs-devel-5.18-1.fc35.x86_64               103/114 
12:14:53 #12 49.22   Installing       : annobin-plugin-gcc-10.79-1.fc35.x86_64             104/114 
12:14:53 #12 49.26   Installing       : libtool-2.4.6-50.fc35.x86_64                       105/114 
12:14:53 #12 49.27   Installing       : libtool-ltdl-devel-2.4.6-50.fc35.x86_64            106/114 
12:14:53 #12 49.30   Installing       : libseccomp-devel-2.5.3-1.fc35.x86_64               107/114 
12:14:53 #12 49.31   Installing       : systemd-rpm-macros-249.12-5.fc35.noarch            108/114 
12:14:53 #12 49.31   Installing       : which-2.21-27.fc35.x86_64                          109/114 
12:14:53 #12 49.35   Cleanup          : pcre2-10.39-1.fc35.x86_64                          110/114 
12:14:53 #12 49.36   Cleanup          : pcre2-syntax-10.39-1.fc35.noarch                   111/114 
12:14:53 #12 49.39   Cleanup          : libgomp-11.2.1-9.fc35.x86_64                       112/114 
12:14:53 #12 49.39   Cleanup          : libgcc-11.2.1-9.fc35.x86_64                        113/114 
12:14:53 #12 49.39   Running scriptlet: libgcc-11.2.1-9.fc35.x86_64                        113/114 
12:14:53 #12 49.42   Cleanup          : audit-libs-3.0.7-2.fc35.x86_64                     114/114 
12:14:53 #12 49.45   Running scriptlet: selinux-policy-targeted-35.19-1.fc35.noarch        114/114 
12:14:53 #12 49.46   Running scriptlet: systemd-resolved-249.12-5.fc35.x86_64              114/114 
12:14:54 #12 49.50   Running scriptlet: audit-libs-3.0.7-2.fc35.x86_64                     114/114 
12:14:54 #12 49.77   Verifying        : acl-2.3.1-2.fc35.x86_64                              1/114 
12:14:54 #12 49.77   Verifying        : autoconf-2.69-37.fc35.noarch                         2/114 
12:14:54 #12 49.77   Verifying        : automake-1.16.2-5.fc35.noarch                        3/114 
12:14:54 #12 49.77   Verifying        : device-mapper-1.02.175-6.fc35.x86_64                 4/114 
12:14:54 #12 49.77   Verifying        : device-mapper-devel-1.02.175-6.fc35.x86_64           5/114 
12:14:54 #12 49.77   Verifying        : device-mapper-libs-1.02.175-6.fc35.x86_64            6/114 
12:14:54 #12 49.77   Verifying        : e2fsprogs-libs-1.46.3-1.fc35.x86_64                  7/114 
12:14:54 #12 49.77   Verifying        : gc-8.0.4-6.fc35.x86_64                               8/114 
12:14:54 #12 49.77   Verifying        : guile22-2.2.7-3.fc35.x86_64                          9/114 
12:14:54 #12 49.77   Verifying        : iptables-legacy-libs-1.8.7-13.fc35.x86_64           10/114 
12:14:54 #12 49.77   Verifying        : kmod-libs-29-4.fc35.x86_64                          11/114 
12:14:54 #12 49.77   Verifying        : libargon2-20171227-7.fc35.x86_64                    12/114 
12:14:54 #12 49.77   Verifying        : libcbor-0.7.0-4.fc35.x86_64                         13/114 
12:14:54 #12 49.77   Verifying        : libedit-3.1-40.20210910cvs.fc35.x86_64              14/114 
12:14:54 #12 49.77   Verifying        : libfido2-1.8.0-1.fc35.x86_64                        15/114 
12:14:54 #12 49.77   Verifying        : libmpc-1.2.1-3.fc35.x86_64                          16/114 
12:14:54 #12 49.77   Verifying        : libnl3-3.5.0-8.fc35.x86_64                          17/114 
12:14:54 #12 49.77   Verifying        : libpcap-14:1.10.1-2.fc35.x86_64                     18/114 
12:14:54 #12 49.77   Verifying        : libutempter-1.2.1-5.fc35.x86_64                     19/114 
12:14:54 #12 49.77   Verifying        : libxkbcommon-1.3.1-1.fc35.x86_64                    20/114 
12:14:54 #12 49.77   Verifying        : lzo-2.10-5.fc35.x86_64                              21/114 
12:14:54 #12 49.77   Verifying        : m4-1.4.19-2.fc35.x86_64                             22/114 
12:14:54 #12 49.77   Verifying        : make-1:4.3-6.fc35.x86_64                            23/114 
12:14:54 #12 49.77   Verifying        : perl-Error-1:0.17029-7.fc35.noarch                  24/114 
12:14:54 #12 49.77   Verifying        : perl-TermReadKey-2.38-11.fc35.x86_64                25/114 
12:14:54 #12 49.78   Verifying        : perl-Thread-Queue-3.14-478.fc35.noarch              26/114 
12:14:54 #12 49.78   Verifying        : perl-threads-1:2.26-448.fc35.x86_64                 27/114 
12:14:54 #12 49.78   Verifying        : perl-threads-shared-1.62-478.fc35.x86_64            28/114 
12:14:54 #12 49.78   Verifying        : python3-setools-4.4.0-3.fc35.x86_64                 29/114 
12:14:54 #12 49.78   Verifying        : python3-setuptools-57.4.0-1.fc35.noarch             30/114 
12:14:54 #12 49.78   Verifying        : rhash-1.4.0-4.fc35.x86_64                           31/114 
12:14:54 #12 49.78   Verifying        : which-2.21-27.fc35.x86_64                           32/114 
12:14:54 #12 49.78   Verifying        : xkeyboard-config-2.33-2.fc35.noarch                 33/114 
12:14:54 #12 49.78   Verifying        : annobin-docs-10.79-1.fc35.noarch                    34/114 
12:14:54 #12 49.78   Verifying        : annobin-plugin-gcc-10.79-1.fc35.x86_64              35/114 
12:14:54 #12 49.78   Verifying        : btrfs-progs-5.18-1.fc35.x86_64                      36/114 
12:14:54 #12 49.78   Verifying        : btrfs-progs-devel-5.18-1.fc35.x86_64                37/114 
12:14:54 #12 49.78   Verifying        : checkpolicy-3.3-1.fc35.x86_64                       38/114 
12:14:54 #12 49.78   Verifying        : cmake-3.22.2-1.fc35.x86_64                          39/114 
12:14:54 #12 49.78   Verifying        : cmake-data-3.22.2-1.fc35.noarch                     40/114 
12:14:54 #12 49.78   Verifying        : cmake-filesystem-3.22.2-1.fc35.x86_64               41/114 
12:14:54 #12 49.78   Verifying        : cmake-rpm-macros-3.22.2-1.fc35.noarch               42/114 
12:14:54 #12 49.78   Verifying        : cpp-11.3.1-3.fc35.x86_64                            43/114 
12:14:54 #12 49.78   Verifying        : cryptsetup-libs-2.4.3-1.fc35.x86_64                 44/114 
12:14:54 #12 49.78   Verifying        : dbus-1:1.12.22-1.fc35.x86_64                        45/114 
12:14:54 #12 49.78   Verifying        : dbus-broker-32-1.fc35.x86_64                        46/114 
12:14:54 #12 49.78   Verifying        : dbus-common-1:1.12.22-1.fc35.noarch                 47/114 
12:14:54 #12 49.78   Verifying        : gcc-11.3.1-3.fc35.x86_64                            48/114 
12:14:54 #12 49.78   Verifying        : git-2.37.3-1.fc35.x86_64                            49/114 
12:14:54 #12 49.78   Verifying        : git-core-2.37.3-1.fc35.x86_64                       50/114 
12:14:54 #12 49.78   Verifying        : git-core-doc-2.37.3-1.fc35.noarch                   51/114 
12:14:54 #12 49.78   Verifying        : glibc-devel-2.34-42.fc35.x86_64                     52/114 
12:14:54 #12 49.78   Verifying        : glibc-headers-x86-2.34-42.fc35.noarch               53/114 
12:14:54 #12 49.78   Verifying        : glibc-static-2.34-42.fc35.x86_64                    54/114 
12:14:54 #12 49.78   Verifying        : jsoncpp-1.9.4-5.fc35.x86_64                         55/114 
12:14:54 #12 49.78   Verifying        : kernel-headers-5.19.4-100.fc35.x86_64               56/114 
12:14:54 #12 49.78   Verifying        : less-590-5.fc35.x86_64                              57/114 
12:14:54 #12 49.78   Verifying        : libbpf-2:0.6.1-2.fc35.x86_64                        58/114 
12:14:54 #12 49.78   Verifying        : libbtrfs-5.18-1.fc35.x86_64                         59/114 
12:14:54 #12 49.78   Verifying        : libbtrfsutil-5.18-1.fc35.x86_64                     60/114 
12:14:54 #12 49.78   Verifying        : libfdisk-2.37.4-1.fc35.x86_64                       61/114 
12:14:54 #12 49.78   Verifying        : libibverbs-39.0-1.fc35.x86_64                       62/114 
12:14:54 #12 49.78   Verifying        : libseccomp-2.5.3-1.fc35.x86_64                      63/114 
12:14:54 #12 49.78   Verifying        : libseccomp-devel-2.5.3-1.fc35.x86_64                64/114 
12:14:54 #12 49.78   Verifying        : libselinux-devel-3.3-1.fc35.x86_64                  65/114 
12:14:54 #12 49.78   Verifying        : libselinux-utils-3.3-1.fc35.x86_64                  66/114 
12:14:54 #12 49.78   Verifying        : libsepol-devel-3.3-2.fc35.x86_64                    67/114 
12:14:54 #12 49.78   Verifying        : libtool-2.4.6-50.fc35.x86_64                        68/114 
12:14:54 #12 49.78   Verifying        : libtool-ltdl-2.4.6-50.fc35.x86_64                   69/114 
12:14:54 #12 49.78   Verifying        : libtool-ltdl-devel-2.4.6-50.fc35.x86_64             70/114 
12:14:54 #12 49.78   Verifying        : libuv-1:1.44.2-1.fc35.x86_64                        71/114 
12:14:54 #12 49.78   Verifying        : libxcrypt-devel-4.4.28-1.fc35.x86_64                72/114 
12:14:54 #12 49.78   Verifying        : libxcrypt-static-4.4.28-1.fc35.x86_64               73/114 
12:14:54 #12 49.78   Verifying        : openssh-8.7p1-3.fc35.x86_64                         74/114 
12:14:54 #12 49.78   Verifying        : openssh-clients-8.7p1-3.fc35.x86_64                 75/114 
12:14:54 #12 49.78   Verifying        : pcre2-devel-10.40-1.fc35.x86_64                     76/114 
12:14:54 #12 49.78   Verifying        : pcre2-utf16-10.40-1.fc35.x86_64                     77/114 
12:14:54 #12 49.78   Verifying        : pcre2-utf32-10.40-1.fc35.x86_64                     78/114 
12:14:54 #12 49.78   Verifying        : perl-File-Compare-1.100.600-486.fc35.noarch         79/114 
12:14:54 #12 49.78   Verifying        : perl-File-Copy-2.35-486.fc35.noarch                 80/114 
12:14:54 #12 49.78   Verifying        : perl-File-Find-1.39-486.fc35.noarch                 81/114 
12:14:54 #12 49.78   Verifying        : perl-Git-2.37.3-1.fc35.noarch                       82/114 
12:14:54 #12 49.78   Verifying        : perl-lib-0.65-486.fc35.x86_64                       83/114 
12:14:54 #12 49.78   Verifying        : policycoreutils-3.3-1.fc35.x86_64                   84/114 
12:14:54 #12 49.78   Verifying        : policycoreutils-devel-3.3-1.fc35.x86_64             85/114 
12:14:54 #12 49.78   Verifying        : policycoreutils-python-utils-3.3-1.fc35.noarch      86/114 
12:14:54 #12 49.78   Verifying        : python3-audit-3.0.9-1.fc35.x86_64                   87/114 
12:14:54 #12 49.78   Verifying        : python3-libselinux-3.3-1.fc35.x86_64                88/114 
12:14:54 #12 49.78   Verifying        : python3-libsemanage-3.3-1.fc35.x86_64               89/114 
12:14:54 #12 49.78   Verifying        : python3-policycoreutils-3.3-1.fc35.noarch           90/114 
12:14:54 #12 49.78   Verifying        : qrencode-libs-4.1.1-1.fc35.x86_64                   91/114 
12:14:54 #12 49.78   Verifying        : rpm-plugin-selinux-4.17.1-3.fc35.x86_64             92/114 
12:14:54 #12 49.78   Verifying        : selinux-policy-35.19-1.fc35.noarch                  93/114 
12:14:54 #12 49.78   Verifying        : selinux-policy-devel-35.19-1.fc35.noarch            94/114 
12:14:54 #12 49.78   Verifying        : selinux-policy-targeted-35.19-1.fc35.noarch         95/114 
12:14:54 #12 49.78   Verifying        : systemd-249.12-5.fc35.x86_64                        96/114 
12:14:54 #12 49.78   Verifying        : systemd-devel-249.12-5.fc35.x86_64                  97/114 
12:14:54 #12 49.78   Verifying        : systemd-networkd-249.12-5.fc35.x86_64               98/114 
12:14:54 #12 49.78   Verifying        : systemd-pam-249.12-5.fc35.x86_64                    99/114 
12:14:54 #12 49.78   Verifying        : systemd-resolved-249.12-5.fc35.x86_64              100/114 
12:14:54 #12 49.78   Verifying        : systemd-rpm-macros-249.12-5.fc35.noarch            101/114 
12:14:54 #12 49.78   Verifying        : util-linux-2.37.4-1.fc35.x86_64                    102/114 
12:14:54 #12 49.78   Verifying        : util-linux-core-2.37.4-1.fc35.x86_64               103/114 
12:14:54 #12 49.78   Verifying        : vim-filesystem-2:9.0.475-1.fc35.noarch             104/114 
12:14:54 #12 49.78   Verifying        : audit-libs-3.0.9-1.fc35.x86_64                     105/114 
12:14:54 #12 49.78   Verifying        : audit-libs-3.0.7-2.fc35.x86_64                     106/114 
12:14:54 #12 49.78   Verifying        : libgcc-11.3.1-3.fc35.x86_64                        107/114 
12:14:54 #12 49.78   Verifying        : libgcc-11.2.1-9.fc35.x86_64                        108/114 
12:14:54 #12 49.78   Verifying        : libgomp-11.3.1-3.fc35.x86_64                       109/114 
12:14:54 #12 49.78   Verifying        : libgomp-11.2.1-9.fc35.x86_64                       110/114 
12:14:54 #12 49.78   Verifying        : pcre2-10.40-1.fc35.x86_64                          111/114 
12:14:54 #12 49.78   Verifying        : pcre2-10.39-1.fc35.x86_64                          112/114 
12:14:54 #12 49.78   Verifying        : pcre2-syntax-10.40-1.fc35.noarch                   113/114 
12:14:54 #12 49.78   Verifying        : pcre2-syntax-10.39-1.fc35.noarch                   114/114 
12:14:54 #12 49.99 
12:14:54 #12 49.99 Upgraded:
12:14:54 #12 49.99   audit-libs-3.0.9-1.fc35.x86_64            libgcc-11.3.1-3.fc35.x86_64         
12:14:54 #12 49.99   libgomp-11.3.1-3.fc35.x86_64              pcre2-10.40-1.fc35.x86_64           
12:14:54 #12 49.99   pcre2-syntax-10.40-1.fc35.noarch         
12:14:54 #12 49.99 Installed:
12:14:54 #12 49.99   acl-2.3.1-2.fc35.x86_64                                                       
12:14:54 #12 49.99   annobin-docs-10.79-1.fc35.noarch                                              
12:14:54 #12 49.99   annobin-plugin-gcc-10.79-1.fc35.x86_64                                        
12:14:54 #12 49.99   autoconf-2.69-37.fc35.noarch                                                  
12:14:54 #12 49.99   automake-1.16.2-5.fc35.noarch                                                 
12:14:54 #12 49.99   btrfs-progs-5.18-1.fc35.x86_64                                                
12:14:54 #12 49.99   btrfs-progs-devel-5.18-1.fc35.x86_64                                          
12:14:54 #12 49.99   checkpolicy-3.3-1.fc35.x86_64                                                 
12:14:54 #12 49.99   cmake-3.22.2-1.fc35.x86_64                                                    
12:14:54 #12 49.99   cmake-data-3.22.2-1.fc35.noarch                                               
12:14:54 #12 49.99   cmake-filesystem-3.22.2-1.fc35.x86_64                                         
12:14:54 #12 49.99   cmake-rpm-macros-3.22.2-1.fc35.noarch                                         
12:14:54 #12 49.99   cpp-11.3.1-3.fc35.x86_64                                                      
12:14:54 #12 49.99   cryptsetup-libs-2.4.3-1.fc35.x86_64                                           
12:14:54 #12 49.99   dbus-1:1.12.22-1.fc35.x86_64                                                  
12:14:54 #12 49.99   dbus-broker-32-1.fc35.x86_64                                                  
12:14:54 #12 49.99   dbus-common-1:1.12.22-1.fc35.noarch                                           
12:14:54 #12 49.99   device-mapper-1.02.175-6.fc35.x86_64                                          
12:14:54 #12 49.99   device-mapper-devel-1.02.175-6.fc35.x86_64                                    
12:14:54 #12 49.99   device-mapper-libs-1.02.175-6.fc35.x86_64                                     
12:14:54 #12 49.99   e2fsprogs-libs-1.46.3-1.fc35.x86_64                                           
12:14:54 #12 49.99   gc-8.0.4-6.fc35.x86_64                                                        
12:14:54 #12 49.99   gcc-11.3.1-3.fc35.x86_64                                                      
12:14:54 #12 49.99   git-2.37.3-1.fc35.x86_64                                                      
12:14:54 #12 49.99   git-core-2.37.3-1.fc35.x86_64                                                 
12:14:54 #12 49.99   git-core-doc-2.37.3-1.fc35.noarch                                             
12:14:54 #12 49.99   glibc-devel-2.34-42.fc35.x86_64                                               
12:14:54 #12 49.99   glibc-headers-x86-2.34-42.fc35.noarch                                         
12:14:54 #12 49.99   glibc-static-2.34-42.fc35.x86_64                                              
12:14:54 #12 49.99   guile22-2.2.7-3.fc35.x86_64                                                   
12:14:54 #12 49.99   iptables-legacy-libs-1.8.7-13.fc35.x86_64                                     
12:14:54 #12 49.99   jsoncpp-1.9.4-5.fc35.x86_64                                                   
12:14:54 #12 49.99   kernel-headers-5.19.4-100.fc35.x86_64                                         
12:14:54 #12 49.99   kmod-libs-29-4.fc35.x86_64                                                    
12:14:54 #12 49.99   less-590-5.fc35.x86_64                                                        
12:14:54 #12 49.99   libargon2-20171227-7.fc35.x86_64                                              
12:14:54 #12 49.99   libbpf-2:0.6.1-2.fc35.x86_64                                                  
12:14:54 #12 49.99   libbtrfs-5.18-1.fc35.x86_64                                                   
12:14:54 #12 49.99   libbtrfsutil-5.18-1.fc35.x86_64                                               
12:14:54 #12 49.99   libcbor-0.7.0-4.fc35.x86_64                                                   
12:14:54 #12 49.99   libedit-3.1-40.20210910cvs.fc35.x86_64                                        
12:14:54 #12 49.99   libfdisk-2.37.4-1.fc35.x86_64                                                 
12:14:54 #12 49.99   libfido2-1.8.0-1.fc35.x86_64                                                  
12:14:54 #12 49.99   libibverbs-39.0-1.fc35.x86_64                                                 
12:14:54 #12 49.99   libmpc-1.2.1-3.fc35.x86_64                                                    
12:14:54 #12 49.99   libnl3-3.5.0-8.fc35.x86_64                                                    
12:14:54 #12 49.99   libpcap-14:1.10.1-2.fc35.x86_64                                               
12:14:54 #12 49.99   libseccomp-2.5.3-1.fc35.x86_64                                                
12:14:54 #12 49.99   libseccomp-devel-2.5.3-1.fc35.x86_64                                          
12:14:54 #12 49.99   libselinux-devel-3.3-1.fc35.x86_64                                            
12:14:54 #12 49.99   libselinux-utils-3.3-1.fc35.x86_64                                            
12:14:54 #12 49.99   libsepol-devel-3.3-2.fc35.x86_64                                              
12:14:54 #12 49.99   libtool-2.4.6-50.fc35.x86_64                                                  
12:14:54 #12 49.99   libtool-ltdl-2.4.6-50.fc35.x86_64                                             
12:14:54 #12 49.99   libtool-ltdl-devel-2.4.6-50.fc35.x86_64                                       
12:14:54 #12 49.99   libutempter-1.2.1-5.fc35.x86_64                                               
12:14:54 #12 49.99   libuv-1:1.44.2-1.fc35.x86_64                                                  
12:14:54 #12 49.99   libxcrypt-devel-4.4.28-1.fc35.x86_64                                          
12:14:54 #12 49.99   libxcrypt-static-4.4.28-1.fc35.x86_64                                         
12:14:54 #12 49.99   libxkbcommon-1.3.1-1.fc35.x86_64                                              
12:14:54 #12 49.99   lzo-2.10-5.fc35.x86_64                                                        
12:14:54 #12 49.99   m4-1.4.19-2.fc35.x86_64                                                       
12:14:54 #12 49.99   make-1:4.3-6.fc35.x86_64                                                      
12:14:54 #12 49.99   openssh-8.7p1-3.fc35.x86_64                                                   
12:14:54 #12 49.99   openssh-clients-8.7p1-3.fc35.x86_64                                           
12:14:54 #12 49.99   pcre2-devel-10.40-1.fc35.x86_64                                               
12:14:54 #12 49.99   pcre2-utf16-10.40-1.fc35.x86_64                                               
12:14:54 #12 49.99   pcre2-utf32-10.40-1.fc35.x86_64                                               
12:14:54 #12 49.99   perl-Error-1:0.17029-7.fc35.noarch                                            
12:14:54 #12 49.99   perl-File-Compare-1.100.600-486.fc35.noarch                                   
12:14:54 #12 49.99   perl-File-Copy-2.35-486.fc35.noarch                                           
12:14:54 #12 49.99   perl-File-Find-1.39-486.fc35.noarch                                           
12:14:54 #12 49.99   perl-Git-2.37.3-1.fc35.noarch                                                 
12:14:54 #12 49.99   perl-TermReadKey-2.38-11.fc35.x86_64                                          
12:14:54 #12 49.99   perl-Thread-Queue-3.14-478.fc35.noarch                                        
12:14:54 #12 49.99   perl-lib-0.65-486.fc35.x86_64                                                 
12:14:54 #12 49.99   perl-threads-1:2.26-448.fc35.x86_64                                           
12:14:54 #12 49.99   perl-threads-shared-1.62-478.fc35.x86_64                                      
12:14:54 #12 49.99   policycoreutils-3.3-1.fc35.x86_64                                             
12:14:54 #12 49.99   policycoreutils-devel-3.3-1.fc35.x86_64                                       
12:14:54 #12 49.99   policycoreutils-python-utils-3.3-1.fc35.noarch                                
12:14:54 #12 49.99   python3-audit-3.0.9-1.fc35.x86_64                                             
12:14:54 #12 49.99   python3-libselinux-3.3-1.fc35.x86_64                                          
12:14:54 #12 49.99   python3-libsemanage-3.3-1.fc35.x86_64                                         
12:14:54 #12 49.99   python3-policycoreutils-3.3-1.fc35.noarch                                     
12:14:54 #12 49.99   python3-setools-4.4.0-3.fc35.x86_64                                           
12:14:54 #12 49.99   python3-setuptools-57.4.0-1.fc35.noarch                                       
12:14:54 #12 49.99   qrencode-libs-4.1.1-1.fc35.x86_64                                             
12:14:54 #12 49.99   rhash-1.4.0-4.fc35.x86_64                                                     
12:14:54 #12 49.99   rpm-plugin-selinux-4.17.1-3.fc35.x86_64                                       
12:14:54 #12 49.99   selinux-policy-35.19-1.fc35.noarch                                            
12:14:54 #12 49.99   selinux-policy-devel-35.19-1.fc35.noarch                                      
12:14:54 #12 49.99   selinux-policy-targeted-35.19-1.fc35.noarch                                   
12:14:54 #12 49.99   systemd-249.12-5.fc35.x86_64                                                  
12:14:54 #12 49.99   systemd-devel-249.12-5.fc35.x86_64                                            
12:14:54 #12 49.99   systemd-networkd-249.12-5.fc35.x86_64                                         
12:14:54 #12 49.99   systemd-pam-249.12-5.fc35.x86_64                                              
12:14:54 #12 49.99   systemd-resolved-249.12-5.fc35.x86_64                                         
12:14:54 #12 49.99   systemd-rpm-macros-249.12-5.fc35.noarch                                       
12:14:54 #12 49.99   util-linux-2.37.4-1.fc35.x86_64                                               
12:14:54 #12 49.99   util-linux-core-2.37.4-1.fc35.x86_64                                          
12:14:54 #12 49.99   vim-filesystem-2:9.0.475-1.fc35.noarch                                        
12:14:54 #12 49.99   which-2.21-27.fc35.x86_64                                                     
12:14:54 #12 49.99   xkeyboard-config-2.33-2.fc35.noarch                                           
12:14:54 #12 49.99 
12:14:54 #12 49.99 Complete!
12:14:54 #12 DONE 50.1s
12:14:54 
12:14:54 #13 [stage-1 5/6] COPY --from=golang /usr/local/go /usr/local/go
12:14:56 #13 DONE 2.2s
12:14:56 
12:14:56 #14 [stage-1 6/6] WORKDIR /root/rpmbuild
12:14:56 #14 DONE 0.0s
12:14:56 
12:14:56 #15 exporting to image
12:14:56 #15 exporting layers
12:15:02 #15 exporting layers 5.5s done
12:15:02 #15 writing image sha256:c2bb6395a7fea0cdaf9cae4293cc244d213b35d3c599cbe6933b94de6a77ddeb done
12:15:02 #15 naming to docker.io/rpmbuild-fedora-35/x86_64 done
12:15:02 #15 DONE 5.5s
12:15:02 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/fedora-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 b40c2f6' --define '_gitcommit_engine f219cb5' --define '_release 0' --define '_version 0.0.0.20220908081902.b40c2f6' --define '_origversion 0.0.0-20220908081902-b40c2f6' --define '_compose_rpm_version 2.11.2' --define '_compose_version v2.11.2' --define '_scan_rpm_version 0.17.0' --define '_scan_version v0.17.0' --define '_scan_gitcommit 061fe0a'  SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-compose-plugin.spec SPECS/docker-scan-plugin.spec
12:15:02 warning: line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:15:02 warning: line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:15:02 warning: line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:15:02 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.EQPUDV
12:15:02 + umask 022
12:15:02 + cd /root/rpmbuild/BUILD
12:15:02 + cd /root/rpmbuild/BUILD
12:15:02 + rm -rf src
12:15:02 + /usr/bin/mkdir -p src
12:15:02 + cd src
12:15:02 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:15:02 + /usr/bin/tar -xof -
12:15:03 + STATUS=0
12:15:03 + '[' 0 -ne 0 ']'
12:15:03 + /usr/bin/tar -xof -
12:15:03 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:15:03 + STATUS=0
12:15:03 + '[' 0 -ne 0 ']'
12:15:03 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:15:03 + RPM_EC=0
12:15:03 ++ jobs -p
12:15:03 + exit 0
12:15:03 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.3KzC4M
12:15:03 + umask 022
12:15:03 + cd /root/rpmbuild/BUILD
12:15:03 + cd src
12:15:03 + export DOCKER_GITCOMMIT=f219cb5
12:15:03 + DOCKER_GITCOMMIT=f219cb5
12:15:03 + mkdir -p /go/src/github.com/docker
12:15:03 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:15:03 + pushd /root/rpmbuild/BUILD/src/engine
12:15:03 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
12:15:03 + for component in tini "proxy dynamic"
12:15:03 + TMP_GOPATH=/go
12:15:03 + hack/dockerfile/install/install.sh tini
12:15:03 + RM_GOPATH=0
12:15:03 + TMP_GOPATH=/go
12:15:03 + : /usr/local/bin
12:15:03 + '[' -z /go ']'
12:15:03 + export GOPATH=/go
12:15:03 + GOPATH=/go
12:15:03 + case "$(go env GOARCH)" in
12:15:03 ++ go env GOARCH
12:15:03 + export GO_BUILDMODE=-buildmode=pie
12:15:03 + GO_BUILDMODE=-buildmode=pie
12:15:03 ++ dirname hack/dockerfile/install/install.sh
12:15:03 + dir=hack/dockerfile/install
12:15:03 + bin=tini
12:15:03 + shift
12:15:03 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:15:03 + . hack/dockerfile/install/tini.installer
12:15:03 ++ : v0.19.0
12:15:03 + install_tini
12:15:03 + echo 'Install tini version v0.19.0'
12:15:03 Install tini version v0.19.0
12:15:03 + git clone https://github.com/krallin/tini.git /go/tini
12:15:03 Cloning into '/go/tini'...
12:15:04 + cd /go/tini
12:15:04 + git checkout -q v0.19.0
12:15:04 + cmake .
12:15:04 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:15:04   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:15:04   CMake.
12:15:04 
12:15:04   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:15:04   CMake that the project does not need compatibility with older versions.
12:15:04 
12:15:04 
12:15:04 -- The C compiler identification is GNU 11.3.1
12:15:04 -- Detecting C compiler ABI info
12:15:04 -- Detecting C compiler ABI info - done
12:15:04 -- Check for working C compiler: /usr/bin/cc - skipped
12:15:04 -- Detecting C compile features
12:15:04 -- Detecting C compile features - done
12:15:04 -- Performing Test HAS_BUILTIN_FORTIFY
12:15:04 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
12:15:04 -- Configuring done
12:15:04 -- Generating done
12:15:04 -- Build files have been written to: /go/tini
12:15:04 + make tini-static
12:15:04 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:15:04 [100%] Linking C executable tini-static
12:15:04 [100%] Built target tini-static
12:15:04 + mkdir -p /usr/local/bin
12:15:04 + cp tini-static /usr/local/bin/docker-init
12:15:04 + for component in tini "proxy dynamic"
12:15:04 + TMP_GOPATH=/go
12:15:04 + hack/dockerfile/install/install.sh proxy dynamic
12:15:04 + RM_GOPATH=0
12:15:04 + TMP_GOPATH=/go
12:15:04 + : /usr/local/bin
12:15:04 + '[' -z /go ']'
12:15:04 + export GOPATH=/go
12:15:04 + GOPATH=/go
12:15:04 + case "$(go env GOARCH)" in
12:15:04 ++ go env GOARCH
12:15:04 + export GO_BUILDMODE=-buildmode=pie
12:15:04 + GO_BUILDMODE=-buildmode=pie
12:15:04 ++ dirname hack/dockerfile/install/install.sh
12:15:04 + dir=hack/dockerfile/install
12:15:04 + bin=proxy
12:15:04 + shift
12:15:04 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
12:15:04 + . hack/dockerfile/install/proxy.installer
12:15:04 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789
12:15:04 + install_proxy dynamic
12:15:04 + case "$1" in
12:15:04 + install_proxy_dynamic
12:15:04 + export PROXY_LDFLAGS=-linkmode=external install_proxy
12:15:04 + PROXY_LDFLAGS=-linkmode=external
12:15:04 + export BUILD_MODE=-buildmode=pie
12:15:04 + BUILD_MODE=-buildmode=pie
12:15:04 + _install_proxy
12:15:04 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789'
12:15:04 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
12:15:04 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789
12:15:04 Cloning into '/go/src/github.com/docker/libnetwork'...
12:15:06 + cd /go/src/github.com/docker/libnetwork
12:15:06 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789
12:15:06 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
12:15:16 + return
12:15:16 + VERSION=0.0.0-20220908081902-b40c2f6
12:15:16 + PRODUCT=docker
12:15:16 + hack/make.sh dynbinary
12:15:16 
12:15:16 Removing bundles/
12:15:16 
12:15:16 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:15:16 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220908081902-b40c2f6
12:15:16 GOOS="" GOARCH="" GOARM=""
12:16:53 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220908081902-b40c2f6
12:16:53 
12:16:53 ~/rpmbuild/BUILD/src
12:16:53 + popd
12:16:53 + RPM_EC=0
12:16:53 ++ jobs -p
12:16:53 + exit 0
12:16:53 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.9tIUet
12:16:53 + umask 022
12:16:53 + cd /root/rpmbuild/BUILD
12:16:53 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64 '!=' / ']'
12:16:53 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64
12:16:53 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64
12:16:53 + mkdir -p /root/rpmbuild/BUILDROOT
12:16:53 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64
12:16:53 + cd src
12:16:53 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
12:16:53 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220908081902-b40c2f6 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64/usr/bin/dockerd
12:16:53 + install -D -p -m 0755 /usr/local/bin/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64/usr/bin/docker-proxy
12:16:53 + install -D -p -m 755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64/usr/bin/docker-init
12:16:53 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64/usr/lib/systemd/system/docker.service
12:16:53 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64/usr/lib/systemd/system/docker.socket
12:16:53 + /usr/lib/rpm/check-buildroot
12:16:53 + /usr/lib/rpm/redhat/brp-ldconfig
12:16:53 + /usr/lib/rpm/brp-compress
12:16:53 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:16:54 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:16:54 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
12:16:54 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:16:54 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:16:54 + /usr/lib/rpm/check-rpaths
12:16:54 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:16:54 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:16:54 + /usr/lib/rpm/redhat/brp-python-hardlink
12:16:54 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.IzU1pl
12:16:54 + umask 022
12:16:54 + cd /root/rpmbuild/BUILD
12:16:54 + cd src
12:16:54 ++ engine/bundles/dynbinary-daemon/dockerd --version
12:16:54 + ver='Docker version 0.0.0-20220908081902-b40c2f6, build f219cb5'
12:16:54 + test 'Docker version 0.0.0-20220908081902-b40c2f6, build f219cb5' = 'Docker version 0.0.0-20220908081902-b40c2f6, build f219cb5'
12:16:54 + echo 'PASS: daemon version OK'
12:16:54 PASS: daemon version OK
12:16:54 + RPM_EC=0
12:16:54 ++ jobs -p
12:16:54 + exit 0
12:16:54 Processing files: docker-ce-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64
12:16:54 Provides: docker-ce = 3:0.0.0.20220908081902.b40c2f6-0.fc35 docker-ce(x86-64) = 3:0.0.0.20220908081902.b40c2f6-0.fc35
12:16:54 Requires(interp): /bin/sh /bin/sh /bin/sh
12:16:54 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:16:54 Requires(post): /bin/sh
12:16:54 Requires(preun): /bin/sh
12:16:54 Requires(postun): /bin/sh
12:16:54 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH)
12:16:54 Conflicts: docker docker-ee docker-engine-cs docker-io
12:16:54 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
12:16:54 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64
12:16:55 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc35.src.rpm
12:17:34 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64.rpm
12:17:34 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.otcqdn
12:17:34 + umask 022
12:17:34 + cd /root/rpmbuild/BUILD
12:17:34 + cd src
12:17:34 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64
12:17:34 + RPM_EC=0
12:17:34 ++ jobs -p
12:17:34 + exit 0
12:17:34 
12:17:34 RPM build warnings:
12:17:34     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:17:34     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:17:34     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:17:34 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ouAuDv
12:17:34 + umask 022
12:17:34 + cd /root/rpmbuild/BUILD
12:17:34 + cd /root/rpmbuild/BUILD
12:17:34 + rm -rf src
12:17:34 + /usr/bin/mkdir -p src
12:17:34 + cd src
12:17:34 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
12:17:34 + /usr/bin/tar -xof -
12:17:34 + STATUS=0
12:17:34 + '[' 0 -ne 0 ']'
12:17:34 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/plugin-installers.tgz
12:17:34 + /usr/bin/tar -xof -
12:17:34 + STATUS=0
12:17:34 + '[' 0 -ne 0 ']'
12:17:34 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:17:34 + RPM_EC=0
12:17:34 ++ jobs -p
12:17:34 + exit 0
12:17:34 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.gn2b8y
12:17:34 + umask 022
12:17:34 + cd /root/rpmbuild/BUILD
12:17:34 + cd src
12:17:34 + mkdir -p /go/src/github.com/docker
12:17:34 + rm -f /go/src/github.com/docker/cli
12:17:34 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
12:17:34 + pushd /go/src/github.com/docker/cli
12:17:34 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
12:17:34 + DISABLE_WARN_OUTSIDE_CONTAINER=1
12:17:34 + make VERSION=0.0.0-20220908081902-b40c2f6 GITCOMMIT=b40c2f6 dynbinary manpages
12:17:34 GO_LINKMODE=dynamic ./scripts/build/binary
12:17:34 Building dynamic docker-linux-amd64
12:18:55 scripts/docs/generate-man.sh
12:20:16 Project root: /go/src/github.com/docker/cli
12:20:16 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
12:20:16 2022/10/03 12:20:09 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
12:20:16 ~/rpmbuild/BUILD/src
12:20:16 + popd
12:20:16 + pushd /root/rpmbuild/BUILD/src/plugins
12:20:16 + for installer in *.installer
12:20:16 + '[' app.installer '!=' scan.installer ']'
12:20:16 + bash app.installer build
12:20:16 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
12:20:16 Cloning into '/go/src/github.com/docker/app'...
12:20:16 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=9d2c67f8 -X github.com/docker/app/internal.Version=v0.9.1-beta3" -o bin/docker-app ./cmd/docker-app
12:21:13 + for installer in *.installer
12:21:13 + '[' buildx.installer '!=' scan.installer ']'
12:21:13 + bash buildx.installer build
12:21:13 Cloning into '/go/src/github.com/docker/buildx'...
12:21:13 + GO111MODULE=on
12:21:13 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.9.1-docker -X github.com/docker/buildx/version.Revision=ed00243a0ce2a0aee75311b06e32d33b44729689 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
12:23:04 ~/rpmbuild/BUILD/src
12:23:04 + popd
12:23:04 + RPM_EC=0
12:23:04 ++ jobs -p
12:23:04 + exit 0
12:23:04 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ubPsWJ
12:23:04 + umask 022
12:23:04 + cd /root/rpmbuild/BUILD
12:23:04 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64 '!=' / ']'
12:23:04 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64
12:23:04 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64
12:23:04 + mkdir -p /root/rpmbuild/BUILDROOT
12:23:04 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64
12:23:04 + cd src
12:23:04 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64/usr/bin
12:23:04 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64/usr/bin/docker
12:23:04 + pushd /root/rpmbuild/BUILD/src/plugins
12:23:04 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
12:23:04 + for installer in *.installer
12:23:04 + '[' app.installer '!=' scan.installer ']'
12:23:04 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64
12:23:04 + PREFIX=/usr/libexec/docker/cli-plugins
12:23:04 + bash app.installer install_plugin
12:23:04 + for installer in *.installer
12:23:04 + '[' buildx.installer '!=' scan.installer ']'
12:23:04 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64
12:23:04 + PREFIX=/usr/libexec/docker/cli-plugins
12:23:04 + bash buildx.installer install_plugin
12:23:04 + popd
12:23:04 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64/usr/share/bash-completion/completions
12:23:04 ~/rpmbuild/BUILD/src
12:23:04 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64/usr/share/zsh/vendor-completions
12:23:04 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64/usr/share/fish/vendor_completions.d
12:23:04 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64/usr/share/bash-completion/completions/docker
12:23:04 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64/usr/share/zsh/vendor-completions/_docker
12:23:04 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64/usr/share/fish/vendor_completions.d/docker.fish
12:23:04 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64/usr/share/man/man1
12:23:04 + install -p -m 644 cli/man/man1/docker-attach.1 cli/man/man1/docker-build.1 cli/man/man1/docker-builder-build.1 cli/man/man1/docker-builder-prune.1 cli/man/man1/docker-builder.1 cli/man/man1/docker-checkpoint-create.1 cli/man/man1/docker-checkpoint-ls.1 cli/man/man1/docker-checkpoint-rm.1 cli/man/man1/docker-checkpoint.1 cli/man/man1/docker-commit.1 cli/man/man1/docker-config-create.1 cli/man/man1/docker-config-inspect.1 cli/man/man1/docker-config-ls.1 cli/man/man1/docker-config-rm.1 cli/man/man1/docker-config.1 cli/man/man1/docker-container-attach.1 cli/man/man1/docker-container-commit.1 cli/man/man1/docker-container-cp.1 cli/man/man1/docker-container-create.1 cli/man/man1/docker-container-diff.1 cli/man/man1/docker-container-exec.1 cli/man/man1/docker-container-export.1 cli/man/man1/docker-container-inspect.1 cli/man/man1/docker-container-kill.1 cli/man/man1/docker-container-logs.1 cli/man/man1/docker-container-ls.1 cli/man/man1/docker-container-pause.1 cli/man/man1/docker-container-port.1 cli/man/man1/docker-container-prune.1 cli/man/man1/docker-container-rename.1 cli/man/man1/docker-container-restart.1 cli/man/man1/docker-container-rm.1 cli/man/man1/docker-container-run.1 cli/man/man1/docker-container-start.1 cli/man/man1/docker-container-stats.1 cli/man/man1/docker-container-stop.1 cli/man/man1/docker-container-top.1 cli/man/man1/docker-container-unpause.1 cli/man/man1/docker-container-update.1 cli/man/man1/docker-container-wait.1 cli/man/man1/docker-container.1 cli/man/man1/docker-context-create.1 cli/man/man1/docker-context-export.1 cli/man/man1/docker-context-import.1 cli/man/man1/docker-context-inspect.1 cli/man/man1/docker-context-ls.1 cli/man/man1/docker-context-rm.1 cli/man/man1/docker-context-update.1 cli/man/man1/docker-context-use.1 cli/man/man1/docker-context.1 cli/man/man1/docker-cp.1 cli/man/man1/docker-create.1 cli/man/man1/docker-diff.1 cli/man/man1/docker-events.1 cli/man/man1/docker-exec.1 cli/man/man1/docker-export.1 cli/man/man1/docker-history.1 cli/man/man1/docker-image-build.1 cli/man/man1/docker-image-history.1 cli/man/man1/docker-image-import.1 cli/man/man1/docker-image-inspect.1 cli/man/man1/docker-image-load.1 cli/man/man1/docker-image-ls.1 cli/man/man1/docker-image-prune.1 cli/man/man1/docker-image-pull.1 cli/man/man1/docker-image-push.1 cli/man/man1/docker-image-rm.1 cli/man/man1/docker-image-save.1 cli/man/man1/docker-image-tag.1 cli/man/man1/docker-image.1 cli/man/man1/docker-images.1 cli/man/man1/docker-import.1 cli/man/man1/docker-info.1 cli/man/man1/docker-inspect.1 cli/man/man1/docker-kill.1 cli/man/man1/docker-load.1 cli/man/man1/docker-login.1 cli/man/man1/docker-logout.1 cli/man/man1/docker-logs.1 cli/man/man1/docker-manifest-annotate.1 cli/man/man1/docker-manifest-create.1 cli/man/man1/docker-manifest-inspect.1 cli/man/man1/docker-manifest-push.1 cli/man/man1/docker-manifest-rm.1 cli/man/man1/docker-manifest.1 cli/man/man1/docker-network-connect.1 cli/man/man1/docker-network-create.1 cli/man/man1/docker-network-disconnect.1 cli/man/man1/docker-network-inspect.1 cli/man/man1/docker-network-ls.1 cli/man/man1/docker-network-prune.1 cli/man/man1/docker-network-rm.1 cli/man/man1/docker-network.1 cli/man/man1/docker-node-demote.1 cli/man/man1/docker-node-inspect.1 cli/man/man1/docker-node-ls.1 cli/man/man1/docker-node-promote.1 cli/man/man1/docker-node-ps.1 cli/man/man1/docker-node-rm.1 cli/man/man1/docker-node-update.1 cli/man/man1/docker-node.1 cli/man/man1/docker-pause.1 cli/man/man1/docker-plugin-create.1 cli/man/man1/docker-plugin-disable.1 cli/man/man1/docker-plugin-enable.1 cli/man/man1/docker-plugin-inspect.1 cli/man/man1/docker-plugin-install.1 cli/man/man1/docker-plugin-ls.1 cli/man/man1/docker-plugin-push.1 cli/man/man1/docker-plugin-rm.1 cli/man/man1/docker-plugin-set.1 cli/man/man1/docker-plugin-upgrade.1 cli/man/man1/docker-plugin.1 cli/man/man1/docker-port.1 cli/man/man1/docker-ps.1 cli/man/man1/docker-pull.1 cli/man/man1/docker-push.1 cli/man/man1/docker-rename.1 cli/man/man1/docker-restart.1 cli/man/man1/docker-rm.1 cli/man/man1/docker-rmi.1 cli/man/man1/docker-run.1 cli/man/man1/docker-save.1 cli/man/man1/docker-search.1 cli/man/man1/docker-secret-create.1 cli/man/man1/docker-secret-inspect.1 cli/man/man1/docker-secret-ls.1 cli/man/man1/docker-secret-rm.1 cli/man/man1/docker-secret.1 cli/man/man1/docker-service-create.1 cli/man/man1/docker-service-inspect.1 cli/man/man1/docker-service-logs.1 cli/man/man1/docker-service-ls.1 cli/man/man1/docker-service-ps.1 cli/man/man1/docker-service-rm.1 cli/man/man1/docker-service-rollback.1 cli/man/man1/docker-service-scale.1 cli/man/man1/docker-service-update.1 cli/man/man1/docker-service.1 cli/man/man1/docker-stack-deploy.1 cli/man/man1/docker-stack-ls.1 cli/man/man1/docker-stack-ps.1 cli/man/man1/docker-stack-rm.1 cli/man/man1/docker-stack-services.1 cli/man/man1/docker-stack.1 cli/man/man1/docker-start.1 cli/man/man1/docker-stats.1 cli/man/man1/docker-stop.1 cli/man/man1/docker-swarm-ca.1 cli/man/man1/docker-swarm-init.1 cli/man/man1/docker-swarm-join-token.1 cli/man/man1/docker-swarm-join.1 cli/man/man1/docker-swarm-leave.1 cli/man/man1/docker-swarm-unlock-key.1 cli/man/man1/docker-swarm-unlock.1 cli/man/man1/docker-swarm-update.1 cli/man/man1/docker-swarm.1 cli/man/man1/docker-system-df.1 cli/man/man1/docker-system-events.1 cli/man/man1/docker-system-info.1 cli/man/man1/docker-system-prune.1 cli/man/man1/docker-system.1 cli/man/man1/docker-tag.1 cli/man/man1/docker-top.1 cli/man/man1/docker-trust-inspect.1 cli/man/man1/docker-trust-key-generate.1 cli/man/man1/docker-trust-key-load.1 cli/man/man1/docker-trust-key.1 cli/man/man1/docker-trust-revoke.1 cli/man/man1/docker-trust-sign.1 cli/man/man1/docker-trust-signer-add.1 cli/man/man1/docker-trust-signer-remove.1 cli/man/man1/docker-trust-signer.1 cli/man/man1/docker-trust.1 cli/man/man1/docker-unpause.1 cli/man/man1/docker-update.1 cli/man/man1/docker-version.1 cli/man/man1/docker-volume-create.1 cli/man/man1/docker-volume-inspect.1 cli/man/man1/docker-volume-ls.1 cli/man/man1/docker-volume-prune.1 cli/man/man1/docker-volume-rm.1 cli/man/man1/docker-volume.1 cli/man/man1/docker-wait.1 cli/man/man1/docker.1 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64/usr/share/man/man1
12:23:04 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64/usr/share/man/man5
12:23:04 + install -p -m 644 cli/man/man5/Dockerfile.5 cli/man/man5/docker-config-json.5 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64/usr/share/man/man5
12:23:04 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64/usr/share/man/man8
12:23:04 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64/usr/share/man/man8
12:23:04 + mkdir -p build-docs
12:23:04 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:23:04 + cp cli/LICENSE build-docs/LICENSE
12:23:04 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:23:04 + cp cli/MAINTAINERS build-docs/MAINTAINERS
12:23:04 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:23:04 + cp cli/NOTICE build-docs/NOTICE
12:23:04 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:23:04 + cp cli/README.md build-docs/README.md
12:23:04 + /usr/lib/rpm/check-buildroot
12:23:04 + /usr/lib/rpm/redhat/brp-ldconfig
12:23:04 + /usr/lib/rpm/brp-compress
12:23:04 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:23:04 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:23:04 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:23:04 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:23:04 + /usr/lib/rpm/check-rpaths
12:23:04 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:23:04 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:23:04 + /usr/lib/rpm/redhat/brp-python-hardlink
12:23:04 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.dvkUhT
12:23:04 + umask 022
12:23:04 + cd /root/rpmbuild/BUILD
12:23:04 + cd src
12:23:04 ++ cli/build/docker --version
12:23:04 PASS: cli version OK
12:23:04 + ver='Docker version 0.0.0-20220908081902-b40c2f6, build b40c2f6'
12:23:04 + test 'Docker version 0.0.0-20220908081902-b40c2f6, build b40c2f6' = 'Docker version 0.0.0-20220908081902-b40c2f6, build b40c2f6'
12:23:04 + echo 'PASS: cli version OK'
12:23:04 + RPM_EC=0
12:23:04 ++ jobs -p
12:23:04 + exit 0
12:23:04 Processing files: docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64
12:23:04 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.So6V4b
12:23:04 + umask 022
12:23:04 + cd /root/rpmbuild/BUILD
12:23:04 + cd src
12:23:04 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64/usr/share/doc/docker-ce-cli
12:23:04 + export LC_ALL=C
12:23:04 + LC_ALL=C
12:23:04 + export DOCDIR
12:23:04 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64/usr/share/doc/docker-ce-cli
12:23:04 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64/usr/share/doc/docker-ce-cli
12:23:04 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64/usr/share/doc/docker-ce-cli
12:23:04 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64/usr/share/doc/docker-ce-cli
12:23:04 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64/usr/share/doc/docker-ce-cli
12:23:04 + RPM_EC=0
12:23:04 ++ jobs -p
12:23:04 + exit 0
12:23:04 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
12:23:04 Provides: docker-ce-cli = 1:0.0.0.20220908081902.b40c2f6-0.fc35 docker-ce-cli(x86-64) = 1:0.0.0.20220908081902.b40c2f6-0.fc35
12:23:04 Requires(interp): /bin/sh
12:23:04 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:23:04 Requires(post): /bin/sh
12:23:04 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) rtld(GNU_HASH)
12:23:04 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
12:23:04 Recommends: docker-scan-plugin(x86-64)
12:23:04 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64
12:23:04 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.src.rpm
12:23:51 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64.rpm
12:23:51 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.SdV6rz
12:23:51 + umask 022
12:23:51 + cd /root/rpmbuild/BUILD
12:23:51 + cd src
12:23:51 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64
12:23:51 + RPM_EC=0
12:23:51 ++ jobs -p
12:23:51 + exit 0
12:23:51     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:23:51     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:23:51     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:23:51     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
12:23:51 
12:23:51 RPM build warnings:
12:23:51 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.qmcjae
12:23:51 + umask 022
12:23:51 + cd /root/rpmbuild/BUILD
12:23:51 + cd /root/rpmbuild/BUILD
12:23:51 + rm -rf src
12:23:51 + /usr/bin/mkdir -p src
12:23:51 + cd src
12:23:51 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:23:51 + /usr/bin/tar -xof -
12:23:51 + STATUS=0
12:23:51 + '[' 0 -ne 0 ']'
12:23:51 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:23:51 + /usr/bin/tar -xof -
12:23:51 + STATUS=0
12:23:51 + '[' 0 -ne 0 ']'
12:23:51 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:23:51 + RPM_EC=0
12:23:51 ++ jobs -p
12:23:51 + exit 0
12:23:51 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.a31tWm
12:23:51 + umask 022
12:23:51 + cd /root/rpmbuild/BUILD
12:23:51 + cd src
12:23:51 + export DOCKER_GITCOMMIT=f219cb5
12:23:51 + DOCKER_GITCOMMIT=f219cb5
12:23:51 + mkdir -p /go/src/github.com/docker
12:23:51 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:23:51 + TMP_GOPATH=/go
12:23:51 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
12:23:51 + RM_GOPATH=0
12:23:51 + TMP_GOPATH=/go
12:23:51 + : /usr/local/bin
12:23:51 + '[' -z /go ']'
12:23:51 + export GOPATH=/go
12:23:51 + GOPATH=/go
12:23:51 + case "$(go env GOARCH)" in
12:23:51 ++ go env GOARCH
12:23:51 + export GO_BUILDMODE=-buildmode=pie
12:23:51 + GO_BUILDMODE=-buildmode=pie
12:23:51 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
12:23:51 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
12:23:51 + bin=rootlesskit
12:23:51 + shift
12:23:51 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
12:23:51 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
12:23:51 ++ : v0.14.4
12:23:51 + install_rootlesskit dynamic
12:23:51 + case "$1" in
12:23:51 + install_rootlesskit_dynamic
12:23:51 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:23:51 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:23:51 + export BUILD_MODE=-buildmode=pie
12:23:51 + BUILD_MODE=-buildmode=pie
12:23:51 + _install_rootlesskit
12:23:51 + echo 'Install rootlesskit version v0.14.4'
12:23:51 Install rootlesskit version v0.14.4
12:23:51 + for f in rootlesskit rootlesskit-docker-proxy
12:23:51 + GOBIN=/usr/local/bin
12:23:51 + GO111MODULE=on
12:23:51 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
12:23:51 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
12:23:51 go: downloading github.com/pkg/errors v0.9.1
12:23:51 go: downloading github.com/sirupsen/logrus v1.8.1
12:23:51 go: downloading github.com/urfave/cli/v2 v2.3.0
12:23:51 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
12:23:51 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
12:23:51 go: downloading github.com/google/uuid v1.3.0
12:23:51 go: downloading github.com/moby/vpnkit v0.5.0
12:23:51 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:23:51 go: downloading github.com/gofrs/flock v0.8.1
12:23:51 go: downloading github.com/gorilla/mux v1.8.0
12:23:51 go: downloading github.com/moby/sys/mountinfo v0.4.1
12:23:51 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
12:23:51 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
12:23:51 go: downloading github.com/u-root/u-root v7.0.0+incompatible
12:23:51 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:23:56 + for f in rootlesskit rootlesskit-docker-proxy
12:23:56 + GOBIN=/usr/local/bin
12:23:56 + GO111MODULE=on
12:23:56 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
12:23:58 + return
12:23:58 + RPM_EC=0
12:23:58 ++ jobs -p
12:23:58 + exit 0
12:23:58 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.9bW7Mz
12:23:58 + umask 022
12:23:58 + cd /root/rpmbuild/BUILD
12:23:58 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64 '!=' / ']'
12:23:58 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64
12:23:58 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64
12:23:58 + mkdir -p /root/rpmbuild/BUILDROOT
12:23:58 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64
12:23:58 + cd src
12:23:58 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64/usr/bin/dockerd-rootless.sh
12:23:58 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64/usr/bin/dockerd-rootless-setuptool.sh
12:23:58 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64/usr/bin/rootlesskit
12:23:58 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64/usr/bin/rootlesskit-docker-proxy
12:23:58 + /usr/lib/rpm/check-buildroot
12:23:58 + /usr/lib/rpm/redhat/brp-ldconfig
12:23:58 + /usr/lib/rpm/brp-compress
12:23:58 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:23:58 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:23:58 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:23:58 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:23:58 + /usr/lib/rpm/check-rpaths
12:23:58 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:23:58 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
12:23:58 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
12:23:58 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:23:58 + /usr/lib/rpm/redhat/brp-python-hardlink
12:23:58 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.CVvchN
12:23:58 + umask 022
12:23:58 + cd /root/rpmbuild/BUILD
12:23:58 + cd src
12:23:58 + /usr/local/bin/rootlesskit -v
12:23:58 rootlesskit version 0.14.4
12:23:58 + RPM_EC=0
12:23:58 ++ jobs -p
12:23:58 + exit 0
12:23:58 Processing files: docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64
12:23:58 Provides: docker-ce-rootless-extras = 0:0.0.0.20220908081902.b40c2f6-0.fc35 docker-ce-rootless-extras(x86-64) = 0:0.0.0.20220908081902.b40c2f6-0.fc35
12:23:58 Requires(interp): /bin/sh /bin/sh /bin/sh
12:23:58 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:23:58 Requires(post): /bin/sh
12:23:58 Requires(preun): /bin/sh
12:23:58 Requires(postun): /bin/sh
12:23:58 Requires: /usr/bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) rtld(GNU_HASH)
12:23:58 Conflicts: rootlesskit
12:23:58 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64
12:23:59 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc35.src.rpm
12:24:04 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64.rpm
12:24:04 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.KI3a63
12:24:04 + umask 022
12:24:04 + cd /root/rpmbuild/BUILD
12:24:04 + cd src
12:24:04 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64
12:24:04 + RPM_EC=0
12:24:04 ++ jobs -p
12:24:04 + exit 0
12:24:04     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:24:04     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:24:04     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:24:04     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
12:24:04 
12:24:04 RPM build warnings:
12:24:04 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Sg2a9d
12:24:04 + umask 022
12:24:04 + cd /root/rpmbuild/BUILD
12:24:04 + cd /root/rpmbuild/BUILD
12:24:04 + rm -rf src
12:24:04 + /usr/bin/mkdir -p src
12:24:04 + cd src
12:24:04 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
12:24:04 + /usr/bin/tar -xof -
12:24:04 + STATUS=0
12:24:04 + '[' 0 -ne 0 ']'
12:24:04 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
12:24:04 + /usr/bin/tar -xof -
12:24:04 + STATUS=0
12:24:04 + '[' 0 -ne 0 ']'
12:24:04 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:24:04 + RPM_EC=0
12:24:04 ++ jobs -p
12:24:04 + exit 0
12:24:04 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Wbl3G3
12:24:04 + umask 022
12:24:04 + cd /root/rpmbuild/BUILD
12:24:04 + cd src
12:24:04 + pushd /root/rpmbuild/BUILD/src/compose
12:24:04 + make VERSION=v2.11.2 DESTDIR=./bin build
12:24:04 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
12:24:04 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.11.2" -o "./bin/docker-compose" ./cmd
12:24:04 go: downloading github.com/docker/cli v20.10.3-0.20220309205733-2b52f62e9627+incompatible
12:24:04 go: downloading github.com/spf13/cobra v1.5.0
12:24:04 go: downloading github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae
12:24:04 go: downloading github.com/morikuni/aec v1.0.0
12:24:04 go: downloading github.com/spf13/pflag v1.0.5
12:24:04 go: downloading github.com/fvbommel/sortorder v1.0.2
12:24:04 go: downloading golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
12:24:04 go: downloading github.com/docker/docker v20.10.3-0.20220309172631-83b51522df43+incompatible
12:24:04 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:24:05 go: downloading github.com/docker/go-connections v0.4.0
12:24:05 go: downloading github.com/sirupsen/logrus v1.9.0
12:24:05 go: downloading github.com/theupdateframework/notary v0.7.0
12:24:05 go: downloading github.com/compose-spec/compose-go v1.6.0
12:24:05 go: downloading github.com/hashicorp/go-version v1.6.0
12:24:05 go: downloading github.com/cnabio/cnab-to-oci v0.3.7
12:24:05 go: downloading github.com/distribution/distribution/v3 v3.0.0-20220902125104-0122d7ddaec0
12:24:05 go: downloading github.com/docker/buildx v0.8.2
12:24:05 go: downloading github.com/docker/go-units v0.5.0
12:24:05 go: downloading github.com/mattn/go-shellwords v1.0.12
12:24:05 go: downloading github.com/moby/buildkit v0.10.4
12:24:05 go: downloading github.com/opencontainers/go-digest v1.0.0
12:24:05 go: downloading go.opentelemetry.io/otel v1.10.0
12:24:05 go: downloading github.com/containerd/containerd v1.6.8
12:24:05 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:24:05 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
12:24:05 go: downloading golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde
12:24:05 go: downloading gopkg.in/yaml.v2 v2.4.0
12:24:05 go: downloading k8s.io/client-go v0.22.4
12:24:06 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:24:06 go: downloading github.com/cnabio/cnab-go v0.23.4
12:24:06 go: downloading github.com/imdario/mergo v0.3.13
12:24:06 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:24:06 go: downloading github.com/containerd/console v1.0.3
12:24:06 go: downloading github.com/mattn/go-isatty v0.0.16
12:24:06 go: downloading golang.org/x/text v0.3.7
12:24:06 go: downloading github.com/buger/goterm v1.0.4
12:24:06 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:24:06 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:24:06 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:24:06 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:24:06 go: downloading go.opentelemetry.io/otel/trace v1.10.0
12:24:06 go: downloading github.com/go-logr/logr v1.2.3
12:24:06 go: downloading k8s.io/api v0.22.4
12:24:07 go: downloading k8s.io/apimachinery v0.22.4
12:24:07 go: downloading github.com/gofrs/flock v0.8.0
12:24:07 go: downloading github.com/moby/sys/signal v0.6.0
12:24:07 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:24:07 go: downloading github.com/golang/mock v1.6.0
12:24:07 go: downloading google.golang.org/grpc v1.45.0
12:24:07 go: downloading github.com/klauspost/compress v1.15.1
12:24:07 go: downloading github.com/opencontainers/runc v1.1.2
12:24:07 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:24:07 go: downloading github.com/hashicorp/errwrap v1.1.0
12:24:07 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:24:07 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220315205639-9ed612626da3
12:24:07 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:24:07 go: downloading golang.org/x/net v0.0.0-20220906165146-f3363e06e74c
12:24:07 go: downloading golang.org/x/crypto v0.0.0-20220214200702-86341886e292
12:24:08 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:24:08 go: downloading github.com/docker/docker-credential-helpers v0.6.4
12:24:08 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
12:24:08 go: downloading github.com/cyberphone/json-canonicalization v0.0.0-20210303052042-6bc126869bf4
12:24:08 go: downloading github.com/moby/locker v1.0.1
12:24:08 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:24:08 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:24:08 go: downloading k8s.io/klog/v2 v2.60.1
12:24:08 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:24:08 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:24:08 go: downloading google.golang.org/genproto v0.0.0-20220314164441-57ef72a4c106
12:24:08 go: downloading google.golang.org/protobuf v1.27.1
12:24:08 go: downloading github.com/go-logr/stdr v1.2.2
12:24:08 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:24:08 go: downloading github.com/gogo/protobuf v1.3.2
12:24:09 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:24:09 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:24:09 go: downloading github.com/pelletier/go-toml v1.9.4
12:24:09 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:24:09 go: downloading github.com/google/gofuzz v1.2.0
12:24:09 go: downloading github.com/moby/sys/symlink v0.2.0
12:24:09 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:24:10 go: downloading github.com/golang/protobuf v1.5.2
12:24:10 go: downloading github.com/gogo/googleapis v1.4.1
12:24:10 go: downloading github.com/containerd/typeurl v1.0.2
12:24:10 go: downloading github.com/qri-io/jsonpointer v0.1.1
12:24:10 go: downloading github.com/qri-io/jsonschema v0.2.2-0.20210831022256-780655b2ba0e
12:24:10 go: downloading github.com/Masterminds/semver v1.5.0
12:24:10 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:24:10 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:24:10 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:24:10 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:24:10 go: downloading github.com/felixge/httpsnoop v1.0.2
12:24:10 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:24:10 go: downloading github.com/davecgh/go-spew v1.1.1
12:24:10 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:24:10 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:24:10 go: downloading gopkg.in/inf.v0 v0.9.1
12:24:10 go: downloading github.com/google/go-cmp v0.5.8
12:24:10 go: downloading github.com/googleapis/gnostic v0.5.5
12:24:10 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:24:10 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
12:24:10 go: downloading github.com/docker/go-metrics v0.0.1
12:24:10 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:24:10 go: downloading github.com/json-iterator/go v1.1.12
12:24:10 go: downloading github.com/modern-go/reflect2 v1.0.2
12:24:10 go: downloading sigs.k8s.io/yaml v1.2.0
12:24:10 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:24:10 go: downloading github.com/mattn/go-colorable v0.1.12
12:24:10 go: downloading gopkg.in/yaml.v3 v3.0.1
12:24:10 go: downloading github.com/prometheus/client_golang v1.12.1
12:24:10 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:24:10 go: downloading github.com/containerd/ttrpc v1.1.0
12:24:10 go: downloading github.com/moby/spdystream v0.2.0
12:24:10 go: downloading github.com/prometheus/client_model v0.2.0
12:24:10 go: downloading github.com/prometheus/common v0.32.1
12:24:10 go: downloading github.com/beorn7/perks v1.0.1
12:24:10 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:24:10 go: downloading github.com/prometheus/procfs v0.7.3
12:24:10 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
12:26:17 ~/rpmbuild/BUILD/src
12:26:17 + popd
12:26:17 + RPM_EC=0
12:26:17 ++ jobs -p
12:26:17 + exit 0
12:26:17 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.W7GfcP
12:26:17 + umask 022
12:26:17 + cd /root/rpmbuild/BUILD
12:26:17 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc35.x86_64 '!=' / ']'
12:26:17 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc35.x86_64
12:26:17 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc35.x86_64
12:26:17 + mkdir -p /root/rpmbuild/BUILDROOT
12:26:17 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc35.x86_64
12:26:17 + cd src
12:26:17 + pushd /root/rpmbuild/BUILD/src/compose
12:26:17 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
12:26:17 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-compose
12:26:17 + popd
12:26:17 ~/rpmbuild/BUILD/src
12:26:17 + for f in LICENSE MAINTAINERS NOTICE README.md
12:26:17 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
12:26:17 + for f in LICENSE MAINTAINERS NOTICE README.md
12:26:17 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
12:26:17 + for f in LICENSE MAINTAINERS NOTICE README.md
12:26:17 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
12:26:17 + for f in LICENSE MAINTAINERS NOTICE README.md
12:26:17 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
12:26:17 + /usr/lib/rpm/check-buildroot
12:26:17 + /usr/lib/rpm/redhat/brp-ldconfig
12:26:17 + /usr/lib/rpm/brp-compress
12:26:17 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:26:17 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:26:17 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:26:17 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:26:17 + /usr/lib/rpm/check-rpaths
12:26:17 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:26:17 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:26:17 + /usr/lib/rpm/redhat/brp-python-hardlink
12:26:17 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.C4tIm8
12:26:17 + umask 022
12:26:17 + cd /root/rpmbuild/BUILD
12:26:17 + cd src
12:26:17 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
12:26:17 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
12:26:17 + ver=v2.11.2
12:26:17 + test v2.11.2 = v2.11.2
12:26:17 + echo 'PASS: docker-compose version OK'
12:26:17 PASS: docker-compose version OK
12:26:17 + RPM_EC=0
12:26:17 ++ jobs -p
12:26:17 + exit 0
12:26:17 Processing files: docker-compose-plugin-2.11.2-0.fc35.x86_64
12:26:17 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.3mpfyf
12:26:17 + umask 022
12:26:17 + cd /root/rpmbuild/BUILD
12:26:17 + cd src
12:26:17 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc35.x86_64/usr/share/doc/docker-compose-plugin
12:26:17 + export LC_ALL=C
12:26:17 + LC_ALL=C
12:26:17 + export DOCDIR
12:26:17 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc35.x86_64/usr/share/doc/docker-compose-plugin
12:26:17 + cp -pr docker-compose-plugin-docs/LICENSE docker-compose-plugin-docs/MAINTAINERS docker-compose-plugin-docs/NOTICE docker-compose-plugin-docs/README.md /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc35.x86_64/usr/share/doc/docker-compose-plugin
12:26:17 + RPM_EC=0
12:26:17 ++ jobs -p
12:26:17 + exit 0
12:26:17 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.3bMbfc
12:26:17 + umask 022
12:26:17 + cd /root/rpmbuild/BUILD
12:26:17 + cd src
12:26:17 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc35.x86_64/usr/share/licenses/docker-compose-plugin
12:26:17 + export LC_ALL=C
12:26:17 + LC_ALL=C
12:26:17 + export LICENSEDIR
12:26:17 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc35.x86_64/usr/share/licenses/docker-compose-plugin
12:26:17 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc35.x86_64/usr/share/licenses/docker-compose-plugin
12:26:17 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc35.x86_64/usr/share/licenses/docker-compose-plugin
12:26:17 + RPM_EC=0
12:26:17 ++ jobs -p
12:26:17 + exit 0
12:26:17 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-compose
12:26:17 Provides: docker-compose-plugin = 0:2.11.2-0.fc35 docker-compose-plugin(x86-64) = 0:2.11.2-0.fc35
12:26:17 Requires(interp): /bin/sh /bin/sh /bin/sh
12:26:17 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:26:17 Requires(post): /bin/sh
12:26:17 Requires(preun): /bin/sh
12:26:17 Requires(postun): /bin/sh
12:26:17 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc35.x86_64
12:26:17 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.11.2-0.fc35.src.rpm
12:26:23 Wrote: /root/rpmbuild/RPMS/x86_64/docker-compose-plugin-2.11.2-0.fc35.x86_64.rpm
12:26:23 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.wsckg5
12:26:23 + umask 022
12:26:23 + cd /root/rpmbuild/BUILD
12:26:23 + cd src
12:26:23 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc35.x86_64
12:26:23 + RPM_EC=0
12:26:23 ++ jobs -p
12:26:23 + exit 0
12:26:23     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:26:23     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:26:23     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:26:23     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
12:26:23     Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-compose
12:26:23 
12:26:23 RPM build warnings:
12:26:23 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.b5bkcE
12:26:23 + umask 022
12:26:23 + cd /root/rpmbuild/BUILD
12:26:23 + cd /root/rpmbuild/BUILD
12:26:23 + rm -rf src
12:26:23 + /usr/bin/mkdir -p src
12:26:23 + cd src
12:26:23 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
12:26:23 + /usr/bin/tar -xof -
12:26:23 + STATUS=0
12:26:23 + '[' 0 -ne 0 ']'
12:26:23 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
12:26:23 + /usr/bin/tar -xof -
12:26:23 + STATUS=0
12:26:23 + '[' 0 -ne 0 ']'
12:26:23 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:26:23 + RPM_EC=0
12:26:23 ++ jobs -p
12:26:23 + exit 0
12:26:23 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.I5nyV5
12:26:23 + umask 022
12:26:23 + cd /root/rpmbuild/BUILD
12:26:23 + cd src
12:26:23 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
12:26:23 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
12:26:23 + bash -c 'TAG_NAME="v0.17.0" COMMIT="061fe0a" PLATFORM_BINARY=docker-scan make native-build'
12:26:23 GO111MODULE=on make -f builder.Makefile build
12:26:23 make[1]: Entering directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
12:26:23 mkdir -p bin
12:26:23 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=061fe0a -X github.com/docker/scan-cli-plugin/internal.Version=v0.17.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:f9291a5310e3952369eeb8cd1c2a25f0c9fc930a3ccc88e1ea20956ad86b75a4 -X github.com/docker/scan-cli-plugin/internal/provider.SnykDesktopVersion=1.827.0" -o bin/docker-scan ./cmd/docker-scan
12:26:23 go: downloading github.com/docker/cli v20.10.9+incompatible
12:26:23 go: downloading github.com/docker/docker v20.10.9+incompatible
12:26:24 go: downloading github.com/spf13/cobra v1.2.1
12:26:24 go: downloading golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
12:26:24 go: downloading github.com/docker/distribution v2.7.1+incompatible
12:26:24 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
12:26:24 go: downloading github.com/opencontainers/image-spec v1.0.1
12:26:24 go: downloading github.com/docker/go-units v0.4.0
12:26:24 go: downloading github.com/Masterminds/semver/v3 v3.1.1
12:26:24 go: downloading github.com/mitchellh/go-homedir v1.1.0
12:26:24 go: downloading github.com/containerd/containerd v1.5.7
12:26:24 go: downloading github.com/moby/sys/mount v0.2.0
12:26:24 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
12:26:24 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
12:26:24 go: downloading google.golang.org/grpc v1.40.0
12:26:25 go: downloading golang.org/x/net v0.0.0-20210825183410-e898025ed96a
12:26:25 go: downloading golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
12:26:25 go: downloading github.com/opencontainers/runc v1.0.2
12:26:25 go: downloading google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
12:26:25 go: downloading google.golang.org/protobuf v1.26.0
12:26:25 go: downloading github.com/prometheus/client_golang v1.7.1
12:26:25 go: downloading github.com/cespare/xxhash/v2 v2.1.1
12:26:25 go: downloading github.com/prometheus/common v0.10.0
12:26:25 go: downloading github.com/prometheus/procfs v0.6.0
12:26:43 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
12:26:43 ~/rpmbuild/BUILD/src
12:26:43 + popd
12:26:43 + RPM_EC=0
12:26:43 ++ jobs -p
12:26:43 + exit 0
12:26:43 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Qd82uh
12:26:43 + umask 022
12:26:43 + cd /root/rpmbuild/BUILD
12:26:43 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64 '!=' / ']'
12:26:43 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64
12:26:43 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64
12:26:43 + mkdir -p /root/rpmbuild/BUILDROOT
12:26:43 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64
12:26:43 + cd src
12:26:43 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
12:26:43 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
12:26:43 + 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
12:26:43 + popd
12:26:43 ~/rpmbuild/BUILD/src
12:26:43 + /usr/lib/rpm/check-buildroot
12:26:43 + /usr/lib/rpm/redhat/brp-ldconfig
12:26:43 + /usr/lib/rpm/brp-compress
12:26:43 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:26:43 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:26:43 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:26:43 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:26:43 + /usr/lib/rpm/check-rpaths
12:26:43 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:26:43 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:26:43 + /usr/lib/rpm/redhat/brp-python-hardlink
12:26:43 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.oTBrVY
12:26:43 + umask 022
12:26:43 + cd /root/rpmbuild/BUILD
12:26:43 + cd src
12:26:43 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
12:26:43 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
12:26:43 + ver=v0.17.0
12:26:43 + test v0.17.0 = v0.17.0
12:26:43 + echo 'PASS: docker-scan version OK'
12:26:43 PASS: docker-scan version OK
12:26:43 + RPM_EC=0
12:26:43 ++ jobs -p
12:26:43 + exit 0
12:26:43 Processing files: docker-scan-plugin-0.17.0-0.fc35.x86_64
12:26:43 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
12:26:43 Provides: docker-scan-plugin = 0:0.17.0-0.fc35 docker-scan-plugin(x86-64) = 0:0.17.0-0.fc35
12:26:43 Requires(interp): /bin/sh /bin/sh /bin/sh
12:26:43 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:26:43 Requires(post): /bin/sh
12:26:43 Requires(preun): /bin/sh
12:26:43 Requires(postun): /bin/sh
12:26:43 Enhances: docker-ce-cli
12:26:43 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64
12:26:43 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.17.0-0.fc35.src.rpm
12:26:47 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.17.0-0.fc35.x86_64.rpm
12:26:47 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.67SjSp
12:26:47 + umask 022
12:26:47 + cd /root/rpmbuild/BUILD
12:26:47 + cd src
12:26:47 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64
12:26:47 + RPM_EC=0
12:26:47 ++ jobs -p
12:26:47 + exit 0
12:26:47     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:26:47     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:26:47     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:26:47     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
12:26:47     Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-compose
12:26:47     Missing build-id in /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-scan
12:26:47 
12:26:47 RPM build warnings:
12:26: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"
12:26:50 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'