STEP 1/18: FROM quay.rdoproject.org/podified-antelope-centos9/openstack-tempest:19f02e65741c3a6d2995ab987df1a599 STEP 2/18: ENV TEMPESTCONF_OCTAVIA_TEST_SERVER_PATH="/usr/libexec/octavia-tempest-plugin-tests-httpd" STEP 3/18: ENV USE_EXTERNAL_FILES=true STEP 4/18: USER root STEP 5/18: RUN crudini --set /etc/dnf/dnf.conf main install_weak_deps True STEP 6/18: RUN bash /usr/local/bin/uid_gid_manage tempest + '[' -z tempest ']' + _USERS_TO_CREATE=tempest + declare -A _SUPPORTED_USERS + _SUPPORTED_USERS['aodh']='aodh 42402 42402 /var/lib/aodh kolla' + _SUPPORTED_USERS['barbican']='barbican 42403 42403 /var/lib/barbican kolla,nfast' + _SUPPORTED_USERS['ceilometer']='ceilometer 42405 42405 /var/lib/ceilometer kolla' + _SUPPORTED_USERS['cinder']='cinder 42407 42407 /var/lib/cinder kolla' + _SUPPORTED_USERS['cloud-admin']='cloud-admin 42401 42401 /home/cloud-admin kolla' + _SUPPORTED_USERS['designate']='designate 42411 42411 /var/lib/designate kolla' + _SUPPORTED_USERS['frrvty']='frrvty 42483 42483' + _SUPPORTED_USERS['frr']='frr 42484 42484 /var/run/frr kolla,frrvty' + _SUPPORTED_USERS['glance']='glance 42415 42415 /var/lib/glance kolla' + _SUPPORTED_USERS['haproxy']='haproxy 42454 42454 /var/lib/haproxy kolla' + _SUPPORTED_USERS['heat']='heat 42418 42418 /var/lib/heat kolla' + _SUPPORTED_USERS['horizon']='horizon 42420 42420 /var/lib/horizon kolla' + _SUPPORTED_USERS['horizontest']='horizontest 42455 42455 /var/lib/horizontest kolla' + _SUPPORTED_USERS['hugetlbfs']='hugetlbfs 42477 42477' + _SUPPORTED_USERS['ironic']='ironic 42422 42422 /var/lib/ironic kolla' + _SUPPORTED_USERS['ironic-inspector']='ironic-inspector 42461 42461 /var/lib/ironic-inspector kolla' + _SUPPORTED_USERS['keystone']='keystone 42425 42425 /var/lib/keystone kolla' + _SUPPORTED_USERS['kolla']='kolla 42400 42400' + _SUPPORTED_USERS['libvirt']='libvirt 42473 42473' + _SUPPORTED_USERS['manila']='manila 42429 42429 /var/lib/manila kolla' + _SUPPORTED_USERS['memcached']='memcached 42457 42457 /run/memcache kolla' + _SUPPORTED_USERS['mysql']='mysql 42434 42434 /var/lib/mysql kolla' + _SUPPORTED_USERS['neutron']='neutron 42435 42435 /var/lib/neutron kolla' + _SUPPORTED_USERS['nfast']='nfast 42481 42481' + _SUPPORTED_USERS['nova']='nova 42436 42436 /var/lib/nova qemu,libvirt,tss,kolla' + _SUPPORTED_USERS['octavia']='octavia 42437 42437 /var/lib/octavia kolla' + _SUPPORTED_USERS['openvswitch']='openvswitch 42476 42476' + _SUPPORTED_USERS['ovn-bgp']='ovn-bgp 42486 42486 /var/lib/ovn-bgp kolla' + _SUPPORTED_USERS['placement']='placement 42482 42482 /var/lib/placement kolla' + _SUPPORTED_USERS['qemu']='qemu 107 107' + _SUPPORTED_USERS['rabbitmq']='rabbitmq 42439 42439 /var/lib/rabbitmq kolla' + _SUPPORTED_USERS['rally']='rally 42440 42440 /var/lib/rally kolla' + _SUPPORTED_USERS['redis']='redis 42460 42460 /run/redis kolla' + _SUPPORTED_USERS['swift']='swift 42445 42445 /var/lib/swift kolla' + _SUPPORTED_USERS['tempest']='tempest 42480 42480 /var/lib/tempest kolla' + _SUPPORTED_USERS['tobiko']='tobiko 42495 42495 /var/lib/tobiko kolla' + _SUPPORTED_USERS['tss']='tss 59 59' + _SUPPORTED_USERS['ansible']='ansible 227 227 /var/lib/ansible kolla' + _SUPPORTED_USERS['watcher']='watcher 42451 42451 /var/lib/watcher kolla' + for _USER_TO_CREATE in $_USERS_TO_CREATE + _EXTRA_GROUPS_ARG= + _EXTRA_PERMS= + _HOME_ARGS= ++ echo tempest 42480 42480 /var/lib/tempest kolla ++ awk '{ print $1 }' + _NAME=tempest ++ echo tempest 42480 42480 /var/lib/tempest kolla ++ awk '{ print $2 }' + _UID=42480 ++ echo tempest 42480 42480 /var/lib/tempest kolla ++ awk '{ print $3 }' + _GID=42480 ++ echo tempest 42480 42480 /var/lib/tempest kolla ++ awk '{ print $4 }' + _HOME_DIR=/var/lib/tempest ++ echo tempest 42480 42480 /var/lib/tempest kolla ++ awk '{ print $5 }' + _EXTRA_GROUPS=kolla + [[ tempest != \t\e\m\p\e\s\t ]] + [[ ! -z kolla ]] + _EXTRA_GROUPS_ARG='--groups kolla' + [[ -z /var/lib/tempest ]] + _HOME_ARGS='-m --home /var/lib/tempest' + id -g tempest 42480 + _GROUPADD_CMD='groupmod --gid 42480 tempest' + id tempest uid=42480(tempest) gid=42480(tempest) groups=42480(tempest),42400(kolla) + [[ -z /var/lib/tempest ]] + _EXTRA_PERMS='&& mkdir -p /var/lib/tempest && chown -R 42480:42480 /var/lib/tempest' + [[ ! -z --groups kolla ]] + _EXTRA_GROUPS_ARG='--append --groups kolla' + _USERADD_CMD='usermod -m --home /var/lib/tempest --gid 42480 --uid 42480 --append --groups kolla tempest && mkdir -p /var/lib/tempest && chown -R 42480:42480 /var/lib/tempest' + eval groupmod --gid 42480 tempest ++ groupmod --gid 42480 tempest + eval usermod -m --home /var/lib/tempest --gid 42480 --uid 42480 --append --groups kolla tempest '&&' mkdir -p /var/lib/tempest '&&' chown -R 42480:42480 /var/lib/tempest ++ usermod -m --home /var/lib/tempest --gid 42480 --uid 42480 --append --groups kolla tempest ++ mkdir -p /var/lib/tempest ++ chown -R 42480:42480 /var/lib/tempest STEP 7/18: RUN dnf -y install iputils openstack-tempest-all subunit-filters python3-subunit qemu-img && dnf clean all && rm -rf /var/cache/dnf delorean-openstack-barbican-42b4c41831408a8e323 670 kB/s | 13 kB 00:00 delorean-python-glean-9bc9428772e3c04d91d55cc3c 3.6 MB/s | 62 kB 00:00 delorean-python-cinderlib-39cf1d6bfcc2ed75e8320 1.8 MB/s | 32 kB 00:00 delorean-python-stevedore-c4acc5639fd2329372142 8.4 MB/s | 131 kB 00:00 delorean-gnocchi-bdf091569d79515598796c8c11d74a 1.4 MB/s | 24 kB 00:00 delorean-os-net-config-805ec05f8553d5d3b19c839b 21 MB/s | 355 kB 00:00 delorean-openstack-nova-2ac3efc8a4493b91d613e2f 2.8 MB/s | 42 kB 00:00 delorean-python-designate-tests-tempest-347fdbc 1.0 MB/s | 18 kB 00:00 delorean-openstack-glance-1fd12c29b339f30fe823e 1.0 MB/s | 18 kB 00:00 delorean-openstack-keystone-e4b40af0ae3698fbbbb 1.6 MB/s | 29 kB 00:00 delorean-openstack-manila-3c01b7181572c95dac462 1.6 MB/s | 25 kB 00:00 delorean-openstack-neutron-fwaas-5a1635635028d0 9.1 MB/s | 156 kB 00:00 delorean-openstack-octavia-ba397f07a7331190208c 1.6 MB/s | 26 kB 00:00 delorean-openstack-watcher-c014f81a8647287f6dcc 1.1 MB/s | 16 kB 00:00 delorean-edpm-image-builder-ba0f2912b19fd420780 464 kB/s | 7.3 kB 00:00 delorean-puppet-ceph-f98acb99d2994c745140181ba8 8.0 MB/s | 144 kB 00:00 delorean-openstack-swift-108b289bddbbb85dcf5e70 905 kB/s | 14 kB 00:00 delorean-python-tempestconf-405c80b5c195fcdcab1 3.5 MB/s | 53 kB 00:00 delorean-python-django-horizon-d205ff09bed65b08 5.5 MB/s | 96 kB 00:00 dlrn-antelope-testing 42 MB/s | 1.1 MB 00:00 dlrn-antelope-build-deps 21 MB/s | 461 kB 00:00 centos9-rabbitmq 5.9 MB/s | 123 kB 00:00 centos9-storage 27 MB/s | 413 kB 00:00 centos9-opstools 3.0 MB/s | 51 kB 00:00 NFV SIG OpenvSwitch 41 MB/s | 438 kB 00:00 repo-setup-centos-appstream 140 MB/s | 24 MB 00:00 repo-setup-centos-baseos 109 MB/s | 8.7 MB 00:00 repo-setup-centos-highavailability 54 MB/s | 744 kB 00:00 repo-setup-centos-powertools 128 MB/s | 7.1 MB 00:00 CentOS Stream 9 - BaseOS 7.8 MB/s | 8.7 MB 00:01 CentOS Stream 9 - AppStream 20 MB/s | 24 MB 00:01 CentOS Stream 9 - Extras packages 36 kB/s | 19 kB 00:00 Extra Packages for Enterprise Linux 9 - x86_64 21 MB/s | 20 MB 00:00 Package iputils-20210202-12.el9.x86_64 is already installed. Package subunit-filters-1.4.0-6.el9s.noarch is already installed. Package python3-subunit-1.4.0-6.el9s.noarch is already installed. Package qemu-img-17:9.1.0-23.el9.x86_64 is already installed. Dependencies resolved. ============================================================================================================================= Package Arch Version Repository Size ============================================================================================================================= Installing: openstack-tempest-all noarch 1:41.0.0-0.20250124132801.a25e0df.el9 delorean-component-tempest 11 k Installing dependencies: adobe-mappings-cmap noarch 20171205-12.el9 repo-setup-centos-appstream 1.9 M adobe-mappings-cmap-deprecated noarch 20171205-12.el9 repo-setup-centos-appstream 107 k adobe-mappings-pdf noarch 20180407-10.el9 repo-setup-centos-appstream 646 k alsa-lib x86_64 1.2.13-2.el9 repo-setup-centos-appstream 526 k bc x86_64 1.07.1-14.el9 repo-setup-centos-baseos 120 k blosc x86_64 1.21.0-1.el9s delorean-antelope-testing 59 k checkpolicy x86_64 3.6-1.el9 repo-setup-centos-appstream 353 k chkconfig x86_64 1.24-2.el9 repo-setup-centos-baseos 178 k desktop-file-utils x86_64 0.26-6.el9 repo-setup-centos-appstream 74 k diffutils x86_64 3.7-12.el9 repo-setup-centos-baseos 397 k double-conversion x86_64 3.1.5-6.el9 repo-setup-centos-appstream 49 k emacs-filesystem noarch 1:27.2-16.el9 repo-setup-centos-appstream 8.8 k flac-libs x86_64 1.3.3-12.el9 repo-setup-centos-appstream 218 k flexiblas x86_64 3.0.4-8.el9 repo-setup-centos-appstream 33 k flexiblas-netlib x86_64 3.0.4-8.el9 repo-setup-centos-appstream 3.0 M flexiblas-openblas-openmp x86_64 3.0.4-8.el9 repo-setup-centos-appstream 18 k gd x86_64 2.3.2-3.el9 repo-setup-centos-appstream 132 k ghostscript x86_64 9.54.0-19.el9 repo-setup-centos-appstream 43 k ghostscript-tools-fonts x86_64 9.54.0-19.el9 repo-setup-centos-appstream 13 k ghostscript-tools-printing x86_64 9.54.0-19.el9 repo-setup-centos-appstream 13 k google-droid-sans-fonts noarch 20200215-11.el9.2 repo-setup-centos-appstream 2.7 M graphviz x86_64 2.44.0-26.el9 repo-setup-centos-appstream 3.3 M groff-base x86_64 1.22.4-10.el9 repo-setup-centos-baseos 1.1 M gsm x86_64 1.0.19-6.el9 repo-setup-centos-appstream 34 k gstreamer1 x86_64 1.22.12-3.el9 repo-setup-centos-appstream 1.4 M gtk2 x86_64 2.24.33-8.el9 repo-setup-centos-appstream 3.5 M hdf5 x86_64 1.10.6-5.el9s delorean-antelope-testing 2.0 M hostname x86_64 3.23-6.el9 repo-setup-centos-baseos 29 k hwdata noarch 0.348-9.18.el9 repo-setup-centos-baseos 1.6 M info x86_64 6.7-15.el9 repo-setup-centos-baseos 225 k initscripts x86_64 10.11.8-4.el9 repo-setup-centos-baseos 228 k initscripts-rename-device x86_64 10.11.8-4.el9 repo-setup-centos-baseos 15 k initscripts-service noarch 10.11.8-4.el9 repo-setup-centos-baseos 12 k ipcalc x86_64 1.0.0-5.el9 repo-setup-centos-baseos 42 k iproute x86_64 6.14.0-1.el9 repo-setup-centos-baseos 835 k jbig2dec-libs x86_64 0.19-7.el9 repo-setup-centos-appstream 73 k kmod x86_64 28-10.el9 repo-setup-centos-baseos 126 k libICE x86_64 1.0.10-8.el9 repo-setup-centos-appstream 71 k libSM x86_64 1.2.3-10.el9 repo-setup-centos-appstream 42 k libX11-xcb x86_64 1.7.0-11.el9 repo-setup-centos-appstream 11 k libXaw x86_64 1.0.13-19.el9 repo-setup-centos-appstream 198 k libXmu x86_64 1.1.3-8.el9 repo-setup-centos-appstream 75 k libXpm x86_64 3.5.13-10.el9 repo-setup-centos-appstream 59 k libXt x86_64 1.2.0-6.el9 repo-setup-centos-appstream 180 k libXxf86vm x86_64 1.1.4-18.el9 repo-setup-centos-appstream 19 k libaec x86_64 1.0.4-7.el9s delorean-antelope-testing 38 k libasyncns x86_64 0.8-22.el9 repo-setup-centos-appstream 30 k libbpf x86_64 2:1.5.0-1.el9 repo-setup-centos-baseos 186 k libcanberra x86_64 0.30-27.el9 repo-setup-centos-appstream 86 k libcanberra-gtk3 x86_64 0.30-27.el9 repo-setup-centos-appstream 32 k libdrm x86_64 2.4.123-2.el9 repo-setup-centos-appstream 161 k libfontenc x86_64 1.1.3-17.el9 repo-setup-centos-appstream 31 k libgfortran x86_64 11.5.0-7.el9 repo-setup-centos-baseos 798 k libglvnd x86_64 1:1.3.4-1.el9 repo-setup-centos-appstream 135 k libglvnd-glx x86_64 1:1.3.4-1.el9 repo-setup-centos-appstream 142 k libgs x86_64 9.54.0-19.el9 repo-setup-centos-appstream 3.2 M libibverbs x86_64 54.0-1.el9 repo-setup-centos-baseos 451 k libijs x86_64 0.35-15.el9 repo-setup-centos-appstream 30 k libimagequant x86_64 2.14.1-1.el9s delorean-antelope-testing 62 k libmnl x86_64 1.0.4-16.el9 repo-setup-centos-baseos 28 k libmpc x86_64 1.2.1-4.el9 repo-setup-centos-appstream 62 k libnl3 x86_64 3.11.0-1.el9 repo-setup-centos-baseos 363 k libogg x86_64 2:1.3.4-6.el9 repo-setup-centos-appstream 34 k libpaper x86_64 1.1.28-4.el9 repo-setup-centos-appstream 45 k libpcap x86_64 14:1.10.0-4.el9 repo-setup-centos-baseos 173 k libpciaccess x86_64 0.16-7.el9 repo-setup-centos-baseos 27 k libpkgconf x86_64 1.7.3-10.el9 repo-setup-centos-baseos 36 k libpq x86_64 13.20-1.el9 repo-setup-centos-appstream 208 k libqhull_r x86_64 1:7.2.1-11.el9 repo-setup-centos-powertools 169 k libquadmath x86_64 11.5.0-7.el9 repo-setup-centos-baseos 188 k libraqm x86_64 0.7.0-7.el9s delorean-antelope-testing 19 k librsvg2 x86_64 2.50.7-3.el9 repo-setup-centos-appstream 3.2 M libselinux-utils x86_64 3.6-3.el9 repo-setup-centos-baseos 190 k libsndfile x86_64 1.0.31-9.el9 repo-setup-centos-appstream 206 k libtdb x86_64 1.4.12-1.el9 repo-setup-centos-baseos 51 k libvorbis x86_64 1:1.3.7-5.el9 repo-setup-centos-appstream 193 k libwayland-server x86_64 1.21.0-1.el9 repo-setup-centos-appstream 42 k libxshmfence x86_64 1.3-10.el9 repo-setup-centos-appstream 13 k libxslt x86_64 1.1.34-12.el9 repo-setup-centos-appstream 233 k llvm-filesystem x86_64 20.1.3-1.el9 repo-setup-centos-appstream 11 k llvm-libs x86_64 20.1.3-1.el9 repo-setup-centos-appstream 58 M lzo x86_64 2.10-7.el9 repo-setup-centos-baseos 67 k memcached x86_64 1.6.9-7.el9 repo-setup-centos-appstream 174 k memcached-selinux x86_64 1.6.9-7.el9 repo-setup-centos-appstream 28 k mesa-dri-drivers x86_64 24.2.8-2.el9 repo-setup-centos-appstream 9.4 M mesa-filesystem x86_64 24.2.8-2.el9 repo-setup-centos-appstream 12 k mesa-libGL x86_64 24.2.8-2.el9 repo-setup-centos-appstream 170 k mesa-libGLU x86_64 9.0.1-6.el9 repo-setup-centos-appstream 148 k mesa-libgbm x86_64 24.2.8-2.el9 repo-setup-centos-appstream 37 k mesa-libglapi x86_64 24.2.8-2.el9 repo-setup-centos-appstream 47 k mkfontscale x86_64 1.2.1-3.el9 repo-setup-centos-appstream 32 k ncurses x86_64 6.2-10.20210508.el9 repo-setup-centos-baseos 400 k nmap x86_64 3:7.92-3.el9 repo-setup-centos-appstream 5.6 M nmap-ncat x86_64 3:7.92-3.el9 repo-setup-centos-appstream 225 k nspr x86_64 4.35.0-17.el9 repo-setup-centos-appstream 135 k nss x86_64 3.101.0-10.el9 repo-setup-centos-appstream 717 k nss-softokn x86_64 3.101.0-10.el9 repo-setup-centos-appstream 388 k nss-softokn-freebl x86_64 3.101.0-10.el9 repo-setup-centos-appstream 310 k nss-sysinit x86_64 3.101.0-10.el9 repo-setup-centos-appstream 19 k nss-util x86_64 3.101.0-10.el9 repo-setup-centos-appstream 90 k openblas x86_64 0.3.26-2.el9 repo-setup-centos-appstream 38 k openblas-openmp x86_64 0.3.26-2.el9 repo-setup-centos-appstream 4.9 M openjpeg2 x86_64 2.4.0-8.el9 repo-setup-centos-appstream 162 k openstack-network-scripts x86_64 10.11.1-6.el9s delorean-antelope-testing 48 k openstack-network-scripts-openvswitch3.3 x86_64 10.11.1-6.el9s delorean-antelope-testing 10 k openvswitch-selinux-extra-policy noarch 1.0-36.el9s centos9-nfv-ovs 10 k openvswitch3.3 x86_64 3.3.4-115.el9s centos9-nfv-ovs 6.9 M opus x86_64 1.3.1-10.el9 repo-setup-centos-appstream 200 k os-collect-config noarch 14.0.1-0.20250611131658.2861e46.el9 delorean-component-common 48 k os-refresh-config noarch 14.0.1-0.20250610103953.d88765f.el9 delorean-component-common 21 k perl-AutoLoader noarch 5.74-481.el9 repo-setup-centos-appstream 21 k perl-B x86_64 1.80-481.el9 repo-setup-centos-appstream 180 k perl-Carp noarch 1.50-460.el9 repo-setup-centos-appstream 30 k perl-Class-Struct noarch 0.66-481.el9 repo-setup-centos-appstream 22 k perl-Data-Dumper x86_64 2.174-462.el9 repo-setup-centos-appstream 56 k perl-Digest noarch 1.19-4.el9 repo-setup-centos-appstream 26 k perl-Digest-MD5 x86_64 2.58-4.el9 repo-setup-centos-appstream 37 k perl-Encode x86_64 4:3.08-462.el9 repo-setup-centos-appstream 1.7 M perl-Errno x86_64 1.30-481.el9 repo-setup-centos-appstream 14 k perl-Exporter noarch 5.74-461.el9 repo-setup-centos-appstream 32 k perl-Fcntl x86_64 1.13-481.el9 repo-setup-centos-appstream 20 k perl-File-Basename noarch 2.85-481.el9 repo-setup-centos-appstream 17 k perl-File-Copy noarch 2.34-481.el9 repo-setup-centos-appstream 20 k perl-File-Find noarch 1.37-481.el9 repo-setup-centos-appstream 25 k perl-File-Path noarch 2.18-4.el9 repo-setup-centos-appstream 36 k perl-File-Temp noarch 1:0.231.100-4.el9 repo-setup-centos-appstream 60 k perl-File-stat noarch 1.09-481.el9 repo-setup-centos-appstream 17 k perl-FileHandle noarch 2.03-481.el9 repo-setup-centos-appstream 15 k perl-Filter x86_64 2:1.60-4.el9 repo-setup-centos-appstream 91 k perl-Getopt-Long noarch 1:2.52-4.el9 repo-setup-centos-appstream 61 k perl-Getopt-Std noarch 1.12-481.el9 repo-setup-centos-appstream 15 k perl-HTTP-Tiny noarch 0.076-462.el9 repo-setup-centos-appstream 54 k perl-IO x86_64 1.43-481.el9 repo-setup-centos-appstream 88 k perl-IO-Socket-IP noarch 0.41-5.el9 repo-setup-centos-appstream 43 k perl-IO-Socket-SSL noarch 2.073-2.el9 repo-setup-centos-appstream 217 k perl-IPC-Open3 noarch 1.21-481.el9 repo-setup-centos-appstream 22 k perl-MIME-Base64 x86_64 3.16-4.el9 repo-setup-centos-appstream 31 k perl-Mozilla-CA noarch 20200520-6.el9 repo-setup-centos-appstream 13 k perl-Net-SSLeay x86_64 1.94-3.el9 repo-setup-centos-appstream 414 k perl-POSIX x86_64 1.94-481.el9 repo-setup-centos-appstream 96 k perl-PathTools x86_64 3.78-461.el9 repo-setup-centos-appstream 88 k perl-Pod-Escapes noarch 1:1.07-460.el9 repo-setup-centos-appstream 21 k perl-Pod-Perldoc noarch 3.28.01-461.el9 repo-setup-centos-appstream 87 k perl-Pod-Simple noarch 1:3.42-4.el9 repo-setup-centos-appstream 225 k perl-Pod-Usage noarch 4:2.01-4.el9 repo-setup-centos-appstream 41 k perl-Scalar-List-Utils x86_64 4:1.56-462.el9 repo-setup-centos-appstream 71 k perl-SelectSaver noarch 1.02-481.el9 repo-setup-centos-appstream 11 k perl-Socket x86_64 4:2.031-4.el9 repo-setup-centos-appstream 56 k perl-Storable x86_64 1:3.21-460.el9 repo-setup-centos-appstream 96 k perl-Symbol noarch 1.08-481.el9 repo-setup-centos-appstream 14 k perl-Term-ANSIColor noarch 5.01-461.el9 repo-setup-centos-appstream 49 k perl-Term-Cap noarch 1.17-460.el9 repo-setup-centos-appstream 23 k perl-Text-ParseWords noarch 3.30-460.el9 repo-setup-centos-appstream 17 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 repo-setup-centos-appstream 24 k perl-Text-Unidecode noarch 1.30-16.el9 repo-setup-centos-appstream 194 k perl-Time-Local noarch 2:1.300-7.el9 repo-setup-centos-appstream 34 k perl-URI noarch 5.09-3.el9 repo-setup-centos-appstream 121 k perl-XML-Parser x86_64 2.46-9.el9 repo-setup-centos-appstream 236 k perl-XML-XPath noarch 1.44-11.el9 repo-setup-centos-appstream 88 k perl-base noarch 2.27-481.el9 repo-setup-centos-appstream 16 k perl-constant noarch 1.33-461.el9 repo-setup-centos-appstream 24 k perl-encoding x86_64 4:3.00-462.el9 repo-setup-centos-appstream 63 k perl-if noarch 0.60.800-481.el9 repo-setup-centos-appstream 14 k perl-interpreter x86_64 4:5.32.1-481.el9 repo-setup-centos-appstream 71 k perl-libnet noarch 3.13-4.el9 repo-setup-centos-appstream 130 k perl-libs x86_64 4:5.32.1-481.el9 repo-setup-centos-appstream 2.2 M perl-mro x86_64 1.23-481.el9 repo-setup-centos-appstream 28 k perl-open noarch 1.12-481.el9 repo-setup-centos-appstream 16 k perl-overload noarch 1.31-481.el9 repo-setup-centos-appstream 45 k perl-overloading noarch 0.02-481.el9 repo-setup-centos-appstream 12 k perl-parent noarch 1:0.238-460.el9 repo-setup-centos-appstream 15 k perl-podlators noarch 1:4.14-460.el9 repo-setup-centos-appstream 114 k perl-subs noarch 1.03-481.el9 repo-setup-centos-appstream 11 k perl-vars noarch 1.05-481.el9 repo-setup-centos-appstream 13 k pkgconf x86_64 1.7.3-10.el9 repo-setup-centos-baseos 41 k pkgconf-m4 noarch 1.7.3-10.el9 repo-setup-centos-baseos 15 k pkgconf-pkg-config x86_64 1.7.3-10.el9 repo-setup-centos-baseos 11 k policycoreutils x86_64 3.6-3.el9 repo-setup-centos-baseos 239 k policycoreutils-python-utils noarch 3.6-3.el9 repo-setup-centos-appstream 76 k poppler x86_64 21.01.0-21.el9 repo-setup-centos-appstream 1.1 M poppler-data noarch 0.4.9-9.el9 repo-setup-centos-appstream 1.9 M protobuf-c x86_64 1.3.3-13.el9 repo-setup-centos-baseos 35 k psmisc x86_64 23.4-3.el9 repo-setup-centos-baseos 243 k pulseaudio-libs x86_64 15.0-3.el9 repo-setup-centos-appstream 676 k python-oslo-cache-lang noarch 3.3.2-0.20250611040748.880d81b.el9 delorean-component-common 16 k python-oslo-db-lang noarch 12.3.3-0.20241104094751.be0515d.el9 delorean-component-common 13 k python-oslo-middleware-lang noarch 5.1.1-0.20240219151614.7725ac9.el9 delorean-component-common 11 k python-oslo-policy-lang noarch 4.1.1-0.20230310200304.043db50.el9 delorean-component-common 12 k python-oslo-versionedobjects-lang noarch 3.1.0-0.20230310132208.b4ea834.el9 delorean-component-common 12 k python-pycadf-common noarch 3.1.1-0.20230310113453.4179996.el9 delorean-component-common 14 k python-vitrageclient-bash-completion noarch 4.7.0-0.20230310185114.b6db531.el9 delorean-component-clients 11 k python3-Bottleneck x86_64 1.2.1-17.el9s delorean-antelope-testing 123 k python3-PyMySQL noarch 0.10.1-6.el9 repo-setup-centos-appstream 107 k python3-alembic noarch 1.8.1-1.el9s delorean-antelope-testing 832 k python3-amqp noarch 5.1.1-1.el9s delorean-antelope-testing 93 k python3-anyio noarch 3.5.0-1.el9s delorean-antelope-testing 147 k python3-aodhclient noarch 3.2.1-0.20240304093813.de9633a.el9 delorean-component-clients 55 k python3-async-timeout noarch 4.0.2-5.el9s delorean-antelope-testing 18 k python3-audit x86_64 3.1.5-7.el9 repo-setup-centos-appstream 79 k python3-barbican-tests-tempest noarch 4.0.0-0.20240409062212.82b0e48.el9 delorean-component-barbican 100 k python3-binary-memcached noarch 0.31.1-1.el9s delorean-antelope-testing 37 k python3-cachetools noarch 5.2.0-3.el9s delorean-antelope-testing 31 k python3-certifi noarch 2020.12.5-2.el9s delorean-antelope-testing 16 k python3-cinder-tests-tempest noarch 1.15.0-0.20240924072752.645067a.el9 delorean-component-cinder 90 k python3-colorama noarch 0.4.6-3.el9 repo-setup-centos-appstream 61 k python3-cotyledon noarch 1.7.3-8.el9s delorean-antelope-testing 44 k python3-cycler noarch 0.10.0-17.el9s delorean-antelope-testing 19 k python3-ddt noarch 1.6.0-1.el9s delorean-antelope-testing 19 k python3-deprecated noarch 1.2.13-3.el9s delorean-antelope-testing 21 k python3-designate-tests-tempest noarch 0.22.0-0.20240409063647.347fdbc.el9 delorean-component-designate 212 k python3-devel x86_64 3.9.21-2.el9 repo-setup-centos-appstream 245 k python3-dictdiffer noarch 0.8.1-6.el9s delorean-antelope-testing 32 k python3-distro noarch 1.7.0-3.el9s delorean-antelope-testing 39 k python3-dns noarch 2.6.1-3.el9 repo-setup-centos-baseos 507 k python3-etcd3gw noarch 2.1.0-1.el9s delorean-antelope-testing 44 k python3-eventlet noarch 0.33.3-2.el9s delorean-antelope-testing 363 k python3-futurist noarch 2.4.1-0.20230310123225.159d752.el9 delorean-component-common 62 k python3-gabbi noarch 2.7.2-8.el9s delorean-antelope-testing 266 k python3-glance-tests-tempest noarch 0.7.0-0.20240131091807.d6f7287.el9 delorean-component-glance 51 k python3-gnocchiclient noarch 7.0.7-0.20230310114541.cad2c27.el9 delorean-component-clients 97 k python3-google-auth noarch 1:2.12.0-1.el9s delorean-antelope-testing 182 k python3-greenlet x86_64 1.1.3-1.el9s delorean-antelope-testing 105 k python3-h11 noarch 0.12.0-2.el9s delorean-antelope-testing 97 k python3-h2 noarch 4.0.0-3.el9s delorean-antelope-testing 89 k python3-heat-tests-tempest noarch 2.1.0-0.20240409061406.5a48492.el9 delorean-component-tempest 124 k python3-heatclient noarch 3.2.0-0.20230310183420.712739e.el9 delorean-component-clients 157 k python3-hpack noarch 4.0.0-2.el9s delorean-antelope-testing 51 k python3-httpcore noarch 0.15.0-2.el9s delorean-antelope-testing 90 k python3-httpx noarch 0.23.0-1.el9s delorean-antelope-testing 146 k python3-hyperframe noarch 6.0.0-2.el9s delorean-antelope-testing 28 k python3-iniconfig noarch 1.1.1-7.el9 repo-setup-centos-appstream 17 k python3-ironic-tests-tempest noarch 2.11.0-0.20241002133254.fd8163d.el9 delorean-component-baremetal 193 k python3-jinja2 noarch 3.0.1-2.el9s delorean-antelope-testing 511 k python3-jsonpath-rw noarch 1.4.0-4.el9s delorean-antelope-testing 38 k python3-jsonpath-rw-ext noarch 1.2.2-2.el9s delorean-antelope-testing 38 k python3-jwt noarch 2.4.0-1.el9s delorean-antelope-testing 41 k python3-kazoo noarch 2.8.0-2.el9s delorean-antelope-testing 156 k python3-keystone-tests-tempest noarch 0.16.0-0.20240528071825.63cfcb9.el9 delorean-component-keystone 150 k python3-keystonemiddleware noarch 10.2.0-0.20240201060809.e05466c.el9 delorean-component-keystone 92 k python3-kiwisolver x86_64 1.3.1-2.el9s delorean-antelope-testing 62 k python3-kombu noarch 1:5.2.4-3.el9s delorean-antelope-testing 322 k python3-kubernetes noarch 1:24.2.0-4.el9s delorean-antelope-testing 1.0 M python3-kuryr-tests-tempest noarch 0.15.1-0.20240131095631.ab45b2f.el9 delorean-component-tempest 93 k python3-libselinux x86_64 3.6-3.el9 repo-setup-centos-appstream 188 k python3-libsemanage x86_64 3.6-5.el9 repo-setup-centos-appstream 79 k python3-logutils noarch 0.3.5-15.el9s delorean-antelope-testing 46 k python3-lxml x86_64 4.6.5-3.el9 repo-setup-centos-appstream 1.2 M python3-magnum-tests-tempest noarch 2.1.0-0.20240131093411.ef90336.el9 delorean-component-tempest 75 k python3-manila-tests-tempest noarch 1:2.4.0-0.20240730171324.d9530e0.el9 delorean-component-manila 450 k python3-matplotlib-data noarch 3.4.2-1.el9s delorean-antelope-testing 504 k python3-matplotlib-data-fonts noarch 3.4.2-1.el9s delorean-antelope-testing 2.3 M python3-matplotlib-tk x86_64 3.4.2-1.el9s delorean-antelope-testing 37 k python3-memcached noarch 1.59-3.el9s delorean-antelope-testing 39 k python3-migrate noarch 0.13.0-5.el9s delorean-antelope-testing 222 k python3-mistral-tests-tempest noarch 2.2.0-0.20240131094539.2f92367.el9 delorean-component-tempest 78 k python3-mistralclient noarch 5.0.0-0.20230310153603.b94abb4.el9 delorean-component-clients 164 k python3-mock noarch 4.0.3-5.el9s delorean-antelope-testing 58 k python3-monotonic noarch 1.5-9.el9s delorean-antelope-testing 17 k python3-mpmath noarch 1.2.1-2.el9s delorean-antelope-testing 833 k python3-murano-pkg-check noarch 0.3.0-20.el9s delorean-antelope-testing 56 k python3-murano-tests-tempest noarch 2.7.0-0.20240131092708.d2b794c.el9 delorean-component-tempest 156 k python3-muranoclient noarch 2.6.0-0.20230310202447.862c7be.el9 delorean-component-clients 329 k python3-ncclient noarch 0.6.13-3.el9s delorean-antelope-testing 136 k python3-networking-l2gw-tests-tempest noarch 0.1.1-0.20230315174804.82e3d07.el9 delorean-component-network 46 k python3-networkx noarch 2.6.2-2.el9 repo-setup-centos-appstream 2.4 M python3-neutron-lib noarch 3.4.3-0.20240913085837.f3968ad.el9 delorean-component-network 407 k python3-neutron-tests-tempest noarch 2.7.0-0.20240409063927.bcabf13.el9 delorean-component-network 528 k python3-numpy-f2py x86_64 1:1.23.5-1.el9 repo-setup-centos-appstream 443 k python3-oauthlib noarch 3.1.1-5.el9 repo-setup-centos-appstream 222 k python3-octavia-tests-tempest noarch 2.6.0-0.20240409063333.a1a2bed.el9 delorean-component-octavia 277 k python3-octavia-tests-tempest-golang x86_64 2.6.0-0.20240409063333.a1a2bed.el9 delorean-component-octavia 1.8 M python3-olefile noarch 0.46-13.el9s delorean-antelope-testing 56 k python3-openshift noarch 1:0.11.2-3.el9s delorean-antelope-testing 49 k python3-openvswitch3.3 x86_64 3.3.4-115.el9s centos9-nfv-ovs 338 k python3-os-ken noarch 2.6.1-0.20240808101239.6b427e4.el9 delorean-component-network 2.0 M python3-os-traits noarch 2.10.0-0.20230310171422.0d924f5.el9 delorean-component-common 48 k python3-oslo-cache noarch 3.3.2-0.20250611040748.880d81b.el9 delorean-component-common 54 k python3-oslo-db noarch 12.3.3-0.20241104094751.be0515d.el9 delorean-component-common 141 k python3-oslo-messaging noarch 14.2.5-0.20240913082034.86bf53a.el9 delorean-component-common 224 k python3-oslo-metrics noarch 0.6.0-0.20230310153035.95013ef.el9 delorean-component-common 23 k python3-oslo-middleware noarch 5.1.1-0.20240219151614.7725ac9.el9 delorean-component-common 56 k python3-oslo-policy noarch 4.1.1-0.20230310200304.043db50.el9 delorean-component-common 75 k python3-oslo-service noarch 3.1.2-0.20240617091247.9be8ebb.el9 delorean-component-common 69 k python3-oslo-upgradecheck noarch 2.1.1-0.20230310191026.eeedfc9.el9 delorean-component-common 27 k python3-oslo-versionedobjects noarch 3.1.0-0.20230310132208.b4ea834.el9 delorean-component-common 77 k python3-oslotest noarch 4.5.0-0.20230310114753.d4b1896.el9 delorean-component-clients 47 k python3-osprofiler noarch 3.4.3-0.20230310121559.3286301.el9 delorean-component-common 128 k python3-ovsdbapp noarch 2.2.2-0.20250310130901.2b6725a.el9 delorean-component-network 139 k python3-paste noarch 3.5.2-1.el9s delorean-antelope-testing 774 k python3-paste-deploy noarch 2.1.1-2.el9s delorean-antelope-testing 40 k python3-pecan noarch 1.4.2-2.el9s delorean-antelope-testing 272 k python3-pluggy noarch 0.13.1-7.el9 repo-setup-centos-appstream 41 k python3-policycoreutils noarch 3.6-3.el9 repo-setup-centos-appstream 2.1 M python3-prometheus_client noarch 0.9.0-2.el9s delorean-antelope-testing 86 k python3-psutil x86_64 5.8.0-12.el9 repo-setup-centos-appstream 214 k python3-psycopg2 x86_64 2.8.6-6.el9 repo-setup-centos-appstream 188 k python3-py noarch 1.10.0-6.el9 repo-setup-centos-appstream 477 k python3-pyasn1 noarch 0.4.8-6.el9 repo-setup-centos-appstream 159 k python3-pyasn1-modules noarch 0.4.8-6.el9 repo-setup-centos-appstream 279 k python3-pycadf noarch 3.1.1-0.20230310113453.4179996.el9 delorean-component-common 51 k python3-pydot noarch 1.4.2-1.el9s delorean-antelope-testing 53 k python3-pyngus noarch 2.3.0-8.el9s delorean-antelope-testing 51 k python3-pyroute2 noarch 0.7.3-1.el9s delorean-antelope-testing 704 k python3-pysnmp noarch 4.4.12-6.el9s delorean-antelope-testing 656 k python3-pytest noarch 6.2.2-7.el9 repo-setup-centos-appstream 519 k python3-qpid-proton x86_64 0.35.0-2.el9s delorean-antelope-testing 408 k python3-rdo-openvswitch noarch 2:3.3-1.el9s delorean-antelope-testing 7.9 k python3-redis noarch 4.3.4-1.el9s delorean-antelope-testing 369 k python3-repoze-lru noarch 0.7-10.el9s delorean-antelope-testing 31 k python3-requests-oauthlib noarch 1.3.0-12.el9 repo-setup-centos-appstream 54 k python3-rfc3986+idna2008 noarch 1.5.0-1.el9s delorean-antelope-testing 8.9 k python3-routes noarch 2.5.1-1.el9s delorean-antelope-testing 188 k python3-rsa noarch 4.8-1.el9s delorean-antelope-testing 58 k python3-ruamel-yaml x86_64 0.16.6-7.el9.1 repo-setup-centos-appstream 209 k python3-ruamel-yaml-clib x86_64 0.2.7-3.el9 repo-setup-centos-appstream 145 k python3-sahara-tempest noarch 0.16.0-0.20230314174536.98063d3.el9 delorean-component-tempest 25 k python3-sahara-tests-tempest noarch 0.16.0-0.20230314174536.98063d3.el9 delorean-component-tempest 94 k python3-saharaclient noarch 4.1.0-0.20230310130803.d0c0eb5.el9 delorean-component-clients 186 k python3-scapy noarch 2.6.1-1.el9 repo-setup-centos-appstream 3.6 M python3-semantic_version noarch 2.8.4-7.el9s delorean-antelope-testing 40 k python3-setools x86_64 4.4.4-1.el9 repo-setup-centos-baseos 605 k python3-setproctitle x86_64 1.2.3-2.el9s delorean-antelope-testing 22 k python3-smi noarch 0.3.4-10.el9s delorean-antelope-testing 133 k python3-sniffio noarch 1.2.0-2.el9s delorean-antelope-testing 22 k python3-sqlalchemy x86_64 1.4.45-3.el9 repo-setup-centos-appstream 2.4 M python3-sqlparse noarch 0.4.2-4.el9s delorean-antelope-testing 83 k python3-sshtunnel noarch 0.4.0-12.el9s delorean-antelope-testing 46 k python3-statsd noarch 3.2.1-20.el9s delorean-antelope-testing 34 k python3-string_utils noarch 1.0.0-4.el9s delorean-antelope-testing 39 k python3-sympy x86_64 1.11.1-2.el9s delorean-antelope-testing 11 M python3-tables x86_64 3.6.1-4.el9s centos9-storage 1.2 M python3-telemetry-tests-tempest noarch 2.5.1-0.20250603080835.ddfb79a.el9 delorean-component-tempest 67 k python3-tempita noarch 0.5.2-2.el9s delorean-antelope-testing 36 k python3-testrepository noarch 0.0.20-24.el9s delorean-antelope-testing 165 k python3-testresources noarch 2.0.1-2.el9s delorean-antelope-testing 59 k python3-tkinter x86_64 3.9.21-2.el9 repo-setup-centos-appstream 339 k python3-toml noarch 0.10.2-6.el9 repo-setup-centos-appstream 42 k python3-tooz noarch 3.2.0-0.20241115125625.1a76dd6.el9 delorean-component-common 106 k python3-trove-tests-tempest noarch 1:2.2.0-0.20240131093157.d63e17a.el9 delorean-component-tempest 61 k python3-uhashring noarch 2.1-1.el9s delorean-antelope-testing 24 k python3-ujson x86_64 5.5.0-1.el9s delorean-antelope-testing 34 k python3-vine noarch 5.0.0-3.el9s delorean-antelope-testing 25 k python3-vitrage noarch 10.0.1-0.20230331173702.c0cbd11.el9 delorean-component-common 522 k python3-vitrage-tests-tempest noarch 6.2.0-0.20240131094852.816b235.el9 delorean-component-tempest 125 k python3-vitrageclient noarch 4.7.0-0.20230310185114.b6db531.el9 delorean-component-clients 71 k python3-watcher-tests-tempest noarch 1:3.0.0-0.20240131100157.92ca984.el9 delorean-component-optimize 102 k python3-webob noarch 1.8.7-1.el9s delorean-antelope-testing 230 k python3-websocket-client noarch 1.3.3-2.el9s delorean-antelope-testing 92 k python3-werkzeug noarch 2.2.2-1.el9s delorean-antelope-testing 374 k python3-whitebox-neutron-tests-tempest noarch 0.9.2-0.20250520081747.e67f790.el9 delorean-component-network 238 k python3-whitebox-tests-tempest noarch 0.0.3-0.20240412161827.766ff04.el9 delorean-component-compute 119 k python3-wsgi_intercept noarch 1.12.0-5.el9s delorean-antelope-testing 31 k python3-yappi x86_64 1.3.6-1.el9s delorean-antelope-testing 55 k python3-yaql noarch 2.0.0-2.el9s delorean-antelope-testing 133 k python3-zake noarch 0.2.2-22.el9s delorean-antelope-testing 45 k python3-zaqar-tests-tempest noarch 1.7.0-0.20240131094344.3813c99.el9 delorean-component-tempest 71 k python3-zaqarclient noarch 2.5.1-0.20230310155753.d78bf91.el9 delorean-component-clients 127 k qpid-proton-c x86_64 0.35.0-2.el9s delorean-antelope-testing 225 k rdo-openvswitch noarch 2:3.3-1.el9s delorean-antelope-testing 7.7 k rpm-plugin-selinux x86_64 4.16.1.3-38.el9 repo-setup-centos-baseos 16 k selinux-policy noarch 38.1.58-1.el9 repo-setup-centos-baseos 45 k selinux-policy-targeted noarch 38.1.58-1.el9 repo-setup-centos-baseos 6.9 M snappy x86_64 1.1.8-8.el9 repo-setup-centos-baseos 35 k sound-theme-freedesktop noarch 0.8-17.el9 repo-setup-centos-appstream 383 k tcl x86_64 1:8.6.10-7.el9 repo-setup-centos-baseos 1.1 M teckit x86_64 2.5.9-8.el9 repo-setup-centos-appstream 446 k texlive-ae noarch 9:20200406-26.el9 repo-setup-centos-appstream 124 k texlive-algorithms noarch 9:20200406-26.el9 repo-setup-centos-appstream 299 k texlive-alphalph noarch 9:20200406-26.el9 repo-setup-centos-appstream 353 k texlive-amscls noarch 9:20200406-26.el9 repo-setup-centos-appstream 1.1 M texlive-anysize noarch 9:20200406-26.el9 repo-setup-centos-appstream 44 k texlive-atbegshi noarch 9:20200406-26.el9 repo-setup-centos-appstream 401 k texlive-attachfile noarch 9:20200406-26.el9 repo-setup-centos-appstream 350 k texlive-attachfile2 noarch 9:20200406-26.el9 repo-setup-centos-appstream 444 k texlive-atveryend noarch 9:20200406-26.el9 repo-setup-centos-appstream 377 k texlive-auxhook noarch 9:20200406-26.el9 repo-setup-centos-appstream 287 k texlive-avantgar noarch 9:20200406-26.el9 repo-setup-centos-appstream 325 k texlive-babel noarch 9:20200406-26.el9 repo-setup-centos-appstream 1.3 M texlive-babel-english noarch 9:20200406-26.el9 repo-setup-centos-appstream 140 k texlive-babelbib noarch 9:20200406-26.el9 repo-setup-centos-appstream 1.2 M texlive-base noarch 9:20200406-26.el9 repo-setup-centos-appstream 2.3 M texlive-beamer noarch 9:20200406-26.el9 repo-setup-centos-appstream 3.0 M texlive-bera noarch 9:20200406-26.el9 repo-setup-centos-appstream 378 k texlive-beton noarch 9:20200406-26.el9 repo-setup-centos-appstream 70 k texlive-bibtex x86_64 9:20200406-26.el9 repo-setup-centos-appstream 1.7 M texlive-bidi noarch 9:20200406-26.el9 repo-setup-centos-appstream 3.7 M texlive-bigintcalc noarch 9:20200406-26.el9 repo-setup-centos-appstream 458 k texlive-bitset noarch 9:20200406-26.el9 repo-setup-centos-appstream 612 k texlive-bookman noarch 9:20200406-26.el9 repo-setup-centos-appstream 372 k texlive-bookmark noarch 9:20200406-26.el9 repo-setup-centos-appstream 472 k texlive-booktabs noarch 9:20200406-26.el9 repo-setup-centos-appstream 298 k texlive-breakurl noarch 9:20200406-26.el9 repo-setup-centos-appstream 117 k texlive-breqn noarch 9:20200406-26.el9 repo-setup-centos-appstream 1.0 M texlive-caption noarch 9:20200406-26.el9 repo-setup-centos-appstream 1.5 M texlive-carlisle noarch 9:20200406-26.el9 repo-setup-centos-appstream 87 k texlive-catchfile noarch 9:20200406-26.el9 repo-setup-centos-appstream 299 k texlive-changepage noarch 9:20200406-26.el9 repo-setup-centos-appstream 281 k texlive-charter noarch 9:20200406-26.el9 repo-setup-centos-appstream 206 k texlive-chngcntr noarch 9:20200406-26.el9 repo-setup-centos-appstream 238 k texlive-cite noarch 9:20200406-26.el9 repo-setup-centos-appstream 243 k texlive-cm noarch 9:20200406-26.el9 repo-setup-centos-appstream 332 k texlive-cm-super noarch 9:20200406-26.el9 repo-setup-centos-appstream 62 M texlive-cmap noarch 9:20200406-26.el9 repo-setup-centos-appstream 18 k texlive-cmextra noarch 9:20200406-26.el9 repo-setup-centos-appstream 45 k texlive-collection-basic noarch 9:20200406-26.el9 repo-setup-centos-appstream 5.3 k texlive-collection-fontsrecommended noarch 9:20200406-26.el9 repo-setup-centos-appstream 5.1 k texlive-collection-latex noarch 9:20200406-26.el9 repo-setup-centos-appstream 5.4 k texlive-colorprofiles noarch 9:20200406-26.el9 repo-setup-centos-appstream 139 k texlive-colortbl noarch 9:20200406-26.el9 repo-setup-centos-appstream 586 k texlive-courier noarch 9:20200406-26.el9 repo-setup-centos-appstream 526 k texlive-crop noarch 9:20200406-26.el9 repo-setup-centos-appstream 330 k texlive-csquotes noarch 9:20200406-26.el9 repo-setup-centos-appstream 335 k texlive-ctable noarch 9:20200406-26.el9 repo-setup-centos-appstream 699 k texlive-currfile noarch 9:20200406-26.el9 repo-setup-centos-appstream 181 k texlive-dvipdfmx x86_64 9:20200406-26.el9 repo-setup-centos-appstream 3.0 M texlive-dvipng x86_64 9:20200406-26.el9 repo-setup-centos-appstream 315 k texlive-dvips x86_64 9:20200406-26.el9 repo-setup-centos-appstream 1.1 M texlive-ec noarch 9:20200406-26.el9 repo-setup-centos-appstream 785 k texlive-enctex noarch 9:20200406-26.el9 repo-setup-centos-appstream 298 k texlive-enumitem noarch 9:20200406-26.el9 repo-setup-centos-appstream 180 k texlive-epstopdf-pkg noarch 9:20200406-26.el9 repo-setup-centos-appstream 356 k texlive-eso-pic noarch 9:20200406-26.el9 repo-setup-centos-appstream 257 k texlive-etex noarch 9:20200406-26.el9 repo-setup-centos-appstream 200 k texlive-etex-pkg noarch 9:20200406-26.el9 repo-setup-centos-appstream 15 k texlive-etexcmds noarch 9:20200406-26.el9 repo-setup-centos-appstream 302 k texlive-etoolbox noarch 9:20200406-26.el9 repo-setup-centos-appstream 249 k texlive-euenc noarch 9:20200406-26.el9 repo-setup-centos-appstream 156 k texlive-euro noarch 9:20200406-26.el9 repo-setup-centos-appstream 207 k texlive-eurosym noarch 9:20200406-26.el9 repo-setup-centos-appstream 427 k texlive-extsizes noarch 9:20200406-26.el9 repo-setup-centos-appstream 212 k texlive-fancybox noarch 9:20200406-26.el9 repo-setup-centos-appstream 286 k texlive-fancyhdr noarch 9:20200406-26.el9 repo-setup-centos-appstream 775 k texlive-fancyref noarch 9:20200406-26.el9 repo-setup-centos-appstream 114 k texlive-fancyvrb noarch 9:20200406-26.el9 repo-setup-centos-appstream 150 k texlive-filecontents noarch 9:20200406-26.el9 repo-setup-centos-appstream 129 k texlive-filehook noarch 9:20200406-26.el9 repo-setup-centos-appstream 305 k texlive-finstrut noarch 9:20200406-26.el9 repo-setup-centos-appstream 183 k texlive-fix2col noarch 9:20200406-26.el9 repo-setup-centos-appstream 217 k texlive-float noarch 9:20200406-26.el9 repo-setup-centos-appstream 122 k texlive-fontspec noarch 9:20200406-26.el9 repo-setup-centos-appstream 1.2 M texlive-footmisc noarch 9:20200406-26.el9 repo-setup-centos-appstream 330 k texlive-footnotehyper noarch 9:20200406-26.el9 repo-setup-centos-appstream 89 k texlive-fp noarch 9:20200406-26.el9 repo-setup-centos-appstream 243 k texlive-fpl noarch 9:20200406-26.el9 repo-setup-centos-appstream 305 k texlive-geometry noarch 9:20200406-26.el9 repo-setup-centos-appstream 855 k texlive-gettitlestring noarch 9:20200406-26.el9 repo-setup-centos-appstream 319 k texlive-glyphlist noarch 9:20200406-26.el9 repo-setup-centos-appstream 35 k texlive-graphics noarch 9:20200406-26.el9 repo-setup-centos-appstream 1.9 M texlive-graphics-cfg noarch 9:20200406-26.el9 repo-setup-centos-appstream 11 k texlive-graphics-def noarch 9:20200406-26.el9 repo-setup-centos-appstream 20 k texlive-grfext noarch 9:20200406-26.el9 repo-setup-centos-appstream 309 k texlive-grffile noarch 9:20200406-26.el9 repo-setup-centos-appstream 352 k texlive-helvetic noarch 9:20200406-26.el9 repo-setup-centos-appstream 668 k texlive-hobsub noarch 9:20200406-26.el9 repo-setup-centos-appstream 70 k texlive-hologo noarch 9:20200406-26.el9 repo-setup-centos-appstream 555 k texlive-hycolor noarch 9:20200406-26.el9 repo-setup-centos-appstream 376 k texlive-hyperref noarch 9:20200406-26.el9 repo-setup-centos-appstream 3.2 M texlive-hyph-utf8 noarch 9:20200406-26.el9 repo-setup-centos-appstream 301 k texlive-hyphen-base noarch 9:20200406-26.el9 repo-setup-centos-appstream 31 k texlive-hyphenex noarch 9:20200406-26.el9 repo-setup-centos-appstream 17 k texlive-ifmtarg noarch 9:20200406-26.el9 repo-setup-centos-appstream 45 k texlive-ifplatform noarch 9:20200406-26.el9 repo-setup-centos-appstream 158 k texlive-iftex noarch 9:20200406-26.el9 repo-setup-centos-appstream 225 k texlive-index noarch 9:20200406-26.el9 repo-setup-centos-appstream 174 k texlive-infwarerr noarch 9:20200406-26.el9 repo-setup-centos-appstream 287 k texlive-intcalc noarch 9:20200406-26.el9 repo-setup-centos-appstream 424 k texlive-jknapltx noarch 9:20200406-26.el9 repo-setup-centos-appstream 25 k texlive-kastrup noarch 9:20200406-26.el9 repo-setup-centos-appstream 145 k texlive-knuth-lib noarch 9:20200406-26.el9 repo-setup-centos-appstream 48 k texlive-knuth-local noarch 9:20200406-26.el9 repo-setup-centos-appstream 41 k texlive-koma-script noarch 9:20200406-26.el9 repo-setup-centos-appstream 6.0 M texlive-kpathsea x86_64 9:20200406-26.el9 repo-setup-centos-appstream 1.1 M texlive-kvdefinekeys noarch 9:20200406-26.el9 repo-setup-centos-appstream 298 k texlive-kvoptions noarch 9:20200406-26.el9 repo-setup-centos-appstream 473 k texlive-kvsetkeys noarch 9:20200406-26.el9 repo-setup-centos-appstream 372 k texlive-l3backend noarch 9:20200406-26.el9 repo-setup-centos-appstream 807 k texlive-l3experimental noarch 9:20200406-26.el9 repo-setup-centos-appstream 3.1 M texlive-l3kernel noarch 9:20200406-26.el9 repo-setup-centos-appstream 10 M texlive-l3packages noarch 9:20200406-26.el9 repo-setup-centos-appstream 1.7 M texlive-latex noarch 9:20200406-26.el9 repo-setup-centos-appstream 22 M texlive-latex-fonts noarch 9:20200406-26.el9 repo-setup-centos-appstream 46 k texlive-latexbug noarch 9:20200406-26.el9 repo-setup-centos-appstream 195 k texlive-latexconfig noarch 9:20200406-26.el9 repo-setup-centos-appstream 14 k texlive-letltxmacro noarch 9:20200406-26.el9 repo-setup-centos-appstream 292 k texlive-lib x86_64 9:20200406-26.el9 repo-setup-centos-appstream 477 k texlive-lineno noarch 9:20200406-26.el9 repo-setup-centos-appstream 705 k texlive-listings noarch 9:20200406-26.el9 repo-setup-centos-appstream 2.2 M texlive-lm noarch 9:20200406-26.el9 repo-setup-centos-appstream 14 M texlive-lm-math noarch 9:20200406-26.el9 repo-setup-centos-appstream 533 k texlive-ltabptch noarch 9:20200406-26.el9 repo-setup-centos-appstream 272 k texlive-ltxcmds noarch 9:20200406-26.el9 repo-setup-centos-appstream 392 k texlive-ltxmisc noarch 9:20200406-26.el9 repo-setup-centos-appstream 26 k texlive-lua-alt-getopt noarch 9:20200406-26.el9 repo-setup-centos-appstream 15 k texlive-luahbtex x86_64 9:20200406-26.el9 repo-setup-centos-appstream 1.9 M texlive-lualatex-math noarch 9:20200406-26.el9 repo-setup-centos-appstream 205 k texlive-lualibs noarch 9:20200406-26.el9 repo-setup-centos-appstream 226 k texlive-luaotfload noarch 9:20200406-26.el9 repo-setup-centos-appstream 1.2 M texlive-luatex x86_64 9:20200406-26.el9 repo-setup-centos-appstream 3.7 M texlive-luatexbase noarch 9:20200406-26.el9 repo-setup-centos-appstream 270 k texlive-lwarp noarch 9:20200406-26.el9 repo-setup-centos-appstream 3.3 M texlive-makecmds noarch 9:20200406-26.el9 repo-setup-centos-appstream 123 k texlive-makeindex x86_64 9:20200406-26.el9 repo-setup-centos-appstream 433 k texlive-manfnt-font noarch 9:20200406-26.el9 repo-setup-centos-appstream 35 k texlive-marginnote noarch 9:20200406-26.el9 repo-setup-centos-appstream 320 k texlive-marvosym noarch 9:20200406-26.el9 repo-setup-centos-appstream 560 k texlive-mathpazo noarch 9:20200406-26.el9 repo-setup-centos-appstream 447 k texlive-mathspec noarch 9:20200406-26.el9 repo-setup-centos-appstream 186 k texlive-mathtools noarch 9:20200406-26.el9 repo-setup-centos-appstream 984 k texlive-mdwtools noarch 9:20200406-26.el9 repo-setup-centos-appstream 1.6 M texlive-memoir noarch 9:20200406-26.el9 repo-setup-centos-appstream 3.0 M texlive-metafont x86_64 9:20200406-26.el9 repo-setup-centos-appstream 269 k texlive-metalogo noarch 9:20200406-26.el9 repo-setup-centos-appstream 88 k texlive-mflogo noarch 9:20200406-26.el9 repo-setup-centos-appstream 244 k texlive-mflogo-font noarch 9:20200406-26.el9 repo-setup-centos-appstream 32 k texlive-mfnfss noarch 9:20200406-26.el9 repo-setup-centos-appstream 447 k texlive-mfware x86_64 9:20200406-26.el9 repo-setup-centos-appstream 106 k texlive-microtype noarch 9:20200406-26.el9 repo-setup-centos-appstream 1.7 M texlive-minitoc noarch 9:20200406-26.el9 repo-setup-centos-appstream 123 k texlive-mnsymbol noarch 9:20200406-26.el9 repo-setup-centos-appstream 4.6 M texlive-modes noarch 9:20200406-26.el9 repo-setup-centos-appstream 303 k texlive-mparhack noarch 9:20200406-26.el9 repo-setup-centos-appstream 70 k texlive-mptopdf noarch 9:20200406-26.el9 repo-setup-centos-appstream 49 k texlive-ms noarch 9:20200406-26.el9 repo-setup-centos-appstream 570 k texlive-multido noarch 9:20200406-26.el9 repo-setup-centos-appstream 118 k texlive-natbib noarch 9:20200406-26.el9 repo-setup-centos-appstream 437 k texlive-ncntrsbk noarch 9:20200406-26.el9 repo-setup-centos-appstream 367 k texlive-newfloat noarch 9:20200406-26.el9 repo-setup-centos-appstream 112 k texlive-notoccite noarch 9:20200406-26.el9 repo-setup-centos-appstream 230 k texlive-ntgclass noarch 9:20200406-26.el9 repo-setup-centos-appstream 1.7 M texlive-oberdiek noarch 9:20200406-26.el9 repo-setup-centos-appstream 8.6 M texlive-palatino noarch 9:20200406-26.el9 repo-setup-centos-appstream 434 k texlive-paralist noarch 9:20200406-26.el9 repo-setup-centos-appstream 215 k texlive-parallel noarch 9:20200406-26.el9 repo-setup-centos-appstream 127 k texlive-parskip noarch 9:20200406-26.el9 repo-setup-centos-appstream 315 k texlive-pdfcolmk noarch 9:20200406-26.el9 repo-setup-centos-appstream 11 k texlive-pdfescape noarch 9:20200406-26.el9 repo-setup-centos-appstream 345 k texlive-pdflscape noarch 9:20200406-26.el9 repo-setup-centos-appstream 300 k texlive-pdfpages noarch 9:20200406-26.el9 repo-setup-centos-appstream 336 k texlive-pdftex x86_64 9:20200406-26.el9 repo-setup-centos-appstream 2.0 M texlive-pdftexcmds noarch 9:20200406-26.el9 repo-setup-centos-appstream 383 k texlive-pgf noarch 9:20200406-26.el9 repo-setup-centos-appstream 11 M texlive-placeins noarch 9:20200406-26.el9 repo-setup-centos-appstream 261 k texlive-plain noarch 9:20200406-26.el9 repo-setup-centos-appstream 93 k texlive-polyglossia noarch 9:20200406-26.el9 repo-setup-centos-appstream 838 k texlive-psfrag noarch 9:20200406-26.el9 repo-setup-centos-appstream 82 k texlive-pslatex noarch 9:20200406-26.el9 repo-setup-centos-appstream 17 k texlive-psnfss noarch 9:20200406-26.el9 repo-setup-centos-appstream 315 k texlive-pspicture noarch 9:20200406-26.el9 repo-setup-centos-appstream 53 k texlive-pst-3d noarch 9:20200406-26.el9 repo-setup-centos-appstream 112 k texlive-pst-arrow noarch 9:20200406-26.el9 repo-setup-centos-appstream 140 k texlive-pst-coil noarch 9:20200406-26.el9 repo-setup-centos-appstream 261 k texlive-pst-eps noarch 9:20200406-26.el9 repo-setup-centos-appstream 91 k texlive-pst-fill noarch 9:20200406-26.el9 repo-setup-centos-appstream 1.1 M texlive-pst-grad noarch 9:20200406-26.el9 repo-setup-centos-appstream 225 k texlive-pst-math noarch 9:20200406-26.el9 repo-setup-centos-appstream 189 k texlive-pst-node noarch 9:20200406-26.el9 repo-setup-centos-appstream 448 k texlive-pst-plot noarch 9:20200406-26.el9 repo-setup-centos-appstream 1.1 M texlive-pst-text noarch 9:20200406-26.el9 repo-setup-centos-appstream 181 k texlive-pst-tools noarch 9:20200406-26.el9 repo-setup-centos-appstream 113 k texlive-pst-tree noarch 9:20200406-26.el9 repo-setup-centos-appstream 166 k texlive-pstricks noarch 9:20200406-26.el9 repo-setup-centos-appstream 7.2 M texlive-pstricks-add noarch 9:20200406-26.el9 repo-setup-centos-appstream 4.6 M texlive-pxfonts noarch 9:20200406-26.el9 repo-setup-centos-appstream 937 k texlive-qstest noarch 9:20200406-26.el9 repo-setup-centos-appstream 228 k texlive-ragged2e noarch 9:20200406-26.el9 repo-setup-centos-appstream 656 k texlive-rcs noarch 9:20200406-26.el9 repo-setup-centos-appstream 141 k texlive-realscripts noarch 9:20200406-26.el9 repo-setup-centos-appstream 113 k texlive-refcount noarch 9:20200406-26.el9 repo-setup-centos-appstream 327 k texlive-rerunfilecheck noarch 9:20200406-26.el9 repo-setup-centos-appstream 316 k texlive-rsfs noarch 9:20200406-26.el9 repo-setup-centos-appstream 72 k texlive-sansmath noarch 9:20200406-26.el9 repo-setup-centos-appstream 189 k texlive-sansmathaccent noarch 9:20200406-26.el9 repo-setup-centos-appstream 179 k texlive-sauerj noarch 9:20200406-26.el9 repo-setup-centos-appstream 546 k texlive-section noarch 9:20200406-26.el9 repo-setup-centos-appstream 363 k texlive-seminar noarch 9:20200406-26.el9 repo-setup-centos-appstream 383 k texlive-sepnum noarch 9:20200406-26.el9 repo-setup-centos-appstream 355 k texlive-setspace noarch 9:20200406-26.el9 repo-setup-centos-appstream 17 k texlive-showexpl noarch 9:20200406-26.el9 repo-setup-centos-appstream 599 k texlive-soul noarch 9:20200406-26.el9 repo-setup-centos-appstream 316 k texlive-stringenc noarch 9:20200406-26.el9 repo-setup-centos-appstream 693 k texlive-subfig noarch 9:20200406-26.el9 repo-setup-centos-appstream 463 k texlive-symbol noarch 9:20200406-26.el9 repo-setup-centos-appstream 49 k texlive-tex x86_64 9:20200406-26.el9 repo-setup-centos-appstream 210 k texlive-tex-gyre noarch 9:20200406-26.el9 repo-setup-centos-appstream 14 M texlive-tex-gyre-math noarch 9:20200406-26.el9 repo-setup-centos-appstream 1.8 M texlive-tex-ini-files noarch 9:20200406-26.el9 repo-setup-centos-appstream 14 k texlive-texlive-common-doc noarch 9:20200406-26.el9 repo-setup-centos-appstream 444 k texlive-texlive-docindex noarch 9:20200406-26.el9 repo-setup-centos-appstream 182 k texlive-texlive-en noarch 9:20200406-26.el9 repo-setup-centos-appstream 1.9 M texlive-texlive-msg-translations noarch 9:20200406-26.el9 repo-setup-centos-appstream 150 k texlive-texlive-scripts noarch 9:20200406-26.el9 repo-setup-centos-appstream 114 k texlive-texlive.infra noarch 9:20200406-26.el9 repo-setup-centos-appstream 284 k texlive-textcase noarch 9:20200406-26.el9 repo-setup-centos-appstream 198 k texlive-thumbpdf noarch 9:20200406-26.el9 repo-setup-centos-appstream 38 k texlive-times noarch 9:20200406-26.el9 repo-setup-centos-appstream 374 k texlive-tipa noarch 9:20200406-26.el9 repo-setup-centos-appstream 5.0 M texlive-titlesec noarch 9:20200406-26.el9 repo-setup-centos-appstream 666 k texlive-tools noarch 9:20200406-26.el9 repo-setup-centos-appstream 5.0 M texlive-translator noarch 9:20200406-26.el9 repo-setup-centos-appstream 280 k texlive-txfonts noarch 9:20200406-26.el9 repo-setup-centos-appstream 1.4 M texlive-typehtml noarch 9:20200406-26.el9 repo-setup-centos-appstream 167 k texlive-ucharcat noarch 9:20200406-26.el9 repo-setup-centos-appstream 165 k texlive-ucs noarch 9:20200406-26.el9 repo-setup-centos-appstream 1.3 M texlive-underscore noarch 9:20200406-26.el9 repo-setup-centos-appstream 251 k texlive-unicode-data noarch 9:20200406-26.el9 repo-setup-centos-appstream 352 k texlive-unicode-math noarch 9:20200406-26.el9 repo-setup-centos-appstream 1.7 M texlive-uniquecounter noarch 9:20200406-26.el9 repo-setup-centos-appstream 293 k texlive-updmap-map noarch 9:20200406-26.el9 repo-setup-centos-appstream 330 k texlive-url noarch 9:20200406-26.el9 repo-setup-centos-appstream 273 k texlive-utopia noarch 9:20200406-26.el9 repo-setup-centos-appstream 241 k texlive-varwidth noarch 9:20200406-26.el9 repo-setup-centos-appstream 39 k texlive-wasy noarch 9:20200406-26.el9 repo-setup-centos-appstream 336 k texlive-wasy-type1 noarch 9:20200406-26.el9 repo-setup-centos-appstream 266 k texlive-wasysym noarch 9:20200406-26.el9 repo-setup-centos-appstream 171 k texlive-xcolor noarch 9:20200406-26.el9 repo-setup-centos-appstream 683 k texlive-xdvi x86_64 9:20200406-26.el9 repo-setup-centos-appstream 356 k texlive-xetex x86_64 9:20200406-26.el9 repo-setup-centos-appstream 2.2 M texlive-xetexconfig noarch 9:20200406-26.el9 repo-setup-centos-appstream 9.2 k texlive-xifthen noarch 9:20200406-26.el9 repo-setup-centos-appstream 479 k texlive-xkeyval noarch 9:20200406-26.el9 repo-setup-centos-appstream 405 k texlive-xltxtra noarch 9:20200406-26.el9 repo-setup-centos-appstream 110 k texlive-xunicode noarch 9:20200406-26.el9 repo-setup-centos-appstream 37 k texlive-zapfchan noarch 9:20200406-26.el9 repo-setup-centos-appstream 102 k texlive-zapfding noarch 9:20200406-26.el9 repo-setup-centos-appstream 58 k texlive-zref noarch 9:20200406-26.el9 repo-setup-centos-appstream 660 k tk x86_64 1:8.6.10-9.el9 repo-setup-centos-appstream 1.6 M unbound-libs x86_64 1.16.2-18.el9 repo-setup-centos-appstream 550 k urw-base35-bookman-fonts noarch 20200910-6.el9 repo-setup-centos-appstream 847 k urw-base35-c059-fonts noarch 20200910-6.el9 repo-setup-centos-appstream 875 k urw-base35-d050000l-fonts noarch 20200910-6.el9 repo-setup-centos-appstream 77 k urw-base35-fonts noarch 20200910-6.el9 repo-setup-centos-appstream 11 k urw-base35-fonts-common noarch 20200910-6.el9 repo-setup-centos-appstream 22 k urw-base35-gothic-fonts noarch 20200910-6.el9 repo-setup-centos-appstream 643 k urw-base35-nimbus-mono-ps-fonts noarch 20200910-6.el9 repo-setup-centos-appstream 796 k urw-base35-nimbus-roman-fonts noarch 20200910-6.el9 repo-setup-centos-appstream 856 k urw-base35-nimbus-sans-fonts noarch 20200910-6.el9 repo-setup-centos-appstream 1.3 M urw-base35-p052-fonts noarch 20200910-6.el9 repo-setup-centos-appstream 974 k urw-base35-standard-symbols-ps-fonts noarch 20200910-6.el9 repo-setup-centos-appstream 42 k urw-base35-z003-fonts noarch 20200910-6.el9 repo-setup-centos-appstream 276 k xorg-x11-fonts-ISO8859-1-100dpi noarch 7.5-33.el9 repo-setup-centos-appstream 1.1 M zziplib x86_64 0.13.71-10.el9 repo-setup-centos-appstream 88 k Installing weak dependencies: geolite2-city noarch 20191217-6.el9 repo-setup-centos-appstream 23 M geolite2-country noarch 20191217-6.el9 repo-setup-centos-appstream 1.6 M libcanberra-gtk2 x86_64 0.30-27.el9 repo-setup-centos-appstream 26 k libmaxminddb x86_64 1.5.2-4.el9 repo-setup-centos-appstream 33 k libxcrypt-compat x86_64 4.4.18-3.el9 repo-setup-centos-appstream 89 k perl-NDBM_File x86_64 1.15-481.el9 repo-setup-centos-appstream 22 k python3-Cython x86_64 0.29.37-1.el9 repo-setup-centos-powertools 2.2 M python3-gmpy2 x86_64 2.1.0-0.22.b5.el9s delorean-antelope-testing 367 k python3-jwt+crypto noarch 2.4.0-1.el9s delorean-antelope-testing 9.0 k python3-matplotlib x86_64 3.4.2-1.el9s delorean-antelope-testing 2.8 M python3-numexpr x86_64 2.7.1-5.el9s delorean-antelope-testing 189 k python3-numpy x86_64 1:1.23.5-1.el9 repo-setup-centos-appstream 6.1 M python3-pandas x86_64 1.2.1-2.el9s delorean-antelope-testing 9.8 M python3-pillow x86_64 9.2.0-2.el9s delorean-antelope-testing 712 k python3-pip noarch 21.3.1-1.el9 repo-setup-centos-appstream 2.0 M python3-pyglet noarch 1.4.6-4.el9s delorean-antelope-testing 1.2 M python3-pygraphviz x86_64 1.7-1.el9s delorean-antelope-testing 98 k python3-scipy x86_64 1.9.3-2.el9 repo-setup-centos-appstream 19 M texlive-amsfonts noarch 9:20200406-26.el9 repo-setup-centos-appstream 4.8 M texlive-amsmath noarch 9:20200406-26.el9 repo-setup-centos-appstream 2.3 M texlive-collection-latexrecommended noarch 9:20200406-26.el9 repo-setup-centos-appstream 5.8 k texlive-euler noarch 9:20200406-26.el9 repo-setup-centos-appstream 242 k xdg-utils noarch 1.1.3-13.el9 repo-setup-centos-appstream 72 k Transaction Summary ============================================================================================================================= Install 665 Packages Total download size: 585 M Installed size: 1.6 G Downloading Packages: (1/665): python3-cinder-tests-tempest-1.15.0-0. 12 MB/s | 90 kB 00:00 (2/665): python3-ironic-tests-tempest-2.11.0-0. 23 MB/s | 193 kB 00:00 (3/665): python3-barbican-tests-tempest-4.0.0-0 11 MB/s | 100 kB 00:00 (4/665): python-vitrageclient-bash-completion-4 8.0 MB/s | 11 kB 00:00 (5/665): python3-aodhclient-3.2.1-0.20240304093 1.9 MB/s | 55 kB 00:00 (6/665): python3-heatclient-3.2.0-0.20230310183 5.0 MB/s | 157 kB 00:00 (7/665): python3-gnocchiclient-7.0.7-0.20230310 3.0 MB/s | 97 kB 00:00 (8/665): python3-oslotest-4.5.0-0.2023031011475 39 MB/s | 47 kB 00:00 (9/665): python3-muranoclient-2.6.0-0.202303102 92 MB/s | 329 kB 00:00 (10/665): python3-vitrageclient-4.7.0-0.2023031 60 MB/s | 71 kB 00:00 (11/665): python3-mistralclient-5.0.0-0.2023031 9.2 MB/s | 164 kB 00:00 (12/665): python3-saharaclient-4.1.0-0.20230310 13 MB/s | 186 kB 00:00 (13/665): python3-zaqarclient-2.5.1-0.202303101 7.8 MB/s | 127 kB 00:00 (14/665): python-oslo-cache-lang-3.3.2-0.202506 10 MB/s | 16 kB 00:00 (15/665): python-oslo-db-lang-12.3.3-0.20241104 11 MB/s | 13 kB 00:00 (16/665): python-oslo-middleware-lang-5.1.1-0.2 6.2 MB/s | 11 kB 00:00 (17/665): python-oslo-policy-lang-4.1.1-0.20230 11 MB/s | 12 kB 00:00 (18/665): python-oslo-versionedobjects-lang-3.1 11 MB/s | 12 kB 00:00 (19/665): python-pycadf-common-3.1.1-0.20230310 13 MB/s | 14 kB 00:00 (20/665): os-refresh-config-14.0.1-0.2025061010 1.4 MB/s | 21 kB 00:00 (21/665): python3-os-traits-2.10.0-0.2023031017 26 MB/s | 48 kB 00:00 (22/665): python3-futurist-2.4.1-0.202303101232 21 MB/s | 62 kB 00:00 (23/665): python3-oslo-cache-3.3.2-0.2025061104 42 MB/s | 54 kB 00:00 (24/665): os-collect-config-14.0.1-0.2025061113 2.2 MB/s | 48 kB 00:00 (25/665): python3-oslo-db-12.3.3-0.202411040947 62 MB/s | 141 kB 00:00 (26/665): python3-oslo-metrics-0.6.0-0.20230310 11 MB/s | 23 kB 00:00 (27/665): python3-oslo-messaging-14.2.5-0.20240 64 MB/s | 224 kB 00:00 (28/665): python3-oslo-middleware-5.1.1-0.20240 21 MB/s | 56 kB 00:00 (29/665): python3-oslo-policy-4.1.1-0.202303102 40 MB/s | 75 kB 00:00 (30/665): python3-oslo-service-3.1.2-0.20240617 40 MB/s | 69 kB 00:00 (31/665): python3-oslo-upgradecheck-2.1.1-0.202 17 MB/s | 27 kB 00:00 (32/665): python3-oslo-versionedobjects-3.1.0-0 44 MB/s | 77 kB 00:00 (33/665): python3-osprofiler-3.4.3-0.2023031012 67 MB/s | 128 kB 00:00 (34/665): python3-pycadf-3.1.1-0.20230310113453 23 MB/s | 51 kB 00:00 (35/665): python3-tooz-3.2.0-0.20241115125625.1 51 MB/s | 106 kB 00:00 (36/665): python3-whitebox-tests-tempest-0.0.3- 77 MB/s | 119 kB 00:00 (37/665): python3-glance-tests-tempest-0.7.0-0. 39 MB/s | 51 kB 00:00 (38/665): python3-designate-tests-tempest-0.22. 66 MB/s | 212 kB 00:00 (39/665): python3-keystone-tests-tempest-0.16.0 88 MB/s | 150 kB 00:00 (40/665): python3-keystonemiddleware-10.2.0-0.2 49 MB/s | 92 kB 00:00 (41/665): python3-manila-tests-tempest-2.4.0-0. 122 MB/s | 450 kB 00:00 (42/665): python3-networking-l2gw-tests-tempest 13 MB/s | 46 kB 00:00 (43/665): python3-neutron-lib-3.4.3-0.202409130 77 MB/s | 407 kB 00:00 (44/665): python3-neutron-tests-tempest-2.7.0-0 40 MB/s | 528 kB 00:00 (45/665): python3-vitrage-10.0.1-0.202303311737 21 MB/s | 522 kB 00:00 (46/665): python3-ovsdbapp-2.2.2-0.202503101309 42 MB/s | 139 kB 00:00 (47/665): python3-whitebox-neutron-tests-tempes 43 MB/s | 238 kB 00:00 (48/665): python3-os-ken-2.6.1-0.20240808101239 99 MB/s | 2.0 MB 00:00 (49/665): python3-octavia-tests-tempest-2.6.0-0 28 MB/s | 277 kB 00:00 (50/665): python3-watcher-tests-tempest-3.0.0-0 43 MB/s | 102 kB 00:00 (51/665): python3-octavia-tests-tempest-golang- 111 MB/s | 1.8 MB 00:00 (52/665): openstack-tempest-all-41.0.0-0.202501 817 kB/s | 11 kB 00:00 (53/665): python3-heat-tests-tempest-2.1.0-0.20 8.3 MB/s | 124 kB 00:00 (54/665): python3-magnum-tests-tempest-2.1.0-0. 12 MB/s | 75 kB 00:00 (55/665): python3-kuryr-tests-tempest-0.15.1-0. 7.4 MB/s | 93 kB 00:00 (56/665): python3-mistral-tests-tempest-2.2.0-0 8.8 MB/s | 78 kB 00:00 (57/665): python3-sahara-tests-tempest-0.16.0-0 12 MB/s | 94 kB 00:00 (58/665): python3-sahara-tempest-0.16.0-0.20230 2.2 MB/s | 25 kB 00:00 (59/665): python3-murano-tests-tempest-2.7.0-0. 9.5 MB/s | 156 kB 00:00 (60/665): python3-telemetry-tests-tempest-2.5.1 7.2 MB/s | 67 kB 00:00 (61/665): python3-trove-tests-tempest-2.2.0-0.2 4.6 MB/s | 61 kB 00:00 (62/665): blosc-1.21.0-1.el9s.x86_64.rpm 31 MB/s | 59 kB 00:00 (63/665): python3-vitrage-tests-tempest-6.2.0-0 5.8 MB/s | 125 kB 00:00 (64/665): python3-zaqar-tests-tempest-1.7.0-0.2 3.6 MB/s | 71 kB 00:00 (65/665): libaec-1.0.4-7.el9s.x86_64.rpm 8.3 MB/s | 38 kB 00:00 (66/665): libimagequant-2.14.1-1.el9s.x86_64.rp 35 MB/s | 62 kB 00:00 (67/665): libraqm-0.7.0-7.el9s.x86_64.rpm 11 MB/s | 19 kB 00:00 (68/665): openstack-network-scripts-10.11.1-6.e 38 MB/s | 48 kB 00:00 (69/665): hdf5-1.10.6-5.el9s.x86_64.rpm 99 MB/s | 2.0 MB 00:00 (70/665): openstack-network-scripts-openvswitch 2.2 MB/s | 10 kB 00:00 (71/665): python3-Bottleneck-1.2.1-17.el9s.x86_ 25 MB/s | 123 kB 00:00 (72/665): python3-amqp-5.1.1-1.el9s.noarch.rpm 44 MB/s | 93 kB 00:00 (73/665): python3-anyio-3.5.0-1.el9s.noarch.rpm 55 MB/s | 147 kB 00:00 (74/665): python3-async-timeout-4.0.2-5.el9s.no 11 MB/s | 18 kB 00:00 (75/665): python3-binary-memcached-0.31.1-1.el9 28 MB/s | 37 kB 00:00 (76/665): python3-cachetools-5.2.0-3.el9s.noarc 23 MB/s | 31 kB 00:00 (77/665): python3-certifi-2020.12.5-2.el9s.noar 3.3 MB/s | 16 kB 00:00 (78/665): python3-alembic-1.8.1-1.el9s.noarch.r 70 MB/s | 832 kB 00:00 (79/665): python3-cycler-0.10.0-17.el9s.noarch. 10 MB/s | 19 kB 00:00 (80/665): python3-ddt-1.6.0-1.el9s.noarch.rpm 19 MB/s | 19 kB 00:00 (81/665): python3-deprecated-1.2.13-3.el9s.noar 19 MB/s | 21 kB 00:00 (82/665): python3-dictdiffer-0.8.1-6.el9s.noarc 27 MB/s | 32 kB 00:00 (83/665): python3-cotyledon-1.7.3-8.el9s.noarch 4.5 MB/s | 44 kB 00:00 (84/665): python3-etcd3gw-2.1.0-1.el9s.noarch.r 29 MB/s | 44 kB 00:00 (85/665): python3-gabbi-2.7.2-8.el9s.noarch.rpm 105 MB/s | 266 kB 00:00 (86/665): python3-distro-1.7.0-3.el9s.noarch.rp 7.1 MB/s | 39 kB 00:00 (87/665): python3-gmpy2-2.1.0-0.22.b5.el9s.x86_ 113 MB/s | 367 kB 00:00 (88/665): python3-eventlet-0.33.3-2.el9s.noarch 36 MB/s | 363 kB 00:00 (89/665): python3-h11-0.12.0-2.el9s.noarch.rpm 59 MB/s | 97 kB 00:00 (90/665): python3-google-auth-2.12.0-1.el9s.noa 19 MB/s | 182 kB 00:00 (91/665): python3-h2-4.0.0-3.el9s.noarch.rpm 36 MB/s | 89 kB 00:00 (92/665): python3-hpack-4.0.0-2.el9s.noarch.rpm 37 MB/s | 51 kB 00:00 (93/665): python3-greenlet-1.1.3-1.el9s.x86_64. 12 MB/s | 105 kB 00:00 (94/665): python3-httpcore-0.15.0-2.el9s.noarch 51 MB/s | 90 kB 00:00 (95/665): python3-httpx-0.23.0-1.el9s.noarch.rp 70 MB/s | 146 kB 00:00 (96/665): python3-hyperframe-6.0.0-2.el9s.noarc 13 MB/s | 28 kB 00:00 (97/665): python3-jinja2-3.0.1-2.el9s.noarch.rp 113 MB/s | 511 kB 00:00 (98/665): python3-jwt+crypto-2.4.0-1.el9s.noarc 8.8 MB/s | 9.0 kB 00:00 (99/665): python3-jsonpath-rw-1.4.0-4.el9s.noar 5.4 MB/s | 38 kB 00:00 (100/665): python3-jsonpath-rw-ext-1.2.2-2.el9s 4.7 MB/s | 38 kB 00:00 (101/665): python3-kiwisolver-1.3.1-2.el9s.x86_ 55 MB/s | 62 kB 00:00 (102/665): python3-jwt-2.4.0-1.el9s.noarch.rpm 7.0 MB/s | 41 kB 00:00 (103/665): python3-kombu-5.2.4-3.el9s.noarch.rp 113 MB/s | 322 kB 00:00 (104/665): python3-kazoo-2.8.0-2.el9s.noarch.rp 19 MB/s | 156 kB 00:00 (105/665): python3-logutils-0.3.5-15.el9s.noarc 4.8 MB/s | 46 kB 00:00 (106/665): python3-kubernetes-24.2.0-4.el9s.noa 51 MB/s | 1.0 MB 00:00 (107/665): python3-matplotlib-data-3.4.2-1.el9s 50 MB/s | 504 kB 00:00 (108/665): python3-matplotlib-3.4.2-1.el9s.x86_ 106 MB/s | 2.8 MB 00:00 (109/665): python3-matplotlib-tk-3.4.2-1.el9s.x 3.8 MB/s | 37 kB 00:00 (110/665): python3-memcached-1.59-3.el9s.noarch 11 MB/s | 39 kB 00:00 (111/665): python3-mock-4.0.3-5.el9s.noarch.rpm 22 MB/s | 58 kB 00:00 (112/665): python3-migrate-0.13.0-5.el9s.noarch 20 MB/s | 222 kB 00:00 (113/665): python3-matplotlib-data-fonts-3.4.2- 88 MB/s | 2.3 MB 00:00 (114/665): python3-monotonic-1.5-9.el9s.noarch. 1.8 MB/s | 17 kB 00:00 (115/665): python3-ncclient-0.6.13-3.el9s.noarc 55 MB/s | 136 kB 00:00 (116/665): python3-murano-pkg-check-0.3.0-20.el 14 MB/s | 56 kB 00:00 (117/665): python3-mpmath-1.2.1-2.el9s.noarch.r 87 MB/s | 833 kB 00:00 (118/665): python3-olefile-0.46-13.el9s.noarch. 26 MB/s | 56 kB 00:00 (119/665): python3-openshift-0.11.2-3.el9s.noar 40 MB/s | 49 kB 00:00 (120/665): python3-numexpr-2.7.1-5.el9s.x86_64. 41 MB/s | 189 kB 00:00 (121/665): python3-paste-deploy-2.1.1-2.el9s.no 3.2 MB/s | 40 kB 00:00 (122/665): python3-paste-3.5.2-1.el9s.noarch.rp 46 MB/s | 774 kB 00:00 (123/665): python3-pecan-1.4.2-2.el9s.noarch.rp 24 MB/s | 272 kB 00:00 (124/665): python3-pillow-9.2.0-2.el9s.x86_64.r 72 MB/s | 712 kB 00:00 (125/665): python3-prometheus_client-0.9.0-2.el 30 MB/s | 86 kB 00:00 (126/665): python3-pydot-1.4.2-1.el9s.noarch.rp 5.8 MB/s | 53 kB 00:00 (127/665): python3-pygraphviz-1.7-1.el9s.x86_64 21 MB/s | 98 kB 00:00 (128/665): python3-pyglet-1.4.6-4.el9s.noarch.r 77 MB/s | 1.2 MB 00:00 (129/665): python3-pyngus-2.3.0-8.el9s.noarch.r 18 MB/s | 51 kB 00:00 (130/665): python3-pysnmp-4.4.12-6.el9s.noarch. 55 MB/s | 656 kB 00:00 (131/665): python3-pyroute2-0.7.3-1.el9s.noarch 41 MB/s | 704 kB 00:00 (132/665): python3-pandas-1.2.1-2.el9s.x86_64.r 131 MB/s | 9.8 MB 00:00 (133/665): python3-rdo-openvswitch-3.3-1.el9s.n 580 kB/s | 7.9 kB 00:00 (134/665): python3-qpid-proton-0.35.0-2.el9s.x8 20 MB/s | 408 kB 00:00 (135/665): python3-repoze-lru-0.7-10.el9s.noarc 13 MB/s | 31 kB 00:00 (136/665): python3-rfc3986+idna2008-1.5.0-1.el9 8.4 MB/s | 8.9 kB 00:00 (137/665): python3-redis-4.3.4-1.el9s.noarch.rp 74 MB/s | 369 kB 00:00 (138/665): python3-rsa-4.8-1.el9s.noarch.rpm 28 MB/s | 58 kB 00:00 (139/665): python3-routes-2.5.1-1.el9s.noarch.r 53 MB/s | 188 kB 00:00 (140/665): python3-smi-0.3.4-10.el9s.noarch.rpm 74 MB/s | 133 kB 00:00 (141/665): python3-sniffio-1.2.0-2.el9s.noarch. 21 MB/s | 22 kB 00:00 (142/665): python3-semantic_version-2.8.4-7.el9 7.4 MB/s | 40 kB 00:00 (143/665): python3-setproctitle-1.2.3-2.el9s.x8 4.2 MB/s | 22 kB 00:00 (144/665): python3-sshtunnel-0.4.0-12.el9s.noar 34 MB/s | 46 kB 00:00 (145/665): python3-statsd-3.2.1-20.el9s.noarch. 24 MB/s | 34 kB 00:00 (146/665): python3-string_utils-1.0.0-4.el9s.no 34 MB/s | 39 kB 00:00 (147/665): python3-sqlparse-0.4.2-4.el9s.noarch 9.3 MB/s | 83 kB 00:00 (148/665): python3-testrepository-0.0.20-24.el9 37 MB/s | 165 kB 00:00 (149/665): python3-tempita-0.5.2-2.el9s.noarch. 3.2 MB/s | 36 kB 00:00 (150/665): python3-testresources-2.0.1-2.el9s.n 11 MB/s | 59 kB 00:00 (151/665): python3-uhashring-2.1-1.el9s.noarch. 5.4 MB/s | 24 kB 00:00 (152/665): python3-vine-5.0.0-3.el9s.noarch.rpm 8.9 MB/s | 25 kB 00:00 (153/665): python3-webob-1.8.7-1.el9s.noarch.rp 41 MB/s | 230 kB 00:00 (154/665): python3-ujson-5.5.0-1.el9s.x86_64.rp 3.2 MB/s | 34 kB 00:00 (155/665): python3-websocket-client-1.3.3-2.el9 18 MB/s | 92 kB 00:00 (156/665): python3-wsgi_intercept-1.12.0-5.el9s 7.7 MB/s | 31 kB 00:00 (157/665): python3-yappi-1.3.6-1.el9s.x86_64.rp 11 MB/s | 55 kB 00:00 (158/665): python3-werkzeug-2.2.2-1.el9s.noarch 24 MB/s | 374 kB 00:00 (159/665): python3-yaql-2.0.0-2.el9s.noarch.rpm 14 MB/s | 133 kB 00:00 (160/665): python3-sympy-1.11.1-2.el9s.x86_64.r 171 MB/s | 11 MB 00:00 (161/665): python3-zake-0.2.2-22.el9s.noarch.rp 1.8 MB/s | 45 kB 00:00 (162/665): rdo-openvswitch-3.3-1.el9s.noarch.rp 6.9 MB/s | 7.7 kB 00:00 (163/665): qpid-proton-c-0.35.0-2.el9s.x86_64.r 12 MB/s | 225 kB 00:00 (164/665): openvswitch-selinux-extra-policy-1.0 2.8 MB/s | 10 kB 00:00 (165/665): python3-openvswitch3.3-3.3.4-115.el9 37 MB/s | 338 kB 00:00 (166/665): python3-tables-3.6.1-4.el9s.x86_64.r 61 MB/s | 1.2 MB 00:00 (167/665): adobe-mappings-cmap-deprecated-20171 26 MB/s | 107 kB 00:00 (168/665): adobe-mappings-pdf-20180407-10.el9.n 53 MB/s | 646 kB 00:00 (169/665): adobe-mappings-cmap-20171205-12.el9. 69 MB/s | 1.9 MB 00:00 (170/665): alsa-lib-1.2.13-2.el9.x86_64.rpm 43 MB/s | 526 kB 00:00 (171/665): checkpolicy-3.6-1.el9.x86_64.rpm 39 MB/s | 353 kB 00:00 (172/665): double-conversion-3.1.5-6.el9.x86_64 38 MB/s | 49 kB 00:00 (173/665): emacs-filesystem-27.2-16.el9.noarch. 8.6 MB/s | 8.8 kB 00:00 (174/665): openvswitch3.3-3.3.4-115.el9s.x86_64 111 MB/s | 6.9 MB 00:00 (175/665): desktop-file-utils-0.26-6.el9.x86_64 1.4 MB/s | 74 kB 00:00 (176/665): flac-libs-1.3.3-12.el9.x86_64.rpm 4.5 MB/s | 218 kB 00:00 (177/665): flexiblas-3.0.4-8.el9.x86_64.rpm 637 kB/s | 33 kB 00:00 (178/665): gd-2.3.2-3.el9.x86_64.rpm 62 MB/s | 132 kB 00:00 (179/665): flexiblas-openblas-openmp-3.0.4-8.el 383 kB/s | 18 kB 00:00 (180/665): flexiblas-netlib-3.0.4-8.el9.x86_64. 43 MB/s | 3.0 MB 00:00 (181/665): geolite2-country-20191217-6.el9.noar 20 MB/s | 1.6 MB 00:00 (182/665): ghostscript-9.54.0-19.el9.x86_64.rpm 695 kB/s | 43 kB 00:00 (183/665): geolite2-city-20191217-6.el9.noarch. 120 MB/s | 23 MB 00:00 (184/665): ghostscript-tools-fonts-9.54.0-19.el 165 kB/s | 13 kB 00:00 (185/665): ghostscript-tools-printing-9.54.0-19 168 kB/s | 13 kB 00:00 (186/665): google-droid-sans-fonts-20200215-11. 122 MB/s | 2.7 MB 00:00 (187/665): graphviz-2.44.0-26.el9.x86_64.rpm 108 MB/s | 3.3 MB 00:00 (188/665): gtk2-2.24.33-8.el9.x86_64.rpm 155 MB/s | 3.5 MB 00:00 (189/665): gsm-1.0.19-6.el9.x86_64.rpm 624 kB/s | 34 kB 00:00 (190/665): jbig2dec-libs-0.19-7.el9.x86_64.rpm 50 MB/s | 73 kB 00:00 (191/665): libICE-1.0.10-8.el9.x86_64.rpm 37 MB/s | 71 kB 00:00 (192/665): libSM-1.2.3-10.el9.x86_64.rpm 32 MB/s | 42 kB 00:00 (193/665): libX11-xcb-1.7.0-11.el9.x86_64.rpm 11 MB/s | 11 kB 00:00 (194/665): libXaw-1.0.13-19.el9.x86_64.rpm 95 MB/s | 198 kB 00:00 (195/665): libXmu-1.1.3-8.el9.x86_64.rpm 34 MB/s | 75 kB 00:00 (196/665): libXpm-3.5.13-10.el9.x86_64.rpm 47 MB/s | 59 kB 00:00 (197/665): libXt-1.2.0-6.el9.x86_64.rpm 87 MB/s | 180 kB 00:00 (198/665): libXxf86vm-1.1.4-18.el9.x86_64.rpm 11 MB/s | 19 kB 00:00 (199/665): gstreamer1-1.22.12-3.el9.x86_64.rpm 16 MB/s | 1.4 MB 00:00 (200/665): libasyncns-0.8-22.el9.x86_64.rpm 588 kB/s | 30 kB 00:00 (201/665): libcanberra-0.30-27.el9.x86_64.rpm 1.6 MB/s | 86 kB 00:00 (202/665): libdrm-2.4.123-2.el9.x86_64.rpm 73 MB/s | 161 kB 00:00 (203/665): libfontenc-1.1.3-17.el9.x86_64.rpm 22 MB/s | 31 kB 00:00 (204/665): libglvnd-1.3.4-1.el9.x86_64.rpm 61 MB/s | 135 kB 00:00 (205/665): libglvnd-glx-1.3.4-1.el9.x86_64.rpm 68 MB/s | 142 kB 00:00 (206/665): libgs-9.54.0-19.el9.x86_64.rpm 132 MB/s | 3.2 MB 00:00 (207/665): libijs-0.35-15.el9.x86_64.rpm 22 MB/s | 30 kB 00:00 (208/665): libmaxminddb-1.5.2-4.el9.x86_64.rpm 25 MB/s | 33 kB 00:00 (209/665): libmpc-1.2.1-4.el9.x86_64.rpm 37 MB/s | 62 kB 00:00 (210/665): libcanberra-gtk2-0.30-27.el9.x86_64. 544 kB/s | 26 kB 00:00 (211/665): libpaper-1.1.28-4.el9.x86_64.rpm 31 MB/s | 45 kB 00:00 (212/665): libpq-13.20-1.el9.x86_64.rpm 78 MB/s | 208 kB 00:00 (213/665): libcanberra-gtk3-0.30-27.el9.x86_64. 619 kB/s | 32 kB 00:00 (214/665): librsvg2-2.50.7-3.el9.x86_64.rpm 139 MB/s | 3.2 MB 00:00 (215/665): libogg-1.3.4-6.el9.x86_64.rpm 713 kB/s | 34 kB 00:00 (216/665): libwayland-server-1.21.0-1.el9.x86_6 36 MB/s | 42 kB 00:00 (217/665): libsndfile-1.0.31-9.el9.x86_64.rpm 3.8 MB/s | 206 kB 00:00 (218/665): libxshmfence-1.3-10.el9.x86_64.rpm 11 MB/s | 13 kB 00:00 (219/665): libxslt-1.1.34-12.el9.x86_64.rpm 87 MB/s | 233 kB 00:00 (220/665): llvm-filesystem-20.1.3-1.el9.x86_64. 9.3 MB/s | 11 kB 00:00 (221/665): libvorbis-1.3.7-5.el9.x86_64.rpm 3.8 MB/s | 193 kB 00:00 (222/665): memcached-1.6.9-7.el9.x86_64.rpm 24 MB/s | 174 kB 00:00 (223/665): memcached-selinux-1.6.9-7.el9.x86_64 7.8 MB/s | 28 kB 00:00 (224/665): libxcrypt-compat-4.4.18-3.el9.x86_64 1.8 MB/s | 89 kB 00:00 (225/665): mesa-filesystem-24.2.8-2.el9.x86_64. 2.1 MB/s | 12 kB 00:00 (226/665): mesa-libGL-24.2.8-2.el9.x86_64.rpm 33 MB/s | 170 kB 00:00 (227/665): mesa-libGLU-9.0.1-6.el9.x86_64.rpm 2.8 MB/s | 148 kB 00:00 (228/665): mesa-libgbm-24.2.8-2.el9.x86_64.rpm 8.1 MB/s | 37 kB 00:00 (229/665): mesa-libglapi-24.2.8-2.el9.x86_64.rp 9.9 MB/s | 47 kB 00:00 (230/665): mkfontscale-1.2.1-3.el9.x86_64.rpm 9.1 MB/s | 32 kB 00:00 (231/665): mesa-dri-drivers-24.2.8-2.el9.x86_64 86 MB/s | 9.4 MB 00:00 (232/665): nmap-ncat-7.92-3.el9.x86_64.rpm 64 MB/s | 225 kB 00:00 (233/665): nspr-4.35.0-17.el9.x86_64.rpm 34 MB/s | 135 kB 00:00 (234/665): nss-3.101.0-10.el9.x86_64.rpm 73 MB/s | 717 kB 00:00 (235/665): nss-softokn-3.101.0-10.el9.x86_64.rp 85 MB/s | 388 kB 00:00 (236/665): nss-softokn-freebl-3.101.0-10.el9.x8 75 MB/s | 310 kB 00:00 (237/665): nss-sysinit-3.101.0-10.el9.x86_64.rp 10 MB/s | 19 kB 00:00 (238/665): nmap-7.92-3.el9.x86_64.rpm 84 MB/s | 5.6 MB 00:00 (239/665): nss-util-3.101.0-10.el9.x86_64.rpm 9.8 MB/s | 90 kB 00:00 (240/665): openblas-0.3.26-2.el9.x86_64.rpm 804 kB/s | 38 kB 00:00 (241/665): openjpeg2-2.4.0-8.el9.x86_64.rpm 32 MB/s | 162 kB 00:00 (242/665): openblas-openmp-0.3.26-2.el9.x86_64. 59 MB/s | 4.9 MB 00:00 (243/665): perl-AutoLoader-5.74-481.el9.noarch. 18 MB/s | 21 kB 00:00 (244/665): perl-B-1.80-481.el9.x86_64.rpm 70 MB/s | 180 kB 00:00 (245/665): perl-Carp-1.50-460.el9.noarch.rpm 29 MB/s | 30 kB 00:00 (246/665): perl-Class-Struct-0.66-481.el9.noarc 15 MB/s | 22 kB 00:00 (247/665): perl-Data-Dumper-2.174-462.el9.x86_6 39 MB/s | 56 kB 00:00 (248/665): perl-Digest-1.19-4.el9.noarch.rpm 13 MB/s | 26 kB 00:00 (249/665): perl-Digest-MD5-2.58-4.el9.x86_64.rp 32 MB/s | 37 kB 00:00 (250/665): opus-1.3.1-10.el9.x86_64.rpm 3.7 MB/s | 200 kB 00:00 (251/665): perl-Encode-3.08-462.el9.x86_64.rpm 132 MB/s | 1.7 MB 00:00 (252/665): perl-Errno-1.30-481.el9.x86_64.rpm 3.7 MB/s | 14 kB 00:00 (253/665): perl-Exporter-5.74-461.el9.noarch.rp 30 MB/s | 32 kB 00:00 (254/665): perl-Fcntl-1.13-481.el9.x86_64.rpm 16 MB/s | 20 kB 00:00 (255/665): perl-File-Basename-2.85-481.el9.noar 14 MB/s | 17 kB 00:00 (256/665): perl-File-Copy-2.34-481.el9.noarch.r 16 MB/s | 20 kB 00:00 (257/665): perl-File-Find-1.37-481.el9.noarch.r 24 MB/s | 25 kB 00:00 (258/665): perl-File-Path-2.18-4.el9.noarch.rpm 22 MB/s | 36 kB 00:00 (259/665): perl-File-Temp-0.231.100-4.el9.noarc 35 MB/s | 60 kB 00:00 (260/665): perl-File-stat-1.09-481.el9.noarch.r 15 MB/s | 17 kB 00:00 (261/665): perl-FileHandle-2.03-481.el9.noarch. 15 MB/s | 15 kB 00:00 (262/665): perl-Getopt-Long-2.52-4.el9.noarch.r 35 MB/s | 61 kB 00:00 (263/665): perl-Getopt-Std-1.12-481.el9.noarch. 11 MB/s | 15 kB 00:00 (264/665): perl-HTTP-Tiny-0.076-462.el9.noarch. 44 MB/s | 54 kB 00:00 (265/665): perl-IO-1.43-481.el9.x86_64.rpm 39 MB/s | 88 kB 00:00 (266/665): perl-IO-Socket-IP-0.41-5.el9.noarch. 18 MB/s | 43 kB 00:00 (267/665): perl-IO-Socket-SSL-2.073-2.el9.noarc 75 MB/s | 217 kB 00:00 (268/665): perl-IPC-Open3-1.21-481.el9.noarch.r 20 MB/s | 22 kB 00:00 (269/665): perl-MIME-Base64-3.16-4.el9.x86_64.r 14 MB/s | 31 kB 00:00 (270/665): perl-Mozilla-CA-20200520-6.el9.noarc 7.6 MB/s | 13 kB 00:00 (271/665): llvm-libs-20.1.3-1.el9.x86_64.rpm 145 MB/s | 58 MB 00:00 (272/665): perl-NDBM_File-1.15-481.el9.x86_64.r 243 kB/s | 22 kB 00:00 (273/665): perl-Filter-1.60-4.el9.x86_64.rpm 832 kB/s | 91 kB 00:00 (274/665): perl-Net-SSLeay-1.94-3.el9.x86_64.rp 118 MB/s | 414 kB 00:00 (275/665): perl-PathTools-3.78-461.el9.x86_64.r 28 MB/s | 88 kB 00:00 (276/665): perl-POSIX-1.94-481.el9.x86_64.rpm 20 MB/s | 96 kB 00:00 (277/665): perl-Pod-Escapes-1.07-460.el9.noarch 11 MB/s | 21 kB 00:00 (278/665): perl-Pod-Perldoc-3.28.01-461.el9.noa 48 MB/s | 87 kB 00:00 (279/665): perl-Pod-Simple-3.42-4.el9.noarch.rp 91 MB/s | 225 kB 00:00 (280/665): perl-Pod-Usage-2.01-4.el9.noarch.rpm 15 MB/s | 41 kB 00:00 (281/665): perl-Scalar-List-Utils-1.56-462.el9. 28 MB/s | 71 kB 00:00 (282/665): perl-SelectSaver-1.02-481.el9.noarch 9.7 MB/s | 11 kB 00:00 (283/665): perl-Socket-2.031-4.el9.x86_64.rpm 42 MB/s | 56 kB 00:00 (284/665): perl-Symbol-1.08-481.el9.noarch.rpm 13 MB/s | 14 kB 00:00 (285/665): perl-Storable-3.21-460.el9.x86_64.rp 51 MB/s | 96 kB 00:00 (286/665): perl-Term-ANSIColor-5.01-461.el9.noa 25 MB/s | 49 kB 00:00 (287/665): perl-Term-Cap-1.17-460.el9.noarch.rp 12 MB/s | 23 kB 00:00 (288/665): perl-Text-ParseWords-3.30-460.el9.no 13 MB/s | 17 kB 00:00 (289/665): perl-Text-Tabs+Wrap-2013.0523-460.el 19 MB/s | 24 kB 00:00 (290/665): perl-Time-Local-1.300-7.el9.noarch.r 19 MB/s | 34 kB 00:00 (291/665): perl-URI-5.09-3.el9.noarch.rpm 54 MB/s | 121 kB 00:00 (292/665): perl-Text-Unidecode-1.30-16.el9.noar 3.8 MB/s | 194 kB 00:00 (293/665): perl-base-2.27-481.el9.noarch.rpm 15 MB/s | 16 kB 00:00 (294/665): perl-XML-Parser-2.46-9.el9.x86_64.rp 4.6 MB/s | 236 kB 00:00 (295/665): perl-constant-1.33-461.el9.noarch.rp 8.9 MB/s | 24 kB 00:00 (296/665): perl-XML-XPath-1.44-11.el9.noarch.rp 1.7 MB/s | 88 kB 00:00 (297/665): perl-if-0.60.800-481.el9.noarch.rpm 7.8 MB/s | 14 kB 00:00 (298/665): perl-interpreter-5.32.1-481.el9.x86_ 34 MB/s | 71 kB 00:00 (299/665): perl-libnet-3.13-4.el9.noarch.rpm 72 MB/s | 130 kB 00:00 (300/665): perl-mro-1.23-481.el9.x86_64.rpm 4.6 MB/s | 28 kB 00:00 (301/665): perl-libs-5.32.1-481.el9.x86_64.rpm 151 MB/s | 2.2 MB 00:00 (302/665): perl-overload-1.31-481.el9.noarch.rp 34 MB/s | 45 kB 00:00 (303/665): perl-overloading-0.02-481.el9.noarch 12 MB/s | 12 kB 00:00 (304/665): perl-parent-0.238-460.el9.noarch.rpm 13 MB/s | 15 kB 00:00 (305/665): perl-podlators-4.14-460.el9.noarch.r 59 MB/s | 114 kB 00:00 (306/665): perl-subs-1.03-481.el9.noarch.rpm 11 MB/s | 11 kB 00:00 (307/665): perl-vars-1.05-481.el9.noarch.rpm 11 MB/s | 13 kB 00:00 (308/665): policycoreutils-python-utils-3.6-3.e 42 MB/s | 76 kB 00:00 (309/665): perl-encoding-3.00-462.el9.x86_64.rp 1.2 MB/s | 63 kB 00:00 (310/665): perl-open-1.12-481.el9.noarch.rpm 301 kB/s | 16 kB 00:00 (311/665): poppler-21.01.0-21.el9.x86_64.rpm 21 MB/s | 1.1 MB 00:00 (312/665): python3-PyMySQL-0.10.1-6.el9.noarch. 65 MB/s | 107 kB 00:00 (313/665): python3-audit-3.1.5-7.el9.x86_64.rpm 50 MB/s | 79 kB 00:00 (314/665): python3-colorama-0.4.6-3.el9.noarch. 52 MB/s | 61 kB 00:00 (315/665): python3-devel-3.9.21-2.el9.x86_64.rp 104 MB/s | 245 kB 00:00 (316/665): python3-iniconfig-1.1.1-7.el9.noarch 17 MB/s | 17 kB 00:00 (317/665): python3-libselinux-3.6-3.el9.x86_64. 89 MB/s | 188 kB 00:00 (318/665): python3-libsemanage-3.6-5.el9.x86_64 60 MB/s | 79 kB 00:00 (319/665): python3-lxml-4.6.5-3.el9.x86_64.rpm 99 MB/s | 1.2 MB 00:00 (320/665): poppler-data-0.4.9-9.el9.noarch.rpm 30 MB/s | 1.9 MB 00:00 (321/665): pulseaudio-libs-15.0-3.el9.x86_64.rp 12 MB/s | 676 kB 00:00 (322/665): python3-networkx-2.6.2-2.el9.noarch. 113 MB/s | 2.4 MB 00:00 (323/665): python3-oauthlib-3.1.1-5.el9.noarch. 99 MB/s | 222 kB 00:00 (324/665): python3-pip-21.3.1-1.el9.noarch.rpm 153 MB/s | 2.0 MB 00:00 (325/665): python3-pluggy-0.13.1-7.el9.noarch.r 33 MB/s | 41 kB 00:00 (326/665): python3-policycoreutils-3.6-3.el9.no 156 MB/s | 2.1 MB 00:00 (327/665): python3-psutil-5.8.0-12.el9.x86_64.r 95 MB/s | 214 kB 00:00 (328/665): python3-numpy-f2py-1.23.5-1.el9.x86_ 7.1 MB/s | 443 kB 00:00 (329/665): python3-py-1.10.0-6.el9.noarch.rpm 46 MB/s | 477 kB 00:00 (330/665): python3-pyasn1-0.4.8-6.el9.noarch.rp 64 MB/s | 159 kB 00:00 (331/665): python3-numpy-1.23.5-1.el9.x86_64.rp 70 MB/s | 6.1 MB 00:00 (332/665): python3-pyasn1-modules-0.4.8-6.el9.n 28 MB/s | 279 kB 00:00 (333/665): python3-pytest-6.2.2-7.el9.noarch.rp 129 MB/s | 519 kB 00:00 (334/665): python3-requests-oauthlib-1.3.0-12.e 18 MB/s | 54 kB 00:00 (335/665): python3-psycopg2-2.8.6-6.el9.x86_64. 3.5 MB/s | 188 kB 00:00 (336/665): python3-scapy-2.6.1-1.el9.noarch.rpm 156 MB/s | 3.6 MB 00:00 (337/665): python3-ruamel-yaml-0.16.6-7.el9.1.x 4.2 MB/s | 209 kB 00:00 (338/665): python3-ruamel-yaml-clib-0.2.7-3.el9 2.9 MB/s | 145 kB 00:00 (339/665): python3-sqlalchemy-1.4.45-3.el9.x86_ 152 MB/s | 2.4 MB 00:00 (340/665): python3-toml-0.10.2-6.el9.noarch.rpm 31 MB/s | 42 kB 00:00 (341/665): python3-tkinter-3.9.21-2.el9.x86_64. 5.8 MB/s | 339 kB 00:00 (342/665): sound-theme-freedesktop-0.8-17.el9.n 6.7 MB/s | 383 kB 00:00 (343/665): teckit-2.5.9-8.el9.x86_64.rpm 8.2 MB/s | 446 kB 00:00 (344/665): python3-scipy-1.9.3-2.el9.x86_64.rpm 121 MB/s | 19 MB 00:00 (345/665): texlive-ae-20200406-26.el9.noarch.rp 1.8 MB/s | 124 kB 00:00 (346/665): texlive-algorithms-20200406-26.el9.n 5.5 MB/s | 299 kB 00:00 (347/665): texlive-alphalph-20200406-26.el9.noa 6.7 MB/s | 353 kB 00:00 (348/665): texlive-amscls-20200406-26.el9.noarc 19 MB/s | 1.1 MB 00:00 (349/665): texlive-amsfonts-20200406-26.el9.noa 62 MB/s | 4.8 MB 00:00 (350/665): texlive-anysize-20200406-26.el9.noar 945 kB/s | 44 kB 00:00 (351/665): texlive-amsmath-20200406-26.el9.noar 36 MB/s | 2.3 MB 00:00 (352/665): texlive-atbegshi-20200406-26.el9.noa 7.2 MB/s | 401 kB 00:00 (353/665): texlive-attachfile-20200406-26.el9.n 6.0 MB/s | 350 kB 00:00 (354/665): texlive-attachfile2-20200406-26.el9. 8.6 MB/s | 444 kB 00:00 (355/665): texlive-atveryend-20200406-26.el9.no 6.7 MB/s | 377 kB 00:00 (356/665): texlive-auxhook-20200406-26.el9.noar 5.1 MB/s | 287 kB 00:00 (357/665): texlive-avantgar-20200406-26.el9.noa 5.9 MB/s | 325 kB 00:00 (358/665): texlive-babel-20200406-26.el9.noarch 24 MB/s | 1.3 MB 00:00 (359/665): texlive-babel-english-20200406-26.el 2.6 MB/s | 140 kB 00:00 (360/665): texlive-babelbib-20200406-26.el9.noa 22 MB/s | 1.2 MB 00:00 (361/665): texlive-bera-20200406-26.el9.noarch. 6.2 MB/s | 378 kB 00:00 (362/665): texlive-base-20200406-26.el9.noarch. 28 MB/s | 2.3 MB 00:00 (363/665): texlive-beamer-20200406-26.el9.noarc 35 MB/s | 3.0 MB 00:00 (364/665): texlive-beton-20200406-26.el9.noarch 1.3 MB/s | 70 kB 00:00 (365/665): texlive-bibtex-20200406-26.el9.x86_6 29 MB/s | 1.7 MB 00:00 (366/665): texlive-bidi-20200406-26.el9.noarch. 50 MB/s | 3.7 MB 00:00 (367/665): texlive-bigintcalc-20200406-26.el9.n 8.5 MB/s | 458 kB 00:00 (368/665): texlive-bitset-20200406-26.el9.noarc 12 MB/s | 612 kB 00:00 (369/665): texlive-bookman-20200406-26.el9.noar 7.7 MB/s | 372 kB 00:00 (370/665): texlive-bookmark-20200406-26.el9.noa 9.6 MB/s | 472 kB 00:00 (371/665): texlive-booktabs-20200406-26.el9.noa 6.1 MB/s | 298 kB 00:00 (372/665): texlive-breakurl-20200406-26.el9.noa 2.4 MB/s | 117 kB 00:00 (373/665): texlive-breqn-20200406-26.el9.noarch 19 MB/s | 1.0 MB 00:00 (374/665): texlive-caption-20200406-26.el9.noar 28 MB/s | 1.5 MB 00:00 (375/665): texlive-carlisle-20200406-26.el9.noa 1.8 MB/s | 87 kB 00:00 (376/665): texlive-catchfile-20200406-26.el9.no 6.4 MB/s | 299 kB 00:00 (377/665): texlive-changepage-20200406-26.el9.n 5.9 MB/s | 281 kB 00:00 (378/665): texlive-charter-20200406-26.el9.noar 4.3 MB/s | 206 kB 00:00 (379/665): texlive-chngcntr-20200406-26.el9.noa 5.1 MB/s | 238 kB 00:00 (380/665): texlive-cite-20200406-26.el9.noarch. 5.0 MB/s | 243 kB 00:00 (381/665): texlive-cm-20200406-26.el9.noarch.rp 6.0 MB/s | 332 kB 00:00 (382/665): texlive-cmap-20200406-26.el9.noarch. 358 kB/s | 18 kB 00:00 (383/665): texlive-cmextra-20200406-26.el9.noar 931 kB/s | 45 kB 00:00 (384/665): texlive-collection-basic-20200406-26 111 kB/s | 5.3 kB 00:00 (385/665): texlive-collection-fontsrecommended- 106 kB/s | 5.1 kB 00:00 (386/665): texlive-collection-latex-20200406-26 123 kB/s | 5.4 kB 00:00 (387/665): texlive-collection-latexrecommended- 129 kB/s | 5.8 kB 00:00 (388/665): texlive-colorprofiles-20200406-26.el 2.8 MB/s | 139 kB 00:00 (389/665): texlive-colortbl-20200406-26.el9.noa 12 MB/s | 586 kB 00:00 (390/665): texlive-courier-20200406-26.el9.noar 9.2 MB/s | 526 kB 00:00 (391/665): texlive-crop-20200406-26.el9.noarch. 6.9 MB/s | 330 kB 00:00 (392/665): texlive-cm-super-20200406-26.el9.noa 157 MB/s | 62 MB 00:00 (393/665): texlive-csquotes-20200406-26.el9.noa 2.6 MB/s | 335 kB 00:00 (394/665): texlive-ctable-20200406-26.el9.noarc 5.8 MB/s | 699 kB 00:00 (395/665): texlive-currfile-20200406-26.el9.noa 3.3 MB/s | 181 kB 00:00 (396/665): texlive-dvipng-20200406-26.el9.x86_6 6.1 MB/s | 315 kB 00:00 (397/665): texlive-dvipdfmx-20200406-26.el9.x86 43 MB/s | 3.0 MB 00:00 (398/665): texlive-dvips-20200406-26.el9.x86_64 21 MB/s | 1.1 MB 00:00 (399/665): texlive-ec-20200406-26.el9.noarch.rp 14 MB/s | 785 kB 00:00 (400/665): texlive-enctex-20200406-26.el9.noarc 5.8 MB/s | 298 kB 00:00 (401/665): texlive-enumitem-20200406-26.el9.noa 3.3 MB/s | 180 kB 00:00 (402/665): texlive-epstopdf-pkg-20200406-26.el9 6.7 MB/s | 356 kB 00:00 (403/665): texlive-eso-pic-20200406-26.el9.noar 5.4 MB/s | 257 kB 00:00 (404/665): texlive-etex-pkg-20200406-26.el9.noa 326 kB/s | 15 kB 00:00 (405/665): texlive-etex-20200406-26.el9.noarch. 3.9 MB/s | 200 kB 00:00 (406/665): texlive-etexcmds-20200406-26.el9.noa 6.0 MB/s | 302 kB 00:00 (407/665): texlive-etoolbox-20200406-26.el9.noa 4.9 MB/s | 249 kB 00:00 (408/665): texlive-euenc-20200406-26.el9.noarch 3.1 MB/s | 156 kB 00:00 (409/665): texlive-euler-20200406-26.el9.noarch 5.0 MB/s | 242 kB 00:00 (410/665): texlive-euro-20200406-26.el9.noarch. 4.3 MB/s | 207 kB 00:00 (411/665): texlive-eurosym-20200406-26.el9.noar 8.6 MB/s | 427 kB 00:00 (412/665): texlive-extsizes-20200406-26.el9.noa 4.4 MB/s | 212 kB 00:00 (413/665): texlive-fancybox-20200406-26.el9.noa 5.8 MB/s | 286 kB 00:00 (414/665): texlive-fancyhdr-20200406-26.el9.noa 15 MB/s | 775 kB 00:00 (415/665): texlive-fancyref-20200406-26.el9.noa 2.3 MB/s | 114 kB 00:00 (416/665): texlive-fancyvrb-20200406-26.el9.noa 2.9 MB/s | 150 kB 00:00 (417/665): texlive-filecontents-20200406-26.el9 2.6 MB/s | 129 kB 00:00 (418/665): texlive-filehook-20200406-26.el9.noa 6.0 MB/s | 305 kB 00:00 (419/665): texlive-finstrut-20200406-26.el9.noa 3.8 MB/s | 183 kB 00:00 (420/665): texlive-float-20200406-26.el9.noarch 2.5 MB/s | 122 kB 00:00 (421/665): texlive-fix2col-20200406-26.el9.noar 4.2 MB/s | 217 kB 00:00 (422/665): texlive-fontspec-20200406-26.el9.noa 21 MB/s | 1.2 MB 00:00 (423/665): texlive-footnotehyper-20200406-26.el 1.7 MB/s | 89 kB 00:00 (424/665): texlive-footmisc-20200406-26.el9.noa 6.0 MB/s | 330 kB 00:00 (425/665): texlive-fp-20200406-26.el9.noarch.rp 5.0 MB/s | 243 kB 00:00 (426/665): texlive-fpl-20200406-26.el9.noarch.r 6.0 MB/s | 305 kB 00:00 (427/665): texlive-geometry-20200406-26.el9.noa 16 MB/s | 855 kB 00:00 (428/665): texlive-gettitlestring-20200406-26.e 6.5 MB/s | 319 kB 00:00 (429/665): texlive-glyphlist-20200406-26.el9.no 733 kB/s | 35 kB 00:00 (430/665): texlive-graphics-20200406-26.el9.noa 33 MB/s | 1.9 MB 00:00 (431/665): texlive-graphics-cfg-20200406-26.el9 246 kB/s | 11 kB 00:00 (432/665): texlive-graphics-def-20200406-26.el9 441 kB/s | 20 kB 00:00 (433/665): texlive-grfext-20200406-26.el9.noarc 5.9 MB/s | 309 kB 00:00 (434/665): texlive-grffile-20200406-26.el9.noar 7.4 MB/s | 352 kB 00:00 (435/665): texlive-helvetic-20200406-26.el9.noa 13 MB/s | 668 kB 00:00 (436/665): texlive-hobsub-20200406-26.el9.noarc 1.5 MB/s | 70 kB 00:00 (437/665): texlive-hologo-20200406-26.el9.noarc 11 MB/s | 555 kB 00:00 (438/665): texlive-hycolor-20200406-26.el9.noar 7.7 MB/s | 376 kB 00:00 (439/665): texlive-hyperref-20200406-26.el9.noa 46 MB/s | 3.2 MB 00:00 (440/665): texlive-hyph-utf8-20200406-26.el9.no 6.3 MB/s | 301 kB 00:00 (441/665): texlive-hyphen-base-20200406-26.el9. 707 kB/s | 31 kB 00:00 (442/665): texlive-hyphenex-20200406-26.el9.noa 375 kB/s | 17 kB 00:00 (443/665): texlive-ifmtarg-20200406-26.el9.noar 968 kB/s | 45 kB 00:00 (444/665): texlive-ifplatform-20200406-26.el9.n 3.2 MB/s | 158 kB 00:00 (445/665): texlive-iftex-20200406-26.el9.noarch 4.8 MB/s | 225 kB 00:00 (446/665): texlive-index-20200406-26.el9.noarch 3.6 MB/s | 174 kB 00:00 (447/665): texlive-infwarerr-20200406-26.el9.no 6.0 MB/s | 287 kB 00:00 (448/665): texlive-intcalc-20200406-26.el9.noar 8.7 MB/s | 424 kB 00:00 (449/665): texlive-jknapltx-20200406-26.el9.noa 544 kB/s | 25 kB 00:00 (450/665): texlive-kastrup-20200406-26.el9.noar 3.1 MB/s | 145 kB 00:00 (451/665): texlive-knuth-lib-20200406-26.el9.no 1.0 MB/s | 48 kB 00:00 (452/665): texlive-knuth-local-20200406-26.el9. 912 kB/s | 41 kB 00:00 (453/665): texlive-koma-script-20200406-26.el9. 68 MB/s | 6.0 MB 00:00 (454/665): texlive-kvdefinekeys-20200406-26.el9 5.6 MB/s | 298 kB 00:00 (455/665): texlive-kpathsea-20200406-26.el9.x86 19 MB/s | 1.1 MB 00:00 (456/665): texlive-kvoptions-20200406-26.el9.no 9.6 MB/s | 473 kB 00:00 (457/665): texlive-kvsetkeys-20200406-26.el9.no 7.7 MB/s | 372 kB 00:00 (458/665): texlive-l3backend-20200406-26.el9.no 15 MB/s | 807 kB 00:00 (459/665): texlive-l3experimental-20200406-26.e 37 MB/s | 3.1 MB 00:00 (460/665): texlive-l3packages-20200406-26.el9.n 17 MB/s | 1.7 MB 00:00 (461/665): texlive-l3kernel-20200406-26.el9.noa 78 MB/s | 10 MB 00:00 (462/665): texlive-latex-fonts-20200406-26.el9. 952 kB/s | 46 kB 00:00 (463/665): texlive-latexbug-20200406-26.el9.noa 3.6 MB/s | 195 kB 00:00 (464/665): texlive-latexconfig-20200406-26.el9. 293 kB/s | 14 kB 00:00 (465/665): texlive-latex-20200406-26.el9.noarch 123 MB/s | 22 MB 00:00 (466/665): texlive-letltxmacro-20200406-26.el9. 3.8 MB/s | 292 kB 00:00 (467/665): texlive-lib-20200406-26.el9.x86_64.r 8.3 MB/s | 477 kB 00:00 (468/665): texlive-lineno-20200406-26.el9.noarc 13 MB/s | 705 kB 00:00 (469/665): texlive-listings-20200406-26.el9.noa 35 MB/s | 2.2 MB 00:00 (470/665): texlive-lm-math-20200406-26.el9.noar 8.9 MB/s | 533 kB 00:00 (471/665): texlive-ltabptch-20200406-26.el9.noa 5.0 MB/s | 272 kB 00:00 (472/665): texlive-lm-20200406-26.el9.noarch.rp 99 MB/s | 14 MB 00:00 (473/665): texlive-ltxmisc-20200406-26.el9.noar 552 kB/s | 26 kB 00:00 (474/665): texlive-ltxcmds-20200406-26.el9.noar 7.2 MB/s | 392 kB 00:00 (475/665): texlive-lua-alt-getopt-20200406-26.e 293 kB/s | 15 kB 00:00 (476/665): texlive-lualatex-math-20200406-26.el 3.6 MB/s | 205 kB 00:00 (477/665): texlive-luahbtex-20200406-26.el9.x86 31 MB/s | 1.9 MB 00:00 (478/665): texlive-lualibs-20200406-26.el9.noar 4.6 MB/s | 226 kB 00:00 (479/665): texlive-luaotfload-20200406-26.el9.n 22 MB/s | 1.2 MB 00:00 (480/665): texlive-luatexbase-20200406-26.el9.n 5.0 MB/s | 270 kB 00:00 (481/665): texlive-luatex-20200406-26.el9.x86_6 50 MB/s | 3.7 MB 00:00 (482/665): texlive-lwarp-20200406-26.el9.noarch 49 MB/s | 3.3 MB 00:00 (483/665): texlive-makecmds-20200406-26.el9.noa 2.4 MB/s | 123 kB 00:00 (484/665): texlive-makeindex-20200406-26.el9.x8 8.8 MB/s | 433 kB 00:00 (485/665): texlive-manfnt-font-20200406-26.el9. 791 kB/s | 35 kB 00:00 (486/665): texlive-marvosym-20200406-26.el9.noa 11 MB/s | 560 kB 00:00 (487/665): texlive-marginnote-20200406-26.el9.n 5.9 MB/s | 320 kB 00:00 (488/665): texlive-mathpazo-20200406-26.el9.noa 9.2 MB/s | 447 kB 00:00 (489/665): texlive-mathspec-20200406-26.el9.noa 4.0 MB/s | 186 kB 00:00 (490/665): texlive-mathtools-20200406-26.el9.no 17 MB/s | 984 kB 00:00 (491/665): texlive-mdwtools-20200406-26.el9.noa 28 MB/s | 1.6 MB 00:00 (492/665): texlive-metafont-20200406-26.el9.x86 5.1 MB/s | 269 kB 00:00 (493/665): texlive-memoir-20200406-26.el9.noarc 45 MB/s | 3.0 MB 00:00 (494/665): texlive-metalogo-20200406-26.el9.noa 1.5 MB/s | 88 kB 00:00 (495/665): texlive-mflogo-20200406-26.el9.noarc 4.9 MB/s | 244 kB 00:00 (496/665): texlive-mflogo-font-20200406-26.el9. 650 kB/s | 32 kB 00:00 (497/665): texlive-mfnfss-20200406-26.el9.noarc 8.8 MB/s | 447 kB 00:00 (498/665): texlive-mfware-20200406-26.el9.x86_6 1.8 MB/s | 106 kB 00:00 (499/665): texlive-microtype-20200406-26.el9.no 29 MB/s | 1.7 MB 00:00 (500/665): texlive-minitoc-20200406-26.el9.noar 2.7 MB/s | 123 kB 00:00 (501/665): texlive-modes-20200406-26.el9.noarch 5.5 MB/s | 303 kB 00:00 (502/665): texlive-mnsymbol-20200406-26.el9.noa 60 MB/s | 4.6 MB 00:00 (503/665): texlive-mparhack-20200406-26.el9.noa 1.5 MB/s | 70 kB 00:00 (504/665): texlive-mptopdf-20200406-26.el9.noar 852 kB/s | 49 kB 00:00 (505/665): texlive-ms-20200406-26.el9.noarch.rp 12 MB/s | 570 kB 00:00 (506/665): texlive-multido-20200406-26.el9.noar 2.4 MB/s | 118 kB 00:00 (507/665): texlive-natbib-20200406-26.el9.noarc 8.5 MB/s | 437 kB 00:00 (508/665): texlive-ncntrsbk-20200406-26.el9.noa 7.7 MB/s | 367 kB 00:00 (509/665): texlive-newfloat-20200406-26.el9.noa 2.4 MB/s | 112 kB 00:00 (510/665): texlive-notoccite-20200406-26.el9.no 4.9 MB/s | 230 kB 00:00 (511/665): texlive-ntgclass-20200406-26.el9.noa 23 MB/s | 1.7 MB 00:00 (512/665): texlive-palatino-20200406-26.el9.noa 8.1 MB/s | 434 kB 00:00 (513/665): texlive-oberdiek-20200406-26.el9.noa 76 MB/s | 8.6 MB 00:00 (514/665): texlive-paralist-20200406-26.el9.noa 4.4 MB/s | 215 kB 00:00 (515/665): texlive-parallel-20200406-26.el9.noa 2.5 MB/s | 127 kB 00:00 (516/665): texlive-parskip-20200406-26.el9.noar 5.9 MB/s | 315 kB 00:00 (517/665): texlive-pdfcolmk-20200406-26.el9.noa 233 kB/s | 11 kB 00:00 (518/665): texlive-pdfescape-20200406-26.el9.no 6.7 MB/s | 345 kB 00:00 (519/665): texlive-pdflscape-20200406-26.el9.no 6.2 MB/s | 300 kB 00:00 (520/665): texlive-pdfpages-20200406-26.el9.noa 6.7 MB/s | 336 kB 00:00 (521/665): texlive-pdftex-20200406-26.el9.x86_6 30 MB/s | 2.0 MB 00:00 (522/665): texlive-pdftexcmds-20200406-26.el9.n 6.2 MB/s | 383 kB 00:00 (523/665): texlive-placeins-20200406-26.el9.noa 4.6 MB/s | 261 kB 00:00 (524/665): texlive-plain-20200406-26.el9.noarch 1.8 MB/s | 93 kB 00:00 (525/665): texlive-pgf-20200406-26.el9.noarch.r 89 MB/s | 11 MB 00:00 (526/665): texlive-polyglossia-20200406-26.el9. 16 MB/s | 838 kB 00:00 (527/665): texlive-psfrag-20200406-26.el9.noarc 1.8 MB/s | 82 kB 00:00 (528/665): texlive-pslatex-20200406-26.el9.noar 398 kB/s | 17 kB 00:00 (529/665): texlive-pspicture-20200406-26.el9.no 1.2 MB/s | 53 kB 00:00 (530/665): texlive-psnfss-20200406-26.el9.noarc 6.2 MB/s | 315 kB 00:00 (531/665): texlive-pst-3d-20200406-26.el9.noarc 2.4 MB/s | 112 kB 00:00 (532/665): texlive-pst-arrow-20200406-26.el9.no 2.8 MB/s | 140 kB 00:00 (533/665): texlive-pst-coil-20200406-26.el9.noa 4.8 MB/s | 261 kB 00:00 (534/665): texlive-pst-eps-20200406-26.el9.noar 1.8 MB/s | 91 kB 00:00 (535/665): texlive-pst-fill-20200406-26.el9.noa 20 MB/s | 1.1 MB 00:00 (536/665): texlive-pst-grad-20200406-26.el9.noa 4.7 MB/s | 225 kB 00:00 (537/665): texlive-pst-math-20200406-26.el9.noa 3.8 MB/s | 189 kB 00:00 (538/665): texlive-pst-node-20200406-26.el9.noa 8.5 MB/s | 448 kB 00:00 (539/665): texlive-pst-plot-20200406-26.el9.noa 19 MB/s | 1.1 MB 00:00 (540/665): texlive-pst-text-20200406-26.el9.noa 3.5 MB/s | 181 kB 00:00 (541/665): texlive-pst-tools-20200406-26.el9.no 2.3 MB/s | 113 kB 00:00 (542/665): texlive-pst-tree-20200406-26.el9.noa 3.2 MB/s | 166 kB 00:00 (543/665): texlive-pstricks-20200406-26.el9.noa 75 MB/s | 7.2 MB 00:00 (544/665): texlive-pxfonts-20200406-26.el9.noar 13 MB/s | 937 kB 00:00 (545/665): texlive-pstricks-add-20200406-26.el9 52 MB/s | 4.6 MB 00:00 (546/665): texlive-qstest-20200406-26.el9.noarc 3.9 MB/s | 228 kB 00:00 (547/665): texlive-ragged2e-20200406-26.el9.noa 12 MB/s | 656 kB 00:00 (548/665): texlive-rcs-20200406-26.el9.noarch.r 2.7 MB/s | 141 kB 00:00 (549/665): texlive-realscripts-20200406-26.el9. 2.1 MB/s | 113 kB 00:00 (550/665): texlive-refcount-20200406-26.el9.noa 6.4 MB/s | 327 kB 00:00 (551/665): texlive-rerunfilecheck-20200406-26.e 6.4 MB/s | 316 kB 00:00 (552/665): texlive-rsfs-20200406-26.el9.noarch. 1.5 MB/s | 72 kB 00:00 (553/665): texlive-sansmath-20200406-26.el9.noa 4.0 MB/s | 189 kB 00:00 (554/665): texlive-sansmathaccent-20200406-26.e 3.9 MB/s | 179 kB 00:00 (555/665): texlive-sauerj-20200406-26.el9.noarc 9.4 MB/s | 546 kB 00:00 (556/665): texlive-section-20200406-26.el9.noar 6.3 MB/s | 363 kB 00:00 (557/665): texlive-seminar-20200406-26.el9.noar 6.8 MB/s | 383 kB 00:00 (558/665): texlive-sepnum-20200406-26.el9.noarc 6.6 MB/s | 355 kB 00:00 (559/665): texlive-setspace-20200406-26.el9.noa 385 kB/s | 17 kB 00:00 (560/665): texlive-showexpl-20200406-26.el9.noa 11 MB/s | 599 kB 00:00 (561/665): texlive-soul-20200406-26.el9.noarch. 6.1 MB/s | 316 kB 00:00 (562/665): texlive-stringenc-20200406-26.el9.no 13 MB/s | 693 kB 00:00 (563/665): texlive-subfig-20200406-26.el9.noarc 8.6 MB/s | 463 kB 00:00 (564/665): texlive-symbol-20200406-26.el9.noarc 1.0 MB/s | 49 kB 00:00 (565/665): texlive-tex-20200406-26.el9.x86_64.r 3.9 MB/s | 210 kB 00:00 (566/665): texlive-tex-gyre-math-20200406-26.el 24 MB/s | 1.8 MB 00:00 (567/665): texlive-tex-ini-files-20200406-26.el 249 kB/s | 14 kB 00:00 (568/665): texlive-tex-gyre-20200406-26.el9.noa 93 MB/s | 14 MB 00:00 (569/665): texlive-texlive-docindex-20200406-26 3.2 MB/s | 182 kB 00:00 (570/665): texlive-texlive-common-doc-20200406- 7.5 MB/s | 444 kB 00:00 (571/665): texlive-texlive-scripts-20200406-26. 2.1 MB/s | 114 kB 00:00 (572/665): texlive-texlive-msg-translations-202 2.6 MB/s | 150 kB 00:00 (573/665): texlive-texlive-en-20200406-26.el9.n 28 MB/s | 1.9 MB 00:00 (574/665): texlive-texlive.infra-20200406-26.el 5.4 MB/s | 284 kB 00:00 (575/665): texlive-textcase-20200406-26.el9.noa 3.6 MB/s | 198 kB 00:00 (576/665): texlive-thumbpdf-20200406-26.el9.noa 793 kB/s | 38 kB 00:00 (577/665): texlive-times-20200406-26.el9.noarch 7.1 MB/s | 374 kB 00:00 (578/665): texlive-titlesec-20200406-26.el9.noa 12 MB/s | 666 kB 00:00 (579/665): texlive-tipa-20200406-26.el9.noarch. 60 MB/s | 5.0 MB 00:00 (580/665): texlive-translator-20200406-26.el9.n 5.2 MB/s | 280 kB 00:00 (581/665): texlive-tools-20200406-26.el9.noarch 63 MB/s | 5.0 MB 00:00 (582/665): texlive-txfonts-20200406-26.el9.noar 25 MB/s | 1.4 MB 00:00 (583/665): texlive-typehtml-20200406-26.el9.noa 3.2 MB/s | 167 kB 00:00 (584/665): texlive-ucharcat-20200406-26.el9.noa 3.2 MB/s | 165 kB 00:00 (585/665): texlive-ucs-20200406-26.el9.noarch.r 25 MB/s | 1.3 MB 00:00 (586/665): texlive-underscore-20200406-26.el9.n 4.6 MB/s | 251 kB 00:00 (587/665): texlive-unicode-data-20200406-26.el9 7.0 MB/s | 352 kB 00:00 (588/665): texlive-unicode-math-20200406-26.el9 31 MB/s | 1.7 MB 00:00 (589/665): texlive-uniquecounter-20200406-26.el 5.6 MB/s | 293 kB 00:00 (590/665): texlive-updmap-map-20200406-26.el9.n 6.8 MB/s | 330 kB 00:00 (591/665): texlive-url-20200406-26.el9.noarch.r 5.9 MB/s | 273 kB 00:00 (592/665): texlive-utopia-20200406-26.el9.noarc 5.2 MB/s | 241 kB 00:00 (593/665): texlive-varwidth-20200406-26.el9.noa 890 kB/s | 39 kB 00:00 (594/665): texlive-wasy-20200406-26.el9.noarch. 6.9 MB/s | 336 kB 00:00 (595/665): texlive-wasysym-20200406-26.el9.noar 3.5 MB/s | 171 kB 00:00 (596/665): texlive-wasy-type1-20200406-26.el9.n 4.9 MB/s | 266 kB 00:00 (597/665): texlive-xcolor-20200406-26.el9.noarc 12 MB/s | 683 kB 00:00 (598/665): texlive-xdvi-20200406-26.el9.x86_64. 7.0 MB/s | 356 kB 00:00 (599/665): texlive-xetex-20200406-26.el9.x86_64 35 MB/s | 2.2 MB 00:00 (600/665): texlive-xetexconfig-20200406-26.el9. 209 kB/s | 9.2 kB 00:00 (601/665): texlive-xifthen-20200406-26.el9.noar 8.7 MB/s | 479 kB 00:00 (602/665): texlive-xkeyval-20200406-26.el9.noar 7.2 MB/s | 405 kB 00:00 (603/665): texlive-xltxtra-20200406-26.el9.noar 2.2 MB/s | 110 kB 00:00 (604/665): texlive-xunicode-20200406-26.el9.noa 825 kB/s | 37 kB 00:00 (605/665): texlive-zapfchan-20200406-26.el9.noa 2.2 MB/s | 102 kB 00:00 (606/665): texlive-zapfding-20200406-26.el9.noa 1.2 MB/s | 58 kB 00:00 (607/665): unbound-libs-1.16.2-18.el9.x86_64.rp 120 MB/s | 550 kB 00:00 (608/665): urw-base35-bookman-fonts-20200910-6. 133 MB/s | 847 kB 00:00 (609/665): urw-base35-c059-fonts-20200910-6.el9 138 MB/s | 875 kB 00:00 (610/665): urw-base35-d050000l-fonts-20200910-6 52 MB/s | 77 kB 00:00 (611/665): urw-base35-fonts-20200910-6.el9.noar 11 MB/s | 11 kB 00:00 (612/665): urw-base35-fonts-common-20200910-6.e 20 MB/s | 22 kB 00:00 (613/665): urw-base35-gothic-fonts-20200910-6.e 125 MB/s | 643 kB 00:00 (614/665): texlive-zref-20200406-26.el9.noarch. 12 MB/s | 660 kB 00:00 (615/665): urw-base35-nimbus-mono-ps-fonts-2020 102 MB/s | 796 kB 00:00 (616/665): urw-base35-nimbus-roman-fonts-202009 96 MB/s | 856 kB 00:00 (617/665): urw-base35-nimbus-sans-fonts-2020091 84 MB/s | 1.3 MB 00:00 (618/665): tk-8.6.10-9.el9.x86_64.rpm 25 MB/s | 1.6 MB 00:00 (619/665): urw-base35-standard-symbols-ps-fonts 5.9 MB/s | 42 kB 00:00 (620/665): urw-base35-p052-fonts-20200910-6.el9 45 MB/s | 974 kB 00:00 (621/665): urw-base35-z003-fonts-20200910-6.el9 65 MB/s | 276 kB 00:00 (622/665): xorg-x11-fonts-ISO8859-1-100dpi-7.5- 144 MB/s | 1.1 MB 00:00 (623/665): bc-1.07.1-14.el9.x86_64.rpm 73 MB/s | 120 kB 00:00 (624/665): chkconfig-1.24-2.el9.x86_64.rpm 90 MB/s | 178 kB 00:00 (625/665): diffutils-3.7-12.el9.x86_64.rpm 116 MB/s | 397 kB 00:00 (626/665): groff-base-1.22.4-10.el9.x86_64.rpm 140 MB/s | 1.1 MB 00:00 (627/665): hostname-3.23-6.el9.x86_64.rpm 26 MB/s | 29 kB 00:00 (628/665): hwdata-0.348-9.18.el9.noarch.rpm 148 MB/s | 1.6 MB 00:00 (629/665): info-6.7-15.el9.x86_64.rpm 89 MB/s | 225 kB 00:00 (630/665): initscripts-10.11.8-4.el9.x86_64.rpm 96 MB/s | 228 kB 00:00 (631/665): initscripts-rename-device-10.11.8-4. 14 MB/s | 15 kB 00:00 (632/665): initscripts-service-10.11.8-4.el9.no 11 MB/s | 12 kB 00:00 (633/665): ipcalc-1.0.0-5.el9.x86_64.rpm 32 MB/s | 42 kB 00:00 (634/665): iproute-6.14.0-1.el9.x86_64.rpm 133 MB/s | 835 kB 00:00 (635/665): zziplib-0.13.71-10.el9.x86_64.rpm 1.6 MB/s | 88 kB 00:00 (636/665): kmod-28-10.el9.x86_64.rpm 69 MB/s | 126 kB 00:00 (637/665): libbpf-1.5.0-1.el9.x86_64.rpm 81 MB/s | 186 kB 00:00 (638/665): libibverbs-54.0-1.el9.x86_64.rpm 120 MB/s | 451 kB 00:00 (639/665): xdg-utils-1.1.3-13.el9.noarch.rpm 1.1 MB/s | 72 kB 00:00 (640/665): libmnl-1.0.4-16.el9.x86_64.rpm 25 MB/s | 28 kB 00:00 (641/665): libnl3-3.11.0-1.el9.x86_64.rpm 109 MB/s | 363 kB 00:00 (642/665): libpcap-1.10.0-4.el9.x86_64.rpm 43 MB/s | 173 kB 00:00 (643/665): libpciaccess-0.16-7.el9.x86_64.rpm 18 MB/s | 27 kB 00:00 (644/665): libpkgconf-1.7.3-10.el9.x86_64.rpm 33 MB/s | 36 kB 00:00 (645/665): libselinux-utils-3.6-3.el9.x86_64.rp 90 MB/s | 190 kB 00:00 (646/665): libtdb-1.4.12-1.el9.x86_64.rpm 42 MB/s | 51 kB 00:00 (647/665): lzo-2.10-7.el9.x86_64.rpm 47 MB/s | 67 kB 00:00 (648/665): ncurses-6.2-10.20210508.el9.x86_64.r 119 MB/s | 400 kB 00:00 (649/665): pkgconf-1.7.3-10.el9.x86_64.rpm 36 MB/s | 41 kB 00:00 (650/665): pkgconf-m4-1.7.3-10.el9.noarch.rpm 15 MB/s | 15 kB 00:00 (651/665): pkgconf-pkg-config-1.7.3-10.el9.x86_ 11 MB/s | 11 kB 00:00 (652/665): policycoreutils-3.6-3.el9.x86_64.rpm 100 MB/s | 239 kB 00:00 (653/665): protobuf-c-1.3.3-13.el9.x86_64.rpm 31 MB/s | 35 kB 00:00 (654/665): psmisc-23.4-3.el9.x86_64.rpm 101 MB/s | 243 kB 00:00 (655/665): python3-dns-2.6.1-3.el9.noarch.rpm 122 MB/s | 507 kB 00:00 (656/665): python3-setools-4.4.4-1.el9.x86_64.r 131 MB/s | 605 kB 00:00 (657/665): rpm-plugin-selinux-4.16.1.3-38.el9.x 16 MB/s | 16 kB 00:00 (658/665): selinux-policy-38.1.58-1.el9.noarch. 36 MB/s | 45 kB 00:00 (659/665): libgfortran-11.5.0-7.el9.x86_64.rpm 13 MB/s | 798 kB 00:00 (660/665): snappy-1.1.8-8.el9.x86_64.rpm 5.9 MB/s | 35 kB 00:00 (661/665): libquadmath-11.5.0-7.el9.x86_64.rpm 3.4 MB/s | 188 kB 00:00 (662/665): tcl-8.6.10-7.el9.x86_64.rpm 63 MB/s | 1.1 MB 00:00 (663/665): selinux-policy-targeted-38.1.58-1.el 136 MB/s | 6.9 MB 00:00 (664/665): libqhull_r-7.2.1-11.el9.x86_64.rpm 2.9 MB/s | 169 kB 00:00 (665/665): python3-Cython-0.29.37-1.el9.x86_64. 32 MB/s | 2.2 MB 00:00 -------------------------------------------------------------------------------- Total 82 MB/s | 585 MB 00:07 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: texlive-base-9:20200406-26.el9.noarch 1/1 Running scriptlet: selinux-policy-targeted-38.1.58-1.el9.noarch 1/1 Preparing : 1/1 Running scriptlet: texlive-base-9:20200406-26.el9.noarch 1/665 Installing : texlive-base-9:20200406-26.el9.noarch 1/665 Installing : texlive-lib-9:20200406-26.el9.x86_64 2/665 Installing : urw-base35-fonts-common-20200910-6.el9.noarch 3/665 Installing : python3-webob-1.8.7-1.el9s.noarch 4/665 Installing : nspr-4.35.0-17.el9.x86_64 5/665 Installing : python3-oslotest-4.5.0-0.20230310114753.d4b1896. 6/665 Installing : python3-heatclient-3.2.0-0.20230310183420.712739 7/665 Installing : nss-util-3.101.0-10.el9.x86_64 8/665 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 9/665 Installing : python3-certifi-2020.12.5-2.el9s.noarch 10/665 Installing : python3-futurist-2.4.1-0.20230310123225.159d752. 11/665 Installing : libtdb-1.4.12-1.el9.x86_64 12/665 Installing : libselinux-utils-3.6-3.el9.x86_64 13/665 Installing : info-6.7-15.el9.x86_64 14/665 Installing : python3-pyasn1-0.4.8-6.el9.noarch 15/665 Installing : openjpeg2-2.4.0-8.el9.x86_64 16/665 Installing : libogg-2:1.3.4-6.el9.x86_64 17/665 Installing : libvorbis-1:1.3.7-5.el9.x86_64 18/665 Installing : libXpm-3.5.13-10.el9.x86_64 19/665 Installing : python3-sniffio-1.2.0-2.el9s.noarch 20/665 Installing : python3-greenlet-1.1.3-1.el9s.x86_64 21/665 Installing : python3-sqlalchemy-1.4.45-3.el9.x86_64 22/665 Installing : python3-ddt-1.6.0-1.el9s.noarch 23/665 Installing : python3-cachetools-5.2.0-3.el9s.noarch 24/665 Installing : python3-zaqarclient-2.5.1-0.20230310155753.d78bf 25/665 Installing : python3-mistralclient-5.0.0-0.20230310153603.b94 26/665 Installing : python3-alembic-1.8.1-1.el9s.noarch 27/665 Installing : gd-2.3.2-3.el9.x86_64 28/665 Installing : python3-ruamel-yaml-clib-0.2.7-3.el9.x86_64 29/665 Installing : python3-ruamel-yaml-0.16.6-7.el9.1.x86_64 30/665 Installing : python3-matplotlib-data-fonts-3.4.2-1.el9s.noarc 31/665 Installing : python3-matplotlib-data-3.4.2-1.el9s.noarch 32/665 Installing : tcl-1:8.6.10-7.el9.x86_64 33/665 Installing : python3-dns-2.6.1-3.el9.noarch 34/665 Installing : python3-eventlet-0.33.3-2.el9s.noarch 35/665 Installing : libquadmath-11.5.0-7.el9.x86_64 36/665 Installing : libgfortran-11.5.0-7.el9.x86_64 37/665 Installing : kmod-28-10.el9.x86_64 38/665 Installing : chkconfig-1.24-2.el9.x86_64 39/665 Installing : zziplib-0.13.71-10.el9.x86_64 40/665 Installing : python3-psutil-5.8.0-12.el9.x86_64 41/665 Installing : python3-libselinux-3.6-3.el9.x86_64 42/665 Installing : libxshmfence-1.3-10.el9.x86_64 43/665 Installing : libpaper-1.1.28-4.el9.x86_64 44/665 Installing : libX11-xcb-1.7.0-11.el9.x86_64 45/665 Installing : libICE-1.0.10-8.el9.x86_64 46/665 Installing : jbig2dec-libs-0.19-7.el9.x86_64 47/665 Installing : flexiblas-3.0.4-8.el9.x86_64 48/665 Installing : adobe-mappings-cmap-20171205-12.el9.noarch 49/665 Installing : python3-yaql-2.0.0-2.el9s.noarch 50/665 Installing : python3-vine-5.0.0-3.el9s.noarch 51/665 Installing : python3-amqp-5.1.1-1.el9s.noarch 52/665 Installing : python3-kombu-1:5.2.4-3.el9s.noarch 53/665 Installing : python3-tempita-0.5.2-2.el9s.noarch 54/665 Installing : python3-paste-3.5.2-1.el9s.noarch 55/665 Installing : python3-paste-deploy-2.1.1-2.el9s.noarch 56/665 Installing : python3-setproctitle-1.2.3-2.el9s.x86_64 57/665 Installing : python3-jinja2-3.0.1-2.el9s.noarch 58/665 Installing : python3-os-traits-2.10.0-0.20230310171422.0d924f 59/665 Installing : python3-watcher-tests-tempest-1:3.0.0-0.20240131 60/665 Installing : python3-cotyledon-1.7.3-8.el9s.noarch 61/665 Installing : adobe-mappings-cmap-deprecated-20171205-12.el9.n 62/665 Installing : libSM-1.2.3-10.el9.x86_64 63/665 Installing : libXt-1.2.0-6.el9.x86_64 64/665 Installing : libXmu-1.1.3-8.el9.x86_64 65/665 Installing : libXaw-1.0.13-19.el9.x86_64 66/665 Installing : python3-libsemanage-3.6-5.el9.x86_64 67/665 Installing : os-refresh-config-14.0.1-0.20250610103953.d88765 68/665 Installing : python3-designate-tests-tempest-0.22.0-0.2024040 69/665 Running scriptlet: tk-1:8.6.10-9.el9.x86_64 70/665 Installing : tk-1:8.6.10-9.el9.x86_64 70/665 Installing : python3-tkinter-3.9.21-2.el9.x86_64 71/665 Installing : python3-manila-tests-tempest-1:2.4.0-0.202407301 72/665 Installing : python3-anyio-3.5.0-1.el9s.noarch 73/665 Installing : flac-libs-1.3.3-12.el9.x86_64 74/665 Installing : python3-rsa-4.8-1.el9s.noarch 75/665 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 76/665 Installing : python3-google-auth-1:2.12.0-1.el9s.noarch 77/665 Installing : python3-etcd3gw-2.1.0-1.el9s.noarch 78/665 Installing : nss-softokn-freebl-3.101.0-10.el9.x86_64 79/665 Installing : nss-softokn-3.101.0-10.el9.x86_64 80/665 Installing : nss-3.101.0-10.el9.x86_64 81/665 Running scriptlet: nss-3.101.0-10.el9.x86_64 81/665 Installing : nss-sysinit-3.101.0-10.el9.x86_64 82/665 Installing : urw-base35-bookman-fonts-20200910-6.el9.noarch 83/665 Running scriptlet: urw-base35-bookman-fonts-20200910-6.el9.noarch 83/665 Installing : urw-base35-c059-fonts-20200910-6.el9.noarch 84/665 Running scriptlet: urw-base35-c059-fonts-20200910-6.el9.noarch 84/665 Installing : urw-base35-d050000l-fonts-20200910-6.el9.noarch 85/665 Running scriptlet: urw-base35-d050000l-fonts-20200910-6.el9.noarch 85/665 Installing : urw-base35-gothic-fonts-20200910-6.el9.noarch 86/665 Running scriptlet: urw-base35-gothic-fonts-20200910-6.el9.noarch 86/665 Installing : urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.n 87/665 Running scriptlet: urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.n 87/665 Installing : urw-base35-nimbus-roman-fonts-20200910-6.el9.noa 88/665 Running scriptlet: urw-base35-nimbus-roman-fonts-20200910-6.el9.noa 88/665 Installing : urw-base35-nimbus-sans-fonts-20200910-6.el9.noar 89/665 Running scriptlet: urw-base35-nimbus-sans-fonts-20200910-6.el9.noar 89/665 Installing : urw-base35-p052-fonts-20200910-6.el9.noarch 90/665 Running scriptlet: urw-base35-p052-fonts-20200910-6.el9.noarch 90/665 Installing : urw-base35-standard-symbols-ps-fonts-20200910-6. 91/665 Running scriptlet: urw-base35-standard-symbols-ps-fonts-20200910-6. 91/665 Installing : urw-base35-z003-fonts-20200910-6.el9.noarch 92/665 Running scriptlet: urw-base35-z003-fonts-20200910-6.el9.noarch 92/665 Installing : urw-base35-fonts-20200910-6.el9.noarch 93/665 Installing : python3-jwt-2.4.0-1.el9s.noarch 94/665 Installing : python3-jwt+crypto-2.4.0-1.el9s.noarch 95/665 Installing : python3-Cython-0.29.37-1.el9.x86_64 96/665 Installing : libqhull_r-1:7.2.1-11.el9.x86_64 97/665 Installing : snappy-1.1.8-8.el9.x86_64 98/665 Installing : blosc-1.21.0-1.el9s.x86_64 99/665 Installing : python3-setools-4.4.4-1.el9.x86_64 100/665 Installing : psmisc-23.4-3.el9.x86_64 101/665 Installing : protobuf-c-1.3.3-13.el9.x86_64 102/665 Running scriptlet: unbound-libs-1.16.2-18.el9.x86_64 103/665 Installing : unbound-libs-1.16.2-18.el9.x86_64 103/665 Running scriptlet: unbound-libs-1.16.2-18.el9.x86_64 103/665 Created symlink /etc/systemd/system/timers.target.wants/unbound-anchor.timer → /usr/lib/systemd/system/unbound-anchor.timer. Installing : pkgconf-m4-1.7.3-10.el9.noarch 104/665 Installing : ncurses-6.2-10.20210508.el9.x86_64 105/665 Installing : lzo-2.10-7.el9.x86_64 106/665 Installing : libpkgconf-1.7.3-10.el9.x86_64 107/665 Installing : pkgconf-1.7.3-10.el9.x86_64 108/665 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 109/665 Installing : libnl3-3.11.0-1.el9.x86_64 110/665 Installing : libibverbs-54.0-1.el9.x86_64 111/665 Installing : libpcap-14:1.10.0-4.el9.x86_64 112/665 Installing : nmap-ncat-3:7.92-3.el9.x86_64 113/665 Running scriptlet: nmap-ncat-3:7.92-3.el9.x86_64 113/665 Installing : nmap-3:7.92-3.el9.x86_64 114/665 Installing : libmnl-1.0.4-16.el9.x86_64 115/665 Installing : libbpf-2:1.5.0-1.el9.x86_64 116/665 Installing : iproute-6.14.0-1.el9.x86_64 117/665 Installing : initscripts-service-10.11.8-4.el9.noarch 118/665 Installing : initscripts-rename-device-10.11.8-4.el9.x86_64 119/665 Installing : initscripts-10.11.8-4.el9.x86_64 120/665 Running scriptlet: initscripts-10.11.8-4.el9.x86_64 120/665 Created symlink /etc/systemd/system/sysinit.target.wants/import-state.service → /usr/lib/systemd/system/import-state.service. Created symlink /etc/systemd/system/sysinit.target.wants/loadmodules.service → /usr/lib/systemd/system/loadmodules.service. Installing : hwdata-0.348-9.18.el9.noarch 121/665 Installing : libpciaccess-0.16-7.el9.x86_64 122/665 Installing : libdrm-2.4.123-2.el9.x86_64 123/665 Installing : hostname-3.23-6.el9.x86_64 124/665 Running scriptlet: hostname-3.23-6.el9.x86_64 124/665 Running scriptlet: groff-base-1.22.4-10.el9.x86_64 125/665 Installing : groff-base-1.22.4-10.el9.x86_64 125/665 Running scriptlet: groff-base-1.22.4-10.el9.x86_64 125/665 Installing : perl-Digest-1.19-4.el9.noarch 126/665 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 127/665 Installing : perl-B-1.80-481.el9.x86_64 128/665 Installing : perl-FileHandle-2.03-481.el9.noarch 129/665 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 130/665 Installing : perl-libnet-3.13-4.el9.noarch 131/665 Installing : perl-base-2.27-481.el9.noarch 132/665 Installing : perl-URI-5.09-3.el9.noarch 133/665 Installing : perl-AutoLoader-5.74-481.el9.noarch 134/665 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 135/665 Installing : perl-if-0.60.800-481.el9.noarch 136/665 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 137/665 Installing : perl-Time-Local-2:1.300-7.el9.noarch 138/665 Installing : perl-File-Path-2.18-4.el9.noarch 139/665 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 140/665 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 141/665 Installing : perl-IO-Socket-SSL-2.073-2.el9.noarch 142/665 Installing : perl-Net-SSLeay-1.94-3.el9.x86_64 143/665 Installing : perl-Class-Struct-0.66-481.el9.noarch 144/665 Installing : perl-POSIX-1.94-481.el9.x86_64 145/665 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 146/665 Installing : perl-IPC-Open3-1.21-481.el9.noarch 147/665 Installing : perl-subs-1.03-481.el9.noarch 148/665 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 149/665 Installing : perl-Term-Cap-1.17-460.el9.noarch 150/665 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 151/665 Installing : perl-HTTP-Tiny-0.076-462.el9.noarch 152/665 Installing : perl-Socket-4:2.031-4.el9.x86_64 153/665 Installing : perl-SelectSaver-1.02-481.el9.noarch 154/665 Installing : perl-Symbol-1.08-481.el9.noarch 155/665 Installing : perl-File-stat-1.09-481.el9.noarch 156/665 Installing : perl-podlators-1:4.14-460.el9.noarch 157/665 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 158/665 Installing : perl-Fcntl-1.13-481.el9.x86_64 159/665 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 160/665 Installing : perl-mro-1.23-481.el9.x86_64 161/665 Installing : perl-IO-1.43-481.el9.x86_64 162/665 Installing : perl-overloading-0.02-481.el9.noarch 163/665 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 164/665 Installing : perl-Errno-1.30-481.el9.x86_64 165/665 Installing : perl-File-Basename-2.85-481.el9.noarch 166/665 Installing : perl-Getopt-Std-1.12-481.el9.noarch 167/665 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 168/665 Installing : perl-Scalar-List-Utils-4:1.56-462.el9.x86_64 169/665 Installing : perl-constant-1.33-461.el9.noarch 170/665 Installing : perl-Storable-1:3.21-460.el9.x86_64 171/665 Installing : perl-overload-1.31-481.el9.noarch 172/665 Installing : perl-parent-1:0.238-460.el9.noarch 173/665 Installing : perl-vars-1.05-481.el9.noarch 174/665 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 175/665 Installing : perl-Carp-1.50-460.el9.noarch 176/665 Installing : perl-Exporter-5.74-461.el9.noarch 177/665 Installing : perl-NDBM_File-1.15-481.el9.x86_64 178/665 Installing : perl-PathTools-3.78-461.el9.x86_64 179/665 Installing : perl-Encode-4:3.08-462.el9.x86_64 180/665 Installing : perl-libs-4:5.32.1-481.el9.x86_64 181/665 Installing : perl-interpreter-4:5.32.1-481.el9.x86_64 182/665 Installing : perl-File-Find-1.37-481.el9.noarch 183/665 Installing : perl-XML-Parser-2.46-9.el9.x86_64 184/665 Installing : perl-File-Copy-2.34-481.el9.noarch 185/665 Installing : perl-Filter-2:1.60-4.el9.x86_64 186/665 Installing : perl-encoding-4:3.00-462.el9.x86_64 187/665 Installing : perl-open-1.12-481.el9.noarch 188/665 Installing : perl-XML-XPath-1.44-11.el9.noarch 189/665 Installing : perl-Text-Unidecode-1.30-16.el9.noarch 190/665 Installing : texlive-cm-9:20200406-26.el9.noarch 191/665 Installing : texlive-etex-9:20200406-26.el9.noarch 192/665 Installing : texlive-graphics-def-9:20200406-26.el9.noarch 193/665 Installing : texlive-hyph-utf8-9:20200406-26.el9.noarch 194/665 Installing : texlive-hyphen-base-9:20200406-26.el9.noarch 195/665 Installing : texlive-knuth-lib-9:20200406-26.el9.noarch 196/665 Installing : texlive-plain-9:20200406-26.el9.noarch 197/665 Installing : texlive-tex-ini-files-9:20200406-26.el9.noarch 198/665 Installing : texlive-unicode-data-9:20200406-26.el9.noarch 199/665 Installing : texlive-luatex-9:20200406-26.el9.x86_64 200/665 Installing : texlive-texlive.infra-9:20200406-26.el9.noarch 201/665 Installing : texlive-texlive-scripts-9:20200406-26.el9.noarch 202/665 Installing : texlive-kpathsea-9:20200406-26.el9.x86_64 203/665 Installing : texlive-iftex-9:20200406-26.el9.noarch 204/665 Installing : texlive-amsmath-9:20200406-26.el9.noarch 205/665 Installing : texlive-amsfonts-9:20200406-26.el9.noarch 206/665 Installing : texlive-etex-pkg-9:20200406-26.el9.noarch 207/665 Installing : texlive-etoolbox-9:20200406-26.el9.noarch 208/665 Installing : texlive-kvoptions-9:20200406-26.el9.noarch 209/665 Installing : texlive-url-9:20200406-26.el9.noarch 210/665 Installing : texlive-atbegshi-9:20200406-26.el9.noarch 211/665 Installing : texlive-booktabs-9:20200406-26.el9.noarch 212/665 Installing : texlive-auxhook-9:20200406-26.el9.noarch 213/665 Installing : texlive-babel-9:20200406-26.el9.noarch 214/665 Installing : texlive-etexcmds-9:20200406-26.el9.noarch 215/665 Installing : texlive-infwarerr-9:20200406-26.el9.noarch 216/665 Installing : texlive-latex-fonts-9:20200406-26.el9.noarch 217/665 Installing : texlive-lm-9:20200406-26.el9.noarch 218/665 Installing : texlive-ltxcmds-9:20200406-26.el9.noarch 219/665 Installing : texlive-pdftexcmds-9:20200406-26.el9.noarch 220/665 Installing : texlive-luatexbase-9:20200406-26.el9.noarch 221/665 Installing : texlive-euler-9:20200406-26.el9.noarch 222/665 Installing : texlive-fp-9:20200406-26.el9.noarch 223/665 Installing : texlive-intcalc-9:20200406-26.el9.noarch 224/665 Installing : texlive-multido-9:20200406-26.el9.noarch 225/665 Installing : texlive-natbib-9:20200406-26.el9.noarch 226/665 Installing : texlive-setspace-9:20200406-26.el9.noarch 227/665 Installing : texlive-zapfding-9:20200406-26.el9.noarch 228/665 Installing : texlive-catchfile-9:20200406-26.el9.noarch 229/665 Installing : texlive-babelbib-9:20200406-26.el9.noarch 230/665 Installing : texlive-memoir-9:20200406-26.el9.noarch 231/665 Installing : texlive-atveryend-9:20200406-26.el9.noarch 232/665 Installing : texlive-bookmark-9:20200406-26.el9.noarch 233/665 Installing : texlive-ec-9:20200406-26.el9.noarch 234/665 Installing : texlive-fancyhdr-9:20200406-26.el9.noarch 235/665 Installing : texlive-float-9:20200406-26.el9.noarch 236/665 Installing : texlive-footmisc-9:20200406-26.el9.noarch 237/665 Installing : texlive-gettitlestring-9:20200406-26.el9.noarch 238/665 Installing : texlive-glyphlist-9:20200406-26.el9.noarch 239/665 Installing : texlive-graphics-cfg-9:20200406-26.el9.noarch 240/665 Installing : texlive-graphics-9:20200406-26.el9.noarch 241/665 Installing : texlive-tools-9:20200406-26.el9.noarch 242/665 Installing : texlive-xkeyval-9:20200406-26.el9.noarch 243/665 Installing : texlive-geometry-9:20200406-26.el9.noarch 244/665 Installing : texlive-colortbl-9:20200406-26.el9.noarch 245/665 Installing : texlive-caption-9:20200406-26.el9.noarch 246/665 Installing : texlive-subfig-9:20200406-26.el9.noarch 247/665 Installing : texlive-carlisle-9:20200406-26.el9.noarch 248/665 Installing : texlive-sauerj-9:20200406-26.el9.noarch 249/665 Installing : texlive-translator-9:20200406-26.el9.noarch 250/665 Installing : texlive-grfext-9:20200406-26.el9.noarch 251/665 Installing : texlive-grffile-9:20200406-26.el9.noarch 252/665 Installing : texlive-hologo-9:20200406-26.el9.noarch 253/665 Installing : texlive-hycolor-9:20200406-26.el9.noarch 254/665 Installing : texlive-index-9:20200406-26.el9.noarch 255/665 Installing : texlive-kvdefinekeys-9:20200406-26.el9.noarch 256/665 Installing : texlive-kvsetkeys-9:20200406-26.el9.noarch 257/665 Installing : texlive-l3backend-9:20200406-26.el9.noarch 258/665 Installing : texlive-latexconfig-9:20200406-26.el9.noarch 259/665 Installing : texlive-letltxmacro-9:20200406-26.el9.noarch 260/665 Installing : texlive-lua-alt-getopt-9:20200406-26.el9.noarch 261/665 Installing : texlive-marvosym-9:20200406-26.el9.noarch 262/665 Installing : texlive-paralist-9:20200406-26.el9.noarch 263/665 Installing : texlive-pdfescape-9:20200406-26.el9.noarch 264/665 Installing : texlive-placeins-9:20200406-26.el9.noarch 265/665 Installing : texlive-refcount-9:20200406-26.el9.noarch 266/665 Installing : texlive-stringenc-9:20200406-26.el9.noarch 267/665 Installing : texlive-symbol-9:20200406-26.el9.noarch 268/665 Installing : texlive-psnfss-9:20200406-26.el9.noarch 269/665 Installing : texlive-underscore-9:20200406-26.el9.noarch 270/665 Installing : texlive-uniquecounter-9:20200406-26.el9.noarch 271/665 Installing : texlive-rerunfilecheck-9:20200406-26.el9.noarch 272/665 Installing : texlive-wasy-9:20200406-26.el9.noarch 273/665 Installing : texlive-zref-9:20200406-26.el9.noarch 274/665 Installing : texlive-wasy-type1-9:20200406-26.el9.noarch 275/665 Installing : texlive-breakurl-9:20200406-26.el9.noarch 276/665 Installing : texlive-ctable-9:20200406-26.el9.noarch 277/665 Installing : texlive-fancyref-9:20200406-26.el9.noarch 278/665 Installing : texlive-ltabptch-9:20200406-26.el9.noarch 279/665 Installing : texlive-mathtools-9:20200406-26.el9.noarch 280/665 Installing : texlive-qstest-9:20200406-26.el9.noarch 281/665 Installing : texlive-crop-9:20200406-26.el9.noarch 282/665 Installing : texlive-csquotes-9:20200406-26.el9.noarch 283/665 Installing : texlive-microtype-9:20200406-26.el9.noarch 284/665 Installing : texlive-psfrag-9:20200406-26.el9.noarch 285/665 Installing : texlive-ifplatform-9:20200406-26.el9.noarch 286/665 Installing : texlive-euro-9:20200406-26.el9.noarch 287/665 Installing : texlive-dvips-9:20200406-26.el9.x86_64 288/665 Installing : texlive-tex-gyre-9:20200406-26.el9.noarch 289/665 Installing : texlive-alphalph-9:20200406-26.el9.noarch 290/665 Installing : texlive-anysize-9:20200406-26.el9.noarch 291/665 Installing : texlive-attachfile2-9:20200406-26.el9.noarch 292/665 Installing : texlive-avantgar-9:20200406-26.el9.noarch 293/665 Installing : texlive-babel-english-9:20200406-26.el9.noarch 294/665 Installing : texlive-beton-9:20200406-26.el9.noarch 295/665 Installing : texlive-bibtex-9:20200406-26.el9.x86_64 296/665 Installing : texlive-bigintcalc-9:20200406-26.el9.noarch 297/665 Installing : texlive-bitset-9:20200406-26.el9.noarch 298/665 Installing : texlive-bookman-9:20200406-26.el9.noarch 299/665 Installing : texlive-changepage-9:20200406-26.el9.noarch 300/665 Installing : texlive-charter-9:20200406-26.el9.noarch 301/665 Installing : texlive-chngcntr-9:20200406-26.el9.noarch 302/665 Installing : texlive-cite-9:20200406-26.el9.noarch 303/665 Installing : texlive-cmap-9:20200406-26.el9.noarch 304/665 Installing : texlive-cmextra-9:20200406-26.el9.noarch 305/665 Installing : texlive-colorprofiles-9:20200406-26.el9.noarch 306/665 Installing : texlive-courier-9:20200406-26.el9.noarch 307/665 Installing : texlive-dvipng-9:20200406-26.el9.x86_64 308/665 Installing : texlive-enctex-9:20200406-26.el9.noarch 309/665 Installing : texlive-enumitem-9:20200406-26.el9.noarch 310/665 Installing : texlive-epstopdf-pkg-9:20200406-26.el9.noarch 311/665 Installing : texlive-euenc-9:20200406-26.el9.noarch 312/665 Installing : texlive-eurosym-9:20200406-26.el9.noarch 313/665 Installing : texlive-fancybox-9:20200406-26.el9.noarch 314/665 Installing : texlive-filecontents-9:20200406-26.el9.noarch 315/665 Installing : texlive-finstrut-9:20200406-26.el9.noarch 316/665 Installing : texlive-lineno-9:20200406-26.el9.noarch 317/665 Installing : texlive-fix2col-9:20200406-26.el9.noarch 318/665 Installing : texlive-footnotehyper-9:20200406-26.el9.noarch 319/665 Installing : texlive-fpl-9:20200406-26.el9.noarch 320/665 Installing : texlive-helvetic-9:20200406-26.el9.noarch 321/665 Installing : texlive-hobsub-9:20200406-26.el9.noarch 322/665 Installing : texlive-hyperref-9:20200406-26.el9.noarch 323/665 Installing : texlive-attachfile-9:20200406-26.el9.noarch 324/665 Installing : texlive-hyphenex-9:20200406-26.el9.noarch 325/665 Installing : texlive-ifmtarg-9:20200406-26.el9.noarch 326/665 Installing : texlive-kastrup-9:20200406-26.el9.noarch 327/665 Installing : texlive-knuth-local-9:20200406-26.el9.noarch 328/665 Installing : texlive-latexbug-9:20200406-26.el9.noarch 329/665 Installing : texlive-lm-math-9:20200406-26.el9.noarch 330/665 Installing : texlive-luahbtex-9:20200406-26.el9.x86_64 331/665 Installing : texlive-lualibs-9:20200406-26.el9.noarch 332/665 Installing : texlive-luaotfload-9:20200406-26.el9.noarch 333/665 Installing : texlive-lwarp-9:20200406-26.el9.noarch 334/665 Installing : texlive-makecmds-9:20200406-26.el9.noarch 335/665 Installing : texlive-makeindex-9:20200406-26.el9.x86_64 336/665 Installing : texlive-manfnt-font-9:20200406-26.el9.noarch 337/665 Installing : texlive-marginnote-9:20200406-26.el9.noarch 338/665 Installing : texlive-mathpazo-9:20200406-26.el9.noarch 339/665 Installing : texlive-mdwtools-9:20200406-26.el9.noarch 340/665 Installing : texlive-metafont-9:20200406-26.el9.x86_64 341/665 Installing : texlive-mflogo-9:20200406-26.el9.noarch 342/665 Installing : texlive-mflogo-font-9:20200406-26.el9.noarch 343/665 Installing : texlive-mfnfss-9:20200406-26.el9.noarch 344/665 Installing : texlive-mfware-9:20200406-26.el9.x86_64 345/665 Installing : texlive-modes-9:20200406-26.el9.noarch 346/665 Installing : texlive-mparhack-9:20200406-26.el9.noarch 347/665 Installing : texlive-mptopdf-9:20200406-26.el9.noarch 348/665 Installing : texlive-ncntrsbk-9:20200406-26.el9.noarch 349/665 Installing : texlive-newfloat-9:20200406-26.el9.noarch 350/665 Installing : texlive-notoccite-9:20200406-26.el9.noarch 351/665 Installing : texlive-ntgclass-9:20200406-26.el9.noarch 352/665 Installing : texlive-palatino-9:20200406-26.el9.noarch 353/665 Installing : texlive-parallel-9:20200406-26.el9.noarch 354/665 Installing : texlive-parskip-9:20200406-26.el9.noarch 355/665 Installing : texlive-pdfcolmk-9:20200406-26.el9.noarch 356/665 Installing : texlive-xcolor-9:20200406-26.el9.noarch 357/665 Installing : texlive-eso-pic-9:20200406-26.el9.noarch 358/665 Installing : texlive-pgf-9:20200406-26.el9.noarch 359/665 Installing : texlive-currfile-9:20200406-26.el9.noarch 360/665 Installing : texlive-filehook-9:20200406-26.el9.noarch 361/665 Installing : texlive-sansmathaccent-9:20200406-26.el9.noarch 362/665 Installing : texlive-pdflscape-9:20200406-26.el9.noarch 363/665 Installing : texlive-pslatex-9:20200406-26.el9.noarch 364/665 Installing : texlive-pspicture-9:20200406-26.el9.noarch 365/665 Installing : texlive-pst-arrow-9:20200406-26.el9.noarch 366/665 Installing : texlive-pst-math-9:20200406-26.el9.noarch 367/665 Installing : texlive-pxfonts-9:20200406-26.el9.noarch 368/665 Installing : texlive-ragged2e-9:20200406-26.el9.noarch 369/665 Installing : texlive-rcs-9:20200406-26.el9.noarch 370/665 Installing : texlive-rsfs-9:20200406-26.el9.noarch 371/665 Installing : texlive-sansmath-9:20200406-26.el9.noarch 372/665 Installing : texlive-section-9:20200406-26.el9.noarch 373/665 Installing : texlive-sepnum-9:20200406-26.el9.noarch 374/665 Installing : texlive-soul-9:20200406-26.el9.noarch 375/665 Installing : texlive-tex-9:20200406-26.el9.x86_64 376/665 Installing : texlive-tex-gyre-math-9:20200406-26.el9.noarch 377/665 Installing : texlive-texlive-docindex-9:20200406-26.el9.noarc 378/665 Installing : texlive-texlive-en-9:20200406-26.el9.noarch 379/665 Installing : texlive-texlive-msg-translations-9:20200406-26.e 380/665 Installing : texlive-textcase-9:20200406-26.el9.noarch 381/665 Installing : texlive-times-9:20200406-26.el9.noarch 382/665 Installing : texlive-titlesec-9:20200406-26.el9.noarch 383/665 Installing : texlive-txfonts-9:20200406-26.el9.noarch 384/665 Installing : texlive-ucharcat-9:20200406-26.el9.noarch 385/665 Installing : texlive-updmap-map-9:20200406-26.el9.noarch 386/665 Installing : texlive-utopia-9:20200406-26.el9.noarch 387/665 Installing : texlive-varwidth-9:20200406-26.el9.noarch 388/665 Installing : texlive-wasysym-9:20200406-26.el9.noarch 389/665 Installing : texlive-xdvi-9:20200406-26.el9.x86_64 390/665 Installing : texlive-xetexconfig-9:20200406-26.el9.noarch 391/665 Installing : texlive-zapfchan-9:20200406-26.el9.noarch 392/665 Installing : diffutils-3.7-12.el9.x86_64 393/665 Installing : policycoreutils-3.6-3.el9.x86_64 394/665 Running scriptlet: policycoreutils-3.6-3.el9.x86_64 394/665 Created symlink /etc/systemd/system/sysinit.target.wants/selinux-autorelabel-mark.service → /usr/lib/systemd/system/selinux-autorelabel-mark.service. Installing : selinux-policy-38.1.58-1.el9.noarch 395/665 Running scriptlet: selinux-policy-38.1.58-1.el9.noarch 395/665 Running scriptlet: selinux-policy-targeted-38.1.58-1.el9.noarch 396/665 Installing : selinux-policy-targeted-38.1.58-1.el9.noarch 396/665 Running scriptlet: selinux-policy-targeted-38.1.58-1.el9.noarch 396/665 Installing : bc-1.07.1-14.el9.x86_64 397/665 Installing : texlive-texlive-common-doc-9:20200406-26.el9.noa 398/665 Installing : teckit-2.5.9-8.el9.x86_64 399/665 Installing : sound-theme-freedesktop-0.8-17.el9.noarch 400/665 Running scriptlet: sound-theme-freedesktop-0.8-17.el9.noarch 400/665 Installing : python3-toml-0.10.2-6.el9.noarch 401/665 Installing : python3-py-1.10.0-6.el9.noarch 402/665 Installing : python3-pluggy-0.13.1-7.el9.noarch 403/665 Installing : python3-oauthlib-3.1.1-5.el9.noarch 404/665 Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 405/665 Installing : python3-iniconfig-1.1.1-7.el9.noarch 406/665 Installing : python3-pytest-6.2.2-7.el9.noarch 407/665 Installing : python3-colorama-0.4.6-3.el9.noarch 408/665 Installing : python3-audit-3.1.5-7.el9.x86_64 409/665 Installing : poppler-data-0.4.9-9.el9.noarch 410/665 Installing : poppler-21.01.0-21.el9.x86_64 411/665 Installing : texlive-pdftex-9:20200406-26.el9.x86_64 412/665 Installing : texlive-latex-9:20200406-26.el9.noarch 413/665 Installing : texlive-amscls-9:20200406-26.el9.noarch 414/665 Installing : texlive-tipa-9:20200406-26.el9.noarch 415/665 Installing : texlive-xunicode-9:20200406-26.el9.noarch 416/665 Installing : texlive-ae-9:20200406-26.el9.noarch 417/665 Installing : texlive-algorithms-9:20200406-26.el9.noarch 418/665 Installing : texlive-bera-9:20200406-26.el9.noarch 419/665 Installing : texlive-ms-9:20200406-26.el9.noarch 420/665 Installing : texlive-koma-script-9:20200406-26.el9.noarch 421/665 Installing : texlive-listings-9:20200406-26.el9.noarch 422/665 Installing : texlive-showexpl-9:20200406-26.el9.noarch 423/665 Installing : texlive-fancyvrb-9:20200406-26.el9.noarch 424/665 Installing : texlive-pst-3d-9:20200406-26.el9.noarch 425/665 Installing : texlive-pst-coil-9:20200406-26.el9.noarch 426/665 Installing : texlive-pst-eps-9:20200406-26.el9.noarch 427/665 Installing : texlive-pst-fill-9:20200406-26.el9.noarch 428/665 Installing : texlive-pst-grad-9:20200406-26.el9.noarch 429/665 Installing : texlive-pst-node-9:20200406-26.el9.noarch 430/665 Installing : texlive-pst-plot-9:20200406-26.el9.noarch 431/665 Installing : texlive-pst-text-9:20200406-26.el9.noarch 432/665 Installing : texlive-pst-tools-9:20200406-26.el9.noarch 433/665 Installing : texlive-pst-tree-9:20200406-26.el9.noarch 434/665 Installing : texlive-pstricks-add-9:20200406-26.el9.noarch 435/665 Installing : texlive-pstricks-9:20200406-26.el9.noarch 436/665 Installing : texlive-seminar-9:20200406-26.el9.noarch 437/665 Installing : texlive-pdfpages-9:20200406-26.el9.noarch 438/665 Installing : texlive-cm-super-9:20200406-26.el9.noarch 439/665 Installing : texlive-extsizes-9:20200406-26.el9.noarch 440/665 Installing : texlive-jknapltx-9:20200406-26.el9.noarch 441/665 Installing : texlive-minitoc-9:20200406-26.el9.noarch 442/665 Installing : texlive-ltxmisc-9:20200406-26.el9.noarch 443/665 Installing : texlive-mnsymbol-9:20200406-26.el9.noarch 444/665 Installing : texlive-typehtml-9:20200406-26.el9.noarch 445/665 Installing : texlive-ucs-9:20200406-26.el9.noarch 446/665 Installing : texlive-beamer-9:20200406-26.el9.noarch 447/665 Installing : texlive-xifthen-9:20200406-26.el9.noarch 448/665 Installing : opus-1.3.1-10.el9.x86_64 449/665 Installing : openblas-0.3.26-2.el9.x86_64 450/665 Installing : openblas-openmp-0.3.26-2.el9.x86_64 451/665 Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 452/665 Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 453/665 Installing : python3-numpy-1:1.23.5-1.el9.x86_64 454/665 Installing : python3-numexpr-2.7.1-5.el9s.x86_64 455/665 Installing : mesa-filesystem-24.2.8-2.el9.x86_64 456/665 Installing : llvm-filesystem-20.1.3-1.el9.x86_64 457/665 Installing : llvm-libs-20.1.3-1.el9.x86_64 458/665 Installing : libxslt-1.1.34-12.el9.x86_64 459/665 Installing : python3-lxml-4.6.5-3.el9.x86_64 460/665 Installing : os-collect-config-14.0.1-0.20250611131658.2861e4 461/665 Running scriptlet: os-collect-config-14.0.1-0.20250611131658.2861e4 461/665 Installing : python3-keystone-tests-tempest-0.16.0-0.20240528 462/665 Installing : python3-ncclient-0.6.13-3.el9s.noarch 463/665 Installing : libxcrypt-compat-4.4.18-3.el9.x86_64 464/665 Installing : python3-pip-21.3.1-1.el9.noarch 465/665 Installing : python3-devel-3.9.21-2.el9.x86_64 466/665 Installing : python3-numpy-f2py-1:1.23.5-1.el9.x86_64 467/665 Installing : python3-scipy-1.9.3-2.el9.x86_64 468/665 Installing : python3-Bottleneck-1.2.1-17.el9s.x86_64 469/665 Installing : libwayland-server-1.21.0-1.el9.x86_64 470/665 Installing : mesa-libgbm-24.2.8-2.el9.x86_64 471/665 Installing : mesa-libglapi-24.2.8-2.el9.x86_64 472/665 Installing : mesa-dri-drivers-24.2.8-2.el9.x86_64 473/665 Installing : librsvg2-2.50.7-3.el9.x86_64 474/665 Installing : libpq-13.20-1.el9.x86_64 475/665 Installing : python3-psycopg2-2.8.6-6.el9.x86_64 476/665 Installing : libmpc-1.2.1-4.el9.x86_64 477/665 Installing : python3-gmpy2-2.1.0-0.22.b5.el9s.x86_64 478/665 Installing : libmaxminddb-1.5.2-4.el9.x86_64 479/665 Installing : libijs-0.35-15.el9.x86_64 480/665 Installing : libglvnd-1:1.3.4-1.el9.x86_64 481/665 Installing : libfontenc-1.1.3-17.el9.x86_64 482/665 Installing : mkfontscale-1.2.1-3.el9.x86_64 483/665 Installing : xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarc 484/665 Running scriptlet: xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarc 484/665 Installing : libasyncns-0.8-22.el9.x86_64 485/665 Installing : libXxf86vm-1.1.4-18.el9.x86_64 486/665 Installing : libglvnd-glx-1:1.3.4-1.el9.x86_64 487/665 Installing : mesa-libGL-24.2.8-2.el9.x86_64 488/665 Installing : mesa-libGLU-9.0.1-6.el9.x86_64 489/665 Installing : gstreamer1-1.22.12-3.el9.x86_64 490/665 Installing : gsm-1.0.19-6.el9.x86_64 491/665 Installing : libsndfile-1.0.31-9.el9.x86_64 492/665 Installing : pulseaudio-libs-15.0-3.el9.x86_64 493/665 Installing : google-droid-sans-fonts-20200215-11.el9.2.noarch 494/665 Installing : geolite2-country-20191217-6.el9.noarch 495/665 Installing : geolite2-city-20191217-6.el9.noarch 496/665 Installing : ipcalc-1.0.0-5.el9.x86_64 497/665 Installing : openstack-network-scripts-10.11.1-6.el9s.x86_64 498/665 Running scriptlet: openstack-network-scripts-10.11.1-6.el9s.x86_64 498/665 Installing : openstack-network-scripts-openvswitch3.3-10.11.1 499/665 Installing : emacs-filesystem-1:27.2-16.el9.noarch 500/665 Installing : desktop-file-utils-0.26-6.el9.x86_64 501/665 Installing : xdg-utils-1.1.3-13.el9.noarch 502/665 Installing : double-conversion-3.1.5-6.el9.x86_64 503/665 Installing : python3-ujson-5.5.0-1.el9s.x86_64 504/665 Installing : checkpolicy-3.6-1.el9.x86_64 505/665 Installing : alsa-lib-1.2.13-2.el9.x86_64 506/665 Installing : libcanberra-0.30-27.el9.x86_64 507/665 Running scriptlet: libcanberra-0.30-27.el9.x86_64 507/665 Installing : libcanberra-gtk3-0.30-27.el9.x86_64 508/665 Installing : gtk2-2.24.33-8.el9.x86_64 509/665 Installing : libcanberra-gtk2-0.30-27.el9.x86_64 510/665 Installing : adobe-mappings-pdf-20180407-10.el9.noarch 511/665 Installing : libgs-9.54.0-19.el9.x86_64 512/665 Installing : ghostscript-tools-fonts-9.54.0-19.el9.x86_64 513/665 Installing : ghostscript-tools-printing-9.54.0-19.el9.x86_64 514/665 Installing : ghostscript-9.54.0-19.el9.x86_64 515/665 Installing : texlive-thumbpdf-9:20200406-26.el9.noarch 516/665 Installing : texlive-fontspec-9:20200406-26.el9.noarch 517/665 Installing : texlive-l3packages-9:20200406-26.el9.noarch 518/665 Installing : texlive-lualatex-math-9:20200406-26.el9.noarch 519/665 Installing : texlive-unicode-math-9:20200406-26.el9.noarch 520/665 Installing : texlive-oberdiek-9:20200406-26.el9.noarch 521/665 Installing : texlive-l3kernel-9:20200406-26.el9.noarch 522/665 Installing : texlive-metalogo-9:20200406-26.el9.noarch 523/665 Installing : graphviz-2.44.0-26.el9.x86_64 524/665 Running scriptlet: graphviz-2.44.0-26.el9.x86_64 524/665 Installing : python3-pydot-1.4.2-1.el9s.noarch 525/665 Installing : python3-pygraphviz-1.7-1.el9s.x86_64 526/665 Installing : texlive-breqn-9:20200406-26.el9.noarch 527/665 Installing : texlive-l3experimental-9:20200406-26.el9.noarch 528/665 Installing : texlive-bidi-9:20200406-26.el9.noarch 529/665 Installing : texlive-polyglossia-9:20200406-26.el9.noarch 530/665 Installing : texlive-mathspec-9:20200406-26.el9.noarch 531/665 Installing : texlive-realscripts-9:20200406-26.el9.noarch 532/665 Installing : texlive-xltxtra-9:20200406-26.el9.noarch 533/665 Installing : texlive-collection-fontsrecommended-9:20200406-2 534/665 Installing : texlive-collection-latexrecommended-9:20200406-2 535/665 Installing : texlive-collection-latex-9:20200406-26.el9.noarc 536/665 Installing : texlive-collection-basic-9:20200406-26.el9.noarc 537/665 Installing : texlive-dvipdfmx-9:20200406-26.el9.x86_64 538/665 Installing : texlive-xetex-9:20200406-26.el9.x86_64 539/665 Installing : qpid-proton-c-0.35.0-2.el9s.x86_64 540/665 Installing : python3-qpid-proton-0.35.0-2.el9s.x86_64 541/665 Installing : python3-pyngus-2.3.0-8.el9s.noarch 542/665 Installing : python3-yappi-1.3.6-1.el9s.x86_64 543/665 Installing : python3-wsgi_intercept-1.12.0-5.el9s.noarch 544/665 Installing : python3-werkzeug-2.2.2-1.el9s.noarch 545/665 Installing : python3-websocket-client-1.3.3-2.el9s.noarch 546/665 Installing : python3-kubernetes-1:24.2.0-4.el9s.noarch 547/665 Installing : python3-uhashring-2.1-1.el9s.noarch 548/665 Installing : python3-testresources-2.0.1-2.el9s.noarch 549/665 Installing : python3-testrepository-0.0.20-24.el9s.noarch 550/665 Installing : python3-string_utils-1.0.0-4.el9s.noarch 551/665 Installing : python3-statsd-3.2.1-20.el9s.noarch 552/665 Installing : python3-sshtunnel-0.4.0-12.el9s.noarch 553/665 Installing : python3-whitebox-tests-tempest-0.0.3-0.202404121 554/665 Installing : python3-sqlparse-0.4.2-4.el9s.noarch 555/665 Installing : python3-migrate-0.13.0-5.el9s.noarch 556/665 Installing : python3-smi-0.3.4-10.el9s.noarch 557/665 Installing : python3-pysnmp-4.4.12-6.el9s.noarch 558/665 Installing : python3-semantic_version-2.8.4-7.el9s.noarch 559/665 Installing : python3-murano-pkg-check-0.3.0-20.el9s.noarch 560/665 Installing : python3-muranoclient-2.6.0-0.20230310202447.862c 561/665 Installing : python3-murano-tests-tempest-2.7.0-0.20240131092 562/665 Installing : python3-rfc3986+idna2008-1.5.0-1.el9s.noarch 563/665 Installing : python3-repoze-lru-0.7-10.el9s.noarch 564/665 Installing : python3-routes-2.5.1-1.el9s.noarch 565/665 Installing : python3-oslo-service-3.1.2-0.20240617091247.9be8 566/665 Installing : python3-trove-tests-tempest-1:2.2.0-0.2024013109 567/665 Installing : python3-pyroute2-0.7.3-1.el9s.noarch 568/665 Installing : python3-prometheus_client-0.9.0-2.el9s.noarch 569/665 Installing : python3-oslo-metrics-0.6.0-0.20230310153035.9501 570/665 Installing : python3-olefile-0.46-13.el9s.noarch 571/665 Installing : python3-monotonic-1.5-9.el9s.noarch 572/665 Installing : python3-gnocchiclient-7.0.7-0.20230310114541.cad 573/665 Installing : python3-mock-4.0.3-5.el9s.noarch 574/665 Installing : python3-mistral-tests-tempest-2.2.0-0.2024013109 575/665 Installing : python3-memcached-1.59-3.el9s.noarch 576/665 Installing : python3-logutils-0.3.5-15.el9s.noarch 577/665 Installing : python3-pecan-1.4.2-2.el9s.noarch 578/665 Installing : python3-kiwisolver-1.3.1-2.el9s.x86_64 579/665 Installing : python3-kazoo-2.8.0-2.el9s.noarch 580/665 Installing : python3-zake-0.2.2-22.el9s.noarch 581/665 Installing : python3-jsonpath-rw-1.4.0-4.el9s.noarch 582/665 Installing : python3-jsonpath-rw-ext-1.2.2-2.el9s.noarch 583/665 Installing : python3-gabbi-2.7.2-8.el9s.noarch 584/665 Installing : python3-hyperframe-6.0.0-2.el9s.noarch 585/665 Installing : python3-hpack-4.0.0-2.el9s.noarch 586/665 Installing : python3-h2-4.0.0-3.el9s.noarch 587/665 Installing : python3-h11-0.12.0-2.el9s.noarch 588/665 Installing : python3-httpcore-0.15.0-2.el9s.noarch 589/665 Installing : python3-httpx-0.23.0-1.el9s.noarch 590/665 Installing : python3-distro-1.7.0-3.el9s.noarch 591/665 Installing : python3-policycoreutils-3.6-3.el9.noarch 592/665 Installing : policycoreutils-python-utils-3.6-3.el9.noarch 593/665 Running scriptlet: openvswitch-selinux-extra-policy-1.0-36.el9s.noa 594/665 Installing : openvswitch-selinux-extra-policy-1.0-36.el9s.noa 594/665 Running scriptlet: openvswitch-selinux-extra-policy-1.0-36.el9s.noa 594/665 Running scriptlet: openvswitch3.3-3.3.4-115.el9s.x86_64 595/665 Installing : openvswitch3.3-3.3.4-115.el9s.x86_64 595/665 Running scriptlet: openvswitch3.3-3.3.4-115.el9s.x86_64 595/665 Installing : python3-openvswitch3.3-3.3.4-115.el9s.x86_64 596/665 Installing : rdo-openvswitch-2:3.3-1.el9s.noarch 597/665 Installing : python3-rdo-openvswitch-2:3.3-1.el9s.noarch 598/665 Installing : python3-os-ken-2.6.1-0.20240808101239.6b427e4.el 599/665 warning: group neutron does not exist - using root Installing : python3-ovsdbapp-2.2.2-0.20250310130901.2b6725a. 600/665 Running scriptlet: memcached-selinux-1.6.9-7.el9.x86_64 601/665 Installing : memcached-selinux-1.6.9-7.el9.x86_64 601/665 Running scriptlet: memcached-selinux-1.6.9-7.el9.x86_64 601/665 Running scriptlet: memcached-1.6.9-7.el9.x86_64 602/665 Installing : memcached-1.6.9-7.el9.x86_64 602/665 Running scriptlet: memcached-1.6.9-7.el9.x86_64 602/665 Installing : python3-binary-memcached-0.31.1-1.el9s.noarch 603/665 Installing : python3-dictdiffer-0.8.1-6.el9s.noarch 604/665 Installing : python3-openshift-1:0.11.2-3.el9s.noarch 605/665 Installing : python3-kuryr-tests-tempest-0.15.1-0.20240131095 606/665 Installing : python3-deprecated-1.2.13-3.el9s.noarch 607/665 Installing : python3-cycler-0.10.0-17.el9s.noarch 608/665 Installing : python3-async-timeout-4.0.2-5.el9s.noarch 609/665 Installing : python3-redis-4.3.4-1.el9s.noarch 610/665 Installing : python3-tooz-3.2.0-0.20241115125625.1a76dd6.el9. 611/665 Installing : libraqm-0.7.0-7.el9s.x86_64 612/665 Installing : libimagequant-2.14.1-1.el9s.x86_64 613/665 Installing : python3-pillow-9.2.0-2.el9s.x86_64 614/665 Installing : python3-matplotlib-tk-3.4.2-1.el9s.x86_64 615/665 Installing : python3-matplotlib-3.4.2-1.el9s.x86_64 616/665 Installing : python3-mpmath-1.2.1-2.el9s.noarch 617/665 Installing : python3-scapy-2.6.1-1.el9.noarch 618/665 Installing : python3-whitebox-neutron-tests-tempest-0.9.2-0.2 619/665 Installing : python3-pyglet-1.4.6-4.el9s.noarch 620/665 Installing : python3-sympy-1.11.1-2.el9s.x86_64 621/665 Installing : libaec-1.0.4-7.el9s.x86_64 622/665 Installing : hdf5-1.10.6-5.el9s.x86_64 623/665 Installing : python3-tables-3.6.1-4.el9s.x86_64 624/665 Installing : python3-pandas-1.2.1-2.el9s.x86_64 625/665 Installing : python3-networkx-2.6.2-2.el9.noarch 626/665 Installing : python3-zaqar-tests-tempest-1.7.0-0.202401310943 627/665 Installing : python3-magnum-tests-tempest-2.1.0-0.20240131093 628/665 Installing : python3-octavia-tests-tempest-golang-2.6.0-0.202 629/665 Installing : python3-octavia-tests-tempest-2.6.0-0.2024040906 630/665 Installing : python3-glance-tests-tempest-0.7.0-0.20240131091 631/665 Installing : python-pycadf-common-3.1.1-0.20230310113453.4179 632/665 Installing : python3-pycadf-3.1.1-0.20230310113453.4179996.el 633/665 Installing : python-oslo-versionedobjects-lang-3.1.0-0.202303 634/665 Installing : python-oslo-policy-lang-4.1.1-0.20230310200304.0 635/665 Installing : python3-oslo-policy-4.1.1-0.20230310200304.043db 636/665 Installing : python3-oslo-upgradecheck-2.1.1-0.20230310191026 637/665 Installing : python-oslo-middleware-lang-5.1.1-0.202402191516 638/665 Installing : python3-oslo-middleware-5.1.1-0.20240219151614.7 639/665 Installing : python3-oslo-messaging-14.2.5-0.20240913082034.8 640/665 Installing : python3-osprofiler-3.4.3-0.20230310121559.328630 641/665 Installing : python3-aodhclient-3.2.1-0.20240304093813.de9633 642/665 Installing : python3-heat-tests-tempest-2.1.0-0.2024040906140 643/665 Installing : python3-telemetry-tests-tempest-2.5.1-0.20250603 644/665 Installing : python3-oslo-versionedobjects-3.1.0-0.2023031013 645/665 Installing : python-oslo-db-lang-12.3.3-0.20241104094751.be05 646/665 Installing : python3-oslo-db-12.3.3-0.20241104094751.be0515d. 647/665 Installing : python3-neutron-lib-3.4.3-0.20240913085837.f3968 648/665 Installing : python3-neutron-tests-tempest-2.7.0-0.2024040906 649/665 Installing : python3-networking-l2gw-tests-tempest-0.1.1-0.20 650/665 Installing : python-oslo-cache-lang-3.3.2-0.20250611040748.88 651/665 Installing : python3-oslo-cache-3.3.2-0.20250611040748.880d81 652/665 Installing : python3-keystonemiddleware-10.2.0-0.202402010608 653/665 Installing : python3-vitrage-10.0.1-0.20230331173702.c0cbd11. 654/665 Installing : python3-saharaclient-4.1.0-0.20230310130803.d0c0 655/665 Installing : python3-sahara-tempest-0.16.0-0.20230314174536.9 656/665 Installing : python3-sahara-tests-tempest-0.16.0-0.2023031417 657/665 Installing : python-vitrageclient-bash-completion-4.7.0-0.202 658/665 Installing : python3-vitrageclient-4.7.0-0.20230310185114.b6d 659/665 Installing : python3-vitrage-tests-tempest-6.2.0-0.2024013109 660/665 Installing : python3-cinder-tests-tempest-1.15.0-0.2024092407 661/665 Installing : python3-ironic-tests-tempest-2.11.0-0.2024100213 662/665 Installing : python3-barbican-tests-tempest-4.0.0-0.202404090 663/665 Installing : openstack-tempest-all-1:41.0.0-0.20250124132801. 664/665 Installing : rpm-plugin-selinux-4.16.1.3-38.el9.x86_64 665/665 Running scriptlet: texlive-base-9:20200406-26.el9.noarch 665/665 Running scriptlet: nss-3.101.0-10.el9.x86_64 665/665 Running scriptlet: urw-base35-bookman-fonts-20200910-6.el9.noarch 665/665 Running scriptlet: urw-base35-c059-fonts-20200910-6.el9.noarch 665/665 Running scriptlet: urw-base35-d050000l-fonts-20200910-6.el9.noarch 665/665 Running scriptlet: urw-base35-gothic-fonts-20200910-6.el9.noarch 665/665 Running scriptlet: urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.n 665/665 Running scriptlet: urw-base35-nimbus-roman-fonts-20200910-6.el9.noa 665/665 Running scriptlet: urw-base35-nimbus-sans-fonts-20200910-6.el9.noar 665/665 Running scriptlet: urw-base35-p052-fonts-20200910-6.el9.noarch 665/665 Running scriptlet: urw-base35-standard-symbols-ps-fonts-20200910-6. 665/665 Running scriptlet: urw-base35-z003-fonts-20200910-6.el9.noarch 665/665 Running scriptlet: selinux-policy-targeted-38.1.58-1.el9.noarch 665/665 Running scriptlet: openvswitch-selinux-extra-policy-1.0-36.el9s.noa 665/665 Running scriptlet: memcached-selinux-1.6.9-7.el9.x86_64 665/665 Running scriptlet: rpm-plugin-selinux-4.16.1.3-38.el9.x86_64 665/665 Verifying : python3-barbican-tests-tempest-4.0.0-0.202404090 1/665 Verifying : python3-ironic-tests-tempest-2.11.0-0.2024100213 2/665 Verifying : python3-cinder-tests-tempest-1.15.0-0.2024092407 3/665 Verifying : python-vitrageclient-bash-completion-4.7.0-0.202 4/665 Verifying : python3-aodhclient-3.2.1-0.20240304093813.de9633 5/665 Verifying : python3-gnocchiclient-7.0.7-0.20230310114541.cad 6/665 Verifying : python3-heatclient-3.2.0-0.20230310183420.712739 7/665 Verifying : python3-mistralclient-5.0.0-0.20230310153603.b94 8/665 Verifying : python3-muranoclient-2.6.0-0.20230310202447.862c 9/665 Verifying : python3-oslotest-4.5.0-0.20230310114753.d4b1896. 10/665 Verifying : python3-saharaclient-4.1.0-0.20230310130803.d0c0 11/665 Verifying : python3-vitrageclient-4.7.0-0.20230310185114.b6d 12/665 Verifying : python3-zaqarclient-2.5.1-0.20230310155753.d78bf 13/665 Verifying : os-collect-config-14.0.1-0.20250611131658.2861e4 14/665 Verifying : os-refresh-config-14.0.1-0.20250610103953.d88765 15/665 Verifying : python-oslo-cache-lang-3.3.2-0.20250611040748.88 16/665 Verifying : python-oslo-db-lang-12.3.3-0.20241104094751.be05 17/665 Verifying : python-oslo-middleware-lang-5.1.1-0.202402191516 18/665 Verifying : python-oslo-policy-lang-4.1.1-0.20230310200304.0 19/665 Verifying : python-oslo-versionedobjects-lang-3.1.0-0.202303 20/665 Verifying : python-pycadf-common-3.1.1-0.20230310113453.4179 21/665 Verifying : python3-futurist-2.4.1-0.20230310123225.159d752. 22/665 Verifying : python3-os-traits-2.10.0-0.20230310171422.0d924f 23/665 Verifying : python3-oslo-cache-3.3.2-0.20250611040748.880d81 24/665 Verifying : python3-oslo-db-12.3.3-0.20241104094751.be0515d. 25/665 Verifying : python3-oslo-messaging-14.2.5-0.20240913082034.8 26/665 Verifying : python3-oslo-metrics-0.6.0-0.20230310153035.9501 27/665 Verifying : python3-oslo-middleware-5.1.1-0.20240219151614.7 28/665 Verifying : python3-oslo-policy-4.1.1-0.20230310200304.043db 29/665 Verifying : python3-oslo-service-3.1.2-0.20240617091247.9be8 30/665 Verifying : python3-oslo-upgradecheck-2.1.1-0.20230310191026 31/665 Verifying : python3-oslo-versionedobjects-3.1.0-0.2023031013 32/665 Verifying : python3-osprofiler-3.4.3-0.20230310121559.328630 33/665 Verifying : python3-pycadf-3.1.1-0.20230310113453.4179996.el 34/665 Verifying : python3-tooz-3.2.0-0.20241115125625.1a76dd6.el9. 35/665 Verifying : python3-vitrage-10.0.1-0.20230331173702.c0cbd11. 36/665 Verifying : python3-whitebox-tests-tempest-0.0.3-0.202404121 37/665 Verifying : python3-designate-tests-tempest-0.22.0-0.2024040 38/665 Verifying : python3-glance-tests-tempest-0.7.0-0.20240131091 39/665 Verifying : python3-keystone-tests-tempest-0.16.0-0.20240528 40/665 Verifying : python3-keystonemiddleware-10.2.0-0.202402010608 41/665 Verifying : python3-manila-tests-tempest-1:2.4.0-0.202407301 42/665 Verifying : python3-networking-l2gw-tests-tempest-0.1.1-0.20 43/665 Verifying : python3-neutron-lib-3.4.3-0.20240913085837.f3968 44/665 Verifying : python3-neutron-tests-tempest-2.7.0-0.2024040906 45/665 Verifying : python3-os-ken-2.6.1-0.20240808101239.6b427e4.el 46/665 Verifying : python3-ovsdbapp-2.2.2-0.20250310130901.2b6725a. 47/665 Verifying : python3-whitebox-neutron-tests-tempest-0.9.2-0.2 48/665 Verifying : python3-octavia-tests-tempest-2.6.0-0.2024040906 49/665 Verifying : python3-octavia-tests-tempest-golang-2.6.0-0.202 50/665 Verifying : python3-watcher-tests-tempest-1:3.0.0-0.20240131 51/665 Verifying : openstack-tempest-all-1:41.0.0-0.20250124132801. 52/665 Verifying : python3-heat-tests-tempest-2.1.0-0.2024040906140 53/665 Verifying : python3-kuryr-tests-tempest-0.15.1-0.20240131095 54/665 Verifying : python3-magnum-tests-tempest-2.1.0-0.20240131093 55/665 Verifying : python3-mistral-tests-tempest-2.2.0-0.2024013109 56/665 Verifying : python3-murano-tests-tempest-2.7.0-0.20240131092 57/665 Verifying : python3-sahara-tempest-0.16.0-0.20230314174536.9 58/665 Verifying : python3-sahara-tests-tempest-0.16.0-0.2023031417 59/665 Verifying : python3-telemetry-tests-tempest-2.5.1-0.20250603 60/665 Verifying : python3-trove-tests-tempest-1:2.2.0-0.2024013109 61/665 Verifying : python3-vitrage-tests-tempest-6.2.0-0.2024013109 62/665 Verifying : python3-zaqar-tests-tempest-1.7.0-0.202401310943 63/665 Verifying : blosc-1.21.0-1.el9s.x86_64 64/665 Verifying : hdf5-1.10.6-5.el9s.x86_64 65/665 Verifying : libaec-1.0.4-7.el9s.x86_64 66/665 Verifying : libimagequant-2.14.1-1.el9s.x86_64 67/665 Verifying : libraqm-0.7.0-7.el9s.x86_64 68/665 Verifying : openstack-network-scripts-10.11.1-6.el9s.x86_64 69/665 Verifying : openstack-network-scripts-openvswitch3.3-10.11.1 70/665 Verifying : python3-Bottleneck-1.2.1-17.el9s.x86_64 71/665 Verifying : python3-alembic-1.8.1-1.el9s.noarch 72/665 Verifying : python3-amqp-5.1.1-1.el9s.noarch 73/665 Verifying : python3-anyio-3.5.0-1.el9s.noarch 74/665 Verifying : python3-async-timeout-4.0.2-5.el9s.noarch 75/665 Verifying : python3-binary-memcached-0.31.1-1.el9s.noarch 76/665 Verifying : python3-cachetools-5.2.0-3.el9s.noarch 77/665 Verifying : python3-certifi-2020.12.5-2.el9s.noarch 78/665 Verifying : python3-cotyledon-1.7.3-8.el9s.noarch 79/665 Verifying : python3-cycler-0.10.0-17.el9s.noarch 80/665 Verifying : python3-ddt-1.6.0-1.el9s.noarch 81/665 Verifying : python3-deprecated-1.2.13-3.el9s.noarch 82/665 Verifying : python3-dictdiffer-0.8.1-6.el9s.noarch 83/665 Verifying : python3-distro-1.7.0-3.el9s.noarch 84/665 Verifying : python3-etcd3gw-2.1.0-1.el9s.noarch 85/665 Verifying : python3-eventlet-0.33.3-2.el9s.noarch 86/665 Verifying : python3-gabbi-2.7.2-8.el9s.noarch 87/665 Verifying : python3-gmpy2-2.1.0-0.22.b5.el9s.x86_64 88/665 Verifying : python3-google-auth-1:2.12.0-1.el9s.noarch 89/665 Verifying : python3-greenlet-1.1.3-1.el9s.x86_64 90/665 Verifying : python3-h11-0.12.0-2.el9s.noarch 91/665 Verifying : python3-h2-4.0.0-3.el9s.noarch 92/665 Verifying : python3-hpack-4.0.0-2.el9s.noarch 93/665 Verifying : python3-httpcore-0.15.0-2.el9s.noarch 94/665 Verifying : python3-httpx-0.23.0-1.el9s.noarch 95/665 Verifying : python3-hyperframe-6.0.0-2.el9s.noarch 96/665 Verifying : python3-jinja2-3.0.1-2.el9s.noarch 97/665 Verifying : python3-jsonpath-rw-1.4.0-4.el9s.noarch 98/665 Verifying : python3-jsonpath-rw-ext-1.2.2-2.el9s.noarch 99/665 Verifying : python3-jwt+crypto-2.4.0-1.el9s.noarch 100/665 Verifying : python3-jwt-2.4.0-1.el9s.noarch 101/665 Verifying : python3-kazoo-2.8.0-2.el9s.noarch 102/665 Verifying : python3-kiwisolver-1.3.1-2.el9s.x86_64 103/665 Verifying : python3-kombu-1:5.2.4-3.el9s.noarch 104/665 Verifying : python3-kubernetes-1:24.2.0-4.el9s.noarch 105/665 Verifying : python3-logutils-0.3.5-15.el9s.noarch 106/665 Verifying : python3-matplotlib-3.4.2-1.el9s.x86_64 107/665 Verifying : python3-matplotlib-data-3.4.2-1.el9s.noarch 108/665 Verifying : python3-matplotlib-data-fonts-3.4.2-1.el9s.noarc 109/665 Verifying : python3-matplotlib-tk-3.4.2-1.el9s.x86_64 110/665 Verifying : python3-memcached-1.59-3.el9s.noarch 111/665 Verifying : python3-migrate-0.13.0-5.el9s.noarch 112/665 Verifying : python3-mock-4.0.3-5.el9s.noarch 113/665 Verifying : python3-monotonic-1.5-9.el9s.noarch 114/665 Verifying : python3-mpmath-1.2.1-2.el9s.noarch 115/665 Verifying : python3-murano-pkg-check-0.3.0-20.el9s.noarch 116/665 Verifying : python3-ncclient-0.6.13-3.el9s.noarch 117/665 Verifying : python3-numexpr-2.7.1-5.el9s.x86_64 118/665 Verifying : python3-olefile-0.46-13.el9s.noarch 119/665 Verifying : python3-openshift-1:0.11.2-3.el9s.noarch 120/665 Verifying : python3-pandas-1.2.1-2.el9s.x86_64 121/665 Verifying : python3-paste-3.5.2-1.el9s.noarch 122/665 Verifying : python3-paste-deploy-2.1.1-2.el9s.noarch 123/665 Verifying : python3-pecan-1.4.2-2.el9s.noarch 124/665 Verifying : python3-pillow-9.2.0-2.el9s.x86_64 125/665 Verifying : python3-prometheus_client-0.9.0-2.el9s.noarch 126/665 Verifying : python3-pydot-1.4.2-1.el9s.noarch 127/665 Verifying : python3-pyglet-1.4.6-4.el9s.noarch 128/665 Verifying : python3-pygraphviz-1.7-1.el9s.x86_64 129/665 Verifying : python3-pyngus-2.3.0-8.el9s.noarch 130/665 Verifying : python3-pyroute2-0.7.3-1.el9s.noarch 131/665 Verifying : python3-pysnmp-4.4.12-6.el9s.noarch 132/665 Verifying : python3-qpid-proton-0.35.0-2.el9s.x86_64 133/665 Verifying : python3-rdo-openvswitch-2:3.3-1.el9s.noarch 134/665 Verifying : python3-redis-4.3.4-1.el9s.noarch 135/665 Verifying : python3-repoze-lru-0.7-10.el9s.noarch 136/665 Verifying : python3-rfc3986+idna2008-1.5.0-1.el9s.noarch 137/665 Verifying : python3-routes-2.5.1-1.el9s.noarch 138/665 Verifying : python3-rsa-4.8-1.el9s.noarch 139/665 Verifying : python3-semantic_version-2.8.4-7.el9s.noarch 140/665 Verifying : python3-setproctitle-1.2.3-2.el9s.x86_64 141/665 Verifying : python3-smi-0.3.4-10.el9s.noarch 142/665 Verifying : python3-sniffio-1.2.0-2.el9s.noarch 143/665 Verifying : python3-sqlparse-0.4.2-4.el9s.noarch 144/665 Verifying : python3-sshtunnel-0.4.0-12.el9s.noarch 145/665 Verifying : python3-statsd-3.2.1-20.el9s.noarch 146/665 Verifying : python3-string_utils-1.0.0-4.el9s.noarch 147/665 Verifying : python3-sympy-1.11.1-2.el9s.x86_64 148/665 Verifying : python3-tempita-0.5.2-2.el9s.noarch 149/665 Verifying : python3-testrepository-0.0.20-24.el9s.noarch 150/665 Verifying : python3-testresources-2.0.1-2.el9s.noarch 151/665 Verifying : python3-uhashring-2.1-1.el9s.noarch 152/665 Verifying : python3-ujson-5.5.0-1.el9s.x86_64 153/665 Verifying : python3-vine-5.0.0-3.el9s.noarch 154/665 Verifying : python3-webob-1.8.7-1.el9s.noarch 155/665 Verifying : python3-websocket-client-1.3.3-2.el9s.noarch 156/665 Verifying : python3-werkzeug-2.2.2-1.el9s.noarch 157/665 Verifying : python3-wsgi_intercept-1.12.0-5.el9s.noarch 158/665 Verifying : python3-yappi-1.3.6-1.el9s.x86_64 159/665 Verifying : python3-yaql-2.0.0-2.el9s.noarch 160/665 Verifying : python3-zake-0.2.2-22.el9s.noarch 161/665 Verifying : qpid-proton-c-0.35.0-2.el9s.x86_64 162/665 Verifying : rdo-openvswitch-2:3.3-1.el9s.noarch 163/665 Verifying : python3-tables-3.6.1-4.el9s.x86_64 164/665 Verifying : openvswitch-selinux-extra-policy-1.0-36.el9s.noa 165/665 Verifying : openvswitch3.3-3.3.4-115.el9s.x86_64 166/665 Verifying : python3-openvswitch3.3-3.3.4-115.el9s.x86_64 167/665 Verifying : adobe-mappings-cmap-20171205-12.el9.noarch 168/665 Verifying : adobe-mappings-cmap-deprecated-20171205-12.el9.n 169/665 Verifying : adobe-mappings-pdf-20180407-10.el9.noarch 170/665 Verifying : alsa-lib-1.2.13-2.el9.x86_64 171/665 Verifying : checkpolicy-3.6-1.el9.x86_64 172/665 Verifying : desktop-file-utils-0.26-6.el9.x86_64 173/665 Verifying : double-conversion-3.1.5-6.el9.x86_64 174/665 Verifying : emacs-filesystem-1:27.2-16.el9.noarch 175/665 Verifying : flac-libs-1.3.3-12.el9.x86_64 176/665 Verifying : flexiblas-3.0.4-8.el9.x86_64 177/665 Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 178/665 Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 179/665 Verifying : gd-2.3.2-3.el9.x86_64 180/665 Verifying : geolite2-city-20191217-6.el9.noarch 181/665 Verifying : geolite2-country-20191217-6.el9.noarch 182/665 Verifying : ghostscript-9.54.0-19.el9.x86_64 183/665 Verifying : ghostscript-tools-fonts-9.54.0-19.el9.x86_64 184/665 Verifying : ghostscript-tools-printing-9.54.0-19.el9.x86_64 185/665 Verifying : google-droid-sans-fonts-20200215-11.el9.2.noarch 186/665 Verifying : graphviz-2.44.0-26.el9.x86_64 187/665 Verifying : gsm-1.0.19-6.el9.x86_64 188/665 Verifying : gstreamer1-1.22.12-3.el9.x86_64 189/665 Verifying : gtk2-2.24.33-8.el9.x86_64 190/665 Verifying : jbig2dec-libs-0.19-7.el9.x86_64 191/665 Verifying : libICE-1.0.10-8.el9.x86_64 192/665 Verifying : libSM-1.2.3-10.el9.x86_64 193/665 Verifying : libX11-xcb-1.7.0-11.el9.x86_64 194/665 Verifying : libXaw-1.0.13-19.el9.x86_64 195/665 Verifying : libXmu-1.1.3-8.el9.x86_64 196/665 Verifying : libXpm-3.5.13-10.el9.x86_64 197/665 Verifying : libXt-1.2.0-6.el9.x86_64 198/665 Verifying : libXxf86vm-1.1.4-18.el9.x86_64 199/665 Verifying : libasyncns-0.8-22.el9.x86_64 200/665 Verifying : libcanberra-0.30-27.el9.x86_64 201/665 Verifying : libcanberra-gtk2-0.30-27.el9.x86_64 202/665 Verifying : libcanberra-gtk3-0.30-27.el9.x86_64 203/665 Verifying : libdrm-2.4.123-2.el9.x86_64 204/665 Verifying : libfontenc-1.1.3-17.el9.x86_64 205/665 Verifying : libglvnd-1:1.3.4-1.el9.x86_64 206/665 Verifying : libglvnd-glx-1:1.3.4-1.el9.x86_64 207/665 Verifying : libgs-9.54.0-19.el9.x86_64 208/665 Verifying : libijs-0.35-15.el9.x86_64 209/665 Verifying : libmaxminddb-1.5.2-4.el9.x86_64 210/665 Verifying : libmpc-1.2.1-4.el9.x86_64 211/665 Verifying : libogg-2:1.3.4-6.el9.x86_64 212/665 Verifying : libpaper-1.1.28-4.el9.x86_64 213/665 Verifying : libpq-13.20-1.el9.x86_64 214/665 Verifying : librsvg2-2.50.7-3.el9.x86_64 215/665 Verifying : libsndfile-1.0.31-9.el9.x86_64 216/665 Verifying : libvorbis-1:1.3.7-5.el9.x86_64 217/665 Verifying : libwayland-server-1.21.0-1.el9.x86_64 218/665 Verifying : libxcrypt-compat-4.4.18-3.el9.x86_64 219/665 Verifying : libxshmfence-1.3-10.el9.x86_64 220/665 Verifying : libxslt-1.1.34-12.el9.x86_64 221/665 Verifying : llvm-filesystem-20.1.3-1.el9.x86_64 222/665 Verifying : llvm-libs-20.1.3-1.el9.x86_64 223/665 Verifying : memcached-1.6.9-7.el9.x86_64 224/665 Verifying : memcached-selinux-1.6.9-7.el9.x86_64 225/665 Verifying : mesa-dri-drivers-24.2.8-2.el9.x86_64 226/665 Verifying : mesa-filesystem-24.2.8-2.el9.x86_64 227/665 Verifying : mesa-libGL-24.2.8-2.el9.x86_64 228/665 Verifying : mesa-libGLU-9.0.1-6.el9.x86_64 229/665 Verifying : mesa-libgbm-24.2.8-2.el9.x86_64 230/665 Verifying : mesa-libglapi-24.2.8-2.el9.x86_64 231/665 Verifying : mkfontscale-1.2.1-3.el9.x86_64 232/665 Verifying : nmap-3:7.92-3.el9.x86_64 233/665 Verifying : nmap-ncat-3:7.92-3.el9.x86_64 234/665 Verifying : nspr-4.35.0-17.el9.x86_64 235/665 Verifying : nss-3.101.0-10.el9.x86_64 236/665 Verifying : nss-softokn-3.101.0-10.el9.x86_64 237/665 Verifying : nss-softokn-freebl-3.101.0-10.el9.x86_64 238/665 Verifying : nss-sysinit-3.101.0-10.el9.x86_64 239/665 Verifying : nss-util-3.101.0-10.el9.x86_64 240/665 Verifying : openblas-0.3.26-2.el9.x86_64 241/665 Verifying : openblas-openmp-0.3.26-2.el9.x86_64 242/665 Verifying : openjpeg2-2.4.0-8.el9.x86_64 243/665 Verifying : opus-1.3.1-10.el9.x86_64 244/665 Verifying : perl-AutoLoader-5.74-481.el9.noarch 245/665 Verifying : perl-B-1.80-481.el9.x86_64 246/665 Verifying : perl-Carp-1.50-460.el9.noarch 247/665 Verifying : perl-Class-Struct-0.66-481.el9.noarch 248/665 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 249/665 Verifying : perl-Digest-1.19-4.el9.noarch 250/665 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 251/665 Verifying : perl-Encode-4:3.08-462.el9.x86_64 252/665 Verifying : perl-Errno-1.30-481.el9.x86_64 253/665 Verifying : perl-Exporter-5.74-461.el9.noarch 254/665 Verifying : perl-Fcntl-1.13-481.el9.x86_64 255/665 Verifying : perl-File-Basename-2.85-481.el9.noarch 256/665 Verifying : perl-File-Copy-2.34-481.el9.noarch 257/665 Verifying : perl-File-Find-1.37-481.el9.noarch 258/665 Verifying : perl-File-Path-2.18-4.el9.noarch 259/665 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 260/665 Verifying : perl-File-stat-1.09-481.el9.noarch 261/665 Verifying : perl-FileHandle-2.03-481.el9.noarch 262/665 Verifying : perl-Filter-2:1.60-4.el9.x86_64 263/665 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 264/665 Verifying : perl-Getopt-Std-1.12-481.el9.noarch 265/665 Verifying : perl-HTTP-Tiny-0.076-462.el9.noarch 266/665 Verifying : perl-IO-1.43-481.el9.x86_64 267/665 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 268/665 Verifying : perl-IO-Socket-SSL-2.073-2.el9.noarch 269/665 Verifying : perl-IPC-Open3-1.21-481.el9.noarch 270/665 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 271/665 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 272/665 Verifying : perl-NDBM_File-1.15-481.el9.x86_64 273/665 Verifying : perl-Net-SSLeay-1.94-3.el9.x86_64 274/665 Verifying : perl-POSIX-1.94-481.el9.x86_64 275/665 Verifying : perl-PathTools-3.78-461.el9.x86_64 276/665 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 277/665 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 278/665 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 279/665 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 280/665 Verifying : perl-Scalar-List-Utils-4:1.56-462.el9.x86_64 281/665 Verifying : perl-SelectSaver-1.02-481.el9.noarch 282/665 Verifying : perl-Socket-4:2.031-4.el9.x86_64 283/665 Verifying : perl-Storable-1:3.21-460.el9.x86_64 284/665 Verifying : perl-Symbol-1.08-481.el9.noarch 285/665 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 286/665 Verifying : perl-Term-Cap-1.17-460.el9.noarch 287/665 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 288/665 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 289/665 Verifying : perl-Text-Unidecode-1.30-16.el9.noarch 290/665 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 291/665 Verifying : perl-URI-5.09-3.el9.noarch 292/665 Verifying : perl-XML-Parser-2.46-9.el9.x86_64 293/665 Verifying : perl-XML-XPath-1.44-11.el9.noarch 294/665 Verifying : perl-base-2.27-481.el9.noarch 295/665 Verifying : perl-constant-1.33-461.el9.noarch 296/665 Verifying : perl-encoding-4:3.00-462.el9.x86_64 297/665 Verifying : perl-if-0.60.800-481.el9.noarch 298/665 Verifying : perl-interpreter-4:5.32.1-481.el9.x86_64 299/665 Verifying : perl-libnet-3.13-4.el9.noarch 300/665 Verifying : perl-libs-4:5.32.1-481.el9.x86_64 301/665 Verifying : perl-mro-1.23-481.el9.x86_64 302/665 Verifying : perl-open-1.12-481.el9.noarch 303/665 Verifying : perl-overload-1.31-481.el9.noarch 304/665 Verifying : perl-overloading-0.02-481.el9.noarch 305/665 Verifying : perl-parent-1:0.238-460.el9.noarch 306/665 Verifying : perl-podlators-1:4.14-460.el9.noarch 307/665 Verifying : perl-subs-1.03-481.el9.noarch 308/665 Verifying : perl-vars-1.05-481.el9.noarch 309/665 Verifying : policycoreutils-python-utils-3.6-3.el9.noarch 310/665 Verifying : poppler-21.01.0-21.el9.x86_64 311/665 Verifying : poppler-data-0.4.9-9.el9.noarch 312/665 Verifying : pulseaudio-libs-15.0-3.el9.x86_64 313/665 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 314/665 Verifying : python3-audit-3.1.5-7.el9.x86_64 315/665 Verifying : python3-colorama-0.4.6-3.el9.noarch 316/665 Verifying : python3-devel-3.9.21-2.el9.x86_64 317/665 Verifying : python3-iniconfig-1.1.1-7.el9.noarch 318/665 Verifying : python3-libselinux-3.6-3.el9.x86_64 319/665 Verifying : python3-libsemanage-3.6-5.el9.x86_64 320/665 Verifying : python3-lxml-4.6.5-3.el9.x86_64 321/665 Verifying : python3-networkx-2.6.2-2.el9.noarch 322/665 Verifying : python3-numpy-1:1.23.5-1.el9.x86_64 323/665 Verifying : python3-numpy-f2py-1:1.23.5-1.el9.x86_64 324/665 Verifying : python3-oauthlib-3.1.1-5.el9.noarch 325/665 Verifying : python3-pip-21.3.1-1.el9.noarch 326/665 Verifying : python3-pluggy-0.13.1-7.el9.noarch 327/665 Verifying : python3-policycoreutils-3.6-3.el9.noarch 328/665 Verifying : python3-psutil-5.8.0-12.el9.x86_64 329/665 Verifying : python3-psycopg2-2.8.6-6.el9.x86_64 330/665 Verifying : python3-py-1.10.0-6.el9.noarch 331/665 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 332/665 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 333/665 Verifying : python3-pytest-6.2.2-7.el9.noarch 334/665 Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 335/665 Verifying : python3-ruamel-yaml-0.16.6-7.el9.1.x86_64 336/665 Verifying : python3-ruamel-yaml-clib-0.2.7-3.el9.x86_64 337/665 Verifying : python3-scapy-2.6.1-1.el9.noarch 338/665 Verifying : python3-scipy-1.9.3-2.el9.x86_64 339/665 Verifying : python3-sqlalchemy-1.4.45-3.el9.x86_64 340/665 Verifying : python3-tkinter-3.9.21-2.el9.x86_64 341/665 Verifying : python3-toml-0.10.2-6.el9.noarch 342/665 Verifying : sound-theme-freedesktop-0.8-17.el9.noarch 343/665 Verifying : teckit-2.5.9-8.el9.x86_64 344/665 Verifying : texlive-ae-9:20200406-26.el9.noarch 345/665 Verifying : texlive-algorithms-9:20200406-26.el9.noarch 346/665 Verifying : texlive-alphalph-9:20200406-26.el9.noarch 347/665 Verifying : texlive-amscls-9:20200406-26.el9.noarch 348/665 Verifying : texlive-amsfonts-9:20200406-26.el9.noarch 349/665 Verifying : texlive-amsmath-9:20200406-26.el9.noarch 350/665 Verifying : texlive-anysize-9:20200406-26.el9.noarch 351/665 Verifying : texlive-atbegshi-9:20200406-26.el9.noarch 352/665 Verifying : texlive-attachfile-9:20200406-26.el9.noarch 353/665 Verifying : texlive-attachfile2-9:20200406-26.el9.noarch 354/665 Verifying : texlive-atveryend-9:20200406-26.el9.noarch 355/665 Verifying : texlive-auxhook-9:20200406-26.el9.noarch 356/665 Verifying : texlive-avantgar-9:20200406-26.el9.noarch 357/665 Verifying : texlive-babel-9:20200406-26.el9.noarch 358/665 Verifying : texlive-babel-english-9:20200406-26.el9.noarch 359/665 Verifying : texlive-babelbib-9:20200406-26.el9.noarch 360/665 Verifying : texlive-base-9:20200406-26.el9.noarch 361/665 Verifying : texlive-beamer-9:20200406-26.el9.noarch 362/665 Verifying : texlive-bera-9:20200406-26.el9.noarch 363/665 Verifying : texlive-beton-9:20200406-26.el9.noarch 364/665 Verifying : texlive-bibtex-9:20200406-26.el9.x86_64 365/665 Verifying : texlive-bidi-9:20200406-26.el9.noarch 366/665 Verifying : texlive-bigintcalc-9:20200406-26.el9.noarch 367/665 Verifying : texlive-bitset-9:20200406-26.el9.noarch 368/665 Verifying : texlive-bookman-9:20200406-26.el9.noarch 369/665 Verifying : texlive-bookmark-9:20200406-26.el9.noarch 370/665 Verifying : texlive-booktabs-9:20200406-26.el9.noarch 371/665 Verifying : texlive-breakurl-9:20200406-26.el9.noarch 372/665 Verifying : texlive-breqn-9:20200406-26.el9.noarch 373/665 Verifying : texlive-caption-9:20200406-26.el9.noarch 374/665 Verifying : texlive-carlisle-9:20200406-26.el9.noarch 375/665 Verifying : texlive-catchfile-9:20200406-26.el9.noarch 376/665 Verifying : texlive-changepage-9:20200406-26.el9.noarch 377/665 Verifying : texlive-charter-9:20200406-26.el9.noarch 378/665 Verifying : texlive-chngcntr-9:20200406-26.el9.noarch 379/665 Verifying : texlive-cite-9:20200406-26.el9.noarch 380/665 Verifying : texlive-cm-9:20200406-26.el9.noarch 381/665 Verifying : texlive-cm-super-9:20200406-26.el9.noarch 382/665 Verifying : texlive-cmap-9:20200406-26.el9.noarch 383/665 Verifying : texlive-cmextra-9:20200406-26.el9.noarch 384/665 Verifying : texlive-collection-basic-9:20200406-26.el9.noarc 385/665 Verifying : texlive-collection-fontsrecommended-9:20200406-2 386/665 Verifying : texlive-collection-latex-9:20200406-26.el9.noarc 387/665 Verifying : texlive-collection-latexrecommended-9:20200406-2 388/665 Verifying : texlive-colorprofiles-9:20200406-26.el9.noarch 389/665 Verifying : texlive-colortbl-9:20200406-26.el9.noarch 390/665 Verifying : texlive-courier-9:20200406-26.el9.noarch 391/665 Verifying : texlive-crop-9:20200406-26.el9.noarch 392/665 Verifying : texlive-csquotes-9:20200406-26.el9.noarch 393/665 Verifying : texlive-ctable-9:20200406-26.el9.noarch 394/665 Verifying : texlive-currfile-9:20200406-26.el9.noarch 395/665 Verifying : texlive-dvipdfmx-9:20200406-26.el9.x86_64 396/665 Verifying : texlive-dvipng-9:20200406-26.el9.x86_64 397/665 Verifying : texlive-dvips-9:20200406-26.el9.x86_64 398/665 Verifying : texlive-ec-9:20200406-26.el9.noarch 399/665 Verifying : texlive-enctex-9:20200406-26.el9.noarch 400/665 Verifying : texlive-enumitem-9:20200406-26.el9.noarch 401/665 Verifying : texlive-epstopdf-pkg-9:20200406-26.el9.noarch 402/665 Verifying : texlive-eso-pic-9:20200406-26.el9.noarch 403/665 Verifying : texlive-etex-9:20200406-26.el9.noarch 404/665 Verifying : texlive-etex-pkg-9:20200406-26.el9.noarch 405/665 Verifying : texlive-etexcmds-9:20200406-26.el9.noarch 406/665 Verifying : texlive-etoolbox-9:20200406-26.el9.noarch 407/665 Verifying : texlive-euenc-9:20200406-26.el9.noarch 408/665 Verifying : texlive-euler-9:20200406-26.el9.noarch 409/665 Verifying : texlive-euro-9:20200406-26.el9.noarch 410/665 Verifying : texlive-eurosym-9:20200406-26.el9.noarch 411/665 Verifying : texlive-extsizes-9:20200406-26.el9.noarch 412/665 Verifying : texlive-fancybox-9:20200406-26.el9.noarch 413/665 Verifying : texlive-fancyhdr-9:20200406-26.el9.noarch 414/665 Verifying : texlive-fancyref-9:20200406-26.el9.noarch 415/665 Verifying : texlive-fancyvrb-9:20200406-26.el9.noarch 416/665 Verifying : texlive-filecontents-9:20200406-26.el9.noarch 417/665 Verifying : texlive-filehook-9:20200406-26.el9.noarch 418/665 Verifying : texlive-finstrut-9:20200406-26.el9.noarch 419/665 Verifying : texlive-fix2col-9:20200406-26.el9.noarch 420/665 Verifying : texlive-float-9:20200406-26.el9.noarch 421/665 Verifying : texlive-fontspec-9:20200406-26.el9.noarch 422/665 Verifying : texlive-footmisc-9:20200406-26.el9.noarch 423/665 Verifying : texlive-footnotehyper-9:20200406-26.el9.noarch 424/665 Verifying : texlive-fp-9:20200406-26.el9.noarch 425/665 Verifying : texlive-fpl-9:20200406-26.el9.noarch 426/665 Verifying : texlive-geometry-9:20200406-26.el9.noarch 427/665 Verifying : texlive-gettitlestring-9:20200406-26.el9.noarch 428/665 Verifying : texlive-glyphlist-9:20200406-26.el9.noarch 429/665 Verifying : texlive-graphics-9:20200406-26.el9.noarch 430/665 Verifying : texlive-graphics-cfg-9:20200406-26.el9.noarch 431/665 Verifying : texlive-graphics-def-9:20200406-26.el9.noarch 432/665 Verifying : texlive-grfext-9:20200406-26.el9.noarch 433/665 Verifying : texlive-grffile-9:20200406-26.el9.noarch 434/665 Verifying : texlive-helvetic-9:20200406-26.el9.noarch 435/665 Verifying : texlive-hobsub-9:20200406-26.el9.noarch 436/665 Verifying : texlive-hologo-9:20200406-26.el9.noarch 437/665 Verifying : texlive-hycolor-9:20200406-26.el9.noarch 438/665 Verifying : texlive-hyperref-9:20200406-26.el9.noarch 439/665 Verifying : texlive-hyph-utf8-9:20200406-26.el9.noarch 440/665 Verifying : texlive-hyphen-base-9:20200406-26.el9.noarch 441/665 Verifying : texlive-hyphenex-9:20200406-26.el9.noarch 442/665 Verifying : texlive-ifmtarg-9:20200406-26.el9.noarch 443/665 Verifying : texlive-ifplatform-9:20200406-26.el9.noarch 444/665 Verifying : texlive-iftex-9:20200406-26.el9.noarch 445/665 Verifying : texlive-index-9:20200406-26.el9.noarch 446/665 Verifying : texlive-infwarerr-9:20200406-26.el9.noarch 447/665 Verifying : texlive-intcalc-9:20200406-26.el9.noarch 448/665 Verifying : texlive-jknapltx-9:20200406-26.el9.noarch 449/665 Verifying : texlive-kastrup-9:20200406-26.el9.noarch 450/665 Verifying : texlive-knuth-lib-9:20200406-26.el9.noarch 451/665 Verifying : texlive-knuth-local-9:20200406-26.el9.noarch 452/665 Verifying : texlive-koma-script-9:20200406-26.el9.noarch 453/665 Verifying : texlive-kpathsea-9:20200406-26.el9.x86_64 454/665 Verifying : texlive-kvdefinekeys-9:20200406-26.el9.noarch 455/665 Verifying : texlive-kvoptions-9:20200406-26.el9.noarch 456/665 Verifying : texlive-kvsetkeys-9:20200406-26.el9.noarch 457/665 Verifying : texlive-l3backend-9:20200406-26.el9.noarch 458/665 Verifying : texlive-l3experimental-9:20200406-26.el9.noarch 459/665 Verifying : texlive-l3kernel-9:20200406-26.el9.noarch 460/665 Verifying : texlive-l3packages-9:20200406-26.el9.noarch 461/665 Verifying : texlive-latex-9:20200406-26.el9.noarch 462/665 Verifying : texlive-latex-fonts-9:20200406-26.el9.noarch 463/665 Verifying : texlive-latexbug-9:20200406-26.el9.noarch 464/665 Verifying : texlive-latexconfig-9:20200406-26.el9.noarch 465/665 Verifying : texlive-letltxmacro-9:20200406-26.el9.noarch 466/665 Verifying : texlive-lib-9:20200406-26.el9.x86_64 467/665 Verifying : texlive-lineno-9:20200406-26.el9.noarch 468/665 Verifying : texlive-listings-9:20200406-26.el9.noarch 469/665 Verifying : texlive-lm-9:20200406-26.el9.noarch 470/665 Verifying : texlive-lm-math-9:20200406-26.el9.noarch 471/665 Verifying : texlive-ltabptch-9:20200406-26.el9.noarch 472/665 Verifying : texlive-ltxcmds-9:20200406-26.el9.noarch 473/665 Verifying : texlive-ltxmisc-9:20200406-26.el9.noarch 474/665 Verifying : texlive-lua-alt-getopt-9:20200406-26.el9.noarch 475/665 Verifying : texlive-luahbtex-9:20200406-26.el9.x86_64 476/665 Verifying : texlive-lualatex-math-9:20200406-26.el9.noarch 477/665 Verifying : texlive-lualibs-9:20200406-26.el9.noarch 478/665 Verifying : texlive-luaotfload-9:20200406-26.el9.noarch 479/665 Verifying : texlive-luatex-9:20200406-26.el9.x86_64 480/665 Verifying : texlive-luatexbase-9:20200406-26.el9.noarch 481/665 Verifying : texlive-lwarp-9:20200406-26.el9.noarch 482/665 Verifying : texlive-makecmds-9:20200406-26.el9.noarch 483/665 Verifying : texlive-makeindex-9:20200406-26.el9.x86_64 484/665 Verifying : texlive-manfnt-font-9:20200406-26.el9.noarch 485/665 Verifying : texlive-marginnote-9:20200406-26.el9.noarch 486/665 Verifying : texlive-marvosym-9:20200406-26.el9.noarch 487/665 Verifying : texlive-mathpazo-9:20200406-26.el9.noarch 488/665 Verifying : texlive-mathspec-9:20200406-26.el9.noarch 489/665 Verifying : texlive-mathtools-9:20200406-26.el9.noarch 490/665 Verifying : texlive-mdwtools-9:20200406-26.el9.noarch 491/665 Verifying : texlive-memoir-9:20200406-26.el9.noarch 492/665 Verifying : texlive-metafont-9:20200406-26.el9.x86_64 493/665 Verifying : texlive-metalogo-9:20200406-26.el9.noarch 494/665 Verifying : texlive-mflogo-9:20200406-26.el9.noarch 495/665 Verifying : texlive-mflogo-font-9:20200406-26.el9.noarch 496/665 Verifying : texlive-mfnfss-9:20200406-26.el9.noarch 497/665 Verifying : texlive-mfware-9:20200406-26.el9.x86_64 498/665 Verifying : texlive-microtype-9:20200406-26.el9.noarch 499/665 Verifying : texlive-minitoc-9:20200406-26.el9.noarch 500/665 Verifying : texlive-mnsymbol-9:20200406-26.el9.noarch 501/665 Verifying : texlive-modes-9:20200406-26.el9.noarch 502/665 Verifying : texlive-mparhack-9:20200406-26.el9.noarch 503/665 Verifying : texlive-mptopdf-9:20200406-26.el9.noarch 504/665 Verifying : texlive-ms-9:20200406-26.el9.noarch 505/665 Verifying : texlive-multido-9:20200406-26.el9.noarch 506/665 Verifying : texlive-natbib-9:20200406-26.el9.noarch 507/665 Verifying : texlive-ncntrsbk-9:20200406-26.el9.noarch 508/665 Verifying : texlive-newfloat-9:20200406-26.el9.noarch 509/665 Verifying : texlive-notoccite-9:20200406-26.el9.noarch 510/665 Verifying : texlive-ntgclass-9:20200406-26.el9.noarch 511/665 Verifying : texlive-oberdiek-9:20200406-26.el9.noarch 512/665 Verifying : texlive-palatino-9:20200406-26.el9.noarch 513/665 Verifying : texlive-paralist-9:20200406-26.el9.noarch 514/665 Verifying : texlive-parallel-9:20200406-26.el9.noarch 515/665 Verifying : texlive-parskip-9:20200406-26.el9.noarch 516/665 Verifying : texlive-pdfcolmk-9:20200406-26.el9.noarch 517/665 Verifying : texlive-pdfescape-9:20200406-26.el9.noarch 518/665 Verifying : texlive-pdflscape-9:20200406-26.el9.noarch 519/665 Verifying : texlive-pdfpages-9:20200406-26.el9.noarch 520/665 Verifying : texlive-pdftex-9:20200406-26.el9.x86_64 521/665 Verifying : texlive-pdftexcmds-9:20200406-26.el9.noarch 522/665 Verifying : texlive-pgf-9:20200406-26.el9.noarch 523/665 Verifying : texlive-placeins-9:20200406-26.el9.noarch 524/665 Verifying : texlive-plain-9:20200406-26.el9.noarch 525/665 Verifying : texlive-polyglossia-9:20200406-26.el9.noarch 526/665 Verifying : texlive-psfrag-9:20200406-26.el9.noarch 527/665 Verifying : texlive-pslatex-9:20200406-26.el9.noarch 528/665 Verifying : texlive-psnfss-9:20200406-26.el9.noarch 529/665 Verifying : texlive-pspicture-9:20200406-26.el9.noarch 530/665 Verifying : texlive-pst-3d-9:20200406-26.el9.noarch 531/665 Verifying : texlive-pst-arrow-9:20200406-26.el9.noarch 532/665 Verifying : texlive-pst-coil-9:20200406-26.el9.noarch 533/665 Verifying : texlive-pst-eps-9:20200406-26.el9.noarch 534/665 Verifying : texlive-pst-fill-9:20200406-26.el9.noarch 535/665 Verifying : texlive-pst-grad-9:20200406-26.el9.noarch 536/665 Verifying : texlive-pst-math-9:20200406-26.el9.noarch 537/665 Verifying : texlive-pst-node-9:20200406-26.el9.noarch 538/665 Verifying : texlive-pst-plot-9:20200406-26.el9.noarch 539/665 Verifying : texlive-pst-text-9:20200406-26.el9.noarch 540/665 Verifying : texlive-pst-tools-9:20200406-26.el9.noarch 541/665 Verifying : texlive-pst-tree-9:20200406-26.el9.noarch 542/665 Verifying : texlive-pstricks-9:20200406-26.el9.noarch 543/665 Verifying : texlive-pstricks-add-9:20200406-26.el9.noarch 544/665 Verifying : texlive-pxfonts-9:20200406-26.el9.noarch 545/665 Verifying : texlive-qstest-9:20200406-26.el9.noarch 546/665 Verifying : texlive-ragged2e-9:20200406-26.el9.noarch 547/665 Verifying : texlive-rcs-9:20200406-26.el9.noarch 548/665 Verifying : texlive-realscripts-9:20200406-26.el9.noarch 549/665 Verifying : texlive-refcount-9:20200406-26.el9.noarch 550/665 Verifying : texlive-rerunfilecheck-9:20200406-26.el9.noarch 551/665 Verifying : texlive-rsfs-9:20200406-26.el9.noarch 552/665 Verifying : texlive-sansmath-9:20200406-26.el9.noarch 553/665 Verifying : texlive-sansmathaccent-9:20200406-26.el9.noarch 554/665 Verifying : texlive-sauerj-9:20200406-26.el9.noarch 555/665 Verifying : texlive-section-9:20200406-26.el9.noarch 556/665 Verifying : texlive-seminar-9:20200406-26.el9.noarch 557/665 Verifying : texlive-sepnum-9:20200406-26.el9.noarch 558/665 Verifying : texlive-setspace-9:20200406-26.el9.noarch 559/665 Verifying : texlive-showexpl-9:20200406-26.el9.noarch 560/665 Verifying : texlive-soul-9:20200406-26.el9.noarch 561/665 Verifying : texlive-stringenc-9:20200406-26.el9.noarch 562/665 Verifying : texlive-subfig-9:20200406-26.el9.noarch 563/665 Verifying : texlive-symbol-9:20200406-26.el9.noarch 564/665 Verifying : texlive-tex-9:20200406-26.el9.x86_64 565/665 Verifying : texlive-tex-gyre-9:20200406-26.el9.noarch 566/665 Verifying : texlive-tex-gyre-math-9:20200406-26.el9.noarch 567/665 Verifying : texlive-tex-ini-files-9:20200406-26.el9.noarch 568/665 Verifying : texlive-texlive-common-doc-9:20200406-26.el9.noa 569/665 Verifying : texlive-texlive-docindex-9:20200406-26.el9.noarc 570/665 Verifying : texlive-texlive-en-9:20200406-26.el9.noarch 571/665 Verifying : texlive-texlive-msg-translations-9:20200406-26.e 572/665 Verifying : texlive-texlive-scripts-9:20200406-26.el9.noarch 573/665 Verifying : texlive-texlive.infra-9:20200406-26.el9.noarch 574/665 Verifying : texlive-textcase-9:20200406-26.el9.noarch 575/665 Verifying : texlive-thumbpdf-9:20200406-26.el9.noarch 576/665 Verifying : texlive-times-9:20200406-26.el9.noarch 577/665 Verifying : texlive-tipa-9:20200406-26.el9.noarch 578/665 Verifying : texlive-titlesec-9:20200406-26.el9.noarch 579/665 Verifying : texlive-tools-9:20200406-26.el9.noarch 580/665 Verifying : texlive-translator-9:20200406-26.el9.noarch 581/665 Verifying : texlive-txfonts-9:20200406-26.el9.noarch 582/665 Verifying : texlive-typehtml-9:20200406-26.el9.noarch 583/665 Verifying : texlive-ucharcat-9:20200406-26.el9.noarch 584/665 Verifying : texlive-ucs-9:20200406-26.el9.noarch 585/665 Verifying : texlive-underscore-9:20200406-26.el9.noarch 586/665 Verifying : texlive-unicode-data-9:20200406-26.el9.noarch 587/665 Verifying : texlive-unicode-math-9:20200406-26.el9.noarch 588/665 Verifying : texlive-uniquecounter-9:20200406-26.el9.noarch 589/665 Verifying : texlive-updmap-map-9:20200406-26.el9.noarch 590/665 Verifying : texlive-url-9:20200406-26.el9.noarch 591/665 Verifying : texlive-utopia-9:20200406-26.el9.noarch 592/665 Verifying : texlive-varwidth-9:20200406-26.el9.noarch 593/665 Verifying : texlive-wasy-9:20200406-26.el9.noarch 594/665 Verifying : texlive-wasy-type1-9:20200406-26.el9.noarch 595/665 Verifying : texlive-wasysym-9:20200406-26.el9.noarch 596/665 Verifying : texlive-xcolor-9:20200406-26.el9.noarch 597/665 Verifying : texlive-xdvi-9:20200406-26.el9.x86_64 598/665 Verifying : texlive-xetex-9:20200406-26.el9.x86_64 599/665 Verifying : texlive-xetexconfig-9:20200406-26.el9.noarch 600/665 Verifying : texlive-xifthen-9:20200406-26.el9.noarch 601/665 Verifying : texlive-xkeyval-9:20200406-26.el9.noarch 602/665 Verifying : texlive-xltxtra-9:20200406-26.el9.noarch 603/665 Verifying : texlive-xunicode-9:20200406-26.el9.noarch 604/665 Verifying : texlive-zapfchan-9:20200406-26.el9.noarch 605/665 Verifying : texlive-zapfding-9:20200406-26.el9.noarch 606/665 Verifying : texlive-zref-9:20200406-26.el9.noarch 607/665 Verifying : tk-1:8.6.10-9.el9.x86_64 608/665 Verifying : unbound-libs-1.16.2-18.el9.x86_64 609/665 Verifying : urw-base35-bookman-fonts-20200910-6.el9.noarch 610/665 Verifying : urw-base35-c059-fonts-20200910-6.el9.noarch 611/665 Verifying : urw-base35-d050000l-fonts-20200910-6.el9.noarch 612/665 Verifying : urw-base35-fonts-20200910-6.el9.noarch 613/665 Verifying : urw-base35-fonts-common-20200910-6.el9.noarch 614/665 Verifying : urw-base35-gothic-fonts-20200910-6.el9.noarch 615/665 Verifying : urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.n 616/665 Verifying : urw-base35-nimbus-roman-fonts-20200910-6.el9.noa 617/665 Verifying : urw-base35-nimbus-sans-fonts-20200910-6.el9.noar 618/665 Verifying : urw-base35-p052-fonts-20200910-6.el9.noarch 619/665 Verifying : urw-base35-standard-symbols-ps-fonts-20200910-6. 620/665 Verifying : urw-base35-z003-fonts-20200910-6.el9.noarch 621/665 Verifying : xdg-utils-1.1.3-13.el9.noarch 622/665 Verifying : xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarc 623/665 Verifying : zziplib-0.13.71-10.el9.x86_64 624/665 Verifying : bc-1.07.1-14.el9.x86_64 625/665 Verifying : chkconfig-1.24-2.el9.x86_64 626/665 Verifying : diffutils-3.7-12.el9.x86_64 627/665 Verifying : groff-base-1.22.4-10.el9.x86_64 628/665 Verifying : hostname-3.23-6.el9.x86_64 629/665 Verifying : hwdata-0.348-9.18.el9.noarch 630/665 Verifying : info-6.7-15.el9.x86_64 631/665 Verifying : initscripts-10.11.8-4.el9.x86_64 632/665 Verifying : initscripts-rename-device-10.11.8-4.el9.x86_64 633/665 Verifying : initscripts-service-10.11.8-4.el9.noarch 634/665 Verifying : ipcalc-1.0.0-5.el9.x86_64 635/665 Verifying : iproute-6.14.0-1.el9.x86_64 636/665 Verifying : kmod-28-10.el9.x86_64 637/665 Verifying : libbpf-2:1.5.0-1.el9.x86_64 638/665 Verifying : libgfortran-11.5.0-7.el9.x86_64 639/665 Verifying : libibverbs-54.0-1.el9.x86_64 640/665 Verifying : libmnl-1.0.4-16.el9.x86_64 641/665 Verifying : libnl3-3.11.0-1.el9.x86_64 642/665 Verifying : libpcap-14:1.10.0-4.el9.x86_64 643/665 Verifying : libpciaccess-0.16-7.el9.x86_64 644/665 Verifying : libpkgconf-1.7.3-10.el9.x86_64 645/665 Verifying : libquadmath-11.5.0-7.el9.x86_64 646/665 Verifying : libselinux-utils-3.6-3.el9.x86_64 647/665 Verifying : libtdb-1.4.12-1.el9.x86_64 648/665 Verifying : lzo-2.10-7.el9.x86_64 649/665 Verifying : ncurses-6.2-10.20210508.el9.x86_64 650/665 Verifying : pkgconf-1.7.3-10.el9.x86_64 651/665 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 652/665 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 653/665 Verifying : policycoreutils-3.6-3.el9.x86_64 654/665 Verifying : protobuf-c-1.3.3-13.el9.x86_64 655/665 Verifying : psmisc-23.4-3.el9.x86_64 656/665 Verifying : python3-dns-2.6.1-3.el9.noarch 657/665 Verifying : python3-setools-4.4.4-1.el9.x86_64 658/665 Verifying : rpm-plugin-selinux-4.16.1.3-38.el9.x86_64 659/665 Verifying : selinux-policy-38.1.58-1.el9.noarch 660/665 Verifying : selinux-policy-targeted-38.1.58-1.el9.noarch 661/665 Verifying : snappy-1.1.8-8.el9.x86_64 662/665 Verifying : tcl-1:8.6.10-7.el9.x86_64 663/665 Verifying : libqhull_r-1:7.2.1-11.el9.x86_64 664/665 Verifying : python3-Cython-0.29.37-1.el9.x86_64 665/665 Installed: adobe-mappings-cmap-20171205-12.el9.noarch adobe-mappings-cmap-deprecated-20171205-12.el9.noarch adobe-mappings-pdf-20180407-10.el9.noarch alsa-lib-1.2.13-2.el9.x86_64 bc-1.07.1-14.el9.x86_64 blosc-1.21.0-1.el9s.x86_64 checkpolicy-3.6-1.el9.x86_64 chkconfig-1.24-2.el9.x86_64 desktop-file-utils-0.26-6.el9.x86_64 diffutils-3.7-12.el9.x86_64 double-conversion-3.1.5-6.el9.x86_64 emacs-filesystem-1:27.2-16.el9.noarch flac-libs-1.3.3-12.el9.x86_64 flexiblas-3.0.4-8.el9.x86_64 flexiblas-netlib-3.0.4-8.el9.x86_64 flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 gd-2.3.2-3.el9.x86_64 geolite2-city-20191217-6.el9.noarch geolite2-country-20191217-6.el9.noarch ghostscript-9.54.0-19.el9.x86_64 ghostscript-tools-fonts-9.54.0-19.el9.x86_64 ghostscript-tools-printing-9.54.0-19.el9.x86_64 google-droid-sans-fonts-20200215-11.el9.2.noarch graphviz-2.44.0-26.el9.x86_64 groff-base-1.22.4-10.el9.x86_64 gsm-1.0.19-6.el9.x86_64 gstreamer1-1.22.12-3.el9.x86_64 gtk2-2.24.33-8.el9.x86_64 hdf5-1.10.6-5.el9s.x86_64 hostname-3.23-6.el9.x86_64 hwdata-0.348-9.18.el9.noarch info-6.7-15.el9.x86_64 initscripts-10.11.8-4.el9.x86_64 initscripts-rename-device-10.11.8-4.el9.x86_64 initscripts-service-10.11.8-4.el9.noarch ipcalc-1.0.0-5.el9.x86_64 iproute-6.14.0-1.el9.x86_64 jbig2dec-libs-0.19-7.el9.x86_64 kmod-28-10.el9.x86_64 libICE-1.0.10-8.el9.x86_64 libSM-1.2.3-10.el9.x86_64 libX11-xcb-1.7.0-11.el9.x86_64 libXaw-1.0.13-19.el9.x86_64 libXmu-1.1.3-8.el9.x86_64 libXpm-3.5.13-10.el9.x86_64 libXt-1.2.0-6.el9.x86_64 libXxf86vm-1.1.4-18.el9.x86_64 libaec-1.0.4-7.el9s.x86_64 libasyncns-0.8-22.el9.x86_64 libbpf-2:1.5.0-1.el9.x86_64 libcanberra-0.30-27.el9.x86_64 libcanberra-gtk2-0.30-27.el9.x86_64 libcanberra-gtk3-0.30-27.el9.x86_64 libdrm-2.4.123-2.el9.x86_64 libfontenc-1.1.3-17.el9.x86_64 libgfortran-11.5.0-7.el9.x86_64 libglvnd-1:1.3.4-1.el9.x86_64 libglvnd-glx-1:1.3.4-1.el9.x86_64 libgs-9.54.0-19.el9.x86_64 libibverbs-54.0-1.el9.x86_64 libijs-0.35-15.el9.x86_64 libimagequant-2.14.1-1.el9s.x86_64 libmaxminddb-1.5.2-4.el9.x86_64 libmnl-1.0.4-16.el9.x86_64 libmpc-1.2.1-4.el9.x86_64 libnl3-3.11.0-1.el9.x86_64 libogg-2:1.3.4-6.el9.x86_64 libpaper-1.1.28-4.el9.x86_64 libpcap-14:1.10.0-4.el9.x86_64 libpciaccess-0.16-7.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libpq-13.20-1.el9.x86_64 libqhull_r-1:7.2.1-11.el9.x86_64 libquadmath-11.5.0-7.el9.x86_64 libraqm-0.7.0-7.el9s.x86_64 librsvg2-2.50.7-3.el9.x86_64 libselinux-utils-3.6-3.el9.x86_64 libsndfile-1.0.31-9.el9.x86_64 libtdb-1.4.12-1.el9.x86_64 libvorbis-1:1.3.7-5.el9.x86_64 libwayland-server-1.21.0-1.el9.x86_64 libxcrypt-compat-4.4.18-3.el9.x86_64 libxshmfence-1.3-10.el9.x86_64 libxslt-1.1.34-12.el9.x86_64 llvm-filesystem-20.1.3-1.el9.x86_64 llvm-libs-20.1.3-1.el9.x86_64 lzo-2.10-7.el9.x86_64 memcached-1.6.9-7.el9.x86_64 memcached-selinux-1.6.9-7.el9.x86_64 mesa-dri-drivers-24.2.8-2.el9.x86_64 mesa-filesystem-24.2.8-2.el9.x86_64 mesa-libGL-24.2.8-2.el9.x86_64 mesa-libGLU-9.0.1-6.el9.x86_64 mesa-libgbm-24.2.8-2.el9.x86_64 mesa-libglapi-24.2.8-2.el9.x86_64 mkfontscale-1.2.1-3.el9.x86_64 ncurses-6.2-10.20210508.el9.x86_64 nmap-3:7.92-3.el9.x86_64 nmap-ncat-3:7.92-3.el9.x86_64 nspr-4.35.0-17.el9.x86_64 nss-3.101.0-10.el9.x86_64 nss-softokn-3.101.0-10.el9.x86_64 nss-softokn-freebl-3.101.0-10.el9.x86_64 nss-sysinit-3.101.0-10.el9.x86_64 nss-util-3.101.0-10.el9.x86_64 openblas-0.3.26-2.el9.x86_64 openblas-openmp-0.3.26-2.el9.x86_64 openjpeg2-2.4.0-8.el9.x86_64 openstack-network-scripts-10.11.1-6.el9s.x86_64 openstack-network-scripts-openvswitch3.3-10.11.1-6.el9s.x86_64 openstack-tempest-all-1:41.0.0-0.20250124132801.a25e0df.el9.noarch openvswitch-selinux-extra-policy-1.0-36.el9s.noarch openvswitch3.3-3.3.4-115.el9s.x86_64 opus-1.3.1-10.el9.x86_64 os-collect-config-14.0.1-0.20250611131658.2861e46.el9.noarch os-refresh-config-14.0.1-0.20250610103953.d88765f.el9.noarch perl-AutoLoader-5.74-481.el9.noarch perl-B-1.80-481.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-481.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-481.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-481.el9.x86_64 perl-File-Basename-2.85-481.el9.noarch perl-File-Copy-2.34-481.el9.noarch perl-File-Find-1.37-481.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-481.el9.noarch perl-FileHandle-2.03-481.el9.noarch perl-Filter-2:1.60-4.el9.x86_64 perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-481.el9.noarch perl-HTTP-Tiny-0.076-462.el9.noarch perl-IO-1.43-481.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-2.el9.noarch perl-IPC-Open3-1.21-481.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-481.el9.x86_64 perl-Net-SSLeay-1.94-3.el9.x86_64 perl-POSIX-1.94-481.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-462.el9.x86_64 perl-SelectSaver-1.02-481.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-481.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Text-Unidecode-1.30-16.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-XML-Parser-2.46-9.el9.x86_64 perl-XML-XPath-1.44-11.el9.noarch perl-base-2.27-481.el9.noarch perl-constant-1.33-461.el9.noarch perl-encoding-4:3.00-462.el9.x86_64 perl-if-0.60.800-481.el9.noarch perl-interpreter-4:5.32.1-481.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-481.el9.x86_64 perl-mro-1.23-481.el9.x86_64 perl-open-1.12-481.el9.noarch perl-overload-1.31-481.el9.noarch perl-overloading-0.02-481.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-481.el9.noarch perl-vars-1.05-481.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 policycoreutils-3.6-3.el9.x86_64 policycoreutils-python-utils-3.6-3.el9.noarch poppler-21.01.0-21.el9.x86_64 poppler-data-0.4.9-9.el9.noarch protobuf-c-1.3.3-13.el9.x86_64 psmisc-23.4-3.el9.x86_64 pulseaudio-libs-15.0-3.el9.x86_64 python-oslo-cache-lang-3.3.2-0.20250611040748.880d81b.el9.noarch python-oslo-db-lang-12.3.3-0.20241104094751.be0515d.el9.noarch python-oslo-middleware-lang-5.1.1-0.20240219151614.7725ac9.el9.noarch python-oslo-policy-lang-4.1.1-0.20230310200304.043db50.el9.noarch python-oslo-versionedobjects-lang-3.1.0-0.20230310132208.b4ea834.el9.noarch python-pycadf-common-3.1.1-0.20230310113453.4179996.el9.noarch python-vitrageclient-bash-completion-4.7.0-0.20230310185114.b6db531.el9.noarch python3-Bottleneck-1.2.1-17.el9s.x86_64 python3-Cython-0.29.37-1.el9.x86_64 python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.8.1-1.el9s.noarch python3-amqp-5.1.1-1.el9s.noarch python3-anyio-3.5.0-1.el9s.noarch python3-aodhclient-3.2.1-0.20240304093813.de9633a.el9.noarch python3-async-timeout-4.0.2-5.el9s.noarch python3-audit-3.1.5-7.el9.x86_64 python3-barbican-tests-tempest-4.0.0-0.20240409062212.82b0e48.el9.noarch python3-binary-memcached-0.31.1-1.el9s.noarch python3-cachetools-5.2.0-3.el9s.noarch python3-certifi-2020.12.5-2.el9s.noarch python3-cinder-tests-tempest-1.15.0-0.20240924072752.645067a.el9.noarch python3-colorama-0.4.6-3.el9.noarch python3-cotyledon-1.7.3-8.el9s.noarch python3-cycler-0.10.0-17.el9s.noarch python3-ddt-1.6.0-1.el9s.noarch python3-deprecated-1.2.13-3.el9s.noarch python3-designate-tests-tempest-0.22.0-0.20240409063647.347fdbc.el9.noarch python3-devel-3.9.21-2.el9.x86_64 python3-dictdiffer-0.8.1-6.el9s.noarch python3-distro-1.7.0-3.el9s.noarch python3-dns-2.6.1-3.el9.noarch python3-etcd3gw-2.1.0-1.el9s.noarch python3-eventlet-0.33.3-2.el9s.noarch python3-futurist-2.4.1-0.20230310123225.159d752.el9.noarch python3-gabbi-2.7.2-8.el9s.noarch python3-glance-tests-tempest-0.7.0-0.20240131091807.d6f7287.el9.noarch python3-gmpy2-2.1.0-0.22.b5.el9s.x86_64 python3-gnocchiclient-7.0.7-0.20230310114541.cad2c27.el9.noarch python3-google-auth-1:2.12.0-1.el9s.noarch python3-greenlet-1.1.3-1.el9s.x86_64 python3-h11-0.12.0-2.el9s.noarch python3-h2-4.0.0-3.el9s.noarch python3-heat-tests-tempest-2.1.0-0.20240409061406.5a48492.el9.noarch python3-heatclient-3.2.0-0.20230310183420.712739e.el9.noarch python3-hpack-4.0.0-2.el9s.noarch python3-httpcore-0.15.0-2.el9s.noarch python3-httpx-0.23.0-1.el9s.noarch python3-hyperframe-6.0.0-2.el9s.noarch python3-iniconfig-1.1.1-7.el9.noarch python3-ironic-tests-tempest-2.11.0-0.20241002133254.fd8163d.el9.noarch python3-jinja2-3.0.1-2.el9s.noarch python3-jsonpath-rw-1.4.0-4.el9s.noarch python3-jsonpath-rw-ext-1.2.2-2.el9s.noarch python3-jwt-2.4.0-1.el9s.noarch python3-jwt+crypto-2.4.0-1.el9s.noarch python3-kazoo-2.8.0-2.el9s.noarch python3-keystone-tests-tempest-0.16.0-0.20240528071825.63cfcb9.el9.noarch python3-keystonemiddleware-10.2.0-0.20240201060809.e05466c.el9.noarch python3-kiwisolver-1.3.1-2.el9s.x86_64 python3-kombu-1:5.2.4-3.el9s.noarch python3-kubernetes-1:24.2.0-4.el9s.noarch python3-kuryr-tests-tempest-0.15.1-0.20240131095631.ab45b2f.el9.noarch python3-libselinux-3.6-3.el9.x86_64 python3-libsemanage-3.6-5.el9.x86_64 python3-logutils-0.3.5-15.el9s.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnum-tests-tempest-2.1.0-0.20240131093411.ef90336.el9.noarch python3-manila-tests-tempest-1:2.4.0-0.20240730171324.d9530e0.el9.noarch python3-matplotlib-3.4.2-1.el9s.x86_64 python3-matplotlib-data-3.4.2-1.el9s.noarch python3-matplotlib-data-fonts-3.4.2-1.el9s.noarch python3-matplotlib-tk-3.4.2-1.el9s.x86_64 python3-memcached-1.59-3.el9s.noarch python3-migrate-0.13.0-5.el9s.noarch python3-mistral-tests-tempest-2.2.0-0.20240131094539.2f92367.el9.noarch python3-mistralclient-5.0.0-0.20230310153603.b94abb4.el9.noarch python3-mock-4.0.3-5.el9s.noarch python3-monotonic-1.5-9.el9s.noarch python3-mpmath-1.2.1-2.el9s.noarch python3-murano-pkg-check-0.3.0-20.el9s.noarch python3-murano-tests-tempest-2.7.0-0.20240131092708.d2b794c.el9.noarch python3-muranoclient-2.6.0-0.20230310202447.862c7be.el9.noarch python3-ncclient-0.6.13-3.el9s.noarch python3-networking-l2gw-tests-tempest-0.1.1-0.20230315174804.82e3d07.el9.noarch python3-networkx-2.6.2-2.el9.noarch python3-neutron-lib-3.4.3-0.20240913085837.f3968ad.el9.noarch python3-neutron-tests-tempest-2.7.0-0.20240409063927.bcabf13.el9.noarch python3-numexpr-2.7.1-5.el9s.x86_64 python3-numpy-1:1.23.5-1.el9.x86_64 python3-numpy-f2py-1:1.23.5-1.el9.x86_64 python3-oauthlib-3.1.1-5.el9.noarch python3-octavia-tests-tempest-2.6.0-0.20240409063333.a1a2bed.el9.noarch python3-octavia-tests-tempest-golang-2.6.0-0.20240409063333.a1a2bed.el9.x86_64 python3-olefile-0.46-13.el9s.noarch python3-openshift-1:0.11.2-3.el9s.noarch python3-openvswitch3.3-3.3.4-115.el9s.x86_64 python3-os-ken-2.6.1-0.20240808101239.6b427e4.el9.noarch python3-os-traits-2.10.0-0.20230310171422.0d924f5.el9.noarch python3-oslo-cache-3.3.2-0.20250611040748.880d81b.el9.noarch python3-oslo-db-12.3.3-0.20241104094751.be0515d.el9.noarch python3-oslo-messaging-14.2.5-0.20240913082034.86bf53a.el9.noarch python3-oslo-metrics-0.6.0-0.20230310153035.95013ef.el9.noarch python3-oslo-middleware-5.1.1-0.20240219151614.7725ac9.el9.noarch python3-oslo-policy-4.1.1-0.20230310200304.043db50.el9.noarch python3-oslo-service-3.1.2-0.20240617091247.9be8ebb.el9.noarch python3-oslo-upgradecheck-2.1.1-0.20230310191026.eeedfc9.el9.noarch python3-oslo-versionedobjects-3.1.0-0.20230310132208.b4ea834.el9.noarch python3-oslotest-4.5.0-0.20230310114753.d4b1896.el9.noarch python3-osprofiler-3.4.3-0.20230310121559.3286301.el9.noarch python3-ovsdbapp-2.2.2-0.20250310130901.2b6725a.el9.noarch python3-pandas-1.2.1-2.el9s.x86_64 python3-paste-3.5.2-1.el9s.noarch python3-paste-deploy-2.1.1-2.el9s.noarch python3-pecan-1.4.2-2.el9s.noarch python3-pillow-9.2.0-2.el9s.x86_64 python3-pip-21.3.1-1.el9.noarch python3-pluggy-0.13.1-7.el9.noarch python3-policycoreutils-3.6-3.el9.noarch python3-prometheus_client-0.9.0-2.el9s.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-psycopg2-2.8.6-6.el9.x86_64 python3-py-1.10.0-6.el9.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-0.20230310113453.4179996.el9.noarch python3-pydot-1.4.2-1.el9s.noarch python3-pyglet-1.4.6-4.el9s.noarch python3-pygraphviz-1.7-1.el9s.x86_64 python3-pyngus-2.3.0-8.el9s.noarch python3-pyroute2-0.7.3-1.el9s.noarch python3-pysnmp-4.4.12-6.el9s.noarch python3-pytest-6.2.2-7.el9.noarch python3-qpid-proton-0.35.0-2.el9s.x86_64 python3-rdo-openvswitch-2:3.3-1.el9s.noarch python3-redis-4.3.4-1.el9s.noarch python3-repoze-lru-0.7-10.el9s.noarch python3-requests-oauthlib-1.3.0-12.el9.noarch python3-rfc3986+idna2008-1.5.0-1.el9s.noarch python3-routes-2.5.1-1.el9s.noarch python3-rsa-4.8-1.el9s.noarch python3-ruamel-yaml-0.16.6-7.el9.1.x86_64 python3-ruamel-yaml-clib-0.2.7-3.el9.x86_64 python3-sahara-tempest-0.16.0-0.20230314174536.98063d3.el9.noarch python3-sahara-tests-tempest-0.16.0-0.20230314174536.98063d3.el9.noarch python3-saharaclient-4.1.0-0.20230310130803.d0c0eb5.el9.noarch python3-scapy-2.6.1-1.el9.noarch python3-scipy-1.9.3-2.el9.x86_64 python3-semantic_version-2.8.4-7.el9s.noarch python3-setools-4.4.4-1.el9.x86_64 python3-setproctitle-1.2.3-2.el9s.x86_64 python3-smi-0.3.4-10.el9s.noarch python3-sniffio-1.2.0-2.el9s.noarch python3-sqlalchemy-1.4.45-3.el9.x86_64 python3-sqlparse-0.4.2-4.el9s.noarch python3-sshtunnel-0.4.0-12.el9s.noarch python3-statsd-3.2.1-20.el9s.noarch python3-string_utils-1.0.0-4.el9s.noarch python3-sympy-1.11.1-2.el9s.x86_64 python3-tables-3.6.1-4.el9s.x86_64 python3-telemetry-tests-tempest-2.5.1-0.20250603080835.ddfb79a.el9.noarch python3-tempita-0.5.2-2.el9s.noarch python3-testrepository-0.0.20-24.el9s.noarch python3-testresources-2.0.1-2.el9s.noarch python3-tkinter-3.9.21-2.el9.x86_64 python3-toml-0.10.2-6.el9.noarch python3-tooz-3.2.0-0.20241115125625.1a76dd6.el9.noarch python3-trove-tests-tempest-1:2.2.0-0.20240131093157.d63e17a.el9.noarch python3-uhashring-2.1-1.el9s.noarch python3-ujson-5.5.0-1.el9s.x86_64 python3-vine-5.0.0-3.el9s.noarch python3-vitrage-10.0.1-0.20230331173702.c0cbd11.el9.noarch python3-vitrage-tests-tempest-6.2.0-0.20240131094852.816b235.el9.noarch python3-vitrageclient-4.7.0-0.20230310185114.b6db531.el9.noarch python3-watcher-tests-tempest-1:3.0.0-0.20240131100157.92ca984.el9.noarch python3-webob-1.8.7-1.el9s.noarch python3-websocket-client-1.3.3-2.el9s.noarch python3-werkzeug-2.2.2-1.el9s.noarch python3-whitebox-neutron-tests-tempest-0.9.2-0.20250520081747.e67f790.el9.noarch python3-whitebox-tests-tempest-0.0.3-0.20240412161827.766ff04.el9.noarch python3-wsgi_intercept-1.12.0-5.el9s.noarch python3-yappi-1.3.6-1.el9s.x86_64 python3-yaql-2.0.0-2.el9s.noarch python3-zake-0.2.2-22.el9s.noarch python3-zaqar-tests-tempest-1.7.0-0.20240131094344.3813c99.el9.noarch python3-zaqarclient-2.5.1-0.20230310155753.d78bf91.el9.noarch qpid-proton-c-0.35.0-2.el9s.x86_64 rdo-openvswitch-2:3.3-1.el9s.noarch rpm-plugin-selinux-4.16.1.3-38.el9.x86_64 selinux-policy-38.1.58-1.el9.noarch selinux-policy-targeted-38.1.58-1.el9.noarch snappy-1.1.8-8.el9.x86_64 sound-theme-freedesktop-0.8-17.el9.noarch tcl-1:8.6.10-7.el9.x86_64 teckit-2.5.9-8.el9.x86_64 texlive-ae-9:20200406-26.el9.noarch texlive-algorithms-9:20200406-26.el9.noarch texlive-alphalph-9:20200406-26.el9.noarch texlive-amscls-9:20200406-26.el9.noarch texlive-amsfonts-9:20200406-26.el9.noarch texlive-amsmath-9:20200406-26.el9.noarch texlive-anysize-9:20200406-26.el9.noarch texlive-atbegshi-9:20200406-26.el9.noarch texlive-attachfile-9:20200406-26.el9.noarch texlive-attachfile2-9:20200406-26.el9.noarch texlive-atveryend-9:20200406-26.el9.noarch texlive-auxhook-9:20200406-26.el9.noarch texlive-avantgar-9:20200406-26.el9.noarch texlive-babel-9:20200406-26.el9.noarch texlive-babel-english-9:20200406-26.el9.noarch texlive-babelbib-9:20200406-26.el9.noarch texlive-base-9:20200406-26.el9.noarch texlive-beamer-9:20200406-26.el9.noarch texlive-bera-9:20200406-26.el9.noarch texlive-beton-9:20200406-26.el9.noarch texlive-bibtex-9:20200406-26.el9.x86_64 texlive-bidi-9:20200406-26.el9.noarch texlive-bigintcalc-9:20200406-26.el9.noarch texlive-bitset-9:20200406-26.el9.noarch texlive-bookman-9:20200406-26.el9.noarch texlive-bookmark-9:20200406-26.el9.noarch texlive-booktabs-9:20200406-26.el9.noarch texlive-breakurl-9:20200406-26.el9.noarch texlive-breqn-9:20200406-26.el9.noarch texlive-caption-9:20200406-26.el9.noarch texlive-carlisle-9:20200406-26.el9.noarch texlive-catchfile-9:20200406-26.el9.noarch texlive-changepage-9:20200406-26.el9.noarch texlive-charter-9:20200406-26.el9.noarch texlive-chngcntr-9:20200406-26.el9.noarch texlive-cite-9:20200406-26.el9.noarch texlive-cm-9:20200406-26.el9.noarch texlive-cm-super-9:20200406-26.el9.noarch texlive-cmap-9:20200406-26.el9.noarch texlive-cmextra-9:20200406-26.el9.noarch texlive-collection-basic-9:20200406-26.el9.noarch texlive-collection-fontsrecommended-9:20200406-26.el9.noarch texlive-collection-latex-9:20200406-26.el9.noarch texlive-collection-latexrecommended-9:20200406-26.el9.noarch texlive-colorprofiles-9:20200406-26.el9.noarch texlive-colortbl-9:20200406-26.el9.noarch texlive-courier-9:20200406-26.el9.noarch texlive-crop-9:20200406-26.el9.noarch texlive-csquotes-9:20200406-26.el9.noarch texlive-ctable-9:20200406-26.el9.noarch texlive-currfile-9:20200406-26.el9.noarch texlive-dvipdfmx-9:20200406-26.el9.x86_64 texlive-dvipng-9:20200406-26.el9.x86_64 texlive-dvips-9:20200406-26.el9.x86_64 texlive-ec-9:20200406-26.el9.noarch texlive-enctex-9:20200406-26.el9.noarch texlive-enumitem-9:20200406-26.el9.noarch texlive-epstopdf-pkg-9:20200406-26.el9.noarch texlive-eso-pic-9:20200406-26.el9.noarch texlive-etex-9:20200406-26.el9.noarch texlive-etex-pkg-9:20200406-26.el9.noarch texlive-etexcmds-9:20200406-26.el9.noarch texlive-etoolbox-9:20200406-26.el9.noarch texlive-euenc-9:20200406-26.el9.noarch texlive-euler-9:20200406-26.el9.noarch texlive-euro-9:20200406-26.el9.noarch texlive-eurosym-9:20200406-26.el9.noarch texlive-extsizes-9:20200406-26.el9.noarch texlive-fancybox-9:20200406-26.el9.noarch texlive-fancyhdr-9:20200406-26.el9.noarch texlive-fancyref-9:20200406-26.el9.noarch texlive-fancyvrb-9:20200406-26.el9.noarch texlive-filecontents-9:20200406-26.el9.noarch texlive-filehook-9:20200406-26.el9.noarch texlive-finstrut-9:20200406-26.el9.noarch texlive-fix2col-9:20200406-26.el9.noarch texlive-float-9:20200406-26.el9.noarch texlive-fontspec-9:20200406-26.el9.noarch texlive-footmisc-9:20200406-26.el9.noarch texlive-footnotehyper-9:20200406-26.el9.noarch texlive-fp-9:20200406-26.el9.noarch texlive-fpl-9:20200406-26.el9.noarch texlive-geometry-9:20200406-26.el9.noarch texlive-gettitlestring-9:20200406-26.el9.noarch texlive-glyphlist-9:20200406-26.el9.noarch texlive-graphics-9:20200406-26.el9.noarch texlive-graphics-cfg-9:20200406-26.el9.noarch texlive-graphics-def-9:20200406-26.el9.noarch texlive-grfext-9:20200406-26.el9.noarch texlive-grffile-9:20200406-26.el9.noarch texlive-helvetic-9:20200406-26.el9.noarch texlive-hobsub-9:20200406-26.el9.noarch texlive-hologo-9:20200406-26.el9.noarch texlive-hycolor-9:20200406-26.el9.noarch texlive-hyperref-9:20200406-26.el9.noarch texlive-hyph-utf8-9:20200406-26.el9.noarch texlive-hyphen-base-9:20200406-26.el9.noarch texlive-hyphenex-9:20200406-26.el9.noarch texlive-ifmtarg-9:20200406-26.el9.noarch texlive-ifplatform-9:20200406-26.el9.noarch texlive-iftex-9:20200406-26.el9.noarch texlive-index-9:20200406-26.el9.noarch texlive-infwarerr-9:20200406-26.el9.noarch texlive-intcalc-9:20200406-26.el9.noarch texlive-jknapltx-9:20200406-26.el9.noarch texlive-kastrup-9:20200406-26.el9.noarch texlive-knuth-lib-9:20200406-26.el9.noarch texlive-knuth-local-9:20200406-26.el9.noarch texlive-koma-script-9:20200406-26.el9.noarch texlive-kpathsea-9:20200406-26.el9.x86_64 texlive-kvdefinekeys-9:20200406-26.el9.noarch texlive-kvoptions-9:20200406-26.el9.noarch texlive-kvsetkeys-9:20200406-26.el9.noarch texlive-l3backend-9:20200406-26.el9.noarch texlive-l3experimental-9:20200406-26.el9.noarch texlive-l3kernel-9:20200406-26.el9.noarch texlive-l3packages-9:20200406-26.el9.noarch texlive-latex-9:20200406-26.el9.noarch texlive-latex-fonts-9:20200406-26.el9.noarch texlive-latexbug-9:20200406-26.el9.noarch texlive-latexconfig-9:20200406-26.el9.noarch texlive-letltxmacro-9:20200406-26.el9.noarch texlive-lib-9:20200406-26.el9.x86_64 texlive-lineno-9:20200406-26.el9.noarch texlive-listings-9:20200406-26.el9.noarch texlive-lm-9:20200406-26.el9.noarch texlive-lm-math-9:20200406-26.el9.noarch texlive-ltabptch-9:20200406-26.el9.noarch texlive-ltxcmds-9:20200406-26.el9.noarch texlive-ltxmisc-9:20200406-26.el9.noarch texlive-lua-alt-getopt-9:20200406-26.el9.noarch texlive-luahbtex-9:20200406-26.el9.x86_64 texlive-lualatex-math-9:20200406-26.el9.noarch texlive-lualibs-9:20200406-26.el9.noarch texlive-luaotfload-9:20200406-26.el9.noarch texlive-luatex-9:20200406-26.el9.x86_64 texlive-luatexbase-9:20200406-26.el9.noarch texlive-lwarp-9:20200406-26.el9.noarch texlive-makecmds-9:20200406-26.el9.noarch texlive-makeindex-9:20200406-26.el9.x86_64 texlive-manfnt-font-9:20200406-26.el9.noarch texlive-marginnote-9:20200406-26.el9.noarch texlive-marvosym-9:20200406-26.el9.noarch texlive-mathpazo-9:20200406-26.el9.noarch texlive-mathspec-9:20200406-26.el9.noarch texlive-mathtools-9:20200406-26.el9.noarch texlive-mdwtools-9:20200406-26.el9.noarch texlive-memoir-9:20200406-26.el9.noarch texlive-metafont-9:20200406-26.el9.x86_64 texlive-metalogo-9:20200406-26.el9.noarch texlive-mflogo-9:20200406-26.el9.noarch texlive-mflogo-font-9:20200406-26.el9.noarch texlive-mfnfss-9:20200406-26.el9.noarch texlive-mfware-9:20200406-26.el9.x86_64 texlive-microtype-9:20200406-26.el9.noarch texlive-minitoc-9:20200406-26.el9.noarch texlive-mnsymbol-9:20200406-26.el9.noarch texlive-modes-9:20200406-26.el9.noarch texlive-mparhack-9:20200406-26.el9.noarch texlive-mptopdf-9:20200406-26.el9.noarch texlive-ms-9:20200406-26.el9.noarch texlive-multido-9:20200406-26.el9.noarch texlive-natbib-9:20200406-26.el9.noarch texlive-ncntrsbk-9:20200406-26.el9.noarch texlive-newfloat-9:20200406-26.el9.noarch texlive-notoccite-9:20200406-26.el9.noarch texlive-ntgclass-9:20200406-26.el9.noarch texlive-oberdiek-9:20200406-26.el9.noarch texlive-palatino-9:20200406-26.el9.noarch texlive-paralist-9:20200406-26.el9.noarch texlive-parallel-9:20200406-26.el9.noarch texlive-parskip-9:20200406-26.el9.noarch texlive-pdfcolmk-9:20200406-26.el9.noarch texlive-pdfescape-9:20200406-26.el9.noarch texlive-pdflscape-9:20200406-26.el9.noarch texlive-pdfpages-9:20200406-26.el9.noarch texlive-pdftex-9:20200406-26.el9.x86_64 texlive-pdftexcmds-9:20200406-26.el9.noarch texlive-pgf-9:20200406-26.el9.noarch texlive-placeins-9:20200406-26.el9.noarch texlive-plain-9:20200406-26.el9.noarch texlive-polyglossia-9:20200406-26.el9.noarch texlive-psfrag-9:20200406-26.el9.noarch texlive-pslatex-9:20200406-26.el9.noarch texlive-psnfss-9:20200406-26.el9.noarch texlive-pspicture-9:20200406-26.el9.noarch texlive-pst-3d-9:20200406-26.el9.noarch texlive-pst-arrow-9:20200406-26.el9.noarch texlive-pst-coil-9:20200406-26.el9.noarch texlive-pst-eps-9:20200406-26.el9.noarch texlive-pst-fill-9:20200406-26.el9.noarch texlive-pst-grad-9:20200406-26.el9.noarch texlive-pst-math-9:20200406-26.el9.noarch texlive-pst-node-9:20200406-26.el9.noarch texlive-pst-plot-9:20200406-26.el9.noarch texlive-pst-text-9:20200406-26.el9.noarch texlive-pst-tools-9:20200406-26.el9.noarch texlive-pst-tree-9:20200406-26.el9.noarch texlive-pstricks-9:20200406-26.el9.noarch texlive-pstricks-add-9:20200406-26.el9.noarch texlive-pxfonts-9:20200406-26.el9.noarch texlive-qstest-9:20200406-26.el9.noarch texlive-ragged2e-9:20200406-26.el9.noarch texlive-rcs-9:20200406-26.el9.noarch texlive-realscripts-9:20200406-26.el9.noarch texlive-refcount-9:20200406-26.el9.noarch texlive-rerunfilecheck-9:20200406-26.el9.noarch texlive-rsfs-9:20200406-26.el9.noarch texlive-sansmath-9:20200406-26.el9.noarch texlive-sansmathaccent-9:20200406-26.el9.noarch texlive-sauerj-9:20200406-26.el9.noarch texlive-section-9:20200406-26.el9.noarch texlive-seminar-9:20200406-26.el9.noarch texlive-sepnum-9:20200406-26.el9.noarch texlive-setspace-9:20200406-26.el9.noarch texlive-showexpl-9:20200406-26.el9.noarch texlive-soul-9:20200406-26.el9.noarch texlive-stringenc-9:20200406-26.el9.noarch texlive-subfig-9:20200406-26.el9.noarch texlive-symbol-9:20200406-26.el9.noarch texlive-tex-9:20200406-26.el9.x86_64 texlive-tex-gyre-9:20200406-26.el9.noarch texlive-tex-gyre-math-9:20200406-26.el9.noarch texlive-tex-ini-files-9:20200406-26.el9.noarch texlive-texlive-common-doc-9:20200406-26.el9.noarch texlive-texlive-docindex-9:20200406-26.el9.noarch texlive-texlive-en-9:20200406-26.el9.noarch texlive-texlive-msg-translations-9:20200406-26.el9.noarch texlive-texlive-scripts-9:20200406-26.el9.noarch texlive-texlive.infra-9:20200406-26.el9.noarch texlive-textcase-9:20200406-26.el9.noarch texlive-thumbpdf-9:20200406-26.el9.noarch texlive-times-9:20200406-26.el9.noarch texlive-tipa-9:20200406-26.el9.noarch texlive-titlesec-9:20200406-26.el9.noarch texlive-tools-9:20200406-26.el9.noarch texlive-translator-9:20200406-26.el9.noarch texlive-txfonts-9:20200406-26.el9.noarch texlive-typehtml-9:20200406-26.el9.noarch texlive-ucharcat-9:20200406-26.el9.noarch texlive-ucs-9:20200406-26.el9.noarch texlive-underscore-9:20200406-26.el9.noarch texlive-unicode-data-9:20200406-26.el9.noarch texlive-unicode-math-9:20200406-26.el9.noarch texlive-uniquecounter-9:20200406-26.el9.noarch texlive-updmap-map-9:20200406-26.el9.noarch texlive-url-9:20200406-26.el9.noarch texlive-utopia-9:20200406-26.el9.noarch texlive-varwidth-9:20200406-26.el9.noarch texlive-wasy-9:20200406-26.el9.noarch texlive-wasy-type1-9:20200406-26.el9.noarch texlive-wasysym-9:20200406-26.el9.noarch texlive-xcolor-9:20200406-26.el9.noarch texlive-xdvi-9:20200406-26.el9.x86_64 texlive-xetex-9:20200406-26.el9.x86_64 texlive-xetexconfig-9:20200406-26.el9.noarch texlive-xifthen-9:20200406-26.el9.noarch texlive-xkeyval-9:20200406-26.el9.noarch texlive-xltxtra-9:20200406-26.el9.noarch texlive-xunicode-9:20200406-26.el9.noarch texlive-zapfchan-9:20200406-26.el9.noarch texlive-zapfding-9:20200406-26.el9.noarch texlive-zref-9:20200406-26.el9.noarch tk-1:8.6.10-9.el9.x86_64 unbound-libs-1.16.2-18.el9.x86_64 urw-base35-bookman-fonts-20200910-6.el9.noarch urw-base35-c059-fonts-20200910-6.el9.noarch urw-base35-d050000l-fonts-20200910-6.el9.noarch urw-base35-fonts-20200910-6.el9.noarch urw-base35-fonts-common-20200910-6.el9.noarch urw-base35-gothic-fonts-20200910-6.el9.noarch urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.noarch urw-base35-nimbus-roman-fonts-20200910-6.el9.noarch urw-base35-nimbus-sans-fonts-20200910-6.el9.noarch urw-base35-p052-fonts-20200910-6.el9.noarch urw-base35-standard-symbols-ps-fonts-20200910-6.el9.noarch urw-base35-z003-fonts-20200910-6.el9.noarch xdg-utils-1.1.3-13.el9.noarch xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarch zziplib-0.13.71-10.el9.x86_64 Complete! 181 files removed STEP 8/18: RUN cp /usr/share/tcib/container-images/tcib/base/os/tempest/tempest_sudoers /etc/sudoers.d/tempest_sudoers STEP 9/18: RUN chmod 440 /etc/sudoers.d/tempest_sudoers STEP 10/18: RUN mkdir -p /var/lib/tempest/external_files STEP 11/18: RUN mkdir -p /var/lib/kolla/config_files STEP 12/18: RUN chown -R tempest.tempest /var/lib/tempest STEP 13/18: RUN touch /var/lib/kolla/config_files/config.json STEP 14/18: RUN cp /usr/share/tcib/container-images/tcib/base/os/tempest/run_tempest.sh /usr/local/bin/run_tempest.sh STEP 15/18: RUN chmod +x /usr/local/bin/run_tempest.sh STEP 16/18: ENTRYPOINT ["/usr/local/bin/run_tempest.sh"] STEP 17/18: USER tempest STEP 18/18: LABEL "tcib_build_tag"="19f02e65741c3a6d2995ab987df1a599" COMMIT quay.rdoproject.org/podified-antelope-centos9/openstack-tempest-all:19f02e65741c3a6d2995ab987df1a599 Getting image source signatures Copying blob sha256:064536bec9f0f2d6e3dcc0673e9f1dd05bf87ed8e03c94b8c45e1a1db3921d78 Copying blob sha256:c1fc11e6bb0bea312d2788f3a758d22ebf222ec1c30a5b3f1d9afa16a39452ea Copying blob sha256:64c9289d77631eb093410377fb4d6c98e88cea33c47a50202005eb93207e247b Copying blob sha256:e90074b3863064650c383b995f4bda06c0aba5d290c6eaca673ba90634ddfb2e Copying blob sha256:3039c8e8429d9fc3ca891676ef5aaf06ec1ded592d33eb173f3a4c56c728e777 Copying config sha256:bc30c8cd559be5cfb190bd0ac3133c0bf77468d3347bde8285e4ebaf1d72218f Writing manifest to image destination --> bc30c8cd559b Successfully tagged quay.rdoproject.org/podified-antelope-centos9/openstack-tempest-all:19f02e65741c3a6d2995ab987df1a599 bc30c8cd559be5cfb190bd0ac3133c0bf77468d3347bde8285e4ebaf1d72218f