STEP 1/17: FROM 38.102.83.129:5001/podified-epoxy-centos9/openstack-tempest:watcher_latest STEP 2/17: ENV TEMPESTCONF_OCTAVIA_TEST_SERVER_PATH="/usr/libexec/octavia-tempest-plugin-tests-httpd" STEP 3/17: ENV USE_EXTERNAL_FILES=true STEP 4/17: USER root STEP 5/17: RUN bash /usr/local/bin/uid_gid_manage tempest + '[' -z tempest ']' + _USERS_TO_CREATE=tempest + declare -A _SUPPORTED_USERS + _SUPPORTED_USERS['aodh']='aodh 42402 42402 /var/lib/aodh kolla' + _SUPPORTED_USERS['barbican']='barbican 42403 42403 /var/lib/barbican kolla,nfast' + _SUPPORTED_USERS['ceilometer']='ceilometer 42405 42405 /var/lib/ceilometer kolla' + _SUPPORTED_USERS['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 tempest 42480 42480 /var/lib/tempest kolla ++ awk '{ print $1 }' + _NAME=tempest ++ echo tempest 42480 42480 /var/lib/tempest kolla ++ awk '{ print $2 }' + _UID=42480 ++ echo tempest 42480 42480 /var/lib/tempest kolla ++ awk '{ print $3 }' + _GID=42480 ++ echo tempest 42480 42480 /var/lib/tempest kolla ++ awk '{ print $4 }' + _HOME_DIR=/var/lib/tempest ++ echo tempest 42480 42480 /var/lib/tempest kolla ++ awk '{ print $5 }' + _EXTRA_GROUPS=kolla + [[ tempest != \t\e\m\p\e\s\t ]] + [[ ! -z kolla ]] + _EXTRA_GROUPS_ARG='--groups kolla' + [[ -z /var/lib/tempest ]] + _HOME_ARGS='-m --home /var/lib/tempest' + id -g tempest 42480 + _GROUPADD_CMD='groupmod --gid 42480 tempest' + id tempest uid=42480(tempest) gid=42480(tempest) groups=42480(tempest),42400(kolla) + [[ -z /var/lib/tempest ]] + _EXTRA_PERMS='&& mkdir -p /var/lib/tempest && chown -R 42480:42480 /var/lib/tempest' + [[ ! -z --groups kolla ]] + _EXTRA_GROUPS_ARG='--append --groups kolla' + _USERADD_CMD='usermod -m --home /var/lib/tempest --gid 42480 --uid 42480 --append --groups kolla tempest && mkdir -p /var/lib/tempest && chown -R 42480:42480 /var/lib/tempest' + eval groupmod --gid 42480 tempest ++ groupmod --gid 42480 tempest + eval usermod -m --home /var/lib/tempest --gid 42480 --uid 42480 --append --groups kolla tempest '&&' mkdir -p /var/lib/tempest '&&' chown -R 42480:42480 /var/lib/tempest ++ usermod -m --home /var/lib/tempest --gid 42480 --uid 42480 --append --groups kolla tempest ++ mkdir -p /var/lib/tempest ++ chown -R 42480:42480 /var/lib/tempest STEP 6/17: RUN dnf -y install iputils openstack-tempest-all subunit-filters python3-subunit qemu-img && dnf clean all && rm -rf /var/cache/dnf delorean-openstack-barbican-3416cdce80f63f3e499 489 kB/s | 13 kB 00:00 delorean-openstack-ironic-1394a234b1cd09afc8246 2.9 MB/s | 66 kB 00:00 delorean-openstack-cinder-93d36f446755d2aa40043 1.3 MB/s | 30 kB 00:00 delorean-python-openstackclient-bc1930c20ede201 5.9 MB/s | 121 kB 00:00 delorean-openstack-ceilometer-f1d638faa195647f1 1.2 MB/s | 25 kB 00:00 delorean-os-net-config-28598c2978b9e2207dd19fc4 11 MB/s | 275 kB 00:00 delorean-openstack-nova-d2c23c91ef9bb3de546daf4 1.4 MB/s | 37 kB 00:00 delorean-openstack-designate-a891d81974a4c3aa56 699 kB/s | 19 kB 00:00 delorean-openstack-glance-d70e40e4cc993dacb8833 888 kB/s | 19 kB 00:00 delorean-openstack-keystone-0bfe3957e979d226bdf 1.2 MB/s | 23 kB 00:00 delorean-openstack-manila-0adc6bbb0c397f4f36dbb 1.1 MB/s | 27 kB 00:00 delorean-openstack-neutron-d9269bcf1bae33ecc9b1 7.3 MB/s | 135 kB 00:00 delorean-openstack-octavia-46251e4d6ccad5a750cb 1.2 MB/s | 25 kB 00:00 delorean-openstack-watcher-024815af711553739b46 741 kB/s | 17 kB 00:00 delorean-edpm-image-builder-55ba53cf215b14ed95b 395 kB/s | 7.9 kB 00:00 delorean-puppet-ceph-b0c245ccde541a63fde0564366 7.2 MB/s | 151 kB 00:00 delorean-openstack-swift-2ea8b7ab1a203e53e6976c 770 kB/s | 15 kB 00:00 delorean-python-tempestconf-8515371b7cceebd4282 1.8 MB/s | 35 kB 00:00 delorean-openstack-trove-ui-97976e32716770e0c22 4.8 MB/s | 88 kB 00:00 dlrn-epoxy-testing 35 MB/s | 1.1 MB 00:00 dlrn-epoxy-build-deps 18 MB/s | 445 kB 00:00 centos9-rabbitmq 11 MB/s | 123 kB 00:00 centos9-storage 28 MB/s | 415 kB 00:00 centos9-opstools 2.3 MB/s | 51 kB 00:00 NFV SIG OpenvSwitch 15 MB/s | 447 kB 00:00 repo-setup-centos-appstream 135 MB/s | 25 MB 00:00 repo-setup-centos-baseos 99 MB/s | 8.8 MB 00:00 repo-setup-centos-highavailability 46 MB/s | 744 kB 00:00 repo-setup-centos-powertools 111 MB/s | 7.1 MB 00:00 Extra Packages for Enterprise Linux 9 - x86_64 77 MB/s | 20 MB 00:00 Package iputils-20210202-15.el9.x86_64 is already installed. Package subunit-filters-1.4.0-6.el9s.noarch is already installed. Package python3-subunit-1.4.0-6.el9s.noarch is already installed. Package qemu-img-17:9.1.0-29.el9.x86_64 is already installed. Dependencies resolved. ============================================================================================================================= Package Arch Version Repository Size ============================================================================================================================= Installing: openstack-tempest-all noarch 1:43.0.0-0.20250325213936.53dc8df.el9 delorean-component-tempest 11 k Installing dependencies: adobe-mappings-cmap noarch 20171205-12.el9 repo-setup-centos-appstream 1.9 M adobe-mappings-cmap-deprecated noarch 20171205-12.el9 repo-setup-centos-appstream 107 k adobe-mappings-pdf noarch 20180407-10.el9 repo-setup-centos-appstream 646 k bc x86_64 1.07.1-14.el9 repo-setup-centos-baseos 120 k checkpolicy x86_64 3.6-1.el9 repo-setup-centos-appstream 353 k chkconfig x86_64 1.24-2.el9 repo-setup-centos-baseos 178 k diffutils x86_64 3.7-12.el9 repo-setup-centos-baseos 397 k double-conversion x86_64 3.1.5-6.el9 repo-setup-centos-appstream 49 k gd x86_64 2.3.2-3.el9 repo-setup-centos-appstream 132 k google-droid-sans-fonts noarch 20200215-11.el9.2 repo-setup-centos-appstream 2.7 M graphviz x86_64 2.44.0-26.el9 repo-setup-centos-appstream 3.3 M gtk2 x86_64 2.24.33-8.el9 repo-setup-centos-appstream 3.5 M hostname x86_64 3.23-6.el9 repo-setup-centos-baseos 29 k initscripts x86_64 10.11.8-4.el9 repo-setup-centos-baseos 228 k initscripts-rename-device x86_64 10.11.8-4.el9 repo-setup-centos-baseos 15 k initscripts-service noarch 10.11.8-4.el9 repo-setup-centos-baseos 12 k ipcalc x86_64 1.0.0-5.el9 repo-setup-centos-baseos 42 k iproute x86_64 6.14.0-2.el9 repo-setup-centos-baseos 836 k jbig2dec-libs x86_64 0.19-7.el9 repo-setup-centos-appstream 73 k kmod x86_64 28-11.el9 repo-setup-centos-baseos 125 k libICE x86_64 1.0.10-8.el9 repo-setup-centos-appstream 71 k libSM x86_64 1.2.3-10.el9 repo-setup-centos-appstream 42 k libXaw x86_64 1.0.13-19.el9 repo-setup-centos-appstream 198 k libXmu x86_64 1.1.3-8.el9 repo-setup-centos-appstream 75 k libXpm x86_64 3.5.13-10.el9 repo-setup-centos-appstream 59 k libXt x86_64 1.2.0-6.el9 repo-setup-centos-appstream 180 k libbpf x86_64 2:1.5.0-2.el9 repo-setup-centos-baseos 186 k libfontenc x86_64 1.1.3-17.el9 repo-setup-centos-appstream 31 k libgs x86_64 9.54.0-19.el9 repo-setup-centos-appstream 3.2 M libibverbs x86_64 57.0-2.el9 repo-setup-centos-baseos 453 k libijs x86_64 0.35-15.el9 repo-setup-centos-appstream 30 k libmnl x86_64 1.0.4-16.el9 repo-setup-centos-baseos 28 k libnl3 x86_64 3.11.0-1.el9 repo-setup-centos-baseos 363 k libpaper x86_64 1.1.28-4.el9 repo-setup-centos-appstream 45 k libpcap x86_64 14:1.10.0-4.el9 repo-setup-centos-baseos 173 k libpq x86_64 13.20-1.el9 repo-setup-centos-appstream 208 k librsvg2 x86_64 2.50.7-3.el9 repo-setup-centos-appstream 3.2 M libselinux-utils x86_64 3.6-3.el9 repo-setup-centos-baseos 190 k libxslt x86_64 1.1.34-12.el9 repo-setup-centos-appstream 233 k mkfontscale x86_64 1.2.1-3.el9 repo-setup-centos-appstream 32 k nmap x86_64 3:7.92-3.el9 repo-setup-centos-appstream 5.6 M nmap-ncat x86_64 3:7.92-3.el9 repo-setup-centos-appstream 225 k openjpeg2 x86_64 2.4.0-8.el9 repo-setup-centos-appstream 162 k openstack-network-scripts x86_64 10.11.1-7.el9s delorean-epoxy-testing 48 k openstack-network-scripts-openvswitch3.4 x86_64 10.11.1-7.el9s delorean-epoxy-testing 10 k openvswitch-selinux-extra-policy noarch 1.0-36.el9s centos9-nfv-ovs 10 k openvswitch3.4 x86_64 3.4.3-77.el9s centos9-nfv-ovs 6.9 M os-collect-config noarch 14.0.2-0.20250731155442.146c040.el9 delorean-component-common 49 k os-refresh-config noarch 14.0.2-0.20250731155757.bfdbef4.el9 delorean-component-common 21 k policycoreutils x86_64 3.6-3.el9 repo-setup-centos-baseos 239 k policycoreutils-python-utils noarch 3.6-3.el9 repo-setup-centos-appstream 76 k protobuf-c x86_64 1.3.3-13.el9 repo-setup-centos-baseos 35 k psmisc x86_64 23.4-3.el9 repo-setup-centos-baseos 243 k python-oslo-db-lang noarch 17.2.1-0.20250317180515.dc60623.el9 delorean-component-common 12 k python-oslo-middleware-lang noarch 6.3.1-0.20250317160706.8af9987.el9 delorean-component-common 11 k python-oslo-policy-lang noarch 4.5.1-0.20250317160948.3bb5d92.el9 delorean-component-common 12 k python-oslo-versionedobjects-lang noarch 3.6.0-0.20250317191329.79e9d5d.el9 delorean-component-common 12 k python-vitrageclient-bash-completion noarch 5.2.0-0.20250318092913.fc2d612.el9 delorean-component-clients 11 k python3-PyMySQL noarch 0.10.1-6.el9 repo-setup-centos-appstream 107 k python3-alembic noarch 1.14.1-1.el9s delorean-epoxy-testing 354 k python3-amqp noarch 5.2.0-2.el9s delorean-epoxy-testing 93 k python3-anyio noarch 3.5.0-1.el9s delorean-epoxy-testing 147 k python3-aodhclient noarch 3.7.1-0.20250317125435.5c3a66c.el9 delorean-component-clients 54 k python3-audit x86_64 3.1.5-7.el9 repo-setup-centos-appstream 79 k python3-babel noarch 2.9.1-2.el9 repo-setup-centos-appstream 6.0 M python3-barbican-tests-tempest noarch 4.3.0-0.20250326074431.2cd1851.el9 delorean-component-barbican 100 k python3-cachetools noarch 5.5.2-1.el9s delorean-epoxy-testing 32 k python3-certifi noarch 2020.12.5-2.el9s delorean-epoxy-testing 16 k python3-cinder-tests-tempest noarch 1.17.0-0.20250326075857.bb5594c.el9 delorean-component-cinder 92 k python3-colorama noarch 0.4.6-3.el9 repo-setup-centos-appstream 61 k python3-ddt noarch 1.6.0-1.el9s delorean-epoxy-testing 19 k python3-designate-tests-tempest noarch 0.25.0-0.20250326081044.f36fcee.el9 delorean-component-designate 217 k python3-distro noarch 1.9.0-2.el9s delorean-epoxy-testing 41 k python3-dns noarch 2.6.1-3.el9 repo-setup-centos-baseos 507 k python3-durationpy noarch 0.9-2.el9s delorean-epoxy-testing 14 k python3-eventlet noarch 0.36.1-1.el9s delorean-epoxy-testing 492 k python3-futurist noarch 3.1.0-0.20250318085423.bd83787.el9 delorean-component-common 61 k python3-gabbi noarch 3.0.0-1.el9s delorean-epoxy-testing 269 k python3-glance-tests-tempest noarch 0.12.0-0.20250326084132.fd2087d.el9 delorean-component-glance 52 k python3-gnocchiclient noarch 7.1.0-0.20250318082127.f0c4fa0.el9 delorean-component-clients 97 k python3-google-auth noarch 1:2.38.0-1.el9s delorean-epoxy-testing 230 k python3-greenlet x86_64 3.1.1-1.el9s delorean-epoxy-testing 215 k python3-h11 noarch 0.14.0-1.el9s delorean-epoxy-testing 101 k python3-h2 noarch 4.0.0-3.el9s delorean-epoxy-testing 89 k python3-heat-tests-tempest noarch 2.5.0-0.20250326081318.d2db170.el9 delorean-component-tempest 124 k python3-heatclient noarch 4.1.0-0.20250318083127.dd976ac.el9 delorean-component-clients 157 k python3-hpack noarch 4.0.0-2.el9s delorean-epoxy-testing 51 k python3-httpcore noarch 1.0.2-1.el9s delorean-epoxy-testing 100 k python3-httpx noarch 0.26.0-1.el9s delorean-epoxy-testing 139 k python3-hyperframe noarch 6.0.0-2.el9s delorean-epoxy-testing 28 k python3-iniconfig noarch 1.1.1-7.el9 repo-setup-centos-appstream 17 k python3-ironic-tests-tempest noarch 2.13.0-0.20250326084543.9e8d667.el9 delorean-component-baremetal 199 k python3-jinja2 noarch 3.0.1-2.el9s delorean-epoxy-testing 511 k python3-jsonpath-rw noarch 1.4.0-4.el9s delorean-epoxy-testing 38 k python3-jsonpath-rw-ext noarch 1.2.2-2.el9s delorean-epoxy-testing 38 k python3-keystone-tests-tempest noarch 0.18.0-0.20250326075640.f3c8942.el9 delorean-component-keystone 153 k python3-kombu noarch 1:5.3.7-1.el9s delorean-epoxy-testing 337 k python3-kubernetes noarch 1:31.0.0-2.el9s delorean-epoxy-testing 1.2 M python3-libselinux x86_64 3.6-3.el9 repo-setup-centos-appstream 188 k python3-libsemanage x86_64 3.6-5.el9 repo-setup-centos-appstream 79 k python3-logutils noarch 0.3.5-15.el9s delorean-epoxy-testing 46 k python3-lxml x86_64 4.6.5-3.el9 repo-setup-centos-appstream 1.2 M python3-magnum-tests-tempest noarch 2.7.0-0.20250326074606.bb4b798.el9 delorean-component-tempest 76 k python3-manila-tests-tempest noarch 1:2.7.0-0.20250326074829.58903bd.el9 delorean-component-manila 450 k python3-mistral-tests-tempest noarch 2.6.0-0.20250326075350.a707405.el9 delorean-component-tempest 78 k python3-mistralclient noarch 5.4.0-0.20250317131436.c055eb1.el9 delorean-component-clients 164 k python3-ncclient noarch 0.6.16-1.el9s delorean-epoxy-testing 142 k python3-netifaces x86_64 0.10.6-15.el9 repo-setup-centos-appstream 23 k python3-networking-l2gw-tests-tempest noarch 0.1.1-0.20250326090117.82e3d07.el9 delorean-component-network 46 k python3-networkx noarch 2.6.2-2.el9 repo-setup-centos-appstream 2.4 M python3-neutron-lib noarch 3.18.2-0.20250317175914.bf21a6d.el9 delorean-component-network 416 k python3-neutron-tests-tempest noarch 2.11.0-0.20250326080644.ed3744e.el9 delorean-component-network 546 k python3-oauthlib noarch 3.1.1-5.el9 repo-setup-centos-appstream 222 k python3-octavia-tests-tempest noarch 3.0.0-0.20250326082117.875c38f.el9 delorean-component-octavia 282 k python3-openvswitch3.4 x86_64 3.4.3-77.el9s centos9-nfv-ovs 326 k python3-os-ken noarch 3.0.1-0.20250317145052.a89ba8f.el9 delorean-component-network 2.0 M python3-os-traits noarch 3.3.0-0.20250318133612.1b608ff.el9 delorean-component-common 49 k python3-oslo-db noarch 17.2.1-0.20250317180515.dc60623.el9 delorean-component-common 128 k python3-oslo-db+mysql noarch 17.2.1-0.20250317180515.dc60623.el9 delorean-component-common 7.9 k python3-oslo-messaging noarch 16.1.0-0.20250317175405.e91bb45.el9 delorean-component-common 174 k python3-oslo-metrics noarch 0.11.0-0.20250317173501.c64d51c.el9 delorean-component-common 23 k python3-oslo-middleware noarch 6.3.1-0.20250317160706.8af9987.el9 delorean-component-common 57 k python3-oslo-policy noarch 4.5.1-0.20250317160948.3bb5d92.el9 delorean-component-common 75 k python3-oslo-service noarch 4.1.1-0.20250317162948.7a52803.el9 delorean-component-common 77 k python3-oslo-versionedobjects noarch 3.6.0-0.20250317191329.79e9d5d.el9 delorean-component-common 76 k python3-oslotest noarch 5.0.0-0.20250318101204.4c36dbc.el9 delorean-component-clients 46 k python3-osprofiler noarch 4.2.0-0.20250317185641.3fb0487.el9 delorean-component-common 134 k python3-ovsdbapp noarch 2.11.0-0.20250317144144.e1bd214.el9 delorean-component-network 144 k python3-paste noarch 3.10.1-1.el9s delorean-epoxy-testing 486 k python3-paste-deploy noarch 3.1.0-2.el9s delorean-epoxy-testing 38 k python3-pecan noarch 1.5.1-1.el9s delorean-epoxy-testing 269 k python3-pluggy noarch 0.13.1-7.el9 repo-setup-centos-appstream 41 k python3-policycoreutils noarch 3.6-3.el9 repo-setup-centos-appstream 2.1 M python3-prometheus_client noarch 0.20.0-3.el9s delorean-epoxy-testing 92 k python3-psycopg2 x86_64 2.9.9-2.el9s delorean-epoxy-build-deps 188 k python3-py noarch 1.10.0-6.el9 repo-setup-centos-appstream 477 k python3-pyasn1 noarch 0.6.0-1.el9s delorean-epoxy-testing 140 k python3-pyasn1-modules noarch 0.6.0-1.el9s delorean-epoxy-testing 249 k python3-pydot noarch 3.0.3-1.el9s delorean-epoxy-testing 71 k python3-pyroute2 noarch 0.7.12-2.el9s delorean-epoxy-testing 731 k python3-pytest noarch 6.2.2-7.el9 repo-setup-centos-appstream 519 k python3-rdo-openvswitch noarch 2:3.4-1.el9s delorean-epoxy-testing 7.8 k python3-repoze-lru noarch 0.7-10.el9s delorean-epoxy-testing 31 k python3-requests-oauthlib noarch 1.3.0-12.el9 repo-setup-centos-appstream 54 k python3-routes noarch 2.5.1-1.el9s delorean-epoxy-testing 188 k python3-rsa noarch 4.9-1.el9s delorean-epoxy-testing 59 k python3-scapy noarch 2.6.1-1.el9 repo-setup-centos-appstream 3.6 M python3-setools x86_64 4.4.4-1.el9 repo-setup-centos-baseos 605 k python3-setproctitle x86_64 1.3.3-1.el9s delorean-epoxy-testing 24 k python3-sniffio noarch 1.3.1-1.el9s delorean-epoxy-testing 22 k python3-sqlalchemy x86_64 2.0.38-1.el9s delorean-epoxy-testing 2.8 M python3-sshtunnel noarch 0.4.0-12.el9s delorean-epoxy-testing 46 k python3-statsd noarch 3.2.1-20.el9s delorean-epoxy-testing 34 k python3-telemetry-tests-tempest noarch 2.5.1-0.20250603081212.ddfb79a.el9 delorean-component-tempest 67 k python3-tempita noarch 0.5.2-2.el9s delorean-epoxy-testing 36 k python3-testresources noarch 2.0.1-2.el9s delorean-epoxy-testing 59 k python3-toml noarch 0.10.2-6.el9 repo-setup-centos-appstream 42 k python3-trove-tests-tempest noarch 1:2.5.0-0.20250326080407.3590d9f.el9 delorean-component-tempest 65 k python3-ujson x86_64 5.10.0-1.el9s delorean-epoxy-testing 33 k python3-vine noarch 5.1.0-1.el9s delorean-epoxy-testing 25 k python3-vitrage-tests-tempest noarch 6.6.0-0.20250326074130.a294899.el9 delorean-component-tempest 125 k python3-vitrageclient noarch 5.2.0-0.20250318092913.fc2d612.el9 delorean-component-clients 70 k python3-watcher-tests-tempest noarch 1:3.4.0-0.20250326080132.9f77ca3.el9 delorean-component-optimize 107 k python3-webob noarch 1.8.9-1.el9s delorean-epoxy-testing 230 k python3-websocket-client noarch 1.8.0-2.el9s delorean-epoxy-testing 100 k python3-whitebox-neutron-tests-tempest noarch 0.9.2-0.20250612193118.83d7b5e.el9 delorean-component-network 237 k python3-whitebox-tests-tempest noarch 0.0.3-0.20250326141151.d78d938.el9 delorean-component-compute 128 k python3-wsgi_intercept noarch 1.13.1-1.el9s delorean-epoxy-testing 32 k python3-yappi x86_64 1.6.0-1.el9s delorean-epoxy-testing 54 k python3-zaqar-tests-tempest noarch 3.0.0-0.20250326081539.e70ed5e.el9 delorean-component-tempest 68 k python3-zaqarclient noarch 3.0.1-0.20250516051123.0233b3b.el9 delorean-component-clients 122 k rdo-openvswitch noarch 2:3.4-1.el9s delorean-epoxy-testing 7.6 k rpm-plugin-selinux x86_64 4.16.1.3-39.el9 repo-setup-centos-baseos 15 k selinux-policy noarch 38.1.65-1.el9 repo-setup-centos-baseos 42 k selinux-policy-targeted noarch 38.1.65-1.el9 repo-setup-centos-baseos 6.9 M unbound-libs x86_64 1.16.2-21.el9 repo-setup-centos-appstream 551 k urw-base35-bookman-fonts noarch 20200910-6.el9 repo-setup-centos-appstream 847 k urw-base35-c059-fonts noarch 20200910-6.el9 repo-setup-centos-appstream 875 k urw-base35-d050000l-fonts noarch 20200910-6.el9 repo-setup-centos-appstream 77 k urw-base35-fonts noarch 20200910-6.el9 repo-setup-centos-appstream 11 k urw-base35-fonts-common noarch 20200910-6.el9 repo-setup-centos-appstream 22 k urw-base35-gothic-fonts noarch 20200910-6.el9 repo-setup-centos-appstream 643 k urw-base35-nimbus-mono-ps-fonts noarch 20200910-6.el9 repo-setup-centos-appstream 796 k urw-base35-nimbus-roman-fonts noarch 20200910-6.el9 repo-setup-centos-appstream 856 k urw-base35-nimbus-sans-fonts noarch 20200910-6.el9 repo-setup-centos-appstream 1.3 M urw-base35-p052-fonts noarch 20200910-6.el9 repo-setup-centos-appstream 974 k urw-base35-standard-symbols-ps-fonts noarch 20200910-6.el9 repo-setup-centos-appstream 42 k urw-base35-z003-fonts noarch 20200910-6.el9 repo-setup-centos-appstream 276 k xorg-x11-fonts-ISO8859-1-100dpi noarch 7.5-33.el9 repo-setup-centos-appstream 1.1 M Transaction Summary ============================================================================================================================= Install 190 Packages Total download size: 89 M Installed size: 370 M Downloading Packages: (1/190): python3-barbican-tests-tempest-4.3.0-0 4.3 MB/s | 100 kB 00:00 (2/190): python3-cinder-tests-tempest-1.17.0-0. 3.9 MB/s | 92 kB 00:00 (3/190): python3-ironic-tests-tempest-2.13.0-0. 8.0 MB/s | 199 kB 00:00 (4/190): python3-gnocchiclient-7.1.0-0.20250318 49 MB/s | 97 kB 00:00 (5/190): python-vitrageclient-bash-completion-5 2.8 MB/s | 11 kB 00:00 (6/190): python3-aodhclient-3.7.1-0.20250317125 12 MB/s | 54 kB 00:00 (7/190): python3-heatclient-4.1.0-0.20250318083 28 MB/s | 157 kB 00:00 (8/190): python3-oslotest-5.0.0-0.2025031810120 8.1 MB/s | 46 kB 00:00 (9/190): python3-mistralclient-5.4.0-0.20250317 23 MB/s | 164 kB 00:00 (10/190): python3-vitrageclient-5.2.0-0.2025031 18 MB/s | 70 kB 00:00 (11/190): python3-zaqarclient-3.0.1-0.202505160 20 MB/s | 122 kB 00:00 (12/190): os-collect-config-14.0.2-0.2025073115 7.7 MB/s | 49 kB 00:00 (13/190): python-oslo-db-lang-17.2.1-0.20250317 9.4 MB/s | 12 kB 00:00 (14/190): python-oslo-middleware-lang-6.3.1-0.2 11 MB/s | 11 kB 00:00 (15/190): python-oslo-policy-lang-4.5.1-0.20250 11 MB/s | 12 kB 00:00 (16/190): os-refresh-config-14.0.2-0.2025073115 3.1 MB/s | 21 kB 00:00 (17/190): python-oslo-versionedobjects-lang-3.6 10 MB/s | 12 kB 00:00 (18/190): python3-futurist-3.1.0-0.202503180854 40 MB/s | 61 kB 00:00 (19/190): python3-oslo-db+mysql-17.2.1-0.202503 7.4 MB/s | 7.9 kB 00:00 (20/190): python3-oslo-db-17.2.1-0.202503171805 37 MB/s | 128 kB 00:00 (21/190): python3-oslo-messaging-16.1.0-0.20250 54 MB/s | 174 kB 00:00 (22/190): python3-os-traits-3.3.0-0.20250318133 8.7 MB/s | 49 kB 00:00 (23/190): python3-oslo-metrics-0.11.0-0.2025031 16 MB/s | 23 kB 00:00 (24/190): python3-oslo-middleware-6.3.1-0.20250 29 MB/s | 57 kB 00:00 (25/190): python3-oslo-policy-4.5.1-0.202503171 37 MB/s | 75 kB 00:00 (26/190): python3-oslo-service-4.1.1-0.20250317 39 MB/s | 77 kB 00:00 (27/190): python3-oslo-versionedobjects-3.6.0-0 36 MB/s | 76 kB 00:00 (28/190): python3-whitebox-tests-tempest-0.0.3- 29 MB/s | 128 kB 00:00 (29/190): python3-osprofiler-4.2.0-0.2025031718 17 MB/s | 134 kB 00:00 (30/190): python3-designate-tests-tempest-0.25. 28 MB/s | 217 kB 00:00 (31/190): python3-glance-tests-tempest-0.12.0-0 12 MB/s | 52 kB 00:00 (32/190): python3-keystone-tests-tempest-0.18.0 26 MB/s | 153 kB 00:00 (33/190): python3-networking-l2gw-tests-tempest 9.8 MB/s | 46 kB 00:00 (34/190): python3-manila-tests-tempest-2.7.0-0. 49 MB/s | 450 kB 00:00 (35/190): python3-neutron-lib-3.18.2-0.20250317 45 MB/s | 416 kB 00:00 (36/190): python3-neutron-tests-tempest-2.11.0- 44 MB/s | 546 kB 00:00 (37/190): python3-ovsdbapp-2.11.0-0.20250317144 22 MB/s | 144 kB 00:00 (38/190): python3-whitebox-neutron-tests-tempes 21 MB/s | 237 kB 00:00 (39/190): python3-octavia-tests-tempest-3.0.0-0 29 MB/s | 282 kB 00:00 (40/190): openstack-tempest-all-43.0.0-0.202503 3.0 MB/s | 11 kB 00:00 (41/190): python3-watcher-tests-tempest-3.4.0-0 16 MB/s | 107 kB 00:00 (42/190): python3-os-ken-3.0.1-0.20250317145052 63 MB/s | 2.0 MB 00:00 (43/190): python3-magnum-tests-tempest-2.7.0-0. 16 MB/s | 76 kB 00:00 (44/190): python3-heat-tests-tempest-2.5.0-0.20 17 MB/s | 124 kB 00:00 (45/190): python3-telemetry-tests-tempest-2.5.1 20 MB/s | 67 kB 00:00 (46/190): python3-mistral-tests-tempest-2.6.0-0 15 MB/s | 78 kB 00:00 (47/190): python3-trove-tests-tempest-2.5.0-0.2 15 MB/s | 65 kB 00:00 (48/190): python3-vitrage-tests-tempest-6.6.0-0 27 MB/s | 125 kB 00:00 (49/190): openstack-network-scripts-10.11.1-7.e 11 MB/s | 48 kB 00:00 (50/190): python3-zaqar-tests-tempest-3.0.0-0.2 13 MB/s | 68 kB 00:00 (51/190): openstack-network-scripts-openvswitch 3.0 MB/s | 10 kB 00:00 (52/190): python3-alembic-1.14.1-1.el9s.noarch. 89 MB/s | 354 kB 00:00 (53/190): python3-amqp-5.2.0-2.el9s.noarch.rpm 22 MB/s | 93 kB 00:00 (54/190): python3-cachetools-5.5.2-1.el9s.noarc 27 MB/s | 32 kB 00:00 (55/190): python3-anyio-3.5.0-1.el9s.noarch.rpm 30 MB/s | 147 kB 00:00 (56/190): python3-ddt-1.6.0-1.el9s.noarch.rpm 6.6 MB/s | 19 kB 00:00 (57/190): python3-certifi-2020.12.5-2.el9s.noar 3.8 MB/s | 16 kB 00:00 (58/190): python3-durationpy-0.9-2.el9s.noarch. 4.5 MB/s | 14 kB 00:00 (59/190): python3-distro-1.9.0-2.el9s.noarch.rp 9.4 MB/s | 41 kB 00:00 (60/190): python3-eventlet-0.36.1-1.el9s.noarch 88 MB/s | 492 kB 00:00 (61/190): python3-greenlet-3.1.1-1.el9s.x86_64. 76 MB/s | 215 kB 00:00 (62/190): python3-gabbi-3.0.0-1.el9s.noarch.rpm 34 MB/s | 269 kB 00:00 (63/190): python3-google-auth-2.38.0-1.el9s.noa 28 MB/s | 230 kB 00:00 (64/190): python3-h11-0.14.0-1.el9s.noarch.rpm 23 MB/s | 101 kB 00:00 (65/190): python3-h2-4.0.0-3.el9s.noarch.rpm 23 MB/s | 89 kB 00:00 (66/190): python3-hpack-4.0.0-2.el9s.noarch.rpm 15 MB/s | 51 kB 00:00 (67/190): python3-httpcore-1.0.2-1.el9s.noarch. 24 MB/s | 100 kB 00:00 (68/190): python3-hyperframe-6.0.0-2.el9s.noarc 8.4 MB/s | 28 kB 00:00 (69/190): python3-httpx-0.26.0-1.el9s.noarch.rp 29 MB/s | 139 kB 00:00 (70/190): python3-jinja2-3.0.1-2.el9s.noarch.rp 106 MB/s | 511 kB 00:00 (71/190): python3-jsonpath-rw-1.4.0-4.el9s.noar 9.4 MB/s | 38 kB 00:00 (72/190): python3-jsonpath-rw-ext-1.2.2-2.el9s. 7.4 MB/s | 38 kB 00:00 (73/190): python3-kombu-5.3.7-1.el9s.noarch.rpm 98 MB/s | 337 kB 00:00 (74/190): python3-logutils-0.3.5-15.el9s.noarch 33 MB/s | 46 kB 00:00 (75/190): python3-paste-3.10.1-1.el9s.noarch.rp 97 MB/s | 486 kB 00:00 (76/190): python3-ncclient-0.6.16-1.el9s.noarch 21 MB/s | 142 kB 00:00 (77/190): python3-paste-deploy-3.1.0-2.el9s.noa 26 MB/s | 38 kB 00:00 (78/190): python3-pecan-1.5.1-1.el9s.noarch.rpm 66 MB/s | 269 kB 00:00 (79/190): python3-prometheus_client-0.20.0-3.el 22 MB/s | 92 kB 00:00 (80/190): python3-kubernetes-31.0.0-2.el9s.noar 67 MB/s | 1.2 MB 00:00 (81/190): python3-pyasn1-0.6.0-1.el9s.noarch.rp 27 MB/s | 140 kB 00:00 (82/190): python3-pydot-3.0.3-1.el9s.noarch.rpm 26 MB/s | 71 kB 00:00 (83/190): python3-pyasn1-modules-0.6.0-1.el9s.n 37 MB/s | 249 kB 00:00 (84/190): python3-rdo-openvswitch-3.4-1.el9s.no 2.4 MB/s | 7.8 kB 00:00 (85/190): python3-repoze-lru-0.7-10.el9s.noarch 12 MB/s | 31 kB 00:00 (86/190): python3-pyroute2-0.7.12-2.el9s.noarch 107 MB/s | 731 kB 00:00 (87/190): python3-routes-2.5.1-1.el9s.noarch.rp 62 MB/s | 188 kB 00:00 (88/190): python3-rsa-4.9-1.el9s.noarch.rpm 15 MB/s | 59 kB 00:00 (89/190): python3-setproctitle-1.3.3-1.el9s.x86 8.4 MB/s | 24 kB 00:00 (90/190): python3-sniffio-1.3.1-1.el9s.noarch.r 6.3 MB/s | 22 kB 00:00 (91/190): python3-statsd-3.2.1-20.el9s.noarch.r 17 MB/s | 34 kB 00:00 (92/190): python3-sshtunnel-0.4.0-12.el9s.noarc 10 MB/s | 46 kB 00:00 (93/190): python3-tempita-0.5.2-2.el9s.noarch.r 28 MB/s | 36 kB 00:00 (94/190): python3-testresources-2.0.1-2.el9s.no 28 MB/s | 59 kB 00:00 (95/190): python3-ujson-5.10.0-1.el9s.x86_64.rp 15 MB/s | 33 kB 00:00 (96/190): python3-vine-5.1.0-1.el9s.noarch.rpm 15 MB/s | 25 kB 00:00 (97/190): python3-webob-1.8.9-1.el9s.noarch.rpm 73 MB/s | 230 kB 00:00 (98/190): python3-websocket-client-1.8.0-2.el9s 18 MB/s | 100 kB 00:00 (99/190): python3-wsgi_intercept-1.13.1-1.el9s. 7.8 MB/s | 32 kB 00:00 (100/190): python3-yappi-1.6.0-1.el9s.x86_64.rp 39 MB/s | 54 kB 00:00 (101/190): rdo-openvswitch-3.4-1.el9s.noarch.rp 3.2 MB/s | 7.6 kB 00:00 (102/190): python3-sqlalchemy-2.0.38-1.el9s.x86 121 MB/s | 2.8 MB 00:00 (103/190): python3-psycopg2-2.9.9-2.el9s.x86_64 25 MB/s | 188 kB 00:00 (104/190): openvswitch-selinux-extra-policy-1.0 1.5 MB/s | 10 kB 00:00 (105/190): python3-openvswitch3.4-3.4.3-77.el9s 32 MB/s | 326 kB 00:00 (106/190): adobe-mappings-cmap-deprecated-20171 21 MB/s | 107 kB 00:00 (107/190): adobe-mappings-cmap-20171205-12.el9. 96 MB/s | 1.9 MB 00:00 (108/190): adobe-mappings-pdf-20180407-10.el9.n 58 MB/s | 646 kB 00:00 (109/190): double-conversion-3.1.5-6.el9.x86_64 17 MB/s | 49 kB 00:00 (110/190): gd-2.3.2-3.el9.x86_64.rpm 50 MB/s | 132 kB 00:00 (111/190): google-droid-sans-fonts-20200215-11. 98 MB/s | 2.7 MB 00:00 (112/190): openvswitch3.4-3.4.3-77.el9s.x86_64. 96 MB/s | 6.9 MB 00:00 (113/190): checkpolicy-3.6-1.el9.x86_64.rpm 6.1 MB/s | 353 kB 00:00 (114/190): jbig2dec-libs-0.19-7.el9.x86_64.rpm 20 MB/s | 73 kB 00:00 (115/190): libICE-1.0.10-8.el9.x86_64.rpm 15 MB/s | 71 kB 00:00 (116/190): libSM-1.2.3-10.el9.x86_64.rpm 10 MB/s | 42 kB 00:00 (117/190): libXaw-1.0.13-19.el9.x86_64.rpm 68 MB/s | 198 kB 00:00 (118/190): graphviz-2.44.0-26.el9.x86_64.rpm 85 MB/s | 3.3 MB 00:00 (119/190): libXmu-1.1.3-8.el9.x86_64.rpm 12 MB/s | 75 kB 00:00 (120/190): libXpm-3.5.13-10.el9.x86_64.rpm 32 MB/s | 59 kB 00:00 (121/190): gtk2-2.24.33-8.el9.x86_64.rpm 95 MB/s | 3.5 MB 00:00 (122/190): libXt-1.2.0-6.el9.x86_64.rpm 24 MB/s | 180 kB 00:00 (123/190): libfontenc-1.1.3-17.el9.x86_64.rpm 4.9 MB/s | 31 kB 00:00 (124/190): libijs-0.35-15.el9.x86_64.rpm 11 MB/s | 30 kB 00:00 (125/190): libpq-13.20-1.el9.x86_64.rpm 43 MB/s | 208 kB 00:00 (126/190): libpaper-1.1.28-4.el9.x86_64.rpm 2.8 MB/s | 45 kB 00:00 (127/190): libxslt-1.1.34-12.el9.x86_64.rpm 54 MB/s | 233 kB 00:00 (128/190): mkfontscale-1.2.1-3.el9.x86_64.rpm 24 MB/s | 32 kB 00:00 (129/190): libgs-9.54.0-19.el9.x86_64.rpm 113 MB/s | 3.2 MB 00:00 (130/190): nmap-ncat-7.92-3.el9.x86_64.rpm 41 MB/s | 225 kB 00:00 (131/190): openjpeg2-2.4.0-8.el9.x86_64.rpm 41 MB/s | 162 kB 00:00 (132/190): librsvg2-2.50.7-3.el9.x86_64.rpm 93 MB/s | 3.2 MB 00:00 (133/190): python3-PyMySQL-0.10.1-6.el9.noarch. 23 MB/s | 107 kB 00:00 (134/190): nmap-7.92-3.el9.x86_64.rpm 125 MB/s | 5.6 MB 00:00 (135/190): policycoreutils-python-utils-3.6-3.e 1.4 MB/s | 76 kB 00:00 (136/190): python3-colorama-0.4.6-3.el9.noarch. 43 MB/s | 61 kB 00:00 (137/190): python3-babel-2.9.1-2.el9.noarch.rpm 174 MB/s | 6.0 MB 00:00 (138/190): python3-iniconfig-1.1.1-7.el9.noarch 1.9 MB/s | 17 kB 00:00 (139/190): python3-audit-3.1.5-7.el9.x86_64.rpm 1.4 MB/s | 79 kB 00:00 (140/190): python3-lxml-4.6.5-3.el9.x86_64.rpm 161 MB/s | 1.2 MB 00:00 (141/190): python3-libsemanage-3.6-5.el9.x86_64 1.5 MB/s | 79 kB 00:00 (142/190): python3-libselinux-3.6-3.el9.x86_64. 3.2 MB/s | 188 kB 00:00 (143/190): python3-netifaces-0.10.6-15.el9.x86_ 448 kB/s | 23 kB 00:00 (144/190): python3-pluggy-0.13.1-7.el9.noarch.r 8.6 MB/s | 41 kB 00:00 (145/190): python3-networkx-2.6.2-2.el9.noarch. 136 MB/s | 2.4 MB 00:00 (146/190): python3-py-1.10.0-6.el9.noarch.rpm 126 MB/s | 477 kB 00:00 (147/190): python3-pytest-6.2.2-7.el9.noarch.rp 126 MB/s | 519 kB 00:00 (148/190): python3-requests-oauthlib-1.3.0-12.e 24 MB/s | 54 kB 00:00 (149/190): python3-oauthlib-3.1.1-5.el9.noarch. 3.9 MB/s | 222 kB 00:00 (150/190): python3-toml-0.10.2-6.el9.noarch.rpm 23 MB/s | 42 kB 00:00 (151/190): unbound-libs-1.16.2-21.el9.x86_64.rp 82 MB/s | 551 kB 00:00 (152/190): urw-base35-bookman-fonts-20200910-6. 79 MB/s | 847 kB 00:00 (153/190): python3-policycoreutils-3.6-3.el9.no 26 MB/s | 2.1 MB 00:00 (154/190): urw-base35-c059-fonts-20200910-6.el9 47 MB/s | 875 kB 00:00 (155/190): urw-base35-d050000l-fonts-20200910-6 14 MB/s | 77 kB 00:00 (156/190): urw-base35-fonts-20200910-6.el9.noar 3.7 MB/s | 11 kB 00:00 (157/190): urw-base35-fonts-common-20200910-6.e 15 MB/s | 22 kB 00:00 (158/190): urw-base35-gothic-fonts-20200910-6.e 82 MB/s | 643 kB 00:00 (159/190): urw-base35-nimbus-mono-ps-fonts-2020 61 MB/s | 796 kB 00:00 (160/190): urw-base35-nimbus-roman-fonts-202009 71 MB/s | 856 kB 00:00 (161/190): python3-scapy-2.6.1-1.el9.noarch.rpm 36 MB/s | 3.6 MB 00:00 (162/190): urw-base35-standard-symbols-ps-fonts 30 MB/s | 42 kB 00:00 (163/190): urw-base35-nimbus-sans-fonts-2020091 70 MB/s | 1.3 MB 00:00 (164/190): urw-base35-z003-fonts-20200910-6.el9 48 MB/s | 276 kB 00:00 (165/190): urw-base35-p052-fonts-20200910-6.el9 56 MB/s | 974 kB 00:00 (166/190): bc-1.07.1-14.el9.x86_64.rpm 19 MB/s | 120 kB 00:00 (167/190): chkconfig-1.24-2.el9.x86_64.rpm 39 MB/s | 178 kB 00:00 (168/190): xorg-x11-fonts-ISO8859-1-100dpi-7.5- 106 MB/s | 1.1 MB 00:00 (169/190): initscripts-10.11.8-4.el9.x86_64.rpm 91 MB/s | 228 kB 00:00 (170/190): hostname-3.23-6.el9.x86_64.rpm 567 kB/s | 29 kB 00:00 (171/190): diffutils-3.7-12.el9.x86_64.rpm 7.1 MB/s | 397 kB 00:00 (172/190): initscripts-rename-device-10.11.8-4. 285 kB/s | 15 kB 00:00 (173/190): initscripts-service-10.11.8-4.el9.no 242 kB/s | 12 kB 00:00 (174/190): ipcalc-1.0.0-5.el9.x86_64.rpm 863 kB/s | 42 kB 00:00 (175/190): iproute-6.14.0-2.el9.x86_64.rpm 14 MB/s | 836 kB 00:00 (176/190): kmod-28-11.el9.x86_64.rpm 2.3 MB/s | 125 kB 00:00 (177/190): libbpf-1.5.0-2.el9.x86_64.rpm 3.4 MB/s | 186 kB 00:00 (178/190): libibverbs-57.0-2.el9.x86_64.rpm 7.8 MB/s | 453 kB 00:00 (179/190): libmnl-1.0.4-16.el9.x86_64.rpm 563 kB/s | 28 kB 00:00 (180/190): libnl3-3.11.0-1.el9.x86_64.rpm 6.7 MB/s | 363 kB 00:00 (181/190): libpcap-1.10.0-4.el9.x86_64.rpm 3.3 MB/s | 173 kB 00:00 (182/190): protobuf-c-1.3.3-13.el9.x86_64.rpm 19 MB/s | 35 kB 00:00 (183/190): libselinux-utils-3.6-3.el9.x86_64.rp 3.6 MB/s | 190 kB 00:00 (184/190): policycoreutils-3.6-3.el9.x86_64.rpm 4.4 MB/s | 239 kB 00:00 (185/190): python3-dns-2.6.1-3.el9.noarch.rpm 52 MB/s | 507 kB 00:00 (186/190): psmisc-23.4-3.el9.x86_64.rpm 4.4 MB/s | 243 kB 00:00 (187/190): rpm-plugin-selinux-4.16.1.3-39.el9.x 306 kB/s | 15 kB 00:00 (188/190): python3-setools-4.4.4-1.el9.x86_64.r 9.9 MB/s | 605 kB 00:00 (189/190): selinux-policy-38.1.65-1.el9.noarch. 838 kB/s | 42 kB 00:00 (190/190): selinux-policy-targeted-38.1.65-1.el 63 MB/s | 6.9 MB 00:00 -------------------------------------------------------------------------------- Total 84 MB/s | 89 MB 00:01 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: selinux-policy-targeted-38.1.65-1.el9.noarch 1/1 Preparing : 1/1 Installing : urw-base35-fonts-common-20200910-6.el9.noarch 1/190 Installing : python3-webob-1.8.9-1.el9s.noarch 2/190 Installing : python3-certifi-2020.12.5-2.el9s.noarch 3/190 Installing : python3-oslotest-5.0.0-0.20250318101204.4c36dbc. 4/190 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 5/190 Installing : python3-greenlet-3.1.1-1.el9s.x86_64 6/190 Installing : python3-sqlalchemy-2.0.38-1.el9s.x86_64 7/190 Installing : python3-heatclient-4.1.0-0.20250318083127.dd976a 8/190 Installing : python3-dns-2.6.1-3.el9.noarch 9/190 Installing : python3-eventlet-0.36.1-1.el9s.noarch 10/190 Installing : libselinux-utils-3.6-3.el9.x86_64 11/190 Installing : kmod-28-11.el9.x86_64 12/190 Installing : chkconfig-1.24-2.el9.x86_64 13/190 Installing : python3-oauthlib-3.1.1-5.el9.noarch 14/190 Installing : python3-libselinux-3.6-3.el9.x86_64 15/190 Installing : python3-babel-2.9.1-2.el9.noarch 16/190 Installing : libXpm-3.5.13-10.el9.x86_64 17/190 Installing : libICE-1.0.10-8.el9.x86_64 18/190 Installing : adobe-mappings-cmap-20171205-12.el9.noarch 19/190 Installing : python3-vine-5.1.0-1.el9s.noarch 20/190 Installing : python3-amqp-5.2.0-2.el9s.noarch 21/190 Installing : python3-kombu-1:5.3.7-1.el9s.noarch 22/190 Installing : python3-sniffio-1.3.1-1.el9s.noarch 23/190 Installing : python3-pyasn1-0.6.0-1.el9s.noarch 24/190 Installing : python3-ddt-1.6.0-1.el9s.noarch 25/190 Installing : python3-cachetools-5.5.2-1.el9s.noarch 26/190 Installing : python3-os-traits-3.3.0-0.20250318133612.1b608ff 27/190 Installing : python3-futurist-3.1.0-0.20250318085423.bd83787. 28/190 Installing : python3-zaqarclient-3.0.1-0.20250516051123.0233b 29/190 Installing : python3-watcher-tests-tempest-1:3.4.0-0.20250326 30/190 Installing : python3-manila-tests-tempest-1:2.7.0-0.202503260 31/190 Installing : python3-pyasn1-modules-0.6.0-1.el9s.noarch 32/190 Installing : python3-rsa-4.9-1.el9s.noarch 33/190 Installing : python3-google-auth-1:2.38.0-1.el9s.noarch 34/190 Installing : python3-anyio-3.5.0-1.el9s.noarch 35/190 Installing : adobe-mappings-cmap-deprecated-20171205-12.el9.n 36/190 Installing : libSM-1.2.3-10.el9.x86_64 37/190 Installing : libXt-1.2.0-6.el9.x86_64 38/190 Installing : libXmu-1.1.3-8.el9.x86_64 39/190 Installing : libXaw-1.0.13-19.el9.x86_64 40/190 Installing : gd-2.3.2-3.el9.x86_64 41/190 Installing : python3-jinja2-3.0.1-2.el9s.noarch 42/190 Installing : python3-libsemanage-3.6-5.el9.x86_64 43/190 Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 44/190 Installing : python3-designate-tests-tempest-0.25.0-0.2025032 45/190 Installing : python3-alembic-1.14.1-1.el9s.noarch 46/190 Installing : urw-base35-bookman-fonts-20200910-6.el9.noarch 47/190 Running scriptlet: urw-base35-bookman-fonts-20200910-6.el9.noarch 47/190 Installing : urw-base35-c059-fonts-20200910-6.el9.noarch 48/190 Running scriptlet: urw-base35-c059-fonts-20200910-6.el9.noarch 48/190 Installing : urw-base35-d050000l-fonts-20200910-6.el9.noarch 49/190 Running scriptlet: urw-base35-d050000l-fonts-20200910-6.el9.noarch 49/190 Installing : urw-base35-gothic-fonts-20200910-6.el9.noarch 50/190 Running scriptlet: urw-base35-gothic-fonts-20200910-6.el9.noarch 50/190 Installing : urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.n 51/190 Running scriptlet: urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.n 51/190 Installing : urw-base35-nimbus-roman-fonts-20200910-6.el9.noa 52/190 Running scriptlet: urw-base35-nimbus-roman-fonts-20200910-6.el9.noa 52/190 Installing : urw-base35-nimbus-sans-fonts-20200910-6.el9.noar 53/190 Running scriptlet: urw-base35-nimbus-sans-fonts-20200910-6.el9.noar 53/190 Installing : urw-base35-p052-fonts-20200910-6.el9.noarch 54/190 Running scriptlet: urw-base35-p052-fonts-20200910-6.el9.noarch 54/190 Installing : urw-base35-standard-symbols-ps-fonts-20200910-6. 55/190 Running scriptlet: urw-base35-standard-symbols-ps-fonts-20200910-6. 55/190 Installing : urw-base35-z003-fonts-20200910-6.el9.noarch 56/190 Running scriptlet: urw-base35-z003-fonts-20200910-6.el9.noarch 56/190 Installing : urw-base35-fonts-20200910-6.el9.noarch 57/190 Installing : python3-setools-4.4.4-1.el9.x86_64 58/190 Installing : psmisc-23.4-3.el9.x86_64 59/190 Installing : protobuf-c-1.3.3-13.el9.x86_64 60/190 Running scriptlet: unbound-libs-1.16.2-21.el9.x86_64 61/190 Installing : unbound-libs-1.16.2-21.el9.x86_64 61/190 Running scriptlet: unbound-libs-1.16.2-21.el9.x86_64 61/190 Created symlink /etc/systemd/system/timers.target.wants/unbound-anchor.timer → /usr/lib/systemd/system/unbound-anchor.timer. Installing : libnl3-3.11.0-1.el9.x86_64 62/190 Installing : libibverbs-57.0-2.el9.x86_64 63/190 Installing : libpcap-14:1.10.0-4.el9.x86_64 64/190 Installing : nmap-ncat-3:7.92-3.el9.x86_64 65/190 Running scriptlet: nmap-ncat-3:7.92-3.el9.x86_64 65/190 Installing : nmap-3:7.92-3.el9.x86_64 66/190 Installing : libmnl-1.0.4-16.el9.x86_64 67/190 Installing : libbpf-2:1.5.0-2.el9.x86_64 68/190 Installing : iproute-6.14.0-2.el9.x86_64 69/190 Installing : ipcalc-1.0.0-5.el9.x86_64 70/190 Installing : initscripts-service-10.11.8-4.el9.noarch 71/190 Installing : initscripts-rename-device-10.11.8-4.el9.x86_64 72/190 Installing : initscripts-10.11.8-4.el9.x86_64 73/190 Running scriptlet: initscripts-10.11.8-4.el9.x86_64 73/190 Created symlink /etc/systemd/system/sysinit.target.wants/import-state.service → /usr/lib/systemd/system/import-state.service. Created symlink /etc/systemd/system/sysinit.target.wants/loadmodules.service → /usr/lib/systemd/system/loadmodules.service. Installing : hostname-3.23-6.el9.x86_64 74/190 Running scriptlet: hostname-3.23-6.el9.x86_64 74/190 Installing : diffutils-3.7-12.el9.x86_64 75/190 Installing : policycoreutils-3.6-3.el9.x86_64 76/190 Running scriptlet: policycoreutils-3.6-3.el9.x86_64 76/190 Created symlink /etc/systemd/system/sysinit.target.wants/selinux-autorelabel-mark.service → /usr/lib/systemd/system/selinux-autorelabel-mark.service. Installing : selinux-policy-38.1.65-1.el9.noarch 77/190 Running scriptlet: selinux-policy-38.1.65-1.el9.noarch 77/190 Running scriptlet: selinux-policy-targeted-38.1.65-1.el9.noarch 78/190 Installing : selinux-policy-targeted-38.1.65-1.el9.noarch 78/190 Running scriptlet: selinux-policy-targeted-38.1.65-1.el9.noarch 78/190 Installing : bc-1.07.1-14.el9.x86_64 79/190 Installing : openstack-network-scripts-10.11.1-7.el9s.x86_64 80/190 Running scriptlet: openstack-network-scripts-10.11.1-7.el9s.x86_64 80/190 Installing : openstack-network-scripts-openvswitch3.4-10.11.1 81/190 Installing : python3-toml-0.10.2-6.el9.noarch 82/190 Installing : python3-scapy-2.6.1-1.el9.noarch 83/190 Installing : python3-py-1.10.0-6.el9.noarch 84/190 Installing : python3-pluggy-0.13.1-7.el9.noarch 85/190 Installing : python3-netifaces-0.10.6-15.el9.x86_64 86/190 Installing : python3-iniconfig-1.1.1-7.el9.noarch 87/190 Installing : python3-pytest-6.2.2-7.el9.noarch 88/190 Installing : python3-colorama-0.4.6-3.el9.noarch 89/190 Installing : python3-audit-3.1.5-7.el9.x86_64 90/190 Installing : openjpeg2-2.4.0-8.el9.x86_64 91/190 Installing : libxslt-1.1.34-12.el9.x86_64 92/190 Installing : python3-lxml-4.6.5-3.el9.x86_64 93/190 Installing : python3-keystone-tests-tempest-0.18.0-0.20250326 94/190 Installing : python3-ncclient-0.6.16-1.el9s.noarch 95/190 Installing : librsvg2-2.50.7-3.el9.x86_64 96/190 Installing : libpq-13.20-1.el9.x86_64 97/190 Installing : python3-psycopg2-2.9.9-2.el9s.x86_64 98/190 Installing : libpaper-1.1.28-4.el9.x86_64 99/190 Installing : libijs-0.35-15.el9.x86_64 100/190 Installing : libfontenc-1.1.3-17.el9.x86_64 101/190 Installing : mkfontscale-1.2.1-3.el9.x86_64 102/190 Installing : xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarc 103/190 Running scriptlet: xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarc 103/190 Installing : jbig2dec-libs-0.19-7.el9.x86_64 104/190 Installing : gtk2-2.24.33-8.el9.x86_64 105/190 Installing : google-droid-sans-fonts-20200215-11.el9.2.noarch 106/190 Installing : double-conversion-3.1.5-6.el9.x86_64 107/190 Installing : python3-ujson-5.10.0-1.el9s.x86_64 108/190 Installing : python3-gnocchiclient-7.1.0-0.20250318082127.f0c 109/190 Installing : checkpolicy-3.6-1.el9.x86_64 110/190 Installing : adobe-mappings-pdf-20180407-10.el9.noarch 111/190 Installing : libgs-9.54.0-19.el9.x86_64 112/190 Installing : graphviz-2.44.0-26.el9.x86_64 113/190 Running scriptlet: graphviz-2.44.0-26.el9.x86_64 113/190 Installing : python3-pydot-3.0.3-1.el9s.noarch 114/190 Installing : python3-networkx-2.6.2-2.el9.noarch 115/190 Installing : python3-yappi-1.6.0-1.el9s.x86_64 116/190 Installing : python3-wsgi_intercept-1.13.1-1.el9s.noarch 117/190 Installing : python3-websocket-client-1.8.0-2.el9s.noarch 118/190 Installing : python3-testresources-2.0.1-2.el9s.noarch 119/190 Installing : python3-tempita-0.5.2-2.el9s.noarch 120/190 Installing : python3-paste-3.10.1-1.el9s.noarch 121/190 Installing : python3-statsd-3.2.1-20.el9s.noarch 122/190 Installing : python3-sshtunnel-0.4.0-12.el9s.noarch 123/190 Installing : python3-whitebox-tests-tempest-0.0.3-0.202503261 124/190 Installing : python3-setproctitle-1.3.3-1.el9s.x86_64 125/190 Installing : python3-repoze-lru-0.7-10.el9s.noarch 126/190 Installing : python3-routes-2.5.1-1.el9s.noarch 127/190 Installing : python3-pyroute2-0.7.12-2.el9s.noarch 128/190 Installing : python3-prometheus_client-0.20.0-3.el9s.noarch 129/190 Installing : python3-oslo-metrics-0.11.0-0.20250317173501.c64 130/190 Installing : python3-paste-deploy-3.1.0-2.el9s.noarch 131/190 Installing : python3-oslo-service-4.1.1-0.20250317162948.7a52 132/190 Installing : python3-trove-tests-tempest-1:2.5.0-0.2025032608 133/190 Installing : python3-logutils-0.3.5-15.el9s.noarch 134/190 Installing : python3-pecan-1.5.1-1.el9s.noarch 135/190 Installing : python3-jsonpath-rw-1.4.0-4.el9s.noarch 136/190 Installing : python3-jsonpath-rw-ext-1.2.2-2.el9s.noarch 137/190 Installing : python3-gabbi-3.0.0-1.el9s.noarch 138/190 Installing : python3-hyperframe-6.0.0-2.el9s.noarch 139/190 Installing : python3-hpack-4.0.0-2.el9s.noarch 140/190 Installing : python3-h2-4.0.0-3.el9s.noarch 141/190 Installing : python3-h11-0.14.0-1.el9s.noarch 142/190 Installing : python3-httpcore-1.0.2-1.el9s.noarch 143/190 Installing : python3-httpx-0.26.0-1.el9s.noarch 144/190 Installing : python3-octavia-tests-tempest-3.0.0-0.2025032608 145/190 Installing : python3-durationpy-0.9-2.el9s.noarch 146/190 Installing : python3-kubernetes-1:31.0.0-2.el9s.noarch 147/190 Installing : python3-magnum-tests-tempest-2.7.0-0.20250326074 148/190 Installing : python3-distro-1.9.0-2.el9s.noarch 149/190 Installing : python3-policycoreutils-3.6-3.el9.noarch 150/190 Installing : policycoreutils-python-utils-3.6-3.el9.noarch 151/190 Running scriptlet: openvswitch-selinux-extra-policy-1.0-36.el9s.noa 152/190 Installing : openvswitch-selinux-extra-policy-1.0-36.el9s.noa 152/190 Running scriptlet: openvswitch-selinux-extra-policy-1.0-36.el9s.noa 152/190 Running scriptlet: openvswitch3.4-3.4.3-77.el9s.x86_64 153/190 Installing : openvswitch3.4-3.4.3-77.el9s.x86_64 153/190 Running scriptlet: openvswitch3.4-3.4.3-77.el9s.x86_64 153/190 Installing : python3-openvswitch3.4-3.4.3-77.el9s.x86_64 154/190 Installing : rdo-openvswitch-2:3.4-1.el9s.noarch 155/190 Installing : python3-rdo-openvswitch-2:3.4-1.el9s.noarch 156/190 Installing : python3-os-ken-3.0.1-0.20250317145052.a89ba8f.el 157/190 warning: group neutron does not exist - using root Installing : python3-ovsdbapp-2.11.0-0.20250317144144.e1bd214 158/190 Installing : python3-zaqar-tests-tempest-3.0.0-0.202503260815 159/190 Installing : python3-mistral-tests-tempest-2.6.0-0.2025032607 160/190 Installing : python3-glance-tests-tempest-0.12.0-0.2025032608 161/190 Installing : python-oslo-versionedobjects-lang-3.6.0-0.202503 162/190 Installing : python-oslo-policy-lang-4.5.1-0.20250317160948.3 163/190 Installing : python3-oslo-policy-4.5.1-0.20250317160948.3bb5d 164/190 Installing : python-oslo-middleware-lang-6.3.1-0.202503171607 165/190 Installing : python3-oslo-middleware-6.3.1-0.20250317160706.8 166/190 Installing : python3-oslo-messaging-16.1.0-0.20250317175405.e 167/190 Installing : python3-osprofiler-4.2.0-0.20250317185641.3fb048 168/190 Installing : python3-aodhclient-3.7.1-0.20250317125435.5c3a66 169/190 Installing : python3-oslo-versionedobjects-3.6.0-0.2025031719 170/190 Installing : python-oslo-db-lang-17.2.1-0.20250317180515.dc60 171/190 Installing : python3-oslo-db+mysql-17.2.1-0.20250317180515.dc 172/190 Installing : python3-oslo-db-17.2.1-0.20250317180515.dc60623. 173/190 Installing : python3-neutron-lib-3.18.2-0.20250317175914.bf21 174/190 Installing : python3-neutron-tests-tempest-2.11.0-0.202503260 175/190 Installing : python3-networking-l2gw-tests-tempest-0.1.1-0.20 176/190 Installing : python3-whitebox-neutron-tests-tempest-0.9.2-0.2 177/190 Installing : os-refresh-config-14.0.2-0.20250731155757.bfdbef 178/190 Installing : os-collect-config-14.0.2-0.20250731155442.146c04 179/190 Running scriptlet: os-collect-config-14.0.2-0.20250731155442.146c04 179/190 Installing : python3-heat-tests-tempest-2.5.0-0.2025032608131 180/190 Installing : python3-telemetry-tests-tempest-2.5.1-0.20250603 181/190 Installing : python3-mistralclient-5.4.0-0.20250317131436.c05 182/190 Installing : python-vitrageclient-bash-completion-5.2.0-0.202 183/190 Installing : python3-vitrageclient-5.2.0-0.20250318092913.fc2 184/190 Installing : python3-vitrage-tests-tempest-6.6.0-0.2025032607 185/190 Installing : python3-cinder-tests-tempest-1.17.0-0.2025032607 186/190 Installing : python3-ironic-tests-tempest-2.13.0-0.2025032608 187/190 Installing : python3-barbican-tests-tempest-4.3.0-0.202503260 188/190 Installing : openstack-tempest-all-1:43.0.0-0.20250325213936. 189/190 Installing : rpm-plugin-selinux-4.16.1.3-39.el9.x86_64 190/190 Running scriptlet: urw-base35-bookman-fonts-20200910-6.el9.noarch 190/190 Running scriptlet: urw-base35-c059-fonts-20200910-6.el9.noarch 190/190 Running scriptlet: urw-base35-d050000l-fonts-20200910-6.el9.noarch 190/190 Running scriptlet: urw-base35-gothic-fonts-20200910-6.el9.noarch 190/190 Running scriptlet: urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.n 190/190 Running scriptlet: urw-base35-nimbus-roman-fonts-20200910-6.el9.noa 190/190 Running scriptlet: urw-base35-nimbus-sans-fonts-20200910-6.el9.noar 190/190 Running scriptlet: urw-base35-p052-fonts-20200910-6.el9.noarch 190/190 Running scriptlet: urw-base35-standard-symbols-ps-fonts-20200910-6. 190/190 Running scriptlet: urw-base35-z003-fonts-20200910-6.el9.noarch 190/190 Running scriptlet: iproute-6.14.0-2.el9.x86_64 190/190 Running scriptlet: selinux-policy-targeted-38.1.65-1.el9.noarch 190/190 Running scriptlet: openvswitch-selinux-extra-policy-1.0-36.el9s.noa 190/190 Running scriptlet: rpm-plugin-selinux-4.16.1.3-39.el9.x86_64 190/190 Verifying : python3-barbican-tests-tempest-4.3.0-0.202503260 1/190 Verifying : python3-ironic-tests-tempest-2.13.0-0.2025032608 2/190 Verifying : python3-cinder-tests-tempest-1.17.0-0.2025032607 3/190 Verifying : python-vitrageclient-bash-completion-5.2.0-0.202 4/190 Verifying : python3-aodhclient-3.7.1-0.20250317125435.5c3a66 5/190 Verifying : python3-gnocchiclient-7.1.0-0.20250318082127.f0c 6/190 Verifying : python3-heatclient-4.1.0-0.20250318083127.dd976a 7/190 Verifying : python3-mistralclient-5.4.0-0.20250317131436.c05 8/190 Verifying : python3-oslotest-5.0.0-0.20250318101204.4c36dbc. 9/190 Verifying : python3-vitrageclient-5.2.0-0.20250318092913.fc2 10/190 Verifying : python3-zaqarclient-3.0.1-0.20250516051123.0233b 11/190 Verifying : os-collect-config-14.0.2-0.20250731155442.146c04 12/190 Verifying : os-refresh-config-14.0.2-0.20250731155757.bfdbef 13/190 Verifying : python-oslo-db-lang-17.2.1-0.20250317180515.dc60 14/190 Verifying : python-oslo-middleware-lang-6.3.1-0.202503171607 15/190 Verifying : python-oslo-policy-lang-4.5.1-0.20250317160948.3 16/190 Verifying : python-oslo-versionedobjects-lang-3.6.0-0.202503 17/190 Verifying : python3-futurist-3.1.0-0.20250318085423.bd83787. 18/190 Verifying : python3-os-traits-3.3.0-0.20250318133612.1b608ff 19/190 Verifying : python3-oslo-db+mysql-17.2.1-0.20250317180515.dc 20/190 Verifying : python3-oslo-db-17.2.1-0.20250317180515.dc60623. 21/190 Verifying : python3-oslo-messaging-16.1.0-0.20250317175405.e 22/190 Verifying : python3-oslo-metrics-0.11.0-0.20250317173501.c64 23/190 Verifying : python3-oslo-middleware-6.3.1-0.20250317160706.8 24/190 Verifying : python3-oslo-policy-4.5.1-0.20250317160948.3bb5d 25/190 Verifying : python3-oslo-service-4.1.1-0.20250317162948.7a52 26/190 Verifying : python3-oslo-versionedobjects-3.6.0-0.2025031719 27/190 Verifying : python3-osprofiler-4.2.0-0.20250317185641.3fb048 28/190 Verifying : python3-whitebox-tests-tempest-0.0.3-0.202503261 29/190 Verifying : python3-designate-tests-tempest-0.25.0-0.2025032 30/190 Verifying : python3-glance-tests-tempest-0.12.0-0.2025032608 31/190 Verifying : python3-keystone-tests-tempest-0.18.0-0.20250326 32/190 Verifying : python3-manila-tests-tempest-1:2.7.0-0.202503260 33/190 Verifying : python3-networking-l2gw-tests-tempest-0.1.1-0.20 34/190 Verifying : python3-neutron-lib-3.18.2-0.20250317175914.bf21 35/190 Verifying : python3-neutron-tests-tempest-2.11.0-0.202503260 36/190 Verifying : python3-os-ken-3.0.1-0.20250317145052.a89ba8f.el 37/190 Verifying : python3-ovsdbapp-2.11.0-0.20250317144144.e1bd214 38/190 Verifying : python3-whitebox-neutron-tests-tempest-0.9.2-0.2 39/190 Verifying : python3-octavia-tests-tempest-3.0.0-0.2025032608 40/190 Verifying : python3-watcher-tests-tempest-1:3.4.0-0.20250326 41/190 Verifying : openstack-tempest-all-1:43.0.0-0.20250325213936. 42/190 Verifying : python3-heat-tests-tempest-2.5.0-0.2025032608131 43/190 Verifying : python3-magnum-tests-tempest-2.7.0-0.20250326074 44/190 Verifying : python3-mistral-tests-tempest-2.6.0-0.2025032607 45/190 Verifying : python3-telemetry-tests-tempest-2.5.1-0.20250603 46/190 Verifying : python3-trove-tests-tempest-1:2.5.0-0.2025032608 47/190 Verifying : python3-vitrage-tests-tempest-6.6.0-0.2025032607 48/190 Verifying : python3-zaqar-tests-tempest-3.0.0-0.202503260815 49/190 Verifying : openstack-network-scripts-10.11.1-7.el9s.x86_64 50/190 Verifying : openstack-network-scripts-openvswitch3.4-10.11.1 51/190 Verifying : python3-alembic-1.14.1-1.el9s.noarch 52/190 Verifying : python3-amqp-5.2.0-2.el9s.noarch 53/190 Verifying : python3-anyio-3.5.0-1.el9s.noarch 54/190 Verifying : python3-cachetools-5.5.2-1.el9s.noarch 55/190 Verifying : python3-certifi-2020.12.5-2.el9s.noarch 56/190 Verifying : python3-ddt-1.6.0-1.el9s.noarch 57/190 Verifying : python3-distro-1.9.0-2.el9s.noarch 58/190 Verifying : python3-durationpy-0.9-2.el9s.noarch 59/190 Verifying : python3-eventlet-0.36.1-1.el9s.noarch 60/190 Verifying : python3-gabbi-3.0.0-1.el9s.noarch 61/190 Verifying : python3-google-auth-1:2.38.0-1.el9s.noarch 62/190 Verifying : python3-greenlet-3.1.1-1.el9s.x86_64 63/190 Verifying : python3-h11-0.14.0-1.el9s.noarch 64/190 Verifying : python3-h2-4.0.0-3.el9s.noarch 65/190 Verifying : python3-hpack-4.0.0-2.el9s.noarch 66/190 Verifying : python3-httpcore-1.0.2-1.el9s.noarch 67/190 Verifying : python3-httpx-0.26.0-1.el9s.noarch 68/190 Verifying : python3-hyperframe-6.0.0-2.el9s.noarch 69/190 Verifying : python3-jinja2-3.0.1-2.el9s.noarch 70/190 Verifying : python3-jsonpath-rw-1.4.0-4.el9s.noarch 71/190 Verifying : python3-jsonpath-rw-ext-1.2.2-2.el9s.noarch 72/190 Verifying : python3-kombu-1:5.3.7-1.el9s.noarch 73/190 Verifying : python3-kubernetes-1:31.0.0-2.el9s.noarch 74/190 Verifying : python3-logutils-0.3.5-15.el9s.noarch 75/190 Verifying : python3-ncclient-0.6.16-1.el9s.noarch 76/190 Verifying : python3-paste-3.10.1-1.el9s.noarch 77/190 Verifying : python3-paste-deploy-3.1.0-2.el9s.noarch 78/190 Verifying : python3-pecan-1.5.1-1.el9s.noarch 79/190 Verifying : python3-prometheus_client-0.20.0-3.el9s.noarch 80/190 Verifying : python3-pyasn1-0.6.0-1.el9s.noarch 81/190 Verifying : python3-pyasn1-modules-0.6.0-1.el9s.noarch 82/190 Verifying : python3-pydot-3.0.3-1.el9s.noarch 83/190 Verifying : python3-pyroute2-0.7.12-2.el9s.noarch 84/190 Verifying : python3-rdo-openvswitch-2:3.4-1.el9s.noarch 85/190 Verifying : python3-repoze-lru-0.7-10.el9s.noarch 86/190 Verifying : python3-routes-2.5.1-1.el9s.noarch 87/190 Verifying : python3-rsa-4.9-1.el9s.noarch 88/190 Verifying : python3-setproctitle-1.3.3-1.el9s.x86_64 89/190 Verifying : python3-sniffio-1.3.1-1.el9s.noarch 90/190 Verifying : python3-sqlalchemy-2.0.38-1.el9s.x86_64 91/190 Verifying : python3-sshtunnel-0.4.0-12.el9s.noarch 92/190 Verifying : python3-statsd-3.2.1-20.el9s.noarch 93/190 Verifying : python3-tempita-0.5.2-2.el9s.noarch 94/190 Verifying : python3-testresources-2.0.1-2.el9s.noarch 95/190 Verifying : python3-ujson-5.10.0-1.el9s.x86_64 96/190 Verifying : python3-vine-5.1.0-1.el9s.noarch 97/190 Verifying : python3-webob-1.8.9-1.el9s.noarch 98/190 Verifying : python3-websocket-client-1.8.0-2.el9s.noarch 99/190 Verifying : python3-wsgi_intercept-1.13.1-1.el9s.noarch 100/190 Verifying : python3-yappi-1.6.0-1.el9s.x86_64 101/190 Verifying : rdo-openvswitch-2:3.4-1.el9s.noarch 102/190 Verifying : python3-psycopg2-2.9.9-2.el9s.x86_64 103/190 Verifying : openvswitch-selinux-extra-policy-1.0-36.el9s.noa 104/190 Verifying : openvswitch3.4-3.4.3-77.el9s.x86_64 105/190 Verifying : python3-openvswitch3.4-3.4.3-77.el9s.x86_64 106/190 Verifying : adobe-mappings-cmap-20171205-12.el9.noarch 107/190 Verifying : adobe-mappings-cmap-deprecated-20171205-12.el9.n 108/190 Verifying : adobe-mappings-pdf-20180407-10.el9.noarch 109/190 Verifying : checkpolicy-3.6-1.el9.x86_64 110/190 Verifying : double-conversion-3.1.5-6.el9.x86_64 111/190 Verifying : gd-2.3.2-3.el9.x86_64 112/190 Verifying : google-droid-sans-fonts-20200215-11.el9.2.noarch 113/190 Verifying : graphviz-2.44.0-26.el9.x86_64 114/190 Verifying : gtk2-2.24.33-8.el9.x86_64 115/190 Verifying : jbig2dec-libs-0.19-7.el9.x86_64 116/190 Verifying : libICE-1.0.10-8.el9.x86_64 117/190 Verifying : libSM-1.2.3-10.el9.x86_64 118/190 Verifying : libXaw-1.0.13-19.el9.x86_64 119/190 Verifying : libXmu-1.1.3-8.el9.x86_64 120/190 Verifying : libXpm-3.5.13-10.el9.x86_64 121/190 Verifying : libXt-1.2.0-6.el9.x86_64 122/190 Verifying : libfontenc-1.1.3-17.el9.x86_64 123/190 Verifying : libgs-9.54.0-19.el9.x86_64 124/190 Verifying : libijs-0.35-15.el9.x86_64 125/190 Verifying : libpaper-1.1.28-4.el9.x86_64 126/190 Verifying : libpq-13.20-1.el9.x86_64 127/190 Verifying : librsvg2-2.50.7-3.el9.x86_64 128/190 Verifying : libxslt-1.1.34-12.el9.x86_64 129/190 Verifying : mkfontscale-1.2.1-3.el9.x86_64 130/190 Verifying : nmap-3:7.92-3.el9.x86_64 131/190 Verifying : nmap-ncat-3:7.92-3.el9.x86_64 132/190 Verifying : openjpeg2-2.4.0-8.el9.x86_64 133/190 Verifying : policycoreutils-python-utils-3.6-3.el9.noarch 134/190 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 135/190 Verifying : python3-audit-3.1.5-7.el9.x86_64 136/190 Verifying : python3-babel-2.9.1-2.el9.noarch 137/190 Verifying : python3-colorama-0.4.6-3.el9.noarch 138/190 Verifying : python3-iniconfig-1.1.1-7.el9.noarch 139/190 Verifying : python3-libselinux-3.6-3.el9.x86_64 140/190 Verifying : python3-libsemanage-3.6-5.el9.x86_64 141/190 Verifying : python3-lxml-4.6.5-3.el9.x86_64 142/190 Verifying : python3-netifaces-0.10.6-15.el9.x86_64 143/190 Verifying : python3-networkx-2.6.2-2.el9.noarch 144/190 Verifying : python3-oauthlib-3.1.1-5.el9.noarch 145/190 Verifying : python3-pluggy-0.13.1-7.el9.noarch 146/190 Verifying : python3-policycoreutils-3.6-3.el9.noarch 147/190 Verifying : python3-py-1.10.0-6.el9.noarch 148/190 Verifying : python3-pytest-6.2.2-7.el9.noarch 149/190 Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 150/190 Verifying : python3-scapy-2.6.1-1.el9.noarch 151/190 Verifying : python3-toml-0.10.2-6.el9.noarch 152/190 Verifying : unbound-libs-1.16.2-21.el9.x86_64 153/190 Verifying : urw-base35-bookman-fonts-20200910-6.el9.noarch 154/190 Verifying : urw-base35-c059-fonts-20200910-6.el9.noarch 155/190 Verifying : urw-base35-d050000l-fonts-20200910-6.el9.noarch 156/190 Verifying : urw-base35-fonts-20200910-6.el9.noarch 157/190 Verifying : urw-base35-fonts-common-20200910-6.el9.noarch 158/190 Verifying : urw-base35-gothic-fonts-20200910-6.el9.noarch 159/190 Verifying : urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.n 160/190 Verifying : urw-base35-nimbus-roman-fonts-20200910-6.el9.noa 161/190 Verifying : urw-base35-nimbus-sans-fonts-20200910-6.el9.noar 162/190 Verifying : urw-base35-p052-fonts-20200910-6.el9.noarch 163/190 Verifying : urw-base35-standard-symbols-ps-fonts-20200910-6. 164/190 Verifying : urw-base35-z003-fonts-20200910-6.el9.noarch 165/190 Verifying : xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarc 166/190 Verifying : bc-1.07.1-14.el9.x86_64 167/190 Verifying : chkconfig-1.24-2.el9.x86_64 168/190 Verifying : diffutils-3.7-12.el9.x86_64 169/190 Verifying : hostname-3.23-6.el9.x86_64 170/190 Verifying : initscripts-10.11.8-4.el9.x86_64 171/190 Verifying : initscripts-rename-device-10.11.8-4.el9.x86_64 172/190 Verifying : initscripts-service-10.11.8-4.el9.noarch 173/190 Verifying : ipcalc-1.0.0-5.el9.x86_64 174/190 Verifying : iproute-6.14.0-2.el9.x86_64 175/190 Verifying : kmod-28-11.el9.x86_64 176/190 Verifying : libbpf-2:1.5.0-2.el9.x86_64 177/190 Verifying : libibverbs-57.0-2.el9.x86_64 178/190 Verifying : libmnl-1.0.4-16.el9.x86_64 179/190 Verifying : libnl3-3.11.0-1.el9.x86_64 180/190 Verifying : libpcap-14:1.10.0-4.el9.x86_64 181/190 Verifying : libselinux-utils-3.6-3.el9.x86_64 182/190 Verifying : policycoreutils-3.6-3.el9.x86_64 183/190 Verifying : protobuf-c-1.3.3-13.el9.x86_64 184/190 Verifying : psmisc-23.4-3.el9.x86_64 185/190 Verifying : python3-dns-2.6.1-3.el9.noarch 186/190 Verifying : python3-setools-4.4.4-1.el9.x86_64 187/190 Verifying : rpm-plugin-selinux-4.16.1.3-39.el9.x86_64 188/190 Verifying : selinux-policy-38.1.65-1.el9.noarch 189/190 Verifying : selinux-policy-targeted-38.1.65-1.el9.noarch 190/190 Installed: adobe-mappings-cmap-20171205-12.el9.noarch adobe-mappings-cmap-deprecated-20171205-12.el9.noarch adobe-mappings-pdf-20180407-10.el9.noarch bc-1.07.1-14.el9.x86_64 checkpolicy-3.6-1.el9.x86_64 chkconfig-1.24-2.el9.x86_64 diffutils-3.7-12.el9.x86_64 double-conversion-3.1.5-6.el9.x86_64 gd-2.3.2-3.el9.x86_64 google-droid-sans-fonts-20200215-11.el9.2.noarch graphviz-2.44.0-26.el9.x86_64 gtk2-2.24.33-8.el9.x86_64 hostname-3.23-6.el9.x86_64 initscripts-10.11.8-4.el9.x86_64 initscripts-rename-device-10.11.8-4.el9.x86_64 initscripts-service-10.11.8-4.el9.noarch ipcalc-1.0.0-5.el9.x86_64 iproute-6.14.0-2.el9.x86_64 jbig2dec-libs-0.19-7.el9.x86_64 kmod-28-11.el9.x86_64 libICE-1.0.10-8.el9.x86_64 libSM-1.2.3-10.el9.x86_64 libXaw-1.0.13-19.el9.x86_64 libXmu-1.1.3-8.el9.x86_64 libXpm-3.5.13-10.el9.x86_64 libXt-1.2.0-6.el9.x86_64 libbpf-2:1.5.0-2.el9.x86_64 libfontenc-1.1.3-17.el9.x86_64 libgs-9.54.0-19.el9.x86_64 libibverbs-57.0-2.el9.x86_64 libijs-0.35-15.el9.x86_64 libmnl-1.0.4-16.el9.x86_64 libnl3-3.11.0-1.el9.x86_64 libpaper-1.1.28-4.el9.x86_64 libpcap-14:1.10.0-4.el9.x86_64 libpq-13.20-1.el9.x86_64 librsvg2-2.50.7-3.el9.x86_64 libselinux-utils-3.6-3.el9.x86_64 libxslt-1.1.34-12.el9.x86_64 mkfontscale-1.2.1-3.el9.x86_64 nmap-3:7.92-3.el9.x86_64 nmap-ncat-3:7.92-3.el9.x86_64 openjpeg2-2.4.0-8.el9.x86_64 openstack-network-scripts-10.11.1-7.el9s.x86_64 openstack-network-scripts-openvswitch3.4-10.11.1-7.el9s.x86_64 openstack-tempest-all-1:43.0.0-0.20250325213936.53dc8df.el9.noarch openvswitch-selinux-extra-policy-1.0-36.el9s.noarch openvswitch3.4-3.4.3-77.el9s.x86_64 os-collect-config-14.0.2-0.20250731155442.146c040.el9.noarch os-refresh-config-14.0.2-0.20250731155757.bfdbef4.el9.noarch policycoreutils-3.6-3.el9.x86_64 policycoreutils-python-utils-3.6-3.el9.noarch protobuf-c-1.3.3-13.el9.x86_64 psmisc-23.4-3.el9.x86_64 python-oslo-db-lang-17.2.1-0.20250317180515.dc60623.el9.noarch python-oslo-middleware-lang-6.3.1-0.20250317160706.8af9987.el9.noarch python-oslo-policy-lang-4.5.1-0.20250317160948.3bb5d92.el9.noarch python-oslo-versionedobjects-lang-3.6.0-0.20250317191329.79e9d5d.el9.noarch python-vitrageclient-bash-completion-5.2.0-0.20250318092913.fc2d612.el9.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.14.1-1.el9s.noarch python3-amqp-5.2.0-2.el9s.noarch python3-anyio-3.5.0-1.el9s.noarch python3-aodhclient-3.7.1-0.20250317125435.5c3a66c.el9.noarch python3-audit-3.1.5-7.el9.x86_64 python3-babel-2.9.1-2.el9.noarch python3-barbican-tests-tempest-4.3.0-0.20250326074431.2cd1851.el9.noarch python3-cachetools-5.5.2-1.el9s.noarch python3-certifi-2020.12.5-2.el9s.noarch python3-cinder-tests-tempest-1.17.0-0.20250326075857.bb5594c.el9.noarch python3-colorama-0.4.6-3.el9.noarch python3-ddt-1.6.0-1.el9s.noarch python3-designate-tests-tempest-0.25.0-0.20250326081044.f36fcee.el9.noarch python3-distro-1.9.0-2.el9s.noarch python3-dns-2.6.1-3.el9.noarch python3-durationpy-0.9-2.el9s.noarch python3-eventlet-0.36.1-1.el9s.noarch python3-futurist-3.1.0-0.20250318085423.bd83787.el9.noarch python3-gabbi-3.0.0-1.el9s.noarch python3-glance-tests-tempest-0.12.0-0.20250326084132.fd2087d.el9.noarch python3-gnocchiclient-7.1.0-0.20250318082127.f0c4fa0.el9.noarch python3-google-auth-1:2.38.0-1.el9s.noarch python3-greenlet-3.1.1-1.el9s.x86_64 python3-h11-0.14.0-1.el9s.noarch python3-h2-4.0.0-3.el9s.noarch python3-heat-tests-tempest-2.5.0-0.20250326081318.d2db170.el9.noarch python3-heatclient-4.1.0-0.20250318083127.dd976ac.el9.noarch python3-hpack-4.0.0-2.el9s.noarch python3-httpcore-1.0.2-1.el9s.noarch python3-httpx-0.26.0-1.el9s.noarch python3-hyperframe-6.0.0-2.el9s.noarch python3-iniconfig-1.1.1-7.el9.noarch python3-ironic-tests-tempest-2.13.0-0.20250326084543.9e8d667.el9.noarch python3-jinja2-3.0.1-2.el9s.noarch python3-jsonpath-rw-1.4.0-4.el9s.noarch python3-jsonpath-rw-ext-1.2.2-2.el9s.noarch python3-keystone-tests-tempest-0.18.0-0.20250326075640.f3c8942.el9.noarch python3-kombu-1:5.3.7-1.el9s.noarch python3-kubernetes-1:31.0.0-2.el9s.noarch python3-libselinux-3.6-3.el9.x86_64 python3-libsemanage-3.6-5.el9.x86_64 python3-logutils-0.3.5-15.el9s.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnum-tests-tempest-2.7.0-0.20250326074606.bb4b798.el9.noarch python3-manila-tests-tempest-1:2.7.0-0.20250326074829.58903bd.el9.noarch python3-mistral-tests-tempest-2.6.0-0.20250326075350.a707405.el9.noarch python3-mistralclient-5.4.0-0.20250317131436.c055eb1.el9.noarch python3-ncclient-0.6.16-1.el9s.noarch python3-netifaces-0.10.6-15.el9.x86_64 python3-networking-l2gw-tests-tempest-0.1.1-0.20250326090117.82e3d07.el9.noarch python3-networkx-2.6.2-2.el9.noarch python3-neutron-lib-3.18.2-0.20250317175914.bf21a6d.el9.noarch python3-neutron-tests-tempest-2.11.0-0.20250326080644.ed3744e.el9.noarch python3-oauthlib-3.1.1-5.el9.noarch python3-octavia-tests-tempest-3.0.0-0.20250326082117.875c38f.el9.noarch python3-openvswitch3.4-3.4.3-77.el9s.x86_64 python3-os-ken-3.0.1-0.20250317145052.a89ba8f.el9.noarch python3-os-traits-3.3.0-0.20250318133612.1b608ff.el9.noarch python3-oslo-db-17.2.1-0.20250317180515.dc60623.el9.noarch python3-oslo-db+mysql-17.2.1-0.20250317180515.dc60623.el9.noarch python3-oslo-messaging-16.1.0-0.20250317175405.e91bb45.el9.noarch python3-oslo-metrics-0.11.0-0.20250317173501.c64d51c.el9.noarch python3-oslo-middleware-6.3.1-0.20250317160706.8af9987.el9.noarch python3-oslo-policy-4.5.1-0.20250317160948.3bb5d92.el9.noarch python3-oslo-service-4.1.1-0.20250317162948.7a52803.el9.noarch python3-oslo-versionedobjects-3.6.0-0.20250317191329.79e9d5d.el9.noarch python3-oslotest-5.0.0-0.20250318101204.4c36dbc.el9.noarch python3-osprofiler-4.2.0-0.20250317185641.3fb0487.el9.noarch python3-ovsdbapp-2.11.0-0.20250317144144.e1bd214.el9.noarch python3-paste-3.10.1-1.el9s.noarch python3-paste-deploy-3.1.0-2.el9s.noarch python3-pecan-1.5.1-1.el9s.noarch python3-pluggy-0.13.1-7.el9.noarch python3-policycoreutils-3.6-3.el9.noarch python3-prometheus_client-0.20.0-3.el9s.noarch python3-psycopg2-2.9.9-2.el9s.x86_64 python3-py-1.10.0-6.el9.noarch python3-pyasn1-0.6.0-1.el9s.noarch python3-pyasn1-modules-0.6.0-1.el9s.noarch python3-pydot-3.0.3-1.el9s.noarch python3-pyroute2-0.7.12-2.el9s.noarch python3-pytest-6.2.2-7.el9.noarch python3-rdo-openvswitch-2:3.4-1.el9s.noarch python3-repoze-lru-0.7-10.el9s.noarch python3-requests-oauthlib-1.3.0-12.el9.noarch python3-routes-2.5.1-1.el9s.noarch python3-rsa-4.9-1.el9s.noarch python3-scapy-2.6.1-1.el9.noarch python3-setools-4.4.4-1.el9.x86_64 python3-setproctitle-1.3.3-1.el9s.x86_64 python3-sniffio-1.3.1-1.el9s.noarch python3-sqlalchemy-2.0.38-1.el9s.x86_64 python3-sshtunnel-0.4.0-12.el9s.noarch python3-statsd-3.2.1-20.el9s.noarch python3-telemetry-tests-tempest-2.5.1-0.20250603081212.ddfb79a.el9.noarch python3-tempita-0.5.2-2.el9s.noarch python3-testresources-2.0.1-2.el9s.noarch python3-toml-0.10.2-6.el9.noarch python3-trove-tests-tempest-1:2.5.0-0.20250326080407.3590d9f.el9.noarch python3-ujson-5.10.0-1.el9s.x86_64 python3-vine-5.1.0-1.el9s.noarch python3-vitrage-tests-tempest-6.6.0-0.20250326074130.a294899.el9.noarch python3-vitrageclient-5.2.0-0.20250318092913.fc2d612.el9.noarch python3-watcher-tests-tempest-1:3.4.0-0.20250326080132.9f77ca3.el9.noarch python3-webob-1.8.9-1.el9s.noarch python3-websocket-client-1.8.0-2.el9s.noarch python3-whitebox-neutron-tests-tempest-0.9.2-0.20250612193118.83d7b5e.el9.noarch python3-whitebox-tests-tempest-0.0.3-0.20250326141151.d78d938.el9.noarch python3-wsgi_intercept-1.13.1-1.el9s.noarch python3-yappi-1.6.0-1.el9s.x86_64 python3-zaqar-tests-tempest-3.0.0-0.20250326081539.e70ed5e.el9.noarch python3-zaqarclient-3.0.1-0.20250516051123.0233b3b.el9.noarch rdo-openvswitch-2:3.4-1.el9s.noarch rpm-plugin-selinux-4.16.1.3-39.el9.x86_64 selinux-policy-38.1.65-1.el9.noarch selinux-policy-targeted-38.1.65-1.el9.noarch unbound-libs-1.16.2-21.el9.x86_64 urw-base35-bookman-fonts-20200910-6.el9.noarch urw-base35-c059-fonts-20200910-6.el9.noarch urw-base35-d050000l-fonts-20200910-6.el9.noarch urw-base35-fonts-20200910-6.el9.noarch urw-base35-fonts-common-20200910-6.el9.noarch urw-base35-gothic-fonts-20200910-6.el9.noarch urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.noarch urw-base35-nimbus-roman-fonts-20200910-6.el9.noarch urw-base35-nimbus-sans-fonts-20200910-6.el9.noarch urw-base35-p052-fonts-20200910-6.el9.noarch urw-base35-standard-symbols-ps-fonts-20200910-6.el9.noarch urw-base35-z003-fonts-20200910-6.el9.noarch xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarch Complete! 160 files removed STEP 7/17: RUN cp /usr/share/tcib/container-images/tcib/base/os/tempest/tempest_sudoers /etc/sudoers.d/tempest_sudoers STEP 8/17: RUN chmod 440 /etc/sudoers.d/tempest_sudoers STEP 9/17: RUN mkdir -p /var/lib/tempest/external_files STEP 10/17: RUN mkdir -p /var/lib/kolla/config_files STEP 11/17: RUN chown -R tempest.tempest /var/lib/tempest STEP 12/17: RUN touch /var/lib/kolla/config_files/config.json STEP 13/17: RUN cp /usr/share/tcib/container-images/tcib/base/os/tempest/run_tempest.sh /usr/local/bin/run_tempest.sh STEP 14/17: RUN chmod +x /usr/local/bin/run_tempest.sh STEP 15/17: ENTRYPOINT ["/usr/local/bin/run_tempest.sh"] STEP 16/17: USER tempest STEP 17/17: LABEL "tcib_build_tag"="watcher_latest" COMMIT 38.102.83.129:5001/podified-epoxy-centos9/openstack-tempest-all:watcher_latest Getting image source signatures Copying blob sha256:dfe3535c047dfd1b56a035a76f7fcccd61101a4c7c28b14527de35475ed1e01a Copying blob sha256:b7678e42a88cf593071623c2bc9297a42033af436a07de1a46268f7c69e878d6 Copying blob sha256:6567b312009e3d5ed742a123efb0b012e638e0ec77ea9766a7d46f417a305602 Copying blob sha256:19c7aba83de997d58b0c2d84e5ff104deaf619196660959a6c0ad15a144a151c Copying blob sha256:c0e39f87ef48c32eb766bef006c1f4d35073fb88274e477068628e999f8caa07 Copying config sha256:85c42e14f3690eb036731dcbd9a219ba8bad1787b029d9bf0b28e9141b9bbf7e Writing manifest to image destination --> 85c42e14f369 Successfully tagged 38.102.83.129:5001/podified-epoxy-centos9/openstack-tempest-all:watcher_latest 85c42e14f3690eb036731dcbd9a219ba8bad1787b029d9bf0b28e9141b9bbf7e