STEP 1/11: FROM 38.102.83.106:5001/podified-antelope-centos9/openstack-base:88dc57612f447daadb492dcf3ad854ac 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 ++ awk '{ print $3 }' ++ echo cloud-admin 42401 42401 /home/cloud-admin kolla + _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 Repository 'gating-repo' is missing name in configuration, using id. gating-repo 4.1 MB/s | 4.2 kB 00:00 delorean-openstack-barbican-42b4c41831408a8e323 363 kB/s | 13 kB 00:00 delorean-python-glean-10df0bd91b9bc5c9fd9cc02d7 3.1 MB/s | 65 kB 00:00 delorean-openstack-cinder-1c00d6490d88e436f26ef 1.3 MB/s | 32 kB 00:00 delorean-python-stevedore-c4acc5639fd2329372142 6.5 MB/s | 131 kB 00:00 delorean-python-cloudkitty-tests-tempest-3961dc 1.4 MB/s | 25 kB 00:00 delorean-diskimage-builder-43381184423c185801b5 15 MB/s | 356 kB 00:00 delorean-openstack-nova-6f8decf0b4f1aa2e96292b6 1.9 MB/s | 42 kB 00:00 delorean-python-designate-tests-tempest-347fdbc 870 kB/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.1 MB/s | 25 kB 00:00 delorean-python-whitebox-neutron-tests-tempest- 6.3 MB/s | 154 kB 00:00 delorean-openstack-octavia-ba397f07a7331190208c 917 kB/s | 26 kB 00:00 delorean-openstack-watcher-c014f81a8647287f6dcc 693 kB/s | 16 kB 00:00 delorean-edpm-image-builder-55ba53cf215b14ed95b 371 kB/s | 7.4 kB 00:00 delorean-puppet-ceph-b0c245ccde541a63fde0564366 6.3 MB/s | 144 kB 00:00 delorean-openstack-swift-dc98a8463506ac520c469a 742 kB/s | 14 kB 00:00 delorean-python-tempestconf-8515371b7cceebd4282 2.3 MB/s | 53 kB 00:00 delorean-openstack-heat-ui-013accbfd179753bc3f0 4.4 MB/s | 96 kB 00:00 dlrn-antelope-testing 34 MB/s | 1.1 MB 00:00 dlrn-antelope-build-deps 20 MB/s | 461 kB 00:00 centos9-rabbitmq 14 MB/s | 123 kB 00:00 centos9-storage 18 MB/s | 415 kB 00:00 centos9-opstools 6.8 MB/s | 51 kB 00:00 NFV SIG OpenvSwitch 43 MB/s | 449 kB 00:00 repo-setup-centos-appstream 93 MB/s | 25 MB 00:00 repo-setup-centos-baseos 122 MB/s | 8.8 MB 00:00 repo-setup-centos-highavailability 25 MB/s | 744 kB 00:00 repo-setup-centos-powertools 84 MB/s | 7.1 MB 00:00 Extra Packages for Enterprise Linux 9 - x86_64 15 MB/s | 20 MB 00:01 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.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-cloudkittyclient noarch 4.7.1-0.20240805080020.e07c295.el9 delorean-component-clients 75 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.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-antelope-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 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-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.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-5.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-jsonpath-rw noarch 1.4.0-4.el9s delorean-antelope-testing 38 k python3-jsonpath-rw-ext noarch 1.2.2-2.el9s delorean-antelope-testing 38 k python3-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-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-antelope-testing 31 k python3-requests noarch 2.25.1-10.el9 repo-setup-centos-baseos 126 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-2.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-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 192 Packages Total download size: 90 M Installed size: 347 M Downloading Packages: (1/192): python-openstackclient-lang-6.2.1-0.20 12 MB/s | 56 kB 00:00 (2/192): python3-aodhclient-3.2.1-0.20240304093 6.1 MB/s | 55 kB 00:00 (3/192): python3-cinderclient-9.3.0-0.202303101 46 MB/s | 218 kB 00:00 (4/192): python3-barbicanclient-5.5.0-0.2023031 3.3 MB/s | 134 kB 00:00 (5/192): python3-cloudkittyclient-4.7.1-0.20240 2.3 MB/s | 75 kB 00:00 (6/192): python3-glanceclient-4.3.2-0.202408050 4.5 MB/s | 147 kB 00:00 (7/192): python3-ironic-inspector-client-4.9.0- 3.0 MB/s | 67 kB 00:00 (8/192): python3-heatclient-3.2.0-0.20230310183 5.7 MB/s | 157 kB 00:00 (9/192): python3-keystoneclient-5.1.0-0.2023031 52 MB/s | 237 kB 00:00 (10/192): python3-ironicclient-5.1.0-0.20230310 12 MB/s | 346 kB 00:00 (11/192): python3-neutronclient-9.0.0-0.2023072 91 MB/s | 292 kB 00:00 (12/192): python3-novaclient-18.3.0-0.202303130 73 MB/s | 219 kB 00:00 (13/192): python3-openstackclient-6.2.1-0.20240 104 MB/s | 1.2 MB 00:00 (14/192): python3-octaviaclient-3.4.0-0.2023031 4.6 MB/s | 90 kB 00:00 (15/192): python3-os-client-config-2.1.0-0.2023 9.3 MB/s | 53 kB 00:00 (16/192): python3-openstacksdk-1.0.2-0.20241028 56 MB/s | 811 kB 00:00 (17/192): python3-os-service-types-1.7.0-0.2023 8.4 MB/s | 36 kB 00:00 (18/192): python3-osc-lib-2.7.0-0.2023031013492 13 MB/s | 76 kB 00:00 (19/192): python3-osc-placement-4.1.0-0.2023031 7.4 MB/s | 51 kB 00:00 (20/192): python3-stevedore-5.0.0-0.20241203182 17 MB/s | 67 kB 00:00 (21/192): python3-manilaclient-4.4.2-0.20240805 15 MB/s | 659 kB 00:00 (22/192): python3-watcherclient-4.2.0-0.2024101 14 MB/s | 104 kB 00:00 (23/192): python-oslo-concurrency-lang-5.1.1-0. 12 MB/s | 13 kB 00:00 (24/192): python-oslo-i18n-lang-6.0.0-0.2023041 13 MB/s | 13 kB 00:00 (25/192): python-oslo-log-lang-5.2.1-0.20241106 12 MB/s | 12 kB 00:00 (26/192): python-oslo-middleware-lang-5.1.1-0.2 11 MB/s | 11 kB 00:00 (27/192): python-oslo-utils-lang-6.1.0-0.202303 12 MB/s | 12 kB 00:00 (28/192): python3-cliff-4.2.0-0.20230310143452. 56 MB/s | 94 kB 00:00 (29/192): python3-debtcollector-2.5.0-0.2023031 27 MB/s | 31 kB 00:00 (30/192): python3-futurist-2.4.1-0.202303101232 35 MB/s | 62 kB 00:00 (31/192): python3-swiftclient-4.2.0-0.202303101 7.2 MB/s | 162 kB 00:00 (32/192): python3-oslo-concurrency-5.1.1-0.2023 15 MB/s | 42 kB 00:00 (33/192): python3-observabilityclient-0.1.1-0.2 1.5 MB/s | 35 kB 00:00 (34/192): python3-oslo-context-5.1.1-0.20230310 8.9 MB/s | 26 kB 00:00 (35/192): python3-oslo-config-9.1.1-0.202303102 45 MB/s | 216 kB 00:00 (36/192): python3-oslo-i18n-6.0.0-0.20230418095 19 MB/s | 56 kB 00:00 (37/192): python3-oslo-log-5.2.1-0.202411061002 26 MB/s | 65 kB 00:00 (38/192): python3-oslo-metrics-0.6.0-0.20230310 7.1 MB/s | 23 kB 00:00 (39/192): python3-oslo-middleware-5.1.1-0.20240 15 MB/s | 56 kB 00:00 (40/192): python3-oslo-messaging-14.2.5-0.20240 28 MB/s | 224 kB 00:00 (41/192): python3-oslo-serialization-5.1.2-0.20 9.3 MB/s | 32 kB 00:00 (42/192): python3-oslo-service-3.1.2-0.20240617 15 MB/s | 69 kB 00:00 (43/192): python3-oslo-utils-6.1.0-0.2023031014 17 MB/s | 77 kB 00:00 (44/192): python3-requestsexceptions-1.4.0-0.20 9.1 MB/s | 15 kB 00:00 (45/192): python3-osprofiler-3.4.3-0.2023031012 18 MB/s | 128 kB 00:00 (46/192): python3-keystoneauth1-5.1.3-0.2024091 89 MB/s | 411 kB 00:00 (47/192): python3-amqp-5.1.1-1.el9s.noarch.rpm 36 MB/s | 93 kB 00:00 (48/192): python3-autopage-0.5.1-1.el9s.noarch. 9.3 MB/s | 58 kB 00:00 (49/192): python3-bcrypt-3.2.2-4.el9s.x86_64.rp 32 MB/s | 43 kB 00:00 (50/192): python3-cachetools-5.2.0-3.el9s.noarc 11 MB/s | 31 kB 00:00 (51/192): gperftools-libs-2.9.1-1.el9s.x86_64.r 15 MB/s | 309 kB 00:00 (52/192): python3-designateclient-5.2.0-0.20240 3.8 MB/s | 97 kB 00:00 (53/192): python3-cmd2-2.4.2-1.el9s.noarch.rpm 40 MB/s | 303 kB 00:00 (54/192): python3-dogpile-cache-1.1.8-1.el9s.no 11 MB/s | 88 kB 00:00 (55/192): python3-eventlet-0.33.3-2.el9s.noarch 55 MB/s | 363 kB 00:00 (56/192): python3-fasteners-0.18-1.el9s.noarch. 9.4 MB/s | 37 kB 00:00 (57/192): python3-fixtures-4.0.1-1.el9s.noarch. 26 MB/s | 93 kB 00:00 (58/192): python3-greenlet-1.1.3-1.el9s.x86_64. 34 MB/s | 105 kB 00:00 (59/192): python3-importlib-metadata-4.12.0-2.e 13 MB/s | 44 kB 00:00 (60/192): python3-iso8601-1.1.0-1.el9s.noarch.r 15 MB/s | 23 kB 00:00 (61/192): python3-jaraco-8.2.1-4.el9s.noarch.rp 8.4 MB/s | 10 kB 00:00 (62/192): python3-jaraco-classes-3.2.1-5.el9s.n 17 MB/s | 18 kB 00:00 (63/192): python3-jeepney-0.8.0-3.el9s.noarch.r 73 MB/s | 345 kB 00:00 (64/192): python3-jinja2-3.0.1-2.el9s.noarch.rp 77 MB/s | 511 kB 00:00 (65/192): python3-jsonpath-rw-1.4.0-4.el9s.noar 4.3 MB/s | 38 kB 00:00 (66/192): python3-jsonpath-rw-ext-1.2.2-2.el9s. 4.9 MB/s | 38 kB 00:00 (67/192): python3-jmespath-1.0.1-1.el9s.noarch. 3.0 MB/s | 45 kB 00:00 (68/192): python3-markupsafe-2.1.1-4.el9s.x86_6 10 MB/s | 27 kB 00:00 (69/192): python3-kombu-5.2.4-3.el9s.noarch.rpm 59 MB/s | 322 kB 00:00 (70/192): python3-more-itertools-8.5.0-2.el9s.n 9.6 MB/s | 65 kB 00:00 (71/192): python3-msgpack-1.0.4-3.el9s.x86_64.r 16 MB/s | 85 kB 00:00 (72/192): python3-keyring-23.9.3-1.el9s.noarch. 5.7 MB/s | 81 kB 00:00 (73/192): python3-paste-deploy-2.1.1-2.el9s.noa 17 MB/s | 40 kB 00:00 (74/192): python3-paste-3.5.2-1.el9s.noarch.rpm 107 MB/s | 774 kB 00:00 (75/192): python3-pbr-5.11.1-1.el9s.noarch.rpm 36 MB/s | 140 kB 00:00 (76/192): python3-prometheus_client-0.9.0-2.el9 32 MB/s | 86 kB 00:00 (77/192): python3-pyOpenSSL-20.0.1-2.el9s.noarc 24 MB/s | 89 kB 00:00 (78/192): python3-pyperclip-1.8.2-2.el9s.noarch 19 MB/s | 28 kB 00:00 (79/192): python3-munch-2.5.0-4.el9s.noarch.rpm 1.5 MB/s | 23 kB 00:00 (80/192): python3-pyngus-2.3.0-8.el9s.noarch.rp 7.7 MB/s | 51 kB 00:00 (81/192): python3-rfc3986-1.5.0-1.el9s.noarch.r 16 MB/s | 50 kB 00:00 (82/192): python3-qpid-proton-0.35.0-2.el9s.x86 55 MB/s | 408 kB 00:00 (83/192): python3-repoze-lru-0.7-10.el9s.noarch 4.1 MB/s | 31 kB 00:00 (84/192): python3-secretstorage-3.3.1-1.el9s.no 16 MB/s | 35 kB 00:00 (85/192): python3-routes-2.5.1-1.el9s.noarch.rp 41 MB/s | 188 kB 00:00 (86/192): python3-statsd-3.2.1-20.el9s.noarch.r 12 MB/s | 34 kB 00:00 (87/192): python3-simplejson-3.17.6-2.el9s.x86_ 46 MB/s | 264 kB 00:00 (88/192): python3-tempita-0.5.2-2.el9s.noarch.r 8.8 MB/s | 36 kB 00:00 (89/192): python3-webob-1.8.7-1.el9s.noarch.rpm 79 MB/s | 230 kB 00:00 (90/192): python3-wrapt-1.14.1-1.el9s.x86_64.rp 36 MB/s | 57 kB 00:00 (91/192): python3-warlock-1.3.3-5.el9s.noarch.r 2.0 MB/s | 20 kB 00:00 (92/192): python3-zipp-3.6.0-1.el9s.noarch.rpm 2.0 MB/s | 16 kB 00:00 (93/192): python3-vine-5.0.0-3.el9s.noarch.rpm 1.1 MB/s | 25 kB 00:00 (94/192): python3-yappi-1.3.6-1.el9s.x86_64.rpm 3.4 MB/s | 55 kB 00:00 (95/192): qpid-proton-c-0.35.0-2.el9s.x86_64.rp 28 MB/s | 225 kB 00:00 (96/192): liboath-2.6.7-3.el9s.x86_64.rpm 925 kB/s | 48 kB 00:00 (97/192): libcephfs2-18.2.7-2.el9s.x86_64.rpm 10 MB/s | 692 kB 00:00 (98/192): librados2-18.2.7-2.el9s.x86_64.rpm 103 MB/s | 3.3 MB 00:00 (99/192): librbd1-18.2.7-2.el9s.x86_64.rpm 151 MB/s | 2.9 MB 00:00 (100/192): libradosstriper1-18.2.7-2.el9s.x86_6 8.3 MB/s | 459 kB 00:00 (101/192): libunwind-1.5.0-1.el9s.x86_64.rpm 1.4 MB/s | 66 kB 00:00 (102/192): librgw2-18.2.7-2.el9s.x86_64.rpm 49 MB/s | 4.4 MB 00:00 (103/192): python3-ceph-argparse-18.2.7-2.el9s. 976 kB/s | 46 kB 00:00 (104/192): ceph-common-18.2.7-2.el9s.x86_64.rpm 71 MB/s | 18 MB 00:00 (105/192): python3-ceph-common-18.2.7-2.el9s.x8 2.4 MB/s | 131 kB 00:00 (106/192): python3-cephfs-18.2.7-2.el9s.x86_64. 3.2 MB/s | 163 kB 00:00 (107/192): python3-rados-18.2.7-2.el9s.x86_64.r 6.5 MB/s | 323 kB 00:00 (108/192): python3-rbd-18.2.7-2.el9s.x86_64.rpm 6.0 MB/s | 302 kB 00:00 (109/192): boost-program-options-1.75.0-11.el9. 40 MB/s | 105 kB 00:00 (110/192): python3-setuptools-57.4.0-1.el9s.noa 136 MB/s | 920 kB 00:00 (111/192): python3-rgw-18.2.7-2.el9s.x86_64.rpm 2.0 MB/s | 101 kB 00:00 (112/192): ipmitool-1.8.18-27.el9.x86_64.rpm 52 MB/s | 387 kB 00:00 (113/192): libburn-1.5.4-5.el9.x86_64.rpm 28 MB/s | 172 kB 00:00 (114/192): libisoburn-1.5.4-5.el9.x86_64.rpm 55 MB/s | 415 kB 00:00 (115/192): libisofs-1.5.4-4.el9.x86_64.rpm 41 MB/s | 222 kB 00:00 (116/192): git-core-2.47.3-1.el9.x86_64.rpm 127 MB/s | 4.7 MB 00:00 (117/192): libpmem-1.12.1-1.el9.x86_64.rpm 13 MB/s | 112 kB 00:00 (118/192): libpmemobj-1.12.1-1.el9.x86_64.rpm 54 MB/s | 160 kB 00:00 (119/192): librabbitmq-0.11.0-7.el9.x86_64.rpm 17 MB/s | 45 kB 00:00 (120/192): librdkafka-1.6.1-102.el9.x86_64.rpm 132 MB/s | 662 kB 00:00 (121/192): lttng-ust-2.12.0-6.el9.x86_64.rpm 84 MB/s | 292 kB 00:00 (122/192): python3-appdirs-1.4.4-4.el9.noarch.r 21 MB/s | 23 kB 00:00 (123/192): libbabeltrace-1.5.8-10.el9.x86_64.rp 3.9 MB/s | 190 kB 00:00 (124/192): python3-babel-2.9.1-2.el9.noarch.rpm 148 MB/s | 6.0 MB 00:00 (125/192): liburing-2.5-1.el9.x86_64.rpm 732 kB/s | 39 kB 00:00 (126/192): python3-attrs-20.3.0-7.el9.noarch.rp 1.7 MB/s | 87 kB 00:00 (127/192): python3-jsonpatch-1.21-16.el9.noarch 539 kB/s | 26 kB 00:00 (128/192): python3-jsonpointer-2.0-4.el9.noarch 386 kB/s | 19 kB 00:00 (129/192): python3-mako-1.1.4-6.el9.noarch.rpm 46 MB/s | 172 kB 00:00 (130/192): python3-jsonschema-3.2.0-13.el9.noar 2.5 MB/s | 125 kB 00:00 (131/192): python3-netifaces-0.10.6-15.el9.x86_ 6.6 MB/s | 23 kB 00:00 (132/192): python3-prettytable-0.7.2-27.el9.noa 15 MB/s | 42 kB 00:00 (133/192): python3-packaging-20.9-5.el9.noarch. 19 MB/s | 77 kB 00:00 (134/192): python3-pytz-2021.1-5.el9.noarch.rpm 29 MB/s | 51 kB 00:00 (135/192): python3-netaddr-0.10.1-3.el9.noarch. 113 MB/s | 1.5 MB 00:00 (136/192): python3-wcwidth-0.2.5-8.el9.noarch.r 14 MB/s | 44 kB 00:00 (137/192): acl-2.3.1-4.el9.x86_64.rpm 32 MB/s | 71 kB 00:00 (138/192): xorriso-1.5.4-5.el9.x86_64.rpm 74 MB/s | 317 kB 00:00 (139/192): bash-completion-2.11-5.el9.noarch.rp 122 MB/s | 454 kB 00:00 (140/192): daxctl-libs-82-1.el9.x86_64.rpm 32 MB/s | 41 kB 00:00 (141/192): dbus-1.12.20-8.el9.x86_64.rpm 3.7 MB/s | 3.8 kB 00:00 (142/192): dbus-broker-28-7.el9.x86_64.rpm 91 MB/s | 172 kB 00:00 (143/192): dbus-common-1.12.20-8.el9.noarch.rpm 13 MB/s | 15 kB 00:00 (144/192): device-mapper-1.02.206-2.el9.x86_64. 68 MB/s | 140 kB 00:00 (145/192): device-mapper-libs-1.02.206-2.el9.x8 91 MB/s | 180 kB 00:00 (146/192): python3-pyrsistent-0.17.3-8.el9.x86_ 2.3 MB/s | 114 kB 00:00 (147/192): kmod-libs-28-11.el9.x86_64.rpm 37 MB/s | 62 kB 00:00 (148/192): less-590-6.el9.x86_64.rpm 72 MB/s | 162 kB 00:00 (149/192): libaio-0.3.111-13.el9.x86_64.rpm 18 MB/s | 24 kB 00:00 (150/192): cryptsetup-libs-2.8.1-2.el9.x86_64.r 10 MB/s | 562 kB 00:00 (151/192): libcbor-0.7.0-5.el9.x86_64.rpm 35 MB/s | 57 kB 00:00 (152/192): libedit-3.1-38.20210216cvs.el9.x86_6 47 MB/s | 104 kB 00:00 (153/192): libfido2-1.13.0-2.el9.x86_64.rpm 47 MB/s | 99 kB 00:00 (154/192): iputils-20210202-15.el9.x86_64.rpm 3.4 MB/s | 174 kB 00:00 (155/192): libibverbs-57.0-2.el9.x86_64.rpm 70 MB/s | 453 kB 00:00 (156/192): libnl3-3.11.0-1.el9.x86_64.rpm 112 MB/s | 363 kB 00:00 (157/192): libpkgconf-1.7.3-10.el9.x86_64.rpm 30 MB/s | 36 kB 00:00 (158/192): librdmacm-57.0-2.el9.x86_64.rpm 48 MB/s | 70 kB 00:00 (159/192): libseccomp-2.5.2-2.el9.x86_64.rpm 46 MB/s | 72 kB 00:00 (160/192): ndctl-libs-82-1.el9.x86_64.rpm 53 MB/s | 88 kB 00:00 (161/192): numactl-libs-2.0.19-3.el9.x86_64.rpm 25 MB/s | 30 kB 00:00 (162/192): openssh-9.9p1-1.el9.x86_64.rpm 93 MB/s | 420 kB 00:00 (163/192): openssh-clients-9.9p1-1.el9.x86_64.r 105 MB/s | 765 kB 00:00 (164/192): pkgconf-1.7.3-10.el9.x86_64.rpm 28 MB/s | 41 kB 00:00 (165/192): pkgconf-m4-1.7.3-10.el9.noarch.rpm 11 MB/s | 15 kB 00:00 (166/192): libbrotli-1.0.9-7.el9.x86_64.rpm 6.0 MB/s | 313 kB 00:00 (167/192): pkgconf-pkg-config-1.7.3-10.el9.x86_ 4.8 MB/s | 11 kB 00:00 (168/192): python3-cffi-1.14.5-5.el9.x86_64.rpm 105 MB/s | 253 kB 00:00 (169/192): python3-chardet-4.0.0-5.el9.noarch.r 63 MB/s | 239 kB 00:00 (170/192): python3-decorator-4.4.2-6.el9.noarch 6.0 MB/s | 28 kB 00:00 (171/192): python3-cryptography-36.0.1-5.el9.x8 137 MB/s | 1.2 MB 00:00 (172/192): python3-idna-2.10-7.el9.1.noarch.rpm 53 MB/s | 102 kB 00:00 (173/192): python3-dns-2.6.1-3.el9.noarch.rpm 83 MB/s | 507 kB 00:00 (174/192): python3-inotify-0.9.6-25.el9.noarch. 34 MB/s | 53 kB 00:00 (175/192): python3-ply-3.11-14.el9.noarch.rpm 57 MB/s | 106 kB 00:00 (176/192): python3-pycparser-2.20-6.el9.noarch. 48 MB/s | 135 kB 00:00 (177/192): python3-pyparsing-2.4.7-9.el9.noarch 43 MB/s | 150 kB 00:00 (178/192): python3-pysocks-1.7.1-12.el9.noarch. 8.5 MB/s | 35 kB 00:00 (179/192): python3-pyyaml-5.4.1-6.el9.x86_64.rp 38 MB/s | 205 kB 00:00 (180/192): python3-requests-2.25.1-10.el9.noarc 28 MB/s | 126 kB 00:00 (181/192): python3-urllib3-1.26.5-6.el9.noarch. 56 MB/s | 215 kB 00:00 (182/192): snappy-1.1.8-8.el9.x86_64.rpm 674 kB/s | 35 kB 00:00 (183/192): systemd-pam-252-55.el9.x86_64.rpm 58 MB/s | 284 kB 00:00 (184/192): systemd-252-55.el9.x86_64.rpm 68 MB/s | 4.2 MB 00:00 (185/192): systemd-rpm-macros-252-55.el9.noarch 8.3 MB/s | 72 kB 00:00 (186/192): userspace-rcu-0.12.1-6.el9.x86_64.rp 21 MB/s | 110 kB 00:00 (187/192): libicu-67.1-10.el9.x86_64.rpm 64 MB/s | 9.6 MB 00:00 (188/192): libarrow-doc-9.0.0-15.el9.noarch.rpm 190 kB/s | 25 kB 00:00 (189/192): re2-20211101-20.el9.x86_64.rpm 1.2 MB/s | 191 kB 00:00 (190/192): parquet-libs-9.0.0-15.el9.x86_64.rpm 2.5 MB/s | 838 kB 00:00 (191/192): thrift-0.15.0-4.el9.x86_64.rpm 8.7 MB/s | 1.6 MB 00:00 (192/192): libarrow-9.0.0-15.el9.x86_64.rpm 9.1 MB/s | 4.4 MB 00:00 -------------------------------------------------------------------------------- Total 58 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/192 Installing : python3-stevedore-5.0.0-0.20241203182731.c4acc56 2/192 Installing : python3-pyyaml-5.4.1-6.el9.x86_64 3/192 Installing : python3-prettytable-0.7.2-27.el9.noarch 4/192 Installing : python3-iso8601-1.1.0-1.el9s.noarch 5/192 Installing : python3-netaddr-0.10.1-3.el9.noarch 6/192 Installing : python3-decorator-4.4.2-6.el9.noarch 7/192 Installing : python3-webob-1.8.7-1.el9s.noarch 8/192 Installing : python3-simplejson-3.17.6-2.el9s.x86_64 9/192 Installing : python3-pyparsing-2.4.7-9.el9.noarch 10/192 Installing : kmod-libs-28-11.el9.x86_64 11/192 Installing : ndctl-libs-82-1.el9.x86_64 12/192 Installing : daxctl-libs-82-1.el9.x86_64 13/192 Installing : python3-pytz-2021.1-5.el9.noarch 14/192 Installing : python3-babel-2.9.1-2.el9.noarch 15/192 Installing : python3-packaging-20.9-5.el9.noarch 16/192 Installing : thrift-0.15.0-4.el9.x86_64 17/192 Installing : python3-ply-3.11-14.el9.noarch 18/192 Installing : python3-idna-2.10-7.el9.1.noarch 19/192 Installing : libnl3-3.11.0-1.el9.x86_64 20/192 Installing : libibverbs-57.0-2.el9.x86_64 21/192 Installing : libicu-67.1-10.el9.x86_64 22/192 Installing : python3-netifaces-0.10.6-15.el9.x86_64 23/192 Installing : python3-attrs-20.3.0-7.el9.noarch 24/192 Installing : python3-appdirs-1.4.4-4.el9.noarch 25/192 Installing : librdkafka-1.6.1-102.el9.x86_64 26/192 Installing : librabbitmq-0.11.0-7.el9.x86_64 27/192 Installing : python3-ceph-argparse-2:18.2.7-2.el9s.x86_64 28/192 Installing : python3-wrapt-1.14.1-1.el9s.x86_64 29/192 Installing : python3-debtcollector-2.5.0-0.20230310120453.a6b 30/192 Installing : python3-vine-5.0.0-3.el9s.noarch 31/192 Installing : python3-amqp-5.1.1-1.el9s.noarch 32/192 Installing : python3-markupsafe-2.1.1-4.el9s.x86_64 33/192 Installing : python3-jeepney-0.8.0-3.el9s.noarch 34/192 Installing : python3-greenlet-1.1.3-1.el9s.x86_64 35/192 Installing : python3-jinja2-3.0.1-2.el9s.noarch 36/192 Installing : python3-mako-1.1.4-6.el9.noarch 37/192 Installing : python3-dogpile-cache-1.1.8-1.el9s.noarch 38/192 Installing : python3-kombu-1:5.2.4-3.el9s.noarch 39/192 Installing : librdmacm-57.0-2.el9.x86_64 40/192 Installing : python3-jsonpath-rw-1.4.0-4.el9s.noarch 41/192 Installing : python3-pycparser-2.20-6.el9.noarch 42/192 Installing : python3-cffi-1.14.5-5.el9.x86_64 43/192 Installing : python3-cryptography-36.0.1-5.el9.x86_64 44/192 Installing : python3-pyOpenSSL-20.0.1-2.el9s.noarch 45/192 Installing : python3-secretstorage-3.3.1-1.el9s.noarch 46/192 Installing : python3-bcrypt-3.2.2-4.el9s.x86_64 47/192 Installing : libpmem-1.12.1-1.el9.x86_64 48/192 Installing : libpmemobj-1.12.1-1.el9.x86_64 49/192 Installing : python3-prometheus_client-0.9.0-2.el9s.noarch 50/192 Installing : python3-ceph-common-2:18.2.7-2.el9s.x86_64 51/192 Installing : python3-autopage-0.5.1-1.el9s.noarch 52/192 Installing : python3-yappi-1.3.6-1.el9s.x86_64 53/192 Installing : python3-inotify-0.9.6-25.el9.noarch 54/192 Installing : re2-1:20211101-20.el9.x86_64 55/192 Installing : libarrow-doc-9.0.0-15.el9.noarch 56/192 Installing : userspace-rcu-0.12.1-6.el9.x86_64 57/192 Installing : systemd-rpm-macros-252-55.el9.noarch 58/192 Installing : snappy-1.1.8-8.el9.x86_64 59/192 Installing : python3-pysocks-1.7.1-12.el9.noarch 60/192 Installing : python3-urllib3-1.26.5-6.el9.noarch 61/192 Installing : python3-dns-2.6.1-3.el9.noarch 62/192 Installing : python3-eventlet-0.33.3-2.el9s.noarch 63/192 Installing : python3-chardet-4.0.0-5.el9.noarch 64/192 Installing : python3-requests-2.25.1-10.el9.noarch 65/192 Installing : pkgconf-m4-1.7.3-10.el9.noarch 66/192 Running scriptlet: openssh-9.9p1-1.el9.x86_64 67/192 Installing : openssh-9.9p1-1.el9.x86_64 67/192 Installing : numactl-libs-2.0.19-3.el9.x86_64 68/192 Installing : lttng-ust-2.12.0-6.el9.x86_64 69/192 Installing : librados2-2:18.2.7-2.el9s.x86_64 70/192 Running scriptlet: librados2-2:18.2.7-2.el9s.x86_64 70/192 Installing : python3-rados-2:18.2.7-2.el9s.x86_64 71/192 Installing : libcephfs2-2:18.2.7-2.el9s.x86_64 72/192 Running scriptlet: libcephfs2-2:18.2.7-2.el9s.x86_64 72/192 Installing : python3-cephfs-2:18.2.7-2.el9s.x86_64 73/192 Installing : libradosstriper1-2:18.2.7-2.el9s.x86_64 74/192 Running scriptlet: libradosstriper1-2:18.2.7-2.el9s.x86_64 74/192 Installing : libseccomp-2.5.2-2.el9.x86_64 75/192 Installing : libpkgconf-1.7.3-10.el9.x86_64 76/192 Installing : pkgconf-1.7.3-10.el9.x86_64 77/192 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 78/192 Installing : bash-completion-1:2.11-5.el9.noarch 79/192 Installing : libedit-3.1-38.20210216cvs.el9.x86_64 80/192 Installing : libcbor-0.7.0-5.el9.x86_64 81/192 Installing : libfido2-1.13.0-2.el9.x86_64 82/192 Installing : openssh-clients-9.9p1-1.el9.x86_64 83/192 Running scriptlet: openssh-clients-9.9p1-1.el9.x86_64 83/192 Installing : libbrotli-1.0.9-7.el9.x86_64 84/192 Installing : libarrow-9.0.0-15.el9.x86_64 85/192 Installing : libaio-0.3.111-13.el9.x86_64 86/192 Installing : less-590-6.el9.x86_64 87/192 Installing : git-core-2.47.3-1.el9.x86_64 88/192 Installing : python3-pbr-5.11.1-1.el9s.noarch 89/192 Installing : python3-os-service-types-1.7.0-0.20230310110132. 90/192 Installing : python3-keystoneauth1-5.1.3-0.20240913071836.e96 91/192 Installing : python3-oslo-context-5.1.1-0.20230310191714.7696 92/192 Installing : python3-fixtures-4.0.1-1.el9s.noarch 93/192 Installing : python3-jsonpath-rw-ext-1.2.2-2.el9s.noarch 94/192 Installing : acl-2.3.1-4.el9.x86_64 95/192 Installing : dbus-1:1.12.20-8.el9.x86_64 96/192 Installing : systemd-pam-252-55.el9.x86_64 97/192 Running scriptlet: systemd-252-55.el9.x86_64 98/192 Installing : systemd-252-55.el9.x86_64 98/192 Running scriptlet: systemd-252-55.el9.x86_64 98/192 Installing : dbus-common-1:1.12.20-8.el9.noarch 99/192 Running scriptlet: dbus-common-1:1.12.20-8.el9.noarch 99/192 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 100/192 Installing : dbus-broker-28-7.el9.x86_64 100/192 Running scriptlet: dbus-broker-28-7.el9.x86_64 100/192 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 101/192 Installing : device-mapper-9:1.02.206-2.el9.x86_64 102/192 Installing : cryptsetup-libs-2.8.1-2.el9.x86_64 103/192 Installing : python3-wcwidth-0.2.5-8.el9.noarch 104/192 Installing : python3-pyrsistent-0.17.3-8.el9.x86_64 105/192 Installing : python3-jsonschema-3.2.0-13.el9.noarch 106/192 Installing : python3-jsonpointer-2.0-4.el9.noarch 107/192 Installing : python3-jsonpatch-1.21-16.el9.noarch 108/192 Installing : python3-warlock-1.3.3-5.el9s.noarch 109/192 Installing : liburing-2.5-1.el9.x86_64 110/192 Installing : librbd1-2:18.2.7-2.el9s.x86_64 111/192 Running scriptlet: librbd1-2:18.2.7-2.el9s.x86_64 111/192 Installing : python3-rbd-2:18.2.7-2.el9s.x86_64 112/192 Installing : libisofs-1.5.4-4.el9.x86_64 113/192 Installing : libburn-1.5.4-5.el9.x86_64 114/192 Installing : libisoburn-1.5.4-5.el9.x86_64 115/192 Running scriptlet: xorriso-1.5.4-5.el9.x86_64 116/192 Installing : xorriso-1.5.4-5.el9.x86_64 116/192 Running scriptlet: xorriso-1.5.4-5.el9.x86_64 116/192 Installing : libbabeltrace-1.5.8-10.el9.x86_64 117/192 Installing : boost-program-options-1.75.0-11.el9.x86_64 118/192 Installing : parquet-libs-9.0.0-15.el9.x86_64 119/192 Installing : librgw2-2:18.2.7-2.el9s.x86_64 120/192 Running scriptlet: librgw2-2:18.2.7-2.el9s.x86_64 120/192 Installing : python3-rgw-2:18.2.7-2.el9s.x86_64 121/192 Installing : libunwind-1.5.0-1.el9s.x86_64 122/192 Installing : gperftools-libs-2.9.1-1.el9s.x86_64 123/192 Installing : liboath-2.6.7-3.el9s.x86_64 124/192 Installing : qpid-proton-c-0.35.0-2.el9s.x86_64 125/192 Installing : python3-qpid-proton-0.35.0-2.el9s.x86_64 126/192 Installing : python3-pyngus-2.3.0-8.el9s.noarch 127/192 Installing : python3-zipp-3.6.0-1.el9s.noarch 128/192 Installing : python3-importlib-metadata-4.12.0-2.el9s.noarch 129/192 Installing : python3-tempita-0.5.2-2.el9s.noarch 130/192 Installing : python3-paste-3.5.2-1.el9s.noarch 131/192 Installing : python3-paste-deploy-2.1.1-2.el9s.noarch 132/192 Installing : python3-statsd-3.2.1-20.el9s.noarch 133/192 Installing : python3-rfc3986-1.5.0-1.el9s.noarch 134/192 Installing : python3-repoze-lru-0.7-10.el9s.noarch 135/192 Installing : python3-routes-2.5.1-1.el9s.noarch 136/192 Installing : python3-pyperclip-1.8.2-2.el9s.noarch 137/192 Installing : python3-cmd2-2.4.2-1.el9s.noarch 138/192 Installing : python3-cliff-4.2.0-0.20230310143452.fb9a3a9.el9 139/192 Installing : python3-munch-2.5.0-4.el9s.noarch 140/192 Installing : python3-msgpack-1.0.4-3.el9s.x86_64 141/192 Installing : python3-more-itertools-8.5.0-2.el9s.noarch 142/192 Installing : python3-jmespath-1.0.1-1.el9s.noarch 143/192 Installing : python3-jaraco-8.2.1-4.el9s.noarch 144/192 Installing : python3-jaraco-classes-3.2.1-5.el9s.noarch 145/192 Installing : python3-keyring-23.9.3-1.el9s.noarch 146/192 Installing : python3-fasteners-0.18-1.el9s.noarch 147/192 Installing : python3-cachetools-5.2.0-3.el9s.noarch 148/192 Installing : python3-requestsexceptions-1.4.0-0.2023031010343 149/192 Installing : python3-openstacksdk-1.0.2-0.20241028171829.eee3 150/192 Installing : python3-os-client-config-2.1.0-0.20230327143840. 151/192 Installing : python3-futurist-2.4.1-0.20230310123225.159d752. 152/192 Installing : python-oslo-utils-lang-6.1.0-0.20230310140524.d4 153/192 Installing : python-oslo-middleware-lang-5.1.1-0.202402191516 154/192 Installing : python-oslo-log-lang-5.2.1-0.20241106100252.fdfc 155/192 Installing : python-oslo-i18n-lang-6.0.0-0.20230418095801.036 156/192 Installing : python3-oslo-i18n-6.0.0-0.20230418095801.03605c2 157/192 Installing : python3-oslo-utils-6.1.0-0.20230310140524.d49d59 158/192 Installing : python3-oslo-serialization-5.1.2-0.2024090208525 159/192 Installing : python3-osc-lib-2.7.0-0.20230310134920.58ff270.e 160/192 Installing : python3-oslo-config-2:9.1.1-0.20230310201801.515 161/192 Installing : python3-oslo-log-5.2.1-0.20241106100252.fdfc4e6. 162/192 Installing : python3-keystoneclient-1:5.1.0-0.20230310132725. 163/192 Installing : python3-neutronclient-9.0.0-0.20230725173000.16a 164/192 Installing : python3-swiftclient-4.2.0-0.20230310160202.7bd09 165/192 Installing : python3-oslo-metrics-0.6.0-0.20230310153035.9501 166/192 Installing : python3-oslo-middleware-5.1.1-0.20240219151614.7 167/192 Installing : python3-novaclient-1:18.3.0-0.20230313070857.85e 168/192 Installing : python3-cinderclient-9.3.0-0.20230310173716.f7a6 169/192 Installing : python-oslo-concurrency-lang-5.1.1-0.20230412082 170/192 Installing : python3-oslo-concurrency-5.1.1-0.20230412082954. 171/192 Installing : python3-oslo-service-3.1.2-0.20240617091247.9be8 172/192 Installing : python3-oslo-messaging-14.2.5-0.20240913082034.8 173/192 Installing : python3-osprofiler-3.4.3-0.20230310121559.328630 174/192 Installing : python-openstackclient-lang-6.2.1-0.202409130852 175/192 Installing : python3-openstackclient-6.2.1-0.20240913085255.0 176/192 Running scriptlet: python3-openstackclient-6.2.1-0.20240913085255.0 176/192 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 177/192 Installing : python3-octaviaclient-3.4.0-0.20230310203948.6e3 178/192 Installing : python3-aodhclient-3.2.1-0.20240304093813.de9633 179/192 Installing : python3-heatclient-3.2.0-0.20230310183420.712739 180/192 Installing : python3-manilaclient-4.4.2-0.20240805080450.96e5 181/192 Installing : python3-cloudkittyclient-4.7.1-0.20240805080020. 182/192 Installing : python3-osc-placement-4.1.0-0.20230310151710.b65 183/192 Installing : python3-watcherclient-4.2.0-0.20241016130754.a34 184/192 Installing : python3-observabilityclient-0.1.1-0.202401190758 185/192 Installing : python3-designateclient-5.2.0-0.20240326163329.b 186/192 Installing : python3-barbicanclient-5.5.0-0.20230310180033.ad 187/192 Installing : python3-glanceclient-1:4.3.2-0.20240805080251.3a 188/192 Installing : python3-ironic-inspector-client-4.9.0-0.20230310 189/192 Running scriptlet: ceph-common-2:18.2.7-2.el9s.x86_64 190/192 Installing : ceph-common-2:18.2.7-2.el9s.x86_64 190/192 Running scriptlet: ceph-common-2:18.2.7-2.el9s.x86_64 190/192 Installing : ipmitool-1.8.18-27.el9.x86_64 191/192 Installing : iputils-20210202-15.el9.x86_64 192/192 Running scriptlet: iputils-20210202-15.el9.x86_64 192/192 Verifying : python-openstackclient-lang-6.2.1-0.202409130852 1/192 Verifying : python3-aodhclient-3.2.1-0.20240304093813.de9633 2/192 Verifying : python3-barbicanclient-5.5.0-0.20230310180033.ad 3/192 Verifying : python3-cinderclient-9.3.0-0.20230310173716.f7a6 4/192 Verifying : python3-cloudkittyclient-4.7.1-0.20240805080020. 5/192 Verifying : python3-glanceclient-1:4.3.2-0.20240805080251.3a 6/192 Verifying : python3-heatclient-3.2.0-0.20230310183420.712739 7/192 Verifying : python3-ironic-inspector-client-4.9.0-0.20230310 8/192 Verifying : python3-ironicclient-5.1.0-0.20230310145439.f945 9/192 Verifying : python3-keystoneclient-1:5.1.0-0.20230310132725. 10/192 Verifying : python3-manilaclient-4.4.2-0.20240805080450.96e5 11/192 Verifying : python3-neutronclient-9.0.0-0.20230725173000.16a 12/192 Verifying : python3-novaclient-1:18.3.0-0.20230313070857.85e 13/192 Verifying : python3-octaviaclient-3.4.0-0.20230310203948.6e3 14/192 Verifying : python3-openstackclient-6.2.1-0.20240913085255.0 15/192 Verifying : python3-openstacksdk-1.0.2-0.20241028171829.eee3 16/192 Verifying : python3-os-client-config-2.1.0-0.20230327143840. 17/192 Verifying : python3-os-service-types-1.7.0-0.20230310110132. 18/192 Verifying : python3-osc-lib-2.7.0-0.20230310134920.58ff270.e 19/192 Verifying : python3-osc-placement-4.1.0-0.20230310151710.b65 20/192 Verifying : python3-stevedore-5.0.0-0.20241203182731.c4acc56 21/192 Verifying : python3-swiftclient-4.2.0-0.20230310160202.7bd09 22/192 Verifying : python3-watcherclient-4.2.0-0.20241016130754.a34 23/192 Verifying : python3-observabilityclient-0.1.1-0.202401190758 24/192 Verifying : python-oslo-concurrency-lang-5.1.1-0.20230412082 25/192 Verifying : python-oslo-i18n-lang-6.0.0-0.20230418095801.036 26/192 Verifying : python-oslo-log-lang-5.2.1-0.20241106100252.fdfc 27/192 Verifying : python-oslo-middleware-lang-5.1.1-0.202402191516 28/192 Verifying : python-oslo-utils-lang-6.1.0-0.20230310140524.d4 29/192 Verifying : python3-cliff-4.2.0-0.20230310143452.fb9a3a9.el9 30/192 Verifying : python3-debtcollector-2.5.0-0.20230310120453.a6b 31/192 Verifying : python3-futurist-2.4.1-0.20230310123225.159d752. 32/192 Verifying : python3-oslo-concurrency-5.1.1-0.20230412082954. 33/192 Verifying : python3-oslo-config-2:9.1.1-0.20230310201801.515 34/192 Verifying : python3-oslo-context-5.1.1-0.20230310191714.7696 35/192 Verifying : python3-oslo-i18n-6.0.0-0.20230418095801.03605c2 36/192 Verifying : python3-oslo-log-5.2.1-0.20241106100252.fdfc4e6. 37/192 Verifying : python3-oslo-messaging-14.2.5-0.20240913082034.8 38/192 Verifying : python3-oslo-metrics-0.6.0-0.20230310153035.9501 39/192 Verifying : python3-oslo-middleware-5.1.1-0.20240219151614.7 40/192 Verifying : python3-oslo-serialization-5.1.2-0.2024090208525 41/192 Verifying : python3-oslo-service-3.1.2-0.20240617091247.9be8 42/192 Verifying : python3-oslo-utils-6.1.0-0.20230310140524.d49d59 43/192 Verifying : python3-osprofiler-3.4.3-0.20230310121559.328630 44/192 Verifying : python3-requestsexceptions-1.4.0-0.2023031010343 45/192 Verifying : python3-designateclient-5.2.0-0.20240326163329.b 46/192 Verifying : python3-keystoneauth1-5.1.3-0.20240913071836.e96 47/192 Verifying : gperftools-libs-2.9.1-1.el9s.x86_64 48/192 Verifying : python3-amqp-5.1.1-1.el9s.noarch 49/192 Verifying : python3-autopage-0.5.1-1.el9s.noarch 50/192 Verifying : python3-bcrypt-3.2.2-4.el9s.x86_64 51/192 Verifying : python3-cachetools-5.2.0-3.el9s.noarch 52/192 Verifying : python3-cmd2-2.4.2-1.el9s.noarch 53/192 Verifying : python3-dogpile-cache-1.1.8-1.el9s.noarch 54/192 Verifying : python3-eventlet-0.33.3-2.el9s.noarch 55/192 Verifying : python3-fasteners-0.18-1.el9s.noarch 56/192 Verifying : python3-fixtures-4.0.1-1.el9s.noarch 57/192 Verifying : python3-greenlet-1.1.3-1.el9s.x86_64 58/192 Verifying : python3-importlib-metadata-4.12.0-2.el9s.noarch 59/192 Verifying : python3-iso8601-1.1.0-1.el9s.noarch 60/192 Verifying : python3-jaraco-8.2.1-4.el9s.noarch 61/192 Verifying : python3-jaraco-classes-3.2.1-5.el9s.noarch 62/192 Verifying : python3-jeepney-0.8.0-3.el9s.noarch 63/192 Verifying : python3-jinja2-3.0.1-2.el9s.noarch 64/192 Verifying : python3-jmespath-1.0.1-1.el9s.noarch 65/192 Verifying : python3-jsonpath-rw-1.4.0-4.el9s.noarch 66/192 Verifying : python3-jsonpath-rw-ext-1.2.2-2.el9s.noarch 67/192 Verifying : python3-keyring-23.9.3-1.el9s.noarch 68/192 Verifying : python3-kombu-1:5.2.4-3.el9s.noarch 69/192 Verifying : python3-markupsafe-2.1.1-4.el9s.x86_64 70/192 Verifying : python3-more-itertools-8.5.0-2.el9s.noarch 71/192 Verifying : python3-msgpack-1.0.4-3.el9s.x86_64 72/192 Verifying : python3-munch-2.5.0-4.el9s.noarch 73/192 Verifying : python3-paste-3.5.2-1.el9s.noarch 74/192 Verifying : python3-paste-deploy-2.1.1-2.el9s.noarch 75/192 Verifying : python3-pbr-5.11.1-1.el9s.noarch 76/192 Verifying : python3-prometheus_client-0.9.0-2.el9s.noarch 77/192 Verifying : python3-pyOpenSSL-20.0.1-2.el9s.noarch 78/192 Verifying : python3-pyngus-2.3.0-8.el9s.noarch 79/192 Verifying : python3-pyperclip-1.8.2-2.el9s.noarch 80/192 Verifying : python3-qpid-proton-0.35.0-2.el9s.x86_64 81/192 Verifying : python3-repoze-lru-0.7-10.el9s.noarch 82/192 Verifying : python3-rfc3986-1.5.0-1.el9s.noarch 83/192 Verifying : python3-routes-2.5.1-1.el9s.noarch 84/192 Verifying : python3-secretstorage-3.3.1-1.el9s.noarch 85/192 Verifying : python3-simplejson-3.17.6-2.el9s.x86_64 86/192 Verifying : python3-statsd-3.2.1-20.el9s.noarch 87/192 Verifying : python3-tempita-0.5.2-2.el9s.noarch 88/192 Verifying : python3-vine-5.0.0-3.el9s.noarch 89/192 Verifying : python3-warlock-1.3.3-5.el9s.noarch 90/192 Verifying : python3-webob-1.8.7-1.el9s.noarch 91/192 Verifying : python3-wrapt-1.14.1-1.el9s.x86_64 92/192 Verifying : python3-yappi-1.3.6-1.el9s.x86_64 93/192 Verifying : python3-zipp-3.6.0-1.el9s.noarch 94/192 Verifying : qpid-proton-c-0.35.0-2.el9s.x86_64 95/192 Verifying : ceph-common-2:18.2.7-2.el9s.x86_64 96/192 Verifying : libcephfs2-2:18.2.7-2.el9s.x86_64 97/192 Verifying : liboath-2.6.7-3.el9s.x86_64 98/192 Verifying : librados2-2:18.2.7-2.el9s.x86_64 99/192 Verifying : libradosstriper1-2:18.2.7-2.el9s.x86_64 100/192 Verifying : librbd1-2:18.2.7-2.el9s.x86_64 101/192 Verifying : librgw2-2:18.2.7-2.el9s.x86_64 102/192 Verifying : libunwind-1.5.0-1.el9s.x86_64 103/192 Verifying : python3-ceph-argparse-2:18.2.7-2.el9s.x86_64 104/192 Verifying : python3-ceph-common-2:18.2.7-2.el9s.x86_64 105/192 Verifying : python3-cephfs-2:18.2.7-2.el9s.x86_64 106/192 Verifying : python3-rados-2:18.2.7-2.el9s.x86_64 107/192 Verifying : python3-rbd-2:18.2.7-2.el9s.x86_64 108/192 Verifying : python3-rgw-2:18.2.7-2.el9s.x86_64 109/192 Verifying : python3-setuptools-57.4.0-1.el9s.noarch 110/192 Verifying : boost-program-options-1.75.0-11.el9.x86_64 111/192 Verifying : git-core-2.47.3-1.el9.x86_64 112/192 Verifying : ipmitool-1.8.18-27.el9.x86_64 113/192 Verifying : libbabeltrace-1.5.8-10.el9.x86_64 114/192 Verifying : libburn-1.5.4-5.el9.x86_64 115/192 Verifying : libisoburn-1.5.4-5.el9.x86_64 116/192 Verifying : libisofs-1.5.4-4.el9.x86_64 117/192 Verifying : libpmem-1.12.1-1.el9.x86_64 118/192 Verifying : libpmemobj-1.12.1-1.el9.x86_64 119/192 Verifying : librabbitmq-0.11.0-7.el9.x86_64 120/192 Verifying : librdkafka-1.6.1-102.el9.x86_64 121/192 Verifying : liburing-2.5-1.el9.x86_64 122/192 Verifying : lttng-ust-2.12.0-6.el9.x86_64 123/192 Verifying : python3-appdirs-1.4.4-4.el9.noarch 124/192 Verifying : python3-attrs-20.3.0-7.el9.noarch 125/192 Verifying : python3-babel-2.9.1-2.el9.noarch 126/192 Verifying : python3-jsonpatch-1.21-16.el9.noarch 127/192 Verifying : python3-jsonpointer-2.0-4.el9.noarch 128/192 Verifying : python3-jsonschema-3.2.0-13.el9.noarch 129/192 Verifying : python3-mako-1.1.4-6.el9.noarch 130/192 Verifying : python3-netaddr-0.10.1-3.el9.noarch 131/192 Verifying : python3-netifaces-0.10.6-15.el9.x86_64 132/192 Verifying : python3-packaging-20.9-5.el9.noarch 133/192 Verifying : python3-prettytable-0.7.2-27.el9.noarch 134/192 Verifying : python3-pyrsistent-0.17.3-8.el9.x86_64 135/192 Verifying : python3-pytz-2021.1-5.el9.noarch 136/192 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 137/192 Verifying : xorriso-1.5.4-5.el9.x86_64 138/192 Verifying : acl-2.3.1-4.el9.x86_64 139/192 Verifying : bash-completion-1:2.11-5.el9.noarch 140/192 Verifying : cryptsetup-libs-2.8.1-2.el9.x86_64 141/192 Verifying : daxctl-libs-82-1.el9.x86_64 142/192 Verifying : dbus-1:1.12.20-8.el9.x86_64 143/192 Verifying : dbus-broker-28-7.el9.x86_64 144/192 Verifying : dbus-common-1:1.12.20-8.el9.noarch 145/192 Verifying : device-mapper-9:1.02.206-2.el9.x86_64 146/192 Verifying : device-mapper-libs-9:1.02.206-2.el9.x86_64 147/192 Verifying : iputils-20210202-15.el9.x86_64 148/192 Verifying : kmod-libs-28-11.el9.x86_64 149/192 Verifying : less-590-6.el9.x86_64 150/192 Verifying : libaio-0.3.111-13.el9.x86_64 151/192 Verifying : libbrotli-1.0.9-7.el9.x86_64 152/192 Verifying : libcbor-0.7.0-5.el9.x86_64 153/192 Verifying : libedit-3.1-38.20210216cvs.el9.x86_64 154/192 Verifying : libfido2-1.13.0-2.el9.x86_64 155/192 Verifying : libibverbs-57.0-2.el9.x86_64 156/192 Verifying : libicu-67.1-10.el9.x86_64 157/192 Verifying : libnl3-3.11.0-1.el9.x86_64 158/192 Verifying : libpkgconf-1.7.3-10.el9.x86_64 159/192 Verifying : librdmacm-57.0-2.el9.x86_64 160/192 Verifying : libseccomp-2.5.2-2.el9.x86_64 161/192 Verifying : ndctl-libs-82-1.el9.x86_64 162/192 Verifying : numactl-libs-2.0.19-3.el9.x86_64 163/192 Verifying : openssh-9.9p1-1.el9.x86_64 164/192 Verifying : openssh-clients-9.9p1-1.el9.x86_64 165/192 Verifying : pkgconf-1.7.3-10.el9.x86_64 166/192 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 167/192 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 168/192 Verifying : python3-cffi-1.14.5-5.el9.x86_64 169/192 Verifying : python3-chardet-4.0.0-5.el9.noarch 170/192 Verifying : python3-cryptography-36.0.1-5.el9.x86_64 171/192 Verifying : python3-decorator-4.4.2-6.el9.noarch 172/192 Verifying : python3-dns-2.6.1-3.el9.noarch 173/192 Verifying : python3-idna-2.10-7.el9.1.noarch 174/192 Verifying : python3-inotify-0.9.6-25.el9.noarch 175/192 Verifying : python3-ply-3.11-14.el9.noarch 176/192 Verifying : python3-pycparser-2.20-6.el9.noarch 177/192 Verifying : python3-pyparsing-2.4.7-9.el9.noarch 178/192 Verifying : python3-pysocks-1.7.1-12.el9.noarch 179/192 Verifying : python3-pyyaml-5.4.1-6.el9.x86_64 180/192 Verifying : python3-requests-2.25.1-10.el9.noarch 181/192 Verifying : python3-urllib3-1.26.5-6.el9.noarch 182/192 Verifying : snappy-1.1.8-8.el9.x86_64 183/192 Verifying : systemd-252-55.el9.x86_64 184/192 Verifying : systemd-pam-252-55.el9.x86_64 185/192 Verifying : systemd-rpm-macros-252-55.el9.noarch 186/192 Verifying : userspace-rcu-0.12.1-6.el9.x86_64 187/192 Verifying : libarrow-9.0.0-15.el9.x86_64 188/192 Verifying : libarrow-doc-9.0.0-15.el9.noarch 189/192 Verifying : parquet-libs-9.0.0-15.el9.x86_64 190/192 Verifying : re2-1:20211101-20.el9.x86_64 191/192 Verifying : thrift-0.15.0-4.el9.x86_64 192/192 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-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-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.3.0-0.20230310173716.f7a612e.el9.noarch python3-cliff-4.2.0-0.20230310143452.fb9a3a9.el9.noarch python3-cloudkittyclient-4.7.1-0.20240805080020.e07c295.el9.noarch python3-cmd2-2.4.2-1.el9s.noarch python3-cryptography-36.0.1-5.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-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-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-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.25.1-10.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-2.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-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! Repository 'gating-repo' is missing name in configuration, using id. 165 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"="88dc57612f447daadb492dcf3ad854ac" COMMIT 38.102.83.106:5001/podified-antelope-centos9/openstack-openstackclient:88dc57612f447daadb492dcf3ad854ac Getting image source signatures Copying blob sha256:dfe3535c047dfd1b56a035a76f7fcccd61101a4c7c28b14527de35475ed1e01a Copying blob sha256:4879575afe499c826f68d80696b2566a421027eb78b39f0ce0b3214d8e6bef66 Copying blob sha256:705f20fd019bc5eb8ce2ef09e319d65c02fb8aca6faeb203d19adb36318d48e8 Copying config sha256:eddbd713e2c01e201c7dca9c6185e041b4ccd197c7e5160c9bda38f160f08fa4 Writing manifest to image destination --> eddbd713e2c0 Successfully tagged 38.102.83.106:5001/podified-antelope-centos9/openstack-openstackclient:88dc57612f447daadb492dcf3ad854ac eddbd713e2c01e201c7dca9c6185e041b4ccd197c7e5160c9bda38f160f08fa4