STEP 1/20: FROM 38.102.83.132:5001/podified-master-centos10/openstack-base:watcher_latest 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= ++ awk '{ print $1 }' ++ echo tobiko 42495 42495 /var/lib/tobiko kolla + _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-core python3 python3-devel python3-pip which findutils iproute iputils iperf3 tcpdump podman libffi-devel && dnf clean all && rm -rf /var/cache/dnf Repository 'gating-repo' is missing name in configuration, using id. gating-repo 1.3 MB/s | 1.3 kB 00:00 delorean-openstack-barbican-25ef5677a674088bfb4 199 kB/s | 5.0 kB 00:00 delorean-python-networking-generic-switch-105d3 747 kB/s | 19 kB 00:00 delorean-python-cinder-tests-tempest-058e172729 237 kB/s | 4.1 kB 00:00 delorean-python-magnumclient-6357cfaa79857dd338 1.6 MB/s | 29 kB 00:00 delorean-openstack-ceilometer-6862762080ae25b21 497 kB/s | 11 kB 00:00 delorean-openstack-kolla-1dabf1812a59aa4e731350 3.7 MB/s | 70 kB 00:00 delorean-openstack-nova-cc742602bcdeff185ff1204 240 kB/s | 5.1 kB 00:00 delorean-openstack-designate-652a8180f03bc35f67 210 kB/s | 4.7 kB 00:00 delorean-openstack-glance-d928d8e522127410a83df 221 kB/s | 4.8 kB 00:00 delorean-python-keystone-tests-tempest-97d6de34 265 kB/s | 4.8 kB 00:00 delorean-openstack-manila-40107f961671fd55710f7 177 kB/s | 3.4 kB 00:00 delorean-python-neutron-tests-tempest-27c0c5ba5 1.1 MB/s | 24 kB 00:00 delorean-openstack-octavia-40e13e517b3000a0e4b3 292 kB/s | 5.3 kB 00:00 delorean-openstack-watcher-03073a1b0d8dacfc49b2 192 kB/s | 3.9 kB 00:00 delorean-edpm-image-builder-55ba53cf215b14ed95b 162 kB/s | 3.1 kB 00:00 delorean-puppet-neutron-80cc12c7f9fd9542c35ce51 602 kB/s | 14 kB 00:00 delorean-openstack-swift-ac5c783d652e66f2f19cdb 195 kB/s | 3.4 kB 00:00 delorean-python-mistral-tests-tempest-d19e4c140 432 kB/s | 7.4 kB 00:00 delorean-openstack-heat-ui-225b2269baa6370be134 503 kB/s | 9.5 kB 00:00 dlrn-master-testing 10 MB/s | 206 kB 00:00 dlrn-master-build-deps 3.3 MB/s | 73 kB 00:00 centos9-rabbitmq 2.4 MB/s | 44 kB 00:00 centos10-storage 962 kB/s | 47 kB 00:00 NFV SIG OpenvSwitch 79 kB/s | 8.2 kB 00:00 repo-setup-centos-appstream 42 MB/s | 3.4 MB 00:00 repo-setup-centos-baseos 64 MB/s | 6.8 MB 00:00 repo-setup-centos-highavailability 922 kB/s | 51 kB 00:00 repo-setup-centos-powertools 12 MB/s | 754 kB 00:00 Extra Packages for Enterprise Linux 10 - x86_64 22 MB/s | 5.6 MB 00:00 Package python3-3.12.11-3.el10.x86_64 is already installed. Package which-2.21-44.el10.x86_64 is already installed. Package findutils-1:4.10.0-5.el10.x86_64 is already installed. Dependencies resolved. ================================================================================================ Package Arch Version Repository Size ================================================================================================ Installing: gcc x86_64 14.3.1-2.1.el10 repo-setup-centos-appstream 38 M git-core x86_64 2.47.3-1.el10 repo-setup-centos-appstream 4.8 M iperf3 x86_64 3.17.1-4.el10 repo-setup-centos-appstream 117 k iproute x86_64 6.14.0-2.el10 repo-setup-centos-baseos 848 k iputils x86_64 20240905-4.el10 repo-setup-centos-baseos 196 k libffi-devel x86_64 3.4.4-10.el10 repo-setup-centos-appstream 29 k podman x86_64 7:5.6.0-2.el10 repo-setup-centos-appstream 15 M python3-devel x86_64 3.12.11-3.el10 repo-setup-centos-appstream 329 k python3-pip noarch 23.3.2-7.el10 repo-setup-centos-appstream 3.2 M tcpdump x86_64 14:4.99.4-10.el10 repo-setup-centos-appstream 503 k Installing dependencies: aardvark-dns x86_64 2:1.16.0-2.el10 repo-setup-centos-appstream 902 k binutils x86_64 2.41-58.el10 repo-setup-centos-baseos 6.4 M binutils-gold x86_64 2.41-58.el10 repo-setup-centos-baseos 798 k catatonit x86_64 5:0.2.1-1.el10 repo-setup-centos-appstream 305 k conmon x86_64 3:2.1.13-1.el10 repo-setup-centos-appstream 49 k containers-common noarch 5:0.64.0-4.el10 repo-setup-centos-appstream 104 k containers-common-extra noarch 5:0.64.0-4.el10 repo-setup-centos-appstream 5.5 k cpp x86_64 14.3.1-2.1.el10 repo-setup-centos-appstream 13 M crun x86_64 1.24-1.el10 repo-setup-centos-appstream 264 k glibc-devel x86_64 2.39-65.el10 repo-setup-centos-appstream 602 k gnupg2 x86_64 2.4.5-2.el10 repo-setup-centos-baseos 2.7 M gpgme x86_64 1.23.2-6.el10 repo-setup-centos-baseos 219 k iptables-libs x86_64 1.8.11-11.el10 repo-setup-centos-baseos 448 k jansson x86_64 2.14-3.el10 repo-setup-centos-baseos 46 k kernel-headers x86_64 6.12.0-134.el10 repo-setup-centos-appstream 2.0 M less x86_64 661-3.el10 repo-setup-centos-baseos 191 k libassuan x86_64 2.5.6-6.el10 repo-setup-centos-baseos 69 k libcbor x86_64 0.11.0-3.el10 repo-setup-centos-baseos 34 k libfido2 x86_64 1.14.0-7.el10 repo-setup-centos-baseos 98 k libgcrypt x86_64 1.11.0-6.el10 repo-setup-centos-baseos 587 k libgpg-error x86_64 1.50-2.el10 repo-setup-centos-baseos 236 k libibverbs x86_64 57.0-2.el10 repo-setup-centos-baseos 457 k libksba x86_64 1.6.7-2.el10 repo-setup-centos-baseos 159 k libmnl x86_64 1.0.5-7.el10 repo-setup-centos-baseos 29 k libmpc x86_64 1.3.1-7.el10 repo-setup-centos-appstream 71 k libnetfilter_conntrack x86_64 1.0.9-12.el10 repo-setup-centos-baseos 59 k libnfnetlink x86_64 1.0.2-3.el10 repo-setup-centos-baseos 30 k libnftnl x86_64 1.2.8-3.el10 repo-setup-centos-baseos 84 k libnl3 x86_64 3.11.0-1.el10 repo-setup-centos-baseos 361 k libpcap x86_64 14:1.10.4-7.el10 repo-setup-centos-baseos 175 k libpkgconf x86_64 2.1.0-3.el10 repo-setup-centos-baseos 39 k libxcrypt-devel x86_64 4.4.36-10.el10 repo-setup-centos-appstream 30 k lksctp-tools x86_64 1.0.21-1.el10 repo-setup-centos-baseos 94 k make x86_64 1:4.4.1-9.el10 repo-setup-centos-baseos 587 k netavark x86_64 2:1.16.0-1.el10 repo-setup-centos-appstream 3.6 M nftables x86_64 1:1.1.1-5.el10 repo-setup-centos-baseos 436 k npth x86_64 1.6-21.el10 repo-setup-centos-baseos 26 k openssh x86_64 9.9p1-14.el10 repo-setup-centos-baseos 351 k openssh-clients x86_64 9.9p1-14.el10 repo-setup-centos-baseos 762 k passt x86_64 0^20250512.g8ec1341-2.el10 repo-setup-centos-appstream 266 k pkgconf x86_64 2.1.0-3.el10 repo-setup-centos-baseos 45 k pkgconf-m4 noarch 2.1.0-3.el10 repo-setup-centos-baseos 15 k pkgconf-pkg-config x86_64 2.1.0-3.el10 repo-setup-centos-baseos 11 k psmisc x86_64 23.6-8.el10 repo-setup-centos-baseos 319 k shadow-utils-subid x86_64 2:4.15.0-8.el10 repo-setup-centos-baseos 27 k Transaction Summary ================================================================================================ Install 55 Packages Total download size: 100 M Installed size: 319 M Downloading Packages: (1/55): conmon-2.1.13-1.el10.x86_64.rpm 1.4 MB/s | 49 kB 00:00 (2/55): catatonit-0.2.1-1.el10.x86_64.rpm 7.8 MB/s | 305 kB 00:00 (3/55): aardvark-dns-1.16.0-2.el10.x86_64.rpm 21 MB/s | 902 kB 00:00 (4/55): containers-common-0.64.0-4.el10.noarch. 12 MB/s | 104 kB 00:00 (5/55): containers-common-extra-0.64.0-4.el10.n 913 kB/s | 5.5 kB 00:00 (6/55): crun-1.24-1.el10.x86_64.rpm 12 MB/s | 264 kB 00:00 (7/55): cpp-14.3.1-2.1.el10.x86_64.rpm 77 MB/s | 13 MB 00:00 (8/55): glibc-devel-2.39-65.el10.x86_64.rpm 9.6 MB/s | 602 kB 00:00 (9/55): iperf3-3.17.1-4.el10.x86_64.rpm 1.8 MB/s | 117 kB 00:00 (10/55): gcc-14.3.1-2.1.el10.x86_64.rpm 109 MB/s | 38 MB 00:00 (11/55): git-core-2.47.3-1.el10.x86_64.rpm 14 MB/s | 4.8 MB 00:00 (12/55): libffi-devel-3.4.4-10.el10.x86_64.rpm 1.6 MB/s | 29 kB 00:00 (13/55): kernel-headers-6.12.0-134.el10.x86_64. 22 MB/s | 2.0 MB 00:00 (14/55): libxcrypt-devel-4.4.36-10.el10.x86_64. 2.9 MB/s | 30 kB 00:00 (15/55): libmpc-1.3.1-7.el10.x86_64.rpm 6.3 MB/s | 71 kB 00:00 (16/55): passt-0^20250512.g8ec1341-2.el10.x86_6 29 MB/s | 266 kB 00:00 (17/55): netavark-1.16.0-1.el10.x86_64.rpm 85 MB/s | 3.6 MB 00:00 (18/55): python3-devel-3.12.11-3.el10.x86_64.rp 8.3 MB/s | 329 kB 00:00 (19/55): python3-pip-23.3.2-7.el10.noarch.rpm 84 MB/s | 3.2 MB 00:00 (20/55): tcpdump-4.99.4-10.el10.x86_64.rpm 14 MB/s | 503 kB 00:00 (21/55): binutils-gold-2.41-58.el10.x86_64.rpm 50 MB/s | 798 kB 00:00 (22/55): binutils-2.41-58.el10.x86_64.rpm 115 MB/s | 6.4 MB 00:00 (23/55): gnupg2-2.4.5-2.el10.x86_64.rpm 50 MB/s | 2.7 MB 00:00 (24/55): gpgme-1.23.2-6.el10.x86_64.rpm 6.2 MB/s | 219 kB 00:00 (25/55): iproute-6.14.0-2.el10.x86_64.rpm 34 MB/s | 848 kB 00:00 (26/55): iptables-libs-1.8.11-11.el10.x86_64.rp 29 MB/s | 448 kB 00:00 (27/55): iputils-20240905-4.el10.x86_64.rpm 21 MB/s | 196 kB 00:00 (28/55): jansson-2.14-3.el10.x86_64.rpm 6.6 MB/s | 46 kB 00:00 (29/55): less-661-3.el10.x86_64.rpm 12 MB/s | 191 kB 00:00 (30/55): libassuan-2.5.6-6.el10.x86_64.rpm 3.5 MB/s | 69 kB 00:00 (31/55): libcbor-0.11.0-3.el10.x86_64.rpm 2.7 MB/s | 34 kB 00:00 (32/55): podman-5.6.0-2.el10.x86_64.rpm 60 MB/s | 15 MB 00:00 (33/55): libfido2-1.14.0-7.el10.x86_64.rpm 3.0 MB/s | 98 kB 00:00 (34/55): libgcrypt-1.11.0-6.el10.x86_64.rpm 16 MB/s | 587 kB 00:00 (35/55): libgpg-error-1.50-2.el10.x86_64.rpm 23 MB/s | 236 kB 00:00 (36/55): libibverbs-57.0-2.el10.x86_64.rpm 29 MB/s | 457 kB 00:00 (37/55): libksba-1.6.7-2.el10.x86_64.rpm 15 MB/s | 159 kB 00:00 (38/55): libmnl-1.0.5-7.el10.x86_64.rpm 3.7 MB/s | 29 kB 00:00 (39/55): libnetfilter_conntrack-1.0.9-12.el10.x 12 MB/s | 59 kB 00:00 (40/55): libnfnetlink-1.0.2-3.el10.x86_64.rpm 4.4 MB/s | 30 kB 00:00 (41/55): libnftnl-1.2.8-3.el10.x86_64.rpm 9.7 MB/s | 84 kB 00:00 (42/55): libnl3-3.11.0-1.el10.x86_64.rpm 44 MB/s | 361 kB 00:00 (43/55): libpcap-1.10.4-7.el10.x86_64.rpm 22 MB/s | 175 kB 00:00 (44/55): libpkgconf-2.1.0-3.el10.x86_64.rpm 6.1 MB/s | 39 kB 00:00 (45/55): lksctp-tools-1.0.21-1.el10.x86_64.rpm 15 MB/s | 94 kB 00:00 (46/55): nftables-1.1.1-5.el10.x86_64.rpm 42 MB/s | 436 kB 00:00 (47/55): make-4.4.1-9.el10.x86_64.rpm 40 MB/s | 587 kB 00:00 (48/55): npth-1.6-21.el10.x86_64.rpm 2.2 MB/s | 26 kB 00:00 (49/55): openssh-9.9p1-14.el10.x86_64.rpm 38 MB/s | 351 kB 00:00 (50/55): pkgconf-2.1.0-3.el10.x86_64.rpm 7.6 MB/s | 45 kB 00:00 (51/55): pkgconf-pkg-config-2.1.0-3.el10.x86_64 1.8 MB/s | 11 kB 00:00 (52/55): openssh-clients-9.9p1-14.el10.x86_64.r 52 MB/s | 762 kB 00:00 (53/55): pkgconf-m4-2.1.0-3.el10.noarch.rpm 1.7 MB/s | 15 kB 00:00 (54/55): psmisc-23.6-8.el10.x86_64.rpm 32 MB/s | 319 kB 00:00 (55/55): shadow-utils-subid-4.15.0-8.el10.x86_6 3.3 MB/s | 27 kB 00:00 -------------------------------------------------------------------------------- Total 131 MB/s | 100 MB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : libgpg-error-1.50-2.el10.x86_64 1/55 Installing : libmnl-1.0.5-7.el10.x86_64 2/55 Installing : jansson-2.14-3.el10.x86_64 3/55 Installing : binutils-gold-2.41-58.el10.x86_64 4/55 Running scriptlet: binutils-gold-2.41-58.el10.x86_64 4/55 Installing : binutils-2.41-58.el10.x86_64 5/55 Running scriptlet: binutils-2.41-58.el10.x86_64 5/55 Installing : libassuan-2.5.6-6.el10.x86_64 6/55 Installing : libmpc-1.3.1-7.el10.x86_64 7/55 Installing : cpp-14.3.1-2.1.el10.x86_64 8/55 Installing : libnftnl-1.2.8-3.el10.x86_64 9/55 Installing : libgcrypt-1.11.0-6.el10.x86_64 10/55 Installing : libksba-1.6.7-2.el10.x86_64 11/55 Installing : shadow-utils-subid-2:4.15.0-8.el10.x86_64 12/55 Installing : psmisc-23.6-8.el10.x86_64 13/55 Installing : pkgconf-m4-2.1.0-3.el10.noarch 14/55 Installing : openssh-9.9p1-14.el10.x86_64 15/55 Installing : npth-1.6-21.el10.x86_64 16/55 Installing : gnupg2-2.4.5-2.el10.x86_64 17/55 Installing : gpgme-1.23.2-6.el10.x86_64 18/55 Installing : make-1:4.4.1-9.el10.x86_64 19/55 Installing : lksctp-tools-1.0.21-1.el10.x86_64 20/55 Installing : libpkgconf-2.1.0-3.el10.x86_64 21/55 Installing : pkgconf-2.1.0-3.el10.x86_64 22/55 Installing : pkgconf-pkg-config-2.1.0-3.el10.x86_64 23/55 Installing : libnl3-3.11.0-1.el10.x86_64 24/55 Installing : libibverbs-57.0-2.el10.x86_64 25/55 Installing : libpcap-14:1.10.4-7.el10.x86_64 26/55 Installing : libnfnetlink-1.0.2-3.el10.x86_64 27/55 Installing : libnetfilter_conntrack-1.0.9-12.el10.x86_64 28/55 Installing : iptables-libs-1.8.11-11.el10.x86_64 29/55 Installing : nftables-1:1.1.1-5.el10.x86_64 30/55 Running scriptlet: nftables-1:1.1.1-5.el10.x86_64 30/55 Installing : libcbor-0.11.0-3.el10.x86_64 31/55 Installing : libfido2-1.14.0-7.el10.x86_64 32/55 Installing : openssh-clients-9.9p1-14.el10.x86_64 33/55 Running scriptlet: openssh-clients-9.9p1-14.el10.x86_64 33/55 Installing : less-661-3.el10.x86_64 34/55 Installing : python3-pip-23.3.2-7.el10.noarch 35/55 Installing : passt-0^20250512.g8ec1341-2.el10.x86_64 36/55 Installing : kernel-headers-6.12.0-134.el10.x86_64 37/55 Installing : libxcrypt-devel-4.4.36-10.el10.x86_64 38/55 Installing : glibc-devel-2.39-65.el10.x86_64 39/55 Installing : crun-1.24-1.el10.x86_64 40/55 Installing : conmon-3:2.1.13-1.el10.x86_64 41/55 Installing : catatonit-5:0.2.1-1.el10.x86_64 42/55 Installing : aardvark-dns-2:1.16.0-2.el10.x86_64 43/55 Installing : netavark-2:1.16.0-1.el10.x86_64 44/55 Installing : containers-common-5:0.64.0-4.el10.noarch 45/55 Installing : containers-common-extra-5:0.64.0-4.el10.noarch 46/55 Installing : podman-7:5.6.0-2.el10.x86_64 47/55 Installing : gcc-14.3.1-2.1.el10.x86_64 48/55 Installing : python3-devel-3.12.11-3.el10.x86_64 49/55 Installing : git-core-2.47.3-1.el10.x86_64 50/55 Running scriptlet: tcpdump-14:4.99.4-10.el10.x86_64 51/55 Installing : tcpdump-14:4.99.4-10.el10.x86_64 51/55 Installing : libffi-devel-3.4.4-10.el10.x86_64 52/55 Installing : iperf3-3.17.1-4.el10.x86_64 53/55 Installing : iproute-6.14.0-2.el10.x86_64 54/55 Installing : iputils-20240905-4.el10.x86_64 55/55 Running scriptlet: iproute-6.14.0-2.el10.x86_64 55/55 Running scriptlet: iputils-20240905-4.el10.x86_64 55/55 Installed: aardvark-dns-2:1.16.0-2.el10.x86_64 binutils-2.41-58.el10.x86_64 binutils-gold-2.41-58.el10.x86_64 catatonit-5:0.2.1-1.el10.x86_64 conmon-3:2.1.13-1.el10.x86_64 containers-common-5:0.64.0-4.el10.noarch containers-common-extra-5:0.64.0-4.el10.noarch cpp-14.3.1-2.1.el10.x86_64 crun-1.24-1.el10.x86_64 gcc-14.3.1-2.1.el10.x86_64 git-core-2.47.3-1.el10.x86_64 glibc-devel-2.39-65.el10.x86_64 gnupg2-2.4.5-2.el10.x86_64 gpgme-1.23.2-6.el10.x86_64 iperf3-3.17.1-4.el10.x86_64 iproute-6.14.0-2.el10.x86_64 iptables-libs-1.8.11-11.el10.x86_64 iputils-20240905-4.el10.x86_64 jansson-2.14-3.el10.x86_64 kernel-headers-6.12.0-134.el10.x86_64 less-661-3.el10.x86_64 libassuan-2.5.6-6.el10.x86_64 libcbor-0.11.0-3.el10.x86_64 libffi-devel-3.4.4-10.el10.x86_64 libfido2-1.14.0-7.el10.x86_64 libgcrypt-1.11.0-6.el10.x86_64 libgpg-error-1.50-2.el10.x86_64 libibverbs-57.0-2.el10.x86_64 libksba-1.6.7-2.el10.x86_64 libmnl-1.0.5-7.el10.x86_64 libmpc-1.3.1-7.el10.x86_64 libnetfilter_conntrack-1.0.9-12.el10.x86_64 libnfnetlink-1.0.2-3.el10.x86_64 libnftnl-1.2.8-3.el10.x86_64 libnl3-3.11.0-1.el10.x86_64 libpcap-14:1.10.4-7.el10.x86_64 libpkgconf-2.1.0-3.el10.x86_64 libxcrypt-devel-4.4.36-10.el10.x86_64 lksctp-tools-1.0.21-1.el10.x86_64 make-1:4.4.1-9.el10.x86_64 netavark-2:1.16.0-1.el10.x86_64 nftables-1:1.1.1-5.el10.x86_64 npth-1.6-21.el10.x86_64 openssh-9.9p1-14.el10.x86_64 openssh-clients-9.9p1-14.el10.x86_64 passt-0^20250512.g8ec1341-2.el10.x86_64 pkgconf-2.1.0-3.el10.x86_64 pkgconf-m4-2.1.0-3.el10.noarch pkgconf-pkg-config-2.1.0-3.el10.x86_64 podman-7:5.6.0-2.el10.x86_64 psmisc-23.6-8.el10.x86_64 python3-devel-3.12.11-3.el10.x86_64 python3-pip-23.3.2-7.el10.noarch shadow-utils-subid-2:4.15.0-8.el10.x86_64 tcpdump-14:4.99.4-10.el10.x86_64 Complete! Repository 'gating-repo' is missing name in configuration, using id. 98 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.metadata (6.6 kB) Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (23.3.2) Collecting pip Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB) Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 52.0 MB/s eta 0:00:00 Downloading pip-25.2-py3-none-any.whl (1.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 91.5 MB/s eta 0:00:00 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-cp312-cp312-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.tar.gz (478 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 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-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) Collecting setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 (from tobiko==0.8.17.dev1) Downloading setuptools-76.1.0-py3-none-any.whl.metadata (6.7 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.26.0 (from pandas==2.1.1->-r /usr/local/src/tobiko/extra-requirements.txt (line 6)) Downloading numpy-1.26.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB) Requirement already satisfied: python-dateutil>=2.8.2 in /usr/lib/python3.12/site-packages (from pandas==2.1.1->-r /usr/local/src/tobiko/extra-requirements.txt (line 6)) (2.9.0.post0) 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 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) Requirement already satisfied: six in /usr/lib/python3.12/site-packages (from openshift-client->-r /usr/local/src/tobiko/extra-requirements.txt (line 4)) (1.16.0) 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-cp312-cp312-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.10.5-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 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-5.4.0-py3-none-any.whl.metadata (2.3 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.tar.gz (8.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/8.0 MB 79.1 MB/s 0:00:00 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 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.tar.gz (23 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 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.tar.gz (30 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 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.tar.gz (484 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 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.tar.gz (123 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 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-cp312-cp312-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.tar.gz (50 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 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-cp312-cp312-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-cp312-cp312-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 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 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 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-cp312-cp312-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.tar.gz (83 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 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) Downloading pandas-2.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.7/11.7 MB 133.0 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.10.5-py3-none-any.whl (163 kB) Downloading coverage-7.10.7-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (252 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 36.3 MB/s 0:00:00 Downloading neutron_lib-2.20.0-py3-none-any.whl (582 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 582.9/582.9 kB 128.9 MB/s 0:00:00 Downloading numpy-1.26.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.0/18.0 MB 46.8 MB/s 0:00:00 Downloading openstacksdk-0.61.0-py3-none-any.whl (1.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 120.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 136.2 MB/s 0:00:00 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 os_ken-2.3.1-py3-none-any.whl (2.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 128.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-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (613 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 613.1/613.1 kB 88.3 MB/s 0:00:00 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-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (22 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 92.0 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 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 134.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 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-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (122 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 152.0 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 119.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-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (724 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 725.0/725.0 kB 71.4 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 setuptools-76.1.0-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 72.1 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-5.4.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 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 yappi-1.6.10-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (81 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 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 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, cffi, netifaces, msgpack, ovs, pecan, logutils, psutil, pyinotify, pyperclip, warlock, setproctitle, simplejson, SQLAlchemy, wrapt 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=9197 sha256=be5b0d73225d4952bce22346c1c31d325b0a598f32968edf21085566a1aa8be7 Stored in directory: /tmp/pip-ephem-wheel-cache-gdto61xy/wheels/df/33/83/7aa3627569cb11e284b8c1bfca1d8fc8fe353462a329ea84a7 Building wheel for cffi (pyproject.toml): started Building wheel for cffi (pyproject.toml): finished with status 'done' Created wheel for cffi: filename=cffi-1.15.0-cp312-cp312-linux_x86_64.whl size=202045 sha256=a3f402fdb3128cdea2b326dd2df4793531ed55f6462cc6295b20b4cfbb7a2584 Stored in directory: /root/.cache/pip/wheels/b9/d6/15/0950847bf7d74ea5f0380b8b23a1d81b45bdf48488b4b8237a Building wheel for netifaces (pyproject.toml): started Building wheel for netifaces (pyproject.toml): finished with status 'done' Created wheel for netifaces: filename=netifaces-0.11.0-cp312-cp312-linux_x86_64.whl size=15261 sha256=95e466fca2336e267d182ed88da9c07d173b139ffe5dd3520888609d70ef6cd4 Stored in directory: /root/.cache/pip/wheels/63/fa/57/da80d0ffc8f993315c479b7cd4c8fb1c23910c8baccf6b1b27 Building wheel for msgpack (pyproject.toml): started Building wheel for msgpack (pyproject.toml): finished with status 'done' Created wheel for msgpack: filename=msgpack-1.0.3-cp312-cp312-linux_x86_64.whl size=15760 sha256=a9fc80e16125a0b6a977fc1ecb4587ad33683be535a92185fc9313fec0e612d4 Stored in directory: /root/.cache/pip/wheels/ba/bd/3f/f043e8f634db9c90ae128d631f43ae9990eef01274a63291f9 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=120136 sha256=f43cb157e61bdf50732e0d0d8fbf96a8dcaf0b32dbb150151043b7ee507a2b73 Stored in directory: /root/.cache/pip/wheels/0c/e7/b5/24d636e72d0785fb6e823238df4c4f8cbd74b03465613ccbc9 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=146931 sha256=7bbe85fa34213d15e4616b51384f2ab42333f3ab42c5707e535013e2bbb375d0 Stored in directory: /root/.cache/pip/wheels/ab/79/4b/511df692b5ee837828bbc34671b283dfd95f6c4a31ce4e156e 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=19875 sha256=505e4bdb8e2ff4d017393a7a91dadad917b16b72f276cffcf465b1e6d520d63d Stored in directory: /root/.cache/pip/wheels/a7/34/ae/a11305e168611c8964046deb4087d00aa0100453982eb94749 Building wheel for psutil (pyproject.toml): started Building wheel for psutil (pyproject.toml): finished with status 'done' Created wheel for psutil: filename=psutil-5.9.0-cp312-cp312-linux_x86_64.whl size=231085 sha256=72c3bd5f1329a561e788af4a56e8aab02f29c53ef5c0a97505dd2b6490fc80da Stored in directory: /root/.cache/pip/wheels/86/bf/4d/f133d3cbffc7c8991cd85fec43d18ff7507b3bc9042bbfd146 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=25398 sha256=1a5184e27709113e737fcdce6a983abcfa9f1df2bacccf709b7bd9480ae84415 Stored in directory: /root/.cache/pip/wheels/82/58/ba/385f4cd1bd80f075a1a9a0b39c5c9e2a11704c085fdd09063e 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=11226 sha256=9359aeefeb3906b786031df532cc8fc5c135f64fbb581287b0258a9260ff444f Stored in directory: /root/.cache/pip/wheels/b7/e1/45/ce0a91b8cdfed625867580ed90242e4581c4995f69fd062e07 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=9865 sha256=46a9a04998e7b27f84c7bfa03c4206796cf74cca0f5c987ba0878e716bfd5426 Stored in directory: /root/.cache/pip/wheels/ce/79/70/99afdafa861da888fffc8b9c706405297130064d685ff97262 Building wheel for setproctitle (pyproject.toml): started Building wheel for setproctitle (pyproject.toml): finished with status 'done' Created wheel for setproctitle: filename=setproctitle-1.2.2-cp312-cp312-linux_x86_64.whl size=12461 sha256=34d8d9f0dc0279a9e199b0136ab7338c5ceaf786085c4298ddf48ff86e8855c9 Stored in directory: /root/.cache/pip/wheels/31/c7/92/8ef6ec83fcd127855d6e7f55ec796a174aa560e50ee9e55976 Building wheel for simplejson (pyproject.toml): started Building wheel for simplejson (pyproject.toml): finished with status 'done' Created wheel for simplejson: filename=simplejson-3.17.6-cp312-cp312-linux_x86_64.whl size=83091 sha256=b20783fed8e9607576d0f2492815299ba789d9180a1fb7b2b4b2b72cedcc3a5c Stored in directory: /root/.cache/pip/wheels/1e/60/0e/d7dd08541bac3ede901f0f987f2ed96621c402bd20a19095f3 Building wheel for SQLAlchemy (pyproject.toml): started Building wheel for SQLAlchemy (pyproject.toml): finished with status 'done' Created wheel for SQLAlchemy: filename=sqlalchemy-1.4.31-cp312-cp312-linux_x86_64.whl size=1531675 sha256=66a3ffc49f5775076c2eae9171a8b8ce0b0246768063ae24bd0cfc6b446cffbb Stored in directory: /root/.cache/pip/wheels/e0/f1/5e/3966b66b9e873fab4b810eff5b9b442a0d03f4e3a0aabb532c Building wheel for wrapt (pyproject.toml): started Building wheel for wrapt (pyproject.toml): finished with status 'done' Created wheel for wrapt: filename=wrapt-1.14.0-cp312-cp312-linux_x86_64.whl size=39783 sha256=63ebfdfc69c348f87ae15f2a5a7c4207d19241e239ca0f982cd4b6a25ead9d65 Stored in directory: /root/.cache/pip/wheels/52/d3/b4/921c8cd4b68a8666f49320970f618ea80c6a2e72bfe1d72aeb Successfully built tobiko cffi netifaces msgpack ovs pecan logutils psutil pyinotify pyperclip warlock setproctitle simplejson SQLAlchemy wrapt Installing collected packages: wcwidth, Tempita, statsd, sortedcontainers, rfc3986, requestsexceptions, repoze.lru, pyxdg, pytz, pyperclip, pyinotify, netifaces, netaddr, msgpack, logutils, iniconfig, dpkt, appdirs, aenum, Yappi, wrapt, WebOb, waitress, vine, urllib3, tzdata, sqlparse, soupsieve, simplejson, setuptools, setproctitle, Routes, PyYAML, pyrsistent, pyproject_hooks, pyparsing, pycparser, psutil, prometheus-client, PrettyTable, pluggy, pbr, ovs, numpy, munch, MarkupSafe, jsonpointer, jmespath, iso8601, idna, greenlet, fixtures, fasteners, dnspython, dill, decorator, coverage, charset-normalizer, certifi, cachetools, Babel, autopage, attrs, testtools, testresources, stevedore, SQLAlchemy, requests, PasteDeploy, Paste, pandas, packaging, oslo.i18n, os-traits, os-service-types, Mako, jsonschema, jsonpatch, Jinja2, futurist, eventlet, debtcollector, cmd2, cffi, beautifulsoup4, amqp, WebTest, warlock, testscenarios, sqlalchemy-migrate, reportportal-client, python-swiftclient, pytest, pynacl, podman, 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: 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 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.10.5 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 fasteners-0.17.3 fixtures-4.2.5 futurist-2.4.0 greenlet-3.1.1 idna-3.3 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-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-76.1.0 simplejson-3.17.6 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-5.4.0 testresources-2.0.1 testscenarios-0.5.0 testtools-2.7.2 tobiko-0.8.17.dev1 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 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.12/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.12/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) 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) 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 6.8 MB/s 0:00:00 Downloading distlib-0.4.0-py2.py3-none-any.whl (469 kB) Installing collected packages: distlib, platformdirs, packaging, filelock, colorama, chardet, virtualenv, pyproject-api, tox 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 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 chown: warning: '.' should be ':': ‘tobiko.tobiko’ STEP 18/20: ENTRYPOINT ["/usr/local/bin/run_tobiko.sh"] STEP 19/20: USER tobiko STEP 20/20: LABEL "tcib_build_tag"="watcher_latest" COMMIT 38.102.83.132:5001/podified-master-centos10/openstack-tobiko:watcher_latest Getting image source signatures Copying blob sha256:3d7063f4eea69b495feea125e59ae13f34b53a14073a991c7a4a030171385d0a Copying blob sha256:0409610617a08962890a170405b68497d0738afacf8b96d1b0b094c3ed1aca6c Copying blob sha256:2684bec221aaf29bb962571ea4cdbc95b0d18ed162889004ee9da1ce8a41c630 Copying config sha256:875a691b65eb8b2f928ee67d781f83a3902dcddf83994aa3007ef9f77ca77b60 Writing manifest to image destination --> 875a691b65eb Successfully tagged 38.102.83.132:5001/podified-master-centos10/openstack-tobiko:watcher_latest 875a691b65eb8b2f928ee67d781f83a3902dcddf83994aa3007ef9f77ca77b60