STEP 1/11: FROM quay.rdoproject.org/podified-master-centos9/openstack-base:1bbde377b4f50d9d77b0f999baf12dcc 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['cloudkitty']='cloudkitty 42406 42406 /var/lib/cloudkitty 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['valkey']='valkey 42460 42460 /run/valkey 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 python3-cloudkittyclient bash-completion iputils ipmitool && dnf clean all && rm -rf /var/cache/dnf delorean-python-castellan-609f4ea667df386849930 750 kB/s | 13 kB 00:00 delorean-openstack-ironic-c525a16b06266b6b474c9 3.7 MB/s | 64 kB 00:00 delorean-openstack-cinder-92c645f1f1e913b5b1cd8 1.7 MB/s | 30 kB 00:00 delorean-ansible-collections-openstack-f584c54d 6.4 MB/s | 121 kB 00:00 delorean-openstack-ceilometer-60803e710e7f5b3cd 1.5 MB/s | 24 kB 00:00 delorean-openstack-kolla-e7bd46dad0b62ff151667b 14 MB/s | 274 kB 00:00 delorean-openstack-nova-3e7017eb2952d5258d96e27 2.3 MB/s | 37 kB 00:00 delorean-openstack-designate-82652559ea8641b11c 1.1 MB/s | 19 kB 00:00 delorean-openstack-glance-e055873be4079bc9d3716 1.2 MB/s | 19 kB 00:00 delorean-openstack-keystone-4f1b7e96e38463d5fcd 1.3 MB/s | 23 kB 00:00 delorean-openstack-manila-70623bb84e7880f7f2f75 1.3 MB/s | 27 kB 00:00 delorean-python-networking-mlnx-7139a7f0bce9d6a 6.7 MB/s | 130 kB 00:00 delorean-openstack-octavia-e981d3e172b8e4471f97 1.6 MB/s | 25 kB 00:00 delorean-openstack-watcher-71470dac73abba9e5dcf 1.0 MB/s | 17 kB 00:00 delorean-edpm-image-builder-55ba53cf215b14ed95b 492 kB/s | 7.9 kB 00:00 delorean-puppet-neutron-80cc12c7f9fd9542c35ce51 8.6 MB/s | 155 kB 00:00 delorean-openstack-swift-e10c2bafcb8fc80929bce3 814 kB/s | 15 kB 00:00 delorean-python-mistral-tests-tempest-900580c95 2.0 MB/s | 35 kB 00:00 delorean-python-django-horizon-915b939b342dc65f 6.2 MB/s | 105 kB 00:00 dlrn-master-testing 73 MB/s | 2.4 MB 00:00 dlrn-master-build-deps 26 MB/s | 516 kB 00:00 centos9-rabbitmq 18 MB/s | 123 kB 00:00 centos9-storage 43 MB/s | 415 kB 00:00 centos9-opstools 1.3 MB/s | 51 kB 00:00 NFV SIG OpenvSwitch 12 MB/s | 449 kB 00:00 repo-setup-centos-appstream 135 MB/s | 25 MB 00:00 repo-setup-centos-baseos 114 MB/s | 8.8 MB 00:00 repo-setup-centos-highavailability 54 MB/s | 744 kB 00:00 repo-setup-centos-powertools 117 MB/s | 7.1 MB 00:00 Extra Packages for Enterprise Linux 9 - x86_64 42 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-2.el9s centos9-storage 18 M ipmitool x86_64 1.8.18-27.el9 repo-setup-centos-appstream 387 k iputils x86_64 20210202-15.el9 repo-setup-centos-baseos 174 k python3-aodhclient noarch 3.8.0-0.20250527150432.16fcf40.el9 delorean-component-clients 56 k python3-barbicanclient noarch 7.1.0-0.20250317124850.586e474.el9 delorean-component-clients 132 k python3-cloudkittyclient noarch 5.3.1-0.20250317132158.4f375f8.el9 delorean-component-clients 74 k python3-designateclient noarch 6.3.0-0.20250527151011.1505c27.el9 delorean-component-designate 97 k python3-glanceclient noarch 1:4.8.0-0.20250317130200.235814c.el9 delorean-component-clients 147 k python3-heatclient noarch 4.2.0-0.20250513103737.47d6aac.el9 delorean-component-clients 158 k python3-ironic-inspector-client noarch 5.3.1-0.20250513102044.310db3a.el9 delorean-component-clients 67 k python3-ironicclient noarch 5.11.0-0.20250516052944.e786c8c.el9 delorean-component-clients 336 k python3-manilaclient noarch 5.5.0-0.20250516052434.ce60e48.el9 delorean-component-clients 709 k python3-observabilityclient noarch 0.4.0-0.20250317124620.df6c253.el9 delorean-component-cloudops 35 k python3-octaviaclient noarch 3.11.0-0.20250516052728.733f9be.el9 delorean-component-clients 90 k python3-openstackclient noarch 8.0.0-0.20250416080711.30aa27b.el9 delorean-component-clients 1.2 M python3-osc-placement noarch 4.6.0-0.20250317143221.454e48d.el9 delorean-component-clients 51 k python3-watcherclient noarch 4.8.0-0.20250317131207.edbc62c.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.8.1-2.el9 repo-setup-centos-baseos 562 k daxctl-libs x86_64 82-1.el9 repo-setup-centos-baseos 41 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.206-2.el9 repo-setup-centos-baseos 140 k device-mapper-libs x86_64 9:1.02.206-2.el9 repo-setup-centos-baseos 180 k git-core x86_64 2.47.3-1.el9 repo-setup-centos-appstream 4.7 M gperftools-libs x86_64 2.9.1-1.el9s delorean-master-testing 309 k kmod-libs x86_64 28-11.el9 repo-setup-centos-baseos 62 k less x86_64 590-6.el9 repo-setup-centos-baseos 162 k libaio x86_64 0.3.111-13.el9 repo-setup-centos-baseos 24 k libarrow x86_64 9.0.0-15.el9 epel-low-priority 4.4 M libarrow-doc noarch 9.0.0-15.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-2.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 57.0-2.el9 repo-setup-centos-baseos 453 k libicu x86_64 67.1-10.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-2.el9s centos9-storage 3.3 M libradosstriper1 x86_64 2:18.2.7-2.el9s centos9-storage 459 k librbd1 x86_64 2:18.2.7-2.el9s centos9-storage 2.9 M librdkafka x86_64 1.6.1-102.el9 repo-setup-centos-appstream 662 k librdmacm x86_64 57.0-2.el9 repo-setup-centos-baseos 70 k librgw2 x86_64 2:18.2.7-2.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 82-1.el9 repo-setup-centos-baseos 88 k numactl-libs x86_64 2.0.19-3.el9 repo-setup-centos-baseos 30 k openssh x86_64 9.9p1-1.el9 repo-setup-centos-baseos 420 k openssh-clients x86_64 9.9p1-1.el9 repo-setup-centos-baseos 765 k parquet-libs x86_64 9.0.0-15.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 8.0.0-0.20250416080711.30aa27b.el9 delorean-component-clients 47 k python-oslo-concurrency-lang noarch 7.1.0-0.20250317173205.6250095.el9 delorean-component-common 13 k python-oslo-i18n-lang noarch 6.5.1-0.20250317171545.162e0fa.el9 delorean-component-common 14 k python-oslo-log-lang noarch 7.1.0-0.20250317172141.0c290b1.el9 delorean-component-common 13 k python-oslo-middleware-lang noarch 6.3.1-0.20250317163234.8af9987.el9 delorean-component-common 11 k python-oslo-utils-lang noarch 8.2.0-0.20250318120252.cb68378.el9 delorean-component-common 13 k python3-amqp noarch 5.2.0-2.el9s delorean-master-testing 93 k python3-attrs noarch 20.3.0-7.el9 repo-setup-centos-appstream 87 k python3-autopage noarch 0.5.2-3.el9s delorean-master-testing 59 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-master-testing 43 k python3-cachetools noarch 5.5.2-1.el9s delorean-master-testing 32 k python3-ceph-argparse x86_64 2:18.2.7-2.el9s centos9-storage 46 k python3-ceph-common x86_64 2:18.2.7-2.el9s centos9-storage 131 k python3-cephfs x86_64 2:18.2.7-2.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.7.0-0.20250317164843.63e3fa7.el9 delorean-component-clients 217 k python3-cliff noarch 4.9.1-0.20250307124109.083572e.el9 delorean-component-common 98 k python3-cmd2 noarch 2.4.3-1.el9s delorean-master-testing 302 k python3-cryptography x86_64 36.0.1-5.el9 repo-setup-centos-baseos 1.2 M python3-debtcollector noarch 3.0.0-0.20240226181642.0e6ce1c.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.3.3-1.el9s delorean-master-testing 103 k python3-eventlet noarch 0.36.1-1.el9s delorean-master-testing 492 k python3-fasteners noarch 0.19-1.el9s delorean-master-testing 37 k python3-futurist noarch 3.1.0-0.20250225151745.bd83787.el9 delorean-component-common 61 k python3-greenlet x86_64 3.1.1-1.el9s delorean-master-testing 215 k python3-idna noarch 2.10-7.el9.1 repo-setup-centos-baseos 102 k python3-importlib-metadata noarch 6.8.0-1.el9s delorean-master-testing 47 k python3-iso8601 noarch 2.1.0-1.el9s delorean-master-testing 21 k python3-jinja2 noarch 3.0.1-2.el9s delorean-master-testing 511 k python3-jmespath noarch 1.0.1-1.el9s delorean-master-testing 45 k python3-jsonpatch noarch 1.21-16.el9 repo-setup-centos-appstream 26 k python3-jsonpath-rw noarch 1.4.0-4.el9s delorean-master-testing 38 k python3-jsonpath-rw-ext noarch 1.2.2-2.el9s delorean-master-testing 38 k python3-jsonpointer noarch 2.0-4.el9 repo-setup-centos-appstream 19 k python3-jsonschema noarch 4.16.0-2.el9s delorean-master-testing 138 k python3-keystoneauth1 noarch 5.10.0-0.20250225162540.60f441a.el9 delorean-component-keystone 447 k python3-keystoneclient noarch 1:5.6.0-0.20250317124233.0d43c46.el9 delorean-component-clients 235 k python3-kombu noarch 1:5.3.7-1.el9s delorean-master-testing 337 k python3-mako noarch 1.1.4-6.el9 repo-setup-centos-appstream 172 k python3-markupsafe x86_64 3.0.2-1.el9s delorean-master-testing 28 k python3-msgpack x86_64 1.1.0-1.el9s delorean-master-testing 84 k python3-netaddr noarch 1.3.0-4.el9s delorean-master-testing 1.6 M python3-neutronclient noarch 11.5.0-0.20250527143712.690bb97.el9 delorean-component-clients 279 k python3-openstacksdk noarch 4.5.0-0.20250513102754.bbe9c96.el9 delorean-component-clients 908 k python3-os-client-config noarch 2.1.0-0.20250307122209.bc96c23.el9 delorean-component-clients 52 k python3-os-service-types noarch 1.7.0-0.20250213134714.0b2f473.el9 delorean-component-clients 36 k python3-osc-lib noarch 4.0.2-0.20250527152716.e63cb66.el9 delorean-component-clients 82 k python3-oslo-concurrency noarch 7.1.0-0.20250317173205.6250095.el9 delorean-component-common 40 k python3-oslo-config noarch 2:9.7.1-0.20250317170827.d583141.el9 delorean-component-common 220 k python3-oslo-context noarch 5.7.1-0.20250317171221.52d21e6.el9 delorean-component-common 26 k python3-oslo-i18n noarch 6.5.1-0.20250317171545.162e0fa.el9 delorean-component-common 56 k python3-oslo-log noarch 7.1.0-0.20250317172141.0c290b1.el9 delorean-component-common 62 k python3-oslo-messaging noarch 16.1.0-0.20250317173909.e91bb45.el9 delorean-component-common 174 k python3-oslo-metrics noarch 0.11.0-0.20250317163850.c64d51c.el9 delorean-component-common 23 k python3-oslo-middleware noarch 6.3.1-0.20250317163234.8af9987.el9 delorean-component-common 57 k python3-oslo-serialization noarch 5.7.0-0.20250317180035.bff992d.el9 delorean-component-common 31 k python3-oslo-service noarch 4.1.1-0.20250317160209.7a52803.el9 delorean-component-common 77 k python3-oslo-utils noarch 8.2.0-0.20250318120252.cb68378.el9 delorean-component-common 107 k python3-osprofiler noarch 4.2.0-0.20240828181728.3fb0487.el9 delorean-component-common 134 k python3-packaging noarch 24.2-2.el9s delorean-master-testing 115 k python3-paste noarch 3.10.1-1.el9s delorean-master-testing 486 k python3-paste-deploy noarch 3.1.0-2.el9s delorean-master-testing 38 k python3-pbr noarch 6.1.1-1.el9s delorean-master-testing 146 k python3-platformdirs noarch 4.2.2-1.el9s delorean-master-testing 36 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.20.0-3.el9s delorean-master-testing 92 k python3-psutil x86_64 5.8.0-12.el9 repo-setup-centos-appstream 214 k python3-pyOpenSSL noarch 20.0.1-2.el9s delorean-master-testing 89 k python3-pycparser noarch 2.20-6.el9 repo-setup-centos-baseos 135 k python3-pyparsing noarch 3.1.2-7.el9s delorean-master-testing 214 k python3-pyperclip noarch 1.8.2-2.el9s delorean-master-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-rados x86_64 2:18.2.7-2.el9s centos9-storage 323 k python3-rbd x86_64 2:18.2.7-2.el9s centos9-storage 302 k python3-repoze-lru noarch 0.7-10.el9s delorean-master-testing 31 k python3-requests noarch 2.32.3-4.el9s delorean-master-testing 123 k python3-requestsexceptions noarch 1.4.0-0.20230628075340.d7ac0ff.el9 delorean-component-common 15 k python3-rfc3986 noarch 2.0.0-1.el9s delorean-master-testing 50 k python3-rgw x86_64 2:18.2.7-2.el9s centos9-storage 101 k python3-routes noarch 2.5.1-1.el9s delorean-master-testing 188 k python3-setuptools noarch 65.5.1-2.el9s delorean-master-testing 1.2 M python3-statsd noarch 3.2.1-20.el9s delorean-master-testing 34 k python3-stevedore noarch 5.4.1-0.20250225155234.27e27c1.el9 delorean-component-clients 68 k python3-swiftclient noarch 4.8.0-0.20250527152933.8486005.el9 delorean-component-clients 175 k python3-swiftclient+keystone noarch 4.8.0-0.20250527152933.8486005.el9 delorean-component-clients 7.9 k python3-tempita noarch 0.5.2-2.el9s delorean-master-testing 36 k python3-typing-extensions noarch 4.12.2-2.el9s delorean-master-testing 75 k python3-urllib3 noarch 1.26.5-6.el9 repo-setup-centos-baseos 215 k python3-vine noarch 5.1.0-1.el9s delorean-master-testing 25 k python3-warlock noarch 2.0.1-3.el9s delorean-master-testing 20 k python3-wcwidth noarch 0.2.13-1.el9s delorean-master-testing 46 k python3-webob noarch 1.8.9-1.el9s delorean-master-testing 230 k python3-wrapt x86_64 1.16.0-1.el9s delorean-master-testing 60 k python3-yappi x86_64 1.6.0-1.el9s delorean-master-testing 54 k python3-zipp noarch 3.6.0-1.el9s delorean-master-testing 16 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-55.el9 repo-setup-centos-baseos 4.2 M systemd-pam x86_64 252-55.el9 repo-setup-centos-baseos 284 k systemd-rpm-macros noarch 252-55.el9 repo-setup-centos-baseos 72 k thrift x86_64 0.15.0-4.el9 epel-low-priority 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 180 Packages Total download size: 89 M Installed size: 346 M Downloading Packages: (1/180): python-openstackclient-lang-8.0.0-0.20 9.3 MB/s | 47 kB 00:00 (2/180): python3-cinderclient-9.7.0-0.202503171 60 MB/s | 217 kB 00:00 (3/180): python3-barbicanclient-7.1.0-0.2025031 5.2 MB/s | 132 kB 00:00 (4/180): python3-aodhclient-3.8.0-0.20250527150 2.1 MB/s | 56 kB 00:00 (5/180): python3-cloudkittyclient-5.3.1-0.20250 3.2 MB/s | 74 kB 00:00 (6/180): python3-heatclient-4.2.0-0.20250513103 9.2 MB/s | 158 kB 00:00 (7/180): python3-ironic-inspector-client-5.3.1- 4.5 MB/s | 67 kB 00:00 (8/180): python3-keystoneclient-5.6.0-0.2025031 49 MB/s | 235 kB 00:00 (9/180): python3-glanceclient-4.8.0-0.202503171 5.5 MB/s | 147 kB 00:00 (10/180): python3-ironicclient-5.11.0-0.2025051 15 MB/s | 336 kB 00:00 (11/180): python3-neutronclient-11.5.0-0.202505 12 MB/s | 279 kB 00:00 (12/180): python3-manilaclient-5.5.0-0.20250516 24 MB/s | 709 kB 00:00 (13/180): python3-octaviaclient-3.11.0-0.202505 5.3 MB/s | 90 kB 00:00 (14/180): python3-openstacksdk-4.5.0-0.20250513 81 MB/s | 908 kB 00:00 (15/180): python3-openstackclient-8.0.0-0.20250 62 MB/s | 1.2 MB 00:00 (16/180): python3-os-service-types-1.7.0-0.2025 13 MB/s | 36 kB 00:00 (17/180): python3-osc-lib-4.0.2-0.2025052715271 51 MB/s | 82 kB 00:00 (18/180): python3-os-client-config-2.1.0-0.2025 3.5 MB/s | 52 kB 00:00 (19/180): python3-stevedore-5.4.1-0.20250225155 42 MB/s | 68 kB 00:00 (20/180): python3-osc-placement-4.6.0-0.2025031 3.3 MB/s | 51 kB 00:00 (21/180): python3-swiftclient+keystone-4.8.0-0. 396 kB/s | 7.9 kB 00:00 (22/180): python3-watcherclient-4.8.0-0.2025031 12 MB/s | 104 kB 00:00 (23/180): python3-swiftclient-4.8.0-0.202505271 7.6 MB/s | 175 kB 00:00 (24/180): python-oslo-concurrency-lang-7.1.0-0. 7.9 MB/s | 13 kB 00:00 (25/180): python-oslo-i18n-lang-6.5.1-0.2025031 13 MB/s | 14 kB 00:00 (26/180): python-oslo-log-lang-7.1.0-0.20250317 11 MB/s | 13 kB 00:00 (27/180): python-oslo-middleware-lang-6.3.1-0.2 8.7 MB/s | 11 kB 00:00 (28/180): python-oslo-utils-lang-8.2.0-0.202503 9.2 MB/s | 13 kB 00:00 (29/180): python3-cliff-4.9.1-0.20250307124109. 42 MB/s | 98 kB 00:00 (30/180): python3-debtcollector-3.0.0-0.2024022 17 MB/s | 31 kB 00:00 (31/180): python3-futurist-3.1.0-0.202502251517 31 MB/s | 61 kB 00:00 (32/180): python3-oslo-concurrency-7.1.0-0.2025 22 MB/s | 40 kB 00:00 (33/180): python3-observabilityclient-0.4.0-0.2 2.7 MB/s | 35 kB 00:00 (34/180): python3-oslo-context-5.7.1-0.20250317 16 MB/s | 26 kB 00:00 (35/180): python3-oslo-i18n-6.5.1-0.20250317171 21 MB/s | 56 kB 00:00 (36/180): python3-oslo-config-9.7.1-0.202503171 45 MB/s | 220 kB 00:00 (37/180): python3-oslo-log-7.1.0-0.202503171721 18 MB/s | 62 kB 00:00 (38/180): python3-oslo-metrics-0.11.0-0.2025031 16 MB/s | 23 kB 00:00 (39/180): python3-oslo-middleware-6.3.1-0.20250 27 MB/s | 57 kB 00:00 (40/180): python3-oslo-serialization-5.7.0-0.20 19 MB/s | 31 kB 00:00 (41/180): python3-oslo-messaging-16.1.0-0.20250 29 MB/s | 174 kB 00:00 (42/180): python3-oslo-service-4.1.1-0.20250317 28 MB/s | 77 kB 00:00 (43/180): python3-oslo-utils-8.2.0-0.2025031812 36 MB/s | 107 kB 00:00 (44/180): python3-requestsexceptions-1.4.0-0.20 12 MB/s | 15 kB 00:00 (45/180): python3-osprofiler-4.2.0-0.2024082818 32 MB/s | 134 kB 00:00 (46/180): python3-keystoneauth1-5.10.0-0.202502 79 MB/s | 447 kB 00:00 (47/180): python3-amqp-5.2.0-2.el9s.noarch.rpm 48 MB/s | 93 kB 00:00 (48/180): python3-autopage-0.5.2-3.el9s.noarch. 23 MB/s | 59 kB 00:00 (49/180): gperftools-libs-2.9.1-1.el9s.x86_64.r 26 MB/s | 309 kB 00:00 (50/180): python3-bcrypt-3.2.2-4.el9s.x86_64.rp 18 MB/s | 43 kB 00:00 (51/180): python3-cachetools-5.5.2-1.el9s.noarc 21 MB/s | 32 kB 00:00 (52/180): python3-designateclient-6.3.0-0.20250 4.0 MB/s | 97 kB 00:00 (53/180): python3-dogpile-cache-1.3.3-1.el9s.no 13 MB/s | 103 kB 00:00 (54/180): python3-cmd2-2.4.3-1.el9s.noarch.rpm 28 MB/s | 302 kB 00:00 (55/180): python3-fasteners-0.19-1.el9s.noarch. 13 MB/s | 37 kB 00:00 (56/180): python3-eventlet-0.36.1-1.el9s.noarch 104 MB/s | 492 kB 00:00 (57/180): python3-greenlet-3.1.1-1.el9s.x86_64. 46 MB/s | 215 kB 00:00 (58/180): python3-iso8601-2.1.0-1.el9s.noarch.r 13 MB/s | 21 kB 00:00 (59/180): python3-importlib-metadata-6.8.0-1.el 12 MB/s | 47 kB 00:00 (60/180): python3-jmespath-1.0.1-1.el9s.noarch. 15 MB/s | 45 kB 00:00 (61/180): python3-jsonpath-rw-1.4.0-4.el9s.noar 12 MB/s | 38 kB 00:00 (62/180): python3-jinja2-3.0.1-2.el9s.noarch.rp 98 MB/s | 511 kB 00:00 (63/180): python3-kombu-5.3.7-1.el9s.noarch.rpm 84 MB/s | 337 kB 00:00 (64/180): python3-jsonpath-rw-ext-1.2.2-2.el9s. 5.9 MB/s | 38 kB 00:00 (65/180): python3-jsonschema-4.16.0-2.el9s.noar 21 MB/s | 138 kB 00:00 (66/180): python3-msgpack-1.1.0-1.el9s.x86_64.r 24 MB/s | 84 kB 00:00 (67/180): python3-markupsafe-3.0.2-1.el9s.x86_6 3.2 MB/s | 28 kB 00:00 (68/180): python3-packaging-24.2-2.el9s.noarch. 13 MB/s | 115 kB 00:00 (69/180): python3-paste-3.10.1-1.el9s.noarch.rp 68 MB/s | 486 kB 00:00 (70/180): python3-paste-deploy-3.1.0-2.el9s.noa 12 MB/s | 38 kB 00:00 (71/180): python3-pbr-6.1.1-1.el9s.noarch.rpm 54 MB/s | 146 kB 00:00 (72/180): python3-platformdirs-4.2.2-1.el9s.noa 13 MB/s | 36 kB 00:00 (73/180): python3-netaddr-1.3.0-4.el9s.noarch.r 78 MB/s | 1.6 MB 00:00 (74/180): python3-prometheus_client-0.20.0-3.el 26 MB/s | 92 kB 00:00 (75/180): python3-pyperclip-1.8.2-2.el9s.noarch 26 MB/s | 28 kB 00:00 (76/180): python3-repoze-lru-0.7-10.el9s.noarch 30 MB/s | 31 kB 00:00 (77/180): python3-requests-2.32.3-4.el9s.noarch 77 MB/s | 123 kB 00:00 (78/180): python3-rfc3986-2.0.0-1.el9s.noarch.r 43 MB/s | 50 kB 00:00 (79/180): python3-routes-2.5.1-1.el9s.noarch.rp 87 MB/s | 188 kB 00:00 (80/180): python3-pyparsing-3.1.2-7.el9s.noarch 21 MB/s | 214 kB 00:00 (81/180): python3-pyOpenSSL-20.0.1-2.el9s.noarc 6.1 MB/s | 89 kB 00:00 (82/180): python3-statsd-3.2.1-20.el9s.noarch.r 10 MB/s | 34 kB 00:00 (83/180): python3-tempita-0.5.2-2.el9s.noarch.r 11 MB/s | 36 kB 00:00 (84/180): python3-typing-extensions-4.12.2-2.el 21 MB/s | 75 kB 00:00 (85/180): python3-setuptools-65.5.1-2.el9s.noar 115 MB/s | 1.2 MB 00:00 (86/180): python3-wcwidth-0.2.13-1.el9s.noarch. 40 MB/s | 46 kB 00:00 (87/180): python3-vine-5.1.0-1.el9s.noarch.rpm 3.7 MB/s | 25 kB 00:00 (88/180): python3-webob-1.8.9-1.el9s.noarch.rpm 86 MB/s | 230 kB 00:00 (89/180): python3-warlock-2.0.1-3.el9s.noarch.r 3.1 MB/s | 20 kB 00:00 (90/180): python3-wrapt-1.16.0-1.el9s.x86_64.rp 25 MB/s | 60 kB 00:00 (91/180): python3-yappi-1.6.0-1.el9s.x86_64.rpm 32 MB/s | 54 kB 00:00 (92/180): python3-zipp-3.6.0-1.el9s.noarch.rpm 6.6 MB/s | 16 kB 00:00 (93/180): libcephfs2-18.2.7-2.el9s.x86_64.rpm 50 MB/s | 692 kB 00:00 (94/180): librados2-18.2.7-2.el9s.x86_64.rpm 85 MB/s | 3.3 MB 00:00 (95/180): liboath-2.6.7-3.el9s.x86_64.rpm 931 kB/s | 48 kB 00:00 (96/180): libradosstriper1-18.2.7-2.el9s.x86_64 41 MB/s | 459 kB 00:00 (97/180): librbd1-18.2.7-2.el9s.x86_64.rpm 103 MB/s | 2.9 MB 00:00 (98/180): librgw2-18.2.7-2.el9s.x86_64.rpm 88 MB/s | 4.4 MB 00:00 (99/180): python3-ceph-argparse-18.2.7-2.el9s.x 8.3 MB/s | 46 kB 00:00 (100/180): python3-ceph-common-18.2.7-2.el9s.x8 25 MB/s | 131 kB 00:00 (101/180): python3-cephfs-18.2.7-2.el9s.x86_64. 72 MB/s | 163 kB 00:00 (102/180): python3-rados-18.2.7-2.el9s.x86_64.r 79 MB/s | 323 kB 00:00 (103/180): libunwind-1.5.0-1.el9s.x86_64.rpm 1.3 MB/s | 66 kB 00:00 (104/180): python3-rgw-18.2.7-2.el9s.x86_64.rpm 46 MB/s | 101 kB 00:00 (105/180): python3-rbd-18.2.7-2.el9s.x86_64.rpm 35 MB/s | 302 kB 00:00 (106/180): boost-program-options-1.75.0-11.el9. 16 MB/s | 105 kB 00:00 (107/180): ipmitool-1.8.18-27.el9.x86_64.rpm 50 MB/s | 387 kB 00:00 (108/180): libbabeltrace-1.5.8-10.el9.x86_64.rp 25 MB/s | 190 kB 00:00 (109/180): libburn-1.5.4-5.el9.x86_64.rpm 32 MB/s | 172 kB 00:00 (110/180): libisoburn-1.5.4-5.el9.x86_64.rpm 69 MB/s | 415 kB 00:00 (111/180): libisofs-1.5.4-4.el9.x86_64.rpm 44 MB/s | 222 kB 00:00 (112/180): git-core-2.47.3-1.el9.x86_64.rpm 113 MB/s | 4.7 MB 00:00 (113/180): libpmem-1.12.1-1.el9.x86_64.rpm 13 MB/s | 112 kB 00:00 (114/180): ceph-common-18.2.7-2.el9s.x86_64.rpm 86 MB/s | 18 MB 00:00 (115/180): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.6 MB/s | 45 kB 00:00 (116/180): libpmemobj-1.12.1-1.el9.x86_64.rpm 5.5 MB/s | 160 kB 00:00 (117/180): librdkafka-1.6.1-102.el9.x86_64.rpm 91 MB/s | 662 kB 00:00 (118/180): lttng-ust-2.12.0-6.el9.x86_64.rpm 42 MB/s | 292 kB 00:00 (119/180): liburing-2.5-1.el9.x86_64.rpm 845 kB/s | 39 kB 00:00 (120/180): python3-attrs-20.3.0-7.el9.noarch.rp 1.9 MB/s | 87 kB 00:00 (121/180): python3-babel-2.9.1-2.el9.noarch.rpm 66 MB/s | 6.0 MB 00:00 (122/180): python3-jsonpatch-1.21-16.el9.noarch 496 kB/s | 26 kB 00:00 (123/180): python3-jsonpointer-2.0-4.el9.noarch 414 kB/s | 19 kB 00:00 (124/180): python3-mako-1.1.4-6.el9.noarch.rpm 76 MB/s | 172 kB 00:00 (125/180): python3-psutil-5.8.0-12.el9.x86_64.r 64 MB/s | 214 kB 00:00 (126/180): python3-prettytable-0.7.2-27.el9.noa 915 kB/s | 42 kB 00:00 (127/180): python3-pytz-2021.1-5.el9.noarch.rpm 1.1 MB/s | 51 kB 00:00 (128/180): python3-pyrsistent-0.17.3-8.el9.x86_ 2.3 MB/s | 114 kB 00:00 (129/180): acl-2.3.1-4.el9.x86_64.rpm 24 MB/s | 71 kB 00:00 (130/180): xorriso-1.5.4-5.el9.x86_64.rpm 32 MB/s | 317 kB 00:00 (131/180): bash-completion-2.11-5.el9.noarch.rp 54 MB/s | 454 kB 00:00 (132/180): daxctl-libs-82-1.el9.x86_64.rpm 13 MB/s | 41 kB 00:00 (133/180): dbus-1.12.20-8.el9.x86_64.rpm 3.2 MB/s | 3.8 kB 00:00 (134/180): dbus-broker-28-7.el9.x86_64.rpm 62 MB/s | 172 kB 00:00 (135/180): dbus-common-1.12.20-8.el9.noarch.rpm 6.2 MB/s | 15 kB 00:00 (136/180): device-mapper-1.02.206-2.el9.x86_64. 47 MB/s | 140 kB 00:00 (137/180): device-mapper-libs-1.02.206-2.el9.x8 43 MB/s | 180 kB 00:00 (138/180): kmod-libs-28-11.el9.x86_64.rpm 38 MB/s | 62 kB 00:00 (139/180): less-590-6.el9.x86_64.rpm 69 MB/s | 162 kB 00:00 (140/180): libaio-0.3.111-13.el9.x86_64.rpm 16 MB/s | 24 kB 00:00 (141/180): cryptsetup-libs-2.8.1-2.el9.x86_64.r 11 MB/s | 562 kB 00:00 (142/180): libcbor-0.7.0-5.el9.x86_64.rpm 33 MB/s | 57 kB 00:00 (143/180): libedit-3.1-38.20210216cvs.el9.x86_6 50 MB/s | 104 kB 00:00 (144/180): libfido2-1.13.0-2.el9.x86_64.rpm 53 MB/s | 99 kB 00:00 (145/180): libibverbs-57.0-2.el9.x86_64.rpm 93 MB/s | 453 kB 00:00 (146/180): iputils-20210202-15.el9.x86_64.rpm 3.4 MB/s | 174 kB 00:00 (147/180): libnl3-3.11.0-1.el9.x86_64.rpm 94 MB/s | 363 kB 00:00 (148/180): libpkgconf-1.7.3-10.el9.x86_64.rpm 28 MB/s | 36 kB 00:00 (149/180): libbrotli-1.0.9-7.el9.x86_64.rpm 6.2 MB/s | 313 kB 00:00 (150/180): librdmacm-57.0-2.el9.x86_64.rpm 29 MB/s | 70 kB 00:00 (151/180): libseccomp-2.5.2-2.el9.x86_64.rpm 37 MB/s | 72 kB 00:00 (152/180): ndctl-libs-82-1.el9.x86_64.rpm 41 MB/s | 88 kB 00:00 (153/180): openssh-9.9p1-1.el9.x86_64.rpm 93 MB/s | 420 kB 00:00 (154/180): openssh-clients-9.9p1-1.el9.x86_64.r 111 MB/s | 765 kB 00:00 (155/180): pkgconf-1.7.3-10.el9.x86_64.rpm 26 MB/s | 41 kB 00:00 (156/180): pkgconf-m4-1.7.3-10.el9.noarch.rpm 12 MB/s | 15 kB 00:00 (157/180): pkgconf-pkg-config-1.7.3-10.el9.x86_ 10 MB/s | 11 kB 00:00 (158/180): python3-cffi-1.14.5-5.el9.x86_64.rpm 83 MB/s | 253 kB 00:00 (159/180): numactl-libs-2.0.19-3.el9.x86_64.rpm 632 kB/s | 30 kB 00:00 (160/180): python3-cryptography-36.0.1-5.el9.x8 74 MB/s | 1.2 MB 00:00 (161/180): python3-decorator-4.4.2-6.el9.noarch 6.7 MB/s | 28 kB 00:00 (162/180): python3-chardet-4.0.0-5.el9.noarch.r 4.5 MB/s | 239 kB 00:00 (163/180): python3-dns-2.6.1-3.el9.noarch.rpm 55 MB/s | 507 kB 00:00 (164/180): python3-ply-3.11-14.el9.noarch.rpm 33 MB/s | 106 kB 00:00 (165/180): python3-pycparser-2.20-6.el9.noarch. 30 MB/s | 135 kB 00:00 (166/180): libicu-67.1-10.el9.x86_64.rpm 80 MB/s | 9.6 MB 00:00 (167/180): python3-idna-2.10-7.el9.1.noarch.rpm 2.0 MB/s | 102 kB 00:00 (168/180): python3-pysocks-1.7.1-12.el9.noarch. 788 kB/s | 35 kB 00:00 (169/180): python3-pyyaml-5.4.1-6.el9.x86_64.rp 4.4 MB/s | 205 kB 00:00 (170/180): python3-urllib3-1.26.5-6.el9.noarch. 4.2 MB/s | 215 kB 00:00 (171/180): snappy-1.1.8-8.el9.x86_64.rpm 724 kB/s | 35 kB 00:00 (172/180): systemd-pam-252-55.el9.x86_64.rpm 27 MB/s | 284 kB 00:00 (173/180): systemd-rpm-macros-252-55.el9.noarch 38 MB/s | 72 kB 00:00 (174/180): userspace-rcu-0.12.1-6.el9.x86_64.rp 56 MB/s | 110 kB 00:00 (175/180): systemd-252-55.el9.x86_64.rpm 111 MB/s | 4.2 MB 00:00 (176/180): libarrow-doc-9.0.0-15.el9.noarch.rpm 440 kB/s | 25 kB 00:00 (177/180): parquet-libs-9.0.0-15.el9.x86_64.rpm 15 MB/s | 838 kB 00:00 (178/180): re2-20211101-20.el9.x86_64.rpm 3.2 MB/s | 191 kB 00:00 (179/180): thrift-0.15.0-4.el9.x86_64.rpm 24 MB/s | 1.6 MB 00:00 (180/180): libarrow-9.0.0-15.el9.x86_64.rpm 22 MB/s | 4.4 MB 00:00 -------------------------------------------------------------------------------- Total 73 MB/s | 89 MB 00:01 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : python3-pyyaml-5.4.1-6.el9.x86_64 1/180 Installing : python3-setuptools-65.5.1-2.el9s.noarch 2/180 Installing : python3-prettytable-0.7.2-27.el9.noarch 3/180 Installing : python3-iso8601-2.1.0-1.el9s.noarch 4/180 Installing : python3-decorator-4.4.2-6.el9.noarch 5/180 Installing : python3-webob-1.8.9-1.el9s.noarch 6/180 Installing : python3-typing-extensions-4.12.2-2.el9s.noarch 7/180 Installing : python3-netaddr-1.3.0-4.el9s.noarch 8/180 Installing : kmod-libs-28-11.el9.x86_64 9/180 Installing : ndctl-libs-82-1.el9.x86_64 10/180 Installing : daxctl-libs-82-1.el9.x86_64 11/180 Installing : thrift-0.15.0-4.el9.x86_64 12/180 Installing : python3-ply-3.11-14.el9.noarch 13/180 Installing : python3-idna-2.10-7.el9.1.noarch 14/180 Installing : libnl3-3.11.0-1.el9.x86_64 15/180 Installing : libibverbs-57.0-2.el9.x86_64 16/180 Installing : libicu-67.1-10.el9.x86_64 17/180 Installing : python3-pytz-2021.1-5.el9.noarch 18/180 Installing : python3-psutil-5.8.0-12.el9.x86_64 19/180 Installing : python3-attrs-20.3.0-7.el9.noarch 20/180 Installing : librdkafka-1.6.1-102.el9.x86_64 21/180 Installing : librabbitmq-0.11.0-7.el9.x86_64 22/180 Installing : python3-ceph-argparse-2:18.2.7-2.el9s.x86_64 23/180 Installing : python3-wrapt-1.16.0-1.el9s.x86_64 24/180 Installing : python3-debtcollector-3.0.0-0.20240226181642.0e6 25/180 Installing : python3-vine-5.1.0-1.el9s.noarch 26/180 Installing : python3-amqp-5.2.0-2.el9s.noarch 27/180 Installing : python3-pyparsing-3.1.2-7.el9s.noarch 28/180 Installing : python3-platformdirs-4.2.2-1.el9s.noarch 29/180 Installing : python3-packaging-24.2-2.el9s.noarch 30/180 Installing : python3-markupsafe-3.0.2-1.el9s.x86_64 31/180 Installing : python3-greenlet-3.1.1-1.el9s.x86_64 32/180 Installing : python3-mako-1.1.4-6.el9.noarch 33/180 Installing : python3-kombu-1:5.3.7-1.el9s.noarch 34/180 Installing : python3-futurist-3.1.0-0.20250225151745.bd83787. 35/180 Installing : python3-babel-2.9.1-2.el9.noarch 36/180 Installing : python3-jinja2-3.0.1-2.el9s.noarch 37/180 Installing : librdmacm-57.0-2.el9.x86_64 38/180 Installing : python3-jsonpath-rw-1.4.0-4.el9s.noarch 39/180 Installing : python3-pycparser-2.20-6.el9.noarch 40/180 Installing : python3-cffi-1.14.5-5.el9.x86_64 41/180 Installing : python3-cryptography-36.0.1-5.el9.x86_64 42/180 Installing : python3-pyOpenSSL-20.0.1-2.el9s.noarch 43/180 Installing : python3-bcrypt-3.2.2-4.el9s.x86_64 44/180 Installing : libpmem-1.12.1-1.el9.x86_64 45/180 Installing : libpmemobj-1.12.1-1.el9.x86_64 46/180 Installing : python3-prometheus_client-0.20.0-3.el9s.noarch 47/180 Installing : python3-autopage-0.5.2-3.el9s.noarch 48/180 Installing : python3-paste-deploy-3.1.0-2.el9s.noarch 49/180 Installing : python3-yappi-1.6.0-1.el9s.x86_64 50/180 Installing : python3-ceph-common-2:18.2.7-2.el9s.x86_64 51/180 Installing : re2-1:20211101-20.el9.x86_64 52/180 Installing : libarrow-doc-9.0.0-15.el9.noarch 53/180 Installing : userspace-rcu-0.12.1-6.el9.x86_64 54/180 Installing : systemd-rpm-macros-252-55.el9.noarch 55/180 Installing : snappy-1.1.8-8.el9.x86_64 56/180 Installing : python3-pysocks-1.7.1-12.el9.noarch 57/180 Installing : python3-urllib3-1.26.5-6.el9.noarch 58/180 Installing : python3-dns-2.6.1-3.el9.noarch 59/180 Installing : python3-eventlet-0.36.1-1.el9s.noarch 60/180 Installing : python3-chardet-4.0.0-5.el9.noarch 61/180 Installing : python3-requests-2.32.3-4.el9s.noarch 62/180 Installing : pkgconf-m4-1.7.3-10.el9.noarch 63/180 Running scriptlet: openssh-9.9p1-1.el9.x86_64 64/180 Installing : openssh-9.9p1-1.el9.x86_64 64/180 Installing : numactl-libs-2.0.19-3.el9.x86_64 65/180 Installing : lttng-ust-2.12.0-6.el9.x86_64 66/180 Installing : librados2-2:18.2.7-2.el9s.x86_64 67/180 Running scriptlet: librados2-2:18.2.7-2.el9s.x86_64 67/180 Installing : python3-rados-2:18.2.7-2.el9s.x86_64 68/180 Installing : libcephfs2-2:18.2.7-2.el9s.x86_64 69/180 Running scriptlet: libcephfs2-2:18.2.7-2.el9s.x86_64 69/180 Installing : python3-cephfs-2:18.2.7-2.el9s.x86_64 70/180 Installing : libradosstriper1-2:18.2.7-2.el9s.x86_64 71/180 Running scriptlet: libradosstriper1-2:18.2.7-2.el9s.x86_64 71/180 Installing : libseccomp-2.5.2-2.el9.x86_64 72/180 Installing : libpkgconf-1.7.3-10.el9.x86_64 73/180 Installing : pkgconf-1.7.3-10.el9.x86_64 74/180 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 75/180 Installing : bash-completion-1:2.11-5.el9.noarch 76/180 Installing : libedit-3.1-38.20210216cvs.el9.x86_64 77/180 Installing : libcbor-0.7.0-5.el9.x86_64 78/180 Installing : libfido2-1.13.0-2.el9.x86_64 79/180 Installing : openssh-clients-9.9p1-1.el9.x86_64 80/180 Running scriptlet: openssh-clients-9.9p1-1.el9.x86_64 80/180 Installing : libbrotli-1.0.9-7.el9.x86_64 81/180 Installing : libarrow-9.0.0-15.el9.x86_64 82/180 Installing : libaio-0.3.111-13.el9.x86_64 83/180 Installing : less-590-6.el9.x86_64 84/180 Installing : git-core-2.47.3-1.el9.x86_64 85/180 Installing : python3-pbr-6.1.1-1.el9s.noarch 86/180 Installing : python3-stevedore-5.4.1-0.20250225155234.27e27c1 87/180 Installing : python3-oslo-context-5.7.1-0.20250317171221.52d2 88/180 Installing : python3-dogpile-cache-1.3.3-1.el9s.noarch 89/180 Installing : python3-os-service-types-1.7.0-0.20250213134714. 90/180 Installing : python3-keystoneauth1-5.10.0-0.20250225162540.60 91/180 Installing : python3-jsonpath-rw-ext-1.2.2-2.el9s.noarch 92/180 Installing : acl-2.3.1-4.el9.x86_64 93/180 Installing : dbus-1:1.12.20-8.el9.x86_64 94/180 Installing : systemd-pam-252-55.el9.x86_64 95/180 Running scriptlet: systemd-252-55.el9.x86_64 96/180 Installing : systemd-252-55.el9.x86_64 96/180 Running scriptlet: systemd-252-55.el9.x86_64 96/180 Installing : dbus-common-1:1.12.20-8.el9.noarch 97/180 Running scriptlet: dbus-common-1:1.12.20-8.el9.noarch 97/180 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/180 Installing : dbus-broker-28-7.el9.x86_64 98/180 Running scriptlet: dbus-broker-28-7.el9.x86_64 98/180 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.206-2.el9.x86_64 99/180 Installing : device-mapper-9:1.02.206-2.el9.x86_64 100/180 Installing : cryptsetup-libs-2.8.1-2.el9.x86_64 101/180 Installing : python3-pyrsistent-0.17.3-8.el9.x86_64 102/180 Installing : python3-jsonschema-4.16.0-2.el9s.noarch 103/180 Installing : python3-jsonpointer-2.0-4.el9.noarch 104/180 Installing : python3-jsonpatch-1.21-16.el9.noarch 105/180 Installing : python3-warlock-2.0.1-3.el9s.noarch 106/180 Installing : liburing-2.5-1.el9.x86_64 107/180 Installing : librbd1-2:18.2.7-2.el9s.x86_64 108/180 Running scriptlet: librbd1-2:18.2.7-2.el9s.x86_64 108/180 Installing : python3-rbd-2:18.2.7-2.el9s.x86_64 109/180 Installing : libisofs-1.5.4-4.el9.x86_64 110/180 Installing : libburn-1.5.4-5.el9.x86_64 111/180 Installing : libisoburn-1.5.4-5.el9.x86_64 112/180 Running scriptlet: xorriso-1.5.4-5.el9.x86_64 113/180 Installing : xorriso-1.5.4-5.el9.x86_64 113/180 Running scriptlet: xorriso-1.5.4-5.el9.x86_64 113/180 Installing : libbabeltrace-1.5.8-10.el9.x86_64 114/180 Installing : boost-program-options-1.75.0-11.el9.x86_64 115/180 Installing : parquet-libs-9.0.0-15.el9.x86_64 116/180 Installing : librgw2-2:18.2.7-2.el9s.x86_64 117/180 Running scriptlet: librgw2-2:18.2.7-2.el9s.x86_64 117/180 Installing : python3-rgw-2:18.2.7-2.el9s.x86_64 118/180 Installing : libunwind-1.5.0-1.el9s.x86_64 119/180 Installing : gperftools-libs-2.9.1-1.el9s.x86_64 120/180 Installing : liboath-2.6.7-3.el9s.x86_64 121/180 Installing : python3-zipp-3.6.0-1.el9s.noarch 122/180 Installing : python3-importlib-metadata-6.8.0-1.el9s.noarch 123/180 Installing : python3-wcwidth-0.2.13-1.el9s.noarch 124/180 Installing : python3-tempita-0.5.2-2.el9s.noarch 125/180 Installing : python3-paste-3.10.1-1.el9s.noarch 126/180 Installing : python3-statsd-3.2.1-20.el9s.noarch 127/180 Installing : python3-rfc3986-2.0.0-1.el9s.noarch 128/180 Installing : python3-repoze-lru-0.7-10.el9s.noarch 129/180 Installing : python3-routes-2.5.1-1.el9s.noarch 130/180 Installing : python3-pyperclip-1.8.2-2.el9s.noarch 131/180 Installing : python3-cmd2-2.4.3-1.el9s.noarch 132/180 Installing : python3-cliff-4.9.1-0.20250307124109.083572e.el9 133/180 Installing : python3-msgpack-1.1.0-1.el9s.x86_64 134/180 Installing : python3-jmespath-1.0.1-1.el9s.noarch 135/180 Installing : python3-fasteners-0.19-1.el9s.noarch 136/180 Installing : python3-cachetools-5.5.2-1.el9s.noarch 137/180 Installing : python3-requestsexceptions-1.4.0-0.2023062807534 138/180 Installing : python3-openstacksdk-4.5.0-0.20250513102754.bbe9 139/180 Installing : python3-os-client-config-2.1.0-0.20250307122209. 140/180 Installing : python-oslo-utils-lang-8.2.0-0.20250318120252.cb 141/180 Installing : python-oslo-middleware-lang-6.3.1-0.202503171632 142/180 Installing : python-oslo-log-lang-7.1.0-0.20250317172141.0c29 143/180 Installing : python-oslo-i18n-lang-6.5.1-0.20250317171545.162 144/180 Installing : python3-oslo-i18n-6.5.1-0.20250317171545.162e0fa 145/180 Installing : python3-oslo-utils-8.2.0-0.20250318120252.cb6837 146/180 Installing : python3-osc-lib-4.0.2-0.20250527152716.e63cb66.e 147/180 Installing : python3-oslo-serialization-5.7.0-0.2025031718003 148/180 Installing : python3-oslo-config-2:9.7.1-0.20250317170827.d58 149/180 Installing : python3-oslo-log-7.1.0-0.20250317172141.0c290b1. 150/180 Installing : python3-keystoneclient-1:5.6.0-0.20250317124233. 151/180 Installing : python3-neutronclient-11.5.0-0.20250527143712.69 152/180 Installing : python3-swiftclient-4.8.0-0.20250527152933.84860 153/180 Installing : python3-swiftclient+keystone-4.8.0-0.20250527152 154/180 Installing : python3-oslo-metrics-0.11.0-0.20250317163850.c64 155/180 Installing : python3-oslo-middleware-6.3.1-0.20250317163234.8 156/180 Installing : python3-cinderclient-9.7.0-0.20250317164843.63e3 157/180 Installing : python-oslo-concurrency-lang-7.1.0-0.20250317173 158/180 Installing : python3-oslo-concurrency-7.1.0-0.20250317173205. 159/180 Installing : python3-oslo-service-4.1.1-0.20250317160209.7a52 160/180 Installing : python3-oslo-messaging-16.1.0-0.20250317173909.e 161/180 Installing : python3-osprofiler-4.2.0-0.20240828181728.3fb048 162/180 Installing : python-openstackclient-lang-8.0.0-0.202504160807 163/180 Installing : python3-openstackclient-8.0.0-0.20250416080711.3 164/180 Running scriptlet: python3-openstackclient-8.0.0-0.20250416080711.3 164/180 Installing : python3-ironicclient-5.11.0-0.20250516052944.e78 165/180 Installing : python3-octaviaclient-3.11.0-0.20250516052728.73 166/180 Installing : python3-aodhclient-3.8.0-0.20250527150432.16fcf4 167/180 Installing : python3-heatclient-4.2.0-0.20250513103737.47d6aa 168/180 Installing : python3-manilaclient-5.5.0-0.20250516052434.ce60 169/180 Installing : python3-cloudkittyclient-5.3.1-0.20250317132158. 170/180 Installing : python3-barbicanclient-7.1.0-0.20250317124850.58 171/180 Installing : python3-watcherclient-4.8.0-0.20250317131207.edb 172/180 Installing : python3-designateclient-6.3.0-0.20250527151011.1 173/180 Installing : python3-osc-placement-4.6.0-0.20250317143221.454 174/180 Installing : python3-observabilityclient-0.4.0-0.202503171246 175/180 Installing : python3-glanceclient-1:4.8.0-0.20250317130200.23 176/180 Installing : python3-ironic-inspector-client-5.3.1-0.20250513 177/180 Running scriptlet: ceph-common-2:18.2.7-2.el9s.x86_64 178/180 Installing : ceph-common-2:18.2.7-2.el9s.x86_64 178/180 Running scriptlet: ceph-common-2:18.2.7-2.el9s.x86_64 178/180 Installing : ipmitool-1.8.18-27.el9.x86_64 179/180 Installing : iputils-20210202-15.el9.x86_64 180/180 Running scriptlet: iputils-20210202-15.el9.x86_64 180/180 Verifying : python-openstackclient-lang-8.0.0-0.202504160807 1/180 Verifying : python3-aodhclient-3.8.0-0.20250527150432.16fcf4 2/180 Verifying : python3-barbicanclient-7.1.0-0.20250317124850.58 3/180 Verifying : python3-cinderclient-9.7.0-0.20250317164843.63e3 4/180 Verifying : python3-cloudkittyclient-5.3.1-0.20250317132158. 5/180 Verifying : python3-glanceclient-1:4.8.0-0.20250317130200.23 6/180 Verifying : python3-heatclient-4.2.0-0.20250513103737.47d6aa 7/180 Verifying : python3-ironic-inspector-client-5.3.1-0.20250513 8/180 Verifying : python3-ironicclient-5.11.0-0.20250516052944.e78 9/180 Verifying : python3-keystoneclient-1:5.6.0-0.20250317124233. 10/180 Verifying : python3-manilaclient-5.5.0-0.20250516052434.ce60 11/180 Verifying : python3-neutronclient-11.5.0-0.20250527143712.69 12/180 Verifying : python3-octaviaclient-3.11.0-0.20250516052728.73 13/180 Verifying : python3-openstackclient-8.0.0-0.20250416080711.3 14/180 Verifying : python3-openstacksdk-4.5.0-0.20250513102754.bbe9 15/180 Verifying : python3-os-client-config-2.1.0-0.20250307122209. 16/180 Verifying : python3-os-service-types-1.7.0-0.20250213134714. 17/180 Verifying : python3-osc-lib-4.0.2-0.20250527152716.e63cb66.e 18/180 Verifying : python3-osc-placement-4.6.0-0.20250317143221.454 19/180 Verifying : python3-stevedore-5.4.1-0.20250225155234.27e27c1 20/180 Verifying : python3-swiftclient+keystone-4.8.0-0.20250527152 21/180 Verifying : python3-swiftclient-4.8.0-0.20250527152933.84860 22/180 Verifying : python3-watcherclient-4.8.0-0.20250317131207.edb 23/180 Verifying : python3-observabilityclient-0.4.0-0.202503171246 24/180 Verifying : python-oslo-concurrency-lang-7.1.0-0.20250317173 25/180 Verifying : python-oslo-i18n-lang-6.5.1-0.20250317171545.162 26/180 Verifying : python-oslo-log-lang-7.1.0-0.20250317172141.0c29 27/180 Verifying : python-oslo-middleware-lang-6.3.1-0.202503171632 28/180 Verifying : python-oslo-utils-lang-8.2.0-0.20250318120252.cb 29/180 Verifying : python3-cliff-4.9.1-0.20250307124109.083572e.el9 30/180 Verifying : python3-debtcollector-3.0.0-0.20240226181642.0e6 31/180 Verifying : python3-futurist-3.1.0-0.20250225151745.bd83787. 32/180 Verifying : python3-oslo-concurrency-7.1.0-0.20250317173205. 33/180 Verifying : python3-oslo-config-2:9.7.1-0.20250317170827.d58 34/180 Verifying : python3-oslo-context-5.7.1-0.20250317171221.52d2 35/180 Verifying : python3-oslo-i18n-6.5.1-0.20250317171545.162e0fa 36/180 Verifying : python3-oslo-log-7.1.0-0.20250317172141.0c290b1. 37/180 Verifying : python3-oslo-messaging-16.1.0-0.20250317173909.e 38/180 Verifying : python3-oslo-metrics-0.11.0-0.20250317163850.c64 39/180 Verifying : python3-oslo-middleware-6.3.1-0.20250317163234.8 40/180 Verifying : python3-oslo-serialization-5.7.0-0.2025031718003 41/180 Verifying : python3-oslo-service-4.1.1-0.20250317160209.7a52 42/180 Verifying : python3-oslo-utils-8.2.0-0.20250318120252.cb6837 43/180 Verifying : python3-osprofiler-4.2.0-0.20240828181728.3fb048 44/180 Verifying : python3-requestsexceptions-1.4.0-0.2023062807534 45/180 Verifying : python3-designateclient-6.3.0-0.20250527151011.1 46/180 Verifying : python3-keystoneauth1-5.10.0-0.20250225162540.60 47/180 Verifying : gperftools-libs-2.9.1-1.el9s.x86_64 48/180 Verifying : python3-amqp-5.2.0-2.el9s.noarch 49/180 Verifying : python3-autopage-0.5.2-3.el9s.noarch 50/180 Verifying : python3-bcrypt-3.2.2-4.el9s.x86_64 51/180 Verifying : python3-cachetools-5.5.2-1.el9s.noarch 52/180 Verifying : python3-cmd2-2.4.3-1.el9s.noarch 53/180 Verifying : python3-dogpile-cache-1.3.3-1.el9s.noarch 54/180 Verifying : python3-eventlet-0.36.1-1.el9s.noarch 55/180 Verifying : python3-fasteners-0.19-1.el9s.noarch 56/180 Verifying : python3-greenlet-3.1.1-1.el9s.x86_64 57/180 Verifying : python3-importlib-metadata-6.8.0-1.el9s.noarch 58/180 Verifying : python3-iso8601-2.1.0-1.el9s.noarch 59/180 Verifying : python3-jinja2-3.0.1-2.el9s.noarch 60/180 Verifying : python3-jmespath-1.0.1-1.el9s.noarch 61/180 Verifying : python3-jsonpath-rw-1.4.0-4.el9s.noarch 62/180 Verifying : python3-jsonpath-rw-ext-1.2.2-2.el9s.noarch 63/180 Verifying : python3-jsonschema-4.16.0-2.el9s.noarch 64/180 Verifying : python3-kombu-1:5.3.7-1.el9s.noarch 65/180 Verifying : python3-markupsafe-3.0.2-1.el9s.x86_64 66/180 Verifying : python3-msgpack-1.1.0-1.el9s.x86_64 67/180 Verifying : python3-netaddr-1.3.0-4.el9s.noarch 68/180 Verifying : python3-packaging-24.2-2.el9s.noarch 69/180 Verifying : python3-paste-3.10.1-1.el9s.noarch 70/180 Verifying : python3-paste-deploy-3.1.0-2.el9s.noarch 71/180 Verifying : python3-pbr-6.1.1-1.el9s.noarch 72/180 Verifying : python3-platformdirs-4.2.2-1.el9s.noarch 73/180 Verifying : python3-prometheus_client-0.20.0-3.el9s.noarch 74/180 Verifying : python3-pyOpenSSL-20.0.1-2.el9s.noarch 75/180 Verifying : python3-pyparsing-3.1.2-7.el9s.noarch 76/180 Verifying : python3-pyperclip-1.8.2-2.el9s.noarch 77/180 Verifying : python3-repoze-lru-0.7-10.el9s.noarch 78/180 Verifying : python3-requests-2.32.3-4.el9s.noarch 79/180 Verifying : python3-rfc3986-2.0.0-1.el9s.noarch 80/180 Verifying : python3-routes-2.5.1-1.el9s.noarch 81/180 Verifying : python3-setuptools-65.5.1-2.el9s.noarch 82/180 Verifying : python3-statsd-3.2.1-20.el9s.noarch 83/180 Verifying : python3-tempita-0.5.2-2.el9s.noarch 84/180 Verifying : python3-typing-extensions-4.12.2-2.el9s.noarch 85/180 Verifying : python3-vine-5.1.0-1.el9s.noarch 86/180 Verifying : python3-warlock-2.0.1-3.el9s.noarch 87/180 Verifying : python3-wcwidth-0.2.13-1.el9s.noarch 88/180 Verifying : python3-webob-1.8.9-1.el9s.noarch 89/180 Verifying : python3-wrapt-1.16.0-1.el9s.x86_64 90/180 Verifying : python3-yappi-1.6.0-1.el9s.x86_64 91/180 Verifying : python3-zipp-3.6.0-1.el9s.noarch 92/180 Verifying : ceph-common-2:18.2.7-2.el9s.x86_64 93/180 Verifying : libcephfs2-2:18.2.7-2.el9s.x86_64 94/180 Verifying : liboath-2.6.7-3.el9s.x86_64 95/180 Verifying : librados2-2:18.2.7-2.el9s.x86_64 96/180 Verifying : libradosstriper1-2:18.2.7-2.el9s.x86_64 97/180 Verifying : librbd1-2:18.2.7-2.el9s.x86_64 98/180 Verifying : librgw2-2:18.2.7-2.el9s.x86_64 99/180 Verifying : libunwind-1.5.0-1.el9s.x86_64 100/180 Verifying : python3-ceph-argparse-2:18.2.7-2.el9s.x86_64 101/180 Verifying : python3-ceph-common-2:18.2.7-2.el9s.x86_64 102/180 Verifying : python3-cephfs-2:18.2.7-2.el9s.x86_64 103/180 Verifying : python3-rados-2:18.2.7-2.el9s.x86_64 104/180 Verifying : python3-rbd-2:18.2.7-2.el9s.x86_64 105/180 Verifying : python3-rgw-2:18.2.7-2.el9s.x86_64 106/180 Verifying : boost-program-options-1.75.0-11.el9.x86_64 107/180 Verifying : git-core-2.47.3-1.el9.x86_64 108/180 Verifying : ipmitool-1.8.18-27.el9.x86_64 109/180 Verifying : libbabeltrace-1.5.8-10.el9.x86_64 110/180 Verifying : libburn-1.5.4-5.el9.x86_64 111/180 Verifying : libisoburn-1.5.4-5.el9.x86_64 112/180 Verifying : libisofs-1.5.4-4.el9.x86_64 113/180 Verifying : libpmem-1.12.1-1.el9.x86_64 114/180 Verifying : libpmemobj-1.12.1-1.el9.x86_64 115/180 Verifying : librabbitmq-0.11.0-7.el9.x86_64 116/180 Verifying : librdkafka-1.6.1-102.el9.x86_64 117/180 Verifying : liburing-2.5-1.el9.x86_64 118/180 Verifying : lttng-ust-2.12.0-6.el9.x86_64 119/180 Verifying : python3-attrs-20.3.0-7.el9.noarch 120/180 Verifying : python3-babel-2.9.1-2.el9.noarch 121/180 Verifying : python3-jsonpatch-1.21-16.el9.noarch 122/180 Verifying : python3-jsonpointer-2.0-4.el9.noarch 123/180 Verifying : python3-mako-1.1.4-6.el9.noarch 124/180 Verifying : python3-prettytable-0.7.2-27.el9.noarch 125/180 Verifying : python3-psutil-5.8.0-12.el9.x86_64 126/180 Verifying : python3-pyrsistent-0.17.3-8.el9.x86_64 127/180 Verifying : python3-pytz-2021.1-5.el9.noarch 128/180 Verifying : xorriso-1.5.4-5.el9.x86_64 129/180 Verifying : acl-2.3.1-4.el9.x86_64 130/180 Verifying : bash-completion-1:2.11-5.el9.noarch 131/180 Verifying : cryptsetup-libs-2.8.1-2.el9.x86_64 132/180 Verifying : daxctl-libs-82-1.el9.x86_64 133/180 Verifying : dbus-1:1.12.20-8.el9.x86_64 134/180 Verifying : dbus-broker-28-7.el9.x86_64 135/180 Verifying : dbus-common-1:1.12.20-8.el9.noarch 136/180 Verifying : device-mapper-9:1.02.206-2.el9.x86_64 137/180 Verifying : device-mapper-libs-9:1.02.206-2.el9.x86_64 138/180 Verifying : iputils-20210202-15.el9.x86_64 139/180 Verifying : kmod-libs-28-11.el9.x86_64 140/180 Verifying : less-590-6.el9.x86_64 141/180 Verifying : libaio-0.3.111-13.el9.x86_64 142/180 Verifying : libbrotli-1.0.9-7.el9.x86_64 143/180 Verifying : libcbor-0.7.0-5.el9.x86_64 144/180 Verifying : libedit-3.1-38.20210216cvs.el9.x86_64 145/180 Verifying : libfido2-1.13.0-2.el9.x86_64 146/180 Verifying : libibverbs-57.0-2.el9.x86_64 147/180 Verifying : libicu-67.1-10.el9.x86_64 148/180 Verifying : libnl3-3.11.0-1.el9.x86_64 149/180 Verifying : libpkgconf-1.7.3-10.el9.x86_64 150/180 Verifying : librdmacm-57.0-2.el9.x86_64 151/180 Verifying : libseccomp-2.5.2-2.el9.x86_64 152/180 Verifying : ndctl-libs-82-1.el9.x86_64 153/180 Verifying : numactl-libs-2.0.19-3.el9.x86_64 154/180 Verifying : openssh-9.9p1-1.el9.x86_64 155/180 Verifying : openssh-clients-9.9p1-1.el9.x86_64 156/180 Verifying : pkgconf-1.7.3-10.el9.x86_64 157/180 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 158/180 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 159/180 Verifying : python3-cffi-1.14.5-5.el9.x86_64 160/180 Verifying : python3-chardet-4.0.0-5.el9.noarch 161/180 Verifying : python3-cryptography-36.0.1-5.el9.x86_64 162/180 Verifying : python3-decorator-4.4.2-6.el9.noarch 163/180 Verifying : python3-dns-2.6.1-3.el9.noarch 164/180 Verifying : python3-idna-2.10-7.el9.1.noarch 165/180 Verifying : python3-ply-3.11-14.el9.noarch 166/180 Verifying : python3-pycparser-2.20-6.el9.noarch 167/180 Verifying : python3-pysocks-1.7.1-12.el9.noarch 168/180 Verifying : python3-pyyaml-5.4.1-6.el9.x86_64 169/180 Verifying : python3-urllib3-1.26.5-6.el9.noarch 170/180 Verifying : snappy-1.1.8-8.el9.x86_64 171/180 Verifying : systemd-252-55.el9.x86_64 172/180 Verifying : systemd-pam-252-55.el9.x86_64 173/180 Verifying : systemd-rpm-macros-252-55.el9.noarch 174/180 Verifying : userspace-rcu-0.12.1-6.el9.x86_64 175/180 Verifying : libarrow-9.0.0-15.el9.x86_64 176/180 Verifying : libarrow-doc-9.0.0-15.el9.noarch 177/180 Verifying : parquet-libs-9.0.0-15.el9.x86_64 178/180 Verifying : re2-1:20211101-20.el9.x86_64 179/180 Verifying : thrift-0.15.0-4.el9.x86_64 180/180 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-2.el9s.x86_64 cryptsetup-libs-2.8.1-2.el9.x86_64 daxctl-libs-82-1.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.206-2.el9.x86_64 device-mapper-libs-9:1.02.206-2.el9.x86_64 git-core-2.47.3-1.el9.x86_64 gperftools-libs-2.9.1-1.el9s.x86_64 ipmitool-1.8.18-27.el9.x86_64 iputils-20210202-15.el9.x86_64 kmod-libs-28-11.el9.x86_64 less-590-6.el9.x86_64 libaio-0.3.111-13.el9.x86_64 libarrow-9.0.0-15.el9.x86_64 libarrow-doc-9.0.0-15.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-2.el9s.x86_64 libedit-3.1-38.20210216cvs.el9.x86_64 libfido2-1.13.0-2.el9.x86_64 libibverbs-57.0-2.el9.x86_64 libicu-67.1-10.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-2.el9s.x86_64 libradosstriper1-2:18.2.7-2.el9s.x86_64 librbd1-2:18.2.7-2.el9s.x86_64 librdkafka-1.6.1-102.el9.x86_64 librdmacm-57.0-2.el9.x86_64 librgw2-2:18.2.7-2.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-82-1.el9.x86_64 numactl-libs-2.0.19-3.el9.x86_64 openssh-9.9p1-1.el9.x86_64 openssh-clients-9.9p1-1.el9.x86_64 parquet-libs-9.0.0-15.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-8.0.0-0.20250416080711.30aa27b.el9.noarch python-oslo-concurrency-lang-7.1.0-0.20250317173205.6250095.el9.noarch python-oslo-i18n-lang-6.5.1-0.20250317171545.162e0fa.el9.noarch python-oslo-log-lang-7.1.0-0.20250317172141.0c290b1.el9.noarch python-oslo-middleware-lang-6.3.1-0.20250317163234.8af9987.el9.noarch python-oslo-utils-lang-8.2.0-0.20250318120252.cb68378.el9.noarch python3-amqp-5.2.0-2.el9s.noarch python3-aodhclient-3.8.0-0.20250527150432.16fcf40.el9.noarch python3-attrs-20.3.0-7.el9.noarch python3-autopage-0.5.2-3.el9s.noarch python3-babel-2.9.1-2.el9.noarch python3-barbicanclient-7.1.0-0.20250317124850.586e474.el9.noarch python3-bcrypt-3.2.2-4.el9s.x86_64 python3-cachetools-5.5.2-1.el9s.noarch python3-ceph-argparse-2:18.2.7-2.el9s.x86_64 python3-ceph-common-2:18.2.7-2.el9s.x86_64 python3-cephfs-2:18.2.7-2.el9s.x86_64 python3-cffi-1.14.5-5.el9.x86_64 python3-chardet-4.0.0-5.el9.noarch python3-cinderclient-9.7.0-0.20250317164843.63e3fa7.el9.noarch python3-cliff-4.9.1-0.20250307124109.083572e.el9.noarch python3-cloudkittyclient-5.3.1-0.20250317132158.4f375f8.el9.noarch python3-cmd2-2.4.3-1.el9s.noarch python3-cryptography-36.0.1-5.el9.x86_64 python3-debtcollector-3.0.0-0.20240226181642.0e6ce1c.el9.noarch python3-decorator-4.4.2-6.el9.noarch python3-designateclient-6.3.0-0.20250527151011.1505c27.el9.noarch python3-dns-2.6.1-3.el9.noarch python3-dogpile-cache-1.3.3-1.el9s.noarch python3-eventlet-0.36.1-1.el9s.noarch python3-fasteners-0.19-1.el9s.noarch python3-futurist-3.1.0-0.20250225151745.bd83787.el9.noarch python3-glanceclient-1:4.8.0-0.20250317130200.235814c.el9.noarch python3-greenlet-3.1.1-1.el9s.x86_64 python3-heatclient-4.2.0-0.20250513103737.47d6aac.el9.noarch python3-idna-2.10-7.el9.1.noarch python3-importlib-metadata-6.8.0-1.el9s.noarch python3-ironic-inspector-client-5.3.1-0.20250513102044.310db3a.el9.noarch python3-ironicclient-5.11.0-0.20250516052944.e786c8c.el9.noarch python3-iso8601-2.1.0-1.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-jsonpath-rw-1.4.0-4.el9s.noarch python3-jsonpath-rw-ext-1.2.2-2.el9s.noarch python3-jsonpointer-2.0-4.el9.noarch python3-jsonschema-4.16.0-2.el9s.noarch python3-keystoneauth1-5.10.0-0.20250225162540.60f441a.el9.noarch python3-keystoneclient-1:5.6.0-0.20250317124233.0d43c46.el9.noarch python3-kombu-1:5.3.7-1.el9s.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-5.5.0-0.20250516052434.ce60e48.el9.noarch python3-markupsafe-3.0.2-1.el9s.x86_64 python3-msgpack-1.1.0-1.el9s.x86_64 python3-netaddr-1.3.0-4.el9s.noarch python3-neutronclient-11.5.0-0.20250527143712.690bb97.el9.noarch python3-observabilityclient-0.4.0-0.20250317124620.df6c253.el9.noarch python3-octaviaclient-3.11.0-0.20250516052728.733f9be.el9.noarch python3-openstackclient-8.0.0-0.20250416080711.30aa27b.el9.noarch python3-openstacksdk-4.5.0-0.20250513102754.bbe9c96.el9.noarch python3-os-client-config-2.1.0-0.20250307122209.bc96c23.el9.noarch python3-os-service-types-1.7.0-0.20250213134714.0b2f473.el9.noarch python3-osc-lib-4.0.2-0.20250527152716.e63cb66.el9.noarch python3-osc-placement-4.6.0-0.20250317143221.454e48d.el9.noarch python3-oslo-concurrency-7.1.0-0.20250317173205.6250095.el9.noarch python3-oslo-config-2:9.7.1-0.20250317170827.d583141.el9.noarch python3-oslo-context-5.7.1-0.20250317171221.52d21e6.el9.noarch python3-oslo-i18n-6.5.1-0.20250317171545.162e0fa.el9.noarch python3-oslo-log-7.1.0-0.20250317172141.0c290b1.el9.noarch python3-oslo-messaging-16.1.0-0.20250317173909.e91bb45.el9.noarch python3-oslo-metrics-0.11.0-0.20250317163850.c64d51c.el9.noarch python3-oslo-middleware-6.3.1-0.20250317163234.8af9987.el9.noarch python3-oslo-serialization-5.7.0-0.20250317180035.bff992d.el9.noarch python3-oslo-service-4.1.1-0.20250317160209.7a52803.el9.noarch python3-oslo-utils-8.2.0-0.20250318120252.cb68378.el9.noarch python3-osprofiler-4.2.0-0.20240828181728.3fb0487.el9.noarch python3-packaging-24.2-2.el9s.noarch python3-paste-3.10.1-1.el9s.noarch python3-paste-deploy-3.1.0-2.el9s.noarch python3-pbr-6.1.1-1.el9s.noarch python3-platformdirs-4.2.2-1.el9s.noarch python3-ply-3.11-14.el9.noarch python3-prettytable-0.7.2-27.el9.noarch python3-prometheus_client-0.20.0-3.el9s.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9s.noarch python3-pycparser-2.20-6.el9.noarch python3-pyparsing-3.1.2-7.el9s.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-rados-2:18.2.7-2.el9s.x86_64 python3-rbd-2:18.2.7-2.el9s.x86_64 python3-repoze-lru-0.7-10.el9s.noarch python3-requests-2.32.3-4.el9s.noarch python3-requestsexceptions-1.4.0-0.20230628075340.d7ac0ff.el9.noarch python3-rfc3986-2.0.0-1.el9s.noarch python3-rgw-2:18.2.7-2.el9s.x86_64 python3-routes-2.5.1-1.el9s.noarch python3-setuptools-65.5.1-2.el9s.noarch python3-statsd-3.2.1-20.el9s.noarch python3-stevedore-5.4.1-0.20250225155234.27e27c1.el9.noarch python3-swiftclient-4.8.0-0.20250527152933.8486005.el9.noarch python3-swiftclient+keystone-4.8.0-0.20250527152933.8486005.el9.noarch python3-tempita-0.5.2-2.el9s.noarch python3-typing-extensions-4.12.2-2.el9s.noarch python3-urllib3-1.26.5-6.el9.noarch python3-vine-5.1.0-1.el9s.noarch python3-warlock-2.0.1-3.el9s.noarch python3-watcherclient-4.8.0-0.20250317131207.edbc62c.el9.noarch python3-wcwidth-0.2.13-1.el9s.noarch python3-webob-1.8.9-1.el9s.noarch python3-wrapt-1.16.0-1.el9s.x86_64 python3-yappi-1.6.0-1.el9s.x86_64 python3-zipp-3.6.0-1.el9s.noarch re2-1:20211101-20.el9.x86_64 snappy-1.1.8-8.el9.x86_64 systemd-252-55.el9.x86_64 systemd-pam-252-55.el9.x86_64 systemd-rpm-macros-252-55.el9.noarch thrift-0.15.0-4.el9.x86_64 userspace-rcu-0.12.1-6.el9.x86_64 xorriso-1.5.4-5.el9.x86_64 Complete! 160 files removed STEP 6/11: RUN openstack complete | tee /etc/bash_completion.d/osc.bash_completion > /dev/null 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"="1bbde377b4f50d9d77b0f999baf12dcc" COMMIT quay.rdoproject.org/podified-master-centos9/openstack-openstackclient:1bbde377b4f50d9d77b0f999baf12dcc Getting image source signatures Copying blob sha256:dfe3535c047dfd1b56a035a76f7fcccd61101a4c7c28b14527de35475ed1e01a Copying blob sha256:6a0423b1f76a987d53ca97bc8d83a1b7c84766b64fa7a1e480ac0497fd613763 Copying blob sha256:6d2164510bded0fb5bb047f3c6ae7ebb681c581448aa985ceceeb8095e75eae3 Copying config sha256:2d86d5caae8d2781ce9549fc2a84f1bfeb9eaa43e6ef7c5aabbfa3eb9f5e0f0c Writing manifest to image destination --> 2d86d5caae8d Successfully tagged quay.rdoproject.org/podified-master-centos9/openstack-openstackclient:1bbde377b4f50d9d77b0f999baf12dcc 2d86d5caae8d2781ce9549fc2a84f1bfeb9eaa43e6ef7c5aabbfa3eb9f5e0f0c