Skip to content

Console Output

11:00:43 + make REF=20.10 centos-9
11:00:43 git init src/github.com/docker/cli
11:00:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
11:00:43 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:00:43 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
11:00:43 + SRC=src/github.com/docker/cli
11:00:43 + REF=20.10
11:00:43 + REF_FETCH=20.10
11:00:43 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
11:00:43 + awk {print $2}
11:00:43 + REF=refs/heads/20.10
11:00:43 + [ -n refs/heads/20.10 ]
11:00:43 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
11:00:43 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
11:00:44 From https://github.com/docker/cli
11:00:44  * [new branch]      20.10      -> 20.10
11:00:44  * [new branch]      20.10      -> origin/20.10
11:00:44 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
11:00:44 git init src/github.com/docker/docker
11:00:44 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
11:00:44 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:00:44 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
11:00:44 + SRC=src/github.com/docker/docker
11:00:44 + REF=20.10
11:00:44 + REF_FETCH=20.10
11:00:44 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
11:00:44 + awk {print $2}
11:00:45 + REF=refs/heads/20.10
11:00:45 + [ -n refs/heads/20.10 ]
11:00:45 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
11:00:45 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
11:00:47 From https://github.com/docker/docker
11:00:47  * [new branch]      20.10      -> 20.10
11:00:47  * [new branch]      20.10      -> origin/20.10
11:00:47 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
11:00:47 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.19.9 centos-9
11:00:47 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'
11:00:47 mkdir -p rpmbuild/SOURCES
11:00:47 docker run --rm -w /v \
11:00:47 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
11:00:47 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
11:00:47 	alpine \
11:00:47 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:00:50 mkdir -p rpmbuild/SOURCES
11:00:50 docker run --rm -w /v \
11:00:50 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
11:00:50 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
11:00:50 	alpine \
11:00:50 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:00:52 mkdir -p rpmbuild/SOURCES
11:00:52 cp ../systemd/docker.service rpmbuild/SOURCES/docker.service
11:00:52 mkdir -p rpmbuild/SOURCES
11:00:52 cp ../systemd/docker.socket rpmbuild/SOURCES/docker.socket
11:00:52 docker run --rm -w /v \
11:00:52 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
11:00:52 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
11:00:52 	alpine \
11:00:52 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
11:00:53 == Building packages for centos-9 ==
11:00:53 mkdir -p "rpmbuild/centos-9"
11:00:53 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.9-buster -t rpmbuild-centos-9/x86_64 -f centos-9/Dockerfile .
11:00:54 #1 [internal] load .dockerignore
11:00:54 #1 transferring context: 2B done
11:00:54 #1 DONE 0.0s
11:00:54 
11:00:54 #2 [internal] load build definition from Dockerfile
11:00:54 #2 transferring dockerfile: 1.09kB done
11:00:54 #2 DONE 0.0s
11:00:54 
11:00:54 #3 [auth] library/golang:pull token for registry-1.docker.io
11:00:54 #3 DONE 0.0s
11:00:54 
11:00:54 #4 [internal] load metadata for docker.io/library/golang:1.19.9-buster
11:00:54 #4 DONE 0.3s
11:00:54 
11:00:54 #5 [internal] load metadata for quay.io/centos/centos:stream9
11:00:54 #5 DONE 0.6s
11:00:54 
11:00:54 #6 [internal] load build context
11:00:54 #6 transferring context: 9.70kB done
11:00:54 #6 DONE 0.0s
11:00:54 
11:00:54 #7 [stage-1 1/8] FROM quay.io/centos/centos:stream9@sha256:5d4193b21043f8b98e9e1e5c39ca8945e7ed816b663febc6092f811f4514062c
11:00:54 #7 resolve quay.io/centos/centos:stream9@sha256:5d4193b21043f8b98e9e1e5c39ca8945e7ed816b663febc6092f811f4514062c 0.0s done
11:00:54 #7 sha256:5d4193b21043f8b98e9e1e5c39ca8945e7ed816b663febc6092f811f4514062c 858B / 858B done
11:00:54 #7 sha256:40b2accec6e7ce1aa799610bac4a68cc378ad3dc0090ed57e984a2b119d92bd8 350B / 350B done
11:00:54 #7 sha256:a10a446ec545f32760d15aa5474ee2a815ff4b543ac341bbfa1625ead2fe41a7 1.16kB / 1.16kB done
11:00:54 #7 sha256:cce9ff7e73b5fc4f6cecab5afaf5927f2503a63b289c29c5b970a967f0b36988 1.05MB / 57.80MB 0.1s
11:00:54 #7 sha256:cce9ff7e73b5fc4f6cecab5afaf5927f2503a63b289c29c5b970a967f0b36988 24.12MB / 57.80MB 0.2s
11:00:54 #7 sha256:cce9ff7e73b5fc4f6cecab5afaf5927f2503a63b289c29c5b970a967f0b36988 45.09MB / 57.80MB 0.3s
11:00:55 #7 sha256:cce9ff7e73b5fc4f6cecab5afaf5927f2503a63b289c29c5b970a967f0b36988 57.80MB / 57.80MB 0.4s done
11:00:55 #7 extracting sha256:cce9ff7e73b5fc4f6cecab5afaf5927f2503a63b289c29c5b970a967f0b36988
11:00:56 #7 extracting sha256:cce9ff7e73b5fc4f6cecab5afaf5927f2503a63b289c29c5b970a967f0b36988 1.3s done
11:00:56 #7 DONE 1.9s
11:00:56 
11:00:56 #8 [stage-1 2/8] RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
11:00:57 #8 DONE 0.8s
11:00:57 
11:00:57 #9 [stage-1 3/8] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:00:59 #9 1.695 CentOS Stream 9 - BaseOS                        6.2 MB/s | 6.1 MB     00:00    
11:00:59 #9 ...
11:00:59 
11:00:59 #10 [golang 1/1] FROM docker.io/library/golang:1.19.9-buster@sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf
11:00:59 #10 resolve docker.io/library/golang:1.19.9-buster@sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf 0.0s done
11:00:59 #10 sha256:01ac335419db1e069547fbe652c44f03eb397c185cc800158d7364b738503fa1 156B / 156B 0.1s done
11:00:59 #10 sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf 988B / 988B done
11:00:59 #10 sha256:cdc00b4249de9afc7477dcb06f808aba12a978ca09c1f49c75c328777932f4e4 1.58kB / 1.58kB done
11:00:59 #10 sha256:c19b9df43e4d18e088a8c31545a08c5c7479d5629a863d11a3769876843bfcde 6.78kB / 6.78kB done
11:00:59 #10 sha256:dc205c7e6642eb762c821ae2d5356e70a30954ac4ff3c6d012d4463ff2ec8d91 149.07MB / 149.07MB 1.7s done
11:00:59 #10 extracting sha256:dc205c7e6642eb762c821ae2d5356e70a30954ac4ff3c6d012d4463ff2ec8d91 3.3s done
11:00:59 #10 extracting sha256:01ac335419db1e069547fbe652c44f03eb397c185cc800158d7364b738503fa1 done
11:00:59 #10 DONE 5.3s
11:00:59 
11:00:59 #9 [stage-1 3/8] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:01:01 #9 3.959 CentOS Stream 9 - AppStream                      17 MB/s |  17 MB     00:00    
11:01:06 #9 8.429 CentOS Stream 9 - Extras packages                15 kB/s |  12 kB     00:00    
11:01:06 #9 9.283 Dependencies resolved.
11:01:06 #9 9.294 ================================================================================
11:01:06 #9 9.294  Package                       Arch    Version                 Repository  Size
11:01:06 #9 9.294 ================================================================================
11:01:06 #9 9.294 Installing:
11:01:06 #9 9.294  dnf-plugins-core              noarch  4.3.0-4.el9             baseos      38 k
11:01:06 #9 9.294  rpm-build                     x86_64  4.16.1.3-22.el9         appstream  101 k
11:01:06 #9 9.294  rpmlint                       noarch  1.11-19.el9             appstream  198 k
11:01:06 #9 9.294 Installing dependencies:
11:01:06 #9 9.294  adobe-source-code-pro-fonts   noarch  2.030.1.050-12.el9.1    baseos     832 k
11:01:06 #9 9.294  binutils                      x86_64  2.35.2-39.el9           baseos     4.6 M
11:01:06 #9 9.294  bzip2                         x86_64  1.0.8-8.el9             baseos      56 k
11:01:06 #9 9.294  checkpolicy                   x86_64  3.5-1.el9               appstream  347 k
11:01:06 #9 9.294  cpio                          x86_64  2.13-16.el9             baseos     275 k
11:01:06 #9 9.294  cracklib                      x86_64  2.9.6-27.el9            baseos      94 k
11:01:06 #9 9.294  cracklib-dicts                x86_64  2.9.6-27.el9            baseos     3.6 M
11:01:06 #9 9.294  dbus-libs                     x86_64  1:1.12.20-7.el9         baseos     152 k
11:01:06 #9 9.294  desktop-file-utils            x86_64  0.26-6.el9              appstream   74 k
11:01:06 #9 9.294  diffutils                     x86_64  3.7-12.el9              baseos     397 k
11:01:06 #9 9.294  dwz                           x86_64  0.14-3.el9              appstream  128 k
11:01:06 #9 9.294  ed                            x86_64  1.14.2-12.el9           baseos      75 k
11:01:06 #9 9.294  efi-srpm-macros               noarch  4-9.el9                 appstream   23 k
11:01:06 #9 9.294  elfutils                      x86_64  0.189-2.el9             baseos     537 k
11:01:06 #9 9.294  elfutils-debuginfod-client    x86_64  0.189-2.el9             baseos      37 k
11:01:06 #9 9.294  emacs-filesystem              noarch  1:27.2-9.el9            appstream  8.9 k
11:01:06 #9 9.294  enchant                       x86_64  1:1.6.0-30.el9          appstream   62 k
11:01:06 #9 9.294  environment-modules           x86_64  5.0.1-2.el9             baseos     492 k
11:01:06 #9 9.294  file                          x86_64  5.39-12.el9             baseos      49 k
11:01:06 #9 9.294  fonts-srpm-macros             noarch  1:2.0.5-7.el9.1         appstream   28 k
11:01:06 #9 9.294  gcc-toolset-12-binutils       x86_64  2.38-16.el9             appstream  5.5 M
11:01:06 #9 9.294  gcc-toolset-12-binutils-gold  x86_64  2.38-14.el9             appstream  752 k
11:01:06 #9 9.294  gcc-toolset-12-runtime        x86_64  12.0-5.el9              appstream   55 k
11:01:06 #9 9.294  gdb-minimal                   x86_64  10.2-11.el9             appstream  3.5 M
11:01:06 #9 9.294  gdk-pixbuf2                   x86_64  2.42.6-3.el9            appstream  492 k
11:01:06 #9 9.294  ghc-srpm-macros               noarch  1.5.0-6.el9             appstream  8.8 k
11:01:06 #9 9.294  glib-networking               x86_64  2.68.3-3.el9            baseos     186 k
11:01:06 #9 9.294  glibc-gconv-extra             x86_64  2.34-66.el9             baseos     1.7 M
11:01:06 #9 9.294  go-srpm-macros                noarch  3.0.9-9.el9             appstream   27 k
11:01:06 #9 9.294  groff-base                    x86_64  1.22.4-10.el9           baseos     1.1 M
11:01:06 #9 9.294  gsettings-desktop-schemas     x86_64  40.0-6.el9              baseos     684 k
11:01:06 #9 9.294  hunspell                      x86_64  1.7.0-11.el9            appstream  325 k
11:01:06 #9 9.294  hunspell-en-GB                noarch  0.20140811.1-20.el9     appstream  226 k
11:01:06 #9 9.294  hunspell-en-US                noarch  0.20140811.1-20.el9     appstream  177 k
11:01:06 #9 9.294  hunspell-filesystem           x86_64  1.7.0-11.el9            appstream  8.7 k
11:01:06 #9 9.294  info                          x86_64  6.7-15.el9              baseos     225 k
11:01:06 #9 9.294  json-glib                     x86_64  1.6.6-1.el9             baseos     163 k
11:01:06 #9 9.294  kernel-srpm-macros            noarch  1.0-12.el9              appstream   16 k
11:01:06 #9 9.294  less                          x86_64  590-1.el9               baseos     163 k
11:01:06 #9 9.294  libappstream-glib             x86_64  0.7.18-4.el9            appstream  396 k
11:01:06 #9 9.294  libatomic                     x86_64  11.3.1-4.4.el9          baseos      40 k
11:01:06 #9 9.294  libbrotli                     x86_64  1.0.9-6.el9             baseos     314 k
11:01:06 #9 9.294  libdb                         x86_64  5.3.28-53.el9           baseos     738 k
11:01:06 #9 9.294  libeconf                      x86_64  0.4.1-2.el9             baseos      28 k
11:01:06 #9 9.294  libfdisk                      x86_64  2.37.4-10.el9           baseos     154 k
11:01:06 #9 9.294  libicu                        x86_64  67.1-9.el9              baseos     9.6 M
11:01:06 #9 9.294  libjpeg-turbo                 x86_64  2.0.90-6.el9            appstream  176 k
11:01:06 #9 9.294  libpipeline                   x86_64  1.5.3-4.el9             baseos      49 k
11:01:06 #9 9.294  libpkgconf                    x86_64  1.7.3-10.el9            baseos      36 k
11:01:06 #9 9.294  libpng                        x86_64  2:1.6.37-12.el9         baseos     117 k
11:01:06 #9 9.294  libproxy                      x86_64  0.4.15-35.el9           baseos      74 k
11:01:06 #9 9.294  libpsl                        x86_64  0.21.1-5.el9            baseos      64 k
11:01:06 #9 9.294  libpwquality                  x86_64  1.4.4-8.el9             baseos     119 k
11:01:06 #9 9.294  libselinux-utils              x86_64  3.5-1.el9               baseos     183 k
11:01:06 #9 9.294  libsoup                       x86_64  2.72.0-8.el9            appstream  405 k
11:01:06 #9 9.294  libstemmer                    x86_64  0-18.585svn.el9         appstream   83 k
11:01:06 #9 9.294  libutempter                   x86_64  1.2.1-6.el9             baseos      27 k
11:01:06 #9 9.294  lua-srpm-macros               noarch  1-6.el9                 appstream  9.5 k
11:01:06 #9 9.294  man-db                        x86_64  2.9.3-7.el9             baseos     1.2 M
11:01:06 #9 9.294  ncurses                       x86_64  6.2-8.20210508.el9      baseos     407 k
11:01:06 #9 9.294  ocaml-srpm-macros             noarch  6-6.el9                 appstream  8.8 k
11:01:06 #9 9.294  openblas-srpm-macros          noarch  2-11.el9                appstream  8.4 k
11:01:06 #9 9.294  openssl                       x86_64  1:3.0.7-6.el9           baseos     1.2 M
11:01:06 #9 9.294  pam                           x86_64  1.5.1-14.el9            baseos     621 k
11:01:06 #9 9.294  patch                         x86_64  2.7.6-16.el9            appstream  128 k
11:01:06 #9 9.294  perl-AutoLoader               noarch  5.74-480.el9            appstream   22 k
11:01:06 #9 9.294  perl-B                        x86_64  1.80-480.el9            appstream  181 k
11:01:06 #9 9.294  perl-Carp                     noarch  1.50-460.el9            appstream   30 k
11:01:06 #9 9.294  perl-Class-Struct             noarch  0.66-480.el9            appstream   23 k
11:01:06 #9 9.294  perl-Data-Dumper              x86_64  2.174-462.el9           appstream   56 k
11:01:06 #9 9.294  perl-Digest                   noarch  1.19-4.el9              appstream   26 k
11:01:06 #9 9.294  perl-Digest-MD5               x86_64  2.58-4.el9              appstream   37 k
11:01:06 #9 9.294  perl-Encode                   x86_64  4:3.08-462.el9          appstream  1.7 M
11:01:06 #9 9.294  perl-Errno                    x86_64  1.30-480.el9            appstream   16 k
11:01:06 #9 9.294  perl-Exporter                 noarch  5.74-461.el9            appstream   32 k
11:01:06 #9 9.294  perl-Fcntl                    x86_64  1.13-480.el9            appstream   22 k
11:01:06 #9 9.294  perl-File-Basename            noarch  2.85-480.el9            appstream   18 k
11:01:06 #9 9.294  perl-File-Path                noarch  2.18-4.el9              appstream   36 k
11:01:06 #9 9.294  perl-File-Temp                noarch  1:0.231.100-4.el9       appstream   60 k
11:01:06 #9 9.294  perl-File-stat                noarch  1.09-480.el9            appstream   18 k
11:01:06 #9 9.294  perl-FileHandle               noarch  2.03-480.el9            appstream   17 k
11:01:06 #9 9.294  perl-Getopt-Long              noarch  1:2.52-4.el9            appstream   61 k
11:01:06 #9 9.294  perl-Getopt-Std               noarch  1.12-480.el9            appstream   17 k
11:01:06 #9 9.294  perl-HTTP-Tiny                noarch  0.076-460.el9           appstream   55 k
11:01:06 #9 9.294  perl-IO                       x86_64  1.43-480.el9            appstream   90 k
11:01:06 #9 9.294  perl-IO-Socket-IP             noarch  0.41-5.el9              appstream   43 k
11:01:06 #9 9.294  perl-IPC-Open3                noarch  1.21-480.el9            appstream   24 k
11:01:06 #9 9.294  perl-MIME-Base64              x86_64  3.16-4.el9              appstream   31 k
11:01:06 #9 9.294  perl-Net-SSLeay               x86_64  1.92-2.el9              appstream  388 k
11:01:06 #9 9.294  perl-POSIX                    x86_64  1.94-480.el9            appstream   97 k
11:01:06 #9 9.294  perl-PathTools                x86_64  3.78-461.el9            appstream   88 k
11:01:06 #9 9.294  perl-Pod-Escapes              noarch  1:1.07-460.el9          appstream   21 k
11:01:06 #9 9.294  perl-Pod-Perldoc              noarch  3.28.01-461.el9         appstream   87 k
11:01:06 #9 9.294  perl-Pod-Simple               noarch  1:3.42-4.el9            appstream  225 k
11:01:06 #9 9.294  perl-Pod-Usage                noarch  4:2.01-4.el9            appstream   41 k
11:01:06 #9 9.294  perl-Scalar-List-Utils        x86_64  4:1.56-461.el9          appstream   73 k
11:01:06 #9 9.294  perl-SelectSaver              noarch  1.02-480.el9            appstream   13 k
11:01:06 #9 9.294  perl-Socket                   x86_64  4:2.031-4.el9           appstream   56 k
11:01:06 #9 9.294  perl-Storable                 x86_64  1:3.21-460.el9          appstream   96 k
11:01:06 #9 9.294  perl-Symbol                   noarch  1.08-480.el9            appstream   15 k
11:01:06 #9 9.294  perl-Term-ANSIColor           noarch  5.01-461.el9            appstream   49 k
11:01:06 #9 9.294  perl-Term-Cap                 noarch  1.17-460.el9            appstream   23 k
11:01:06 #9 9.294  perl-Text-ParseWords          noarch  3.30-460.el9            appstream   17 k
11:01:06 #9 9.294  perl-Text-Tabs+Wrap           noarch  2013.0523-460.el9       appstream   24 k
11:01:06 #9 9.294  perl-Time-Local               noarch  2:1.300-7.el9           appstream   34 k
11:01:06 #9 9.294  perl-URI                      noarch  5.09-3.el9              appstream  121 k
11:01:06 #9 9.294  perl-base                     noarch  2.27-480.el9            appstream   17 k
11:01:06 #9 9.294  perl-constant                 noarch  1.33-461.el9            appstream   24 k
11:01:06 #9 9.294  perl-if                       noarch  0.60.800-480.el9        appstream   15 k
11:01:06 #9 9.294  perl-interpreter              x86_64  4:5.32.1-480.el9        appstream   72 k
11:01:06 #9 9.294  perl-libnet                   noarch  3.13-4.el9              appstream  130 k
11:01:06 #9 9.294  perl-libs                     x86_64  4:5.32.1-480.el9        appstream  2.2 M
11:01:06 #9 9.294  perl-mro                      x86_64  1.23-480.el9            appstream   29 k
11:01:06 #9 9.294  perl-overload                 noarch  1.31-480.el9            appstream   47 k
11:01:06 #9 9.294  perl-overloading              noarch  0.02-480.el9            appstream   14 k
11:01:06 #9 9.294  perl-parent                   noarch  1:0.238-460.el9         appstream   15 k
11:01:06 #9 9.294  perl-podlators                noarch  1:4.14-460.el9          appstream  114 k
11:01:06 #9 9.294  perl-srpm-macros              noarch  1-41.el9                appstream  9.1 k
11:01:06 #9 9.294  perl-subs                     noarch  1.03-480.el9            appstream   13 k
11:01:06 #9 9.294  perl-vars                     noarch  1.05-480.el9            appstream   14 k
11:01:06 #9 9.294  pkgconf                       x86_64  1.7.3-10.el9            baseos      41 k
11:01:06 #9 9.294  pkgconf-m4                    noarch  1.7.3-10.el9            baseos      15 k
11:01:06 #9 9.294  pkgconf-pkg-config            x86_64  1.7.3-10.el9            baseos      11 k
11:01:06 #9 9.294  policycoreutils               x86_64  3.5-1.el9               baseos     238 k
11:01:06 #9 9.294  policycoreutils-python-utils  noarch  3.5-1.el9               appstream   77 k
11:01:06 #9 9.294  procps-ng                     x86_64  3.3.17-11.el9           baseos     346 k
11:01:06 #9 9.294  publicsuffix-list-dafsa       noarch  20210518-3.el9          baseos      58 k
11:01:06 #9 9.294  pyproject-srpm-macros         noarch  1.6.2-1.el9             appstream   15 k
11:01:06 #9 9.294  python-srpm-macros            noarch  3.9-52.el9              appstream   24 k
11:01:06 #9 9.294  python3-audit                 x86_64  3.0.7-103.el9           appstream   84 k
11:01:06 #9 9.294  python3-dateutil              noarch  1:2.8.1-6.el9           baseos     302 k
11:01:06 #9 9.294  python3-dbus                  x86_64  1.2.18-2.el9            baseos     144 k
11:01:06 #9 9.294  python3-distro                noarch  1.5.0-7.el9             baseos      37 k
11:01:06 #9 9.294  python3-dnf-plugins-core      noarch  4.3.0-4.el9             baseos     260 k
11:01:06 #9 9.294  python3-enchant               noarch  3.2.0-5.el9             appstream   86 k
11:01:06 #9 9.294  python3-file-magic            noarch  5.39-12.el9             appstream   17 k
11:01:06 #9 9.294  python3-libselinux            x86_64  3.5-1.el9               appstream  188 k
11:01:06 #9 9.294  python3-libsemanage           x86_64  3.5-2.el9               appstream   80 k
11:01:06 #9 9.294  python3-policycoreutils       noarch  3.5-1.el9               appstream  2.1 M
11:01:06 #9 9.294  python3-setools               x86_64  4.4.1-1.el9             baseos     596 k
11:01:06 #9 9.294  python3-setuptools            noarch  53.0.0-12.el9           baseos     944 k
11:01:06 #9 9.294  python3-six                   noarch  1.15.0-9.el9            baseos      37 k
11:01:06 #9 9.294  python3-systemd               x86_64  234-18.el9              baseos      90 k
11:01:06 #9 9.294  qt5-srpm-macros               noarch  5.15.9-1.el9            appstream  8.8 k
11:01:06 #9 9.294  redhat-rpm-config             noarch  199-1.el9               appstream   72 k
11:01:06 #9 9.294  rust-srpm-macros              noarch  17-4.el9                appstream   10 k
11:01:06 #9 9.294  scl-utils                     x86_64  1:2.0.3-4.el9           appstream   37 k
11:01:06 #9 9.294  shared-mime-info              x86_64  2.1-5.el9               baseos     558 k
11:01:06 #9 9.294  systemd-libs                  x86_64  252-8.el9               baseos     649 k
11:01:06 #9 9.294  tcl                           x86_64  1:8.6.10-7.el9          baseos     1.1 M
11:01:06 #9 9.294  unzip                         x86_64  6.0-56.el9              baseos     182 k
11:01:06 #9 9.294  util-linux                    x86_64  2.37.4-10.el9           baseos     2.3 M
11:01:06 #9 9.294  util-linux-core               x86_64  2.37.4-10.el9           baseos     459 k
11:01:06 #9 9.294  vim-filesystem                noarch  2:8.2.2637-20.el9       baseos      18 k
11:01:06 #9 9.294  webkit2gtk3-jsc               x86_64  2.38.5-1.el9            appstream  6.5 M
11:01:06 #9 9.294  xz                            x86_64  5.2.5-8.el9             baseos     226 k
11:01:06 #9 9.294  zip                           x86_64  3.0-35.el9              baseos     266 k
11:01:06 #9 9.294  zstd                          x86_64  1.5.1-2.el9             baseos     548 k
11:01:06 #9 9.294 Installing weak dependencies:
11:01:06 #9 9.294  abattis-cantarell-fonts       noarch  0.301-4.el9             appstream  365 k
11:01:06 #9 9.294  hunspell-en                   noarch  0.20140811.1-20.el9     appstream  187 k
11:01:06 #9 9.294  libproxy-webkitgtk4           x86_64  0.4.15-35.el9           appstream   22 k
11:01:06 #9 9.294  perl-IO-Socket-SSL            noarch  2.073-1.el9             appstream  219 k
11:01:06 #9 9.294  perl-Mozilla-CA               noarch  20200520-6.el9          appstream   13 k
11:01:06 #9 9.294  perl-NDBM_File                x86_64  1.15-480.el9            appstream   23 k
11:01:06 #9 9.294 
11:01:06 #9 9.294 Transaction Summary
11:01:06 #9 9.294 ================================================================================
11:01:06 #9 9.294 Install  167 Packages
11:01:06 #9 9.294 
11:01:06 #9 9.300 Total download size: 69 M
11:01:06 #9 9.300 Installed size: 246 M
11:01:06 #9 9.301 Downloading Packages:
11:01:07 #9 10.23 (1/167): adobe-source-code-pro-fonts-2.030.1.05 2.7 MB/s | 832 kB     00:00    
11:01:07 #9 10.23 (2/167): bzip2-1.0.8-8.el9.x86_64.rpm           185 kB/s |  56 kB     00:00    
11:01:07 #9 10.25 (3/167): cracklib-2.9.6-27.el9.x86_64.rpm       9.9 MB/s |  94 kB     00:00    
11:01:07 #9 10.27 (4/167): binutils-2.35.2-39.el9.x86_64.rpm       13 MB/s | 4.6 MB     00:00    
11:01:07 #9 10.28 (5/167): cpio-2.13-16.el9.x86_64.rpm            6.6 MB/s | 275 kB     00:00    
11:01:07 #9 10.29 (6/167): diffutils-3.7-12.el9.x86_64.rpm         38 MB/s | 397 kB     00:00    
11:01:07 #9 10.31 (7/167): cracklib-dicts-2.9.6-27.el9.x86_64.rpm  58 MB/s | 3.6 MB     00:00    
11:01:07 #9 10.32 (8/167): dbus-libs-1.12.20-7.el9.x86_64.rpm     4.4 MB/s | 152 kB     00:00    
11:01:07 #9 10.32 (9/167): dnf-plugins-core-4.3.0-4.el9.noarch.rp 1.4 MB/s |  38 kB     00:00    
11:01:07 #9 10.32 (10/167): ed-1.14.2-12.el9.x86_64.rpm            12 MB/s |  75 kB     00:00    
11:01:07 #9 10.33 (11/167): elfutils-0.189-2.el9.x86_64.rpm        41 MB/s | 537 kB     00:00    
11:01:07 #9 10.33 (12/167): elfutils-debuginfod-client-0.189-2.el 3.1 MB/s |  37 kB     00:00    
11:01:07 #9 10.34 (13/167): environment-modules-5.0.1-2.el9.x86_6  33 MB/s | 492 kB     00:00    
11:01:07 #9 10.34 (14/167): file-5.39-12.el9.x86_64.rpm           5.3 MB/s |  49 kB     00:00    
11:01:07 #9 10.35 (15/167): glib-networking-2.68.3-3.el9.x86_64.r  14 MB/s | 186 kB     00:00    
11:01:07 #9 10.36 (16/167): gsettings-desktop-schemas-40.0-6.el9.  57 MB/s | 684 kB     00:00    
11:01:07 #9 10.37 (17/167): groff-base-1.22.4-10.el9.x86_64.rpm    50 MB/s | 1.1 MB     00:00    
11:01:07 #9 10.38 (18/167): glibc-gconv-extra-2.34-66.el9.x86_64.  39 MB/s | 1.7 MB     00:00    
11:01:07 #9 10.39 (19/167): info-6.7-15.el9.x86_64.rpm            8.0 MB/s | 225 kB     00:00    
11:01:07 #9 10.39 (20/167): json-glib-1.6.6-1.el9.x86_64.rpm      7.6 MB/s | 163 kB     00:00    
11:01:07 #9 10.39 (21/167): libatomic-11.3.1-4.4.el9.x86_64.rpm   5.8 MB/s |  40 kB     00:00    
11:01:07 #9 10.40 (22/167): less-590-1.el9.x86_64.rpm              14 MB/s | 163 kB     00:00    
11:01:07 #9 10.40 (23/167): libbrotli-1.0.9-6.el9.x86_64.rpm       27 MB/s | 314 kB     00:00    
11:01:07 #9 10.41 (24/167): libdb-5.3.28-53.el9.x86_64.rpm         44 MB/s | 738 kB     00:00    
11:01:07 #9 10.42 (25/167): libeconf-0.4.1-2.el9.x86_64.rpm       2.7 MB/s |  28 kB     00:00    
11:01:07 #9 10.42 (26/167): libfdisk-2.37.4-10.el9.x86_64.rpm      11 MB/s | 154 kB     00:00    
11:01:07 #9 10.43 (27/167): libpipeline-1.5.3-4.el9.x86_64.rpm    4.1 MB/s |  49 kB     00:00    
11:01:07 #9 10.44 (28/167): libpkgconf-1.7.3-10.el9.x86_64.rpm    2.3 MB/s |  36 kB     00:00    
11:01:07 #9 10.49 (29/167): libicu-67.1-9.el9.x86_64.rpm          125 MB/s | 9.6 MB     00:00    
11:01:07 #9 10.49 (30/167): libpng-1.6.37-12.el9.x86_64.rpm       2.0 MB/s | 117 kB     00:00    
11:01:07 #9 10.49 (31/167): libproxy-0.4.15-35.el9.x86_64.rpm     1.3 MB/s |  74 kB     00:00    
11:01:07 #9 10.50 (32/167): libpwquality-1.4.4-8.el9.x86_64.rpm    20 MB/s | 119 kB     00:00    
11:01:07 #9 10.50 (33/167): libpsl-0.21.1-5.el9.x86_64.rpm        6.8 MB/s |  64 kB     00:00    
11:01:07 #9 10.51 (34/167): libselinux-utils-3.5-1.el9.x86_64.rpm  14 MB/s | 183 kB     00:00    
11:01:07 #9 10.51 (35/167): libutempter-1.2.1-6.el9.x86_64.rpm    2.9 MB/s |  27 kB     00:00    
11:01:07 #9 10.52 (36/167): man-db-2.9.3-7.el9.x86_64.rpm          81 MB/s | 1.2 MB     00:00    
11:01:07 #9 10.53 (37/167): ncurses-6.2-8.20210508.el9.x86_64.rpm  18 MB/s | 407 kB     00:00    
11:01:07 #9 10.54 (38/167): openssl-3.0.7-6.el9.x86_64.rpm         44 MB/s | 1.2 MB     00:00    
11:01:07 #9 10.55 (39/167): pam-1.5.1-14.el9.x86_64.rpm            28 MB/s | 621 kB     00:00    
11:01:07 #9 10.55 (40/167): pkgconf-m4-1.7.3-10.el9.noarch.rpm    1.5 MB/s |  15 kB     00:00    
11:01:07 #9 10.55 (41/167): pkgconf-1.7.3-10.el9.x86_64.rpm       3.2 MB/s |  41 kB     00:00    
11:01:07 #9 10.56 (42/167): pkgconf-pkg-config-1.7.3-10.el9.x86_6 1.5 MB/s |  11 kB     00:00    
11:01:07 #9 10.56 (43/167): policycoreutils-3.5-1.el9.x86_64.rpm   25 MB/s | 238 kB     00:00    
11:01:07 #9 10.56 (44/167): publicsuffix-list-dafsa-20210518-3.el 7.6 MB/s |  58 kB     00:00    
11:01:07 #9 10.57 (45/167): procps-ng-3.3.17-11.el9.x86_64.rpm     26 MB/s | 346 kB     00:00    
11:01:07 #9 10.58 (46/167): python3-dateutil-2.8.1-6.el9.noarch.r  20 MB/s | 302 kB     00:00    
11:01:07 #9 10.58 (47/167): python3-dbus-1.2.18-2.el9.x86_64.rpm  9.7 MB/s | 144 kB     00:00    
11:01:07 #9 10.58 (48/167): python3-distro-1.5.0-7.el9.noarch.rpm 2.9 MB/s |  37 kB     00:00    
11:01:07 #9 10.59 (49/167): python3-setools-4.4.1-1.el9.x86_64.rp  53 MB/s | 596 kB     00:00    
11:01:07 #9 10.60 (50/167): python3-dnf-plugins-core-4.3.0-4.el9.  14 MB/s | 260 kB     00:00    
11:01:07 #9 10.60 (51/167): python3-setuptools-53.0.0-12.el9.noar  43 MB/s | 944 kB     00:00    
11:01:07 #9 10.61 (52/167): python3-six-1.15.0-9.el9.noarch.rpm   2.5 MB/s |  37 kB     00:00    
11:01:07 #9 10.61 (53/167): python3-systemd-234-18.el9.x86_64.rpm  13 MB/s |  90 kB     00:00    
11:01:07 #9 10.62 (54/167): shared-mime-info-2.1-5.el9.x86_64.rpm  37 MB/s | 558 kB     00:00    
11:01:07 #9 10.63 (55/167): tcl-8.6.10-7.el9.x86_64.rpm            61 MB/s | 1.1 MB     00:00    
11:01:07 #9 10.64 (56/167): systemd-libs-252-8.el9.x86_64.rpm      21 MB/s | 649 kB     00:00    
11:01:07 #9 10.64 (57/167): unzip-6.0-56.el9.x86_64.rpm           9.2 MB/s | 182 kB     00:00    
11:01:07 #9 10.66 (58/167): util-linux-2.37.4-10.el9.x86_64.rpm    82 MB/s | 2.3 MB     00:00    
11:01:07 #9 10.67 (59/167): util-linux-core-2.37.4-10.el9.x86_64.  20 MB/s | 459 kB     00:00    
11:01:07 #9 10.67 (60/167): vim-filesystem-8.2.2637-20.el9.noarch 717 kB/s |  18 kB     00:00    
11:01:07 #9 10.67 (61/167): xz-5.2.5-8.el9.x86_64.rpm              17 MB/s | 226 kB     00:00    
11:01:07 #9 10.68 (62/167): zstd-1.5.1-2.el9.x86_64.rpm            51 MB/s | 548 kB     00:00    
11:01:07 #9 10.69 (63/167): zip-3.0-35.el9.x86_64.rpm              16 MB/s | 266 kB     00:00    
11:01:07 #9 10.69 (64/167): abattis-cantarell-fonts-0.301-4.el9.n  21 MB/s | 365 kB     00:00    
11:01:07 #9 10.70 (65/167): checkpolicy-3.5-1.el9.x86_64.rpm       22 MB/s | 347 kB     00:00    
11:01:07 #9 10.70 (66/167): dwz-0.14-3.el9.x86_64.rpm              16 MB/s | 128 kB     00:00    
11:01:07 #9 10.71 (67/167): desktop-file-utils-0.26-6.el9.x86_64. 6.2 MB/s |  74 kB     00:00    
11:01:07 #9 10.71 (68/167): efi-srpm-macros-4-9.el9.noarch.rpm    2.4 MB/s |  23 kB     00:00    
11:01:07 #9 10.71 (69/167): emacs-filesystem-27.2-9.el9.noarch.rp 1.0 MB/s | 8.9 kB     00:00    
11:01:07 #9 10.71 (70/167): enchant-1.6.0-30.el9.x86_64.rpm       9.6 MB/s |  62 kB     00:00    
11:01:07 #9 10.72 (71/167): fonts-srpm-macros-2.0.5-7.el9.1.noarc 3.0 MB/s |  28 kB     00:00    
11:01:07 #9 10.76 (72/167): gcc-toolset-12-binutils-2.38-16.el9.x 120 MB/s | 5.5 MB     00:00    
11:01:07 #9 10.76 (73/167): gcc-toolset-12-runtime-12.0-5.el9.x86 1.4 MB/s |  55 kB     00:00    
11:01:07 #9 10.77 (74/167): gcc-toolset-12-binutils-gold-2.38-14.  16 MB/s | 752 kB     00:00    
11:01:07 #9 10.79 (75/167): gdb-minimal-10.2-11.el9.x86_64.rpm    104 MB/s | 3.5 MB     00:00    
11:01:07 #9 10.80 (76/167): gdk-pixbuf2-2.42.6-3.el9.x86_64.rpm    12 MB/s | 492 kB     00:00    
11:01:07 #9 10.80 (77/167): ghc-srpm-macros-1.5.0-6.el9.noarch.rp 279 kB/s | 8.8 kB     00:00    
11:01:08 #9 10.81 (78/167): hunspell-1.7.0-11.el9.x86_64.rpm       42 MB/s | 325 kB     00:00    
11:01:08 #9 10.81 (79/167): go-srpm-macros-3.0.9-9.el9.noarch.rpm 2.4 MB/s |  27 kB     00:00    
11:01:08 #9 10.82 (80/167): hunspell-en-0.20140811.1-20.el9.noarc  13 MB/s | 187 kB     00:00    
11:01:08 #9 10.82 (81/167): hunspell-en-GB-0.20140811.1-20.el9.no  22 MB/s | 226 kB     00:00    
11:01:08 #9 10.82 (82/167): hunspell-filesystem-1.7.0-11.el9.x86_ 1.3 MB/s | 8.7 kB     00:00    
11:01:08 #9 10.83 (83/167): hunspell-en-US-0.20140811.1-20.el9.no  16 MB/s | 177 kB     00:00    
11:01:08 #9 10.83 (84/167): kernel-srpm-macros-1.0-12.el9.noarch. 1.7 MB/s |  16 kB     00:00    
11:01:08 #9 10.84 (85/167): libappstream-glib-0.7.18-4.el9.x86_64  32 MB/s | 396 kB     00:00    
11:01:08 #9 10.84 (86/167): libproxy-webkitgtk4-0.4.15-35.el9.x86 2.8 MB/s |  22 kB     00:00    
11:01:08 #9 10.84 (87/167): libjpeg-turbo-2.0.90-6.el9.x86_64.rpm  14 MB/s | 176 kB     00:00    
11:01:08 #9 10.85 (88/167): libsoup-2.72.0-8.el9.x86_64.rpm        31 MB/s | 405 kB     00:00    
11:01:08 #9 10.85 (89/167): libstemmer-0-18.585svn.el9.x86_64.rpm 6.7 MB/s |  83 kB     00:00    
11:01:08 #9 10.86 (90/167): lua-srpm-macros-1-6.el9.noarch.rpm    879 kB/s | 9.5 kB     00:00    
11:01:08 #9 10.86 (91/167): ocaml-srpm-macros-6-6.el9.noarch.rpm  1.5 MB/s | 8.8 kB     00:00    
11:01:08 #9 10.86 (92/167): openblas-srpm-macros-2-11.el9.noarch. 1.0 MB/s | 8.4 kB     00:00    
11:01:08 #9 10.86 (93/167): patch-2.7.6-16.el9.x86_64.rpm          14 MB/s | 128 kB     00:00    
11:01:08 #9 10.87 (94/167): perl-AutoLoader-5.74-480.el9.noarch.r 3.3 MB/s |  22 kB     00:00    
11:01:08 #9 10.87 (95/167): perl-B-1.80-480.el9.x86_64.rpm         16 MB/s | 181 kB     00:00    
11:01:08 #9 10.88 (96/167): perl-Carp-1.50-460.el9.noarch.rpm     3.0 MB/s |  30 kB     00:00    
11:01:08 #9 10.88 (97/167): perl-Class-Struct-0.66-480.el9.noarch 2.5 MB/s |  23 kB     00:00    
11:01:08 #9 10.88 (98/167): perl-Digest-1.19-4.el9.noarch.rpm     5.2 MB/s |  26 kB     00:00    
11:01:08 #9 10.88 (99/167): perl-Data-Dumper-2.174-462.el9.x86_64 6.7 MB/s |  56 kB     00:00    
11:01:08 #9 10.89 (100/167): perl-Digest-MD5-2.58-4.el9.x86_64.rp 4.1 MB/s |  37 kB     00:00    
11:01:08 #9 10.91 (101/167): perl-Encode-3.08-462.el9.x86_64.rpm   59 MB/s | 1.7 MB     00:00    
11:01:08 #9 10.91 (102/167): perl-Errno-1.30-480.el9.x86_64.rpm   570 kB/s |  16 kB     00:00    
11:01:08 #9 10.92 (103/167): perl-Exporter-5.74-461.el9.noarch.rp 1.1 MB/s |  32 kB     00:00    
11:01:08 #9 10.92 (104/167): perl-File-Basename-2.85-480.el9.noar 3.0 MB/s |  18 kB     00:00    
11:01:08 #9 10.92 (105/167): perl-Fcntl-1.13-480.el9.x86_64.rpm   2.5 MB/s |  22 kB     00:00    
11:01:08 #9 10.92 (106/167): perl-File-Path-2.18-4.el9.noarch.rpm 4.6 MB/s |  36 kB     00:00    
11:01:08 #9 10.93 (107/167): perl-File-Temp-0.231.100-4.el9.noarc 6.5 MB/s |  60 kB     00:00    
11:01:08 #9 10.93 (108/167): perl-FileHandle-2.03-480.el9.noarch. 2.8 MB/s |  17 kB     00:00    
11:01:08 #9 10.93 (109/167): perl-File-stat-1.09-480.el9.noarch.r 2.1 MB/s |  18 kB     00:00    
11:01:08 #9 10.94 (110/167): perl-Getopt-Long-2.52-4.el9.noarch.r 8.4 MB/s |  61 kB     00:00    
11:01:08 #9 10.94 (111/167): perl-Getopt-Std-1.12-480.el9.noarch. 2.4 MB/s |  17 kB     00:00    
11:01:08 #9 10.94 (112/167): perl-HTTP-Tiny-0.076-460.el9.noarch. 9.0 MB/s |  55 kB     00:00    
11:01:08 #9 10.95 (113/167): perl-IO-1.43-480.el9.x86_64.rpm      9.2 MB/s |  90 kB     00:00    
11:01:08 #9 10.95 (114/167): perl-IO-Socket-IP-0.41-5.el9.noarch. 4.2 MB/s |  43 kB     00:00    
11:01:08 #9 10.95 (115/167): perl-IO-Socket-SSL-2.073-1.el9.noarc  20 MB/s | 219 kB     00:00    
11:01:08 #9 10.96 (116/167): perl-MIME-Base64-3.16-4.el9.x86_64.r 4.3 MB/s |  31 kB     00:00    
11:01:08 #9 10.96 (117/167): perl-IPC-Open3-1.21-480.el9.noarch.r 2.4 MB/s |  24 kB     00:00    
11:01:08 #9 10.96 (118/167): perl-Mozilla-CA-20200520-6.el9.noarc 1.5 MB/s |  13 kB     00:00    
11:01:08 #9 10.96 (119/167): perl-NDBM_File-1.15-480.el9.x86_64.r 3.1 MB/s |  23 kB     00:00    
11:01:08 #9 10.97 (120/167): perl-Net-SSLeay-1.92-2.el9.x86_64.rp  36 MB/s | 388 kB     00:00    
11:01:08 #9 10.97 (121/167): perl-PathTools-3.78-461.el9.x86_64.r  10 MB/s |  88 kB     00:00    
11:01:08 #9 10.98 (122/167): perl-POSIX-1.94-480.el9.x86_64.rpm   7.6 MB/s |  97 kB     00:00    
11:01:08 #9 10.98 (123/167): perl-Pod-Escapes-1.07-460.el9.noarch 2.1 MB/s |  21 kB     00:00    
11:01:08 #9 10.98 (124/167): perl-Pod-Perldoc-3.28.01-461.el9.noa 8.6 MB/s |  87 kB     00:00    
11:01:08 #9 10.99 (125/167): perl-Pod-Usage-2.01-4.el9.noarch.rpm 6.4 MB/s |  41 kB     00:00    
11:01:08 #9 10.99 (126/167): perl-Pod-Simple-3.42-4.el9.noarch.rp  20 MB/s | 225 kB     00:00    
11:01:08 #9 10.99 (127/167): perl-Scalar-List-Utils-1.56-461.el9. 7.3 MB/s |  73 kB     00:00    
11:01:08 #9 11.00 (128/167): perl-SelectSaver-1.02-480.el9.noarch 1.3 MB/s |  13 kB     00:00    
11:01:08 #9 11.00 (129/167): perl-Storable-3.21-460.el9.x86_64.rp  16 MB/s |  96 kB     00:00    
11:01:08 #9 11.00 (130/167): perl-Socket-2.031-4.el9.x86_64.rpm   5.9 MB/s |  56 kB     00:00    
11:01:08 #9 11.01 (131/167): perl-Symbol-1.08-480.el9.noarch.rpm  1.7 MB/s |  15 kB     00:00    
11:01:08 #9 11.01 (132/167): perl-Term-ANSIColor-5.01-461.el9.noa 5.2 MB/s |  49 kB     00:00    
11:01:08 #9 11.01 (133/167): perl-Term-Cap-1.17-460.el9.noarch.rp 3.4 MB/s |  23 kB     00:00    
11:01:08 #9 11.02 (134/167): perl-Text-ParseWords-3.30-460.el9.no 1.8 MB/s |  17 kB     00:00    
11:01:08 #9 11.02 (135/167): perl-Text-Tabs+Wrap-2013.0523-460.el 2.6 MB/s |  24 kB     00:00    
11:01:08 #9 11.02 (136/167): perl-URI-5.09-3.el9.noarch.rpm        18 MB/s | 121 kB     00:00    
11:01:08 #9 11.03 (137/167): perl-Time-Local-1.300-7.el9.noarch.r 3.5 MB/s |  34 kB     00:00    
11:01:08 #9 11.03 (138/167): perl-base-2.27-480.el9.noarch.rpm    2.0 MB/s |  17 kB     00:00    
11:01:08 #9 11.03 (139/167): perl-constant-1.33-461.el9.noarch.rp 2.9 MB/s |  24 kB     00:00    
11:01:08 #9 11.04 (140/167): perl-interpreter-5.32.1-480.el9.x86_  11 MB/s |  72 kB     00:00    
11:01:08 #9 11.04 (141/167): perl-if-0.60.800-480.el9.noarch.rpm  1.6 MB/s |  15 kB     00:00    
11:01:08 #9 11.04 (142/167): perl-libnet-3.13-4.el9.noarch.rpm     14 MB/s | 130 kB     00:00    
11:01:08 #9 11.05 (143/167): perl-overload-1.31-480.el9.noarch.rp 8.8 MB/s |  47 kB     00:00    
11:01:08 #9 11.05 (144/167): perl-mro-1.23-480.el9.x86_64.rpm     3.4 MB/s |  29 kB     00:00    
11:01:08 #9 11.07 (145/167): perl-libs-5.32.1-480.el9.x86_64.rpm   71 MB/s | 2.2 MB     00:00    
11:01:08 #9 11.07 (146/167): perl-overloading-0.02-480.el9.noarch 704 kB/s |  14 kB     00:00    
11:01:08 #9 11.07 (147/167): perl-parent-0.238-460.el9.noarch.rpm 744 kB/s |  15 kB     00:00    
11:01:08 #9 11.08 (148/167): perl-podlators-4.14-460.el9.noarch.r  14 MB/s | 114 kB     00:00    
11:01:08 #9 11.08 (149/167): perl-srpm-macros-1-41.el9.noarch.rpm 931 kB/s | 9.1 kB     00:00    
11:01:08 #9 11.08 (150/167): perl-subs-1.03-480.el9.noarch.rpm    1.6 MB/s |  13 kB     00:00    
11:01:08 #9 11.09 (151/167): perl-vars-1.05-480.el9.noarch.rpm    2.7 MB/s |  14 kB     00:00    
11:01:08 #9 11.09 (152/167): policycoreutils-python-utils-3.5-1.e 9.4 MB/s |  77 kB     00:00    
11:01:08 #9 11.09 (153/167): pyproject-srpm-macros-1.6.2-1.el9.no 1.9 MB/s |  15 kB     00:00    
11:01:08 #9 11.09 (154/167): python3-audit-3.0.7-103.el9.x86_64.r  15 MB/s |  84 kB     00:00    
11:01:08 #9 11.10 (155/167): python-srpm-macros-3.9-52.el9.noarch 2.7 MB/s |  24 kB     00:00    
11:01:08 #9 11.10 (156/167): python3-enchant-3.2.0-5.el9.noarch.r 9.3 MB/s |  86 kB     00:00    
11:01:08 #9 11.10 (157/167): python3-file-magic-5.39-12.el9.noarc 2.0 MB/s |  17 kB     00:00    
11:01:08 #9 11.11 (158/167): python3-libselinux-3.5-1.el9.x86_64.  23 MB/s | 188 kB     00:00    
11:01:08 #9 11.11 (159/167): python3-libsemanage-3.5-2.el9.x86_64 7.1 MB/s |  80 kB     00:00    
11:01:08 #9 11.13 (160/167): python3-policycoreutils-3.5-1.el9.no  85 MB/s | 2.1 MB     00:00    
11:01:08 #9 11.13 (161/167): qt5-srpm-macros-5.15.9-1.el9.noarch. 530 kB/s | 8.8 kB     00:00    
11:01:08 #9 11.13 (162/167): redhat-rpm-config-199-1.el9.noarch.r 3.6 MB/s |  72 kB     00:00    
11:01:08 #9 11.14 (163/167): rpm-build-4.16.1.3-22.el9.x86_64.rpm  11 MB/s | 101 kB     00:00    
11:01:08 #9 11.14 (164/167): rust-srpm-macros-17-4.el9.noarch.rpm 1.9 MB/s |  10 kB     00:00    
11:01:08 #9 11.15 (165/167): rpmlint-1.11-19.el9.noarch.rpm        20 MB/s | 198 kB     00:00    
11:01:08 #9 11.15 (166/167): scl-utils-2.0.3-4.el9.x86_64.rpm     4.1 MB/s |  37 kB     00:00    
11:01:08 #9 11.19 (167/167): webkit2gtk3-jsc-2.38.5-1.el9.x86_64. 127 MB/s | 6.5 MB     00:00    
11:01:08 #9 11.20 --------------------------------------------------------------------------------
11:01:08 #9 11.20 Total                                            37 MB/s |  69 MB     00:01     
11:01:11 #9 13.25 Running transaction check
11:01:11 #9 13.36 Transaction check succeeded.
11:01:11 #9 13.36 Running transaction test
11:01:11 #9 14.26 Transaction test succeeded.
11:01:11 #9 14.26 Running transaction
11:01:13 #9 15.94   Preparing        :                                                        1/1 
11:01:13 #9 16.02   Installing       : systemd-libs-252-8.el9.x86_64                        1/167 
11:01:13 #9 16.03   Running scriptlet: systemd-libs-252-8.el9.x86_64                        1/167 
11:01:13 #9 16.05   Installing       : elfutils-debuginfod-client-0.189-2.el9.x86_64        2/167 
11:01:13 #9 16.05   Running scriptlet: groff-base-1.22.4-10.el9.x86_64                      3/167 
11:01:13 #9 16.10   Installing       : groff-base-1.22.4-10.el9.x86_64                      3/167 
11:01:13 #9 16.10   Running scriptlet: groff-base-1.22.4-10.el9.x86_64                      3/167 
11:01:13 #9 16.11   Installing       : file-5.39-12.el9.x86_64                              4/167 
11:01:13 #9 16.12   Installing       : python3-libselinux-3.5-1.el9.x86_64                  5/167 
11:01:13 #9 16.14   Installing       : xz-5.2.5-8.el9.x86_64                                6/167 
11:01:13 #9 16.15   Installing       : unzip-6.0-56.el9.x86_64                              7/167 
11:01:13 #9 16.21   Installing       : python3-setuptools-53.0.0-12.el9.noarch              8/167 
11:01:13 #9 16.22   Installing       : libproxy-0.4.15-35.el9.x86_64                        9/167 
11:01:13 #9 16.22   Installing       : less-590-1.el9.x86_64                               10/167 
11:01:13 #9 16.24   Installing       : diffutils-3.7-12.el9.x86_64                         11/167 
11:01:13 #9 16.24   Installing       : cracklib-2.9.6-27.el9.x86_64                        12/167 
11:01:13 #9 16.26   Installing       : cpio-2.13-16.el9.x86_64                             13/167 
11:01:13 #9 16.26   Installing       : bzip2-1.0.8-8.el9.x86_64                            14/167 
11:01:13 #9 16.33   Installing       : cracklib-dicts-2.9.6-27.el9.x86_64                  15/167 
11:01:13 #9 16.35   Installing       : python3-distro-1.5.0-7.el9.noarch                   16/167 
11:01:13 #9 16.39   Installing       : python3-setools-4.4.1-1.el9.x86_64                  17/167 
11:01:13 #9 16.44   Installing       : zip-3.0-35.el9.x86_64                               18/167 
11:01:13 #9 16.44   Installing       : python3-libsemanage-3.5-2.el9.x86_64                19/167 
11:01:13 #9 16.47   Installing       : python3-file-magic-5.39-12.el9.noarch               20/167 
11:01:14 #9 16.49   Installing       : elfutils-0.189-2.el9.x86_64                         21/167 
11:01:14 #9 16.60   Installing       : gdb-minimal-10.2-11.el9.x86_64                      22/167 
11:01:14 #9 16.61   Installing       : dbus-libs-1:1.12.20-7.el9.x86_64                    23/167 
11:01:14 #9 16.64   Installing       : python3-dbus-1.2.18-2.el9.x86_64                    24/167 
11:01:14 #9 16.66   Installing       : procps-ng-3.3.17-11.el9.x86_64                      25/167 
11:01:14 #9 16.70   Installing       : python3-systemd-234-18.el9.x86_64                   26/167 
11:01:14 #9 16.74   Installing       : util-linux-core-2.37.4-10.el9.x86_64                27/167 
11:01:14 #9 16.75   Running scriptlet: util-linux-core-2.37.4-10.el9.x86_64                27/167 
11:01:14 #9 16.76   Installing       : rust-srpm-macros-17-4.el9.noarch                    28/167 
11:01:14 #9 16.76   Installing       : qt5-srpm-macros-5.15.9-1.el9.noarch                 29/167 
11:01:14 #9 16.77   Installing       : python3-audit-3.0.7-103.el9.x86_64                  30/167 
11:01:14 #9 16.77   Installing       : pyproject-srpm-macros-1.6.2-1.el9.noarch            31/167 
11:01:14 #9 16.78   Installing       : perl-srpm-macros-1-41.el9.noarch                    32/167 
11:01:14 #9 16.78   Installing       : openblas-srpm-macros-2-11.el9.noarch                33/167 
11:01:14 #9 16.79   Installing       : ocaml-srpm-macros-6-6.el9.noarch                    34/167 
11:01:14 #9 16.79   Installing       : lua-srpm-macros-1-6.el9.noarch                      35/167 
11:01:14 #9 16.80   Installing       : libstemmer-0-18.585svn.el9.x86_64                   36/167 
11:01:14 #9 16.80   Installing       : libjpeg-turbo-2.0.90-6.el9.x86_64                   37/167 
11:01:14 #9 16.81   Installing       : hunspell-filesystem-1.7.0-11.el9.x86_64             38/167 
11:01:14 #9 16.82   Installing       : hunspell-en-GB-0.20140811.1-20.el9.noarch           39/167 
11:01:14 #9 16.83   Installing       : hunspell-en-0.20140811.1-20.el9.noarch              40/167 
11:01:14 #9 16.83   Installing       : hunspell-en-US-0.20140811.1-20.el9.noarch           41/167 
11:01:14 #9 16.84   Installing       : hunspell-1.7.0-11.el9.x86_64                        42/167 
11:01:14 #9 16.85   Installing       : enchant-1:1.6.0-30.el9.x86_64                       43/167 
11:01:14 #9 16.86   Installing       : python3-enchant-3.2.0-5.el9.noarch                  44/167 
11:01:14 #9 16.87   Installing       : ghc-srpm-macros-1.5.0-6.el9.noarch                  45/167 
11:01:14 #9 16.87   Installing       : emacs-filesystem-1:27.2-9.el9.noarch                46/167 
11:01:14 #9 16.88   Installing       : desktop-file-utils-0.26-6.el9.x86_64                47/167 
11:01:14 #9 16.88   Installing       : efi-srpm-macros-4-9.el9.noarch                      48/167 
11:01:14 #9 16.89   Installing       : dwz-0.14-3.el9.x86_64                               49/167 
11:01:14 #9 16.91   Installing       : checkpolicy-3.5-1.el9.x86_64                        50/167 
11:01:14 #9 16.92   Installing       : abattis-cantarell-fonts-0.301-4.el9.noarch          51/167 
11:01:14 #9 16.94   Installing       : zstd-1.5.1-2.el9.x86_64                             52/167 
11:01:14 #9 16.94   Installing       : vim-filesystem-2:8.2.2637-20.el9.noarch             53/167 
11:01:14 #9 16.99   Installing       : tcl-1:8.6.10-7.el9.x86_64                           54/167 
11:01:14 #9 17.01   Installing       : shared-mime-info-2.1-5.el9.x86_64                   55/167 
11:01:14 #9 17.02   Running scriptlet: shared-mime-info-2.1-5.el9.x86_64                   55/167 
11:01:14 #9 17.03   Installing       : python3-six-1.15.0-9.el9.noarch                     56/167 
11:01:14 #9 17.04   Installing       : python3-dateutil-1:2.8.1-6.el9.noarch               57/167 
11:01:14 #9 17.06   Installing       : python3-dnf-plugins-core-4.3.0-4.el9.noarch         58/167 
11:01:14 #9 17.06   Installing       : publicsuffix-list-dafsa-20210518-3.el9.noarch       59/167 
11:01:14 #9 17.07   Installing       : libpsl-0.21.1-5.el9.x86_64                          60/167 
11:01:14 #9 17.07   Installing       : pkgconf-m4-1.7.3-10.el9.noarch                      61/167 
11:01:14 #9 17.11   Installing       : openssl-1:3.0.7-6.el9.x86_64                        62/167 
11:01:14 #9 17.12   Installing       : ncurses-6.2-8.20210508.el9.x86_64                   63/167 
11:01:14 #9 17.13   Installing       : perl-Digest-1.19-4.el9.noarch                       64/167 
11:01:14 #9 17.13   Installing       : perl-Digest-MD5-2.58-4.el9.x86_64                   65/167 
11:01:14 #9 17.14   Installing       : perl-B-1.80-480.el9.x86_64                          66/167 
11:01:14 #9 17.15   Installing       : perl-FileHandle-2.03-480.el9.noarch                 67/167 
11:01:14 #9 17.15   Installing       : perl-AutoLoader-5.74-480.el9.noarch                 68/167 
11:01:14 #9 17.16   Installing       : perl-Data-Dumper-2.174-462.el9.x86_64               69/167 
11:01:14 #9 17.17   Installing       : perl-libnet-3.13-4.el9.noarch                       70/167 
11:01:14 #9 17.17   Installing       : perl-base-2.27-480.el9.noarch                       71/167 
11:01:14 #9 17.18   Installing       : perl-URI-5.09-3.el9.noarch                          72/167 
11:01:14 #9 17.21   Installing       : perl-Net-SSLeay-1.92-2.el9.x86_64                   73/167 
11:01:14 #9 17.21   Installing       : perl-Mozilla-CA-20200520-6.el9.noarch               74/167 
11:01:14 #9 17.22   Installing       : perl-if-0.60.800-480.el9.noarch                     75/167 
11:01:14 #9 17.22   Installing       : perl-IO-Socket-IP-0.41-5.el9.noarch                 76/167 
11:01:14 #9 17.23   Installing       : perl-Time-Local-2:1.300-7.el9.noarch                77/167 
11:01:14 #9 17.24   Installing       : perl-File-Path-2.18-4.el9.noarch                    78/167 
11:01:14 #9 17.24   Installing       : perl-IO-Socket-SSL-2.073-1.el9.noarch               79/167 
11:01:14 #9 17.25   Installing       : perl-Pod-Escapes-1:1.07-460.el9.noarch              80/167 
11:01:14 #9 17.25   Installing       : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch        81/167 
11:01:14 #9 17.26   Installing       : perl-Class-Struct-0.66-480.el9.noarch               82/167 
11:01:14 #9 17.27   Installing       : perl-POSIX-1.94-480.el9.x86_64                      83/167 
11:01:14 #9 17.27   Installing       : perl-Term-ANSIColor-5.01-461.el9.noarch             84/167 
11:01:14 #9 17.28   Installing       : perl-IPC-Open3-1.21-480.el9.noarch                  85/167 
11:01:14 #9 17.28   Installing       : perl-subs-1.03-480.el9.noarch                       86/167 
11:01:14 #9 17.29   Installing       : perl-File-Temp-1:0.231.100-4.el9.noarch             87/167 
11:01:14 #9 17.30   Installing       : perl-HTTP-Tiny-0.076-460.el9.noarch                 88/167 
11:01:14 #9 17.30   Installing       : perl-Term-Cap-1.17-460.el9.noarch                   89/167 
11:01:14 #9 17.32   Installing       : perl-Pod-Simple-1:3.42-4.el9.noarch                 90/167 
11:01:14 #9 17.32   Installing       : perl-Socket-4:2.031-4.el9.x86_64                    91/167 
11:01:14 #9 17.33   Installing       : perl-SelectSaver-1.02-480.el9.noarch                92/167 
11:01:14 #9 17.33   Installing       : perl-Symbol-1.08-480.el9.noarch                     93/167 
11:01:14 #9 17.34   Installing       : perl-File-stat-1.09-480.el9.noarch                  94/167 
11:01:14 #9 17.34   Installing       : perl-podlators-1:4.14-460.el9.noarch                95/167 
11:01:14 #9 17.35   Installing       : perl-Pod-Perldoc-3.28.01-461.el9.noarch             96/167 
11:01:14 #9 17.36   Installing       : perl-Fcntl-1.13-480.el9.x86_64                      97/167 
11:01:14 #9 17.36   Installing       : perl-Text-ParseWords-3.30-460.el9.noarch            98/167 
11:01:14 #9 17.37   Installing       : perl-mro-1.23-480.el9.x86_64                        99/167 
11:01:14 #9 17.38   Installing       : perl-IO-1.43-480.el9.x86_64                        100/167 
11:01:14 #9 17.38   Installing       : perl-overloading-0.02-480.el9.noarch               101/167 
11:01:14 #9 17.39   Installing       : perl-Pod-Usage-4:2.01-4.el9.noarch                 102/167 
11:01:14 #9 17.39   Installing       : perl-Errno-1.30-480.el9.x86_64                     103/167 
11:01:14 #9 17.40   Installing       : perl-File-Basename-2.85-480.el9.noarch             104/167 
11:01:14 #9 17.40   Installing       : perl-Getopt-Std-1.12-480.el9.noarch                105/167 
11:01:14 #9 17.41   Installing       : perl-MIME-Base64-3.16-4.el9.x86_64                 106/167 
11:01:14 #9 17.42   Installing       : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64       107/167 
11:01:14 #9 17.42   Installing       : perl-constant-1.33-461.el9.noarch                  108/167 
11:01:14 #9 17.43   Installing       : perl-Storable-1:3.21-460.el9.x86_64                109/167 
11:01:14 #9 17.44   Installing       : perl-overload-1.31-480.el9.noarch                  110/167 
11:01:14 #9 17.44   Installing       : perl-parent-1:0.238-460.el9.noarch                 111/167 
11:01:14 #9 17.45   Installing       : perl-vars-1.05-480.el9.noarch                      112/167 
11:01:14 #9 17.45   Installing       : perl-Getopt-Long-1:2.52-4.el9.noarch               113/167 
11:01:14 #9 17.46   Installing       : perl-Carp-1.50-460.el9.noarch                      114/167 
11:01:14 #9 17.46   Installing       : perl-Exporter-5.74-461.el9.noarch                  115/167 
11:01:14 #9 17.47   Installing       : perl-NDBM_File-1.15-480.el9.x86_64                 116/167 
11:01:14 #9 17.48   Installing       : perl-PathTools-3.78-461.el9.x86_64                 117/167 
11:01:14 #9 17.54   Installing       : perl-Encode-4:3.08-462.el9.x86_64                  118/167 
11:01:15 #9 17.64   Installing       : perl-libs-4:5.32.1-480.el9.x86_64                  119/167 
11:01:15 #9 17.65   Installing       : perl-interpreter-4:5.32.1-480.el9.x86_64           120/167 
11:01:15 #9 17.66   Installing       : kernel-srpm-macros-1.0-12.el9.noarch               121/167 
11:01:15 #9 17.66   Installing       : fonts-srpm-macros-1:2.0.5-7.el9.1.noarch           122/167 
11:01:15 #9 17.67   Installing       : go-srpm-macros-3.0.9-9.el9.noarch                  123/167 
11:01:15 #9 17.68   Installing       : python-srpm-macros-3.9-52.el9.noarch               124/167 
11:01:15 #9 17.68   Installing       : redhat-rpm-config-199-1.el9.noarch                 125/167 
11:01:15 #9 17.69   Running scriptlet: libutempter-1.2.1-6.el9.x86_64                     126/167 
11:01:15 #9 17.74   Installing       : libutempter-1.2.1-6.el9.x86_64                     126/167 
11:01:15 #9 17.75   Installing       : libselinux-utils-3.5-1.el9.x86_64                  127/167 
11:01:15 #9 17.76   Installing       : libpng-2:1.6.37-12.el9.x86_64                      128/167 
11:01:15 #9 17.78   Installing       : gdk-pixbuf2-2.42.6-3.el9.x86_64                    129/167 
11:01:15 #9 17.79   Installing       : libpkgconf-1.7.3-10.el9.x86_64                     130/167 
11:01:15 #9 17.79   Installing       : pkgconf-1.7.3-10.el9.x86_64                        131/167 
11:01:15 #9 17.80   Installing       : pkgconf-pkg-config-1.7.3-10.el9.x86_64             132/167 
11:01:15 #9 17.80   Installing       : libpipeline-1.5.3-4.el9.x86_64                     133/167 
11:01:15 #9 17.81   Running scriptlet: man-db-2.9.3-7.el9.x86_64                          134/167 
11:01:15 #9 17.84   Installing       : man-db-2.9.3-7.el9.x86_64                          134/167 
11:01:15 #9 17.86   Running scriptlet: man-db-2.9.3-7.el9.x86_64                          134/167 
11:01:15 #9 17.89   Installing       : environment-modules-5.0.1-2.el9.x86_64             135/167 
11:01:15 #9 17.89   Running scriptlet: environment-modules-5.0.1-2.el9.x86_64             135/167 
11:01:15 #9 17.91   Installing       : scl-utils-1:2.0.3-4.el9.x86_64                     136/167 
11:01:15 #9 18.10   Installing       : libicu-67.1-9.el9.x86_64                           137/167 
11:01:15 #9 18.11   Installing       : libfdisk-2.37.4-10.el9.x86_64                      138/167 
11:01:15 #9 18.11   Installing       : libeconf-0.4.1-2.el9.x86_64                        139/167 
11:01:15 #9 18.13   Installing       : libdb-5.3.28-53.el9.x86_64                         140/167 
11:01:15 #9 18.16   Installing       : pam-1.5.1-14.el9.x86_64                            141/167 
11:01:15 #9 18.17   Installing       : libpwquality-1.4.4-8.el9.x86_64                    142/167 
11:01:15 #9 18.23   Installing       : util-linux-2.37.4-10.el9.x86_64                    143/167 
11:01:15 #9 18.24 warning: /etc/adjtime created as /etc/adjtime.rpmnew
11:01:15 #9 18.24 
11:01:15 #9 18.25   Installing       : policycoreutils-3.5-1.el9.x86_64                   144/167 
11:01:15 #9 18.26   Running scriptlet: policycoreutils-3.5-1.el9.x86_64                   144/167 
11:01:15 #9 18.30   Installing       : python3-policycoreutils-3.5-1.el9.noarch           145/167 
11:01:15 #9 18.32   Installing       : policycoreutils-python-utils-3.5-1.el9.noarch      146/167 
11:01:15 #9 18.33   Installing       : gcc-toolset-12-runtime-12.0-5.el9.x86_64           147/167 
11:01:15 #9 18.34   Running scriptlet: gcc-toolset-12-runtime-12.0-5.el9.x86_64           147/167 
11:01:15 #9 18.52 ValueError: SELinux policy is not managed or store cannot be accessed.
11:01:15 #9 18.52 
11:01:15 #9 18.61   Installing       : gcc-toolset-12-binutils-2.38-16.el9.x86_64         148/167 
11:01:15 #9 18.62   Running scriptlet: gcc-toolset-12-binutils-2.38-16.el9.x86_64         148/167 
11:01:15 #9 18.64   Installing       : gcc-toolset-12-binutils-gold-2.38-14.el9.x86_64    149/167 
11:01:16 #9 18.72   Installing       : binutils-2.35.2-39.el9.x86_64                      150/167 
11:01:16 #9 18.73   Running scriptlet: binutils-2.35.2-39.el9.x86_64                      150/167 
11:01:16 #9 18.75   Installing       : libbrotli-1.0.9-6.el9.x86_64                       151/167 
11:01:16 #9 18.75   Installing       : libatomic-11.3.1-4.4.el9.x86_64                    152/167 
11:01:16 #9 18.88   Installing       : webkit2gtk3-jsc-2.38.5-1.el9.x86_64                153/167 
11:01:16 #9 18.89   Installing       : libproxy-webkitgtk4-0.4.15-35.el9.x86_64           154/167 
11:01:16 #9 18.90   Installing       : json-glib-1.6.6-1.el9.x86_64                       155/167 
11:01:16 #9 18.91   Installing       : info-6.7-15.el9.x86_64                             156/167 
11:01:16 #9 18.92   Installing       : ed-1.14.2-12.el9.x86_64                            157/167 
11:01:16 #9 18.92   Installing       : patch-2.7.6-16.el9.x86_64                          158/167 
11:01:16 #9 18.94   Installing       : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1   159/167 
11:01:16 #9 18.96   Installing       : gsettings-desktop-schemas-40.0-6.el9.x86_64        160/167 
11:01:16 #9 18.97   Installing       : glib-networking-2.68.3-3.el9.x86_64                161/167 
11:01:16 #9 18.98   Installing       : libsoup-2.72.0-8.el9.x86_64                        162/167 
11:01:16 #9 19.00   Installing       : libappstream-glib-0.7.18-4.el9.x86_64              163/167 
11:01:16 #9 19.01   Installing       : rpmlint-1.11-19.el9.noarch                         164/167 
11:01:16 #9 19.02   Installing       : rpm-build-4.16.1.3-22.el9.x86_64                   165/167 
11:01:16 #9 19.03   Installing       : dnf-plugins-core-4.3.0-4.el9.noarch                166/167 
11:01:16 #9 19.11   Installing       : glibc-gconv-extra-2.34-66.el9.x86_64               167/167 
11:01:19 #9 19.12   Running scriptlet: glibc-gconv-extra-2.34-66.el9.x86_64               167/167 
11:01:19 #9 22.29   Verifying        : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1     1/167 
11:01:19 #9 22.29   Verifying        : binutils-2.35.2-39.el9.x86_64                        2/167 
11:01:19 #9 22.29   Verifying        : bzip2-1.0.8-8.el9.x86_64                             3/167 
11:01:19 #9 22.29   Verifying        : cpio-2.13-16.el9.x86_64                              4/167 
11:01:19 #9 22.29   Verifying        : cracklib-2.9.6-27.el9.x86_64                         5/167 
11:01:19 #9 22.29   Verifying        : cracklib-dicts-2.9.6-27.el9.x86_64                   6/167 
11:01:19 #9 22.29   Verifying        : dbus-libs-1:1.12.20-7.el9.x86_64                     7/167 
11:01:19 #9 22.29   Verifying        : diffutils-3.7-12.el9.x86_64                          8/167 
11:01:19 #9 22.29   Verifying        : dnf-plugins-core-4.3.0-4.el9.noarch                  9/167 
11:01:19 #9 22.29   Verifying        : ed-1.14.2-12.el9.x86_64                             10/167 
11:01:19 #9 22.29   Verifying        : elfutils-0.189-2.el9.x86_64                         11/167 
11:01:19 #9 22.29   Verifying        : elfutils-debuginfod-client-0.189-2.el9.x86_64       12/167 
11:01:19 #9 22.29   Verifying        : environment-modules-5.0.1-2.el9.x86_64              13/167 
11:01:19 #9 22.29   Verifying        : file-5.39-12.el9.x86_64                             14/167 
11:01:19 #9 22.29   Verifying        : glib-networking-2.68.3-3.el9.x86_64                 15/167 
11:01:19 #9 22.29   Verifying        : glibc-gconv-extra-2.34-66.el9.x86_64                16/167 
11:01:19 #9 22.29   Verifying        : groff-base-1.22.4-10.el9.x86_64                     17/167 
11:01:19 #9 22.29   Verifying        : gsettings-desktop-schemas-40.0-6.el9.x86_64         18/167 
11:01:19 #9 22.29   Verifying        : info-6.7-15.el9.x86_64                              19/167 
11:01:19 #9 22.29   Verifying        : json-glib-1.6.6-1.el9.x86_64                        20/167 
11:01:19 #9 22.29   Verifying        : less-590-1.el9.x86_64                               21/167 
11:01:19 #9 22.29   Verifying        : libatomic-11.3.1-4.4.el9.x86_64                     22/167 
11:01:19 #9 22.29   Verifying        : libbrotli-1.0.9-6.el9.x86_64                        23/167 
11:01:19 #9 22.29   Verifying        : libdb-5.3.28-53.el9.x86_64                          24/167 
11:01:19 #9 22.29   Verifying        : libeconf-0.4.1-2.el9.x86_64                         25/167 
11:01:19 #9 22.29   Verifying        : libfdisk-2.37.4-10.el9.x86_64                       26/167 
11:01:19 #9 22.29   Verifying        : libicu-67.1-9.el9.x86_64                            27/167 
11:01:19 #9 22.29   Verifying        : libpipeline-1.5.3-4.el9.x86_64                      28/167 
11:01:19 #9 22.29   Verifying        : libpkgconf-1.7.3-10.el9.x86_64                      29/167 
11:01:19 #9 22.29   Verifying        : libpng-2:1.6.37-12.el9.x86_64                       30/167 
11:01:19 #9 22.29   Verifying        : libproxy-0.4.15-35.el9.x86_64                       31/167 
11:01:19 #9 22.29   Verifying        : libpsl-0.21.1-5.el9.x86_64                          32/167 
11:01:19 #9 22.29   Verifying        : libpwquality-1.4.4-8.el9.x86_64                     33/167 
11:01:19 #9 22.29   Verifying        : libselinux-utils-3.5-1.el9.x86_64                   34/167 
11:01:19 #9 22.29   Verifying        : libutempter-1.2.1-6.el9.x86_64                      35/167 
11:01:19 #9 22.29   Verifying        : man-db-2.9.3-7.el9.x86_64                           36/167 
11:01:19 #9 22.29   Verifying        : ncurses-6.2-8.20210508.el9.x86_64                   37/167 
11:01:19 #9 22.29   Verifying        : openssl-1:3.0.7-6.el9.x86_64                        38/167 
11:01:19 #9 22.29   Verifying        : pam-1.5.1-14.el9.x86_64                             39/167 
11:01:19 #9 22.29   Verifying        : pkgconf-1.7.3-10.el9.x86_64                         40/167 
11:01:19 #9 22.29   Verifying        : pkgconf-m4-1.7.3-10.el9.noarch                      41/167 
11:01:19 #9 22.29   Verifying        : pkgconf-pkg-config-1.7.3-10.el9.x86_64              42/167 
11:01:19 #9 22.29   Verifying        : policycoreutils-3.5-1.el9.x86_64                    43/167 
11:01:19 #9 22.29   Verifying        : procps-ng-3.3.17-11.el9.x86_64                      44/167 
11:01:19 #9 22.29   Verifying        : publicsuffix-list-dafsa-20210518-3.el9.noarch       45/167 
11:01:19 #9 22.29   Verifying        : python3-dateutil-1:2.8.1-6.el9.noarch               46/167 
11:01:19 #9 22.29   Verifying        : python3-dbus-1.2.18-2.el9.x86_64                    47/167 
11:01:19 #9 22.29   Verifying        : python3-distro-1.5.0-7.el9.noarch                   48/167 
11:01:19 #9 22.29   Verifying        : python3-dnf-plugins-core-4.3.0-4.el9.noarch         49/167 
11:01:19 #9 22.30   Verifying        : python3-setools-4.4.1-1.el9.x86_64                  50/167 
11:01:19 #9 22.30   Verifying        : python3-setuptools-53.0.0-12.el9.noarch             51/167 
11:01:19 #9 22.30   Verifying        : python3-six-1.15.0-9.el9.noarch                     52/167 
11:01:19 #9 22.30   Verifying        : python3-systemd-234-18.el9.x86_64                   53/167 
11:01:19 #9 22.30   Verifying        : shared-mime-info-2.1-5.el9.x86_64                   54/167 
11:01:19 #9 22.30   Verifying        : systemd-libs-252-8.el9.x86_64                       55/167 
11:01:19 #9 22.30   Verifying        : tcl-1:8.6.10-7.el9.x86_64                           56/167 
11:01:19 #9 22.30   Verifying        : unzip-6.0-56.el9.x86_64                             57/167 
11:01:19 #9 22.30   Verifying        : util-linux-2.37.4-10.el9.x86_64                     58/167 
11:01:19 #9 22.30   Verifying        : util-linux-core-2.37.4-10.el9.x86_64                59/167 
11:01:19 #9 22.30   Verifying        : vim-filesystem-2:8.2.2637-20.el9.noarch             60/167 
11:01:19 #9 22.30   Verifying        : xz-5.2.5-8.el9.x86_64                               61/167 
11:01:19 #9 22.30   Verifying        : zip-3.0-35.el9.x86_64                               62/167 
11:01:19 #9 22.30   Verifying        : zstd-1.5.1-2.el9.x86_64                             63/167 
11:01:19 #9 22.30   Verifying        : abattis-cantarell-fonts-0.301-4.el9.noarch          64/167 
11:01:19 #9 22.30   Verifying        : checkpolicy-3.5-1.el9.x86_64                        65/167 
11:01:19 #9 22.30   Verifying        : desktop-file-utils-0.26-6.el9.x86_64                66/167 
11:01:19 #9 22.30   Verifying        : dwz-0.14-3.el9.x86_64                               67/167 
11:01:19 #9 22.30   Verifying        : efi-srpm-macros-4-9.el9.noarch                      68/167 
11:01:19 #9 22.30   Verifying        : emacs-filesystem-1:27.2-9.el9.noarch                69/167 
11:01:19 #9 22.30   Verifying        : enchant-1:1.6.0-30.el9.x86_64                       70/167 
11:01:19 #9 22.30   Verifying        : fonts-srpm-macros-1:2.0.5-7.el9.1.noarch            71/167 
11:01:19 #9 22.30   Verifying        : gcc-toolset-12-binutils-2.38-16.el9.x86_64          72/167 
11:01:19 #9 22.30   Verifying        : gcc-toolset-12-binutils-gold-2.38-14.el9.x86_64     73/167 
11:01:19 #9 22.30   Verifying        : gcc-toolset-12-runtime-12.0-5.el9.x86_64            74/167 
11:01:19 #9 22.30   Verifying        : gdb-minimal-10.2-11.el9.x86_64                      75/167 
11:01:19 #9 22.30   Verifying        : gdk-pixbuf2-2.42.6-3.el9.x86_64                     76/167 
11:01:19 #9 22.30   Verifying        : ghc-srpm-macros-1.5.0-6.el9.noarch                  77/167 
11:01:19 #9 22.30   Verifying        : go-srpm-macros-3.0.9-9.el9.noarch                   78/167 
11:01:19 #9 22.30   Verifying        : hunspell-1.7.0-11.el9.x86_64                        79/167 
11:01:19 #9 22.30   Verifying        : hunspell-en-0.20140811.1-20.el9.noarch              80/167 
11:01:19 #9 22.30   Verifying        : hunspell-en-GB-0.20140811.1-20.el9.noarch           81/167 
11:01:19 #9 22.30   Verifying        : hunspell-en-US-0.20140811.1-20.el9.noarch           82/167 
11:01:19 #9 22.30   Verifying        : hunspell-filesystem-1.7.0-11.el9.x86_64             83/167 
11:01:19 #9 22.30   Verifying        : kernel-srpm-macros-1.0-12.el9.noarch                84/167 
11:01:19 #9 22.30   Verifying        : libappstream-glib-0.7.18-4.el9.x86_64               85/167 
11:01:19 #9 22.30   Verifying        : libjpeg-turbo-2.0.90-6.el9.x86_64                   86/167 
11:01:19 #9 22.30   Verifying        : libproxy-webkitgtk4-0.4.15-35.el9.x86_64            87/167 
11:01:19 #9 22.30   Verifying        : libsoup-2.72.0-8.el9.x86_64                         88/167 
11:01:19 #9 22.30   Verifying        : libstemmer-0-18.585svn.el9.x86_64                   89/167 
11:01:19 #9 22.30   Verifying        : lua-srpm-macros-1-6.el9.noarch                      90/167 
11:01:19 #9 22.30   Verifying        : ocaml-srpm-macros-6-6.el9.noarch                    91/167 
11:01:19 #9 22.30   Verifying        : openblas-srpm-macros-2-11.el9.noarch                92/167 
11:01:19 #9 22.30   Verifying        : patch-2.7.6-16.el9.x86_64                           93/167 
11:01:19 #9 22.30   Verifying        : perl-AutoLoader-5.74-480.el9.noarch                 94/167 
11:01:19 #9 22.30   Verifying        : perl-B-1.80-480.el9.x86_64                          95/167 
11:01:19 #9 22.30   Verifying        : perl-Carp-1.50-460.el9.noarch                       96/167 
11:01:19 #9 22.30   Verifying        : perl-Class-Struct-0.66-480.el9.noarch               97/167 
11:01:19 #9 22.30   Verifying        : perl-Data-Dumper-2.174-462.el9.x86_64               98/167 
11:01:19 #9 22.30   Verifying        : perl-Digest-1.19-4.el9.noarch                       99/167 
11:01:19 #9 22.30   Verifying        : perl-Digest-MD5-2.58-4.el9.x86_64                  100/167 
11:01:19 #9 22.30   Verifying        : perl-Encode-4:3.08-462.el9.x86_64                  101/167 
11:01:19 #9 22.30   Verifying        : perl-Errno-1.30-480.el9.x86_64                     102/167 
11:01:19 #9 22.30   Verifying        : perl-Exporter-5.74-461.el9.noarch                  103/167 
11:01:19 #9 22.30   Verifying        : perl-Fcntl-1.13-480.el9.x86_64                     104/167 
11:01:19 #9 22.30   Verifying        : perl-File-Basename-2.85-480.el9.noarch             105/167 
11:01:19 #9 22.30   Verifying        : perl-File-Path-2.18-4.el9.noarch                   106/167 
11:01:19 #9 22.30   Verifying        : perl-File-Temp-1:0.231.100-4.el9.noarch            107/167 
11:01:19 #9 22.30   Verifying        : perl-File-stat-1.09-480.el9.noarch                 108/167 
11:01:19 #9 22.30   Verifying        : perl-FileHandle-2.03-480.el9.noarch                109/167 
11:01:19 #9 22.30   Verifying        : perl-Getopt-Long-1:2.52-4.el9.noarch               110/167 
11:01:19 #9 22.30   Verifying        : perl-Getopt-Std-1.12-480.el9.noarch                111/167 
11:01:19 #9 22.30   Verifying        : perl-HTTP-Tiny-0.076-460.el9.noarch                112/167 
11:01:19 #9 22.30   Verifying        : perl-IO-1.43-480.el9.x86_64                        113/167 
11:01:19 #9 22.30   Verifying        : perl-IO-Socket-IP-0.41-5.el9.noarch                114/167 
11:01:19 #9 22.30   Verifying        : perl-IO-Socket-SSL-2.073-1.el9.noarch              115/167 
11:01:19 #9 22.30   Verifying        : perl-IPC-Open3-1.21-480.el9.noarch                 116/167 
11:01:19 #9 22.30   Verifying        : perl-MIME-Base64-3.16-4.el9.x86_64                 117/167 
11:01:19 #9 22.30   Verifying        : perl-Mozilla-CA-20200520-6.el9.noarch              118/167 
11:01:19 #9 22.30   Verifying        : perl-NDBM_File-1.15-480.el9.x86_64                 119/167 
11:01:19 #9 22.30   Verifying        : perl-Net-SSLeay-1.92-2.el9.x86_64                  120/167 
11:01:19 #9 22.30   Verifying        : perl-POSIX-1.94-480.el9.x86_64                     121/167 
11:01:19 #9 22.30   Verifying        : perl-PathTools-3.78-461.el9.x86_64                 122/167 
11:01:19 #9 22.30   Verifying        : perl-Pod-Escapes-1:1.07-460.el9.noarch             123/167 
11:01:19 #9 22.30   Verifying        : perl-Pod-Perldoc-3.28.01-461.el9.noarch            124/167 
11:01:19 #9 22.30   Verifying        : perl-Pod-Simple-1:3.42-4.el9.noarch                125/167 
11:01:19 #9 22.30   Verifying        : perl-Pod-Usage-4:2.01-4.el9.noarch                 126/167 
11:01:19 #9 22.30   Verifying        : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64       127/167 
11:01:19 #9 22.30   Verifying        : perl-SelectSaver-1.02-480.el9.noarch               128/167 
11:01:19 #9 22.30   Verifying        : perl-Socket-4:2.031-4.el9.x86_64                   129/167 
11:01:19 #9 22.30   Verifying        : perl-Storable-1:3.21-460.el9.x86_64                130/167 
11:01:19 #9 22.30   Verifying        : perl-Symbol-1.08-480.el9.noarch                    131/167 
11:01:19 #9 22.30   Verifying        : perl-Term-ANSIColor-5.01-461.el9.noarch            132/167 
11:01:19 #9 22.30   Verifying        : perl-Term-Cap-1.17-460.el9.noarch                  133/167 
11:01:19 #9 22.30   Verifying        : perl-Text-ParseWords-3.30-460.el9.noarch           134/167 
11:01:19 #9 22.30   Verifying        : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch       135/167 
11:01:19 #9 22.30   Verifying        : perl-Time-Local-2:1.300-7.el9.noarch               136/167 
11:01:19 #9 22.30   Verifying        : perl-URI-5.09-3.el9.noarch                         137/167 
11:01:19 #9 22.30   Verifying        : perl-base-2.27-480.el9.noarch                      138/167 
11:01:19 #9 22.30   Verifying        : perl-constant-1.33-461.el9.noarch                  139/167 
11:01:19 #9 22.30   Verifying        : perl-if-0.60.800-480.el9.noarch                    140/167 
11:01:19 #9 22.30   Verifying        : perl-interpreter-4:5.32.1-480.el9.x86_64           141/167 
11:01:19 #9 22.30   Verifying        : perl-libnet-3.13-4.el9.noarch                      142/167 
11:01:19 #9 22.30   Verifying        : perl-libs-4:5.32.1-480.el9.x86_64                  143/167 
11:01:19 #9 22.30   Verifying        : perl-mro-1.23-480.el9.x86_64                       144/167 
11:01:19 #9 22.30   Verifying        : perl-overload-1.31-480.el9.noarch                  145/167 
11:01:19 #9 22.30   Verifying        : perl-overloading-0.02-480.el9.noarch               146/167 
11:01:19 #9 22.30   Verifying        : perl-parent-1:0.238-460.el9.noarch                 147/167 
11:01:19 #9 22.30   Verifying        : perl-podlators-1:4.14-460.el9.noarch               148/167 
11:01:19 #9 22.30   Verifying        : perl-srpm-macros-1-41.el9.noarch                   149/167 
11:01:19 #9 22.30   Verifying        : perl-subs-1.03-480.el9.noarch                      150/167 
11:01:19 #9 22.30   Verifying        : perl-vars-1.05-480.el9.noarch                      151/167 
11:01:19 #9 22.30   Verifying        : policycoreutils-python-utils-3.5-1.el9.noarch      152/167 
11:01:19 #9 22.30   Verifying        : pyproject-srpm-macros-1.6.2-1.el9.noarch           153/167 
11:01:19 #9 22.30   Verifying        : python-srpm-macros-3.9-52.el9.noarch               154/167 
11:01:19 #9 22.30   Verifying        : python3-audit-3.0.7-103.el9.x86_64                 155/167 
11:01:19 #9 22.30   Verifying        : python3-enchant-3.2.0-5.el9.noarch                 156/167 
11:01:19 #9 22.30   Verifying        : python3-file-magic-5.39-12.el9.noarch              157/167 
11:01:19 #9 22.30   Verifying        : python3-libselinux-3.5-1.el9.x86_64                158/167 
11:01:19 #9 22.30   Verifying        : python3-libsemanage-3.5-2.el9.x86_64               159/167 
11:01:19 #9 22.30   Verifying        : python3-policycoreutils-3.5-1.el9.noarch           160/167 
11:01:19 #9 22.30   Verifying        : qt5-srpm-macros-5.15.9-1.el9.noarch                161/167 
11:01:19 #9 22.30   Verifying        : redhat-rpm-config-199-1.el9.noarch                 162/167 
11:01:19 #9 22.30   Verifying        : rpm-build-4.16.1.3-22.el9.x86_64                   163/167 
11:01:19 #9 22.30   Verifying        : rpmlint-1.11-19.el9.noarch                         164/167 
11:01:19 #9 22.30   Verifying        : rust-srpm-macros-17-4.el9.noarch                   165/167 
11:01:19 #9 22.30   Verifying        : scl-utils-1:2.0.3-4.el9.x86_64                     166/167 
11:01:19 #9 22.30   Verifying        : webkit2gtk3-jsc-2.38.5-1.el9.x86_64                167/167 
11:01:19 #9 22.46 
11:01:19 #9 22.46 Installed:
11:01:19 #9 22.46   abattis-cantarell-fonts-0.301-4.el9.noarch                                    
11:01:19 #9 22.46   adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch                       
11:01:19 #9 22.46   binutils-2.35.2-39.el9.x86_64                                                 
11:01:19 #9 22.46   bzip2-1.0.8-8.el9.x86_64                                                      
11:01:19 #9 22.46   checkpolicy-3.5-1.el9.x86_64                                                  
11:01:19 #9 22.46   cpio-2.13-16.el9.x86_64                                                       
11:01:19 #9 22.46   cracklib-2.9.6-27.el9.x86_64                                                  
11:01:19 #9 22.46   cracklib-dicts-2.9.6-27.el9.x86_64                                            
11:01:19 #9 22.46   dbus-libs-1:1.12.20-7.el9.x86_64                                              
11:01:19 #9 22.46   desktop-file-utils-0.26-6.el9.x86_64                                          
11:01:19 #9 22.46   diffutils-3.7-12.el9.x86_64                                                   
11:01:19 #9 22.46   dnf-plugins-core-4.3.0-4.el9.noarch                                           
11:01:19 #9 22.46   dwz-0.14-3.el9.x86_64                                                         
11:01:19 #9 22.46   ed-1.14.2-12.el9.x86_64                                                       
11:01:19 #9 22.46   efi-srpm-macros-4-9.el9.noarch                                                
11:01:19 #9 22.46   elfutils-0.189-2.el9.x86_64                                                   
11:01:19 #9 22.46   elfutils-debuginfod-client-0.189-2.el9.x86_64                                 
11:01:19 #9 22.46   emacs-filesystem-1:27.2-9.el9.noarch                                          
11:01:19 #9 22.46   enchant-1:1.6.0-30.el9.x86_64                                                 
11:01:19 #9 22.46   environment-modules-5.0.1-2.el9.x86_64                                        
11:01:19 #9 22.46   file-5.39-12.el9.x86_64                                                       
11:01:19 #9 22.46   fonts-srpm-macros-1:2.0.5-7.el9.1.noarch                                      
11:01:19 #9 22.46   gcc-toolset-12-binutils-2.38-16.el9.x86_64                                    
11:01:19 #9 22.46   gcc-toolset-12-binutils-gold-2.38-14.el9.x86_64                               
11:01:19 #9 22.46   gcc-toolset-12-runtime-12.0-5.el9.x86_64                                      
11:01:19 #9 22.46   gdb-minimal-10.2-11.el9.x86_64                                                
11:01:19 #9 22.46   gdk-pixbuf2-2.42.6-3.el9.x86_64                                               
11:01:19 #9 22.46   ghc-srpm-macros-1.5.0-6.el9.noarch                                            
11:01:19 #9 22.46   glib-networking-2.68.3-3.el9.x86_64                                           
11:01:19 #9 22.46   glibc-gconv-extra-2.34-66.el9.x86_64                                          
11:01:19 #9 22.46   go-srpm-macros-3.0.9-9.el9.noarch                                             
11:01:19 #9 22.46   groff-base-1.22.4-10.el9.x86_64                                               
11:01:19 #9 22.46   gsettings-desktop-schemas-40.0-6.el9.x86_64                                   
11:01:19 #9 22.46   hunspell-1.7.0-11.el9.x86_64                                                  
11:01:19 #9 22.46   hunspell-en-0.20140811.1-20.el9.noarch                                        
11:01:19 #9 22.46   hunspell-en-GB-0.20140811.1-20.el9.noarch                                     
11:01:19 #9 22.46   hunspell-en-US-0.20140811.1-20.el9.noarch                                     
11:01:19 #9 22.46   hunspell-filesystem-1.7.0-11.el9.x86_64                                       
11:01:19 #9 22.46   info-6.7-15.el9.x86_64                                                        
11:01:19 #9 22.46   json-glib-1.6.6-1.el9.x86_64                                                  
11:01:19 #9 22.46   kernel-srpm-macros-1.0-12.el9.noarch                                          
11:01:19 #9 22.46   less-590-1.el9.x86_64                                                         
11:01:19 #9 22.46   libappstream-glib-0.7.18-4.el9.x86_64                                         
11:01:19 #9 22.46   libatomic-11.3.1-4.4.el9.x86_64                                               
11:01:19 #9 22.46   libbrotli-1.0.9-6.el9.x86_64                                                  
11:01:19 #9 22.46   libdb-5.3.28-53.el9.x86_64                                                    
11:01:19 #9 22.46   libeconf-0.4.1-2.el9.x86_64                                                   
11:01:19 #9 22.46   libfdisk-2.37.4-10.el9.x86_64                                                 
11:01:19 #9 22.46   libicu-67.1-9.el9.x86_64                                                      
11:01:19 #9 22.46   libjpeg-turbo-2.0.90-6.el9.x86_64                                             
11:01:19 #9 22.46   libpipeline-1.5.3-4.el9.x86_64                                                
11:01:19 #9 22.46   libpkgconf-1.7.3-10.el9.x86_64                                                
11:01:19 #9 22.46   libpng-2:1.6.37-12.el9.x86_64                                                 
11:01:19 #9 22.46   libproxy-0.4.15-35.el9.x86_64                                                 
11:01:19 #9 22.46   libproxy-webkitgtk4-0.4.15-35.el9.x86_64                                      
11:01:19 #9 22.46   libpsl-0.21.1-5.el9.x86_64                                                    
11:01:19 #9 22.46   libpwquality-1.4.4-8.el9.x86_64                                               
11:01:19 #9 22.46   libselinux-utils-3.5-1.el9.x86_64                                             
11:01:19 #9 22.46   libsoup-2.72.0-8.el9.x86_64                                                   
11:01:19 #9 22.46   libstemmer-0-18.585svn.el9.x86_64                                             
11:01:19 #9 22.46   libutempter-1.2.1-6.el9.x86_64                                                
11:01:19 #9 22.46   lua-srpm-macros-1-6.el9.noarch                                                
11:01:19 #9 22.46   man-db-2.9.3-7.el9.x86_64                                                     
11:01:19 #9 22.46   ncurses-6.2-8.20210508.el9.x86_64                                             
11:01:19 #9 22.46   ocaml-srpm-macros-6-6.el9.noarch                                              
11:01:19 #9 22.46   openblas-srpm-macros-2-11.el9.noarch                                          
11:01:19 #9 22.46   openssl-1:3.0.7-6.el9.x86_64                                                  
11:01:19 #9 22.46   pam-1.5.1-14.el9.x86_64                                                       
11:01:19 #9 22.46   patch-2.7.6-16.el9.x86_64                                                     
11:01:19 #9 22.46   perl-AutoLoader-5.74-480.el9.noarch                                           
11:01:19 #9 22.46   perl-B-1.80-480.el9.x86_64                                                    
11:01:19 #9 22.46   perl-Carp-1.50-460.el9.noarch                                                 
11:01:19 #9 22.46   perl-Class-Struct-0.66-480.el9.noarch                                         
11:01:19 #9 22.46   perl-Data-Dumper-2.174-462.el9.x86_64                                         
11:01:19 #9 22.46   perl-Digest-1.19-4.el9.noarch                                                 
11:01:19 #9 22.46   perl-Digest-MD5-2.58-4.el9.x86_64                                             
11:01:19 #9 22.46   perl-Encode-4:3.08-462.el9.x86_64                                             
11:01:19 #9 22.46   perl-Errno-1.30-480.el9.x86_64                                                
11:01:19 #9 22.46   perl-Exporter-5.74-461.el9.noarch                                             
11:01:19 #9 22.46   perl-Fcntl-1.13-480.el9.x86_64                                                
11:01:19 #9 22.46   perl-File-Basename-2.85-480.el9.noarch                                        
11:01:19 #9 22.46   perl-File-Path-2.18-4.el9.noarch                                              
11:01:19 #9 22.46   perl-File-Temp-1:0.231.100-4.el9.noarch                                       
11:01:19 #9 22.46   perl-File-stat-1.09-480.el9.noarch                                            
11:01:19 #9 22.46   perl-FileHandle-2.03-480.el9.noarch                                           
11:01:19 #9 22.46   perl-Getopt-Long-1:2.52-4.el9.noarch                                          
11:01:19 #9 22.46   perl-Getopt-Std-1.12-480.el9.noarch                                           
11:01:19 #9 22.46   perl-HTTP-Tiny-0.076-460.el9.noarch                                           
11:01:19 #9 22.46   perl-IO-1.43-480.el9.x86_64                                                   
11:01:19 #9 22.46   perl-IO-Socket-IP-0.41-5.el9.noarch                                           
11:01:19 #9 22.46   perl-IO-Socket-SSL-2.073-1.el9.noarch                                         
11:01:19 #9 22.46   perl-IPC-Open3-1.21-480.el9.noarch                                            
11:01:19 #9 22.46   perl-MIME-Base64-3.16-4.el9.x86_64                                            
11:01:19 #9 22.46   perl-Mozilla-CA-20200520-6.el9.noarch                                         
11:01:19 #9 22.46   perl-NDBM_File-1.15-480.el9.x86_64                                            
11:01:19 #9 22.46   perl-Net-SSLeay-1.92-2.el9.x86_64                                             
11:01:19 #9 22.46   perl-POSIX-1.94-480.el9.x86_64                                                
11:01:19 #9 22.46   perl-PathTools-3.78-461.el9.x86_64                                            
11:01:19 #9 22.46   perl-Pod-Escapes-1:1.07-460.el9.noarch                                        
11:01:19 #9 22.46   perl-Pod-Perldoc-3.28.01-461.el9.noarch                                       
11:01:19 #9 22.46   perl-Pod-Simple-1:3.42-4.el9.noarch                                           
11:01:19 #9 22.46   perl-Pod-Usage-4:2.01-4.el9.noarch                                            
11:01:19 #9 22.46   perl-Scalar-List-Utils-4:1.56-461.el9.x86_64                                  
11:01:19 #9 22.46   perl-SelectSaver-1.02-480.el9.noarch                                          
11:01:19 #9 22.46   perl-Socket-4:2.031-4.el9.x86_64                                              
11:01:19 #9 22.46   perl-Storable-1:3.21-460.el9.x86_64                                           
11:01:19 #9 22.46   perl-Symbol-1.08-480.el9.noarch                                               
11:01:19 #9 22.46   perl-Term-ANSIColor-5.01-461.el9.noarch                                       
11:01:19 #9 22.46   perl-Term-Cap-1.17-460.el9.noarch                                             
11:01:19 #9 22.46   perl-Text-ParseWords-3.30-460.el9.noarch                                      
11:01:19 #9 22.46   perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch                                  
11:01:19 #9 22.46   perl-Time-Local-2:1.300-7.el9.noarch                                          
11:01:19 #9 22.46   perl-URI-5.09-3.el9.noarch                                                    
11:01:19 #9 22.46   perl-base-2.27-480.el9.noarch                                                 
11:01:19 #9 22.46   perl-constant-1.33-461.el9.noarch                                             
11:01:19 #9 22.46   perl-if-0.60.800-480.el9.noarch                                               
11:01:19 #9 22.46   perl-interpreter-4:5.32.1-480.el9.x86_64                                      
11:01:19 #9 22.46   perl-libnet-3.13-4.el9.noarch                                                 
11:01:19 #9 22.46   perl-libs-4:5.32.1-480.el9.x86_64                                             
11:01:19 #9 22.46   perl-mro-1.23-480.el9.x86_64                                                  
11:01:19 #9 22.46   perl-overload-1.31-480.el9.noarch                                             
11:01:19 #9 22.46   perl-overloading-0.02-480.el9.noarch                                          
11:01:19 #9 22.46   perl-parent-1:0.238-460.el9.noarch                                            
11:01:19 #9 22.46   perl-podlators-1:4.14-460.el9.noarch                                          
11:01:19 #9 22.46   perl-srpm-macros-1-41.el9.noarch                                              
11:01:19 #9 22.46   perl-subs-1.03-480.el9.noarch                                                 
11:01:19 #9 22.46   perl-vars-1.05-480.el9.noarch                                                 
11:01:19 #9 22.46   pkgconf-1.7.3-10.el9.x86_64                                                   
11:01:19 #9 22.46   pkgconf-m4-1.7.3-10.el9.noarch                                                
11:01:19 #9 22.46   pkgconf-pkg-config-1.7.3-10.el9.x86_64                                        
11:01:19 #9 22.46   policycoreutils-3.5-1.el9.x86_64                                              
11:01:19 #9 22.46   policycoreutils-python-utils-3.5-1.el9.noarch                                 
11:01:19 #9 22.46   procps-ng-3.3.17-11.el9.x86_64                                                
11:01:19 #9 22.46   publicsuffix-list-dafsa-20210518-3.el9.noarch                                 
11:01:19 #9 22.46   pyproject-srpm-macros-1.6.2-1.el9.noarch                                      
11:01:19 #9 22.46   python-srpm-macros-3.9-52.el9.noarch                                          
11:01:19 #9 22.46   python3-audit-3.0.7-103.el9.x86_64                                            
11:01:19 #9 22.46   python3-dateutil-1:2.8.1-6.el9.noarch                                         
11:01:19 #9 22.46   python3-dbus-1.2.18-2.el9.x86_64                                              
11:01:19 #9 22.46   python3-distro-1.5.0-7.el9.noarch                                             
11:01:19 #9 22.46   python3-dnf-plugins-core-4.3.0-4.el9.noarch                                   
11:01:19 #9 22.46   python3-enchant-3.2.0-5.el9.noarch                                            
11:01:19 #9 22.46   python3-file-magic-5.39-12.el9.noarch                                         
11:01:19 #9 22.46   python3-libselinux-3.5-1.el9.x86_64                                           
11:01:19 #9 22.46   python3-libsemanage-3.5-2.el9.x86_64                                          
11:01:19 #9 22.46   python3-policycoreutils-3.5-1.el9.noarch                                      
11:01:19 #9 22.46   python3-setools-4.4.1-1.el9.x86_64                                            
11:01:19 #9 22.46   python3-setuptools-53.0.0-12.el9.noarch                                       
11:01:19 #9 22.46   python3-six-1.15.0-9.el9.noarch                                               
11:01:19 #9 22.46   python3-systemd-234-18.el9.x86_64                                             
11:01:19 #9 22.46   qt5-srpm-macros-5.15.9-1.el9.noarch                                           
11:01:19 #9 22.46   redhat-rpm-config-199-1.el9.noarch                                            
11:01:19 #9 22.46   rpm-build-4.16.1.3-22.el9.x86_64                                              
11:01:19 #9 22.46   rpmlint-1.11-19.el9.noarch                                                    
11:01:19 #9 22.46   rust-srpm-macros-17-4.el9.noarch                                              
11:01:19 #9 22.46   scl-utils-1:2.0.3-4.el9.x86_64                                                
11:01:19 #9 22.46   shared-mime-info-2.1-5.el9.x86_64                                             
11:01:19 #9 22.46   systemd-libs-252-8.el9.x86_64                                                 
11:01:19 #9 22.46   tcl-1:8.6.10-7.el9.x86_64                                                     
11:01:19 #9 22.46   unzip-6.0-56.el9.x86_64                                                       
11:01:19 #9 22.46   util-linux-2.37.4-10.el9.x86_64                                               
11:01:19 #9 22.46   util-linux-core-2.37.4-10.el9.x86_64                                          
11:01:19 #9 22.46   vim-filesystem-2:8.2.2637-20.el9.noarch                                       
11:01:19 #9 22.46   webkit2gtk3-jsc-2.38.5-1.el9.x86_64                                           
11:01:19 #9 22.46   xz-5.2.5-8.el9.x86_64                                                         
11:01:19 #9 22.46   zip-3.0-35.el9.x86_64                                                         
11:01:19 #9 22.46   zstd-1.5.1-2.el9.x86_64                                                       
11:01:19 #9 22.46 
11:01:19 #9 22.46 Complete!
11:01:19 #9 DONE 22.6s
11:01:19 
11:01:19 #11 [stage-1 4/8] RUN dnf config-manager --set-enabled crb
11:01:20 #11 DONE 0.7s
11:01:20 
11:01:20 #12 [stage-1 5/8] COPY SPECS /root/rpmbuild/SPECS
11:01:20 #12 DONE 0.0s
11:01:20 
11:01:20 #13 [stage-1 6/8] RUN dnf builddep --define '_without_btrfs 1' -y /root/rpmbuild/SPECS/*.spec
11:01:21 #13 0.878 CentOS Stream 9 - BaseOS                         31 kB/s | 8.4 kB     00:00    
11:01:21 #13 1.183 CentOS Stream 9 - AppStream                      35 kB/s | 8.6 kB     00:00    
11:01:23 #13 2.874 CentOS Stream 9 - CRB                           3.4 MB/s | 5.3 MB     00:01    
11:01:25 #13 4.762 Package bash-5.1.8-6.el9.x86_64 is already installed.
11:01:25 #13 4.773 Package bash-5.1.8-6.el9.x86_64 is already installed.
11:01:25 #13 4.773 Package ca-certificates-2022.2.54-90.2.el9.noarch is already installed.
11:01:25 #13 4.773 Package libarchive-3.5.3-4.el9.x86_64 is already installed.
11:01:25 #13 4.774 Package pkgconf-pkg-config-1.7.3-10.el9.x86_64 is already installed.
11:01:25 #13 4.774 Package tar-2:1.34-6.el9.x86_64 is already installed.
11:01:25 #13 4.822 Dependencies resolved.
11:01:25 #13 4.827 ================================================================================
11:01:25 #13 4.827  Package                   Arch     Version                   Repository   Size
11:01:25 #13 4.827 ================================================================================
11:01:25 #13 4.827 Installing:
11:01:25 #13 4.827  cmake                     x86_64   3.20.2-8.el9              appstream   6.7 M
11:01:25 #13 4.827  device-mapper-devel       x86_64   9:1.02.187-7.el9          crb          44 k
11:01:25 #13 4.827  gcc                       x86_64   11.3.1-4.4.el9            appstream    32 M
11:01:25 #13 4.827  git                       x86_64   2.39.1-1.el9              appstream    63 k
11:01:25 #13 4.827  glibc-static              x86_64   2.34-66.el9               crb         1.7 M
11:01:25 #13 4.827  libseccomp-devel          x86_64   2.5.2-2.el9               appstream    59 k
11:01:25 #13 4.827  libselinux-devel          x86_64   3.5-1.el9                 appstream   160 k
11:01:25 #13 4.827  libtool                   x86_64   2.4.6-45.el9              appstream   582 k
11:01:25 #13 4.827  libtool-ltdl-devel        x86_64   2.4.6-45.el9              crb         161 k
11:01:25 #13 4.827  make                      x86_64   1:4.3-7.el9               baseos      538 k
11:01:25 #13 4.827  selinux-policy-devel      noarch   38.1.12-1.el9             appstream   1.4 M
11:01:25 #13 4.827  systemd                   x86_64   252-8.el9                 baseos      4.1 M
11:01:25 #13 4.827  systemd-devel             x86_64   252-8.el9                 appstream   642 k
11:01:25 #13 4.827  which                     x86_64   2.21-29.el9               baseos       41 k
11:01:25 #13 4.827 Installing dependencies:
11:01:25 #13 4.827  acl                       x86_64   2.3.1-3.el9               baseos       73 k
11:01:25 #13 4.827  annobin                   x86_64   12.09-1.el9               appstream   978 k
11:01:25 #13 4.827  autoconf                  noarch   2.69-38.el9               appstream   681 k
11:01:25 #13 4.827  automake                  noarch   1.16.2-6.el9              appstream   689 k
11:01:25 #13 4.827  cmake-data                noarch   3.20.2-8.el9              appstream   2.1 M
11:01:25 #13 4.827  cmake-filesystem          x86_64   3.20.2-8.el9              appstream    19 k
11:01:25 #13 4.827  cmake-rpm-macros          noarch   3.20.2-8.el9              appstream    12 k
11:01:25 #13 4.827  cpp                       x86_64   11.3.1-4.4.el9            appstream    11 M
11:01:25 #13 4.827  dbus                      x86_64   1:1.12.20-7.el9           baseos      3.9 k
11:01:25 #13 4.827  dbus-broker               x86_64   28-7.el9                  baseos      172 k
11:01:25 #13 4.827  dbus-common               noarch   1:1.12.20-7.el9           baseos       15 k
11:01:25 #13 4.827  device-mapper             x86_64   9:1.02.187-7.el9          baseos      141 k
11:01:25 #13 4.827  device-mapper-libs        x86_64   9:1.02.187-7.el9          baseos      179 k
11:01:25 #13 4.827  gcc-plugin-annobin        x86_64   11.3.1-4.4.el9            appstream    52 k
11:01:25 #13 4.827  git-core                  x86_64   2.39.1-1.el9              appstream   4.2 M
11:01:25 #13 4.827  git-core-doc              noarch   2.39.1-1.el9              appstream   2.9 M
11:01:25 #13 4.827  glibc-devel               x86_64   2.34-66.el9               appstream    51 k
11:01:25 #13 4.827  glibc-headers             x86_64   2.34-66.el9               appstream   552 k
11:01:25 #13 4.827  kernel-headers            x86_64   5.14.0-305.el9            appstream   5.4 M
11:01:25 #13 4.827  kmod-libs                 x86_64   28-8.el9                  baseos       64 k
11:01:25 #13 4.827  libcbor                   x86_64   0.7.0-5.el9               baseos       57 k
11:01:25 #13 4.827  libedit                   x86_64   3.1-37.20210216cvs.el9    baseos      105 k
11:01:25 #13 4.827  libfido2                  x86_64   1.13.0-1.el9              baseos       98 k
11:01:25 #13 4.827  libmpc                    x86_64   1.2.1-4.el9               appstream    62 k
11:01:25 #13 4.827  libseccomp                x86_64   2.5.2-2.el9               baseos       72 k
11:01:25 #13 4.827  libsepol-devel            x86_64   3.5-1.el9                 appstream    48 k
11:01:25 #13 4.827  libtool-ltdl              x86_64   2.4.6-45.el9              appstream    37 k
11:01:25 #13 4.827  libuv                     x86_64   1:1.42.0-1.el9            appstream   150 k
11:01:25 #13 4.827  libxcrypt-devel           x86_64   4.4.18-3.el9              appstream    29 k
11:01:25 #13 4.827  libxcrypt-static          x86_64   4.4.18-3.el9              crb         102 k
11:01:25 #13 4.827  llvm-libs                 x86_64   16.0.1-1.el9              appstream    44 M
11:01:25 #13 4.827  m4                        x86_64   1.4.19-1.el9              appstream   300 k
11:01:25 #13 4.827  openssh                   x86_64   8.7p1-28.el9              baseos      457 k
11:01:25 #13 4.827  openssh-clients           x86_64   8.7p1-28.el9              baseos      707 k
11:01:25 #13 4.827  pcre2-devel               x86_64   10.40-2.el9               appstream   515 k
11:01:25 #13 4.827  pcre2-utf16               x86_64   10.40-2.el9               appstream   217 k
11:01:25 #13 4.827  pcre2-utf32               x86_64   10.40-2.el9               appstream   206 k
11:01:25 #13 4.827  perl-DynaLoader           x86_64   1.47-480.el9              appstream    27 k
11:01:25 #13 4.827  perl-Error                noarch   1:0.17029-7.el9           appstream    42 k
11:01:25 #13 4.827  perl-File-Compare         noarch   1.100.600-480.el9         appstream    14 k
11:01:25 #13 4.827  perl-File-Copy            noarch   2.34-480.el9              appstream    21 k
11:01:25 #13 4.827  perl-File-Find            noarch   1.37-480.el9              appstream    27 k
11:01:25 #13 4.827  perl-Git                  noarch   2.39.1-1.el9              appstream    39 k
11:01:25 #13 4.827  perl-TermReadKey          x86_64   2.38-11.el9               appstream    37 k
11:01:25 #13 4.827  perl-Thread-Queue         noarch   3.14-460.el9              appstream    22 k
11:01:25 #13 4.827  perl-lib                  x86_64   0.65-480.el9              appstream    16 k
11:01:25 #13 4.827  perl-threads              x86_64   1:2.25-460.el9            appstream    58 k
11:01:25 #13 4.827  perl-threads-shared       x86_64   1.61-460.el9              appstream    45 k
11:01:25 #13 4.827  policycoreutils-devel     x86_64   3.5-1.el9                 appstream   146 k
11:01:25 #13 4.827  rpm-plugin-selinux        x86_64   4.16.1.3-22.el9           baseos       18 k
11:01:25 #13 4.827  selinux-policy            noarch   38.1.12-1.el9             baseos       56 k
11:01:25 #13 4.827  selinux-policy-targeted   noarch   38.1.12-1.el9             baseos      6.8 M
11:01:25 #13 4.827  systemd-pam               x86_64   252-8.el9                 baseos      257 k
11:01:25 #13 4.827  systemd-rpm-macros        noarch   252-8.el9                 baseos       45 k
11:01:25 #13 4.827 
11:01:25 #13 4.827 Transaction Summary
11:01:25 #13 4.827 ================================================================================
11:01:25 #13 4.827 Install  68 Packages
11:01:25 #13 4.827 
11:01:25 #13 4.830 Total download size: 132 M
11:01:25 #13 4.830 Installed size: 479 M
11:01:25 #13 4.830 Downloading Packages:
11:01:29 #13 8.371 (1/68): dbus-1.12.20-7.el9.x86_64.rpm            14 kB/s | 3.9 kB     00:00    
11:01:29 #13 8.376 (2/68): acl-2.3.1-3.el9.x86_64.rpm              247 kB/s |  73 kB     00:00    
11:01:29 #13 8.380 (3/68): dbus-broker-28-7.el9.x86_64.rpm         571 kB/s | 172 kB     00:00    
11:01:29 #13 8.382 (4/68): dbus-common-1.12.20-7.el9.noarch.rpm    1.3 MB/s |  15 kB     00:00    
11:01:29 #13 8.387 (5/68): device-mapper-1.02.187-7.el9.x86_64.rpm  13 MB/s | 141 kB     00:00    
11:01:29 #13 8.391 (6/68): kmod-libs-28-8.el9.x86_64.rpm           8.1 MB/s |  64 kB     00:00    
11:01:29 #13 8.395 (7/68): device-mapper-libs-1.02.187-7.el9.x86_6  14 MB/s | 179 kB     00:00    
11:01:29 #13 8.398 (8/68): libcbor-0.7.0-5.el9.x86_64.rpm          5.3 MB/s |  57 kB     00:00    
11:01:29 #13 8.402 (9/68): libedit-3.1-37.20210216cvs.el9.x86_64.r  10 MB/s | 105 kB     00:00    
11:01:29 #13 8.410 (10/68): libseccomp-2.5.2-2.el9.x86_64.rpm      6.3 MB/s |  72 kB     00:00    
11:01:29 #13 8.414 (11/68): libfido2-1.13.0-1.el9.x86_64.rpm       6.2 MB/s |  98 kB     00:00    
11:01:29 #13 8.422 (12/68): make-4.3-7.el9.x86_64.rpm               26 MB/s | 538 kB     00:00    
11:01:29 #13 8.431 (13/68): openssh-8.7p1-28.el9.x86_64.rpm         23 MB/s | 457 kB     00:00    
11:01:29 #13 8.434 (14/68): rpm-plugin-selinux-4.16.1.3-22.el9.x86 1.6 MB/s |  18 kB     00:00    
11:01:29 #13 8.443 (15/68): openssh-clients-8.7p1-28.el9.x86_64.rp  25 MB/s | 707 kB     00:00    
11:01:29 #13 8.447 (16/68): selinux-policy-38.1.12-1.el9.noarch.rp 3.7 MB/s |  56 kB     00:00    
11:01:29 #13 8.459 (17/68): systemd-pam-252-8.el9.x86_64.rpm        22 MB/s | 257 kB     00:00    
11:01:29 #13 8.466 (18/68): systemd-rpm-macros-252-8.el9.noarch.rp 8.1 MB/s |  45 kB     00:00    
11:01:29 #13 8.472 (19/68): which-2.21-29.el9.x86_64.rpm           7.1 MB/s |  41 kB     00:00    
11:01:29 #13 8.495 (20/68): annobin-12.09-1.el9.x86_64.rpm          42 MB/s | 978 kB     00:00    
11:01:29 #13 8.513 (21/68): autoconf-2.69-38.el9.noarch.rpm         46 MB/s | 681 kB     00:00    
11:01:29 #13 8.538 (22/68): systemd-252-8.el9.x86_64.rpm            43 MB/s | 4.1 MB     00:00    
11:01:29 #13 8.548 (23/68): automake-1.16.2-6.el9.noarch.rpm        20 MB/s | 689 kB     00:00    
11:01:29 #13 8.591 (24/68): selinux-policy-targeted-38.1.12-1.el9.  44 MB/s | 6.8 MB     00:00    
11:01:29 #13 8.610 (25/68): cmake-data-3.20.2-8.el9.noarch.rpm      37 MB/s | 2.1 MB     00:00    
11:01:29 #13 8.618 (26/68): cmake-filesystem-3.20.2-8.el9.x86_64.r 773 kB/s |  19 kB     00:00    
11:01:29 #13 8.625 (27/68): cmake-rpm-macros-3.20.2-8.el9.noarch.r 953 kB/s |  12 kB     00:00    
11:01:29 #13 8.661 (28/68): cmake-3.20.2-8.el9.x86_64.rpm           55 MB/s | 6.7 MB     00:00    
11:01:29 #13 8.678 (29/68): gcc-plugin-annobin-11.3.1-4.4.el9.x86_ 3.3 MB/s |  52 kB     00:00    
11:01:29 #13 8.689 (30/68): git-2.39.1-1.el9.x86_64.rpm            7.0 MB/s |  63 kB     00:00    
11:01:29 #13 8.773 (31/68): git-core-2.39.1-1.el9.x86_64.rpm        52 MB/s | 4.2 MB     00:00    
11:01:29 #13 8.834 (32/68): cpp-11.3.1-4.4.el9.x86_64.rpm           50 MB/s |  11 MB     00:00    
11:01:29 #13 8.867 (33/68): git-core-doc-2.39.1-1.el9.noarch.rpm    31 MB/s | 2.9 MB     00:00    
11:01:29 #13 8.874 (34/68): glibc-devel-2.34-66.el9.x86_64.rpm     1.3 MB/s |  51 kB     00:00    
11:01:29 #13 8.890 (35/68): glibc-headers-2.34-66.el9.x86_64.rpm    27 MB/s | 552 kB     00:00    
11:01:29 #13 8.900 (36/68): libmpc-1.2.1-4.el9.x86_64.rpm          7.3 MB/s |  62 kB     00:00    
11:01:29 #13 8.908 (37/68): libseccomp-devel-2.5.2-2.el9.x86_64.rp 8.2 MB/s |  59 kB     00:00    
11:01:29 #13 8.916 (38/68): libselinux-devel-3.5-1.el9.x86_64.rpm   24 MB/s | 160 kB     00:00    
11:01:29 #13 8.922 (39/68): libsepol-devel-3.5-1.el9.x86_64.rpm    8.9 MB/s |  48 kB     00:00    
11:01:29 #13 8.937 (40/68): libtool-2.4.6-45.el9.x86_64.rpm         39 MB/s | 582 kB     00:00    
11:01:29 #13 8.945 (41/68): libtool-ltdl-2.4.6-45.el9.x86_64.rpm   5.2 MB/s |  37 kB     00:00    
11:01:29 #13 8.954 (42/68): libuv-1.42.0-1.el9.x86_64.rpm           19 MB/s | 150 kB     00:00    
11:01:29 #13 8.959 (43/68): libxcrypt-devel-4.4.18-3.el9.x86_64.rp 7.0 MB/s |  29 kB     00:00    
11:01:29 #13 9.018 (44/68): kernel-headers-5.14.0-305.el9.x86_64.r  38 MB/s | 5.4 MB     00:00    
11:01:29 #13 9.035 (45/68): m4-1.4.19-1.el9.x86_64.rpm              18 MB/s | 300 kB     00:00    
11:01:29 #13 9.190 (46/68): gcc-11.3.1-4.4.el9.x86_64.rpm           57 MB/s |  32 MB     00:00    
11:01:29 #13 9.195 (47/68): pcre2-devel-10.40-2.el9.x86_64.rpm     3.2 MB/s | 515 kB     00:00    
11:01:29 #13 9.226 (48/68): pcre2-utf32-10.40-2.el9.x86_64.rpm     7.3 MB/s | 206 kB     00:00    
11:01:29 #13 9.231 (49/68): pcre2-utf16-10.40-2.el9.x86_64.rpm     6.4 MB/s | 217 kB     00:00    
11:01:29 #13 9.239 (50/68): perl-DynaLoader-1.47-480.el9.x86_64.rp 2.2 MB/s |  27 kB     00:00    
11:01:29 #13 9.243 (51/68): perl-Error-0.17029-7.el9.noarch.rpm    4.8 MB/s |  42 kB     00:00    
11:01:29 #13 9.247 (52/68): perl-File-Compare-1.100.600-480.el9.no 1.8 MB/s |  14 kB     00:00    
11:01:29 #13 9.251 (53/68): perl-File-Copy-2.34-480.el9.noarch.rpm 3.2 MB/s |  21 kB     00:00    
11:01:29 #13 9.257 (54/68): perl-File-Find-1.37-480.el9.noarch.rpm 2.8 MB/s |  27 kB     00:00    
11:01:29 #13 9.261 (55/68): perl-Git-2.39.1-1.el9.noarch.rpm       4.1 MB/s |  39 kB     00:00    
11:01:29 #13 9.266 (56/68): perl-TermReadKey-2.38-11.el9.x86_64.rp 4.9 MB/s |  37 kB     00:00    
11:01:29 #13 9.270 (57/68): perl-Thread-Queue-3.14-460.el9.noarch. 2.9 MB/s |  22 kB     00:00    
11:01:29 #13 9.274 (58/68): perl-lib-0.65-480.el9.x86_64.rpm       2.3 MB/s |  16 kB     00:00    
11:01:29 #13 9.279 (59/68): perl-threads-2.25-460.el9.x86_64.rpm   6.7 MB/s |  58 kB     00:00    
11:01:29 #13 9.283 (60/68): perl-threads-shared-1.61-460.el9.x86_6 5.5 MB/s |  45 kB     00:00    
11:01:29 #13 9.289 (61/68): policycoreutils-devel-3.5-1.el9.x86_64  16 MB/s | 146 kB     00:00    
11:01:29 #13 9.304 (62/68): selinux-policy-devel-38.1.12-1.el9.noa  78 MB/s | 1.4 MB     00:00    
11:01:29 #13 9.313 (63/68): systemd-devel-252-8.el9.x86_64.rpm      29 MB/s | 642 kB     00:00    
11:01:29 #13 9.318 (64/68): device-mapper-devel-1.02.187-7.el9.x86 3.2 MB/s |  44 kB     00:00    
11:01:29 #13 9.335 (65/68): glibc-static-2.34-66.el9.x86_64.rpm     86 MB/s | 1.7 MB     00:00    
11:01:29 #13 9.339 (66/68): libtool-ltdl-devel-2.4.6-45.el9.x86_64 9.6 MB/s | 161 kB     00:00    
11:01:29 #13 9.345 (67/68): libxcrypt-static-4.4.18-3.el9.x86_64.r  12 MB/s | 102 kB     00:00    
11:01:30 #13 9.712 (68/68): llvm-libs-16.0.1-1.el9.x86_64.rpm       58 MB/s |  44 MB     00:00    
11:01:30 #13 9.715 --------------------------------------------------------------------------------
11:01:30 #13 9.716 Total                                            27 MB/s | 132 MB     00:04     
11:01:32 #13 11.69 Running transaction check
11:01:32 #13 11.79 Transaction check succeeded.
11:01:32 #13 11.79 Running transaction test
11:01:33 #13 13.31 Transaction test succeeded.
11:01:33 #13 13.31 Running transaction
11:01:35 #13 14.90   Running scriptlet: selinux-policy-targeted-38.1.12-1.el9.noarch           1/1 
11:01:35 #13 15.01   Preparing        :                                                        1/1 
11:01:35 #13 15.07   Installing       : make-1:4.3-7.el9.x86_64                               1/68 
11:01:35 #13 15.08   Installing       : selinux-policy-38.1.12-1.el9.noarch                   2/68 
11:01:35 #13 15.09   Running scriptlet: selinux-policy-38.1.12-1.el9.noarch                   2/68 
11:01:35 #13 15.11   Running scriptlet: selinux-policy-targeted-38.1.12-1.el9.noarch          3/68 
11:01:35 #13 15.30   Installing       : selinux-policy-targeted-38.1.12-1.el9.noarch          3/68 
11:01:43 #13 15.31   Running scriptlet: selinux-policy-targeted-38.1.12-1.el9.noarch          3/68 
11:01:43 #13 22.75   Installing       : perl-DynaLoader-1.47-480.el9.x86_64                   4/68 
11:01:43 #13 22.76   Installing       : perl-threads-1:2.25-460.el9.x86_64                    5/68 
11:01:43 #13 22.76   Installing       : perl-File-Find-1.37-480.el9.noarch                    6/68 
11:01:43 #13 22.77   Installing       : perl-File-Copy-2.34-480.el9.noarch                    7/68 
11:01:43 #13 22.77   Installing       : perl-File-Compare-1.100.600-480.el9.noarch            8/68 
11:01:43 #13 22.78   Installing       : m4-1.4.19-1.el9.x86_64                                9/68 
11:01:43 #13 22.81   Installing       : autoconf-2.69-38.el9.noarch                          10/68 
11:01:43 #13 22.81   Installing       : libmpc-1.2.1-4.el9.x86_64                            11/68 
11:01:43 #13 22.82   Installing       : cmake-rpm-macros-3.20.2-8.el9.noarch                 12/68 
11:01:43 #13 22.82   Installing       : cmake-filesystem-3.20.2-8.el9.x86_64                 13/68 
11:01:43 #13 22.83   Installing       : libseccomp-2.5.2-2.el9.x86_64                        14/68 
11:01:44 #13 22.84   Installing       : libedit-3.1-37.20210216cvs.el9.x86_64                15/68 
11:01:44 #13 23.84   Installing       : llvm-libs-16.0.1-1.el9.x86_64                        16/68 
11:01:44 #13 24.01   Installing       : cpp-11.3.1-4.4.el9.x86_64                            17/68 
11:01:44 #13 24.02   Installing       : policycoreutils-devel-3.5-1.el9.x86_64               18/68 
11:01:44 #13 24.23   Installing       : selinux-policy-devel-38.1.12-1.el9.noarch            19/68 
11:01:44 #13 24.24   Running scriptlet: selinux-policy-devel-38.1.12-1.el9.noarch            19/68 
11:01:44 #13 24.25   Installing       : perl-threads-shared-1.61-460.el9.x86_64              20/68 
11:01:44 #13 24.26   Installing       : perl-Thread-Queue-3.14-460.el9.noarch                21/68 
11:01:45 #13 24.28   Installing       : automake-1.16.2-6.el9.noarch                         22/68 
11:01:45 #13 24.29   Installing       : perl-TermReadKey-2.38-11.el9.x86_64                  23/68 
11:01:45 #13 24.30   Installing       : perl-lib-0.65-480.el9.x86_64                         24/68 
11:01:45 #13 24.30   Installing       : perl-Error-1:0.17029-7.el9.noarch                    25/68 
11:01:45 #13 24.31   Installing       : pcre2-utf32-10.40-2.el9.x86_64                       26/68 
11:01:45 #13 24.32   Installing       : pcre2-utf16-10.40-2.el9.x86_64                       27/68 
11:01:45 #13 24.35   Installing       : pcre2-devel-10.40-2.el9.x86_64                       28/68 
11:01:45 #13 24.36   Installing       : libuv-1:1.42.0-1.el9.x86_64                          29/68 
11:01:45 #13 24.62   Installing       : cmake-data-3.20.2-8.el9.noarch                       30/68 
11:01:45 #13 24.79   Installing       : cmake-3.20.2-8.el9.x86_64                            31/68 
11:01:45 #13 24.79   Installing       : libtool-ltdl-2.4.6-45.el9.x86_64                     32/68 
11:01:45 #13 24.80   Installing       : libsepol-devel-3.5-1.el9.x86_64                      33/68 
11:01:45 #13 24.83   Installing       : libselinux-devel-3.5-1.el9.x86_64                    34/68 
11:01:45 #13 25.08   Installing       : kernel-headers-5.14.0-305.el9.x86_64                 35/68 
11:01:45 #13 25.15   Installing       : glibc-headers-2.34-66.el9.x86_64                     36/68 
11:01:45 #13 25.16   Installing       : libxcrypt-devel-4.4.18-3.el9.x86_64                  37/68 
11:01:46 #13 25.17   Installing       : glibc-devel-2.34-66.el9.x86_64                       38/68 
11:01:46 #13 25.61   Installing       : gcc-11.3.1-4.4.el9.x86_64                            39/68 
11:01:46 #13 25.62   Running scriptlet: gcc-11.3.1-4.4.el9.x86_64                            39/68 
11:01:46 #13 25.75   Installing       : glibc-static-2.34-66.el9.x86_64                      40/68 
11:01:46 #13 25.75   Installing       : libxcrypt-static-4.4.18-3.el9.x86_64                 41/68 
11:01:46 #13 25.76   Installing       : systemd-rpm-macros-252-8.el9.noarch                  42/68 
11:01:46 #13 25.76   Running scriptlet: openssh-8.7p1-28.el9.x86_64                          43/68 
11:01:46 #13 25.81   Installing       : openssh-8.7p1-28.el9.x86_64                          43/68 
11:01:46 #13 25.82   Installing       : libcbor-0.7.0-5.el9.x86_64                           44/68 
11:01:46 #13 25.82   Installing       : libfido2-1.13.0-1.el9.x86_64                         45/68 
11:01:46 #13 25.85   Installing       : openssh-clients-8.7p1-28.el9.x86_64                  46/68 
11:01:46 #13 25.85   Running scriptlet: openssh-clients-8.7p1-28.el9.x86_64                  46/68 
11:01:46 #13 25.94   Installing       : git-core-2.39.1-1.el9.x86_64                         47/68 
11:01:46 #13 26.12   Installing       : git-core-doc-2.39.1-1.el9.noarch                     48/68 
11:01:46 #13 26.14   Installing       : perl-Git-2.39.1-1.el9.noarch                         49/68 
11:01:46 #13 26.15   Installing       : git-2.39.1-1.el9.x86_64                              50/68 
11:01:46 #13 26.15   Installing       : kmod-libs-28-8.el9.x86_64                            51/68 
11:01:46 #13 26.16   Installing       : acl-2.3.1-3.el9.x86_64                               52/68 
11:01:46 #13 26.17   Installing       : dbus-1:1.12.20-7.el9.x86_64                          53/68 
11:01:46 #13 26.18   Installing       : systemd-pam-252-8.el9.x86_64                         54/68 
11:01:47 #13 26.19   Running scriptlet: systemd-252-8.el9.x86_64                             55/68 
11:01:47 #13 26.45   Installing       : systemd-252-8.el9.x86_64                             55/68 
11:01:47 #13 26.46   Running scriptlet: systemd-252-8.el9.x86_64                             55/68 
11:01:47 #13 26.61   Installing       : dbus-common-1:1.12.20-7.el9.noarch                   56/68 
11:01:47 #13 26.62   Running scriptlet: dbus-common-1:1.12.20-7.el9.noarch                   56/68 
11:01:47 #13 26.64 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket.
11:01:47 #13 26.64 Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket.
11:01:47 #13 26.64 
11:01:47 #13 26.64   Running scriptlet: dbus-broker-28-7.el9.x86_64                          57/68 
11:01:47 #13 26.70   Installing       : dbus-broker-28-7.el9.x86_64                          57/68 
11:01:47 #13 26.71   Running scriptlet: dbus-broker-28-7.el9.x86_64                          57/68 
11:01:47 #13 26.72 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service.
11:01:47 #13 26.72 Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service.
11:01:47 #13 26.72 
11:01:47 #13 26.73   Installing       : device-mapper-libs-9:1.02.187-7.el9.x86_64           58/68 
11:01:47 #13 26.74   Installing       : device-mapper-9:1.02.187-7.el9.x86_64                59/68 
11:01:47 #13 26.81   Installing       : systemd-devel-252-8.el9.x86_64                       60/68 
11:01:47 #13 26.82   Installing       : device-mapper-devel-9:1.02.187-7.el9.x86_64          61/68 
11:01:47 #13 26.83   Installing       : annobin-12.09-1.el9.x86_64                           62/68 
11:01:47 #13 26.84   Running scriptlet: annobin-12.09-1.el9.x86_64                           62/68 
11:01:47 #13 26.85   Installing       : gcc-plugin-annobin-11.3.1-4.4.el9.x86_64             63/68 
11:01:47 #13 26.86   Running scriptlet: gcc-plugin-annobin-11.3.1-4.4.el9.x86_64             63/68 
11:01:47 #13 26.89   Installing       : libtool-2.4.6-45.el9.x86_64                          64/68 
11:01:47 #13 26.90   Installing       : libtool-ltdl-devel-2.4.6-45.el9.x86_64               65/68 
11:01:47 #13 26.91   Installing       : libseccomp-devel-2.5.2-2.el9.x86_64                  66/68 
11:01:47 #13 26.92   Installing       : rpm-plugin-selinux-4.16.1.3-22.el9.x86_64            67/68 
11:01:47 #13 26.93   Installing       : which-2.21-29.el9.x86_64                             68/68 
11:01:47 #13 26.93   Running scriptlet: selinux-policy-targeted-38.1.12-1.el9.noarch         68/68 
11:01:49 #13 26.96   Running scriptlet: which-2.21-29.el9.x86_64                             68/68 
11:01:49 #13 28.14   Verifying        : acl-2.3.1-3.el9.x86_64                                1/68 
11:01:49 #13 28.14   Verifying        : dbus-1:1.12.20-7.el9.x86_64                           2/68 
11:01:49 #13 28.14   Verifying        : dbus-broker-28-7.el9.x86_64                           3/68 
11:01:49 #13 28.14   Verifying        : dbus-common-1:1.12.20-7.el9.noarch                    4/68 
11:01:49 #13 28.14   Verifying        : device-mapper-9:1.02.187-7.el9.x86_64                 5/68 
11:01:49 #13 28.14   Verifying        : device-mapper-libs-9:1.02.187-7.el9.x86_64            6/68 
11:01:49 #13 28.14   Verifying        : kmod-libs-28-8.el9.x86_64                             7/68 
11:01:49 #13 28.14   Verifying        : libcbor-0.7.0-5.el9.x86_64                            8/68 
11:01:49 #13 28.14   Verifying        : libedit-3.1-37.20210216cvs.el9.x86_64                 9/68 
11:01:49 #13 28.14   Verifying        : libfido2-1.13.0-1.el9.x86_64                         10/68 
11:01:49 #13 28.14   Verifying        : libseccomp-2.5.2-2.el9.x86_64                        11/68 
11:01:49 #13 28.14   Verifying        : make-1:4.3-7.el9.x86_64                              12/68 
11:01:49 #13 28.14   Verifying        : openssh-8.7p1-28.el9.x86_64                          13/68 
11:01:49 #13 28.14   Verifying        : openssh-clients-8.7p1-28.el9.x86_64                  14/68 
11:01:49 #13 28.14   Verifying        : rpm-plugin-selinux-4.16.1.3-22.el9.x86_64            15/68 
11:01:49 #13 28.14   Verifying        : selinux-policy-38.1.12-1.el9.noarch                  16/68 
11:01:49 #13 28.14   Verifying        : selinux-policy-targeted-38.1.12-1.el9.noarch         17/68 
11:01:49 #13 28.14   Verifying        : systemd-252-8.el9.x86_64                             18/68 
11:01:49 #13 28.14   Verifying        : systemd-pam-252-8.el9.x86_64                         19/68 
11:01:49 #13 28.14   Verifying        : systemd-rpm-macros-252-8.el9.noarch                  20/68 
11:01:49 #13 28.14   Verifying        : which-2.21-29.el9.x86_64                             21/68 
11:01:49 #13 28.14   Verifying        : annobin-12.09-1.el9.x86_64                           22/68 
11:01:49 #13 28.14   Verifying        : autoconf-2.69-38.el9.noarch                          23/68 
11:01:49 #13 28.14   Verifying        : automake-1.16.2-6.el9.noarch                         24/68 
11:01:49 #13 28.14   Verifying        : cmake-3.20.2-8.el9.x86_64                            25/68 
11:01:49 #13 28.14   Verifying        : cmake-data-3.20.2-8.el9.noarch                       26/68 
11:01:49 #13 28.14   Verifying        : cmake-filesystem-3.20.2-8.el9.x86_64                 27/68 
11:01:49 #13 28.14   Verifying        : cmake-rpm-macros-3.20.2-8.el9.noarch                 28/68 
11:01:49 #13 28.14   Verifying        : cpp-11.3.1-4.4.el9.x86_64                            29/68 
11:01:49 #13 28.14   Verifying        : gcc-11.3.1-4.4.el9.x86_64                            30/68 
11:01:49 #13 28.14   Verifying        : gcc-plugin-annobin-11.3.1-4.4.el9.x86_64             31/68 
11:01:49 #13 28.14   Verifying        : git-2.39.1-1.el9.x86_64                              32/68 
11:01:49 #13 28.14   Verifying        : git-core-2.39.1-1.el9.x86_64                         33/68 
11:01:49 #13 28.14   Verifying        : git-core-doc-2.39.1-1.el9.noarch                     34/68 
11:01:49 #13 28.14   Verifying        : glibc-devel-2.34-66.el9.x86_64                       35/68 
11:01:49 #13 28.14   Verifying        : glibc-headers-2.34-66.el9.x86_64                     36/68 
11:01:49 #13 28.14   Verifying        : kernel-headers-5.14.0-305.el9.x86_64                 37/68 
11:01:49 #13 28.14   Verifying        : libmpc-1.2.1-4.el9.x86_64                            38/68 
11:01:49 #13 28.14   Verifying        : libseccomp-devel-2.5.2-2.el9.x86_64                  39/68 
11:01:49 #13 28.14   Verifying        : libselinux-devel-3.5-1.el9.x86_64                    40/68 
11:01:49 #13 28.14   Verifying        : libsepol-devel-3.5-1.el9.x86_64                      41/68 
11:01:49 #13 28.14   Verifying        : libtool-2.4.6-45.el9.x86_64                          42/68 
11:01:49 #13 28.14   Verifying        : libtool-ltdl-2.4.6-45.el9.x86_64                     43/68 
11:01:49 #13 28.14   Verifying        : libuv-1:1.42.0-1.el9.x86_64                          44/68 
11:01:49 #13 28.14   Verifying        : libxcrypt-devel-4.4.18-3.el9.x86_64                  45/68 
11:01:49 #13 28.14   Verifying        : llvm-libs-16.0.1-1.el9.x86_64                        46/68 
11:01:49 #13 28.14   Verifying        : m4-1.4.19-1.el9.x86_64                               47/68 
11:01:49 #13 28.14   Verifying        : pcre2-devel-10.40-2.el9.x86_64                       48/68 
11:01:49 #13 28.14   Verifying        : pcre2-utf16-10.40-2.el9.x86_64                       49/68 
11:01:49 #13 28.14   Verifying        : pcre2-utf32-10.40-2.el9.x86_64                       50/68 
11:01:49 #13 28.14   Verifying        : perl-DynaLoader-1.47-480.el9.x86_64                  51/68 
11:01:49 #13 28.14   Verifying        : perl-Error-1:0.17029-7.el9.noarch                    52/68 
11:01:49 #13 28.14   Verifying        : perl-File-Compare-1.100.600-480.el9.noarch           53/68 
11:01:49 #13 28.14   Verifying        : perl-File-Copy-2.34-480.el9.noarch                   54/68 
11:01:49 #13 28.14   Verifying        : perl-File-Find-1.37-480.el9.noarch                   55/68 
11:01:49 #13 28.14   Verifying        : perl-Git-2.39.1-1.el9.noarch                         56/68 
11:01:49 #13 28.14   Verifying        : perl-TermReadKey-2.38-11.el9.x86_64                  57/68 
11:01:49 #13 28.14   Verifying        : perl-Thread-Queue-3.14-460.el9.noarch                58/68 
11:01:49 #13 28.14   Verifying        : perl-lib-0.65-480.el9.x86_64                         59/68 
11:01:49 #13 28.15   Verifying        : perl-threads-1:2.25-460.el9.x86_64                   60/68 
11:01:49 #13 28.15   Verifying        : perl-threads-shared-1.61-460.el9.x86_64              61/68 
11:01:49 #13 28.15   Verifying        : policycoreutils-devel-3.5-1.el9.x86_64               62/68 
11:01:49 #13 28.15   Verifying        : selinux-policy-devel-38.1.12-1.el9.noarch            63/68 
11:01:49 #13 28.15   Verifying        : systemd-devel-252-8.el9.x86_64                       64/68 
11:01:49 #13 28.15   Verifying        : device-mapper-devel-9:1.02.187-7.el9.x86_64          65/68 
11:01:49 #13 28.15   Verifying        : glibc-static-2.34-66.el9.x86_64                      66/68 
11:01:49 #13 28.15   Verifying        : libtool-ltdl-devel-2.4.6-45.el9.x86_64               67/68 
11:01:49 #13 28.15   Verifying        : libxcrypt-static-4.4.18-3.el9.x86_64                 68/68 
11:01:49 #13 28.28 
11:01:49 #13 28.28 Installed:
11:01:49 #13 28.28   acl-2.3.1-3.el9.x86_64                                                        
11:01:49 #13 28.28   annobin-12.09-1.el9.x86_64                                                    
11:01:49 #13 28.28   autoconf-2.69-38.el9.noarch                                                   
11:01:49 #13 28.28   automake-1.16.2-6.el9.noarch                                                  
11:01:49 #13 28.28   cmake-3.20.2-8.el9.x86_64                                                     
11:01:49 #13 28.28   cmake-data-3.20.2-8.el9.noarch                                                
11:01:49 #13 28.28   cmake-filesystem-3.20.2-8.el9.x86_64                                          
11:01:49 #13 28.28   cmake-rpm-macros-3.20.2-8.el9.noarch                                          
11:01:49 #13 28.28   cpp-11.3.1-4.4.el9.x86_64                                                     
11:01:49 #13 28.28   dbus-1:1.12.20-7.el9.x86_64                                                   
11:01:49 #13 28.28   dbus-broker-28-7.el9.x86_64                                                   
11:01:49 #13 28.28   dbus-common-1:1.12.20-7.el9.noarch                                            
11:01:49 #13 28.28   device-mapper-9:1.02.187-7.el9.x86_64                                         
11:01:49 #13 28.28   device-mapper-devel-9:1.02.187-7.el9.x86_64                                   
11:01:49 #13 28.28   device-mapper-libs-9:1.02.187-7.el9.x86_64                                    
11:01:49 #13 28.28   gcc-11.3.1-4.4.el9.x86_64                                                     
11:01:49 #13 28.28   gcc-plugin-annobin-11.3.1-4.4.el9.x86_64                                      
11:01:49 #13 28.28   git-2.39.1-1.el9.x86_64                                                       
11:01:49 #13 28.28   git-core-2.39.1-1.el9.x86_64                                                  
11:01:49 #13 28.28   git-core-doc-2.39.1-1.el9.noarch                                              
11:01:49 #13 28.28   glibc-devel-2.34-66.el9.x86_64                                                
11:01:49 #13 28.28   glibc-headers-2.34-66.el9.x86_64                                              
11:01:49 #13 28.28   glibc-static-2.34-66.el9.x86_64                                               
11:01:49 #13 28.28   kernel-headers-5.14.0-305.el9.x86_64                                          
11:01:49 #13 28.28   kmod-libs-28-8.el9.x86_64                                                     
11:01:49 #13 28.28   libcbor-0.7.0-5.el9.x86_64                                                    
11:01:49 #13 28.28   libedit-3.1-37.20210216cvs.el9.x86_64                                         
11:01:49 #13 28.28   libfido2-1.13.0-1.el9.x86_64                                                  
11:01:49 #13 28.28   libmpc-1.2.1-4.el9.x86_64                                                     
11:01:49 #13 28.28   libseccomp-2.5.2-2.el9.x86_64                                                 
11:01:49 #13 28.28   libseccomp-devel-2.5.2-2.el9.x86_64                                           
11:01:49 #13 28.28   libselinux-devel-3.5-1.el9.x86_64                                             
11:01:49 #13 28.28   libsepol-devel-3.5-1.el9.x86_64                                               
11:01:49 #13 28.28   libtool-2.4.6-45.el9.x86_64                                                   
11:01:49 #13 28.28   libtool-ltdl-2.4.6-45.el9.x86_64                                              
11:01:49 #13 28.28   libtool-ltdl-devel-2.4.6-45.el9.x86_64                                        
11:01:49 #13 28.28   libuv-1:1.42.0-1.el9.x86_64                                                   
11:01:49 #13 28.28   libxcrypt-devel-4.4.18-3.el9.x86_64                                           
11:01:49 #13 28.28   libxcrypt-static-4.4.18-3.el9.x86_64                                          
11:01:49 #13 28.28   llvm-libs-16.0.1-1.el9.x86_64                                                 
11:01:49 #13 28.28   m4-1.4.19-1.el9.x86_64                                                        
11:01:49 #13 28.28   make-1:4.3-7.el9.x86_64                                                       
11:01:49 #13 28.28   openssh-8.7p1-28.el9.x86_64                                                   
11:01:49 #13 28.28   openssh-clients-8.7p1-28.el9.x86_64                                           
11:01:49 #13 28.28   pcre2-devel-10.40-2.el9.x86_64                                                
11:01:49 #13 28.28   pcre2-utf16-10.40-2.el9.x86_64                                                
11:01:49 #13 28.28   pcre2-utf32-10.40-2.el9.x86_64                                                
11:01:49 #13 28.28   perl-DynaLoader-1.47-480.el9.x86_64                                           
11:01:49 #13 28.28   perl-Error-1:0.17029-7.el9.noarch                                             
11:01:49 #13 28.28   perl-File-Compare-1.100.600-480.el9.noarch                                    
11:01:49 #13 28.28   perl-File-Copy-2.34-480.el9.noarch                                            
11:01:49 #13 28.28   perl-File-Find-1.37-480.el9.noarch                                            
11:01:49 #13 28.28   perl-Git-2.39.1-1.el9.noarch                                                  
11:01:49 #13 28.28   perl-TermReadKey-2.38-11.el9.x86_64                                           
11:01:49 #13 28.28   perl-Thread-Queue-3.14-460.el9.noarch                                         
11:01:49 #13 28.28   perl-lib-0.65-480.el9.x86_64                                                  
11:01:49 #13 28.28   perl-threads-1:2.25-460.el9.x86_64                                            
11:01:49 #13 28.28   perl-threads-shared-1.61-460.el9.x86_64                                       
11:01:49 #13 28.28   policycoreutils-devel-3.5-1.el9.x86_64                                        
11:01:49 #13 28.28   rpm-plugin-selinux-4.16.1.3-22.el9.x86_64                                     
11:01:49 #13 28.28   selinux-policy-38.1.12-1.el9.noarch                                           
11:01:49 #13 28.28   selinux-policy-devel-38.1.12-1.el9.noarch                                     
11:01:49 #13 28.28   selinux-policy-targeted-38.1.12-1.el9.noarch                                  
11:01:49 #13 28.28   systemd-252-8.el9.x86_64                                                      
11:01:49 #13 28.28   systemd-devel-252-8.el9.x86_64                                                
11:01:49 #13 28.28   systemd-pam-252-8.el9.x86_64                                                  
11:01:49 #13 28.28   systemd-rpm-macros-252-8.el9.noarch                                           
11:01:49 #13 28.28   which-2.21-29.el9.x86_64                                                      
11:01:49 #13 28.28 
11:01:49 #13 28.28 Complete!
11:01:49 #13 DONE 28.4s
11:01:49 
11:01:49 #14 [stage-1 7/8] COPY --from=golang /usr/local/go /usr/local/go
11:01:51 #14 DONE 2.2s
11:01:51 
11:01:51 #15 [stage-1 8/8] WORKDIR /root/rpmbuild
11:01:51 #15 DONE 0.0s
11:01:51 
11:01:51 #16 exporting to image
11:01:51 #16 exporting layers
11:01:54 #16 exporting layers 3.1s done
11:01:54 #16 writing image sha256:8f2f5ed0a1b1a02a4e030e583a2771b3c60c4accbbf14bfa2cc5b99140f226fd done
11:01:54 #16 naming to docker.io/rpmbuild-centos-9/x86_64 done
11:01:54 #16 DONE 3.1s
11:01:54 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/centos-9/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/centos-9/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-centos-9/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' --define '_without_btrfs 1' SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec
11:01:54 warning: line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:01:54 warning: line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:01:54 warning: line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:01:54 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.KHxvXO
11:01:54 + umask 022
11:01:54 + cd /root/rpmbuild/BUILD
11:01:54 + cd /root/rpmbuild/BUILD
11:01:54 + rm -rf src
11:01:54 + /usr/bin/mkdir -p src
11:01:54 + cd src
11:01:54 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:01:54 + /usr/bin/tar -xof -
11:01:55 + STATUS=0
11:01:55 + '[' 0 -ne 0 ']'
11:01:55 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:01:55 + /usr/bin/tar -xof -
11:01:55 + STATUS=0
11:01:55 + '[' 0 -ne 0 ']'
11:01:55 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:01:55 + RPM_EC=0
11:01:55 ++ jobs -p
11:01:55 + exit 0
11:01:55 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.YizMlT
11:01:55 + umask 022
11:01:55 + cd /root/rpmbuild/BUILD
11:01:55 + cd src
11:01:55 + export DOCKER_GITCOMMIT=0fdb994
11:01:55 + DOCKER_GITCOMMIT=0fdb994
11:01:55 + mkdir -p /go/src/github.com/docker
11:01:55 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
11:01:55 + pushd /root/rpmbuild/BUILD/src/engine
11:01:55 + for component in tini "proxy dynamic"
11:01:55 + TMP_GOPATH=/go
11:01:55 + hack/dockerfile/install/install.sh tini
11:01:55 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
11:01:55 + RM_GOPATH=0
11:01:55 + TMP_GOPATH=/go
11:01:55 + : /usr/local/bin
11:01:55 + '[' -z /go ']'
11:01:55 + export GOPATH=/go
11:01:55 + GOPATH=/go
11:01:55 + case "$(go env GOARCH)" in
11:01:55 ++ go env GOARCH
11:01:55 + export GO_BUILDMODE=-buildmode=pie
11:01:55 + GO_BUILDMODE=-buildmode=pie
11:01:55 ++ dirname hack/dockerfile/install/install.sh
11:01:55 + dir=hack/dockerfile/install
11:01:55 + bin=tini
11:01:55 + shift
11:01:55 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:01:55 + . hack/dockerfile/install/tini.installer
11:01:55 ++ : v0.19.0
11:01:55 + install_tini
11:01:55 + echo 'Install tini version v0.19.0'
11:01:55 + git clone https://github.com/krallin/tini.git /go/tini
11:01:55 Install tini version v0.19.0
11:01:55 Cloning into '/go/tini'...
11:01:55 + cd /go/tini
11:01:55 + git checkout -q v0.19.0
11:01:55 + cmake .
11:01:55 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
11:01:55   Compatibility with CMake < 2.8.12 will be removed from a future version of
11:01:55   CMake.
11:01:55 
11:01:55   Update the VERSION argument <min> value or use a ...<max> suffix to tell
11:01:55   CMake that the project does not need compatibility with older versions.
11:01:55 
11:01:55 
11:01:55 -- The C compiler identification is GNU 11.3.1
11:01:55 -- Detecting C compiler ABI info
11:01:56 -- Detecting C compiler ABI info - done
11:01:56 -- Check for working C compiler: /usr/bin/cc - skipped
11:01:56 -- Detecting C compile features
11:01:56 -- Detecting C compile features - done
11:01:56 -- Performing Test HAS_BUILTIN_FORTIFY
11:01:56 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:01:56 -- Configuring done
11:01:56 -- Generating done
11:01:56 -- Build files have been written to: /go/tini
11:01:56 + make tini-static
11:01:56 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:01:56 [100%] Linking C executable tini-static
11:01:56 [100%] Built target tini-static
11:01:56 + mkdir -p /usr/local/bin
11:01:56 + cp tini-static /usr/local/bin/docker-init
11:01:56 + for component in tini "proxy dynamic"
11:01:56 + TMP_GOPATH=/go
11:01:56 + hack/dockerfile/install/install.sh proxy dynamic
11:01:56 + RM_GOPATH=0
11:01:56 + TMP_GOPATH=/go
11:01:56 + : /usr/local/bin
11:01:56 + '[' -z /go ']'
11:01:56 + export GOPATH=/go
11:01:56 + GOPATH=/go
11:01:56 + case "$(go env GOARCH)" in
11:01:56 ++ go env GOARCH
11:01:56 + export GO_BUILDMODE=-buildmode=pie
11:01:56 + GO_BUILDMODE=-buildmode=pie
11:01:56 ++ dirname hack/dockerfile/install/install.sh
11:01:56 + dir=hack/dockerfile/install
11:01:56 + bin=proxy
11:01:56 + shift
11:01:56 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
11:01:56 + . hack/dockerfile/install/proxy.installer
11:01:56 ++ : 3f0048413d95802b9c6c836eba06bfc54f9dbd03
11:01:56 + install_proxy dynamic
11:01:56 + case "$1" in
11:01:56 + install_proxy_dynamic
11:01:56 + export PROXY_LDFLAGS=-linkmode=external install_proxy
11:01:56 + PROXY_LDFLAGS=-linkmode=external
11:01:56 + export BUILD_MODE=-buildmode=pie
11:01:56 + BUILD_MODE=-buildmode=pie
11:01:56 + _install_proxy
11:01:56 + echo 'Install docker-proxy version 3f0048413d95802b9c6c836eba06bfc54f9dbd03'
11:01:56 Install docker-proxy version 3f0048413d95802b9c6c836eba06bfc54f9dbd03
11:01:56 + git clone https://github.com/moby/libnetwork.git /go/src/github.com/docker/libnetwork
11:01:56 Cloning into '/go/src/github.com/docker/libnetwork'...
11:01:57 + cd /go/src/github.com/docker/libnetwork
11:01:57 + git checkout -q 3f0048413d95802b9c6c836eba06bfc54f9dbd03
11:01:57 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
11:02:03 + return
11:02:03 + VERSION=0.0.0-20230406105517-b82b9f3
11:02:03 + PRODUCT=docker
11:02:03 + hack/make.sh dynbinary
11:02:03 
11:02:03 Removing bundles/
11:02:03 
11:02:03 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:02:03 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20230406105517-b82b9f3
11:02:03 GOOS="" GOARCH="" GOARM=""
11:02:35 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20230406105517-b82b9f3
11:02:35 
11:02:35 + popd
11:02:35 + RPM_EC=0
11:02:35 ~/rpmbuild/BUILD/src
11:02:35 ++ jobs -p
11:02:35 + exit 0
11:02:35 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.a6EBbj
11:02:35 + umask 022
11:02:35 + cd /root/rpmbuild/BUILD
11:02:35 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230406105517.b82b9f3-0.el9.x86_64 '!=' / ']'
11:02:35 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230406105517.b82b9f3-0.el9.x86_64
11:02:35 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230406105517.b82b9f3-0.el9.x86_64
11:02:35 + mkdir -p /root/rpmbuild/BUILDROOT
11:02:35 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230406105517.b82b9f3-0.el9.x86_64
11:02:35 + cd src
11:02:35 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
11:02:35 + 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.el9.x86_64/usr/bin/dockerd
11:02:35 + install -D -p -m 0755 /usr/local/bin/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230406105517.b82b9f3-0.el9.x86_64/usr/bin/docker-proxy
11:02:35 + install -D -p -m 755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230406105517.b82b9f3-0.el9.x86_64/usr/bin/docker-init
11:02:35 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230406105517.b82b9f3-0.el9.x86_64/usr/lib/systemd/system/docker.service
11:02:35 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230406105517.b82b9f3-0.el9.x86_64/usr/lib/systemd/system/docker.socket
11:02:35 + /usr/lib/rpm/check-buildroot
11:02:35 + /usr/lib/rpm/redhat/brp-ldconfig
11:02:35 + /usr/lib/rpm/brp-compress
11:02:35 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:02:35 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:02:35 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230406105517.b82b9f3-0.el9.x86_64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
11:02:35 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:02:35 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:02:35 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:02:35 + /usr/lib/rpm/brp-python-hardlink
11:02:35 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:02:35 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.TAYfKO
11:02:35 + umask 022
11:02:35 + cd /root/rpmbuild/BUILD
11:02:35 + cd src
11:02:35 ++ engine/bundles/dynbinary-daemon/dockerd --version
11:02:35 + ver='Docker version 0.0.0-20230406105517-b82b9f3, build 0fdb994'
11:02:35 + test 'Docker version 0.0.0-20230406105517-b82b9f3, build 0fdb994' = 'Docker version 0.0.0-20230406105517-b82b9f3, build 0fdb994'
11:02:35 + echo 'PASS: daemon version OK'
11:02:35 + RPM_EC=0
11:02:35 PASS: daemon version OK
11:02:35 ++ jobs -p
11:02:35 + exit 0
11:02:35 Processing files: docker-ce-0.0.0~20230406105517.b82b9f3-0.el9.x86_64
11:02:36 Provides: docker-ce = 3:0.0.0~20230406105517.b82b9f3-0.el9 docker-ce(x86-64) = 3:0.0.0~20230406105517.b82b9f3-0.el9
11:02:36 Requires(interp): /bin/sh /bin/sh /bin/sh
11:02:36 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:02:36 Requires(post): /bin/sh
11:02:36 Requires(preun): /bin/sh
11:02:36 Requires(postun): /bin/sh
11:02:36 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:02:36 Conflicts: docker docker-ee docker-engine-cs docker-io
11:02:36 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
11:02:36 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230406105517.b82b9f3-0.el9.x86_64
11:02:36 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20230406105517.b82b9f3-0.el9.src.rpm
11:03:15 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0~20230406105517.b82b9f3-0.el9.x86_64.rpm
11:03:15 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.GnmYMX
11:03:15 + umask 022
11:03:15 + cd /root/rpmbuild/BUILD
11:03:15 + cd src
11:03:15 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230406105517.b82b9f3-0.el9.x86_64
11:03:15 + RPM_EC=0
11:03:15 ++ jobs -p
11:03:15 + exit 0
11:03:15 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.sKkBZf
11:03:15 + umask 022
11:03:15 + cd /root/rpmbuild/BUILD
11:03:15 + cd /root/rpmbuild/BUILD
11:03:15 + rm -rf src
11:03:15 + /usr/bin/mkdir -p src
11:03:15 + cd src
11:03:15 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
11:03:15 + /usr/bin/tar -xof -
11:03:15 + STATUS=0
11:03:15 + '[' 0 -ne 0 ']'
11:03:15 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/plugin-installers.tgz
11:03:15 + /usr/bin/tar -xof -
11:03:15 + STATUS=0
11:03:15 + '[' 0 -ne 0 ']'
11:03:15 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:03:15 + RPM_EC=0
11:03:15 ++ jobs -p
11:03:15 + exit 0
11:03:15 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.zUFcKp
11:03:15 + umask 022
11:03:15 + cd /root/rpmbuild/BUILD
11:03:15 + cd src
11:03:15 + mkdir -p /go/src/github.com/docker
11:03:15 + rm -f /go/src/github.com/docker/cli
11:03:15 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
11:03:15 + pushd /go/src/github.com/docker/cli
11:03:15 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
11:03:15 + DISABLE_WARN_OUTSIDE_CONTAINER=1
11:03:15 + make VERSION=0.0.0-20230406105517-b82b9f3 GITCOMMIT=b82b9f3 dynbinary manpages
11:03:15 GO_LINKMODE=dynamic ./scripts/build/binary
11:03:15 Building dynamic docker-linux-amd64
11:03:41 scripts/docs/generate-man.sh
11:04:08 Project root: /go/src/github.com/docker/cli
11:04:08 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
11:04:08 2023/05/04 11:04:03 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
11:04:08 + popd
11:04:08 + pushd /root/rpmbuild/BUILD/src/plugins
11:04:08 + for installer in *.installer
11:04:08 + bash app.installer build
11:04:08 ~/rpmbuild/BUILD/src
11:04:08 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
11:04:08 Cloning into '/go/src/github.com/docker/app'...
11:04:08 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:04:26 + for installer in *.installer
11:04:26 + bash buildx.installer build
11:04:26 Cloning into '/go/src/github.com/docker/buildx'...
11:04:27 + GO111MODULE=on
11:04:27 + 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:06 + popd
11:05:06 + RPM_EC=0
11:05:06 ~/rpmbuild/BUILD/src
11:05:06 ++ jobs -p
11:05:06 + exit 0
11:05:06 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.X3rzI1
11:05:06 + umask 022
11:05:06 + cd /root/rpmbuild/BUILD
11:05:06 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.el9.x86_64 '!=' / ']'
11:05:06 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.el9.x86_64
11:05:06 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.el9.x86_64
11:05:06 + mkdir -p /root/rpmbuild/BUILDROOT
11:05:06 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.el9.x86_64
11:05:06 + cd src
11:05:06 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.el9.x86_64/usr/bin
11:05:06 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.el9.x86_64/usr/bin/docker
11:05:06 + pushd /root/rpmbuild/BUILD/src/plugins
11:05:06 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
11:05:06 + for installer in *.installer
11:05:06 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.el9.x86_64
11:05:06 + PREFIX=/usr/libexec/docker/cli-plugins
11:05:06 + bash app.installer install_plugin
11:05:06 + for installer in *.installer
11:05:06 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.el9.x86_64
11:05:06 + PREFIX=/usr/libexec/docker/cli-plugins
11:05:06 + bash buildx.installer install_plugin
11:05:06 + popd
11:05:06 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.el9.x86_64/usr/share/bash-completion/completions
11:05:06 ~/rpmbuild/BUILD/src
11:05:06 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.el9.x86_64/usr/share/zsh/vendor-completions
11:05:06 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.el9.x86_64/usr/share/fish/vendor_completions.d
11:05:06 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.el9.x86_64/usr/share/bash-completion/completions/docker
11:05:06 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.el9.x86_64/usr/share/zsh/vendor-completions/_docker
11:05:06 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.el9.x86_64/usr/share/fish/vendor_completions.d/docker.fish
11:05:06 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.el9.x86_64/usr/share/man/man1
11:05:06 + 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.el9.x86_64/usr/share/man/man1
11:05:06 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.el9.x86_64/usr/share/man/man5
11:05:06 + 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.el9.x86_64/usr/share/man/man5
11:05:06 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.el9.x86_64/usr/share/man/man8
11:05:06 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.el9.x86_64/usr/share/man/man8
11:05:06 + mkdir -p build-docs
11:05:06 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:05:06 + cp cli/LICENSE build-docs/LICENSE
11:05:06 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:05:06 + cp cli/MAINTAINERS build-docs/MAINTAINERS
11:05:06 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:05:06 + cp cli/NOTICE build-docs/NOTICE
11:05:06 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:05:06 + cp cli/README.md build-docs/README.md
11:05:06 + /usr/lib/rpm/check-buildroot
11:05:06 + /usr/lib/rpm/redhat/brp-ldconfig
11:05:06 + /usr/lib/rpm/brp-compress
11:05:06 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:05:06 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:05:06 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:05:06 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:05:06 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:05:06 + /usr/lib/rpm/brp-python-hardlink
11:05:06 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:05:06 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.lCazYC
11:05:06 + umask 022
11:05:06 + cd /root/rpmbuild/BUILD
11:05:06 + cd src
11:05:06 ++ cli/build/docker --version
11:05:06 + ver='Docker version 0.0.0-20230406105517-b82b9f3, build b82b9f3'
11:05:06 + test 'Docker version 0.0.0-20230406105517-b82b9f3, build b82b9f3' = 'Docker version 0.0.0-20230406105517-b82b9f3, build b82b9f3'
11:05:06 + echo 'PASS: cli version OK'
11:05:06 + RPM_EC=0
11:05:06 PASS: cli version OK
11:05:06 ++ jobs -p
11:05:06 + exit 0
11:05:06 Processing files: docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.el9.x86_64
11:05:06 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.C8XK6k
11:05:06 + umask 022
11:05:06 + cd /root/rpmbuild/BUILD
11:05:06 + cd src
11:05:06 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.el9.x86_64/usr/share/doc/docker-ce-cli
11:05:06 + export LC_ALL=C
11:05:06 + LC_ALL=C
11:05:06 + export DOCDIR
11:05:06 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.el9.x86_64/usr/share/doc/docker-ce-cli
11:05:06 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.el9.x86_64/usr/share/doc/docker-ce-cli
11:05:06 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.el9.x86_64/usr/share/doc/docker-ce-cli
11:05:06 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.el9.x86_64/usr/share/doc/docker-ce-cli
11:05:06 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.el9.x86_64/usr/share/doc/docker-ce-cli
11:05:06 + RPM_EC=0
11:05:06 ++ jobs -p
11:05:06 + exit 0
11:05:06 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
11:05:06 Provides: docker-ce-cli = 1:0.0.0~20230406105517.b82b9f3-0.el9 docker-ce-cli(x86-64) = 1:0.0.0~20230406105517.b82b9f3-0.el9
11:05:06 Requires(interp): /bin/sh
11:05:06 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:05:06 Requires(post): /bin/sh
11:05:06 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:06 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
11:05:06 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.el9.x86_64
11:05:06 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.el9.src.rpm
11:06:02 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.el9.x86_64.rpm
11:06:02 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.lTqltP
11:06:02 + umask 022
11:06:02 + cd /root/rpmbuild/BUILD
11:06:02 + cd src
11:06:02 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230406105517.b82b9f3-0.el9.x86_64
11:06:02 + RPM_EC=0
11:06:02 ++ jobs -p
11:06:02 + exit 0
11:06:02 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.KTQdmw
11:06:02 + umask 022
11:06:02 + cd /root/rpmbuild/BUILD
11:06:02 + cd /root/rpmbuild/BUILD
11:06:02 + rm -rf src
11:06:02 + /usr/bin/mkdir -p src
11:06:02 + cd src
11:06:02 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:06:02 + /usr/bin/tar -xof -
11:06:02 + STATUS=0
11:06:02 + '[' 0 -ne 0 ']'
11:06:02 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:06:02 + /usr/bin/tar -xof -
11:06:02 + STATUS=0
11:06:02 + '[' 0 -ne 0 ']'
11:06:02 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:06:02 + RPM_EC=0
11:06:02 ++ jobs -p
11:06:02 + exit 0
11:06:02 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.jELt9e
11:06:02 + umask 022
11:06:02 + cd /root/rpmbuild/BUILD
11:06:02 + cd src
11:06:02 + export DOCKER_GITCOMMIT=0fdb994
11:06:02 + DOCKER_GITCOMMIT=0fdb994
11:06:02 + mkdir -p /go/src/github.com/docker
11:06:02 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
11:06:02 + TMP_GOPATH=/go
11:06:02 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
11:06:02 + RM_GOPATH=0
11:06:02 + TMP_GOPATH=/go
11:06:02 + : /usr/local/bin
11:06:02 + '[' -z /go ']'
11:06:02 + export GOPATH=/go
11:06:02 + GOPATH=/go
11:06:02 + case "$(go env GOARCH)" in
11:06:02 ++ go env GOARCH
11:06:02 + export GO_BUILDMODE=-buildmode=pie
11:06:02 + GO_BUILDMODE=-buildmode=pie
11:06:02 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
11:06:02 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
11:06:02 + bin=rootlesskit
11:06:02 + shift
11:06:02 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
11:06:02 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
11:06:02 ++ : v0.14.4
11:06:02 + install_rootlesskit dynamic
11:06:02 + case "$1" in
11:06:02 + install_rootlesskit_dynamic
11:06:02 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:06:02 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:06:02 + export BUILD_MODE=-buildmode=pie
11:06:02 + BUILD_MODE=-buildmode=pie
11:06:02 + _install_rootlesskit
11:06:02 + echo 'Install rootlesskit version v0.14.4'
11:06:02 + for f in rootlesskit rootlesskit-docker-proxy
11:06:02 Install rootlesskit version v0.14.4
11:06:02 + GOBIN=/usr/local/bin
11:06:02 + GO111MODULE=on
11:06:02 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
11:06:02 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
11:06:02 go: downloading github.com/pkg/errors v0.9.1
11:06:02 go: downloading github.com/sirupsen/logrus v1.8.1
11:06:02 go: downloading github.com/google/uuid v1.3.0
11:06:02 go: downloading github.com/urfave/cli/v2 v2.3.0
11:06:02 go: downloading github.com/moby/vpnkit v0.5.0
11:06:02 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:06:02 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
11:06:02 go: downloading github.com/gofrs/flock v0.8.1
11:06:02 go: downloading github.com/gorilla/mux v1.8.0
11:06:02 go: downloading github.com/moby/sys/mountinfo v0.4.1
11:06:02 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
11:06:02 go: downloading github.com/u-root/u-root v7.0.0+incompatible
11:06:02 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
11:06:02 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
11:06:02 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:06:05 + for f in rootlesskit rootlesskit-docker-proxy
11:06:05 + GOBIN=/usr/local/bin
11:06:05 + GO111MODULE=on
11:06:05 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
11:06:06 + return
11:06:06 + RPM_EC=0
11:06:06 ++ jobs -p
11:06:06 + exit 0
11:06:06 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.jFb3ix
11:06:06 + umask 022
11:06:06 + cd /root/rpmbuild/BUILD
11:06:06 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230406105517.b82b9f3-0.el9.x86_64 '!=' / ']'
11:06:06 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230406105517.b82b9f3-0.el9.x86_64
11:06:06 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230406105517.b82b9f3-0.el9.x86_64
11:06:06 + mkdir -p /root/rpmbuild/BUILDROOT
11:06:06 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230406105517.b82b9f3-0.el9.x86_64
11:06:06 + cd src
11:06:06 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230406105517.b82b9f3-0.el9.x86_64/usr/bin/dockerd-rootless.sh
11:06:06 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230406105517.b82b9f3-0.el9.x86_64/usr/bin/dockerd-rootless-setuptool.sh
11:06:06 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230406105517.b82b9f3-0.el9.x86_64/usr/bin/rootlesskit
11:06:06 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230406105517.b82b9f3-0.el9.x86_64/usr/bin/rootlesskit-docker-proxy
11:06:06 + /usr/lib/rpm/check-buildroot
11:06:06 + /usr/lib/rpm/redhat/brp-ldconfig
11:06:06 + /usr/lib/rpm/brp-compress
11:06:06 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:06:07 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:06:07 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:06:07 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:06:07 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:06:07 + /usr/lib/rpm/brp-python-hardlink
11:06:07 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:06:07 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
11:06:07 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
11:06:07 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.bSZsHH
11:06:07 + umask 022
11:06:07 + cd /root/rpmbuild/BUILD
11:06:07 + cd src
11:06:07 + /usr/local/bin/rootlesskit -v
11:06:07 rootlesskit version 0.14.4
11:06:07 + RPM_EC=0
11:06:07 ++ jobs -p
11:06:07 + exit 0
11:06:07 Processing files: docker-ce-rootless-extras-0.0.0~20230406105517.b82b9f3-0.el9.x86_64
11:06:07 Provides: docker-ce-rootless-extras = 0:0.0.0~20230406105517.b82b9f3-0.el9 docker-ce-rootless-extras(x86-64) = 0:0.0.0~20230406105517.b82b9f3-0.el9
11:06:07 Requires(interp): /bin/sh /bin/sh /bin/sh
11:06:07 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:06:07 Requires(post): /bin/sh
11:06:07 Requires(preun): /bin/sh
11:06:07 Requires(postun): /bin/sh
11:06:07 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:07 Conflicts: rootlesskit
11:06:07 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230406105517.b82b9f3-0.el9.x86_64
11:06:07 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20230406105517.b82b9f3-0.el9.src.rpm
11:06:12 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230406105517.b82b9f3-0.el9.x86_64.rpm
11:06:12 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.WvSHks
11:06:12 + umask 022
11:06:12 + cd /root/rpmbuild/BUILD
11:06:12 + cd src
11:06:12 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230406105517.b82b9f3-0.el9.x86_64
11:06:12 + RPM_EC=0
11:06:12 ++ jobs -p
11:06:12 + exit 0
11:06:14 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-9"
11:06:15 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'