STEP 1/11: FROM quay.rdoproject.org/podified-antelope-centos9/openstack-base:19f02e65741c3a6d2995ab987df1a599 STEP 2/11: USER root STEP 3/11: WORKDIR "/home/cloud-admin" STEP 4/11: RUN rm -rf /home/cloud-admin && bash /usr/local/bin/uid_gid_manage cloud-admin shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory + '[' -z cloud-admin ']' + _USERS_TO_CREATE=cloud-admin + 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 cloud-admin 42401 42401 /home/cloud-admin kolla ++ awk '{ print $1 }' + _NAME=cloud-admin ++ echo cloud-admin 42401 42401 /home/cloud-admin kolla ++ awk '{ print $2 }' + _UID=42401 ++ echo cloud-admin 42401 42401 /home/cloud-admin kolla ++ awk '{ print $3 }' + _GID=42401 ++ echo cloud-admin 42401 42401 /home/cloud-admin kolla ++ awk '{ print $4 }' + _HOME_DIR=/home/cloud-admin ++ echo cloud-admin 42401 42401 /home/cloud-admin kolla ++ awk '{ print $5 }' + _EXTRA_GROUPS=kolla + [[ cloud-admin != \c\l\o\u\d\-\a\d\m\i\n ]] + [[ ! -z kolla ]] + _EXTRA_GROUPS_ARG='--groups kolla' + [[ -z /home/cloud-admin ]] + _HOME_ARGS='-m --home /home/cloud-admin' + id -g cloud-admin + _GROUPADD_CMD='groupadd --gid 42401 cloud-admin' + id cloud-admin + _USERADD_CMD='useradd -l -m --home /home/cloud-admin --shell /usr/sbin/nologin --uid 42401 --gid 42401 --groups kolla cloud-admin' + eval groupadd --gid 42401 cloud-admin ++ groupadd --gid 42401 cloud-admin + eval useradd -l -m --home /home/cloud-admin --shell /usr/sbin/nologin --uid 42401 --gid 42401 --groups kolla cloud-admin ++ useradd -l -m --home /home/cloud-admin --shell /usr/sbin/nologin --uid 42401 --gid 42401 --groups kolla cloud-admin STEP 5/11: RUN dnf -y install ceph-common python3-openstackclient python3-osc-placement python3-barbicanclient python3-designateclient python3-glanceclient python3-heatclient python3-ironicclient python3-ironic-inspector-client python3-manilaclient python3-observabilityclient python3-octaviaclient python3-aodhclient python3-watcherclient bash-completion iputils ipmitool && dnf clean all && rm -rf /var/cache/dnf delorean-openstack-barbican-42b4c41831408a8e323 543 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 7.2 MB/s | 131 kB 00:00 delorean-gnocchi-bdf091569d79515598796c8c11d74a 1.6 MB/s | 24 kB 00:00 delorean-os-net-config-805ec05f8553d5d3b19c839b 71 kB/s | 355 kB 00:05 delorean-openstack-nova-2ac3efc8a4493b91d613e2f 2.3 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.1 MB/s | 18 kB 00:00 delorean-openstack-keystone-e4b40af0ae3698fbbbb 1.4 MB/s | 29 kB 00:00 delorean-openstack-manila-3c01b7181572c95dac462 1.4 MB/s | 25 kB 00:00 delorean-openstack-neutron-fwaas-5a1635635028d0 6.2 MB/s | 156 kB 00:00 delorean-openstack-octavia-ba397f07a7331190208c 1.3 MB/s | 26 kB 00:00 delorean-openstack-watcher-c014f81a8647287f6dcc 857 kB/s | 16 kB 00:00 delorean-edpm-image-builder-ba0f2912b19fd420780 285 kB/s | 7.3 kB 00:00 delorean-puppet-ceph-f98acb99d2994c745140181ba8 7.8 MB/s | 144 kB 00:00 delorean-openstack-swift-108b289bddbbb85dcf5e70 703 kB/s | 14 kB 00:00 delorean-python-tempestconf-405c80b5c195fcdcab1 3.2 MB/s | 53 kB 00:00 delorean-python-django-horizon-d205ff09bed65b08 6.8 MB/s | 96 kB 00:00 dlrn-antelope-testing 33 MB/s | 1.1 MB 00:00 dlrn-antelope-build-deps 14 MB/s | 461 kB 00:00 centos9-rabbitmq 4.7 MB/s | 123 kB 00:00 centos9-storage 37 MB/s | 413 kB 00:00 centos9-opstools 1.2 MB/s | 51 kB 00:00 NFV SIG OpenvSwitch 41 MB/s | 438 kB 00:00 repo-setup-centos-appstream 170 MB/s | 24 MB 00:00 repo-setup-centos-baseos 93 MB/s | 8.7 MB 00:00 repo-setup-centos-highavailability 37 MB/s | 744 kB 00:00 repo-setup-centos-powertools 110 MB/s | 7.1 MB 00:00 CentOS Stream 9 - BaseOS 8.9 MB/s | 8.7 MB 00:00 CentOS Stream 9 - AppStream 19 MB/s | 24 MB 00:01 CentOS Stream 9 - Extras packages 37 kB/s | 19 kB 00:00 Extra Packages for Enterprise Linux 9 - x86_64 58 MB/s | 20 MB 00:00 Dependencies resolved. ==================================================================================================================== Package Arch Version Repository Size ==================================================================================================================== Installing: bash-completion noarch 1:2.11-5.el9 repo-setup-centos-baseos 454 k ceph-common x86_64 2:18.2.7-1.el9s centos9-storage 18 M ipmitool x86_64 1.8.18-27.el9 repo-setup-centos-appstream 387 k iputils x86_64 20210202-12.el9 repo-setup-centos-baseos 174 k python3-aodhclient noarch 3.2.1-0.20240304093813.de9633a.el9 delorean-component-clients 55 k python3-barbicanclient noarch 5.5.0-0.20230310180033.ad14b64.el9 delorean-component-clients 134 k python3-designateclient noarch 5.2.0-0.20240326163329.bc39d23.el9 delorean-component-designate 97 k python3-glanceclient noarch 1:4.3.2-0.20240805080251.3a2ef8b.el9 delorean-component-clients 147 k python3-heatclient noarch 3.2.0-0.20230310183420.712739e.el9 delorean-component-clients 157 k python3-ironic-inspector-client noarch 4.9.0-0.20230310173148.009346e.el9 delorean-component-clients 67 k python3-ironicclient noarch 5.1.0-0.20230310145439.f945974.el9 delorean-component-clients 346 k python3-manilaclient noarch 4.4.2-0.20240805080450.96e51a3.el9 delorean-component-clients 659 k python3-observabilityclient noarch 0.1.1-0.20240119075849.9607ee2.el9 delorean-component-cloudops 35 k python3-octaviaclient noarch 3.4.0-0.20230310203948.6e306cc.el9 delorean-component-clients 90 k python3-openstackclient noarch 6.2.1-0.20240913085255.0217295.el9 delorean-component-clients 1.2 M python3-osc-placement noarch 4.1.0-0.20230310151710.b6505e2.el9 delorean-component-clients 51 k python3-watcherclient noarch 4.2.0-0.20241016130754.a3445de.el9 delorean-component-clients 104 k Installing dependencies: acl x86_64 2.3.1-4.el9 repo-setup-centos-baseos 71 k boost-program-options x86_64 1.75.0-11.el9 repo-setup-centos-appstream 105 k cryptsetup-libs x86_64 2.7.2-4.el9 repo-setup-centos-baseos 518 k daxctl-libs x86_64 78-2.el9 repo-setup-centos-baseos 42 k dbus x86_64 1:1.12.20-8.el9 repo-setup-centos-baseos 3.8 k dbus-broker x86_64 28-7.el9 repo-setup-centos-baseos 172 k dbus-common noarch 1:1.12.20-8.el9 repo-setup-centos-baseos 15 k device-mapper x86_64 9:1.02.202-6.el9 repo-setup-centos-baseos 139 k device-mapper-libs x86_64 9:1.02.202-6.el9 repo-setup-centos-baseos 179 k git-core x86_64 2.47.1-2.el9 repo-setup-centos-appstream 4.5 M gperftools-libs x86_64 2.9.1-1.el9s delorean-antelope-testing 309 k kmod-libs x86_64 28-10.el9 repo-setup-centos-baseos 63 k less x86_64 590-5.el9 repo-setup-centos-baseos 163 k libaio x86_64 0.3.111-13.el9 repo-setup-centos-baseos 24 k libarrow x86_64 9.0.0-14.el9 epel-low-priority 4.4 M libarrow-doc noarch 9.0.0-14.el9 epel-low-priority 25 k libbabeltrace x86_64 1.5.8-10.el9 repo-setup-centos-appstream 190 k libbrotli x86_64 1.0.9-7.el9 repo-setup-centos-baseos 313 k libburn x86_64 1.5.4-5.el9 repo-setup-centos-appstream 172 k libcbor x86_64 0.7.0-5.el9 repo-setup-centos-baseos 57 k libcephfs2 x86_64 2:18.2.7-1.el9s centos9-storage 692 k libedit x86_64 3.1-38.20210216cvs.el9 repo-setup-centos-baseos 104 k libfido2 x86_64 1.13.0-2.el9 repo-setup-centos-baseos 99 k libibverbs x86_64 54.0-1.el9 repo-setup-centos-baseos 451 k libicu x86_64 67.1-9.el9 repo-setup-centos-baseos 9.6 M libisoburn x86_64 1.5.4-5.el9 repo-setup-centos-appstream 415 k libisofs x86_64 1.5.4-4.el9 repo-setup-centos-appstream 222 k libnl3 x86_64 3.11.0-1.el9 repo-setup-centos-baseos 363 k liboath x86_64 2.6.7-3.el9s centos9-storage 48 k libpkgconf x86_64 1.7.3-10.el9 repo-setup-centos-baseos 36 k libpmem x86_64 1.12.1-1.el9 repo-setup-centos-appstream 112 k libpmemobj x86_64 1.12.1-1.el9 repo-setup-centos-appstream 160 k librabbitmq x86_64 0.11.0-7.el9 repo-setup-centos-appstream 45 k librados2 x86_64 2:18.2.7-1.el9s centos9-storage 3.3 M libradosstriper1 x86_64 2:18.2.7-1.el9s centos9-storage 459 k librbd1 x86_64 2:18.2.7-1.el9s centos9-storage 2.9 M librdkafka x86_64 1.6.1-102.el9 repo-setup-centos-appstream 662 k librdmacm x86_64 54.0-1.el9 repo-setup-centos-baseos 71 k librgw2 x86_64 2:18.2.7-1.el9s centos9-storage 4.4 M libseccomp x86_64 2.5.2-2.el9 repo-setup-centos-baseos 72 k libunwind x86_64 1.5.0-1.el9s centos9-storage 66 k liburing x86_64 2.5-1.el9 repo-setup-centos-appstream 39 k lttng-ust x86_64 2.12.0-6.el9 repo-setup-centos-appstream 292 k ndctl-libs x86_64 78-2.el9 repo-setup-centos-baseos 90 k numactl-libs x86_64 2.0.19-1.el9 repo-setup-centos-baseos 32 k openssh x86_64 8.7p1-45.el9 repo-setup-centos-baseos 459 k openssh-clients x86_64 8.7p1-45.el9 repo-setup-centos-baseos 714 k parquet-libs x86_64 9.0.0-14.el9 epel-low-priority 838 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 python-openstackclient-lang noarch 6.2.1-0.20240913085255.0217295.el9 delorean-component-clients 56 k python-oslo-concurrency-lang noarch 5.1.1-0.20230412082954.0af5942.el9 delorean-component-common 13 k python-oslo-i18n-lang noarch 6.0.0-0.20230418095801.03605c2.el9 delorean-component-common 13 k python-oslo-log-lang noarch 5.2.1-0.20241106100252.fdfc4e6.el9 delorean-component-common 12 k python-oslo-middleware-lang noarch 5.1.1-0.20240219151614.7725ac9.el9 delorean-component-common 11 k python-oslo-utils-lang noarch 6.1.0-0.20230310140524.d49d594.el9 delorean-component-common 12 k python3-amqp noarch 5.1.1-1.el9s delorean-antelope-testing 93 k python3-appdirs noarch 1.4.4-4.el9 repo-setup-centos-appstream 23 k python3-attrs noarch 20.3.0-7.el9 repo-setup-centos-appstream 87 k python3-autopage noarch 0.5.1-1.el9s delorean-antelope-testing 58 k python3-babel noarch 2.9.1-2.el9 repo-setup-centos-appstream 6.0 M python3-bcrypt x86_64 3.2.2-4.el9s delorean-antelope-testing 43 k python3-cachetools noarch 5.2.0-3.el9s delorean-antelope-testing 31 k python3-ceph-argparse x86_64 2:18.2.7-1.el9s centos9-storage 46 k python3-ceph-common x86_64 2:18.2.7-1.el9s centos9-storage 131 k python3-cephfs x86_64 2:18.2.7-1.el9s centos9-storage 163 k python3-cffi x86_64 1.14.5-5.el9 repo-setup-centos-baseos 253 k python3-chardet noarch 4.0.0-5.el9 repo-setup-centos-baseos 239 k python3-cinderclient noarch 9.3.0-0.20230310173716.f7a612e.el9 delorean-component-clients 218 k python3-cliff noarch 4.2.0-0.20230310143452.fb9a3a9.el9 delorean-component-common 94 k python3-cmd2 noarch 2.4.2-1.el9s delorean-antelope-testing 303 k python3-cryptography x86_64 36.0.1-4.el9 repo-setup-centos-baseos 1.2 M python3-debtcollector noarch 2.5.0-0.20230310120453.a6b46c5.el9 delorean-component-common 31 k python3-decorator noarch 4.4.2-6.el9 repo-setup-centos-baseos 28 k python3-dns noarch 2.6.1-3.el9 repo-setup-centos-baseos 507 k python3-dogpile-cache noarch 1.1.8-1.el9s delorean-antelope-testing 88 k python3-eventlet noarch 0.33.3-2.el9s delorean-antelope-testing 363 k python3-fasteners noarch 0.18-1.el9s delorean-antelope-testing 37 k python3-fixtures noarch 4.0.1-1.el9s delorean-antelope-testing 93 k python3-futurist noarch 2.4.1-0.20230310123225.159d752.el9 delorean-component-common 62 k python3-greenlet x86_64 1.1.3-1.el9s delorean-antelope-testing 105 k python3-idna noarch 2.10-7.el9.1 repo-setup-centos-baseos 102 k python3-importlib-metadata noarch 4.12.0-2.el9s delorean-antelope-testing 44 k python3-inotify noarch 0.9.6-25.el9 repo-setup-centos-baseos 53 k python3-iso8601 noarch 1.1.0-1.el9s delorean-antelope-testing 23 k python3-jaraco noarch 8.2.1-4.el9s delorean-antelope-testing 10 k python3-jaraco-classes noarch 3.2.1-5.el9s delorean-antelope-testing 18 k python3-jeepney noarch 0.8.0-3.el9s delorean-antelope-testing 345 k python3-jinja2 noarch 3.0.1-2.el9s delorean-antelope-testing 511 k python3-jmespath noarch 1.0.1-1.el9s delorean-antelope-testing 45 k python3-jsonpatch noarch 1.21-16.el9 repo-setup-centos-appstream 26 k python3-jsonpointer noarch 2.0-4.el9 repo-setup-centos-appstream 19 k python3-jsonschema noarch 3.2.0-13.el9 repo-setup-centos-appstream 125 k python3-keyring noarch 23.9.3-1.el9s delorean-antelope-testing 81 k python3-keystoneauth1 noarch 5.1.3-0.20240913071836.e96c503.el9 delorean-component-keystone 411 k python3-keystoneclient noarch 1:5.1.0-0.20230310132725.4763cd8.el9 delorean-component-clients 237 k python3-kombu noarch 1:5.2.4-3.el9s delorean-antelope-testing 322 k python3-mako noarch 1.1.4-6.el9 repo-setup-centos-appstream 172 k python3-markupsafe x86_64 2.1.1-4.el9s delorean-antelope-testing 27 k python3-more-itertools noarch 8.5.0-2.el9s delorean-antelope-testing 65 k python3-msgpack x86_64 1.0.4-3.el9s delorean-antelope-testing 85 k python3-munch noarch 2.5.0-4.el9s delorean-antelope-testing 23 k python3-netaddr noarch 0.10.1-3.el9 repo-setup-centos-appstream 1.5 M python3-netifaces x86_64 0.10.6-15.el9 repo-setup-centos-appstream 23 k python3-neutronclient noarch 9.0.0-0.20230725173000.16a2cd1.el9 delorean-component-clients 292 k python3-novaclient noarch 1:18.3.0-0.20230313070857.85e4f08.el9 delorean-component-clients 219 k python3-openstacksdk noarch 1.0.2-0.20241028171829.eee309c.el9 delorean-component-clients 811 k python3-os-client-config noarch 2.1.0-0.20230327143840.bc96c23.el9 delorean-component-clients 53 k python3-os-service-types noarch 1.7.0-0.20230310110132.0b2f473.el9 delorean-component-clients 36 k python3-osc-lib noarch 2.7.0-0.20230310134920.58ff270.el9 delorean-component-clients 76 k python3-oslo-concurrency noarch 5.1.1-0.20230412082954.0af5942.el9 delorean-component-common 42 k python3-oslo-config noarch 2:9.1.1-0.20230310201801.515daab.el9 delorean-component-common 216 k python3-oslo-context noarch 5.1.1-0.20230310191714.7696282.el9 delorean-component-common 26 k python3-oslo-i18n noarch 6.0.0-0.20230418095801.03605c2.el9 delorean-component-common 56 k python3-oslo-log noarch 5.2.1-0.20241106100252.fdfc4e6.el9 delorean-component-common 65 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-serialization noarch 5.1.2-0.20240902085253.808ef7d.el9 delorean-component-common 32 k python3-oslo-service noarch 3.1.2-0.20240617091247.9be8ebb.el9 delorean-component-common 69 k python3-oslo-utils noarch 6.1.0-0.20230310140524.d49d594.el9 delorean-component-common 77 k python3-osprofiler noarch 3.4.3-0.20230310121559.3286301.el9 delorean-component-common 128 k python3-packaging noarch 20.9-5.el9 repo-setup-centos-appstream 77 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-pbr noarch 5.11.1-1.el9s delorean-antelope-testing 140 k python3-ply noarch 3.11-14.el9 repo-setup-centos-baseos 106 k python3-prettytable noarch 0.7.2-27.el9 repo-setup-centos-appstream 42 k python3-prometheus_client noarch 0.9.0-2.el9s delorean-antelope-testing 86 k python3-pyOpenSSL noarch 20.0.1-2.el9s delorean-antelope-testing 89 k python3-pycparser noarch 2.20-6.el9 repo-setup-centos-baseos 135 k python3-pyngus noarch 2.3.0-8.el9s delorean-antelope-testing 51 k python3-pyparsing noarch 2.4.7-9.el9 repo-setup-centos-baseos 150 k python3-pyperclip noarch 1.8.2-2.el9s delorean-antelope-testing 28 k python3-pyrsistent x86_64 0.17.3-8.el9 repo-setup-centos-appstream 114 k python3-pysocks noarch 1.7.1-12.el9 repo-setup-centos-baseos 35 k python3-pytz noarch 2021.1-5.el9 repo-setup-centos-appstream 51 k python3-pyyaml x86_64 5.4.1-6.el9 repo-setup-centos-baseos 205 k python3-qpid-proton x86_64 0.35.0-2.el9s delorean-antelope-testing 408 k python3-rados x86_64 2:18.2.7-1.el9s centos9-storage 323 k python3-rbd x86_64 2:18.2.7-1.el9s centos9-storage 302 k python3-repoze-lru noarch 0.7-10.el9s delorean-antelope-testing 31 k python3-requests noarch 2.25.1-9.el9 repo-setup-centos-baseos 127 k python3-requestsexceptions noarch 1.4.0-0.20230310103434.d7ac0ff.el9 delorean-component-common 15 k python3-rfc3986 noarch 1.5.0-1.el9s delorean-antelope-testing 50 k python3-rgw x86_64 2:18.2.7-1.el9s centos9-storage 101 k python3-routes noarch 2.5.1-1.el9s delorean-antelope-testing 188 k python3-secretstorage noarch 3.3.1-1.el9s delorean-antelope-testing 35 k python3-setuptools noarch 57.4.0-1.el9s centos9-storage 920 k python3-simplejson x86_64 3.17.6-2.el9s delorean-antelope-testing 264 k python3-statsd noarch 3.2.1-20.el9s delorean-antelope-testing 34 k python3-stevedore noarch 5.0.0-0.20241203182731.c4acc56.el9 delorean-component-clients 67 k python3-swiftclient noarch 4.2.0-0.20230310160202.7bd0951.el9 delorean-component-clients 162 k python3-tempita noarch 0.5.2-2.el9s delorean-antelope-testing 36 k python3-urllib3 noarch 1.26.5-6.el9 repo-setup-centos-baseos 215 k python3-vine noarch 5.0.0-3.el9s delorean-antelope-testing 25 k python3-warlock noarch 1.3.3-5.el9s delorean-antelope-testing 20 k python3-wcwidth noarch 0.2.5-8.el9 repo-setup-centos-appstream 44 k python3-webob noarch 1.8.7-1.el9s delorean-antelope-testing 230 k python3-wrapt x86_64 1.14.1-1.el9s delorean-antelope-testing 57 k python3-yappi x86_64 1.3.6-1.el9s delorean-antelope-testing 55 k python3-zipp noarch 3.6.0-1.el9s delorean-antelope-testing 16 k qpid-proton-c x86_64 0.35.0-2.el9s delorean-antelope-testing 225 k re2 x86_64 1:20211101-20.el9 epel-low-priority 191 k snappy x86_64 1.1.8-8.el9 repo-setup-centos-baseos 35 k systemd x86_64 252-53.el9 repo-setup-centos-baseos 4.0 M systemd-pam x86_64 252-53.el9 repo-setup-centos-baseos 274 k systemd-rpm-macros noarch 252-53.el9 repo-setup-centos-baseos 71 k thrift x86_64 0.15.0-3.el9s centos9-storage 1.6 M userspace-rcu x86_64 0.12.1-6.el9 repo-setup-centos-baseos 110 k xorriso x86_64 1.5.4-5.el9 repo-setup-centos-appstream 317 k Transaction Summary ==================================================================================================================== Install 189 Packages Total download size: 90 M Installed size: 346 M Downloading Packages: (1/189): python-openstackclient-lang-6.2.1-0.20 7.2 MB/s | 56 kB 00:00 (2/189): python3-aodhclient-3.2.1-0.20240304093 6.7 MB/s | 55 kB 00:00 (3/189): python3-barbicanclient-5.5.0-0.2023031 13 MB/s | 134 kB 00:00 (4/189): python3-glanceclient-4.3.2-0.202408050 31 MB/s | 147 kB 00:00 (5/189): python3-cinderclient-9.3.0-0.202303101 36 MB/s | 218 kB 00:00 (6/189): python3-heatclient-3.2.0-0.20230310183 29 MB/s | 157 kB 00:00 (7/189): python3-ironic-inspector-client-4.9.0- 29 MB/s | 67 kB 00:00 (8/189): python3-ironicclient-5.1.0-0.202303101 58 MB/s | 346 kB 00:00 (9/189): python3-keystoneclient-5.1.0-0.2023031 38 MB/s | 237 kB 00:00 (10/189): python3-neutronclient-9.0.0-0.2023072 54 MB/s | 292 kB 00:00 (11/189): python3-manilaclient-4.4.2-0.20240805 53 MB/s | 659 kB 00:00 (12/189): python3-novaclient-18.3.0-0.202303130 31 MB/s | 219 kB 00:00 (13/189): python3-octaviaclient-3.4.0-0.2023031 21 MB/s | 90 kB 00:00 (14/189): python3-os-client-config-2.1.0-0.2023 18 MB/s | 53 kB 00:00 (15/189): python3-os-service-types-1.7.0-0.2023 19 MB/s | 36 kB 00:00 (16/189): python3-osc-lib-2.7.0-0.2023031013492 27 MB/s | 76 kB 00:00 (17/189): python3-openstacksdk-1.0.2-0.20241028 63 MB/s | 811 kB 00:00 (18/189): python3-osc-placement-4.1.0-0.2023031 16 MB/s | 51 kB 00:00 (19/189): python3-stevedore-5.0.0-0.20241203182 31 MB/s | 67 kB 00:00 (20/189): python3-openstackclient-6.2.1-0.20240 63 MB/s | 1.2 MB 00:00 (21/189): python3-swiftclient-4.2.0-0.202303101 30 MB/s | 162 kB 00:00 (22/189): python3-watcherclient-4.2.0-0.2024101 23 MB/s | 104 kB 00:00 (23/189): python3-observabilityclient-0.1.1-0.2 20 MB/s | 35 kB 00:00 (24/189): python-oslo-concurrency-lang-5.1.1-0. 8.5 MB/s | 13 kB 00:00 (25/189): python-oslo-i18n-lang-6.0.0-0.2023041 10 MB/s | 13 kB 00:00 (26/189): python-oslo-log-lang-5.2.1-0.20241106 11 MB/s | 12 kB 00:00 (27/189): python-oslo-middleware-lang-5.1.1-0.2 9.4 MB/s | 11 kB 00:00 (28/189): python-oslo-utils-lang-6.1.0-0.202303 11 MB/s | 12 kB 00:00 (29/189): python3-cliff-4.2.0-0.20230310143452. 58 MB/s | 94 kB 00:00 (30/189): python3-debtcollector-2.5.0-0.2023031 17 MB/s | 31 kB 00:00 (31/189): python3-futurist-2.4.1-0.202303101232 33 MB/s | 62 kB 00:00 (32/189): python3-oslo-concurrency-5.1.1-0.2023 28 MB/s | 42 kB 00:00 (33/189): python3-oslo-context-5.1.1-0.20230310 22 MB/s | 26 kB 00:00 (34/189): python3-oslo-i18n-6.0.0-0.20230418095 35 MB/s | 56 kB 00:00 (35/189): python3-oslo-config-9.1.1-0.202303102 58 MB/s | 216 kB 00:00 (36/189): python3-oslo-log-5.2.1-0.202411061002 27 MB/s | 65 kB 00:00 (37/189): python3-oslo-metrics-0.6.0-0.20230310 18 MB/s | 23 kB 00:00 (38/189): python3-oslo-messaging-14.2.5-0.20240 67 MB/s | 224 kB 00:00 (39/189): python3-oslo-middleware-5.1.1-0.20240 25 MB/s | 56 kB 00:00 (40/189): python3-oslo-serialization-5.1.2-0.20 15 MB/s | 32 kB 00:00 (41/189): python3-oslo-service-3.1.2-0.20240617 44 MB/s | 69 kB 00:00 (42/189): python3-oslo-utils-6.1.0-0.2023031014 40 MB/s | 77 kB 00:00 (43/189): python3-requestsexceptions-1.4.0-0.20 12 MB/s | 15 kB 00:00 (44/189): python3-osprofiler-3.4.3-0.2023031012 41 MB/s | 128 kB 00:00 (45/189): python3-designateclient-5.2.0-0.20240 43 MB/s | 97 kB 00:00 (46/189): python3-amqp-5.1.1-1.el9s.noarch.rpm 38 MB/s | 93 kB 00:00 (47/189): python3-keystoneauth1-5.1.3-0.2024091 66 MB/s | 411 kB 00:00 (48/189): gperftools-libs-2.9.1-1.el9s.x86_64.r 49 MB/s | 309 kB 00:00 (49/189): python3-autopage-0.5.1-1.el9s.noarch. 18 MB/s | 58 kB 00:00 (50/189): python3-bcrypt-3.2.2-4.el9s.x86_64.rp 20 MB/s | 43 kB 00:00 (51/189): python3-cachetools-5.2.0-3.el9s.noarc 21 MB/s | 31 kB 00:00 (52/189): python3-dogpile-cache-1.1.8-1.el9s.no 37 MB/s | 88 kB 00:00 (53/189): python3-cmd2-2.4.2-1.el9s.noarch.rpm 70 MB/s | 303 kB 00:00 (54/189): python3-fasteners-0.18-1.el9s.noarch. 21 MB/s | 37 kB 00:00 (55/189): python3-fixtures-4.0.1-1.el9s.noarch. 57 MB/s | 93 kB 00:00 (56/189): python3-greenlet-1.1.3-1.el9s.x86_64. 50 MB/s | 105 kB 00:00 (57/189): python3-eventlet-0.33.3-2.el9s.noarch 49 MB/s | 363 kB 00:00 (58/189): python3-importlib-metadata-4.12.0-2.e 18 MB/s | 44 kB 00:00 (59/189): python3-iso8601-1.1.0-1.el9s.noarch.r 16 MB/s | 23 kB 00:00 (60/189): python3-jaraco-8.2.1-4.el9s.noarch.rp 8.0 MB/s | 10 kB 00:00 (61/189): python3-jaraco-classes-3.2.1-5.el9s.n 17 MB/s | 18 kB 00:00 (62/189): python3-jeepney-0.8.0-3.el9s.noarch.r 77 MB/s | 345 kB 00:00 (63/189): python3-jmespath-1.0.1-1.el9s.noarch. 11 MB/s | 45 kB 00:00 (64/189): python3-jinja2-3.0.1-2.el9s.noarch.rp 75 MB/s | 511 kB 00:00 (65/189): python3-keyring-23.9.3-1.el9s.noarch. 24 MB/s | 81 kB 00:00 (66/189): python3-markupsafe-2.1.1-4.el9s.x86_6 15 MB/s | 27 kB 00:00 (67/189): python3-kombu-5.2.4-3.el9s.noarch.rpm 64 MB/s | 322 kB 00:00 (68/189): python3-more-itertools-8.5.0-2.el9s.n 28 MB/s | 65 kB 00:00 (69/189): python3-msgpack-1.0.4-3.el9s.x86_64.r 37 MB/s | 85 kB 00:00 (70/189): python3-munch-2.5.0-4.el9s.noarch.rpm 16 MB/s | 23 kB 00:00 (71/189): python3-paste-deploy-2.1.1-2.el9s.noa 22 MB/s | 40 kB 00:00 (72/189): python3-pbr-5.11.1-1.el9s.noarch.rpm 51 MB/s | 140 kB 00:00 (73/189): python3-prometheus_client-0.9.0-2.el9 30 MB/s | 86 kB 00:00 (74/189): python3-pyOpenSSL-20.0.1-2.el9s.noarc 31 MB/s | 89 kB 00:00 (75/189): python3-pyngus-2.3.0-8.el9s.noarch.rp 22 MB/s | 51 kB 00:00 (76/189): python3-pyperclip-1.8.2-2.el9s.noarch 23 MB/s | 28 kB 00:00 (77/189): python3-paste-3.5.2-1.el9s.noarch.rpm 66 MB/s | 774 kB 00:00 (78/189): python3-repoze-lru-0.7-10.el9s.noarch 13 MB/s | 31 kB 00:00 (79/189): python3-qpid-proton-0.35.0-2.el9s.x86 63 MB/s | 408 kB 00:00 (80/189): python3-rfc3986-1.5.0-1.el9s.noarch.r 11 MB/s | 50 kB 00:00 (81/189): python3-routes-2.5.1-1.el9s.noarch.rp 40 MB/s | 188 kB 00:00 (82/189): python3-secretstorage-3.3.1-1.el9s.no 17 MB/s | 35 kB 00:00 (83/189): python3-statsd-3.2.1-20.el9s.noarch.r 20 MB/s | 34 kB 00:00 (84/189): python3-tempita-0.5.2-2.el9s.noarch.r 17 MB/s | 36 kB 00:00 (85/189): python3-vine-5.0.0-3.el9s.noarch.rpm 19 MB/s | 25 kB 00:00 (86/189): python3-warlock-1.3.3-5.el9s.noarch.r 18 MB/s | 20 kB 00:00 (87/189): python3-simplejson-3.17.6-2.el9s.x86_ 42 MB/s | 264 kB 00:00 (88/189): python3-wrapt-1.14.1-1.el9s.x86_64.rp 29 MB/s | 57 kB 00:00 (89/189): python3-yappi-1.3.6-1.el9s.x86_64.rpm 28 MB/s | 55 kB 00:00 (90/189): python3-zipp-3.6.0-1.el9s.noarch.rpm 13 MB/s | 16 kB 00:00 (91/189): python3-webob-1.8.7-1.el9s.noarch.rpm 41 MB/s | 230 kB 00:00 (92/189): qpid-proton-c-0.35.0-2.el9s.x86_64.rp 61 MB/s | 225 kB 00:00 (93/189): liboath-2.6.7-3.el9s.x86_64.rpm 508 kB/s | 48 kB 00:00 (94/189): libcephfs2-18.2.7-1.el9s.x86_64.rpm 6.1 MB/s | 692 kB 00:00 (95/189): libradosstriper1-18.2.7-1.el9s.x86_64 6.1 MB/s | 459 kB 00:00 (96/189): librados2-18.2.7-1.el9s.x86_64.rpm 31 MB/s | 3.3 MB 00:00 (97/189): ceph-common-18.2.7-1.el9s.x86_64.rpm 78 MB/s | 18 MB 00:00 (98/189): librbd1-18.2.7-1.el9s.x86_64.rpm 43 MB/s | 2.9 MB 00:00 (99/189): librgw2-18.2.7-1.el9s.x86_64.rpm 54 MB/s | 4.4 MB 00:00 (100/189): libunwind-1.5.0-1.el9s.x86_64.rpm 1.2 MB/s | 66 kB 00:00 (101/189): python3-ceph-argparse-18.2.7-1.el9s. 952 kB/s | 46 kB 00:00 (102/189): python3-ceph-common-18.2.7-1.el9s.x8 2.6 MB/s | 131 kB 00:00 (103/189): python3-cephfs-18.2.7-1.el9s.x86_64. 3.2 MB/s | 163 kB 00:00 (104/189): python3-rados-18.2.7-1.el9s.x86_64.r 6.1 MB/s | 323 kB 00:00 (105/189): python3-setuptools-57.4.0-1.el9s.noa 128 MB/s | 920 kB 00:00 (106/189): python3-rbd-18.2.7-1.el9s.x86_64.rpm 6.5 MB/s | 302 kB 00:00 (107/189): boost-program-options-1.75.0-11.el9. 56 MB/s | 105 kB 00:00 (108/189): python3-rgw-18.2.7-1.el9s.x86_64.rpm 2.1 MB/s | 101 kB 00:00 (109/189): git-core-2.47.1-2.el9.x86_64.rpm 143 MB/s | 4.5 MB 00:00 (110/189): ipmitool-1.8.18-27.el9.x86_64.rpm 7.4 MB/s | 387 kB 00:00 (111/189): libbabeltrace-1.5.8-10.el9.x86_64.rp 3.8 MB/s | 190 kB 00:00 (112/189): thrift-0.15.0-3.el9s.x86_64.rpm 15 MB/s | 1.6 MB 00:00 (113/189): libburn-1.5.4-5.el9.x86_64.rpm 3.5 MB/s | 172 kB 00:00 (114/189): libisoburn-1.5.4-5.el9.x86_64.rpm 7.4 MB/s | 415 kB 00:00 (115/189): libisofs-1.5.4-4.el9.x86_64.rpm 4.2 MB/s | 222 kB 00:00 (116/189): libpmem-1.12.1-1.el9.x86_64.rpm 2.4 MB/s | 112 kB 00:00 (117/189): libpmemobj-1.12.1-1.el9.x86_64.rpm 3.1 MB/s | 160 kB 00:00 (118/189): librabbitmq-0.11.0-7.el9.x86_64.rpm 876 kB/s | 45 kB 00:00 (119/189): librdkafka-1.6.1-102.el9.x86_64.rpm 13 MB/s | 662 kB 00:00 (120/189): python3-appdirs-1.4.4-4.el9.noarch.r 21 MB/s | 23 kB 00:00 (121/189): liburing-2.5-1.el9.x86_64.rpm 880 kB/s | 39 kB 00:00 (122/189): lttng-ust-2.12.0-6.el9.x86_64.rpm 5.0 MB/s | 292 kB 00:00 (123/189): python3-attrs-20.3.0-7.el9.noarch.rp 1.6 MB/s | 87 kB 00:00 (124/189): python3-babel-2.9.1-2.el9.noarch.rpm 143 MB/s | 6.0 MB 00:00 (125/189): python3-jsonpatch-1.21-16.el9.noarch 561 kB/s | 26 kB 00:00 (126/189): python3-mako-1.1.4-6.el9.noarch.rpm 92 MB/s | 172 kB 00:00 (127/189): python3-jsonpointer-2.0-4.el9.noarch 366 kB/s | 19 kB 00:00 (128/189): python3-netaddr-0.10.1-3.el9.noarch. 134 MB/s | 1.5 MB 00:00 (129/189): python3-netifaces-0.10.6-15.el9.x86_ 3.5 MB/s | 23 kB 00:00 (130/189): python3-packaging-20.9-5.el9.noarch. 58 MB/s | 77 kB 00:00 (131/189): python3-prettytable-0.7.2-27.el9.noa 27 MB/s | 42 kB 00:00 (132/189): python3-pytz-2021.1-5.el9.noarch.rpm 46 MB/s | 51 kB 00:00 (133/189): python3-wcwidth-0.2.5-8.el9.noarch.r 41 MB/s | 44 kB 00:00 (134/189): python3-jsonschema-3.2.0-13.el9.noar 2.3 MB/s | 125 kB 00:00 (135/189): acl-2.3.1-4.el9.x86_64.rpm 39 MB/s | 71 kB 00:00 (136/189): bash-completion-2.11-5.el9.noarch.rp 105 MB/s | 454 kB 00:00 (137/189): python3-pyrsistent-0.17.3-8.el9.x86_ 2.3 MB/s | 114 kB 00:00 (138/189): xorriso-1.5.4-5.el9.x86_64.rpm 6.2 MB/s | 317 kB 00:00 (139/189): dbus-1.12.20-8.el9.x86_64.rpm 3.7 MB/s | 3.8 kB 00:00 (140/189): dbus-broker-28-7.el9.x86_64.rpm 77 MB/s | 172 kB 00:00 (141/189): dbus-common-1.12.20-8.el9.noarch.rpm 12 MB/s | 15 kB 00:00 (142/189): device-mapper-1.02.202-6.el9.x86_64. 79 MB/s | 139 kB 00:00 (143/189): device-mapper-libs-1.02.202-6.el9.x8 89 MB/s | 179 kB 00:00 (144/189): iputils-20210202-12.el9.x86_64.rpm 89 MB/s | 174 kB 00:00 (145/189): kmod-libs-28-10.el9.x86_64.rpm 46 MB/s | 63 kB 00:00 (146/189): less-590-5.el9.x86_64.rpm 82 MB/s | 163 kB 00:00 (147/189): libaio-0.3.111-13.el9.x86_64.rpm 22 MB/s | 24 kB 00:00 (148/189): cryptsetup-libs-2.7.2-4.el9.x86_64.r 9.9 MB/s | 518 kB 00:00 (149/189): libcbor-0.7.0-5.el9.x86_64.rpm 40 MB/s | 57 kB 00:00 (150/189): libedit-3.1-38.20210216cvs.el9.x86_6 63 MB/s | 104 kB 00:00 (151/189): libfido2-1.13.0-2.el9.x86_64.rpm 58 MB/s | 99 kB 00:00 (152/189): libibverbs-54.0-1.el9.x86_64.rpm 115 MB/s | 451 kB 00:00 (153/189): daxctl-libs-78-2.el9.x86_64.rpm 850 kB/s | 42 kB 00:00 (154/189): libnl3-3.11.0-1.el9.x86_64.rpm 103 MB/s | 363 kB 00:00 (155/189): libpkgconf-1.7.3-10.el9.x86_64.rpm 27 MB/s | 36 kB 00:00 (156/189): libbrotli-1.0.9-7.el9.x86_64.rpm 6.6 MB/s | 313 kB 00:00 (157/189): libseccomp-2.5.2-2.el9.x86_64.rpm 54 MB/s | 72 kB 00:00 (158/189): librdmacm-54.0-1.el9.x86_64.rpm 1.4 MB/s | 71 kB 00:00 (159/189): numactl-libs-2.0.19-1.el9.x86_64.rpm 6.9 MB/s | 32 kB 00:00 (160/189): openssh-8.7p1-45.el9.x86_64.rpm 52 MB/s | 459 kB 00:00 (161/189): ndctl-libs-78-2.el9.x86_64.rpm 1.6 MB/s | 90 kB 00:00 (162/189): openssh-clients-8.7p1-45.el9.x86_64. 73 MB/s | 714 kB 00:00 (163/189): pkgconf-1.7.3-10.el9.x86_64.rpm 5.4 MB/s | 41 kB 00:00 (164/189): pkgconf-m4-1.7.3-10.el9.noarch.rpm 6.8 MB/s | 15 kB 00:00 (165/189): pkgconf-pkg-config-1.7.3-10.el9.x86_ 2.6 MB/s | 11 kB 00:00 (166/189): python3-cffi-1.14.5-5.el9.x86_64.rpm 39 MB/s | 253 kB 00:00 (167/189): python3-chardet-4.0.0-5.el9.noarch.r 29 MB/s | 239 kB 00:00 (168/189): libicu-67.1-9.el9.x86_64.rpm 81 MB/s | 9.6 MB 00:00 (169/189): python3-decorator-4.4.2-6.el9.noarch 2.0 MB/s | 28 kB 00:00 (170/189): python3-idna-2.10-7.el9.1.noarch.rpm 32 MB/s | 102 kB 00:00 (171/189): python3-dns-2.6.1-3.el9.noarch.rpm 103 MB/s | 507 kB 00:00 (172/189): python3-inotify-0.9.6-25.el9.noarch. 32 MB/s | 53 kB 00:00 (173/189): python3-cryptography-36.0.1-4.el9.x8 47 MB/s | 1.2 MB 00:00 (174/189): python3-ply-3.11-14.el9.noarch.rpm 28 MB/s | 106 kB 00:00 (175/189): python3-pycparser-2.20-6.el9.noarch. 35 MB/s | 135 kB 00:00 (176/189): python3-pyparsing-2.4.7-9.el9.noarch 63 MB/s | 150 kB 00:00 (177/189): python3-pysocks-1.7.1-12.el9.noarch. 18 MB/s | 35 kB 00:00 (178/189): python3-pyyaml-5.4.1-6.el9.x86_64.rp 78 MB/s | 205 kB 00:00 (179/189): python3-requests-2.25.1-9.el9.noarch 46 MB/s | 127 kB 00:00 (180/189): python3-urllib3-1.26.5-6.el9.noarch. 61 MB/s | 215 kB 00:00 (181/189): systemd-pam-252-53.el9.x86_64.rpm 27 MB/s | 274 kB 00:00 (182/189): systemd-rpm-macros-252-53.el9.noarch 16 MB/s | 71 kB 00:00 (183/189): userspace-rcu-0.12.1-6.el9.x86_64.rp 19 MB/s | 110 kB 00:00 (184/189): systemd-252-53.el9.x86_64.rpm 144 MB/s | 4.0 MB 00:00 (185/189): snappy-1.1.8-8.el9.x86_64.rpm 740 kB/s | 35 kB 00:00 (186/189): libarrow-doc-9.0.0-14.el9.noarch.rpm 118 kB/s | 25 kB 00:00 (187/189): re2-20211101-20.el9.x86_64.rpm 1.3 MB/s | 191 kB 00:00 (188/189): parquet-libs-9.0.0-14.el9.x86_64.rpm 2.2 MB/s | 838 kB 00:00 (189/189): libarrow-9.0.0-14.el9.x86_64.rpm 8.5 MB/s | 4.4 MB 00:00 -------------------------------------------------------------------------------- Total 53 MB/s | 90 MB 00:01 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : python3-setuptools-57.4.0-1.el9s.noarch 1/189 Installing : python3-stevedore-5.0.0-0.20241203182731.c4acc56 2/189 Installing : python3-pyyaml-5.4.1-6.el9.x86_64 3/189 Installing : python3-prettytable-0.7.2-27.el9.noarch 4/189 Installing : python3-iso8601-1.1.0-1.el9s.noarch 5/189 Installing : python3-netaddr-0.10.1-3.el9.noarch 6/189 Installing : python3-webob-1.8.7-1.el9s.noarch 7/189 Installing : python3-simplejson-3.17.6-2.el9s.x86_64 8/189 Installing : python3-pyparsing-2.4.7-9.el9.noarch 9/189 Installing : python3-decorator-4.4.2-6.el9.noarch 10/189 Installing : kmod-libs-28-10.el9.x86_64 11/189 Installing : ndctl-libs-78-2.el9.x86_64 12/189 Installing : daxctl-libs-78-2.el9.x86_64 13/189 Installing : python3-pytz-2021.1-5.el9.noarch 14/189 Installing : python3-babel-2.9.1-2.el9.noarch 15/189 Installing : python3-packaging-20.9-5.el9.noarch 16/189 Installing : python3-idna-2.10-7.el9.1.noarch 17/189 Installing : libnl3-3.11.0-1.el9.x86_64 18/189 Installing : libibverbs-54.0-1.el9.x86_64 19/189 Installing : libicu-67.1-9.el9.x86_64 20/189 Installing : python3-netifaces-0.10.6-15.el9.x86_64 21/189 Installing : python3-attrs-20.3.0-7.el9.noarch 22/189 Installing : python3-appdirs-1.4.4-4.el9.noarch 23/189 Installing : librdkafka-1.6.1-102.el9.x86_64 24/189 Installing : librabbitmq-0.11.0-7.el9.x86_64 25/189 Installing : thrift-0.15.0-3.el9s.x86_64 26/189 Installing : python3-ceph-argparse-2:18.2.7-1.el9s.x86_64 27/189 Installing : python3-wrapt-1.14.1-1.el9s.x86_64 28/189 Installing : python3-debtcollector-2.5.0-0.20230310120453.a6b 29/189 Installing : python3-vine-5.0.0-3.el9s.noarch 30/189 Installing : python3-amqp-5.1.1-1.el9s.noarch 31/189 Installing : python3-markupsafe-2.1.1-4.el9s.x86_64 32/189 Installing : python3-jeepney-0.8.0-3.el9s.noarch 33/189 Installing : python3-greenlet-1.1.3-1.el9s.x86_64 34/189 Installing : python3-jinja2-3.0.1-2.el9s.noarch 35/189 Installing : python3-mako-1.1.4-6.el9.noarch 36/189 Installing : python3-dogpile-cache-1.1.8-1.el9s.noarch 37/189 Installing : python3-kombu-1:5.2.4-3.el9s.noarch 38/189 Installing : librdmacm-54.0-1.el9.x86_64 39/189 Installing : libpmem-1.12.1-1.el9.x86_64 40/189 Installing : libpmemobj-1.12.1-1.el9.x86_64 41/189 Installing : python3-prometheus_client-0.9.0-2.el9s.noarch 42/189 Installing : python3-ceph-common-2:18.2.7-1.el9s.x86_64 43/189 Installing : python3-autopage-0.5.1-1.el9s.noarch 44/189 Installing : python3-yappi-1.3.6-1.el9s.x86_64 45/189 Installing : python3-inotify-0.9.6-25.el9.noarch 46/189 Installing : re2-1:20211101-20.el9.x86_64 47/189 Installing : libarrow-doc-9.0.0-14.el9.noarch 48/189 Installing : userspace-rcu-0.12.1-6.el9.x86_64 49/189 Installing : systemd-rpm-macros-252-53.el9.noarch 50/189 Installing : snappy-1.1.8-8.el9.x86_64 51/189 Installing : python3-pysocks-1.7.1-12.el9.noarch 52/189 Installing : python3-urllib3-1.26.5-6.el9.noarch 53/189 Installing : python3-ply-3.11-14.el9.noarch 54/189 Installing : python3-pycparser-2.20-6.el9.noarch 55/189 Installing : python3-cffi-1.14.5-5.el9.x86_64 56/189 Installing : python3-cryptography-36.0.1-4.el9.x86_64 57/189 Installing : python3-pyOpenSSL-20.0.1-2.el9s.noarch 58/189 Installing : python3-secretstorage-3.3.1-1.el9s.noarch 59/189 Installing : python3-bcrypt-3.2.2-4.el9s.x86_64 60/189 Installing : python3-dns-2.6.1-3.el9.noarch 61/189 Installing : python3-eventlet-0.33.3-2.el9s.noarch 62/189 Installing : python3-chardet-4.0.0-5.el9.noarch 63/189 Installing : python3-requests-2.25.1-9.el9.noarch 64/189 Installing : pkgconf-m4-1.7.3-10.el9.noarch 65/189 Running scriptlet: openssh-8.7p1-45.el9.x86_64 66/189 Installing : openssh-8.7p1-45.el9.x86_64 66/189 Installing : numactl-libs-2.0.19-1.el9.x86_64 67/189 Installing : lttng-ust-2.12.0-6.el9.x86_64 68/189 Installing : librados2-2:18.2.7-1.el9s.x86_64 69/189 Running scriptlet: librados2-2:18.2.7-1.el9s.x86_64 69/189 Installing : python3-rados-2:18.2.7-1.el9s.x86_64 70/189 Installing : libcephfs2-2:18.2.7-1.el9s.x86_64 71/189 Running scriptlet: libcephfs2-2:18.2.7-1.el9s.x86_64 71/189 Installing : python3-cephfs-2:18.2.7-1.el9s.x86_64 72/189 Installing : libradosstriper1-2:18.2.7-1.el9s.x86_64 73/189 Running scriptlet: libradosstriper1-2:18.2.7-1.el9s.x86_64 73/189 Installing : libseccomp-2.5.2-2.el9.x86_64 74/189 Installing : libpkgconf-1.7.3-10.el9.x86_64 75/189 Installing : pkgconf-1.7.3-10.el9.x86_64 76/189 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 77/189 Installing : bash-completion-1:2.11-5.el9.noarch 78/189 Installing : libedit-3.1-38.20210216cvs.el9.x86_64 79/189 Installing : libcbor-0.7.0-5.el9.x86_64 80/189 Installing : libfido2-1.13.0-2.el9.x86_64 81/189 Installing : openssh-clients-8.7p1-45.el9.x86_64 82/189 Running scriptlet: openssh-clients-8.7p1-45.el9.x86_64 82/189 Installing : libbrotli-1.0.9-7.el9.x86_64 83/189 Installing : libarrow-9.0.0-14.el9.x86_64 84/189 Installing : libaio-0.3.111-13.el9.x86_64 85/189 Installing : less-590-5.el9.x86_64 86/189 Installing : git-core-2.47.1-2.el9.x86_64 87/189 Installing : python3-pbr-5.11.1-1.el9s.noarch 88/189 Installing : python3-os-service-types-1.7.0-0.20230310110132. 89/189 Installing : python3-keystoneauth1-5.1.3-0.20240913071836.e96 90/189 Installing : python3-oslo-context-5.1.1-0.20230310191714.7696 91/189 Installing : python3-fixtures-4.0.1-1.el9s.noarch 92/189 Installing : acl-2.3.1-4.el9.x86_64 93/189 Installing : dbus-1:1.12.20-8.el9.x86_64 94/189 Installing : systemd-pam-252-53.el9.x86_64 95/189 Running scriptlet: systemd-252-53.el9.x86_64 96/189 Installing : systemd-252-53.el9.x86_64 96/189 Running scriptlet: systemd-252-53.el9.x86_64 96/189 Installing : dbus-common-1:1.12.20-8.el9.noarch 97/189 Running scriptlet: dbus-common-1:1.12.20-8.el9.noarch 97/189 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket. Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket. Running scriptlet: dbus-broker-28-7.el9.x86_64 98/189 Installing : dbus-broker-28-7.el9.x86_64 98/189 Running scriptlet: dbus-broker-28-7.el9.x86_64 98/189 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service. Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service. Installing : device-mapper-libs-9:1.02.202-6.el9.x86_64 99/189 Installing : device-mapper-9:1.02.202-6.el9.x86_64 100/189 Installing : cryptsetup-libs-2.7.2-4.el9.x86_64 101/189 Installing : python3-wcwidth-0.2.5-8.el9.noarch 102/189 Installing : python3-pyrsistent-0.17.3-8.el9.x86_64 103/189 Installing : python3-jsonschema-3.2.0-13.el9.noarch 104/189 Installing : python3-jsonpointer-2.0-4.el9.noarch 105/189 Installing : python3-jsonpatch-1.21-16.el9.noarch 106/189 Installing : python3-warlock-1.3.3-5.el9s.noarch 107/189 Installing : liburing-2.5-1.el9.x86_64 108/189 Installing : librbd1-2:18.2.7-1.el9s.x86_64 109/189 Running scriptlet: librbd1-2:18.2.7-1.el9s.x86_64 109/189 Installing : python3-rbd-2:18.2.7-1.el9s.x86_64 110/189 Installing : libisofs-1.5.4-4.el9.x86_64 111/189 Installing : libburn-1.5.4-5.el9.x86_64 112/189 Installing : libisoburn-1.5.4-5.el9.x86_64 113/189 Running scriptlet: xorriso-1.5.4-5.el9.x86_64 114/189 Installing : xorriso-1.5.4-5.el9.x86_64 114/189 Running scriptlet: xorriso-1.5.4-5.el9.x86_64 114/189 Installing : libbabeltrace-1.5.8-10.el9.x86_64 115/189 Installing : boost-program-options-1.75.0-11.el9.x86_64 116/189 Installing : parquet-libs-9.0.0-14.el9.x86_64 117/189 Installing : librgw2-2:18.2.7-1.el9s.x86_64 118/189 Running scriptlet: librgw2-2:18.2.7-1.el9s.x86_64 118/189 Installing : python3-rgw-2:18.2.7-1.el9s.x86_64 119/189 Installing : libunwind-1.5.0-1.el9s.x86_64 120/189 Installing : gperftools-libs-2.9.1-1.el9s.x86_64 121/189 Installing : liboath-2.6.7-3.el9s.x86_64 122/189 Installing : qpid-proton-c-0.35.0-2.el9s.x86_64 123/189 Installing : python3-qpid-proton-0.35.0-2.el9s.x86_64 124/189 Installing : python3-pyngus-2.3.0-8.el9s.noarch 125/189 Installing : python3-zipp-3.6.0-1.el9s.noarch 126/189 Installing : python3-importlib-metadata-4.12.0-2.el9s.noarch 127/189 Installing : python3-tempita-0.5.2-2.el9s.noarch 128/189 Installing : python3-paste-3.5.2-1.el9s.noarch 129/189 Installing : python3-paste-deploy-2.1.1-2.el9s.noarch 130/189 Installing : python3-statsd-3.2.1-20.el9s.noarch 131/189 Installing : python3-rfc3986-1.5.0-1.el9s.noarch 132/189 Installing : python3-repoze-lru-0.7-10.el9s.noarch 133/189 Installing : python3-routes-2.5.1-1.el9s.noarch 134/189 Installing : python3-pyperclip-1.8.2-2.el9s.noarch 135/189 Installing : python3-cmd2-2.4.2-1.el9s.noarch 136/189 Installing : python3-cliff-4.2.0-0.20230310143452.fb9a3a9.el9 137/189 Installing : python3-munch-2.5.0-4.el9s.noarch 138/189 Installing : python3-msgpack-1.0.4-3.el9s.x86_64 139/189 Installing : python3-more-itertools-8.5.0-2.el9s.noarch 140/189 Installing : python3-jmespath-1.0.1-1.el9s.noarch 141/189 Installing : python3-jaraco-8.2.1-4.el9s.noarch 142/189 Installing : python3-jaraco-classes-3.2.1-5.el9s.noarch 143/189 Installing : python3-keyring-23.9.3-1.el9s.noarch 144/189 Installing : python3-fasteners-0.18-1.el9s.noarch 145/189 Installing : python3-cachetools-5.2.0-3.el9s.noarch 146/189 Installing : python3-requestsexceptions-1.4.0-0.2023031010343 147/189 Installing : python3-openstacksdk-1.0.2-0.20241028171829.eee3 148/189 Installing : python3-os-client-config-2.1.0-0.20230327143840. 149/189 Installing : python3-futurist-2.4.1-0.20230310123225.159d752. 150/189 Installing : python-oslo-utils-lang-6.1.0-0.20230310140524.d4 151/189 Installing : python-oslo-middleware-lang-5.1.1-0.202402191516 152/189 Installing : python-oslo-log-lang-5.2.1-0.20241106100252.fdfc 153/189 Installing : python-oslo-i18n-lang-6.0.0-0.20230418095801.036 154/189 Installing : python3-oslo-i18n-6.0.0-0.20230418095801.03605c2 155/189 Installing : python3-oslo-utils-6.1.0-0.20230310140524.d49d59 156/189 Installing : python3-oslo-serialization-5.1.2-0.2024090208525 157/189 Installing : python3-osc-lib-2.7.0-0.20230310134920.58ff270.e 158/189 Installing : python3-oslo-config-2:9.1.1-0.20230310201801.515 159/189 Installing : python3-oslo-log-5.2.1-0.20241106100252.fdfc4e6. 160/189 Installing : python3-keystoneclient-1:5.1.0-0.20230310132725. 161/189 Installing : python3-neutronclient-9.0.0-0.20230725173000.16a 162/189 Installing : python3-swiftclient-4.2.0-0.20230310160202.7bd09 163/189 Installing : python3-oslo-metrics-0.6.0-0.20230310153035.9501 164/189 Installing : python3-oslo-middleware-5.1.1-0.20240219151614.7 165/189 Installing : python3-novaclient-1:18.3.0-0.20230313070857.85e 166/189 Installing : python3-cinderclient-9.3.0-0.20230310173716.f7a6 167/189 Installing : python-oslo-concurrency-lang-5.1.1-0.20230412082 168/189 Installing : python3-oslo-concurrency-5.1.1-0.20230412082954. 169/189 Installing : python3-oslo-service-3.1.2-0.20240617091247.9be8 170/189 Installing : python3-oslo-messaging-14.2.5-0.20240913082034.8 171/189 Installing : python3-osprofiler-3.4.3-0.20230310121559.328630 172/189 Installing : python-openstackclient-lang-6.2.1-0.202409130852 173/189 Installing : python3-openstackclient-6.2.1-0.20240913085255.0 174/189 Running scriptlet: python3-openstackclient-6.2.1-0.20240913085255.0 174/189 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-ironicclient-5.1.0-0.20230310145439.f945 175/189 Installing : python3-octaviaclient-3.4.0-0.20230310203948.6e3 176/189 Installing : python3-aodhclient-3.2.1-0.20240304093813.de9633 177/189 Installing : python3-heatclient-3.2.0-0.20230310183420.712739 178/189 Installing : python3-manilaclient-4.4.2-0.20240805080450.96e5 179/189 Installing : python3-osc-placement-4.1.0-0.20230310151710.b65 180/189 Installing : python3-watcherclient-4.2.0-0.20241016130754.a34 181/189 Installing : python3-observabilityclient-0.1.1-0.202401190758 182/189 Installing : python3-designateclient-5.2.0-0.20240326163329.b 183/189 Installing : python3-barbicanclient-5.5.0-0.20230310180033.ad 184/189 Installing : python3-glanceclient-1:4.3.2-0.20240805080251.3a 185/189 Installing : python3-ironic-inspector-client-4.9.0-0.20230310 186/189 Running scriptlet: ceph-common-2:18.2.7-1.el9s.x86_64 187/189 Installing : ceph-common-2:18.2.7-1.el9s.x86_64 187/189 Running scriptlet: ceph-common-2:18.2.7-1.el9s.x86_64 187/189 Installing : ipmitool-1.8.18-27.el9.x86_64 188/189 Installing : iputils-20210202-12.el9.x86_64 189/189 Running scriptlet: iputils-20210202-12.el9.x86_64 189/189 Verifying : python-openstackclient-lang-6.2.1-0.202409130852 1/189 Verifying : python3-aodhclient-3.2.1-0.20240304093813.de9633 2/189 Verifying : python3-barbicanclient-5.5.0-0.20230310180033.ad 3/189 Verifying : python3-cinderclient-9.3.0-0.20230310173716.f7a6 4/189 Verifying : python3-glanceclient-1:4.3.2-0.20240805080251.3a 5/189 Verifying : python3-heatclient-3.2.0-0.20230310183420.712739 6/189 Verifying : python3-ironic-inspector-client-4.9.0-0.20230310 7/189 Verifying : python3-ironicclient-5.1.0-0.20230310145439.f945 8/189 Verifying : python3-keystoneclient-1:5.1.0-0.20230310132725. 9/189 Verifying : python3-manilaclient-4.4.2-0.20240805080450.96e5 10/189 Verifying : python3-neutronclient-9.0.0-0.20230725173000.16a 11/189 Verifying : python3-novaclient-1:18.3.0-0.20230313070857.85e 12/189 Verifying : python3-octaviaclient-3.4.0-0.20230310203948.6e3 13/189 Verifying : python3-openstackclient-6.2.1-0.20240913085255.0 14/189 Verifying : python3-openstacksdk-1.0.2-0.20241028171829.eee3 15/189 Verifying : python3-os-client-config-2.1.0-0.20230327143840. 16/189 Verifying : python3-os-service-types-1.7.0-0.20230310110132. 17/189 Verifying : python3-osc-lib-2.7.0-0.20230310134920.58ff270.e 18/189 Verifying : python3-osc-placement-4.1.0-0.20230310151710.b65 19/189 Verifying : python3-stevedore-5.0.0-0.20241203182731.c4acc56 20/189 Verifying : python3-swiftclient-4.2.0-0.20230310160202.7bd09 21/189 Verifying : python3-watcherclient-4.2.0-0.20241016130754.a34 22/189 Verifying : python3-observabilityclient-0.1.1-0.202401190758 23/189 Verifying : python-oslo-concurrency-lang-5.1.1-0.20230412082 24/189 Verifying : python-oslo-i18n-lang-6.0.0-0.20230418095801.036 25/189 Verifying : python-oslo-log-lang-5.2.1-0.20241106100252.fdfc 26/189 Verifying : python-oslo-middleware-lang-5.1.1-0.202402191516 27/189 Verifying : python-oslo-utils-lang-6.1.0-0.20230310140524.d4 28/189 Verifying : python3-cliff-4.2.0-0.20230310143452.fb9a3a9.el9 29/189 Verifying : python3-debtcollector-2.5.0-0.20230310120453.a6b 30/189 Verifying : python3-futurist-2.4.1-0.20230310123225.159d752. 31/189 Verifying : python3-oslo-concurrency-5.1.1-0.20230412082954. 32/189 Verifying : python3-oslo-config-2:9.1.1-0.20230310201801.515 33/189 Verifying : python3-oslo-context-5.1.1-0.20230310191714.7696 34/189 Verifying : python3-oslo-i18n-6.0.0-0.20230418095801.03605c2 35/189 Verifying : python3-oslo-log-5.2.1-0.20241106100252.fdfc4e6. 36/189 Verifying : python3-oslo-messaging-14.2.5-0.20240913082034.8 37/189 Verifying : python3-oslo-metrics-0.6.0-0.20230310153035.9501 38/189 Verifying : python3-oslo-middleware-5.1.1-0.20240219151614.7 39/189 Verifying : python3-oslo-serialization-5.1.2-0.2024090208525 40/189 Verifying : python3-oslo-service-3.1.2-0.20240617091247.9be8 41/189 Verifying : python3-oslo-utils-6.1.0-0.20230310140524.d49d59 42/189 Verifying : python3-osprofiler-3.4.3-0.20230310121559.328630 43/189 Verifying : python3-requestsexceptions-1.4.0-0.2023031010343 44/189 Verifying : python3-designateclient-5.2.0-0.20240326163329.b 45/189 Verifying : python3-keystoneauth1-5.1.3-0.20240913071836.e96 46/189 Verifying : gperftools-libs-2.9.1-1.el9s.x86_64 47/189 Verifying : python3-amqp-5.1.1-1.el9s.noarch 48/189 Verifying : python3-autopage-0.5.1-1.el9s.noarch 49/189 Verifying : python3-bcrypt-3.2.2-4.el9s.x86_64 50/189 Verifying : python3-cachetools-5.2.0-3.el9s.noarch 51/189 Verifying : python3-cmd2-2.4.2-1.el9s.noarch 52/189 Verifying : python3-dogpile-cache-1.1.8-1.el9s.noarch 53/189 Verifying : python3-eventlet-0.33.3-2.el9s.noarch 54/189 Verifying : python3-fasteners-0.18-1.el9s.noarch 55/189 Verifying : python3-fixtures-4.0.1-1.el9s.noarch 56/189 Verifying : python3-greenlet-1.1.3-1.el9s.x86_64 57/189 Verifying : python3-importlib-metadata-4.12.0-2.el9s.noarch 58/189 Verifying : python3-iso8601-1.1.0-1.el9s.noarch 59/189 Verifying : python3-jaraco-8.2.1-4.el9s.noarch 60/189 Verifying : python3-jaraco-classes-3.2.1-5.el9s.noarch 61/189 Verifying : python3-jeepney-0.8.0-3.el9s.noarch 62/189 Verifying : python3-jinja2-3.0.1-2.el9s.noarch 63/189 Verifying : python3-jmespath-1.0.1-1.el9s.noarch 64/189 Verifying : python3-keyring-23.9.3-1.el9s.noarch 65/189 Verifying : python3-kombu-1:5.2.4-3.el9s.noarch 66/189 Verifying : python3-markupsafe-2.1.1-4.el9s.x86_64 67/189 Verifying : python3-more-itertools-8.5.0-2.el9s.noarch 68/189 Verifying : python3-msgpack-1.0.4-3.el9s.x86_64 69/189 Verifying : python3-munch-2.5.0-4.el9s.noarch 70/189 Verifying : python3-paste-3.5.2-1.el9s.noarch 71/189 Verifying : python3-paste-deploy-2.1.1-2.el9s.noarch 72/189 Verifying : python3-pbr-5.11.1-1.el9s.noarch 73/189 Verifying : python3-prometheus_client-0.9.0-2.el9s.noarch 74/189 Verifying : python3-pyOpenSSL-20.0.1-2.el9s.noarch 75/189 Verifying : python3-pyngus-2.3.0-8.el9s.noarch 76/189 Verifying : python3-pyperclip-1.8.2-2.el9s.noarch 77/189 Verifying : python3-qpid-proton-0.35.0-2.el9s.x86_64 78/189 Verifying : python3-repoze-lru-0.7-10.el9s.noarch 79/189 Verifying : python3-rfc3986-1.5.0-1.el9s.noarch 80/189 Verifying : python3-routes-2.5.1-1.el9s.noarch 81/189 Verifying : python3-secretstorage-3.3.1-1.el9s.noarch 82/189 Verifying : python3-simplejson-3.17.6-2.el9s.x86_64 83/189 Verifying : python3-statsd-3.2.1-20.el9s.noarch 84/189 Verifying : python3-tempita-0.5.2-2.el9s.noarch 85/189 Verifying : python3-vine-5.0.0-3.el9s.noarch 86/189 Verifying : python3-warlock-1.3.3-5.el9s.noarch 87/189 Verifying : python3-webob-1.8.7-1.el9s.noarch 88/189 Verifying : python3-wrapt-1.14.1-1.el9s.x86_64 89/189 Verifying : python3-yappi-1.3.6-1.el9s.x86_64 90/189 Verifying : python3-zipp-3.6.0-1.el9s.noarch 91/189 Verifying : qpid-proton-c-0.35.0-2.el9s.x86_64 92/189 Verifying : ceph-common-2:18.2.7-1.el9s.x86_64 93/189 Verifying : libcephfs2-2:18.2.7-1.el9s.x86_64 94/189 Verifying : liboath-2.6.7-3.el9s.x86_64 95/189 Verifying : librados2-2:18.2.7-1.el9s.x86_64 96/189 Verifying : libradosstriper1-2:18.2.7-1.el9s.x86_64 97/189 Verifying : librbd1-2:18.2.7-1.el9s.x86_64 98/189 Verifying : librgw2-2:18.2.7-1.el9s.x86_64 99/189 Verifying : libunwind-1.5.0-1.el9s.x86_64 100/189 Verifying : python3-ceph-argparse-2:18.2.7-1.el9s.x86_64 101/189 Verifying : python3-ceph-common-2:18.2.7-1.el9s.x86_64 102/189 Verifying : python3-cephfs-2:18.2.7-1.el9s.x86_64 103/189 Verifying : python3-rados-2:18.2.7-1.el9s.x86_64 104/189 Verifying : python3-rbd-2:18.2.7-1.el9s.x86_64 105/189 Verifying : python3-rgw-2:18.2.7-1.el9s.x86_64 106/189 Verifying : python3-setuptools-57.4.0-1.el9s.noarch 107/189 Verifying : thrift-0.15.0-3.el9s.x86_64 108/189 Verifying : boost-program-options-1.75.0-11.el9.x86_64 109/189 Verifying : git-core-2.47.1-2.el9.x86_64 110/189 Verifying : ipmitool-1.8.18-27.el9.x86_64 111/189 Verifying : libbabeltrace-1.5.8-10.el9.x86_64 112/189 Verifying : libburn-1.5.4-5.el9.x86_64 113/189 Verifying : libisoburn-1.5.4-5.el9.x86_64 114/189 Verifying : libisofs-1.5.4-4.el9.x86_64 115/189 Verifying : libpmem-1.12.1-1.el9.x86_64 116/189 Verifying : libpmemobj-1.12.1-1.el9.x86_64 117/189 Verifying : librabbitmq-0.11.0-7.el9.x86_64 118/189 Verifying : librdkafka-1.6.1-102.el9.x86_64 119/189 Verifying : liburing-2.5-1.el9.x86_64 120/189 Verifying : lttng-ust-2.12.0-6.el9.x86_64 121/189 Verifying : python3-appdirs-1.4.4-4.el9.noarch 122/189 Verifying : python3-attrs-20.3.0-7.el9.noarch 123/189 Verifying : python3-babel-2.9.1-2.el9.noarch 124/189 Verifying : python3-jsonpatch-1.21-16.el9.noarch 125/189 Verifying : python3-jsonpointer-2.0-4.el9.noarch 126/189 Verifying : python3-jsonschema-3.2.0-13.el9.noarch 127/189 Verifying : python3-mako-1.1.4-6.el9.noarch 128/189 Verifying : python3-netaddr-0.10.1-3.el9.noarch 129/189 Verifying : python3-netifaces-0.10.6-15.el9.x86_64 130/189 Verifying : python3-packaging-20.9-5.el9.noarch 131/189 Verifying : python3-prettytable-0.7.2-27.el9.noarch 132/189 Verifying : python3-pyrsistent-0.17.3-8.el9.x86_64 133/189 Verifying : python3-pytz-2021.1-5.el9.noarch 134/189 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 135/189 Verifying : xorriso-1.5.4-5.el9.x86_64 136/189 Verifying : acl-2.3.1-4.el9.x86_64 137/189 Verifying : bash-completion-1:2.11-5.el9.noarch 138/189 Verifying : cryptsetup-libs-2.7.2-4.el9.x86_64 139/189 Verifying : daxctl-libs-78-2.el9.x86_64 140/189 Verifying : dbus-1:1.12.20-8.el9.x86_64 141/189 Verifying : dbus-broker-28-7.el9.x86_64 142/189 Verifying : dbus-common-1:1.12.20-8.el9.noarch 143/189 Verifying : device-mapper-9:1.02.202-6.el9.x86_64 144/189 Verifying : device-mapper-libs-9:1.02.202-6.el9.x86_64 145/189 Verifying : iputils-20210202-12.el9.x86_64 146/189 Verifying : kmod-libs-28-10.el9.x86_64 147/189 Verifying : less-590-5.el9.x86_64 148/189 Verifying : libaio-0.3.111-13.el9.x86_64 149/189 Verifying : libbrotli-1.0.9-7.el9.x86_64 150/189 Verifying : libcbor-0.7.0-5.el9.x86_64 151/189 Verifying : libedit-3.1-38.20210216cvs.el9.x86_64 152/189 Verifying : libfido2-1.13.0-2.el9.x86_64 153/189 Verifying : libibverbs-54.0-1.el9.x86_64 154/189 Verifying : libicu-67.1-9.el9.x86_64 155/189 Verifying : libnl3-3.11.0-1.el9.x86_64 156/189 Verifying : libpkgconf-1.7.3-10.el9.x86_64 157/189 Verifying : librdmacm-54.0-1.el9.x86_64 158/189 Verifying : libseccomp-2.5.2-2.el9.x86_64 159/189 Verifying : ndctl-libs-78-2.el9.x86_64 160/189 Verifying : numactl-libs-2.0.19-1.el9.x86_64 161/189 Verifying : openssh-8.7p1-45.el9.x86_64 162/189 Verifying : openssh-clients-8.7p1-45.el9.x86_64 163/189 Verifying : pkgconf-1.7.3-10.el9.x86_64 164/189 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 165/189 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 166/189 Verifying : python3-cffi-1.14.5-5.el9.x86_64 167/189 Verifying : python3-chardet-4.0.0-5.el9.noarch 168/189 Verifying : python3-cryptography-36.0.1-4.el9.x86_64 169/189 Verifying : python3-decorator-4.4.2-6.el9.noarch 170/189 Verifying : python3-dns-2.6.1-3.el9.noarch 171/189 Verifying : python3-idna-2.10-7.el9.1.noarch 172/189 Verifying : python3-inotify-0.9.6-25.el9.noarch 173/189 Verifying : python3-ply-3.11-14.el9.noarch 174/189 Verifying : python3-pycparser-2.20-6.el9.noarch 175/189 Verifying : python3-pyparsing-2.4.7-9.el9.noarch 176/189 Verifying : python3-pysocks-1.7.1-12.el9.noarch 177/189 Verifying : python3-pyyaml-5.4.1-6.el9.x86_64 178/189 Verifying : python3-requests-2.25.1-9.el9.noarch 179/189 Verifying : python3-urllib3-1.26.5-6.el9.noarch 180/189 Verifying : snappy-1.1.8-8.el9.x86_64 181/189 Verifying : systemd-252-53.el9.x86_64 182/189 Verifying : systemd-pam-252-53.el9.x86_64 183/189 Verifying : systemd-rpm-macros-252-53.el9.noarch 184/189 Verifying : userspace-rcu-0.12.1-6.el9.x86_64 185/189 Verifying : libarrow-9.0.0-14.el9.x86_64 186/189 Verifying : libarrow-doc-9.0.0-14.el9.noarch 187/189 Verifying : parquet-libs-9.0.0-14.el9.x86_64 188/189 Verifying : re2-1:20211101-20.el9.x86_64 189/189 Installed: acl-2.3.1-4.el9.x86_64 bash-completion-1:2.11-5.el9.noarch boost-program-options-1.75.0-11.el9.x86_64 ceph-common-2:18.2.7-1.el9s.x86_64 cryptsetup-libs-2.7.2-4.el9.x86_64 daxctl-libs-78-2.el9.x86_64 dbus-1:1.12.20-8.el9.x86_64 dbus-broker-28-7.el9.x86_64 dbus-common-1:1.12.20-8.el9.noarch device-mapper-9:1.02.202-6.el9.x86_64 device-mapper-libs-9:1.02.202-6.el9.x86_64 git-core-2.47.1-2.el9.x86_64 gperftools-libs-2.9.1-1.el9s.x86_64 ipmitool-1.8.18-27.el9.x86_64 iputils-20210202-12.el9.x86_64 kmod-libs-28-10.el9.x86_64 less-590-5.el9.x86_64 libaio-0.3.111-13.el9.x86_64 libarrow-9.0.0-14.el9.x86_64 libarrow-doc-9.0.0-14.el9.noarch libbabeltrace-1.5.8-10.el9.x86_64 libbrotli-1.0.9-7.el9.x86_64 libburn-1.5.4-5.el9.x86_64 libcbor-0.7.0-5.el9.x86_64 libcephfs2-2:18.2.7-1.el9s.x86_64 libedit-3.1-38.20210216cvs.el9.x86_64 libfido2-1.13.0-2.el9.x86_64 libibverbs-54.0-1.el9.x86_64 libicu-67.1-9.el9.x86_64 libisoburn-1.5.4-5.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libnl3-3.11.0-1.el9.x86_64 liboath-2.6.7-3.el9s.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libpmem-1.12.1-1.el9.x86_64 libpmemobj-1.12.1-1.el9.x86_64 librabbitmq-0.11.0-7.el9.x86_64 librados2-2:18.2.7-1.el9s.x86_64 libradosstriper1-2:18.2.7-1.el9s.x86_64 librbd1-2:18.2.7-1.el9s.x86_64 librdkafka-1.6.1-102.el9.x86_64 librdmacm-54.0-1.el9.x86_64 librgw2-2:18.2.7-1.el9s.x86_64 libseccomp-2.5.2-2.el9.x86_64 libunwind-1.5.0-1.el9s.x86_64 liburing-2.5-1.el9.x86_64 lttng-ust-2.12.0-6.el9.x86_64 ndctl-libs-78-2.el9.x86_64 numactl-libs-2.0.19-1.el9.x86_64 openssh-8.7p1-45.el9.x86_64 openssh-clients-8.7p1-45.el9.x86_64 parquet-libs-9.0.0-14.el9.x86_64 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 python-openstackclient-lang-6.2.1-0.20240913085255.0217295.el9.noarch python-oslo-concurrency-lang-5.1.1-0.20230412082954.0af5942.el9.noarch python-oslo-i18n-lang-6.0.0-0.20230418095801.03605c2.el9.noarch python-oslo-log-lang-5.2.1-0.20241106100252.fdfc4e6.el9.noarch python-oslo-middleware-lang-5.1.1-0.20240219151614.7725ac9.el9.noarch python-oslo-utils-lang-6.1.0-0.20230310140524.d49d594.el9.noarch python3-amqp-5.1.1-1.el9s.noarch python3-aodhclient-3.2.1-0.20240304093813.de9633a.el9.noarch python3-appdirs-1.4.4-4.el9.noarch python3-attrs-20.3.0-7.el9.noarch python3-autopage-0.5.1-1.el9s.noarch python3-babel-2.9.1-2.el9.noarch python3-barbicanclient-5.5.0-0.20230310180033.ad14b64.el9.noarch python3-bcrypt-3.2.2-4.el9s.x86_64 python3-cachetools-5.2.0-3.el9s.noarch python3-ceph-argparse-2:18.2.7-1.el9s.x86_64 python3-ceph-common-2:18.2.7-1.el9s.x86_64 python3-cephfs-2:18.2.7-1.el9s.x86_64 python3-cffi-1.14.5-5.el9.x86_64 python3-chardet-4.0.0-5.el9.noarch python3-cinderclient-9.3.0-0.20230310173716.f7a612e.el9.noarch python3-cliff-4.2.0-0.20230310143452.fb9a3a9.el9.noarch python3-cmd2-2.4.2-1.el9s.noarch python3-cryptography-36.0.1-4.el9.x86_64 python3-debtcollector-2.5.0-0.20230310120453.a6b46c5.el9.noarch python3-decorator-4.4.2-6.el9.noarch python3-designateclient-5.2.0-0.20240326163329.bc39d23.el9.noarch python3-dns-2.6.1-3.el9.noarch python3-dogpile-cache-1.1.8-1.el9s.noarch python3-eventlet-0.33.3-2.el9s.noarch python3-fasteners-0.18-1.el9s.noarch python3-fixtures-4.0.1-1.el9s.noarch python3-futurist-2.4.1-0.20230310123225.159d752.el9.noarch python3-glanceclient-1:4.3.2-0.20240805080251.3a2ef8b.el9.noarch python3-greenlet-1.1.3-1.el9s.x86_64 python3-heatclient-3.2.0-0.20230310183420.712739e.el9.noarch python3-idna-2.10-7.el9.1.noarch python3-importlib-metadata-4.12.0-2.el9s.noarch python3-inotify-0.9.6-25.el9.noarch python3-ironic-inspector-client-4.9.0-0.20230310173148.009346e.el9.noarch python3-ironicclient-5.1.0-0.20230310145439.f945974.el9.noarch python3-iso8601-1.1.0-1.el9s.noarch python3-jaraco-8.2.1-4.el9s.noarch python3-jaraco-classes-3.2.1-5.el9s.noarch python3-jeepney-0.8.0-3.el9s.noarch python3-jinja2-3.0.1-2.el9s.noarch python3-jmespath-1.0.1-1.el9s.noarch python3-jsonpatch-1.21-16.el9.noarch python3-jsonpointer-2.0-4.el9.noarch python3-jsonschema-3.2.0-13.el9.noarch python3-keyring-23.9.3-1.el9s.noarch python3-keystoneauth1-5.1.3-0.20240913071836.e96c503.el9.noarch python3-keystoneclient-1:5.1.0-0.20230310132725.4763cd8.el9.noarch python3-kombu-1:5.2.4-3.el9s.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-4.4.2-0.20240805080450.96e51a3.el9.noarch python3-markupsafe-2.1.1-4.el9s.x86_64 python3-more-itertools-8.5.0-2.el9s.noarch python3-msgpack-1.0.4-3.el9s.x86_64 python3-munch-2.5.0-4.el9s.noarch python3-netaddr-0.10.1-3.el9.noarch python3-netifaces-0.10.6-15.el9.x86_64 python3-neutronclient-9.0.0-0.20230725173000.16a2cd1.el9.noarch python3-novaclient-1:18.3.0-0.20230313070857.85e4f08.el9.noarch python3-observabilityclient-0.1.1-0.20240119075849.9607ee2.el9.noarch python3-octaviaclient-3.4.0-0.20230310203948.6e306cc.el9.noarch python3-openstackclient-6.2.1-0.20240913085255.0217295.el9.noarch python3-openstacksdk-1.0.2-0.20241028171829.eee309c.el9.noarch python3-os-client-config-2.1.0-0.20230327143840.bc96c23.el9.noarch python3-os-service-types-1.7.0-0.20230310110132.0b2f473.el9.noarch python3-osc-lib-2.7.0-0.20230310134920.58ff270.el9.noarch python3-osc-placement-4.1.0-0.20230310151710.b6505e2.el9.noarch python3-oslo-concurrency-5.1.1-0.20230412082954.0af5942.el9.noarch python3-oslo-config-2:9.1.1-0.20230310201801.515daab.el9.noarch python3-oslo-context-5.1.1-0.20230310191714.7696282.el9.noarch python3-oslo-i18n-6.0.0-0.20230418095801.03605c2.el9.noarch python3-oslo-log-5.2.1-0.20241106100252.fdfc4e6.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-serialization-5.1.2-0.20240902085253.808ef7d.el9.noarch python3-oslo-service-3.1.2-0.20240617091247.9be8ebb.el9.noarch python3-oslo-utils-6.1.0-0.20230310140524.d49d594.el9.noarch python3-osprofiler-3.4.3-0.20230310121559.3286301.el9.noarch python3-packaging-20.9-5.el9.noarch python3-paste-3.5.2-1.el9s.noarch python3-paste-deploy-2.1.1-2.el9s.noarch python3-pbr-5.11.1-1.el9s.noarch python3-ply-3.11-14.el9.noarch python3-prettytable-0.7.2-27.el9.noarch python3-prometheus_client-0.9.0-2.el9s.noarch python3-pyOpenSSL-20.0.1-2.el9s.noarch python3-pycparser-2.20-6.el9.noarch python3-pyngus-2.3.0-8.el9s.noarch python3-pyparsing-2.4.7-9.el9.noarch python3-pyperclip-1.8.2-2.el9s.noarch python3-pyrsistent-0.17.3-8.el9.x86_64 python3-pysocks-1.7.1-12.el9.noarch python3-pytz-2021.1-5.el9.noarch python3-pyyaml-5.4.1-6.el9.x86_64 python3-qpid-proton-0.35.0-2.el9s.x86_64 python3-rados-2:18.2.7-1.el9s.x86_64 python3-rbd-2:18.2.7-1.el9s.x86_64 python3-repoze-lru-0.7-10.el9s.noarch python3-requests-2.25.1-9.el9.noarch python3-requestsexceptions-1.4.0-0.20230310103434.d7ac0ff.el9.noarch python3-rfc3986-1.5.0-1.el9s.noarch python3-rgw-2:18.2.7-1.el9s.x86_64 python3-routes-2.5.1-1.el9s.noarch python3-secretstorage-3.3.1-1.el9s.noarch python3-setuptools-57.4.0-1.el9s.noarch python3-simplejson-3.17.6-2.el9s.x86_64 python3-statsd-3.2.1-20.el9s.noarch python3-stevedore-5.0.0-0.20241203182731.c4acc56.el9.noarch python3-swiftclient-4.2.0-0.20230310160202.7bd0951.el9.noarch python3-tempita-0.5.2-2.el9s.noarch python3-urllib3-1.26.5-6.el9.noarch python3-vine-5.0.0-3.el9s.noarch python3-warlock-1.3.3-5.el9s.noarch python3-watcherclient-4.2.0-0.20241016130754.a3445de.el9.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-1.el9s.noarch python3-wrapt-1.14.1-1.el9s.x86_64 python3-yappi-1.3.6-1.el9s.x86_64 python3-zipp-3.6.0-1.el9s.noarch qpid-proton-c-0.35.0-2.el9s.x86_64 re2-1:20211101-20.el9.x86_64 snappy-1.1.8-8.el9.x86_64 systemd-252-53.el9.x86_64 systemd-pam-252-53.el9.x86_64 systemd-rpm-macros-252-53.el9.noarch thrift-0.15.0-3.el9s.x86_64 userspace-rcu-0.12.1-6.el9.x86_64 xorriso-1.5.4-5.el9.x86_64 Complete! 181 files removed STEP 6/11: RUN openstack complete | tee /etc/bash_completion.d/osc.bash_completion > /dev/null The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. STEP 7/11: RUN baremetal complete | tee /etc/bash_completion.d/baremetal.bash_completion > /dev/null STEP 8/11: RUN rm /bin/sh && ln -s /bin/bash /bin/sh STEP 9/11: CMD ["/usr/bin/bash"] STEP 10/11: USER cloud-admin STEP 11/11: LABEL "tcib_build_tag"="19f02e65741c3a6d2995ab987df1a599" COMMIT quay.rdoproject.org/podified-antelope-centos9/openstack-openstackclient:19f02e65741c3a6d2995ab987df1a599 Getting image source signatures Copying blob sha256:064536bec9f0f2d6e3dcc0673e9f1dd05bf87ed8e03c94b8c45e1a1db3921d78 Copying blob sha256:c1fc11e6bb0bea312d2788f3a758d22ebf222ec1c30a5b3f1d9afa16a39452ea Copying blob sha256:5d6beaa18804f00691eeff9de4e45ea167cc2a27f608ba1dff3319bfbcea11a0 Copying config sha256:0513b103641945cda21000c0efcb6c9d49049ab35adb92482b1b64f4a17ce55e Writing manifest to image destination --> 0513b1036419 Successfully tagged quay.rdoproject.org/podified-antelope-centos9/openstack-openstackclient:19f02e65741c3a6d2995ab987df1a599 0513b103641945cda21000c0efcb6c9d49049ab35adb92482b1b64f4a17ce55e