STEP 1/20: FROM quay.rdoproject.org/podified-master-centos9/openstack-base:e34ff04664f8b72248b8630afd70ea89 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['valkey']='valkey 42460 42460 /run/valkey kolla' + _SUPPORTED_USERS['swift']='swift 42445 42445 /var/lib/swift kolla' + _SUPPORTED_USERS['tempest']='tempest 42480 42480 /var/lib/tempest kolla' + _SUPPORTED_USERS['tobiko']='tobiko 42495 42495 /var/lib/tobiko kolla' + _SUPPORTED_USERS['tss']='tss 59 59' + _SUPPORTED_USERS['ansible']='ansible 227 227 /var/lib/ansible kolla' + _SUPPORTED_USERS['watcher']='watcher 42451 42451 /var/lib/watcher kolla' + for _USER_TO_CREATE in $_USERS_TO_CREATE + _EXTRA_GROUPS_ARG= + _EXTRA_PERMS= + _HOME_ARGS= ++ echo 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 ++ awk '{ print $4 }' ++ echo tobiko 42495 42495 /var/lib/tobiko kolla + _HOME_DIR=/var/lib/tobiko ++ awk '{ print $5 }' ++ echo tobiko 42495 42495 /var/lib/tobiko kolla + _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-core python3 python3-devel python3-pip which findutils iproute iputils iperf3 tcpdump podman libffi-devel && dnf clean all && rm -rf /var/cache/dnf delorean-python-castellan-609f4ea667df386849930 616 kB/s | 13 kB 00:00 delorean-openstack-ironic-c525a16b06266b6b474c9 3.0 MB/s | 64 kB 00:00 delorean-openstack-cinder-92c645f1f1e913b5b1cd8 1.4 MB/s | 30 kB 00:00 delorean-ansible-collections-openstack-f584c54d 4.7 MB/s | 121 kB 00:00 delorean-openstack-ceilometer-60803e710e7f5b3cd 1.1 MB/s | 24 kB 00:00 delorean-openstack-kolla-e7bd46dad0b62ff151667b 14 MB/s | 274 kB 00:00 delorean-openstack-nova-3e7017eb2952d5258d96e27 2.1 MB/s | 37 kB 00:00 delorean-openstack-designate-82652559ea8641b11c 1.0 MB/s | 19 kB 00:00 delorean-openstack-glance-e055873be4079bc9d3716 893 kB/s | 19 kB 00:00 delorean-openstack-keystone-4f1b7e96e38463d5fcd 1.2 MB/s | 23 kB 00:00 delorean-openstack-manila-70623bb84e7880f7f2f75 632 kB/s | 27 kB 00:00 delorean-python-networking-mlnx-7139a7f0bce9d6a 4.3 MB/s | 130 kB 00:00 delorean-openstack-octavia-e981d3e172b8e4471f97 971 kB/s | 25 kB 00:00 delorean-openstack-watcher-71470dac73abba9e5dcf 818 kB/s | 17 kB 00:00 delorean-edpm-image-builder-55ba53cf215b14ed95b 372 kB/s | 7.9 kB 00:00 delorean-puppet-manila-5149a266fe4b6990961d8c68 6.8 MB/s | 155 kB 00:00 delorean-openstack-swift-e10c2bafcb8fc80929bce3 644 kB/s | 15 kB 00:00 delorean-python-mistral-tests-tempest-900580c95 1.7 MB/s | 35 kB 00:00 delorean-python-django-horizon-915b939b342dc65f 4.8 MB/s | 105 kB 00:00 dlrn-master-testing 65 MB/s | 2.4 MB 00:00 dlrn-master-build-deps 18 MB/s | 516 kB 00:00 centos9-rabbitmq 9.5 MB/s | 123 kB 00:00 centos9-storage 39 MB/s | 415 kB 00:00 centos9-opstools 3.6 MB/s | 51 kB 00:00 NFV SIG OpenvSwitch 34 MB/s | 447 kB 00:00 repo-setup-centos-appstream 166 MB/s | 25 MB 00:00 repo-setup-centos-baseos 109 MB/s | 8.8 MB 00:00 repo-setup-centos-highavailability 39 MB/s | 744 kB 00:00 repo-setup-centos-powertools 81 MB/s | 7.1 MB 00:00 Extra Packages for Enterprise Linux 9 - x86_64 16 MB/s | 20 MB 00:01 Package python3-3.9.23-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-11.el9 repo-setup-centos-appstream 32 M git-core x86_64 2.47.3-1.el9 repo-setup-centos-appstream 4.7 M iperf3 x86_64 3.9-14.el9 repo-setup-centos-appstream 108 k iproute x86_64 6.14.0-2.el9 repo-setup-centos-baseos 836 k iputils x86_64 20210202-15.el9 repo-setup-centos-baseos 174 k libffi-devel x86_64 3.4.2-8.el9 repo-setup-centos-appstream 29 k podman x86_64 6:5.6.0-2.el9 repo-setup-centos-appstream 16 M python3-devel x86_64 3.9.23-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.16.0-1.el9 repo-setup-centos-appstream 874 k binutils x86_64 2.35.2-67.el9 repo-setup-centos-baseos 4.6 M binutils-gold x86_64 2.35.2-67.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-11.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.193-1.el9 repo-setup-centos-baseos 44 k fuse-common x86_64 3.10.2-9.el9 repo-setup-centos-baseos 8.3 k fuse-overlayfs x86_64 1.15-1.el9 repo-setup-centos-appstream 67 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 glibc-devel x86_64 2.34-232.el9 repo-setup-centos-appstream 38 k glibc-headers x86_64 2.34-232.el9 repo-setup-centos-appstream 546 k 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-620.el9 repo-setup-centos-appstream 1.8 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 netavark x86_64 2:1.16.0-1.el9 repo-setup-centos-appstream 3.6 M nftables x86_64 1:1.0.9-4.el9 repo-setup-centos-baseos 420 k openssh x86_64 9.9p1-1.el9 repo-setup-centos-baseos 420 k openssh-clients x86_64 9.9p1-1.el9 repo-setup-centos-baseos 765 k passt x86_64 0^20250512.g8ec1341-2.el9 repo-setup-centos-appstream 263 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 60 Packages Total download size: 86 M Installed size: 272 M Downloading Packages: (1/60): conmon-2.1.13-1.el9.x86_64.rpm 965 kB/s | 51 kB 00:00 (2/60): containers-common-1-134.el9.x86_64.rpm 1.8 MB/s | 104 kB 00:00 (3/60): aardvark-dns-1.16.0-1.el9.x86_64.rpm 14 MB/s | 874 kB 00:00 (4/60): crun-1.24-1.el9.x86_64.rpm 4.3 MB/s | 246 kB 00:00 (5/60): fuse-overlayfs-1.15-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 (6/60): cpp-11.5.0-11.el9.x86_64.rpm 131 MB/s | 11 MB 00:00 (7/60): fuse3-3.10.2-9.el9.x86_64.rpm 995 kB/s | 54 kB 00:00 (8/60): fuse3-libs-3.10.2-9.el9.x86_64.rpm 1.6 MB/s | 91 kB 00:00 (9/60): glibc-devel-2.34-232.el9.x86_64.rpm 8.5 MB/s | 38 kB 00:00 (10/60): glibc-headers-2.34-232.el9.x86_64.rpm 34 MB/s | 546 kB 00:00 (11/60): git-core-2.47.3-1.el9.x86_64.rpm 76 MB/s | 4.7 MB 00:00 (12/60): iperf3-3.9-14.el9.x86_64.rpm 1.9 MB/s | 108 kB 00:00 (13/60): libffi-devel-3.4.2-8.el9.x86_64.rpm 7.6 MB/s | 29 kB 00:00 (14/60): kernel-headers-5.14.0-620.el9.x86_64.r 67 MB/s | 1.8 MB 00:00 (15/60): libmpc-1.2.1-4.el9.x86_64.rpm 11 MB/s | 62 kB 00:00 (16/60): libxcrypt-devel-4.4.18-3.el9.x86_64.rp 13 MB/s | 29 kB 00:00 (17/60): gcc-11.5.0-11.el9.x86_64.rpm 158 MB/s | 32 MB 00:00 (18/60): libslirp-4.4.0-8.el9.x86_64.rpm 792 kB/s | 68 kB 00:00 (19/60): netavark-1.16.0-1.el9.x86_64.rpm 34 MB/s | 3.6 MB 00:00 (20/60): python3-devel-3.9.23-2.el9.x86_64.rpm 81 MB/s | 244 kB 00:00 (21/60): python3-pip-21.3.1-1.el9.noarch.rpm 141 MB/s | 2.0 MB 00:00 (22/60): passt-0^20250512.g8ec1341-2.el9.x86_64 4.7 MB/s | 263 kB 00:00 (23/60): slirp4netns-1.3.3-1.el9.x86_64.rpm 861 kB/s | 47 kB 00:00 (24/60): tcpdump-4.99.0-9.el9.x86_64.rpm 8.5 MB/s | 544 kB 00:00 (25/60): podman-5.6.0-2.el9.x86_64.rpm 112 MB/s | 16 MB 00:00 (26/60): binutils-gold-2.35.2-67.el9.x86_64.rpm 83 MB/s | 734 kB 00:00 (27/60): yajl-2.1.0-25.el9.x86_64.rpm 671 kB/s | 38 kB 00:00 (28/60): elfutils-debuginfod-client-0.193-1.el9 20 MB/s | 44 kB 00:00 (29/60): iproute-6.14.0-2.el9.x86_64.rpm 144 MB/s | 836 kB 00:00 (30/60): binutils-2.35.2-67.el9.x86_64.rpm 91 MB/s | 4.6 MB 00:00 (31/60): iptables-nft-1.8.10-11.el9.x86_64.rpm 47 MB/s | 206 kB 00:00 (32/60): iputils-20210202-15.el9.x86_64.rpm 83 MB/s | 174 kB 00:00 (33/60): fuse-common-3.10.2-9.el9.x86_64.rpm 172 kB/s | 8.3 kB 00:00 (34/60): kmod-28-11.el9.x86_64.rpm 62 MB/s | 125 kB 00:00 (35/60): less-590-6.el9.x86_64.rpm 79 MB/s | 162 kB 00:00 (36/60): libbpf-1.5.0-2.el9.x86_64.rpm 87 MB/s | 186 kB 00:00 (37/60): libcbor-0.7.0-5.el9.x86_64.rpm 39 MB/s | 57 kB 00:00 (38/60): libedit-3.1-38.20210216cvs.el9.x86_64. 63 MB/s | 104 kB 00:00 (39/60): libfido2-1.13.0-2.el9.x86_64.rpm 62 MB/s | 99 kB 00:00 (40/60): libibverbs-57.0-2.el9.x86_64.rpm 102 MB/s | 453 kB 00:00 (41/60): iptables-libs-1.8.10-11.el9.x86_64.rpm 7.6 MB/s | 462 kB 00:00 (42/60): libmnl-1.0.4-16.el9.x86_64.rpm 16 MB/s | 28 kB 00:00 (43/60): jansson-2.14-1.el9.x86_64.rpm 948 kB/s | 46 kB 00:00 (44/60): libnfnetlink-1.0.1-23.el9.x86_64.rpm 610 kB/s | 29 kB 00:00 (45/60): libnetfilter_conntrack-1.0.9-1.el9.x86 1.2 MB/s | 59 kB 00:00 (46/60): libnftnl-1.2.6-4.el9.x86_64.rpm 1.7 MB/s | 88 kB 00:00 (47/60): libnl3-3.11.0-1.el9.x86_64.rpm 90 MB/s | 363 kB 00:00 (48/60): libpcap-1.10.0-4.el9.x86_64.rpm 36 MB/s | 173 kB 00:00 (49/60): libpkgconf-1.7.3-10.el9.x86_64.rpm 23 MB/s | 36 kB 00:00 (50/60): libseccomp-2.5.2-2.el9.x86_64.rpm 36 MB/s | 72 kB 00:00 (51/60): lksctp-tools-1.0.19-2.el9.x86_64.rpm 57 MB/s | 94 kB 00:00 (52/60): make-4.3-8.el9.x86_64.rpm 121 MB/s | 536 kB 00:00 (53/60): openssh-9.9p1-1.el9.x86_64.rpm 79 MB/s | 420 kB 00:00 (54/60): openssh-clients-9.9p1-1.el9.x86_64.rpm 112 MB/s | 765 kB 00:00 (55/60): pkgconf-1.7.3-10.el9.x86_64.rpm 8.1 MB/s | 41 kB 00:00 (56/60): pkgconf-m4-1.7.3-10.el9.noarch.rpm 15 MB/s | 15 kB 00:00 (57/60): pkgconf-pkg-config-1.7.3-10.el9.x86_64 9.8 MB/s | 11 kB 00:00 (58/60): psmisc-23.4-3.el9.x86_64.rpm 88 MB/s | 243 kB 00:00 (59/60): nftables-1.0.9-4.el9.x86_64.rpm 7.9 MB/s | 420 kB 00:00 (60/60): shadow-utils-subid-4.9-15.el9.x86_64.r 1.7 MB/s | 85 kB 00:00 -------------------------------------------------------------------------------- Total 126 MB/s | 86 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/60 Installing : libseccomp-2.5.2-2.el9.x86_64 2/60 Installing : libnftnl-1.2.6-4.el9.x86_64 3/60 Installing : elfutils-debuginfod-client-0.193-1.el9.x86_64 4/60 Installing : binutils-gold-2.35.2-67.el9.x86_64 5/60 Installing : binutils-2.35.2-67.el9.x86_64 6/60 Running scriptlet: binutils-2.35.2-67.el9.x86_64 6/60 Installing : libmpc-1.2.1-4.el9.x86_64 7/60 Installing : fuse3-libs-3.10.2-9.el9.x86_64 8/60 Installing : cpp-11.5.0-11.el9.x86_64 9/60 Installing : conmon-3:2.1.13-1.el9.x86_64 10/60 Installing : shadow-utils-subid-2:4.9-15.el9.x86_64 11/60 Installing : psmisc-23.4-3.el9.x86_64 12/60 Installing : pkgconf-m4-1.7.3-10.el9.noarch 13/60 Running scriptlet: openssh-9.9p1-1.el9.x86_64 14/60 Installing : openssh-9.9p1-1.el9.x86_64 14/60 Installing : make-1:4.3-8.el9.x86_64 15/60 Installing : lksctp-tools-1.0.19-2.el9.x86_64 16/60 Installing : libpkgconf-1.7.3-10.el9.x86_64 17/60 Installing : pkgconf-1.7.3-10.el9.x86_64 18/60 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 19/60 Installing : libnl3-3.11.0-1.el9.x86_64 20/60 Installing : libibverbs-57.0-2.el9.x86_64 21/60 Installing : libpcap-14:1.10.0-4.el9.x86_64 22/60 Installing : libnfnetlink-1.0.1-23.el9.x86_64 23/60 Installing : libnetfilter_conntrack-1.0.9-1.el9.x86_64 24/60 Installing : iptables-libs-1.8.10-11.el9.x86_64 25/60 Installing : iptables-nft-1.8.10-11.el9.x86_64 26/60 Running scriptlet: iptables-nft-1.8.10-11.el9.x86_64 26/60 Installing : libedit-3.1-38.20210216cvs.el9.x86_64 27/60 Installing : libcbor-0.7.0-5.el9.x86_64 28/60 Installing : libfido2-1.13.0-2.el9.x86_64 29/60 Installing : openssh-clients-9.9p1-1.el9.x86_64 30/60 Running scriptlet: openssh-clients-9.9p1-1.el9.x86_64 30/60 Installing : libbpf-2:1.5.0-2.el9.x86_64 31/60 Installing : less-590-6.el9.x86_64 32/60 Installing : kmod-28-11.el9.x86_64 33/60 Installing : jansson-2.14-1.el9.x86_64 34/60 Installing : nftables-1:1.0.9-4.el9.x86_64 35/60 Running scriptlet: nftables-1:1.0.9-4.el9.x86_64 35/60 Installing : fuse-common-3.10.2-9.el9.x86_64 36/60 Installing : fuse3-3.10.2-9.el9.x86_64 37/60 Installing : fuse-overlayfs-1.15-1.el9.x86_64 38/60 Running scriptlet: fuse-overlayfs-1.15-1.el9.x86_64 38/60 Installing : yajl-2.1.0-25.el9.x86_64 39/60 Installing : crun-1.24-1.el9.x86_64 40/60 Installing : python3-pip-21.3.1-1.el9.noarch 41/60 Installing : passt-0^20250512.g8ec1341-2.el9.x86_64 42/60 Installing : libslirp-4.4.0-8.el9.x86_64 43/60 Installing : slirp4netns-1.3.3-1.el9.x86_64 44/60 Installing : containers-common-4:1-134.el9.x86_64 45/60 Installing : kernel-headers-5.14.0-620.el9.x86_64 46/60 Installing : glibc-headers-2.34-232.el9.x86_64 47/60 Installing : libxcrypt-devel-4.4.18-3.el9.x86_64 48/60 Installing : glibc-devel-2.34-232.el9.x86_64 49/60 Installing : aardvark-dns-2:1.16.0-1.el9.x86_64 50/60 Installing : netavark-2:1.16.0-1.el9.x86_64 51/60 Installing : podman-6:5.6.0-2.el9.x86_64 52/60 Installing : gcc-11.5.0-11.el9.x86_64 53/60 Installing : python3-devel-3.9.23-2.el9.x86_64 54/60 Installing : git-core-2.47.3-1.el9.x86_64 55/60 Installing : iproute-6.14.0-2.el9.x86_64 56/60 Running scriptlet: tcpdump-14:4.99.0-9.el9.x86_64 57/60 Installing : tcpdump-14:4.99.0-9.el9.x86_64 57/60 Installing : libffi-devel-3.4.2-8.el9.x86_64 58/60 Installing : iperf3-3.9-14.el9.x86_64 59/60 Installing : iputils-20210202-15.el9.x86_64 60/60 Running scriptlet: iputils-20210202-15.el9.x86_64 60/60 Running scriptlet: iproute-6.14.0-2.el9.x86_64 60/60 Running scriptlet: iputils-20210202-15.el9.x86_64 60/60 Verifying : aardvark-dns-2:1.16.0-1.el9.x86_64 1/60 Verifying : conmon-3:2.1.13-1.el9.x86_64 2/60 Verifying : containers-common-4:1-134.el9.x86_64 3/60 Verifying : cpp-11.5.0-11.el9.x86_64 4/60 Verifying : crun-1.24-1.el9.x86_64 5/60 Verifying : fuse-overlayfs-1.15-1.el9.x86_64 6/60 Verifying : fuse3-3.10.2-9.el9.x86_64 7/60 Verifying : fuse3-libs-3.10.2-9.el9.x86_64 8/60 Verifying : gcc-11.5.0-11.el9.x86_64 9/60 Verifying : git-core-2.47.3-1.el9.x86_64 10/60 Verifying : glibc-devel-2.34-232.el9.x86_64 11/60 Verifying : glibc-headers-2.34-232.el9.x86_64 12/60 Verifying : iperf3-3.9-14.el9.x86_64 13/60 Verifying : kernel-headers-5.14.0-620.el9.x86_64 14/60 Verifying : libffi-devel-3.4.2-8.el9.x86_64 15/60 Verifying : libmpc-1.2.1-4.el9.x86_64 16/60 Verifying : libslirp-4.4.0-8.el9.x86_64 17/60 Verifying : libxcrypt-devel-4.4.18-3.el9.x86_64 18/60 Verifying : netavark-2:1.16.0-1.el9.x86_64 19/60 Verifying : passt-0^20250512.g8ec1341-2.el9.x86_64 20/60 Verifying : podman-6:5.6.0-2.el9.x86_64 21/60 Verifying : python3-devel-3.9.23-2.el9.x86_64 22/60 Verifying : python3-pip-21.3.1-1.el9.noarch 23/60 Verifying : slirp4netns-1.3.3-1.el9.x86_64 24/60 Verifying : tcpdump-14:4.99.0-9.el9.x86_64 25/60 Verifying : yajl-2.1.0-25.el9.x86_64 26/60 Verifying : binutils-2.35.2-67.el9.x86_64 27/60 Verifying : binutils-gold-2.35.2-67.el9.x86_64 28/60 Verifying : elfutils-debuginfod-client-0.193-1.el9.x86_64 29/60 Verifying : fuse-common-3.10.2-9.el9.x86_64 30/60 Verifying : iproute-6.14.0-2.el9.x86_64 31/60 Verifying : iptables-libs-1.8.10-11.el9.x86_64 32/60 Verifying : iptables-nft-1.8.10-11.el9.x86_64 33/60 Verifying : iputils-20210202-15.el9.x86_64 34/60 Verifying : jansson-2.14-1.el9.x86_64 35/60 Verifying : kmod-28-11.el9.x86_64 36/60 Verifying : less-590-6.el9.x86_64 37/60 Verifying : libbpf-2:1.5.0-2.el9.x86_64 38/60 Verifying : libcbor-0.7.0-5.el9.x86_64 39/60 Verifying : libedit-3.1-38.20210216cvs.el9.x86_64 40/60 Verifying : libfido2-1.13.0-2.el9.x86_64 41/60 Verifying : libibverbs-57.0-2.el9.x86_64 42/60 Verifying : libmnl-1.0.4-16.el9.x86_64 43/60 Verifying : libnetfilter_conntrack-1.0.9-1.el9.x86_64 44/60 Verifying : libnfnetlink-1.0.1-23.el9.x86_64 45/60 Verifying : libnftnl-1.2.6-4.el9.x86_64 46/60 Verifying : libnl3-3.11.0-1.el9.x86_64 47/60 Verifying : libpcap-14:1.10.0-4.el9.x86_64 48/60 Verifying : libpkgconf-1.7.3-10.el9.x86_64 49/60 Verifying : libseccomp-2.5.2-2.el9.x86_64 50/60 Verifying : lksctp-tools-1.0.19-2.el9.x86_64 51/60 Verifying : make-1:4.3-8.el9.x86_64 52/60 Verifying : nftables-1:1.0.9-4.el9.x86_64 53/60 Verifying : openssh-9.9p1-1.el9.x86_64 54/60 Verifying : openssh-clients-9.9p1-1.el9.x86_64 55/60 Verifying : pkgconf-1.7.3-10.el9.x86_64 56/60 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 57/60 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 58/60 Verifying : psmisc-23.4-3.el9.x86_64 59/60 Verifying : shadow-utils-subid-2:4.9-15.el9.x86_64 60/60 Installed: aardvark-dns-2:1.16.0-1.el9.x86_64 binutils-2.35.2-67.el9.x86_64 binutils-gold-2.35.2-67.el9.x86_64 conmon-3:2.1.13-1.el9.x86_64 containers-common-4:1-134.el9.x86_64 cpp-11.5.0-11.el9.x86_64 crun-1.24-1.el9.x86_64 elfutils-debuginfod-client-0.193-1.el9.x86_64 fuse-common-3.10.2-9.el9.x86_64 fuse-overlayfs-1.15-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-11.el9.x86_64 git-core-2.47.3-1.el9.x86_64 glibc-devel-2.34-232.el9.x86_64 glibc-headers-2.34-232.el9.x86_64 iperf3-3.9-14.el9.x86_64 iproute-6.14.0-2.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-620.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 libffi-devel-3.4.2-8.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 netavark-2:1.16.0-1.el9.x86_64 nftables-1:1.0.9-4.el9.x86_64 openssh-9.9p1-1.el9.x86_64 openssh-clients-9.9p1-1.el9.x86_64 passt-0^20250512.g8ec1341-2.el9.x86_64 pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 podman-6:5.6.0-2.el9.x86_64 psmisc-23.4-3.el9.x86_64 python3-devel-3.9.23-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! 160 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.2-py3-none-any.whl (1.8 MB) Installing collected packages: setuptools, pip Successfully installed pip-25.2 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' Ignoring pandas: markers 'python_version < "3.9"' don't match your environment 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 pandas==2.1.1 (from -r /usr/local/src/tobiko/extra-requirements.txt (line 6)) Downloading pandas-2.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (18 kB) Collecting podman==4.7.0 (from -r /usr/local/src/tobiko/extra-requirements.txt (line 7)) 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 8)) 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 9)) Downloading pytest_reportportal-5.5.2-py2.py3-none-any.whl.metadata (5.3 kB) Collecting pytest-rerunfailures (from -r /usr/local/src/tobiko/extra-requirements.txt (line 10)) 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 11)) Downloading pytest_subtests-0.14.2-py3-none-any.whl.metadata (6.0 kB) Collecting pytest-timeout (from -r /usr/local/src/tobiko/extra-requirements.txt (line 12)) Downloading pytest_timeout-2.4.0-py3-none-any.whl.metadata (20 kB) Collecting fixtures>=3.0.0 (from tobiko==0.8.17.dev1) Downloading fixtures-4.2.5-py3-none-any.whl.metadata (22 kB) Collecting keystoneauth1>=4.3.0 (from tobiko==0.8.17.dev1) Downloading keystoneauth1-4.5.0-py3-none-any.whl.metadata (3.9 kB) Collecting metalsmith>=1.6.2 (from tobiko==0.8.17.dev1) Downloading metalsmith-1.6.2-py3-none-any.whl.metadata (2.5 kB) Collecting netaddr>=0.8.0 (from tobiko==0.8.17.dev1) Downloading netaddr-0.8.0-py2.py3-none-any.whl.metadata (4.9 kB) Collecting neutron-lib>=2.7.0 (from tobiko==0.8.17.dev1) Downloading neutron_lib-2.20.0-py3-none-any.whl.metadata (2.3 kB) Collecting openstacksdk>=0.31.2 (from tobiko==0.8.17.dev1) Downloading openstacksdk-0.61.0-py3-none-any.whl.metadata (6.7 kB) Collecting oslo.concurrency>=3.26.0 (from tobiko==0.8.17.dev1) Downloading oslo.concurrency-4.5.0-py3-none-any.whl.metadata (2.0 kB) Collecting oslo.config>=8.4.0 (from tobiko==0.8.17.dev1) Downloading oslo.config-8.8.0-py3-none-any.whl.metadata (3.1 kB) Collecting oslo.log>=4.4.0 (from tobiko==0.8.17.dev1) Downloading oslo.log-4.7.0-py3-none-any.whl.metadata (3.1 kB) Collecting oslo.utils>=4.12.3 (from tobiko==0.8.17.dev1) Downloading oslo.utils-4.12.3-py3-none-any.whl.metadata (2.2 kB) Collecting packaging>=20.4 (from tobiko==0.8.17.dev1) Downloading packaging-21.3-py3-none-any.whl.metadata (15 kB) Collecting paramiko>=2.9.2 (from tobiko==0.8.17.dev1) Downloading paramiko-2.10.4-py2.py3-none-any.whl.metadata (4.6 kB) Collecting pbr>=5.5.1 (from tobiko==0.8.17.dev1) Downloading pbr-5.8.1-py2.py3-none-any.whl.metadata (3.2 kB) Collecting psutil>=5.8.0 (from tobiko==0.8.17.dev1) 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.17.dev1) Downloading python_designateclient-4.5.1-py3-none-any.whl.metadata (3.1 kB) Collecting python-glanceclient>=3.2.2 (from tobiko==0.8.17.dev1) Downloading python_glanceclient-3.6.0-py3-none-any.whl.metadata (3.9 kB) Collecting python-heatclient>=2.3.0 (from tobiko==0.8.17.dev1) Downloading python_heatclient-2.5.1-py3-none-any.whl.metadata (3.1 kB) Collecting python-ironicclient>=4.6.1 (from tobiko==0.8.17.dev1) Downloading python_ironicclient-4.11.0-py3-none-any.whl.metadata (4.6 kB) Collecting python-manilaclient>=4.5.1 (from tobiko==0.8.17.dev1) Downloading python_manilaclient-4.5.1-py3-none-any.whl.metadata (5.5 kB) Collecting python-neutronclient>=7.2.1 (from tobiko==0.8.17.dev1) Downloading python_neutronclient-7.8.0-py3-none-any.whl.metadata (3.1 kB) Collecting python-novaclient>=17.2.1 (from tobiko==0.8.17.dev1) Downloading python_novaclient-17.7.0-py3-none-any.whl.metadata (3.0 kB) Collecting python-octaviaclient>=2.2.0 (from tobiko==0.8.17.dev1) Downloading python_octaviaclient-2.5.0-py3-none-any.whl.metadata (2.7 kB) Collecting python-openstackclient>=5.4.0 (from tobiko==0.8.17.dev1) Downloading python_openstackclient-5.8.0-py3-none-any.whl.metadata (6.5 kB) Collecting PyYAML>=5.4.1 (from tobiko==0.8.17.dev1) 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.17.dev1) Downloading sshtunnel-0.4.0-py2.py3-none-any.whl.metadata (19 kB) Collecting testtools>=2.5.0 (from tobiko==0.8.17.dev1) Downloading testtools-2.7.2-py3-none-any.whl.metadata (5.2 kB) Collecting numpy>=1.22.4 (from pandas==2.1.1->-r /usr/local/src/tobiko/extra-requirements.txt (line 6)) Downloading numpy-1.26.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB) Collecting python-dateutil>=2.8.2 (from pandas==2.1.1->-r /usr/local/src/tobiko/extra-requirements.txt (line 6)) Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) Collecting pytz>=2020.1 (from pandas==2.1.1->-r /usr/local/src/tobiko/extra-requirements.txt (line 6)) Downloading pytz-2021.3-py2.py3-none-any.whl.metadata (21 kB) Collecting tzdata>=2022.1 (from pandas==2.1.1->-r /usr/local/src/tobiko/extra-requirements.txt (line 6)) Downloading tzdata-2024.2-py2.py3-none-any.whl.metadata (1.4 kB) Collecting pyxdg>=0.26 (from podman==4.7.0->-r /usr/local/src/tobiko/extra-requirements.txt (line 7)) 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 7)) 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 7)) 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 7)) Downloading tomli-2.2.1-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 8)) 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 8)) 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 8)) 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 9)) Downloading dill-0.4.0-py3-none-any.whl.metadata (10 kB) Collecting reportportal-client~=5.6.4 (from pytest-reportportal->-r /usr/local/src/tobiko/extra-requirements.txt (line 9)) Downloading reportportal_client-5.6.5-py2.py3-none-any.whl.metadata (6.0 kB) Collecting aenum>=3.1.0 (from pytest-reportportal->-r /usr/local/src/tobiko/extra-requirements.txt (line 9)) 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 reportportal-client~=5.6.4 (from pytest-reportportal->-r /usr/local/src/tobiko/extra-requirements.txt (line 9)) 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 9)) 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 7)) Downloading certifi-2025.8.3-py3-none-any.whl.metadata (2.4 kB) Collecting charset-normalizer~=2.0.0 (from requests>=2.24->podman==4.7.0->-r /usr/local/src/tobiko/extra-requirements.txt (line 7)) 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 7)) Downloading idna-3.3-py3-none-any.whl.metadata (9.8 kB) Collecting pytest-reportportal (from -r /usr/local/src/tobiko/extra-requirements.txt (line 9)) Downloading pytest_reportportal-5.5.0-py2.py3-none-any.whl.metadata (5.3 kB) Collecting reportportal-client~=5.6.2 (from pytest-reportportal->-r /usr/local/src/tobiko/extra-requirements.txt (line 9)) 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) 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 9)) 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 9)) 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 9)) 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 9)) 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 9)) Downloading pytest_reportportal-5.4.4-py2.py3-none-any.whl.metadata (5.0 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 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 9)) 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 11)) 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.17.dev1) 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.17.dev1) 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.17.dev1) 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.17.dev1) 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.17.dev1) 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 WebOb>=1.7.1 (from neutron-lib>=2.7.0->tobiko==0.8.17.dev1) Downloading WebOb-1.8.7-py2.py3-none-any.whl.metadata (10 kB) Collecting os-ken>=0.3.0 (from neutron-lib>=2.7.0->tobiko==0.8.17.dev1) Downloading os_ken-2.3.1-py3-none-any.whl.metadata (1.5 kB) Collecting os-traits>=0.9.0 (from neutron-lib>=2.7.0->tobiko==0.8.17.dev1) Downloading os_traits-3.4.0-py3-none-any.whl.metadata (1.7 kB) Collecting oslo.context>=2.22.0 (from neutron-lib>=2.7.0->tobiko==0.8.17.dev1) Downloading oslo.context-4.1.0-py3-none-any.whl.metadata (2.0 kB) Collecting oslo.db>=4.44.0 (from neutron-lib>=2.7.0->tobiko==0.8.17.dev1) Downloading oslo.db-11.2.0-py3-none-any.whl.metadata (3.3 kB) Collecting oslo.i18n>=3.20.0 (from neutron-lib>=2.7.0->tobiko==0.8.17.dev1) Downloading oslo.i18n-5.1.0-py3-none-any.whl.metadata (2.0 kB) Collecting oslo.messaging>=7.0.0 (from neutron-lib>=2.7.0->tobiko==0.8.17.dev1) Downloading oslo.messaging-12.13.0-py3-none-any.whl.metadata (3.4 kB) Collecting oslo.policy>=3.6.2 (from neutron-lib>=2.7.0->tobiko==0.8.17.dev1) Downloading oslo.policy-3.11.0-py3-none-any.whl.metadata (2.1 kB) Collecting oslo.serialization>=2.25.0 (from neutron-lib>=2.7.0->tobiko==0.8.17.dev1) Downloading oslo.serialization-4.3.0-py3-none-any.whl.metadata (2.1 kB) Collecting oslo.service!=1.28.1,>=1.24.0 (from neutron-lib>=2.7.0->tobiko==0.8.17.dev1) Downloading oslo.service-2.8.0-py3-none-any.whl.metadata (2.7 kB) Collecting oslo.versionedobjects>=1.31.2 (from neutron-lib>=2.7.0->tobiko==0.8.17.dev1) Downloading oslo.versionedobjects-2.6.0-py3-none-any.whl.metadata (2.7 kB) Collecting osprofiler>=1.4.0 (from neutron-lib>=2.7.0->tobiko==0.8.17.dev1) Downloading osprofiler-3.4.2-py3-none-any.whl.metadata (3.5 kB) Collecting pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 (from neutron-lib>=2.7.0->tobiko==0.8.17.dev1) 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 setproctitle>=1.1.10 (from neutron-lib>=2.7.0->tobiko==0.8.17.dev1) Downloading setproctitle-1.2.2-cp39-cp39-manylinux1_x86_64.whl.metadata (8.8 kB) Collecting appdirs>=1.3.0 (from openstacksdk>=0.31.2->tobiko==0.8.17.dev1) 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.17.dev1) 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.17.dev1) 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.17.dev1) 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.17.dev1) 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.17.dev1) 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.17.dev1) 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.17.dev1) 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.17.dev1) 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.17.dev1) Downloading cffi-1.15.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (1.2 kB) Collecting pycparser (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.31.2->tobiko==0.8.17.dev1) 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.17.dev1) 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.17.dev1) 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.17.dev1) 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.17.dev1) 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.17.dev1) 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.17.dev1) 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.17.dev1) 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.17.dev1) Downloading fasteners-0.17.3-py3-none-any.whl.metadata (6.5 kB) Collecting debtcollector>=1.2.0 (from oslo.config>=8.4.0->tobiko==0.8.17.dev1) Downloading debtcollector-2.5.0-py3-none-any.whl.metadata (2.3 kB) Collecting rfc3986>=1.2.0 (from oslo.config>=8.4.0->tobiko==0.8.17.dev1) Downloading rfc3986-1.5.0-py2.py3-none-any.whl.metadata (6.5 kB) Collecting wrapt>=1.7.0 (from debtcollector>=1.2.0->oslo.config>=8.4.0->tobiko==0.8.17.dev1) 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 alembic>=0.9.6 (from oslo.db>=4.44.0->neutron-lib>=2.7.0->tobiko==0.8.17.dev1) Downloading alembic-1.7.6-py3-none-any.whl.metadata (7.0 kB) Collecting sqlalchemy-migrate>=0.11.0 (from oslo.db>=4.44.0->neutron-lib>=2.7.0->tobiko==0.8.17.dev1) Downloading sqlalchemy_migrate-0.13.0-py2.py3-none-any.whl.metadata (2.7 kB) Collecting testresources>=2.0.0 (from oslo.db>=4.44.0->neutron-lib>=2.7.0->tobiko==0.8.17.dev1) Downloading testresources-2.0.1-py2.py3-none-any.whl.metadata (11 kB) Collecting testscenarios>=0.4 (from oslo.db>=4.44.0->neutron-lib>=2.7.0->tobiko==0.8.17.dev1) Downloading testscenarios-0.5.0-py2.py3-none-any.whl.metadata (12 kB) Collecting Mako (from alembic>=0.9.6->oslo.db>=4.44.0->neutron-lib>=2.7.0->tobiko==0.8.17.dev1) Downloading Mako-1.1.6-py2.py3-none-any.whl.metadata (2.9 kB) Collecting pyinotify>=0.9.6 (from oslo.log>=4.4.0->tobiko==0.8.17.dev1) Downloading pyinotify-0.9.6.tar.gz (60 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 amqp>=2.5.2 (from oslo.messaging>=7.0.0->neutron-lib>=2.7.0->tobiko==0.8.17.dev1) Downloading amqp-5.0.9-py3-none-any.whl.metadata (8.9 kB) Collecting cachetools>=2.0.0 (from oslo.messaging>=7.0.0->neutron-lib>=2.7.0->tobiko==0.8.17.dev1) Downloading cachetools-6.2.0-py3-none-any.whl.metadata (5.4 kB) Collecting futurist>=1.2.0 (from oslo.messaging>=7.0.0->neutron-lib>=2.7.0->tobiko==0.8.17.dev1) Downloading futurist-2.4.0-py3-none-any.whl.metadata (2.2 kB) Collecting kombu>=4.6.6 (from oslo.messaging>=7.0.0->neutron-lib>=2.7.0->tobiko==0.8.17.dev1) Downloading kombu-5.5.4-py3-none-any.whl.metadata (3.5 kB) Collecting oslo.metrics>=0.2.1 (from oslo.messaging>=7.0.0->neutron-lib>=2.7.0->tobiko==0.8.17.dev1) Downloading oslo.metrics-0.4.0-py3-none-any.whl.metadata (1.3 kB) Collecting oslo.middleware>=3.31.0 (from oslo.messaging>=7.0.0->neutron-lib>=2.7.0->tobiko==0.8.17.dev1) Downloading oslo.middleware-4.5.1-py3-none-any.whl.metadata (2.2 kB) Collecting vine==5.0.0 (from amqp>=2.5.2->oslo.messaging>=7.0.0->neutron-lib>=2.7.0->tobiko==0.8.17.dev1) 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>=7.0.0->neutron-lib>=2.7.0->tobiko==0.8.17.dev1) 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) 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) 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.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) 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) 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.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>=7.0.0->neutron-lib>=2.7.0->tobiko==0.8.17.dev1) Downloading prometheus_client-0.13.1-py3-none-any.whl.metadata (20 kB) Collecting Jinja2>=2.10 (from oslo.middleware>=3.31.0->oslo.messaging>=7.0.0->neutron-lib>=2.7.0->tobiko==0.8.17.dev1) Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) Collecting bcrypt>=3.1.3 (from oslo.middleware>=3.31.0->oslo.messaging>=7.0.0->neutron-lib>=2.7.0->tobiko==0.8.17.dev1) 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 statsd>=3.2.1 (from oslo.middleware>=3.31.0->oslo.messaging>=7.0.0->neutron-lib>=2.7.0->tobiko==0.8.17.dev1) 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>=7.0.0->neutron-lib>=2.7.0->tobiko==0.8.17.dev1) 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 Paste>=2.0.2 (from oslo.service!=1.28.1,>=1.24.0->neutron-lib>=2.7.0->tobiko==0.8.17.dev1) Downloading Paste-3.5.0-py2.py3-none-any.whl.metadata (4.5 kB) Collecting PasteDeploy>=1.5.0 (from oslo.service!=1.28.1,>=1.24.0->neutron-lib>=2.7.0->tobiko==0.8.17.dev1) Downloading PasteDeploy-2.1.1-py2.py3-none-any.whl.metadata (2.4 kB) Collecting Yappi>=1.0 (from oslo.service!=1.28.1,>=1.24.0->neutron-lib>=2.7.0->tobiko==0.8.17.dev1) 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.17.dev1) 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.17.dev1) 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.17.dev1) 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.28.1,>=1.24.0->neutron-lib>=2.7.0->tobiko==0.8.17.dev1) Downloading setuptools-70.3.0-py3-none-any.whl.metadata (5.8 kB) Collecting WebTest>=1.3.1 (from pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=2.7.0->tobiko==0.8.17.dev1) Downloading WebTest-3.0.0-py3-none-any.whl.metadata (1.8 kB) Collecting logutils>=0.3 (from pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=2.7.0->tobiko==0.8.17.dev1) 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.17.dev1) 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 8)) Downloading exceptiongroup-1.3.0-py3-none-any.whl.metadata (6.7 kB) Collecting iniconfig (from pytest>=7->pytest-cov->-r /usr/local/src/tobiko/extra-requirements.txt (line 8)) Downloading iniconfig-1.1.1-py2.py3-none-any.whl.metadata (2.4 kB) Collecting typing-extensions>=4.6.0 (from exceptiongroup>=1.0.0rc8->pytest>=7->pytest-cov->-r /usr/local/src/tobiko/extra-requirements.txt (line 8)) Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) Collecting cliff!=2.9.0,>=2.8.0 (from python-designateclient>=4.4.0->tobiko==0.8.17.dev1) 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.17.dev1) 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.17.dev1) 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.17.dev1) 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.17.dev1) 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.17.dev1) 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.17.dev1) 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.17.dev1) 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.17.dev1) 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.17.dev1) 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.17.dev1) 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.17.dev1) Downloading python_swiftclient-3.13.1-py2.py3-none-any.whl.metadata (3.4 kB) Collecting python-keystoneclient>=3.8.0 (from python-manilaclient>=4.5.1->tobiko==0.8.17.dev1) 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.17.dev1) 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.17.dev1) 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.17.dev1) Downloading repoze.lru-0.7-py3-none-any.whl.metadata (1.1 kB) Collecting sqlparse (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron-lib>=2.7.0->tobiko==0.8.17.dev1) Downloading sqlparse-0.4.2-py3-none-any.whl.metadata (3.4 kB) Collecting Tempita>=0.4 (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron-lib>=2.7.0->tobiko==0.8.17.dev1) Downloading Tempita-0.5.2-py3-none-any.whl.metadata (1.0 kB) Collecting waitress>=0.8.5 (from WebTest>=1.3.1->pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=2.7.0->tobiko==0.8.17.dev1) Downloading waitress-2.0.0-py3-none-any.whl.metadata (5.1 kB) Collecting beautifulsoup4 (from WebTest>=1.3.1->pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=2.7.0->tobiko==0.8.17.dev1) 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.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=2.7.0->tobiko==0.8.17.dev1) 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 pandas-2.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.3/12.3 MB 60.5 MB/s 0:00:00 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.14.2-py3-none-any.whl (9.1 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.8.3-py3-none-any.whl (161 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-0.8.0-py2.py3-none-any.whl (1.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 164.0 MB/s 0:00:00 Downloading neutron_lib-2.20.0-py3-none-any.whl (582 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 582.9/582.9 kB 94.7 MB/s 0:00:00 Downloading numpy-1.26.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.2/18.2 MB 109.6 MB/s 0:00:00 Downloading openstacksdk-0.61.0-py3-none-any.whl (1.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 160.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 111.7 MB/s 0:00:00 Downloading cffi-1.15.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (444 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 130.0 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 111.3 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-4.5.0-py3-none-any.whl (47 kB) Downloading fasteners-0.17.3-py3-none-any.whl (18 kB) Downloading oslo.config-8.8.0-py3-none-any.whl (128 kB) Downloading debtcollector-2.5.0-py3-none-any.whl (23 kB) Downloading oslo.context-4.1.0-py3-none-any.whl (20 kB) Downloading oslo.db-11.2.0-py3-none-any.whl (175 kB) Downloading alembic-1.7.6-py3-none-any.whl (210 kB) Downloading oslo.i18n-5.1.0-py3-none-any.whl (46 kB) Downloading oslo.log-4.7.0-py3-none-any.whl (71 kB) Downloading oslo.messaging-12.13.0-py3-none-any.whl (252 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.0-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.4.0-py3-none-any.whl (13 kB) Downloading oslo.middleware-4.5.1-py3-none-any.whl (65 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-3.11.0-py3-none-any.whl (87 kB) Downloading oslo.serialization-4.3.0-py3-none-any.whl (25 kB) Downloading oslo.service-2.8.0-py3-none-any.whl (77 kB) Downloading oslo.utils-4.12.3-py3-none-any.whl (101 kB) Downloading oslo.versionedobjects-2.6.0-py3-none-any.whl (86 kB) Downloading osprofiler-3.4.2-py3-none-any.whl (89 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 93.1 MB/s 0:00:00 Downloading PasteDeploy-2.1.1-py2.py3-none-any.whl (17 kB) Downloading pbr-5.8.1-py2.py3-none-any.whl (113 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 143.4 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.0-py3-none-any.whl (16 kB) Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 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 33.2 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 115.8 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 126.9 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 77.9 MB/s 0:00:00 Downloading sqlalchemy_migrate-0.13.0-py2.py3-none-any.whl (109 kB) 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 Tempita-0.5.2-py3-none-any.whl (12 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.2.1-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.7-py2.py3-none-any.whl (114 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 118.3 MB/s 0:00:00 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) Downloading sqlparse-0.4.2-py3-none-any.whl (42 kB) Building wheels for collected packages: tobiko, ovs, pecan, logutils, pyinotify, 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.17.dev1-0.editable-py2.py3-none-any.whl size=9288 sha256=d431d9bd4662e738b9dd7d45cc5ab567264922efc44ed9c7b61f2151837cf0a4 Stored in directory: /tmp/pip-ephem-wheel-cache-95p_k3mo/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=75a3fa3bed6a26c567053ad84ff05e7dab5f72cc3d3a7ea3c064515550ce406b 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=1968f8c01283b406e59c0d13c2f8da33e0af4c754224f3fa84da49abc7c95de1 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=9b9267296664ffedf0f7ff5fbb0638ba2fe4a2dfb2b628ebd4c1d746f0d1c980 Stored in directory: /root/.cache/pip/wheels/72/a7/97/a18ed864266911192f077c6cbb090639a8d1b9d3ad44da88d7 Building wheel for pyinotify (pyproject.toml): started Building wheel for pyinotify (pyproject.toml): finished with status 'done' Created wheel for pyinotify: filename=pyinotify-0.9.6-py3-none-any.whl size=25417 sha256=fb08de43bb5cad4cb85a8ee1a84992979f82f9dc22ebbf3c5a0e28d1745faccf Stored in directory: /root/.cache/pip/wheels/df/59/26/4c0156f7a9db2b0a2bd14d346a673de99632feeb8cd43914d0 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=b96475d4534f595ae7e2324d7b4092daa3efcbc96bcfb89e8377f54792fb7b10 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=9ec5bc89f266fd3deacf5d5058cabd338b20ef0b65340ee09e985ebe3a066150 Stored in directory: /root/.cache/pip/wheels/bc/4a/77/7bb309918e17352faf2660d439c5b01350ed6523bba761baf5 Successfully built tobiko ovs pecan logutils pyinotify pyperclip warlock Installing collected packages: wcwidth, Tempita, statsd, sortedcontainers, rfc3986, requestsexceptions, repoze.lru, pyxdg, pytz, pyperclip, pyinotify, netifaces, netaddr, msgpack, logutils, iniconfig, dpkt, appdirs, aenum, zipp, Yappi, wrapt, WebOb, waitress, vine, urllib3, tzdata, typing-extensions, tomli, testtools, sqlparse, soupsieve, six, simplejson, setuptools, setproctitle, PyYAML, pyrsistent, pyproject_hooks, pyparsing, pycparser, psutil, prometheus-client, PrettyTable, pluggy, pbr, ovs, numpy, MarkupSafe, jsonpointer, jmespath, iso8601, idna, greenlet, fixtures, fasteners, dnspython, dill, decorator, coverage, charset-normalizer, certifi, cachetools, Babel, autopage, attrs, testscenarios, testresources, stevedore, SQLAlchemy, Routes, requests, python-dateutil, PasteDeploy, Paste, packaging, oslo.i18n, os-traits, os-service-types, munch, Mako, jsonschema, jsonpatch, Jinja2, importlib-metadata, futurist, exceptiongroup, eventlet, debtcollector, cmd2, cffi, beautifulsoup4, amqp, WebTest, warlock, sqlalchemy-migrate, reportportal-client, python-swiftclient, pytest, pynacl, podman, pandas, oslo.utils, oslo.context, oslo.config, kombu, keystoneauth1, dogpile.cache, cryptography, cliff, build, bcrypt, alembic, python-cinderclient, pytest-timeout, pytest-subtests, pytest-rerunfailures, pytest-reportportal, pytest-cov, pyOpenSSL, pecan, paramiko, oslo.serialization, oslo.middleware, oslo.db, oslo.concurrency, os-ken, openstacksdk, openshift-client, sshtunnel, python-novaclient, python-keystoneclient, python-glanceclient, 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 Attempting uninstall: python-dateutil Found existing installation: python-dateutil 2.8.1 Uninstalling python-dateutil-2.8.1: Successfully uninstalled python-dateutil-2.8.1 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 Tempita-0.5.2 WebOb-1.8.7 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.0 certifi-2025.8.3 cffi-1.15.0 charset-normalizer-2.0.12 cliff-3.10.1 cmd2-2.4.0 coverage-7.10.7 cryptography-36.0.1 debtcollector-2.5.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.0 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-0.8.0 netifaces-0.11.0 neutron-lib-2.20.0 numpy-1.26.4 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-4.5.0 oslo.config-8.8.0 oslo.context-4.1.0 oslo.db-11.2.0 oslo.i18n-5.1.0 oslo.log-4.7.0 oslo.messaging-12.13.0 oslo.metrics-0.4.0 oslo.middleware-4.5.1 oslo.policy-3.11.0 oslo.serialization-4.3.0 oslo.service-2.8.0 oslo.utils-4.12.3 oslo.versionedobjects-2.6.0 osprofiler-3.4.2 ovs-2.16.0 packaging-21.3 pandas-2.1.1 paramiko-2.10.4 pbr-5.8.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 pyinotify-0.9.6 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.14.2 pytest-timeout-2.4.0 python-cinderclient-8.3.0 python-dateutil-2.9.0.post0 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 sqlalchemy-migrate-0.13.0 sqlparse-0.4.2 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.17.dev1 tomli-2.2.1 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.0) 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.2.1) Collecting virtualenv>=20.25 (from tox==4.13) Downloading virtualenv-20.34.0-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.34.0-py3-none-any.whl (6.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.0/6.0 MB 180.3 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.34.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 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"="e34ff04664f8b72248b8630afd70ea89" COMMIT quay.rdoproject.org/podified-master-centos9/openstack-tobiko:e34ff04664f8b72248b8630afd70ea89 Getting image source signatures Copying blob sha256:dfe3535c047dfd1b56a035a76f7fcccd61101a4c7c28b14527de35475ed1e01a Copying blob sha256:58b7afa5251e1958e9fdd6f9b546e4a1574bda51e63cbb90cab6b0261a50ddc2 Copying blob sha256:e8507be2e71b13283dbe9b92195e0338b225379ef8b44b7237daf03d6291ef11 Copying config sha256:a5fd20e79b68ae15595c726a6336b76f39a13528c0171c80911f3afb0434f87c Writing manifest to image destination --> a5fd20e79b68 Successfully tagged quay.rdoproject.org/podified-master-centos9/openstack-tobiko:e34ff04664f8b72248b8630afd70ea89 a5fd20e79b68ae15595c726a6336b76f39a13528c0171c80911f3afb0434f87c