Skip to content

Console Output

13:48:41 + make REF=20.10 fedora-35
13:48:41 git init src/github.com/docker/cli
13:48:41 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
13:48:41 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:48:41 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
13:48:41 + SRC=src/github.com/docker/cli
13:48:41 + REF=20.10
13:48:41 + REF_FETCH=20.10
13:48:41 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
13:48:41 + awk {print $2}
13:48:41 + REF=refs/heads/20.10
13:48:41 + [ -n refs/heads/20.10 ]
13:48:41 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
13:48:41 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
13:48:42 From https://github.com/docker/cli
13:48:42  * [new branch]      20.10      -> 20.10
13:48:42  * [new tag]         v20.10.16  -> v20.10.16
13:48:42  * [new branch]      20.10      -> origin/20.10
13:48:42 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
13:48:43 git init src/github.com/docker/docker
13:48:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
13:48:43 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:48:43 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
13:48:43 + SRC=src/github.com/docker/docker
13:48:43 + REF=20.10
13:48:43 + REF_FETCH=20.10
13:48:43 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
13:48:43 + awk {print $2}
13:48:43 + REF=refs/heads/20.10
13:48:43 + [ -n refs/heads/20.10 ]
13:48:43 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
13:48:43 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
13:48:45 From https://github.com/docker/docker
13:48:45  * [new branch]      20.10      -> 20.10
13:48:45  * [new branch]      20.10      -> origin/20.10
13:48:45 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
13:48:45 git init src/github.com/docker/compose
13:48:45 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
13:48:45 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:48:45 ./scripts/checkout.sh src/github.com/docker/compose "v2.6.0"
13:48:45 + SRC=src/github.com/docker/compose
13:48:45 + REF=v2.6.0
13:48:45 + REF_FETCH=v2.6.0
13:48:45 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.6.0
13:48:45 + awk {print $2}
13:48:45 + REF=refs/tags/v2.6.0
13:48:45 + [ -n refs/tags/v2.6.0 ]
13:48:45 + REF_FETCH=refs/tags/v2.6.0:refs/tags/v2.6.0
13:48:45 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.6.0:refs/tags/v2.6.0
13:48:46 From https://github.com/docker/compose
13:48:46  * [new tag]         v2.6.0     -> v2.6.0
13:48:46 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.6.0
13:48:46 git init src/github.com/docker/scan-cli-plugin
13:48:46 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
13:48:46 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:48:46 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:48:46 + SRC=src/github.com/docker/scan-cli-plugin
13:48:46 + REF=v0.17.0
13:48:46 + REF_FETCH=v0.17.0
13:48:46 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
13:48:46 + awk {print $2}
13:48:46 + REF=refs/tags/v0.17.0
13:48:46 + [ -n refs/tags/v0.17.0 ]
13:48:46 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
13:48:46 + 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
13:48:46 From https://github.com/docker/scan-cli-plugin
13:48:46  * [new tag]         v0.17.0    -> v0.17.0
13:48:46 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:48:46 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.17.10 fedora-35
13:48:46 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'
13:48:46 mkdir -p rpmbuild/SOURCES
13:48:46 docker run --rm -w /v \
13:48:46 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
13:48:46 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
13:48:46 	alpine \
13:48:46 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:48:50 mkdir -p rpmbuild/SOURCES
13:48:50 docker run --rm -w /v \
13:48:50 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
13:48:50 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
13:48:50 	alpine \
13:48:50 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:48:51 mkdir -p rpmbuild/SOURCES
13:48:51 docker run --rm -w /v \
13:48:51 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
13:48:51 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
13:48:51 	alpine \
13:48:51 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:48:52 mkdir -p rpmbuild/SOURCES
13:48:52 docker run --rm -w /v \
13:48:52 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:48:52 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
13:48:52 	alpine \
13:48:52 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:48:53 mkdir -p rpmbuild/SOURCES
13:48:53 cp ../systemd/docker.service rpmbuild/SOURCES/docker.service
13:48:53 mkdir -p rpmbuild/SOURCES
13:48:53 cp ../systemd/docker.socket rpmbuild/SOURCES/docker.socket
13:48:53 docker run --rm -w /v \
13:48:53 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
13:48:53 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
13:48:53 	alpine \
13:48:53 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
13:48:54 == Building packages for fedora-35 ==
13:48:54 mkdir -p "rpmbuild/fedora-35"
13:48:54 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.17.10-buster -t rpmbuild-fedora-35/x86_64 -f fedora-35/Dockerfile .
13:48:54 #1 [internal] load build definition from Dockerfile
13:48:54 #1 sha256:18ebdc9526b3a573f569b8bced879d83906d998029742a5c8918ba702daa4bbf
13:48:54 #1 transferring dockerfile: 847B done
13:48:54 #1 DONE 0.0s
13:48:54 
13:48:54 #2 [internal] load .dockerignore
13:48:54 #2 sha256:170cdcb7cb1a0bf1a0a8631f8fcea926780e8fc9a20aca8d23858a11d98773db
13:48:54 #2 transferring context: 2B done
13:48:54 #2 DONE 0.0s
13:48:54 
13:48:54 #5 [auth] library/golang:pull token for registry-1.docker.io
13:48:54 #5 sha256:00583fb6843bba596408f7b35d582fff65a2b977b3c68318262c4f9316bc72a4
13:48:54 #5 DONE 0.0s
13:48:54 
13:48:54 #6 [auth] library/fedora:pull token for registry-1.docker.io
13:48:54 #6 sha256:ee4bdcbe705841d82bef814f0b453c3370035b9e14e62b17202374c271565510
13:48:54 #6 DONE 0.0s
13:48:54 
13:48:54 #4 [internal] load metadata for docker.io/library/fedora:35
13:48:54 #4 sha256:0832b142ddb8c128fa73b22b54a42e2e7dd2c49293bffeaab67874e02dc77fcd
13:48:54 #4 DONE 0.3s
13:48:54 
13:48:54 #3 [internal] load metadata for docker.io/library/golang:1.17.10-buster
13:48:54 #3 sha256:7b9eb7dcc5c2d4b613a269eb69c4bf41077842cd7f23f8466c2357e9bb270df5
13:48:54 #3 DONE 0.3s
13:48:54 
13:48:54 #9 [internal] load build context
13:48:54 #9 sha256:8645da539a996c6264287f4b901901d5191e106a4e220b2b5e644bf511bd5bce
13:48:54 #9 transferring context: 14.04kB done
13:48:54 #9 DONE 0.0s
13:48:54 
13:48:54 #7 [stage-1 1/6] FROM docker.io/library/fedora:35@sha256:f1e3a29da8990568c1da6a460cf9658ee7e9b409aa39c2aded67f7ac1dfe7e8a
13:48:54 #7 sha256:3099f0663f3fd64b15a1ec349269aabcb46d49b91981b3a651eea001bb4a7f34
13:48:54 #7 resolve docker.io/library/fedora:35@sha256:f1e3a29da8990568c1da6a460cf9658ee7e9b409aa39c2aded67f7ac1dfe7e8a 0.0s done
13:48:54 #7 sha256:f1e3a29da8990568c1da6a460cf9658ee7e9b409aa39c2aded67f7ac1dfe7e8a 1.20kB / 1.20kB done
13:48:54 #7 sha256:36af84ba69e21c9ef86a0424a090674c433b2b80c2462e57503886f1d823abe8 529B / 529B done
13:48:54 #7 sha256:b97d90f26110930f4ea32c16be938ecac6f85b5b917edf1390e0dcf8f467bd33 2.00kB / 2.00kB done
13:48:54 #7 sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d 4.19MB / 54.63MB 0.1s
13:48:54 #7 sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d 15.57MB / 54.63MB 0.2s
13:48:55 #7 sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d 26.21MB / 54.63MB 0.3s
13:48:55 #7 sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d 32.51MB / 54.63MB 0.4s
13:48:55 #7 sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d 42.99MB / 54.63MB 0.5s
13:48:55 #7 sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d 53.48MB / 54.63MB 0.6s
13:48:55 #7 sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d 54.63MB / 54.63MB 0.8s done
13:48:55 #7 extracting sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d
13:49:00 #7 extracting sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d 4.0s done
13:49:00 #7 DONE 5.1s
13:49:00 
13:49:00 #12 [golang 1/1] FROM docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a
13:49:00 #12 sha256:751849c652dcaf96b3ea9ce742cb067f0521e74ed0a1d20bee59d52e49cdea03
13:49:00 #12 resolve docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a 0.0s done
13:49:00 #12 sha256:3b2b44c3aadb1e63aa03fe26cea0b9e2762a2b5d23d74a16f7fa48291d8581d0 7.11kB / 7.11kB done
13:49:00 #12 sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a 1.86kB / 1.86kB done
13:49:00 #12 sha256:e6a83c3237ba828e3999a081e1351cb1e9460119e547667a4123b6d9f59d59ac 1.79kB / 1.79kB done
13:49:00 #12 sha256:31d873b297284514757aec1f7caea6ee7ea19c77b8306019034fc388ca090f92 134.95MB / 134.95MB 1.7s done
13:49:00 #12 sha256:9dbe36305e5798df1ab22005f70eaf49f9be42fe15410350ee2a841911bd2c6f 155B / 155B 0.1s done
13:49:00 #12 extracting sha256:31d873b297284514757aec1f7caea6ee7ea19c77b8306019034fc388ca090f92 3.0s
13:49:05 #12 extracting sha256:31d873b297284514757aec1f7caea6ee7ea19c77b8306019034fc388ca090f92 8.2s
13:49:07 #12 extracting sha256:31d873b297284514757aec1f7caea6ee7ea19c77b8306019034fc388ca090f92 10.2s done
13:49:07 #12 extracting sha256:9dbe36305e5798df1ab22005f70eaf49f9be42fe15410350ee2a841911bd2c6f done
13:49:07 #12 DONE 12.6s
13:49:07 
13:49:07 #8 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
13:49:07 #8 sha256:7026d6e482c3e5268d9119eca714ea85b7cca404fd15faa947e9dd725188f6af
13:49:07 #8 5.962 Fedora 35 - x86_64                               16 MB/s |  79 MB     00:04    
13:49:29 #8 27.44 Fedora 35 openh264 (From Cisco) - x86_64        2.6 kB/s | 2.5 kB     00:00    
13:49:29 #8 28.52 Fedora Modular 35 - x86_64                      4.0 MB/s | 3.3 MB     00:00    
13:49:31 #8 31.04 Fedora 35 - x86_64 - Updates                     16 MB/s |  30 MB     00:01    
13:49:41 #8 39.72 Fedora Modular 35 - x86_64 - Updates            3.5 MB/s | 3.1 MB     00:00    
13:49:44 #8 44.00 Dependencies resolved.
13:49:44 #8 44.03 ================================================================================
13:49:44 #8 44.03  Package                       Arch     Version                 Repo       Size
13:49:44 #8 44.03 ================================================================================
13:49:44 #8 44.03 Installing:
13:49:44 #8 44.03  dnf-plugins-core              noarch   4.2.0-1.fc35            updates    34 k
13:49:44 #8 44.03  rpm-build                     x86_64   4.17.0-4.fc35           updates    59 k
13:49:44 #8 44.03  rpmlint                       noarch   2.2.0-2.fc35            updates   240 k
13:49:44 #8 44.03 Upgrading:
13:49:44 #8 44.03  dnf                           noarch   4.12.0-1.fc35           updates   453 k
13:49:44 #8 44.03  dnf-data                      noarch   4.12.0-1.fc35           updates    42 k
13:49:44 #8 44.03  glibc                         x86_64   2.34-34.fc35            updates   1.9 M
13:49:44 #8 44.03  glibc-common                  x86_64   2.34-34.fc35            updates   296 k
13:49:44 #8 44.03  glibc-minimal-langpack        x86_64   2.34-34.fc35            updates    24 k
13:49:44 #8 44.03  libdnf                        x86_64   0.67.0-2.fc35           updates   653 k
13:49:44 #8 44.03  libsolv                       x86_64   0.7.22-1.fc35           updates   403 k
13:49:44 #8 44.03  python3-dnf                   noarch   4.12.0-1.fc35           updates   414 k
13:49:44 #8 44.03  python3-hawkey                x86_64   0.67.0-2.fc35           updates   108 k
13:49:44 #8 44.03  python3-libdnf                x86_64   0.67.0-2.fc35           updates   777 k
13:49:44 #8 44.03  yum                           noarch   4.12.0-1.fc35           updates    39 k
13:49:44 #8 44.03 Installing dependencies:
13:49:44 #8 44.03  ansible-srpm-macros           noarch   1-5.fc35                updates   7.3 k
13:49:44 #8 44.03  binutils                      x86_64   2.37-17.fc35            updates   5.9 M
13:49:44 #8 44.03  binutils-gold                 x86_64   2.37-17.fc35            updates   726 k
13:49:44 #8 44.03  bzip2                         x86_64   1.0.8-9.fc35            fedora     52 k
13:49:44 #8 44.03  cpio                          x86_64   2.13-11.fc35            fedora    270 k
13:49:44 #8 44.03  dash                          x86_64   0.5.10.2-9.fc35         fedora     96 k
13:49:44 #8 44.03  dbus-libs                     x86_64   1:1.12.22-1.fc35        updates   152 k
13:49:44 #8 44.03  debugedit                     x86_64   5.0-2.fc35              fedora     76 k
13:49:44 #8 44.03  devscripts-checkbashisms      x86_64   2.21.4-1.fc35           fedora     28 k
13:49:44 #8 44.03  diffutils                     x86_64   3.8-1.fc35              fedora    400 k
13:49:44 #8 44.03  dwz                           x86_64   0.14-2.fc35             fedora    127 k
13:49:44 #8 44.03  ed                            x86_64   1.14.2-11.fc35          fedora     73 k
13:49:44 #8 44.03  efi-srpm-macros               noarch   5-4.fc35                fedora     22 k
13:49:44 #8 44.03  elfutils                      x86_64   0.186-1.fc35            updates   520 k
13:49:44 #8 44.03  elfutils-debuginfod-client    x86_64   0.186-1.fc35            updates    40 k
13:49:44 #8 44.03  enchant                       x86_64   1:1.6.0-28.fc35         fedora     59 k
13:49:44 #8 44.03  file                          x86_64   5.40-9.fc35             fedora     51 k
13:49:44 #8 44.03  findutils                     x86_64   1:4.8.0-4.fc35          fedora    538 k
13:49:44 #8 44.03  fonts-filesystem              noarch   1:2.0.5-6.fc35          fedora    8.9 k
13:49:44 #8 44.03  fonts-srpm-macros             noarch   1:2.0.5-6.fc35          fedora     27 k
13:49:44 #8 44.03  fpc-srpm-macros               noarch   1.3-4.fc35              fedora    7.6 k
13:49:44 #8 44.03  gdb-minimal                   x86_64   12.1-1.fc35             updates   3.9 M
13:49:44 #8 44.03  gdk-pixbuf2                   x86_64   2.42.6-2.fc35           fedora    467 k
13:49:44 #8 44.03  ghc-srpm-macros               noarch   1.5.0-5.fc35            fedora    7.8 k
13:49:44 #8 44.03  glib-networking               x86_64   2.70.1-1.fc35           updates   177 k
13:49:44 #8 44.03  glibc-gconv-extra             x86_64   2.34-34.fc35            updates   1.5 M
13:49:44 #8 44.03  gnat-srpm-macros              noarch   4-14.fc35               fedora    8.2 k
13:49:44 #8 44.03  go-srpm-macros                noarch   3.0.15-1.fc35           updates    26 k
13:49:44 #8 44.03  groff-base                    x86_64   1.22.4-8.fc35           fedora    1.0 M
13:49:44 #8 44.03  gsettings-desktop-schemas     x86_64   41.0-1.fc35             fedora    688 k
13:49:44 #8 44.03  hunspell                      x86_64   1.7.0-11.fc35           fedora    322 k
13:49:44 #8 44.03  hunspell-en-GB                noarch   0.20140811.1-20.fc35    fedora    225 k
13:49:44 #8 44.03  hunspell-en-US                noarch   0.20140811.1-20.fc35    fedora    176 k
13:49:44 #8 44.03  hunspell-filesystem           x86_64   1.7.0-11.fc35           fedora    7.8 k
13:49:44 #8 44.03  info                          x86_64   6.8-2.fc35              fedora    222 k
13:49:44 #8 44.03  json-glib                     x86_64   1.6.6-1.fc35            fedora    151 k
13:49:44 #8 44.03  kernel-srpm-macros            noarch   1.0-6.fc35              fedora    8.0 k
13:49:44 #8 44.03  libappstream-glib             x86_64   0.7.18-3.fc35           fedora    387 k
13:49:44 #8 44.03  libevent                      x86_64   2.1.12-4.fc35           fedora    261 k
13:49:44 #8 44.03  libjpeg-turbo                 x86_64   2.1.0-3.fc35            fedora    176 k
13:49:44 #8 44.03  libpkgconf                    x86_64   1.8.0-1.fc35            fedora     36 k
13:49:44 #8 44.03  libpng                        x86_64   2:1.6.37-11.fc35        fedora    119 k
13:49:44 #8 44.03  libproxy                      x86_64   0.4.17-3.fc35           fedora     71 k
13:49:44 #8 44.03  libsoup                       x86_64   2.74.2-1.fc35           updates   390 k
13:49:44 #8 44.03  libstemmer                    x86_64   0-17.585svn.fc35        fedora     82 k
13:49:44 #8 44.03  lua-srpm-macros               noarch   1-5.fc35                fedora    8.4 k
13:49:44 #8 44.03  ncurses                       x86_64   6.2-8.20210508.fc35     fedora    400 k
13:49:44 #8 44.03  nim-srpm-macros               noarch   3-5.fc35                fedora    8.4 k
13:49:44 #8 44.03  ocaml-srpm-macros             noarch   6-5.fc35                fedora    7.8 k
13:49:44 #8 44.03  openblas-srpm-macros          noarch   2-10.fc35               fedora    7.4 k
13:49:44 #8 44.03  patch                         x86_64   2.7.6-15.fc35           fedora    127 k
13:49:44 #8 44.03  perl-AutoLoader               noarch   5.74-486.fc35           updates    26 k
13:49:44 #8 44.03  perl-B                        x86_64   1.82-486.fc35           updates   185 k
13:49:44 #8 44.03  perl-Carp                     noarch   1.52-478.fc35           fedora     29 k
13:49:44 #8 44.03  perl-Class-Struct             noarch   0.66-486.fc35           updates    27 k
13:49:44 #8 44.03  perl-Data-Dumper              x86_64   2.183-2.fc35            fedora     56 k
13:49:44 #8 44.03  perl-Digest                   noarch   1.20-1.fc35             fedora     25 k
13:49:44 #8 44.03  perl-Digest-MD5               x86_64   2.58-478.fc35           fedora     36 k
13:49:44 #8 44.03  perl-DynaLoader               x86_64   1.50-486.fc35           updates    30 k
13:49:44 #8 44.03  perl-Encode                   x86_64   4:3.15-482.fc35         updates   1.7 M
13:49:44 #8 44.03  perl-Errno                    x86_64   1.33-486.fc35           updates    19 k
13:49:44 #8 44.03  perl-Exporter                 noarch   5.76-479.fc35           fedora     31 k
13:49:44 #8 44.03  perl-Fcntl                    x86_64   1.14-486.fc35           updates    25 k
13:49:44 #8 44.03  perl-File-Basename            noarch   2.85-486.fc35           updates    22 k
13:49:44 #8 44.03  perl-File-Path                noarch   2.18-478.fc35           fedora     35 k
13:49:44 #8 44.03  perl-File-Temp                noarch   1:0.231.100-478.fc35    fedora     59 k
13:49:44 #8 44.03  perl-File-stat                noarch   1.09-486.fc35           updates    22 k
13:49:44 #8 44.03  perl-FileHandle               noarch   2.03-486.fc35           updates    20 k
13:49:44 #8 44.03  perl-Getopt-Long              noarch   1:2.52-478.fc35         fedora     60 k
13:49:44 #8 44.03  perl-Getopt-Std               noarch   1.13-486.fc35           updates    20 k
13:49:44 #8 44.03  perl-HTTP-Tiny                noarch   0.080-1.fc35            updates    55 k
13:49:44 #8 44.03  perl-IO                       x86_64   1.46-486.fc35           updates    91 k
13:49:44 #8 44.03  perl-IPC-Open3                noarch   1.21-486.fc35           updates    27 k
13:49:44 #8 44.03  perl-MIME-Base64              x86_64   3.16-478.fc35           fedora     30 k
13:49:44 #8 44.03  perl-Net-SSLeay               x86_64   1.90-4.fc35             fedora    349 k
13:49:44 #8 44.03  perl-POSIX                    x86_64   1.97-486.fc35           updates   102 k
13:49:44 #8 44.03  perl-PathTools                x86_64   3.80-478.fc35           fedora     85 k
13:49:44 #8 44.03  perl-Pod-Escapes              noarch   1:1.07-478.fc35         fedora     20 k
13:49:44 #8 44.03  perl-Pod-Perldoc              noarch   3.28.01-479.fc35        fedora     84 k
13:49:44 #8 44.03  perl-Pod-Simple               noarch   1:3.43-2.fc35           fedora    215 k
13:49:44 #8 44.03  perl-Pod-Usage                noarch   4:2.01-478.fc35         fedora     40 k
13:49:44 #8 44.03  perl-Scalar-List-Utils        x86_64   5:1.62-463.fc35         updates    72 k
13:49:44 #8 44.03  perl-SelectSaver              noarch   1.02-486.fc35           updates    16 k
13:49:44 #8 44.03  perl-Socket                   x86_64   4:2.032-2.fc35          fedora     55 k
13:49:44 #8 44.03  perl-Storable                 x86_64   1:3.25-1.fc35           fedora     95 k
13:49:44 #8 44.03  perl-Symbol                   noarch   1.09-486.fc35           updates    19 k
13:49:44 #8 44.03  perl-Term-ANSIColor           noarch   5.01-479.fc35           fedora     48 k
13:49:44 #8 44.03  perl-Term-Cap                 noarch   1.17-478.fc35           fedora     22 k
13:49:44 #8 44.03  perl-Text-ParseWords          noarch   3.30-478.fc35           fedora     16 k
13:49:44 #8 44.03  perl-Text-Tabs+Wrap           noarch   2021.0814-1.fc35        fedora     22 k
13:49:44 #8 44.03  perl-Time-Local               noarch   2:1.300-478.fc35        fedora     33 k
13:49:44 #8 44.03  perl-URI                      noarch   5.09-4.fc35             fedora    108 k
13:49:44 #8 44.03  perl-base                     noarch   2.27-486.fc35           updates    21 k
13:49:44 #8 44.03  perl-constant                 noarch   1.33-479.fc35           fedora     23 k
13:49:44 #8 44.03  perl-if                       noarch   0.60.900-486.fc35       updates    18 k
13:49:44 #8 44.03  perl-interpreter              x86_64   4:5.34.1-486.fc35       updates    76 k
13:49:44 #8 44.03  perl-libnet                   noarch   3.13-479.fc35           fedora    125 k
13:49:44 #8 44.03  perl-libs                     x86_64   4:5.34.1-486.fc35       updates   2.1 M
13:49:44 #8 44.03  perl-mro                      x86_64   1.25-486.fc35           updates    33 k
13:49:44 #8 44.03  perl-overload                 noarch   1.33-486.fc35           updates    50 k
13:49:44 #8 44.03  perl-overloading              noarch   0.02-486.fc35           updates    17 k
13:49:44 #8 44.03  perl-parent                   noarch   1:0.238-478.fc35        fedora     14 k
13:49:44 #8 44.03  perl-podlators                noarch   1:4.14-478.fc35         fedora    111 k
13:49:44 #8 44.03  perl-srpm-macros              noarch   1-42.fc35               fedora    8.3 k
13:49:44 #8 44.03  perl-subs                     noarch   1.04-486.fc35           updates    16 k
13:49:44 #8 44.03  perl-vars                     noarch   1.05-486.fc35           updates    17 k
13:49:44 #8 44.03  pkgconf                       x86_64   1.8.0-1.fc35            fedora     41 k
13:49:44 #8 44.03  pkgconf-m4                    noarch   1.8.0-1.fc35            fedora     14 k
13:49:44 #8 44.03  pkgconf-pkg-config            x86_64   1.8.0-1.fc35            fedora     10 k
13:49:44 #8 44.03  protobuf-c                    x86_64   1.4.0-1.fc35            fedora     35 k
13:49:44 #8 44.03  python-srpm-macros            noarch   3.10-11.fc35            updates    25 k
13:49:44 #8 44.03  python3-construct             noarch   2.10.67-3.fc35          fedora    112 k
13:49:44 #8 44.03  python3-dateutil              noarch   1:2.8.1-7.fc35          fedora    289 k
13:49:44 #8 44.03  python3-dbus                  x86_64   1.2.18-2.fc35           fedora    132 k
13:49:44 #8 44.03  python3-distro                noarch   1.6.0-1.fc35            fedora     38 k
13:49:44 #8 44.03  python3-dnf-plugins-core      noarch   4.2.0-1.fc35            updates   221 k
13:49:44 #8 44.03  python3-enchant               noarch   3.2.2-1.fc35            updates    79 k
13:49:44 #8 44.03  python3-pybeam                noarch   0.7-1.fc35              fedora     24 k
13:49:44 #8 44.03  python3-pyxdg                 noarch   0.27-3.fc35             fedora     96 k
13:49:44 #8 44.03  python3-six                   noarch   1.16.0-4.fc35           fedora     36 k
13:49:44 #8 44.03  python3-toml                  noarch   0.10.2-5.fc35           fedora     39 k
13:49:44 #8 44.03  python3-zstd                  x86_64   1.4.5.1-5.fc35          fedora     19 k
13:49:44 #8 44.03  qt5-srpm-macros               noarch   5.15.2-3.fc35           fedora    8.2 k
13:49:44 #8 44.03  redhat-rpm-config             noarch   201-1.fc35              updates    64 k
13:49:44 #8 44.03  rpmautospec-rpm-macros        noarch   0.2.6-1.fc35            updates   8.3 k
13:49:44 #8 44.03  rust-srpm-macros              noarch   21-1.fc35               updates   9.0 k
13:49:44 #8 44.03  shared-mime-info              x86_64   2.1-3.fc35              fedora    373 k
13:49:44 #8 44.03  systemd-libs                  x86_64   249.12-3.fc35           updates   604 k
13:49:44 #8 44.03  unbound-libs                  x86_64   1.13.2-1.fc35           fedora    537 k
13:49:44 #8 44.03  unzip                         x86_64   6.0-53.fc35             fedora    179 k
13:49:44 #8 44.03  xxhash-libs                   x86_64   0.8.1-1.fc35            updates    40 k
13:49:44 #8 44.03  xz                            x86_64   5.2.5-7.fc35            fedora    214 k
13:49:44 #8 44.03  zip                           x86_64   3.0-31.fc35             fedora    257 k
13:49:44 #8 44.03  zstd                          x86_64   1.5.2-1.fc35            updates   429 k
13:49:44 #8 44.03 Installing weak dependencies:
13:49:44 #8 44.03  abattis-cantarell-fonts       noarch   0.301-5.fc35            updates   364 k
13:49:44 #8 44.03  adobe-source-code-pro-fonts   noarch   2.030.1.050-11.fc35     fedora    831 k
13:49:44 #8 44.03  deltarpm                      x86_64   3.6.2-10.fc35           fedora     88 k
13:49:44 #8 44.03  hunspell-en                   noarch   0.20140811.1-20.fc35    fedora    180 k
13:49:44 #8 44.03  perl-IO-Socket-IP             noarch   0.41-479.fc35           fedora     42 k
13:49:44 #8 44.03  perl-IO-Socket-SSL            noarch   2.072-1.fc35            fedora    217 k
13:49:44 #8 44.03  perl-Mozilla-CA               noarch   20211001-1.fc35         updates    12 k
13:49:44 #8 44.03  perl-NDBM_File                x86_64   1.15-486.fc35           updates    27 k
13:49:44 #8 44.03  python3-unbound               x86_64   1.13.2-1.fc35           fedora    100 k
13:49:44 #8 44.03 
13:49:44 #8 44.03 Transaction Summary
13:49:44 #8 44.03 ================================================================================
13:49:44 #8 44.03 Install  146 Packages
13:49:44 #8 44.03 Upgrade   11 Packages
13:49:44 #8 44.03 
13:49:44 #8 44.04 Total download size: 38 M
13:49:44 #8 44.04 Downloading Packages:
13:49:44 #8 44.76 (1/157): bzip2-1.0.8-9.fc35.x86_64.rpm          229 kB/s |  52 kB     00:00    
13:49:44 #8 44.77 (2/157): cpio-2.13-11.fc35.x86_64.rpm           1.1 MB/s | 270 kB     00:00    
13:49:44 #8 44.78 (3/157): dash-0.5.10.2-9.fc35.x86_64.rpm        7.9 MB/s |  96 kB     00:00    
13:49:44 #8 44.79 (4/157): adobe-source-code-pro-fonts-2.030.1.05 3.3 MB/s | 831 kB     00:00    
13:49:44 #8 44.79 (5/157): debugedit-5.0-2.fc35.x86_64.rpm        4.5 MB/s |  76 kB     00:00    
13:49:44 #8 44.79 (6/157): deltarpm-3.6.2-10.fc35.x86_64.rpm      6.0 MB/s |  88 kB     00:00    
13:49:44 #8 44.80 (7/157): devscripts-checkbashisms-2.21.4-1.fc35 3.1 MB/s |  28 kB     00:00    
13:49:44 #8 44.80 (8/157): dwz-0.14-2.fc35.x86_64.rpm              13 MB/s | 127 kB     00:00    
13:49:44 #8 44.81 (9/157): ed-1.14.2-11.fc35.x86_64.rpm           6.7 MB/s |  73 kB     00:00    
13:49:44 #8 44.81 (10/157): diffutils-3.8-1.fc35.x86_64.rpm        18 MB/s | 400 kB     00:00    
13:49:44 #8 44.82 (11/157): efi-srpm-macros-5-4.fc35.noarch.rpm   1.3 MB/s |  22 kB     00:00    
13:49:44 #8 44.82 (12/157): enchant-1.6.0-28.fc35.x86_64.rpm      3.6 MB/s |  59 kB     00:00    
13:49:44 #8 44.83 (13/157): file-5.40-9.fc35.x86_64.rpm           5.8 MB/s |  51 kB     00:00    
13:49:44 #8 44.83 (14/157): fonts-filesystem-2.0.5-6.fc35.noarch. 970 kB/s | 8.9 kB     00:00    
13:49:44 #8 44.84 (15/157): findutils-4.8.0-4.fc35.x86_64.rpm      27 MB/s | 538 kB     00:00    
13:49:44 #8 44.84 (16/157): fonts-srpm-macros-2.0.5-6.fc35.noarch 2.0 MB/s |  27 kB     00:00    
13:49:44 #8 44.84 (17/157): fpc-srpm-macros-1.3-4.fc35.noarch.rpm 701 kB/s | 7.6 kB     00:00    
13:49:44 #8 44.85 (18/157): ghc-srpm-macros-1.5.0-5.fc35.noarch.r 1.0 MB/s | 7.8 kB     00:00    
13:49:44 #8 44.86 (19/157): gdk-pixbuf2-2.42.6-2.fc35.x86_64.rpm   34 MB/s | 467 kB     00:00    
13:49:44 #8 44.86 (20/157): gnat-srpm-macros-4-14.fc35.noarch.rpm 591 kB/s | 8.2 kB     00:00    
13:49:44 #8 44.87 (21/157): groff-base-1.22.4-8.fc35.x86_64.rpm    43 MB/s | 1.0 MB     00:00    
13:49:44 #8 44.88 (22/157): hunspell-1.7.0-11.fc35.x86_64.rpm      15 MB/s | 322 kB     00:00    
13:49:44 #8 44.89 (23/157): gsettings-desktop-schemas-41.0-1.fc35  21 MB/s | 688 kB     00:00    
13:49:44 #8 44.89 (24/157): hunspell-en-0.20140811.1-20.fc35.noar  10 MB/s | 180 kB     00:00    
13:49:44 #8 44.90 (25/157): hunspell-en-GB-0.20140811.1-20.fc35.n  15 MB/s | 225 kB     00:00    
13:49:44 #8 44.90 (26/157): hunspell-filesystem-1.7.0-11.fc35.x86 1.1 MB/s | 7.8 kB     00:00    
13:49:44 #8 44.91 (27/157): hunspell-en-US-0.20140811.1-20.fc35.n  13 MB/s | 176 kB     00:00    
13:49:44 #8 44.91 (28/157): info-6.8-2.fc35.x86_64.rpm             16 MB/s | 222 kB     00:00    
13:49:44 #8 44.92 (29/157): json-glib-1.6.6-1.fc35.x86_64.rpm      11 MB/s | 151 kB     00:00    
13:49:44 #8 44.92 (30/157): kernel-srpm-macros-1.0-6.fc35.noarch. 782 kB/s | 8.0 kB     00:00    
13:49:44 #8 44.93 (31/157): libevent-2.1.12-4.fc35.x86_64.rpm      23 MB/s | 261 kB     00:00    
13:49:44 #8 44.93 (32/157): libjpeg-turbo-2.1.0-3.fc35.x86_64.rpm  13 MB/s | 176 kB     00:00    
13:49:44 #8 44.94 (33/157): libappstream-glib-0.7.18-3.fc35.x86_6  18 MB/s | 387 kB     00:00    
13:49:44 #8 44.94 (34/157): libpkgconf-1.8.0-1.fc35.x86_64.rpm    2.5 MB/s |  36 kB     00:00    
13:49:44 #8 44.94 (35/157): libpng-1.6.37-11.fc35.x86_64.rpm      9.3 MB/s | 119 kB     00:00    
13:49:44 #8 44.95 (36/157): libproxy-0.4.17-3.fc35.x86_64.rpm     6.2 MB/s |  71 kB     00:00    
13:49:44 #8 44.95 (37/157): lua-srpm-macros-1-5.fc35.noarch.rpm   1.3 MB/s | 8.4 kB     00:00    
13:49:44 #8 44.96 (38/157): libstemmer-0-17.585svn.fc35.x86_64.rp 7.5 MB/s |  82 kB     00:00    
13:49:44 #8 44.97 (39/157): ncurses-6.2-8.20210508.fc35.x86_64.rp  20 MB/s | 400 kB     00:00    
13:49:44 #8 44.98 (40/157): nim-srpm-macros-3-5.fc35.noarch.rpm   329 kB/s | 8.4 kB     00:00    
13:49:45 #8 44.98 (41/157): ocaml-srpm-macros-6-5.fc35.noarch.rpm 324 kB/s | 7.8 kB     00:00    
13:49:45 #8 44.98 (42/157): openblas-srpm-macros-2-10.fc35.noarch 1.2 MB/s | 7.4 kB     00:00    
13:49:45 #8 44.99 (43/157): patch-2.7.6-15.fc35.x86_64.rpm         11 MB/s | 127 kB     00:00    
13:49:45 #8 44.99 (44/157): perl-Carp-1.52-478.fc35.noarch.rpm    2.8 MB/s |  29 kB     00:00    
13:49:45 #8 45.00 (45/157): perl-Data-Dumper-2.183-2.fc35.x86_64. 5.3 MB/s |  56 kB     00:00    
13:49:45 #8 45.00 (46/157): perl-Digest-1.20-1.fc35.noarch.rpm    4.3 MB/s |  25 kB     00:00    
13:49:45 #8 45.00 (47/157): perl-Digest-MD5-2.58-478.fc35.x86_64. 3.9 MB/s |  36 kB     00:00    
13:49:45 #8 45.00 (48/157): perl-Exporter-5.76-479.fc35.noarch.rp 3.6 MB/s |  31 kB     00:00    
13:49:45 #8 45.01 (49/157): perl-File-Path-2.18-478.fc35.noarch.r 4.1 MB/s |  35 kB     00:00    
13:49:45 #8 45.01 (50/157): perl-File-Temp-0.231.100-478.fc35.noa 6.9 MB/s |  59 kB     00:00    
13:49:45 #8 45.02 (51/157): perl-Getopt-Long-2.52-478.fc35.noarch 8.0 MB/s |  60 kB     00:00    
13:49:45 #8 45.02 (52/157): perl-IO-Socket-IP-0.41-479.fc35.noarc 4.0 MB/s |  42 kB     00:00    
13:49:45 #8 45.02 (53/157): perl-MIME-Base64-3.16-478.fc35.x86_64 4.6 MB/s |  30 kB     00:00    
13:49:45 #8 45.03 (54/157): perl-IO-Socket-SSL-2.072-1.fc35.noarc  12 MB/s | 217 kB     00:00    
13:49:45 #8 45.03 (55/157): perl-Net-SSLeay-1.90-4.fc35.x86_64.rp  23 MB/s | 349 kB     00:00    
13:49:45 #8 45.04 (56/157): perl-PathTools-3.80-478.fc35.x86_64.r 5.5 MB/s |  85 kB     00:00    
13:49:45 #8 45.04 (57/157): perl-Pod-Escapes-1.07-478.fc35.noarch 1.6 MB/s |  20 kB     00:00    
13:49:45 #8 45.05 (58/157): perl-Pod-Perldoc-3.28.01-479.fc35.noa  12 MB/s |  84 kB     00:00    
13:49:45 #8 45.05 (59/157): perl-Pod-Usage-2.01-478.fc35.noarch.r 5.3 MB/s |  40 kB     00:00    
13:49:45 #8 45.05 (60/157): perl-Pod-Simple-3.43-2.fc35.noarch.rp  15 MB/s | 215 kB     00:00    
13:49:45 #8 45.06 (61/157): perl-Socket-2.032-2.fc35.x86_64.rpm   5.3 MB/s |  55 kB     00:00    
13:49:45 #8 45.06 (62/157): perl-Storable-3.25-1.fc35.x86_64.rpm  8.8 MB/s |  95 kB     00:00    
13:49:45 #8 45.06 (63/157): perl-Term-ANSIColor-5.01-479.fc35.noa 4.7 MB/s |  48 kB     00:00    
13:49:45 #8 45.07 (64/157): perl-Term-Cap-1.17-478.fc35.noarch.rp 2.3 MB/s |  22 kB     00:00    
13:49:45 #8 45.07 (65/157): perl-Text-ParseWords-3.30-478.fc35.no 1.8 MB/s |  16 kB     00:00    
13:49:45 #8 45.07 (66/157): perl-Text-Tabs+Wrap-2021.0814-1.fc35. 3.9 MB/s |  22 kB     00:00    
13:49:45 #8 45.08 (67/157): perl-Time-Local-1.300-478.fc35.noarch 3.8 MB/s |  33 kB     00:00    
13:49:45 #8 45.08 (68/157): perl-URI-5.09-4.fc35.noarch.rpm       9.7 MB/s | 108 kB     00:00    
13:49:45 #8 45.08 (69/157): perl-constant-1.33-479.fc35.noarch.rp 1.9 MB/s |  23 kB     00:00    
13:49:45 #8 45.09 (70/157): perl-libnet-3.13-479.fc35.noarch.rpm  9.0 MB/s | 125 kB     00:00    
13:49:45 #8 45.09 (71/157): perl-parent-0.238-478.fc35.noarch.rpm 1.3 MB/s |  14 kB     00:00    
13:49:45 #8 45.10 (72/157): perl-podlators-4.14-478.fc35.noarch.r 9.8 MB/s | 111 kB     00:00    
13:49:45 #8 45.10 (73/157): perl-srpm-macros-1-42.fc35.noarch.rpm 1.2 MB/s | 8.3 kB     00:00    
13:49:45 #8 45.10 (74/157): pkgconf-1.8.0-1.fc35.x86_64.rpm       4.4 MB/s |  41 kB     00:00    
13:49:45 #8 45.11 (75/157): pkgconf-m4-1.8.0-1.fc35.noarch.rpm    1.8 MB/s |  14 kB     00:00    
13:49:45 #8 45.11 (76/157): protobuf-c-1.4.0-1.fc35.x86_64.rpm    6.4 MB/s |  35 kB     00:00    
13:49:45 #8 45.11 (77/157): pkgconf-pkg-config-1.8.0-1.fc35.x86_6 1.2 MB/s |  10 kB     00:00    
13:49:45 #8 45.12 (78/157): python3-construct-2.10.67-3.fc35.noar 9.5 MB/s | 112 kB     00:00    
13:49:45 #8 45.12 (79/157): python3-dateutil-2.8.1-7.fc35.noarch.  20 MB/s | 289 kB     00:00    
13:49:45 #8 45.13 (80/157): python3-dbus-1.2.18-2.fc35.x86_64.rpm 8.8 MB/s | 132 kB     00:00    
13:49:45 #8 45.13 (81/157): python3-distro-1.6.0-1.fc35.noarch.rp 3.0 MB/s |  38 kB     00:00    
13:49:45 #8 45.13 (82/157): python3-pybeam-0.7-1.fc35.noarch.rpm  3.2 MB/s |  24 kB     00:00    
13:49:45 #8 45.14 (83/157): python3-pyxdg-0.27-3.fc35.noarch.rpm  9.2 MB/s |  96 kB     00:00    
13:49:45 #8 45.14 (84/157): python3-six-1.16.0-4.fc35.noarch.rpm  3.8 MB/s |  36 kB     00:00    
13:49:45 #8 45.14 (85/157): python3-unbound-1.13.2-1.fc35.x86_64.  15 MB/s | 100 kB     00:00    
13:49:45 #8 45.15 (86/157): python3-toml-0.10.2-5.fc35.noarch.rpm 4.0 MB/s |  39 kB     00:00    
13:49:45 #8 45.15 (87/157): python3-zstd-1.4.5.1-5.fc35.x86_64.rp 2.2 MB/s |  19 kB     00:00    
13:49:45 #8 45.15 (88/157): qt5-srpm-macros-5.15.2-3.fc35.noarch. 1.1 MB/s | 8.2 kB     00:00    
13:49:45 #8 45.16 (89/157): shared-mime-info-2.1-3.fc35.x86_64.rp  27 MB/s | 373 kB     00:00    
13:49:45 #8 45.17 (90/157): unzip-6.0-53.fc35.x86_64.rpm           14 MB/s | 179 kB     00:00    
13:49:45 #8 45.17 (91/157): xz-5.2.5-7.fc35.x86_64.rpm             21 MB/s | 214 kB     00:00    
13:49:45 #8 45.18 (92/157): unbound-libs-1.13.2-1.fc35.x86_64.rpm  21 MB/s | 537 kB     00:00    
13:49:45 #8 45.18 (93/157): zip-3.0-31.fc35.x86_64.rpm             14 MB/s | 257 kB     00:00    
13:49:45 #8 45.19 (94/157): abattis-cantarell-fonts-0.301-5.fc35.  20 MB/s | 364 kB     00:00    
13:49:45 #8 45.19 (95/157): ansible-srpm-macros-1-5.fc35.noarch.r 582 kB/s | 7.3 kB     00:00    
13:49:45 #8 45.22 (96/157): dbus-libs-1.12.22-1.fc35.x86_64.rpm   6.7 MB/s | 152 kB     00:00    
13:49:45 #8 45.22 (97/157): binutils-gold-2.37-17.fc35.x86_64.rpm  21 MB/s | 726 kB     00:00    
13:49:45 #8 45.23 (98/157): dnf-plugins-core-4.2.0-1.fc35.noarch. 3.0 MB/s |  34 kB     00:00    
13:49:45 #8 45.24 (99/157): elfutils-debuginfod-client-0.186-1.fc 5.4 MB/s |  40 kB     00:00    
13:49:45 #8 45.24 (100/157): elfutils-0.186-1.fc35.x86_64.rpm      26 MB/s | 520 kB     00:00    
13:49:45 #8 45.26 (101/157): glib-networking-2.70.1-1.fc35.x86_64  18 MB/s | 177 kB     00:00    
13:49:45 #8 45.32 (102/157): binutils-2.37-17.fc35.x86_64.rpm      47 MB/s | 5.9 MB     00:00    
13:49:45 #8 45.33 (103/157): glibc-gconv-extra-2.34-34.fc35.x86_6  21 MB/s | 1.5 MB     00:00    
13:49:45 #8 45.36 (104/157): gdb-minimal-12.1-1.fc35.x86_64.rpm    34 MB/s | 3.9 MB     00:00    
13:49:45 #8 45.36 (105/157): go-srpm-macros-3.0.15-1.fc35.noarch. 664 kB/s |  26 kB     00:00    
13:49:45 #8 45.37 (106/157): libsoup-2.74.2-1.fc35.x86_64.rpm      12 MB/s | 390 kB     00:00    
13:49:45 #8 45.37 (107/157): perl-AutoLoader-5.74-486.fc35.noarch 2.3 MB/s |  26 kB     00:00    
13:49:45 #8 45.37 (108/157): perl-B-1.82-486.fc35.x86_64.rpm       12 MB/s | 185 kB     00:00    
13:49:45 #8 45.38 (109/157): perl-Class-Struct-0.66-486.fc35.noar 2.5 MB/s |  27 kB     00:00    
13:49:45 #8 45.38 (110/157): perl-DynaLoader-1.50-486.fc35.x86_64 3.7 MB/s |  30 kB     00:00    
13:49:45 #8 45.39 (111/157): perl-Errno-1.33-486.fc35.x86_64.rpm  2.3 MB/s |  19 kB     00:00    
13:49:45 #8 45.39 (112/157): perl-Fcntl-1.14-486.fc35.x86_64.rpm  3.9 MB/s |  25 kB     00:00    
13:49:45 #8 45.39 (113/157): perl-File-Basename-2.85-486.fc35.noa 3.5 MB/s |  22 kB     00:00    
13:49:45 #8 45.40 (114/157): perl-File-stat-1.09-486.fc35.noarch. 3.4 MB/s |  22 kB     00:00    
13:49:45 #8 45.40 (115/157): perl-FileHandle-2.03-486.fc35.noarch 3.0 MB/s |  20 kB     00:00    
13:49:45 #8 45.40 (116/157): perl-Getopt-Std-1.13-486.fc35.noarch 3.0 MB/s |  20 kB     00:00    
13:49:45 #8 45.41 (117/157): perl-HTTP-Tiny-0.080-1.fc35.noarch.r 8.0 MB/s |  55 kB     00:00    
13:49:45 #8 45.42 (118/157): perl-Encode-3.15-482.fc35.x86_64.rpm  38 MB/s | 1.7 MB     00:00    
13:49:45 #8 45.42 (119/157): perl-IO-1.46-486.fc35.x86_64.rpm     4.9 MB/s |  91 kB     00:00    
13:49:45 #8 45.43 (120/157): perl-IPC-Open3-1.21-486.fc35.noarch. 1.5 MB/s |  27 kB     00:00    
13:49:45 #8 45.43 (121/157): perl-Mozilla-CA-20211001-1.fc35.noar 1.2 MB/s |  12 kB     00:00    
13:49:45 #8 45.43 (122/157): perl-NDBM_File-1.15-486.fc35.x86_64. 2.8 MB/s |  27 kB     00:00    
13:49:45 #8 45.44 (123/157): perl-Scalar-List-Utils-1.62-463.fc35 8.4 MB/s |  72 kB     00:00    
13:49:45 #8 45.44 (124/157): perl-SelectSaver-1.02-486.fc35.noarc 1.8 MB/s |  16 kB     00:00    
13:49:45 #8 45.45 (125/157): perl-POSIX-1.97-486.fc35.x86_64.rpm  6.4 MB/s | 102 kB     00:00    
13:49:45 #8 45.45 (126/157): perl-Symbol-1.09-486.fc35.noarch.rpm 2.0 MB/s |  19 kB     00:00    
13:49:45 #8 45.45 (127/157): perl-base-2.27-486.fc35.noarch.rpm   2.3 MB/s |  21 kB     00:00    
13:49:45 #8 45.46 (128/157): perl-interpreter-5.34.1-486.fc35.x86  11 MB/s |  76 kB     00:00    
13:49:45 #8 45.46 (129/157): perl-if-0.60.900-486.fc35.noarch.rpm 1.8 MB/s |  18 kB     00:00    
13:49:45 #8 45.46 (130/157): perl-mro-1.25-486.fc35.x86_64.rpm    4.7 MB/s |  33 kB     00:00    
13:49:45 #8 45.47 (131/157): perl-overload-1.33-486.fc35.noarch.r 5.8 MB/s |  50 kB     00:00    
13:49:45 #8 45.47 (132/157): perl-overloading-0.02-486.fc35.noarc 2.5 MB/s |  17 kB     00:00    
13:49:45 #8 45.48 (133/157): perl-subs-1.04-486.fc35.noarch.rpm   2.6 MB/s |  16 kB     00:00    
13:49:45 #8 45.48 (134/157): perl-vars-1.05-486.fc35.noarch.rpm   1.8 MB/s |  17 kB     00:00    
13:49:45 #8 45.49 (135/157): python-srpm-macros-3.10-11.fc35.noar 2.5 MB/s |  25 kB     00:00    
13:49:45 #8 45.50 (136/157): python3-dnf-plugins-core-4.2.0-1.fc3  19 MB/s | 221 kB     00:00    
13:49:45 #8 45.50 (137/157): python3-enchant-3.2.2-1.fc35.noarch. 6.1 MB/s |  79 kB     00:00    
13:49:45 #8 45.50 (138/157): redhat-rpm-config-201-1.fc35.noarch. 7.5 MB/s |  64 kB     00:00    
13:49:45 #8 45.51 (139/157): rpm-build-4.17.0-4.fc35.x86_64.rpm   7.1 MB/s |  59 kB     00:00    
13:49:45 #8 45.51 (140/157): rpmautospec-rpm-macros-0.2.6-1.fc35. 1.1 MB/s | 8.3 kB     00:00    
13:49:45 #8 45.52 (141/157): rust-srpm-macros-21-1.fc35.noarch.rp 1.9 MB/s | 9.0 kB     00:00    
13:49:45 #8 45.53 (142/157): rpmlint-2.2.0-2.fc35.noarch.rpm       14 MB/s | 240 kB     00:00    
13:49:45 #8 45.53 (143/157): systemd-libs-249.12-3.fc35.x86_64.rp  34 MB/s | 604 kB     00:00    
13:49:45 #8 45.54 (144/157): xxhash-libs-0.8.1-1.fc35.x86_64.rpm  3.8 MB/s |  40 kB     00:00    
13:49:45 #8 45.55 (145/157): zstd-1.5.2-1.fc35.x86_64.rpm          23 MB/s | 429 kB     00:00    
13:49:45 #8 45.56 (146/157): dnf-4.12.0-1.fc35.noarch.rpm          21 MB/s | 453 kB     00:00    
13:49:45 #8 45.57 (147/157): dnf-data-4.12.0-1.fc35.noarch.rpm    7.5 MB/s |  42 kB     00:00    
13:49:45 #8 45.58 (148/157): glibc-common-2.34-34.fc35.x86_64.rpm  23 MB/s | 296 kB     00:00    
13:49:45 #8 45.61 (149/157): perl-libs-5.34.1-486.fc35.x86_64.rpm  13 MB/s | 2.1 MB     00:00    
13:49:45 #8 45.62 (150/157): glibc-minimal-langpack-2.34-34.fc35. 614 kB/s |  24 kB     00:00    
13:49:45 #8 45.66 (151/157): glibc-2.34-34.fc35.x86_64.rpm         18 MB/s | 1.9 MB     00:00    
13:49:45 #8 45.72 (152/157): libdnf-0.67.0-2.fc35.x86_64.rpm      5.8 MB/s | 653 kB     00:00    
13:49:45 #8 45.73 (153/157): libsolv-0.7.22-1.fc35.x86_64.rpm     3.7 MB/s | 403 kB     00:00    
13:49:45 #8 45.77 (154/157): python3-dnf-4.12.0-1.fc35.noarch.rpm 3.8 MB/s | 414 kB     00:00    
13:49:45 #8 45.78 (155/157): python3-hawkey-0.67.0-2.fc35.x86_64. 2.2 MB/s | 108 kB     00:00    
13:49:45 #8 45.79 (156/157): python3-libdnf-0.67.0-2.fc35.x86_64.  14 MB/s | 777 kB     00:00    
13:49:45 #8 45.79 (157/157): yum-4.12.0-1.fc35.noarch.rpm         2.2 MB/s |  39 kB     00:00    
13:49:45 #8 45.79 --------------------------------------------------------------------------------
13:49:45 #8 45.79 Total                                            22 MB/s |  38 MB     00:01     
13:49:46 #8 46.91 Running transaction check
13:49:47 #8 47.05 Transaction check succeeded.
13:49:47 #8 47.05 Running transaction test
13:49:47 #8 47.59 Transaction test succeeded.
13:49:47 #8 47.59 Running transaction
13:49:48 #8 48.49   Preparing        :                                                        1/1 
13:49:48 #8 48.53   Installing       : python3-six-1.16.0-4.fc35.noarch                     1/168 
13:49:48 #8 48.54   Installing       : hunspell-filesystem-1.7.0-11.fc35.x86_64             2/168 
13:49:48 #8 48.54   Installing       : fonts-filesystem-1:2.0.5-6.fc35.noarch               3/168 
13:49:48 #8 48.55   Installing       : adobe-source-code-pro-fonts-2.030.1.050-11.fc35.     4/168 
13:49:48 #8 48.56   Installing       : abattis-cantarell-fonts-0.301-5.fc35.noarch          5/168 
13:49:48 #8 48.58   Installing       : gsettings-desktop-schemas-41.0-1.fc35.x86_64         6/168 
13:49:48 #8 48.59   Installing       : python3-construct-2.10.67-3.fc35.noarch              7/168 
13:49:48 #8 48.60   Installing       : python3-pybeam-0.7-1.fc35.noarch                     8/168 
13:49:48 #8 48.62   Installing       : python3-dateutil-1:2.8.1-7.fc35.noarch               9/168 
13:49:48 #8 48.63   Upgrading        : glibc-common-2.34-34.fc35.x86_64                    10/168 
13:49:48 #8 48.64   Upgrading        : glibc-minimal-langpack-2.34-34.fc35.x86_64          11/168 
13:49:48 #8 48.64   Running scriptlet: glibc-2.34-34.fc35.x86_64                           12/168 
13:49:48 #8 48.70   Upgrading        : glibc-2.34-34.fc35.x86_64                           12/168 
13:49:48 #8 48.70   Running scriptlet: glibc-2.34-34.fc35.x86_64                           12/168 
13:49:48 #8 48.82   Installing       : glibc-gconv-extra-2.34-34.fc35.x86_64               13/168 
13:49:48 #8 48.83   Running scriptlet: glibc-gconv-extra-2.34-34.fc35.x86_64               13/168 
13:49:48 #8 48.84   Installing       : findutils-1:4.8.0-4.fc35.x86_64                     14/168 
13:49:48 #8 48.86   Installing       : hunspell-en-GB-0.20140811.1-20.fc35.noarch          15/168 
13:49:48 #8 48.87   Installing       : hunspell-en-0.20140811.1-20.fc35.noarch             16/168 
13:49:48 #8 48.87   Installing       : hunspell-en-US-0.20140811.1-20.fc35.noarch          17/168 
13:49:48 #8 48.88   Installing       : hunspell-1.7.0-11.fc35.x86_64                       18/168 
13:49:49 #8 48.89   Installing       : elfutils-debuginfod-client-0.186-1.fc35.x86_64      19/168 
13:49:49 #8 48.97   Installing       : binutils-gold-2.37-17.fc35.x86_64                   20/168 
13:49:49 #8 49.10   Installing       : binutils-2.37-17.fc35.x86_64                        21/168 
13:49:49 #8 49.13   Running scriptlet: binutils-2.37-17.fc35.x86_64                        21/168 
13:49:49 #8 49.16   Installing       : elfutils-0.186-1.fc35.x86_64                        22/168 
13:49:49 #8 49.20   Installing       : dwz-0.14-2.fc35.x86_64                              23/168 
13:49:49 #8 49.20   Installing       : file-5.40-9.fc35.x86_64                             24/168 
13:49:49 #8 49.22   Installing       : libevent-2.1.12-4.fc35.x86_64                       25/168 
13:49:49 #8 49.22   Installing       : protobuf-c-1.4.0-1.fc35.x86_64                      26/168 
13:49:49 #8 49.23   Installing       : unzip-6.0-53.fc35.x86_64                            27/168 
13:49:49 #8 49.24   Installing       : xz-5.2.5-7.fc35.x86_64                              28/168 
13:49:49 #8 49.25   Upgrading        : libsolv-0.7.22-1.fc35.x86_64                        29/168 
13:49:49 #8 49.27   Upgrading        : libdnf-0.67.0-2.fc35.x86_64                         30/168 
13:49:49 #8 49.30   Upgrading        : python3-libdnf-0.67.0-2.fc35.x86_64                 31/168 
13:49:49 #8 49.31   Upgrading        : python3-hawkey-0.67.0-2.fc35.x86_64                 32/168 
13:49:49 #8 49.32   Installing       : zip-3.0-31.fc35.x86_64                              33/168 
13:49:49 #8 49.33   Running scriptlet: unbound-libs-1.13.2-1.fc35.x86_64                   34/168 
13:49:49 #8 49.40   Installing       : unbound-libs-1.13.2-1.fc35.x86_64                   34/168 
13:49:49 #8 49.41   Running scriptlet: unbound-libs-1.13.2-1.fc35.x86_64                   34/168 
13:49:49 #8 49.43   Installing       : python3-unbound-1.13.2-1.fc35.x86_64                35/168 
13:49:49 #8 49.44   Installing       : enchant-1:1.6.0-28.fc35.x86_64                      36/168 
13:49:49 #8 49.45   Installing       : python3-enchant-3.2.2-1.fc35.noarch                 37/168 
13:49:49 #8 49.45   Installing       : bzip2-1.0.8-9.fc35.x86_64                           38/168 
13:49:49 #8 49.46   Installing       : cpio-2.13-11.fc35.x86_64                            39/168 
13:49:49 #8 49.47   Installing       : dash-0.5.10.2-9.fc35.x86_64                         40/168 
13:49:49 #8 49.47   Running scriptlet: dash-0.5.10.2-9.fc35.x86_64                         40/168 
13:49:49 #8 49.49   Installing       : deltarpm-3.6.2-10.fc35.x86_64                       41/168 
13:49:49 #8 49.50   Installing       : diffutils-3.8-1.fc35.x86_64                         42/168 
13:49:49 #8 49.51   Running scriptlet: groff-base-1.22.4-8.fc35.x86_64                     43/168 
13:49:49 #8 49.56   Installing       : groff-base-1.22.4-8.fc35.x86_64                     43/168 
13:49:49 #8 49.57   Running scriptlet: groff-base-1.22.4-8.fc35.x86_64                     43/168 
13:49:49 #8 49.58   Installing       : info-6.8-2.fc35.x86_64                              44/168 
13:49:49 #8 49.59   Installing       : ed-1.14.2-11.fc35.x86_64                            45/168 
13:49:49 #8 49.60   Installing       : patch-2.7.6-15.fc35.x86_64                          46/168 
13:49:49 #8 49.61   Installing       : json-glib-1.6.6-1.fc35.x86_64                       47/168 
13:49:49 #8 49.61   Installing       : libjpeg-turbo-2.1.0-3.fc35.x86_64                   48/168 
13:49:49 #8 49.62   Installing       : libpkgconf-1.8.0-1.fc35.x86_64                      49/168 
13:49:49 #8 49.63   Installing       : pkgconf-1.8.0-1.fc35.x86_64                         50/168 
13:49:49 #8 49.64   Installing       : libpng-2:1.6.37-11.fc35.x86_64                      51/168 
13:49:49 #8 49.64   Installing       : libproxy-0.4.17-3.fc35.x86_64                       52/168 
13:49:49 #8 49.65   Installing       : glib-networking-2.70.1-1.fc35.x86_64                53/168 
13:49:49 #8 49.67   Installing       : libsoup-2.74.2-1.fc35.x86_64                        54/168 
13:49:49 #8 49.67   Installing       : libstemmer-0-17.585svn.fc35.x86_64                  55/168 
13:49:49 #8 49.68   Installing       : ncurses-6.2-8.20210508.fc35.x86_64                  56/168 
13:49:49 #8 49.69   Installing       : perl-Digest-1.20-1.fc35.noarch                      57/168 
13:49:49 #8 49.70   Installing       : perl-Digest-MD5-2.58-478.fc35.x86_64                58/168 
13:49:49 #8 49.71   Installing       : perl-B-1.82-486.fc35.x86_64                         59/168 
13:49:49 #8 49.71   Installing       : perl-FileHandle-2.03-486.fc35.noarch                60/168 
13:49:49 #8 49.72   Installing       : perl-AutoLoader-5.74-486.fc35.noarch                61/168 
13:49:49 #8 49.72   Installing       : perl-Data-Dumper-2.183-2.fc35.x86_64                62/168 
13:49:49 #8 49.73   Installing       : perl-libnet-3.13-479.fc35.noarch                    63/168 
13:49:49 #8 49.74   Installing       : perl-base-2.27-486.fc35.noarch                      64/168 
13:49:49 #8 49.75   Installing       : perl-URI-5.09-4.fc35.noarch                         65/168 
13:49:49 #8 49.76   Installing       : perl-Net-SSLeay-1.90-4.fc35.x86_64                  66/168 
13:49:49 #8 49.77   Installing       : perl-Text-Tabs+Wrap-2021.0814-1.fc35.noarch         67/168 
13:49:49 #8 49.78   Installing       : perl-Time-Local-2:1.300-478.fc35.noarch             68/168 
13:49:49 #8 49.78   Installing       : perl-Mozilla-CA-20211001-1.fc35.noarch              69/168 
13:49:49 #8 49.79   Installing       : perl-if-0.60.900-486.fc35.noarch                    70/168 
13:49:49 #8 49.79   Installing       : perl-IO-Socket-IP-0.41-479.fc35.noarch              71/168 
13:49:49 #8 49.80   Installing       : perl-File-Path-2.18-478.fc35.noarch                 72/168 
13:49:49 #8 49.81   Installing       : perl-IO-Socket-SSL-2.072-1.fc35.noarch              73/168 
13:49:49 #8 49.81   Installing       : perl-Pod-Escapes-1:1.07-478.fc35.noarch             74/168 
13:49:49 #8 49.82   Installing       : perl-Term-ANSIColor-5.01-479.fc35.noarch            75/168 
13:49:49 #8 49.82   Installing       : perl-Class-Struct-0.66-486.fc35.noarch              76/168 
13:49:49 #8 49.83   Installing       : perl-POSIX-1.97-486.fc35.x86_64                     77/168 
13:49:49 #8 49.83   Installing       : perl-IPC-Open3-1.21-486.fc35.noarch                 78/168 
13:49:49 #8 49.84   Installing       : perl-subs-1.04-486.fc35.noarch                      79/168 
13:49:49 #8 49.84   Installing       : perl-File-Temp-1:0.231.100-478.fc35.noarch          80/168 
13:49:49 #8 49.85   Installing       : perl-HTTP-Tiny-0.080-1.fc35.noarch                  81/168 
13:49:49 #8 49.86   Installing       : perl-Pod-Simple-1:3.43-2.fc35.noarch                82/168 
13:49:49 #8 49.86   Installing       : perl-Term-Cap-1.17-478.fc35.noarch                  83/168 
13:49:49 #8 49.89   Installing       : perl-Socket-4:2.032-2.fc35.x86_64                   84/168 
13:49:49 #8 49.90   Installing       : perl-SelectSaver-1.02-486.fc35.noarch               85/168 
13:49:49 #8 49.93   Installing       : perl-Symbol-1.09-486.fc35.noarch                    86/168 
13:49:49 #8 49.93   Installing       : perl-File-stat-1.09-486.fc35.noarch                 87/168 
13:49:49 #8 49.94   Installing       : perl-podlators-1:4.14-478.fc35.noarch               88/168 
13:49:49 #8 49.98   Installing       : perl-Pod-Perldoc-3.28.01-479.fc35.noarch            89/168 
13:49:49 #8 49.98   Installing       : perl-Text-ParseWords-3.30-478.fc35.noarch           90/168 
13:49:49 #8 49.99   Installing       : perl-Fcntl-1.14-486.fc35.x86_64                     91/168 
13:49:50 #8 50.02   Installing       : perl-mro-1.25-486.fc35.x86_64                       92/168 
13:49:50 #8 50.02   Installing       : perl-IO-1.46-486.fc35.x86_64                        93/168 
13:49:50 #8 50.03   Installing       : perl-overloading-0.02-486.fc35.noarch               94/168 
13:49:50 #8 50.03   Installing       : perl-Pod-Usage-4:2.01-478.fc35.noarch               95/168 
13:49:50 #8 50.04   Installing       : perl-MIME-Base64-3.16-478.fc35.x86_64               96/168 
13:49:50 #8 50.04   Installing       : perl-constant-1.33-479.fc35.noarch                  97/168 
13:49:50 #8 50.05   Installing       : perl-parent-1:0.238-478.fc35.noarch                 98/168 
13:49:50 #8 50.05   Installing       : perl-Errno-1.33-486.fc35.x86_64                     99/168 
13:49:50 #8 50.06   Installing       : perl-File-Basename-2.85-486.fc35.noarch            100/168 
13:49:50 #8 50.06   Installing       : perl-Getopt-Std-1.13-486.fc35.noarch               101/168 
13:49:50 #8 50.07   Installing       : perl-Scalar-List-Utils-5:1.62-463.fc35.x86_64      102/168 
13:49:50 #8 50.08   Installing       : perl-Storable-1:3.25-1.fc35.x86_64                 103/168 
13:49:50 #8 50.08   Installing       : perl-overload-1.33-486.fc35.noarch                 104/168 
13:49:50 #8 50.09   Installing       : perl-vars-1.05-486.fc35.noarch                     105/168 
13:49:50 #8 50.09   Installing       : perl-Getopt-Long-1:2.52-478.fc35.noarch            106/168 
13:49:50 #8 50.10   Installing       : perl-Carp-1.52-478.fc35.noarch                     107/168 
13:49:50 #8 50.10   Installing       : perl-Exporter-5.76-479.fc35.noarch                 108/168 
13:49:50 #8 50.11   Installing       : perl-DynaLoader-1.50-486.fc35.x86_64               109/168 
13:49:50 #8 50.11   Installing       : perl-NDBM_File-1.15-486.fc35.x86_64                110/168 
13:49:50 #8 50.12   Installing       : perl-PathTools-3.80-478.fc35.x86_64                111/168 
13:49:50 #8 50.18   Installing       : perl-Encode-4:3.15-482.fc35.x86_64                 112/168 
13:49:50 #8 50.27   Installing       : perl-libs-4:5.34.1-486.fc35.x86_64                 113/168 
13:49:50 #8 50.29   Installing       : perl-interpreter-4:5.34.1-486.fc35.x86_64          114/168 
13:49:50 #8 50.30   Installing       : devscripts-checkbashisms-2.21.4-1.fc35.x86_64      115/168 
13:49:50 #8 50.30   Installing       : python3-zstd-1.4.5.1-5.fc35.x86_64                 116/168 
13:49:50 #8 50.32   Installing       : shared-mime-info-2.1-3.fc35.x86_64                 117/168 
13:49:50 #8 50.33   Running scriptlet: shared-mime-info-2.1-3.fc35.x86_64                 117/168 
13:49:50 #8 50.35   Installing       : gdk-pixbuf2-2.42.6-2.fc35.x86_64                   118/168 
13:49:50 #8 50.37   Installing       : libappstream-glib-0.7.18-3.fc35.x86_64             119/168 
13:49:50 #8 50.38   Installing       : systemd-libs-249.12-3.fc35.x86_64                  120/168 
13:49:50 #8 50.39   Running scriptlet: systemd-libs-249.12-3.fc35.x86_64                  120/168 
13:49:50 #8 50.41   Installing       : dbus-libs-1:1.12.22-1.fc35.x86_64                  121/168 
13:49:50 #8 50.42   Installing       : python3-dbus-1.2.18-2.fc35.x86_64                  122/168 
13:49:50 #8 50.43   Installing       : xxhash-libs-0.8.1-1.fc35.x86_64                    123/168 
13:49:50 #8 50.51   Installing       : gdb-minimal-12.1-1.fc35.x86_64                     124/168 
13:49:50 #8 50.52   Installing       : debugedit-5.0-2.fc35.x86_64                        125/168 
13:49:50 #8 50.58   Installing       : zstd-1.5.2-1.fc35.x86_64                           126/168 
13:49:50 #8 50.59   Upgrading        : dnf-data-4.12.0-1.fc35.noarch                      127/168 
13:49:50 #8 50.59 warning: /etc/dnf/dnf.conf created as /etc/dnf/dnf.conf.rpmnew
13:49:50 #8 50.59 
13:49:50 #8 50.62   Upgrading        : python3-dnf-4.12.0-1.fc35.noarch                   128/168 
13:49:50 #8 50.69   Upgrading        : dnf-4.12.0-1.fc35.noarch                           129/168 
13:49:50 #8 50.72   Running scriptlet: dnf-4.12.0-1.fc35.noarch                           129/168 
13:49:50 #8 50.74   Installing       : rust-srpm-macros-21-1.fc35.noarch                  130/168 
13:49:50 #8 50.74   Installing       : rpmautospec-rpm-macros-0.2.6-1.fc35.noarch         131/168 
13:49:50 #8 50.77   Installing       : ansible-srpm-macros-1-5.fc35.noarch                132/168 
13:49:50 #8 50.77   Installing       : qt5-srpm-macros-5.15.2-3.fc35.noarch               133/168 
13:49:50 #8 50.78   Installing       : python3-toml-0.10.2-5.fc35.noarch                  134/168 
13:49:50 #8 50.80   Installing       : python3-pyxdg-0.27-3.fc35.noarch                   135/168 
13:49:50 #8 50.83   Installing       : python3-distro-1.6.0-1.fc35.noarch                 136/168 
13:49:50 #8 50.84   Installing       : python3-dnf-plugins-core-4.2.0-1.fc35.noarch       137/168 
13:49:50 #8 50.87   Installing       : pkgconf-m4-1.8.0-1.fc35.noarch                     138/168 
13:49:50 #8 50.87   Installing       : pkgconf-pkg-config-1.8.0-1.fc35.x86_64             139/168 
13:49:50 #8 50.91   Installing       : perl-srpm-macros-1-42.fc35.noarch                  140/168 
13:49:50 #8 50.92   Installing       : openblas-srpm-macros-2-10.fc35.noarch              141/168 
13:49:50 #8 50.92   Installing       : ocaml-srpm-macros-6-5.fc35.noarch                  142/168 
13:49:50 #8 50.92   Installing       : nim-srpm-macros-3-5.fc35.noarch                    143/168 
13:49:50 #8 50.93   Installing       : lua-srpm-macros-1-5.fc35.noarch                    144/168 
13:49:50 #8 50.93   Installing       : kernel-srpm-macros-1.0-6.fc35.noarch               145/168 
13:49:50 #8 50.97   Installing       : gnat-srpm-macros-4-14.fc35.noarch                  146/168 
13:49:50 #8 50.97   Installing       : ghc-srpm-macros-1.5.0-5.fc35.noarch                147/168 
13:49:50 #8 50.97   Installing       : fpc-srpm-macros-1.3-4.fc35.noarch                  148/168 
13:49:50 #8 50.98   Installing       : efi-srpm-macros-5-4.fc35.noarch                    149/168 
13:49:50 #8 50.98   Installing       : fonts-srpm-macros-1:2.0.5-6.fc35.noarch            150/168 
13:49:50 #8 51.01   Installing       : go-srpm-macros-3.0.15-1.fc35.noarch                151/168 
13:49:50 #8 51.02   Installing       : python-srpm-macros-3.10-11.fc35.noarch             152/168 
13:49:50 #8 51.03   Installing       : redhat-rpm-config-201-1.fc35.noarch                153/168 
13:49:51 #8 51.06   Installing       : rpm-build-4.17.0-4.fc35.x86_64                     154/168 
13:49:51 #8 51.10   Installing       : rpmlint-2.2.0-2.fc35.noarch                        155/168 
13:49:51 #8 51.11   Installing       : dnf-plugins-core-4.2.0-1.fc35.noarch               156/168 
13:49:51 #8 51.14   Upgrading        : yum-4.12.0-1.fc35.noarch                           157/168 
13:49:51 #8 51.15   Cleanup          : yum-4.9.0-1.fc35.noarch                            158/168 
13:49:51 #8 51.15   Running scriptlet: dnf-4.9.0-1.fc35.noarch                            159/168 
13:49:51 #8 51.16   Cleanup          : dnf-4.9.0-1.fc35.noarch                            159/168 
13:49:51 #8 51.16   Running scriptlet: dnf-4.9.0-1.fc35.noarch                            159/168 
13:49:51 #8 51.22   Cleanup          : python3-dnf-4.9.0-1.fc35.noarch                    160/168 
13:49:51 #8 51.23   Cleanup          : python3-hawkey-0.64.0-1.fc35.x86_64                161/168 
13:49:51 #8 51.26   Cleanup          : dnf-data-4.9.0-1.fc35.noarch                       162/168 
13:49:51 #8 51.26   Cleanup          : python3-libdnf-0.64.0-1.fc35.x86_64                163/168 
13:49:51 #8 51.29   Cleanup          : libdnf-0.64.0-1.fc35.x86_64                        164/168 
13:49:51 #8 51.32   Cleanup          : libsolv-0.7.19-3.fc35.x86_64                       165/168 
13:49:51 #8 51.33   Cleanup          : glibc-2.34-25.fc35.x86_64                          166/168 
13:49:51 #8 51.36   Cleanup          : glibc-minimal-langpack-2.34-25.fc35.x86_64         167/168 
13:49:51 #8 51.37   Cleanup          : glibc-common-2.34-25.fc35.x86_64                   168/168 
13:49:55 #8 51.40   Running scriptlet: glibc-common-2.34-25.fc35.x86_64                   168/168 
13:49:55 #8 55.18   Verifying        : adobe-source-code-pro-fonts-2.030.1.050-11.fc35.     1/168 
13:49:55 #8 55.18   Verifying        : bzip2-1.0.8-9.fc35.x86_64                            2/168 
13:49:55 #8 55.18   Verifying        : cpio-2.13-11.fc35.x86_64                             3/168 
13:49:55 #8 55.18   Verifying        : dash-0.5.10.2-9.fc35.x86_64                          4/168 
13:49:55 #8 55.18   Verifying        : debugedit-5.0-2.fc35.x86_64                          5/168 
13:49:55 #8 55.18   Verifying        : deltarpm-3.6.2-10.fc35.x86_64                        6/168 
13:49:55 #8 55.18   Verifying        : devscripts-checkbashisms-2.21.4-1.fc35.x86_64        7/168 
13:49:55 #8 55.18   Verifying        : diffutils-3.8-1.fc35.x86_64                          8/168 
13:49:55 #8 55.18   Verifying        : dwz-0.14-2.fc35.x86_64                               9/168 
13:49:55 #8 55.18   Verifying        : ed-1.14.2-11.fc35.x86_64                            10/168 
13:49:55 #8 55.18   Verifying        : efi-srpm-macros-5-4.fc35.noarch                     11/168 
13:49:55 #8 55.18   Verifying        : enchant-1:1.6.0-28.fc35.x86_64                      12/168 
13:49:55 #8 55.18   Verifying        : file-5.40-9.fc35.x86_64                             13/168 
13:49:55 #8 55.18   Verifying        : findutils-1:4.8.0-4.fc35.x86_64                     14/168 
13:49:55 #8 55.18   Verifying        : fonts-filesystem-1:2.0.5-6.fc35.noarch              15/168 
13:49:55 #8 55.18   Verifying        : fonts-srpm-macros-1:2.0.5-6.fc35.noarch             16/168 
13:49:55 #8 55.18   Verifying        : fpc-srpm-macros-1.3-4.fc35.noarch                   17/168 
13:49:55 #8 55.18   Verifying        : gdk-pixbuf2-2.42.6-2.fc35.x86_64                    18/168 
13:49:55 #8 55.18   Verifying        : ghc-srpm-macros-1.5.0-5.fc35.noarch                 19/168 
13:49:55 #8 55.18   Verifying        : gnat-srpm-macros-4-14.fc35.noarch                   20/168 
13:49:55 #8 55.18   Verifying        : groff-base-1.22.4-8.fc35.x86_64                     21/168 
13:49:55 #8 55.18   Verifying        : gsettings-desktop-schemas-41.0-1.fc35.x86_64        22/168 
13:49:55 #8 55.19   Verifying        : hunspell-1.7.0-11.fc35.x86_64                       23/168 
13:49:55 #8 55.19   Verifying        : hunspell-en-0.20140811.1-20.fc35.noarch             24/168 
13:49:55 #8 55.19   Verifying        : hunspell-en-GB-0.20140811.1-20.fc35.noarch          25/168 
13:49:55 #8 55.19   Verifying        : hunspell-en-US-0.20140811.1-20.fc35.noarch          26/168 
13:49:55 #8 55.19   Verifying        : hunspell-filesystem-1.7.0-11.fc35.x86_64            27/168 
13:49:55 #8 55.19   Verifying        : info-6.8-2.fc35.x86_64                              28/168 
13:49:55 #8 55.19   Verifying        : json-glib-1.6.6-1.fc35.x86_64                       29/168 
13:49:55 #8 55.19   Verifying        : kernel-srpm-macros-1.0-6.fc35.noarch                30/168 
13:49:55 #8 55.19   Verifying        : libappstream-glib-0.7.18-3.fc35.x86_64              31/168 
13:49:55 #8 55.19   Verifying        : libevent-2.1.12-4.fc35.x86_64                       32/168 
13:49:55 #8 55.19   Verifying        : libjpeg-turbo-2.1.0-3.fc35.x86_64                   33/168 
13:49:55 #8 55.19   Verifying        : libpkgconf-1.8.0-1.fc35.x86_64                      34/168 
13:49:55 #8 55.19   Verifying        : libpng-2:1.6.37-11.fc35.x86_64                      35/168 
13:49:55 #8 55.19   Verifying        : libproxy-0.4.17-3.fc35.x86_64                       36/168 
13:49:55 #8 55.19   Verifying        : libstemmer-0-17.585svn.fc35.x86_64                  37/168 
13:49:55 #8 55.19   Verifying        : lua-srpm-macros-1-5.fc35.noarch                     38/168 
13:49:55 #8 55.19   Verifying        : ncurses-6.2-8.20210508.fc35.x86_64                  39/168 
13:49:55 #8 55.19   Verifying        : nim-srpm-macros-3-5.fc35.noarch                     40/168 
13:49:55 #8 55.19   Verifying        : ocaml-srpm-macros-6-5.fc35.noarch                   41/168 
13:49:55 #8 55.19   Verifying        : openblas-srpm-macros-2-10.fc35.noarch               42/168 
13:49:55 #8 55.19   Verifying        : patch-2.7.6-15.fc35.x86_64                          43/168 
13:49:55 #8 55.19   Verifying        : perl-Carp-1.52-478.fc35.noarch                      44/168 
13:49:55 #8 55.19   Verifying        : perl-Data-Dumper-2.183-2.fc35.x86_64                45/168 
13:49:55 #8 55.19   Verifying        : perl-Digest-1.20-1.fc35.noarch                      46/168 
13:49:55 #8 55.19   Verifying        : perl-Digest-MD5-2.58-478.fc35.x86_64                47/168 
13:49:55 #8 55.19   Verifying        : perl-Exporter-5.76-479.fc35.noarch                  48/168 
13:49:55 #8 55.19   Verifying        : perl-File-Path-2.18-478.fc35.noarch                 49/168 
13:49:55 #8 55.19   Verifying        : perl-File-Temp-1:0.231.100-478.fc35.noarch          50/168 
13:49:55 #8 55.19   Verifying        : perl-Getopt-Long-1:2.52-478.fc35.noarch             51/168 
13:49:55 #8 55.19   Verifying        : perl-IO-Socket-IP-0.41-479.fc35.noarch              52/168 
13:49:55 #8 55.19   Verifying        : perl-IO-Socket-SSL-2.072-1.fc35.noarch              53/168 
13:49:55 #8 55.19   Verifying        : perl-MIME-Base64-3.16-478.fc35.x86_64               54/168 
13:49:55 #8 55.19   Verifying        : perl-Net-SSLeay-1.90-4.fc35.x86_64                  55/168 
13:49:55 #8 55.19   Verifying        : perl-PathTools-3.80-478.fc35.x86_64                 56/168 
13:49:55 #8 55.19   Verifying        : perl-Pod-Escapes-1:1.07-478.fc35.noarch             57/168 
13:49:55 #8 55.19   Verifying        : perl-Pod-Perldoc-3.28.01-479.fc35.noarch            58/168 
13:49:55 #8 55.19   Verifying        : perl-Pod-Simple-1:3.43-2.fc35.noarch                59/168 
13:49:55 #8 55.19   Verifying        : perl-Pod-Usage-4:2.01-478.fc35.noarch               60/168 
13:49:55 #8 55.19   Verifying        : perl-Socket-4:2.032-2.fc35.x86_64                   61/168 
13:49:55 #8 55.19   Verifying        : perl-Storable-1:3.25-1.fc35.x86_64                  62/168 
13:49:55 #8 55.19   Verifying        : perl-Term-ANSIColor-5.01-479.fc35.noarch            63/168 
13:49:55 #8 55.19   Verifying        : perl-Term-Cap-1.17-478.fc35.noarch                  64/168 
13:49:55 #8 55.19   Verifying        : perl-Text-ParseWords-3.30-478.fc35.noarch           65/168 
13:49:55 #8 55.19   Verifying        : perl-Text-Tabs+Wrap-2021.0814-1.fc35.noarch         66/168 
13:49:55 #8 55.19   Verifying        : perl-Time-Local-2:1.300-478.fc35.noarch             67/168 
13:49:55 #8 55.19   Verifying        : perl-URI-5.09-4.fc35.noarch                         68/168 
13:49:55 #8 55.19   Verifying        : perl-constant-1.33-479.fc35.noarch                  69/168 
13:49:55 #8 55.19   Verifying        : perl-libnet-3.13-479.fc35.noarch                    70/168 
13:49:55 #8 55.19   Verifying        : perl-parent-1:0.238-478.fc35.noarch                 71/168 
13:49:55 #8 55.19   Verifying        : perl-podlators-1:4.14-478.fc35.noarch               72/168 
13:49:55 #8 55.19   Verifying        : perl-srpm-macros-1-42.fc35.noarch                   73/168 
13:49:55 #8 55.19   Verifying        : pkgconf-1.8.0-1.fc35.x86_64                         74/168 
13:49:55 #8 55.19   Verifying        : pkgconf-m4-1.8.0-1.fc35.noarch                      75/168 
13:49:55 #8 55.19   Verifying        : pkgconf-pkg-config-1.8.0-1.fc35.x86_64              76/168 
13:49:55 #8 55.19   Verifying        : protobuf-c-1.4.0-1.fc35.x86_64                      77/168 
13:49:55 #8 55.19   Verifying        : python3-construct-2.10.67-3.fc35.noarch             78/168 
13:49:55 #8 55.19   Verifying        : python3-dateutil-1:2.8.1-7.fc35.noarch              79/168 
13:49:55 #8 55.19   Verifying        : python3-dbus-1.2.18-2.fc35.x86_64                   80/168 
13:49:55 #8 55.19   Verifying        : python3-distro-1.6.0-1.fc35.noarch                  81/168 
13:49:55 #8 55.19   Verifying        : python3-pybeam-0.7-1.fc35.noarch                    82/168 
13:49:55 #8 55.19   Verifying        : python3-pyxdg-0.27-3.fc35.noarch                    83/168 
13:49:55 #8 55.19   Verifying        : python3-six-1.16.0-4.fc35.noarch                    84/168 
13:49:55 #8 55.19   Verifying        : python3-toml-0.10.2-5.fc35.noarch                   85/168 
13:49:55 #8 55.19   Verifying        : python3-unbound-1.13.2-1.fc35.x86_64                86/168 
13:49:55 #8 55.19   Verifying        : python3-zstd-1.4.5.1-5.fc35.x86_64                  87/168 
13:49:55 #8 55.19   Verifying        : qt5-srpm-macros-5.15.2-3.fc35.noarch                88/168 
13:49:55 #8 55.19   Verifying        : shared-mime-info-2.1-3.fc35.x86_64                  89/168 
13:49:55 #8 55.19   Verifying        : unbound-libs-1.13.2-1.fc35.x86_64                   90/168 
13:49:55 #8 55.19   Verifying        : unzip-6.0-53.fc35.x86_64                            91/168 
13:49:55 #8 55.19   Verifying        : xz-5.2.5-7.fc35.x86_64                              92/168 
13:49:55 #8 55.19   Verifying        : zip-3.0-31.fc35.x86_64                              93/168 
13:49:55 #8 55.19   Verifying        : abattis-cantarell-fonts-0.301-5.fc35.noarch         94/168 
13:49:55 #8 55.19   Verifying        : ansible-srpm-macros-1-5.fc35.noarch                 95/168 
13:49:55 #8 55.19   Verifying        : binutils-2.37-17.fc35.x86_64                        96/168 
13:49:55 #8 55.19   Verifying        : binutils-gold-2.37-17.fc35.x86_64                   97/168 
13:49:55 #8 55.19   Verifying        : dbus-libs-1:1.12.22-1.fc35.x86_64                   98/168 
13:49:55 #8 55.19   Verifying        : dnf-plugins-core-4.2.0-1.fc35.noarch                99/168 
13:49:55 #8 55.19   Verifying        : elfutils-0.186-1.fc35.x86_64                       100/168 
13:49:55 #8 55.19   Verifying        : elfutils-debuginfod-client-0.186-1.fc35.x86_64     101/168 
13:49:55 #8 55.19   Verifying        : gdb-minimal-12.1-1.fc35.x86_64                     102/168 
13:49:55 #8 55.19   Verifying        : glib-networking-2.70.1-1.fc35.x86_64               103/168 
13:49:55 #8 55.19   Verifying        : glibc-gconv-extra-2.34-34.fc35.x86_64              104/168 
13:49:55 #8 55.19   Verifying        : go-srpm-macros-3.0.15-1.fc35.noarch                105/168 
13:49:55 #8 55.19   Verifying        : libsoup-2.74.2-1.fc35.x86_64                       106/168 
13:49:55 #8 55.19   Verifying        : perl-AutoLoader-5.74-486.fc35.noarch               107/168 
13:49:55 #8 55.19   Verifying        : perl-B-1.82-486.fc35.x86_64                        108/168 
13:49:55 #8 55.19   Verifying        : perl-Class-Struct-0.66-486.fc35.noarch             109/168 
13:49:55 #8 55.19   Verifying        : perl-DynaLoader-1.50-486.fc35.x86_64               110/168 
13:49:55 #8 55.19   Verifying        : perl-Encode-4:3.15-482.fc35.x86_64                 111/168 
13:49:55 #8 55.19   Verifying        : perl-Errno-1.33-486.fc35.x86_64                    112/168 
13:49:55 #8 55.19   Verifying        : perl-Fcntl-1.14-486.fc35.x86_64                    113/168 
13:49:55 #8 55.19   Verifying        : perl-File-Basename-2.85-486.fc35.noarch            114/168 
13:49:55 #8 55.19   Verifying        : perl-File-stat-1.09-486.fc35.noarch                115/168 
13:49:55 #8 55.19   Verifying        : perl-FileHandle-2.03-486.fc35.noarch               116/168 
13:49:55 #8 55.19   Verifying        : perl-Getopt-Std-1.13-486.fc35.noarch               117/168 
13:49:55 #8 55.19   Verifying        : perl-HTTP-Tiny-0.080-1.fc35.noarch                 118/168 
13:49:55 #8 55.19   Verifying        : perl-IO-1.46-486.fc35.x86_64                       119/168 
13:49:55 #8 55.19   Verifying        : perl-IPC-Open3-1.21-486.fc35.noarch                120/168 
13:49:55 #8 55.19   Verifying        : perl-Mozilla-CA-20211001-1.fc35.noarch             121/168 
13:49:55 #8 55.19   Verifying        : perl-NDBM_File-1.15-486.fc35.x86_64                122/168 
13:49:55 #8 55.19   Verifying        : perl-POSIX-1.97-486.fc35.x86_64                    123/168 
13:49:55 #8 55.19   Verifying        : perl-Scalar-List-Utils-5:1.62-463.fc35.x86_64      124/168 
13:49:55 #8 55.19   Verifying        : perl-SelectSaver-1.02-486.fc35.noarch              125/168 
13:49:55 #8 55.19   Verifying        : perl-Symbol-1.09-486.fc35.noarch                   126/168 
13:49:55 #8 55.19   Verifying        : perl-base-2.27-486.fc35.noarch                     127/168 
13:49:55 #8 55.19   Verifying        : perl-if-0.60.900-486.fc35.noarch                   128/168 
13:49:55 #8 55.19   Verifying        : perl-interpreter-4:5.34.1-486.fc35.x86_64          129/168 
13:49:55 #8 55.19   Verifying        : perl-libs-4:5.34.1-486.fc35.x86_64                 130/168 
13:49:55 #8 55.19   Verifying        : perl-mro-1.25-486.fc35.x86_64                      131/168 
13:49:55 #8 55.19   Verifying        : perl-overload-1.33-486.fc35.noarch                 132/168 
13:49:55 #8 55.19   Verifying        : perl-overloading-0.02-486.fc35.noarch              133/168 
13:49:55 #8 55.19   Verifying        : perl-subs-1.04-486.fc35.noarch                     134/168 
13:49:55 #8 55.19   Verifying        : perl-vars-1.05-486.fc35.noarch                     135/168 
13:49:55 #8 55.19   Verifying        : python-srpm-macros-3.10-11.fc35.noarch             136/168 
13:49:55 #8 55.19   Verifying        : python3-dnf-plugins-core-4.2.0-1.fc35.noarch       137/168 
13:49:55 #8 55.19   Verifying        : python3-enchant-3.2.2-1.fc35.noarch                138/168 
13:49:55 #8 55.19   Verifying        : redhat-rpm-config-201-1.fc35.noarch                139/168 
13:49:55 #8 55.19   Verifying        : rpm-build-4.17.0-4.fc35.x86_64                     140/168 
13:49:55 #8 55.19   Verifying        : rpmautospec-rpm-macros-0.2.6-1.fc35.noarch         141/168 
13:49:55 #8 55.19   Verifying        : rpmlint-2.2.0-2.fc35.noarch                        142/168 
13:49:55 #8 55.19   Verifying        : rust-srpm-macros-21-1.fc35.noarch                  143/168 
13:49:55 #8 55.19   Verifying        : systemd-libs-249.12-3.fc35.x86_64                  144/168 
13:49:55 #8 55.19   Verifying        : xxhash-libs-0.8.1-1.fc35.x86_64                    145/168 
13:49:55 #8 55.19   Verifying        : zstd-1.5.2-1.fc35.x86_64                           146/168 
13:49:55 #8 55.19   Verifying        : dnf-4.12.0-1.fc35.noarch                           147/168 
13:49:55 #8 55.19   Verifying        : dnf-4.9.0-1.fc35.noarch                            148/168 
13:49:55 #8 55.19   Verifying        : dnf-data-4.12.0-1.fc35.noarch                      149/168 
13:49:55 #8 55.19   Verifying        : dnf-data-4.9.0-1.fc35.noarch                       150/168 
13:49:55 #8 55.19   Verifying        : glibc-2.34-34.fc35.x86_64                          151/168 
13:49:55 #8 55.19   Verifying        : glibc-2.34-25.fc35.x86_64                          152/168 
13:49:55 #8 55.19   Verifying        : glibc-common-2.34-34.fc35.x86_64                   153/168 
13:49:55 #8 55.19   Verifying        : glibc-common-2.34-25.fc35.x86_64                   154/168 
13:49:55 #8 55.19   Verifying        : glibc-minimal-langpack-2.34-34.fc35.x86_64         155/168 
13:49:55 #8 55.19   Verifying        : glibc-minimal-langpack-2.34-25.fc35.x86_64         156/168 
13:49:55 #8 55.19   Verifying        : libdnf-0.67.0-2.fc35.x86_64                        157/168 
13:49:55 #8 55.19   Verifying        : libdnf-0.64.0-1.fc35.x86_64                        158/168 
13:49:55 #8 55.19   Verifying        : libsolv-0.7.22-1.fc35.x86_64                       159/168 
13:49:55 #8 55.19   Verifying        : libsolv-0.7.19-3.fc35.x86_64                       160/168 
13:49:55 #8 55.19   Verifying        : python3-dnf-4.12.0-1.fc35.noarch                   161/168 
13:49:55 #8 55.20   Verifying        : python3-dnf-4.9.0-1.fc35.noarch                    162/168 
13:49:55 #8 55.20   Verifying        : python3-hawkey-0.67.0-2.fc35.x86_64                163/168 
13:49:55 #8 55.20   Verifying        : python3-hawkey-0.64.0-1.fc35.x86_64                164/168 
13:49:55 #8 55.20   Verifying        : python3-libdnf-0.67.0-2.fc35.x86_64                165/168 
13:49:55 #8 55.20   Verifying        : python3-libdnf-0.64.0-1.fc35.x86_64                166/168 
13:49:55 #8 55.20   Verifying        : yum-4.12.0-1.fc35.noarch                           167/168 
13:49:55 #8 55.20   Verifying        : yum-4.9.0-1.fc35.noarch                            168/168 
13:49:55 #8 55.37 
13:49:55 #8 55.37 Upgraded:
13:49:55 #8 55.37   dnf-4.12.0-1.fc35.noarch                                                      
13:49:55 #8 55.37   dnf-data-4.12.0-1.fc35.noarch                                                 
13:49:55 #8 55.37   glibc-2.34-34.fc35.x86_64                                                     
13:49:55 #8 55.37   glibc-common-2.34-34.fc35.x86_64                                              
13:49:55 #8 55.37   glibc-minimal-langpack-2.34-34.fc35.x86_64                                    
13:49:55 #8 55.37   libdnf-0.67.0-2.fc35.x86_64                                                   
13:49:55 #8 55.37   libsolv-0.7.22-1.fc35.x86_64                                                  
13:49:55 #8 55.37   python3-dnf-4.12.0-1.fc35.noarch                                              
13:49:55 #8 55.37   python3-hawkey-0.67.0-2.fc35.x86_64                                           
13:49:55 #8 55.37   python3-libdnf-0.67.0-2.fc35.x86_64                                           
13:49:55 #8 55.37   yum-4.12.0-1.fc35.noarch                                                      
13:49:55 #8 55.37 Installed:
13:49:55 #8 55.37   abattis-cantarell-fonts-0.301-5.fc35.noarch                                   
13:49:55 #8 55.37   adobe-source-code-pro-fonts-2.030.1.050-11.fc35.noarch                        
13:49:55 #8 55.37   ansible-srpm-macros-1-5.fc35.noarch                                           
13:49:55 #8 55.37   binutils-2.37-17.fc35.x86_64                                                  
13:49:55 #8 55.37   binutils-gold-2.37-17.fc35.x86_64                                             
13:49:55 #8 55.37   bzip2-1.0.8-9.fc35.x86_64                                                     
13:49:55 #8 55.37   cpio-2.13-11.fc35.x86_64                                                      
13:49:55 #8 55.37   dash-0.5.10.2-9.fc35.x86_64                                                   
13:49:55 #8 55.37   dbus-libs-1:1.12.22-1.fc35.x86_64                                             
13:49:55 #8 55.37   debugedit-5.0-2.fc35.x86_64                                                   
13:49:55 #8 55.37   deltarpm-3.6.2-10.fc35.x86_64                                                 
13:49:55 #8 55.37   devscripts-checkbashisms-2.21.4-1.fc35.x86_64                                 
13:49:55 #8 55.37   diffutils-3.8-1.fc35.x86_64                                                   
13:49:55 #8 55.37   dnf-plugins-core-4.2.0-1.fc35.noarch                                          
13:49:55 #8 55.37   dwz-0.14-2.fc35.x86_64                                                        
13:49:55 #8 55.37   ed-1.14.2-11.fc35.x86_64                                                      
13:49:55 #8 55.37   efi-srpm-macros-5-4.fc35.noarch                                               
13:49:55 #8 55.37   elfutils-0.186-1.fc35.x86_64                                                  
13:49:55 #8 55.37   elfutils-debuginfod-client-0.186-1.fc35.x86_64                                
13:49:55 #8 55.37   enchant-1:1.6.0-28.fc35.x86_64                                                
13:49:55 #8 55.37   file-5.40-9.fc35.x86_64                                                       
13:49:55 #8 55.37   findutils-1:4.8.0-4.fc35.x86_64                                               
13:49:55 #8 55.37   fonts-filesystem-1:2.0.5-6.fc35.noarch                                        
13:49:55 #8 55.37   fonts-srpm-macros-1:2.0.5-6.fc35.noarch                                       
13:49:55 #8 55.37   fpc-srpm-macros-1.3-4.fc35.noarch                                             
13:49:55 #8 55.37   gdb-minimal-12.1-1.fc35.x86_64                                                
13:49:55 #8 55.37   gdk-pixbuf2-2.42.6-2.fc35.x86_64                                              
13:49:55 #8 55.37   ghc-srpm-macros-1.5.0-5.fc35.noarch                                           
13:49:55 #8 55.37   glib-networking-2.70.1-1.fc35.x86_64                                          
13:49:55 #8 55.37   glibc-gconv-extra-2.34-34.fc35.x86_64                                         
13:49:55 #8 55.37   gnat-srpm-macros-4-14.fc35.noarch                                             
13:49:55 #8 55.37   go-srpm-macros-3.0.15-1.fc35.noarch                                           
13:49:55 #8 55.37   groff-base-1.22.4-8.fc35.x86_64                                               
13:49:55 #8 55.37   gsettings-desktop-schemas-41.0-1.fc35.x86_64                                  
13:49:55 #8 55.37   hunspell-1.7.0-11.fc35.x86_64                                                 
13:49:55 #8 55.37   hunspell-en-0.20140811.1-20.fc35.noarch                                       
13:49:55 #8 55.37   hunspell-en-GB-0.20140811.1-20.fc35.noarch                                    
13:49:55 #8 55.37   hunspell-en-US-0.20140811.1-20.fc35.noarch                                    
13:49:55 #8 55.37   hunspell-filesystem-1.7.0-11.fc35.x86_64                                      
13:49:55 #8 55.37   info-6.8-2.fc35.x86_64                                                        
13:49:55 #8 55.37   json-glib-1.6.6-1.fc35.x86_64                                                 
13:49:55 #8 55.37   kernel-srpm-macros-1.0-6.fc35.noarch                                          
13:49:55 #8 55.37   libappstream-glib-0.7.18-3.fc35.x86_64                                        
13:49:55 #8 55.37   libevent-2.1.12-4.fc35.x86_64                                                 
13:49:55 #8 55.37   libjpeg-turbo-2.1.0-3.fc35.x86_64                                             
13:49:55 #8 55.37   libpkgconf-1.8.0-1.fc35.x86_64                                                
13:49:55 #8 55.37   libpng-2:1.6.37-11.fc35.x86_64                                                
13:49:55 #8 55.37   libproxy-0.4.17-3.fc35.x86_64                                                 
13:49:55 #8 55.37   libsoup-2.74.2-1.fc35.x86_64                                                  
13:49:55 #8 55.37   libstemmer-0-17.585svn.fc35.x86_64                                            
13:49:55 #8 55.37   lua-srpm-macros-1-5.fc35.noarch                                               
13:49:55 #8 55.37   ncurses-6.2-8.20210508.fc35.x86_64                                            
13:49:55 #8 55.37   nim-srpm-macros-3-5.fc35.noarch                                               
13:49:55 #8 55.37   ocaml-srpm-macros-6-5.fc35.noarch                                             
13:49:55 #8 55.37   openblas-srpm-macros-2-10.fc35.noarch                                         
13:49:55 #8 55.37   patch-2.7.6-15.fc35.x86_64                                                    
13:49:55 #8 55.37   perl-AutoLoader-5.74-486.fc35.noarch                                          
13:49:55 #8 55.37   perl-B-1.82-486.fc35.x86_64                                                   
13:49:55 #8 55.37   perl-Carp-1.52-478.fc35.noarch                                                
13:49:55 #8 55.37   perl-Class-Struct-0.66-486.fc35.noarch                                        
13:49:55 #8 55.37   perl-Data-Dumper-2.183-2.fc35.x86_64                                          
13:49:55 #8 55.37   perl-Digest-1.20-1.fc35.noarch                                                
13:49:55 #8 55.37   perl-Digest-MD5-2.58-478.fc35.x86_64                                          
13:49:55 #8 55.37   perl-DynaLoader-1.50-486.fc35.x86_64                                          
13:49:55 #8 55.37   perl-Encode-4:3.15-482.fc35.x86_64                                            
13:49:55 #8 55.37   perl-Errno-1.33-486.fc35.x86_64                                               
13:49:55 #8 55.37   perl-Exporter-5.76-479.fc35.noarch                                            
13:49:55 #8 55.37   perl-Fcntl-1.14-486.fc35.x86_64                                               
13:49:55 #8 55.37   perl-File-Basename-2.85-486.fc35.noarch                                       
13:49:55 #8 55.37   perl-File-Path-2.18-478.fc35.noarch                                           
13:49:55 #8 55.37   perl-File-Temp-1:0.231.100-478.fc35.noarch                                    
13:49:55 #8 55.37   perl-File-stat-1.09-486.fc35.noarch                                           
13:49:55 #8 55.37   perl-FileHandle-2.03-486.fc35.noarch                                          
13:49:55 #8 55.37   perl-Getopt-Long-1:2.52-478.fc35.noarch                                       
13:49:55 #8 55.37   perl-Getopt-Std-1.13-486.fc35.noarch                                          
13:49:55 #8 55.37   perl-HTTP-Tiny-0.080-1.fc35.noarch                                            
13:49:55 #8 55.37   perl-IO-1.46-486.fc35.x86_64                                                  
13:49:55 #8 55.37   perl-IO-Socket-IP-0.41-479.fc35.noarch                                        
13:49:55 #8 55.37   perl-IO-Socket-SSL-2.072-1.fc35.noarch                                        
13:49:55 #8 55.37   perl-IPC-Open3-1.21-486.fc35.noarch                                           
13:49:55 #8 55.37   perl-MIME-Base64-3.16-478.fc35.x86_64                                         
13:49:55 #8 55.37   perl-Mozilla-CA-20211001-1.fc35.noarch                                        
13:49:55 #8 55.37   perl-NDBM_File-1.15-486.fc35.x86_64                                           
13:49:55 #8 55.37   perl-Net-SSLeay-1.90-4.fc35.x86_64                                            
13:49:55 #8 55.37   perl-POSIX-1.97-486.fc35.x86_64                                               
13:49:55 #8 55.37   perl-PathTools-3.80-478.fc35.x86_64                                           
13:49:55 #8 55.37   perl-Pod-Escapes-1:1.07-478.fc35.noarch                                       
13:49:55 #8 55.37   perl-Pod-Perldoc-3.28.01-479.fc35.noarch                                      
13:49:55 #8 55.37   perl-Pod-Simple-1:3.43-2.fc35.noarch                                          
13:49:55 #8 55.37   perl-Pod-Usage-4:2.01-478.fc35.noarch                                         
13:49:55 #8 55.37   perl-Scalar-List-Utils-5:1.62-463.fc35.x86_64                                 
13:49:55 #8 55.37   perl-SelectSaver-1.02-486.fc35.noarch                                         
13:49:55 #8 55.37   perl-Socket-4:2.032-2.fc35.x86_64                                             
13:49:55 #8 55.37   perl-Storable-1:3.25-1.fc35.x86_64                                            
13:49:55 #8 55.37   perl-Symbol-1.09-486.fc35.noarch                                              
13:49:55 #8 55.37   perl-Term-ANSIColor-5.01-479.fc35.noarch                                      
13:49:55 #8 55.37   perl-Term-Cap-1.17-478.fc35.noarch                                            
13:49:55 #8 55.37   perl-Text-ParseWords-3.30-478.fc35.noarch                                     
13:49:55 #8 55.37   perl-Text-Tabs+Wrap-2021.0814-1.fc35.noarch                                   
13:49:55 #8 55.37   perl-Time-Local-2:1.300-478.fc35.noarch                                       
13:49:55 #8 55.37   perl-URI-5.09-4.fc35.noarch                                                   
13:49:55 #8 55.37   perl-base-2.27-486.fc35.noarch                                                
13:49:55 #8 55.37   perl-constant-1.33-479.fc35.noarch                                            
13:49:55 #8 55.37   perl-if-0.60.900-486.fc35.noarch                                              
13:49:55 #8 55.37   perl-interpreter-4:5.34.1-486.fc35.x86_64                                     
13:49:55 #8 55.37   perl-libnet-3.13-479.fc35.noarch                                              
13:49:55 #8 55.37   perl-libs-4:5.34.1-486.fc35.x86_64                                            
13:49:55 #8 55.37   perl-mro-1.25-486.fc35.x86_64                                                 
13:49:55 #8 55.37   perl-overload-1.33-486.fc35.noarch                                            
13:49:55 #8 55.37   perl-overloading-0.02-486.fc35.noarch                                         
13:49:55 #8 55.37   perl-parent-1:0.238-478.fc35.noarch                                           
13:49:55 #8 55.37   perl-podlators-1:4.14-478.fc35.noarch                                         
13:49:55 #8 55.37   perl-srpm-macros-1-42.fc35.noarch                                             
13:49:55 #8 55.37   perl-subs-1.04-486.fc35.noarch                                                
13:49:55 #8 55.37   perl-vars-1.05-486.fc35.noarch                                                
13:49:55 #8 55.37   pkgconf-1.8.0-1.fc35.x86_64                                                   
13:49:55 #8 55.37   pkgconf-m4-1.8.0-1.fc35.noarch                                                
13:49:55 #8 55.37   pkgconf-pkg-config-1.8.0-1.fc35.x86_64                                        
13:49:55 #8 55.37   protobuf-c-1.4.0-1.fc35.x86_64                                                
13:49:55 #8 55.37   python-srpm-macros-3.10-11.fc35.noarch                                        
13:49:55 #8 55.37   python3-construct-2.10.67-3.fc35.noarch                                       
13:49:55 #8 55.37   python3-dateutil-1:2.8.1-7.fc35.noarch                                        
13:49:55 #8 55.37   python3-dbus-1.2.18-2.fc35.x86_64                                             
13:49:55 #8 55.37   python3-distro-1.6.0-1.fc35.noarch                                            
13:49:55 #8 55.37   python3-dnf-plugins-core-4.2.0-1.fc35.noarch                                  
13:49:55 #8 55.37   python3-enchant-3.2.2-1.fc35.noarch                                           
13:49:55 #8 55.37   python3-pybeam-0.7-1.fc35.noarch                                              
13:49:55 #8 55.37   python3-pyxdg-0.27-3.fc35.noarch                                              
13:49:55 #8 55.37   python3-six-1.16.0-4.fc35.noarch                                              
13:49:55 #8 55.37   python3-toml-0.10.2-5.fc35.noarch                                             
13:49:55 #8 55.37   python3-unbound-1.13.2-1.fc35.x86_64                                          
13:49:55 #8 55.37   python3-zstd-1.4.5.1-5.fc35.x86_64                                            
13:49:55 #8 55.37   qt5-srpm-macros-5.15.2-3.fc35.noarch                                          
13:49:55 #8 55.37   redhat-rpm-config-201-1.fc35.noarch                                           
13:49:55 #8 55.37   rpm-build-4.17.0-4.fc35.x86_64                                                
13:49:55 #8 55.37   rpmautospec-rpm-macros-0.2.6-1.fc35.noarch                                    
13:49:55 #8 55.37   rpmlint-2.2.0-2.fc35.noarch                                                   
13:49:55 #8 55.37   rust-srpm-macros-21-1.fc35.noarch                                             
13:49:55 #8 55.37   shared-mime-info-2.1-3.fc35.x86_64                                            
13:49:55 #8 55.37   systemd-libs-249.12-3.fc35.x86_64                                             
13:49:55 #8 55.37   unbound-libs-1.13.2-1.fc35.x86_64                                             
13:49:55 #8 55.37   unzip-6.0-53.fc35.x86_64                                                      
13:49:55 #8 55.37   xxhash-libs-0.8.1-1.fc35.x86_64                                               
13:49:55 #8 55.37   xz-5.2.5-7.fc35.x86_64                                                        
13:49:55 #8 55.37   zip-3.0-31.fc35.x86_64                                                        
13:49:55 #8 55.37   zstd-1.5.2-1.fc35.x86_64                                                      
13:49:55 #8 55.37 
13:49:55 #8 55.37 Complete!
13:49:55 #8 DONE 55.5s
13:49:55 
13:49:55 #10 [stage-1 3/6] COPY SPECS /root/rpmbuild/SPECS
13:49:55 #10 sha256:76e1d857941437440ae79cff12cd5a17c02a964288fff5b3dcb93b3db2ffb8a4
13:49:55 #10 DONE 0.1s
13:49:55 
13:49:55 #11 [stage-1 4/6] RUN   if [ "$(uname -m)" = "x86_64" ]; then     dnf builddep -y /root/rpmbuild/SPECS/*.spec;   else     dnf builddep -y /root/rpmbuild/SPECS/docker-c*.spec;   fi
13:49:55 #11 sha256:f237446bc928cdec0412c7379a822818843bed4feb4bd5dd47f7ceb8105371cc
13:50:27 #11 27.50 Last metadata expiration check: 0:00:43 ago on Tue May 31 13:49:39 2022.
13:50:27 #11 30.96 Package bash-5.1.8-2.fc35.x86_64 is already installed.
13:50:27 #11 30.97 Package bash-5.1.8-2.fc35.x86_64 is already installed.
13:50:27 #11 30.98 Package ca-certificates-2021.2.52-1.0.fc35.noarch is already installed.
13:50:27 #11 30.98 Package libarchive-3.5.2-2.fc35.x86_64 is already installed.
13:50:27 #11 30.98 Package pkgconf-pkg-config-1.8.0-1.fc35.x86_64 is already installed.
13:50:27 #11 30.98 Package tar-2:1.34-2.fc35.x86_64 is already installed.
13:50:27 #11 30.99 Package bash-5.1.8-2.fc35.x86_64 is already installed.
13:50:27 #11 31.00 Package bash-5.1.8-2.fc35.x86_64 is already installed.
13:50:27 #11 31.06 Dependencies resolved.
13:50:27 #11 31.08 ================================================================================
13:50:27 #11 31.08  Package                       Arch    Version                   Repo      Size
13:50:27 #11 31.08 ================================================================================
13:50:27 #11 31.08 Installing:
13:50:27 #11 31.08  btrfs-progs-devel             x86_64  5.16.2-1.fc35             updates   50 k
13:50:27 #11 31.08  cmake                         x86_64  3.22.2-1.fc35             updates  6.2 M
13:50:27 #11 31.08  device-mapper-devel           x86_64  1.02.175-6.fc35           fedora    45 k
13:50:27 #11 31.08  gcc                           x86_64  11.3.1-2.fc35             updates   31 M
13:50:27 #11 31.08  git                           x86_64  2.35.3-1.fc35             updates   66 k
13:50:27 #11 31.08  glibc-static                  x86_64  2.34-34.fc35              updates  1.7 M
13:50:27 #11 31.08  libseccomp-devel              x86_64  2.5.3-1.fc35              updates   53 k
13:50:27 #11 31.08  libselinux-devel              x86_64  3.3-1.fc35                updates  112 k
13:50:27 #11 31.08  libtool                       x86_64  2.4.6-50.fc35             updates  579 k
13:50:27 #11 31.08  libtool-ltdl-devel            x86_64  2.4.6-50.fc35             updates  154 k
13:50:27 #11 31.08  make                          x86_64  1:4.3-6.fc35              fedora   533 k
13:50:27 #11 31.08  selinux-policy-devel          noarch  35.17-1.fc35              updates  812 k
13:50:27 #11 31.08  systemd                       x86_64  249.12-3.fc35             updates  4.1 M
13:50:27 #11 31.08  systemd-devel                 x86_64  249.12-3.fc35             updates  446 k
13:50:27 #11 31.08  which                         x86_64  2.21-27.fc35              fedora    41 k
13:50:27 #11 31.08 Upgrading:
13:50:27 #11 31.08  audit-libs                    x86_64  3.0.8-1.fc35              updates  116 k
13:50:27 #11 31.08  libgcc                        x86_64  11.3.1-2.fc35             updates  118 k
13:50:27 #11 31.08  libgomp                       x86_64  11.3.1-2.fc35             updates  291 k
13:50:27 #11 31.08  pcre2                         x86_64  10.40-1.fc35              updates  235 k
13:50:27 #11 31.08  pcre2-syntax                  noarch  10.40-1.fc35              updates  143 k
13:50:27 #11 31.08 Installing dependencies:
13:50:27 #11 31.08  acl                           x86_64  2.3.1-2.fc35              fedora    71 k
13:50:27 #11 31.08  annobin-docs                  noarch  10.66-2.fc35              updates   85 k
13:50:27 #11 31.08  annobin-plugin-gcc            x86_64  10.66-2.fc35              updates   46 k
13:50:27 #11 31.08  autoconf                      noarch  2.69-37.fc35              fedora   666 k
13:50:27 #11 31.08  automake                      noarch  1.16.2-5.fc35             fedora   662 k
13:50:27 #11 31.08  btrfs-progs                   x86_64  5.16.2-1.fc35             updates  962 k
13:50:27 #11 31.08  checkpolicy                   x86_64  3.3-1.fc35                updates  338 k
13:50:27 #11 31.08  cmake-data                    noarch  3.22.2-1.fc35             updates  1.6 M
13:50:27 #11 31.08  cmake-filesystem              x86_64  3.22.2-1.fc35             updates   18 k
13:50:27 #11 31.08  cmake-rpm-macros              noarch  3.22.2-1.fc35             updates   17 k
13:50:27 #11 31.08  cpp                           x86_64  11.3.1-2.fc35             updates   10 M
13:50:27 #11 31.08  cryptsetup-libs               x86_64  2.4.3-1.fc35              updates  430 k
13:50:27 #11 31.08  dbus                          x86_64  1:1.12.22-1.fc35          updates  7.1 k
13:50:27 #11 31.08  dbus-broker                   x86_64  29-4.fc35                 fedora   171 k
13:50:27 #11 31.08  dbus-common                   noarch  1:1.12.22-1.fc35          updates   14 k
13:50:27 #11 31.08  device-mapper                 x86_64  1.02.175-6.fc35           fedora   140 k
13:50:27 #11 31.08  device-mapper-libs            x86_64  1.02.175-6.fc35           fedora   179 k
13:50:27 #11 31.08  e2fsprogs-libs                x86_64  1.46.3-1.fc35             fedora   222 k
13:50:27 #11 31.08  emacs-filesystem              noarch  1:27.2-9.fc35             fedora   9.0 k
13:50:27 #11 31.08  gc                            x86_64  8.0.4-6.fc35              fedora   103 k
13:50:27 #11 31.08  git-core                      x86_64  2.35.3-1.fc35             updates  3.9 M
13:50:27 #11 31.08  git-core-doc                  noarch  2.35.3-1.fc35             updates  2.4 M
13:50:27 #11 31.08  glibc-devel                   x86_64  2.34-34.fc35              updates   37 k
13:50:27 #11 31.08  glibc-headers-x86             noarch  2.34-34.fc35              updates  434 k
13:50:27 #11 31.08  guile22                       x86_64  2.2.7-3.fc35              fedora   6.4 M
13:50:27 #11 31.08  iptables-legacy-libs          x86_64  1.8.7-13.fc35             fedora    39 k
13:50:27 #11 31.08  jsoncpp                       x86_64  1.9.4-5.fc35              updates   93 k
13:50:27 #11 31.08  kernel-headers                x86_64  5.17.11-200.fc35          updates  1.3 M
13:50:27 #11 31.08  kmod-libs                     x86_64  29-4.fc35                 fedora    63 k
13:50:27 #11 31.08  less                          x86_64  590-2.fc35                updates  161 k
13:50:27 #11 31.08  libargon2                     x86_64  20171227-7.fc35           fedora    28 k
13:50:27 #11 31.08  libbtrfs                      x86_64  5.16.2-1.fc35             updates   28 k
13:50:27 #11 31.08  libbtrfsutil                  x86_64  5.16.2-1.fc35             updates   32 k
13:50:27 #11 31.08  libcbor                       x86_64  0.7.0-4.fc35              fedora    56 k
13:50:27 #11 31.08  libedit                       x86_64  3.1-40.20210910cvs.fc35   fedora   105 k
13:50:27 #11 31.08  libfdisk                      x86_64  2.37.4-1.fc35             updates  154 k
13:50:27 #11 31.08  libfido2                      x86_64  1.8.0-1.fc35              fedora    81 k
13:50:27 #11 31.08  libibverbs                    x86_64  39.0-1.fc35               updates  392 k
13:50:27 #11 31.08  libmpc                        x86_64  1.2.1-3.fc35              fedora    62 k
13:50:27 #11 31.08  libnl3                        x86_64  3.5.0-8.fc35              fedora   328 k
13:50:27 #11 31.08  libpcap                       x86_64  14:1.10.1-2.fc35          fedora   171 k
13:50:27 #11 31.08  libseccomp                    x86_64  2.5.3-1.fc35              updates   71 k
13:50:27 #11 31.08  libselinux-utils              x86_64  3.3-1.fc35                updates  140 k
13:50:27 #11 31.08  libsepol-devel                x86_64  3.3-2.fc35                updates   40 k
13:50:27 #11 31.08  libtool-ltdl                  x86_64  2.4.6-50.fc35             updates   36 k
13:50:27 #11 31.08  libutempter                   x86_64  1.2.1-5.fc35              fedora    26 k
13:50:27 #11 31.08  libuv                         x86_64  1:1.44.1-1.fc35           updates  150 k
13:50:27 #11 31.08  libxcrypt-devel               x86_64  4.4.28-1.fc35             updates   29 k
13:50:27 #11 31.08  libxcrypt-static              x86_64  4.4.28-1.fc35             updates  103 k
13:50:27 #11 31.08  lzo                           x86_64  2.10-5.fc35               fedora    65 k
13:50:27 #11 31.08  m4                            x86_64  1.4.19-2.fc35             fedora   294 k
13:50:27 #11 31.08  openssh                       x86_64  8.7p1-3.fc35              updates  451 k
13:50:27 #11 31.08  openssh-clients               x86_64  8.7p1-3.fc35              updates  696 k
13:50:27 #11 31.08  pcre2-devel                   x86_64  10.40-1.fc35              updates  474 k
13:50:27 #11 31.08  pcre2-utf16                   x86_64  10.40-1.fc35              updates  215 k
13:50:27 #11 31.08  pcre2-utf32                   x86_64  10.40-1.fc35              updates  205 k
13:50:27 #11 31.08  perl-Error                    noarch  1:0.17029-7.fc35          fedora    41 k
13:50:27 #11 31.08  perl-File-Compare             noarch  1.100.600-486.fc35        updates   18 k
13:50:27 #11 31.08  perl-File-Copy                noarch  2.35-486.fc35             updates   25 k
13:50:27 #11 31.08  perl-File-Find                noarch  1.39-486.fc35             updates   30 k
13:50:27 #11 31.08  perl-Git                      noarch  2.35.3-1.fc35             updates   42 k
13:50:27 #11 31.08  perl-TermReadKey              x86_64  2.38-11.fc35              fedora    36 k
13:50:27 #11 31.08  perl-Thread-Queue             noarch  3.14-478.fc35             fedora    21 k
13:50:27 #11 31.08  perl-lib                      x86_64  0.65-486.fc35             updates   19 k
13:50:27 #11 31.08  perl-threads                  x86_64  1:2.26-448.fc35           fedora    57 k
13:50:27 #11 31.08  perl-threads-shared           x86_64  1.62-478.fc35             fedora    43 k
13:50:27 #11 31.08  policycoreutils               x86_64  3.3-1.fc35                updates  199 k
13:50:27 #11 31.08  policycoreutils-devel         x86_64  3.3-1.fc35                updates  139 k
13:50:27 #11 31.08  policycoreutils-python-utils  noarch  3.3-1.fc35                updates   72 k
13:50:27 #11 31.08  python3-audit                 x86_64  3.0.8-1.fc35              updates   82 k
13:50:27 #11 31.08  python3-libselinux            x86_64  3.3-1.fc35                updates  181 k
13:50:27 #11 31.08  python3-libsemanage           x86_64  3.3-1.fc35                updates   79 k
13:50:27 #11 31.08  python3-policycoreutils       noarch  3.3-1.fc35                updates  2.0 M
13:50:27 #11 31.08  python3-setools               x86_64  4.4.0-3.fc35              fedora   547 k
13:50:27 #11 31.08  python3-setuptools            noarch  57.4.0-1.fc35             fedora   928 k
13:50:27 #11 31.08  rhash                         x86_64  1.4.0-4.fc35              fedora   178 k
13:50:27 #11 31.08  rpm-plugin-selinux            x86_64  4.17.0-4.fc35             updates   20 k
13:50:27 #11 31.08  selinux-policy                noarch  35.17-1.fc35              updates   68 k
13:50:27 #11 31.08  selinux-policy-targeted       noarch  35.17-1.fc35              updates  6.3 M
13:50:27 #11 31.08  systemd-pam                   x86_64  249.12-3.fc35             updates  324 k
13:50:27 #11 31.08  systemd-rpm-macros            noarch  249.12-3.fc35             updates   27 k
13:50:27 #11 31.08  util-linux                    x86_64  2.37.4-1.fc35             updates  2.2 M
13:50:27 #11 31.08  util-linux-core               x86_64  2.37.4-1.fc35             updates  433 k
13:50:27 #11 31.08  vim-filesystem                noarch  2:8.2.4975-1.fc35         updates   22 k
13:50:27 #11 31.08  xkeyboard-config              noarch  2.33-2.fc35               fedora   783 k
13:50:27 #11 31.08 Installing weak dependencies:
13:50:27 #11 31.08  libbpf                        x86_64  2:0.4.0-2.fc35            fedora   131 k
13:50:27 #11 31.08  libxkbcommon                  x86_64  1.3.1-1.fc35              fedora   140 k
13:50:27 #11 31.08  qrencode-libs                 x86_64  4.1.1-1.fc35              updates   60 k
13:50:27 #11 31.08  systemd-networkd              x86_64  249.12-3.fc35             updates  523 k
13:50:27 #11 31.08  systemd-resolved              x86_64  249.12-3.fc35             updates  267 k
13:50:27 #11 31.08 
13:50:27 #11 31.08 Transaction Summary
13:50:27 #11 31.08 ================================================================================
13:50:27 #11 31.08 Install  105 Packages
13:50:27 #11 31.08 Upgrade    5 Packages
13:50:27 #11 31.08 
13:50:27 #11 31.09 Total download size: 98 M
13:50:27 #11 31.09 Downloading Packages:
13:50:27 #11 31.82 (1/110): acl-2.3.1-2.fc35.x86_64.rpm            305 kB/s |  71 kB     00:00    
13:50:27 #11 31.83 (2/110): autoconf-2.69-37.fc35.noarch.rpm       2.7 MB/s | 666 kB     00:00    
13:50:27 #11 31.84 (3/110): automake-1.16.2-5.fc35.noarch.rpm      2.6 MB/s | 662 kB     00:00    
13:50:27 #11 31.84 (4/110): device-mapper-1.02.175-6.fc35.x86_64.r  12 MB/s | 140 kB     00:00    
13:50:27 #11 31.85 (5/110): dbus-broker-29-4.fc35.x86_64.rpm       7.0 MB/s | 171 kB     00:00    
13:50:27 #11 31.85 (6/110): device-mapper-devel-1.02.175-6.fc35.x8 4.2 MB/s |  45 kB     00:00    
13:50:27 #11 31.86 (7/110): device-mapper-libs-1.02.175-6.fc35.x86  16 MB/s | 179 kB     00:00    
13:50:27 #11 31.86 (8/110): emacs-filesystem-27.2-9.fc35.noarch.rp 1.2 MB/s | 9.0 kB     00:00    
13:50:27 #11 31.86 (9/110): gc-8.0.4-6.fc35.x86_64.rpm              15 MB/s | 103 kB     00:00    
13:50:27 #11 31.88 (10/110): e2fsprogs-libs-1.46.3-1.fc35.x86_64.r 8.5 MB/s | 222 kB     00:00    
13:50:27 #11 31.88 (11/110): iptables-legacy-libs-1.8.7-13.fc35.x8 2.2 MB/s |  39 kB     00:00    
13:50:27 #11 31.96 (12/110): guile22-2.2.7-3.fc35.x86_64.rpm        64 MB/s | 6.4 MB     00:00    
13:50:27 #11 31.96 (13/110): kmod-libs-29-4.fc35.x86_64.rpm        758 kB/s |  63 kB     00:00    
13:50:27 #11 31.97 (14/110): libargon2-20171227-7.fc35.x86_64.rpm  354 kB/s |  28 kB     00:00    
13:50:27 #11 31.97 (15/110): libcbor-0.7.0-4.fc35.x86_64.rpm       8.7 MB/s |  56 kB     00:00    
13:50:27 #11 31.98 (16/110): libedit-3.1-40.20210910cvs.fc35.x86_6 9.8 MB/s | 105 kB     00:00    
13:50:27 #11 31.98 (17/110): libfido2-1.8.0-1.fc35.x86_64.rpm       11 MB/s |  81 kB     00:00    
13:50:27 #11 31.99 (18/110): libbpf-0.4.0-2.fc35.x86_64.rpm        6.7 MB/s | 131 kB     00:00    
13:50:27 #11 31.99 (19/110): libmpc-1.2.1-3.fc35.x86_64.rpm        5.7 MB/s |  62 kB     00:00    
13:50:27 #11 32.00 (20/110): libutempter-1.2.1-5.fc35.x86_64.rpm   4.5 MB/s |  26 kB     00:00    
13:50:27 #11 32.00 (21/110): libpcap-1.10.1-2.fc35.x86_64.rpm       16 MB/s | 171 kB     00:00    
13:50:27 #11 32.04 (22/110): libnl3-3.5.0-8.fc35.x86_64.rpm        6.0 MB/s | 328 kB     00:00    
13:50:27 #11 32.04 (23/110): lzo-2.10-5.fc35.x86_64.rpm            1.6 MB/s |  65 kB     00:00    
13:50:27 #11 32.05 (24/110): libxkbcommon-1.3.1-1.fc35.x86_64.rpm  2.8 MB/s | 140 kB     00:00    
13:50:27 #11 32.08 (25/110): m4-1.4.19-2.fc35.x86_64.rpm           6.8 MB/s | 294 kB     00:00    
13:50:27 #11 32.09 (26/110): make-4.3-6.fc35.x86_64.rpm             12 MB/s | 533 kB     00:00    
13:50:27 #11 32.09 (27/110): perl-Error-0.17029-7.fc35.noarch.rpm  990 kB/s |  41 kB     00:00    
13:50:27 #11 32.09 (28/110): perl-TermReadKey-2.38-11.fc35.x86_64. 5.8 MB/s |  36 kB     00:00    
13:50:27 #11 32.10 (29/110): perl-Thread-Queue-3.14-478.fc35.noarc 2.3 MB/s |  21 kB     00:00    
13:50:27 #11 32.10 (30/110): perl-threads-2.26-448.fc35.x86_64.rpm 6.2 MB/s |  57 kB     00:00    
13:50:27 #11 32.10 (31/110): perl-threads-shared-1.62-478.fc35.x86 5.0 MB/s |  43 kB     00:00    
13:50:27 #11 32.12 (32/110): python3-setuptools-57.4.0-1.fc35.noar  45 MB/s | 928 kB     00:00    
13:50:27 #11 32.12 (33/110): rhash-1.4.0-4.fc35.x86_64.rpm         7.6 MB/s | 178 kB     00:00    
13:50:27 #11 32.16 (34/110): python3-setools-4.4.0-3.fc35.x86_64.r 8.2 MB/s | 547 kB     00:00    
13:50:27 #11 32.16 (35/110): which-2.21-27.fc35.x86_64.rpm         934 kB/s |  41 kB     00:00    
13:50:27 #11 32.23 (36/110): xkeyboard-config-2.33-2.fc35.noarch.r 7.5 MB/s | 783 kB     00:00    
13:50:27 #11 32.23 (37/110): annobin-plugin-gcc-10.66-2.fc35.x86_6 714 kB/s |  46 kB     00:00    
13:50:27 #11 32.23 (38/110): annobin-docs-10.66-2.fc35.noarch.rpm  1.2 MB/s |  85 kB     00:00    
13:50:27 #11 32.25 (39/110): btrfs-progs-devel-5.16.2-1.fc35.x86_6 3.0 MB/s |  50 kB     00:00    
13:50:27 #11 32.29 (40/110): checkpolicy-3.3-1.fc35.x86_64.rpm     5.9 MB/s | 338 kB     00:00    
13:50:27 #11 32.33 (41/110): btrfs-progs-5.16.2-1.fc35.x86_64.rpm  9.2 MB/s | 962 kB     00:00    
13:50:27 #11 32.35 (42/110): cmake-filesystem-3.22.2-1.fc35.x86_64 1.5 MB/s |  18 kB     00:00    
13:50:27 #11 32.35 (43/110): cmake-rpm-macros-3.22.2-1.fc35.noarch 3.1 MB/s |  17 kB     00:00    
13:50:27 #11 32.39 (44/110): cmake-data-3.22.2-1.fc35.noarch.rpm    16 MB/s | 1.6 MB     00:00    
13:50:27 #11 32.47 (45/110): cmake-3.22.2-1.fc35.x86_64.rpm         28 MB/s | 6.2 MB     00:00    
13:50:28 #11 32.49 (46/110): cryptsetup-libs-2.4.3-1.fc35.x86_64.r 4.4 MB/s | 430 kB     00:00    
13:50:28 #11 32.55 (47/110): cpp-11.3.1-2.fc35.x86_64.rpm           51 MB/s |  10 MB     00:00    
13:50:28 #11 32.55 (48/110): dbus-1.12.22-1.fc35.x86_64.rpm         95 kB/s | 7.1 kB     00:00    
13:50:28 #11 32.56 (49/110): dbus-common-1.12.22-1.fc35.noarch.rpm 216 kB/s |  14 kB     00:00    
13:50:28 #11 32.56 (50/110): git-2.35.3-1.fc35.x86_64.rpm           10 MB/s |  66 kB     00:00    
13:50:28 #11 32.82 (51/110): git-core-2.35.3-1.fc35.x86_64.rpm      15 MB/s | 3.9 MB     00:00    
13:50:28 #11 32.85 (52/110): git-core-doc-2.35.3-1.fc35.noarch.rpm 8.4 MB/s | 2.4 MB     00:00    
13:50:28 #11 32.86 (53/110): glibc-devel-2.34-34.fc35.x86_64.rpm   911 kB/s |  37 kB     00:00    
13:50:28 #11 32.89 (54/110): glibc-headers-x86-2.34-34.fc35.noarch  11 MB/s | 434 kB     00:00    
13:50:28 #11 32.93 (55/110): jsoncpp-1.9.4-5.fc35.x86_64.rpm       2.6 MB/s |  93 kB     00:00    
13:50:28 #11 32.99 (56/110): glibc-static-2.34-34.fc35.x86_64.rpm   14 MB/s | 1.7 MB     00:00    
13:50:28 #11 33.31 (57/110): gcc-11.3.1-2.fc35.x86_64.rpm           42 MB/s |  31 MB     00:00    
13:50:28 #11 33.35 (58/110): kernel-headers-5.17.11-200.fc35.x86_6 3.1 MB/s | 1.3 MB     00:00    
13:50:28 #11 33.36 (59/110): less-590-2.fc35.x86_64.rpm            436 kB/s | 161 kB     00:00    
13:50:28 #11 33.36 (60/110): libbtrfsutil-5.16.2-1.fc35.x86_64.rpm 4.6 MB/s |  32 kB     00:00    
13:50:28 #11 33.36 (61/110): libbtrfs-5.16.2-1.fc35.x86_64.rpm     2.7 MB/s |  28 kB     00:00    
13:50:28 #11 33.37 (62/110): libfdisk-2.37.4-1.fc35.x86_64.rpm      16 MB/s | 154 kB     00:00    
13:50:28 #11 33.38 (63/110): libibverbs-39.0-1.fc35.x86_64.rpm      20 MB/s | 392 kB     00:00    
13:50:28 #11 33.39 (64/110): libseccomp-2.5.3-1.fc35.x86_64.rpm    3.3 MB/s |  71 kB     00:00    
13:50:28 #11 33.39 (65/110): libseccomp-devel-2.5.3-1.fc35.x86_64. 2.6 MB/s |  53 kB     00:00    
13:50:28 #11 33.39 (66/110): libselinux-devel-3.3-1.fc35.x86_64.rp  10 MB/s | 112 kB     00:00    
13:50:28 #11 33.39 (67/110): libsepol-devel-3.3-2.fc35.x86_64.rpm  6.6 MB/s |  40 kB     00:00    
13:50:28 #11 33.42 (68/110): libselinux-utils-3.3-1.fc35.x86_64.rp 4.5 MB/s | 140 kB     00:00    
13:50:28 #11 33.42 (69/110): libtool-ltdl-2.4.6-50.fc35.x86_64.rpm 1.3 MB/s |  36 kB     00:00    
13:50:28 #11 33.43 (70/110): libtool-2.4.6-50.fc35.x86_64.rpm       15 MB/s | 579 kB     00:00    
13:50:28 #11 33.43 (71/110): libtool-ltdl-devel-2.4.6-50.fc35.x86_  11 MB/s | 154 kB     00:00    
13:50:28 #11 33.44 (72/110): libxcrypt-devel-4.4.28-1.fc35.x86_64. 3.0 MB/s |  29 kB     00:00    
13:50:28 #11 33.44 (73/110): libuv-1.44.1-1.fc35.x86_64.rpm        7.1 MB/s | 150 kB     00:00    
13:50:28 #11 33.45 (74/110): libxcrypt-static-4.4.28-1.fc35.x86_64 7.5 MB/s | 103 kB     00:00    
13:50:28 #11 33.50 (75/110): openssh-8.7p1-3.fc35.x86_64.rpm       7.3 MB/s | 451 kB     00:00    
13:50:28 #11 33.54 (76/110): pcre2-devel-10.40-1.fc35.x86_64.rpm   5.3 MB/s | 474 kB     00:00    
13:50:29 #11 33.59 (77/110): openssh-clients-8.7p1-3.fc35.x86_64.r 5.0 MB/s | 696 kB     00:00    
13:50:29 #11 33.59 (78/110): pcre2-utf16-10.40-1.fc35.x86_64.rpm   2.4 MB/s | 215 kB     00:00    
13:50:29 #11 33.63 (79/110): pcre2-utf32-10.40-1.fc35.x86_64.rpm   2.2 MB/s | 205 kB     00:00    
13:50:29 #11 33.63 (80/110): perl-File-Compare-1.100.600-486.fc35. 440 kB/s |  18 kB     00:00    
13:50:29 #11 33.63 (81/110): perl-File-Copy-2.35-486.fc35.noarch.r 580 kB/s |  25 kB     00:00    
13:50:29 #11 33.64 (82/110): perl-File-Find-1.39-486.fc35.noarch.r 3.6 MB/s |  30 kB     00:00    
13:50:29 #11 33.64 (83/110): perl-Git-2.35.3-1.fc35.noarch.rpm     6.7 MB/s |  42 kB     00:00    
13:50:29 #11 33.64 (84/110): perl-lib-0.65-486.fc35.x86_64.rpm     1.9 MB/s |  19 kB     00:00    
13:50:29 #11 33.65 (85/110): policycoreutils-python-utils-3.3-1.fc  10 MB/s |  72 kB     00:00    
13:50:29 #11 33.66 (86/110): policycoreutils-devel-3.3-1.fc35.x86_  12 MB/s | 139 kB     00:00    
13:50:29 #11 33.68 (87/110): policycoreutils-3.3-1.fc35.x86_64.rpm 4.4 MB/s | 199 kB     00:00    
13:50:29 #11 33.69 (88/110): python3-libselinux-3.3-1.fc35.x86_64. 6.1 MB/s | 181 kB     00:00    
13:50:29 #11 33.69 (89/110): python3-audit-3.0.8-1.fc35.x86_64.rpm 2.1 MB/s |  82 kB     00:00    
13:50:29 #11 33.73 (90/110): python3-libsemanage-3.3-1.fc35.x86_64 1.6 MB/s |  79 kB     00:00    
13:50:29 #11 33.73 (91/110): qrencode-libs-4.1.1-1.fc35.x86_64.rpm 1.3 MB/s |  60 kB     00:00    
13:50:29 #11 33.81 (92/110): python3-policycoreutils-3.3-1.fc35.no  16 MB/s | 2.0 MB     00:00    
13:50:29 #11 33.82 (93/110): rpm-plugin-selinux-4.17.0-4.fc35.x86_ 235 kB/s |  20 kB     00:00    
13:50:29 #11 33.82 (94/110): selinux-policy-35.17-1.fc35.noarch.rp 841 kB/s |  68 kB     00:00    
13:50:29 #11 33.87 (95/110): selinux-policy-devel-35.17-1.fc35.noa  15 MB/s | 812 kB     00:00    
13:50:29 #11 33.93 (96/110): systemd-devel-249.12-3.fc35.x86_64.rp 7.2 MB/s | 446 kB     00:00    
13:50:29 #11 33.99 (97/110): systemd-249.12-3.fc35.x86_64.rpm       24 MB/s | 4.1 MB     00:00    
13:50:29 #11 34.07 (98/110): systemd-networkd-249.12-3.fc35.x86_64 3.9 MB/s | 523 kB     00:00    
13:50:29 #11 34.16 (99/110): selinux-policy-targeted-35.17-1.fc35.  18 MB/s | 6.3 MB     00:00    
13:50:29 #11 34.20 (100/110): systemd-pam-249.12-3.fc35.x86_64.rpm 1.5 MB/s | 324 kB     00:00    
13:50:29 #11 34.25 (101/110): systemd-resolved-249.12-3.fc35.x86_6 1.4 MB/s | 267 kB     00:00    
13:50:29 #11 34.26 (102/110): systemd-rpm-macros-249.12-3.fc35.noa 488 kB/s |  27 kB     00:00    
13:50:29 #11 34.29 (103/110): util-linux-core-2.37.4-1.fc35.x86_64  12 MB/s | 433 kB     00:00    
13:50:29 #11 34.30 (104/110): vim-filesystem-8.2.4975-1.fc35.noarc 653 kB/s |  22 kB     00:00    
13:50:29 #11 34.36 (105/110): util-linux-2.37.4-1.fc35.x86_64.rpm   14 MB/s | 2.2 MB     00:00    
13:50:29 #11 34.36 (106/110): audit-libs-3.0.8-1.fc35.x86_64.rpm   1.6 MB/s | 116 kB     00:00    
13:50:29 #11 34.36 (107/110): libgcc-11.3.1-2.fc35.x86_64.rpm      1.7 MB/s | 118 kB     00:00    
13:50:29 #11 34.42 (108/110): libgomp-11.3.1-2.fc35.x86_64.rpm     4.7 MB/s | 291 kB     00:00    
13:50:29 #11 34.42 (109/110): pcre2-syntax-10.40-1.fc35.noarch.rpm 2.4 MB/s | 143 kB     00:00    
13:50:29 #11 34.43 (110/110): pcre2-10.40-1.fc35.x86_64.rpm        3.6 MB/s | 235 kB     00:00    
13:50:29 #11 34.43 --------------------------------------------------------------------------------
13:50:29 #11 34.43 Total                                            29 MB/s |  98 MB     00:03     
13:50:31 #11 36.10 Running transaction check
13:50:31 #11 36.20 Transaction check succeeded.
13:50:31 #11 36.20 Running transaction test
13:50:33 #11 37.40 Transaction test succeeded.
13:50:33 #11 37.40 Running transaction
13:50:34 #11 38.69   Running scriptlet: selinux-policy-targeted-35.17-1.fc35.noarch            1/1 
13:50:34 #11 38.82   Preparing        :                                                        1/1 
13:50:34 #11 38.86   Upgrading        : libgcc-11.3.1-2.fc35.x86_64                          1/115 
13:50:34 #11 38.87   Running scriptlet: libgcc-11.3.1-2.fc35.x86_64                          1/115 
13:50:34 #11 38.90   Upgrading        : audit-libs-3.0.8-1.fc35.x86_64                       2/115 
13:50:34 #11 38.91   Upgrading        : pcre2-syntax-10.40-1.fc35.noarch                     3/115 
13:50:34 #11 38.92   Upgrading        : pcre2-10.40-1.fc35.x86_64                            4/115 
13:50:34 #11 38.94   Installing       : python3-libselinux-3.3-1.fc35.x86_64                 5/115 
13:50:34 #11 38.96   Installing       : util-linux-core-2.37.4-1.fc35.x86_64                 6/115 
13:50:34 #11 38.97   Running scriptlet: util-linux-core-2.37.4-1.fc35.x86_64                 6/115 
13:50:34 #11 38.98   Installing       : perl-File-Find-1.39-486.fc35.noarch                  7/115 
13:50:34 #11 38.99   Installing       : perl-File-Copy-2.35-486.fc35.noarch                  8/115 
13:50:34 #11 38.99   Installing       : perl-File-Compare-1.100.600-486.fc35.noarch          9/115 
13:50:34 #11 39.00   Installing       : libtool-ltdl-2.4.6-50.fc35.x86_64                   10/115 
13:50:34 #11 39.01   Installing       : libseccomp-2.5.3-1.fc35.x86_64                      11/115 
13:50:34 #11 39.03   Installing       : libfdisk-2.37.4-1.fc35.x86_64                       12/115 
13:50:34 #11 39.04   Installing       : cmake-rpm-macros-3.22.2-1.fc35.noarch               13/115 
13:50:34 #11 39.05   Installing       : cmake-filesystem-3.22.2-1.fc35.x86_64               14/115 
13:50:34 #11 39.07   Installing       : checkpolicy-3.3-1.fc35.x86_64                       15/115 
13:50:34 #11 39.08   Installing       : perl-threads-1:2.26-448.fc35.x86_64                 16/115 
13:50:34 #11 39.09   Installing       : m4-1.4.19-2.fc35.x86_64                             17/115 
13:50:34 #11 39.09   Installing       : libmpc-1.2.1-3.fc35.x86_64                          18/115 
13:50:34 #11 39.10   Installing       : emacs-filesystem-1:27.2-9.fc35.noarch               19/115 
13:50:34 #11 39.13   Installing       : autoconf-2.69-37.fc35.noarch                        20/115 
13:50:34 #11 39.32   Installing       : cpp-11.3.1-2.fc35.x86_64                            21/115 
13:50:34 #11 39.34   Installing       : perl-threads-shared-1.62-478.fc35.x86_64            22/115 
13:50:34 #11 39.35   Installing       : perl-Thread-Queue-3.14-478.fc35.noarch              23/115 
13:50:34 #11 39.37   Installing       : automake-1.16.2-5.fc35.noarch                       24/115 
13:50:34 #11 39.39   Installing       : python3-libsemanage-3.3-1.fc35.x86_64               25/115 
13:50:34 #11 39.40   Installing       : libselinux-utils-3.3-1.fc35.x86_64                  26/115 
13:50:34 #11 39.42   Installing       : pcre2-utf16-10.40-1.fc35.x86_64                     27/115 
13:50:34 #11 39.43   Installing       : pcre2-utf32-10.40-1.fc35.x86_64                     28/115 
13:50:34 #11 39.45   Installing       : pcre2-devel-10.40-1.fc35.x86_64                     29/115 
13:50:34 #11 39.47   Installing       : python3-audit-3.0.8-1.fc35.x86_64                   30/115 
13:50:35 #11 39.48   Installing       : gc-8.0.4-6.fc35.x86_64                              31/115 
13:50:35 #11 39.75   Installing       : guile22-2.2.7-3.fc35.x86_64                         32/115 
13:50:35 #11 39.77   Installing       : make-1:4.3-6.fc35.x86_64                            33/115 
13:50:35 #11 39.78   Installing       : kmod-libs-29-4.fc35.x86_64                          34/115 
13:50:35 #11 39.79   Installing       : libnl3-3.5.0-8.fc35.x86_64                          35/115 
13:50:35 #11 39.81   Installing       : libibverbs-39.0-1.fc35.x86_64                       36/115 
13:50:35 #11 39.82   Installing       : libpcap-14:1.10.1-2.fc35.x86_64                     37/115 
13:50:35 #11 39.83   Installing       : iptables-legacy-libs-1.8.7-13.fc35.x86_64           38/115 
13:50:35 #11 39.84   Installing       : jsoncpp-1.9.4-5.fc35.x86_64                         39/115 
13:50:35 #11 39.85   Upgrading        : libgomp-11.3.1-2.fc35.x86_64                        40/115 
13:50:35 #11 39.86   Installing       : vim-filesystem-2:8.2.4975-1.fc35.noarch             41/115 
13:50:35 #11 39.86   Installing       : qrencode-libs-4.1.1-1.fc35.x86_64                   42/115 
13:50:35 #11 39.87   Installing       : perl-lib-0.65-486.fc35.x86_64                       43/115 
13:50:35 #11 39.88   Installing       : libuv-1:1.44.1-1.fc35.x86_64                        44/115 
13:50:35 #11 39.89   Installing       : libsepol-devel-3.3-2.fc35.x86_64                    45/115 
13:50:35 #11 39.89   Installing       : libselinux-devel-3.3-1.fc35.x86_64                  46/115 
13:50:35 #11 39.90   Installing       : libbtrfsutil-5.16.2-1.fc35.x86_64                   47/115 
13:50:35 #11 39.91   Installing       : libbtrfs-5.16.2-1.fc35.x86_64                       48/115 
13:50:35 #11 39.92   Installing       : less-590-2.fc35.x86_64                              49/115 
13:50:35 #11 40.03   Installing       : kernel-headers-5.17.11-200.fc35.x86_64              50/115 
13:50:35 #11 40.08   Installing       : glibc-headers-x86-2.34-34.fc35.noarch               51/115 
13:50:35 #11 40.09   Installing       : libxcrypt-devel-4.4.28-1.fc35.x86_64                52/115 
13:50:36 #11 40.10   Installing       : glibc-devel-2.34-34.fc35.x86_64                     53/115 
13:50:36 #11 40.52   Installing       : gcc-11.3.1-2.fc35.x86_64                            54/115 
13:50:36 #11 40.64   Installing       : glibc-static-2.34-34.fc35.x86_64                    55/115 
13:50:36 #11 40.65   Installing       : libxcrypt-static-4.4.28-1.fc35.x86_64               56/115 
13:50:36 #11 40.66   Installing       : dbus-common-1:1.12.22-1.fc35.noarch                 57/115 
13:50:36 #11 40.66   Running scriptlet: dbus-common-1:1.12.22-1.fc35.noarch                 57/115 
13:50:36 #11 40.67   Running scriptlet: dbus-broker-29-4.fc35.x86_64                        58/115 
13:50:36 #11 40.74 useradd warning: dbus's uid 81 outside of the SYS_UID_MIN 201 and SYS_UID_MAX 999 range.
13:50:36 #11 40.74 
13:50:36 #11 40.74   Installing       : dbus-broker-29-4.fc35.x86_64                        58/115 
13:50:36 #11 40.75   Running scriptlet: dbus-broker-29-4.fc35.x86_64                        58/115 
13:50:36 #11 40.76   Installing       : dbus-1:1.12.22-1.fc35.x86_64                        59/115 
13:50:36 #11 40.76   Installing       : annobin-docs-10.66-2.fc35.noarch                    60/115 
13:50:36 #11 40.81   Installing       : xkeyboard-config-2.33-2.fc35.noarch                 61/115 
13:50:36 #11 40.82   Installing       : libxkbcommon-1.3.1-1.fc35.x86_64                    62/115 
13:50:36 #11 40.83   Installing       : rhash-1.4.0-4.fc35.x86_64                           63/115 
13:50:36 #11 40.97   Installing       : cmake-3.22.2-1.fc35.x86_64                          64/115 
13:50:36 #11 41.23   Installing       : cmake-data-3.22.2-1.fc35.noarch                     65/115 
13:50:36 #11 41.30   Installing       : python3-setuptools-57.4.0-1.fc35.noarch             66/115 
13:50:36 #11 41.33   Installing       : python3-setools-4.4.0-3.fc35.x86_64                 67/115 
13:50:36 #11 41.34   Installing       : perl-TermReadKey-2.38-11.fc35.x86_64                68/115 
13:50:36 #11 41.35   Installing       : perl-Error-1:0.17029-7.fc35.noarch                  69/115 
13:50:36 #11 41.36   Installing       : lzo-2.10-5.fc35.x86_64                              70/115 
13:50:36 #11 41.36   Running scriptlet: libutempter-1.2.1-5.fc35.x86_64                     71/115 
13:50:37 #11 41.41   Installing       : libutempter-1.2.1-5.fc35.x86_64                     71/115 
13:50:37 #11 41.47   Installing       : util-linux-2.37.4-1.fc35.x86_64                     72/115 
13:50:37 #11 41.48   Running scriptlet: util-linux-2.37.4-1.fc35.x86_64                     72/115 
13:50:37 #11 41.50   Installing       : policycoreutils-3.3-1.fc35.x86_64                   73/115 
13:50:37 #11 41.51   Running scriptlet: policycoreutils-3.3-1.fc35.x86_64                   73/115 
13:50:37 #11 41.52   Installing       : rpm-plugin-selinux-4.17.0-4.fc35.x86_64             74/115 
13:50:37 #11 41.53   Installing       : selinux-policy-35.17-1.fc35.noarch                  75/115 
13:50:37 #11 41.53   Running scriptlet: selinux-policy-35.17-1.fc35.noarch                  75/115 
13:50:37 #11 41.56   Running scriptlet: selinux-policy-targeted-35.17-1.fc35.noarch         76/115 
13:50:37 #11 41.74   Installing       : selinux-policy-targeted-35.17-1.fc35.noarch         76/115 
13:50:45 #11 41.76   Running scriptlet: selinux-policy-targeted-35.17-1.fc35.noarch         76/115 
13:50:45 #11 49.53   Installing       : python3-policycoreutils-3.3-1.fc35.noarch           77/115 
13:50:45 #11 49.54   Installing       : policycoreutils-python-utils-3.3-1.fc35.noarch      78/115 
13:50:45 #11 49.55   Installing       : policycoreutils-devel-3.3-1.fc35.x86_64             79/115 
13:50:45 #11 49.65   Installing       : selinux-policy-devel-35.17-1.fc35.noarch            80/115 
13:50:45 #11 49.66   Running scriptlet: selinux-policy-devel-35.17-1.fc35.noarch            80/115 
13:50:45 #11 49.67   Running scriptlet: openssh-8.7p1-3.fc35.x86_64                         81/115 
13:50:45 #11 49.71   Installing       : openssh-8.7p1-3.fc35.x86_64                         81/115 
13:50:45 #11 49.72   Installing       : libedit-3.1-40.20210910cvs.fc35.x86_64              82/115 
13:50:45 #11 49.72   Installing       : libcbor-0.7.0-4.fc35.x86_64                         83/115 
13:50:45 #11 49.73   Installing       : libfido2-1.8.0-1.fc35.x86_64                        84/115 
13:50:45 #11 49.75   Installing       : openssh-clients-8.7p1-3.fc35.x86_64                 85/115 
13:50:45 #11 49.75   Running scriptlet: openssh-clients-8.7p1-3.fc35.x86_64                 85/115 
13:50:45 #11 49.84   Installing       : git-core-2.35.3-1.fc35.x86_64                       86/115 
13:50:45 #11 49.87   Installing       : git-core-doc-2.35.3-1.fc35.noarch                   87/115 
13:50:45 #11 49.88   Installing       : perl-Git-2.35.3-1.fc35.noarch                       88/115 
13:50:45 #11 49.89   Installing       : git-2.35.3-1.fc35.x86_64                            89/115 
13:50:45 #11 49.90   Installing       : libbpf-2:0.4.0-2.fc35.x86_64                        90/115 
13:50:45 #11 49.90   Installing       : libargon2-20171227-7.fc35.x86_64                    91/115 
13:50:45 #11 49.91   Installing       : e2fsprogs-libs-1.46.3-1.fc35.x86_64                 92/115 
13:50:45 #11 49.94   Installing       : btrfs-progs-5.16.2-1.fc35.x86_64                    93/115 
13:50:45 #11 49.95   Installing       : acl-2.3.1-2.fc35.x86_64                             94/115 
13:50:45 #11 49.96   Installing       : cryptsetup-libs-2.4.3-1.fc35.x86_64                 95/115 
13:50:45 #11 49.97   Installing       : device-mapper-libs-1.02.175-6.fc35.x86_64           96/115 
13:50:45 #11 49.98   Installing       : device-mapper-1.02.175-6.fc35.x86_64                97/115 
13:50:45 #11 50.00   Installing       : systemd-networkd-249.12-3.fc35.x86_64               98/115 
13:50:45 #11 50.00   Running scriptlet: systemd-networkd-249.12-3.fc35.x86_64               98/115 
13:50:45 #11 50.02   Installing       : systemd-pam-249.12-3.fc35.x86_64                    99/115 
13:50:45 #11 50.03   Installing       : systemd-resolved-249.12-3.fc35.x86_64              100/115 
13:50:45 #11 50.04   Running scriptlet: systemd-resolved-249.12-3.fc35.x86_64              100/115 
13:50:45 #11 50.16   Installing       : systemd-249.12-3.fc35.x86_64                       101/115 
13:50:45 #11 50.18   Running scriptlet: systemd-249.12-3.fc35.x86_64                       101/115 
13:50:45 #11 50.34 Creating group input with gid 104.
13:50:45 #11 50.34 Creating group kvm with gid 36.
13:50:45 #11 50.34 Creating group render with gid 105.
13:50:45 #11 50.34 Creating group sgx with gid 106.
13:50:45 #11 50.34 Creating group systemd-journal with gid 190.
13:50:45 #11 50.34 Creating group systemd-network with gid 192.
13:50:45 #11 50.34 Creating user systemd-network (systemd Network Management) with uid 192 and gid 192.
13:50:45 #11 50.34 Creating group systemd-oom with gid 997.
13:50:45 #11 50.34 Creating user systemd-oom (systemd Userspace OOM Killer) with uid 997 and gid 997.
13:50:45 #11 50.34 Creating group systemd-resolve with gid 193.
13:50:45 #11 50.34 Creating user systemd-resolve (systemd Resolver) with uid 193 and gid 193.
13:50:45 #11 50.34 Creating group systemd-timesync with gid 996.
13:50:45 #11 50.34 Creating user systemd-timesync (systemd Time Synchronization) with uid 996 and gid 996.
13:50:45 #11 50.34 Creating group systemd-coredump with gid 995.
13:50:45 #11 50.34 Creating user systemd-coredump (systemd Core Dumper) with uid 995 and gid 995.
13:50:45 #11 50.34 
13:50:45 #11 50.35   Installing       : systemd-devel-249.12-3.fc35.x86_64                 102/115 
13:50:45 #11 50.36   Installing       : device-mapper-devel-1.02.175-6.fc35.x86_64         103/115 
13:50:45 #11 50.37   Installing       : btrfs-progs-devel-5.16.2-1.fc35.x86_64             104/115 
13:50:45 #11 50.38   Installing       : annobin-plugin-gcc-10.66-2.fc35.x86_64             105/115 
13:50:45 #11 50.39   Installing       : libtool-2.4.6-50.fc35.x86_64                       106/115 
13:50:45 #11 50.41   Installing       : libtool-ltdl-devel-2.4.6-50.fc35.x86_64            107/115 
13:50:45 #11 50.42   Installing       : libseccomp-devel-2.5.3-1.fc35.x86_64               108/115 
13:50:45 #11 50.42   Installing       : systemd-rpm-macros-249.12-3.fc35.noarch            109/115 
13:50:45 #11 50.43   Installing       : which-2.21-27.fc35.x86_64                          110/115 
13:50:45 #11 50.43   Cleanup          : pcre2-10.39-1.fc35.x86_64                          111/115 
13:50:45 #11 50.44   Cleanup          : pcre2-syntax-10.39-1.fc35.noarch                   112/115 
13:50:45 #11 50.44   Cleanup          : libgomp-11.2.1-9.fc35.x86_64                       113/115 
13:50:45 #11 50.45   Cleanup          : libgcc-11.2.1-9.fc35.x86_64                        114/115 
13:50:45 #11 50.45   Running scriptlet: libgcc-11.2.1-9.fc35.x86_64                        114/115 
13:50:45 #11 50.48   Cleanup          : audit-libs-3.0.7-2.fc35.x86_64                     115/115 
13:50:45 #11 50.48   Running scriptlet: selinux-policy-targeted-35.17-1.fc35.noarch        115/115 
13:50:45 #11 50.49   Running scriptlet: systemd-resolved-249.12-3.fc35.x86_64              115/115 
13:50:46 #11 50.53   Running scriptlet: audit-libs-3.0.7-2.fc35.x86_64                     115/115 
13:50:46 #11 50.82   Verifying        : acl-2.3.1-2.fc35.x86_64                              1/115 
13:50:46 #11 50.82   Verifying        : autoconf-2.69-37.fc35.noarch                         2/115 
13:50:46 #11 50.83   Verifying        : automake-1.16.2-5.fc35.noarch                        3/115 
13:50:46 #11 50.83   Verifying        : dbus-broker-29-4.fc35.x86_64                         4/115 
13:50:46 #11 50.83   Verifying        : device-mapper-1.02.175-6.fc35.x86_64                 5/115 
13:50:46 #11 50.83   Verifying        : device-mapper-devel-1.02.175-6.fc35.x86_64           6/115 
13:50:46 #11 50.83   Verifying        : device-mapper-libs-1.02.175-6.fc35.x86_64            7/115 
13:50:46 #11 50.83   Verifying        : e2fsprogs-libs-1.46.3-1.fc35.x86_64                  8/115 
13:50:46 #11 50.83   Verifying        : emacs-filesystem-1:27.2-9.fc35.noarch                9/115 
13:50:46 #11 50.83   Verifying        : gc-8.0.4-6.fc35.x86_64                              10/115 
13:50:46 #11 50.83   Verifying        : guile22-2.2.7-3.fc35.x86_64                         11/115 
13:50:46 #11 50.83   Verifying        : iptables-legacy-libs-1.8.7-13.fc35.x86_64           12/115 
13:50:46 #11 50.83   Verifying        : kmod-libs-29-4.fc35.x86_64                          13/115 
13:50:46 #11 50.83   Verifying        : libargon2-20171227-7.fc35.x86_64                    14/115 
13:50:46 #11 50.83   Verifying        : libbpf-2:0.4.0-2.fc35.x86_64                        15/115 
13:50:46 #11 50.83   Verifying        : libcbor-0.7.0-4.fc35.x86_64                         16/115 
13:50:46 #11 50.83   Verifying        : libedit-3.1-40.20210910cvs.fc35.x86_64              17/115 
13:50:46 #11 50.83   Verifying        : libfido2-1.8.0-1.fc35.x86_64                        18/115 
13:50:46 #11 50.83   Verifying        : libmpc-1.2.1-3.fc35.x86_64                          19/115 
13:50:46 #11 50.83   Verifying        : libnl3-3.5.0-8.fc35.x86_64                          20/115 
13:50:46 #11 50.83   Verifying        : libpcap-14:1.10.1-2.fc35.x86_64                     21/115 
13:50:46 #11 50.83   Verifying        : libutempter-1.2.1-5.fc35.x86_64                     22/115 
13:50:46 #11 50.83   Verifying        : libxkbcommon-1.3.1-1.fc35.x86_64                    23/115 
13:50:46 #11 50.83   Verifying        : lzo-2.10-5.fc35.x86_64                              24/115 
13:50:46 #11 50.83   Verifying        : m4-1.4.19-2.fc35.x86_64                             25/115 
13:50:46 #11 50.83   Verifying        : make-1:4.3-6.fc35.x86_64                            26/115 
13:50:46 #11 50.83   Verifying        : perl-Error-1:0.17029-7.fc35.noarch                  27/115 
13:50:46 #11 50.83   Verifying        : perl-TermReadKey-2.38-11.fc35.x86_64                28/115 
13:50:46 #11 50.83   Verifying        : perl-Thread-Queue-3.14-478.fc35.noarch              29/115 
13:50:46 #11 50.83   Verifying        : perl-threads-1:2.26-448.fc35.x86_64                 30/115 
13:50:46 #11 50.83   Verifying        : perl-threads-shared-1.62-478.fc35.x86_64            31/115 
13:50:46 #11 50.83   Verifying        : python3-setools-4.4.0-3.fc35.x86_64                 32/115 
13:50:46 #11 50.83   Verifying        : python3-setuptools-57.4.0-1.fc35.noarch             33/115 
13:50:46 #11 50.83   Verifying        : rhash-1.4.0-4.fc35.x86_64                           34/115 
13:50:46 #11 50.83   Verifying        : which-2.21-27.fc35.x86_64                           35/115 
13:50:46 #11 50.83   Verifying        : xkeyboard-config-2.33-2.fc35.noarch                 36/115 
13:50:46 #11 50.83   Verifying        : annobin-docs-10.66-2.fc35.noarch                    37/115 
13:50:46 #11 50.83   Verifying        : annobin-plugin-gcc-10.66-2.fc35.x86_64              38/115 
13:50:46 #11 50.83   Verifying        : btrfs-progs-5.16.2-1.fc35.x86_64                    39/115 
13:50:46 #11 50.83   Verifying        : btrfs-progs-devel-5.16.2-1.fc35.x86_64              40/115 
13:50:46 #11 50.83   Verifying        : checkpolicy-3.3-1.fc35.x86_64                       41/115 
13:50:46 #11 50.83   Verifying        : cmake-3.22.2-1.fc35.x86_64                          42/115 
13:50:46 #11 50.83   Verifying        : cmake-data-3.22.2-1.fc35.noarch                     43/115 
13:50:46 #11 50.83   Verifying        : cmake-filesystem-3.22.2-1.fc35.x86_64               44/115 
13:50:46 #11 50.83   Verifying        : cmake-rpm-macros-3.22.2-1.fc35.noarch               45/115 
13:50:46 #11 50.83   Verifying        : cpp-11.3.1-2.fc35.x86_64                            46/115 
13:50:46 #11 50.83   Verifying        : cryptsetup-libs-2.4.3-1.fc35.x86_64                 47/115 
13:50:46 #11 50.83   Verifying        : dbus-1:1.12.22-1.fc35.x86_64                        48/115 
13:50:46 #11 50.83   Verifying        : dbus-common-1:1.12.22-1.fc35.noarch                 49/115 
13:50:46 #11 50.83   Verifying        : gcc-11.3.1-2.fc35.x86_64                            50/115 
13:50:46 #11 50.83   Verifying        : git-2.35.3-1.fc35.x86_64                            51/115 
13:50:46 #11 50.83   Verifying        : git-core-2.35.3-1.fc35.x86_64                       52/115 
13:50:46 #11 50.83   Verifying        : git-core-doc-2.35.3-1.fc35.noarch                   53/115 
13:50:46 #11 50.83   Verifying        : glibc-devel-2.34-34.fc35.x86_64                     54/115 
13:50:46 #11 50.83   Verifying        : glibc-headers-x86-2.34-34.fc35.noarch               55/115 
13:50:46 #11 50.83   Verifying        : glibc-static-2.34-34.fc35.x86_64                    56/115 
13:50:46 #11 50.83   Verifying        : jsoncpp-1.9.4-5.fc35.x86_64                         57/115 
13:50:46 #11 50.83   Verifying        : kernel-headers-5.17.11-200.fc35.x86_64              58/115 
13:50:46 #11 50.83   Verifying        : less-590-2.fc35.x86_64                              59/115 
13:50:46 #11 50.83   Verifying        : libbtrfs-5.16.2-1.fc35.x86_64                       60/115 
13:50:46 #11 50.83   Verifying        : libbtrfsutil-5.16.2-1.fc35.x86_64                   61/115 
13:50:46 #11 50.83   Verifying        : libfdisk-2.37.4-1.fc35.x86_64                       62/115 
13:50:46 #11 50.83   Verifying        : libibverbs-39.0-1.fc35.x86_64                       63/115 
13:50:46 #11 50.83   Verifying        : libseccomp-2.5.3-1.fc35.x86_64                      64/115 
13:50:46 #11 50.83   Verifying        : libseccomp-devel-2.5.3-1.fc35.x86_64                65/115 
13:50:46 #11 50.83   Verifying        : libselinux-devel-3.3-1.fc35.x86_64                  66/115 
13:50:46 #11 50.83   Verifying        : libselinux-utils-3.3-1.fc35.x86_64                  67/115 
13:50:46 #11 50.83   Verifying        : libsepol-devel-3.3-2.fc35.x86_64                    68/115 
13:50:46 #11 50.83   Verifying        : libtool-2.4.6-50.fc35.x86_64                        69/115 
13:50:46 #11 50.83   Verifying        : libtool-ltdl-2.4.6-50.fc35.x86_64                   70/115 
13:50:46 #11 50.83   Verifying        : libtool-ltdl-devel-2.4.6-50.fc35.x86_64             71/115 
13:50:46 #11 50.83   Verifying        : libuv-1:1.44.1-1.fc35.x86_64                        72/115 
13:50:46 #11 50.83   Verifying        : libxcrypt-devel-4.4.28-1.fc35.x86_64                73/115 
13:50:46 #11 50.83   Verifying        : libxcrypt-static-4.4.28-1.fc35.x86_64               74/115 
13:50:46 #11 50.83   Verifying        : openssh-8.7p1-3.fc35.x86_64                         75/115 
13:50:46 #11 50.83   Verifying        : openssh-clients-8.7p1-3.fc35.x86_64                 76/115 
13:50:46 #11 50.83   Verifying        : pcre2-devel-10.40-1.fc35.x86_64                     77/115 
13:50:46 #11 50.83   Verifying        : pcre2-utf16-10.40-1.fc35.x86_64                     78/115 
13:50:46 #11 50.83   Verifying        : pcre2-utf32-10.40-1.fc35.x86_64                     79/115 
13:50:46 #11 50.83   Verifying        : perl-File-Compare-1.100.600-486.fc35.noarch         80/115 
13:50:46 #11 50.83   Verifying        : perl-File-Copy-2.35-486.fc35.noarch                 81/115 
13:50:46 #11 50.83   Verifying        : perl-File-Find-1.39-486.fc35.noarch                 82/115 
13:50:46 #11 50.83   Verifying        : perl-Git-2.35.3-1.fc35.noarch                       83/115 
13:50:46 #11 50.83   Verifying        : perl-lib-0.65-486.fc35.x86_64                       84/115 
13:50:46 #11 50.83   Verifying        : policycoreutils-3.3-1.fc35.x86_64                   85/115 
13:50:46 #11 50.83   Verifying        : policycoreutils-devel-3.3-1.fc35.x86_64             86/115 
13:50:46 #11 50.83   Verifying        : policycoreutils-python-utils-3.3-1.fc35.noarch      87/115 
13:50:46 #11 50.83   Verifying        : python3-audit-3.0.8-1.fc35.x86_64                   88/115 
13:50:46 #11 50.83   Verifying        : python3-libselinux-3.3-1.fc35.x86_64                89/115 
13:50:46 #11 50.83   Verifying        : python3-libsemanage-3.3-1.fc35.x86_64               90/115 
13:50:46 #11 50.83   Verifying        : python3-policycoreutils-3.3-1.fc35.noarch           91/115 
13:50:46 #11 50.83   Verifying        : qrencode-libs-4.1.1-1.fc35.x86_64                   92/115 
13:50:46 #11 50.83   Verifying        : rpm-plugin-selinux-4.17.0-4.fc35.x86_64             93/115 
13:50:46 #11 50.83   Verifying        : selinux-policy-35.17-1.fc35.noarch                  94/115 
13:50:46 #11 50.83   Verifying        : selinux-policy-devel-35.17-1.fc35.noarch            95/115 
13:50:46 #11 50.83   Verifying        : selinux-policy-targeted-35.17-1.fc35.noarch         96/115 
13:50:46 #11 50.83   Verifying        : systemd-249.12-3.fc35.x86_64                        97/115 
13:50:46 #11 50.83   Verifying        : systemd-devel-249.12-3.fc35.x86_64                  98/115 
13:50:46 #11 50.83   Verifying        : systemd-networkd-249.12-3.fc35.x86_64               99/115 
13:50:46 #11 50.83   Verifying        : systemd-pam-249.12-3.fc35.x86_64                   100/115 
13:50:46 #11 50.83   Verifying        : systemd-resolved-249.12-3.fc35.x86_64              101/115 
13:50:46 #11 50.84   Verifying        : systemd-rpm-macros-249.12-3.fc35.noarch            102/115 
13:50:46 #11 50.84   Verifying        : util-linux-2.37.4-1.fc35.x86_64                    103/115 
13:50:46 #11 50.84   Verifying        : util-linux-core-2.37.4-1.fc35.x86_64               104/115 
13:50:46 #11 50.84   Verifying        : vim-filesystem-2:8.2.4975-1.fc35.noarch            105/115 
13:50:46 #11 50.84   Verifying        : audit-libs-3.0.8-1.fc35.x86_64                     106/115 
13:50:46 #11 50.84   Verifying        : audit-libs-3.0.7-2.fc35.x86_64                     107/115 
13:50:46 #11 50.84   Verifying        : libgcc-11.3.1-2.fc35.x86_64                        108/115 
13:50:46 #11 50.84   Verifying        : libgcc-11.2.1-9.fc35.x86_64                        109/115 
13:50:46 #11 50.84   Verifying        : libgomp-11.3.1-2.fc35.x86_64                       110/115 
13:50:46 #11 50.84   Verifying        : libgomp-11.2.1-9.fc35.x86_64                       111/115 
13:50:46 #11 50.84   Verifying        : pcre2-10.40-1.fc35.x86_64                          112/115 
13:50:46 #11 50.84   Verifying        : pcre2-10.39-1.fc35.x86_64                          113/115 
13:50:46 #11 50.84   Verifying        : pcre2-syntax-10.40-1.fc35.noarch                   114/115 
13:50:46 #11 50.84   Verifying        : pcre2-syntax-10.39-1.fc35.noarch                   115/115 
13:50:46 #11 51.04 
13:50:46 #11 51.04 Upgraded:
13:50:46 #11 51.04   audit-libs-3.0.8-1.fc35.x86_64            libgcc-11.3.1-2.fc35.x86_64         
13:50:46 #11 51.04   libgomp-11.3.1-2.fc35.x86_64              pcre2-10.40-1.fc35.x86_64           
13:50:46 #11 51.04   pcre2-syntax-10.40-1.fc35.noarch         
13:50:46 #11 51.04 Installed:
13:50:46 #11 51.04   acl-2.3.1-2.fc35.x86_64                                                       
13:50:46 #11 51.04   annobin-docs-10.66-2.fc35.noarch                                              
13:50:46 #11 51.04   annobin-plugin-gcc-10.66-2.fc35.x86_64                                        
13:50:46 #11 51.04   autoconf-2.69-37.fc35.noarch                                                  
13:50:46 #11 51.04   automake-1.16.2-5.fc35.noarch                                                 
13:50:46 #11 51.04   btrfs-progs-5.16.2-1.fc35.x86_64                                              
13:50:46 #11 51.04   btrfs-progs-devel-5.16.2-1.fc35.x86_64                                        
13:50:46 #11 51.04   checkpolicy-3.3-1.fc35.x86_64                                                 
13:50:46 #11 51.04   cmake-3.22.2-1.fc35.x86_64                                                    
13:50:46 #11 51.04   cmake-data-3.22.2-1.fc35.noarch                                               
13:50:46 #11 51.04   cmake-filesystem-3.22.2-1.fc35.x86_64                                         
13:50:46 #11 51.04   cmake-rpm-macros-3.22.2-1.fc35.noarch                                         
13:50:46 #11 51.04   cpp-11.3.1-2.fc35.x86_64                                                      
13:50:46 #11 51.04   cryptsetup-libs-2.4.3-1.fc35.x86_64                                           
13:50:46 #11 51.04   dbus-1:1.12.22-1.fc35.x86_64                                                  
13:50:46 #11 51.04   dbus-broker-29-4.fc35.x86_64                                                  
13:50:46 #11 51.04   dbus-common-1:1.12.22-1.fc35.noarch                                           
13:50:46 #11 51.04   device-mapper-1.02.175-6.fc35.x86_64                                          
13:50:46 #11 51.04   device-mapper-devel-1.02.175-6.fc35.x86_64                                    
13:50:46 #11 51.04   device-mapper-libs-1.02.175-6.fc35.x86_64                                     
13:50:46 #11 51.04   e2fsprogs-libs-1.46.3-1.fc35.x86_64                                           
13:50:46 #11 51.04   emacs-filesystem-1:27.2-9.fc35.noarch                                         
13:50:46 #11 51.04   gc-8.0.4-6.fc35.x86_64                                                        
13:50:46 #11 51.04   gcc-11.3.1-2.fc35.x86_64                                                      
13:50:46 #11 51.04   git-2.35.3-1.fc35.x86_64                                                      
13:50:46 #11 51.04   git-core-2.35.3-1.fc35.x86_64                                                 
13:50:46 #11 51.04   git-core-doc-2.35.3-1.fc35.noarch                                             
13:50:46 #11 51.04   glibc-devel-2.34-34.fc35.x86_64                                               
13:50:46 #11 51.04   glibc-headers-x86-2.34-34.fc35.noarch                                         
13:50:46 #11 51.04   glibc-static-2.34-34.fc35.x86_64                                              
13:50:46 #11 51.04   guile22-2.2.7-3.fc35.x86_64                                                   
13:50:46 #11 51.04   iptables-legacy-libs-1.8.7-13.fc35.x86_64                                     
13:50:46 #11 51.04   jsoncpp-1.9.4-5.fc35.x86_64                                                   
13:50:46 #11 51.04   kernel-headers-5.17.11-200.fc35.x86_64                                        
13:50:46 #11 51.04   kmod-libs-29-4.fc35.x86_64                                                    
13:50:46 #11 51.04   less-590-2.fc35.x86_64                                                        
13:50:46 #11 51.04   libargon2-20171227-7.fc35.x86_64                                              
13:50:46 #11 51.04   libbpf-2:0.4.0-2.fc35.x86_64                                                  
13:50:46 #11 51.04   libbtrfs-5.16.2-1.fc35.x86_64                                                 
13:50:46 #11 51.04   libbtrfsutil-5.16.2-1.fc35.x86_64                                             
13:50:46 #11 51.04   libcbor-0.7.0-4.fc35.x86_64                                                   
13:50:46 #11 51.04   libedit-3.1-40.20210910cvs.fc35.x86_64                                        
13:50:46 #11 51.04   libfdisk-2.37.4-1.fc35.x86_64                                                 
13:50:46 #11 51.04   libfido2-1.8.0-1.fc35.x86_64                                                  
13:50:46 #11 51.04   libibverbs-39.0-1.fc35.x86_64                                                 
13:50:46 #11 51.04   libmpc-1.2.1-3.fc35.x86_64                                                    
13:50:46 #11 51.04   libnl3-3.5.0-8.fc35.x86_64                                                    
13:50:46 #11 51.04   libpcap-14:1.10.1-2.fc35.x86_64                                               
13:50:46 #11 51.04   libseccomp-2.5.3-1.fc35.x86_64                                                
13:50:46 #11 51.04   libseccomp-devel-2.5.3-1.fc35.x86_64                                          
13:50:46 #11 51.04   libselinux-devel-3.3-1.fc35.x86_64                                            
13:50:46 #11 51.04   libselinux-utils-3.3-1.fc35.x86_64                                            
13:50:46 #11 51.04   libsepol-devel-3.3-2.fc35.x86_64                                              
13:50:46 #11 51.04   libtool-2.4.6-50.fc35.x86_64                                                  
13:50:46 #11 51.04   libtool-ltdl-2.4.6-50.fc35.x86_64                                             
13:50:46 #11 51.04   libtool-ltdl-devel-2.4.6-50.fc35.x86_64                                       
13:50:46 #11 51.04   libutempter-1.2.1-5.fc35.x86_64                                               
13:50:46 #11 51.04   libuv-1:1.44.1-1.fc35.x86_64                                                  
13:50:46 #11 51.04   libxcrypt-devel-4.4.28-1.fc35.x86_64                                          
13:50:46 #11 51.04   libxcrypt-static-4.4.28-1.fc35.x86_64                                         
13:50:46 #11 51.04   libxkbcommon-1.3.1-1.fc35.x86_64                                              
13:50:46 #11 51.04   lzo-2.10-5.fc35.x86_64                                                        
13:50:46 #11 51.04   m4-1.4.19-2.fc35.x86_64                                                       
13:50:46 #11 51.04   make-1:4.3-6.fc35.x86_64                                                      
13:50:46 #11 51.04   openssh-8.7p1-3.fc35.x86_64                                                   
13:50:46 #11 51.04   openssh-clients-8.7p1-3.fc35.x86_64                                           
13:50:46 #11 51.04   pcre2-devel-10.40-1.fc35.x86_64                                               
13:50:46 #11 51.04   pcre2-utf16-10.40-1.fc35.x86_64                                               
13:50:46 #11 51.04   pcre2-utf32-10.40-1.fc35.x86_64                                               
13:50:46 #11 51.04   perl-Error-1:0.17029-7.fc35.noarch                                            
13:50:46 #11 51.04   perl-File-Compare-1.100.600-486.fc35.noarch                                   
13:50:46 #11 51.04   perl-File-Copy-2.35-486.fc35.noarch                                           
13:50:46 #11 51.04   perl-File-Find-1.39-486.fc35.noarch                                           
13:50:46 #11 51.04   perl-Git-2.35.3-1.fc35.noarch                                                 
13:50:46 #11 51.04   perl-TermReadKey-2.38-11.fc35.x86_64                                          
13:50:46 #11 51.04   perl-Thread-Queue-3.14-478.fc35.noarch                                        
13:50:46 #11 51.04   perl-lib-0.65-486.fc35.x86_64                                                 
13:50:46 #11 51.04   perl-threads-1:2.26-448.fc35.x86_64                                           
13:50:46 #11 51.04   perl-threads-shared-1.62-478.fc35.x86_64                                      
13:50:46 #11 51.04   policycoreutils-3.3-1.fc35.x86_64                                             
13:50:46 #11 51.04   policycoreutils-devel-3.3-1.fc35.x86_64                                       
13:50:46 #11 51.04   policycoreutils-python-utils-3.3-1.fc35.noarch                                
13:50:46 #11 51.04   python3-audit-3.0.8-1.fc35.x86_64                                             
13:50:46 #11 51.04   python3-libselinux-3.3-1.fc35.x86_64                                          
13:50:46 #11 51.04   python3-libsemanage-3.3-1.fc35.x86_64                                         
13:50:46 #11 51.04   python3-policycoreutils-3.3-1.fc35.noarch                                     
13:50:46 #11 51.04   python3-setools-4.4.0-3.fc35.x86_64                                           
13:50:46 #11 51.04   python3-setuptools-57.4.0-1.fc35.noarch                                       
13:50:46 #11 51.04   qrencode-libs-4.1.1-1.fc35.x86_64                                             
13:50:46 #11 51.04   rhash-1.4.0-4.fc35.x86_64                                                     
13:50:46 #11 51.04   rpm-plugin-selinux-4.17.0-4.fc35.x86_64                                       
13:50:46 #11 51.04   selinux-policy-35.17-1.fc35.noarch                                            
13:50:46 #11 51.04   selinux-policy-devel-35.17-1.fc35.noarch                                      
13:50:46 #11 51.04   selinux-policy-targeted-35.17-1.fc35.noarch                                   
13:50:46 #11 51.04   systemd-249.12-3.fc35.x86_64                                                  
13:50:46 #11 51.04   systemd-devel-249.12-3.fc35.x86_64                                            
13:50:46 #11 51.04   systemd-networkd-249.12-3.fc35.x86_64                                         
13:50:46 #11 51.04   systemd-pam-249.12-3.fc35.x86_64                                              
13:50:46 #11 51.04   systemd-resolved-249.12-3.fc35.x86_64                                         
13:50:46 #11 51.04   systemd-rpm-macros-249.12-3.fc35.noarch                                       
13:50:46 #11 51.04   util-linux-2.37.4-1.fc35.x86_64                                               
13:50:46 #11 51.04   util-linux-core-2.37.4-1.fc35.x86_64                                          
13:50:46 #11 51.04   vim-filesystem-2:8.2.4975-1.fc35.noarch                                       
13:50:46 #11 51.04   which-2.21-27.fc35.x86_64                                                     
13:50:46 #11 51.04   xkeyboard-config-2.33-2.fc35.noarch                                           
13:50:46 #11 51.05 
13:50:46 #11 51.05 Complete!
13:50:46 #11 DONE 51.2s
13:50:46 
13:50:46 #13 [stage-1 5/6] COPY --from=golang /usr/local/go /usr/local/go
13:50:46 #13 sha256:7f63bff31679309181bfa1436bf4dd79ecf4b8b3e5fa43a873b7d13842f6361e
13:50:48 #13 DONE 2.0s
13:50:48 
13:50:48 #14 [stage-1 6/6] WORKDIR /root/rpmbuild
13:50:48 #14 sha256:a5a5751097efb57fc5f993a3558bd27bd13758d19f21ebb7c3a2174216087187
13:50:48 #14 DONE 0.0s
13:50:48 
13:50:48 #15 exporting to image
13:50:48 #15 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:50:48 #15 exporting layers
13:50:55 #15 exporting layers 5.9s done
13:50:55 #15 writing image sha256:1515bfd8cad996504d67df9daca54ededa7c719af8f07a514158c8b217813aee done
13:50:55 #15 naming to docker.io/rpmbuild-fedora-35/x86_64 done
13:50:55 #15 DONE 5.9s
13:50:55 docker run --rm -e PLATFORM -e GOPROXY=https://proxy.golang.org -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/fedora-35/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/fedora-35/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-fedora-35/x86_64 -ba --define '_gitcommit_cli aa7e414' --define '_gitcommit_engine 90033ab' --define '_release 0' --define '_version 0.0.0.20220511162217.aa7e414' --define '_origversion 0.0.0-20220511162217-aa7e414' --define '_compose_rpm_version 2.6.0' --define '_compose_version v2.6.0' --define '_scan_rpm_version 0.17.0' --define '_scan_version v0.17.0' --define '_scan_gitcommit 061fe0a'  SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-compose-plugin.spec SPECS/docker-scan-plugin.spec
13:50:55 warning: line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
13:50:55 warning: line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
13:50:55 warning: line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
13:50:55 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ewk9Hh
13:50:55 + umask 022
13:50:55 + cd /root/rpmbuild/BUILD
13:50:55 + cd /root/rpmbuild/BUILD
13:50:55 + rm -rf src
13:50:55 + /usr/bin/mkdir -p src
13:50:55 + cd src
13:50:55 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:50:55 + /usr/bin/tar -xof -
13:50:55 + STATUS=0
13:50:55 + '[' 0 -ne 0 ']'
13:50:55 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:50:55 + /usr/bin/tar -xof -
13:50:56 + STATUS=0
13:50:56 + '[' 0 -ne 0 ']'
13:50:56 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:50:56 + RPM_EC=0
13:50:56 ++ jobs -p
13:50:56 + exit 0
13:50:56 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.UMYxBw
13:50:56 + umask 022
13:50:56 + cd /root/rpmbuild/BUILD
13:50:56 + cd src
13:50:56 + export DOCKER_GITCOMMIT=90033ab
13:50:56 + DOCKER_GITCOMMIT=90033ab
13:50:56 + mkdir -p /go/src/github.com/docker
13:50:56 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:50:56 + pushd /root/rpmbuild/BUILD/src/engine
13:50:56 + for component in tini "proxy dynamic"
13:50:56 + TMP_GOPATH=/go
13:50:56 + hack/dockerfile/install/install.sh tini
13:50:56 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
13:50:56 + RM_GOPATH=0
13:50:56 + TMP_GOPATH=/go
13:50:56 + : /usr/local/bin
13:50:56 + '[' -z /go ']'
13:50:56 + export GOPATH=/go
13:50:56 + GOPATH=/go
13:50:56 + case "$(go env GOARCH)" in
13:50:56 ++ go env GOARCH
13:50:56 + export GO_BUILDMODE=-buildmode=pie
13:50:56 + GO_BUILDMODE=-buildmode=pie
13:50:56 ++ dirname hack/dockerfile/install/install.sh
13:50:56 + dir=hack/dockerfile/install
13:50:56 + bin=tini
13:50:56 + shift
13:50:56 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:50:56 + . hack/dockerfile/install/tini.installer
13:50:56 ++ : v0.19.0
13:50:56 + install_tini
13:50:56 Install tini version v0.19.0
13:50:56 + echo 'Install tini version v0.19.0'
13:50:56 + git clone https://github.com/krallin/tini.git /go/tini
13:50:56 Cloning into '/go/tini'...
13:50:56 + cd /go/tini
13:50:56 + git checkout -q v0.19.0
13:50:56 + cmake .
13:50:56 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
13:50:56   Compatibility with CMake < 2.8.12 will be removed from a future version of
13:50:56   CMake.
13:50:56 
13:50:56   Update the VERSION argument <min> value or use a ...<max> suffix to tell
13:50:56   CMake that the project does not need compatibility with older versions.
13:50:56 
13:50:56 
13:50:56 -- The C compiler identification is GNU 11.3.1
13:50:56 -- Detecting C compiler ABI info
13:50:56 -- Detecting C compiler ABI info - done
13:50:56 -- Check for working C compiler: /usr/bin/cc - skipped
13:50:56 -- Detecting C compile features
13:50:56 -- Detecting C compile features - done
13:50:56 -- Performing Test HAS_BUILTIN_FORTIFY
13:50:56 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:50:56 -- Configuring done
13:50:56 -- Generating done
13:50:56 -- Build files have been written to: /go/tini
13:50:56 + make tini-static
13:50:56 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:50:57 [100%] Linking C executable tini-static
13:50:57 [100%] Built target tini-static
13:50:57 + mkdir -p /usr/local/bin
13:50:57 + cp tini-static /usr/local/bin/docker-init
13:50:57 + for component in tini "proxy dynamic"
13:50:57 + TMP_GOPATH=/go
13:50:57 + hack/dockerfile/install/install.sh proxy dynamic
13:50:57 + RM_GOPATH=0
13:50:57 + TMP_GOPATH=/go
13:50:57 + : /usr/local/bin
13:50:57 + '[' -z /go ']'
13:50:57 + export GOPATH=/go
13:50:57 + GOPATH=/go
13:50:57 + case "$(go env GOARCH)" in
13:50:57 ++ go env GOARCH
13:50:57 + export GO_BUILDMODE=-buildmode=pie
13:50:57 + GO_BUILDMODE=-buildmode=pie
13:50:57 ++ dirname hack/dockerfile/install/install.sh
13:50:57 + dir=hack/dockerfile/install
13:50:57 + bin=proxy
13:50:57 + shift
13:50:57 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
13:50:57 + . hack/dockerfile/install/proxy.installer
13:50:57 ++ : 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:50:57 + install_proxy dynamic
13:50:57 + case "$1" in
13:50:57 + install_proxy_dynamic
13:50:57 + export PROXY_LDFLAGS=-linkmode=external install_proxy
13:50:57 + PROXY_LDFLAGS=-linkmode=external
13:50:57 + export BUILD_MODE=-buildmode=pie
13:50:57 + BUILD_MODE=-buildmode=pie
13:50:57 + _install_proxy
13:50:57 + echo 'Install docker-proxy version 2dab5620d4462865c6151e573b3e7fa5d3b8458b'
13:50:57 Install docker-proxy version 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:50:57 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
13:50:57 Cloning into '/go/src/github.com/docker/libnetwork'...
13:50:58 + cd /go/src/github.com/docker/libnetwork
13:50:58 + git checkout -q 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:50:58 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
13:51:09 + return
13:51:09 + VERSION=0.0.0-20220511162217-aa7e414
13:51:09 + PRODUCT=docker
13:51:09 + hack/make.sh dynbinary
13:51:09 
13:51:09 Removing bundles/
13:51:09 
13:51:09 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:51:09 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220511162217-aa7e414
13:51:09 GOOS="" GOARCH="" GOARM=""
13:52:45 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220511162217-aa7e414
13:52:45 
13:52:45 + popd
13:52:45 + RPM_EC=0
13:52:45 ~/rpmbuild/BUILD/src
13:52:45 ++ jobs -p
13:52:45 + exit 0
13:52:45 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.LM8WJs
13:52:45 + umask 022
13:52:45 + cd /root/rpmbuild/BUILD
13:52:45 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc35.x86_64 '!=' / ']'
13:52:45 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc35.x86_64
13:52:45 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc35.x86_64
13:52:45 + mkdir -p /root/rpmbuild/BUILDROOT
13:52:45 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc35.x86_64
13:52:45 + cd src
13:52:45 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
13:52:45 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220511162217-aa7e414 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc35.x86_64/usr/bin/dockerd
13:52:45 + install -D -p -m 0755 /usr/local/bin/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc35.x86_64/usr/bin/docker-proxy
13:52:45 + install -D -p -m 755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc35.x86_64/usr/bin/docker-init
13:52:45 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc35.x86_64/usr/lib/systemd/system/docker.service
13:52:45 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc35.x86_64/usr/lib/systemd/system/docker.socket
13:52:45 + /usr/lib/rpm/check-buildroot
13:52:45 + /usr/lib/rpm/redhat/brp-ldconfig
13:52:45 + /usr/lib/rpm/brp-compress
13:52:45 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:52:45 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:52:45 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc35.x86_64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
13:52:45 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:52:45 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:52:45 + /usr/lib/rpm/check-rpaths
13:52:45 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:52:45 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:52:45 + /usr/lib/rpm/redhat/brp-python-hardlink
13:52:45 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Z7yDQT
13:52:45 + umask 022
13:52:45 + cd /root/rpmbuild/BUILD
13:52:45 + cd src
13:52:45 ++ engine/bundles/dynbinary-daemon/dockerd --version
13:52:45 + ver='Docker version 0.0.0-20220511162217-aa7e414, build 90033ab'
13:52:45 + test 'Docker version 0.0.0-20220511162217-aa7e414, build 90033ab' = 'Docker version 0.0.0-20220511162217-aa7e414, build 90033ab'
13:52:45 PASS: daemon version OK
13:52:45 + echo 'PASS: daemon version OK'
13:52:45 + RPM_EC=0
13:52:45 ++ jobs -p
13:52:45 + exit 0
13:52:45 Processing files: docker-ce-0.0.0.20220511162217.aa7e414-0.fc35.x86_64
13:52:45 Provides: docker-ce = 3:0.0.0.20220511162217.aa7e414-0.fc35 docker-ce(x86-64) = 3:0.0.0.20220511162217.aa7e414-0.fc35
13:52:45 Requires(interp): /bin/sh /bin/sh /bin/sh
13:52:45 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:52:45 Requires(post): /bin/sh
13:52:45 Requires(preun): /bin/sh
13:52:45 Requires(postun): /bin/sh
13:52:45 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)
13:52:45 Conflicts: docker docker-ee docker-engine-cs docker-io
13:52:45 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
13:52:45 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc35.x86_64
13:52:45 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20220511162217.aa7e414-0.fc35.src.rpm
13:53:32 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0.20220511162217.aa7e414-0.fc35.x86_64.rpm
13:53:32 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.E5uNFw
13:53:32 + umask 022
13:53:32 + cd /root/rpmbuild/BUILD
13:53:32 + cd src
13:53:32 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc35.x86_64
13:53:32 + RPM_EC=0
13:53:32 ++ jobs -p
13:53:32 + exit 0
13:53:32 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.83j7lH
13:53:32 + umask 022
13:53:32 + cd /root/rpmbuild/BUILD
13:53:32 + cd /root/rpmbuild/BUILD
13:53:32 + rm -rf src
13:53:32 + /usr/bin/mkdir -p src
13:53:32 + cd src
13:53:32 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:53:32 + /usr/bin/tar -xof -
13:53:32 + STATUS=0
13:53:32 + '[' 0 -ne 0 ']'
13:53:32 + /usr/bin/tar -xof -
13:53:32 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/plugin-installers.tgz
13:53:32 + STATUS=0
13:53:32 + '[' 0 -ne 0 ']'
13:53:32 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:53:32 + RPM_EC=0
13:53:32 ++ jobs -p
13:53:32 + exit 0
13:53:32 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.eP5rSa
13:53:32 + umask 022
13:53:32 + cd /root/rpmbuild/BUILD
13:53:32 + cd src
13:53:32 + mkdir -p /go/src/github.com/docker
13:53:32 + rm -f /go/src/github.com/docker/cli
13:53:32 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
13:53:32 + pushd /go/src/github.com/docker/cli
13:53:32 + DISABLE_WARN_OUTSIDE_CONTAINER=1
13:53:32 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
13:53:32 + make VERSION=0.0.0-20220511162217-aa7e414 GITCOMMIT=aa7e414 dynbinary manpages
13:53:32 GO_LINKMODE=dynamic ./scripts/build/binary
13:53:32 Building dynamic docker-linux-amd64
13:54:53 scripts/docs/generate-man.sh
13:56:01 Project root: /go/src/github.com/docker/cli
13:56:01 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
13:56:01 2022/05/31 13:55:56 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
13:56:01 + popd
13:56:01 + pushd /root/rpmbuild/BUILD/src/plugins
13:56:01 + for installer in *.installer
13:56:01 + '[' app.installer '!=' scan.installer ']'
13:56:01 + bash app.installer build
13:56:01 ~/rpmbuild/BUILD/src
13:56:01 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
13:56:01 Cloning into '/go/src/github.com/docker/app'...
13:56:01 Fetching origin
13:56:01 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
13:56:57 + for installer in *.installer
13:56:57 + '[' buildx.installer '!=' scan.installer ']'
13:56:57 + bash buildx.installer build
13:56:57 Cloning into '/go/src/github.com/docker/buildx'...
13:56:57 Fetching origin
13:56:57 + GO111MODULE=on
13:56:57 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.8.2-docker -X github.com/docker/buildx/version.Revision=6224def4dd2c3d347eee19db595348c50d7cb491 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
13:58:33 ~/rpmbuild/BUILD/src
13:58:33 + popd
13:58:33 + RPM_EC=0
13:58:33 ++ jobs -p
13:58:33 + exit 0
13:58:33 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.iFwWEK
13:58:33 + umask 022
13:58:33 + cd /root/rpmbuild/BUILD
13:58:33 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc35.x86_64 '!=' / ']'
13:58:33 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc35.x86_64
13:58:33 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc35.x86_64
13:58:33 + mkdir -p /root/rpmbuild/BUILDROOT
13:58:33 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc35.x86_64
13:58:33 + cd src
13:58:33 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc35.x86_64/usr/bin
13:58:33 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc35.x86_64/usr/bin/docker
13:58:33 + pushd /root/rpmbuild/BUILD/src/plugins
13:58:33 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
13:58:33 + for installer in *.installer
13:58:33 + '[' app.installer '!=' scan.installer ']'
13:58:33 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc35.x86_64
13:58:33 + PREFIX=/usr/libexec/docker/cli-plugins
13:58:33 + bash app.installer install_plugin
13:58:33 + for installer in *.installer
13:58:33 + '[' buildx.installer '!=' scan.installer ']'
13:58:33 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc35.x86_64
13:58:33 + PREFIX=/usr/libexec/docker/cli-plugins
13:58:33 + bash buildx.installer install_plugin
13:58:33 + popd
13:58:33 ~/rpmbuild/BUILD/src
13:58:33 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc35.x86_64/usr/share/bash-completion/completions
13:58:33 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc35.x86_64/usr/share/zsh/vendor-completions
13:58:33 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc35.x86_64/usr/share/fish/vendor_completions.d
13:58:33 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc35.x86_64/usr/share/bash-completion/completions/docker
13:58:33 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc35.x86_64/usr/share/zsh/vendor-completions/_docker
13:58:33 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc35.x86_64/usr/share/fish/vendor_completions.d/docker.fish
13:58:33 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc35.x86_64/usr/share/man/man1
13:58:33 + 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.20220511162217.aa7e414-0.fc35.x86_64/usr/share/man/man1
13:58:33 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc35.x86_64/usr/share/man/man5
13:58:33 + 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.20220511162217.aa7e414-0.fc35.x86_64/usr/share/man/man5
13:58:33 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc35.x86_64/usr/share/man/man8
13:58:33 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc35.x86_64/usr/share/man/man8
13:58:33 + mkdir -p build-docs
13:58:33 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:58:33 + cp cli/LICENSE build-docs/LICENSE
13:58:33 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:58:33 + cp cli/MAINTAINERS build-docs/MAINTAINERS
13:58:33 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:58:33 + cp cli/NOTICE build-docs/NOTICE
13:58:33 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:58:33 + cp cli/README.md build-docs/README.md
13:58:33 + /usr/lib/rpm/check-buildroot
13:58:33 + /usr/lib/rpm/redhat/brp-ldconfig
13:58:33 + /usr/lib/rpm/brp-compress
13:58:33 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:58:33 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:58:33 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:58:33 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:58:33 + /usr/lib/rpm/check-rpaths
13:58:33 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:58:33 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:58:33 + /usr/lib/rpm/redhat/brp-python-hardlink
13:58:33 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.ET43ed
13:58:33 + umask 022
13:58:33 + cd /root/rpmbuild/BUILD
13:58:33 + cd src
13:58:33 ++ cli/build/docker --version
13:58:33 + ver='Docker version 0.0.0-20220511162217-aa7e414, build aa7e414'
13:58:33 + test 'Docker version 0.0.0-20220511162217-aa7e414, build aa7e414' = 'Docker version 0.0.0-20220511162217-aa7e414, build aa7e414'
13:58:33 + echo 'PASS: cli version OK'
13:58:33 + RPM_EC=0
13:58:33 PASS: cli version OK
13:58:33 ++ jobs -p
13:58:33 + exit 0
13:58:33 Processing files: docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc35.x86_64
13:58:33 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.j2ro6u
13:58:33 + umask 022
13:58:33 + cd /root/rpmbuild/BUILD
13:58:33 + cd src
13:58:33 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc35.x86_64/usr/share/doc/docker-ce-cli
13:58:33 + export LC_ALL=C
13:58:33 + LC_ALL=C
13:58:33 + export DOCDIR
13:58:33 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc35.x86_64/usr/share/doc/docker-ce-cli
13:58:33 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc35.x86_64/usr/share/doc/docker-ce-cli
13:58:33 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc35.x86_64/usr/share/doc/docker-ce-cli
13:58:33 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc35.x86_64/usr/share/doc/docker-ce-cli
13:58:33 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc35.x86_64/usr/share/doc/docker-ce-cli
13:58:33 + RPM_EC=0
13:58:33 ++ jobs -p
13:58:33 + exit 0
13:58:33 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
13:58:35 Provides: docker-ce-cli = 1:0.0.0.20220511162217.aa7e414-0.fc35 docker-ce-cli(x86-64) = 1:0.0.0.20220511162217.aa7e414-0.fc35
13:58:35 Requires(interp): /bin/sh
13:58:35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:58:35 Requires(post): /bin/sh
13:58:35 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)
13:58:35 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
13:58:35 Recommends: docker-scan-plugin(x86-64)
13:58:35 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc35.x86_64
13:58:35 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc35.src.rpm
13:59:43 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc35.x86_64.rpm
13:59:43 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.O1V5HN
13:59:43 + umask 022
13:59:43 + cd /root/rpmbuild/BUILD
13:59:43 + cd src
13:59:43 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc35.x86_64
13:59:43 + RPM_EC=0
13:59:43 ++ jobs -p
13:59:43 + exit 0
13:59:43 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ONpj6G
13:59:43 + umask 022
13:59:43 + cd /root/rpmbuild/BUILD
13:59:43 + cd /root/rpmbuild/BUILD
13:59:43 + rm -rf src
13:59:43 + /usr/bin/mkdir -p src
13:59:43 + cd src
13:59:43 + /usr/bin/tar -xof -
13:59:43 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:59:43 + STATUS=0
13:59:43 + '[' 0 -ne 0 ']'
13:59:43 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:59:43 + /usr/bin/tar -xof -
13:59:43 + STATUS=0
13:59:43 + '[' 0 -ne 0 ']'
13:59:43 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:59:43 + RPM_EC=0
13:59:43 ++ jobs -p
13:59:43 + exit 0
13:59:43 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.d6o2lC
13:59:43 + umask 022
13:59:43 + cd /root/rpmbuild/BUILD
13:59:43 + cd src
13:59:43 + export DOCKER_GITCOMMIT=90033ab
13:59:43 + DOCKER_GITCOMMIT=90033ab
13:59:43 + mkdir -p /go/src/github.com/docker
13:59:43 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:59:43 + TMP_GOPATH=/go
13:59:43 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
13:59:43 + RM_GOPATH=0
13:59:43 + TMP_GOPATH=/go
13:59:43 + : /usr/local/bin
13:59:43 + '[' -z /go ']'
13:59:43 + export GOPATH=/go
13:59:43 + GOPATH=/go
13:59:43 + case "$(go env GOARCH)" in
13:59:43 ++ go env GOARCH
13:59:43 + export GO_BUILDMODE=-buildmode=pie
13:59:43 + GO_BUILDMODE=-buildmode=pie
13:59:43 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
13:59:43 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
13:59:43 + bin=rootlesskit
13:59:43 + shift
13:59:43 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
13:59:43 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
13:59:43 ++ : v0.14.4
13:59:43 + install_rootlesskit dynamic
13:59:43 + case "$1" in
13:59:43 + install_rootlesskit_dynamic
13:59:43 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:59:43 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:59:43 + export BUILD_MODE=-buildmode=pie
13:59:43 + BUILD_MODE=-buildmode=pie
13:59:43 + _install_rootlesskit
13:59:43 + echo 'Install rootlesskit version v0.14.4'
13:59:43 + for f in rootlesskit rootlesskit-docker-proxy
13:59:43 Install rootlesskit version v0.14.4
13:59:43 + GOBIN=/usr/local/bin
13:59:43 + GO111MODULE=on
13:59:43 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
13:59:43 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
13:59:44 go: downloading github.com/pkg/errors v0.9.1
13:59:44 go: downloading github.com/sirupsen/logrus v1.8.1
13:59:44 go: downloading github.com/urfave/cli/v2 v2.3.0
13:59:44 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:59:44 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:59:45 go: downloading github.com/google/uuid v1.3.0
13:59:45 go: downloading github.com/moby/vpnkit v0.5.0
13:59:45 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:59:45 go: downloading github.com/gofrs/flock v0.8.1
13:59:45 go: downloading github.com/gorilla/mux v1.8.0
13:59:45 go: downloading github.com/moby/sys/mountinfo v0.4.1
13:59:45 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
13:59:45 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:59:45 go: downloading github.com/u-root/u-root v7.0.0+incompatible
13:59:45 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:59:50 + for f in rootlesskit rootlesskit-docker-proxy
13:59:50 + GOBIN=/usr/local/bin
13:59:50 + GO111MODULE=on
13:59:50 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
13:59:52 + return
13:59:52 + RPM_EC=0
13:59:52 ++ jobs -p
13:59:52 + exit 0
13:59:52 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.jreRov
13:59:52 + umask 022
13:59:52 + cd /root/rpmbuild/BUILD
13:59:52 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc35.x86_64 '!=' / ']'
13:59:52 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc35.x86_64
13:59:52 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc35.x86_64
13:59:52 + mkdir -p /root/rpmbuild/BUILDROOT
13:59:52 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc35.x86_64
13:59:52 + cd src
13:59:52 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc35.x86_64/usr/bin/dockerd-rootless.sh
13:59:52 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc35.x86_64/usr/bin/dockerd-rootless-setuptool.sh
13:59:52 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc35.x86_64/usr/bin/rootlesskit
13:59:52 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc35.x86_64/usr/bin/rootlesskit-docker-proxy
13:59:52 + /usr/lib/rpm/check-buildroot
13:59:52 + /usr/lib/rpm/redhat/brp-ldconfig
13:59:52 + /usr/lib/rpm/brp-compress
13:59:52 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:59:52 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:59:52 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:59:52 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:59:52 + /usr/lib/rpm/check-rpaths
13:59:52 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:59:52 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
13:59:52 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
13:59:52 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:59:52 + /usr/lib/rpm/redhat/brp-python-hardlink
13:59:52 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.yNAZJ7
13:59:52 + umask 022
13:59:52 + cd /root/rpmbuild/BUILD
13:59:52 + cd src
13:59:52 + /usr/local/bin/rootlesskit -v
13:59:52 rootlesskit version 0.14.4
13:59:52 + RPM_EC=0
13:59:52 ++ jobs -p
13:59:52 + exit 0
13:59:52 Processing files: docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc35.x86_64
13:59:52 Provides: docker-ce-rootless-extras = 0:0.0.0.20220511162217.aa7e414-0.fc35 docker-ce-rootless-extras(x86-64) = 0:0.0.0.20220511162217.aa7e414-0.fc35
13:59:52 Requires(interp): /bin/sh /bin/sh /bin/sh
13:59:52 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:59:52 Requires(post): /bin/sh
13:59:52 Requires(preun): /bin/sh
13:59:52 Requires(postun): /bin/sh
13:59:52 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)
13:59:52 Conflicts: rootlesskit
13:59:52 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc35.x86_64
13:59:53 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc35.src.rpm
13:59:59 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc35.x86_64.rpm
13:59:59 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.KzibAn
13:59:59 + umask 022
13:59:59 + cd /root/rpmbuild/BUILD
13:59:59 + cd src
13:59:59 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc35.x86_64
13:59:59 + RPM_EC=0
13:59:59 ++ jobs -p
13:59:59 + exit 0
13:59:59 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.wzXtrT
13:59:59 + umask 022
13:59:59 + cd /root/rpmbuild/BUILD
13:59:59 + cd /root/rpmbuild/BUILD
13:59:59 + rm -rf src
13:59:59 + /usr/bin/mkdir -p src
13:59:59 + cd src
13:59:59 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:59:59 + /usr/bin/tar -xof -
13:59:59 + STATUS=0
13:59:59 + '[' 0 -ne 0 ']'
13:59:59 + /usr/bin/tar -xof -
13:59:59 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:59:59 + STATUS=0
13:59:59 + '[' 0 -ne 0 ']'
13:59:59 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:59:59 + RPM_EC=0
13:59:59 ++ jobs -p
13:59:59 + exit 0
13:59:59 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.A5tmIL
13:59:59 + umask 022
13:59:59 + cd /root/rpmbuild/BUILD
13:59:59 + cd src
13:59:59 + pushd /root/rpmbuild/BUILD/src/compose
13:59:59 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:59:59 + GOPROXY=https://proxy.golang.org
13:59:59 + GO111MODULE=on
13:59:59 + go mod download
14:00:38 + GOPROXY=https://proxy.golang.org
14:00:38 + GO111MODULE=on
14:00:38 + GIT_TAG=v2.6.0
14:00:38 + make COMPOSE_BINARY=bin/docker-compose -f builder.Makefile compose-plugin
14:00:38 GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.6.0"  -o bin/docker-compose ./cmd
14:01:59 + popd
14:01:59 ~/rpmbuild/BUILD/src
14:01:59 + RPM_EC=0
14:01:59 ++ jobs -p
14:01:59 + exit 0
14:01:59 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Z5D5j2
14:01:59 + umask 022
14:01:59 + cd /root/rpmbuild/BUILD
14:01:59 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc35.x86_64 '!=' / ']'
14:01:59 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc35.x86_64
14:01:59 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc35.x86_64
14:01:59 + mkdir -p /root/rpmbuild/BUILDROOT
14:01:59 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc35.x86_64
14:01:59 + cd src
14:01:59 + pushd /root/rpmbuild/BUILD/src/compose
14:01:59 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-compose
14:01:59 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
14:01:59 + popd
14:01:59 + for f in LICENSE MAINTAINERS NOTICE README.md
14:01:59 ~/rpmbuild/BUILD/src
14:01:59 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
14:01:59 + for f in LICENSE MAINTAINERS NOTICE README.md
14:01:59 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
14:01:59 + for f in LICENSE MAINTAINERS NOTICE README.md
14:01:59 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
14:01:59 + for f in LICENSE MAINTAINERS NOTICE README.md
14:01:59 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
14:01:59 + /usr/lib/rpm/check-buildroot
14:01:59 + /usr/lib/rpm/redhat/brp-ldconfig
14:01:59 + /usr/lib/rpm/brp-compress
14:01:59 + /usr/lib/rpm/brp-strip /usr/bin/strip
14:01:59 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
14:01:59 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
14:01:59 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
14:01:59 + /usr/lib/rpm/check-rpaths
14:01:59 + /usr/lib/rpm/redhat/brp-mangle-shebangs
14:01:59 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
14:01:59 + /usr/lib/rpm/redhat/brp-python-hardlink
14:01:59 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.nqM0uO
14:01:59 + umask 022
14:01:59 + cd /root/rpmbuild/BUILD
14:01:59 + cd src
14:01:59 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
14:01:59 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
14:01:59 + ver=v2.6.0
14:01:59 PASS: docker-compose version OK
14:01:59 + test v2.6.0 = v2.6.0
14:01:59 + echo 'PASS: docker-compose version OK'
14:01:59 + RPM_EC=0
14:01:59 ++ jobs -p
14:01:59 + exit 0
14:01:59 Processing files: docker-compose-plugin-2.6.0-0.fc35.x86_64
14:01:59 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.HBksbw
14:01:59 + umask 022
14:01:59 + cd /root/rpmbuild/BUILD
14:01:59 + cd src
14:01:59 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc35.x86_64/usr/share/doc/docker-compose-plugin
14:01:59 + export LC_ALL=C
14:01:59 + LC_ALL=C
14:01:59 + export DOCDIR
14:01:59 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc35.x86_64/usr/share/doc/docker-compose-plugin
14:01:59 + 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.6.0-0.fc35.x86_64/usr/share/doc/docker-compose-plugin
14:01:59 + RPM_EC=0
14:01:59 ++ jobs -p
14:01:59 + exit 0
14:01:59 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.w4KWJQ
14:01:59 + umask 022
14:01:59 + cd /root/rpmbuild/BUILD
14:01:59 + cd src
14:01:59 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc35.x86_64/usr/share/licenses/docker-compose-plugin
14:01:59 + export LC_ALL=C
14:01:59 + LC_ALL=C
14:01:59 + export LICENSEDIR
14:01:59 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc35.x86_64/usr/share/licenses/docker-compose-plugin
14:01:59 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc35.x86_64/usr/share/licenses/docker-compose-plugin
14:01:59 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc35.x86_64/usr/share/licenses/docker-compose-plugin
14:01:59 + RPM_EC=0
14:01:59 ++ jobs -p
14:01:59 + exit 0
14:01:59 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-compose
14:01:59 Provides: docker-compose-plugin = 0:2.6.0-0.fc35 docker-compose-plugin(x86-64) = 0:2.6.0-0.fc35
14:01:59 Requires(interp): /bin/sh /bin/sh /bin/sh
14:01:59 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
14:01:59 Requires(post): /bin/sh
14:01:59 Requires(preun): /bin/sh
14:01:59 Requires(postun): /bin/sh
14:01:59 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc35.x86_64
14:01:59 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.6.0-0.fc35.src.rpm
14:01:59 Wrote: /root/rpmbuild/RPMS/x86_64/docker-compose-plugin-2.6.0-0.fc35.x86_64.rpm
14:01:59 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.SxbnBi
14:01:59 + umask 022
14:01:59 + cd /root/rpmbuild/BUILD
14:01:59 + cd src
14:01:59 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc35.x86_64
14:01:59 + RPM_EC=0
14:01:59 ++ jobs -p
14:01:59 + exit 0
14:01:59 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Jhbg0e
14:01:59 + umask 022
14:01:59 + cd /root/rpmbuild/BUILD
14:01:59 + cd /root/rpmbuild/BUILD
14:01:59 + rm -rf src
14:01:59 + /usr/bin/mkdir -p src
14:01:59 + cd src
14:01:59 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
14:01:59 + /usr/bin/tar -xof -
14:01:59 + STATUS=0
14:01:59 + '[' 0 -ne 0 ']'
14:01:59 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
14:01:59 + /usr/bin/tar -xof -
14:01:59 + STATUS=0
14:01:59 + '[' 0 -ne 0 ']'
14:01:59 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
14:01:59 + RPM_EC=0
14:01:59 ++ jobs -p
14:01:59 + exit 0
14:01:59 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.m23dZ8
14:01:59 + umask 022
14:01:59 + cd /root/rpmbuild/BUILD
14:01:59 + cd src
14:01:59 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
14:01:59 + bash -c 'TAG_NAME="v0.17.0" COMMIT="061fe0a" PLATFORM_BINARY=docker-scan make native-build'
14:01:59 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
14:01:59 GO111MODULE=on make -f builder.Makefile build
14:01:59 make[1]: Entering directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
14:01:59 mkdir -p bin
14:01:59 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
14:01:59 go: downloading github.com/docker/cli v20.10.9+incompatible
14:01:59 go: downloading github.com/docker/docker v20.10.9+incompatible
14:02:00 go: downloading github.com/spf13/cobra v1.2.1
14:02:00 go: downloading github.com/fvbommel/sortorder v1.0.2
14:02:00 go: downloading golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
14:02:00 go: downloading github.com/docker/distribution v2.7.1+incompatible
14:02:00 go: downloading github.com/theupdateframework/notary v0.7.0
14:02:00 go: downloading github.com/opencontainers/image-spec v1.0.1
14:02:00 go: downloading github.com/Masterminds/semver/v3 v3.1.1
14:02:00 go: downloading github.com/containerd/containerd v1.5.7
14:02:00 go: downloading github.com/moby/sys/mount v0.2.0
14:02:00 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
14:02:01 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
14:02:01 go: downloading google.golang.org/grpc v1.40.0
14:02:01 go: downloading golang.org/x/net v0.0.0-20210825183410-e898025ed96a
14:02:01 go: downloading golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
14:02:01 go: downloading github.com/opencontainers/runc v1.0.2
14:02:01 go: downloading google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
14:02:01 go: downloading google.golang.org/protobuf v1.26.0
14:02:01 go: downloading github.com/prometheus/client_golang v1.7.1
14:02:01 go: downloading github.com/cespare/xxhash/v2 v2.1.1
14:02:01 go: downloading github.com/prometheus/common v0.10.0
14:02:01 go: downloading github.com/prometheus/procfs v0.6.0
14:02:20 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
14:02:20 + popd
14:02:20 + RPM_EC=0
14:02:20 ~/rpmbuild/BUILD/src
14:02:20 ++ jobs -p
14:02:20 + exit 0
14:02:20 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.GdmryI
14:02:20 + umask 022
14:02:20 + cd /root/rpmbuild/BUILD
14:02:20 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64 '!=' / ']'
14:02:20 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64
14:02:20 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64
14:02:20 + mkdir -p /root/rpmbuild/BUILDROOT
14:02:20 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64
14:02:20 + cd src
14:02:20 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
14:02:20 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
14:02:20 + 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
14:02:20 + popd
14:02:20 + /usr/lib/rpm/check-buildroot
14:02:20 ~/rpmbuild/BUILD/src
14:02:20 + /usr/lib/rpm/redhat/brp-ldconfig
14:02:20 + /usr/lib/rpm/brp-compress
14:02:20 + /usr/lib/rpm/brp-strip /usr/bin/strip
14:02:20 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
14:02:20 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
14:02:20 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
14:02:20 + /usr/lib/rpm/check-rpaths
14:02:20 + /usr/lib/rpm/redhat/brp-mangle-shebangs
14:02:20 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
14:02:20 + /usr/lib/rpm/redhat/brp-python-hardlink
14:02:20 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.xaCgUu
14:02:20 + umask 022
14:02:20 + cd /root/rpmbuild/BUILD
14:02:20 + cd src
14:02:20 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
14:02:20 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
14:02:20 + ver=v0.17.0
14:02:20 + test v0.17.0 = v0.17.0
14:02:20 + echo 'PASS: docker-scan version OK'
14:02:20 PASS: docker-scan version OK
14:02:20 + RPM_EC=0
14:02:20 ++ jobs -p
14:02:20 + exit 0
14:02:20 Processing files: docker-scan-plugin-0.17.0-0.fc35.x86_64
14:02:20 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
14:02:20 Provides: docker-scan-plugin = 0:0.17.0-0.fc35 docker-scan-plugin(x86-64) = 0:0.17.0-0.fc35
14:02:20 Requires(interp): /bin/sh /bin/sh /bin/sh
14:02:20 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
14:02:20 Requires(post): /bin/sh
14:02:20 Requires(preun): /bin/sh
14:02:20 Requires(postun): /bin/sh
14:02:20 Enhances: docker-ce-cli
14:02:20 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64
14:02:20 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.17.0-0.fc35.src.rpm
14:02:23 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.17.0-0.fc35.x86_64.rpm
14:02:23 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.fuJivf
14:02:23 + umask 022
14:02:23 + cd /root/rpmbuild/BUILD
14:02:23 + cd src
14:02:23 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64
14:02:23 + RPM_EC=0
14:02:23 ++ jobs -p
14:02:23 + exit 0
14:02:28 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-35"
14:02:29 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'