STEP 1/20: FROM quay.rdoproject.org/podified-antelope-centos9/openstack-base:65066e8ca260a75886ae57f157049605 STEP 2/20: ENV USE_EXTERNAL_FILES=true STEP 3/20: USER root STEP 4/20: RUN bash /usr/local/bin/uid_gid_manage tobiko + '[' -z tobiko ']' + _USERS_TO_CREATE=tobiko + 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['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 tobiko 42495 42495 /var/lib/tobiko kolla ++ awk '{ print $1 }' + _NAME=tobiko ++ echo tobiko 42495 42495 /var/lib/tobiko kolla ++ awk '{ print $2 }' + _UID=42495 ++ echo tobiko 42495 42495 /var/lib/tobiko kolla ++ awk '{ print $3 }' + _GID=42495 ++ echo tobiko 42495 42495 /var/lib/tobiko kolla ++ awk '{ print $4 }' + _HOME_DIR=/var/lib/tobiko ++ echo tobiko 42495 42495 /var/lib/tobiko kolla ++ awk '{ print $5 }' + _EXTRA_GROUPS=kolla + [[ tobiko != \t\o\b\i\k\o ]] + [[ ! -z kolla ]] + _EXTRA_GROUPS_ARG='--groups kolla' + [[ -z /var/lib/tobiko ]] + _HOME_ARGS='-m --home /var/lib/tobiko' + id -g tobiko + _GROUPADD_CMD='groupadd --gid 42495 tobiko' + id tobiko + _USERADD_CMD='useradd -l -m --home /var/lib/tobiko --shell /usr/sbin/nologin --uid 42495 --gid 42495 --groups kolla tobiko' + eval groupadd --gid 42495 tobiko ++ groupadd --gid 42495 tobiko + eval useradd -l -m --home /var/lib/tobiko --shell /usr/sbin/nologin --uid 42495 --gid 42495 --groups kolla tobiko ++ useradd -l -m --home /var/lib/tobiko --shell /usr/sbin/nologin --uid 42495 --gid 42495 --groups kolla tobiko STEP 5/20: RUN cp /usr/share/tcib/container-images/tcib/base/tobiko/tobiko_sudoers /etc/sudoers.d/tobiko_sudoers STEP 6/20: RUN chmod 440 /etc/sudoers.d/tobiko_sudoers STEP 7/20: RUN mkdir -p /var/lib/tempest/external_files STEP 8/20: RUN if [ 'centos' == 'rhel' ];then if [ -n "$(rpm -qa redhat-release)" ];then dnf -y remove python3-chardet; fi ; fi STEP 9/20: RUN dnf -y install gcc git python3 python3-devel python3-pip which findutils iproute iputils iperf3 tcpdump podman && dnf clean all && rm -rf /var/cache/dnf delorean-openstack-barbican-42b4c41831408a8e323 812 kB/s | 13 kB 00:00 delorean-python-glean-10df0bd91b9bc5c9fd9cc02d7 3.4 MB/s | 65 kB 00:00 delorean-openstack-cinder-1c00d6490d88e436f26ef 2.1 MB/s | 32 kB 00:00 delorean-python-stevedore-c4acc5639fd2329372142 7.3 MB/s | 131 kB 00:00 delorean-python-cloudkitty-tests-tempest-2c80f8 2.1 MB/s | 32 kB 00:00 delorean-os-net-config-67124f3e46022e2915a8ec17 18 MB/s | 349 kB 00:00 delorean-openstack-nova-6f8decf0b4f1aa2e96292b6 2.2 MB/s | 42 kB 00:00 delorean-python-designate-tests-tempest-347fdbc 1.0 MB/s | 18 kB 00:00 delorean-openstack-glance-1fd12c29b339f30fe823e 1.1 MB/s | 18 kB 00:00 delorean-openstack-keystone-e4b40af0ae3698fbbbb 1.5 MB/s | 29 kB 00:00 delorean-openstack-manila-3c01b7181572c95dac462 1.4 MB/s | 25 kB 00:00 delorean-python-whitebox-neutron-tests-tempest- 6.3 MB/s | 154 kB 00:00 delorean-openstack-octavia-ba397f07a7331190208c 1.4 MB/s | 26 kB 00:00 delorean-openstack-watcher-c014f81a8647287f6dcc 992 kB/s | 16 kB 00:00 delorean-ansible-config_template-5ccaa22121a7ff 401 kB/s | 7.4 kB 00:00 delorean-puppet-ceph-7352068d7b8c84ded636ab3158 8.3 MB/s | 144 kB 00:00 delorean-openstack-swift-dc98a8463506ac520c469a 857 kB/s | 14 kB 00:00 delorean-python-tempestconf-8515371b7cceebd4282 3.0 MB/s | 53 kB 00:00 delorean-openstack-heat-ui-013accbfd179753bc3f0 5.5 MB/s | 96 kB 00:00 dlrn-antelope-testing 46 MB/s | 1.1 MB 00:00 dlrn-antelope-build-deps 17 MB/s | 461 kB 00:00 centos9-rabbitmq 12 MB/s | 123 kB 00:00 centos9-storage 41 MB/s | 415 kB 00:00 centos9-opstools 1.8 MB/s | 51 kB 00:00 NFV SIG OpenvSwitch 30 MB/s | 456 kB 00:00 repo-setup-centos-appstream 157 MB/s | 25 MB 00:00 repo-setup-centos-baseos 81 MB/s | 8.8 MB 00:00 repo-setup-centos-highavailability 45 MB/s | 744 kB 00:00 repo-setup-centos-powertools 132 MB/s | 7.3 MB 00:00 CentOS Stream 9 - BaseOS 16 MB/s | 8.8 MB 00:00 CentOS Stream 9 - AppStream 29 MB/s | 25 MB 00:00 CentOS Stream 9 - Extras packages 100 kB/s | 20 kB 00:00 Extra Packages for Enterprise Linux 9 - x86_64 20 MB/s | 20 MB 00:01 Package python3-3.9.25-2.el9.x86_64 is already installed. Package which-2.21-30.el9.x86_64 is already installed. Package findutils-1:4.8.0-7.el9.x86_64 is already installed. Dependencies resolved. ================================================================================================== Package Arch Version Repository Size ================================================================================================== Installing: gcc x86_64 11.5.0-14.el9 repo-setup-centos-appstream 32 M git x86_64 2.47.3-1.el9 repo-setup-centos-appstream 51 k iperf3 x86_64 3.9-14.el9 repo-setup-centos-appstream 108 k iproute x86_64 6.17.0-1.el9 repo-setup-centos-baseos 843 k iputils x86_64 20210202-15.el9 repo-setup-centos-baseos 174 k podman x86_64 6:5.6.0-2.el9 repo-setup-centos-appstream 16 M python3-devel x86_64 3.9.25-2.el9 repo-setup-centos-appstream 244 k python3-pip noarch 21.3.1-1.el9 repo-setup-centos-appstream 2.0 M tcpdump x86_64 14:4.99.0-9.el9 repo-setup-centos-appstream 544 k Installing dependencies: aardvark-dns x86_64 2:1.17.0-1.el9 repo-setup-centos-appstream 892 k binutils x86_64 2.35.2-68.el9 repo-setup-centos-baseos 4.6 M binutils-gold x86_64 2.35.2-68.el9 repo-setup-centos-baseos 734 k conmon x86_64 3:2.1.13-1.el9 repo-setup-centos-appstream 51 k containers-common x86_64 4:1-134.el9 repo-setup-centos-appstream 104 k cpp x86_64 11.5.0-14.el9 repo-setup-centos-appstream 11 M crun x86_64 1.24-1.el9 repo-setup-centos-appstream 246 k elfutils-debuginfod-client x86_64 0.194-1.el9 repo-setup-centos-baseos 43 k emacs-filesystem noarch 1:27.2-18.el9 repo-setup-centos-appstream 9.2 k fuse-common x86_64 3.10.2-9.el9 repo-setup-centos-baseos 8.3 k fuse-overlayfs x86_64 1.16-1.el9 repo-setup-centos-appstream 66 k fuse3 x86_64 3.10.2-9.el9 repo-setup-centos-appstream 54 k fuse3-libs x86_64 3.10.2-9.el9 repo-setup-centos-appstream 91 k git-core x86_64 2.47.3-1.el9 repo-setup-centos-appstream 4.7 M git-core-doc noarch 2.47.3-1.el9 repo-setup-centos-appstream 3.0 M glibc-devel x86_64 2.34-244.el9 repo-setup-centos-appstream 38 k glibc-headers x86_64 2.34-244.el9 repo-setup-centos-appstream 546 k groff-base x86_64 1.22.4-10.el9 repo-setup-centos-baseos 1.1 M iptables-libs x86_64 1.8.10-11.el9 repo-setup-centos-baseos 462 k iptables-nft x86_64 1.8.10-11.el9 repo-setup-centos-baseos 206 k jansson x86_64 2.14-1.el9 repo-setup-centos-baseos 46 k kernel-headers x86_64 5.14.0-645.el9 repo-setup-centos-appstream 2.1 M kmod x86_64 28-11.el9 repo-setup-centos-baseos 125 k less x86_64 590-6.el9 repo-setup-centos-baseos 162 k libbpf x86_64 2:1.5.0-2.el9 repo-setup-centos-baseos 186 k libcbor x86_64 0.7.0-5.el9 repo-setup-centos-baseos 57 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 libmnl x86_64 1.0.4-16.el9 repo-setup-centos-baseos 28 k libmpc x86_64 1.2.1-4.el9 repo-setup-centos-appstream 62 k libnetfilter_conntrack x86_64 1.0.9-1.el9 repo-setup-centos-baseos 59 k libnfnetlink x86_64 1.0.1-23.el9 repo-setup-centos-baseos 29 k libnftnl x86_64 1.2.6-4.el9 repo-setup-centos-baseos 88 k libnl3 x86_64 3.11.0-1.el9 repo-setup-centos-baseos 363 k libpcap x86_64 14:1.10.0-4.el9 repo-setup-centos-baseos 173 k libpkgconf x86_64 1.7.3-10.el9 repo-setup-centos-baseos 36 k libseccomp x86_64 2.5.2-2.el9 repo-setup-centos-baseos 72 k libslirp x86_64 4.4.0-8.el9 repo-setup-centos-appstream 68 k libxcrypt-devel x86_64 4.4.18-3.el9 repo-setup-centos-appstream 29 k lksctp-tools x86_64 1.0.19-2.el9 repo-setup-centos-baseos 94 k make x86_64 1:4.3-8.el9 repo-setup-centos-baseos 536 k ncurses x86_64 6.2-12.20210508.el9 repo-setup-centos-baseos 406 k netavark x86_64 2:1.16.0-1.el9 repo-setup-centos-appstream 3.6 M nftables x86_64 1:1.0.9-5.el9 repo-setup-centos-baseos 420 k openssh x86_64 9.9p1-2.el9 repo-setup-centos-baseos 420 k openssh-clients x86_64 9.9p1-2.el9 repo-setup-centos-baseos 765 k passt x86_64 0^20250512.g8ec1341-2.el9 repo-setup-centos-appstream 263 k perl-AutoLoader noarch 5.74-483.el9 repo-setup-centos-appstream 21 k perl-B x86_64 1.80-483.el9 repo-setup-centos-appstream 180 k perl-Carp noarch 1.50-460.el9 repo-setup-centos-appstream 30 k perl-Class-Struct noarch 0.66-483.el9 repo-setup-centos-appstream 22 k perl-Data-Dumper x86_64 2.174-462.el9 repo-setup-centos-appstream 56 k perl-Digest noarch 1.19-4.el9 repo-setup-centos-appstream 26 k perl-Digest-MD5 x86_64 2.58-4.el9 repo-setup-centos-appstream 37 k perl-DynaLoader x86_64 1.47-483.el9 repo-setup-centos-appstream 25 k perl-Encode x86_64 4:3.08-462.el9 repo-setup-centos-appstream 1.7 M perl-Errno x86_64 1.30-483.el9 repo-setup-centos-appstream 15 k perl-Error noarch 1:0.17029-7.el9 repo-setup-centos-appstream 42 k perl-Exporter noarch 5.74-461.el9 repo-setup-centos-appstream 32 k perl-Fcntl x86_64 1.13-483.el9 repo-setup-centos-appstream 20 k perl-File-Basename noarch 2.85-483.el9 repo-setup-centos-appstream 17 k perl-File-Find noarch 1.37-483.el9 repo-setup-centos-appstream 25 k perl-File-Path noarch 2.18-4.el9 repo-setup-centos-appstream 36 k perl-File-Temp noarch 1:0.231.100-4.el9 repo-setup-centos-appstream 60 k perl-File-stat noarch 1.09-483.el9 repo-setup-centos-appstream 17 k perl-FileHandle noarch 2.03-483.el9 repo-setup-centos-appstream 15 k perl-Getopt-Long noarch 1:2.52-4.el9 repo-setup-centos-appstream 61 k perl-Getopt-Std noarch 1.12-483.el9 repo-setup-centos-appstream 15 k perl-Git noarch 2.47.3-1.el9 repo-setup-centos-appstream 38 k perl-HTTP-Tiny noarch 0.076-462.el9 repo-setup-centos-appstream 54 k perl-IO x86_64 1.43-483.el9 repo-setup-centos-appstream 88 k perl-IO-Socket-IP noarch 0.41-5.el9 repo-setup-centos-appstream 43 k perl-IO-Socket-SSL noarch 2.073-2.el9 repo-setup-centos-appstream 217 k perl-IPC-Open3 noarch 1.21-483.el9 repo-setup-centos-appstream 22 k perl-MIME-Base64 x86_64 3.16-4.el9 repo-setup-centos-appstream 31 k perl-Mozilla-CA noarch 20200520-6.el9 repo-setup-centos-appstream 13 k perl-Net-SSLeay x86_64 1.94-3.el9 repo-setup-centos-appstream 414 k perl-POSIX x86_64 1.94-483.el9 repo-setup-centos-appstream 96 k perl-PathTools x86_64 3.78-461.el9 repo-setup-centos-appstream 88 k perl-Pod-Escapes noarch 1:1.07-460.el9 repo-setup-centos-appstream 21 k perl-Pod-Perldoc noarch 3.28.01-461.el9 repo-setup-centos-appstream 87 k perl-Pod-Simple noarch 1:3.42-4.el9 repo-setup-centos-appstream 225 k perl-Pod-Usage noarch 4:2.01-4.el9 repo-setup-centos-appstream 41 k perl-Scalar-List-Utils x86_64 4:1.56-462.el9 repo-setup-centos-appstream 71 k perl-SelectSaver noarch 1.02-483.el9 repo-setup-centos-appstream 11 k perl-Socket x86_64 4:2.031-4.el9 repo-setup-centos-appstream 56 k perl-Storable x86_64 1:3.21-460.el9 repo-setup-centos-appstream 96 k perl-Symbol noarch 1.08-483.el9 repo-setup-centos-appstream 14 k perl-Term-ANSIColor noarch 5.01-461.el9 repo-setup-centos-appstream 49 k perl-Term-Cap noarch 1.17-460.el9 repo-setup-centos-appstream 23 k perl-TermReadKey x86_64 2.38-11.el9 repo-setup-centos-appstream 37 k perl-Text-ParseWords noarch 3.30-460.el9 repo-setup-centos-appstream 17 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 repo-setup-centos-appstream 24 k perl-Time-Local noarch 2:1.300-7.el9 repo-setup-centos-appstream 34 k perl-URI noarch 5.09-3.el9 repo-setup-centos-appstream 121 k perl-base noarch 2.27-483.el9 repo-setup-centos-appstream 16 k perl-constant noarch 1.33-461.el9 repo-setup-centos-appstream 24 k perl-if noarch 0.60.800-483.el9 repo-setup-centos-appstream 14 k perl-interpreter x86_64 4:5.32.1-483.el9 repo-setup-centos-appstream 70 k perl-lib x86_64 0.65-483.el9 repo-setup-centos-appstream 15 k perl-libnet noarch 3.13-4.el9 repo-setup-centos-appstream 130 k perl-libs x86_64 4:5.32.1-483.el9 repo-setup-centos-appstream 2.2 M perl-mro x86_64 1.23-483.el9 repo-setup-centos-appstream 28 k perl-overload noarch 1.31-483.el9 repo-setup-centos-appstream 45 k perl-overloading noarch 0.02-483.el9 repo-setup-centos-appstream 12 k perl-parent noarch 1:0.238-460.el9 repo-setup-centos-appstream 15 k perl-podlators noarch 1:4.14-460.el9 repo-setup-centos-appstream 114 k perl-subs noarch 1.03-483.el9 repo-setup-centos-appstream 11 k perl-vars noarch 1.05-483.el9 repo-setup-centos-appstream 13 k pkgconf x86_64 1.7.3-10.el9 repo-setup-centos-baseos 41 k pkgconf-m4 noarch 1.7.3-10.el9 repo-setup-centos-baseos 15 k pkgconf-pkg-config x86_64 1.7.3-10.el9 repo-setup-centos-baseos 11 k psmisc x86_64 23.4-3.el9 repo-setup-centos-baseos 243 k shadow-utils-subid x86_64 2:4.9-15.el9 repo-setup-centos-baseos 85 k slirp4netns x86_64 1.3.3-1.el9 repo-setup-centos-appstream 47 k yajl x86_64 2.1.0-25.el9 repo-setup-centos-appstream 38 k Transaction Summary ================================================================================================== Install 126 Packages Total download size: 98 M Installed size: 320 M Downloading Packages: (1/126): conmon-2.1.13-1.el9.x86_64.rpm 1.0 MB/s | 51 kB 00:00 (2/126): containers-common-1-134.el9.x86_64.rpm 1.9 MB/s | 104 kB 00:00 (3/126): aardvark-dns-1.17.0-1.el9.x86_64.rpm 14 MB/s | 892 kB 00:00 (4/126): emacs-filesystem-27.2-18.el9.noarch.rp 4.5 MB/s | 9.2 kB 00:00 (5/126): crun-1.24-1.el9.x86_64.rpm 4.8 MB/s | 246 kB 00:00 (6/126): fuse-overlayfs-1.16-1.el9.x86_64.rpm 1.3 MB/s | 66 kB 00:00 (7/126): cpp-11.5.0-14.el9.x86_64.rpm 126 MB/s | 11 MB 00:00 (8/126): fuse3-3.10.2-9.el9.x86_64.rpm 1.1 MB/s | 54 kB 00:00 (9/126): git-2.47.3-1.el9.x86_64.rpm 28 MB/s | 51 kB 00:00 (10/126): fuse3-libs-3.10.2-9.el9.x86_64.rpm 1.8 MB/s | 91 kB 00:00 (11/126): git-core-doc-2.47.3-1.el9.noarch.rpm 53 MB/s | 3.0 MB 00:00 (12/126): glibc-devel-2.34-244.el9.x86_64.rpm 10 MB/s | 38 kB 00:00 (13/126): glibc-headers-2.34-244.el9.x86_64.rpm 72 MB/s | 546 kB 00:00 (14/126): git-core-2.47.3-1.el9.x86_64.rpm 53 MB/s | 4.7 MB 00:00 (15/126): kernel-headers-5.14.0-645.el9.x86_64. 112 MB/s | 2.1 MB 00:00 (16/126): libmpc-1.2.1-4.el9.x86_64.rpm 29 MB/s | 62 kB 00:00 (17/126): iperf3-3.9-14.el9.x86_64.rpm 2.3 MB/s | 108 kB 00:00 (18/126): libxcrypt-devel-4.4.18-3.el9.x86_64.r 16 MB/s | 29 kB 00:00 (19/126): libslirp-4.4.0-8.el9.x86_64.rpm 1.5 MB/s | 68 kB 00:00 (20/126): gcc-11.5.0-14.el9.x86_64.rpm 133 MB/s | 32 MB 00:00 (21/126): perl-AutoLoader-5.74-483.el9.noarch.r 12 MB/s | 21 kB 00:00 (22/126): passt-0^20250512.g8ec1341-2.el9.x86_6 3.6 MB/s | 263 kB 00:00 (23/126): perl-B-1.80-483.el9.x86_64.rpm 73 MB/s | 180 kB 00:00 (24/126): perl-Carp-1.50-460.el9.noarch.rpm 14 MB/s | 30 kB 00:00 (25/126): perl-Class-Struct-0.66-483.el9.noarch 20 MB/s | 22 kB 00:00 (26/126): perl-Data-Dumper-2.174-462.el9.x86_64 36 MB/s | 56 kB 00:00 (27/126): perl-Digest-1.19-4.el9.noarch.rpm 16 MB/s | 26 kB 00:00 (28/126): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 30 MB/s | 37 kB 00:00 (29/126): perl-DynaLoader-1.47-483.el9.x86_64.r 20 MB/s | 25 kB 00:00 (30/126): perl-Errno-1.30-483.el9.x86_64.rpm 3.4 MB/s | 15 kB 00:00 (31/126): netavark-1.16.0-1.el9.x86_64.rpm 30 MB/s | 3.6 MB 00:00 (32/126): perl-Error-0.17029-7.el9.noarch.rpm 5.4 MB/s | 42 kB 00:00 (33/126): perl-Exporter-5.74-461.el9.noarch.rpm 24 MB/s | 32 kB 00:00 (34/126): perl-Fcntl-1.13-483.el9.x86_64.rpm 16 MB/s | 20 kB 00:00 (35/126): perl-File-Basename-2.85-483.el9.noarc 16 MB/s | 17 kB 00:00 (36/126): perl-File-Find-1.37-483.el9.noarch.rp 22 MB/s | 25 kB 00:00 (37/126): perl-File-Path-2.18-4.el9.noarch.rpm 27 MB/s | 36 kB 00:00 (38/126): perl-File-Temp-0.231.100-4.el9.noarch 40 MB/s | 60 kB 00:00 (39/126): perl-File-stat-1.09-483.el9.noarch.rp 16 MB/s | 17 kB 00:00 (40/126): perl-FileHandle-2.03-483.el9.noarch.r 15 MB/s | 15 kB 00:00 (41/126): perl-Getopt-Long-2.52-4.el9.noarch.rp 44 MB/s | 61 kB 00:00 (42/126): perl-Getopt-Std-1.12-483.el9.noarch.r 11 MB/s | 15 kB 00:00 (43/126): perl-Encode-3.08-462.el9.x86_64.rpm 76 MB/s | 1.7 MB 00:00 (44/126): perl-Git-2.47.3-1.el9.noarch.rpm 10 MB/s | 38 kB 00:00 (45/126): perl-HTTP-Tiny-0.076-462.el9.noarch.r 15 MB/s | 54 kB 00:00 (46/126): perl-IO-1.43-483.el9.x86_64.rpm 54 MB/s | 88 kB 00:00 (47/126): perl-IO-Socket-IP-0.41-5.el9.noarch.r 23 MB/s | 43 kB 00:00 (48/126): perl-IO-Socket-SSL-2.073-2.el9.noarch 75 MB/s | 217 kB 00:00 (49/126): perl-IPC-Open3-1.21-483.el9.noarch.rp 10 MB/s | 22 kB 00:00 (50/126): perl-MIME-Base64-3.16-4.el9.x86_64.rp 15 MB/s | 31 kB 00:00 (51/126): perl-Mozilla-CA-20200520-6.el9.noarch 13 MB/s | 13 kB 00:00 (52/126): perl-POSIX-1.94-483.el9.x86_64.rpm 37 MB/s | 96 kB 00:00 (53/126): perl-Net-SSLeay-1.94-3.el9.x86_64.rpm 87 MB/s | 414 kB 00:00 (54/126): perl-Pod-Escapes-1.07-460.el9.noarch. 11 MB/s | 21 kB 00:00 (55/126): perl-PathTools-3.78-461.el9.x86_64.rp 18 MB/s | 88 kB 00:00 (56/126): perl-Pod-Perldoc-3.28.01-461.el9.noar 49 MB/s | 87 kB 00:00 (57/126): perl-Pod-Simple-3.42-4.el9.noarch.rpm 80 MB/s | 225 kB 00:00 (58/126): perl-Pod-Usage-2.01-4.el9.noarch.rpm 15 MB/s | 41 kB 00:00 (59/126): perl-Scalar-List-Utils-1.56-462.el9.x 29 MB/s | 71 kB 00:00 (60/126): perl-SelectSaver-1.02-483.el9.noarch. 8.3 MB/s | 11 kB 00:00 (61/126): perl-Socket-2.031-4.el9.x86_64.rpm 33 MB/s | 56 kB 00:00 (62/126): perl-Symbol-1.08-483.el9.noarch.rpm 10 MB/s | 14 kB 00:00 (63/126): perl-Storable-3.21-460.el9.x86_64.rpm 39 MB/s | 96 kB 00:00 (64/126): perl-Term-Cap-1.17-460.el9.noarch.rpm 21 MB/s | 23 kB 00:00 (65/126): perl-Term-ANSIColor-5.01-461.el9.noar 22 MB/s | 49 kB 00:00 (66/126): perl-TermReadKey-2.38-11.el9.x86_64.r 25 MB/s | 37 kB 00:00 (67/126): perl-Text-ParseWords-3.30-460.el9.noa 11 MB/s | 17 kB 00:00 (68/126): perl-Text-Tabs+Wrap-2013.0523-460.el9 15 MB/s | 24 kB 00:00 (69/126): perl-Time-Local-1.300-7.el9.noarch.rp 23 MB/s | 34 kB 00:00 (70/126): perl-URI-5.09-3.el9.noarch.rpm 64 MB/s | 121 kB 00:00 (71/126): perl-base-2.27-483.el9.noarch.rpm 8.2 MB/s | 16 kB 00:00 (72/126): perl-constant-1.33-461.el9.noarch.rpm 14 MB/s | 24 kB 00:00 (73/126): perl-if-0.60.800-483.el9.noarch.rpm 13 MB/s | 14 kB 00:00 (74/126): perl-interpreter-5.32.1-483.el9.x86_6 49 MB/s | 70 kB 00:00 (75/126): perl-lib-0.65-483.el9.x86_64.rpm 9.8 MB/s | 15 kB 00:00 (76/126): perl-libnet-3.13-4.el9.noarch.rpm 61 MB/s | 130 kB 00:00 (77/126): perl-mro-1.23-483.el9.x86_64.rpm 9.4 MB/s | 28 kB 00:00 (78/126): perl-overload-1.31-483.el9.noarch.rpm 11 MB/s | 45 kB 00:00 (79/126): perl-overloading-0.02-483.el9.noarch. 3.2 MB/s | 12 kB 00:00 (80/126): perl-parent-0.238-460.el9.noarch.rpm 3.8 MB/s | 15 kB 00:00 (81/126): perl-libs-5.32.1-483.el9.x86_64.rpm 143 MB/s | 2.2 MB 00:00 (82/126): perl-podlators-4.14-460.el9.noarch.rp 14 MB/s | 114 kB 00:00 (83/126): perl-subs-1.03-483.el9.noarch.rpm 1.8 MB/s | 11 kB 00:00 (84/126): perl-vars-1.05-483.el9.noarch.rpm 12 MB/s | 13 kB 00:00 (85/126): python3-devel-3.9.25-2.el9.x86_64.rpm 97 MB/s | 244 kB 00:00 (86/126): python3-pip-21.3.1-1.el9.noarch.rpm 146 MB/s | 2.0 MB 00:00 (87/126): slirp4netns-1.3.3-1.el9.x86_64.rpm 924 kB/s | 47 kB 00:00 (88/126): tcpdump-4.99.0-9.el9.x86_64.rpm 10 MB/s | 544 kB 00:00 (89/126): yajl-2.1.0-25.el9.x86_64.rpm 762 kB/s | 38 kB 00:00 (90/126): binutils-gold-2.35.2-68.el9.x86_64.rp 54 MB/s | 734 kB 00:00 (91/126): binutils-2.35.2-68.el9.x86_64.rpm 73 MB/s | 4.6 MB 00:00 (92/126): elfutils-debuginfod-client-0.194-1.el 3.8 MB/s | 43 kB 00:00 (93/126): groff-base-1.22.4-10.el9.x86_64.rpm 127 MB/s | 1.1 MB 00:00 (94/126): iproute-6.17.0-1.el9.x86_64.rpm 131 MB/s | 843 kB 00:00 (95/126): podman-5.6.0-2.el9.x86_64.rpm 94 MB/s | 16 MB 00:00 (96/126): fuse-common-3.10.2-9.el9.x86_64.rpm 184 kB/s | 8.3 kB 00:00 (97/126): iputils-20210202-15.el9.x86_64.rpm 72 MB/s | 174 kB 00:00 (98/126): iptables-libs-1.8.10-11.el9.x86_64.rp 9.7 MB/s | 462 kB 00:00 (99/126): kmod-28-11.el9.x86_64.rpm 68 MB/s | 125 kB 00:00 (100/126): less-590-6.el9.x86_64.rpm 81 MB/s | 162 kB 00:00 (101/126): libbpf-1.5.0-2.el9.x86_64.rpm 85 MB/s | 186 kB 00:00 (102/126): libcbor-0.7.0-5.el9.x86_64.rpm 39 MB/s | 57 kB 00:00 (103/126): libedit-3.1-38.20210216cvs.el9.x86_6 57 MB/s | 104 kB 00:00 (104/126): libfido2-1.13.0-2.el9.x86_64.rpm 57 MB/s | 99 kB 00:00 (105/126): libibverbs-57.0-2.el9.x86_64.rpm 123 MB/s | 453 kB 00:00 (106/126): libmnl-1.0.4-16.el9.x86_64.rpm 27 MB/s | 28 kB 00:00 (107/126): iptables-nft-1.8.10-11.el9.x86_64.rp 4.4 MB/s | 206 kB 00:00 (108/126): jansson-2.14-1.el9.x86_64.rpm 1.0 MB/s | 46 kB 00:00 (109/126): libnetfilter_conntrack-1.0.9-1.el9.x 1.3 MB/s | 59 kB 00:00 (110/126): libnl3-3.11.0-1.el9.x86_64.rpm 96 MB/s | 363 kB 00:00 (111/126): libnfnetlink-1.0.1-23.el9.x86_64.rpm 639 kB/s | 29 kB 00:00 (112/126): libpcap-1.10.0-4.el9.x86_64.rpm 64 MB/s | 173 kB 00:00 (113/126): libpkgconf-1.7.3-10.el9.x86_64.rpm 13 MB/s | 36 kB 00:00 (114/126): libseccomp-2.5.2-2.el9.x86_64.rpm 45 MB/s | 72 kB 00:00 (115/126): lksctp-tools-1.0.19-2.el9.x86_64.rpm 45 MB/s | 94 kB 00:00 (116/126): libnftnl-1.2.6-4.el9.x86_64.rpm 1.9 MB/s | 88 kB 00:00 (117/126): make-4.3-8.el9.x86_64.rpm 94 MB/s | 536 kB 00:00 (118/126): ncurses-6.2-12.20210508.el9.x86_64.r 54 MB/s | 406 kB 00:00 (119/126): openssh-9.9p1-2.el9.x86_64.rpm 49 MB/s | 420 kB 00:00 (120/126): pkgconf-1.7.3-10.el9.x86_64.rpm 6.6 MB/s | 41 kB 00:00 (121/126): pkgconf-m4-1.7.3-10.el9.noarch.rpm 13 MB/s | 15 kB 00:00 (122/126): openssh-clients-9.9p1-2.el9.x86_64.r 49 MB/s | 765 kB 00:00 (123/126): pkgconf-pkg-config-1.7.3-10.el9.x86_ 5.7 MB/s | 11 kB 00:00 (124/126): psmisc-23.4-3.el9.x86_64.rpm 90 MB/s | 243 kB 00:00 (125/126): nftables-1.0.9-5.el9.x86_64.rpm 8.6 MB/s | 420 kB 00:00 (126/126): shadow-utils-subid-4.9-15.el9.x86_64 1.8 MB/s | 85 kB 00:00 -------------------------------------------------------------------------------- Total 123 MB/s | 98 MB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : libmnl-1.0.4-16.el9.x86_64 1/126 Installing : libseccomp-2.5.2-2.el9.x86_64 2/126 Installing : libnftnl-1.2.6-4.el9.x86_64 3/126 Installing : elfutils-debuginfod-client-0.194-1.el9.x86_64 4/126 Installing : binutils-gold-2.35.2-68.el9.x86_64 5/126 Installing : binutils-2.35.2-68.el9.x86_64 6/126 Running scriptlet: binutils-2.35.2-68.el9.x86_64 6/126 Installing : libmpc-1.2.1-4.el9.x86_64 7/126 Installing : fuse3-libs-3.10.2-9.el9.x86_64 8/126 Installing : cpp-11.5.0-14.el9.x86_64 9/126 Installing : conmon-3:2.1.13-1.el9.x86_64 10/126 Installing : shadow-utils-subid-2:4.9-15.el9.x86_64 11/126 Installing : psmisc-23.4-3.el9.x86_64 12/126 Installing : pkgconf-m4-1.7.3-10.el9.noarch 13/126 Running scriptlet: openssh-9.9p1-2.el9.x86_64 14/126 Installing : openssh-9.9p1-2.el9.x86_64 14/126 Installing : ncurses-6.2-12.20210508.el9.x86_64 15/126 Installing : make-1:4.3-8.el9.x86_64 16/126 Installing : lksctp-tools-1.0.19-2.el9.x86_64 17/126 Installing : libpkgconf-1.7.3-10.el9.x86_64 18/126 Installing : pkgconf-1.7.3-10.el9.x86_64 19/126 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 20/126 Installing : libnl3-3.11.0-1.el9.x86_64 21/126 Installing : libibverbs-57.0-2.el9.x86_64 22/126 Installing : libpcap-14:1.10.0-4.el9.x86_64 23/126 Installing : libnfnetlink-1.0.1-23.el9.x86_64 24/126 Installing : libnetfilter_conntrack-1.0.9-1.el9.x86_64 25/126 Installing : iptables-libs-1.8.10-11.el9.x86_64 26/126 Installing : iptables-nft-1.8.10-11.el9.x86_64 27/126 Running scriptlet: iptables-nft-1.8.10-11.el9.x86_64 27/126 Installing : libedit-3.1-38.20210216cvs.el9.x86_64 28/126 Installing : libcbor-0.7.0-5.el9.x86_64 29/126 Installing : libfido2-1.13.0-2.el9.x86_64 30/126 Installing : openssh-clients-9.9p1-2.el9.x86_64 31/126 Running scriptlet: openssh-clients-9.9p1-2.el9.x86_64 31/126 Installing : libbpf-2:1.5.0-2.el9.x86_64 32/126 Installing : less-590-6.el9.x86_64 33/126 Installing : git-core-2.47.3-1.el9.x86_64 34/126 Installing : git-core-doc-2.47.3-1.el9.noarch 35/126 Installing : kmod-28-11.el9.x86_64 36/126 Installing : jansson-2.14-1.el9.x86_64 37/126 Installing : nftables-1:1.0.9-5.el9.x86_64 38/126 Running scriptlet: nftables-1:1.0.9-5.el9.x86_64 38/126 Running scriptlet: groff-base-1.22.4-10.el9.x86_64 39/126 Installing : groff-base-1.22.4-10.el9.x86_64 39/126 Running scriptlet: groff-base-1.22.4-10.el9.x86_64 39/126 Installing : perl-Digest-1.19-4.el9.noarch 40/126 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 41/126 Installing : perl-B-1.80-483.el9.x86_64 42/126 Installing : perl-FileHandle-2.03-483.el9.noarch 43/126 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 44/126 Installing : perl-libnet-3.13-4.el9.noarch 45/126 Installing : perl-base-2.27-483.el9.noarch 46/126 Installing : perl-URI-5.09-3.el9.noarch 47/126 Installing : perl-AutoLoader-5.74-483.el9.noarch 48/126 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 49/126 Installing : perl-if-0.60.800-483.el9.noarch 50/126 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 51/126 Installing : perl-Time-Local-2:1.300-7.el9.noarch 52/126 Installing : perl-File-Path-2.18-4.el9.noarch 53/126 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 54/126 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 55/126 Installing : perl-IO-Socket-SSL-2.073-2.el9.noarch 56/126 Installing : perl-Net-SSLeay-1.94-3.el9.x86_64 57/126 Installing : perl-Class-Struct-0.66-483.el9.noarch 58/126 Installing : perl-POSIX-1.94-483.el9.x86_64 59/126 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 60/126 Installing : perl-IPC-Open3-1.21-483.el9.noarch 61/126 Installing : perl-subs-1.03-483.el9.noarch 62/126 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 63/126 Installing : perl-Term-Cap-1.17-460.el9.noarch 64/126 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 65/126 Installing : perl-HTTP-Tiny-0.076-462.el9.noarch 66/126 Installing : perl-Socket-4:2.031-4.el9.x86_64 67/126 Installing : perl-SelectSaver-1.02-483.el9.noarch 68/126 Installing : perl-Symbol-1.08-483.el9.noarch 69/126 Installing : perl-File-stat-1.09-483.el9.noarch 70/126 Installing : perl-podlators-1:4.14-460.el9.noarch 71/126 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 72/126 Installing : perl-Fcntl-1.13-483.el9.x86_64 73/126 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 74/126 Installing : perl-mro-1.23-483.el9.x86_64 75/126 Installing : perl-IO-1.43-483.el9.x86_64 76/126 Installing : perl-overloading-0.02-483.el9.noarch 77/126 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 78/126 Installing : perl-Errno-1.30-483.el9.x86_64 79/126 Installing : perl-File-Basename-2.85-483.el9.noarch 80/126 Installing : perl-Getopt-Std-1.12-483.el9.noarch 81/126 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 82/126 Installing : perl-Scalar-List-Utils-4:1.56-462.el9.x86_64 83/126 Installing : perl-constant-1.33-461.el9.noarch 84/126 Installing : perl-Storable-1:3.21-460.el9.x86_64 85/126 Installing : perl-overload-1.31-483.el9.noarch 86/126 Installing : perl-parent-1:0.238-460.el9.noarch 87/126 Installing : perl-vars-1.05-483.el9.noarch 88/126 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 89/126 Installing : perl-Carp-1.50-460.el9.noarch 90/126 Installing : perl-Exporter-5.74-461.el9.noarch 91/126 Installing : perl-PathTools-3.78-461.el9.x86_64 92/126 Installing : perl-Encode-4:3.08-462.el9.x86_64 93/126 Installing : perl-libs-4:5.32.1-483.el9.x86_64 94/126 Installing : perl-interpreter-4:5.32.1-483.el9.x86_64 95/126 Installing : perl-DynaLoader-1.47-483.el9.x86_64 96/126 Installing : perl-TermReadKey-2.38-11.el9.x86_64 97/126 Installing : perl-Error-1:0.17029-7.el9.noarch 98/126 Installing : perl-File-Find-1.37-483.el9.noarch 99/126 Installing : perl-lib-0.65-483.el9.x86_64 100/126 Installing : fuse-common-3.10.2-9.el9.x86_64 101/126 Installing : fuse3-3.10.2-9.el9.x86_64 102/126 Installing : fuse-overlayfs-1.16-1.el9.x86_64 103/126 Running scriptlet: fuse-overlayfs-1.16-1.el9.x86_64 103/126 Installing : yajl-2.1.0-25.el9.x86_64 104/126 Installing : crun-1.24-1.el9.x86_64 105/126 Installing : python3-pip-21.3.1-1.el9.noarch 106/126 Installing : passt-0^20250512.g8ec1341-2.el9.x86_64 107/126 Installing : libslirp-4.4.0-8.el9.x86_64 108/126 Installing : slirp4netns-1.3.3-1.el9.x86_64 109/126 Installing : containers-common-4:1-134.el9.x86_64 110/126 Installing : kernel-headers-5.14.0-645.el9.x86_64 111/126 Installing : glibc-headers-2.34-244.el9.x86_64 112/126 Installing : libxcrypt-devel-4.4.18-3.el9.x86_64 113/126 Installing : glibc-devel-2.34-244.el9.x86_64 114/126 Installing : emacs-filesystem-1:27.2-18.el9.noarch 115/126 Installing : perl-Git-2.47.3-1.el9.noarch 116/126 Installing : git-2.47.3-1.el9.x86_64 117/126 Installing : aardvark-dns-2:1.17.0-1.el9.x86_64 118/126 Installing : netavark-2:1.16.0-1.el9.x86_64 119/126 Installing : podman-6:5.6.0-2.el9.x86_64 120/126 Installing : gcc-11.5.0-14.el9.x86_64 121/126 Installing : python3-devel-3.9.25-2.el9.x86_64 122/126 Installing : iproute-6.17.0-1.el9.x86_64 123/126 Running scriptlet: tcpdump-14:4.99.0-9.el9.x86_64 124/126 Installing : tcpdump-14:4.99.0-9.el9.x86_64 124/126 Installing : iperf3-3.9-14.el9.x86_64 125/126 Installing : iputils-20210202-15.el9.x86_64 126/126 Running scriptlet: iputils-20210202-15.el9.x86_64 126/126 Running scriptlet: iproute-6.17.0-1.el9.x86_64 126/126 Running scriptlet: iputils-20210202-15.el9.x86_64 126/126 Verifying : aardvark-dns-2:1.17.0-1.el9.x86_64 1/126 Verifying : conmon-3:2.1.13-1.el9.x86_64 2/126 Verifying : containers-common-4:1-134.el9.x86_64 3/126 Verifying : cpp-11.5.0-14.el9.x86_64 4/126 Verifying : crun-1.24-1.el9.x86_64 5/126 Verifying : emacs-filesystem-1:27.2-18.el9.noarch 6/126 Verifying : fuse-overlayfs-1.16-1.el9.x86_64 7/126 Verifying : fuse3-3.10.2-9.el9.x86_64 8/126 Verifying : fuse3-libs-3.10.2-9.el9.x86_64 9/126 Verifying : gcc-11.5.0-14.el9.x86_64 10/126 Verifying : git-2.47.3-1.el9.x86_64 11/126 Verifying : git-core-2.47.3-1.el9.x86_64 12/126 Verifying : git-core-doc-2.47.3-1.el9.noarch 13/126 Verifying : glibc-devel-2.34-244.el9.x86_64 14/126 Verifying : glibc-headers-2.34-244.el9.x86_64 15/126 Verifying : iperf3-3.9-14.el9.x86_64 16/126 Verifying : kernel-headers-5.14.0-645.el9.x86_64 17/126 Verifying : libmpc-1.2.1-4.el9.x86_64 18/126 Verifying : libslirp-4.4.0-8.el9.x86_64 19/126 Verifying : libxcrypt-devel-4.4.18-3.el9.x86_64 20/126 Verifying : netavark-2:1.16.0-1.el9.x86_64 21/126 Verifying : passt-0^20250512.g8ec1341-2.el9.x86_64 22/126 Verifying : perl-AutoLoader-5.74-483.el9.noarch 23/126 Verifying : perl-B-1.80-483.el9.x86_64 24/126 Verifying : perl-Carp-1.50-460.el9.noarch 25/126 Verifying : perl-Class-Struct-0.66-483.el9.noarch 26/126 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 27/126 Verifying : perl-Digest-1.19-4.el9.noarch 28/126 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 29/126 Verifying : perl-DynaLoader-1.47-483.el9.x86_64 30/126 Verifying : perl-Encode-4:3.08-462.el9.x86_64 31/126 Verifying : perl-Errno-1.30-483.el9.x86_64 32/126 Verifying : perl-Error-1:0.17029-7.el9.noarch 33/126 Verifying : perl-Exporter-5.74-461.el9.noarch 34/126 Verifying : perl-Fcntl-1.13-483.el9.x86_64 35/126 Verifying : perl-File-Basename-2.85-483.el9.noarch 36/126 Verifying : perl-File-Find-1.37-483.el9.noarch 37/126 Verifying : perl-File-Path-2.18-4.el9.noarch 38/126 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 39/126 Verifying : perl-File-stat-1.09-483.el9.noarch 40/126 Verifying : perl-FileHandle-2.03-483.el9.noarch 41/126 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 42/126 Verifying : perl-Getopt-Std-1.12-483.el9.noarch 43/126 Verifying : perl-Git-2.47.3-1.el9.noarch 44/126 Verifying : perl-HTTP-Tiny-0.076-462.el9.noarch 45/126 Verifying : perl-IO-1.43-483.el9.x86_64 46/126 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 47/126 Verifying : perl-IO-Socket-SSL-2.073-2.el9.noarch 48/126 Verifying : perl-IPC-Open3-1.21-483.el9.noarch 49/126 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 50/126 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 51/126 Verifying : perl-Net-SSLeay-1.94-3.el9.x86_64 52/126 Verifying : perl-POSIX-1.94-483.el9.x86_64 53/126 Verifying : perl-PathTools-3.78-461.el9.x86_64 54/126 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 55/126 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 56/126 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 57/126 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 58/126 Verifying : perl-Scalar-List-Utils-4:1.56-462.el9.x86_64 59/126 Verifying : perl-SelectSaver-1.02-483.el9.noarch 60/126 Verifying : perl-Socket-4:2.031-4.el9.x86_64 61/126 Verifying : perl-Storable-1:3.21-460.el9.x86_64 62/126 Verifying : perl-Symbol-1.08-483.el9.noarch 63/126 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 64/126 Verifying : perl-Term-Cap-1.17-460.el9.noarch 65/126 Verifying : perl-TermReadKey-2.38-11.el9.x86_64 66/126 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 67/126 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 68/126 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 69/126 Verifying : perl-URI-5.09-3.el9.noarch 70/126 Verifying : perl-base-2.27-483.el9.noarch 71/126 Verifying : perl-constant-1.33-461.el9.noarch 72/126 Verifying : perl-if-0.60.800-483.el9.noarch 73/126 Verifying : perl-interpreter-4:5.32.1-483.el9.x86_64 74/126 Verifying : perl-lib-0.65-483.el9.x86_64 75/126 Verifying : perl-libnet-3.13-4.el9.noarch 76/126 Verifying : perl-libs-4:5.32.1-483.el9.x86_64 77/126 Verifying : perl-mro-1.23-483.el9.x86_64 78/126 Verifying : perl-overload-1.31-483.el9.noarch 79/126 Verifying : perl-overloading-0.02-483.el9.noarch 80/126 Verifying : perl-parent-1:0.238-460.el9.noarch 81/126 Verifying : perl-podlators-1:4.14-460.el9.noarch 82/126 Verifying : perl-subs-1.03-483.el9.noarch 83/126 Verifying : perl-vars-1.05-483.el9.noarch 84/126 Verifying : podman-6:5.6.0-2.el9.x86_64 85/126 Verifying : python3-devel-3.9.25-2.el9.x86_64 86/126 Verifying : python3-pip-21.3.1-1.el9.noarch 87/126 Verifying : slirp4netns-1.3.3-1.el9.x86_64 88/126 Verifying : tcpdump-14:4.99.0-9.el9.x86_64 89/126 Verifying : yajl-2.1.0-25.el9.x86_64 90/126 Verifying : binutils-2.35.2-68.el9.x86_64 91/126 Verifying : binutils-gold-2.35.2-68.el9.x86_64 92/126 Verifying : elfutils-debuginfod-client-0.194-1.el9.x86_64 93/126 Verifying : fuse-common-3.10.2-9.el9.x86_64 94/126 Verifying : groff-base-1.22.4-10.el9.x86_64 95/126 Verifying : iproute-6.17.0-1.el9.x86_64 96/126 Verifying : iptables-libs-1.8.10-11.el9.x86_64 97/126 Verifying : iptables-nft-1.8.10-11.el9.x86_64 98/126 Verifying : iputils-20210202-15.el9.x86_64 99/126 Verifying : jansson-2.14-1.el9.x86_64 100/126 Verifying : kmod-28-11.el9.x86_64 101/126 Verifying : less-590-6.el9.x86_64 102/126 Verifying : libbpf-2:1.5.0-2.el9.x86_64 103/126 Verifying : libcbor-0.7.0-5.el9.x86_64 104/126 Verifying : libedit-3.1-38.20210216cvs.el9.x86_64 105/126 Verifying : libfido2-1.13.0-2.el9.x86_64 106/126 Verifying : libibverbs-57.0-2.el9.x86_64 107/126 Verifying : libmnl-1.0.4-16.el9.x86_64 108/126 Verifying : libnetfilter_conntrack-1.0.9-1.el9.x86_64 109/126 Verifying : libnfnetlink-1.0.1-23.el9.x86_64 110/126 Verifying : libnftnl-1.2.6-4.el9.x86_64 111/126 Verifying : libnl3-3.11.0-1.el9.x86_64 112/126 Verifying : libpcap-14:1.10.0-4.el9.x86_64 113/126 Verifying : libpkgconf-1.7.3-10.el9.x86_64 114/126 Verifying : libseccomp-2.5.2-2.el9.x86_64 115/126 Verifying : lksctp-tools-1.0.19-2.el9.x86_64 116/126 Verifying : make-1:4.3-8.el9.x86_64 117/126 Verifying : ncurses-6.2-12.20210508.el9.x86_64 118/126 Verifying : nftables-1:1.0.9-5.el9.x86_64 119/126 Verifying : openssh-9.9p1-2.el9.x86_64 120/126 Verifying : openssh-clients-9.9p1-2.el9.x86_64 121/126 Verifying : pkgconf-1.7.3-10.el9.x86_64 122/126 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 123/126 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 124/126 Verifying : psmisc-23.4-3.el9.x86_64 125/126 Verifying : shadow-utils-subid-2:4.9-15.el9.x86_64 126/126 Installed: aardvark-dns-2:1.17.0-1.el9.x86_64 binutils-2.35.2-68.el9.x86_64 binutils-gold-2.35.2-68.el9.x86_64 conmon-3:2.1.13-1.el9.x86_64 containers-common-4:1-134.el9.x86_64 cpp-11.5.0-14.el9.x86_64 crun-1.24-1.el9.x86_64 elfutils-debuginfod-client-0.194-1.el9.x86_64 emacs-filesystem-1:27.2-18.el9.noarch fuse-common-3.10.2-9.el9.x86_64 fuse-overlayfs-1.16-1.el9.x86_64 fuse3-3.10.2-9.el9.x86_64 fuse3-libs-3.10.2-9.el9.x86_64 gcc-11.5.0-14.el9.x86_64 git-2.47.3-1.el9.x86_64 git-core-2.47.3-1.el9.x86_64 git-core-doc-2.47.3-1.el9.noarch glibc-devel-2.34-244.el9.x86_64 glibc-headers-2.34-244.el9.x86_64 groff-base-1.22.4-10.el9.x86_64 iperf3-3.9-14.el9.x86_64 iproute-6.17.0-1.el9.x86_64 iptables-libs-1.8.10-11.el9.x86_64 iptables-nft-1.8.10-11.el9.x86_64 iputils-20210202-15.el9.x86_64 jansson-2.14-1.el9.x86_64 kernel-headers-5.14.0-645.el9.x86_64 kmod-28-11.el9.x86_64 less-590-6.el9.x86_64 libbpf-2:1.5.0-2.el9.x86_64 libcbor-0.7.0-5.el9.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 libmnl-1.0.4-16.el9.x86_64 libmpc-1.2.1-4.el9.x86_64 libnetfilter_conntrack-1.0.9-1.el9.x86_64 libnfnetlink-1.0.1-23.el9.x86_64 libnftnl-1.2.6-4.el9.x86_64 libnl3-3.11.0-1.el9.x86_64 libpcap-14:1.10.0-4.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libseccomp-2.5.2-2.el9.x86_64 libslirp-4.4.0-8.el9.x86_64 libxcrypt-devel-4.4.18-3.el9.x86_64 lksctp-tools-1.0.19-2.el9.x86_64 make-1:4.3-8.el9.x86_64 ncurses-6.2-12.20210508.el9.x86_64 netavark-2:1.16.0-1.el9.x86_64 nftables-1:1.0.9-5.el9.x86_64 openssh-9.9p1-2.el9.x86_64 openssh-clients-9.9p1-2.el9.x86_64 passt-0^20250512.g8ec1341-2.el9.x86_64 perl-AutoLoader-5.74-483.el9.noarch perl-B-1.80-483.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-483.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-DynaLoader-1.47-483.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-483.el9.x86_64 perl-Error-1:0.17029-7.el9.noarch perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-483.el9.x86_64 perl-File-Basename-2.85-483.el9.noarch perl-File-Find-1.37-483.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-483.el9.noarch perl-FileHandle-2.03-483.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-483.el9.noarch perl-Git-2.47.3-1.el9.noarch perl-HTTP-Tiny-0.076-462.el9.noarch perl-IO-1.43-483.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-2.el9.noarch perl-IPC-Open3-1.21-483.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-Net-SSLeay-1.94-3.el9.x86_64 perl-POSIX-1.94-483.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-462.el9.x86_64 perl-SelectSaver-1.02-483.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-483.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-TermReadKey-2.38-11.el9.x86_64 perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-483.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-483.el9.noarch perl-interpreter-4:5.32.1-483.el9.x86_64 perl-lib-0.65-483.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-483.el9.x86_64 perl-mro-1.23-483.el9.x86_64 perl-overload-1.31-483.el9.noarch perl-overloading-0.02-483.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-483.el9.noarch perl-vars-1.05-483.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 podman-6:5.6.0-2.el9.x86_64 psmisc-23.4-3.el9.x86_64 python3-devel-3.9.25-2.el9.x86_64 python3-pip-21.3.1-1.el9.noarch shadow-utils-subid-2:4.9-15.el9.x86_64 slirp4netns-1.3.3-1.el9.x86_64 tcpdump-14:4.99.0-9.el9.x86_64 yajl-2.1.0-25.el9.x86_64 Complete! 181 files removed STEP 10/20: RUN curl -s -L https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/stable/openshift-client-linux.tar.gz | tar -zxvf - -C /usr/local/bin/ README.md oc kubectl STEP 11/20: RUN git clone https://opendev.org/x/tobiko /usr/local/src/tobiko Cloning into '/usr/local/src/tobiko'... STEP 12/20: RUN python3 -m pip install --upgrade setuptools pip Collecting setuptools Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB) Requirement already satisfied: pip in /usr/lib/python3.9/site-packages (21.3.1) Collecting pip Downloading pip-25.3-py3-none-any.whl (1.8 MB) Installing collected packages: setuptools, pip Successfully installed pip-25.3 setuptools-80.9.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv STEP 13/20: RUN pip install -e /usr/local/src/tobiko -c /usr/local/src/tobiko/upper-constraints.txt -r /usr/local/src/tobiko/extra-requirements.txt Obtaining file:///usr/local/src/tobiko Installing build dependencies: started Installing build dependencies: finished with status 'done' Checking if build backend supports build_editable: started Checking if build backend supports build_editable: finished with status 'done' Getting requirements to build editable: started Getting requirements to build editable: finished with status 'done' Installing backend dependencies: started Installing backend dependencies: finished with status 'done' Preparing editable metadata (pyproject.toml): started Preparing editable metadata (pyproject.toml): finished with status 'done' Collecting dpkt (from -r /usr/local/src/tobiko/extra-requirements.txt (line 3)) Downloading dpkt-1.9.8-py3-none-any.whl.metadata (1.7 kB) Collecting openshift-client (from -r /usr/local/src/tobiko/extra-requirements.txt (line 4)) Downloading openshift_client-2.0.5-py3-none-any.whl.metadata (37 kB) Collecting podman==4.7.0 (from -r /usr/local/src/tobiko/extra-requirements.txt (line 5)) Downloading podman-4.7.0-py3-none-any.whl.metadata (3.0 kB) Collecting pytest-cov (from -r /usr/local/src/tobiko/extra-requirements.txt (line 6)) Downloading pytest_cov-7.0.0-py3-none-any.whl.metadata (31 kB) Collecting pytest-reportportal (from -r /usr/local/src/tobiko/extra-requirements.txt (line 7)) Downloading pytest_reportportal-5.6.0-py2.py3-none-any.whl.metadata (5.9 kB) Collecting pytest-rerunfailures (from -r /usr/local/src/tobiko/extra-requirements.txt (line 8)) Downloading pytest_rerunfailures-15.1-py3-none-any.whl.metadata (20 kB) Collecting pytest-subtests (from -r /usr/local/src/tobiko/extra-requirements.txt (line 9)) Downloading pytest_subtests-0.15.0-py3-none-any.whl.metadata (6.0 kB) Collecting pytest-timeout (from -r /usr/local/src/tobiko/extra-requirements.txt (line 10)) Downloading pytest_timeout-2.4.0-py3-none-any.whl.metadata (20 kB) Collecting fixtures>=3.0.0 (from tobiko==0.8.22) Downloading fixtures-4.2.5-py3-none-any.whl.metadata (22 kB) Collecting keystoneauth1>=4.3.0 (from tobiko==0.8.22) Downloading keystoneauth1-4.5.0-py3-none-any.whl.metadata (3.9 kB) Collecting metalsmith>=1.6.2 (from tobiko==0.8.22) Downloading metalsmith-1.6.2-py3-none-any.whl.metadata (2.5 kB) Collecting netaddr>=0.8.0 (from tobiko==0.8.22) Downloading netaddr-1.3.0-py3-none-any.whl.metadata (5.0 kB) Collecting neutron-lib>=2.7.0 (from tobiko==0.8.22) Downloading neutron_lib-3.20.0-py3-none-any.whl.metadata (2.3 kB) Collecting openstacksdk>=0.31.2 (from tobiko==0.8.22) Downloading openstacksdk-0.61.0-py3-none-any.whl.metadata (6.7 kB) Collecting oslo.concurrency>=3.26.0 (from tobiko==0.8.22) Downloading oslo.concurrency-7.1.0-py3-none-any.whl.metadata (2.4 kB) Collecting oslo.config>=8.4.0 (from tobiko==0.8.22) Downloading oslo_config-10.0.0-py3-none-any.whl.metadata (2.8 kB) Collecting oslo.log>=4.4.0 (from tobiko==0.8.22) Downloading oslo_log-7.2.0-py3-none-any.whl.metadata (2.8 kB) Collecting oslo.utils>=4.12.3 (from tobiko==0.8.22) Downloading oslo_utils-9.0.0-py3-none-any.whl.metadata (2.2 kB) Collecting packaging>=20.4 (from tobiko==0.8.22) Downloading packaging-21.3-py3-none-any.whl.metadata (15 kB) Collecting paramiko>=2.9.2 (from tobiko==0.8.22) Downloading paramiko-2.10.4-py2.py3-none-any.whl.metadata (4.6 kB) Collecting pbr>=5.5.1 (from tobiko==0.8.22) Downloading pbr-6.1.1-py2.py3-none-any.whl.metadata (3.4 kB) Collecting psutil>=5.8.0 (from tobiko==0.8.22) Downloading psutil-5.9.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB) Collecting python-designateclient>=4.4.0 (from tobiko==0.8.22) Downloading python_designateclient-4.5.1-py3-none-any.whl.metadata (3.1 kB) Collecting python-glanceclient>=3.2.2 (from tobiko==0.8.22) Downloading python_glanceclient-3.6.0-py3-none-any.whl.metadata (3.9 kB) Collecting python-heatclient>=2.3.0 (from tobiko==0.8.22) Downloading python_heatclient-2.5.1-py3-none-any.whl.metadata (3.1 kB) Collecting python-ironicclient>=4.6.1 (from tobiko==0.8.22) Downloading python_ironicclient-4.11.0-py3-none-any.whl.metadata (4.6 kB) Collecting python-manilaclient>=4.5.1 (from tobiko==0.8.22) Downloading python_manilaclient-4.5.1-py3-none-any.whl.metadata (5.5 kB) Collecting python-neutronclient>=7.2.1 (from tobiko==0.8.22) Downloading python_neutronclient-7.8.0-py3-none-any.whl.metadata (3.1 kB) Collecting python-novaclient>=17.2.1 (from tobiko==0.8.22) Downloading python_novaclient-17.7.0-py3-none-any.whl.metadata (3.0 kB) Collecting python-octaviaclient>=2.2.0 (from tobiko==0.8.22) Downloading python_octaviaclient-2.5.0-py3-none-any.whl.metadata (2.7 kB) Collecting python-openstackclient>=5.4.0 (from tobiko==0.8.22) Downloading python_openstackclient-5.8.0-py3-none-any.whl.metadata (6.5 kB) Collecting PyYAML>=5.4.1 (from tobiko==0.8.22) Downloading PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) Collecting sshtunnel>=0.3.1 (from tobiko==0.8.22) Downloading sshtunnel-0.4.0-py2.py3-none-any.whl.metadata (19 kB) Collecting testtools>=2.5.0 (from tobiko==0.8.22) Downloading testtools-2.7.2-py3-none-any.whl.metadata (5.2 kB) Collecting pyxdg>=0.26 (from podman==4.7.0->-r /usr/local/src/tobiko/extra-requirements.txt (line 5)) Downloading pyxdg-0.28-py2.py3-none-any.whl.metadata (567 bytes) Collecting requests>=2.24 (from podman==4.7.0->-r /usr/local/src/tobiko/extra-requirements.txt (line 5)) Downloading requests-2.27.1-py2.py3-none-any.whl.metadata (5.0 kB) Collecting urllib3 (from podman==4.7.0->-r /usr/local/src/tobiko/extra-requirements.txt (line 5)) Downloading urllib3-1.26.8-py2.py3-none-any.whl.metadata (45 kB) Collecting tomli>=1.2.3 (from podman==4.7.0->-r /usr/local/src/tobiko/extra-requirements.txt (line 5)) Downloading tomli-2.3.0-py3-none-any.whl.metadata (10 kB) Collecting build (from openshift-client->-r /usr/local/src/tobiko/extra-requirements.txt (line 4)) Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB) Collecting six (from openshift-client->-r /usr/local/src/tobiko/extra-requirements.txt (line 4)) Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) Collecting coverage>=7.10.6 (from coverage[toml]>=7.10.6->pytest-cov->-r /usr/local/src/tobiko/extra-requirements.txt (line 6)) Downloading coverage-7.10.7-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.metadata (8.9 kB) Collecting pluggy>=1.2 (from pytest-cov->-r /usr/local/src/tobiko/extra-requirements.txt (line 6)) Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB) Collecting pytest>=7 (from pytest-cov->-r /usr/local/src/tobiko/extra-requirements.txt (line 6)) Downloading pytest-8.3.5-py3-none-any.whl.metadata (7.6 kB) Collecting dill>=0.3.6 (from pytest-reportportal->-r /usr/local/src/tobiko/extra-requirements.txt (line 7)) Downloading dill-0.4.0-py3-none-any.whl.metadata (10 kB) Collecting reportportal-client~=5.7.0 (from pytest-reportportal->-r /usr/local/src/tobiko/extra-requirements.txt (line 7)) Downloading reportportal_client-5.7.0-py2.py3-none-any.whl.metadata (6.1 kB) Collecting aenum>=3.1.0 (from pytest-reportportal->-r /usr/local/src/tobiko/extra-requirements.txt (line 7)) Downloading aenum-3.1.16-py3-none-any.whl.metadata (3.8 kB) INFO: pip is looking at multiple versions of reportportal-client to determine which version is compatible with other requirements. This could take a while. Collecting pytest-reportportal (from -r /usr/local/src/tobiko/extra-requirements.txt (line 7)) Downloading pytest_reportportal-5.5.4-py2.py3-none-any.whl.metadata (5.3 kB) Collecting reportportal-client~=5.6.7 (from pytest-reportportal->-r /usr/local/src/tobiko/extra-requirements.txt (line 7)) Downloading reportportal_client-5.6.7-py2.py3-none-any.whl.metadata (6.1 kB) Collecting pytest-reportportal (from -r /usr/local/src/tobiko/extra-requirements.txt (line 7)) Downloading pytest_reportportal-5.5.3-py2.py3-none-any.whl.metadata (5.3 kB) Downloading pytest_reportportal-5.5.2-py2.py3-none-any.whl.metadata (5.3 kB) Collecting reportportal-client~=5.6.4 (from pytest-reportportal->-r /usr/local/src/tobiko/extra-requirements.txt (line 7)) Downloading reportportal_client-5.6.6-py2.py3-none-any.whl.metadata (6.1 kB) Downloading reportportal_client-5.6.5-py2.py3-none-any.whl.metadata (6.0 kB) Downloading reportportal_client-5.6.4-py2.py3-none-any.whl.metadata (6.0 kB) Collecting pytest-reportportal (from -r /usr/local/src/tobiko/extra-requirements.txt (line 7)) Downloading pytest_reportportal-5.5.1-py2.py3-none-any.whl.metadata (5.3 kB) Collecting certifi>=2017.4.17 (from requests>=2.24->podman==4.7.0->-r /usr/local/src/tobiko/extra-requirements.txt (line 5)) Downloading certifi-2025.11.12-py3-none-any.whl.metadata (2.5 kB) Collecting charset-normalizer~=2.0.0 (from requests>=2.24->podman==4.7.0->-r /usr/local/src/tobiko/extra-requirements.txt (line 5)) Downloading charset_normalizer-2.0.12-py3-none-any.whl.metadata (11 kB) Collecting idna<4,>=2.5 (from requests>=2.24->podman==4.7.0->-r /usr/local/src/tobiko/extra-requirements.txt (line 5)) Downloading idna-3.3-py3-none-any.whl.metadata (9.8 kB) INFO: pip is still looking at multiple versions of reportportal-client to determine which version is compatible with other requirements. This could take a while. Collecting pytest-reportportal (from -r /usr/local/src/tobiko/extra-requirements.txt (line 7)) Downloading pytest_reportportal-5.5.0-py2.py3-none-any.whl.metadata (5.3 kB) INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C. Collecting reportportal-client~=5.6.2 (from pytest-reportportal->-r /usr/local/src/tobiko/extra-requirements.txt (line 7)) Downloading reportportal_client-5.6.3-py2.py3-none-any.whl.metadata (6.0 kB) Downloading reportportal_client-5.6.2-py2.py3-none-any.whl.metadata (6.0 kB) Collecting pytest-reportportal (from -r /usr/local/src/tobiko/extra-requirements.txt (line 7)) Downloading pytest_reportportal-5.4.7-py2.py3-none-any.whl.metadata (5.1 kB) Collecting reportportal-client~=5.5.10 (from pytest-reportportal->-r /usr/local/src/tobiko/extra-requirements.txt (line 7)) Downloading reportportal_client-5.5.10-py2.py3-none-any.whl.metadata (5.8 kB) Collecting pytest-reportportal (from -r /usr/local/src/tobiko/extra-requirements.txt (line 7)) Downloading pytest_reportportal-5.4.6-py2.py3-none-any.whl.metadata (5.1 kB) Downloading pytest_reportportal-5.4.5-py2.py3-none-any.whl.metadata (5.0 kB) Collecting reportportal-client~=5.5.9 (from pytest-reportportal->-r /usr/local/src/tobiko/extra-requirements.txt (line 7)) Downloading reportportal_client-5.5.9-py2.py3-none-any.whl.metadata (5.8 kB) Collecting pytest-reportportal (from -r /usr/local/src/tobiko/extra-requirements.txt (line 7)) Downloading pytest_reportportal-5.4.4-py2.py3-none-any.whl.metadata (5.0 kB) Downloading pytest_reportportal-5.4.3-py2.py3-none-any.whl.metadata (5.0 kB) Downloading pytest_reportportal-5.4.2-py2.py3-none-any.whl.metadata (5.1 kB) INFO: pip is looking at multiple versions of pytest-reportportal to determine which version is compatible with other requirements. This could take a while. Downloading pytest_reportportal-5.4.1-py2.py3-none-any.whl.metadata (5.0 kB) Downloading pytest_reportportal-5.4.0-py2.py3-none-any.whl.metadata (5.0 kB) Downloading pytest_reportportal-5.3.2-py2.py3-none-any.whl.metadata (5.0 kB) Downloading pytest_reportportal-5.3.1-py2.py3-none-any.whl.metadata (11 kB) Downloading pytest_reportportal-5.3.0-py2.py3-none-any.whl.metadata (11 kB) Downloading pytest_reportportal-5.2.2-py2.py3-none-any.whl.metadata (10 kB) Collecting reportportal-client==5.4.1 (from pytest-reportportal->-r /usr/local/src/tobiko/extra-requirements.txt (line 7)) Downloading reportportal_client-5.4.1-py2.py3-none-any.whl.metadata (5.7 kB) Collecting attrs>=19.2.0 (from pytest-subtests->-r /usr/local/src/tobiko/extra-requirements.txt (line 9)) Downloading attrs-21.4.0-py2.py3-none-any.whl.metadata (9.8 kB) Collecting iso8601>=0.1.11 (from keystoneauth1>=4.3.0->tobiko==0.8.22) Downloading iso8601-1.0.2-py3-none-any.whl.metadata (9.6 kB) Collecting os-service-types>=1.2.0 (from keystoneauth1>=4.3.0->tobiko==0.8.22) Downloading os_service_types-1.7.0-py2.py3-none-any.whl.metadata (1.7 kB) Collecting stevedore>=1.20.0 (from keystoneauth1>=4.3.0->tobiko==0.8.22) Downloading stevedore-3.5.0-py3-none-any.whl.metadata (2.2 kB) Collecting PrettyTable>=0.7.2 (from metalsmith>=1.6.2->tobiko==0.8.22) Downloading prettytable-3.16.0-py3-none-any.whl.metadata (33 kB) Collecting SQLAlchemy>=1.2.0 (from neutron-lib>=2.7.0->tobiko==0.8.22) Downloading SQLAlchemy-1.4.31-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10.0 kB) Collecting pecan>=1.0.0 (from neutron-lib>=2.7.0->tobiko==0.8.22) Downloading pecan-1.4.1.tar.gz (124 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting os-ken>=0.3.0 (from neutron-lib>=2.7.0->tobiko==0.8.22) Downloading os_ken-2.3.1-py3-none-any.whl.metadata (1.5 kB) Collecting oslo.context>=2.22.0 (from neutron-lib>=2.7.0->tobiko==0.8.22) Downloading oslo_context-6.0.0-py3-none-any.whl.metadata (2.1 kB) Collecting oslo.db>=12.1.0 (from neutron-lib>=2.7.0->tobiko==0.8.22) Downloading oslo_db-17.3.0-py3-none-any.whl.metadata (3.0 kB) Collecting oslo.i18n>=3.20.0 (from neutron-lib>=2.7.0->tobiko==0.8.22) Downloading oslo.i18n-6.5.1-py3-none-any.whl.metadata (2.1 kB) Collecting oslo.messaging>=14.2.0 (from neutron-lib>=2.7.0->tobiko==0.8.22) Downloading oslo_messaging-17.0.0-py3-none-any.whl.metadata (3.1 kB) Collecting oslo.policy>=4.5.0 (from neutron-lib>=2.7.0->tobiko==0.8.22) Downloading oslo.policy-4.5.1-py3-none-any.whl.metadata (2.1 kB) Collecting oslo.serialization>=2.25.0 (from neutron-lib>=2.7.0->tobiko==0.8.22) Downloading oslo.serialization-5.7.0-py3-none-any.whl.metadata (2.1 kB) Collecting oslo.service>=1.24.0 (from neutron-lib>=2.7.0->tobiko==0.8.22) Downloading oslo_service-4.2.2-py3-none-any.whl.metadata (2.8 kB) Collecting oslo.versionedobjects>=1.31.2 (from neutron-lib>=2.7.0->tobiko==0.8.22) Downloading oslo_versionedobjects-3.7.0-py3-none-any.whl.metadata (2.6 kB) Collecting osprofiler>=1.4.0 (from neutron-lib>=2.7.0->tobiko==0.8.22) Downloading osprofiler-4.3.0-py3-none-any.whl.metadata (3.8 kB) Collecting setproctitle>=1.1.10 (from neutron-lib>=2.7.0->tobiko==0.8.22) Downloading setproctitle-1.2.2-cp39-cp39-manylinux1_x86_64.whl.metadata (8.8 kB) Collecting WebOb>=1.7.1 (from neutron-lib>=2.7.0->tobiko==0.8.22) Downloading WebOb-1.8.9-py2.py3-none-any.whl.metadata (11 kB) Collecting os-traits>=0.9.0 (from neutron-lib>=2.7.0->tobiko==0.8.22) Downloading os_traits-3.4.0-py3-none-any.whl.metadata (1.7 kB) Collecting debtcollector>=3.0.0 (from neutron-lib>=2.7.0->tobiko==0.8.22) Downloading debtcollector-3.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting wrapt>=1.7.0 (from debtcollector>=3.0.0->neutron-lib>=2.7.0->tobiko==0.8.22) Downloading wrapt-1.14.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) Collecting appdirs>=1.3.0 (from openstacksdk>=0.31.2->tobiko==0.8.22) Downloading appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB) Collecting cryptography>=2.7 (from openstacksdk>=0.31.2->tobiko==0.8.22) Downloading cryptography-36.0.1-cp36-abi3-manylinux_2_24_x86_64.whl.metadata (5.4 kB) Collecting decorator>=4.4.1 (from openstacksdk>=0.31.2->tobiko==0.8.22) Downloading decorator-5.2.1-py3-none-any.whl.metadata (3.9 kB) Collecting dogpile.cache>=0.6.5 (from openstacksdk>=0.31.2->tobiko==0.8.22) Downloading dogpile.cache-1.1.5-py3-none-any.whl.metadata (5.0 kB) Collecting jmespath>=0.9.0 (from openstacksdk>=0.31.2->tobiko==0.8.22) Downloading jmespath-0.10.0-py2.py3-none-any.whl.metadata (8.0 kB) Collecting jsonpatch!=1.20,>=1.16 (from openstacksdk>=0.31.2->tobiko==0.8.22) Downloading jsonpatch-1.32-py2.py3-none-any.whl.metadata (3.2 kB) Collecting munch>=2.1.0 (from openstacksdk>=0.31.2->tobiko==0.8.22) Downloading munch-2.5.0-py2.py3-none-any.whl.metadata (5.8 kB) Collecting netifaces>=0.10.4 (from openstacksdk>=0.31.2->tobiko==0.8.22) Downloading netifaces-0.11.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl.metadata (9.0 kB) Collecting requestsexceptions>=1.2.0 (from openstacksdk>=0.31.2->tobiko==0.8.22) Downloading requestsexceptions-1.4.0-py2.py3-none-any.whl.metadata (1.2 kB) Collecting cffi>=1.12 (from cryptography>=2.7->openstacksdk>=0.31.2->tobiko==0.8.22) Downloading cffi-1.17.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB) Collecting pycparser (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.31.2->tobiko==0.8.22) Downloading pycparser-2.21-py2.py3-none-any.whl.metadata (1.1 kB) Collecting jsonpointer>=1.9 (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.2->tobiko==0.8.22) Downloading jsonpointer-2.2-py2.py3-none-any.whl.metadata (2.5 kB) Collecting Routes>=2.3.1 (from os-ken>=0.3.0->neutron-lib>=2.7.0->tobiko==0.8.22) Downloading Routes-2.5.1-py2.py3-none-any.whl.metadata (25 kB) Collecting eventlet>=0.26.1 (from os-ken>=0.3.0->neutron-lib>=2.7.0->tobiko==0.8.22) Downloading eventlet-0.36.1-py3-none-any.whl.metadata (5.5 kB) Collecting msgpack>=1.0.0 (from os-ken>=0.3.0->neutron-lib>=2.7.0->tobiko==0.8.22) Downloading msgpack-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.7 kB) Collecting ovs>=2.8.0 (from os-ken>=0.3.0->neutron-lib>=2.7.0->tobiko==0.8.22) Downloading ovs-2.16.0.tar.gz (102 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting dnspython>=1.15.0 (from eventlet>=0.26.1->os-ken>=0.3.0->neutron-lib>=2.7.0->tobiko==0.8.22) Downloading dnspython-2.1.0-py3-none-any.whl.metadata (1.9 kB) Collecting greenlet>=1.0 (from eventlet>=0.26.1->os-ken>=0.3.0->neutron-lib>=2.7.0->tobiko==0.8.22) Downloading greenlet-3.1.1-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.metadata (3.8 kB) Collecting fasteners>=0.7.0 (from oslo.concurrency>=3.26.0->tobiko==0.8.22) Downloading fasteners-0.17.3-py3-none-any.whl.metadata (6.5 kB) Collecting rfc3986>=1.2.0 (from oslo.config>=8.4.0->tobiko==0.8.22) Downloading rfc3986-1.5.0-py2.py3-none-any.whl.metadata (6.5 kB) Collecting typing-extensions>=4.12.0 (from oslo.context>=2.22.0->neutron-lib>=2.7.0->tobiko==0.8.22) Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) Collecting alembic>=0.9.6 (from oslo.db>=12.1.0->neutron-lib>=2.7.0->tobiko==0.8.22) Downloading alembic-1.7.6-py3-none-any.whl.metadata (7.0 kB) Collecting testresources>=2.0.0 (from oslo.db>=12.1.0->neutron-lib>=2.7.0->tobiko==0.8.22) Downloading testresources-2.0.1-py2.py3-none-any.whl.metadata (11 kB) Collecting testscenarios>=0.4 (from oslo.db>=12.1.0->neutron-lib>=2.7.0->tobiko==0.8.22) Downloading testscenarios-0.5.0-py2.py3-none-any.whl.metadata (12 kB) Collecting Mako (from alembic>=0.9.6->oslo.db>=12.1.0->neutron-lib>=2.7.0->tobiko==0.8.22) Downloading Mako-1.1.6-py2.py3-none-any.whl.metadata (2.9 kB) Requirement already satisfied: python-dateutil>=2.7.0 in /usr/lib/python3.9/site-packages (from oslo.log>=4.4.0->tobiko==0.8.22) (2.9.0.post0) Collecting futurist>=1.2.0 (from oslo.messaging>=14.2.0->neutron-lib>=2.7.0->tobiko==0.8.22) Downloading futurist-2.4.0-py3-none-any.whl.metadata (2.2 kB) Collecting cachetools>=2.0.0 (from oslo.messaging>=14.2.0->neutron-lib>=2.7.0->tobiko==0.8.22) Downloading cachetools-6.2.2-py3-none-any.whl.metadata (5.6 kB) Collecting amqp>=2.5.2 (from oslo.messaging>=14.2.0->neutron-lib>=2.7.0->tobiko==0.8.22) Downloading amqp-5.0.9-py3-none-any.whl.metadata (8.9 kB) Collecting kombu>=4.6.6 (from oslo.messaging>=14.2.0->neutron-lib>=2.7.0->tobiko==0.8.22) Downloading kombu-5.6.1-py3-none-any.whl.metadata (3.5 kB) Collecting oslo.middleware>=3.31.0 (from oslo.messaging>=14.2.0->neutron-lib>=2.7.0->tobiko==0.8.22) Downloading oslo_middleware-6.6.0-py3-none-any.whl.metadata (2.2 kB) Collecting oslo.metrics>=0.2.1 (from oslo.messaging>=14.2.0->neutron-lib>=2.7.0->tobiko==0.8.22) Downloading oslo_metrics-0.12.0-py3-none-any.whl.metadata (1.3 kB) Collecting vine==5.0.0 (from amqp>=2.5.2->oslo.messaging>=14.2.0->neutron-lib>=2.7.0->tobiko==0.8.22) Downloading vine-5.0.0-py2.py3-none-any.whl.metadata (2.2 kB) INFO: pip is looking at multiple versions of kombu to determine which version is compatible with other requirements. This could take a while. Collecting kombu>=4.6.6 (from oslo.messaging>=14.2.0->neutron-lib>=2.7.0->tobiko==0.8.22) Downloading kombu-5.6.0-py3-none-any.whl.metadata (3.5 kB) Downloading kombu-5.5.4-py3-none-any.whl.metadata (3.5 kB) Downloading kombu-5.5.3-py3-none-any.whl.metadata (3.5 kB) Downloading kombu-5.5.2-py3-none-any.whl.metadata (3.3 kB) Downloading kombu-5.5.1-py3-none-any.whl.metadata (3.3 kB) Downloading kombu-5.5.0-py3-none-any.whl.metadata (3.3 kB) Downloading kombu-5.4.2-py3-none-any.whl.metadata (3.2 kB) INFO: pip is still looking at multiple versions of kombu to determine which version is compatible with other requirements. This could take a while. Downloading kombu-5.4.1-py3-none-any.whl.metadata (3.1 kB) Downloading kombu-5.4.0-py3-none-any.whl.metadata (3.1 kB) Downloading kombu-5.3.7-py3-none-any.whl.metadata (3.1 kB) Downloading kombu-5.3.6-py3-none-any.whl.metadata (3.1 kB) Downloading kombu-5.3.5-py3-none-any.whl.metadata (3.1 kB) INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C. Downloading kombu-5.3.4-py3-none-any.whl.metadata (3.1 kB) Downloading kombu-5.3.3-py3-none-any.whl.metadata (3.1 kB) Downloading kombu-5.3.2-py3-none-any.whl.metadata (3.0 kB) Downloading kombu-5.3.1-py3-none-any.whl.metadata (3.0 kB) Downloading kombu-5.3.0-py3-none-any.whl.metadata (2.9 kB) Downloading kombu-5.2.4-py3-none-any.whl.metadata (2.7 kB) Collecting prometheus-client>=0.6.0 (from oslo.metrics>=0.2.1->oslo.messaging>=14.2.0->neutron-lib>=2.7.0->tobiko==0.8.22) Downloading prometheus_client-0.13.1-py3-none-any.whl.metadata (20 kB) Collecting bcrypt>=3.1.3 (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=2.7.0->tobiko==0.8.22) Downloading bcrypt-3.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (7.5 kB) Collecting Jinja2>=2.10 (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=2.7.0->tobiko==0.8.22) Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) Collecting statsd>=3.2.1 (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=2.7.0->tobiko==0.8.22) Downloading statsd-3.3.0-py2.py3-none-any.whl.metadata (2.8 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=2.10->oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=2.7.0->tobiko==0.8.22) Downloading markupsafe-3.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.7 kB) Collecting tzdata>=2022.4 (from oslo.serialization>=2.25.0->neutron-lib>=2.7.0->tobiko==0.8.22) Downloading tzdata-2024.2-py2.py3-none-any.whl.metadata (1.4 kB) Collecting PasteDeploy>=1.5.0 (from oslo.service>=1.24.0->neutron-lib>=2.7.0->tobiko==0.8.22) Downloading PasteDeploy-2.1.1-py2.py3-none-any.whl.metadata (2.4 kB) Collecting Paste>=2.0.2 (from oslo.service>=1.24.0->neutron-lib>=2.7.0->tobiko==0.8.22) Downloading Paste-3.5.0-py2.py3-none-any.whl.metadata (4.5 kB) Collecting Yappi>=1.0 (from oslo.service>=1.24.0->neutron-lib>=2.7.0->tobiko==0.8.22) Downloading yappi-1.6.10-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB) Collecting pyparsing>=2.1.0 (from oslo.utils>=4.12.3->tobiko==0.8.22) Downloading pyparsing-3.0.7-py3-none-any.whl.metadata (4.2 kB) Collecting sortedcontainers (from ovs>=2.8.0->os-ken>=0.3.0->neutron-lib>=2.7.0->tobiko==0.8.22) Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) Collecting pynacl>=1.0.1 (from paramiko>=2.9.2->tobiko==0.8.22) Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (8.6 kB) Collecting setuptools (from Paste>=2.0.2->oslo.service>=1.24.0->neutron-lib>=2.7.0->tobiko==0.8.22) Downloading setuptools-70.3.0-py3-none-any.whl.metadata (5.8 kB) Collecting WebTest>=1.3.1 (from pecan>=1.0.0->neutron-lib>=2.7.0->tobiko==0.8.22) Downloading WebTest-3.0.0-py3-none-any.whl.metadata (1.8 kB) Collecting logutils>=0.3 (from pecan>=1.0.0->neutron-lib>=2.7.0->tobiko==0.8.22) Downloading logutils-0.3.5.tar.gz (27 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting wcwidth (from PrettyTable>=0.7.2->metalsmith>=1.6.2->tobiko==0.8.22) Downloading wcwidth-0.2.5-py2.py3-none-any.whl.metadata (11 kB) Collecting exceptiongroup>=1.0.0rc8 (from pytest>=7->pytest-cov->-r /usr/local/src/tobiko/extra-requirements.txt (line 6)) Downloading exceptiongroup-1.3.1-py3-none-any.whl.metadata (6.7 kB) Collecting iniconfig (from pytest>=7->pytest-cov->-r /usr/local/src/tobiko/extra-requirements.txt (line 6)) Downloading iniconfig-1.1.1-py2.py3-none-any.whl.metadata (2.4 kB) Collecting cliff!=2.9.0,>=2.8.0 (from python-designateclient>=4.4.0->tobiko==0.8.22) Downloading cliff-3.10.1-py3-none-any.whl.metadata (2.0 kB) Collecting jsonschema>=3.2.0 (from python-designateclient>=4.4.0->tobiko==0.8.22) Downloading jsonschema-3.2.0-py2.py3-none-any.whl.metadata (7.8 kB) Collecting osc-lib>=1.8.0 (from python-designateclient>=4.4.0->tobiko==0.8.22) Downloading osc_lib-2.5.0-py3-none-any.whl.metadata (3.5 kB) Collecting autopage>=0.4.0 (from cliff!=2.9.0,>=2.8.0->python-designateclient>=4.4.0->tobiko==0.8.22) Downloading autopage-0.5.0-py3-none-any.whl.metadata (7.8 kB) Collecting cmd2>=1.0.0 (from cliff!=2.9.0,>=2.8.0->python-designateclient>=4.4.0->tobiko==0.8.22) Downloading cmd2-2.4.0-py3-none-any.whl.metadata (22 kB) Collecting pyperclip>=1.6 (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=4.4.0->tobiko==0.8.22) Downloading pyperclip-1.8.2.tar.gz (20 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyrsistent>=0.14.0 (from jsonschema>=3.2.0->python-designateclient>=4.4.0->tobiko==0.8.22) Downloading pyrsistent-0.20.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (27 kB) Collecting simplejson>=3.5.1 (from osc-lib>=1.8.0->python-designateclient>=4.4.0->tobiko==0.8.22) Downloading simplejson-3.17.6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (3.0 kB) Collecting pyOpenSSL>=17.1.0 (from python-glanceclient>=3.2.2->tobiko==0.8.22) Downloading pyOpenSSL-22.0.0-py2.py3-none-any.whl.metadata (7.8 kB) Collecting warlock<2,>=1.2.0 (from python-glanceclient>=3.2.2->tobiko==0.8.22) Downloading warlock-1.3.3.tar.gz (11 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting Babel!=2.4.0,>=2.3.4 (from python-heatclient>=2.3.0->tobiko==0.8.22) Downloading Babel-2.9.1-py2.py3-none-any.whl.metadata (1.2 kB) Collecting python-swiftclient>=3.2.0 (from python-heatclient>=2.3.0->tobiko==0.8.22) Downloading python_swiftclient-3.13.1-py2.py3-none-any.whl.metadata (3.4 kB) Collecting pytz>=2015.7 (from Babel!=2.4.0,>=2.3.4->python-heatclient>=2.3.0->tobiko==0.8.22) Downloading pytz-2021.3-py2.py3-none-any.whl.metadata (21 kB) Collecting python-keystoneclient>=3.8.0 (from python-manilaclient>=4.5.1->tobiko==0.8.22) Downloading python_keystoneclient-4.4.0-py3-none-any.whl.metadata (3.6 kB) Collecting os-client-config>=1.28.0 (from python-neutronclient>=7.2.1->tobiko==0.8.22) Downloading os_client_config-2.1.0-py3-none-any.whl.metadata (2.2 kB) Collecting python-cinderclient>=3.3.0 (from python-openstackclient>=5.4.0->tobiko==0.8.22) Downloading python_cinderclient-8.3.0-py3-none-any.whl.metadata (19 kB) Collecting repoze.lru>=0.3 (from Routes>=2.3.1->os-ken>=0.3.0->neutron-lib>=2.7.0->tobiko==0.8.22) Downloading repoze.lru-0.7-py3-none-any.whl.metadata (1.1 kB) Collecting waitress>=0.8.5 (from WebTest>=1.3.1->pecan>=1.0.0->neutron-lib>=2.7.0->tobiko==0.8.22) Downloading waitress-2.0.0-py3-none-any.whl.metadata (5.1 kB) Collecting beautifulsoup4 (from WebTest>=1.3.1->pecan>=1.0.0->neutron-lib>=2.7.0->tobiko==0.8.22) Downloading beautifulsoup4-4.10.0-py3-none-any.whl.metadata (3.5 kB) Collecting soupsieve>1.2 (from beautifulsoup4->WebTest>=1.3.1->pecan>=1.0.0->neutron-lib>=2.7.0->tobiko==0.8.22) Downloading soupsieve-2.3.1-py3-none-any.whl.metadata (5.6 kB) Collecting pyproject_hooks (from build->openshift-client->-r /usr/local/src/tobiko/extra-requirements.txt (line 4)) Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB) Collecting importlib-metadata>=4.6 (from build->openshift-client->-r /usr/local/src/tobiko/extra-requirements.txt (line 4)) Downloading importlib_metadata-6.2.1-py3-none-any.whl.metadata (5.0 kB) Collecting zipp>=0.5 (from importlib-metadata>=4.6->build->openshift-client->-r /usr/local/src/tobiko/extra-requirements.txt (line 4)) Downloading zipp-3.23.0-py3-none-any.whl.metadata (3.6 kB) Downloading podman-4.7.0-py3-none-any.whl (92 kB) Downloading dpkt-1.9.8-py3-none-any.whl (194 kB) Downloading openshift_client-2.0.5-py3-none-any.whl (78 kB) Downloading pytest_cov-7.0.0-py3-none-any.whl (22 kB) Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) Downloading idna-3.3-py3-none-any.whl (61 kB) Downloading urllib3-1.26.8-py2.py3-none-any.whl (138 kB) Downloading pytest_reportportal-5.2.2-py2.py3-none-any.whl (26 kB) Downloading reportportal_client-5.4.1-py2.py3-none-any.whl (58 kB) Downloading pytest_rerunfailures-15.1-py3-none-any.whl (13 kB) Downloading pytest_subtests-0.15.0-py3-none-any.whl (9.2 kB) Downloading pytest_timeout-2.4.0-py3-none-any.whl (14 kB) Downloading aenum-3.1.16-py3-none-any.whl (165 kB) Downloading attrs-21.4.0-py2.py3-none-any.whl (60 kB) Downloading certifi-2025.11.12-py3-none-any.whl (159 kB) Downloading coverage-7.10.7-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (246 kB) Downloading dill-0.4.0-py3-none-any.whl (119 kB) Downloading fixtures-4.2.5-py3-none-any.whl (64 kB) Downloading keystoneauth1-4.5.0-py3-none-any.whl (314 kB) Downloading iso8601-1.0.2-py3-none-any.whl (9.7 kB) Downloading metalsmith-1.6.2-py3-none-any.whl (74 kB) Downloading netaddr-1.3.0-py3-none-any.whl (2.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 180.8 MB/s 0:00:00 Downloading neutron_lib-3.20.0-py3-none-any.whl (621 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 621.1/621.1 kB 19.7 MB/s 0:00:00 Downloading debtcollector-3.0.0-py3-none-any.whl (23 kB) Downloading openstacksdk-0.61.0-py3-none-any.whl (1.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 142.3 MB/s 0:00:00 Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) Downloading cryptography-36.0.1-cp36-abi3-manylinux_2_24_x86_64.whl (3.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 54.0 MB/s 0:00:00 Downloading cffi-1.17.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (445 kB) Downloading decorator-5.2.1-py3-none-any.whl (9.2 kB) Downloading dogpile.cache-1.1.5-py3-none-any.whl (51 kB) Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) Downloading jsonpatch-1.32-py2.py3-none-any.whl (12 kB) Downloading jsonpointer-2.2-py2.py3-none-any.whl (7.5 kB) Downloading munch-2.5.0-py2.py3-none-any.whl (10 kB) Downloading netifaces-0.11.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (32 kB) Downloading os_ken-2.3.1-py3-none-any.whl (2.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 117.7 MB/s 0:00:00 Downloading eventlet-0.36.1-py3-none-any.whl (360 kB) Downloading dnspython-2.1.0-py3-none-any.whl (241 kB) Downloading greenlet-3.1.1-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (597 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 597.4/597.4 kB 88.2 MB/s 0:00:00 Downloading msgpack-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (322 kB) Downloading os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) Downloading os_traits-3.4.0-py3-none-any.whl (42 kB) Downloading oslo.concurrency-7.1.0-py3-none-any.whl (47 kB) Downloading fasteners-0.17.3-py3-none-any.whl (18 kB) Downloading oslo_config-10.0.0-py3-none-any.whl (131 kB) Downloading oslo_context-6.0.0-py3-none-any.whl (19 kB) Downloading oslo_db-17.3.0-py3-none-any.whl (156 kB) Downloading alembic-1.7.6-py3-none-any.whl (210 kB) Downloading oslo.i18n-6.5.1-py3-none-any.whl (46 kB) Downloading oslo_log-7.2.0-py3-none-any.whl (75 kB) Downloading oslo_messaging-17.0.0-py3-none-any.whl (202 kB) Downloading amqp-5.0.9-py3-none-any.whl (50 kB) Downloading vine-5.0.0-py2.py3-none-any.whl (9.4 kB) Downloading cachetools-6.2.2-py3-none-any.whl (11 kB) Downloading futurist-2.4.0-py3-none-any.whl (37 kB) Downloading kombu-5.2.4-py3-none-any.whl (189 kB) Downloading oslo_metrics-0.12.0-py3-none-any.whl (13 kB) Downloading oslo_middleware-6.6.0-py3-none-any.whl (67 kB) Downloading bcrypt-3.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (61 kB) Downloading jinja2-3.1.6-py3-none-any.whl (134 kB) Downloading markupsafe-3.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (20 kB) Downloading oslo.policy-4.5.1-py3-none-any.whl (88 kB) Downloading oslo.serialization-5.7.0-py3-none-any.whl (25 kB) Downloading oslo_service-4.2.2-py3-none-any.whl (103 kB) Downloading oslo_utils-9.0.0-py3-none-any.whl (134 kB) Downloading oslo_versionedobjects-3.7.0-py3-none-any.whl (86 kB) Downloading osprofiler-4.3.0-py3-none-any.whl (95 kB) Downloading packaging-21.3-py3-none-any.whl (40 kB) Downloading paramiko-2.10.4-py2.py3-none-any.whl (212 kB) Downloading Paste-3.5.0-py2.py3-none-any.whl (593 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 593.2/593.2 kB 87.4 MB/s 0:00:00 Downloading PasteDeploy-2.1.1-py2.py3-none-any.whl (17 kB) Downloading pbr-6.1.1-py2.py3-none-any.whl (108 kB) Downloading Mako-1.1.6-py2.py3-none-any.whl (75 kB) Downloading pluggy-1.6.0-py3-none-any.whl (20 kB) Downloading prettytable-3.16.0-py3-none-any.whl (33 kB) Downloading prometheus_client-0.13.1-py3-none-any.whl (57 kB) Downloading psutil-5.9.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (280 kB) Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 kB 65.0 MB/s 0:00:00 Downloading pyparsing-3.0.7-py3-none-any.whl (98 kB) Downloading pytest-8.3.5-py3-none-any.whl (343 kB) Downloading exceptiongroup-1.3.1-py3-none-any.whl (16 kB) Downloading python_designateclient-4.5.1-py3-none-any.whl (93 kB) Downloading cliff-3.10.1-py3-none-any.whl (81 kB) Downloading autopage-0.5.0-py3-none-any.whl (29 kB) Downloading cmd2-2.4.0-py3-none-any.whl (150 kB) Downloading jsonschema-3.2.0-py2.py3-none-any.whl (56 kB) Downloading osc_lib-2.5.0-py3-none-any.whl (88 kB) Downloading pyrsistent-0.20.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (117 kB) Downloading python_glanceclient-3.6.0-py3-none-any.whl (203 kB) Downloading pyOpenSSL-22.0.0-py2.py3-none-any.whl (55 kB) Downloading python_heatclient-2.5.1-py3-none-any.whl (213 kB) Downloading Babel-2.9.1-py2.py3-none-any.whl (8.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.8/8.8 MB 173.7 MB/s 0:00:00 Downloading python_ironicclient-4.11.0-py3-none-any.whl (247 kB) Downloading python_manilaclient-4.5.1-py3-none-any.whl (487 kB) Downloading python_keystoneclient-4.4.0-py3-none-any.whl (398 kB) Downloading python_neutronclient-7.8.0-py3-none-any.whl (437 kB) Downloading os_client_config-2.1.0-py3-none-any.whl (31 kB) Downloading python_novaclient-17.7.0-py3-none-any.whl (333 kB) Downloading python_octaviaclient-2.5.0-py3-none-any.whl (111 kB) Downloading python_openstackclient-5.8.0-py3-none-any.whl (984 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 984.1/984.1 kB 135.6 MB/s 0:00:00 Downloading python_cinderclient-8.3.0-py3-none-any.whl (254 kB) Downloading python_swiftclient-3.13.1-py2.py3-none-any.whl (87 kB) Downloading pytz-2021.3-py2.py3-none-any.whl (503 kB) Downloading pyxdg-0.28-py2.py3-none-any.whl (49 kB) Downloading PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (738 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 738.9/738.9 kB 111.6 MB/s 0:00:00 Downloading requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) Downloading rfc3986-1.5.0-py2.py3-none-any.whl (31 kB) Downloading Routes-2.5.1-py2.py3-none-any.whl (40 kB) Downloading repoze.lru-0.7-py3-none-any.whl (10 kB) Downloading setproctitle-1.2.2-cp39-cp39-manylinux1_x86_64.whl (35 kB) Downloading simplejson-3.17.6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (136 kB) Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Downloading SQLAlchemy-1.4.31-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 137.3 MB/s 0:00:00 Downloading sshtunnel-0.4.0-py2.py3-none-any.whl (24 kB) Downloading statsd-3.3.0-py2.py3-none-any.whl (11 kB) Downloading stevedore-3.5.0-py3-none-any.whl (49 kB) Downloading testresources-2.0.1-py2.py3-none-any.whl (36 kB) Downloading testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) Downloading testtools-2.7.2-py3-none-any.whl (179 kB) Downloading tomli-2.3.0-py3-none-any.whl (14 kB) Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB) Downloading tzdata-2024.2-py2.py3-none-any.whl (346 kB) Downloading wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) Downloading WebOb-1.8.9-py2.py3-none-any.whl (115 kB) Downloading WebTest-3.0.0-py3-none-any.whl (31 kB) Downloading waitress-2.0.0-py3-none-any.whl (56 kB) Downloading wrapt-1.14.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (77 kB) Downloading yappi-1.6.10-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78 kB) Downloading beautifulsoup4-4.10.0-py3-none-any.whl (97 kB) Downloading soupsieve-2.3.1-py3-none-any.whl (37 kB) Downloading build-1.3.0-py3-none-any.whl (23 kB) Downloading importlib_metadata-6.2.1-py3-none-any.whl (21 kB) Downloading zipp-3.23.0-py3-none-any.whl (10 kB) Downloading iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB) Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB) Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB) Downloading setuptools-70.3.0-py3-none-any.whl (931 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 931.1/931.1 kB 163.9 MB/s 0:00:00 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) Building wheels for collected packages: tobiko, ovs, pecan, logutils, pyperclip, warlock Building editable for tobiko (pyproject.toml): started Building editable for tobiko (pyproject.toml): finished with status 'done' Created wheel for tobiko: filename=tobiko-0.8.22-0.editable-py2.py3-none-any.whl size=9172 sha256=66af9fabc3372bcbf9b4f9fedb0bf4146f1fd62c6163ef0a602519aa1f32ced6 Stored in directory: /tmp/pip-ephem-wheel-cache-gpidt7tw/wheels/40/ed/09/94ef7bb2bd5d2464eb0aa060f1b6719ce3884a0a97b9cf5f63 Building wheel for ovs (pyproject.toml): started Building wheel for ovs (pyproject.toml): finished with status 'done' Created wheel for ovs: filename=ovs-2.16.0-py3-none-any.whl size=120390 sha256=cafcffe08e614a234ad344b19fb2d8771a56af54b3d4c4b2e2d022dda51f5448 Stored in directory: /root/.cache/pip/wheels/78/8d/7f/e83a0e54d7b9644311936265569e60bbb96a0b125e8b93106a Building wheel for pecan (pyproject.toml): started Building wheel for pecan (pyproject.toml): finished with status 'done' Created wheel for pecan: filename=pecan-1.4.1-py3-none-any.whl size=147262 sha256=2229d2287f650b68b3a49ab2be42d6fc56eb175ac47aef601d1807c3cd7ce8e1 Stored in directory: /root/.cache/pip/wheels/70/ac/b9/8822c81e163f74a0e48f962f834f5c59d4896fe54a4458eed7 Building wheel for logutils (pyproject.toml): started Building wheel for logutils (pyproject.toml): finished with status 'done' Created wheel for logutils: filename=logutils-0.3.5-py3-none-any.whl size=20005 sha256=95f49ba2fe143176cdb511d32f16417deabfbb5d9c88f0b23dd5409a176a36b5 Stored in directory: /root/.cache/pip/wheels/72/a7/97/a18ed864266911192f077c6cbb090639a8d1b9d3ad44da88d7 Building wheel for pyperclip (pyproject.toml): started Building wheel for pyperclip (pyproject.toml): finished with status 'done' Created wheel for pyperclip: filename=pyperclip-1.8.2-py3-none-any.whl size=11219 sha256=191ef04de239e19492bba9abeea9287e5ae2e38270eb554cc82e98356110a47e Stored in directory: /root/.cache/pip/wheels/0c/09/9e/49e21a6840ef7955b06d47394afef0058f0378c0914e48b8b8 Building wheel for warlock (pyproject.toml): started Building wheel for warlock (pyproject.toml): finished with status 'done' Created wheel for warlock: filename=warlock-1.3.3-py2.py3-none-any.whl size=9911 sha256=b8c65afa2e3a739d84599530f23a78515ee683adc157382f2c106848407a5518 Stored in directory: /root/.cache/pip/wheels/bc/4a/77/7bb309918e17352faf2660d439c5b01350ed6523bba761baf5 Successfully built tobiko ovs pecan logutils pyperclip warlock Installing collected packages: wcwidth, statsd, sortedcontainers, rfc3986, requestsexceptions, repoze.lru, pyxdg, pytz, pyperclip, netifaces, msgpack, logutils, iniconfig, dpkt, appdirs, aenum, zipp, Yappi, wrapt, WebOb, waitress, vine, urllib3, tzdata, typing-extensions, tomli, testtools, soupsieve, six, simplejson, setuptools, setproctitle, PyYAML, pyrsistent, pyproject_hooks, pyparsing, pycparser, psutil, prometheus-client, PrettyTable, pluggy, ovs, netaddr, MarkupSafe, jsonpointer, jmespath, iso8601, idna, greenlet, fixtures, fasteners, dnspython, dill, decorator, coverage, charset-normalizer, certifi, cachetools, Babel, autopage, attrs, SQLAlchemy, Routes, requests, pbr, PasteDeploy, Paste, packaging, munch, Mako, jsonschema, jsonpatch, Jinja2, importlib-metadata, exceptiongroup, eventlet, debtcollector, cmd2, cffi, beautifulsoup4, amqp, WebTest, warlock, testscenarios, testresources, stevedore, reportportal-client, python-swiftclient, pytest, pynacl, podman, oslo.i18n, oslo.context, os-traits, os-service-types, kombu, futurist, cryptography, build, bcrypt, alembic, pytest-timeout, pytest-subtests, pytest-rerunfailures, pytest-reportportal, pytest-cov, pyOpenSSL, pecan, paramiko, oslo.utils, oslo.config, openshift-client, keystoneauth1, dogpile.cache, cliff, sshtunnel, python-glanceclient, python-cinderclient, oslo.serialization, oslo.middleware, oslo.db, oslo.concurrency, os-ken, openstacksdk, python-novaclient, python-keystoneclient, osprofiler, oslo.policy, oslo.log, osc-lib, os-client-config, metalsmith, python-openstackclient, python-neutronclient, python-manilaclient, python-ironicclient, python-heatclient, python-designateclient, oslo.service, oslo.metrics, python-octaviaclient, oslo.messaging, oslo.versionedobjects, neutron-lib, tobiko Attempting uninstall: six Found existing installation: six 1.15.0 Uninstalling six-1.15.0: Successfully uninstalled six-1.15.0 Attempting uninstall: setuptools Found existing installation: setuptools 80.9.0 Uninstalling setuptools-80.9.0: Successfully uninstalled setuptools-80.9.0 Successfully installed Babel-2.9.1 Jinja2-3.1.6 Mako-1.1.6 MarkupSafe-3.0.3 Paste-3.5.0 PasteDeploy-2.1.1 PrettyTable-3.16.0 PyYAML-6.0.1 Routes-2.5.1 SQLAlchemy-1.4.31 WebOb-1.8.9 WebTest-3.0.0 Yappi-1.6.10 aenum-3.1.16 alembic-1.7.6 amqp-5.0.9 appdirs-1.4.4 attrs-21.4.0 autopage-0.5.0 bcrypt-3.2.0 beautifulsoup4-4.10.0 build-1.3.0 cachetools-6.2.2 certifi-2025.11.12 cffi-1.17.1 charset-normalizer-2.0.12 cliff-3.10.1 cmd2-2.4.0 coverage-7.10.7 cryptography-36.0.1 debtcollector-3.0.0 decorator-5.2.1 dill-0.4.0 dnspython-2.1.0 dogpile.cache-1.1.5 dpkt-1.9.8 eventlet-0.36.1 exceptiongroup-1.3.1 fasteners-0.17.3 fixtures-4.2.5 futurist-2.4.0 greenlet-3.1.1 idna-3.3 importlib-metadata-6.2.1 iniconfig-1.1.1 iso8601-1.0.2 jmespath-0.10.0 jsonpatch-1.32 jsonpointer-2.2 jsonschema-3.2.0 keystoneauth1-4.5.0 kombu-5.2.4 logutils-0.3.5 metalsmith-1.6.2 msgpack-1.0.3 munch-2.5.0 netaddr-1.3.0 netifaces-0.11.0 neutron-lib-3.20.0 openshift-client-2.0.5 openstacksdk-0.61.0 os-client-config-2.1.0 os-ken-2.3.1 os-service-types-1.7.0 os-traits-3.4.0 osc-lib-2.5.0 oslo.concurrency-7.1.0 oslo.config-10.0.0 oslo.context-6.0.0 oslo.db-17.3.0 oslo.i18n-6.5.1 oslo.log-7.2.0 oslo.messaging-17.0.0 oslo.metrics-0.12.0 oslo.middleware-6.6.0 oslo.policy-4.5.1 oslo.serialization-5.7.0 oslo.service-4.2.2 oslo.utils-9.0.0 oslo.versionedobjects-3.7.0 osprofiler-4.3.0 ovs-2.16.0 packaging-21.3 paramiko-2.10.4 pbr-6.1.1 pecan-1.4.1 pluggy-1.6.0 podman-4.7.0 prometheus-client-0.13.1 psutil-5.9.0 pyOpenSSL-22.0.0 pycparser-2.21 pynacl-1.5.0 pyparsing-3.0.7 pyperclip-1.8.2 pyproject_hooks-1.2.0 pyrsistent-0.20.0 pytest-8.3.5 pytest-cov-7.0.0 pytest-reportportal-5.2.2 pytest-rerunfailures-15.1 pytest-subtests-0.15.0 pytest-timeout-2.4.0 python-cinderclient-8.3.0 python-designateclient-4.5.1 python-glanceclient-3.6.0 python-heatclient-2.5.1 python-ironicclient-4.11.0 python-keystoneclient-4.4.0 python-manilaclient-4.5.1 python-neutronclient-7.8.0 python-novaclient-17.7.0 python-octaviaclient-2.5.0 python-openstackclient-5.8.0 python-swiftclient-3.13.1 pytz-2021.3 pyxdg-0.28 reportportal-client-5.4.1 repoze.lru-0.7 requests-2.27.1 requestsexceptions-1.4.0 rfc3986-1.5.0 setproctitle-1.2.2 setuptools-70.3.0 simplejson-3.17.6 six-1.16.0 sortedcontainers-2.4.0 soupsieve-2.3.1 sshtunnel-0.4.0 statsd-3.3.0 stevedore-3.5.0 testresources-2.0.1 testscenarios-0.5.0 testtools-2.7.2 tobiko-0.8.22 tomli-2.3.0 typing-extensions-4.12.2 tzdata-2024.2 urllib3-1.26.8 vine-5.0.0 waitress-2.0.0 warlock-1.3.3 wcwidth-0.2.5 wrapt-1.14.0 zipp-3.23.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. STEP 14/20: RUN python3 -m pip install 'tox==4.13' Collecting tox==4.13 Downloading tox-4.13.0-py3-none-any.whl.metadata (5.0 kB) Requirement already satisfied: cachetools>=5.3.2 in /usr/local/lib/python3.9/site-packages (from tox==4.13) (6.2.2) Collecting chardet>=5.2 (from tox==4.13) Downloading chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB) Collecting colorama>=0.4.6 (from tox==4.13) Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) Collecting filelock>=3.13.1 (from tox==4.13) Downloading filelock-3.19.1-py3-none-any.whl.metadata (2.1 kB) Collecting packaging>=23.2 (from tox==4.13) Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB) Collecting platformdirs>=4.1 (from tox==4.13) Downloading platformdirs-4.4.0-py3-none-any.whl.metadata (12 kB) Requirement already satisfied: pluggy>=1.3 in /usr/local/lib/python3.9/site-packages (from tox==4.13) (1.6.0) Collecting pyproject-api>=1.6.1 (from tox==4.13) Downloading pyproject_api-1.9.1-py3-none-any.whl.metadata (2.7 kB) Requirement already satisfied: tomli>=2.0.1 in /usr/local/lib/python3.9/site-packages (from tox==4.13) (2.3.0) Collecting virtualenv>=20.25 (from tox==4.13) Downloading virtualenv-20.35.4-py3-none-any.whl.metadata (4.6 kB) Collecting distlib<1,>=0.3.7 (from virtualenv>=20.25->tox==4.13) Downloading distlib-0.4.0-py2.py3-none-any.whl.metadata (5.2 kB) Collecting typing-extensions>=4.13.2 (from virtualenv>=20.25->tox==4.13) Downloading typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB) Downloading tox-4.13.0-py3-none-any.whl (155 kB) Downloading chardet-5.2.0-py3-none-any.whl (199 kB) Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) Downloading filelock-3.19.1-py3-none-any.whl (15 kB) Downloading packaging-25.0-py3-none-any.whl (66 kB) Downloading platformdirs-4.4.0-py3-none-any.whl (18 kB) Downloading pyproject_api-1.9.1-py3-none-any.whl (13 kB) Downloading virtualenv-20.35.4-py3-none-any.whl (6.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.0/6.0 MB 112.6 MB/s 0:00:00 Downloading distlib-0.4.0-py2.py3-none-any.whl (469 kB) Downloading typing_extensions-4.15.0-py3-none-any.whl (44 kB) Installing collected packages: distlib, typing-extensions, platformdirs, packaging, filelock, colorama, chardet, virtualenv, pyproject-api, tox Attempting uninstall: typing-extensions Found existing installation: typing_extensions 4.12.2 Uninstalling typing_extensions-4.12.2: Successfully uninstalled typing_extensions-4.12.2 Attempting uninstall: packaging Found existing installation: packaging 21.3 Uninstalling packaging-21.3: Successfully uninstalled packaging-21.3 Successfully installed chardet-5.2.0 colorama-0.4.6 distlib-0.4.0 filelock-3.19.1 packaging-25.0 platformdirs-4.4.0 pyproject-api-1.9.1 tox-4.13.0 typing-extensions-4.15.0 virtualenv-20.35.4 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. STEP 15/20: RUN cp /usr/share/tcib/container-images/tcib/base/tobiko/run_tobiko.sh /usr/local/bin/run_tobiko.sh STEP 16/20: RUN chmod +x /usr/local/bin/run_tobiko.sh STEP 17/20: RUN chown -R tobiko.tobiko /var/lib/tobiko STEP 18/20: ENTRYPOINT ["/usr/local/bin/run_tobiko.sh"] STEP 19/20: USER tobiko STEP 20/20: LABEL "tcib_build_tag"="65066e8ca260a75886ae57f157049605" COMMIT quay.rdoproject.org/podified-antelope-centos9/openstack-tobiko:65066e8ca260a75886ae57f157049605 Getting image source signatures Copying blob sha256:a170762be59c15b133bd19c602942600caa3082ffe7158ccee8771dfc16bb660 Copying blob sha256:6d90f54d462d7bc8be5cdcc7dd109987caa129aa2e59887ef8f9c82d0708a0bf Copying blob sha256:1e263b6a641dbe81d5f78aafbc8f7d705f016840edb2da9a1aedeb15007c2554 Copying config sha256:5d1b38cd1489758b96de200bc6a99e67c614f464d2e1261afcda3cb6d73190e7 Writing manifest to image destination --> 5d1b38cd1489 Successfully tagged quay.rdoproject.org/podified-antelope-centos9/openstack-tobiko:65066e8ca260a75886ae57f157049605 5d1b38cd1489758b96de200bc6a99e67c614f464d2e1261afcda3cb6d73190e7