Skip to content

Console Output

11:00:51 + make REF=20.10 fedora-37
11:00:51 git init src/github.com/docker/cli
11:00:51 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
11:00:51 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:00:51 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
11:00:51 + SRC=src/github.com/docker/cli
11:00:51 + REF=20.10
11:00:51 + REF_FETCH=20.10
11:00:51 + + gitawk -C {print $2} src/github.com/docker/cli
11:00:51  ls-remote --refs --heads --tags origin 20.10
11:00:51 + REF=refs/heads/20.10
11:00:51 + [ -n refs/heads/20.10 ]
11:00:51 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
11:00:51 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
11:00:52 From https://github.com/docker/cli
11:00:52  * [new branch]      20.10      -> 20.10
11:00:52  * [new branch]      20.10      -> origin/20.10
11:00:52 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
11:00:52 git init src/github.com/docker/docker
11:00:52 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
11:00:52 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:00:52 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
11:00:52 + SRC=src/github.com/docker/docker
11:00:52 + REF=20.10
11:00:52 + REF_FETCH=20.10
11:00:52 + git -C src/github.com/docker/docker ls-remote --refs+  --heads --tags origin 20.10
11:00:52 awk {print $2}
11:00:52 + REF=refs/heads/20.10
11:00:52 + [ -n refs/heads/20.10 ]
11:00:52 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
11:00:52 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
11:00:53 From https://github.com/docker/docker
11:00:53  * [new branch]      20.10      -> 20.10
11:00:53  * [new branch]      20.10      -> origin/20.10
11:00:53 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
11:00:54 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.19.9 fedora-37
11:00:54 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'
11:00:54 mkdir -p rpmbuild/SOURCES
11:00:54 docker run --rm -w /v \
11:00:54 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
11:00:54 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
11:00:54 	alpine \
11:00:54 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:00:57 mkdir -p rpmbuild/SOURCES
11:00:57 docker run --rm -w /v \
11:00:57 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
11:00:57 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
11:00:57 	alpine \
11:00:57 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:00:59 mkdir -p rpmbuild/SOURCES
11:00:59 cp ../systemd/docker.service rpmbuild/SOURCES/docker.service
11:00:59 mkdir -p rpmbuild/SOURCES
11:00:59 cp ../systemd/docker.socket rpmbuild/SOURCES/docker.socket
11:00:59 docker run --rm -w /v \
11:00:59 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
11:00:59 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
11:00:59 	alpine \
11:00:59 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
11:01:00 == Building packages for fedora-37 ==
11:01:00 mkdir -p "rpmbuild/fedora-37"
11:01:00 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.9-buster -t rpmbuild-fedora-37/x86_64 -f fedora-37/Dockerfile .
11:01:01 #1 [internal] load .dockerignore
11:01:01 #1 transferring context: 2B done
11:01:01 #1 DONE 0.0s
11:01:01 
11:01:01 #2 [internal] load build definition from Dockerfile
11:01:01 #2 transferring dockerfile: 675B done
11:01:01 #2 DONE 0.0s
11:01:01 
11:01:01 #3 [auth] library/fedora:pull token for registry-1.docker.io
11:01:01 #3 DONE 0.0s
11:01:01 
11:01:01 #4 [auth] library/golang:pull token for registry-1.docker.io
11:01:01 #4 DONE 0.0s
11:01:01 
11:01:01 #5 [internal] load metadata for docker.io/library/golang:1.19.9-buster
11:01:01 #5 DONE 0.3s
11:01:01 
11:01:01 #6 [internal] load metadata for docker.io/library/fedora:37
11:01:01 #6 DONE 0.4s
11:01:01 
11:01:01 #7 [internal] load build context
11:01:01 #7 transferring context: 9.70kB done
11:01:01 #7 DONE 0.0s
11:01:01 
11:01:01 #8 [stage-1 1/6] FROM docker.io/library/fedora:37@sha256:6f68b7d404c654bc0ad4323d7ea8aa0aa2705fed7f38964f81baf9d297d23780
11:01:01 #8 resolve docker.io/library/fedora:37@sha256:6f68b7d404c654bc0ad4323d7ea8aa0aa2705fed7f38964f81baf9d297d23780 0.0s done
11:01:01 #8 sha256:6f68b7d404c654bc0ad4323d7ea8aa0aa2705fed7f38964f81baf9d297d23780 975B / 975B done
11:01:01 #8 sha256:e73432261e3322a308dcddb74ddf02fd4645c99f53f22882f1ab67c8631f4183 529B / 529B done
11:01:01 #8 sha256:4b78e5d9fc2ceb03f07ac00272622d381e4c2fc817d95df4b0859bea7809fe11 2.00kB / 2.00kB done
11:01:01 #8 sha256:fa9026e1592ac06edd3db6498693064899cf45b5d86090b8410493ceb2b7f334 0B / 66.32MB 0.1s
11:01:01 #8 sha256:fa9026e1592ac06edd3db6498693064899cf45b5d86090b8410493ceb2b7f334 11.53MB / 66.32MB 0.3s
11:01:01 #8 sha256:fa9026e1592ac06edd3db6498693064899cf45b5d86090b8410493ceb2b7f334 32.51MB / 66.32MB 0.5s
11:01:01 #8 sha256:fa9026e1592ac06edd3db6498693064899cf45b5d86090b8410493ceb2b7f334 38.80MB / 66.32MB 0.6s
11:01:02 #8 sha256:fa9026e1592ac06edd3db6498693064899cf45b5d86090b8410493ceb2b7f334 44.04MB / 66.32MB 0.8s
11:01:02 #8 sha256:fa9026e1592ac06edd3db6498693064899cf45b5d86090b8410493ceb2b7f334 53.48MB / 66.32MB 0.9s
11:01:02 #8 sha256:fa9026e1592ac06edd3db6498693064899cf45b5d86090b8410493ceb2b7f334 60.96MB / 66.32MB 1.1s
11:01:02 #8 sha256:fa9026e1592ac06edd3db6498693064899cf45b5d86090b8410493ceb2b7f334 66.32MB / 66.32MB 1.2s
11:01:02 #8 sha256:fa9026e1592ac06edd3db6498693064899cf45b5d86090b8410493ceb2b7f334 66.32MB / 66.32MB 1.3s done
11:01:02 #8 extracting sha256:fa9026e1592ac06edd3db6498693064899cf45b5d86090b8410493ceb2b7f334 0.1s
11:01:04 #8 extracting sha256:fa9026e1592ac06edd3db6498693064899cf45b5d86090b8410493ceb2b7f334 1.6s done
11:01:04 #8 DONE 3.1s
11:01:04 
11:01:04 #9 [golang 1/1] FROM docker.io/library/golang:1.19.9-buster@sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf
11:01:04 #9 resolve docker.io/library/golang:1.19.9-buster@sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf 0.0s done
11:01:04 #9 sha256:cdc00b4249de9afc7477dcb06f808aba12a978ca09c1f49c75c328777932f4e4 1.58kB / 1.58kB done
11:01:04 #9 sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf 988B / 988B done
11:01:04 #9 sha256:c19b9df43e4d18e088a8c31545a08c5c7479d5629a863d11a3769876843bfcde 6.78kB / 6.78kB done
11:01:04 #9 sha256:dc205c7e6642eb762c821ae2d5356e70a30954ac4ff3c6d012d4463ff2ec8d91 149.07MB / 149.07MB 1.7s done
11:01:04 #9 sha256:01ac335419db1e069547fbe652c44f03eb397c185cc800158d7364b738503fa1 156B / 156B 0.1s done
11:01:04 #9 extracting sha256:dc205c7e6642eb762c821ae2d5356e70a30954ac4ff3c6d012d4463ff2ec8d91 1.3s
11:01:06 #9 extracting sha256:dc205c7e6642eb762c821ae2d5356e70a30954ac4ff3c6d012d4463ff2ec8d91 3.4s done
11:01:06 #9 extracting sha256:01ac335419db1e069547fbe652c44f03eb397c185cc800158d7364b738503fa1
11:01:06 #9 extracting sha256:01ac335419db1e069547fbe652c44f03eb397c185cc800158d7364b738503fa1 done
11:01:06 #9 DONE 5.5s
11:01:06 
11:01:06 #10 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:01:09 #10 4.421 Fedora 37 - x86_64                               21 MB/s |  82 MB     00:03    
11:01:35 #10 30.84 Fedora 37 openh264 (From Cisco) - x86_64        351  B/s | 2.5 kB     00:07    
11:01:36 #10 32.27 Fedora Modular 37 - x86_64                      3.2 MB/s | 3.8 MB     00:01    
11:01:39 #10 34.94 Fedora 37 - x86_64 - Updates                     15 MB/s |  29 MB     00:01    
11:01:49 #10 43.60 Fedora Modular 37 - x86_64 - Updates            2.4 MB/s | 2.9 MB     00:01    
11:01:49 #10 44.50 Last metadata expiration check: 0:00:01 ago on Thu May  4 11:01:47 2023.
11:01:52 #10 47.73 Dependencies resolved.
11:01:52 #10 47.75 ================================================================================
11:01:52 #10 47.75  Package                       Arch     Version                 Repo       Size
11:01:52 #10 47.75 ================================================================================
11:01:52 #10 47.75 Installing:
11:01:52 #10 47.75  dnf-plugins-core              noarch   4.4.0-1.fc37            updates    38 k
11:01:52 #10 47.75  rpm-build                     x86_64   4.18.1-2.fc37           updates    75 k
11:01:52 #10 47.75  rpmlint                       noarch   2.4.0-3.fc37            updates   330 k
11:01:52 #10 47.75 Upgrading:
11:01:52 #10 47.75  elfutils-libelf               x86_64   0.189-2.fc37            updates   195 k
11:01:52 #10 47.75  elfutils-libs                 x86_64   0.189-2.fc37            updates   259 k
11:01:52 #10 47.75  python3-rpm                   x86_64   4.18.1-2.fc37           updates    92 k
11:01:52 #10 47.75  rpm                           x86_64   4.18.1-2.fc37           updates   570 k
11:01:52 #10 47.75  rpm-build-libs                x86_64   4.18.1-2.fc37           updates    92 k
11:01:52 #10 47.75  rpm-libs                      x86_64   4.18.1-2.fc37           updates   318 k
11:01:52 #10 47.75  rpm-sign-libs                 x86_64   4.18.1-2.fc37           updates    25 k
11:01:52 #10 47.75 Installing dependencies:
11:01:52 #10 47.75  ansible-srpm-macros           noarch   1-8.1.fc37              updates   8.6 k
11:01:52 #10 47.75  binutils                      x86_64   2.38-26.fc37            updates   5.4 M
11:01:52 #10 47.75  binutils-gold                 x86_64   2.38-26.fc37            updates   773 k
11:01:52 #10 47.75  bzip2                         x86_64   1.0.8-12.fc37           fedora     52 k
11:01:52 #10 47.75  cpio                          x86_64   2.13-13.fc37            fedora    277 k
11:01:52 #10 47.75  dash                          x86_64   0.5.11.5-2.fc37         fedora     98 k
11:01:52 #10 47.75  dbus-libs                     x86_64   1:1.14.6-1.fc37         updates   155 k
11:01:52 #10 47.75  debugedit                     x86_64   5.0-7.fc37              updates    77 k
11:01:52 #10 47.75  desktop-file-utils            x86_64   0.26-7.fc37             fedora     72 k
11:01:52 #10 47.75  devscripts-checkbashisms      x86_64   2.22.2-3.fc37           fedora     28 k
11:01:52 #10 47.75  diffutils                     x86_64   3.8-3.fc37              fedora    378 k
11:01:52 #10 47.75  dwz                           x86_64   0.14-7.fc37             fedora    129 k
11:01:52 #10 47.75  ed                            x86_64   1.18-2.fc37             fedora     78 k
11:01:52 #10 47.75  efi-srpm-macros               noarch   5-6.fc37                fedora     22 k
11:01:52 #10 47.75  elfutils                      x86_64   0.189-2.fc37            updates   537 k
11:01:52 #10 47.75  elfutils-debuginfod-client    x86_64   0.189-2.fc37            updates    39 k
11:01:52 #10 47.75  emacs-filesystem              noarch   1:28.2-3.fc37           updates   7.5 k
11:01:52 #10 47.75  enchant2                      x86_64   2.3.4-1.fc37            updates    63 k
11:01:52 #10 47.75  file                          x86_64   5.42-4.fc37             fedora     49 k
11:01:52 #10 47.75  fonts-filesystem              noarch   1:2.0.5-9.fc37          fedora    7.9 k
11:01:52 #10 47.75  fonts-srpm-macros             noarch   1:2.0.5-9.fc37          fedora     26 k
11:01:52 #10 47.75  fpc-srpm-macros               noarch   1.3-6.fc37              fedora    7.7 k
11:01:52 #10 47.75  gdb-minimal                   x86_64   13.1-3.fc37             updates   4.2 M
11:01:52 #10 47.75  gdk-pixbuf2                   x86_64   2.42.10-1.fc37          fedora    485 k
11:01:52 #10 47.75  ghc-srpm-macros               noarch   1.6.1-1.fc37            updates   8.0 k
11:01:52 #10 47.75  glibc-gconv-extra             x86_64   2.36-9.fc37             updates   1.6 M
11:01:52 #10 47.75  gnat-srpm-macros              noarch   5-1.fc37                updates   8.3 k
11:01:52 #10 47.75  go-srpm-macros                noarch   3.2.0-1.fc37            fedora     27 k
11:01:52 #10 47.75  groff-base                    x86_64   1.22.4-10.fc37          fedora    1.1 M
11:01:52 #10 47.75  hunspell                      x86_64   1.7.0-21.fc37           fedora    281 k
11:01:52 #10 47.75  hunspell-en-GB                noarch   0.20140811.1-23.fc37    fedora    225 k
11:01:52 #10 47.75  hunspell-en-US                noarch   0.20140811.1-23.fc37    fedora    176 k
11:01:52 #10 47.75  hunspell-filesystem           x86_64   1.7.0-21.fc37           fedora    8.8 k
11:01:52 #10 47.75  js-jquery                     noarch   3.6.0-3.fc37            fedora    171 k
11:01:52 #10 47.75  json-glib                     x86_64   1.6.6-3.fc37            fedora    162 k
11:01:52 #10 47.75  kernel-srpm-macros            noarch   1.0-15.fc37             fedora    9.4 k
11:01:52 #10 47.75  libappstream-glib             x86_64   0.8.1-1.fc37            fedora    404 k
11:01:52 #10 47.75  libjpeg-turbo                 x86_64   2.1.3-2.fc37            fedora    181 k
11:01:52 #10 47.75  libpkgconf                    x86_64   1.8.0-3.fc37            fedora     36 k
11:01:52 #10 47.75  libpng                        x86_64   2:1.6.37-13.fc37        fedora    119 k
11:01:52 #10 47.75  libstemmer                    x86_64   0-19.585svn.fc37        fedora     79 k
11:01:52 #10 47.75  lua-srpm-macros               noarch   1-7.fc37                fedora    8.8 k
11:01:52 #10 47.75  ncurses                       x86_64   6.3-4.20220501.fc37     updates   409 k
11:01:52 #10 47.75  nim-srpm-macros               noarch   3-7.fc37                fedora    8.4 k
11:01:52 #10 47.75  ocaml-srpm-macros             noarch   7-2.fc37                fedora     13 k
11:01:52 #10 47.75  openblas-srpm-macros          noarch   2-12.fc37               fedora    7.5 k
11:01:52 #10 47.75  package-notes-srpm-macros     noarch   0.5-6.fc37              fedora     11 k
11:01:52 #10 47.75  patch                         x86_64   2.7.6-17.fc37           fedora    124 k
11:01:52 #10 47.75  perl-AutoLoader               noarch   5.74-493.fc37           updates    22 k
11:01:52 #10 47.75  perl-B                        x86_64   1.83-493.fc37           updates   182 k
11:01:52 #10 47.75  perl-Carp                     noarch   1.52-489.fc37           fedora     29 k
11:01:52 #10 47.75  perl-Class-Struct             noarch   0.66-493.fc37           updates    23 k
11:01:52 #10 47.75  perl-Data-Dumper              x86_64   2.184-490.fc37          fedora     56 k
11:01:52 #10 47.75  perl-Digest                   noarch   1.20-489.fc37           fedora     26 k
11:01:52 #10 47.75  perl-Digest-MD5               x86_64   2.58-489.fc37           fedora     36 k
11:01:52 #10 47.75  perl-DynaLoader               x86_64   1.52-493.fc37           updates    27 k
11:01:52 #10 47.75  perl-Encode                   x86_64   4:3.19-492.fc37         fedora    1.7 M
11:01:52 #10 47.75  perl-Errno                    x86_64   1.36-493.fc37           updates    16 k
11:01:52 #10 47.75  perl-Exporter                 noarch   5.77-489.fc37           fedora     31 k
11:01:52 #10 47.75  perl-Fcntl                    x86_64   1.15-493.fc37           updates    21 k
11:01:52 #10 47.75  perl-File-Basename            noarch   2.85-493.fc37           updates    18 k
11:01:52 #10 47.75  perl-File-Path                noarch   2.18-489.fc37           fedora     35 k
11:01:52 #10 47.75  perl-File-Temp                noarch   1:0.231.100-489.fc37    fedora     59 k
11:01:52 #10 47.75  perl-File-stat                noarch   1.12-493.fc37           updates    18 k
11:01:52 #10 47.75  perl-FileHandle               noarch   2.03-493.fc37           updates    16 k
11:01:52 #10 47.75  perl-Getopt-Long              noarch   1:2.54-1.fc37           updates    60 k
11:01:52 #10 47.75  perl-Getopt-Std               noarch   1.13-493.fc37           updates    17 k
11:01:52 #10 47.75  perl-HTTP-Tiny                noarch   0.082-1.fc37            fedora     55 k
11:01:52 #10 47.75  perl-IO                       x86_64   1.50-493.fc37           updates    93 k
11:01:52 #10 47.75  perl-IPC-Open3                noarch   1.22-493.fc37           updates    24 k
11:01:52 #10 47.75  perl-MIME-Base64              x86_64   3.16-489.fc37           fedora     30 k
11:01:52 #10 47.75  perl-Net-SSLeay               x86_64   1.92-4.fc37             fedora    362 k
11:01:52 #10 47.75  perl-POSIX                    x86_64   2.03-493.fc37           updates    98 k
11:01:52 #10 47.75  perl-PathTools                x86_64   3.84-489.fc37           fedora     89 k
11:01:52 #10 47.75  perl-Pod-Escapes              noarch   1:1.07-489.fc37         fedora     20 k
11:01:52 #10 47.75  perl-Pod-Perldoc              noarch   3.28.01-490.fc37        fedora     90 k
11:01:52 #10 47.75  perl-Pod-Simple               noarch   1:3.43-490.fc37         fedora    225 k
11:01:52 #10 47.75  perl-Pod-Usage                noarch   4:2.03-3.fc37           fedora     40 k
11:01:52 #10 47.75  perl-Scalar-List-Utils        x86_64   5:1.63-489.fc37         fedora     72 k
11:01:52 #10 47.75  perl-SelectSaver              noarch   1.02-493.fc37           updates    13 k
11:01:52 #10 47.75  perl-Socket                   x86_64   4:2.036-1.fc37          fedora     55 k
11:01:52 #10 47.75  perl-Storable                 x86_64   1:3.26-489.fc37         fedora     97 k
11:01:52 #10 47.75  perl-Symbol                   noarch   1.09-493.fc37           updates    15 k
11:01:52 #10 47.75  perl-Term-ANSIColor           noarch   5.01-490.fc37           fedora     48 k
11:01:52 #10 47.75  perl-Term-Cap                 noarch   1.17-489.fc37           fedora     22 k
11:01:52 #10 47.75  perl-Text-ParseWords          noarch   3.31-489.fc37           fedora     16 k
11:01:52 #10 47.75  perl-Text-Tabs+Wrap           noarch   2021.0814-489.fc37      fedora     22 k
11:01:52 #10 47.75  perl-Time-Local               noarch   2:1.300-489.fc37        fedora     33 k
11:01:52 #10 47.75  perl-URI                      noarch   5.17-1.fc37             updates   123 k
11:01:52 #10 47.75  perl-base                     noarch   2.27-493.fc37           updates    17 k
11:01:52 #10 47.75  perl-constant                 noarch   1.33-490.fc37           fedora     23 k
11:01:52 #10 47.75  perl-if                       noarch   0.61.000-493.fc37       updates    15 k
11:01:52 #10 47.75  perl-interpreter              x86_64   4:5.36.1-493.fc37       updates    73 k
11:01:52 #10 47.75  perl-libnet                   noarch   3.14-490.fc37           fedora    132 k
11:01:52 #10 47.75  perl-libs                     x86_64   4:5.36.1-493.fc37       updates   2.2 M
11:01:52 #10 47.75  perl-mro                      x86_64   1.26-493.fc37           updates    30 k
11:01:52 #10 47.75  perl-overload                 noarch   1.35-493.fc37           updates    47 k
11:01:52 #10 47.75  perl-overloading              noarch   0.02-493.fc37           updates    14 k
11:01:52 #10 47.75  perl-parent                   noarch   1:0.238-489.fc37        fedora     14 k
11:01:52 #10 47.75  perl-podlators                noarch   1:4.14-489.fc37         fedora    116 k
11:01:52 #10 47.75  perl-srpm-macros              noarch   1-46.fc37               fedora    8.3 k
11:01:52 #10 47.75  perl-subs                     noarch   1.04-493.fc37           updates    13 k
11:01:52 #10 47.75  perl-vars                     noarch   1.05-493.fc37           updates    14 k
11:01:52 #10 47.75  pkgconf                       x86_64   1.8.0-3.fc37            fedora     41 k
11:01:52 #10 47.75  pkgconf-m4                    noarch   1.8.0-3.fc37            fedora     14 k
11:01:52 #10 47.75  pkgconf-pkg-config            x86_64   1.8.0-3.fc37            fedora     10 k
11:01:52 #10 47.75  pyproject-srpm-macros         noarch   1.7.0-1.fc37            updates    14 k
11:01:52 #10 47.75  python-srpm-macros            noarch   3.11-5.fc37             updates    24 k
11:01:52 #10 47.75  python3-construct             noarch   2.10.68-3.fc37          fedora    152 k
11:01:52 #10 47.75  python3-dateutil              noarch   1:2.8.2-4.fc37          fedora    361 k
11:01:52 #10 47.75  python3-dbus                  x86_64   1.3.2-1.fc37            updates   157 k
11:01:52 #10 47.75  python3-distro                noarch   1.7.0-3.fc37            fedora     48 k
11:01:52 #10 47.75  python3-dnf-plugins-core      noarch   4.4.0-1.fc37            updates   298 k
11:01:52 #10 47.75  python3-enchant               noarch   3.2.2-5.fc37            fedora    103 k
11:01:52 #10 47.75  python3-file-magic            noarch   5.42-4.fc37             fedora     20 k
11:01:52 #10 47.75  python3-pybeam                noarch   0.7-4.fc37              fedora     32 k
11:01:52 #10 47.75  python3-pyxdg                 noarch   0.27-6.fc37             fedora    135 k
11:01:52 #10 47.75  python3-six                   noarch   1.16.0-8.fc37           fedora     42 k
11:01:52 #10 47.75  python3-systemd               x86_64   235-1.fc37              fedora    108 k
11:01:52 #10 47.75  python3-tomli-w               noarch   1.0.0-4.fc37            fedora     21 k
11:01:52 #10 47.75  python3-zstandard             x86_64   0.19.0-1.fc37           updates   470 k
11:01:52 #10 47.75  qt5-srpm-macros               noarch   5.15.9-1.fc37           updates   8.1 k
11:01:52 #10 47.75  redhat-rpm-config             noarch   229-1.fc37              updates    80 k
11:01:52 #10 47.75  rpmautospec-rpm-macros        noarch   0.3.5-1.fc37            updates   9.3 k
11:01:52 #10 47.75  rpmlint-fedora-license-data   noarch   1.18-1.fc37             updates    21 k
11:01:52 #10 47.75  rust-srpm-macros              noarch   24-1.fc37               updates    12 k
11:01:52 #10 47.75  shared-mime-info              x86_64   2.2-2.fc37              fedora    381 k
11:01:52 #10 47.75  unzip                         x86_64   6.0-58.fc37             fedora    182 k
11:01:52 #10 47.75  web-assets-filesystem         noarch   5-18.fc37               fedora    7.9 k
11:01:52 #10 47.75  xxhash-libs                   x86_64   0.8.1-3.fc37            fedora     41 k
11:01:52 #10 47.75  xz                            x86_64   5.4.1-1.fc37            updates   419 k
11:01:52 #10 47.75  zip                           x86_64   3.0-33.fc37             fedora    259 k
11:01:52 #10 47.75  zstd                          x86_64   1.5.5-1.fc37            updates   476 k
11:01:52 #10 47.75 Installing weak dependencies:
11:01:52 #10 47.75  hunspell-en                   noarch   0.20140811.1-23.fc37    fedora    180 k
11:01:52 #10 47.75  perl-IO-Socket-IP             noarch   0.41-490.fc37           fedora     42 k
11:01:52 #10 47.75  perl-IO-Socket-SSL            noarch   2.075-1.fc37            fedora    221 k
11:01:52 #10 47.75  perl-Mozilla-CA               noarch   20211001-4.fc37         fedora     12 k
11:01:52 #10 47.75  perl-NDBM_File                x86_64   1.15-493.fc37           updates    23 k
11:01:52 #10 47.75  python-systemd-doc            x86_64   235-1.fc37              fedora    167 k
11:01:52 #10 47.75 
11:01:52 #10 47.75 Transaction Summary
11:01:52 #10 47.75 ================================================================================
11:01:52 #10 47.75 Install  142 Packages
11:01:52 #10 47.75 Upgrade    7 Packages
11:01:52 #10 47.75 
11:01:52 #10 47.76 Total download size: 31 M
11:01:52 #10 47.76 Downloading Packages:
11:01:52 #10 48.57 (1/149): bzip2-1.0.8-12.fc37.x86_64.rpm         180 kB/s |  52 kB     00:00    
11:01:52 #10 48.58 (2/149): dash-0.5.11.5-2.fc37.x86_64.rpm        330 kB/s |  98 kB     00:00    
11:01:52 #10 48.59 (3/149): cpio-2.13-13.fc37.x86_64.rpm           913 kB/s | 277 kB     00:00    
11:01:52 #10 48.59 (4/149): desktop-file-utils-0.26-7.fc37.x86_64. 4.2 MB/s |  72 kB     00:00    
11:01:52 #10 48.60 (5/149): devscripts-checkbashisms-2.22.2-3.fc37 1.9 MB/s |  28 kB     00:00    
11:01:52 #10 48.60 (6/149): diffutils-3.8-3.fc37.x86_64.rpm         21 MB/s | 378 kB     00:00    
11:01:52 #10 48.61 (7/149): dwz-0.14-7.fc37.x86_64.rpm              10 MB/s | 129 kB     00:00    
11:01:53 #10 48.61 (8/149): ed-1.18-2.fc37.x86_64.rpm              4.8 MB/s |  78 kB     00:00    
11:01:53 #10 48.62 (9/149): efi-srpm-macros-5-6.fc37.noarch.rpm    1.9 MB/s |  22 kB     00:00    
11:01:53 #10 48.62 (10/149): file-5.42-4.fc37.x86_64.rpm           6.7 MB/s |  49 kB     00:00    
11:01:53 #10 48.62 (11/149): fonts-filesystem-2.0.5-9.fc37.noarch. 818 kB/s | 7.9 kB     00:00    
11:01:53 #10 48.63 (12/149): fonts-srpm-macros-2.0.5-9.fc37.noarch 2.9 MB/s |  26 kB     00:00    
11:01:53 #10 48.63 (13/149): fpc-srpm-macros-1.3-6.fc37.noarch.rpm 1.2 MB/s | 7.7 kB     00:00    
11:01:53 #10 48.64 (14/149): gdk-pixbuf2-2.42.10-1.fc37.x86_64.rpm  36 MB/s | 485 kB     00:00    
11:01:53 #10 48.64 (15/149): go-srpm-macros-3.2.0-1.fc37.noarch.rp 2.0 MB/s |  27 kB     00:00    
11:01:53 #10 48.65 (16/149): hunspell-1.7.0-21.fc37.x86_64.rpm      27 MB/s | 281 kB     00:00    
11:01:53 #10 48.66 (17/149): groff-base-1.22.4-10.fc37.x86_64.rpm   45 MB/s | 1.1 MB     00:00    
11:01:53 #10 48.66 (18/149): hunspell-en-0.20140811.1-23.fc37.noar 7.4 MB/s | 180 kB     00:00    
11:01:53 #10 48.67 (19/149): hunspell-en-GB-0.20140811.1-23.fc37.n  11 MB/s | 225 kB     00:00    
11:01:53 #10 48.68 (20/149): hunspell-en-US-0.20140811.1-23.fc37.n  17 MB/s | 176 kB     00:00    
11:01:53 #10 48.68 (21/149): hunspell-filesystem-1.7.0-21.fc37.x86 706 kB/s | 8.8 kB     00:00    
11:01:53 #10 48.68 (22/149): js-jquery-3.6.0-3.fc37.noarch.rpm      13 MB/s | 171 kB     00:00    
11:01:53 #10 48.69 (23/149): json-glib-1.6.6-3.fc37.x86_64.rpm      16 MB/s | 162 kB     00:00    
11:01:53 #10 48.69 (24/149): kernel-srpm-macros-1.0-15.fc37.noarch 750 kB/s | 9.4 kB     00:00    
11:01:53 #10 48.70 (25/149): libappstream-glib-0.8.1-1.fc37.x86_64  27 MB/s | 404 kB     00:00    
11:01:53 #10 48.71 (26/149): libjpeg-turbo-2.1.3-2.fc37.x86_64.rpm  14 MB/s | 181 kB     00:00    
11:01:53 #10 48.71 (27/149): libpkgconf-1.8.0-3.fc37.x86_64.rpm    2.2 MB/s |  36 kB     00:00    
11:01:53 #10 48.71 (28/149): libpng-1.6.37-13.fc37.x86_64.rpm      8.7 MB/s | 119 kB     00:00    
11:01:53 #10 48.72 (29/149): libstemmer-0-19.585svn.fc37.x86_64.rp 9.3 MB/s |  79 kB     00:00    
11:01:53 #10 48.72 (30/149): lua-srpm-macros-1-7.fc37.noarch.rpm   820 kB/s | 8.8 kB     00:00    
11:01:53 #10 48.72 (31/149): nim-srpm-macros-3-7.fc37.noarch.rpm   901 kB/s | 8.4 kB     00:00    
11:01:53 #10 48.73 (32/149): ocaml-srpm-macros-7-2.fc37.noarch.rpm 1.9 MB/s |  13 kB     00:00    
11:01:53 #10 48.73 (33/149): openblas-srpm-macros-2-12.fc37.noarch 784 kB/s | 7.5 kB     00:00    
11:01:53 #10 48.73 (34/149): package-notes-srpm-macros-0.5-6.fc37. 1.1 MB/s |  11 kB     00:00    
11:01:53 #10 48.74 (35/149): patch-2.7.6-17.fc37.x86_64.rpm         17 MB/s | 124 kB     00:00    
11:01:53 #10 48.74 (36/149): perl-Carp-1.52-489.fc37.noarch.rpm    2.7 MB/s |  29 kB     00:00    
11:01:53 #10 48.75 (37/149): perl-Data-Dumper-2.184-490.fc37.x86_6 4.7 MB/s |  56 kB     00:00    
11:01:53 #10 48.75 (38/149): perl-Digest-MD5-2.58-489.fc37.x86_64. 5.0 MB/s |  36 kB     00:00    
11:01:53 #10 48.76 (39/149): perl-Digest-1.20-489.fc37.noarch.rpm  1.9 MB/s |  26 kB     00:00    
11:01:53 #10 48.77 (40/149): perl-Encode-3.19-492.fc37.x86_64.rpm   71 MB/s | 1.7 MB     00:00    
11:01:53 #10 48.77 (41/149): perl-Exporter-5.77-489.fc37.noarch.rp 1.5 MB/s |  31 kB     00:00    
11:01:53 #10 48.78 (42/149): perl-File-Path-2.18-489.fc37.noarch.r 1.6 MB/s |  35 kB     00:00    
11:01:53 #10 48.78 (43/149): perl-File-Temp-0.231.100-489.fc37.noa 7.5 MB/s |  59 kB     00:00    
11:01:53 #10 48.78 (44/149): perl-HTTP-Tiny-0.082-1.fc37.noarch.rp 5.1 MB/s |  55 kB     00:00    
11:01:53 #10 48.79 (45/149): perl-IO-Socket-IP-0.41-490.fc37.noarc 4.2 MB/s |  42 kB     00:00    
11:01:53 #10 48.79 (46/149): perl-IO-Socket-SSL-2.075-1.fc37.noarc  29 MB/s | 221 kB     00:00    
11:01:53 #10 48.79 (47/149): perl-MIME-Base64-3.16-489.fc37.x86_64 3.0 MB/s |  30 kB     00:00    
11:01:53 #10 48.80 (48/149): perl-Mozilla-CA-20211001-4.fc37.noarc 1.2 MB/s |  12 kB     00:00    
11:01:53 #10 48.81 (49/149): perl-Net-SSLeay-1.92-4.fc37.x86_64.rp  36 MB/s | 362 kB     00:00    
11:01:53 #10 48.81 (50/149): perl-PathTools-3.84-489.fc37.x86_64.r 6.6 MB/s |  89 kB     00:00    
11:01:53 #10 48.81 (51/149): perl-Pod-Escapes-1.07-489.fc37.noarch 1.5 MB/s |  20 kB     00:00    
11:01:53 #10 48.82 (52/149): perl-Pod-Perldoc-3.28.01-490.fc37.noa  10 MB/s |  90 kB     00:00    
11:01:53 #10 48.82 (53/149): perl-Pod-Simple-3.43-490.fc37.noarch.  17 MB/s | 225 kB     00:00    
11:01:53 #10 48.83 (54/149): perl-Pod-Usage-2.03-3.fc37.noarch.rpm 2.9 MB/s |  40 kB     00:00    
11:01:53 #10 48.83 (55/149): perl-Scalar-List-Utils-1.63-489.fc37. 8.6 MB/s |  72 kB     00:00    
11:01:53 #10 48.83 (56/149): perl-Socket-2.036-1.fc37.x86_64.rpm   4.6 MB/s |  55 kB     00:00    
11:01:53 #10 48.84 (57/149): perl-Storable-3.26-489.fc37.x86_64.rp 7.9 MB/s |  97 kB     00:00    
11:01:53 #10 48.84 (58/149): perl-Term-ANSIColor-5.01-490.fc37.noa 4.3 MB/s |  48 kB     00:00    
11:01:53 #10 48.85 (59/149): perl-Term-Cap-1.17-489.fc37.noarch.rp 2.8 MB/s |  22 kB     00:00    
11:01:53 #10 48.85 (60/149): perl-Text-ParseWords-3.31-489.fc37.no 1.3 MB/s |  16 kB     00:00    
11:01:53 #10 48.86 (61/149): perl-Text-Tabs+Wrap-2021.0814-489.fc3 1.7 MB/s |  22 kB     00:00    
11:01:53 #10 48.86 (62/149): perl-constant-1.33-490.fc37.noarch.rp 2.8 MB/s |  23 kB     00:00    
11:01:53 #10 48.86 (63/149): perl-Time-Local-1.300-489.fc37.noarch 2.9 MB/s |  33 kB     00:00    
11:01:53 #10 48.87 (64/149): perl-libnet-3.14-490.fc37.noarch.rpm   12 MB/s | 132 kB     00:00    
11:01:53 #10 48.87 (65/149): perl-parent-0.238-489.fc37.noarch.rpm 1.3 MB/s |  14 kB     00:00    
11:01:53 #10 48.87 (66/149): perl-srpm-macros-1-46.fc37.noarch.rpm 1.3 MB/s | 8.3 kB     00:00    
11:01:53 #10 48.88 (67/149): perl-podlators-4.14-489.fc37.noarch.r  11 MB/s | 116 kB     00:00    
11:01:53 #10 48.88 (68/149): pkgconf-1.8.0-3.fc37.x86_64.rpm       4.0 MB/s |  41 kB     00:00    
11:01:53 #10 48.88 (69/149): pkgconf-m4-1.8.0-3.fc37.noarch.rpm    1.5 MB/s |  14 kB     00:00    
11:01:53 #10 48.89 (70/149): pkgconf-pkg-config-1.8.0-3.fc37.x86_6 1.5 MB/s |  10 kB     00:00    
11:01:53 #10 48.89 (71/149): python-systemd-doc-235-1.fc37.x86_64.  15 MB/s | 167 kB     00:00    
11:01:53 #10 48.90 (72/149): python3-construct-2.10.68-3.fc37.noar  11 MB/s | 152 kB     00:00    
11:01:53 #10 48.90 (73/149): python3-dateutil-2.8.2-4.fc37.noarch.  29 MB/s | 361 kB     00:00    
11:01:53 #10 48.91 (74/149): python3-distro-1.7.0-3.fc37.noarch.rp 3.3 MB/s |  48 kB     00:00    
11:01:53 #10 48.91 (75/149): python3-enchant-3.2.2-5.fc37.noarch.r 7.7 MB/s | 103 kB     00:00    
11:01:53 #10 48.92 (76/149): python3-file-magic-5.42-4.fc37.noarch 2.6 MB/s |  20 kB     00:00    
11:01:53 #10 48.92 (77/149): python3-pybeam-0.7-4.fc37.noarch.rpm  2.9 MB/s |  32 kB     00:00    
11:01:53 #10 48.92 (78/149): python3-pyxdg-0.27-6.fc37.noarch.rpm   11 MB/s | 135 kB     00:00    
11:01:53 #10 48.93 (79/149): python3-systemd-235-1.fc37.x86_64.rpm  12 MB/s | 108 kB     00:00    
11:01:53 #10 48.93 (80/149): python3-six-1.16.0-8.fc37.noarch.rpm  3.4 MB/s |  42 kB     00:00    
11:01:53 #10 48.93 (81/149): python3-tomli-w-1.0.0-4.fc37.noarch.r 1.9 MB/s |  21 kB     00:00    
11:01:53 #10 48.94 (82/149): shared-mime-info-2.2-2.fc37.x86_64.rp  27 MB/s | 381 kB     00:00    
11:01:53 #10 48.95 (83/149): unzip-6.0-58.fc37.x86_64.rpm           15 MB/s | 182 kB     00:00    
11:01:53 #10 48.95 (84/149): web-assets-filesystem-5-18.fc37.noarc 477 kB/s | 7.9 kB     00:00    
11:01:53 #10 48.96 (85/149): xxhash-libs-0.8.1-3.fc37.x86_64.rpm   2.8 MB/s |  41 kB     00:00    
11:01:53 #10 48.96 (86/149): zip-3.0-33.fc37.x86_64.rpm             23 MB/s | 259 kB     00:00    
11:01:53 #10 48.97 (87/149): ansible-srpm-macros-1-8.1.fc37.noarch 626 kB/s | 8.6 kB     00:00    
11:01:53 #10 49.01 (88/149): binutils-2.38-26.fc37.x86_64.rpm      111 MB/s | 5.4 MB     00:00    
11:01:53 #10 49.01 (89/149): dbus-libs-1.14.6-1.fc37.x86_64.rpm    3.5 MB/s | 155 kB     00:00    
11:01:53 #10 49.02 (90/149): binutils-gold-2.38-26.fc37.x86_64.rpm  14 MB/s | 773 kB     00:00    
11:01:53 #10 49.03 (91/149): debugedit-5.0-7.fc37.x86_64.rpm       6.0 MB/s |  77 kB     00:00    
11:01:53 #10 49.03 (92/149): dnf-plugins-core-4.4.0-1.fc37.noarch. 2.3 MB/s |  38 kB     00:00    
11:01:53 #10 49.04 (93/149): elfutils-0.189-2.fc37.x86_64.rpm       32 MB/s | 537 kB     00:00    
11:01:53 #10 49.05 (94/149): elfutils-debuginfod-client-0.189-2.fc 2.9 MB/s |  39 kB     00:00    
11:01:53 #10 49.05 (95/149): emacs-filesystem-28.2-3.fc37.noarch.r 442 kB/s | 7.5 kB     00:00    
11:01:53 #10 49.05 (96/149): enchant2-2.3.4-1.fc37.x86_64.rpm      5.0 MB/s |  63 kB     00:00    
11:01:53 #10 49.06 (97/149): ghc-srpm-macros-1.6.1-1.fc37.noarch.r 783 kB/s | 8.0 kB     00:00    
11:01:53 #10 49.07 (98/149): gnat-srpm-macros-5-1.fc37.noarch.rpm  1.0 MB/s | 8.3 kB     00:00    
11:01:53 #10 49.09 (99/149): gdb-minimal-13.1-3.fc37.x86_64.rpm     93 MB/s | 4.2 MB     00:00    
11:01:53 #10 49.10 (100/149): ncurses-6.3-4.20220501.fc37.x86_64.r  12 MB/s | 409 kB     00:00    
11:01:53 #10 49.12 (101/149): glibc-gconv-extra-2.36-9.fc37.x86_64  25 MB/s | 1.6 MB     00:00    
11:01:53 #10 49.12 (102/149): perl-AutoLoader-5.74-493.fc37.noarch 779 kB/s |  22 kB     00:00    
11:01:53 #10 49.13 (103/149): perl-B-1.83-493.fc37.x86_64.rpm      7.9 MB/s | 182 kB     00:00    
11:01:53 #10 49.13 (104/149): perl-DynaLoader-1.52-493.fc37.x86_64 3.1 MB/s |  27 kB     00:00    
11:01:53 #10 49.14 (105/149): perl-Class-Struct-0.66-493.fc37.noar 1.9 MB/s |  23 kB     00:00    
11:01:53 #10 49.14 (106/149): perl-Errno-1.36-493.fc37.x86_64.rpm  1.6 MB/s |  16 kB     00:00    
11:01:53 #10 49.14 (107/149): perl-Fcntl-1.15-493.fc37.x86_64.rpm  2.4 MB/s |  21 kB     00:00    
11:01:53 #10 49.15 (108/149): perl-File-Basename-2.85-493.fc37.noa 2.9 MB/s |  18 kB     00:00    
11:01:53 #10 49.15 (109/149): perl-File-stat-1.12-493.fc37.noarch. 2.0 MB/s |  18 kB     00:00    
11:01:53 #10 49.15 (110/149): perl-FileHandle-2.03-493.fc37.noarch 1.6 MB/s |  16 kB     00:00    
11:01:53 #10 49.16 (111/149): perl-Getopt-Std-1.13-493.fc37.noarch 2.3 MB/s |  17 kB     00:00    
11:01:53 #10 49.16 (112/149): perl-Getopt-Long-2.54-1.fc37.noarch. 5.5 MB/s |  60 kB     00:00    
11:01:53 #10 49.16 (113/149): perl-IO-1.50-493.fc37.x86_64.rpm     9.3 MB/s |  93 kB     00:00    
11:01:53 #10 49.17 (114/149): perl-IPC-Open3-1.22-493.fc37.noarch. 2.5 MB/s |  24 kB     00:00    
11:01:53 #10 49.17 (115/149): perl-NDBM_File-1.15-493.fc37.x86_64. 3.3 MB/s |  23 kB     00:00    
11:01:53 #10 49.17 (116/149): perl-POSIX-2.03-493.fc37.x86_64.rpm  9.6 MB/s |  98 kB     00:00    
11:01:53 #10 49.18 (117/149): perl-SelectSaver-1.02-493.fc37.noarc 1.2 MB/s |  13 kB     00:00    
11:01:53 #10 49.18 (118/149): perl-Symbol-1.09-493.fc37.noarch.rpm 2.4 MB/s |  15 kB     00:00    
11:01:53 #10 49.18 (119/149): perl-URI-5.17-1.fc37.noarch.rpm       13 MB/s | 123 kB     00:00    
11:01:53 #10 49.19 (120/149): perl-base-2.27-493.fc37.noarch.rpm   1.6 MB/s |  17 kB     00:00    
11:01:53 #10 49.19 (121/149): perl-if-0.61.000-493.fc37.noarch.rpm 2.2 MB/s |  15 kB     00:00    
11:01:53 #10 49.19 (122/149): perl-interpreter-5.36.1-493.fc37.x86 7.3 MB/s |  73 kB     00:00    
11:01:53 #10 49.21 (123/149): perl-libs-5.36.1-493.fc37.x86_64.rpm  89 MB/s | 2.2 MB     00:00    
11:01:53 #10 49.22 (124/149): perl-overload-1.35-493.fc37.noarch.r 2.4 MB/s |  47 kB     00:00    
11:01:53 #10 49.22 (125/149): perl-mro-1.26-493.fc37.x86_64.rpm    1.3 MB/s |  30 kB     00:00    
11:01:53 #10 49.22 (126/149): perl-overloading-0.02-493.fc37.noarc 1.4 MB/s |  14 kB     00:00    
11:01:53 #10 49.23 (127/149): perl-subs-1.04-493.fc37.noarch.rpm   1.2 MB/s |  13 kB     00:00    
11:01:53 #10 49.23 (128/149): perl-vars-1.05-493.fc37.noarch.rpm   2.0 MB/s |  14 kB     00:00    
11:01:53 #10 49.23 (129/149): pyproject-srpm-macros-1.7.0-1.fc37.n 1.5 MB/s |  14 kB     00:00    
11:01:53 #10 49.24 (130/149): python-srpm-macros-3.11-5.fc37.noarc 2.6 MB/s |  24 kB     00:00    
11:01:53 #10 49.24 (131/149): python3-dbus-1.3.2-1.fc37.x86_64.rpm  20 MB/s | 157 kB     00:00    
11:01:53 #10 49.25 (132/149): python3-dnf-plugins-core-4.4.0-1.fc3  21 MB/s | 298 kB     00:00    
11:01:53 #10 49.26 (133/149): python3-zstandard-0.19.0-1.fc37.x86_  23 MB/s | 470 kB     00:00    
11:01:53 #10 49.26 (134/149): qt5-srpm-macros-5.15.9-1.fc37.noarch 726 kB/s | 8.1 kB     00:00    
11:01:53 #10 49.26 (135/149): redhat-rpm-config-229-1.fc37.noarch. 5.2 MB/s |  80 kB     00:00    
11:01:53 #10 49.27 (136/149): rpm-build-4.18.1-2.fc37.x86_64.rpm   5.6 MB/s |  75 kB     00:00    
11:01:53 #10 49.27 (137/149): rpmautospec-rpm-macros-0.3.5-1.fc37. 995 kB/s | 9.3 kB     00:00    
11:01:53 #10 49.28 (138/149): rpmlint-2.4.0-3.fc37.noarch.rpm       20 MB/s | 330 kB     00:00    
11:01:53 #10 49.28 (139/149): rpmlint-fedora-license-data-1.18-1.f 1.5 MB/s |  21 kB     00:00    
11:01:53 #10 49.29 (140/149): xz-5.4.1-1.fc37.x86_64.rpm            34 MB/s | 419 kB     00:00    
11:01:53 #10 49.30 (141/149): rust-srpm-macros-24-1.fc37.noarch.rp 730 kB/s |  12 kB     00:00    
11:01:53 #10 49.30 (142/149): zstd-1.5.5-1.fc37.x86_64.rpm          26 MB/s | 476 kB     00:00    
11:01:53 #10 49.31 (143/149): elfutils-libelf-0.189-2.fc37.x86_64.  13 MB/s | 195 kB     00:00    
11:01:53 #10 49.31 (144/149): elfutils-libs-0.189-2.fc37.x86_64.rp  25 MB/s | 259 kB     00:00    
11:01:53 #10 49.32 (145/149): python3-rpm-4.18.1-2.fc37.x86_64.rpm 6.2 MB/s |  92 kB     00:00    
11:01:53 #10 49.33 (146/149): rpm-4.18.1-2.fc37.x86_64.rpm          30 MB/s | 570 kB     00:00    
11:01:53 #10 49.33 (147/149): rpm-build-libs-4.18.1-2.fc37.x86_64. 6.9 MB/s |  92 kB     00:00    
11:01:53 #10 49.34 (148/149): rpm-libs-4.18.1-2.fc37.x86_64.rpm     16 MB/s | 318 kB     00:00    
11:01:53 #10 49.34 (149/149): rpm-sign-libs-4.18.1-2.fc37.x86_64.r 1.6 MB/s |  25 kB     00:00    
11:01:53 #10 49.35 --------------------------------------------------------------------------------
11:01:53 #10 49.35 Total                                            20 MB/s |  31 MB     00:01     
11:01:55 #10 50.58 Running transaction check
11:01:55 #10 50.66 Transaction check succeeded.
11:01:55 #10 50.66 Running transaction test
11:01:55 #10 51.12 Transaction test succeeded.
11:01:55 #10 51.12 Running transaction
11:01:56 #10 51.91   Preparing        :                                                        1/1 
11:01:56 #10 51.94   Upgrading        : elfutils-libelf-0.189-2.fc37.x86_64                  1/156 
11:01:56 #10 51.95   Upgrading        : rpm-libs-4.18.1-2.fc37.x86_64                        2/156 
11:01:56 #10 51.96   Running scriptlet: rpm-4.18.1-2.fc37.x86_64                             3/156 
11:01:56 #10 52.00   Upgrading        : rpm-4.18.1-2.fc37.x86_64                             3/156 
11:01:56 #10 52.01   Upgrading        : elfutils-libs-0.189-2.fc37.x86_64                    4/156 
11:01:56 #10 52.02   Installing       : elfutils-debuginfod-client-0.189-2.fc37.x86_64       5/156 
11:01:56 #10 52.04   Installing       : binutils-gold-2.38-26.fc37.x86_64                    6/156 
11:01:56 #10 52.13   Installing       : binutils-2.38-26.fc37.x86_64                         7/156 
11:01:56 #10 52.14   Running scriptlet: binutils-2.38-26.fc37.x86_64                         7/156 
11:01:56 #10 52.16   Installing       : python3-six-1.16.0-8.fc37.noarch                     8/156 
11:01:56 #10 52.16   Installing       : hunspell-filesystem-1.7.0-21.fc37.x86_64             9/156 
11:01:56 #10 52.17   Installing       : hunspell-en-GB-0.20140811.1-23.fc37.noarch          10/156 
11:01:56 #10 52.18   Installing       : hunspell-en-0.20140811.1-23.fc37.noarch             11/156 
11:01:56 #10 52.19   Installing       : hunspell-en-US-0.20140811.1-23.fc37.noarch          12/156 
11:01:56 #10 52.20   Installing       : hunspell-1.7.0-21.fc37.x86_64                       13/156 
11:01:56 #10 52.22   Installing       : elfutils-0.189-2.fc37.x86_64                        14/156 
11:01:56 #10 52.23   Upgrading        : rpm-build-libs-4.18.1-2.fc37.x86_64                 15/156 
11:01:56 #10 52.24   Installing       : dwz-0.14-7.fc37.x86_64                              16/156 
11:01:56 #10 52.25   Installing       : xz-5.4.1-1.fc37.x86_64                              17/156 
11:01:56 #10 52.26   Installing       : unzip-6.0-58.fc37.x86_64                            18/156 
11:01:56 #10 52.26   Installing       : file-5.42-4.fc37.x86_64                             19/156 
11:01:56 #10 52.27   Installing       : zip-3.0-33.fc37.x86_64                              20/156 
11:01:56 #10 52.28   Installing       : enchant2-2.3.4-1.fc37.x86_64                        21/156 
11:01:56 #10 52.29   Installing       : python3-enchant-3.2.2-5.fc37.noarch                 22/156 
11:01:56 #10 52.31   Installing       : python3-construct-2.10.68-3.fc37.noarch             23/156 
11:01:56 #10 52.31   Installing       : python3-pybeam-0.7-4.fc37.noarch                    24/156 
11:01:56 #10 52.33   Installing       : python3-dateutil-1:2.8.2-4.fc37.noarch              25/156 
11:01:56 #10 52.34   Installing       : efi-srpm-macros-5-6.fc37.noarch                     26/156 
11:01:56 #10 52.34   Installing       : lua-srpm-macros-1-7.fc37.noarch                     27/156 
11:01:56 #10 52.35   Installing       : rpmautospec-rpm-macros-0.3.5-1.fc37.noarch          28/156 
11:01:56 #10 52.35   Upgrading        : rpm-sign-libs-4.18.1-2.fc37.x86_64                  29/156 
11:01:56 #10 52.36   Upgrading        : python3-rpm-4.18.1-2.fc37.x86_64                    30/156 
11:01:56 #10 52.37   Installing       : zstd-1.5.5-1.fc37.x86_64                            31/156 
11:01:56 #10 52.38   Installing       : rust-srpm-macros-24-1.fc37.noarch                   32/156 
11:01:56 #10 52.38   Installing       : qt5-srpm-macros-5.15.9-1.fc37.noarch                33/156 
11:01:56 #10 52.40   Installing       : python3-zstandard-0.19.0-1.fc37.x86_64              34/156 
11:01:56 #10 52.41   Installing       : pyproject-srpm-macros-1.7.0-1.fc37.noarch           35/156 
11:01:56 #10 52.41   Installing       : ncurses-6.3-4.20220501.fc37.x86_64                  36/156 
11:01:56 #10 52.42   Installing       : gnat-srpm-macros-5-1.fc37.noarch                    37/156 
11:01:56 #10 52.42   Installing       : ghc-srpm-macros-1.6.1-1.fc37.noarch                 38/156 
11:01:56 #10 52.43   Installing       : emacs-filesystem-1:28.2-3.fc37.noarch               39/156 
11:01:56 #10 52.43   Installing       : desktop-file-utils-0.26-7.fc37.x86_64               40/156 
11:01:56 #10 52.44   Installing       : dbus-libs-1:1.14.6-1.fc37.x86_64                    41/156 
11:01:56 #10 52.46   Installing       : python3-dbus-1.3.2-1.fc37.x86_64                    42/156 
11:01:56 #10 52.46   Installing       : ansible-srpm-macros-1-8.1.fc37.noarch               43/156 
11:01:56 #10 52.47   Installing       : xxhash-libs-0.8.1-3.fc37.x86_64                     44/156 
11:01:56 #10 52.55   Installing       : gdb-minimal-13.1-3.fc37.x86_64                      45/156 
11:01:56 #10 52.56   Installing       : debugedit-5.0-7.fc37.x86_64                         46/156 
11:01:56 #10 52.58   Installing       : shared-mime-info-2.2-2.fc37.x86_64                  47/156 
11:01:56 #10 52.59   Running scriptlet: shared-mime-info-2.2-2.fc37.x86_64                  47/156 
11:01:56 #10 52.60   Installing       : python3-tomli-w-1.0.0-4.fc37.noarch                 48/156 
11:01:56 #10 52.61   Installing       : python3-pyxdg-0.27-6.fc37.noarch                    49/156 
11:01:56 #10 52.62   Installing       : python3-file-magic-5.42-4.fc37.noarch               50/156 
11:01:56 #10 52.63   Installing       : python3-distro-1.7.0-3.fc37.noarch                  51/156 
11:01:56 #10 52.63   Installing       : pkgconf-m4-1.8.0-3.fc37.noarch                      52/156 
11:01:56 #10 52.64   Installing       : perl-srpm-macros-1-46.fc37.noarch                   53/156 
11:01:56 #10 52.64   Installing       : package-notes-srpm-macros-0.5-6.fc37.noarch         54/156 
11:01:56 #10 52.65   Installing       : openblas-srpm-macros-2-12.fc37.noarch               55/156 
11:01:57 #10 52.65   Installing       : ocaml-srpm-macros-7-2.fc37.noarch                   56/156 
11:01:57 #10 52.66   Installing       : nim-srpm-macros-3-7.fc37.noarch                     57/156 
11:01:57 #10 52.66   Installing       : libstemmer-0-19.585svn.fc37.x86_64                  58/156 
11:01:57 #10 52.67   Installing       : libpng-2:1.6.37-13.fc37.x86_64                      59/156 
11:01:57 #10 52.68   Installing       : libpkgconf-1.8.0-3.fc37.x86_64                      60/156 
11:01:57 #10 52.68   Installing       : pkgconf-1.8.0-3.fc37.x86_64                         61/156 
11:01:57 #10 52.69   Installing       : pkgconf-pkg-config-1.8.0-3.fc37.x86_64              62/156 
11:01:57 #10 52.69   Installing       : libjpeg-turbo-2.1.3-2.fc37.x86_64                   63/156 
11:01:57 #10 52.71   Installing       : gdk-pixbuf2-2.42.10-1.fc37.x86_64                   64/156 
11:01:57 #10 52.72   Installing       : kernel-srpm-macros-1.0-15.fc37.noarch               65/156 
11:01:57 #10 52.72   Installing       : json-glib-1.6.6-3.fc37.x86_64                       66/156 
11:01:57 #10 52.74   Installing       : libappstream-glib-0.8.1-1.fc37.x86_64               67/156 
11:01:57 #10 52.74   Running scriptlet: groff-base-1.22.4-10.fc37.x86_64                    68/156 
11:01:57 #10 52.79   Installing       : groff-base-1.22.4-10.fc37.x86_64                    68/156 
11:01:57 #10 52.80   Running scriptlet: groff-base-1.22.4-10.fc37.x86_64                    68/156 
11:01:57 #10 52.81   Installing       : perl-Digest-1.20-489.fc37.noarch                    69/156 
11:01:57 #10 52.82   Installing       : perl-Digest-MD5-2.58-489.fc37.x86_64                70/156 
11:01:57 #10 52.83   Installing       : perl-B-1.83-493.fc37.x86_64                         71/156 
11:01:57 #10 52.84   Installing       : perl-FileHandle-2.03-493.fc37.noarch                72/156 
11:01:57 #10 52.84   Installing       : perl-AutoLoader-5.74-493.fc37.noarch                73/156 
11:01:57 #10 52.85   Installing       : perl-Data-Dumper-2.184-490.fc37.x86_64              74/156 
11:01:57 #10 52.85   Installing       : perl-libnet-3.14-490.fc37.noarch                    75/156 
11:01:57 #10 52.86   Installing       : perl-base-2.27-493.fc37.noarch                      76/156 
11:01:57 #10 52.87   Installing       : perl-URI-5.17-1.fc37.noarch                         77/156 
11:01:57 #10 52.89   Installing       : perl-Net-SSLeay-1.92-4.fc37.x86_64                  78/156 
11:01:57 #10 52.90   Installing       : perl-Text-Tabs+Wrap-2021.0814-489.fc37.noarch       79/156 
11:01:57 #10 52.90   Installing       : perl-Time-Local-2:1.300-489.fc37.noarch             80/156 
11:01:57 #10 52.91   Installing       : perl-Mozilla-CA-20211001-4.fc37.noarch              81/156 
11:01:57 #10 52.91   Installing       : perl-if-0.61.000-493.fc37.noarch                    82/156 
11:01:57 #10 52.91   Installing       : perl-IO-Socket-IP-0.41-490.fc37.noarch              83/156 
11:01:57 #10 52.92   Installing       : perl-File-Path-2.18-489.fc37.noarch                 84/156 
11:01:57 #10 52.93   Installing       : perl-IO-Socket-SSL-2.075-1.fc37.noarch              85/156 
11:01:57 #10 52.93   Installing       : perl-Pod-Escapes-1:1.07-489.fc37.noarch             86/156 
11:01:57 #10 52.94   Installing       : perl-Term-ANSIColor-5.01-490.fc37.noarch            87/156 
11:01:57 #10 52.94   Installing       : perl-Class-Struct-0.66-493.fc37.noarch              88/156 
11:01:57 #10 52.95   Installing       : perl-POSIX-2.03-493.fc37.x86_64                     89/156 
11:01:57 #10 52.95   Installing       : perl-IPC-Open3-1.22-493.fc37.noarch                 90/156 
11:01:57 #10 52.96   Installing       : perl-subs-1.04-493.fc37.noarch                      91/156 
11:01:57 #10 52.96   Installing       : perl-File-Temp-1:0.231.100-489.fc37.noarch          92/156 
11:01:57 #10 52.97   Installing       : perl-HTTP-Tiny-0.082-1.fc37.noarch                  93/156 
11:01:57 #10 52.98   Installing       : perl-Term-Cap-1.17-489.fc37.noarch                  94/156 
11:01:57 #10 52.98   Installing       : perl-Pod-Simple-1:3.43-490.fc37.noarch              95/156 
11:01:57 #10 52.99   Installing       : perl-Socket-4:2.036-1.fc37.x86_64                   96/156 
11:01:57 #10 53.00   Installing       : perl-SelectSaver-1.02-493.fc37.noarch               97/156 
11:01:57 #10 53.00   Installing       : perl-Symbol-1.09-493.fc37.noarch                    98/156 
11:01:57 #10 53.01   Installing       : perl-File-stat-1.12-493.fc37.noarch                 99/156 
11:01:57 #10 53.01   Installing       : perl-podlators-1:4.14-489.fc37.noarch              100/156 
11:01:57 #10 53.02   Installing       : perl-Pod-Perldoc-3.28.01-490.fc37.noarch           101/156 
11:01:57 #10 53.02   Installing       : perl-Text-ParseWords-3.31-489.fc37.noarch          102/156 
11:01:57 #10 53.03   Installing       : perl-Fcntl-1.15-493.fc37.x86_64                    103/156 
11:01:57 #10 53.04   Installing       : perl-mro-1.26-493.fc37.x86_64                      104/156 
11:01:57 #10 53.04   Installing       : perl-IO-1.50-493.fc37.x86_64                       105/156 
11:01:57 #10 53.05   Installing       : perl-overloading-0.02-493.fc37.noarch              106/156 
11:01:57 #10 53.06   Installing       : perl-Pod-Usage-4:2.03-3.fc37.noarch                107/156 
11:01:57 #10 53.06   Installing       : perl-MIME-Base64-3.16-489.fc37.x86_64              108/156 
11:01:57 #10 53.07   Installing       : perl-Scalar-List-Utils-5:1.63-489.fc37.x86_64      109/156 
11:01:57 #10 53.08   Installing       : perl-constant-1.33-490.fc37.noarch                 110/156 
11:01:57 #10 53.08   Installing       : perl-parent-1:0.238-489.fc37.noarch                111/156 
11:01:57 #10 53.09   Installing       : perl-Errno-1.36-493.fc37.x86_64                    112/156 
11:01:57 #10 53.09   Installing       : perl-File-Basename-2.85-493.fc37.noarch            113/156 
11:01:57 #10 53.09   Installing       : perl-Getopt-Std-1.13-493.fc37.noarch               114/156 
11:01:57 #10 53.10   Installing       : perl-Storable-1:3.26-489.fc37.x86_64               115/156 
11:01:57 #10 53.11   Installing       : perl-overload-1.35-493.fc37.noarch                 116/156 
11:01:57 #10 53.11   Installing       : perl-vars-1.05-493.fc37.noarch                     117/156 
11:01:57 #10 53.12   Installing       : perl-Getopt-Long-1:2.54-1.fc37.noarch              118/156 
11:01:57 #10 53.12   Installing       : perl-Carp-1.52-489.fc37.noarch                     119/156 
11:01:57 #10 53.12   Installing       : perl-Exporter-5.77-489.fc37.noarch                 120/156 
11:01:57 #10 53.13   Installing       : perl-PathTools-3.84-489.fc37.x86_64                121/156 
11:01:57 #10 53.14   Installing       : perl-NDBM_File-1.15-493.fc37.x86_64                122/156 
11:01:57 #10 53.14   Installing       : perl-DynaLoader-1.52-493.fc37.x86_64               123/156 
11:01:57 #10 53.20   Installing       : perl-Encode-4:3.19-492.fc37.x86_64                 124/156 
11:01:57 #10 53.31   Installing       : perl-libs-4:5.36.1-493.fc37.x86_64                 125/156 
11:01:57 #10 53.32   Installing       : perl-interpreter-4:5.36.1-493.fc37.x86_64          126/156 
11:01:57 #10 53.33   Installing       : devscripts-checkbashisms-2.22.2-3.fc37.x86_64      127/156 
11:01:57 #10 53.33   Installing       : fpc-srpm-macros-1.3-6.fc37.noarch                  128/156 
11:01:57 #10 53.34   Installing       : fonts-srpm-macros-1:2.0.5-9.fc37.noarch            129/156 
11:01:57 #10 53.34   Installing       : go-srpm-macros-3.2.0-1.fc37.noarch                 130/156 
11:01:57 #10 53.35   Installing       : python-srpm-macros-3.11-5.fc37.noarch              131/156 
11:01:57 #10 53.35   Installing       : redhat-rpm-config-229-1.fc37.noarch                132/156 
11:01:57 #10 53.36   Installing       : fonts-filesystem-1:2.0.5-9.fc37.noarch             133/156 
11:01:57 #10 53.36   Installing       : web-assets-filesystem-5-18.fc37.noarch             134/156 
11:01:57 #10 53.37   Installing       : js-jquery-3.6.0-3.fc37.noarch                      135/156 
11:01:57 #10 53.38   Installing       : python-systemd-doc-235-1.fc37.x86_64               136/156 
11:01:57 #10 53.39   Installing       : python3-systemd-235-1.fc37.x86_64                  137/156 
11:01:57 #10 53.40   Installing       : python3-dnf-plugins-core-4.4.0-1.fc37.noarch       138/156 
11:01:57 #10 53.41   Installing       : ed-1.18-2.fc37.x86_64                              139/156 
11:01:57 #10 53.42   Installing       : patch-2.7.6-17.fc37.x86_64                         140/156 
11:01:57 #10 53.43   Installing       : diffutils-3.8-3.fc37.x86_64                        141/156 
11:01:57 #10 53.43   Installing       : dash-0.5.11.5-2.fc37.x86_64                        142/156 
11:01:57 #10 53.44   Running scriptlet: dash-0.5.11.5-2.fc37.x86_64                        142/156 
11:01:57 #10 53.46   Installing       : cpio-2.13-13.fc37.x86_64                           143/156 
11:01:57 #10 53.47   Installing       : bzip2-1.0.8-12.fc37.x86_64                         144/156 
11:01:57 #10 53.48   Installing       : rpm-build-4.18.1-2.fc37.x86_64                     145/156 
11:01:57 #10 53.48   Installing       : rpmlint-fedora-license-data-1.18-1.fc37.noarch     146/156 
11:01:57 #10 53.50   Installing       : rpmlint-2.4.0-3.fc37.noarch                        147/156 
11:01:57 #10 53.51   Installing       : dnf-plugins-core-4.4.0-1.fc37.noarch               148/156 
11:01:57 #10 53.60   Installing       : glibc-gconv-extra-2.36-9.fc37.x86_64               149/156 
11:01:57 #10 53.61   Running scriptlet: glibc-gconv-extra-2.36-9.fc37.x86_64               149/156 
11:01:57 #10 53.62   Cleanup          : python3-rpm-4.18.0-1.fc37.x86_64                   150/156 
11:01:57 #10 53.63   Cleanup          : rpm-build-libs-4.18.0-1.fc37.x86_64                151/156 
11:01:57 #10 53.64   Cleanup          : elfutils-libs-0.189-1.fc37.x86_64                  152/156 
11:01:57 #10 53.64   Cleanup          : rpm-sign-libs-4.18.0-1.fc37.x86_64                 153/156 
11:01:57 #10 53.65   Cleanup          : rpm-4.18.0-1.fc37.x86_64                           154/156 
11:01:57 #10 53.66   Cleanup          : rpm-libs-4.18.0-1.fc37.x86_64                      155/156 
11:01:57 #10 53.67   Cleanup          : elfutils-libelf-0.189-1.fc37.x86_64                156/156 
11:01:57 #10 53.67   Running scriptlet: rpm-4.18.1-2.fc37.x86_64                           156/156 
11:02:01 #10 53.69   Running scriptlet: elfutils-libelf-0.189-1.fc37.x86_64                156/156 
11:02:01 #10 56.69   Verifying        : bzip2-1.0.8-12.fc37.x86_64                           1/156 
11:02:01 #10 56.69   Verifying        : cpio-2.13-13.fc37.x86_64                             2/156 
11:02:01 #10 56.69   Verifying        : dash-0.5.11.5-2.fc37.x86_64                          3/156 
11:02:01 #10 56.69   Verifying        : desktop-file-utils-0.26-7.fc37.x86_64                4/156 
11:02:01 #10 56.69   Verifying        : devscripts-checkbashisms-2.22.2-3.fc37.x86_64        5/156 
11:02:01 #10 56.69   Verifying        : diffutils-3.8-3.fc37.x86_64                          6/156 
11:02:01 #10 56.69   Verifying        : dwz-0.14-7.fc37.x86_64                               7/156 
11:02:01 #10 56.69   Verifying        : ed-1.18-2.fc37.x86_64                                8/156 
11:02:01 #10 56.69   Verifying        : efi-srpm-macros-5-6.fc37.noarch                      9/156 
11:02:01 #10 56.69   Verifying        : file-5.42-4.fc37.x86_64                             10/156 
11:02:01 #10 56.69   Verifying        : fonts-filesystem-1:2.0.5-9.fc37.noarch              11/156 
11:02:01 #10 56.69   Verifying        : fonts-srpm-macros-1:2.0.5-9.fc37.noarch             12/156 
11:02:01 #10 56.69   Verifying        : fpc-srpm-macros-1.3-6.fc37.noarch                   13/156 
11:02:01 #10 56.69   Verifying        : gdk-pixbuf2-2.42.10-1.fc37.x86_64                   14/156 
11:02:01 #10 56.69   Verifying        : go-srpm-macros-3.2.0-1.fc37.noarch                  15/156 
11:02:01 #10 56.69   Verifying        : groff-base-1.22.4-10.fc37.x86_64                    16/156 
11:02:01 #10 56.69   Verifying        : hunspell-1.7.0-21.fc37.x86_64                       17/156 
11:02:01 #10 56.69   Verifying        : hunspell-en-0.20140811.1-23.fc37.noarch             18/156 
11:02:01 #10 56.69   Verifying        : hunspell-en-GB-0.20140811.1-23.fc37.noarch          19/156 
11:02:01 #10 56.69   Verifying        : hunspell-en-US-0.20140811.1-23.fc37.noarch          20/156 
11:02:01 #10 56.69   Verifying        : hunspell-filesystem-1.7.0-21.fc37.x86_64            21/156 
11:02:01 #10 56.69   Verifying        : js-jquery-3.6.0-3.fc37.noarch                       22/156 
11:02:01 #10 56.69   Verifying        : json-glib-1.6.6-3.fc37.x86_64                       23/156 
11:02:01 #10 56.69   Verifying        : kernel-srpm-macros-1.0-15.fc37.noarch               24/156 
11:02:01 #10 56.69   Verifying        : libappstream-glib-0.8.1-1.fc37.x86_64               25/156 
11:02:01 #10 56.69   Verifying        : libjpeg-turbo-2.1.3-2.fc37.x86_64                   26/156 
11:02:01 #10 56.69   Verifying        : libpkgconf-1.8.0-3.fc37.x86_64                      27/156 
11:02:01 #10 56.69   Verifying        : libpng-2:1.6.37-13.fc37.x86_64                      28/156 
11:02:01 #10 56.69   Verifying        : libstemmer-0-19.585svn.fc37.x86_64                  29/156 
11:02:01 #10 56.69   Verifying        : lua-srpm-macros-1-7.fc37.noarch                     30/156 
11:02:01 #10 56.69   Verifying        : nim-srpm-macros-3-7.fc37.noarch                     31/156 
11:02:01 #10 56.69   Verifying        : ocaml-srpm-macros-7-2.fc37.noarch                   32/156 
11:02:01 #10 56.69   Verifying        : openblas-srpm-macros-2-12.fc37.noarch               33/156 
11:02:01 #10 56.69   Verifying        : package-notes-srpm-macros-0.5-6.fc37.noarch         34/156 
11:02:01 #10 56.69   Verifying        : patch-2.7.6-17.fc37.x86_64                          35/156 
11:02:01 #10 56.69   Verifying        : perl-Carp-1.52-489.fc37.noarch                      36/156 
11:02:01 #10 56.69   Verifying        : perl-Data-Dumper-2.184-490.fc37.x86_64              37/156 
11:02:01 #10 56.69   Verifying        : perl-Digest-1.20-489.fc37.noarch                    38/156 
11:02:01 #10 56.69   Verifying        : perl-Digest-MD5-2.58-489.fc37.x86_64                39/156 
11:02:01 #10 56.69   Verifying        : perl-Encode-4:3.19-492.fc37.x86_64                  40/156 
11:02:01 #10 56.69   Verifying        : perl-Exporter-5.77-489.fc37.noarch                  41/156 
11:02:01 #10 56.69   Verifying        : perl-File-Path-2.18-489.fc37.noarch                 42/156 
11:02:01 #10 56.69   Verifying        : perl-File-Temp-1:0.231.100-489.fc37.noarch          43/156 
11:02:01 #10 56.69   Verifying        : perl-HTTP-Tiny-0.082-1.fc37.noarch                  44/156 
11:02:01 #10 56.69   Verifying        : perl-IO-Socket-IP-0.41-490.fc37.noarch              45/156 
11:02:01 #10 56.69   Verifying        : perl-IO-Socket-SSL-2.075-1.fc37.noarch              46/156 
11:02:01 #10 56.69   Verifying        : perl-MIME-Base64-3.16-489.fc37.x86_64               47/156 
11:02:01 #10 56.69   Verifying        : perl-Mozilla-CA-20211001-4.fc37.noarch              48/156 
11:02:01 #10 56.69   Verifying        : perl-Net-SSLeay-1.92-4.fc37.x86_64                  49/156 
11:02:01 #10 56.69   Verifying        : perl-PathTools-3.84-489.fc37.x86_64                 50/156 
11:02:01 #10 56.69   Verifying        : perl-Pod-Escapes-1:1.07-489.fc37.noarch             51/156 
11:02:01 #10 56.69   Verifying        : perl-Pod-Perldoc-3.28.01-490.fc37.noarch            52/156 
11:02:01 #10 56.69   Verifying        : perl-Pod-Simple-1:3.43-490.fc37.noarch              53/156 
11:02:01 #10 56.69   Verifying        : perl-Pod-Usage-4:2.03-3.fc37.noarch                 54/156 
11:02:01 #10 56.69   Verifying        : perl-Scalar-List-Utils-5:1.63-489.fc37.x86_64       55/156 
11:02:01 #10 56.69   Verifying        : perl-Socket-4:2.036-1.fc37.x86_64                   56/156 
11:02:01 #10 56.69   Verifying        : perl-Storable-1:3.26-489.fc37.x86_64                57/156 
11:02:01 #10 56.69   Verifying        : perl-Term-ANSIColor-5.01-490.fc37.noarch            58/156 
11:02:01 #10 56.69   Verifying        : perl-Term-Cap-1.17-489.fc37.noarch                  59/156 
11:02:01 #10 56.69   Verifying        : perl-Text-ParseWords-3.31-489.fc37.noarch           60/156 
11:02:01 #10 56.69   Verifying        : perl-Text-Tabs+Wrap-2021.0814-489.fc37.noarch       61/156 
11:02:01 #10 56.69   Verifying        : perl-Time-Local-2:1.300-489.fc37.noarch             62/156 
11:02:01 #10 56.69   Verifying        : perl-constant-1.33-490.fc37.noarch                  63/156 
11:02:01 #10 56.69   Verifying        : perl-libnet-3.14-490.fc37.noarch                    64/156 
11:02:01 #10 56.69   Verifying        : perl-parent-1:0.238-489.fc37.noarch                 65/156 
11:02:01 #10 56.69   Verifying        : perl-podlators-1:4.14-489.fc37.noarch               66/156 
11:02:01 #10 56.69   Verifying        : perl-srpm-macros-1-46.fc37.noarch                   67/156 
11:02:01 #10 56.69   Verifying        : pkgconf-1.8.0-3.fc37.x86_64                         68/156 
11:02:01 #10 56.69   Verifying        : pkgconf-m4-1.8.0-3.fc37.noarch                      69/156 
11:02:01 #10 56.69   Verifying        : pkgconf-pkg-config-1.8.0-3.fc37.x86_64              70/156 
11:02:01 #10 56.69   Verifying        : python-systemd-doc-235-1.fc37.x86_64                71/156 
11:02:01 #10 56.69   Verifying        : python3-construct-2.10.68-3.fc37.noarch             72/156 
11:02:01 #10 56.69   Verifying        : python3-dateutil-1:2.8.2-4.fc37.noarch              73/156 
11:02:01 #10 56.69   Verifying        : python3-distro-1.7.0-3.fc37.noarch                  74/156 
11:02:01 #10 56.69   Verifying        : python3-enchant-3.2.2-5.fc37.noarch                 75/156 
11:02:01 #10 56.69   Verifying        : python3-file-magic-5.42-4.fc37.noarch               76/156 
11:02:01 #10 56.69   Verifying        : python3-pybeam-0.7-4.fc37.noarch                    77/156 
11:02:01 #10 56.69   Verifying        : python3-pyxdg-0.27-6.fc37.noarch                    78/156 
11:02:01 #10 56.69   Verifying        : python3-six-1.16.0-8.fc37.noarch                    79/156 
11:02:01 #10 56.69   Verifying        : python3-systemd-235-1.fc37.x86_64                   80/156 
11:02:01 #10 56.69   Verifying        : python3-tomli-w-1.0.0-4.fc37.noarch                 81/156 
11:02:01 #10 56.69   Verifying        : shared-mime-info-2.2-2.fc37.x86_64                  82/156 
11:02:01 #10 56.69   Verifying        : unzip-6.0-58.fc37.x86_64                            83/156 
11:02:01 #10 56.69   Verifying        : web-assets-filesystem-5-18.fc37.noarch              84/156 
11:02:01 #10 56.69   Verifying        : xxhash-libs-0.8.1-3.fc37.x86_64                     85/156 
11:02:01 #10 56.69   Verifying        : zip-3.0-33.fc37.x86_64                              86/156 
11:02:01 #10 56.69   Verifying        : ansible-srpm-macros-1-8.1.fc37.noarch               87/156 
11:02:01 #10 56.69   Verifying        : binutils-2.38-26.fc37.x86_64                        88/156 
11:02:01 #10 56.69   Verifying        : binutils-gold-2.38-26.fc37.x86_64                   89/156 
11:02:01 #10 56.69   Verifying        : dbus-libs-1:1.14.6-1.fc37.x86_64                    90/156 
11:02:01 #10 56.69   Verifying        : debugedit-5.0-7.fc37.x86_64                         91/156 
11:02:01 #10 56.69   Verifying        : dnf-plugins-core-4.4.0-1.fc37.noarch                92/156 
11:02:01 #10 56.70   Verifying        : elfutils-0.189-2.fc37.x86_64                        93/156 
11:02:01 #10 56.70   Verifying        : elfutils-debuginfod-client-0.189-2.fc37.x86_64      94/156 
11:02:01 #10 56.70   Verifying        : emacs-filesystem-1:28.2-3.fc37.noarch               95/156 
11:02:01 #10 56.70   Verifying        : enchant2-2.3.4-1.fc37.x86_64                        96/156 
11:02:01 #10 56.70   Verifying        : gdb-minimal-13.1-3.fc37.x86_64                      97/156 
11:02:01 #10 56.70   Verifying        : ghc-srpm-macros-1.6.1-1.fc37.noarch                 98/156 
11:02:01 #10 56.70   Verifying        : glibc-gconv-extra-2.36-9.fc37.x86_64                99/156 
11:02:01 #10 56.70   Verifying        : gnat-srpm-macros-5-1.fc37.noarch                   100/156 
11:02:01 #10 56.70   Verifying        : ncurses-6.3-4.20220501.fc37.x86_64                 101/156 
11:02:01 #10 56.70   Verifying        : perl-AutoLoader-5.74-493.fc37.noarch               102/156 
11:02:01 #10 56.70   Verifying        : perl-B-1.83-493.fc37.x86_64                        103/156 
11:02:01 #10 56.70   Verifying        : perl-Class-Struct-0.66-493.fc37.noarch             104/156 
11:02:01 #10 56.70   Verifying        : perl-DynaLoader-1.52-493.fc37.x86_64               105/156 
11:02:01 #10 56.70   Verifying        : perl-Errno-1.36-493.fc37.x86_64                    106/156 
11:02:01 #10 56.70   Verifying        : perl-Fcntl-1.15-493.fc37.x86_64                    107/156 
11:02:01 #10 56.70   Verifying        : perl-File-Basename-2.85-493.fc37.noarch            108/156 
11:02:01 #10 56.70   Verifying        : perl-File-stat-1.12-493.fc37.noarch                109/156 
11:02:01 #10 56.70   Verifying        : perl-FileHandle-2.03-493.fc37.noarch               110/156 
11:02:01 #10 56.70   Verifying        : perl-Getopt-Long-1:2.54-1.fc37.noarch              111/156 
11:02:01 #10 56.70   Verifying        : perl-Getopt-Std-1.13-493.fc37.noarch               112/156 
11:02:01 #10 56.70   Verifying        : perl-IO-1.50-493.fc37.x86_64                       113/156 
11:02:01 #10 56.70   Verifying        : perl-IPC-Open3-1.22-493.fc37.noarch                114/156 
11:02:01 #10 56.70   Verifying        : perl-NDBM_File-1.15-493.fc37.x86_64                115/156 
11:02:01 #10 56.70   Verifying        : perl-POSIX-2.03-493.fc37.x86_64                    116/156 
11:02:01 #10 56.70   Verifying        : perl-SelectSaver-1.02-493.fc37.noarch              117/156 
11:02:01 #10 56.70   Verifying        : perl-Symbol-1.09-493.fc37.noarch                   118/156 
11:02:01 #10 56.70   Verifying        : perl-URI-5.17-1.fc37.noarch                        119/156 
11:02:01 #10 56.70   Verifying        : perl-base-2.27-493.fc37.noarch                     120/156 
11:02:01 #10 56.70   Verifying        : perl-if-0.61.000-493.fc37.noarch                   121/156 
11:02:01 #10 56.70   Verifying        : perl-interpreter-4:5.36.1-493.fc37.x86_64          122/156 
11:02:01 #10 56.70   Verifying        : perl-libs-4:5.36.1-493.fc37.x86_64                 123/156 
11:02:01 #10 56.70   Verifying        : perl-mro-1.26-493.fc37.x86_64                      124/156 
11:02:01 #10 56.70   Verifying        : perl-overload-1.35-493.fc37.noarch                 125/156 
11:02:01 #10 56.70   Verifying        : perl-overloading-0.02-493.fc37.noarch              126/156 
11:02:01 #10 56.70   Verifying        : perl-subs-1.04-493.fc37.noarch                     127/156 
11:02:01 #10 56.70   Verifying        : perl-vars-1.05-493.fc37.noarch                     128/156 
11:02:01 #10 56.70   Verifying        : pyproject-srpm-macros-1.7.0-1.fc37.noarch          129/156 
11:02:01 #10 56.70   Verifying        : python-srpm-macros-3.11-5.fc37.noarch              130/156 
11:02:01 #10 56.70   Verifying        : python3-dbus-1.3.2-1.fc37.x86_64                   131/156 
11:02:01 #10 56.70   Verifying        : python3-dnf-plugins-core-4.4.0-1.fc37.noarch       132/156 
11:02:01 #10 56.70   Verifying        : python3-zstandard-0.19.0-1.fc37.x86_64             133/156 
11:02:01 #10 56.70   Verifying        : qt5-srpm-macros-5.15.9-1.fc37.noarch               134/156 
11:02:01 #10 56.70   Verifying        : redhat-rpm-config-229-1.fc37.noarch                135/156 
11:02:01 #10 56.70   Verifying        : rpm-build-4.18.1-2.fc37.x86_64                     136/156 
11:02:01 #10 56.70   Verifying        : rpmautospec-rpm-macros-0.3.5-1.fc37.noarch         137/156 
11:02:01 #10 56.70   Verifying        : rpmlint-2.4.0-3.fc37.noarch                        138/156 
11:02:01 #10 56.70   Verifying        : rpmlint-fedora-license-data-1.18-1.fc37.noarch     139/156 
11:02:01 #10 56.70   Verifying        : rust-srpm-macros-24-1.fc37.noarch                  140/156 
11:02:01 #10 56.70   Verifying        : xz-5.4.1-1.fc37.x86_64                             141/156 
11:02:01 #10 56.70   Verifying        : zstd-1.5.5-1.fc37.x86_64                           142/156 
11:02:01 #10 56.70   Verifying        : elfutils-libelf-0.189-2.fc37.x86_64                143/156 
11:02:01 #10 56.70   Verifying        : elfutils-libelf-0.189-1.fc37.x86_64                144/156 
11:02:01 #10 56.70   Verifying        : elfutils-libs-0.189-2.fc37.x86_64                  145/156 
11:02:01 #10 56.70   Verifying        : elfutils-libs-0.189-1.fc37.x86_64                  146/156 
11:02:01 #10 56.70   Verifying        : python3-rpm-4.18.1-2.fc37.x86_64                   147/156 
11:02:01 #10 56.70   Verifying        : python3-rpm-4.18.0-1.fc37.x86_64                   148/156 
11:02:01 #10 56.70   Verifying        : rpm-4.18.1-2.fc37.x86_64                           149/156 
11:02:01 #10 56.70   Verifying        : rpm-4.18.0-1.fc37.x86_64                           150/156 
11:02:01 #10 56.70   Verifying        : rpm-build-libs-4.18.1-2.fc37.x86_64                151/156 
11:02:01 #10 56.70   Verifying        : rpm-build-libs-4.18.0-1.fc37.x86_64                152/156 
11:02:01 #10 56.70   Verifying        : rpm-libs-4.18.1-2.fc37.x86_64                      153/156 
11:02:01 #10 56.70   Verifying        : rpm-libs-4.18.0-1.fc37.x86_64                      154/156 
11:02:01 #10 56.70   Verifying        : rpm-sign-libs-4.18.1-2.fc37.x86_64                 155/156 
11:02:01 #10 56.70   Verifying        : rpm-sign-libs-4.18.0-1.fc37.x86_64                 156/156 
11:02:01 #10 56.87 
11:02:01 #10 56.87 Upgraded:
11:02:01 #10 56.87   elfutils-libelf-0.189-2.fc37.x86_64     elfutils-libs-0.189-2.fc37.x86_64    
11:02:01 #10 56.87   python3-rpm-4.18.1-2.fc37.x86_64        rpm-4.18.1-2.fc37.x86_64             
11:02:01 #10 56.87   rpm-build-libs-4.18.1-2.fc37.x86_64     rpm-libs-4.18.1-2.fc37.x86_64        
11:02:01 #10 56.87   rpm-sign-libs-4.18.1-2.fc37.x86_64     
11:02:01 #10 56.87 Installed:
11:02:01 #10 56.87   ansible-srpm-macros-1-8.1.fc37.noarch                                         
11:02:01 #10 56.87   binutils-2.38-26.fc37.x86_64                                                  
11:02:01 #10 56.87   binutils-gold-2.38-26.fc37.x86_64                                             
11:02:01 #10 56.87   bzip2-1.0.8-12.fc37.x86_64                                                    
11:02:01 #10 56.87   cpio-2.13-13.fc37.x86_64                                                      
11:02:01 #10 56.87   dash-0.5.11.5-2.fc37.x86_64                                                   
11:02:01 #10 56.87   dbus-libs-1:1.14.6-1.fc37.x86_64                                              
11:02:01 #10 56.87   debugedit-5.0-7.fc37.x86_64                                                   
11:02:01 #10 56.87   desktop-file-utils-0.26-7.fc37.x86_64                                         
11:02:01 #10 56.87   devscripts-checkbashisms-2.22.2-3.fc37.x86_64                                 
11:02:01 #10 56.87   diffutils-3.8-3.fc37.x86_64                                                   
11:02:01 #10 56.87   dnf-plugins-core-4.4.0-1.fc37.noarch                                          
11:02:01 #10 56.87   dwz-0.14-7.fc37.x86_64                                                        
11:02:01 #10 56.87   ed-1.18-2.fc37.x86_64                                                         
11:02:01 #10 56.87   efi-srpm-macros-5-6.fc37.noarch                                               
11:02:01 #10 56.87   elfutils-0.189-2.fc37.x86_64                                                  
11:02:01 #10 56.87   elfutils-debuginfod-client-0.189-2.fc37.x86_64                                
11:02:01 #10 56.87   emacs-filesystem-1:28.2-3.fc37.noarch                                         
11:02:01 #10 56.87   enchant2-2.3.4-1.fc37.x86_64                                                  
11:02:01 #10 56.87   file-5.42-4.fc37.x86_64                                                       
11:02:01 #10 56.87   fonts-filesystem-1:2.0.5-9.fc37.noarch                                        
11:02:01 #10 56.87   fonts-srpm-macros-1:2.0.5-9.fc37.noarch                                       
11:02:01 #10 56.87   fpc-srpm-macros-1.3-6.fc37.noarch                                             
11:02:01 #10 56.87   gdb-minimal-13.1-3.fc37.x86_64                                                
11:02:01 #10 56.87   gdk-pixbuf2-2.42.10-1.fc37.x86_64                                             
11:02:01 #10 56.87   ghc-srpm-macros-1.6.1-1.fc37.noarch                                           
11:02:01 #10 56.87   glibc-gconv-extra-2.36-9.fc37.x86_64                                          
11:02:01 #10 56.87   gnat-srpm-macros-5-1.fc37.noarch                                              
11:02:01 #10 56.87   go-srpm-macros-3.2.0-1.fc37.noarch                                            
11:02:01 #10 56.87   groff-base-1.22.4-10.fc37.x86_64                                              
11:02:01 #10 56.87   hunspell-1.7.0-21.fc37.x86_64                                                 
11:02:01 #10 56.87   hunspell-en-0.20140811.1-23.fc37.noarch                                       
11:02:01 #10 56.87   hunspell-en-GB-0.20140811.1-23.fc37.noarch                                    
11:02:01 #10 56.87   hunspell-en-US-0.20140811.1-23.fc37.noarch                                    
11:02:01 #10 56.87   hunspell-filesystem-1.7.0-21.fc37.x86_64                                      
11:02:01 #10 56.87   js-jquery-3.6.0-3.fc37.noarch                                                 
11:02:01 #10 56.87   json-glib-1.6.6-3.fc37.x86_64                                                 
11:02:01 #10 56.87   kernel-srpm-macros-1.0-15.fc37.noarch                                         
11:02:01 #10 56.87   libappstream-glib-0.8.1-1.fc37.x86_64                                         
11:02:01 #10 56.87   libjpeg-turbo-2.1.3-2.fc37.x86_64                                             
11:02:01 #10 56.87   libpkgconf-1.8.0-3.fc37.x86_64                                                
11:02:01 #10 56.87   libpng-2:1.6.37-13.fc37.x86_64                                                
11:02:01 #10 56.87   libstemmer-0-19.585svn.fc37.x86_64                                            
11:02:01 #10 56.87   lua-srpm-macros-1-7.fc37.noarch                                               
11:02:01 #10 56.87   ncurses-6.3-4.20220501.fc37.x86_64                                            
11:02:01 #10 56.87   nim-srpm-macros-3-7.fc37.noarch                                               
11:02:01 #10 56.87   ocaml-srpm-macros-7-2.fc37.noarch                                             
11:02:01 #10 56.87   openblas-srpm-macros-2-12.fc37.noarch                                         
11:02:01 #10 56.87   package-notes-srpm-macros-0.5-6.fc37.noarch                                   
11:02:01 #10 56.87   patch-2.7.6-17.fc37.x86_64                                                    
11:02:01 #10 56.87   perl-AutoLoader-5.74-493.fc37.noarch                                          
11:02:01 #10 56.87   perl-B-1.83-493.fc37.x86_64                                                   
11:02:01 #10 56.87   perl-Carp-1.52-489.fc37.noarch                                                
11:02:01 #10 56.87   perl-Class-Struct-0.66-493.fc37.noarch                                        
11:02:01 #10 56.87   perl-Data-Dumper-2.184-490.fc37.x86_64                                        
11:02:01 #10 56.87   perl-Digest-1.20-489.fc37.noarch                                              
11:02:01 #10 56.87   perl-Digest-MD5-2.58-489.fc37.x86_64                                          
11:02:01 #10 56.87   perl-DynaLoader-1.52-493.fc37.x86_64                                          
11:02:01 #10 56.87   perl-Encode-4:3.19-492.fc37.x86_64                                            
11:02:01 #10 56.87   perl-Errno-1.36-493.fc37.x86_64                                               
11:02:01 #10 56.87   perl-Exporter-5.77-489.fc37.noarch                                            
11:02:01 #10 56.87   perl-Fcntl-1.15-493.fc37.x86_64                                               
11:02:01 #10 56.87   perl-File-Basename-2.85-493.fc37.noarch                                       
11:02:01 #10 56.87   perl-File-Path-2.18-489.fc37.noarch                                           
11:02:01 #10 56.87   perl-File-Temp-1:0.231.100-489.fc37.noarch                                    
11:02:01 #10 56.87   perl-File-stat-1.12-493.fc37.noarch                                           
11:02:01 #10 56.87   perl-FileHandle-2.03-493.fc37.noarch                                          
11:02:01 #10 56.87   perl-Getopt-Long-1:2.54-1.fc37.noarch                                         
11:02:01 #10 56.87   perl-Getopt-Std-1.13-493.fc37.noarch                                          
11:02:01 #10 56.87   perl-HTTP-Tiny-0.082-1.fc37.noarch                                            
11:02:01 #10 56.87   perl-IO-1.50-493.fc37.x86_64                                                  
11:02:01 #10 56.87   perl-IO-Socket-IP-0.41-490.fc37.noarch                                        
11:02:01 #10 56.87   perl-IO-Socket-SSL-2.075-1.fc37.noarch                                        
11:02:01 #10 56.87   perl-IPC-Open3-1.22-493.fc37.noarch                                           
11:02:01 #10 56.87   perl-MIME-Base64-3.16-489.fc37.x86_64                                         
11:02:01 #10 56.87   perl-Mozilla-CA-20211001-4.fc37.noarch                                        
11:02:01 #10 56.87   perl-NDBM_File-1.15-493.fc37.x86_64                                           
11:02:01 #10 56.87   perl-Net-SSLeay-1.92-4.fc37.x86_64                                            
11:02:01 #10 56.87   perl-POSIX-2.03-493.fc37.x86_64                                               
11:02:01 #10 56.87   perl-PathTools-3.84-489.fc37.x86_64                                           
11:02:01 #10 56.87   perl-Pod-Escapes-1:1.07-489.fc37.noarch                                       
11:02:01 #10 56.87   perl-Pod-Perldoc-3.28.01-490.fc37.noarch                                      
11:02:01 #10 56.87   perl-Pod-Simple-1:3.43-490.fc37.noarch                                        
11:02:01 #10 56.87   perl-Pod-Usage-4:2.03-3.fc37.noarch                                           
11:02:01 #10 56.87   perl-Scalar-List-Utils-5:1.63-489.fc37.x86_64                                 
11:02:01 #10 56.87   perl-SelectSaver-1.02-493.fc37.noarch                                         
11:02:01 #10 56.87   perl-Socket-4:2.036-1.fc37.x86_64                                             
11:02:01 #10 56.87   perl-Storable-1:3.26-489.fc37.x86_64                                          
11:02:01 #10 56.87   perl-Symbol-1.09-493.fc37.noarch                                              
11:02:01 #10 56.87   perl-Term-ANSIColor-5.01-490.fc37.noarch                                      
11:02:01 #10 56.87   perl-Term-Cap-1.17-489.fc37.noarch                                            
11:02:01 #10 56.87   perl-Text-ParseWords-3.31-489.fc37.noarch                                     
11:02:01 #10 56.87   perl-Text-Tabs+Wrap-2021.0814-489.fc37.noarch                                 
11:02:01 #10 56.87   perl-Time-Local-2:1.300-489.fc37.noarch                                       
11:02:01 #10 56.87   perl-URI-5.17-1.fc37.noarch                                                   
11:02:01 #10 56.87   perl-base-2.27-493.fc37.noarch                                                
11:02:01 #10 56.87   perl-constant-1.33-490.fc37.noarch                                            
11:02:01 #10 56.87   perl-if-0.61.000-493.fc37.noarch                                              
11:02:01 #10 56.87   perl-interpreter-4:5.36.1-493.fc37.x86_64                                     
11:02:01 #10 56.87   perl-libnet-3.14-490.fc37.noarch                                              
11:02:01 #10 56.87   perl-libs-4:5.36.1-493.fc37.x86_64                                            
11:02:01 #10 56.87   perl-mro-1.26-493.fc37.x86_64                                                 
11:02:01 #10 56.87   perl-overload-1.35-493.fc37.noarch                                            
11:02:01 #10 56.87   perl-overloading-0.02-493.fc37.noarch                                         
11:02:01 #10 56.87   perl-parent-1:0.238-489.fc37.noarch                                           
11:02:01 #10 56.87   perl-podlators-1:4.14-489.fc37.noarch                                         
11:02:01 #10 56.87   perl-srpm-macros-1-46.fc37.noarch                                             
11:02:01 #10 56.87   perl-subs-1.04-493.fc37.noarch                                                
11:02:01 #10 56.87   perl-vars-1.05-493.fc37.noarch                                                
11:02:01 #10 56.87   pkgconf-1.8.0-3.fc37.x86_64                                                   
11:02:01 #10 56.87   pkgconf-m4-1.8.0-3.fc37.noarch                                                
11:02:01 #10 56.87   pkgconf-pkg-config-1.8.0-3.fc37.x86_64                                        
11:02:01 #10 56.87   pyproject-srpm-macros-1.7.0-1.fc37.noarch                                     
11:02:01 #10 56.87   python-srpm-macros-3.11-5.fc37.noarch                                         
11:02:01 #10 56.87   python-systemd-doc-235-1.fc37.x86_64                                          
11:02:01 #10 56.87   python3-construct-2.10.68-3.fc37.noarch                                       
11:02:01 #10 56.87   python3-dateutil-1:2.8.2-4.fc37.noarch                                        
11:02:01 #10 56.87   python3-dbus-1.3.2-1.fc37.x86_64                                              
11:02:01 #10 56.87   python3-distro-1.7.0-3.fc37.noarch                                            
11:02:01 #10 56.87   python3-dnf-plugins-core-4.4.0-1.fc37.noarch                                  
11:02:01 #10 56.87   python3-enchant-3.2.2-5.fc37.noarch                                           
11:02:01 #10 56.87   python3-file-magic-5.42-4.fc37.noarch                                         
11:02:01 #10 56.87   python3-pybeam-0.7-4.fc37.noarch                                              
11:02:01 #10 56.87   python3-pyxdg-0.27-6.fc37.noarch                                              
11:02:01 #10 56.87   python3-six-1.16.0-8.fc37.noarch                                              
11:02:01 #10 56.87   python3-systemd-235-1.fc37.x86_64                                             
11:02:01 #10 56.87   python3-tomli-w-1.0.0-4.fc37.noarch                                           
11:02:01 #10 56.87   python3-zstandard-0.19.0-1.fc37.x86_64                                        
11:02:01 #10 56.87   qt5-srpm-macros-5.15.9-1.fc37.noarch                                          
11:02:01 #10 56.87   redhat-rpm-config-229-1.fc37.noarch                                           
11:02:01 #10 56.87   rpm-build-4.18.1-2.fc37.x86_64                                                
11:02:01 #10 56.87   rpmautospec-rpm-macros-0.3.5-1.fc37.noarch                                    
11:02:01 #10 56.87   rpmlint-2.4.0-3.fc37.noarch                                                   
11:02:01 #10 56.87   rpmlint-fedora-license-data-1.18-1.fc37.noarch                                
11:02:01 #10 56.87   rust-srpm-macros-24-1.fc37.noarch                                             
11:02:01 #10 56.87   shared-mime-info-2.2-2.fc37.x86_64                                            
11:02:01 #10 56.87   unzip-6.0-58.fc37.x86_64                                                      
11:02:01 #10 56.87   web-assets-filesystem-5-18.fc37.noarch                                        
11:02:01 #10 56.87   xxhash-libs-0.8.1-3.fc37.x86_64                                               
11:02:01 #10 56.87   xz-5.4.1-1.fc37.x86_64                                                        
11:02:01 #10 56.87   zip-3.0-33.fc37.x86_64                                                        
11:02:01 #10 56.87   zstd-1.5.5-1.fc37.x86_64                                                      
11:02:01 #10 56.87 
11:02:01 #10 56.87 Complete!
11:02:01 #10 DONE 57.0s
11:02:01 
11:02:01 #11 [stage-1 3/6] COPY SPECS /root/rpmbuild/SPECS
11:02:01 #11 DONE 0.0s
11:02:01 
11:02:01 #12 [stage-1 4/6] RUN dnf builddep -y /root/rpmbuild/SPECS/*.spec
11:02:02 #12 1.515 Last metadata expiration check: 0:00:15 ago on Thu May  4 11:01:47 2023.
11:02:03 #12 2.358 Package bash-5.2.15-1.fc37.x86_64 is already installed.
11:02:03 #12 2.366 Package bash-5.2.15-1.fc37.x86_64 is already installed.
11:02:03 #12 2.367 Package ca-certificates-2023.2.60-1.0.fc37.noarch is already installed.
11:02:03 #12 2.367 Package libarchive-3.6.1-3.fc37.x86_64 is already installed.
11:02:03 #12 2.368 Package pkgconf-pkg-config-1.8.0-3.fc37.x86_64 is already installed.
11:02:03 #12 2.368 Package tar-2:1.34-6.fc37.x86_64 is already installed.
11:02:03 #12 2.480 Dependencies resolved.
11:02:04 #12 2.509 ================================================================================
11:02:04 #12 2.509  Package                       Arch    Version                   Repo      Size
11:02:04 #12 2.509 ================================================================================
11:02:04 #12 2.509 Installing:
11:02:04 #12 2.509  btrfs-progs-devel             x86_64  6.2.2-1.fc37              updates   52 k
11:02:04 #12 2.509  cmake                         x86_64  3.26.3-1.fc37             updates  6.8 M
11:02:04 #12 2.509  device-mapper-devel           x86_64  1.02.175-9.fc37           fedora    43 k
11:02:04 #12 2.509  gcc                           x86_64  12.2.1-4.fc37             updates   33 M
11:02:04 #12 2.509  git                           x86_64  2.40.1-1.fc37             updates   54 k
11:02:04 #12 2.509  glibc-static                  x86_64  2.36-9.fc37               updates  1.9 M
11:02:04 #12 2.509  libseccomp-devel              x86_64  2.5.3-3.fc37              fedora    60 k
11:02:04 #12 2.509  libselinux-devel              x86_64  3.5-1.fc37                updates  151 k
11:02:04 #12 2.509  libtool                       x86_64  2.4.7-2.fc37              fedora   601 k
11:02:04 #12 2.509  libtool-ltdl-devel            x86_64  2.4.7-2.fc37              fedora   164 k
11:02:04 #12 2.509  make                          x86_64  1:4.3-11.fc37             fedora   542 k
11:02:04 #12 2.509  selinux-policy-devel          noarch  37.19-1.fc37              updates  887 k
11:02:04 #12 2.509  systemd                       x86_64  251.14-2.fc37             updates  4.2 M
11:02:04 #12 2.509  systemd-devel                 x86_64  251.14-2.fc37             updates  576 k
11:02:04 #12 2.509  which                         x86_64  2.21-39.fc37              updates   42 k
11:02:04 #12 2.509 Installing dependencies:
11:02:04 #12 2.509  annobin-docs                  noarch  12.02-1.fc37              updates   93 k
11:02:04 #12 2.509  annobin-plugin-gcc            x86_64  12.02-1.fc37              updates  896 k
11:02:04 #12 2.509  autoconf                      noarch  2.71-4.fc37               updates  733 k
11:02:04 #12 2.509  automake                      noarch  1.16.5-9.fc37             fedora   696 k
11:02:04 #12 2.509  btrfs-progs                   x86_64  6.2.2-1.fc37              updates  991 k
11:02:04 #12 2.509  checkpolicy                   x86_64  3.5-1.fc37                updates  347 k
11:02:04 #12 2.509  cmake-data                    noarch  3.26.3-1.fc37             updates  2.2 M
11:02:04 #12 2.509  cmake-filesystem              x86_64  3.26.3-1.fc37             updates   17 k
11:02:04 #12 2.509  cmake-rpm-macros              noarch  3.26.3-1.fc37             updates   17 k
11:02:04 #12 2.509  cpp                           x86_64  12.2.1-4.fc37             updates   11 M
11:02:04 #12 2.509  dbus                          x86_64  1:1.14.6-1.fc37           updates  7.7 k
11:02:04 #12 2.509  dbus-broker                   x86_64  33-1.fc37                 updates  174 k
11:02:04 #12 2.509  dbus-common                   noarch  1:1.14.6-1.fc37           updates   15 k
11:02:04 #12 2.509  device-mapper                 x86_64  1.02.175-9.fc37           fedora   138 k
11:02:04 #12 2.509  device-mapper-libs            x86_64  1.02.175-9.fc37           fedora   177 k
11:02:04 #12 2.509  e2fsprogs-libs                x86_64  1.46.5-3.fc37             fedora   222 k
11:02:04 #12 2.509  gc                            x86_64  8.0.6-4.fc37              fedora   103 k
11:02:04 #12 2.509  gcc-plugin-annobin            x86_64  12.2.1-4.fc37             updates   53 k
11:02:04 #12 2.509  git-core                      x86_64  2.40.1-1.fc37             updates  4.3 M
11:02:04 #12 2.509  git-core-doc                  noarch  2.40.1-1.fc37             updates  2.8 M
11:02:04 #12 2.509  glibc-devel                   x86_64  2.36-9.fc37               updates  102 k
11:02:04 #12 2.509  glibc-headers-x86             noarch  2.36-9.fc37               updates  581 k
11:02:04 #12 2.509  guile22                       x86_64  2.2.7-6.fc37              fedora   6.5 M
11:02:04 #12 2.509  jsoncpp                       x86_64  1.9.5-3.fc37              fedora    98 k
11:02:04 #12 2.509  kernel-headers                x86_64  6.2.6-200.fc37            updates  1.5 M
11:02:04 #12 2.509  kmod-libs                     x86_64  30-2.fc37                 fedora    68 k
11:02:04 #12 2.509  less                          x86_64  590-5.fc37                fedora   160 k
11:02:04 #12 2.509  libargon2                     x86_64  20190702-1.fc37           fedora    28 k
11:02:04 #12 2.509  libbtrfs                      x86_64  6.2.2-1.fc37              updates   28 k
11:02:04 #12 2.509  libbtrfsutil                  x86_64  6.2.2-1.fc37              updates   32 k
11:02:04 #12 2.509  libcbor                       x86_64  0.7.0-7.fc37              fedora    56 k
11:02:04 #12 2.509  libedit                       x86_64  3.1-43.20221009cvs.fc37   updates  106 k
11:02:04 #12 2.509  libfdisk                      x86_64  2.38.1-1.fc37             fedora   160 k
11:02:04 #12 2.509  libfido2                      x86_64  1.11.0-3.fc37             fedora    97 k
11:02:04 #12 2.509  libmpc                        x86_64  1.2.1-5.fc37              fedora    61 k
11:02:04 #12 2.509  libseccomp                    x86_64  2.5.3-3.fc37              fedora    70 k
11:02:04 #12 2.509  libselinux-utils              x86_64  3.5-1.fc37                updates  160 k
11:02:04 #12 2.509  libsepol-devel                x86_64  3.5-1.fc37                updates   49 k
11:02:04 #12 2.509  libtool-ltdl                  x86_64  2.4.7-2.fc37              fedora    37 k
11:02:04 #12 2.509  libutempter                   x86_64  1.2.1-7.fc37              fedora    26 k
11:02:04 #12 2.509  libuv                         x86_64  1:1.44.2-2.fc37           fedora   151 k
11:02:04 #12 2.509  libxcrypt-devel               x86_64  4.4.33-4.fc37             updates   30 k
11:02:04 #12 2.509  libxcrypt-static              x86_64  4.4.33-4.fc37             updates  104 k
11:02:04 #12 2.509  lzo                           x86_64  2.10-7.fc37               fedora    66 k
11:02:04 #12 2.509  m4                            x86_64  1.4.19-4.fc37             fedora   303 k
11:02:04 #12 2.509  openssh                       x86_64  8.8p1-10.fc37             updates  451 k
11:02:04 #12 2.509  openssh-clients               x86_64  8.8p1-10.fc37             updates  697 k
11:02:04 #12 2.509  pcre2-devel                   x86_64  10.40-1.fc37.1            fedora   505 k
11:02:04 #12 2.509  pcre2-utf16                   x86_64  10.40-1.fc37.1            fedora   216 k
11:02:04 #12 2.509  pcre2-utf32                   x86_64  10.40-1.fc37.1            fedora   203 k
11:02:04 #12 2.509  perl-Error                    noarch  1:0.17029-10.fc37         fedora    41 k
11:02:04 #12 2.509  perl-File-Compare             noarch  1.100.700-493.fc37        updates   14 k
11:02:04 #12 2.509  perl-File-Copy                noarch  2.39-493.fc37             updates   21 k
11:02:04 #12 2.509  perl-File-Find                noarch  1.40-493.fc37             updates   26 k
11:02:04 #12 2.509  perl-Git                      noarch  2.40.1-1.fc37             updates   42 k
11:02:04 #12 2.509  perl-TermReadKey              x86_64  2.38-14.fc37              fedora    36 k
11:02:04 #12 2.509  perl-Thread-Queue             noarch  3.14-489.fc37             fedora    21 k
11:02:04 #12 2.509  perl-lib                      x86_64  0.65-493.fc37             updates   16 k
11:02:04 #12 2.509  perl-threads                  x86_64  1:2.27-489.fc37           fedora    57 k
11:02:04 #12 2.509  perl-threads-shared           x86_64  1.64-489.fc37             fedora    44 k
11:02:04 #12 2.509  policycoreutils               x86_64  3.5-1.fc37                updates  240 k
11:02:04 #12 2.509  policycoreutils-devel         x86_64  3.5-1.fc37                updates  152 k
11:02:04 #12 2.509  policycoreutils-python-utils  noarch  3.5-1.fc37                updates   80 k
11:02:04 #12 2.509  python3-audit                 x86_64  3.1-2.fc37                updates   87 k
11:02:04 #12 2.509  python3-libselinux            x86_64  3.5-1.fc37                updates  196 k
11:02:04 #12 2.509  python3-libsemanage           x86_64  3.5-2.fc37                updates   83 k
11:02:04 #12 2.509  python3-policycoreutils       noarch  3.5-1.fc37                updates  2.2 M
11:02:04 #12 2.509  python3-setools               x86_64  4.4.0-9.fc37              fedora   618 k
11:02:04 #12 2.509  python3-setuptools            noarch  62.6.0-3.fc37             updates  1.6 M
11:02:04 #12 2.509  rhash                         x86_64  1.4.2-3.fc37              fedora   185 k
11:02:04 #12 2.509  rpm-plugin-selinux            x86_64  4.18.1-2.fc37             updates   18 k
11:02:04 #12 2.509  selinux-policy                noarch  37.19-1.fc37              updates   51 k
11:02:04 #12 2.509  selinux-policy-targeted       noarch  37.19-1.fc37              updates  6.6 M
11:02:04 #12 2.509  systemd-pam                   x86_64  251.14-2.fc37             updates  334 k
11:02:04 #12 2.509  systemd-rpm-macros            noarch  251.14-2.fc37             updates   28 k
11:02:04 #12 2.509  util-linux                    x86_64  2.38.1-1.fc37             fedora   2.3 M
11:02:04 #12 2.509  vim-filesystem                noarch  2:9.0.1486-1.fc37         updates   18 k
11:02:04 #12 2.509  xkeyboard-config              noarch  2.36-3.fc37               updates  957 k
11:02:04 #12 2.509 Installing weak dependencies:
11:02:04 #12 2.509  cryptsetup-libs               x86_64  2.6.1-1.fc37              updates  491 k
11:02:04 #12 2.509  libbpf                        x86_64  2:0.8.0-2.fc37            fedora   172 k
11:02:04 #12 2.509  libxkbcommon                  x86_64  1.4.1-2.fc37              fedora   140 k
11:02:04 #12 2.509  qrencode-libs                 x86_64  4.1.1-3.fc37              fedora    61 k
11:02:04 #12 2.509  systemd-networkd              x86_64  251.14-2.fc37             updates  614 k
11:02:04 #12 2.509  systemd-resolved              x86_64  251.14-2.fc37             updates  280 k
11:02:04 #12 2.509 
11:02:04 #12 2.509 Transaction Summary
11:02:04 #12 2.509 ================================================================================
11:02:04 #12 2.509 Install  99 Packages
11:02:04 #12 2.509 
11:02:04 #12 2.513 Total download size: 104 M
11:02:04 #12 2.513 Installed size: 385 M
11:02:04 #12 2.514 Downloading Packages:
11:02:05 #12 3.414 (1/99): device-mapper-1.02.175-9.fc37.x86_64.rp 469 kB/s | 138 kB     00:00    
11:02:05 #12 3.425 (2/99): automake-1.16.5-9.fc37.noarch.rpm       2.2 MB/s | 696 kB     00:00    
11:02:05 #12 3.428 (3/99): device-mapper-devel-1.02.175-9.fc37.x86 138 kB/s |  43 kB     00:00    
11:02:05 #12 3.432 (4/99): device-mapper-libs-1.02.175-9.fc37.x86_  10 MB/s | 177 kB     00:00    
11:02:05 #12 3.437 (5/99): gc-8.0.6-4.fc37.x86_64.rpm               12 MB/s | 103 kB     00:00    
11:02:05 #12 3.449 (6/99): e2fsprogs-libs-1.46.5-3.fc37.x86_64.rpm  10 MB/s | 222 kB     00:00    
11:02:05 #12 3.454 (7/99): jsoncpp-1.9.5-3.fc37.x86_64.rpm         6.2 MB/s |  98 kB     00:00    
11:02:05 #12 3.493 (8/99): guile22-2.2.7-6.fc37.x86_64.rpm         109 MB/s | 6.5 MB     00:00    
11:02:05 #12 3.496 (9/99): kmod-libs-30-2.fc37.x86_64.rpm          1.5 MB/s |  68 kB     00:00    
11:02:05 #12 3.500 (10/99): less-590-5.fc37.x86_64.rpm             3.6 MB/s | 160 kB     00:00    
11:02:05 #12 3.507 (11/99): libbpf-0.8.0-2.fc37.x86_64.rpm          25 MB/s | 172 kB     00:00    
11:02:05 #12 3.510 (12/99): libcbor-0.7.0-7.fc37.x86_64.rpm        5.5 MB/s |  56 kB     00:00    
11:02:05 #12 3.514 (13/99): libargon2-20190702-1.fc37.x86_64.rpm   2.0 MB/s |  28 kB     00:00    
11:02:05 #12 3.518 (14/99): libfdisk-2.38.1-1.fc37.x86_64.rpm       21 MB/s | 160 kB     00:00    
11:02:05 #12 3.522 (15/99): libfido2-1.11.0-3.fc37.x86_64.rpm      8.4 MB/s |  97 kB     00:00    
11:02:05 #12 3.525 (16/99): libmpc-1.2.1-5.fc37.x86_64.rpm         5.7 MB/s |  61 kB     00:00    
11:02:05 #12 3.529 (17/99): libseccomp-2.5.3-3.fc37.x86_64.rpm     6.8 MB/s |  70 kB     00:00    
11:02:05 #12 3.533 (18/99): libseccomp-devel-2.5.3-3.fc37.x86_64.r 7.4 MB/s |  60 kB     00:00    
11:02:05 #12 3.548 (19/99): libtool-2.4.7-2.fc37.x86_64.rpm         26 MB/s | 601 kB     00:00    
11:02:05 #12 3.551 (20/99): libtool-ltdl-2.4.7-2.fc37.x86_64.rpm   1.8 MB/s |  37 kB     00:00    
11:02:05 #12 3.556 (21/99): libtool-ltdl-devel-2.4.7-2.fc37.x86_64  22 MB/s | 164 kB     00:00    
11:02:05 #12 3.558 (22/99): libutempter-1.2.1-7.fc37.x86_64.rpm    2.6 MB/s |  26 kB     00:00    
11:02:05 #12 3.562 (23/99): libuv-1.44.2-2.fc37.x86_64.rpm          14 MB/s | 151 kB     00:00    
11:02:05 #12 3.567 (24/99): libxkbcommon-1.4.1-2.fc37.x86_64.rpm    16 MB/s | 140 kB     00:00    
11:02:05 #12 3.572 (25/99): lzo-2.10-7.fc37.x86_64.rpm             5.0 MB/s |  66 kB     00:00    
11:02:05 #12 3.577 (26/99): m4-1.4.19-4.fc37.x86_64.rpm             21 MB/s | 303 kB     00:00    
11:02:05 #12 3.585 (27/99): make-4.3-11.fc37.x86_64.rpm             32 MB/s | 542 kB     00:00    
11:02:05 #12 3.594 (28/99): pcre2-devel-10.40-1.fc37.1.x86_64.rpm   33 MB/s | 505 kB     00:00    
11:02:05 #12 3.598 (29/99): pcre2-utf16-10.40-1.fc37.1.x86_64.rpm   11 MB/s | 216 kB     00:00    
11:02:05 #12 3.603 (30/99): pcre2-utf32-10.40-1.fc37.1.x86_64.rpm   12 MB/s | 203 kB     00:00    
11:02:05 #12 3.606 (31/99): perl-Error-0.17029-10.fc37.noarch.rpm  5.6 MB/s |  41 kB     00:00    
11:02:05 #12 3.608 (32/99): perl-TermReadKey-2.38-14.fc37.x86_64.r 3.6 MB/s |  36 kB     00:00    
11:02:05 #12 3.612 (33/99): perl-Thread-Queue-3.14-489.fc37.noarch 2.5 MB/s |  21 kB     00:00    
11:02:05 #12 3.615 (34/99): perl-threads-2.27-489.fc37.x86_64.rpm  8.9 MB/s |  57 kB     00:00    
11:02:05 #12 3.618 (35/99): perl-threads-shared-1.64-489.fc37.x86_ 4.6 MB/s |  44 kB     00:00    
11:02:05 #12 3.627 (36/99): python3-setools-4.4.0-9.fc37.x86_64.rp  41 MB/s | 618 kB     00:00    
11:02:05 #12 3.631 (37/99): qrencode-libs-4.1.1-3.fc37.x86_64.rpm  5.2 MB/s |  61 kB     00:00    
11:02:05 #12 3.635 (38/99): rhash-1.4.2-3.fc37.x86_64.rpm           12 MB/s | 185 kB     00:00    
11:02:05 #12 3.657 (39/99): util-linux-2.38.1-1.fc37.x86_64.rpm     81 MB/s | 2.3 MB     00:00    
11:02:05 #12 3.663 (40/99): annobin-docs-12.02-1.fc37.noarch.rpm   3.6 MB/s |  93 kB     00:00    
11:02:05 #12 3.673 (41/99): annobin-plugin-gcc-12.02-1.fc37.x86_64  25 MB/s | 896 kB     00:00    
11:02:05 #12 3.683 (42/99): autoconf-2.71-4.fc37.noarch.rpm         30 MB/s | 733 kB     00:00    
11:02:05 #12 3.694 (43/99): btrfs-progs-6.2.2-1.fc37.x86_64.rpm     49 MB/s | 991 kB     00:00    
11:02:05 #12 3.698 (44/99): btrfs-progs-devel-6.2.2-1.fc37.x86_64. 2.2 MB/s |  52 kB     00:00    
11:02:05 #12 3.706 (45/99): checkpolicy-3.5-1.fc37.x86_64.rpm       16 MB/s | 347 kB     00:00    
11:02:05 #12 3.734 (46/99): cmake-data-3.26.3-1.fc37.noarch.rpm     62 MB/s | 2.2 MB     00:00    
11:02:05 #12 3.738 (47/99): cmake-filesystem-3.26.3-1.fc37.x86_64. 578 kB/s |  17 kB     00:00    
11:02:05 #12 3.787 (48/99): cmake-3.26.3-1.fc37.x86_64.rpm          78 MB/s | 6.8 MB     00:00    
11:02:05 #12 3.790 (49/99): cmake-rpm-macros-3.26.3-1.fc37.noarch. 302 kB/s |  17 kB     00:00    
11:02:05 #12 3.865 (50/99): cpp-12.2.1-4.fc37.x86_64.rpm            85 MB/s |  11 MB     00:00    
11:02:05 #12 3.872 (51/99): cryptsetup-libs-2.6.1-1.fc37.x86_64.rp 6.1 MB/s | 491 kB     00:00    
11:02:05 #12 3.874 (52/99): dbus-1.14.6-1.fc37.x86_64.rpm           96 kB/s | 7.7 kB     00:00    
11:02:05 #12 3.881 (53/99): dbus-broker-33-1.fc37.x86_64.rpm        29 MB/s | 174 kB     00:00    
11:02:05 #12 3.884 (54/99): dbus-common-1.14.6-1.fc37.noarch.rpm   1.7 MB/s |  15 kB     00:00    
11:02:05 #12 3.905 (55/99): gcc-plugin-annobin-12.2.1-4.fc37.x86_6 2.8 MB/s |  53 kB     00:00    
11:02:05 #12 3.914 (56/99): git-2.40.1-1.fc37.x86_64.rpm           1.9 MB/s |  54 kB     00:00    
11:02:05 #12 3.968 (57/99): git-core-2.40.1-1.fc37.x86_64.rpm       72 MB/s | 4.3 MB     00:00    
11:02:05 #12 3.986 (58/99): git-core-doc-2.40.1-1.fc37.noarch.rpm   41 MB/s | 2.8 MB     00:00    
11:02:05 #12 4.013 (59/99): glibc-devel-2.36-9.fc37.x86_64.rpm     4.1 MB/s | 102 kB     00:00    
11:02:05 #12 4.022 (60/99): glibc-headers-x86-2.36-9.fc37.noarch.r  17 MB/s | 581 kB     00:00    
11:02:05 #12 4.192 (61/99): gcc-12.2.1-4.fc37.x86_64.rpm           104 MB/s |  33 MB     00:00    
11:02:05 #12 4.213 (62/99): glibc-static-2.36-9.fc37.x86_64.rpm    9.6 MB/s | 1.9 MB     00:00    
11:02:05 #12 4.227 (63/99): kernel-headers-6.2.6-200.fc37.x86_64.r 7.6 MB/s | 1.5 MB     00:00    
11:02:05 #12 4.230 (64/99): libbtrfs-6.2.2-1.fc37.x86_64.rpm       824 kB/s |  28 kB     00:00    
11:02:05 #12 4.234 (65/99): libbtrfsutil-6.2.2-1.fc37.x86_64.rpm   1.6 MB/s |  32 kB     00:00    
11:02:05 #12 4.239 (66/99): libedit-3.1-43.20221009cvs.fc37.x86_64  12 MB/s | 106 kB     00:00    
11:02:05 #12 4.245 (67/99): libselinux-devel-3.5-1.fc37.x86_64.rpm  11 MB/s | 151 kB     00:00    
11:02:05 #12 4.249 (68/99): libselinux-utils-3.5-1.fc37.x86_64.rpm  11 MB/s | 160 kB     00:00    
11:02:05 #12 4.252 (69/99): libxcrypt-devel-4.4.33-4.fc37.x86_64.r 4.5 MB/s |  30 kB     00:00    
11:02:05 #12 4.255 (70/99): libsepol-devel-3.5-1.fc37.x86_64.rpm   4.8 MB/s |  49 kB     00:00    
11:02:05 #12 4.260 (71/99): libxcrypt-static-4.4.33-4.fc37.x86_64. 9.6 MB/s | 104 kB     00:00    
11:02:05 #12 4.269 (72/99): openssh-8.8p1-10.fc37.x86_64.rpm        27 MB/s | 451 kB     00:00    
11:02:05 #12 4.279 (73/99): openssh-clients-8.8p1-10.fc37.x86_64.r  39 MB/s | 697 kB     00:00    
11:02:05 #12 4.281 (74/99): perl-File-Compare-1.100.700-493.fc37.n 703 kB/s |  14 kB     00:00    
11:02:05 #12 4.285 (75/99): perl-File-Copy-2.39-493.fc37.noarch.rp 1.5 MB/s |  21 kB     00:00    
11:02:05 #12 4.289 (76/99): perl-File-Find-1.40-493.fc37.noarch.rp 3.9 MB/s |  26 kB     00:00    
11:02:05 #12 4.292 (77/99): perl-Git-2.40.1-1.fc37.noarch.rpm      4.3 MB/s |  42 kB     00:00    
11:02:05 #12 4.295 (78/99): perl-lib-0.65-493.fc37.x86_64.rpm      1.6 MB/s |  16 kB     00:00    
11:02:05 #12 4.301 (79/99): policycoreutils-3.5-1.fc37.x86_64.rpm   26 MB/s | 240 kB     00:00    
11:02:05 #12 4.307 (80/99): policycoreutils-devel-3.5-1.fc37.x86_6 9.9 MB/s | 152 kB     00:00    
11:02:05 #12 4.311 (81/99): policycoreutils-python-utils-3.5-1.fc3 5.2 MB/s |  80 kB     00:00    
11:02:05 #12 4.316 (82/99): python3-audit-3.1-2.fc37.x86_64.rpm    6.0 MB/s |  87 kB     00:00    
11:02:05 #12 4.321 (83/99): python3-libselinux-3.5-1.fc37.x86_64.r  20 MB/s | 196 kB     00:00    
11:02:05 #12 4.325 (84/99): python3-libsemanage-3.5-2.fc37.x86_64. 6.2 MB/s |  83 kB     00:00    
11:02:05 #12 4.346 (85/99): python3-policycoreutils-3.5-1.fc37.noa  77 MB/s | 2.2 MB     00:00    
11:02:05 #12 4.362 (86/99): python3-setuptools-62.6.0-3.fc37.noarc  49 MB/s | 1.6 MB     00:00    
11:02:05 #12 4.367 (87/99): rpm-plugin-selinux-4.18.1-2.fc37.x86_6 481 kB/s |  18 kB     00:00    
11:02:05 #12 4.371 (88/99): selinux-policy-37.19-1.fc37.noarch.rpm 2.3 MB/s |  51 kB     00:00    
11:02:05 #12 4.424 (89/99): selinux-policy-targeted-37.19-1.fc37.n 117 MB/s | 6.6 MB     00:00    
11:02:05 #12 4.446 (90/99): selinux-policy-devel-37.19-1.fc37.noar  11 MB/s | 887 kB     00:00    
11:02:05 #12 4.473 (91/99): systemd-251.14-2.fc37.x86_64.rpm        43 MB/s | 4.2 MB     00:00    
11:02:06 #12 4.480 (92/99): systemd-devel-251.14-2.fc37.x86_64.rpm  11 MB/s | 576 kB     00:00    
11:02:06 #12 4.492 (93/99): systemd-networkd-251.14-2.fc37.x86_64.  53 MB/s | 614 kB     00:00    
11:02:06 #12 4.502 (94/99): systemd-pam-251.14-2.fc37.x86_64.rpm    15 MB/s | 334 kB     00:00    
11:02:06 #12 4.508 (95/99): systemd-resolved-251.14-2.fc37.x86_64.  10 MB/s | 280 kB     00:00    
11:02:06 #12 4.513 (96/99): which-2.21-39.fc37.x86_64.rpm          9.1 MB/s |  42 kB     00:00    
11:02:06 #12 4.516 (97/99): vim-filesystem-9.0.1486-1.fc37.noarch. 2.5 MB/s |  18 kB     00:00    
11:02:06 #12 4.520 (98/99): systemd-rpm-macros-251.14-2.fc37.noarc 2.2 MB/s |  28 kB     00:00    
11:02:06 #12 4.533 (99/99): xkeyboard-config-2.36-3.fc37.noarch.rp  47 MB/s | 957 kB     00:00    
11:02:06 #12 4.537 --------------------------------------------------------------------------------
11:02:06 #12 4.537 Total                                            51 MB/s | 104 MB     00:02     
11:02:07 #12 6.339 Running transaction check
11:02:07 #12 6.443 Transaction check succeeded.
11:02:07 #12 6.443 Running transaction test
11:02:09 #12 7.685 Transaction test succeeded.
11:02:09 #12 7.685 Running transaction
11:02:10 #12 8.991   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch            1/1 
11:02:10 #12 9.126   Preparing        :                                                        1/1 
11:02:10 #12 9.174   Installing       : python3-libselinux-3.5-1.fc37.x86_64                  1/99 
11:02:10 #12 9.183   Installing       : perl-File-Find-1.40-493.fc37.noarch                   2/99 
11:02:10 #12 9.188   Installing       : cmake-rpm-macros-3.26.3-1.fc37.noarch                 3/99 
11:02:10 #12 9.196   Installing       : cmake-filesystem-3.26.3-1.fc37.x86_64                 4/99 
11:02:10 #12 9.212   Installing       : checkpolicy-3.5-1.fc37.x86_64                         5/99 
11:02:10 #12 9.218   Installing       : perl-threads-1:2.27-489.fc37.x86_64                   6/99 
11:02:10 #12 9.226   Installing       : m4-1.4.19-4.fc37.x86_64                               7/99 
11:02:10 #12 9.233   Installing       : libtool-ltdl-2.4.7-2.fc37.x86_64                      8/99 
11:02:10 #12 9.239   Installing       : libseccomp-2.5.3-3.fc37.x86_64                        9/99 
11:02:10 #12 9.245   Installing       : libmpc-1.2.1-5.fc37.x86_64                           10/99 
11:02:11 #12 9.253   Installing       : libfdisk-2.38.1-1.fc37.x86_64                        11/99 
11:02:11 #12 9.448   Installing       : cpp-12.2.1-4.fc37.x86_64                             12/99 
11:02:11 #12 9.455   Installing       : perl-threads-shared-1.64-489.fc37.x86_64             13/99 
11:02:11 #12 9.461   Installing       : perl-Thread-Queue-3.14-489.fc37.noarch               14/99 
11:02:11 #12 9.469   Installing       : python3-libsemanage-3.5-2.fc37.x86_64                15/99 
11:02:11 #12 9.517   Installing       : xkeyboard-config-2.36-3.fc37.noarch                  16/99 
11:02:11 #12 9.529   Installing       : libxkbcommon-1.4.1-2.fc37.x86_64                     17/99 
11:02:11 #12 9.537   Installing       : vim-filesystem-2:9.0.1486-1.fc37.noarch              18/99 
11:02:11 #12 9.552   Installing       : systemd-devel-251.14-2.fc37.x86_64                   19/99 
11:02:11 #12 9.650   Installing       : python3-setuptools-62.6.0-3.fc37.noarch              20/99 
11:02:11 #12 9.691   Installing       : python3-setools-4.4.0-9.fc37.x86_64                  21/99 
11:02:11 #12 9.702   Installing       : python3-audit-3.1-2.fc37.x86_64                      22/99 
11:02:11 #12 9.707   Installing       : perl-lib-0.65-493.fc37.x86_64                        23/99 
11:02:11 #12 9.712   Installing       : perl-File-Copy-2.39-493.fc37.noarch                  24/99 
11:02:11 #12 9.717   Installing       : perl-File-Compare-1.100.700-493.fc37.noarch          25/99 
11:02:11 #12 9.737   Installing       : autoconf-2.71-4.fc37.noarch                          26/99 
11:02:11 #12 9.760   Installing       : automake-1.16.5-9.fc37.noarch                        27/99 
11:02:11 #12 9.770   Installing       : libsepol-devel-3.5-1.fc37.x86_64                     28/99 
11:02:11 #12 9.783   Installing       : libselinux-utils-3.5-1.fc37.x86_64                   29/99 
11:02:11 #12 9.792   Installing       : libedit-3.1-43.20221009cvs.fc37.x86_64               30/99 
11:02:11 #12 9.798   Installing       : libbtrfsutil-6.2.2-1.fc37.x86_64                     31/99 
11:02:11 #12 9.804   Installing       : libbtrfs-6.2.2-1.fc37.x86_64                         32/99 
11:02:11 #12 9.911   Installing       : kernel-headers-6.2.6-200.fc37.x86_64                 33/99 
11:02:11 #12 9.967   Installing       : glibc-headers-x86-2.36-9.fc37.noarch                 34/99 
11:02:11 #12 9.977   Installing       : libxcrypt-devel-4.4.33-4.fc37.x86_64                 35/99 
11:02:11 #12 9.984   Installing       : glibc-devel-2.36-9.fc37.x86_64                       36/99 
11:02:11 #12 10.09   Installing       : glibc-static-2.36-9.fc37.x86_64                      37/99 
11:02:11 #12 10.10   Installing       : libxcrypt-static-4.4.33-4.fc37.x86_64                38/99 
11:02:11 #12 10.11   Installing       : dbus-common-1:1.14.6-1.fc37.noarch                   39/99 
11:02:11 #12 10.11   Running scriptlet: dbus-common-1:1.14.6-1.fc37.noarch                   39/99 
11:02:11 #12 10.12   Running scriptlet: dbus-broker-33-1.fc37.x86_64                         40/99 
11:02:11 #12 10.19   Installing       : dbus-broker-33-1.fc37.x86_64                         40/99 
11:02:11 #12 10.19   Running scriptlet: dbus-broker-33-1.fc37.x86_64                         40/99 
11:02:11 #12 10.20   Installing       : dbus-1:1.14.6-1.fc37.x86_64                          41/99 
11:02:11 #12 10.21   Installing       : annobin-docs-12.02-1.fc37.noarch                     42/99 
11:02:11 #12 10.22   Installing       : rhash-1.4.2-3.fc37.x86_64                            43/99 
11:02:11 #12 10.23   Installing       : qrencode-libs-4.1.1-3.fc37.x86_64                    44/99 
11:02:11 #12 10.23   Installing       : perl-TermReadKey-2.38-14.fc37.x86_64                 45/99 
11:02:11 #12 10.24   Installing       : perl-Error-1:0.17029-10.fc37.noarch                  46/99 
11:02:11 #12 10.25   Installing       : pcre2-utf32-10.40-1.fc37.1.x86_64                    47/99 
11:02:11 #12 10.26   Installing       : pcre2-utf16-10.40-1.fc37.1.x86_64                    48/99 
11:02:11 #12 10.27   Installing       : pcre2-devel-10.40-1.fc37.1.x86_64                    49/99 
11:02:11 #12 10.28   Installing       : libselinux-devel-3.5-1.fc37.x86_64                   50/99 
11:02:11 #12 10.28   Installing       : lzo-2.10-7.fc37.x86_64                               51/99 
11:02:11 #12 10.29   Installing       : libuv-1:1.44.2-2.fc37.x86_64                         52/99 
11:02:11 #12 10.30   Running scriptlet: libutempter-1.2.1-7.fc37.x86_64                      53/99 
11:02:11 #12 10.34   Installing       : libutempter-1.2.1-7.fc37.x86_64                      53/99 
11:02:12 #12 10.41   Installing       : util-linux-2.38.1-1.fc37.x86_64                      54/99 
11:02:12 #12 10.43   Installing       : policycoreutils-3.5-1.fc37.x86_64                    55/99 
11:02:12 #12 10.44   Running scriptlet: policycoreutils-3.5-1.fc37.x86_64                    55/99 
11:02:12 #12 10.45   Installing       : selinux-policy-37.19-1.fc37.noarch                   56/99 
11:02:12 #12 10.46   Running scriptlet: selinux-policy-37.19-1.fc37.noarch                   56/99 
11:02:12 #12 10.48   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          57/99 
11:02:12 #12 10.72   Installing       : selinux-policy-targeted-37.19-1.fc37.noarch          57/99 
11:02:20 #12 10.74   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          57/99 
11:02:20 #12 18.60   Installing       : python3-policycoreutils-3.5-1.fc37.noarch            58/99 
11:02:20 #12 18.62   Installing       : policycoreutils-python-utils-3.5-1.fc37.noarch       59/99 
11:02:20 #12 18.62   Running scriptlet: openssh-8.8p1-10.fc37.x86_64                         60/99 
11:02:20 #12 18.66   Installing       : openssh-8.8p1-10.fc37.x86_64                         60/99 
11:02:20 #12 18.67   Installing       : libcbor-0.7.0-7.fc37.x86_64                          61/99 
11:02:20 #12 18.68   Installing       : libfido2-1.11.0-3.fc37.x86_64                        62/99 
11:02:20 #12 18.70   Installing       : openssh-clients-8.8p1-10.fc37.x86_64                 63/99 
11:02:20 #12 18.71   Running scriptlet: openssh-clients-8.8p1-10.fc37.x86_64                 63/99 
11:02:20 #12 18.72   Installing       : libbpf-2:0.8.0-2.fc37.x86_64                         64/99 
11:02:20 #12 18.73   Installing       : libargon2-20190702-1.fc37.x86_64                     65/99 
11:02:20 #12 18.74   Installing       : less-590-5.fc37.x86_64                               66/99 
11:02:20 #12 18.82   Installing       : git-core-2.40.1-1.fc37.x86_64                        67/99 
11:02:20 #12 18.86   Installing       : git-core-doc-2.40.1-1.fc37.noarch                    68/99 
11:02:20 #12 18.87   Installing       : perl-Git-2.40.1-1.fc37.noarch                        69/99 
11:02:20 #12 18.88   Installing       : git-2.40.1-1.fc37.x86_64                             70/99 
11:02:20 #12 18.89   Installing       : kmod-libs-30-2.fc37.x86_64                           71/99 
11:02:20 #12 18.91   Installing       : systemd-networkd-251.14-2.fc37.x86_64                72/99 
11:02:20 #12 18.91   Running scriptlet: systemd-networkd-251.14-2.fc37.x86_64                72/99 
11:02:20 #12 18.93   Installing       : systemd-pam-251.14-2.fc37.x86_64                     73/99 
11:02:20 #12 18.94   Installing       : systemd-resolved-251.14-2.fc37.x86_64                74/99 
11:02:20 #12 18.95   Running scriptlet: systemd-resolved-251.14-2.fc37.x86_64                74/99 
11:02:20 #12 19.07   Installing       : systemd-251.14-2.fc37.x86_64                         75/99 
11:02:20 #12 19.09   Running scriptlet: systemd-251.14-2.fc37.x86_64                         75/99 
11:02:20 #12 19.25 Creating group 'input' with GID 104.
11:02:20 #12 19.25 Creating group 'kvm' with GID 36.
11:02:20 #12 19.25 Creating group 'render' with GID 105.
11:02:20 #12 19.25 Creating group 'sgx' with GID 106.
11:02:20 #12 19.25 Creating group 'systemd-journal' with GID 190.
11:02:20 #12 19.25 Creating group 'systemd-network' with GID 192.
11:02:20 #12 19.25 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
11:02:20 #12 19.25 Creating group 'systemd-oom' with GID 999.
11:02:20 #12 19.25 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 999 and GID 999.
11:02:20 #12 19.25 Creating group 'systemd-resolve' with GID 193.
11:02:20 #12 19.25 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
11:02:20 #12 19.25 
11:02:20 #12 19.26   Installing       : cryptsetup-libs-2.6.1-1.fc37.x86_64                  76/99 
11:02:20 #12 19.28   Installing       : device-mapper-libs-1.02.175-9.fc37.x86_64            77/99 
11:02:20 #12 19.28   Installing       : device-mapper-1.02.175-9.fc37.x86_64                 78/99 
11:02:20 #12 19.29   Installing       : jsoncpp-1.9.5-3.fc37.x86_64                          79/99 
11:02:21 #12 19.30   Installing       : gc-8.0.6-4.fc37.x86_64                               80/99 
11:02:21 #12 19.57   Installing       : guile22-2.2.7-6.fc37.x86_64                          81/99 
11:02:21 #12 19.59   Installing       : make-1:4.3-11.fc37.x86_64                            82/99 
11:02:21 #12 20.06   Installing       : gcc-12.2.1-4.fc37.x86_64                             83/99 
11:02:21 #12 20.07   Running scriptlet: gcc-12.2.1-4.fc37.x86_64                             83/99 
11:02:22 #12 20.34   Installing       : cmake-data-3.26.3-1.fc37.noarch                      84/99 
11:02:22 #12 20.50   Installing       : cmake-3.26.3-1.fc37.x86_64                           85/99 
11:02:22 #12 20.51   Installing       : policycoreutils-devel-3.5-1.fc37.x86_64              86/99 
11:02:22 #12 20.61   Installing       : selinux-policy-devel-37.19-1.fc37.noarch             87/99 
11:02:22 #12 20.63   Running scriptlet: selinux-policy-devel-37.19-1.fc37.noarch             87/99 
11:02:22 #12 20.64   Installing       : e2fsprogs-libs-1.46.5-3.fc37.x86_64                  88/99 
11:02:22 #12 20.67   Installing       : btrfs-progs-6.2.2-1.fc37.x86_64                      89/99 
11:02:22 #12 20.68   Installing       : btrfs-progs-devel-6.2.2-1.fc37.x86_64                90/99 
11:02:22 #12 20.70   Installing       : libtool-2.4.7-2.fc37.x86_64                          91/99 
11:02:22 #12 20.71   Installing       : annobin-plugin-gcc-12.02-1.fc37.x86_64               92/99 
11:02:22 #12 20.71   Running scriptlet: annobin-plugin-gcc-12.02-1.fc37.x86_64               92/99 
11:02:22 #12 20.73   Installing       : gcc-plugin-annobin-12.2.1-4.fc37.x86_64              93/99 
11:02:22 #12 20.74   Installing       : device-mapper-devel-1.02.175-9.fc37.x86_64           94/99 
11:02:22 #12 20.75   Installing       : libtool-ltdl-devel-2.4.7-2.fc37.x86_64               95/99 
11:02:22 #12 20.76   Installing       : libseccomp-devel-2.5.3-3.fc37.x86_64                 96/99 
11:02:22 #12 20.77   Installing       : which-2.21-39.fc37.x86_64                            97/99 
11:02:22 #12 20.78   Installing       : systemd-rpm-macros-251.14-2.fc37.noarch              98/99 
11:02:22 #12 20.78   Installing       : rpm-plugin-selinux-4.18.1-2.fc37.x86_64              99/99 
11:02:22 #12 20.79   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          99/99 
11:02:22 #12 20.80   Running scriptlet: systemd-resolved-251.14-2.fc37.x86_64                99/99 
11:02:22 #12 20.83   Running scriptlet: rpm-plugin-selinux-4.18.1-2.fc37.x86_64              99/99 
11:02:22 #12 21.40   Verifying        : automake-1.16.5-9.fc37.noarch                         1/99 
11:02:22 #12 21.40   Verifying        : device-mapper-1.02.175-9.fc37.x86_64                  2/99 
11:02:22 #12 21.40   Verifying        : device-mapper-devel-1.02.175-9.fc37.x86_64            3/99 
11:02:22 #12 21.40   Verifying        : device-mapper-libs-1.02.175-9.fc37.x86_64             4/99 
11:02:22 #12 21.40   Verifying        : e2fsprogs-libs-1.46.5-3.fc37.x86_64                   5/99 
11:02:22 #12 21.40   Verifying        : gc-8.0.6-4.fc37.x86_64                                6/99 
11:02:22 #12 21.40   Verifying        : guile22-2.2.7-6.fc37.x86_64                           7/99 
11:02:22 #12 21.40   Verifying        : jsoncpp-1.9.5-3.fc37.x86_64                           8/99 
11:02:22 #12 21.40   Verifying        : kmod-libs-30-2.fc37.x86_64                            9/99 
11:02:22 #12 21.40   Verifying        : less-590-5.fc37.x86_64                               10/99 
11:02:22 #12 21.40   Verifying        : libargon2-20190702-1.fc37.x86_64                     11/99 
11:02:22 #12 21.40   Verifying        : libbpf-2:0.8.0-2.fc37.x86_64                         12/99 
11:02:22 #12 21.40   Verifying        : libcbor-0.7.0-7.fc37.x86_64                          13/99 
11:02:22 #12 21.40   Verifying        : libfdisk-2.38.1-1.fc37.x86_64                        14/99 
11:02:22 #12 21.40   Verifying        : libfido2-1.11.0-3.fc37.x86_64                        15/99 
11:02:22 #12 21.40   Verifying        : libmpc-1.2.1-5.fc37.x86_64                           16/99 
11:02:22 #12 21.40   Verifying        : libseccomp-2.5.3-3.fc37.x86_64                       17/99 
11:02:22 #12 21.40   Verifying        : libseccomp-devel-2.5.3-3.fc37.x86_64                 18/99 
11:02:22 #12 21.40   Verifying        : libtool-2.4.7-2.fc37.x86_64                          19/99 
11:02:22 #12 21.40   Verifying        : libtool-ltdl-2.4.7-2.fc37.x86_64                     20/99 
11:02:22 #12 21.40   Verifying        : libtool-ltdl-devel-2.4.7-2.fc37.x86_64               21/99 
11:02:22 #12 21.40   Verifying        : libutempter-1.2.1-7.fc37.x86_64                      22/99 
11:02:22 #12 21.40   Verifying        : libuv-1:1.44.2-2.fc37.x86_64                         23/99 
11:02:22 #12 21.40   Verifying        : libxkbcommon-1.4.1-2.fc37.x86_64                     24/99 
11:02:22 #12 21.40   Verifying        : lzo-2.10-7.fc37.x86_64                               25/99 
11:02:22 #12 21.40   Verifying        : m4-1.4.19-4.fc37.x86_64                              26/99 
11:02:22 #12 21.40   Verifying        : make-1:4.3-11.fc37.x86_64                            27/99 
11:02:22 #12 21.40   Verifying        : pcre2-devel-10.40-1.fc37.1.x86_64                    28/99 
11:02:22 #12 21.40   Verifying        : pcre2-utf16-10.40-1.fc37.1.x86_64                    29/99 
11:02:22 #12 21.40   Verifying        : pcre2-utf32-10.40-1.fc37.1.x86_64                    30/99 
11:02:22 #12 21.40   Verifying        : perl-Error-1:0.17029-10.fc37.noarch                  31/99 
11:02:22 #12 21.40   Verifying        : perl-TermReadKey-2.38-14.fc37.x86_64                 32/99 
11:02:22 #12 21.41   Verifying        : perl-Thread-Queue-3.14-489.fc37.noarch               33/99 
11:02:22 #12 21.41   Verifying        : perl-threads-1:2.27-489.fc37.x86_64                  34/99 
11:02:22 #12 21.41   Verifying        : perl-threads-shared-1.64-489.fc37.x86_64             35/99 
11:02:22 #12 21.41   Verifying        : python3-setools-4.4.0-9.fc37.x86_64                  36/99 
11:02:22 #12 21.41   Verifying        : qrencode-libs-4.1.1-3.fc37.x86_64                    37/99 
11:02:22 #12 21.41   Verifying        : rhash-1.4.2-3.fc37.x86_64                            38/99 
11:02:22 #12 21.41   Verifying        : util-linux-2.38.1-1.fc37.x86_64                      39/99 
11:02:22 #12 21.41   Verifying        : annobin-docs-12.02-1.fc37.noarch                     40/99 
11:02:22 #12 21.41   Verifying        : annobin-plugin-gcc-12.02-1.fc37.x86_64               41/99 
11:02:22 #12 21.41   Verifying        : autoconf-2.71-4.fc37.noarch                          42/99 
11:02:22 #12 21.41   Verifying        : btrfs-progs-6.2.2-1.fc37.x86_64                      43/99 
11:02:22 #12 21.41   Verifying        : btrfs-progs-devel-6.2.2-1.fc37.x86_64                44/99 
11:02:22 #12 21.41   Verifying        : checkpolicy-3.5-1.fc37.x86_64                        45/99 
11:02:22 #12 21.41   Verifying        : cmake-3.26.3-1.fc37.x86_64                           46/99 
11:02:22 #12 21.41   Verifying        : cmake-data-3.26.3-1.fc37.noarch                      47/99 
11:02:22 #12 21.41   Verifying        : cmake-filesystem-3.26.3-1.fc37.x86_64                48/99 
11:02:22 #12 21.41   Verifying        : cmake-rpm-macros-3.26.3-1.fc37.noarch                49/99 
11:02:22 #12 21.41   Verifying        : cpp-12.2.1-4.fc37.x86_64                             50/99 
11:02:22 #12 21.41   Verifying        : cryptsetup-libs-2.6.1-1.fc37.x86_64                  51/99 
11:02:22 #12 21.41   Verifying        : dbus-1:1.14.6-1.fc37.x86_64                          52/99 
11:02:22 #12 21.41   Verifying        : dbus-broker-33-1.fc37.x86_64                         53/99 
11:02:22 #12 21.41   Verifying        : dbus-common-1:1.14.6-1.fc37.noarch                   54/99 
11:02:22 #12 21.41   Verifying        : gcc-12.2.1-4.fc37.x86_64                             55/99 
11:02:22 #12 21.41   Verifying        : gcc-plugin-annobin-12.2.1-4.fc37.x86_64              56/99 
11:02:22 #12 21.41   Verifying        : git-2.40.1-1.fc37.x86_64                             57/99 
11:02:22 #12 21.41   Verifying        : git-core-2.40.1-1.fc37.x86_64                        58/99 
11:02:22 #12 21.41   Verifying        : git-core-doc-2.40.1-1.fc37.noarch                    59/99 
11:02:22 #12 21.41   Verifying        : glibc-devel-2.36-9.fc37.x86_64                       60/99 
11:02:22 #12 21.41   Verifying        : glibc-headers-x86-2.36-9.fc37.noarch                 61/99 
11:02:22 #12 21.41   Verifying        : glibc-static-2.36-9.fc37.x86_64                      62/99 
11:02:22 #12 21.41   Verifying        : kernel-headers-6.2.6-200.fc37.x86_64                 63/99 
11:02:22 #12 21.41   Verifying        : libbtrfs-6.2.2-1.fc37.x86_64                         64/99 
11:02:22 #12 21.41   Verifying        : libbtrfsutil-6.2.2-1.fc37.x86_64                     65/99 
11:02:22 #12 21.41   Verifying        : libedit-3.1-43.20221009cvs.fc37.x86_64               66/99 
11:02:22 #12 21.41   Verifying        : libselinux-devel-3.5-1.fc37.x86_64                   67/99 
11:02:22 #12 21.41   Verifying        : libselinux-utils-3.5-1.fc37.x86_64                   68/99 
11:02:22 #12 21.41   Verifying        : libsepol-devel-3.5-1.fc37.x86_64                     69/99 
11:02:22 #12 21.41   Verifying        : libxcrypt-devel-4.4.33-4.fc37.x86_64                 70/99 
11:02:22 #12 21.41   Verifying        : libxcrypt-static-4.4.33-4.fc37.x86_64                71/99 
11:02:22 #12 21.41   Verifying        : openssh-8.8p1-10.fc37.x86_64                         72/99 
11:02:22 #12 21.41   Verifying        : openssh-clients-8.8p1-10.fc37.x86_64                 73/99 
11:02:22 #12 21.41   Verifying        : perl-File-Compare-1.100.700-493.fc37.noarch          74/99 
11:02:22 #12 21.41   Verifying        : perl-File-Copy-2.39-493.fc37.noarch                  75/99 
11:02:22 #12 21.41   Verifying        : perl-File-Find-1.40-493.fc37.noarch                  76/99 
11:02:22 #12 21.41   Verifying        : perl-Git-2.40.1-1.fc37.noarch                        77/99 
11:02:22 #12 21.41   Verifying        : perl-lib-0.65-493.fc37.x86_64                        78/99 
11:02:22 #12 21.41   Verifying        : policycoreutils-3.5-1.fc37.x86_64                    79/99 
11:02:22 #12 21.41   Verifying        : policycoreutils-devel-3.5-1.fc37.x86_64              80/99 
11:02:22 #12 21.41   Verifying        : policycoreutils-python-utils-3.5-1.fc37.noarch       81/99 
11:02:22 #12 21.41   Verifying        : python3-audit-3.1-2.fc37.x86_64                      82/99 
11:02:22 #12 21.41   Verifying        : python3-libselinux-3.5-1.fc37.x86_64                 83/99 
11:02:22 #12 21.41   Verifying        : python3-libsemanage-3.5-2.fc37.x86_64                84/99 
11:02:22 #12 21.41   Verifying        : python3-policycoreutils-3.5-1.fc37.noarch            85/99 
11:02:22 #12 21.41   Verifying        : python3-setuptools-62.6.0-3.fc37.noarch              86/99 
11:02:22 #12 21.41   Verifying        : rpm-plugin-selinux-4.18.1-2.fc37.x86_64              87/99 
11:02:22 #12 21.41   Verifying        : selinux-policy-37.19-1.fc37.noarch                   88/99 
11:02:22 #12 21.41   Verifying        : selinux-policy-devel-37.19-1.fc37.noarch             89/99 
11:02:22 #12 21.41   Verifying        : selinux-policy-targeted-37.19-1.fc37.noarch          90/99 
11:02:22 #12 21.41   Verifying        : systemd-251.14-2.fc37.x86_64                         91/99 
11:02:22 #12 21.41   Verifying        : systemd-devel-251.14-2.fc37.x86_64                   92/99 
11:02:22 #12 21.41   Verifying        : systemd-networkd-251.14-2.fc37.x86_64                93/99 
11:02:22 #12 21.41   Verifying        : systemd-pam-251.14-2.fc37.x86_64                     94/99 
11:02:22 #12 21.41   Verifying        : systemd-resolved-251.14-2.fc37.x86_64                95/99 
11:02:22 #12 21.41   Verifying        : systemd-rpm-macros-251.14-2.fc37.noarch              96/99 
11:02:22 #12 21.41   Verifying        : vim-filesystem-2:9.0.1486-1.fc37.noarch              97/99 
11:02:22 #12 21.41   Verifying        : which-2.21-39.fc37.x86_64                            98/99 
11:02:23 #12 21.41   Verifying        : xkeyboard-config-2.36-3.fc37.noarch                  99/99 
11:02:23 #12 21.60 
11:02:23 #12 21.60 Installed:
11:02:23 #12 21.60   annobin-docs-12.02-1.fc37.noarch                                              
11:02:23 #12 21.60   annobin-plugin-gcc-12.02-1.fc37.x86_64                                        
11:02:23 #12 21.60   autoconf-2.71-4.fc37.noarch                                                   
11:02:23 #12 21.60   automake-1.16.5-9.fc37.noarch                                                 
11:02:23 #12 21.60   btrfs-progs-6.2.2-1.fc37.x86_64                                               
11:02:23 #12 21.60   btrfs-progs-devel-6.2.2-1.fc37.x86_64                                         
11:02:23 #12 21.60   checkpolicy-3.5-1.fc37.x86_64                                                 
11:02:23 #12 21.60   cmake-3.26.3-1.fc37.x86_64                                                    
11:02:23 #12 21.60   cmake-data-3.26.3-1.fc37.noarch                                               
11:02:23 #12 21.60   cmake-filesystem-3.26.3-1.fc37.x86_64                                         
11:02:23 #12 21.60   cmake-rpm-macros-3.26.3-1.fc37.noarch                                         
11:02:23 #12 21.60   cpp-12.2.1-4.fc37.x86_64                                                      
11:02:23 #12 21.60   cryptsetup-libs-2.6.1-1.fc37.x86_64                                           
11:02:23 #12 21.60   dbus-1:1.14.6-1.fc37.x86_64                                                   
11:02:23 #12 21.60   dbus-broker-33-1.fc37.x86_64                                                  
11:02:23 #12 21.60   dbus-common-1:1.14.6-1.fc37.noarch                                            
11:02:23 #12 21.60   device-mapper-1.02.175-9.fc37.x86_64                                          
11:02:23 #12 21.60   device-mapper-devel-1.02.175-9.fc37.x86_64                                    
11:02:23 #12 21.60   device-mapper-libs-1.02.175-9.fc37.x86_64                                     
11:02:23 #12 21.60   e2fsprogs-libs-1.46.5-3.fc37.x86_64                                           
11:02:23 #12 21.60   gc-8.0.6-4.fc37.x86_64                                                        
11:02:23 #12 21.60   gcc-12.2.1-4.fc37.x86_64                                                      
11:02:23 #12 21.60   gcc-plugin-annobin-12.2.1-4.fc37.x86_64                                       
11:02:23 #12 21.60   git-2.40.1-1.fc37.x86_64                                                      
11:02:23 #12 21.60   git-core-2.40.1-1.fc37.x86_64                                                 
11:02:23 #12 21.60   git-core-doc-2.40.1-1.fc37.noarch                                             
11:02:23 #12 21.60   glibc-devel-2.36-9.fc37.x86_64                                                
11:02:23 #12 21.60   glibc-headers-x86-2.36-9.fc37.noarch                                          
11:02:23 #12 21.60   glibc-static-2.36-9.fc37.x86_64                                               
11:02:23 #12 21.60   guile22-2.2.7-6.fc37.x86_64                                                   
11:02:23 #12 21.60   jsoncpp-1.9.5-3.fc37.x86_64                                                   
11:02:23 #12 21.60   kernel-headers-6.2.6-200.fc37.x86_64                                          
11:02:23 #12 21.60   kmod-libs-30-2.fc37.x86_64                                                    
11:02:23 #12 21.60   less-590-5.fc37.x86_64                                                        
11:02:23 #12 21.60   libargon2-20190702-1.fc37.x86_64                                              
11:02:23 #12 21.60   libbpf-2:0.8.0-2.fc37.x86_64                                                  
11:02:23 #12 21.60   libbtrfs-6.2.2-1.fc37.x86_64                                                  
11:02:23 #12 21.60   libbtrfsutil-6.2.2-1.fc37.x86_64                                              
11:02:23 #12 21.60   libcbor-0.7.0-7.fc37.x86_64                                                   
11:02:23 #12 21.60   libedit-3.1-43.20221009cvs.fc37.x86_64                                        
11:02:23 #12 21.60   libfdisk-2.38.1-1.fc37.x86_64                                                 
11:02:23 #12 21.60   libfido2-1.11.0-3.fc37.x86_64                                                 
11:02:23 #12 21.60   libmpc-1.2.1-5.fc37.x86_64                                                    
11:02:23 #12 21.60   libseccomp-2.5.3-3.fc37.x86_64                                                
11:02:23 #12 21.60   libseccomp-devel-2.5.3-3.fc37.x86_64                                          
11:02:23 #12 21.60   libselinux-devel-3.5-1.fc37.x86_64                                            
11:02:23 #12 21.60   libselinux-utils-3.5-1.fc37.x86_64                                            
11:02:23 #12 21.60   libsepol-devel-3.5-1.fc37.x86_64                                              
11:02:23 #12 21.60   libtool-2.4.7-2.fc37.x86_64                                                   
11:02:23 #12 21.60   libtool-ltdl-2.4.7-2.fc37.x86_64                                              
11:02:23 #12 21.60   libtool-ltdl-devel-2.4.7-2.fc37.x86_64                                        
11:02:23 #12 21.60   libutempter-1.2.1-7.fc37.x86_64                                               
11:02:23 #12 21.60   libuv-1:1.44.2-2.fc37.x86_64                                                  
11:02:23 #12 21.60   libxcrypt-devel-4.4.33-4.fc37.x86_64                                          
11:02:23 #12 21.60   libxcrypt-static-4.4.33-4.fc37.x86_64                                         
11:02:23 #12 21.60   libxkbcommon-1.4.1-2.fc37.x86_64                                              
11:02:23 #12 21.60   lzo-2.10-7.fc37.x86_64                                                        
11:02:23 #12 21.60   m4-1.4.19-4.fc37.x86_64                                                       
11:02:23 #12 21.60   make-1:4.3-11.fc37.x86_64                                                     
11:02:23 #12 21.60   openssh-8.8p1-10.fc37.x86_64                                                  
11:02:23 #12 21.60   openssh-clients-8.8p1-10.fc37.x86_64                                          
11:02:23 #12 21.60   pcre2-devel-10.40-1.fc37.1.x86_64                                             
11:02:23 #12 21.60   pcre2-utf16-10.40-1.fc37.1.x86_64                                             
11:02:23 #12 21.60   pcre2-utf32-10.40-1.fc37.1.x86_64                                             
11:02:23 #12 21.60   perl-Error-1:0.17029-10.fc37.noarch                                           
11:02:23 #12 21.60   perl-File-Compare-1.100.700-493.fc37.noarch                                   
11:02:23 #12 21.60   perl-File-Copy-2.39-493.fc37.noarch                                           
11:02:23 #12 21.60   perl-File-Find-1.40-493.fc37.noarch                                           
11:02:23 #12 21.60   perl-Git-2.40.1-1.fc37.noarch                                                 
11:02:23 #12 21.60   perl-TermReadKey-2.38-14.fc37.x86_64                                          
11:02:23 #12 21.60   perl-Thread-Queue-3.14-489.fc37.noarch                                        
11:02:23 #12 21.60   perl-lib-0.65-493.fc37.x86_64                                                 
11:02:23 #12 21.60   perl-threads-1:2.27-489.fc37.x86_64                                           
11:02:23 #12 21.60   perl-threads-shared-1.64-489.fc37.x86_64                                      
11:02:23 #12 21.60   policycoreutils-3.5-1.fc37.x86_64                                             
11:02:23 #12 21.60   policycoreutils-devel-3.5-1.fc37.x86_64                                       
11:02:23 #12 21.60   policycoreutils-python-utils-3.5-1.fc37.noarch                                
11:02:23 #12 21.60   python3-audit-3.1-2.fc37.x86_64                                               
11:02:23 #12 21.60   python3-libselinux-3.5-1.fc37.x86_64                                          
11:02:23 #12 21.60   python3-libsemanage-3.5-2.fc37.x86_64                                         
11:02:23 #12 21.60   python3-policycoreutils-3.5-1.fc37.noarch                                     
11:02:23 #12 21.60   python3-setools-4.4.0-9.fc37.x86_64                                           
11:02:23 #12 21.60   python3-setuptools-62.6.0-3.fc37.noarch                                       
11:02:23 #12 21.60   qrencode-libs-4.1.1-3.fc37.x86_64                                             
11:02:23 #12 21.60   rhash-1.4.2-3.fc37.x86_64                                                     
11:02:23 #12 21.60   rpm-plugin-selinux-4.18.1-2.fc37.x86_64                                       
11:02:23 #12 21.60   selinux-policy-37.19-1.fc37.noarch                                            
11:02:23 #12 21.60   selinux-policy-devel-37.19-1.fc37.noarch                                      
11:02:23 #12 21.60   selinux-policy-targeted-37.19-1.fc37.noarch                                   
11:02:23 #12 21.60   systemd-251.14-2.fc37.x86_64                                                  
11:02:23 #12 21.60   systemd-devel-251.14-2.fc37.x86_64                                            
11:02:23 #12 21.60   systemd-networkd-251.14-2.fc37.x86_64                                         
11:02:23 #12 21.60   systemd-pam-251.14-2.fc37.x86_64                                              
11:02:23 #12 21.60   systemd-resolved-251.14-2.fc37.x86_64                                         
11:02:23 #12 21.60   systemd-rpm-macros-251.14-2.fc37.noarch                                       
11:02:23 #12 21.60   util-linux-2.38.1-1.fc37.x86_64                                               
11:02:23 #12 21.60   vim-filesystem-2:9.0.1486-1.fc37.noarch                                       
11:02:23 #12 21.60   which-2.21-39.fc37.x86_64                                                     
11:02:23 #12 21.60   xkeyboard-config-2.36-3.fc37.noarch                                           
11:02:23 #12 21.60 
11:02:23 #12 21.60 Complete!
11:02:23 #12 DONE 21.8s
11:02:23 
11:02:23 #13 [stage-1 5/6] COPY --from=golang /usr/local/go /usr/local/go
11:02:25 #13 DONE 2.2s
11:02:25 
11:02:25 #14 [stage-1 6/6] WORKDIR /root/rpmbuild
11:02:25 #14 DONE 0.0s
11:02:25 
11:02:25 #15 exporting to image
11:02:25 #15 exporting layers
11:02:28 #15 exporting layers 2.8s done
11:02:28 #15 writing image sha256:9062b5c7720b025e9c819040b5a9fc570df9e13fc9cb594e1e19c2462f575043 done
11:02:28 #15 naming to docker.io/rpmbuild-fedora-37/x86_64 done
11:02:28 #15 DONE 2.8s
11:02:28 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/fedora-37/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/fedora-37/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-fedora-37/x86_64 -ba --define '_gitcommit_cli b82b9f3' --define '_gitcommit_engine 0fdb994' --define '_release 0' --define '_version 0.0.0~20230406105517.b82b9f3' --define '_origversion 0.0.0-20230406105517-b82b9f3'  SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec
11:02:28 warning: line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:02:28 warning: line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:02:28 warning: line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:02:28 warning: source_date_epoch_from_changelog set but %changelog is missing
11:02:28 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.k5JD7d
11:02:28 + umask 022
11:02:28 + cd /root/rpmbuild/BUILD
11:02:28 + cd /root/rpmbuild/BUILD
11:02:28 + rm -rf src
11:02:28 + /usr/bin/mkdir -p src
11:02:28 + cd src
11:02:28 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz
11:02:29 + STATUS=0
11:02:29 + '[' 0 -ne 0 ']'
11:02:29 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz
11:02:29 + STATUS=0
11:02:29 + '[' 0 -ne 0 ']'
11:02:29 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:02:29 + RPM_EC=0
11:02:29 ++ jobs -p
11:02:29 + exit 0
11:02:29 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.dZenW8
11:02:29 + umask 022
11:02:29 + cd /root/rpmbuild/BUILD
11:02:29 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:02:29 + export CFLAGS
11:02:29 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:02:29 + export CXXFLAGS
11:02:29 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:02:29 + export FFLAGS
11:02:29 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:02:29 + export FCFLAGS
11:02:29 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
11:02:29 + export LDFLAGS
11:02:29 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:02:29 + export LT_SYS_LIBRARY_PATH
11:02:29 + CC=gcc
11:02:29 + export CC
11:02:29 + CXX=g++
11:02:29 + export CXX
11:02:29 + cd src
11:02:29 + export DOCKER_GITCOMMIT=0fdb994
11:02:29 + DOCKER_GITCOMMIT=0fdb994
11:02:29 + mkdir -p /go/src/github.com/docker
11:02:29 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
11:02:29 + pushd /root/rpmbuild/BUILD/src/engine
11:02:29 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
11:02:29 + for component in tini "proxy dynamic"
11:02:29 + TMP_GOPATH=/go
11:02:29 + hack/dockerfile/install/install.sh tini
11:02:29 + RM_GOPATH=0
11:02:29 + TMP_GOPATH=/go
11:02:29 + : /usr/local/bin
11:02:29 + '[' -z /go ']'
11:02:29 + export GOPATH=/go
11:02:29 + GOPATH=/go
11:02:29 + case "$(go env GOARCH)" in
11:02:29 ++ go env GOARCH
11:02:29 + export GO_BUILDMODE=-buildmode=pie
11:02:29 + GO_BUILDMODE=-buildmode=pie
11:02:29 ++ dirname hack/dockerfile/install/install.sh
11:02:29 + dir=hack/dockerfile/install
11:02:29 + bin=tini
11:02:29 + shift
11:02:29 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:02:29 + . hack/dockerfile/install/tini.installer
11:02:29 ++ : v0.19.0
11:02:29 Install tini version v0.19.0
11:02:29 + install_tini
11:02:29 + echo 'Install tini version v0.19.0'
11:02:29 + git clone https://github.com/krallin/tini.git /go/tini
11:02:29 Cloning into '/go/tini'...
11:02:30 + cd /go/tini
11:02:30 + git checkout -q v0.19.0
11:02:30 + cmake .
11:02:30 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
11:02:30   Compatibility with CMake < 2.8.12 will be removed from a future version of
11:02:30   CMake.
11:02:30 
11:02:30   Update the VERSION argument <min> value or use a ...<max> suffix to tell
11:02:30   CMake that the project does not need compatibility with older versions.
11:02:30 
11:02:30 
11:02:30 -- The C compiler identification is GNU 12.2.1
11:02:30 -- Detecting C compiler ABI info
11:02:30 -- Detecting C compiler ABI info - done
11:02:30 -- Check for working C compiler: /usr/bin/gcc - skipped
11:02:30 -- Detecting C compile features
11:02:30 -- Detecting C compile features - done
11:02:30 -- Performing Test HAS_BUILTIN_FORTIFY
11:02:30 -- Performing Test HAS_BUILTIN_FORTIFY - Success
11:02:30 -- Configuring done (0.4s)
11:02:30 -- Generating done (0.0s)
11:02:30 -- Build files have been written to: /go/tini
11:02:30 + make tini-static
11:02:30 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:02:30 [100%] Linking C executable tini-static
11:02:30 [100%] Built target tini-static
11:02:30 + mkdir -p /usr/local/bin
11:02:30 + cp tini-static /usr/local/bin/docker-init
11:02:30 + for component in tini "proxy dynamic"
11:02:30 + TMP_GOPATH=/go
11:02:30 + hack/dockerfile/install/install.sh proxy dynamic
11:02:30 + RM_GOPATH=0
11:02:30 + TMP_GOPATH=/go
11:02:30 + : /usr/local/bin
11:02:30 + '[' -z /go ']'
11:02:30 + export GOPATH=/go
11:02:30 + GOPATH=/go
11:02:30 + case "$(go env GOARCH)" in
11:02:30 ++ go env GOARCH
11:02:30 + export GO_BUILDMODE=-buildmode=pie
11:02:30 + GO_BUILDMODE=-buildmode=pie
11:02:30 ++ dirname hack/dockerfile/install/install.sh
11:02:30 + dir=hack/dockerfile/install
11:02:30 + bin=proxy
11:02:30 + shift
11:02:30 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
11:02:30 + . hack/dockerfile/install/proxy.installer
11:02:30 ++ : 3f0048413d95802b9c6c836eba06bfc54f9dbd03
11:02:30 + install_proxy dynamic
11:02:30 + case "$1" in
11:02:30 + install_proxy_dynamic
11:02:30 + export PROXY_LDFLAGS=-linkmode=external install_proxy
11:02:30 + PROXY_LDFLAGS=-linkmode=external
11:02:30 + export BUILD_MODE=-buildmode=pie
11:02:30 + BUILD_MODE=-buildmode=pie
11:02:30 + _install_proxy
11:02:30 Install docker-proxy version 3f0048413d95802b9c6c836eba06bfc54f9dbd03
11:02:30 + echo 'Install docker-proxy version 3f0048413d95802b9c6c836eba06bfc54f9dbd03'
11:02:30 + git clone https://github.com/moby/libnetwork.git /go/src/github.com/docker/libnetwork
11:02:30 Cloning into '/go/src/github.com/docker/libnetwork'...
11:02:32 + cd /go/src/github.com/docker/libnetwork
11:02:32 + git checkout -q 3f0048413d95802b9c6c836eba06bfc54f9dbd03
11:02:32 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
11:02:38 + return
11:02:38 + VERSION=0.0.0-20230406105517-b82b9f3
11:02:38 + PRODUCT=docker
11:02:38 + hack/make.sh dynbinary
11:02:38 
11:02:38 Removing bundles/
11:02:38 
11:02:38 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:02:38 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20230406105517-b82b9f3
11:02:38 GOOS="" GOARCH="" GOARM=""
11:03:10 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20230406105517-b82b9f3
11:03:10 
11:03:10 + popd
11:03:10 ~/rpmbuild/BUILD/src
11:03:10 + RPM_EC=0
11:03:10 ++ jobs -p
11:03:10 + exit 0
11:03:10 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.B2QP5N
11:03:10 + umask 022
11:03:10 + cd /root/rpmbuild/BUILD
11:03:10 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64 '!=' / ']'
11:03:10 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64
11:03:10 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64
11:03:10 + mkdir -p /root/rpmbuild/BUILDROOT
11:03:10 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64
11:03:10 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:03:10 + export CFLAGS
11:03:10 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:03:10 + export CXXFLAGS
11:03:10 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:03:10 + export FFLAGS
11:03:10 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:03:10 + export FCFLAGS
11:03:10 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
11:03:10 + export LDFLAGS
11:03:10 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:03:10 + export LT_SYS_LIBRARY_PATH
11:03:10 + CC=gcc
11:03:10 + export CC
11:03:10 + CXX=g++
11:03:10 + export CXX
11:03:10 + cd src
11:03:10 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
11:03:10 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20230406105517-b82b9f3 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64/usr/bin/dockerd
11:03:10 + install -D -p -m 0755 /usr/local/bin/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64/usr/bin/docker-proxy
11:03:10 + install -D -p -m 755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64/usr/bin/docker-init
11:03:10 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64/usr/lib/systemd/system/docker.service
11:03:10 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64/usr/lib/systemd/system/docker.socket
11:03:10 + /usr/lib/rpm/check-buildroot
11:03:10 + /usr/lib/rpm/redhat/brp-ldconfig
11:03:10 + /usr/lib/rpm/brp-compress
11:03:10 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:03:10 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:03:10 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:03:10 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:03:10 + /usr/lib/rpm/check-rpaths
11:03:10 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:03:10 + /usr/lib/rpm/brp-remove-la-files
11:03:10 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:03:10 + /usr/lib/rpm/redhat/brp-python-hardlink
11:03:10 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.YmuCNz
11:03:10 + umask 022
11:03:10 + cd /root/rpmbuild/BUILD
11:03:10 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:03:10 + export CFLAGS
11:03:10 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:03:10 + export CXXFLAGS
11:03:10 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:03:10 + export FFLAGS
11:03:10 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:03:10 + export FCFLAGS
11:03:10 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
11:03:10 + export LDFLAGS
11:03:10 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:03:10 + export LT_SYS_LIBRARY_PATH
11:03:10 + CC=gcc
11:03:10 + export CC
11:03:10 + CXX=g++
11:03:10 + export CXX
11:03:10 + cd src
11:03:10 ++ engine/bundles/dynbinary-daemon/dockerd --version
11:03:10 + ver='Docker version 0.0.0-20230406105517-b82b9f3, build 0fdb994'
11:03:10 + test 'Docker version 0.0.0-20230406105517-b82b9f3, build 0fdb994' = 'Docker version 0.0.0-20230406105517-b82b9f3, build 0fdb994'
11:03:10 + echo 'PASS: daemon version OK'
11:03:10 + RPM_EC=0
11:03:10 PASS: daemon version OK
11:03:10 ++ jobs -p
11:03:10 + exit 0
11:03:10 Processing files: docker-ce-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64
11:03:11 Provides: docker-ce = 3:0.0.0~20230406105517.b82b9f3-0.fc37 docker-ce(x86-64) = 3:0.0.0~20230406105517.b82b9f3-0.fc37
11:03:11 Requires(interp): /bin/sh /bin/sh /bin/sh
11:03:11 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:03:11 Requires(post): /bin/sh
11:03:11 Requires(preun): /bin/sh
11:03:11 Requires(postun): /bin/sh
11:03:11 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH)
11:03:11 Conflicts: docker docker-ee docker-engine-cs docker-io
11:03:11 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
11:03:11 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64
11:03:11 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20230406105517.b82b9f3-0.fc37.src.rpm
11:03:58 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64.rpm
11:03:58 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.HSJS3x
11:03:58 + umask 022
11:03:58 + cd /root/rpmbuild/BUILD
11:03:58 + cd src
11:03:58 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64
11:03:58 + RPM_EC=0
11:03:58 ++ jobs -p
11:03:58 + exit 0
11:03:58 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.2NxHFR
11:03:58 + umask 022
11:03:58 + cd /root/rpmbuild/BUILD
11:03:58 + rm -rf src src.gemspec
11:03:58 + RPM_EC=0
11:03:58 ++ jobs -p
11:03:58 + exit 0
11:03:58     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:03:58     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:03:58     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:03:58     source_date_epoch_from_changelog set but %changelog is missing
11:03:58 
11:03:58 RPM build warnings:
11:03:58 warning: source_date_epoch_from_changelog set but %changelog is missing
11:03:58 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.MOp0My
11:03:58 + umask 022
11:03:58 + cd /root/rpmbuild/BUILD
11:03:58 + cd /root/rpmbuild/BUILD
11:03:58 + rm -rf src
11:03:58 + /usr/bin/mkdir -p src
11:03:58 + cd src
11:03:58 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/cli.tgz
11:03:58 + STATUS=0
11:03:58 + '[' 0 -ne 0 ']'
11:03:58 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/plugin-installers.tgz
11:03:58 + STATUS=0
11:03:58 + '[' 0 -ne 0 ']'
11:03:58 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:03:58 + RPM_EC=0
11:03:58 ++ jobs -p
11:03:58 + exit 0
11:03:58 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.2Fd4xP
11:03:58 + umask 022
11:03:58 + cd /root/rpmbuild/BUILD
11:03:58 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:03:58 + export CFLAGS
11:03:58 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:03:58 + export CXXFLAGS
11:03:58 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:03:58 + export FFLAGS
11:03:58 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:03:58 + export FCFLAGS
11:03:58 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
11:03:58 + export LDFLAGS
11:03:58 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:03:58 + export LT_SYS_LIBRARY_PATH
11:03:58 + CC=gcc
11:03:58 + export CC
11:03:58 + CXX=g++
11:03:58 + export CXX
11:03:58 + cd src
11:03:58 + mkdir -p /go/src/github.com/docker
11:03:58 + rm -f /go/src/github.com/docker/cli
11:03:58 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
11:03:58 + pushd /go/src/github.com/docker/cli
11:03:58 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
11:03:58 + DISABLE_WARN_OUTSIDE_CONTAINER=1
11:03:58 + make VERSION=0.0.0-20230406105517-b82b9f3 GITCOMMIT=b82b9f3 dynbinary manpages
11:03:58 GO_LINKMODE=dynamic ./scripts/build/binary
11:03:58 Building dynamic docker-linux-amd64
11:04:20 scripts/docs/generate-man.sh
11:04:47 Project root: /go/src/github.com/docker/cli
11:04:47 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
11:04:47 2023/05/04 11:04:45 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
11:04:47 + popd
11:04:47 + pushd /root/rpmbuild/BUILD/src/plugins
11:04:47 ~/rpmbuild/BUILD/src
11:04:47 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
11:04:47 + for installer in *.installer
11:04:47 + bash app.installer build
11:04:47 Cloning into '/go/src/github.com/docker/app'...
11:04:48 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=9d2c67f8 -X github.com/docker/app/internal.Version=v0.9.1-beta3" -o bin/docker-app ./cmd/docker-app
11:05:10 + for installer in *.installer
11:05:10 + bash buildx.installer build
11:05:10 Cloning into '/go/src/github.com/docker/buildx'...
11:05:10 + GO111MODULE=on
11:05:10 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.10.4-docker -X github.com/docker/buildx/version.Revision=c513d34049e499c53468deac6c4267ee72948f02 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
11:05:48 + popd
11:05:48 + RPM_EC=0
11:05:48 ~/rpmbuild/BUILD/src
11:05:48 ++ jobs -p
11:05:48 + exit 0
11:05:48 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.7Ej63x
11:05:48 + umask 022
11:05:48 + cd /root/rpmbuild/BUILD
11:05:48 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64 '!=' / ']'
11:05:48 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64
11:05:48 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64
11:05:48 + mkdir -p /root/rpmbuild/BUILDROOT
11:05:48 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64
11:05:48 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:05:48 + export CFLAGS
11:05:48 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:05:48 + export CXXFLAGS
11:05:48 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:05:48 + export FFLAGS
11:05:48 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:05:48 + export FCFLAGS
11:05:48 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
11:05:48 + export LDFLAGS
11:05:48 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:05:48 + export LT_SYS_LIBRARY_PATH
11:05:48 + CC=gcc
11:05:48 + export CC
11:05:48 + CXX=g++
11:05:48 + export CXX
11:05:48 + cd src
11:05:48 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64/usr/bin
11:05:48 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64/usr/bin/docker
11:05:48 + pushd /root/rpmbuild/BUILD/src/plugins
11:05:48 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
11:05:48 + for installer in *.installer
11:05:48 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64
11:05:48 + PREFIX=/usr/libexec/docker/cli-plugins
11:05:48 + bash app.installer install_plugin
11:05:48 + for installer in *.installer
11:05:48 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64
11:05:48 + PREFIX=/usr/libexec/docker/cli-plugins
11:05:48 + bash buildx.installer install_plugin
11:05:48 + popd
11:05:48 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64/usr/share/bash-completion/completions
11:05:48 ~/rpmbuild/BUILD/src
11:05:48 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64/usr/share/zsh/vendor-completions
11:05:48 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64/usr/share/fish/vendor_completions.d
11:05:48 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64/usr/share/bash-completion/completions/docker
11:05:48 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64/usr/share/zsh/vendor-completions/_docker
11:05:48 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64/usr/share/fish/vendor_completions.d/docker.fish
11:05:48 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64/usr/share/man/man1
11:05:48 + 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~20230406105517.b82b9f3-0.fc37.x86_64/usr/share/man/man1
11:05:48 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64/usr/share/man/man5
11:05:48 + 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~20230406105517.b82b9f3-0.fc37.x86_64/usr/share/man/man5
11:05:48 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64/usr/share/man/man8
11:05:48 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64/usr/share/man/man8
11:05:48 + mkdir -p build-docs
11:05:48 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:05:48 + cp cli/LICENSE build-docs/LICENSE
11:05:48 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:05:48 + cp cli/MAINTAINERS build-docs/MAINTAINERS
11:05:48 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:05:48 + cp cli/NOTICE build-docs/NOTICE
11:05:48 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:05:48 + cp cli/README.md build-docs/README.md
11:05:48 + /usr/lib/rpm/check-buildroot
11:05:48 + /usr/lib/rpm/redhat/brp-ldconfig
11:05:48 + /usr/lib/rpm/brp-compress
11:05:48 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:05:48 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:05:48 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:05:48 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:05:48 + /usr/lib/rpm/check-rpaths
11:05:48 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:05:48 + /usr/lib/rpm/brp-remove-la-files
11:05:48 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:05:48 + /usr/lib/rpm/redhat/brp-python-hardlink
11:05:48 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.gYHLBG
11:05:48 + umask 022
11:05:48 + cd /root/rpmbuild/BUILD
11:05:48 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:05:48 + export CFLAGS
11:05:48 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:05:48 + export CXXFLAGS
11:05:48 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:05:48 + export FFLAGS
11:05:48 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:05:48 + export FCFLAGS
11:05:48 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
11:05:48 + export LDFLAGS
11:05:48 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:05:48 + export LT_SYS_LIBRARY_PATH
11:05:48 + CC=gcc
11:05:48 + export CC
11:05:48 + CXX=g++
11:05:48 + export CXX
11:05:48 + cd src
11:05:48 ++ cli/build/docker --version
11:05:48 + ver='Docker version 0.0.0-20230406105517-b82b9f3, build b82b9f3'
11:05:48 + test 'Docker version 0.0.0-20230406105517-b82b9f3, build b82b9f3' = 'Docker version 0.0.0-20230406105517-b82b9f3, build b82b9f3'
11:05:48 + echo 'PASS: cli version OK'
11:05:48 + RPM_EC=0
11:05:48 PASS: cli version OK
11:05:48 ++ jobs -p
11:05:48 + exit 0
11:05:48 Processing files: docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64
11:05:48 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Uoy72B
11:05:48 + umask 022
11:05:48 + cd /root/rpmbuild/BUILD
11:05:48 + cd src
11:05:48 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64/usr/share/doc/docker-ce-cli
11:05:48 + export LC_ALL=C
11:05:48 + LC_ALL=C
11:05:48 + export DOCDIR
11:05:48 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64/usr/share/doc/docker-ce-cli
11:05:48 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64/usr/share/doc/docker-ce-cli
11:05:48 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64/usr/share/doc/docker-ce-cli
11:05:48 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64/usr/share/doc/docker-ce-cli
11:05:48 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64/usr/share/doc/docker-ce-cli
11:05:48 + RPM_EC=0
11:05:48 ++ jobs -p
11:05:48 + exit 0
11:05:48 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
11:05:48 Provides: docker-ce-cli = 1:0.0.0~20230406105517.b82b9f3-0.fc37 docker-ce-cli(x86-64) = 1:0.0.0~20230406105517.b82b9f3-0.fc37
11:05:48 Requires(interp): /bin/sh
11:05:48 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:05:48 Requires(post): /bin/sh
11:05:48 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) rtld(GNU_HASH)
11:05:48 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
11:05:48 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64
11:05:48 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.fc37.src.rpm
11:06:56 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64.rpm
11:06:56 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.zH5A72
11:06:56 + umask 022
11:06:56 + cd /root/rpmbuild/BUILD
11:06:56 + cd src
11:06:56 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64
11:06:56 + RPM_EC=0
11:06:56 ++ jobs -p
11:06:56 + exit 0
11:06:56 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.X07uxG
11:06:56 + umask 022
11:06:56 + cd /root/rpmbuild/BUILD
11:06:56 + rm -rf src src.gemspec
11:06:56 + RPM_EC=0
11:06:56 ++ jobs -p
11:06:56 + exit 0
11:06:56 
11:06:56 RPM build warnings:
11:06:56     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:06:56     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:06:56     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:06:56     source_date_epoch_from_changelog set but %changelog is missing
11:06:56     source_date_epoch_from_changelog set but %changelog is missing
11:06:56     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
11:06:56 warning: source_date_epoch_from_changelog set but %changelog is missing
11:06:56 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.iQPSOD
11:06:56 + umask 022
11:06:56 + cd /root/rpmbuild/BUILD
11:06:56 + cd /root/rpmbuild/BUILD
11:06:56 + rm -rf src
11:06:56 + /usr/bin/mkdir -p src
11:06:56 + cd src
11:06:56 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz
11:06:56 + STATUS=0
11:06:56 + '[' 0 -ne 0 ']'
11:06:56 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz
11:06:56 + STATUS=0
11:06:56 + '[' 0 -ne 0 ']'
11:06:56 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:06:56 + RPM_EC=0
11:06:56 ++ jobs -p
11:06:56 + exit 0
11:06:56 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.fboIVR
11:06:56 + umask 022
11:06:56 + cd /root/rpmbuild/BUILD
11:06:56 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:06:56 + export CFLAGS
11:06:56 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:06:56 + export CXXFLAGS
11:06:56 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:06:56 + export FFLAGS
11:06:56 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:06:56 + export FCFLAGS
11:06:56 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
11:06:56 + export LDFLAGS
11:06:56 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:06:56 + export LT_SYS_LIBRARY_PATH
11:06:56 + CC=gcc
11:06:56 + export CC
11:06:56 + CXX=g++
11:06:56 + export CXX
11:06:56 + cd src
11:06:56 + export DOCKER_GITCOMMIT=0fdb994
11:06:56 + DOCKER_GITCOMMIT=0fdb994
11:06:56 + mkdir -p /go/src/github.com/docker
11:06:56 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
11:06:56 + TMP_GOPATH=/go
11:06:56 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
11:06:56 + RM_GOPATH=0
11:06:56 + TMP_GOPATH=/go
11:06:56 + : /usr/local/bin
11:06:56 + '[' -z /go ']'
11:06:56 + export GOPATH=/go
11:06:56 + GOPATH=/go
11:06:56 + case "$(go env GOARCH)" in
11:06:56 ++ go env GOARCH
11:06:56 + export GO_BUILDMODE=-buildmode=pie
11:06:56 + GO_BUILDMODE=-buildmode=pie
11:06:56 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
11:06:56 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
11:06:56 + bin=rootlesskit
11:06:56 + shift
11:06:56 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
11:06:56 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
11:06:56 ++ : v0.14.4
11:06:56 + install_rootlesskit dynamic
11:06:56 + case "$1" in
11:06:56 + install_rootlesskit_dynamic
11:06:56 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:06:56 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:06:56 + export BUILD_MODE=-buildmode=pie
11:06:56 + BUILD_MODE=-buildmode=pie
11:06:56 + _install_rootlesskit
11:06:56 + echo 'Install rootlesskit version v0.14.4'
11:06:56 + for f in rootlesskit rootlesskit-docker-proxy
11:06:56 Install rootlesskit version v0.14.4
11:06:56 + GOBIN=/usr/local/bin
11:06:56 + GO111MODULE=on
11:06:56 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
11:06:56 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
11:06:56 go: downloading github.com/pkg/errors v0.9.1
11:06:56 go: downloading github.com/sirupsen/logrus v1.8.1
11:06:56 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
11:06:56 go: downloading github.com/urfave/cli/v2 v2.3.0
11:06:56 go: downloading github.com/google/uuid v1.3.0
11:06:56 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
11:06:56 go: downloading github.com/gofrs/flock v0.8.1
11:06:56 go: downloading github.com/moby/vpnkit v0.5.0
11:06:56 go: downloading github.com/gorilla/mux v1.8.0
11:06:56 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:06:56 go: downloading github.com/moby/sys/mountinfo v0.4.1
11:06:56 go: downloading github.com/u-root/u-root v7.0.0+incompatible
11:06:56 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
11:06:56 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
11:06:56 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:06:56 + for f in rootlesskit rootlesskit-docker-proxy
11:06:56 + GOBIN=/usr/local/bin
11:06:56 + GO111MODULE=on
11:06:56 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
11:06:56 + return
11:06:56 + RPM_EC=0
11:06:56 ++ jobs -p
11:06:56 + exit 0
11:06:56 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ssU1SH
11:06:56 + umask 022
11:06:56 + cd /root/rpmbuild/BUILD
11:06:56 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64 '!=' / ']'
11:06:56 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64
11:06:56 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64
11:06:56 + mkdir -p /root/rpmbuild/BUILDROOT
11:06:56 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64
11:06:56 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:06:56 + export CFLAGS
11:06:56 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:06:56 + export CXXFLAGS
11:06:56 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:06:56 + export FFLAGS
11:06:56 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:06:56 + export FCFLAGS
11:06:56 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
11:06:56 + export LDFLAGS
11:06:56 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:06:56 + export LT_SYS_LIBRARY_PATH
11:06:56 + CC=gcc
11:06:56 + export CC
11:06:56 + CXX=g++
11:06:56 + export CXX
11:06:56 + cd src
11:06:56 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64/usr/bin/dockerd-rootless.sh
11:06:56 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64/usr/bin/dockerd-rootless-setuptool.sh
11:06:56 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64/usr/bin/rootlesskit
11:06:56 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64/usr/bin/rootlesskit-docker-proxy
11:06:56 + /usr/lib/rpm/check-buildroot
11:06:56 + /usr/lib/rpm/redhat/brp-ldconfig
11:06:56 + /usr/lib/rpm/brp-compress
11:06:56 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:06:56 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:06:56 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:06:56 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:06:56 + /usr/lib/rpm/check-rpaths
11:06:56 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:06:56 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
11:06:56 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
11:06:56 + /usr/lib/rpm/brp-remove-la-files
11:06:56 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:06:56 + /usr/lib/rpm/redhat/brp-python-hardlink
11:06:56 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.5nYQdc
11:06:56 + umask 022
11:06:56 + cd /root/rpmbuild/BUILD
11:06:56 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:06:56 + export CFLAGS
11:06:56 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:06:56 + export CXXFLAGS
11:06:56 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:06:56 + export FFLAGS
11:06:56 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:06:56 + export FCFLAGS
11:06:56 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
11:06:56 + export LDFLAGS
11:06:56 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:06:56 + export LT_SYS_LIBRARY_PATH
11:06:56 + CC=gcc
11:06:56 + export CC
11:06:56 + CXX=g++
11:06:56 + export CXX
11:06:56 + cd src
11:06:56 + /usr/local/bin/rootlesskit -v
11:06:56 rootlesskit version 0.14.4
11:06:56 + RPM_EC=0
11:06:56 ++ jobs -p
11:06:56 + exit 0
11:06:56 Processing files: docker-ce-rootless-extras-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64
11:06:56 Provides: docker-ce-rootless-extras = 0:0.0.0~20230406105517.b82b9f3-0.fc37 docker-ce-rootless-extras(x86-64) = 0:0.0.0~20230406105517.b82b9f3-0.fc37
11:06:56 Requires(interp): /bin/sh /bin/sh /bin/sh
11:06:56 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:06:56 Requires(post): /bin/sh
11:06:56 Requires(preun): /bin/sh
11:06:56 Requires(postun): /bin/sh
11:06:56 Requires: /usr/bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) rtld(GNU_HASH)
11:06:56 Conflicts: rootlesskit
11:06:56 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64
11:06:56 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20230406105517.b82b9f3-0.fc37.src.rpm
11:07:03 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64.rpm
11:07:03 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.LLTAgI
11:07:03 + umask 022
11:07:03 + cd /root/rpmbuild/BUILD
11:07:03 + cd src
11:07:03 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64
11:07:03 + RPM_EC=0
11:07:03 ++ jobs -p
11:07:03 + exit 0
11:07:03 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.FkRixV
11:07:03 + umask 022
11:07:03 + cd /root/rpmbuild/BUILD
11:07:03 + rm -rf src src.gemspec
11:07:03 + RPM_EC=0
11:07:03 ++ jobs -p
11:07:03 + exit 0
11:07:03 
11:07:03 RPM build warnings:
11:07:03     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:07:03     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:07:03     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:07:03     source_date_epoch_from_changelog set but %changelog is missing
11:07:03     source_date_epoch_from_changelog set but %changelog is missing
11:07:03     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
11:07:03     source_date_epoch_from_changelog set but %changelog is missing
11:07:04 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-37"
11:07:05 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'