Skip to content

Console Output

13:48:43 + make REF=20.10 fedora-34
13:48:43 git init src/github.com/docker/cli
13:48:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
13:48:43 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:48:43 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
13:48:43 + SRC=src/github.com/docker/cli
13:48:43 + REF=20.10
13:48:43 + REF_FETCH=20.10
13:48:43 + git -C src/github.com/docker/cli 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/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
13:48:44 From https://github.com/docker/cli
13:48:44  * [new branch]      20.10      -> 20.10
13:48:44  * [new tag]         v20.10.16  -> v20.10.16
13:48:44  * [new branch]      20.10      -> origin/20.10
13:48:44 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
13:48:44 git init src/github.com/docker/docker
13:48:44 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
13:48:44 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:48:44 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
13:48:44 + SRC=src/github.com/docker/docker
13:48:44 + REF=20.10
13:48:44 + REF_FETCH=20.10
13:48:44 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
13:48:44 + awk {print $2}
13:48:44 + REF=refs/heads/20.10
13:48:44 + [ -n refs/heads/20.10 ]
13:48:44 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
13:48:44 + 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:46 git init src/github.com/docker/compose
13:48:46 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
13:48:46 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:48:46 ./scripts/checkout.sh src/github.com/docker/compose "v2.6.0"
13:48:46 + SRC=src/github.com/docker/compose
13:48:46 + REF=v2.6.0
13:48:46 + REF_FETCH=v2.6.0
13:48:46 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.6.0
13:48:46 + awk {print $2}
13:48:46 + REF=refs/tags/v2.6.0
13:48:46 + [ -n refs/tags/v2.6.0 ]
13:48:46 + REF_FETCH=refs/tags/v2.6.0:refs/tags/v2.6.0
13:48:46 + 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-34
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: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/compose:/compose \
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/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-34 ==
13:48:54 mkdir -p "rpmbuild/fedora-34"
13:48:54 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.17.10-buster -t rpmbuild-fedora-34/x86_64 -f fedora-34/Dockerfile .
13:48:54 #1 [internal] load build definition from Dockerfile
13:48:54 #1 sha256:eef8528825e03fb382e3451344c6eebe380b5f013bc478db1d15e1f300a155fc
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:cb236748a4b26e2cc6d8284ddc9c015d1026e15e8d1dcce2566650b9143f8d86
13:48:54 #2 transferring context: 2B done
13:48:54 #2 DONE 0.0s
13:48:54 
13:48:54 #5 [auth] library/fedora:pull token for registry-1.docker.io
13:48:54 #5 sha256:befd24244bf40ac3b892c050d31315a4cb8806d874f125f479c663cc60af994c
13:48:54 #5 DONE 0.0s
13:48:54 
13:48:54 #6 [auth] library/golang:pull token for registry-1.docker.io
13:48:54 #6 sha256:bdd2b68e6dffd0ae8201870955f3367cb8186e9b8d054974e97fa6a519537e98
13:48:54 #6 DONE 0.0s
13:48:54 
13:48:54 #4 [internal] load metadata for docker.io/library/golang:1.17.10-buster
13:48:54 #4 sha256:7b9eb7dcc5c2d4b613a269eb69c4bf41077842cd7f23f8466c2357e9bb270df5
13:48:54 #4 DONE 0.1s
13:48:54 
13:48:54 #3 [internal] load metadata for docker.io/library/fedora:34
13:48:54 #3 sha256:2ab299ebd37971d96850326dcaa5a0cb23054b855a5aa1654251805e7339f903
13:48:54 #3 DONE 0.3s
13:48:54 
13:48:54 #12 [golang 1/1] FROM docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a
13:48:54 #12 sha256:751849c652dcaf96b3ea9ce742cb067f0521e74ed0a1d20bee59d52e49cdea03
13:48:54 #12 DONE 0.0s
13:48:54 
13:48:54 #7 [stage-1 1/6] FROM docker.io/library/fedora:34@sha256:321dbc444dfeda328a85dc3c31545a65c1fae8390aa5ba6dc1f5222b53b42697
13:48:54 #7 sha256:fa6c18cf4ebdd59d74acc219d69a3f0bb340c9780b3f9503eb32dc0ea8c200b2
13:48:54 #7 resolve docker.io/library/fedora:34@sha256:321dbc444dfeda328a85dc3c31545a65c1fae8390aa5ba6dc1f5222b53b42697 done
13:48:55 #7 ...
13:48:55 
13:48:55 #9 [internal] load build context
13:48:55 #9 sha256:cb9f79fa4ee12f9a7889a2da97a4947e2c48c72367047d01200fe63683f85d2f
13:48:55 #9 transferring context: 14.04kB done
13:48:55 #9 DONE 0.0s
13:48:55 
13:48:55 #12 [golang 1/1] FROM docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a
13:48:55 #12 sha256:751849c652dcaf96b3ea9ce742cb067f0521e74ed0a1d20bee59d52e49cdea03
13:48:55 #12 CACHED
13:48:55 
13:48:55 #7 [stage-1 1/6] FROM docker.io/library/fedora:34@sha256:321dbc444dfeda328a85dc3c31545a65c1fae8390aa5ba6dc1f5222b53b42697
13:48:55 #7 sha256:fa6c18cf4ebdd59d74acc219d69a3f0bb340c9780b3f9503eb32dc0ea8c200b2
13:48:55 #7 sha256:321dbc444dfeda328a85dc3c31545a65c1fae8390aa5ba6dc1f5222b53b42697 1.20kB / 1.20kB done
13:48:55 #7 sha256:24fe8d51f042d80fc1fa7d593e03d3994ddae4a5cd3d5d9495fde740364e0bc2 529B / 529B done
13:48:55 #7 sha256:af70648d87b6cb346e5e0c7541ed79dca8c0658fa8511f2786c325461026bb63 2.00kB / 2.00kB done
13:48:55 #7 sha256:e0c16e4be11038e5110b2301bd4188e1f6f4e6c85b97502793d90c8921d404b3 0B / 64.82MB 0.1s
13:48:55 #7 sha256:e0c16e4be11038e5110b2301bd4188e1f6f4e6c85b97502793d90c8921d404b3 20.97MB / 64.82MB 0.3s
13:48:55 #7 sha256:e0c16e4be11038e5110b2301bd4188e1f6f4e6c85b97502793d90c8921d404b3 32.51MB / 64.82MB 0.4s
13:48:55 #7 sha256:e0c16e4be11038e5110b2301bd4188e1f6f4e6c85b97502793d90c8921d404b3 50.33MB / 64.82MB 0.6s
13:48:55 #7 sha256:e0c16e4be11038e5110b2301bd4188e1f6f4e6c85b97502793d90c8921d404b3 58.41MB / 64.82MB 0.7s
13:48:56 #7 sha256:e0c16e4be11038e5110b2301bd4188e1f6f4e6c85b97502793d90c8921d404b3 64.82MB / 64.82MB 0.8s
13:48:56 #7 sha256:e0c16e4be11038e5110b2301bd4188e1f6f4e6c85b97502793d90c8921d404b3 64.82MB / 64.82MB 0.9s done
13:48:56 #7 extracting sha256:e0c16e4be11038e5110b2301bd4188e1f6f4e6c85b97502793d90c8921d404b3
13:48:59 #7 extracting sha256:e0c16e4be11038e5110b2301bd4188e1f6f4e6c85b97502793d90c8921d404b3 2.8s done
13:48:59 #7 DONE 3.8s
13:48:59 
13:48:59 #8 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
13:48:59 #8 sha256:6fde161d932ad248341709781879759edff67030c9f1f2e7c2f2ddb9ba1e55cd
13:49:02 #8 3.539 Fedora 34 - x86_64                               24 MB/s |  74 MB     00:03    
13:49:24 #8 21.98 Fedora 34 openh264 (From Cisco) - x86_64        2.1 kB/s | 2.5 kB     00:01    
13:49:24 #8 23.38 Fedora Modular 34 - x86_64                      4.2 MB/s | 4.9 MB     00:01    
13:49:24 #8 25.91 Fedora 34 - x86_64 - Updates                     20 MB/s |  34 MB     00:01    
13:49:34 #8 35.91 Fedora Modular 34 - x86_64 - Updates            3.9 MB/s | 4.7 MB     00:01    
13:49:40 #8 40.64 Dependencies resolved.
13:49:40 #8 40.66 ================================================================================
13:49:40 #8 40.66  Package                       Arch     Version                 Repo       Size
13:49:40 #8 40.66 ================================================================================
13:49:40 #8 40.66 Installing:
13:49:40 #8 40.66  dnf-plugins-core              noarch   4.0.24-1.fc34           updates    35 k
13:49:40 #8 40.66  rpm-build                     x86_64   4.16.1.3-1.fc34         fedora    100 k
13:49:40 #8 40.66  rpmlint                       noarch   1.11-19.fc34            updates   185 k
13:49:40 #8 40.66 Installing dependencies:
13:49:40 #8 40.66  binutils                      x86_64   2.35.2-6.fc34           updates   5.5 M
13:49:40 #8 40.66  binutils-gold                 x86_64   2.35.2-6.fc34           updates   716 k
13:49:40 #8 40.66  bzip2                         x86_64   1.0.8-6.fc34            fedora     53 k
13:49:40 #8 40.66  cpio                          x86_64   2.13-10.fc34            fedora    274 k
13:49:40 #8 40.66  dbus-libs                     x86_64   1:1.12.20-3.fc34        fedora    151 k
13:49:40 #8 40.66  desktop-file-utils            x86_64   0.26-3.fc34             fedora     74 k
13:49:40 #8 40.66  diffutils                     x86_64   3.7-8.fc34              fedora    391 k
13:49:40 #8 40.66  dwz                           x86_64   0.14-1.fc34             fedora    129 k
13:49:40 #8 40.66  ed                            x86_64   1.14.2-10.fc34          fedora     75 k
13:49:40 #8 40.66  efi-srpm-macros               noarch   5-4.fc34                updates    22 k
13:49:40 #8 40.66  elfutils                      x86_64   0.186-1.fc34            updates   519 k
13:49:40 #8 40.66  elfutils-debuginfod-client    x86_64   0.186-1.fc34            updates    40 k
13:49:40 #8 40.66  emacs-filesystem              noarch   1:27.2-5.fc34           updates   8.4 k
13:49:40 #8 40.66  enchant                       x86_64   1:1.6.0-27.fc34         fedora     59 k
13:49:40 #8 40.66  file                          x86_64   5.39-7.fc34             updates    50 k
13:49:40 #8 40.66  findutils                     x86_64   1:4.8.0-2.fc34          fedora    545 k
13:49:40 #8 40.66  fonts-srpm-macros             noarch   1:2.0.5-5.fc34          fedora     27 k
13:49:40 #8 40.66  fpc-srpm-macros               noarch   1.3-3.fc34              fedora    7.7 k
13:49:40 #8 40.66  gdb-minimal                   x86_64   11.1-5.fc34             updates   3.8 M
13:49:40 #8 40.66  gdk-pixbuf2                   x86_64   2.42.6-1.fc34           updates   471 k
13:49:40 #8 40.66  ghc-srpm-macros               noarch   1.5.0-4.fc34            fedora    7.8 k
13:49:40 #8 40.66  glib-networking               x86_64   2.68.3-1.fc34           updates   169 k
13:49:40 #8 40.66  gnat-srpm-macros              noarch   4-13.fc34               fedora    8.3 k
13:49:40 #8 40.66  go-srpm-macros                noarch   3.0.15-1.fc34           updates    26 k
13:49:40 #8 40.66  groff-base                    x86_64   1.22.4-7.fc34           fedora    1.1 M
13:49:40 #8 40.66  gsettings-desktop-schemas     x86_64   40.0-1.fc34             fedora    691 k
13:49:40 #8 40.66  hunspell                      x86_64   1.7.0-9.fc34            fedora    330 k
13:49:40 #8 40.66  hunspell-en-US                noarch   0.20140811.1-18.fc34    fedora    177 k
13:49:40 #8 40.66  hunspell-filesystem           x86_64   1.7.0-9.fc34            fedora    7.6 k
13:49:40 #8 40.66  info                          x86_64   6.7-10.fc34             fedora    227 k
13:49:40 #8 40.66  json-glib                     x86_64   1.6.6-1.fc34            updates   151 k
13:49:40 #8 40.66  kernel-srpm-macros            noarch   1.0-4.fc34              fedora    7.3 k
13:49:40 #8 40.66  less                          x86_64   590-2.fc34              updates   161 k
13:49:40 #8 40.66  libappstream-glib             x86_64   0.7.18-2.fc34           fedora    398 k
13:49:40 #8 40.66  libjpeg-turbo                 x86_64   2.0.90-3.fc34           updates   175 k
13:49:40 #8 40.66  libpipeline                   x86_64   1.5.3-2.fc34            fedora     49 k
13:49:40 #8 40.66  libpkgconf                    x86_64   1.7.3-6.fc34            fedora     36 k
13:49:40 #8 40.66  libpng                        x86_64   2:1.6.37-10.fc34        fedora    119 k
13:49:40 #8 40.66  libproxy                      x86_64   0.4.15-30.fc34          fedora     72 k
13:49:40 #8 40.66  libsoup                       x86_64   2.72.0-6.fc34           fedora    397 k
13:49:40 #8 40.66  libstemmer                    x86_64   0-16.585svn.fc34        fedora     86 k
13:49:40 #8 40.66  lua-srpm-macros               noarch   1-4.fc34                fedora    8.3 k
13:49:40 #8 40.66  man-db                        x86_64   2.9.3-3.fc34            fedora    1.1 M
13:49:40 #8 40.66  ncurses                       x86_64   6.2-4.20200222.fc34     fedora    396 k
13:49:40 #8 40.66  nim-srpm-macros               noarch   3-4.fc34                fedora    8.4 k
13:49:40 #8 40.66  ocaml-srpm-macros             noarch   6-4.fc34                fedora    7.8 k
13:49:40 #8 40.66  openblas-srpm-macros          noarch   2-9.fc34                fedora    7.4 k
13:49:40 #8 40.66  patch                         x86_64   2.7.6-14.fc34           fedora    130 k
13:49:40 #8 40.66  perl-AutoLoader               noarch   5.74-477.fc34           updates    31 k
13:49:40 #8 40.66  perl-B                        x86_64   1.80-477.fc34           updates   189 k
13:49:40 #8 40.66  perl-Carp                     noarch   1.50-458.fc34           fedora     29 k
13:49:40 #8 40.66  perl-Class-Struct             noarch   0.66-477.fc34           updates    32 k
13:49:40 #8 40.66  perl-Data-Dumper              x86_64   2.174-460.fc34          fedora     56 k
13:49:40 #8 40.66  perl-Digest                   noarch   1.20-1.fc34             updates    25 k
13:49:40 #8 40.66  perl-Digest-MD5               x86_64   2.58-2.fc34             fedora     36 k
13:49:40 #8 40.66  perl-DynaLoader               x86_64   1.47-477.fc34           updates    36 k
13:49:40 #8 40.66  perl-Encode                   x86_64   4:3.15-462.fc34         updates   1.7 M
13:49:40 #8 40.66  perl-Errno                    x86_64   1.30-477.fc34           updates    25 k
13:49:40 #8 40.66  perl-Exporter                 noarch   5.74-459.fc34           fedora     32 k
13:49:40 #8 40.66  perl-Fcntl                    x86_64   1.13-477.fc34           updates    31 k
13:49:40 #8 40.66  perl-File-Basename            noarch   2.85-477.fc34           updates    27 k
13:49:40 #8 40.66  perl-File-Path                noarch   2.18-2.fc34             fedora     36 k
13:49:40 #8 40.66  perl-File-Temp                noarch   1:0.231.100-2.fc34      fedora     60 k
13:49:40 #8 40.66  perl-File-stat                noarch   1.09-477.fc34           updates    27 k
13:49:40 #8 40.66  perl-FileHandle               noarch   2.03-477.fc34           updates    26 k
13:49:40 #8 40.66  perl-Getopt-Long              noarch   1:2.52-2.fc34           fedora     61 k
13:49:40 #8 40.66  perl-Getopt-Std               noarch   1.12-477.fc34           updates    26 k
13:49:40 #8 40.66  perl-HTTP-Tiny                noarch   0.078-1.fc34            updates    55 k
13:49:40 #8 40.66  perl-IO                       x86_64   1.43-477.fc34           updates    97 k
13:49:40 #8 40.66  perl-IO-Socket-IP             noarch   0.41-3.fc34             fedora     43 k
13:49:40 #8 40.66  perl-IPC-Open3                noarch   1.21-477.fc34           updates    33 k
13:49:40 #8 40.66  perl-MIME-Base64              x86_64   3.16-2.fc34             fedora     30 k
13:49:40 #8 40.66  perl-Net-SSLeay               x86_64   1.90-2.fc34             fedora    357 k
13:49:40 #8 40.66  perl-POSIX                    x86_64   1.94-477.fc34           updates   107 k
13:49:40 #8 40.66  perl-PathTools                x86_64   3.78-459.fc34           fedora     86 k
13:49:40 #8 40.66  perl-Pod-Escapes              noarch   1:1.07-458.fc34         fedora     20 k
13:49:40 #8 40.66  perl-Pod-Perldoc              noarch   3.28.01-459.fc34        fedora     85 k
13:49:40 #8 40.66  perl-Pod-Simple               noarch   1:3.42-2.fc34           fedora    216 k
13:49:40 #8 40.66  perl-Pod-Usage                noarch   4:2.01-2.fc34           fedora     41 k
13:49:40 #8 40.66  perl-Scalar-List-Utils        x86_64   4:1.56-459.fc34         fedora     72 k
13:49:40 #8 40.66  perl-SelectSaver              noarch   1.02-477.fc34           updates    22 k
13:49:40 #8 40.66  perl-Socket                   x86_64   4:2.032-1.fc34          updates    54 k
13:49:40 #8 40.66  perl-Storable                 x86_64   1:3.21-458.fc34         fedora     97 k
13:49:40 #8 40.66  perl-Symbol                   noarch   1.08-477.fc34           updates    24 k
13:49:40 #8 40.66  perl-Term-ANSIColor           noarch   5.01-459.fc34           fedora     49 k
13:49:40 #8 40.66  perl-Term-Cap                 noarch   1.17-458.fc34           fedora     22 k
13:49:40 #8 40.66  perl-Text-ParseWords          noarch   3.30-458.fc34           fedora     16 k
13:49:40 #8 40.66  perl-Text-Tabs+Wrap           noarch   2021.0726-1.fc34        updates    22 k
13:49:40 #8 40.66  perl-Time-Local               noarch   2:1.300-5.fc34          fedora     34 k
13:49:40 #8 40.66  perl-URI                      noarch   5.09-1.fc34             fedora    109 k
13:49:40 #8 40.66  perl-base                     noarch   2.27-477.fc34           updates    26 k
13:49:40 #8 40.66  perl-constant                 noarch   1.33-459.fc34           fedora     23 k
13:49:40 #8 40.66  perl-if                       noarch   0.60.800-477.fc34       updates    24 k
13:49:40 #8 40.66  perl-interpreter              x86_64   4:5.32.1-477.fc34       updates    81 k
13:49:40 #8 40.66  perl-libnet                   noarch   3.13-2.fc34             fedora    127 k
13:49:40 #8 40.66  perl-libs                     x86_64   4:5.32.1-477.fc34       updates   2.0 M
13:49:40 #8 40.66  perl-mro                      x86_64   1.23-477.fc34           updates    38 k
13:49:40 #8 40.66  perl-overload                 noarch   1.31-477.fc34           updates    56 k
13:49:40 #8 40.66  perl-overloading              noarch   0.02-477.fc34           updates    23 k
13:49:40 #8 40.66  perl-parent                   noarch   1:0.238-458.fc34        fedora     14 k
13:49:40 #8 40.66  perl-podlators                noarch   1:4.14-458.fc34         fedora    113 k
13:49:40 #8 40.66  perl-srpm-macros              noarch   1-39.fc34               fedora    8.5 k
13:49:40 #8 40.66  perl-subs                     noarch   1.03-477.fc34           updates    22 k
13:49:40 #8 40.66  perl-vars                     noarch   1.05-477.fc34           updates    23 k
13:49:40 #8 40.66  pkgconf                       x86_64   1.7.3-6.fc34            fedora     41 k
13:49:40 #8 40.66  pkgconf-m4                    noarch   1.7.3-6.fc34            fedora     14 k
13:49:40 #8 40.66  pkgconf-pkg-config            x86_64   1.7.3-6.fc34            fedora     10 k
13:49:40 #8 40.66  python-srpm-macros            noarch   3.9-41.fc34             updates    21 k
13:49:40 #8 40.66  python3-dateutil              noarch   1:2.8.1-3.fc34          fedora    289 k
13:49:40 #8 40.66  python3-dbus                  x86_64   1.2.18-1.fc34           updates   132 k
13:49:40 #8 40.66  python3-distro                noarch   1.5.0-5.fc34            fedora     36 k
13:49:40 #8 40.66  python3-dnf-plugins-core      noarch   4.0.24-1.fc34           updates   210 k
13:49:40 #8 40.66  python3-enchant               noarch   3.2.1-1.fc34            updates    78 k
13:49:40 #8 40.66  python3-file-magic            noarch   5.39-7.fc34             updates    17 k
13:49:40 #8 40.66  python3-setuptools            noarch   53.0.0-3.fc34           updates   839 k
13:49:40 #8 40.66  python3-six                   noarch   1.15.0-5.fc34           fedora     36 k
13:49:40 #8 40.66  qt5-srpm-macros               noarch   5.15.2-2.fc34           fedora    8.4 k
13:49:40 #8 40.66  redhat-rpm-config             noarch   183-3.fc34              updates    65 k
13:49:40 #8 40.66  rpmautospec-rpm-macros        noarch   0.2.6-1.fc34            updates   8.3 k
13:49:40 #8 40.66  rust-srpm-macros              noarch   21-1.fc34               updates   8.9 k
13:49:40 #8 40.66  shared-mime-info              x86_64   2.1-2.fc34              fedora    374 k
13:49:40 #8 40.66  unzip                         x86_64   6.0-50.fc34             fedora    181 k
13:49:40 #8 40.66  xxhash-libs                   x86_64   0.8.1-1.fc34            updates    40 k
13:49:40 #8 40.66  xz                            x86_64   5.2.5-5.fc34            fedora    216 k
13:49:40 #8 40.66  zip                           x86_64   3.0-28.fc34             fedora    260 k
13:49:40 #8 40.66  zstd                          x86_64   1.5.2-1.fc34            updates   430 k
13:49:40 #8 40.66 Installing weak dependencies:
13:49:40 #8 40.66  abattis-cantarell-fonts       noarch   0.301-2.fc34            fedora    369 k
13:49:40 #8 40.66  adobe-source-code-pro-fonts   noarch   2.030.1.050-10.fc34     fedora    834 k
13:49:40 #8 40.66  hunspell-en-GB                noarch   0.20140811.1-18.fc34    fedora    225 k
13:49:40 #8 40.66  perl-IO-Socket-SSL            noarch   2.070-2.fc34            fedora    214 k
13:49:40 #8 40.66  perl-Mozilla-CA               noarch   20211001-1.fc34         updates    12 k
13:49:40 #8 40.66  perl-NDBM_File                x86_64   1.15-477.fc34           updates    32 k
13:49:40 #8 40.66 
13:49:40 #8 40.66 Transaction Summary
13:49:40 #8 40.66 ================================================================================
13:49:40 #8 40.66 Install  135 Packages
13:49:40 #8 40.66 
13:49:40 #8 40.67 Total download size: 31 M
13:49:40 #8 40.67 Installed size: 118 M
13:49:40 #8 40.67 Downloading Packages:
13:49:40 #8 41.51 (1/135): adobe-source-code-pro-fonts-2.030.1.05 3.2 MB/s | 834 kB     00:00    
13:49:40 #8 41.52 (2/135): bzip2-1.0.8-6.fc34.x86_64.rpm          203 kB/s |  53 kB     00:00    
13:49:40 #8 41.52 (3/135): abattis-cantarell-fonts-0.301-2.fc34.n 1.4 MB/s | 369 kB     00:00    
13:49:40 #8 41.53 (4/135): dbus-libs-1.12.20-3.fc34.x86_64.rpm     12 MB/s | 151 kB     00:00    
13:49:40 #8 41.54 (5/135): cpio-2.13-10.fc34.x86_64.rpm            12 MB/s | 274 kB     00:00    
13:49:40 #8 41.54 (6/135): desktop-file-utils-0.26-3.fc34.x86_64. 4.7 MB/s |  74 kB     00:00    
13:49:40 #8 41.55 (7/135): diffutils-3.7-8.fc34.x86_64.rpm         23 MB/s | 391 kB     00:00    
13:49:40 #8 41.55 (8/135): dwz-0.14-1.fc34.x86_64.rpm             9.4 MB/s | 129 kB     00:00    
13:49:40 #8 41.56 (9/135): enchant-1.6.0-27.fc34.x86_64.rpm       5.3 MB/s |  59 kB     00:00    
13:49:40 #8 41.56 (10/135): ed-1.14.2-10.fc34.x86_64.rpm          4.6 MB/s |  75 kB     00:00    
13:49:40 #8 41.57 (11/135): fonts-srpm-macros-2.0.5-5.fc34.noarch 3.5 MB/s |  27 kB     00:00    
13:49:40 #8 41.57 (12/135): fpc-srpm-macros-1.3-3.fc34.noarch.rpm 1.0 MB/s | 7.7 kB     00:00    
13:49:40 #8 41.58 (13/135): ghc-srpm-macros-1.5.0-4.fc34.noarch.r 976 kB/s | 7.8 kB     00:00    
13:49:40 #8 41.59 (14/135): findutils-4.8.0-2.fc34.x86_64.rpm      15 MB/s | 545 kB     00:00    
13:49:40 #8 41.59 (15/135): gnat-srpm-macros-4-13.fc34.noarch.rpm 509 kB/s | 8.3 kB     00:00    
13:49:40 #8 41.60 (16/135): hunspell-1.7.0-9.fc34.x86_64.rpm       24 MB/s | 330 kB     00:00    
13:49:40 #8 41.62 (17/135): gsettings-desktop-schemas-40.0-1.fc34  21 MB/s | 691 kB     00:00    
13:49:40 #8 41.63 (18/135): groff-base-1.22.4-7.fc34.x86_64.rpm    20 MB/s | 1.1 MB     00:00    
13:49:40 #8 41.63 (19/135): hunspell-en-GB-0.20140811.1-18.fc34.n 7.5 MB/s | 225 kB     00:00    
13:49:40 #8 41.64 (20/135): hunspell-en-US-0.20140811.1-18.fc34.n 8.8 MB/s | 177 kB     00:00    
13:49:40 #8 41.65 (21/135): hunspell-filesystem-1.7.0-9.fc34.x86_ 825 kB/s | 7.6 kB     00:00    
13:49:40 #8 41.65 (22/135): kernel-srpm-macros-1.0-4.fc34.noarch. 1.4 MB/s | 7.3 kB     00:00    
13:49:40 #8 41.65 (23/135): info-6.7-10.fc34.x86_64.rpm            13 MB/s | 227 kB     00:00    
13:49:40 #8 41.66 (24/135): libappstream-glib-0.7.18-2.fc34.x86_6  27 MB/s | 398 kB     00:00    
13:49:40 #8 41.66 (25/135): libpipeline-1.5.3-2.fc34.x86_64.rpm   3.7 MB/s |  49 kB     00:00    
13:49:40 #8 41.67 (26/135): libpkgconf-1.7.3-6.fc34.x86_64.rpm    2.8 MB/s |  36 kB     00:00    
13:49:40 #8 41.67 (27/135): libpng-1.6.37-10.fc34.x86_64.rpm       13 MB/s | 119 kB     00:00    
13:49:40 #8 41.67 (28/135): libproxy-0.4.15-30.fc34.x86_64.rpm    5.9 MB/s |  72 kB     00:00    
13:49:40 #8 41.68 (29/135): libstemmer-0-16.585svn.fc34.x86_64.rp 8.4 MB/s |  86 kB     00:00    
13:49:40 #8 41.69 (30/135): libsoup-2.72.0-6.fc34.x86_64.rpm       19 MB/s | 397 kB     00:00    
13:49:40 #8 41.69 (31/135): lua-srpm-macros-1-4.fc34.noarch.rpm   480 kB/s | 8.3 kB     00:00    
13:49:40 #8 41.71 (32/135): man-db-2.9.3-3.fc34.x86_64.rpm         48 MB/s | 1.1 MB     00:00    
13:49:40 #8 41.71 (33/135): nim-srpm-macros-3-4.fc34.noarch.rpm   543 kB/s | 8.4 kB     00:00    
13:49:40 #8 41.72 (34/135): ncurses-6.2-4.20200222.fc34.x86_64.rp  15 MB/s | 396 kB     00:00    
13:49:40 #8 41.72 (35/135): ocaml-srpm-macros-6-4.fc34.noarch.rpm 879 kB/s | 7.8 kB     00:00    
13:49:40 #8 41.72 (36/135): openblas-srpm-macros-2-9.fc34.noarch. 707 kB/s | 7.4 kB     00:00    
13:49:40 #8 41.73 (37/135): perl-Carp-1.50-458.fc34.noarch.rpm    3.4 MB/s |  29 kB     00:00    
13:49:40 #8 41.73 (38/135): perl-Data-Dumper-2.174-460.fc34.x86_6 4.6 MB/s |  56 kB     00:00    
13:49:40 #8 41.74 (39/135): perl-Digest-MD5-2.58-2.fc34.x86_64.rp 5.3 MB/s |  36 kB     00:00    
13:49:40 #8 41.74 (40/135): perl-Exporter-5.74-459.fc34.noarch.rp 3.2 MB/s |  32 kB     00:00    
13:49:40 #8 41.75 (41/135): patch-2.7.6-14.fc34.x86_64.rpm        4.2 MB/s | 130 kB     00:00    
13:49:40 #8 41.75 (42/135): perl-File-Path-2.18-2.fc34.noarch.rpm 2.9 MB/s |  36 kB     00:00    
13:49:40 #8 41.76 (43/135): perl-File-Temp-0.231.100-2.fc34.noarc 4.4 MB/s |  60 kB     00:00    
13:49:40 #8 41.76 (44/135): perl-Getopt-Long-2.52-2.fc34.noarch.r 5.6 MB/s |  61 kB     00:00    
13:49:40 #8 41.76 (45/135): perl-IO-Socket-IP-0.41-3.fc34.noarch. 3.0 MB/s |  43 kB     00:00    
13:49:40 #8 41.77 (46/135): perl-MIME-Base64-3.16-2.fc34.x86_64.r 3.8 MB/s |  30 kB     00:00    
13:49:40 #8 41.77 (47/135): perl-IO-Socket-SSL-2.070-2.fc34.noarc  14 MB/s | 214 kB     00:00    
13:49:40 #8 41.78 (48/135): perl-Net-SSLeay-1.90-2.fc34.x86_64.rp  23 MB/s | 357 kB     00:00    
13:49:40 #8 41.78 (49/135): perl-PathTools-3.78-459.fc34.x86_64.r 6.4 MB/s |  86 kB     00:00    
13:49:40 #8 41.79 (50/135): perl-Pod-Escapes-1.07-458.fc34.noarch 1.8 MB/s |  20 kB     00:00    
13:49:40 #8 41.79 (51/135): perl-Pod-Perldoc-3.28.01-459.fc34.noa  11 MB/s |  85 kB     00:00    
13:49:40 #8 41.80 (52/135): perl-Scalar-List-Utils-1.56-459.fc34.  10 MB/s |  72 kB     00:00    
13:49:40 #8 41.80 (53/135): perl-Pod-Usage-2.01-2.fc34.noarch.rpm 2.2 MB/s |  41 kB     00:00    
13:49:40 #8 41.81 (54/135): perl-Storable-3.21-458.fc34.x86_64.rp 7.9 MB/s |  97 kB     00:00    
13:49:40 #8 41.81 (55/135): perl-Term-ANSIColor-5.01-459.fc34.noa 5.3 MB/s |  49 kB     00:00    
13:49:40 #8 41.82 (56/135): perl-Pod-Simple-3.42-2.fc34.noarch.rp 6.0 MB/s | 216 kB     00:00    
13:49:40 #8 41.82 (57/135): perl-Term-Cap-1.17-458.fc34.noarch.rp 2.1 MB/s |  22 kB     00:00    
13:49:40 #8 41.82 (58/135): perl-Text-ParseWords-3.30-458.fc34.no 1.8 MB/s |  16 kB     00:00    
13:49:40 #8 41.83 (59/135): perl-Time-Local-1.300-5.fc34.noarch.r 4.7 MB/s |  34 kB     00:00    
13:49:40 #8 41.83 (60/135): perl-constant-1.33-459.fc34.noarch.rp 3.8 MB/s |  23 kB     00:00    
13:49:40 #8 41.85 (61/135): perl-URI-5.09-1.fc34.noarch.rpm       4.9 MB/s | 109 kB     00:00    
13:49:40 #8 41.85 (62/135): perl-libnet-3.13-2.fc34.noarch.rpm    5.4 MB/s | 127 kB     00:00    
13:49:40 #8 41.85 (63/135): perl-parent-0.238-458.fc34.noarch.rpm 663 kB/s |  14 kB     00:00    
13:49:40 #8 41.86 (64/135): perl-podlators-4.14-458.fc34.noarch.r  11 MB/s | 113 kB     00:00    
13:49:40 #8 41.86 (65/135): perl-srpm-macros-1-39.fc34.noarch.rpm 1.2 MB/s | 8.5 kB     00:00    
13:49:40 #8 41.86 (66/135): pkgconf-m4-1.7.3-6.fc34.noarch.rpm    2.6 MB/s |  14 kB     00:00    
13:49:40 #8 41.86 (67/135): pkgconf-1.7.3-6.fc34.x86_64.rpm       3.3 MB/s |  41 kB     00:00    
13:49:40 #8 41.87 (68/135): pkgconf-pkg-config-1.7.3-6.fc34.x86_6 1.4 MB/s |  10 kB     00:00    
13:49:40 #8 41.88 (69/135): python3-dateutil-2.8.1-3.fc34.noarch.  19 MB/s | 289 kB     00:00    
13:49:40 #8 41.88 (70/135): python3-distro-1.5.0-5.fc34.noarch.rp 2.7 MB/s |  36 kB     00:00    
13:49:40 #8 41.88 (71/135): python3-six-1.15.0-5.fc34.noarch.rpm  2.3 MB/s |  36 kB     00:00    
13:49:40 #8 41.89 (72/135): qt5-srpm-macros-5.15.2-2.fc34.noarch. 796 kB/s | 8.4 kB     00:00    
13:49:40 #8 41.89 (73/135): rpm-build-4.16.1.3-1.fc34.x86_64.rpm  9.1 MB/s | 100 kB     00:00    
13:49:40 #8 41.90 (74/135): unzip-6.0-50.fc34.x86_64.rpm           17 MB/s | 181 kB     00:00    
13:49:40 #8 41.91 (75/135): shared-mime-info-2.1-2.fc34.x86_64.rp  16 MB/s | 374 kB     00:00    
13:49:40 #8 41.91 (76/135): xz-5.2.5-5.fc34.x86_64.rpm             13 MB/s | 216 kB     00:00    
13:49:40 #8 41.92 (77/135): zip-3.0-28.fc34.x86_64.rpm             15 MB/s | 260 kB     00:00    
13:49:40 #8 41.93 (78/135): dnf-plugins-core-4.0.24-1.fc34.noarch 2.3 MB/s |  35 kB     00:00    
13:49:40 #8 41.94 (79/135): efi-srpm-macros-5-4.fc34.noarch.rpm   3.9 MB/s |  22 kB     00:00    
13:49:40 #8 41.95 (80/135): binutils-gold-2.35.2-6.fc34.x86_64.rp  18 MB/s | 716 kB     00:00    
13:49:40 #8 41.96 (81/135): elfutils-0.186-1.fc34.x86_64.rpm       23 MB/s | 519 kB     00:00    
13:49:40 #8 41.97 (82/135): elfutils-debuginfod-client-0.186-1.fc 2.7 MB/s |  40 kB     00:00    
13:49:40 #8 41.97 (83/135): emacs-filesystem-27.2-5.fc34.noarch.r 1.2 MB/s | 8.4 kB     00:00    
13:49:40 #8 41.98 (84/135): file-5.39-7.fc34.x86_64.rpm           5.7 MB/s |  50 kB     00:00    
13:49:40 #8 42.00 (85/135): gdk-pixbuf2-2.42.6-1.fc34.x86_64.rpm   20 MB/s | 471 kB     00:00    
13:49:40 #8 42.01 (86/135): glib-networking-2.68.3-1.fc34.x86_64.  17 MB/s | 169 kB     00:00    
13:49:40 #8 42.02 (87/135): go-srpm-macros-3.0.15-1.fc34.noarch.r 4.0 MB/s |  26 kB     00:00    
13:49:40 #8 42.03 (88/135): json-glib-1.6.6-1.fc34.x86_64.rpm      12 MB/s | 151 kB     00:00    
13:49:40 #8 42.04 (89/135): less-590-2.fc34.x86_64.rpm             13 MB/s | 161 kB     00:00    
13:49:40 #8 42.07 (90/135): libjpeg-turbo-2.0.90-3.fc34.x86_64.rp 6.9 MB/s | 175 kB     00:00    
13:49:40 #8 42.08 (91/135): perl-AutoLoader-5.74-477.fc34.noarch. 4.8 MB/s |  31 kB     00:00    
13:49:40 #8 42.11 (92/135): gdb-minimal-11.1-5.fc34.x86_64.rpm     28 MB/s | 3.8 MB     00:00    
13:49:40 #8 42.12 (93/135): perl-Class-Struct-0.66-477.fc34.noarc 3.7 MB/s |  32 kB     00:00    
13:49:40 #8 42.13 (94/135): perl-B-1.80-477.fc34.x86_64.rpm       3.6 MB/s | 189 kB     00:00    
13:49:40 #8 42.16 (95/135): binutils-2.35.2-6.fc34.x86_64.rpm      22 MB/s | 5.5 MB     00:00    
13:49:40 #8 42.16 (96/135): perl-Digest-1.20-1.fc34.noarch.rpm    646 kB/s |  25 kB     00:00    
13:49:40 #8 42.16 (97/135): perl-DynaLoader-1.47-477.fc34.x86_64. 1.1 MB/s |  36 kB     00:00    
13:49:40 #8 42.17 (98/135): perl-Errno-1.30-477.fc34.x86_64.rpm   3.7 MB/s |  25 kB     00:00    
13:49:41 #8 42.17 (99/135): perl-Fcntl-1.13-477.fc34.x86_64.rpm   2.9 MB/s |  31 kB     00:00    
13:49:41 #8 42.18 (100/135): perl-File-Basename-2.85-477.fc34.noa 2.9 MB/s |  27 kB     00:00    
13:49:41 #8 42.18 (101/135): perl-File-stat-1.09-477.fc34.noarch. 3.0 MB/s |  27 kB     00:00    
13:49:41 #8 42.19 (102/135): perl-FileHandle-2.03-477.fc34.noarch 2.9 MB/s |  26 kB     00:00    
13:49:41 #8 42.19 (103/135): perl-Getopt-Std-1.12-477.fc34.noarch 3.2 MB/s |  26 kB     00:00    
13:49:41 #8 42.20 (104/135): perl-HTTP-Tiny-0.078-1.fc34.noarch.r 6.2 MB/s |  55 kB     00:00    
13:49:41 #8 42.20 (105/135): perl-IO-1.43-477.fc34.x86_64.rpm     9.7 MB/s |  97 kB     00:00    
13:49:41 #8 42.21 (106/135): perl-IPC-Open3-1.21-477.fc34.noarch. 5.3 MB/s |  33 kB     00:00    
13:49:41 #8 42.21 (107/135): perl-Mozilla-CA-20211001-1.fc34.noar 1.2 MB/s |  12 kB     00:00    
13:49:41 #8 42.22 (108/135): perl-NDBM_File-1.15-477.fc34.x86_64. 3.0 MB/s |  32 kB     00:00    
13:49:41 #8 42.23 (109/135): perl-Encode-3.15-462.fc34.x86_64.rpm  23 MB/s | 1.7 MB     00:00    
13:49:41 #8 42.24 (110/135): perl-POSIX-1.94-477.fc34.x86_64.rpm  4.8 MB/s | 107 kB     00:00    
13:49:41 #8 42.24 (111/135): perl-SelectSaver-1.02-477.fc34.noarc 1.0 MB/s |  22 kB     00:00    
13:49:41 #8 42.24 (112/135): perl-Socket-2.032-1.fc34.x86_64.rpm  5.5 MB/s |  54 kB     00:00    
13:49:41 #8 42.25 (113/135): perl-Text-Tabs+Wrap-2021.0726-1.fc34 3.3 MB/s |  22 kB     00:00    
13:49:41 #8 42.25 (114/135): perl-Symbol-1.08-477.fc34.noarch.rpm 2.6 MB/s |  24 kB     00:00    
13:49:41 #8 42.25 (115/135): perl-base-2.27-477.fc34.noarch.rpm   3.0 MB/s |  26 kB     00:00    
13:49:41 #8 42.26 (116/135): perl-if-0.60.800-477.fc34.noarch.rpm 2.3 MB/s |  24 kB     00:00    
13:49:41 #8 42.26 (117/135): perl-mro-1.23-477.fc34.x86_64.rpm    6.3 MB/s |  38 kB     00:00    
13:49:41 #8 42.27 (118/135): perl-overload-1.31-477.fc34.noarch.r 5.0 MB/s |  56 kB     00:00    
13:49:41 #8 42.29 (119/135): perl-overloading-0.02-477.fc34.noarc 1.4 MB/s |  23 kB     00:00    
13:49:41 #8 42.30 (120/135): perl-libs-5.32.1-477.fc34.x86_64.rpm  39 MB/s | 2.0 MB     00:00    
13:49:41 #8 42.31 (121/135): perl-subs-1.03-477.fc34.noarch.rpm   1.5 MB/s |  22 kB     00:00    
13:49:41 #8 42.31 (122/135): perl-vars-1.05-477.fc34.noarch.rpm   2.7 MB/s |  23 kB     00:00    
13:49:41 #8 42.32 (123/135): python3-dbus-1.2.18-1.fc34.x86_64.rp  14 MB/s | 132 kB     00:00    
13:49:41 #8 42.34 (124/135): python3-dnf-plugins-core-4.0.24-1.fc  14 MB/s | 210 kB     00:00    
13:49:41 #8 42.35 (125/135): python3-enchant-3.2.1-1.fc34.noarch. 9.6 MB/s |  78 kB     00:00    
13:49:41 #8 42.35 (126/135): python3-file-magic-5.39-7.fc34.noarc 2.3 MB/s |  17 kB     00:00    
13:49:41 #8 42.37 (127/135): python-srpm-macros-3.9-41.fc34.noarc 333 kB/s |  21 kB     00:00    
13:49:41 #8 42.38 (128/135): python3-setuptools-53.0.0-3.fc34.noa  32 MB/s | 839 kB     00:00    
13:49:41 #8 42.38 (129/135): redhat-rpm-config-183-3.fc34.noarch. 5.0 MB/s |  65 kB     00:00    
13:49:41 #8 42.39 (130/135): rpmautospec-rpm-macros-0.2.6-1.fc34. 1.1 MB/s | 8.3 kB     00:00    
13:49:41 #8 42.39 (131/135): rpmlint-1.11-19.fc34.noarch.rpm       19 MB/s | 185 kB     00:00    
13:49:41 #8 42.40 (132/135): rust-srpm-macros-21-1.fc34.noarch.rp 966 kB/s | 8.9 kB     00:00    
13:49:41 #8 42.41 (133/135): perl-interpreter-5.32.1-477.fc34.x86 511 kB/s |  81 kB     00:00    
13:49:41 #8 42.41 (134/135): xxhash-libs-0.8.1-1.fc34.x86_64.rpm  2.3 MB/s |  40 kB     00:00    
13:49:41 #8 42.42 (135/135): zstd-1.5.2-1.fc34.x86_64.rpm          18 MB/s | 430 kB     00:00    
13:49:41 #8 42.43 --------------------------------------------------------------------------------
13:49:41 #8 42.43 Total                                            18 MB/s |  31 MB     00:01     
13:49:43 #8 44.16 Running transaction check
13:49:43 #8 44.24 Transaction check succeeded.
13:49:43 #8 44.24 Running transaction test
13:49:43 #8 44.69 Transaction test succeeded.
13:49:43 #8 44.69 Running transaction
13:49:44 #8 45.34   Preparing        :                                                        1/1 
13:49:44 #8 45.37   Installing       : file-5.39-7.fc34.x86_64                              1/135 
13:49:44 #8 45.38   Installing       : elfutils-debuginfod-client-0.186-1.fc34.x86_64       2/135 
13:49:44 #8 45.40   Installing       : binutils-gold-2.35.2-6.fc34.x86_64                   3/135 
13:49:44 #8 45.51   Installing       : binutils-2.35.2-6.fc34.x86_64                        4/135 
13:49:44 #8 45.52   Running scriptlet: binutils-2.35.2-6.fc34.x86_64                        4/135 
13:49:44 #8 45.54   Running scriptlet: groff-base-1.22.4-7.fc34.x86_64                      5/135 
13:49:44 #8 45.58   Installing       : groff-base-1.22.4-7.fc34.x86_64                      5/135 
13:49:44 #8 45.59   Running scriptlet: groff-base-1.22.4-7.fc34.x86_64                      5/135 
13:49:44 #8 45.60   Installing       : xz-5.2.5-5.fc34.x86_64                               6/135 
13:49:44 #8 45.61   Installing       : unzip-6.0-50.fc34.x86_64                             7/135 
13:49:44 #8 45.62   Installing       : findutils-1:4.8.0-2.fc34.x86_64                      8/135 
13:49:44 #8 45.63   Installing       : cpio-2.13-10.fc34.x86_64                             9/135 
13:49:44 #8 45.64   Installing       : bzip2-1.0.8-6.fc34.x86_64                           10/135 
13:49:44 #8 45.65   Installing       : zip-3.0-28.fc34.x86_64                              11/135 
13:49:44 #8 45.67   Installing       : elfutils-0.186-1.fc34.x86_64                        12/135 
13:49:44 #8 45.68   Installing       : python3-file-magic-5.39-7.fc34.noarch               13/135 
13:49:44 #8 45.69   Installing       : zstd-1.5.2-1.fc34.x86_64                            14/135 
13:49:44 #8 45.70   Installing       : xxhash-libs-0.8.1-1.fc34.x86_64                     15/135 
13:49:44 #8 45.78   Installing       : gdb-minimal-11.1-5.fc34.x86_64                      16/135 
13:49:44 #8 45.79   Installing       : rust-srpm-macros-21-1.fc34.noarch                   17/135 
13:49:44 #8 45.79   Installing       : rpmautospec-rpm-macros-0.2.6-1.fc34.noarch          18/135 
13:49:44 #8 45.84   Installing       : python3-setuptools-53.0.0-3.fc34.noarch             19/135 
13:49:44 #8 45.85   Installing       : python3-distro-1.5.0-5.fc34.noarch                  20/135 
13:49:44 #8 45.86   Installing       : libjpeg-turbo-2.0.90-3.fc34.x86_64                  21/135 
13:49:44 #8 45.87   Installing       : less-590-2.fc34.x86_64                              22/135 
13:49:44 #8 45.88   Installing       : json-glib-1.6.6-1.fc34.x86_64                       23/135 
13:49:44 #8 45.88   Installing       : emacs-filesystem-1:27.2-5.fc34.noarch               24/135 
13:49:44 #8 45.89   Installing       : desktop-file-utils-0.26-3.fc34.x86_64               25/135 
13:49:44 #8 45.89   Installing       : efi-srpm-macros-5-4.fc34.noarch                     26/135 
13:49:44 #8 45.91   Installing       : shared-mime-info-2.1-2.fc34.x86_64                  27/135 
13:49:44 #8 45.92   Running scriptlet: shared-mime-info-2.1-2.fc34.x86_64                  27/135 
13:49:44 #8 45.93   Installing       : qt5-srpm-macros-5.15.2-2.fc34.noarch                28/135 
13:49:44 #8 45.94   Installing       : python3-six-1.15.0-5.fc34.noarch                    29/135 
13:49:44 #8 45.95   Installing       : python3-dateutil-1:2.8.1-3.fc34.noarch              30/135 
13:49:44 #8 45.95   Installing       : pkgconf-m4-1.7.3-6.fc34.noarch                      31/135 
13:49:44 #8 45.96   Installing       : perl-srpm-macros-1-39.fc34.noarch                   32/135 
13:49:44 #8 45.96   Installing       : openblas-srpm-macros-2-9.fc34.noarch                33/135 
13:49:44 #8 45.97   Installing       : ocaml-srpm-macros-6-4.fc34.noarch                   34/135 
13:49:44 #8 45.97   Installing       : nim-srpm-macros-3-4.fc34.noarch                     35/135 
13:49:44 #8 45.97   Installing       : ncurses-6.2-4.20200222.fc34.x86_64                  36/135 
13:49:44 #8 45.98   Installing       : perl-Digest-1.20-1.fc34.noarch                      37/135 
13:49:44 #8 45.99   Installing       : perl-Digest-MD5-2.58-2.fc34.x86_64                  38/135 
13:49:44 #8 45.99   Installing       : perl-B-1.80-477.fc34.x86_64                         39/135 
13:49:44 #8 46.00   Installing       : perl-FileHandle-2.03-477.fc34.noarch                40/135 
13:49:44 #8 46.00   Installing       : perl-AutoLoader-5.74-477.fc34.noarch                41/135 
13:49:44 #8 46.01   Installing       : perl-Data-Dumper-2.174-460.fc34.x86_64              42/135 
13:49:44 #8 46.01   Installing       : perl-libnet-3.13-2.fc34.noarch                      43/135 
13:49:44 #8 46.02   Installing       : perl-base-2.27-477.fc34.noarch                      44/135 
13:49:44 #8 46.03   Installing       : perl-URI-5.09-1.fc34.noarch                         45/135 
13:49:44 #8 46.05   Installing       : perl-Net-SSLeay-1.90-2.fc34.x86_64                  46/135 
13:49:44 #8 46.05   Installing       : perl-Time-Local-2:1.300-5.fc34.noarch               47/135 
13:49:44 #8 46.06   Installing       : perl-Mozilla-CA-20211001-1.fc34.noarch              48/135 
13:49:44 #8 46.06   Installing       : perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch         49/135 
13:49:44 #8 46.06   Installing       : perl-if-0.60.800-477.fc34.noarch                    50/135 
13:49:44 #8 46.07   Installing       : perl-IO-Socket-IP-0.41-3.fc34.noarch                51/135 
13:49:44 #8 46.07   Installing       : perl-File-Path-2.18-2.fc34.noarch                   52/135 
13:49:44 #8 46.08   Installing       : perl-IO-Socket-SSL-2.070-2.fc34.noarch              53/135 
13:49:44 #8 46.08   Installing       : perl-Pod-Escapes-1:1.07-458.fc34.noarch             54/135 
13:49:44 #8 46.09   Installing       : perl-Term-ANSIColor-5.01-459.fc34.noarch            55/135 
13:49:44 #8 46.09   Installing       : perl-Class-Struct-0.66-477.fc34.noarch              56/135 
13:49:44 #8 46.10   Installing       : perl-POSIX-1.94-477.fc34.x86_64                     57/135 
13:49:44 #8 46.10   Installing       : perl-IPC-Open3-1.21-477.fc34.noarch                 58/135 
13:49:44 #8 46.11   Installing       : perl-subs-1.03-477.fc34.noarch                      59/135 
13:49:44 #8 46.11   Installing       : perl-File-Temp-1:0.231.100-2.fc34.noarch            60/135 
13:49:44 #8 46.12   Installing       : perl-HTTP-Tiny-0.078-1.fc34.noarch                  61/135 
13:49:44 #8 46.12   Installing       : perl-Pod-Simple-1:3.42-2.fc34.noarch                62/135 
13:49:44 #8 46.13   Installing       : perl-Term-Cap-1.17-458.fc34.noarch                  63/135 
13:49:44 #8 46.14   Installing       : perl-Socket-4:2.032-1.fc34.x86_64                   64/135 
13:49:44 #8 46.14   Installing       : perl-SelectSaver-1.02-477.fc34.noarch               65/135 
13:49:44 #8 46.14   Installing       : perl-Symbol-1.08-477.fc34.noarch                    66/135 
13:49:44 #8 46.15   Installing       : perl-File-stat-1.09-477.fc34.noarch                 67/135 
13:49:44 #8 46.15   Installing       : perl-podlators-1:4.14-458.fc34.noarch               68/135 
13:49:44 #8 46.16   Installing       : perl-Pod-Perldoc-3.28.01-459.fc34.noarch            69/135 
13:49:44 #8 46.16   Installing       : perl-Text-ParseWords-3.30-458.fc34.noarch           70/135 
13:49:45 #8 46.17   Installing       : perl-Fcntl-1.13-477.fc34.x86_64                     71/135 
13:49:45 #8 46.17   Installing       : perl-mro-1.23-477.fc34.x86_64                       72/135 
13:49:45 #8 46.18   Installing       : perl-IO-1.43-477.fc34.x86_64                        73/135 
13:49:45 #8 46.18   Installing       : perl-overloading-0.02-477.fc34.noarch               74/135 
13:49:45 #8 46.19   Installing       : perl-Pod-Usage-4:2.01-2.fc34.noarch                 75/135 
13:49:45 #8 46.19   Installing       : perl-MIME-Base64-3.16-2.fc34.x86_64                 76/135 
13:49:45 #8 46.20   Installing       : perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64       77/135 
13:49:45 #8 46.20   Installing       : perl-constant-1.33-459.fc34.noarch                  78/135 
13:49:45 #8 46.21   Installing       : perl-parent-1:0.238-458.fc34.noarch                 79/135 
13:49:45 #8 46.21   Installing       : perl-Errno-1.30-477.fc34.x86_64                     80/135 
13:49:45 #8 46.22   Installing       : perl-File-Basename-2.85-477.fc34.noarch             81/135 
13:49:45 #8 46.22   Installing       : perl-Getopt-Std-1.12-477.fc34.noarch                82/135 
13:49:45 #8 46.22   Installing       : perl-Storable-1:3.21-458.fc34.x86_64                83/135 
13:49:45 #8 46.23   Installing       : perl-overload-1.31-477.fc34.noarch                  84/135 
13:49:45 #8 46.23   Installing       : perl-vars-1.05-477.fc34.noarch                      85/135 
13:49:45 #8 46.24   Installing       : perl-Getopt-Long-1:2.52-2.fc34.noarch               86/135 
13:49:45 #8 46.24   Installing       : perl-Carp-1.50-458.fc34.noarch                      87/135 
13:49:45 #8 46.25   Installing       : perl-Exporter-5.74-459.fc34.noarch                  88/135 
13:49:45 #8 46.25   Installing       : perl-DynaLoader-1.47-477.fc34.x86_64                89/135 
13:49:45 #8 46.26   Installing       : perl-PathTools-3.78-459.fc34.x86_64                 90/135 
13:49:45 #8 46.26   Installing       : perl-NDBM_File-1.15-477.fc34.x86_64                 91/135 
13:49:45 #8 46.32   Installing       : perl-Encode-4:3.15-462.fc34.x86_64                  92/135 
13:49:45 #8 46.42   Installing       : perl-libs-4:5.32.1-477.fc34.x86_64                  93/135 
13:49:45 #8 46.43   Installing       : perl-interpreter-4:5.32.1-477.fc34.x86_64           94/135 
13:49:45 #8 46.43   Installing       : lua-srpm-macros-1-4.fc34.noarch                     95/135 
13:49:45 #8 46.44   Installing       : libstemmer-0-16.585svn.fc34.x86_64                  96/135 
13:49:45 #8 46.45   Installing       : libproxy-0.4.15-30.fc34.x86_64                      97/135 
13:49:45 #8 46.45   Installing       : libpng-2:1.6.37-10.fc34.x86_64                      98/135 
13:49:45 #8 46.46   Installing       : gdk-pixbuf2-2.42.6-1.fc34.x86_64                    99/135 
13:49:45 #8 46.47   Installing       : libpkgconf-1.7.3-6.fc34.x86_64                     100/135 
13:49:45 #8 46.48   Installing       : pkgconf-1.7.3-6.fc34.x86_64                        101/135 
13:49:45 #8 46.48   Installing       : pkgconf-pkg-config-1.7.3-6.fc34.x86_64             102/135 
13:49:45 #8 46.49   Installing       : libpipeline-1.5.3-2.fc34.x86_64                    103/135 
13:49:45 #8 46.49   Running scriptlet: man-db-2.9.3-3.fc34.x86_64                         104/135 
13:49:45 #8 46.52   Installing       : man-db-2.9.3-3.fc34.x86_64                         104/135 
13:49:45 #8 46.53   Running scriptlet: man-db-2.9.3-3.fc34.x86_64                         104/135 
13:49:45 #8 46.54   Installing       : kernel-srpm-macros-1.0-4.fc34.noarch               105/135 
13:49:45 #8 46.55   Installing       : info-6.7-10.fc34.x86_64                            106/135 
13:49:45 #8 46.56   Installing       : ed-1.14.2-10.fc34.x86_64                           107/135 
13:49:45 #8 46.56   Installing       : patch-2.7.6-14.fc34.x86_64                         108/135 
13:49:45 #8 46.57   Installing       : hunspell-filesystem-1.7.0-9.fc34.x86_64            109/135 
13:49:45 #8 46.57   Installing       : hunspell-en-US-0.20140811.1-18.fc34.noarch         110/135 
13:49:45 #8 46.58   Installing       : hunspell-1.7.0-9.fc34.x86_64                       111/135 
13:49:45 #8 46.59   Installing       : enchant-1:1.6.0-27.fc34.x86_64                     112/135 
13:49:45 #8 46.60   Installing       : python3-enchant-3.2.1-1.fc34.noarch                113/135 
13:49:45 #8 46.60   Installing       : gnat-srpm-macros-4-13.fc34.noarch                  114/135 
13:49:45 #8 46.61   Installing       : ghc-srpm-macros-1.5.0-4.fc34.noarch                115/135 
13:49:45 #8 46.61   Installing       : fpc-srpm-macros-1.3-3.fc34.noarch                  116/135 
13:49:45 #8 46.62   Installing       : dwz-0.14-1.fc34.x86_64                             117/135 
13:49:45 #8 46.62   Installing       : fonts-srpm-macros-1:2.0.5-5.fc34.noarch            118/135 
13:49:45 #8 46.63   Installing       : go-srpm-macros-3.0.15-1.fc34.noarch                119/135 
13:49:45 #8 46.63   Installing       : python-srpm-macros-3.9-41.fc34.noarch              120/135 
13:49:45 #8 46.64   Installing       : redhat-rpm-config-183-3.fc34.noarch                121/135 
13:49:45 #8 46.65   Installing       : diffutils-3.7-8.fc34.x86_64                        122/135 
13:49:45 #8 46.66   Installing       : dbus-libs-1:1.12.20-3.fc34.x86_64                  123/135 
13:49:45 #8 46.67   Installing       : python3-dbus-1.2.18-1.fc34.x86_64                  124/135 
13:49:45 #8 46.68   Installing       : python3-dnf-plugins-core-4.0.24-1.fc34.noarch      125/135 
13:49:45 #8 46.70   Installing       : adobe-source-code-pro-fonts-2.030.1.050-10.fc34.   126/135 
13:49:45 #8 46.71   Installing       : abattis-cantarell-fonts-0.301-2.fc34.noarch        127/135 
13:49:45 #8 46.72   Installing       : gsettings-desktop-schemas-40.0-1.fc34.x86_64       128/135 
13:49:45 #8 46.73   Installing       : glib-networking-2.68.3-1.fc34.x86_64               129/135 
13:49:45 #8 46.74   Installing       : libsoup-2.72.0-6.fc34.x86_64                       130/135 
13:49:45 #8 46.76   Installing       : libappstream-glib-0.7.18-2.fc34.x86_64             131/135 
13:49:45 #8 46.77   Installing       : rpmlint-1.11-19.fc34.noarch                        132/135 
13:49:45 #8 46.78   Installing       : dnf-plugins-core-4.0.24-1.fc34.noarch              133/135 
13:49:45 #8 46.79   Installing       : rpm-build-4.16.1.3-1.fc34.x86_64                   134/135 
13:49:45 #8 46.80   Installing       : hunspell-en-GB-0.20140811.1-18.fc34.noarch         135/135 
13:49:48 #8 46.81   Running scriptlet: hunspell-en-GB-0.20140811.1-18.fc34.noarch         135/135 
13:49:48 #8 49.01   Verifying        : abattis-cantarell-fonts-0.301-2.fc34.noarch          1/135 
13:49:48 #8 49.01   Verifying        : adobe-source-code-pro-fonts-2.030.1.050-10.fc34.     2/135 
13:49:48 #8 49.01   Verifying        : bzip2-1.0.8-6.fc34.x86_64                            3/135 
13:49:48 #8 49.01   Verifying        : cpio-2.13-10.fc34.x86_64                             4/135 
13:49:48 #8 49.01   Verifying        : dbus-libs-1:1.12.20-3.fc34.x86_64                    5/135 
13:49:48 #8 49.01   Verifying        : desktop-file-utils-0.26-3.fc34.x86_64                6/135 
13:49:48 #8 49.01   Verifying        : diffutils-3.7-8.fc34.x86_64                          7/135 
13:49:48 #8 49.01   Verifying        : dwz-0.14-1.fc34.x86_64                               8/135 
13:49:48 #8 49.01   Verifying        : ed-1.14.2-10.fc34.x86_64                             9/135 
13:49:48 #8 49.01   Verifying        : enchant-1:1.6.0-27.fc34.x86_64                      10/135 
13:49:48 #8 49.01   Verifying        : findutils-1:4.8.0-2.fc34.x86_64                     11/135 
13:49:48 #8 49.01   Verifying        : fonts-srpm-macros-1:2.0.5-5.fc34.noarch             12/135 
13:49:48 #8 49.01   Verifying        : fpc-srpm-macros-1.3-3.fc34.noarch                   13/135 
13:49:48 #8 49.01   Verifying        : ghc-srpm-macros-1.5.0-4.fc34.noarch                 14/135 
13:49:48 #8 49.01   Verifying        : gnat-srpm-macros-4-13.fc34.noarch                   15/135 
13:49:48 #8 49.01   Verifying        : groff-base-1.22.4-7.fc34.x86_64                     16/135 
13:49:48 #8 49.01   Verifying        : gsettings-desktop-schemas-40.0-1.fc34.x86_64        17/135 
13:49:48 #8 49.01   Verifying        : hunspell-1.7.0-9.fc34.x86_64                        18/135 
13:49:48 #8 49.01   Verifying        : hunspell-en-GB-0.20140811.1-18.fc34.noarch          19/135 
13:49:48 #8 49.01   Verifying        : hunspell-en-US-0.20140811.1-18.fc34.noarch          20/135 
13:49:48 #8 49.01   Verifying        : hunspell-filesystem-1.7.0-9.fc34.x86_64             21/135 
13:49:48 #8 49.01   Verifying        : info-6.7-10.fc34.x86_64                             22/135 
13:49:48 #8 49.01   Verifying        : kernel-srpm-macros-1.0-4.fc34.noarch                23/135 
13:49:48 #8 49.01   Verifying        : libappstream-glib-0.7.18-2.fc34.x86_64              24/135 
13:49:48 #8 49.01   Verifying        : libpipeline-1.5.3-2.fc34.x86_64                     25/135 
13:49:48 #8 49.01   Verifying        : libpkgconf-1.7.3-6.fc34.x86_64                      26/135 
13:49:48 #8 49.01   Verifying        : libpng-2:1.6.37-10.fc34.x86_64                      27/135 
13:49:48 #8 49.01   Verifying        : libproxy-0.4.15-30.fc34.x86_64                      28/135 
13:49:48 #8 49.01   Verifying        : libsoup-2.72.0-6.fc34.x86_64                        29/135 
13:49:48 #8 49.01   Verifying        : libstemmer-0-16.585svn.fc34.x86_64                  30/135 
13:49:48 #8 49.01   Verifying        : lua-srpm-macros-1-4.fc34.noarch                     31/135 
13:49:48 #8 49.01   Verifying        : man-db-2.9.3-3.fc34.x86_64                          32/135 
13:49:48 #8 49.01   Verifying        : ncurses-6.2-4.20200222.fc34.x86_64                  33/135 
13:49:48 #8 49.01   Verifying        : nim-srpm-macros-3-4.fc34.noarch                     34/135 
13:49:48 #8 49.01   Verifying        : ocaml-srpm-macros-6-4.fc34.noarch                   35/135 
13:49:48 #8 49.01   Verifying        : openblas-srpm-macros-2-9.fc34.noarch                36/135 
13:49:48 #8 49.01   Verifying        : patch-2.7.6-14.fc34.x86_64                          37/135 
13:49:48 #8 49.01   Verifying        : perl-Carp-1.50-458.fc34.noarch                      38/135 
13:49:48 #8 49.01   Verifying        : perl-Data-Dumper-2.174-460.fc34.x86_64              39/135 
13:49:48 #8 49.01   Verifying        : perl-Digest-MD5-2.58-2.fc34.x86_64                  40/135 
13:49:48 #8 49.01   Verifying        : perl-Exporter-5.74-459.fc34.noarch                  41/135 
13:49:48 #8 49.01   Verifying        : perl-File-Path-2.18-2.fc34.noarch                   42/135 
13:49:48 #8 49.01   Verifying        : perl-File-Temp-1:0.231.100-2.fc34.noarch            43/135 
13:49:48 #8 49.01   Verifying        : perl-Getopt-Long-1:2.52-2.fc34.noarch               44/135 
13:49:48 #8 49.01   Verifying        : perl-IO-Socket-IP-0.41-3.fc34.noarch                45/135 
13:49:48 #8 49.01   Verifying        : perl-IO-Socket-SSL-2.070-2.fc34.noarch              46/135 
13:49:48 #8 49.01   Verifying        : perl-MIME-Base64-3.16-2.fc34.x86_64                 47/135 
13:49:48 #8 49.01   Verifying        : perl-Net-SSLeay-1.90-2.fc34.x86_64                  48/135 
13:49:48 #8 49.01   Verifying        : perl-PathTools-3.78-459.fc34.x86_64                 49/135 
13:49:48 #8 49.01   Verifying        : perl-Pod-Escapes-1:1.07-458.fc34.noarch             50/135 
13:49:48 #8 49.01   Verifying        : perl-Pod-Perldoc-3.28.01-459.fc34.noarch            51/135 
13:49:48 #8 49.01   Verifying        : perl-Pod-Simple-1:3.42-2.fc34.noarch                52/135 
13:49:48 #8 49.01   Verifying        : perl-Pod-Usage-4:2.01-2.fc34.noarch                 53/135 
13:49:48 #8 49.01   Verifying        : perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64       54/135 
13:49:48 #8 49.01   Verifying        : perl-Storable-1:3.21-458.fc34.x86_64                55/135 
13:49:48 #8 49.01   Verifying        : perl-Term-ANSIColor-5.01-459.fc34.noarch            56/135 
13:49:48 #8 49.01   Verifying        : perl-Term-Cap-1.17-458.fc34.noarch                  57/135 
13:49:48 #8 49.01   Verifying        : perl-Text-ParseWords-3.30-458.fc34.noarch           58/135 
13:49:48 #8 49.01   Verifying        : perl-Time-Local-2:1.300-5.fc34.noarch               59/135 
13:49:48 #8 49.01   Verifying        : perl-URI-5.09-1.fc34.noarch                         60/135 
13:49:48 #8 49.01   Verifying        : perl-constant-1.33-459.fc34.noarch                  61/135 
13:49:48 #8 49.01   Verifying        : perl-libnet-3.13-2.fc34.noarch                      62/135 
13:49:48 #8 49.01   Verifying        : perl-parent-1:0.238-458.fc34.noarch                 63/135 
13:49:48 #8 49.01   Verifying        : perl-podlators-1:4.14-458.fc34.noarch               64/135 
13:49:48 #8 49.01   Verifying        : perl-srpm-macros-1-39.fc34.noarch                   65/135 
13:49:48 #8 49.01   Verifying        : pkgconf-1.7.3-6.fc34.x86_64                         66/135 
13:49:48 #8 49.01   Verifying        : pkgconf-m4-1.7.3-6.fc34.noarch                      67/135 
13:49:48 #8 49.01   Verifying        : pkgconf-pkg-config-1.7.3-6.fc34.x86_64              68/135 
13:49:48 #8 49.01   Verifying        : python3-dateutil-1:2.8.1-3.fc34.noarch              69/135 
13:49:48 #8 49.01   Verifying        : python3-distro-1.5.0-5.fc34.noarch                  70/135 
13:49:48 #8 49.01   Verifying        : python3-six-1.15.0-5.fc34.noarch                    71/135 
13:49:48 #8 49.01   Verifying        : qt5-srpm-macros-5.15.2-2.fc34.noarch                72/135 
13:49:48 #8 49.01   Verifying        : rpm-build-4.16.1.3-1.fc34.x86_64                    73/135 
13:49:48 #8 49.01   Verifying        : shared-mime-info-2.1-2.fc34.x86_64                  74/135 
13:49:48 #8 49.01   Verifying        : unzip-6.0-50.fc34.x86_64                            75/135 
13:49:48 #8 49.01   Verifying        : xz-5.2.5-5.fc34.x86_64                              76/135 
13:49:48 #8 49.01   Verifying        : zip-3.0-28.fc34.x86_64                              77/135 
13:49:48 #8 49.01   Verifying        : binutils-2.35.2-6.fc34.x86_64                       78/135 
13:49:48 #8 49.01   Verifying        : binutils-gold-2.35.2-6.fc34.x86_64                  79/135 
13:49:48 #8 49.02   Verifying        : dnf-plugins-core-4.0.24-1.fc34.noarch               80/135 
13:49:48 #8 49.02   Verifying        : efi-srpm-macros-5-4.fc34.noarch                     81/135 
13:49:48 #8 49.02   Verifying        : elfutils-0.186-1.fc34.x86_64                        82/135 
13:49:48 #8 49.02   Verifying        : elfutils-debuginfod-client-0.186-1.fc34.x86_64      83/135 
13:49:48 #8 49.02   Verifying        : emacs-filesystem-1:27.2-5.fc34.noarch               84/135 
13:49:48 #8 49.02   Verifying        : file-5.39-7.fc34.x86_64                             85/135 
13:49:48 #8 49.02   Verifying        : gdb-minimal-11.1-5.fc34.x86_64                      86/135 
13:49:48 #8 49.02   Verifying        : gdk-pixbuf2-2.42.6-1.fc34.x86_64                    87/135 
13:49:48 #8 49.02   Verifying        : glib-networking-2.68.3-1.fc34.x86_64                88/135 
13:49:48 #8 49.02   Verifying        : go-srpm-macros-3.0.15-1.fc34.noarch                 89/135 
13:49:48 #8 49.02   Verifying        : json-glib-1.6.6-1.fc34.x86_64                       90/135 
13:49:48 #8 49.02   Verifying        : less-590-2.fc34.x86_64                              91/135 
13:49:48 #8 49.02   Verifying        : libjpeg-turbo-2.0.90-3.fc34.x86_64                  92/135 
13:49:48 #8 49.02   Verifying        : perl-AutoLoader-5.74-477.fc34.noarch                93/135 
13:49:48 #8 49.02   Verifying        : perl-B-1.80-477.fc34.x86_64                         94/135 
13:49:48 #8 49.02   Verifying        : perl-Class-Struct-0.66-477.fc34.noarch              95/135 
13:49:48 #8 49.02   Verifying        : perl-Digest-1.20-1.fc34.noarch                      96/135 
13:49:48 #8 49.02   Verifying        : perl-DynaLoader-1.47-477.fc34.x86_64                97/135 
13:49:48 #8 49.02   Verifying        : perl-Encode-4:3.15-462.fc34.x86_64                  98/135 
13:49:48 #8 49.02   Verifying        : perl-Errno-1.30-477.fc34.x86_64                     99/135 
13:49:48 #8 49.02   Verifying        : perl-Fcntl-1.13-477.fc34.x86_64                    100/135 
13:49:48 #8 49.02   Verifying        : perl-File-Basename-2.85-477.fc34.noarch            101/135 
13:49:48 #8 49.02   Verifying        : perl-File-stat-1.09-477.fc34.noarch                102/135 
13:49:48 #8 49.02   Verifying        : perl-FileHandle-2.03-477.fc34.noarch               103/135 
13:49:48 #8 49.02   Verifying        : perl-Getopt-Std-1.12-477.fc34.noarch               104/135 
13:49:48 #8 49.02   Verifying        : perl-HTTP-Tiny-0.078-1.fc34.noarch                 105/135 
13:49:48 #8 49.02   Verifying        : perl-IO-1.43-477.fc34.x86_64                       106/135 
13:49:48 #8 49.02   Verifying        : perl-IPC-Open3-1.21-477.fc34.noarch                107/135 
13:49:48 #8 49.02   Verifying        : perl-Mozilla-CA-20211001-1.fc34.noarch             108/135 
13:49:48 #8 49.02   Verifying        : perl-NDBM_File-1.15-477.fc34.x86_64                109/135 
13:49:48 #8 49.02   Verifying        : perl-POSIX-1.94-477.fc34.x86_64                    110/135 
13:49:48 #8 49.02   Verifying        : perl-SelectSaver-1.02-477.fc34.noarch              111/135 
13:49:48 #8 49.02   Verifying        : perl-Socket-4:2.032-1.fc34.x86_64                  112/135 
13:49:48 #8 49.02   Verifying        : perl-Symbol-1.08-477.fc34.noarch                   113/135 
13:49:48 #8 49.02   Verifying        : perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch        114/135 
13:49:48 #8 49.02   Verifying        : perl-base-2.27-477.fc34.noarch                     115/135 
13:49:48 #8 49.02   Verifying        : perl-if-0.60.800-477.fc34.noarch                   116/135 
13:49:48 #8 49.02   Verifying        : perl-interpreter-4:5.32.1-477.fc34.x86_64          117/135 
13:49:48 #8 49.02   Verifying        : perl-libs-4:5.32.1-477.fc34.x86_64                 118/135 
13:49:48 #8 49.02   Verifying        : perl-mro-1.23-477.fc34.x86_64                      119/135 
13:49:48 #8 49.02   Verifying        : perl-overload-1.31-477.fc34.noarch                 120/135 
13:49:48 #8 49.02   Verifying        : perl-overloading-0.02-477.fc34.noarch              121/135 
13:49:48 #8 49.02   Verifying        : perl-subs-1.03-477.fc34.noarch                     122/135 
13:49:48 #8 49.02   Verifying        : perl-vars-1.05-477.fc34.noarch                     123/135 
13:49:48 #8 49.02   Verifying        : python-srpm-macros-3.9-41.fc34.noarch              124/135 
13:49:48 #8 49.02   Verifying        : python3-dbus-1.2.18-1.fc34.x86_64                  125/135 
13:49:48 #8 49.02   Verifying        : python3-dnf-plugins-core-4.0.24-1.fc34.noarch      126/135 
13:49:48 #8 49.02   Verifying        : python3-enchant-3.2.1-1.fc34.noarch                127/135 
13:49:48 #8 49.02   Verifying        : python3-file-magic-5.39-7.fc34.noarch              128/135 
13:49:48 #8 49.02   Verifying        : python3-setuptools-53.0.0-3.fc34.noarch            129/135 
13:49:48 #8 49.02   Verifying        : redhat-rpm-config-183-3.fc34.noarch                130/135 
13:49:48 #8 49.02   Verifying        : rpmautospec-rpm-macros-0.2.6-1.fc34.noarch         131/135 
13:49:48 #8 49.02   Verifying        : rpmlint-1.11-19.fc34.noarch                        132/135 
13:49:48 #8 49.02   Verifying        : rust-srpm-macros-21-1.fc34.noarch                  133/135 
13:49:48 #8 49.02   Verifying        : xxhash-libs-0.8.1-1.fc34.x86_64                    134/135 
13:49:48 #8 49.02   Verifying        : zstd-1.5.2-1.fc34.x86_64                           135/135 
13:49:48 #8 49.15 
13:49:48 #8 49.15 Installed:
13:49:48 #8 49.15   abattis-cantarell-fonts-0.301-2.fc34.noarch                                   
13:49:48 #8 49.15   adobe-source-code-pro-fonts-2.030.1.050-10.fc34.noarch                        
13:49:48 #8 49.15   binutils-2.35.2-6.fc34.x86_64                                                 
13:49:48 #8 49.15   binutils-gold-2.35.2-6.fc34.x86_64                                            
13:49:48 #8 49.15   bzip2-1.0.8-6.fc34.x86_64                                                     
13:49:48 #8 49.15   cpio-2.13-10.fc34.x86_64                                                      
13:49:48 #8 49.15   dbus-libs-1:1.12.20-3.fc34.x86_64                                             
13:49:48 #8 49.15   desktop-file-utils-0.26-3.fc34.x86_64                                         
13:49:48 #8 49.15   diffutils-3.7-8.fc34.x86_64                                                   
13:49:48 #8 49.15   dnf-plugins-core-4.0.24-1.fc34.noarch                                         
13:49:48 #8 49.15   dwz-0.14-1.fc34.x86_64                                                        
13:49:48 #8 49.15   ed-1.14.2-10.fc34.x86_64                                                      
13:49:48 #8 49.15   efi-srpm-macros-5-4.fc34.noarch                                               
13:49:48 #8 49.15   elfutils-0.186-1.fc34.x86_64                                                  
13:49:48 #8 49.15   elfutils-debuginfod-client-0.186-1.fc34.x86_64                                
13:49:48 #8 49.15   emacs-filesystem-1:27.2-5.fc34.noarch                                         
13:49:48 #8 49.15   enchant-1:1.6.0-27.fc34.x86_64                                                
13:49:48 #8 49.15   file-5.39-7.fc34.x86_64                                                       
13:49:48 #8 49.15   findutils-1:4.8.0-2.fc34.x86_64                                               
13:49:48 #8 49.15   fonts-srpm-macros-1:2.0.5-5.fc34.noarch                                       
13:49:48 #8 49.15   fpc-srpm-macros-1.3-3.fc34.noarch                                             
13:49:48 #8 49.15   gdb-minimal-11.1-5.fc34.x86_64                                                
13:49:48 #8 49.15   gdk-pixbuf2-2.42.6-1.fc34.x86_64                                              
13:49:48 #8 49.15   ghc-srpm-macros-1.5.0-4.fc34.noarch                                           
13:49:48 #8 49.15   glib-networking-2.68.3-1.fc34.x86_64                                          
13:49:48 #8 49.15   gnat-srpm-macros-4-13.fc34.noarch                                             
13:49:48 #8 49.15   go-srpm-macros-3.0.15-1.fc34.noarch                                           
13:49:48 #8 49.15   groff-base-1.22.4-7.fc34.x86_64                                               
13:49:48 #8 49.15   gsettings-desktop-schemas-40.0-1.fc34.x86_64                                  
13:49:48 #8 49.15   hunspell-1.7.0-9.fc34.x86_64                                                  
13:49:48 #8 49.15   hunspell-en-GB-0.20140811.1-18.fc34.noarch                                    
13:49:48 #8 49.15   hunspell-en-US-0.20140811.1-18.fc34.noarch                                    
13:49:48 #8 49.15   hunspell-filesystem-1.7.0-9.fc34.x86_64                                       
13:49:48 #8 49.15   info-6.7-10.fc34.x86_64                                                       
13:49:48 #8 49.15   json-glib-1.6.6-1.fc34.x86_64                                                 
13:49:48 #8 49.15   kernel-srpm-macros-1.0-4.fc34.noarch                                          
13:49:48 #8 49.15   less-590-2.fc34.x86_64                                                        
13:49:48 #8 49.15   libappstream-glib-0.7.18-2.fc34.x86_64                                        
13:49:48 #8 49.15   libjpeg-turbo-2.0.90-3.fc34.x86_64                                            
13:49:48 #8 49.15   libpipeline-1.5.3-2.fc34.x86_64                                               
13:49:48 #8 49.15   libpkgconf-1.7.3-6.fc34.x86_64                                                
13:49:48 #8 49.15   libpng-2:1.6.37-10.fc34.x86_64                                                
13:49:48 #8 49.15   libproxy-0.4.15-30.fc34.x86_64                                                
13:49:48 #8 49.15   libsoup-2.72.0-6.fc34.x86_64                                                  
13:49:48 #8 49.15   libstemmer-0-16.585svn.fc34.x86_64                                            
13:49:48 #8 49.15   lua-srpm-macros-1-4.fc34.noarch                                               
13:49:48 #8 49.15   man-db-2.9.3-3.fc34.x86_64                                                    
13:49:48 #8 49.15   ncurses-6.2-4.20200222.fc34.x86_64                                            
13:49:48 #8 49.15   nim-srpm-macros-3-4.fc34.noarch                                               
13:49:48 #8 49.15   ocaml-srpm-macros-6-4.fc34.noarch                                             
13:49:48 #8 49.15   openblas-srpm-macros-2-9.fc34.noarch                                          
13:49:48 #8 49.15   patch-2.7.6-14.fc34.x86_64                                                    
13:49:48 #8 49.15   perl-AutoLoader-5.74-477.fc34.noarch                                          
13:49:48 #8 49.15   perl-B-1.80-477.fc34.x86_64                                                   
13:49:48 #8 49.15   perl-Carp-1.50-458.fc34.noarch                                                
13:49:48 #8 49.15   perl-Class-Struct-0.66-477.fc34.noarch                                        
13:49:48 #8 49.15   perl-Data-Dumper-2.174-460.fc34.x86_64                                        
13:49:48 #8 49.15   perl-Digest-1.20-1.fc34.noarch                                                
13:49:48 #8 49.15   perl-Digest-MD5-2.58-2.fc34.x86_64                                            
13:49:48 #8 49.15   perl-DynaLoader-1.47-477.fc34.x86_64                                          
13:49:48 #8 49.15   perl-Encode-4:3.15-462.fc34.x86_64                                            
13:49:48 #8 49.15   perl-Errno-1.30-477.fc34.x86_64                                               
13:49:48 #8 49.15   perl-Exporter-5.74-459.fc34.noarch                                            
13:49:48 #8 49.15   perl-Fcntl-1.13-477.fc34.x86_64                                               
13:49:48 #8 49.15   perl-File-Basename-2.85-477.fc34.noarch                                       
13:49:48 #8 49.15   perl-File-Path-2.18-2.fc34.noarch                                             
13:49:48 #8 49.15   perl-File-Temp-1:0.231.100-2.fc34.noarch                                      
13:49:48 #8 49.15   perl-File-stat-1.09-477.fc34.noarch                                           
13:49:48 #8 49.15   perl-FileHandle-2.03-477.fc34.noarch                                          
13:49:48 #8 49.15   perl-Getopt-Long-1:2.52-2.fc34.noarch                                         
13:49:48 #8 49.15   perl-Getopt-Std-1.12-477.fc34.noarch                                          
13:49:48 #8 49.15   perl-HTTP-Tiny-0.078-1.fc34.noarch                                            
13:49:48 #8 49.15   perl-IO-1.43-477.fc34.x86_64                                                  
13:49:48 #8 49.15   perl-IO-Socket-IP-0.41-3.fc34.noarch                                          
13:49:48 #8 49.15   perl-IO-Socket-SSL-2.070-2.fc34.noarch                                        
13:49:48 #8 49.15   perl-IPC-Open3-1.21-477.fc34.noarch                                           
13:49:48 #8 49.15   perl-MIME-Base64-3.16-2.fc34.x86_64                                           
13:49:48 #8 49.15   perl-Mozilla-CA-20211001-1.fc34.noarch                                        
13:49:48 #8 49.15   perl-NDBM_File-1.15-477.fc34.x86_64                                           
13:49:48 #8 49.15   perl-Net-SSLeay-1.90-2.fc34.x86_64                                            
13:49:48 #8 49.15   perl-POSIX-1.94-477.fc34.x86_64                                               
13:49:48 #8 49.15   perl-PathTools-3.78-459.fc34.x86_64                                           
13:49:48 #8 49.15   perl-Pod-Escapes-1:1.07-458.fc34.noarch                                       
13:49:48 #8 49.15   perl-Pod-Perldoc-3.28.01-459.fc34.noarch                                      
13:49:48 #8 49.15   perl-Pod-Simple-1:3.42-2.fc34.noarch                                          
13:49:48 #8 49.15   perl-Pod-Usage-4:2.01-2.fc34.noarch                                           
13:49:48 #8 49.15   perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64                                 
13:49:48 #8 49.15   perl-SelectSaver-1.02-477.fc34.noarch                                         
13:49:48 #8 49.15   perl-Socket-4:2.032-1.fc34.x86_64                                             
13:49:48 #8 49.15   perl-Storable-1:3.21-458.fc34.x86_64                                          
13:49:48 #8 49.15   perl-Symbol-1.08-477.fc34.noarch                                              
13:49:48 #8 49.15   perl-Term-ANSIColor-5.01-459.fc34.noarch                                      
13:49:48 #8 49.15   perl-Term-Cap-1.17-458.fc34.noarch                                            
13:49:48 #8 49.15   perl-Text-ParseWords-3.30-458.fc34.noarch                                     
13:49:48 #8 49.15   perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch                                   
13:49:48 #8 49.15   perl-Time-Local-2:1.300-5.fc34.noarch                                         
13:49:48 #8 49.15   perl-URI-5.09-1.fc34.noarch                                                   
13:49:48 #8 49.15   perl-base-2.27-477.fc34.noarch                                                
13:49:48 #8 49.15   perl-constant-1.33-459.fc34.noarch                                            
13:49:48 #8 49.15   perl-if-0.60.800-477.fc34.noarch                                              
13:49:48 #8 49.15   perl-interpreter-4:5.32.1-477.fc34.x86_64                                     
13:49:48 #8 49.15   perl-libnet-3.13-2.fc34.noarch                                                
13:49:48 #8 49.15   perl-libs-4:5.32.1-477.fc34.x86_64                                            
13:49:48 #8 49.15   perl-mro-1.23-477.fc34.x86_64                                                 
13:49:48 #8 49.15   perl-overload-1.31-477.fc34.noarch                                            
13:49:48 #8 49.15   perl-overloading-0.02-477.fc34.noarch                                         
13:49:48 #8 49.15   perl-parent-1:0.238-458.fc34.noarch                                           
13:49:48 #8 49.15   perl-podlators-1:4.14-458.fc34.noarch                                         
13:49:48 #8 49.15   perl-srpm-macros-1-39.fc34.noarch                                             
13:49:48 #8 49.15   perl-subs-1.03-477.fc34.noarch                                                
13:49:48 #8 49.15   perl-vars-1.05-477.fc34.noarch                                                
13:49:48 #8 49.15   pkgconf-1.7.3-6.fc34.x86_64                                                   
13:49:48 #8 49.15   pkgconf-m4-1.7.3-6.fc34.noarch                                                
13:49:48 #8 49.15   pkgconf-pkg-config-1.7.3-6.fc34.x86_64                                        
13:49:48 #8 49.15   python-srpm-macros-3.9-41.fc34.noarch                                         
13:49:48 #8 49.15   python3-dateutil-1:2.8.1-3.fc34.noarch                                        
13:49:48 #8 49.15   python3-dbus-1.2.18-1.fc34.x86_64                                             
13:49:48 #8 49.15   python3-distro-1.5.0-5.fc34.noarch                                            
13:49:48 #8 49.15   python3-dnf-plugins-core-4.0.24-1.fc34.noarch                                 
13:49:48 #8 49.15   python3-enchant-3.2.1-1.fc34.noarch                                           
13:49:48 #8 49.15   python3-file-magic-5.39-7.fc34.noarch                                         
13:49:48 #8 49.15   python3-setuptools-53.0.0-3.fc34.noarch                                       
13:49:48 #8 49.15   python3-six-1.15.0-5.fc34.noarch                                              
13:49:48 #8 49.15   qt5-srpm-macros-5.15.2-2.fc34.noarch                                          
13:49:48 #8 49.15   redhat-rpm-config-183-3.fc34.noarch                                           
13:49:48 #8 49.15   rpm-build-4.16.1.3-1.fc34.x86_64                                              
13:49:48 #8 49.15   rpmautospec-rpm-macros-0.2.6-1.fc34.noarch                                    
13:49:48 #8 49.15   rpmlint-1.11-19.fc34.noarch                                                   
13:49:48 #8 49.15   rust-srpm-macros-21-1.fc34.noarch                                             
13:49:48 #8 49.15   shared-mime-info-2.1-2.fc34.x86_64                                            
13:49:48 #8 49.15   unzip-6.0-50.fc34.x86_64                                                      
13:49:48 #8 49.15   xxhash-libs-0.8.1-1.fc34.x86_64                                               
13:49:48 #8 49.15   xz-5.2.5-5.fc34.x86_64                                                        
13:49:48 #8 49.15   zip-3.0-28.fc34.x86_64                                                        
13:49:48 #8 49.15   zstd-1.5.2-1.fc34.x86_64                                                      
13:49:48 #8 49.15 
13:49:48 #8 49.15 Complete!
13:49:48 #8 DONE 49.3s
13:49:48 
13:49:48 #10 [stage-1 3/6] COPY SPECS /root/rpmbuild/SPECS
13:49:48 #10 sha256:7bfd1efe424355aa67c5a6858e4eff149bbf22b9ceb6ac6b4fcc56f0cbd7010b
13:49:48 #10 DONE 0.1s
13:49:48 
13:49:48 #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:48 #11 sha256:b9db05b8199ec5c196e55de2c285dc2220f57a4f152657ca26618fc9b080ad37
13:49:50 #11 1.480 Last metadata expiration check: 0:00:15 ago on Tue May 31 13:49:34 2022.
13:49:50 #11 2.357 Package bash-5.1.0-2.fc34.x86_64 is already installed.
13:49:50 #11 2.369 Package bash-5.1.0-2.fc34.x86_64 is already installed.
13:49:50 #11 2.369 Package ca-certificates-2021.2.52-1.0.fc34.noarch is already installed.
13:49:50 #11 2.370 Package libarchive-3.5.2-2.fc34.x86_64 is already installed.
13:49:50 #11 2.371 Package pkgconf-pkg-config-1.7.3-6.fc34.x86_64 is already installed.
13:49:50 #11 2.371 Package tar-2:1.34-1.fc34.x86_64 is already installed.
13:49:50 #11 2.382 Package bash-5.1.0-2.fc34.x86_64 is already installed.
13:49:50 #11 2.400 Package bash-5.1.0-2.fc34.x86_64 is already installed.
13:49:50 #11 2.449 Dependencies resolved.
13:49:50 #11 2.476 ================================================================================
13:49:50 #11 2.476  Package                       Arch    Version                   Repo      Size
13:49:50 #11 2.476 ================================================================================
13:49:50 #11 2.476 Installing:
13:49:50 #11 2.476  btrfs-progs-devel             x86_64  5.16.2-1.fc34             updates   50 k
13:49:50 #11 2.476  cmake                         x86_64  3.20.5-1.fc34             updates  6.5 M
13:49:50 #11 2.476  device-mapper-devel           x86_64  1.02.175-1.fc34           fedora    45 k
13:49:50 #11 2.476  gcc                           x86_64  11.3.1-2.fc34             updates   32 M
13:49:50 #11 2.476  git                           x86_64  2.34.3-1.fc34             updates   65 k
13:49:50 #11 2.476  glibc-static                  x86_64  2.33-21.fc34              updates  1.7 M
13:49:50 #11 2.476  libseccomp-devel              x86_64  2.5.3-1.fc34              updates   53 k
13:49:50 #11 2.476  libselinux-devel              x86_64  3.2-1.fc34                fedora   113 k
13:49:50 #11 2.476  libtool                       x86_64  2.4.6-40.fc34             fedora   579 k
13:49:50 #11 2.476  libtool-ltdl-devel            x86_64  2.4.6-40.fc34             fedora   153 k
13:49:50 #11 2.476  make                          x86_64  1:4.3-5.fc34              fedora   539 k
13:49:50 #11 2.476  selinux-policy-devel          noarch  34.27-1.fc34              updates  803 k
13:49:50 #11 2.476  systemd                       x86_64  248.10-1.fc34             updates  4.2 M
13:49:50 #11 2.476  systemd-devel                 x86_64  248.10-1.fc34             updates  437 k
13:49:50 #11 2.476  which                         x86_64  2.21-26.fc34              updates   42 k
13:49:50 #11 2.476 Upgrading:
13:49:50 #11 2.476  libgcc                        x86_64  11.3.1-2.fc34             updates  118 k
13:49:50 #11 2.476  libgomp                       x86_64  11.3.1-2.fc34             updates  291 k
13:49:50 #11 2.476 Installing dependencies:
13:49:50 #11 2.476  acl                           x86_64  2.3.1-1.fc34              fedora    71 k
13:49:50 #11 2.476  annobin                       x86_64  9.79-5.fc34               updates  121 k
13:49:50 #11 2.476  autoconf                      noarch  2.69-36.fc34              fedora   667 k
13:49:50 #11 2.476  automake                      noarch  1.16.2-4.fc34             fedora   664 k
13:49:50 #11 2.476  btrfs-progs                   x86_64  5.16.2-1.fc34             updates  962 k
13:49:50 #11 2.476  checkpolicy                   x86_64  3.2-1.fc34                fedora   344 k
13:49:50 #11 2.476  cmake-data                    noarch  3.20.5-1.fc34             updates  1.5 M
13:49:50 #11 2.476  cmake-filesystem              x86_64  3.20.5-1.fc34             updates   16 k
13:49:50 #11 2.476  cmake-rpm-macros              noarch  3.20.5-1.fc34             updates   16 k
13:49:50 #11 2.476  cpp                           x86_64  11.3.1-2.fc34             updates   10 M
13:49:50 #11 2.476  cryptsetup-libs               x86_64  2.3.7-1.fc34              updates  478 k
13:49:50 #11 2.476  dbus                          x86_64  1:1.12.20-3.fc34          fedora   8.0 k
13:49:50 #11 2.476  dbus-broker                   x86_64  29-2.fc34                 updates  172 k
13:49:50 #11 2.476  dbus-common                   noarch  1:1.12.20-3.fc34          fedora    15 k
13:49:50 #11 2.476  device-mapper                 x86_64  1.02.175-1.fc34           fedora   144 k
13:49:50 #11 2.476  device-mapper-libs            x86_64  1.02.175-1.fc34           fedora   179 k
13:49:50 #11 2.476  e2fsprogs-libs                x86_64  1.45.6-5.fc34             fedora   220 k
13:49:50 #11 2.476  gc                            x86_64  8.0.4-5.fc34              fedora   105 k
13:49:50 #11 2.476  git-core                      x86_64  2.34.3-1.fc34             updates  3.8 M
13:49:50 #11 2.476  git-core-doc                  noarch  2.34.3-1.fc34             updates  2.4 M
13:49:50 #11 2.476  glibc-devel                   x86_64  2.33-21.fc34              updates   26 k
13:49:50 #11 2.476  glibc-headers-x86             noarch  2.33-21.fc34              updates  413 k
13:49:50 #11 2.476  guile22                       x86_64  2.2.7-2.fc34              fedora   6.5 M
13:49:50 #11 2.476  iptables-legacy-libs          x86_64  1.8.7-8.fc34              updates   40 k
13:49:50 #11 2.476  jsoncpp                       x86_64  1.9.4-5.fc34              updates   93 k
13:49:50 #11 2.476  kernel-headers                x86_64  5.17.11-100.fc34          updates  1.3 M
13:49:50 #11 2.476  kmod-libs                     x86_64  29-2.fc34                 updates   63 k
13:49:50 #11 2.476  libargon2                     x86_64  20171227-6.fc34           fedora    29 k
13:49:50 #11 2.476  libbtrfs                      x86_64  5.16.2-1.fc34             updates   28 k
13:49:50 #11 2.476  libbtrfsutil                  x86_64  5.16.2-1.fc34             updates   32 k
13:49:50 #11 2.476  libcbor                       x86_64  0.7.0-3.fc34              fedora    57 k
13:49:50 #11 2.476  libedit                       x86_64  3.1-38.20210714cvs.fc34   updates  104 k
13:49:50 #11 2.476  libfido2                      x86_64  1.6.0-2.fc34              fedora    71 k
13:49:50 #11 2.476  libibverbs                    x86_64  37.2-2.fc34               updates  390 k
13:49:50 #11 2.476  libmpc                        x86_64  1.2.1-2.fc34              fedora    63 k
13:49:50 #11 2.476  libnl3                        x86_64  3.5.0-6.fc34              fedora   324 k
13:49:50 #11 2.476  libpcap                       x86_64  14:1.10.1-1.fc34          updates  171 k
13:49:50 #11 2.476  libseccomp                    x86_64  2.5.3-1.fc34              updates   71 k
13:49:50 #11 2.476  libselinux-utils              x86_64  3.2-1.fc34                fedora   160 k
13:49:50 #11 2.476  libsepol-devel                x86_64  3.2-2.fc34                updates   40 k
13:49:50 #11 2.476  libtool-ltdl                  x86_64  2.4.6-40.fc34             fedora    36 k
13:49:50 #11 2.476  libuv                         x86_64  1:1.44.1-1.fc34           updates  150 k
13:49:50 #11 2.476  libxcrypt-devel               x86_64  4.4.28-1.fc34             updates   29 k
13:49:50 #11 2.476  libxcrypt-static              x86_64  4.4.28-1.fc34             updates  103 k
13:49:50 #11 2.476  llvm-libs                     x86_64  12.0.1-1.fc34             updates   23 M
13:49:50 #11 2.476  lzo                           x86_64  2.10-4.fc34               fedora    66 k
13:49:50 #11 2.476  m4                            x86_64  1.4.18-17.fc34            fedora   212 k
13:49:50 #11 2.476  openssh                       x86_64  8.6p1-5.fc34              updates  437 k
13:49:50 #11 2.476  openssh-clients               x86_64  8.6p1-5.fc34              updates  678 k
13:49:50 #11 2.476  pcre2-devel                   x86_64  10.36-4.fc34              fedora   477 k
13:49:50 #11 2.476  pcre2-utf16                   x86_64  10.36-4.fc34              fedora   213 k
13:49:50 #11 2.476  pcre2-utf32                   x86_64  10.36-4.fc34              fedora   203 k
13:49:50 #11 2.476  perl-Error                    noarch  1:0.17029-5.fc34          fedora    42 k
13:49:50 #11 2.476  perl-File-Compare             noarch  1.100.600-477.fc34        updates   23 k
13:49:50 #11 2.476  perl-File-Copy                noarch  2.34-477.fc34             updates   30 k
13:49:50 #11 2.476  perl-File-Find                noarch  1.37-477.fc34             updates   36 k
13:49:50 #11 2.476  perl-Git                      noarch  2.34.3-1.fc34             updates   41 k
13:49:50 #11 2.476  perl-TermReadKey              x86_64  2.38-9.fc34               fedora    36 k
13:49:50 #11 2.476  perl-Thread-Queue             noarch  3.14-458.fc34             fedora    22 k
13:49:50 #11 2.476  perl-lib                      x86_64  0.65-477.fc34             updates   25 k
13:49:50 #11 2.476  perl-threads                  x86_64  1:2.25-458.fc34           fedora    58 k
13:49:50 #11 2.476  perl-threads-shared           x86_64  1.61-458.fc34             fedora    44 k
13:49:50 #11 2.476  policycoreutils               x86_64  3.2-1.fc34                fedora   206 k
13:49:50 #11 2.476  policycoreutils-devel         x86_64  3.2-1.fc34                fedora   140 k
13:49:50 #11 2.476  policycoreutils-python-utils  noarch  3.2-1.fc34                fedora    71 k
13:49:50 #11 2.476  python3-audit                 x86_64  3.0.6-1.fc34              updates   82 k
13:49:50 #11 2.476  python3-libselinux            x86_64  3.2-1.fc34                fedora   187 k
13:49:50 #11 2.476  python3-libsemanage           x86_64  3.2-1.fc34                fedora    83 k
13:49:50 #11 2.476  python3-policycoreutils       noarch  3.2-1.fc34                fedora   2.0 M
13:49:50 #11 2.476  python3-setools               x86_64  4.4.0-1.fc34              fedora   554 k
13:49:50 #11 2.476  rhash                         x86_64  1.4.0-3.fc34              fedora   182 k
13:49:50 #11 2.476  rpm-plugin-selinux            x86_64  4.16.1.3-1.fc34           fedora    22 k
13:49:50 #11 2.476  selinux-policy                noarch  34.27-1.fc34              updates   60 k
13:49:50 #11 2.476  selinux-policy-targeted       noarch  34.27-1.fc34              updates  6.3 M
13:49:50 #11 2.476  systemd-pam                   x86_64  248.10-1.fc34             updates  318 k
13:49:50 #11 2.476  systemd-rpm-macros            noarch  248.10-1.fc34             updates   27 k
13:49:50 #11 2.476  vim-filesystem                noarch  2:8.2.4975-1.fc34         updates   22 k
13:49:50 #11 2.476  xkeyboard-config              noarch  2.33-1.fc34               updates  783 k
13:49:50 #11 2.476 Installing weak dependencies:
13:49:50 #11 2.476  libbpf                        x86_64  2:0.4.0-1.fc34            updates  129 k
13:49:50 #11 2.476  libxkbcommon                  x86_64  1.3.0-1.fc34              updates  144 k
13:49:50 #11 2.476  qrencode-libs                 x86_64  4.1.1-1.fc34              updates   61 k
13:49:50 #11 2.476  systemd-networkd              x86_64  248.10-1.fc34             updates  474 k
13:49:50 #11 2.476 
13:49:50 #11 2.476 Transaction Summary
13:49:50 #11 2.476 ================================================================================
13:49:50 #11 2.476 Install  97 Packages
13:49:50 #11 2.476 Upgrade   2 Packages
13:49:50 #11 2.476 
13:49:50 #11 2.481 Total download size: 117 M
13:49:50 #11 2.481 Downloading Packages:
13:49:51 #11 3.262 (1/99): acl-2.3.1-1.fc34.x86_64.rpm             315 kB/s |  71 kB     00:00    
13:49:51 #11 3.275 (2/99): checkpolicy-3.2-1.fc34.x86_64.rpm        28 MB/s | 344 kB     00:00    
13:49:51 #11 3.282 (3/99): autoconf-2.69-36.fc34.noarch.rpm        2.6 MB/s | 667 kB     00:00    
13:49:51 #11 3.290 (4/99): automake-1.16.2-4.fc34.noarch.rpm       2.6 MB/s | 664 kB     00:00    
13:49:51 #11 3.291 (5/99): dbus-1.12.20-3.fc34.x86_64.rpm          513 kB/s | 8.0 kB     00:00    
13:49:51 #11 3.294 (6/99): dbus-common-1.12.20-3.fc34.noarch.rpm   1.3 MB/s |  15 kB     00:00    
13:49:51 #11 3.299 (7/99): device-mapper-devel-1.02.175-1.fc34.x86 6.5 MB/s |  45 kB     00:00    
13:49:51 #11 3.307 (8/99): device-mapper-libs-1.02.175-1.fc34.x86_  14 MB/s | 179 kB     00:00    
13:49:51 #11 3.311 (9/99): device-mapper-1.02.175-1.fc34.x86_64.rp 7.5 MB/s | 144 kB     00:00    
13:49:51 #11 3.315 (10/99): e2fsprogs-libs-1.45.6-5.fc34.x86_64.rp  14 MB/s | 220 kB     00:00    
13:49:51 #11 3.318 (11/99): gc-8.0.4-5.fc34.x86_64.rpm             9.7 MB/s | 105 kB     00:00    
13:49:51 #11 3.326 (12/99): libargon2-20171227-6.fc34.x86_64.rpm   2.7 MB/s |  29 kB     00:00    
13:49:51 #11 3.330 (13/99): libcbor-0.7.0-3.fc34.x86_64.rpm        4.8 MB/s |  57 kB     00:00    
13:49:51 #11 3.336 (14/99): libfido2-1.6.0-2.fc34.x86_64.rpm       7.2 MB/s |  71 kB     00:00    
13:49:51 #11 3.339 (15/99): libmpc-1.2.1-2.fc34.x86_64.rpm         7.2 MB/s |  63 kB     00:00    
13:49:51 #11 3.349 (16/99): libselinux-devel-3.2-1.fc34.x86_64.rpm  11 MB/s | 113 kB     00:00    
13:49:51 #11 3.359 (17/99): libselinux-utils-3.2-1.fc34.x86_64.rpm  18 MB/s | 160 kB     00:00    
13:49:51 #11 3.364 (18/99): libnl3-3.5.0-6.fc34.x86_64.rpm          11 MB/s | 324 kB     00:00    
13:49:51 #11 3.371 (19/99): libtool-ltdl-2.4.6-40.fc34.x86_64.rpm  6.2 MB/s |  36 kB     00:00    
13:49:51 #11 3.379 (20/99): libtool-2.4.6-40.fc34.x86_64.rpm        30 MB/s | 579 kB     00:00    
13:49:51 #11 3.382 (21/99): libtool-ltdl-devel-2.4.6-40.fc34.x86_6  15 MB/s | 153 kB     00:00    
13:49:51 #11 3.389 (22/99): lzo-2.10-4.fc34.x86_64.rpm             7.2 MB/s |  66 kB     00:00    
13:49:51 #11 3.400 (23/99): m4-1.4.18-17.fc34.x86_64.rpm            13 MB/s | 212 kB     00:00    
13:49:51 #11 3.416 (24/99): pcre2-devel-10.36-4.fc34.x86_64.rpm     30 MB/s | 477 kB     00:00    
13:49:51 #11 3.426 (25/99): make-4.3-5.fc34.x86_64.rpm              14 MB/s | 539 kB     00:00    
13:49:51 #11 3.430 (26/99): pcre2-utf16-10.36-4.fc34.x86_64.rpm     16 MB/s | 213 kB     00:00    
13:49:51 #11 3.435 (27/99): pcre2-utf32-10.36-4.fc34.x86_64.rpm     22 MB/s | 203 kB     00:00    
13:49:51 #11 3.439 (28/99): perl-Error-0.17029-5.fc34.noarch.rpm   5.6 MB/s |  42 kB     00:00    
13:49:51 #11 3.444 (29/99): perl-TermReadKey-2.38-9.fc34.x86_64.rp 4.8 MB/s |  36 kB     00:00    
13:49:51 #11 3.446 (30/99): perl-Thread-Queue-3.14-458.fc34.noarch 3.1 MB/s |  22 kB     00:00    
13:49:51 #11 3.450 (31/99): perl-threads-2.25-458.fc34.x86_64.rpm  9.1 MB/s |  58 kB     00:00    
13:49:51 #11 3.454 (32/99): perl-threads-shared-1.61-458.fc34.x86_ 6.1 MB/s |  44 kB     00:00    
13:49:51 #11 3.465 (33/99): policycoreutils-3.2-1.fc34.x86_64.rpm   14 MB/s | 206 kB     00:00    
13:49:51 #11 3.470 (34/99): policycoreutils-devel-3.2-1.fc34.x86_6 8.7 MB/s | 140 kB     00:00    
13:49:51 #11 3.477 (35/99): policycoreutils-python-utils-3.2-1.fc3 6.6 MB/s |  71 kB     00:00    
13:49:51 #11 3.482 (36/99): python3-libselinux-3.2-1.fc34.x86_64.r  17 MB/s | 187 kB     00:00    
13:49:51 #11 3.486 (37/99): python3-libsemanage-3.2-1.fc34.x86_64. 9.8 MB/s |  83 kB     00:00    
13:49:51 #11 3.503 (38/99): python3-setools-4.4.0-1.fc34.x86_64.rp  33 MB/s | 554 kB     00:00    
13:49:51 #11 3.516 (39/99): rhash-1.4.0-3.fc34.x86_64.rpm           15 MB/s | 182 kB     00:00    
13:49:51 #11 3.521 (40/99): rpm-plugin-selinux-4.16.1.3-1.fc34.x86 4.4 MB/s |  22 kB     00:00    
13:49:51 #11 3.535 (41/99): annobin-9.79-5.fc34.x86_64.rpm         9.6 MB/s | 121 kB     00:00    
13:49:51 #11 3.563 (42/99): btrfs-progs-5.16.2-1.fc34.x86_64.rpm    35 MB/s | 962 kB     00:00    
13:49:51 #11 3.593 (43/99): guile22-2.2.7-2.fc34.x86_64.rpm         23 MB/s | 6.5 MB     00:00    
13:49:51 #11 3.606 (44/99): python3-policycoreutils-3.2-1.fc34.noa  17 MB/s | 2.0 MB     00:00    
13:49:51 #11 3.609 (45/99): btrfs-progs-devel-5.16.2-1.fc34.x86_64 1.1 MB/s |  50 kB     00:00    
13:49:51 #11 3.618 (46/99): cmake-filesystem-3.20.5-1.fc34.x86_64. 2.4 MB/s |  16 kB     00:00    
13:49:51 #11 3.626 (47/99): cmake-rpm-macros-3.20.5-1.fc34.noarch. 2.3 MB/s |  16 kB     00:00    
13:49:51 #11 3.650 (48/99): cmake-data-3.20.5-1.fc34.noarch.rpm     40 MB/s | 1.5 MB     00:00    
13:49:51 #11 3.676 (49/99): cryptsetup-libs-2.3.7-1.fc34.x86_64.rp  18 MB/s | 478 kB     00:00    
13:49:51 #11 3.686 (50/99): dbus-broker-29-2.fc34.x86_64.rpm        18 MB/s | 172 kB     00:00    
13:49:52 #11 3.844 (51/99): cmake-3.20.5-1.fc34.x86_64.rpm          26 MB/s | 6.5 MB     00:00    
13:49:52 #11 3.906 (52/99): cpp-11.3.1-2.fc34.x86_64.rpm            36 MB/s |  10 MB     00:00    
13:49:52 #11 3.908 (53/99): git-2.34.3-1.fc34.x86_64.rpm           1.0 MB/s |  65 kB     00:00    
13:49:52 #11 4.006 (54/99): git-core-doc-2.34.3-1.fc34.noarch.rpm   26 MB/s | 2.4 MB     00:00    
13:49:52 #11 4.016 (55/99): glibc-devel-2.33-21.fc34.x86_64.rpm    2.8 MB/s |  26 kB     00:00    
13:49:52 #11 4.047 (56/99): git-core-2.34.3-1.fc34.x86_64.rpm       28 MB/s | 3.8 MB     00:00    
13:49:52 #11 4.055 (57/99): glibc-headers-x86-2.33-21.fc34.noarch.  11 MB/s | 413 kB     00:00    
13:49:52 #11 4.069 (58/99): iptables-legacy-libs-1.8.7-8.fc34.x86_ 3.3 MB/s |  40 kB     00:00    
13:49:52 #11 4.090 (59/99): jsoncpp-1.9.4-5.fc34.x86_64.rpm        4.6 MB/s |  93 kB     00:00    
13:49:52 #11 4.103 (60/99): glibc-static-2.33-21.fc34.x86_64.rpm    31 MB/s | 1.7 MB     00:00    
13:49:52 #11 4.112 (61/99): kmod-libs-29-2.fc34.x86_64.rpm         7.8 MB/s |  63 kB     00:00    
13:49:52 #11 4.131 (62/99): kernel-headers-5.17.11-100.fc34.x86_64  33 MB/s | 1.3 MB     00:00    
13:49:52 #11 4.135 (63/99): libbpf-0.4.0-1.fc34.x86_64.rpm         5.8 MB/s | 129 kB     00:00    
13:49:52 #11 4.139 (64/99): libbtrfs-5.16.2-1.fc34.x86_64.rpm      3.5 MB/s |  28 kB     00:00    
13:49:52 #11 4.143 (65/99): libbtrfsutil-5.16.2-1.fc34.x86_64.rpm  5.4 MB/s |  32 kB     00:00    
13:49:52 #11 4.150 (66/99): libedit-3.1-38.20210714cvs.fc34.x86_64  10 MB/s | 104 kB     00:00    
13:49:52 #11 4.161 (67/99): libpcap-1.10.1-1.fc34.x86_64.rpm        18 MB/s | 171 kB     00:00    
13:49:52 #11 4.172 (68/99): libibverbs-37.2-2.fc34.x86_64.rpm       14 MB/s | 390 kB     00:00    
13:49:52 #11 4.176 (69/99): libseccomp-2.5.3-1.fc34.x86_64.rpm     4.8 MB/s |  71 kB     00:00    
13:49:52 #11 4.182 (70/99): libseccomp-devel-2.5.3-1.fc34.x86_64.r 6.2 MB/s |  53 kB     00:00    
13:49:52 #11 4.186 (71/99): libsepol-devel-3.2-2.fc34.x86_64.rpm   4.6 MB/s |  40 kB     00:00    
13:49:52 #11 4.192 (72/99): libuv-1.44.1-1.fc34.x86_64.rpm          16 MB/s | 150 kB     00:00    
13:49:52 #11 4.198 (73/99): libxcrypt-devel-4.4.28-1.fc34.x86_64.r 2.7 MB/s |  29 kB     00:00    
13:49:52 #11 4.207 (74/99): libxcrypt-static-4.4.28-1.fc34.x86_64. 7.5 MB/s | 103 kB     00:00    
13:49:52 #11 4.349 (75/99): gcc-11.3.1-2.fc34.x86_64.rpm            48 MB/s |  32 MB     00:00    
13:49:52 #11 4.357 (76/99): libxkbcommon-1.3.0-1.fc34.x86_64.rpm   909 kB/s | 144 kB     00:00    
13:49:52 #11 4.388 (77/99): openssh-8.6p1-5.fc34.x86_64.rpm         12 MB/s | 437 kB     00:00    
13:49:52 #11 4.399 (78/99): openssh-clients-8.6p1-5.fc34.x86_64.rp  17 MB/s | 678 kB     00:00    
13:49:52 #11 4.403 (79/99): perl-File-Compare-1.100.600-477.fc34.n 1.6 MB/s |  23 kB     00:00    
13:49:52 #11 4.408 (80/99): perl-File-Copy-2.34-477.fc34.noarch.rp 4.4 MB/s |  30 kB     00:00    
13:49:52 #11 4.411 (81/99): perl-File-Find-1.37-477.fc34.noarch.rp 5.7 MB/s |  36 kB     00:00    
13:49:52 #11 4.416 (82/99): perl-Git-2.34.3-1.fc34.noarch.rpm      5.8 MB/s |  41 kB     00:00    
13:49:52 #11 4.419 (83/99): perl-lib-0.65-477.fc34.x86_64.rpm      3.5 MB/s |  25 kB     00:00    
13:49:52 #11 4.425 (84/99): python3-audit-3.0.6-1.fc34.x86_64.rpm   10 MB/s |  82 kB     00:00    
13:49:52 #11 4.429 (85/99): qrencode-libs-4.1.1-1.fc34.x86_64.rpm  7.1 MB/s |  61 kB     00:00    
13:49:52 #11 4.434 (86/99): selinux-policy-34.27-1.fc34.noarch.rpm 8.1 MB/s |  60 kB     00:00    
13:49:52 #11 4.453 (87/99): selinux-policy-devel-34.27-1.fc34.noar  36 MB/s | 803 kB     00:00    
13:49:52 #11 4.678 (88/99): llvm-libs-12.0.1-1.fc34.x86_64.rpm      49 MB/s |  23 MB     00:00    
13:49:52 #11 4.716 (89/99): selinux-policy-targeted-34.27-1.fc34.n  23 MB/s | 6.3 MB     00:00    
13:49:52 #11 4.737 (90/99): systemd-248.10-1.fc34.x86_64.rpm        15 MB/s | 4.2 MB     00:00    
13:49:52 #11 4.744 (91/99): systemd-devel-248.10-1.fc34.x86_64.rpm 6.6 MB/s | 437 kB     00:00    
13:49:52 #11 4.751 (92/99): systemd-rpm-macros-248.10-1.fc34.noarc 4.5 MB/s |  27 kB     00:00    
13:49:52 #11 4.757 (93/99): systemd-networkd-248.10-1.fc34.x86_64.  25 MB/s | 474 kB     00:00    
13:49:52 #11 4.760 (94/99): vim-filesystem-8.2.4975-1.fc34.noarch. 2.5 MB/s |  22 kB     00:00    
13:49:52 #11 4.765 (95/99): systemd-pam-248.10-1.fc34.x86_64.rpm    12 MB/s | 318 kB     00:00    
13:49:52 #11 4.768 (96/99): which-2.21-26.fc34.x86_64.rpm          3.9 MB/s |  42 kB     00:00    
13:49:52 #11 4.776 (97/99): libgcc-11.3.1-2.fc34.x86_64.rpm         11 MB/s | 118 kB     00:00    
13:49:52 #11 4.784 (98/99): xkeyboard-config-2.33-1.fc34.noarch.rp  32 MB/s | 783 kB     00:00    
13:49:53 #11 4.789 (99/99): libgomp-11.3.1-2.fc34.x86_64.rpm        15 MB/s | 291 kB     00:00    
13:49:53 #11 4.792 --------------------------------------------------------------------------------
13:49:53 #11 4.793 Total                                            51 MB/s | 117 MB     00:02     
13:49:55 #11 7.034 Running transaction check
13:49:55 #11 7.138 Transaction check succeeded.
13:49:55 #11 7.139 Running transaction test
13:49:57 #11 8.508 Transaction test succeeded.
13:49:57 #11 8.509 Running transaction
13:49:58 #11 9.896   Running scriptlet: selinux-policy-targeted-34.27-1.fc34.noarch            1/1 
13:49:58 #11 10.02   Preparing        :                                                        1/1 
13:49:58 #11 10.06   Upgrading        : libgcc-11.3.1-2.fc34.x86_64                          1/101 
13:49:58 #11 10.07   Running scriptlet: libgcc-11.3.1-2.fc34.x86_64                          1/101 
13:49:58 #11 10.09   Installing       : python3-libselinux-3.2-1.fc34.x86_64                 2/101 
13:49:58 #11 10.09   Installing       : perl-File-Find-1.37-477.fc34.noarch                  3/101 
13:49:58 #11 10.10   Installing       : perl-File-Copy-2.34-477.fc34.noarch                  4/101 
13:49:58 #11 10.10   Installing       : perl-File-Compare-1.100.600-477.fc34.noarch          5/101 
13:49:58 #11 10.11   Installing       : libseccomp-2.5.3-1.fc34.x86_64                       6/101 
13:49:58 #11 10.12   Installing       : libedit-3.1-38.20210714cvs.fc34.x86_64               7/101 
13:49:58 #11 10.12   Installing       : cmake-rpm-macros-3.20.5-1.fc34.noarch                8/101 
13:49:58 #11 10.13   Installing       : cmake-filesystem-3.20.5-1.fc34.x86_64                9/101 
13:49:58 #11 10.13   Installing       : perl-threads-1:2.25-458.fc34.x86_64                 10/101 
13:49:58 #11 10.14   Installing       : m4-1.4.18-17.fc34.x86_64                            11/101 
13:49:58 #11 10.16   Installing       : autoconf-2.69-36.fc34.noarch                        12/101 
13:49:58 #11 10.17   Installing       : libtool-ltdl-2.4.6-40.fc34.x86_64                   13/101 
13:49:58 #11 10.17   Installing       : libmpc-1.2.1-2.fc34.x86_64                          14/101 
13:49:58 #11 10.19   Installing       : checkpolicy-3.2-1.fc34.x86_64                       15/101 
13:49:58 #11 10.36   Installing       : cpp-11.3.1-2.fc34.x86_64                            16/101 
13:49:58 #11 10.37   Installing       : perl-threads-shared-1.61-458.fc34.x86_64            17/101 
13:49:58 #11 10.37   Installing       : perl-Thread-Queue-3.14-458.fc34.noarch              18/101 
13:49:59 #11 10.39   Installing       : automake-1.16.2-4.fc34.noarch                       19/101 
13:49:59 #11 10.93   Installing       : llvm-libs-12.0.1-1.fc34.x86_64                      20/101 
13:49:59 #11 10.94   Installing       : python3-libsemanage-3.2-1.fc34.x86_64               21/101 
13:49:59 #11 10.97   Installing       : python3-setools-4.4.0-1.fc34.x86_64                 22/101 
13:49:59 #11 10.98   Installing       : gc-8.0.4-5.fc34.x86_64                              23/101 
13:49:59 #11 11.25   Installing       : guile22-2.2.7-2.fc34.x86_64                         24/101 
13:49:59 #11 11.26   Installing       : make-1:4.3-5.fc34.x86_64                            25/101 
13:49:59 #11 11.28   Installing       : libnl3-3.5.0-6.fc34.x86_64                          26/101 
13:49:59 #11 11.29   Installing       : libibverbs-37.2-2.fc34.x86_64                       27/101 
13:49:59 #11 11.30   Installing       : libpcap-14:1.10.1-1.fc34.x86_64                     28/101 
13:49:59 #11 11.31   Installing       : iptables-legacy-libs-1.8.7-8.fc34.x86_64            29/101 
13:49:59 #11 11.31   Installing       : jsoncpp-1.9.4-5.fc34.x86_64                         30/101 
13:49:59 #11 11.32   Installing       : kmod-libs-29-2.fc34.x86_64                          31/101 
13:49:59 #11 11.33   Upgrading        : libgomp-11.3.1-2.fc34.x86_64                        32/101 
13:49:59 #11 11.37   Installing       : xkeyboard-config-2.33-1.fc34.noarch                 33/101 
13:49:59 #11 11.39   Installing       : libxkbcommon-1.3.0-1.fc34.x86_64                    34/101 
13:49:59 #11 11.39   Installing       : vim-filesystem-2:8.2.4975-1.fc34.noarch             35/101 
13:49:59 #11 11.40   Installing       : systemd-rpm-macros-248.10-1.fc34.noarch             36/101 
13:49:59 #11 11.40   Installing       : qrencode-libs-4.1.1-1.fc34.x86_64                   37/101 
13:49:59 #11 11.41   Installing       : python3-audit-3.0.6-1.fc34.x86_64                   38/101 
13:49:59 #11 11.41   Installing       : perl-lib-0.65-477.fc34.x86_64                       39/101 
13:49:59 #11 11.42   Running scriptlet: openssh-8.6p1-5.fc34.x86_64                         40/101 
13:49:59 #11 11.45   Installing       : openssh-8.6p1-5.fc34.x86_64                         40/101 
13:49:59 #11 11.46   Installing       : libuv-1:1.44.1-1.fc34.x86_64                        41/101 
13:49:59 #11 11.47   Installing       : libsepol-devel-3.2-2.fc34.x86_64                    42/101 
13:49:59 #11 11.48   Installing       : libbtrfsutil-5.16.2-1.fc34.x86_64                   43/101 
13:49:59 #11 11.48   Installing       : libbtrfs-5.16.2-1.fc34.x86_64                       44/101 
13:49:59 #11 11.49   Installing       : libbpf-2:0.4.0-1.fc34.x86_64                        45/101 
13:50:00 #11 11.60   Installing       : kernel-headers-5.17.11-100.fc34.x86_64              46/101 
13:50:00 #11 11.65   Installing       : glibc-headers-x86-2.33-21.fc34.noarch               47/101 
13:50:00 #11 11.66   Installing       : libxcrypt-devel-4.4.28-1.fc34.x86_64                48/101 
13:50:00 #11 11.67   Installing       : glibc-devel-2.33-21.fc34.x86_64                     49/101 
13:50:00 #11 12.11   Installing       : gcc-11.3.1-2.fc34.x86_64                            50/101 
13:50:00 #11 12.22   Installing       : glibc-static-2.33-21.fc34.x86_64                    51/101 
13:50:00 #11 12.23   Installing       : libxcrypt-static-4.4.28-1.fc34.x86_64               52/101 
13:50:00 #11 12.24   Installing       : rhash-1.4.0-3.fc34.x86_64                           53/101 
13:50:01 #11 12.49   Installing       : cmake-data-3.20.5-1.fc34.noarch                     54/101 
13:50:01 #11 12.65   Installing       : cmake-3.20.5-1.fc34.x86_64                          55/101 
13:50:01 #11 12.65   Installing       : perl-TermReadKey-2.38-9.fc34.x86_64                 56/101 
13:50:01 #11 12.66   Installing       : perl-Error-1:0.17029-5.fc34.noarch                  57/101 
13:50:01 #11 12.67   Installing       : pcre2-utf32-10.36-4.fc34.x86_64                     58/101 
13:50:01 #11 12.68   Installing       : pcre2-utf16-10.36-4.fc34.x86_64                     59/101 
13:50:01 #11 12.69   Installing       : pcre2-devel-10.36-4.fc34.x86_64                     60/101 
13:50:01 #11 12.69   Installing       : libselinux-devel-3.2-1.fc34.x86_64                  61/101 
13:50:01 #11 12.70   Installing       : lzo-2.10-4.fc34.x86_64                              62/101 
13:50:01 #11 12.71   Installing       : libselinux-utils-3.2-1.fc34.x86_64                  63/101 
13:50:01 #11 12.72   Installing       : policycoreutils-3.2-1.fc34.x86_64                   64/101 
13:50:01 #11 12.73   Running scriptlet: policycoreutils-3.2-1.fc34.x86_64                   64/101 
13:50:01 #11 12.74   Installing       : rpm-plugin-selinux-4.16.1.3-1.fc34.x86_64           65/101 
13:50:01 #11 12.75   Installing       : selinux-policy-34.27-1.fc34.noarch                  66/101 
13:50:01 #11 12.75   Running scriptlet: selinux-policy-34.27-1.fc34.noarch                  66/101 
13:50:01 #11 12.77   Running scriptlet: selinux-policy-targeted-34.27-1.fc34.noarch         67/101 
13:50:01 #11 12.95   Installing       : selinux-policy-targeted-34.27-1.fc34.noarch         67/101 
13:50:01 #11 12.97   Running scriptlet: selinux-policy-targeted-34.27-1.fc34.noarch         67/101 
13:50:01 #11 13.02   Installing       : python3-policycoreutils-3.2-1.fc34.noarch           68/101 
13:50:01 #11 13.03   Installing       : policycoreutils-python-utils-3.2-1.fc34.noarch      69/101 
13:50:01 #11 13.04   Installing       : policycoreutils-devel-3.2-1.fc34.x86_64             70/101 
13:50:01 #11 13.14   Installing       : selinux-policy-devel-34.27-1.fc34.noarch            71/101 
13:50:01 #11 13.15   Running scriptlet: selinux-policy-devel-34.27-1.fc34.noarch            71/101 
13:50:01 #11 13.16   Installing       : libcbor-0.7.0-3.fc34.x86_64                         72/101 
13:50:01 #11 13.16   Installing       : libfido2-1.6.0-2.fc34.x86_64                        73/101 
13:50:01 #11 13.18   Installing       : openssh-clients-8.6p1-5.fc34.x86_64                 74/101 
13:50:01 #11 13.19   Running scriptlet: openssh-clients-8.6p1-5.fc34.x86_64                 74/101 
13:50:01 #11 13.27   Installing       : git-core-2.34.3-1.fc34.x86_64                       75/101 
13:50:01 #11 13.31   Installing       : git-core-doc-2.34.3-1.fc34.noarch                   76/101 
13:50:01 #11 13.32   Installing       : perl-Git-2.34.3-1.fc34.noarch                       77/101 
13:50:01 #11 13.32   Installing       : git-2.34.3-1.fc34.x86_64                            78/101 
13:50:01 #11 13.33   Installing       : libargon2-20171227-6.fc34.x86_64                    79/101 
13:50:01 #11 13.33   Installing       : e2fsprogs-libs-1.45.6-5.fc34.x86_64                 80/101 
13:50:01 #11 13.36   Installing       : btrfs-progs-5.16.2-1.fc34.x86_64                    81/101 
13:50:01 #11 13.37   Installing       : acl-2.3.1-1.fc34.x86_64                             82/101 
13:50:01 #11 13.38   Installing       : device-mapper-1.02.175-1.fc34.x86_64                83/101 
13:50:01 #11 13.39   Installing       : device-mapper-libs-1.02.175-1.fc34.x86_64           84/101 
13:50:01 #11 13.40   Installing       : cryptsetup-libs-2.3.7-1.fc34.x86_64                 85/101 
13:50:01 #11 13.40   Installing       : dbus-1:1.12.20-3.fc34.x86_64                        86/101 
13:50:01 #11 13.41   Running scriptlet: systemd-networkd-248.10-1.fc34.x86_64               87/101 
13:50:01 #11 13.47   Installing       : systemd-networkd-248.10-1.fc34.x86_64               87/101 
13:50:01 #11 13.47   Running scriptlet: systemd-networkd-248.10-1.fc34.x86_64               87/101 
13:50:01 #11 13.49   Installing       : systemd-pam-248.10-1.fc34.x86_64                    88/101 
13:50:02 #11 13.50   Running scriptlet: systemd-248.10-1.fc34.x86_64                        89/101 
13:50:02 #11 13.82   Installing       : systemd-248.10-1.fc34.x86_64                        89/101 
13:50:02 #11 13.84   Running scriptlet: systemd-248.10-1.fc34.x86_64                        89/101 
13:50:02 #11 13.98   Installing       : dbus-common-1:1.12.20-3.fc34.noarch                 90/101 
13:50:02 #11 13.99   Running scriptlet: dbus-common-1:1.12.20-3.fc34.noarch                 90/101 
13:50:02 #11 14.01 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket.
13:50:02 #11 14.01 Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket.
13:50:02 #11 14.01 
13:50:02 #11 14.01   Running scriptlet: dbus-broker-29-2.fc34.x86_64                        91/101 
13:50:02 #11 14.07   Installing       : dbus-broker-29-2.fc34.x86_64                        91/101 
13:50:02 #11 14.07   Running scriptlet: dbus-broker-29-2.fc34.x86_64                        91/101 
13:50:02 #11 14.09 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service.
13:50:02 #11 14.09 Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service.
13:50:02 #11 14.09 
13:50:02 #11 14.10   Installing       : systemd-devel-248.10-1.fc34.x86_64                  92/101 
13:50:02 #11 14.11   Installing       : device-mapper-devel-1.02.175-1.fc34.x86_64          93/101 
13:50:02 #11 14.12   Installing       : btrfs-progs-devel-5.16.2-1.fc34.x86_64              94/101 
13:50:02 #11 14.13   Installing       : libtool-2.4.6-40.fc34.x86_64                        95/101 
13:50:02 #11 14.14   Installing       : annobin-9.79-5.fc34.x86_64                          96/101 
13:50:02 #11 14.15   Installing       : libtool-ltdl-devel-2.4.6-40.fc34.x86_64             97/101 
13:50:02 #11 14.16   Installing       : libseccomp-devel-2.5.3-1.fc34.x86_64                98/101 
13:50:02 #11 14.16   Installing       : which-2.21-26.fc34.x86_64                           99/101 
13:50:02 #11 14.17   Cleanup          : libgomp-11.2.1-9.fc34.x86_64                       100/101 
13:50:02 #11 14.17   Cleanup          : libgcc-11.2.1-9.fc34.x86_64                        101/101 
13:50:02 #11 14.17   Running scriptlet: libgcc-11.2.1-9.fc34.x86_64                        101/101 
13:50:02 #11 14.19   Running scriptlet: selinux-policy-targeted-34.27-1.fc34.noarch        101/101 
13:50:03 #11 14.22   Running scriptlet: libgcc-11.2.1-9.fc34.x86_64                        101/101 
13:50:03 #11 14.99   Verifying        : acl-2.3.1-1.fc34.x86_64                              1/101 
13:50:03 #11 14.99   Verifying        : autoconf-2.69-36.fc34.noarch                         2/101 
13:50:03 #11 14.99   Verifying        : automake-1.16.2-4.fc34.noarch                        3/101 
13:50:03 #11 14.99   Verifying        : checkpolicy-3.2-1.fc34.x86_64                        4/101 
13:50:03 #11 14.99   Verifying        : dbus-1:1.12.20-3.fc34.x86_64                         5/101 
13:50:03 #11 14.99   Verifying        : dbus-common-1:1.12.20-3.fc34.noarch                  6/101 
13:50:03 #11 14.99   Verifying        : device-mapper-1.02.175-1.fc34.x86_64                 7/101 
13:50:03 #11 14.99   Verifying        : device-mapper-devel-1.02.175-1.fc34.x86_64           8/101 
13:50:03 #11 14.99   Verifying        : device-mapper-libs-1.02.175-1.fc34.x86_64            9/101 
13:50:03 #11 14.99   Verifying        : e2fsprogs-libs-1.45.6-5.fc34.x86_64                 10/101 
13:50:03 #11 14.99   Verifying        : gc-8.0.4-5.fc34.x86_64                              11/101 
13:50:03 #11 14.99   Verifying        : guile22-2.2.7-2.fc34.x86_64                         12/101 
13:50:03 #11 14.99   Verifying        : libargon2-20171227-6.fc34.x86_64                    13/101 
13:50:03 #11 14.99   Verifying        : libcbor-0.7.0-3.fc34.x86_64                         14/101 
13:50:03 #11 14.99   Verifying        : libfido2-1.6.0-2.fc34.x86_64                        15/101 
13:50:03 #11 14.99   Verifying        : libmpc-1.2.1-2.fc34.x86_64                          16/101 
13:50:03 #11 14.99   Verifying        : libnl3-3.5.0-6.fc34.x86_64                          17/101 
13:50:03 #11 14.99   Verifying        : libselinux-devel-3.2-1.fc34.x86_64                  18/101 
13:50:03 #11 14.99   Verifying        : libselinux-utils-3.2-1.fc34.x86_64                  19/101 
13:50:03 #11 14.99   Verifying        : libtool-2.4.6-40.fc34.x86_64                        20/101 
13:50:03 #11 14.99   Verifying        : libtool-ltdl-2.4.6-40.fc34.x86_64                   21/101 
13:50:03 #11 14.99   Verifying        : libtool-ltdl-devel-2.4.6-40.fc34.x86_64             22/101 
13:50:03 #11 14.99   Verifying        : lzo-2.10-4.fc34.x86_64                              23/101 
13:50:03 #11 15.00   Verifying        : m4-1.4.18-17.fc34.x86_64                            24/101 
13:50:03 #11 15.00   Verifying        : make-1:4.3-5.fc34.x86_64                            25/101 
13:50:03 #11 15.00   Verifying        : pcre2-devel-10.36-4.fc34.x86_64                     26/101 
13:50:03 #11 15.00   Verifying        : pcre2-utf16-10.36-4.fc34.x86_64                     27/101 
13:50:03 #11 15.00   Verifying        : pcre2-utf32-10.36-4.fc34.x86_64                     28/101 
13:50:03 #11 15.00   Verifying        : perl-Error-1:0.17029-5.fc34.noarch                  29/101 
13:50:03 #11 15.00   Verifying        : perl-TermReadKey-2.38-9.fc34.x86_64                 30/101 
13:50:03 #11 15.00   Verifying        : perl-Thread-Queue-3.14-458.fc34.noarch              31/101 
13:50:03 #11 15.00   Verifying        : perl-threads-1:2.25-458.fc34.x86_64                 32/101 
13:50:03 #11 15.00   Verifying        : perl-threads-shared-1.61-458.fc34.x86_64            33/101 
13:50:03 #11 15.00   Verifying        : policycoreutils-3.2-1.fc34.x86_64                   34/101 
13:50:03 #11 15.00   Verifying        : policycoreutils-devel-3.2-1.fc34.x86_64             35/101 
13:50:03 #11 15.00   Verifying        : policycoreutils-python-utils-3.2-1.fc34.noarch      36/101 
13:50:03 #11 15.00   Verifying        : python3-libselinux-3.2-1.fc34.x86_64                37/101 
13:50:03 #11 15.00   Verifying        : python3-libsemanage-3.2-1.fc34.x86_64               38/101 
13:50:03 #11 15.00   Verifying        : python3-policycoreutils-3.2-1.fc34.noarch           39/101 
13:50:03 #11 15.00   Verifying        : python3-setools-4.4.0-1.fc34.x86_64                 40/101 
13:50:03 #11 15.00   Verifying        : rhash-1.4.0-3.fc34.x86_64                           41/101 
13:50:03 #11 15.00   Verifying        : rpm-plugin-selinux-4.16.1.3-1.fc34.x86_64           42/101 
13:50:03 #11 15.00   Verifying        : annobin-9.79-5.fc34.x86_64                          43/101 
13:50:03 #11 15.00   Verifying        : btrfs-progs-5.16.2-1.fc34.x86_64                    44/101 
13:50:03 #11 15.00   Verifying        : btrfs-progs-devel-5.16.2-1.fc34.x86_64              45/101 
13:50:03 #11 15.00   Verifying        : cmake-3.20.5-1.fc34.x86_64                          46/101 
13:50:03 #11 15.00   Verifying        : cmake-data-3.20.5-1.fc34.noarch                     47/101 
13:50:03 #11 15.00   Verifying        : cmake-filesystem-3.20.5-1.fc34.x86_64               48/101 
13:50:03 #11 15.00   Verifying        : cmake-rpm-macros-3.20.5-1.fc34.noarch               49/101 
13:50:03 #11 15.00   Verifying        : cpp-11.3.1-2.fc34.x86_64                            50/101 
13:50:03 #11 15.00   Verifying        : cryptsetup-libs-2.3.7-1.fc34.x86_64                 51/101 
13:50:03 #11 15.00   Verifying        : dbus-broker-29-2.fc34.x86_64                        52/101 
13:50:03 #11 15.00   Verifying        : gcc-11.3.1-2.fc34.x86_64                            53/101 
13:50:03 #11 15.00   Verifying        : git-2.34.3-1.fc34.x86_64                            54/101 
13:50:03 #11 15.00   Verifying        : git-core-2.34.3-1.fc34.x86_64                       55/101 
13:50:03 #11 15.00   Verifying        : git-core-doc-2.34.3-1.fc34.noarch                   56/101 
13:50:03 #11 15.00   Verifying        : glibc-devel-2.33-21.fc34.x86_64                     57/101 
13:50:03 #11 15.00   Verifying        : glibc-headers-x86-2.33-21.fc34.noarch               58/101 
13:50:03 #11 15.00   Verifying        : glibc-static-2.33-21.fc34.x86_64                    59/101 
13:50:03 #11 15.00   Verifying        : iptables-legacy-libs-1.8.7-8.fc34.x86_64            60/101 
13:50:03 #11 15.00   Verifying        : jsoncpp-1.9.4-5.fc34.x86_64                         61/101 
13:50:03 #11 15.00   Verifying        : kernel-headers-5.17.11-100.fc34.x86_64              62/101 
13:50:03 #11 15.00   Verifying        : kmod-libs-29-2.fc34.x86_64                          63/101 
13:50:03 #11 15.00   Verifying        : libbpf-2:0.4.0-1.fc34.x86_64                        64/101 
13:50:03 #11 15.00   Verifying        : libbtrfs-5.16.2-1.fc34.x86_64                       65/101 
13:50:03 #11 15.00   Verifying        : libbtrfsutil-5.16.2-1.fc34.x86_64                   66/101 
13:50:03 #11 15.00   Verifying        : libedit-3.1-38.20210714cvs.fc34.x86_64              67/101 
13:50:03 #11 15.00   Verifying        : libibverbs-37.2-2.fc34.x86_64                       68/101 
13:50:03 #11 15.00   Verifying        : libpcap-14:1.10.1-1.fc34.x86_64                     69/101 
13:50:03 #11 15.00   Verifying        : libseccomp-2.5.3-1.fc34.x86_64                      70/101 
13:50:03 #11 15.00   Verifying        : libseccomp-devel-2.5.3-1.fc34.x86_64                71/101 
13:50:03 #11 15.00   Verifying        : libsepol-devel-3.2-2.fc34.x86_64                    72/101 
13:50:03 #11 15.00   Verifying        : libuv-1:1.44.1-1.fc34.x86_64                        73/101 
13:50:03 #11 15.00   Verifying        : libxcrypt-devel-4.4.28-1.fc34.x86_64                74/101 
13:50:03 #11 15.00   Verifying        : libxcrypt-static-4.4.28-1.fc34.x86_64               75/101 
13:50:03 #11 15.00   Verifying        : libxkbcommon-1.3.0-1.fc34.x86_64                    76/101 
13:50:03 #11 15.00   Verifying        : llvm-libs-12.0.1-1.fc34.x86_64                      77/101 
13:50:03 #11 15.00   Verifying        : openssh-8.6p1-5.fc34.x86_64                         78/101 
13:50:03 #11 15.00   Verifying        : openssh-clients-8.6p1-5.fc34.x86_64                 79/101 
13:50:03 #11 15.00   Verifying        : perl-File-Compare-1.100.600-477.fc34.noarch         80/101 
13:50:03 #11 15.00   Verifying        : perl-File-Copy-2.34-477.fc34.noarch                 81/101 
13:50:03 #11 15.00   Verifying        : perl-File-Find-1.37-477.fc34.noarch                 82/101 
13:50:03 #11 15.00   Verifying        : perl-Git-2.34.3-1.fc34.noarch                       83/101 
13:50:03 #11 15.00   Verifying        : perl-lib-0.65-477.fc34.x86_64                       84/101 
13:50:03 #11 15.00   Verifying        : python3-audit-3.0.6-1.fc34.x86_64                   85/101 
13:50:03 #11 15.00   Verifying        : qrencode-libs-4.1.1-1.fc34.x86_64                   86/101 
13:50:03 #11 15.00   Verifying        : selinux-policy-34.27-1.fc34.noarch                  87/101 
13:50:03 #11 15.00   Verifying        : selinux-policy-devel-34.27-1.fc34.noarch            88/101 
13:50:03 #11 15.00   Verifying        : selinux-policy-targeted-34.27-1.fc34.noarch         89/101 
13:50:03 #11 15.00   Verifying        : systemd-248.10-1.fc34.x86_64                        90/101 
13:50:03 #11 15.00   Verifying        : systemd-devel-248.10-1.fc34.x86_64                  91/101 
13:50:03 #11 15.00   Verifying        : systemd-networkd-248.10-1.fc34.x86_64               92/101 
13:50:03 #11 15.00   Verifying        : systemd-pam-248.10-1.fc34.x86_64                    93/101 
13:50:03 #11 15.00   Verifying        : systemd-rpm-macros-248.10-1.fc34.noarch             94/101 
13:50:03 #11 15.00   Verifying        : vim-filesystem-2:8.2.4975-1.fc34.noarch             95/101 
13:50:03 #11 15.00   Verifying        : which-2.21-26.fc34.x86_64                           96/101 
13:50:03 #11 15.00   Verifying        : xkeyboard-config-2.33-1.fc34.noarch                 97/101 
13:50:03 #11 15.00   Verifying        : libgcc-11.3.1-2.fc34.x86_64                         98/101 
13:50:03 #11 15.00   Verifying        : libgcc-11.2.1-9.fc34.x86_64                         99/101 
13:50:03 #11 15.00   Verifying        : libgomp-11.3.1-2.fc34.x86_64                       100/101 
13:50:03 #11 15.00   Verifying        : libgomp-11.2.1-9.fc34.x86_64                       101/101 
13:50:03 #11 15.16 
13:50:03 #11 15.16 Upgraded:
13:50:03 #11 15.16   libgcc-11.3.1-2.fc34.x86_64            libgomp-11.3.1-2.fc34.x86_64           
13:50:03 #11 15.16 Installed:
13:50:03 #11 15.16   acl-2.3.1-1.fc34.x86_64                                                       
13:50:03 #11 15.16   annobin-9.79-5.fc34.x86_64                                                    
13:50:03 #11 15.16   autoconf-2.69-36.fc34.noarch                                                  
13:50:03 #11 15.16   automake-1.16.2-4.fc34.noarch                                                 
13:50:03 #11 15.16   btrfs-progs-5.16.2-1.fc34.x86_64                                              
13:50:03 #11 15.16   btrfs-progs-devel-5.16.2-1.fc34.x86_64                                        
13:50:03 #11 15.16   checkpolicy-3.2-1.fc34.x86_64                                                 
13:50:03 #11 15.16   cmake-3.20.5-1.fc34.x86_64                                                    
13:50:03 #11 15.16   cmake-data-3.20.5-1.fc34.noarch                                               
13:50:03 #11 15.16   cmake-filesystem-3.20.5-1.fc34.x86_64                                         
13:50:03 #11 15.16   cmake-rpm-macros-3.20.5-1.fc34.noarch                                         
13:50:03 #11 15.16   cpp-11.3.1-2.fc34.x86_64                                                      
13:50:03 #11 15.16   cryptsetup-libs-2.3.7-1.fc34.x86_64                                           
13:50:03 #11 15.16   dbus-1:1.12.20-3.fc34.x86_64                                                  
13:50:03 #11 15.16   dbus-broker-29-2.fc34.x86_64                                                  
13:50:03 #11 15.16   dbus-common-1:1.12.20-3.fc34.noarch                                           
13:50:03 #11 15.16   device-mapper-1.02.175-1.fc34.x86_64                                          
13:50:03 #11 15.16   device-mapper-devel-1.02.175-1.fc34.x86_64                                    
13:50:03 #11 15.16   device-mapper-libs-1.02.175-1.fc34.x86_64                                     
13:50:03 #11 15.16   e2fsprogs-libs-1.45.6-5.fc34.x86_64                                           
13:50:03 #11 15.16   gc-8.0.4-5.fc34.x86_64                                                        
13:50:03 #11 15.16   gcc-11.3.1-2.fc34.x86_64                                                      
13:50:03 #11 15.16   git-2.34.3-1.fc34.x86_64                                                      
13:50:03 #11 15.16   git-core-2.34.3-1.fc34.x86_64                                                 
13:50:03 #11 15.16   git-core-doc-2.34.3-1.fc34.noarch                                             
13:50:03 #11 15.16   glibc-devel-2.33-21.fc34.x86_64                                               
13:50:03 #11 15.16   glibc-headers-x86-2.33-21.fc34.noarch                                         
13:50:03 #11 15.16   glibc-static-2.33-21.fc34.x86_64                                              
13:50:03 #11 15.16   guile22-2.2.7-2.fc34.x86_64                                                   
13:50:03 #11 15.16   iptables-legacy-libs-1.8.7-8.fc34.x86_64                                      
13:50:03 #11 15.16   jsoncpp-1.9.4-5.fc34.x86_64                                                   
13:50:03 #11 15.16   kernel-headers-5.17.11-100.fc34.x86_64                                        
13:50:03 #11 15.16   kmod-libs-29-2.fc34.x86_64                                                    
13:50:03 #11 15.16   libargon2-20171227-6.fc34.x86_64                                              
13:50:03 #11 15.16   libbpf-2:0.4.0-1.fc34.x86_64                                                  
13:50:03 #11 15.16   libbtrfs-5.16.2-1.fc34.x86_64                                                 
13:50:03 #11 15.16   libbtrfsutil-5.16.2-1.fc34.x86_64                                             
13:50:03 #11 15.16   libcbor-0.7.0-3.fc34.x86_64                                                   
13:50:03 #11 15.16   libedit-3.1-38.20210714cvs.fc34.x86_64                                        
13:50:03 #11 15.16   libfido2-1.6.0-2.fc34.x86_64                                                  
13:50:03 #11 15.16   libibverbs-37.2-2.fc34.x86_64                                                 
13:50:03 #11 15.16   libmpc-1.2.1-2.fc34.x86_64                                                    
13:50:03 #11 15.16   libnl3-3.5.0-6.fc34.x86_64                                                    
13:50:03 #11 15.16   libpcap-14:1.10.1-1.fc34.x86_64                                               
13:50:03 #11 15.16   libseccomp-2.5.3-1.fc34.x86_64                                                
13:50:03 #11 15.16   libseccomp-devel-2.5.3-1.fc34.x86_64                                          
13:50:03 #11 15.16   libselinux-devel-3.2-1.fc34.x86_64                                            
13:50:03 #11 15.16   libselinux-utils-3.2-1.fc34.x86_64                                            
13:50:03 #11 15.16   libsepol-devel-3.2-2.fc34.x86_64                                              
13:50:03 #11 15.16   libtool-2.4.6-40.fc34.x86_64                                                  
13:50:03 #11 15.16   libtool-ltdl-2.4.6-40.fc34.x86_64                                             
13:50:03 #11 15.16   libtool-ltdl-devel-2.4.6-40.fc34.x86_64                                       
13:50:03 #11 15.16   libuv-1:1.44.1-1.fc34.x86_64                                                  
13:50:03 #11 15.16   libxcrypt-devel-4.4.28-1.fc34.x86_64                                          
13:50:03 #11 15.16   libxcrypt-static-4.4.28-1.fc34.x86_64                                         
13:50:03 #11 15.16   libxkbcommon-1.3.0-1.fc34.x86_64                                              
13:50:03 #11 15.16   llvm-libs-12.0.1-1.fc34.x86_64                                                
13:50:03 #11 15.16   lzo-2.10-4.fc34.x86_64                                                        
13:50:03 #11 15.16   m4-1.4.18-17.fc34.x86_64                                                      
13:50:03 #11 15.16   make-1:4.3-5.fc34.x86_64                                                      
13:50:03 #11 15.16   openssh-8.6p1-5.fc34.x86_64                                                   
13:50:03 #11 15.16   openssh-clients-8.6p1-5.fc34.x86_64                                           
13:50:03 #11 15.16   pcre2-devel-10.36-4.fc34.x86_64                                               
13:50:03 #11 15.16   pcre2-utf16-10.36-4.fc34.x86_64                                               
13:50:03 #11 15.16   pcre2-utf32-10.36-4.fc34.x86_64                                               
13:50:03 #11 15.16   perl-Error-1:0.17029-5.fc34.noarch                                            
13:50:03 #11 15.16   perl-File-Compare-1.100.600-477.fc34.noarch                                   
13:50:03 #11 15.16   perl-File-Copy-2.34-477.fc34.noarch                                           
13:50:03 #11 15.16   perl-File-Find-1.37-477.fc34.noarch                                           
13:50:03 #11 15.16   perl-Git-2.34.3-1.fc34.noarch                                                 
13:50:03 #11 15.16   perl-TermReadKey-2.38-9.fc34.x86_64                                           
13:50:03 #11 15.16   perl-Thread-Queue-3.14-458.fc34.noarch                                        
13:50:03 #11 15.16   perl-lib-0.65-477.fc34.x86_64                                                 
13:50:03 #11 15.16   perl-threads-1:2.25-458.fc34.x86_64                                           
13:50:03 #11 15.16   perl-threads-shared-1.61-458.fc34.x86_64                                      
13:50:03 #11 15.16   policycoreutils-3.2-1.fc34.x86_64                                             
13:50:03 #11 15.16   policycoreutils-devel-3.2-1.fc34.x86_64                                       
13:50:03 #11 15.16   policycoreutils-python-utils-3.2-1.fc34.noarch                                
13:50:03 #11 15.16   python3-audit-3.0.6-1.fc34.x86_64                                             
13:50:03 #11 15.16   python3-libselinux-3.2-1.fc34.x86_64                                          
13:50:03 #11 15.16   python3-libsemanage-3.2-1.fc34.x86_64                                         
13:50:03 #11 15.16   python3-policycoreutils-3.2-1.fc34.noarch                                     
13:50:03 #11 15.16   python3-setools-4.4.0-1.fc34.x86_64                                           
13:50:03 #11 15.16   qrencode-libs-4.1.1-1.fc34.x86_64                                             
13:50:03 #11 15.16   rhash-1.4.0-3.fc34.x86_64                                                     
13:50:03 #11 15.16   rpm-plugin-selinux-4.16.1.3-1.fc34.x86_64                                     
13:50:03 #11 15.16   selinux-policy-34.27-1.fc34.noarch                                            
13:50:03 #11 15.16   selinux-policy-devel-34.27-1.fc34.noarch                                      
13:50:03 #11 15.16   selinux-policy-targeted-34.27-1.fc34.noarch                                   
13:50:03 #11 15.16   systemd-248.10-1.fc34.x86_64                                                  
13:50:03 #11 15.16   systemd-devel-248.10-1.fc34.x86_64                                            
13:50:03 #11 15.16   systemd-networkd-248.10-1.fc34.x86_64                                         
13:50:03 #11 15.16   systemd-pam-248.10-1.fc34.x86_64                                              
13:50:03 #11 15.16   systemd-rpm-macros-248.10-1.fc34.noarch                                       
13:50:03 #11 15.16   vim-filesystem-2:8.2.4975-1.fc34.noarch                                       
13:50:03 #11 15.16   which-2.21-26.fc34.x86_64                                                     
13:50:03 #11 15.16   xkeyboard-config-2.33-1.fc34.noarch                                           
13:50:03 #11 15.16 
13:50:03 #11 15.16 Complete!
13:50:03 #11 DONE 15.3s
13:50:03 
13:50:03 #13 [stage-1 5/6] COPY --from=golang /usr/local/go /usr/local/go
13:50:03 #13 sha256:c3b86497b893d1c5001679ba6bb70f475ed1615c8ca40956acb9c843d59bb2a6
13:50:05 #13 DONE 2.0s
13:50:05 
13:50:05 #14 [stage-1 6/6] WORKDIR /root/rpmbuild
13:50:05 #14 sha256:5819d0ee8ef20ae6b8bfdd03d84e0125aa1a8aad2c7a41302ab723ffdee15428
13:50:05 #14 DONE 0.0s
13:50:05 
13:50:05 #15 exporting to image
13:50:05 #15 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:50:05 #15 exporting layers
13:50:12 #15 exporting layers 5.5s done
13:50:12 #15 writing image sha256:1249ffb3818523a982006f33f2d3cc2505fb993a073cbf02ab0761e9cbdf54d5 done
13:50:12 #15 naming to docker.io/rpmbuild-fedora-34/x86_64 done
13:50:12 #15 DONE 5.5s
13:50:12 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-34/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/fedora-34/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-fedora-34/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:12 warning: line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
13:50:12 warning: line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
13:50:12 warning: line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
13:50:12 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.trWavd
13:50:12 + umask 022
13:50:12 + cd /root/rpmbuild/BUILD
13:50:12 + cd /root/rpmbuild/BUILD
13:50:12 + rm -rf src
13:50:12 + /usr/bin/mkdir -p src
13:50:12 + cd src
13:50:12 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:50:12 + /usr/bin/tar -xof -
13:50:12 + STATUS=0
13:50:12 + '[' 0 -ne 0 ']'
13:50:12 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:50:12 + /usr/bin/tar -xof -
13:50:12 + STATUS=0
13:50:12 + '[' 0 -ne 0 ']'
13:50:12 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:50:12 + RPM_EC=0
13:50:12 ++ jobs -p
13:50:12 + exit 0
13:50:12 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.iWwPaX
13:50:12 + umask 022
13:50:12 + cd /root/rpmbuild/BUILD
13:50:12 + cd src
13:50:12 + export DOCKER_GITCOMMIT=90033ab
13:50:12 + DOCKER_GITCOMMIT=90033ab
13:50:12 + mkdir -p /go/src/github.com/docker
13:50:12 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:50:12 + pushd /root/rpmbuild/BUILD/src/engine
13:50:12 + for component in tini "proxy dynamic"
13:50:12 + TMP_GOPATH=/go
13:50:12 + hack/dockerfile/install/install.sh tini
13:50:12 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
13:50:12 + RM_GOPATH=0
13:50:12 + TMP_GOPATH=/go
13:50:12 + : /usr/local/bin
13:50:12 + '[' -z /go ']'
13:50:12 + export GOPATH=/go
13:50:12 + GOPATH=/go
13:50:12 + case "$(go env GOARCH)" in
13:50:12 ++ go env GOARCH
13:50:12 + export GO_BUILDMODE=-buildmode=pie
13:50:12 + GO_BUILDMODE=-buildmode=pie
13:50:12 ++ dirname hack/dockerfile/install/install.sh
13:50:12 + dir=hack/dockerfile/install
13:50:12 + bin=tini
13:50:12 + shift
13:50:12 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:50:12 + . hack/dockerfile/install/tini.installer
13:50:12 ++ : v0.19.0
13:50:12 + install_tini
13:50:12 + echo 'Install tini version v0.19.0'
13:50:12 + git clone https://github.com/krallin/tini.git /go/tini
13:50:12 Install tini version v0.19.0
13:50:12 Cloning into '/go/tini'...
13:50:12 + cd /go/tini
13:50:12 + git checkout -q v0.19.0
13:50:12 + cmake .
13:50:12 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
13:50:12   Compatibility with CMake < 2.8.12 will be removed from a future version of
13:50:12   CMake.
13:50:12 
13:50:12   Update the VERSION argument <min> value or use a ...<max> suffix to tell
13:50:12   CMake that the project does not need compatibility with older versions.
13:50:12 
13:50:12 
13:50:12 -- The C compiler identification is GNU 11.3.1
13:50:12 -- Detecting C compiler ABI info
13:50:13 -- Detecting C compiler ABI info - done
13:50:13 -- Check for working C compiler: /usr/bin/cc - skipped
13:50:13 -- Detecting C compile features
13:50:13 -- Detecting C compile features - done
13:50:13 -- Performing Test HAS_BUILTIN_FORTIFY
13:50:13 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:50:13 -- Configuring done
13:50:13 -- Generating done
13:50:13 -- Build files have been written to: /go/tini
13:50:13 + make tini-static
13:50:13 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:50:13 [100%] Linking C executable tini-static
13:50:13 [100%] Built target tini-static
13:50:13 + mkdir -p /usr/local/bin
13:50:13 + cp tini-static /usr/local/bin/docker-init
13:50:13 + for component in tini "proxy dynamic"
13:50:13 + TMP_GOPATH=/go
13:50:13 + hack/dockerfile/install/install.sh proxy dynamic
13:50:13 + RM_GOPATH=0
13:50:13 + TMP_GOPATH=/go
13:50:13 + : /usr/local/bin
13:50:13 + '[' -z /go ']'
13:50:13 + export GOPATH=/go
13:50:13 + GOPATH=/go
13:50:13 + case "$(go env GOARCH)" in
13:50:13 ++ go env GOARCH
13:50:13 + export GO_BUILDMODE=-buildmode=pie
13:50:13 + GO_BUILDMODE=-buildmode=pie
13:50:13 ++ dirname hack/dockerfile/install/install.sh
13:50:13 + dir=hack/dockerfile/install
13:50:13 + bin=proxy
13:50:13 + shift
13:50:13 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
13:50:13 + . hack/dockerfile/install/proxy.installer
13:50:13 ++ : 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:50:13 + install_proxy dynamic
13:50:13 + case "$1" in
13:50:13 + install_proxy_dynamic
13:50:13 + export PROXY_LDFLAGS=-linkmode=external install_proxy
13:50:13 + PROXY_LDFLAGS=-linkmode=external
13:50:13 + export BUILD_MODE=-buildmode=pie
13:50:13 + BUILD_MODE=-buildmode=pie
13:50:13 + _install_proxy
13:50:13 + echo 'Install docker-proxy version 2dab5620d4462865c6151e573b3e7fa5d3b8458b'
13:50:13 Install docker-proxy version 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:50:13 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
13:50:13 Cloning into '/go/src/github.com/docker/libnetwork'...
13:50:15 + cd /go/src/github.com/docker/libnetwork
13:50:15 + git checkout -q 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:50:15 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
13:50:25 + return
13:50:25 + VERSION=0.0.0-20220511162217-aa7e414
13:50:25 + PRODUCT=docker
13:50:25 + hack/make.sh dynbinary
13:50:25 
13:50:25 Removing bundles/
13:50:25 
13:50:25 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:50:25 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220511162217-aa7e414
13:50:25 GOOS="" GOARCH="" GOARM=""
13:52:01 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220511162217-aa7e414
13:52:01 
13:52:01 + popd
13:52:01 + RPM_EC=0
13:52:01 ~/rpmbuild/BUILD/src
13:52:01 ++ jobs -p
13:52:01 + exit 0
13:52:01 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ZPZiWd
13:52:01 + umask 022
13:52:01 + cd /root/rpmbuild/BUILD
13:52:01 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc34.x86_64 '!=' / ']'
13:52:01 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc34.x86_64
13:52:01 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc34.x86_64
13:52:01 + mkdir -p /root/rpmbuild/BUILDROOT
13:52:01 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc34.x86_64
13:52:01 + cd src
13:52:01 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
13:52:01 + 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.fc34.x86_64/usr/bin/dockerd
13:52:01 + install -D -p -m 0755 /usr/local/bin/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc34.x86_64/usr/bin/docker-proxy
13:52:01 + install -D -p -m 755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc34.x86_64/usr/bin/docker-init
13:52:01 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc34.x86_64/usr/lib/systemd/system/docker.service
13:52:01 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc34.x86_64/usr/lib/systemd/system/docker.socket
13:52:01 + /usr/lib/rpm/check-buildroot
13:52:01 + /usr/lib/rpm/redhat/brp-ldconfig
13:52:01 + /usr/lib/rpm/brp-compress
13:52:01 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:52:01 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:52:01 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc34.x86_64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
13:52:01 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:52:01 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:52:01 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:52:01 + /usr/lib/rpm/brp-python-hardlink
13:52:01 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:52:01 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.CH1sPX
13:52:01 + umask 022
13:52:01 + cd /root/rpmbuild/BUILD
13:52:01 + cd src
13:52:01 ++ engine/bundles/dynbinary-daemon/dockerd --version
13:52:01 PASS: daemon version OK
13:52:01 + ver='Docker version 0.0.0-20220511162217-aa7e414, build 90033ab'
13:52:01 + test 'Docker version 0.0.0-20220511162217-aa7e414, build 90033ab' = 'Docker version 0.0.0-20220511162217-aa7e414, build 90033ab'
13:52:01 + echo 'PASS: daemon version OK'
13:52:01 + RPM_EC=0
13:52:01 ++ jobs -p
13:52:01 + exit 0
13:52:01 Processing files: docker-ce-0.0.0.20220511162217.aa7e414-0.fc34.x86_64
13:52:01 Provides: docker-ce = 3:0.0.0.20220511162217.aa7e414-0.fc34 docker-ce(x86-64) = 3:0.0.0.20220511162217.aa7e414-0.fc34
13:52:01 Requires(interp): /bin/sh /bin/sh /bin/sh
13:52:01 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:52:01 Requires(post): /bin/sh
13:52:01 Requires(preun): /bin/sh
13:52:01 Requires(postun): /bin/sh
13:52:01 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.32)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH)
13:52:01 Conflicts: docker docker-ee docker-engine-cs docker-io
13:52:01 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
13:52:01 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc34.x86_64
13:52:01 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20220511162217.aa7e414-0.fc34.src.rpm
13:52:40 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0.20220511162217.aa7e414-0.fc34.x86_64.rpm
13:52:40 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.pNMvNe
13:52:40 + umask 022
13:52:40 + cd /root/rpmbuild/BUILD
13:52:40 + cd src
13:52:40 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc34.x86_64
13:52:40 + RPM_EC=0
13:52:40 ++ jobs -p
13:52:40 + exit 0
13:52:40 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.bvHrVZ
13:52:40 + umask 022
13:52:40 + cd /root/rpmbuild/BUILD
13:52:40 + cd /root/rpmbuild/BUILD
13:52:40 + rm -rf src
13:52:40 + /usr/bin/mkdir -p src
13:52:40 + cd src
13:52:40 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:52:40 + /usr/bin/tar -xof -
13:52:40 + STATUS=0
13:52:40 + '[' 0 -ne 0 ']'
13:52:40 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/plugin-installers.tgz
13:52:40 + /usr/bin/tar -xof -
13:52:40 + STATUS=0
13:52:40 + '[' 0 -ne 0 ']'
13:52:40 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:52:40 + RPM_EC=0
13:52:40 ++ jobs -p
13:52:40 + exit 0
13:52:40 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.PBSFcz
13:52:40 + umask 022
13:52:40 + cd /root/rpmbuild/BUILD
13:52:40 + cd src
13:52:40 + mkdir -p /go/src/github.com/docker
13:52:40 + rm -f /go/src/github.com/docker/cli
13:52:40 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
13:52:40 + pushd /go/src/github.com/docker/cli
13:52:40 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
13:52:40 + DISABLE_WARN_OUTSIDE_CONTAINER=1
13:52:40 + make VERSION=0.0.0-20220511162217-aa7e414 GITCOMMIT=aa7e414 dynbinary manpages
13:52:40 GO_LINKMODE=dynamic ./scripts/build/binary
13:52:40 Building dynamic docker-linux-amd64
13:54:01 scripts/docs/generate-man.sh
13:55:09 Project root: /go/src/github.com/docker/cli
13:55:09 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
13:55:09 2022/05/31 13:55:06 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
13:55:09 + popd
13:55:09 ~/rpmbuild/BUILD/src
13:55:09 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
13:55:09 + pushd /root/rpmbuild/BUILD/src/plugins
13:55:09 + for installer in *.installer
13:55:09 + '[' app.installer '!=' scan.installer ']'
13:55:09 + bash app.installer build
13:55:09 Cloning into '/go/src/github.com/docker/app'...
13:55:09 Fetching origin
13:55:09 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:05 + for installer in *.installer
13:56:05 + '[' buildx.installer '!=' scan.installer ']'
13:56:05 + bash buildx.installer build
13:56:05 Cloning into '/go/src/github.com/docker/buildx'...
13:56:05 Fetching origin
13:56:05 + GO111MODULE=on
13:56:05 + 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:57:41 ~/rpmbuild/BUILD/src
13:57:41 + popd
13:57:41 + RPM_EC=0
13:57:41 ++ jobs -p
13:57:41 + exit 0
13:57:41 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.FYS5Qv
13:57:41 + umask 022
13:57:41 + cd /root/rpmbuild/BUILD
13:57:41 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.x86_64 '!=' / ']'
13:57:41 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.x86_64
13:57:41 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.x86_64
13:57:41 + mkdir -p /root/rpmbuild/BUILDROOT
13:57:41 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.x86_64
13:57:41 + cd src
13:57:41 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.x86_64/usr/bin
13:57:41 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.x86_64/usr/bin/docker
13:57:41 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
13:57:41 + pushd /root/rpmbuild/BUILD/src/plugins
13:57:41 + for installer in *.installer
13:57:41 + '[' app.installer '!=' scan.installer ']'
13:57:41 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.x86_64
13:57:41 + PREFIX=/usr/libexec/docker/cli-plugins
13:57:41 + bash app.installer install_plugin
13:57:41 + for installer in *.installer
13:57:41 + '[' buildx.installer '!=' scan.installer ']'
13:57:41 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.x86_64
13:57:41 + PREFIX=/usr/libexec/docker/cli-plugins
13:57:41 + bash buildx.installer install_plugin
13:57:41 + popd
13:57:41 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.x86_64/usr/share/bash-completion/completions
13:57:41 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.x86_64/usr/share/zsh/vendor-completions
13:57:41 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.x86_64/usr/share/fish/vendor_completions.d
13:57:41 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.x86_64/usr/share/bash-completion/completions/docker
13:57:41 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.x86_64/usr/share/zsh/vendor-completions/_docker
13:57:41 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.x86_64/usr/share/fish/vendor_completions.d/docker.fish
13:57:41 ~/rpmbuild/BUILD/src
13:57:41 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.x86_64/usr/share/man/man1
13:57:41 + 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.fc34.x86_64/usr/share/man/man1
13:57:41 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.x86_64/usr/share/man/man5
13:57:41 + 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.fc34.x86_64/usr/share/man/man5
13:57:41 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.x86_64/usr/share/man/man8
13:57:41 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.x86_64/usr/share/man/man8
13:57:41 + mkdir -p build-docs
13:57:41 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:57:41 + cp cli/LICENSE build-docs/LICENSE
13:57:41 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:57:41 + cp cli/MAINTAINERS build-docs/MAINTAINERS
13:57:41 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:57:41 + cp cli/NOTICE build-docs/NOTICE
13:57:41 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:57:41 + cp cli/README.md build-docs/README.md
13:57:41 + /usr/lib/rpm/check-buildroot
13:57:41 + /usr/lib/rpm/redhat/brp-ldconfig
13:57:41 + /usr/lib/rpm/brp-compress
13:57:41 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:57:41 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:57:41 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:57:41 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:57:41 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:57:41 + /usr/lib/rpm/brp-python-hardlink
13:57:41 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:57:41 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.icUQPW
13:57:41 + umask 022
13:57:41 + cd /root/rpmbuild/BUILD
13:57:41 + cd src
13:57:41 ++ cli/build/docker --version
13:57:41 + ver='Docker version 0.0.0-20220511162217-aa7e414, build aa7e414'
13:57:41 + test 'Docker version 0.0.0-20220511162217-aa7e414, build aa7e414' = 'Docker version 0.0.0-20220511162217-aa7e414, build aa7e414'
13:57:41 + echo 'PASS: cli version OK'
13:57:41 PASS: cli version OK
13:57:41 + RPM_EC=0
13:57:41 ++ jobs -p
13:57:41 + exit 0
13:57:41 Processing files: docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.x86_64
13:57:41 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.49zF1e
13:57:41 + umask 022
13:57:41 + cd /root/rpmbuild/BUILD
13:57:41 + cd src
13:57:41 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.x86_64/usr/share/doc/docker-ce-cli
13:57:41 + export LC_ALL=C
13:57:41 + LC_ALL=C
13:57:41 + export DOCDIR
13:57:41 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.x86_64/usr/share/doc/docker-ce-cli
13:57:41 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.x86_64/usr/share/doc/docker-ce-cli
13:57:41 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.x86_64/usr/share/doc/docker-ce-cli
13:57:41 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.x86_64/usr/share/doc/docker-ce-cli
13:57:41 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.x86_64/usr/share/doc/docker-ce-cli
13:57:41 + RPM_EC=0
13:57:41 ++ jobs -p
13:57:41 + exit 0
13:57:41 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
13:57:41 Provides: docker-ce-cli = 1:0.0.0.20220511162217.aa7e414-0.fc34 docker-ce-cli(x86-64) = 1:0.0.0.20220511162217.aa7e414-0.fc34
13:57:41 Requires(interp): /bin/sh
13:57:41 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:57:41 Requires(post): /bin/sh
13:57:41 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.32)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(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:57:41 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
13:57:41 Recommends: docker-scan-plugin(x86-64)
13:57:41 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.x86_64
13:57:41 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.src.rpm
13:58:49 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.x86_64.rpm
13:58:49 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Rrw1IX
13:58:49 + umask 022
13:58:49 + cd /root/rpmbuild/BUILD
13:58:49 + cd src
13:58:49 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.x86_64
13:58:49 + RPM_EC=0
13:58:49 ++ jobs -p
13:58:49 + exit 0
13:58:49 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.BrOkeV
13:58:49 + umask 022
13:58:49 + cd /root/rpmbuild/BUILD
13:58:49 + cd /root/rpmbuild/BUILD
13:58:49 + rm -rf src
13:58:49 + /usr/bin/mkdir -p src
13:58:49 + cd src
13:58:49 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:58:49 + /usr/bin/tar -xof -
13:58:49 + STATUS=0
13:58:49 + '[' 0 -ne 0 ']'
13:58:49 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:58:49 + /usr/bin/tar -xof -
13:58:49 + STATUS=0
13:58:49 + '[' 0 -ne 0 ']'
13:58:49 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:58:49 + RPM_EC=0
13:58:49 ++ jobs -p
13:58:49 + exit 0
13:58:49 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.xsmpxc
13:58:49 + umask 022
13:58:49 + cd /root/rpmbuild/BUILD
13:58:49 + cd src
13:58:49 + export DOCKER_GITCOMMIT=90033ab
13:58:49 + DOCKER_GITCOMMIT=90033ab
13:58:49 + mkdir -p /go/src/github.com/docker
13:58:49 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:58:49 + TMP_GOPATH=/go
13:58:49 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
13:58:49 + RM_GOPATH=0
13:58:49 + TMP_GOPATH=/go
13:58:49 + : /usr/local/bin
13:58:49 + '[' -z /go ']'
13:58:49 + export GOPATH=/go
13:58:49 + GOPATH=/go
13:58:49 + case "$(go env GOARCH)" in
13:58:49 ++ go env GOARCH
13:58:49 + export GO_BUILDMODE=-buildmode=pie
13:58:49 + GO_BUILDMODE=-buildmode=pie
13:58:49 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
13:58:49 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
13:58:49 + bin=rootlesskit
13:58:49 + shift
13:58:49 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
13:58:49 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
13:58:49 ++ : v0.14.4
13:58:49 + install_rootlesskit dynamic
13:58:49 + case "$1" in
13:58:49 + install_rootlesskit_dynamic
13:58:49 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:58:49 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:58:49 + export BUILD_MODE=-buildmode=pie
13:58:49 + BUILD_MODE=-buildmode=pie
13:58:49 + _install_rootlesskit
13:58:49 + echo 'Install rootlesskit version v0.14.4'
13:58:49 + for f in rootlesskit rootlesskit-docker-proxy
13:58:49 + GOBIN=/usr/local/bin
13:58:49 + GO111MODULE=on
13:58:49 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
13:58:49 Install rootlesskit version v0.14.4
13:58:49 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
13:58:50 go: downloading github.com/pkg/errors v0.9.1
13:58:50 go: downloading github.com/sirupsen/logrus v1.8.1
13:58:50 go: downloading github.com/urfave/cli/v2 v2.3.0
13:58:50 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:58:51 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:58:51 go: downloading github.com/google/uuid v1.3.0
13:58:51 go: downloading github.com/moby/vpnkit v0.5.0
13:58:51 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:58:51 go: downloading github.com/gofrs/flock v0.8.1
13:58:51 go: downloading github.com/gorilla/mux v1.8.0
13:58:51 go: downloading github.com/moby/sys/mountinfo v0.4.1
13:58:51 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
13:58:51 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:58:51 go: downloading github.com/u-root/u-root v7.0.0+incompatible
13:58:51 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:58:56 + for f in rootlesskit rootlesskit-docker-proxy
13:58:56 + GOBIN=/usr/local/bin
13:58:56 + GO111MODULE=on
13:58:56 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
13:58:58 + return
13:58:58 + RPM_EC=0
13:58:58 ++ jobs -p
13:58:58 + exit 0
13:58:58 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.qQ89xi
13:58:58 + umask 022
13:58:58 + cd /root/rpmbuild/BUILD
13:58:58 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.x86_64 '!=' / ']'
13:58:58 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.x86_64
13:58:58 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.x86_64
13:58:58 + mkdir -p /root/rpmbuild/BUILDROOT
13:58:58 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.x86_64
13:58:58 + cd src
13:58:58 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.x86_64/usr/bin/dockerd-rootless.sh
13:58:58 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.x86_64/usr/bin/dockerd-rootless-setuptool.sh
13:58:58 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.x86_64/usr/bin/rootlesskit
13:58:58 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.x86_64/usr/bin/rootlesskit-docker-proxy
13:58:58 + /usr/lib/rpm/check-buildroot
13:58:58 + /usr/lib/rpm/redhat/brp-ldconfig
13:58:58 + /usr/lib/rpm/brp-compress
13:58:58 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:58:58 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:58:58 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:58:58 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:58:58 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:58:58 + /usr/lib/rpm/brp-python-hardlink
13:58:58 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:58:58 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
13:58:58 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
13:58:58 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.jvxOjf
13:58:58 + umask 022
13:58:58 + cd /root/rpmbuild/BUILD
13:58:58 + cd src
13:58:58 + /usr/local/bin/rootlesskit -v
13:58:58 rootlesskit version 0.14.4
13:58:58 + RPM_EC=0
13:58:58 ++ jobs -p
13:58:58 + exit 0
13:58:58 Processing files: docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.x86_64
13:58:58 Provides: docker-ce-rootless-extras = 0:0.0.0.20220511162217.aa7e414-0.fc34 docker-ce-rootless-extras(x86-64) = 0:0.0.0.20220511162217.aa7e414-0.fc34
13:58:58 Requires(interp): /bin/sh /bin/sh /bin/sh
13:58:58 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:58:58 Requires(post): /bin/sh
13:58:58 Requires(preun): /bin/sh
13:58:58 Requires(postun): /bin/sh
13:58:58 Requires: /usr/bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.32)(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:58 Conflicts: rootlesskit
13:58:58 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.x86_64
13:58:59 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.src.rpm
13:59:05 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.x86_64.rpm
13:59:05 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.VU8Bv9
13:59:05 + umask 022
13:59:05 + cd /root/rpmbuild/BUILD
13:59:05 + cd src
13:59:05 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.x86_64
13:59:05 + RPM_EC=0
13:59:05 ++ jobs -p
13:59:05 + exit 0
13:59:05 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.pmgxIE
13:59:05 + umask 022
13:59:05 + cd /root/rpmbuild/BUILD
13:59:05 + cd /root/rpmbuild/BUILD
13:59:05 + rm -rf src
13:59:05 + /usr/bin/mkdir -p src
13:59:05 + cd src
13:59:05 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:59:05 + /usr/bin/tar -xof -
13:59:05 + STATUS=0
13:59:05 + '[' 0 -ne 0 ']'
13:59:05 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:59:05 + /usr/bin/tar -xof -
13:59:05 + STATUS=0
13:59:05 + '[' 0 -ne 0 ']'
13:59:05 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:59:05 + RPM_EC=0
13:59:05 ++ jobs -p
13:59:05 + exit 0
13:59:05 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.GyzLrM
13:59:05 + umask 022
13:59:05 + cd /root/rpmbuild/BUILD
13:59:05 + cd src
13:59:05 + pushd /root/rpmbuild/BUILD/src/compose
13:59:05 + GOPROXY=https://proxy.golang.org
13:59:05 + GO111MODULE=on
13:59:05 + go mod download
13:59:05 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:59:52 + GOPROXY=https://proxy.golang.org
13:59:52 + GO111MODULE=on
13:59:52 + GIT_TAG=v2.6.0
13:59:52 + make COMPOSE_BINARY=bin/docker-compose -f builder.Makefile compose-plugin
13:59:52 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:00:59 + popd
14:00:59 + RPM_EC=0
14:00:59 ~/rpmbuild/BUILD/src
14:00:59 ++ jobs -p
14:00:59 + exit 0
14:00:59 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.2EAaQR
14:00:59 + umask 022
14:00:59 + cd /root/rpmbuild/BUILD
14:00:59 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.x86_64 '!=' / ']'
14:00:59 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.x86_64
14:00:59 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.x86_64
14:00:59 + mkdir -p /root/rpmbuild/BUILDROOT
14:00:59 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.x86_64
14:00:59 + cd src
14:00:59 + pushd /root/rpmbuild/BUILD/src/compose
14:00:59 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
14:00:59 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-compose
14:00:59 + popd
14:00:59 ~/rpmbuild/BUILD/src
14:00:59 + for f in LICENSE MAINTAINERS NOTICE README.md
14:00:59 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
14:00:59 + for f in LICENSE MAINTAINERS NOTICE README.md
14:00:59 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
14:00:59 + for f in LICENSE MAINTAINERS NOTICE README.md
14:00:59 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
14:00:59 + for f in LICENSE MAINTAINERS NOTICE README.md
14:00:59 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
14:00:59 + /usr/lib/rpm/check-buildroot
14:00:59 + /usr/lib/rpm/redhat/brp-ldconfig
14:00:59 + /usr/lib/rpm/brp-compress
14:00:59 + /usr/lib/rpm/brp-strip /usr/bin/strip
14:00:59 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
14:00:59 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
14:00:59 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
14:00:59 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
14:00:59 + /usr/lib/rpm/brp-python-hardlink
14:00:59 + /usr/lib/rpm/redhat/brp-mangle-shebangs
14:00:59 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.ATELJP
14:00:59 + umask 022
14:00:59 + cd /root/rpmbuild/BUILD
14:00:59 + cd src
14:00:59 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
14:00:59 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
14:00:59 + ver=v2.6.0
14:00:59 + test v2.6.0 = v2.6.0
14:00:59 + echo 'PASS: docker-compose version OK'
14:00:59 + RPM_EC=0
14:00:59 PASS: docker-compose version OK
14:00:59 ++ jobs -p
14:00:59 + exit 0
14:00:59 Processing files: docker-compose-plugin-2.6.0-0.fc34.x86_64
14:00:59 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.z7Vp17
14:00:59 + umask 022
14:00:59 + cd /root/rpmbuild/BUILD
14:00:59 + cd src
14:00:59 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.x86_64/usr/share/doc/docker-compose-plugin
14:00:59 + export LC_ALL=C
14:00:59 + LC_ALL=C
14:00:59 + export DOCDIR
14:00:59 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.x86_64/usr/share/doc/docker-compose-plugin
14:00: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.fc34.x86_64/usr/share/doc/docker-compose-plugin
14:00:59 + RPM_EC=0
14:00:59 ++ jobs -p
14:00:59 + exit 0
14:00:59 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.cedUrE
14:00:59 + umask 022
14:00:59 + cd /root/rpmbuild/BUILD
14:00:59 + cd src
14:00:59 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.x86_64/usr/share/licenses/docker-compose-plugin
14:00:59 + export LC_ALL=C
14:00:59 + LC_ALL=C
14:00:59 + export LICENSEDIR
14:00:59 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.x86_64/usr/share/licenses/docker-compose-plugin
14:00:59 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.x86_64/usr/share/licenses/docker-compose-plugin
14:00:59 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.x86_64/usr/share/licenses/docker-compose-plugin
14:00:59 + RPM_EC=0
14:00:59 ++ jobs -p
14:00:59 + exit 0
14:00:59 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-compose
14:00:59 Provides: docker-compose-plugin = 0:2.6.0-0.fc34 docker-compose-plugin(x86-64) = 0:2.6.0-0.fc34
14:00:59 Requires(interp): /bin/sh /bin/sh /bin/sh
14:00:59 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
14:00:59 Requires(post): /bin/sh
14:00:59 Requires(preun): /bin/sh
14:00:59 Requires(postun): /bin/sh
14:00:59 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.x86_64
14:00:59 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.6.0-0.fc34.src.rpm
14:01:08 Wrote: /root/rpmbuild/RPMS/x86_64/docker-compose-plugin-2.6.0-0.fc34.x86_64.rpm
14:01:08 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.1kWsJ3
14:01:08 + umask 022
14:01:08 + cd /root/rpmbuild/BUILD
14:01:08 + cd src
14:01:08 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.x86_64
14:01:08 + RPM_EC=0
14:01:08 ++ jobs -p
14:01:08 + exit 0
14:01:08 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.8WUpok
14:01:08 + umask 022
14:01:08 + cd /root/rpmbuild/BUILD
14:01:08 + cd /root/rpmbuild/BUILD
14:01:08 + rm -rf src
14:01:08 + /usr/bin/mkdir -p src
14:01:08 + cd src
14:01:08 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
14:01:08 + /usr/bin/tar -xof -
14:01:08 + STATUS=0
14:01:08 + '[' 0 -ne 0 ']'
14:01:08 + /usr/bin/tar -xof -
14:01:08 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
14:01:08 + STATUS=0
14:01:08 + '[' 0 -ne 0 ']'
14:01:08 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
14:01:08 + RPM_EC=0
14:01:08 ++ jobs -p
14:01:08 + exit 0
14:01:08 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.vSlUMh
14:01:08 + umask 022
14:01:08 + cd /root/rpmbuild/BUILD
14:01:08 + cd src
14:01:08 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
14:01:08 + bash -c 'TAG_NAME="v0.17.0" COMMIT="061fe0a" PLATFORM_BINARY=docker-scan make native-build'
14:01:08 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
14:01:08 GO111MODULE=on make -f builder.Makefile build
14:01:08 make[1]: Entering directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
14:01:08 mkdir -p bin
14:01:08 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:08 go: downloading github.com/docker/cli v20.10.9+incompatible
14:01:08 go: downloading github.com/docker/docker v20.10.9+incompatible
14:01:08 go: downloading github.com/spf13/cobra v1.2.1
14:01:08 go: downloading github.com/fvbommel/sortorder v1.0.2
14:01:08 go: downloading golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
14:01:08 go: downloading github.com/docker/distribution v2.7.1+incompatible
14:01:08 go: downloading github.com/theupdateframework/notary v0.7.0
14:01:08 go: downloading github.com/opencontainers/image-spec v1.0.1
14:01:08 go: downloading github.com/Masterminds/semver/v3 v3.1.1
14:01:08 go: downloading github.com/containerd/containerd v1.5.7
14:01:08 go: downloading github.com/moby/sys/mount v0.2.0
14:01:08 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
14:01:08 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
14:01:08 go: downloading google.golang.org/grpc v1.40.0
14:01:09 go: downloading golang.org/x/net v0.0.0-20210825183410-e898025ed96a
14:01:09 go: downloading golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
14:01:09 go: downloading github.com/opencontainers/runc v1.0.2
14:01:09 go: downloading google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
14:01:09 go: downloading google.golang.org/protobuf v1.26.0
14:01:09 go: downloading github.com/prometheus/client_golang v1.7.1
14:01:09 go: downloading github.com/cespare/xxhash/v2 v2.1.1
14:01:09 go: downloading github.com/prometheus/common v0.10.0
14:01:09 go: downloading github.com/prometheus/procfs v0.6.0
14:01:27 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
14:01:27 + popd
14:01:27 + RPM_EC=0
14:01:27 ~/rpmbuild/BUILD/src
14:01:27 ++ jobs -p
14:01:27 + exit 0
14:01:27 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.uLqOjr
14:01:27 + umask 022
14:01:27 + cd /root/rpmbuild/BUILD
14:01:27 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc34.x86_64 '!=' / ']'
14:01:27 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc34.x86_64
14:01:27 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc34.x86_64
14:01:27 + mkdir -p /root/rpmbuild/BUILDROOT
14:01:27 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc34.x86_64
14:01:27 + cd src
14:01:27 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
14:01:27 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
14:01:27 + install -D -p -m 0755 bin/docker-scan /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-scan
14:01:27 ~/rpmbuild/BUILD/src
14:01:27 + popd
14:01:27 + /usr/lib/rpm/check-buildroot
14:01:27 + /usr/lib/rpm/redhat/brp-ldconfig
14:01:27 + /usr/lib/rpm/brp-compress
14:01:27 + /usr/lib/rpm/brp-strip /usr/bin/strip
14:01:27 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
14:01:27 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
14:01:27 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
14:01:27 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
14:01:27 + /usr/lib/rpm/brp-python-hardlink
14:01:27 + /usr/lib/rpm/redhat/brp-mangle-shebangs
14:01:27 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.IEwNrJ
14:01:27 + umask 022
14:01:27 + cd /root/rpmbuild/BUILD
14:01:27 + cd src
14:01:27 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
14:01:27 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
14:01:27 + ver=v0.17.0
14:01:27 + test v0.17.0 = v0.17.0
14:01:27 + echo 'PASS: docker-scan version OK'
14:01:27 + RPM_EC=0
14:01:27 PASS: docker-scan version OK
14:01:27 ++ jobs -p
14:01:27 + exit 0
14:01:27 Processing files: docker-scan-plugin-0.17.0-0.fc34.x86_64
14:01:27 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-scan
14:01:27 Provides: docker-scan-plugin = 0:0.17.0-0.fc34 docker-scan-plugin(x86-64) = 0:0.17.0-0.fc34
14:01:27 Requires(interp): /bin/sh /bin/sh /bin/sh
14:01:27 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
14:01:27 Requires(post): /bin/sh
14:01:27 Requires(preun): /bin/sh
14:01:27 Requires(postun): /bin/sh
14:01:27 Enhances: docker-ce-cli
14:01:27 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc34.x86_64
14:01:27 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.17.0-0.fc34.src.rpm
14:01:30 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.17.0-0.fc34.x86_64.rpm
14:01:30 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.9jpcy0
14:01:30 + umask 022
14:01:30 + cd /root/rpmbuild/BUILD
14:01:30 + cd src
14:01:30 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc34.x86_64
14:01:30 + RPM_EC=0
14:01:30 ++ jobs -p
14:01:30 + exit 0
14:01:36 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-34"
14:01:36 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'