STEP 1/20: FROM 38.102.83.30: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= ++ echo tobiko 42495 42495 /var/lib/tobiko kolla ++ awk '{ print $1 }' + _NAME=tobiko ++ awk '{ print $2 }' ++ echo tobiko 42495 42495 /var/lib/tobiko kolla + _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 ++ 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 Repository 'gating-repo' is missing name in configuration, using id. gating-repo 1.3 MB/s | 1.3 kB 00:00 delorean-openstack-barbican-bbc7d50b3640d13d0ae 220 kB/s | 5.0 kB 00:00 delorean-python-ironic-prometheus-exporter-d827 1.2 MB/s | 19 kB 00:00 delorean-python-cinder-tests-tempest-86773ab3a8 222 kB/s | 4.1 kB 00:00 delorean-ansible-collections-openstack-1bc4f648 2.1 MB/s | 29 kB 00:00 delorean-openstack-cloudkitty-c3398362dbc9a5099 806 kB/s | 13 kB 00:00 delorean-openstack-tobiko-3050dd81df8d21cd3ff04 3.6 MB/s | 68 kB 00:00 delorean-python-whitebox-tests-tempest-3eaf854b 279 kB/s | 5.1 kB 00:00 delorean-openstack-designate-ee2add08760a436d01 284 kB/s | 4.7 kB 00:00 delorean-openstack-glance-8070fae771718eda7f626 376 kB/s | 4.8 kB 00:00 delorean-python-keystone-tests-tempest-4d96ff95 302 kB/s | 4.8 kB 00:00 delorean-openstack-manila-b60c937493933869f1191 245 kB/s | 3.4 kB 00:00 delorean-python-whitebox-neutron-tests-tempest- 1.7 MB/s | 24 kB 00:00 delorean-openstack-octavia-225f28e469ef4d848cbf 479 kB/s | 5.3 kB 00:00 delorean-openstack-watcher-7df0931593d854ab41d6 333 kB/s | 3.9 kB 00:00 delorean-edpm-image-builder-8b1da0c093d2be01791 219 kB/s | 3.1 kB 00:00 delorean-puppet-neutron-eaf3669186fd36162bcb8f9 981 kB/s | 14 kB 00:00 delorean-openstack-swift-51b068309a626d2228ab69 273 kB/s | 3.4 kB 00:00 delorean-openstack-tempest-d769b28c11a3ecdb38c3 530 kB/s | 7.5 kB 00:00 delorean-openstack-trove-ui-61f4dd11d9632d49eee 617 kB/s | 9.5 kB 00:00 dlrn-master-testing 12 MB/s | 206 kB 00:00 dlrn-master-build-deps 5.3 MB/s | 73 kB 00:00 centos9-rabbitmq 2.6 MB/s | 44 kB 00:00 centos10-storage 987 kB/s | 47 kB 00:00 NFV SIG OpenvSwitch 99 kB/s | 12 kB 00:00 repo-setup-centos-appstream 28 MB/s | 3.6 MB 00:00 repo-setup-centos-baseos 47 MB/s | 6.9 MB 00:00 repo-setup-centos-highavailability 1.2 MB/s | 52 kB 00:00 repo-setup-centos-powertools 14 MB/s | 807 kB 00:00 Extra Packages for Enterprise Linux 10 - x86_64 6.1 MB/s | 6.2 MB 00:01 Package python3-3.12.12-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-4.4.el10 repo-setup-centos-appstream 38 M git-core x86_64 2.52.0-1.el10 repo-setup-centos-appstream 5.1 M iperf3 x86_64 3.17.1-5.el10 repo-setup-centos-appstream 119 k iproute x86_64 6.17.0-1.el10 repo-setup-centos-baseos 855 k iputils x86_64 20240905-5.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.8.0-2.el10 repo-setup-centos-appstream 15 M python3-devel x86_64 3.12.12-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.17.0-1.el10 repo-setup-centos-appstream 904 k binutils x86_64 2.41-63.el10 repo-setup-centos-baseos 6.4 M binutils-gold x86_64 2.41-63.el10 repo-setup-centos-baseos 795 k catatonit x86_64 5:0.2.1-1.el10 repo-setup-centos-appstream 305 k conmon x86_64 3:2.2.1-2.el10 repo-setup-centos-appstream 53 k containers-common noarch 6:5.8-2.el10 repo-setup-centos-appstream 105 k containers-common-extra noarch 6:5.8-2.el10 repo-setup-centos-appstream 5.9 k cpp x86_64 14.3.1-4.4.el10 repo-setup-centos-appstream 13 M crun x86_64 1.26-1.el10 repo-setup-centos-appstream 269 k glibc-devel x86_64 2.39-114.el10 repo-setup-centos-appstream 587 k gnupg2 x86_64 2.4.5-4.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-12.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-210.el10 repo-setup-centos-appstream 3.4 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 61.0-1.el10 repo-setup-centos-baseos 482 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.3.0-2.el10 repo-setup-centos-baseos 85 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.17.2-1.el10 repo-setup-centos-appstream 3.1 M nftables x86_64 1:1.1.5-3.el10 repo-setup-centos-baseos 447 k npth x86_64 1.6-21.el10 repo-setup-centos-baseos 26 k openssh x86_64 9.9p1-19.el10 repo-setup-centos-baseos 352 k openssh-clients x86_64 9.9p1-19.el10 repo-setup-centos-baseos 765 k passt x86_64 0^20251210.gd04c480-3.el10 repo-setup-centos-appstream 283 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 podman-sequoia x86_64 0.4.0~pqc.2-1.el10 repo-setup-centos-appstream 2.5 M psmisc x86_64 23.6-8.el10 repo-setup-centos-baseos 319 k shadow-utils-subid x86_64 2:4.15.0-9.el10 repo-setup-centos-baseos 26 k Transaction Summary ================================================================================================ Install 56 Packages Total download size: 104 M Installed size: 327 M Downloading Packages: (1/56): conmon-2.2.1-2.el10.x86_64.rpm 882 kB/s | 53 kB 00:00 (2/56): aardvark-dns-1.17.0-1.el10.x86_64.rpm 12 MB/s | 904 kB 00:00 (3/56): catatonit-0.2.1-1.el10.x86_64.rpm 3.3 MB/s | 305 kB 00:00 (4/56): containers-common-5.8-2.el10.noarch.rpm 2.0 MB/s | 105 kB 00:00 (5/56): containers-common-extra-5.8-2.el10.noar 137 kB/s | 5.9 kB 00:00 (6/56): crun-1.26-1.el10.x86_64.rpm 3.1 MB/s | 269 kB 00:00 (7/56): cpp-14.3.1-4.4.el10.x86_64.rpm 73 MB/s | 13 MB 00:00 (8/56): git-core-2.52.0-1.el10.x86_64.rpm 48 MB/s | 5.1 MB 00:00 (9/56): glibc-devel-2.39-114.el10.x86_64.rpm 8.1 MB/s | 587 kB 00:00 (10/56): iperf3-3.17.1-5.el10.x86_64.rpm 1.0 MB/s | 119 kB 00:00 (11/56): kernel-headers-6.12.0-210.el10.x86_64. 28 MB/s | 3.4 MB 00:00 (12/56): libffi-devel-3.4.4-10.el10.x86_64.rpm 661 kB/s | 29 kB 00:00 (13/56): gcc-14.3.1-4.4.el10.x86_64.rpm 96 MB/s | 38 MB 00:00 (14/56): libxcrypt-devel-4.4.36-10.el10.x86_64. 646 kB/s | 30 kB 00:00 (15/56): libmpc-1.3.1-7.el10.x86_64.rpm 1.3 MB/s | 71 kB 00:00 (16/56): passt-0^20251210.gd04c480-3.el10.x86_6 5.0 MB/s | 283 kB 00:00 (17/56): netavark-1.17.2-1.el10.x86_64.rpm 36 MB/s | 3.1 MB 00:00 (18/56): python3-devel-3.12.12-3.el10.x86_64.rp 7.0 MB/s | 329 kB 00:00 (19/56): podman-sequoia-0.4.0~pqc.2-1.el10.x86_ 28 MB/s | 2.5 MB 00:00 (20/56): podman-5.8.0-2.el10.x86_64.rpm 91 MB/s | 15 MB 00:00 (21/56): python3-pip-23.3.2-7.el10.noarch.rpm 65 MB/s | 3.2 MB 00:00 (22/56): binutils-2.41-63.el10.x86_64.rpm 102 MB/s | 6.4 MB 00:00 (23/56): tcpdump-4.99.4-10.el10.x86_64.rpm 5.8 MB/s | 503 kB 00:00 (24/56): binutils-gold-2.41-63.el10.x86_64.rpm 15 MB/s | 795 kB 00:00 (25/56): gpgme-1.23.2-6.el10.x86_64.rpm 23 MB/s | 219 kB 00:00 (26/56): iproute-6.17.0-1.el10.x86_64.rpm 77 MB/s | 855 kB 00:00 (27/56): iputils-20240905-5.el10.x86_64.rpm 21 MB/s | 196 kB 00:00 (28/56): jansson-2.14-3.el10.x86_64.rpm 7.9 MB/s | 46 kB 00:00 (29/56): less-661-3.el10.x86_64.rpm 22 MB/s | 191 kB 00:00 (30/56): iptables-libs-1.8.11-12.el10.x86_64.rp 10 MB/s | 448 kB 00:00 (31/56): libassuan-2.5.6-6.el10.x86_64.rpm 4.8 MB/s | 69 kB 00:00 (32/56): libcbor-0.11.0-3.el10.x86_64.rpm 5.1 MB/s | 34 kB 00:00 (33/56): libfido2-1.14.0-7.el10.x86_64.rpm 12 MB/s | 98 kB 00:00 (34/56): libgpg-error-1.50-2.el10.x86_64.rpm 19 MB/s | 236 kB 00:00 (35/56): libibverbs-61.0-1.el10.x86_64.rpm 60 MB/s | 482 kB 00:00 (36/56): libgcrypt-1.11.0-6.el10.x86_64.rpm 20 MB/s | 587 kB 00:00 (37/56): libmnl-1.0.5-7.el10.x86_64.rpm 7.0 MB/s | 29 kB 00:00 (38/56): libksba-1.6.7-2.el10.x86_64.rpm 18 MB/s | 159 kB 00:00 (39/56): gnupg2-2.4.5-4.el10.x86_64.rpm 21 MB/s | 2.7 MB 00:00 (40/56): libnetfilter_conntrack-1.0.9-12.el10.x 1.3 MB/s | 59 kB 00:00 (41/56): libnfnetlink-1.0.2-3.el10.x86_64.rpm 640 kB/s | 30 kB 00:00 (42/56): libnl3-3.11.0-1.el10.x86_64.rpm 46 MB/s | 361 kB 00:00 (43/56): libpcap-1.10.4-7.el10.x86_64.rpm 28 MB/s | 175 kB 00:00 (44/56): libpkgconf-2.1.0-3.el10.x86_64.rpm 6.3 MB/s | 39 kB 00:00 (45/56): lksctp-tools-1.0.21-1.el10.x86_64.rpm 13 MB/s | 94 kB 00:00 (46/56): make-4.4.1-9.el10.x86_64.rpm 36 MB/s | 587 kB 00:00 (47/56): npth-1.6-21.el10.x86_64.rpm 4.1 MB/s | 26 kB 00:00 (48/56): libnftnl-1.3.0-2.el10.x86_64.rpm 1.8 MB/s | 85 kB 00:00 (49/56): openssh-9.9p1-19.el10.x86_64.rpm 33 MB/s | 352 kB 00:00 (50/56): pkgconf-2.1.0-3.el10.x86_64.rpm 4.5 MB/s | 45 kB 00:00 (51/56): nftables-1.1.5-3.el10.x86_64.rpm 10 MB/s | 447 kB 00:00 (52/56): pkgconf-m4-2.1.0-3.el10.noarch.rpm 2.0 MB/s | 15 kB 00:00 (53/56): openssh-clients-9.9p1-19.el10.x86_64.r 25 MB/s | 765 kB 00:00 (54/56): pkgconf-pkg-config-2.1.0-3.el10.x86_64 1.0 MB/s | 11 kB 00:00 (55/56): psmisc-23.6-8.el10.x86_64.rpm 41 MB/s | 319 kB 00:00 (56/56): shadow-utils-subid-4.15.0-9.el10.x86_6 695 kB/s | 26 kB 00:00 -------------------------------------------------------------------------------- Total 104 MB/s | 104 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/56 Installing : libmnl-1.0.5-7.el10.x86_64 2/56 Installing : jansson-2.14-3.el10.x86_64 3/56 Installing : binutils-gold-2.41-63.el10.x86_64 4/56 Running scriptlet: binutils-gold-2.41-63.el10.x86_64 4/56 Installing : binutils-2.41-63.el10.x86_64 5/56 Running scriptlet: binutils-2.41-63.el10.x86_64 5/56 Installing : libassuan-2.5.6-6.el10.x86_64 6/56 Installing : libmpc-1.3.1-7.el10.x86_64 7/56 Installing : cpp-14.3.1-4.4.el10.x86_64 8/56 Installing : libnftnl-1.3.0-2.el10.x86_64 9/56 Installing : libgcrypt-1.11.0-6.el10.x86_64 10/56 Installing : libksba-1.6.7-2.el10.x86_64 11/56 Installing : shadow-utils-subid-2:4.15.0-9.el10.x86_64 12/56 Installing : psmisc-23.6-8.el10.x86_64 13/56 Installing : pkgconf-m4-2.1.0-3.el10.noarch 14/56 Installing : openssh-9.9p1-19.el10.x86_64 15/56 Installing : npth-1.6-21.el10.x86_64 16/56 Installing : gnupg2-2.4.5-4.el10.x86_64 17/56 Installing : gpgme-1.23.2-6.el10.x86_64 18/56 Installing : make-1:4.4.1-9.el10.x86_64 19/56 Installing : lksctp-tools-1.0.21-1.el10.x86_64 20/56 Installing : libpkgconf-2.1.0-3.el10.x86_64 21/56 Installing : pkgconf-2.1.0-3.el10.x86_64 22/56 Installing : pkgconf-pkg-config-2.1.0-3.el10.x86_64 23/56 Installing : libnl3-3.11.0-1.el10.x86_64 24/56 Installing : libibverbs-61.0-1.el10.x86_64 25/56 Installing : libpcap-14:1.10.4-7.el10.x86_64 26/56 Installing : libnfnetlink-1.0.2-3.el10.x86_64 27/56 Installing : libnetfilter_conntrack-1.0.9-12.el10.x86_64 28/56 Installing : iptables-libs-1.8.11-12.el10.x86_64 29/56 Installing : nftables-1:1.1.5-3.el10.x86_64 30/56 Running scriptlet: nftables-1:1.1.5-3.el10.x86_64 30/56 Installing : libcbor-0.11.0-3.el10.x86_64 31/56 Installing : libfido2-1.14.0-7.el10.x86_64 32/56 Installing : openssh-clients-9.9p1-19.el10.x86_64 33/56 Running scriptlet: openssh-clients-9.9p1-19.el10.x86_64 33/56 Installing : less-661-3.el10.x86_64 34/56 Installing : python3-pip-23.3.2-7.el10.noarch 35/56 Installing : podman-sequoia-0.4.0~pqc.2-1.el10.x86_64 36/56 Installing : passt-0^20251210.gd04c480-3.el10.x86_64 37/56 Installing : kernel-headers-6.12.0-210.el10.x86_64 38/56 Installing : libxcrypt-devel-4.4.36-10.el10.x86_64 39/56 Installing : glibc-devel-2.39-114.el10.x86_64 40/56 Installing : crun-1.26-1.el10.x86_64 41/56 Installing : conmon-3:2.2.1-2.el10.x86_64 42/56 Installing : catatonit-5:0.2.1-1.el10.x86_64 43/56 Installing : aardvark-dns-2:1.17.0-1.el10.x86_64 44/56 Installing : netavark-2:1.17.2-1.el10.x86_64 45/56 Installing : containers-common-6:5.8-2.el10.noarch 46/56 Installing : containers-common-extra-6:5.8-2.el10.noarch 47/56 Installing : podman-7:5.8.0-2.el10.x86_64 48/56 Installing : gcc-14.3.1-4.4.el10.x86_64 49/56 Installing : python3-devel-3.12.12-3.el10.x86_64 50/56 Installing : git-core-2.52.0-1.el10.x86_64 51/56 Running scriptlet: tcpdump-14:4.99.4-10.el10.x86_64 52/56 Installing : tcpdump-14:4.99.4-10.el10.x86_64 52/56 Installing : libffi-devel-3.4.4-10.el10.x86_64 53/56 Installing : iperf3-3.17.1-5.el10.x86_64 54/56 Installing : iproute-6.17.0-1.el10.x86_64 55/56 Installing : iputils-20240905-5.el10.x86_64 56/56 Running scriptlet: iproute-6.17.0-1.el10.x86_64 56/56 Running scriptlet: iputils-20240905-5.el10.x86_64 56/56 Installed: aardvark-dns-2:1.17.0-1.el10.x86_64 binutils-2.41-63.el10.x86_64 binutils-gold-2.41-63.el10.x86_64 catatonit-5:0.2.1-1.el10.x86_64 conmon-3:2.2.1-2.el10.x86_64 containers-common-6:5.8-2.el10.noarch containers-common-extra-6:5.8-2.el10.noarch cpp-14.3.1-4.4.el10.x86_64 crun-1.26-1.el10.x86_64 gcc-14.3.1-4.4.el10.x86_64 git-core-2.52.0-1.el10.x86_64 glibc-devel-2.39-114.el10.x86_64 gnupg2-2.4.5-4.el10.x86_64 gpgme-1.23.2-6.el10.x86_64 iperf3-3.17.1-5.el10.x86_64 iproute-6.17.0-1.el10.x86_64 iptables-libs-1.8.11-12.el10.x86_64 iputils-20240905-5.el10.x86_64 jansson-2.14-3.el10.x86_64 kernel-headers-6.12.0-210.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-61.0-1.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.3.0-2.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.17.2-1.el10.x86_64 nftables-1:1.1.5-3.el10.x86_64 npth-1.6-21.el10.x86_64 openssh-9.9p1-19.el10.x86_64 openssh-clients-9.9p1-19.el10.x86_64 passt-0^20251210.gd04c480-3.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.8.0-2.el10.x86_64 podman-sequoia-0.4.0~pqc.2-1.el10.x86_64 psmisc-23.6-8.el10.x86_64 python3-devel-3.12.12-3.el10.x86_64 python3-pip-23.3.2-7.el10.noarch shadow-utils-subid-2:4.15.0-9.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-82.0.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-26.0.1-py3-none-any.whl.metadata (4.7 kB) Downloading setuptools-82.0.0-py3-none-any.whl (1.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 68.4 MB/s eta 0:00:00 Downloading pip-26.0.1-py3-none-any.whl (1.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 62.2 MB/s eta 0:00:00 Installing collected packages: setuptools, pip Successfully installed pip-26.0.1 setuptools-82.0.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv STEP 13/20: RUN pip install -e /usr/local/src/tobiko -c /usr/local/src/tobiko/upper-constraints.txt -r /usr/local/src/tobiko/extra-requirements.txt Obtaining file:///usr/local/src/tobiko Installing build dependencies: started Installing build dependencies: finished with status 'done' Checking if build backend supports build_editable: started Checking if build backend supports build_editable: finished with status 'done' Getting requirements to build editable: started Getting requirements to build editable: finished with status 'done' Installing backend dependencies: started Installing backend dependencies: finished with status 'done' Preparing editable metadata (pyproject.toml): started Preparing editable metadata (pyproject.toml): finished with status 'done' Collecting dpkt (from -r /usr/local/src/tobiko/extra-requirements.txt (line 3)) Downloading dpkt-1.9.8-py3-none-any.whl.metadata (1.7 kB) Collecting openshift-client (from -r /usr/local/src/tobiko/extra-requirements.txt (line 4)) Downloading openshift_client-2.0.5-py3-none-any.whl.metadata (37 kB) Collecting podman==4.7.0 (from -r /usr/local/src/tobiko/extra-requirements.txt (line 5)) Downloading podman-4.7.0-py3-none-any.whl.metadata (3.0 kB) Collecting pytest-cov (from -r /usr/local/src/tobiko/extra-requirements.txt (line 6)) Downloading pytest_cov-7.0.0-py3-none-any.whl.metadata (31 kB) Collecting pytest-reportportal (from -r /usr/local/src/tobiko/extra-requirements.txt (line 7)) Downloading pytest_reportportal-5.6.0-py2.py3-none-any.whl.metadata (5.9 kB) Collecting pytest-rerunfailures (from -r /usr/local/src/tobiko/extra-requirements.txt (line 8)) Downloading pytest_rerunfailures-15.1-py3-none-any.whl.metadata (20 kB) Collecting pytest-subtests (from -r /usr/local/src/tobiko/extra-requirements.txt (line 9)) Downloading pytest_subtests-0.15.0-py3-none-any.whl.metadata (6.0 kB) Collecting pytest-timeout (from -r /usr/local/src/tobiko/extra-requirements.txt (line 10)) Downloading pytest_timeout-2.4.0-py3-none-any.whl.metadata (20 kB) Collecting fixtures>=3.0.0 (from tobiko==0.8.26.dev3) Downloading fixtures-4.2.5-py3-none-any.whl.metadata (22 kB) Collecting keystoneauth1>=4.3.0 (from tobiko==0.8.26.dev3) Downloading keystoneauth1-4.5.0-py3-none-any.whl.metadata (3.9 kB) Collecting metalsmith>=1.6.2 (from tobiko==0.8.26.dev3) Downloading metalsmith-1.6.2-py3-none-any.whl.metadata (2.5 kB) Collecting netaddr>=0.8.0 (from tobiko==0.8.26.dev3) Downloading netaddr-1.3.0-py3-none-any.whl.metadata (5.0 kB) Collecting neutron-lib>=2.7.0 (from tobiko==0.8.26.dev3) Downloading neutron_lib-3.20.0-py3-none-any.whl.metadata (2.3 kB) Collecting openstacksdk>=0.31.2 (from tobiko==0.8.26.dev3) Downloading openstacksdk-0.61.0-py3-none-any.whl.metadata (6.7 kB) Collecting oslo.concurrency>=3.26.0 (from tobiko==0.8.26.dev3) Downloading oslo.concurrency-7.1.0-py3-none-any.whl.metadata (2.4 kB) Collecting oslo.config>=8.4.0 (from tobiko==0.8.26.dev3) Downloading oslo_config-10.0.0-py3-none-any.whl.metadata (2.8 kB) Collecting oslo.log>=4.4.0 (from tobiko==0.8.26.dev3) Downloading oslo_log-7.2.0-py3-none-any.whl.metadata (2.8 kB) Collecting oslo.utils>=4.12.3 (from tobiko==0.8.26.dev3) Downloading oslo_utils-9.0.0-py3-none-any.whl.metadata (2.2 kB) Collecting packaging>=20.4 (from tobiko==0.8.26.dev3) Downloading packaging-21.3-py3-none-any.whl.metadata (15 kB) Collecting paramiko>=2.9.2 (from tobiko==0.8.26.dev3) Downloading paramiko-2.10.4-py2.py3-none-any.whl.metadata (4.6 kB) Collecting pbr>=5.5.1 (from tobiko==0.8.26.dev3) Downloading pbr-6.1.1-py2.py3-none-any.whl.metadata (3.4 kB) Collecting psutil>=5.8.0 (from tobiko==0.8.26.dev3) 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.26.dev3) Downloading python_designateclient-4.5.1-py3-none-any.whl.metadata (3.1 kB) Collecting python-glanceclient>=3.2.2 (from tobiko==0.8.26.dev3) Downloading python_glanceclient-3.6.0-py3-none-any.whl.metadata (3.9 kB) Collecting python-heatclient>=2.3.0 (from tobiko==0.8.26.dev3) Downloading python_heatclient-2.5.1-py3-none-any.whl.metadata (3.1 kB) Collecting python-ironicclient>=4.6.1 (from tobiko==0.8.26.dev3) Downloading python_ironicclient-4.11.0-py3-none-any.whl.metadata (4.6 kB) Collecting python-manilaclient>=4.5.1 (from tobiko==0.8.26.dev3) Downloading python_manilaclient-4.5.1-py3-none-any.whl.metadata (5.5 kB) Collecting python-neutronclient>=7.2.1 (from tobiko==0.8.26.dev3) Downloading python_neutronclient-7.8.0-py3-none-any.whl.metadata (3.1 kB) Collecting python-novaclient>=17.2.1 (from tobiko==0.8.26.dev3) Downloading python_novaclient-17.7.0-py3-none-any.whl.metadata (3.0 kB) Collecting python-octaviaclient>=2.2.0 (from tobiko==0.8.26.dev3) Downloading python_octaviaclient-2.5.0-py3-none-any.whl.metadata (2.7 kB) Collecting python-openstackclient>=5.4.0 (from tobiko==0.8.26.dev3) Downloading python_openstackclient-5.8.0-py3-none-any.whl.metadata (6.5 kB) Collecting PyYAML>=5.4.1 (from tobiko==0.8.26.dev3) 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.26.dev3) Downloading setuptools-76.1.0-py3-none-any.whl.metadata (6.7 kB) Collecting sshtunnel>=0.3.1 (from tobiko==0.8.26.dev3) Downloading sshtunnel-0.4.0-py2.py3-none-any.whl.metadata (19 kB) Collecting testtools>=2.5.0 (from tobiko==0.8.26.dev3) Downloading testtools-2.7.2-py3-none-any.whl.metadata (5.2 kB) Collecting pyxdg>=0.26 (from podman==4.7.0->-r /usr/local/src/tobiko/extra-requirements.txt (line 5)) Downloading pyxdg-0.28-py2.py3-none-any.whl.metadata (567 bytes) Collecting requests>=2.24 (from podman==4.7.0->-r /usr/local/src/tobiko/extra-requirements.txt (line 5)) Downloading requests-2.27.1-py2.py3-none-any.whl.metadata (5.0 kB) Collecting urllib3 (from podman==4.7.0->-r /usr/local/src/tobiko/extra-requirements.txt (line 5)) Downloading urllib3-1.26.8-py2.py3-none-any.whl.metadata (45 kB) Collecting build (from openshift-client->-r /usr/local/src/tobiko/extra-requirements.txt (line 4)) Downloading build-1.4.0-py3-none-any.whl.metadata (5.8 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 6)) Downloading coverage-7.13.4-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.metadata (8.5 kB) Collecting pluggy>=1.2 (from pytest-cov->-r /usr/local/src/tobiko/extra-requirements.txt (line 6)) Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB) Collecting pytest>=7 (from pytest-cov->-r /usr/local/src/tobiko/extra-requirements.txt (line 6)) Downloading pytest-8.3.5-py3-none-any.whl.metadata (7.6 kB) Collecting dill>=0.3.6 (from pytest-reportportal->-r /usr/local/src/tobiko/extra-requirements.txt (line 7)) Downloading dill-0.4.1-py3-none-any.whl.metadata (10 kB) Collecting reportportal-client~=5.7.0 (from pytest-reportportal->-r /usr/local/src/tobiko/extra-requirements.txt (line 7)) Downloading reportportal_client-5.7.0-py2.py3-none-any.whl.metadata (6.1 kB) Collecting aenum>=3.1.0 (from pytest-reportportal->-r /usr/local/src/tobiko/extra-requirements.txt (line 7)) Downloading aenum-3.1.16-py3-none-any.whl.metadata (3.8 kB) INFO: pip is looking at multiple versions of reportportal-client to determine which version is compatible with other requirements. This could take a while. Collecting pytest-reportportal (from -r /usr/local/src/tobiko/extra-requirements.txt (line 7)) Downloading pytest_reportportal-5.5.4-py2.py3-none-any.whl.metadata (5.3 kB) Collecting reportportal-client~=5.6.7 (from pytest-reportportal->-r /usr/local/src/tobiko/extra-requirements.txt (line 7)) Downloading reportportal_client-5.6.7-py2.py3-none-any.whl.metadata (6.1 kB) Collecting pytest-reportportal (from -r /usr/local/src/tobiko/extra-requirements.txt (line 7)) Downloading pytest_reportportal-5.5.3-py2.py3-none-any.whl.metadata (5.3 kB) Downloading pytest_reportportal-5.5.2-py2.py3-none-any.whl.metadata (5.3 kB) Collecting reportportal-client~=5.6.4 (from pytest-reportportal->-r /usr/local/src/tobiko/extra-requirements.txt (line 7)) Downloading reportportal_client-5.6.6-py2.py3-none-any.whl.metadata (6.1 kB) Downloading reportportal_client-5.6.5-py2.py3-none-any.whl.metadata (6.0 kB) Downloading reportportal_client-5.6.4-py2.py3-none-any.whl.metadata (6.0 kB) Collecting pytest-reportportal (from -r /usr/local/src/tobiko/extra-requirements.txt (line 7)) Downloading pytest_reportportal-5.5.1-py2.py3-none-any.whl.metadata (5.3 kB) Collecting certifi>=2017.4.17 (from requests>=2.24->podman==4.7.0->-r /usr/local/src/tobiko/extra-requirements.txt (line 5)) Downloading certifi-2026.2.25-py3-none-any.whl.metadata (2.5 kB) Collecting charset-normalizer~=2.0.0 (from requests>=2.24->podman==4.7.0->-r /usr/local/src/tobiko/extra-requirements.txt (line 5)) Downloading charset_normalizer-2.0.12-py3-none-any.whl.metadata (11 kB) Collecting idna<4,>=2.5 (from requests>=2.24->podman==4.7.0->-r /usr/local/src/tobiko/extra-requirements.txt (line 5)) Downloading idna-3.3-py3-none-any.whl.metadata (9.8 kB) INFO: pip is still looking at multiple versions of reportportal-client to determine which version is compatible with other requirements. This could take a while. Collecting pytest-reportportal (from -r /usr/local/src/tobiko/extra-requirements.txt (line 7)) Downloading pytest_reportportal-5.5.0-py2.py3-none-any.whl.metadata (5.3 kB) INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C. Collecting reportportal-client~=5.6.2 (from pytest-reportportal->-r /usr/local/src/tobiko/extra-requirements.txt (line 7)) Downloading reportportal_client-5.6.3-py2.py3-none-any.whl.metadata (6.0 kB) Downloading reportportal_client-5.6.2-py2.py3-none-any.whl.metadata (6.0 kB) Collecting pytest-reportportal (from -r /usr/local/src/tobiko/extra-requirements.txt (line 7)) Downloading pytest_reportportal-5.4.7-py2.py3-none-any.whl.metadata (5.1 kB) Collecting reportportal-client~=5.5.10 (from pytest-reportportal->-r /usr/local/src/tobiko/extra-requirements.txt (line 7)) Downloading reportportal_client-5.5.10-py2.py3-none-any.whl.metadata (5.8 kB) Collecting pytest-reportportal (from -r /usr/local/src/tobiko/extra-requirements.txt (line 7)) Downloading pytest_reportportal-5.4.6-py2.py3-none-any.whl.metadata (5.1 kB) Downloading pytest_reportportal-5.4.5-py2.py3-none-any.whl.metadata (5.0 kB) Collecting reportportal-client~=5.5.9 (from pytest-reportportal->-r /usr/local/src/tobiko/extra-requirements.txt (line 7)) Downloading reportportal_client-5.5.9-py2.py3-none-any.whl.metadata (5.8 kB) Collecting pytest-reportportal (from -r /usr/local/src/tobiko/extra-requirements.txt (line 7)) Downloading pytest_reportportal-5.4.4-py2.py3-none-any.whl.metadata (5.0 kB) Downloading pytest_reportportal-5.4.3-py2.py3-none-any.whl.metadata (5.0 kB) Downloading pytest_reportportal-5.4.2-py2.py3-none-any.whl.metadata (5.1 kB) INFO: pip is looking at multiple versions of pytest-reportportal to determine which version is compatible with other requirements. This could take a while. Downloading pytest_reportportal-5.4.1-py2.py3-none-any.whl.metadata (5.0 kB) Downloading pytest_reportportal-5.4.0-py2.py3-none-any.whl.metadata (5.0 kB) Downloading pytest_reportportal-5.3.2-py2.py3-none-any.whl.metadata (5.0 kB) Downloading pytest_reportportal-5.3.1-py2.py3-none-any.whl.metadata (11 kB) Downloading pytest_reportportal-5.3.0-py2.py3-none-any.whl.metadata (11 kB) Downloading pytest_reportportal-5.2.2-py2.py3-none-any.whl.metadata (10 kB) Collecting reportportal-client==5.4.1 (from pytest-reportportal->-r /usr/local/src/tobiko/extra-requirements.txt (line 7)) Downloading reportportal_client-5.4.1-py2.py3-none-any.whl.metadata (5.7 kB) Collecting attrs>=19.2.0 (from pytest-subtests->-r /usr/local/src/tobiko/extra-requirements.txt (line 9)) Downloading attrs-21.4.0-py2.py3-none-any.whl.metadata (9.8 kB) Collecting iso8601>=0.1.11 (from keystoneauth1>=4.3.0->tobiko==0.8.26.dev3) 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.26.dev3) 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.26.dev3) 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.26.dev3) Downloading prettytable-3.17.0-py3-none-any.whl.metadata (34 kB) Collecting SQLAlchemy>=1.2.0 (from neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading SQLAlchemy-1.4.31.tar.gz (8.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/8.0 MB 137.3 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 pecan>=1.0.0 (from neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading pecan-1.4.1.tar.gz (124 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting os-ken>=0.3.0 (from neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading os_ken-2.3.1-py3-none-any.whl.metadata (1.5 kB) Collecting oslo.context>=2.22.0 (from neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading oslo_context-6.0.0-py3-none-any.whl.metadata (2.1 kB) Collecting oslo.db>=12.1.0 (from neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading oslo_db-17.3.0-py3-none-any.whl.metadata (3.0 kB) Collecting oslo.i18n>=3.20.0 (from neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading oslo.i18n-6.5.1-py3-none-any.whl.metadata (2.1 kB) Collecting oslo.messaging>=14.2.0 (from neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading oslo_messaging-17.0.0-py3-none-any.whl.metadata (3.1 kB) Collecting oslo.policy>=4.5.0 (from neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading oslo.policy-4.5.1-py3-none-any.whl.metadata (2.1 kB) Collecting oslo.serialization>=2.25.0 (from neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading oslo.serialization-5.7.0-py3-none-any.whl.metadata (2.1 kB) Collecting oslo.service>=1.24.0 (from neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading oslo_service-4.2.2-py3-none-any.whl.metadata (2.8 kB) Collecting oslo.versionedobjects>=1.31.2 (from neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading oslo_versionedobjects-3.7.0-py3-none-any.whl.metadata (2.6 kB) Collecting osprofiler>=1.4.0 (from neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading osprofiler-4.3.0-py3-none-any.whl.metadata (3.8 kB) Collecting setproctitle>=1.1.10 (from neutron-lib>=2.7.0->tobiko==0.8.26.dev3) 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 WebOb>=1.7.1 (from neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading WebOb-1.8.9-py2.py3-none-any.whl.metadata (11 kB) Collecting os-traits>=0.9.0 (from neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading os_traits-3.4.0-py3-none-any.whl.metadata (1.7 kB) Collecting debtcollector>=3.0.0 (from neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading debtcollector-3.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting wrapt>=1.7.0 (from debtcollector>=3.0.0->neutron-lib>=2.7.0->tobiko==0.8.26.dev3) 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 appdirs>=1.3.0 (from openstacksdk>=0.31.2->tobiko==0.8.26.dev3) 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.26.dev3) 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.26.dev3) 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.26.dev3) 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.26.dev3) 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.26.dev3) 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.26.dev3) 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.26.dev3) 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.26.dev3) 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.26.dev3) Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB) Collecting pycparser (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.31.2->tobiko==0.8.26.dev3) 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.26.dev3) 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.26.dev3) 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.26.dev3) 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.26.dev3) 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.26.dev3) 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.26.dev3) 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.26.dev3) 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.26.dev3) Downloading fasteners-0.17.3-py3-none-any.whl.metadata (6.5 kB) Collecting rfc3986>=1.2.0 (from oslo.config>=8.4.0->tobiko==0.8.26.dev3) Downloading rfc3986-1.5.0-py2.py3-none-any.whl.metadata (6.5 kB) Collecting typing-extensions>=4.12.0 (from oslo.context>=2.22.0->neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) Collecting alembic>=0.9.6 (from oslo.db>=12.1.0->neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading alembic-1.7.6-py3-none-any.whl.metadata (7.0 kB) Collecting testresources>=2.0.0 (from oslo.db>=12.1.0->neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading testresources-2.0.1-py2.py3-none-any.whl.metadata (11 kB) Collecting testscenarios>=0.4 (from oslo.db>=12.1.0->neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading testscenarios-0.5.0-py2.py3-none-any.whl.metadata (12 kB) Collecting Mako (from alembic>=0.9.6->oslo.db>=12.1.0->neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading Mako-1.1.6-py2.py3-none-any.whl.metadata (2.9 kB) Requirement already satisfied: python-dateutil>=2.7.0 in ./usr/lib/python3.12/site-packages (from oslo.log>=4.4.0->tobiko==0.8.26.dev3) (2.9.0.post0) Collecting futurist>=1.2.0 (from oslo.messaging>=14.2.0->neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading futurist-2.4.0-py3-none-any.whl.metadata (2.2 kB) Collecting cachetools>=2.0.0 (from oslo.messaging>=14.2.0->neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading cachetools-7.0.1-py3-none-any.whl.metadata (5.6 kB) Collecting amqp>=2.5.2 (from oslo.messaging>=14.2.0->neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading amqp-5.0.9-py3-none-any.whl.metadata (8.9 kB) Collecting kombu>=4.6.6 (from oslo.messaging>=14.2.0->neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading kombu-5.6.2-py3-none-any.whl.metadata (3.5 kB) Collecting oslo.middleware>=3.31.0 (from oslo.messaging>=14.2.0->neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading oslo_middleware-6.6.0-py3-none-any.whl.metadata (2.2 kB) Collecting oslo.metrics>=0.2.1 (from oslo.messaging>=14.2.0->neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading oslo_metrics-0.12.0-py3-none-any.whl.metadata (1.3 kB) Collecting vine==5.0.0 (from amqp>=2.5.2->oslo.messaging>=14.2.0->neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading vine-5.0.0-py2.py3-none-any.whl.metadata (2.2 kB) INFO: pip is looking at multiple versions of kombu to determine which version is compatible with other requirements. This could take a while. Collecting kombu>=4.6.6 (from oslo.messaging>=14.2.0->neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading kombu-5.6.1-py3-none-any.whl.metadata (3.5 kB) Downloading kombu-5.6.0-py3-none-any.whl.metadata (3.5 kB) Downloading kombu-5.5.4-py3-none-any.whl.metadata (3.5 kB) Downloading kombu-5.5.3-py3-none-any.whl.metadata (3.5 kB) Downloading kombu-5.5.2-py3-none-any.whl.metadata (3.3 kB) Downloading kombu-5.5.1-py3-none-any.whl.metadata (3.3 kB) Downloading kombu-5.5.0-py3-none-any.whl.metadata (3.3 kB) INFO: pip is still looking at multiple versions of kombu to determine which version is compatible with other requirements. This could take a while. Downloading kombu-5.4.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) 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) 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.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) Downloading kombu-5.3.2-py3-none-any.whl.metadata (3.0 kB) Downloading kombu-5.3.1-py3-none-any.whl.metadata (3.0 kB) Downloading kombu-5.3.0-py3-none-any.whl.metadata (2.9 kB) Downloading kombu-5.2.4-py3-none-any.whl.metadata (2.7 kB) Collecting prometheus-client>=0.6.0 (from oslo.metrics>=0.2.1->oslo.messaging>=14.2.0->neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading prometheus_client-0.13.1-py3-none-any.whl.metadata (20 kB) Collecting bcrypt>=3.1.3 (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading bcrypt-3.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (7.5 kB) Collecting Jinja2>=2.10 (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) Collecting statsd>=3.2.1 (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading statsd-3.3.0-py2.py3-none-any.whl.metadata (2.8 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=2.10->oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=2.7.0->tobiko==0.8.26.dev3) 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 tzdata>=2022.4 (from oslo.serialization>=2.25.0->neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading tzdata-2024.2-py2.py3-none-any.whl.metadata (1.4 kB) Collecting PasteDeploy>=1.5.0 (from oslo.service>=1.24.0->neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading PasteDeploy-2.1.1-py2.py3-none-any.whl.metadata (2.4 kB) Collecting Paste>=2.0.2 (from oslo.service>=1.24.0->neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading Paste-3.5.0-py2.py3-none-any.whl.metadata (4.5 kB) Collecting Yappi>=1.0 (from oslo.service>=1.24.0->neutron-lib>=2.7.0->tobiko==0.8.26.dev3) 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.26.dev3) 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.26.dev3) 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.26.dev3) 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.0->neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading WebTest-3.0.0-py3-none-any.whl.metadata (1.8 kB) Collecting logutils>=0.3 (from pecan>=1.0.0->neutron-lib>=2.7.0->tobiko==0.8.26.dev3) 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.26.dev3) 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 6)) Downloading iniconfig-1.1.1-py2.py3-none-any.whl.metadata (2.4 kB) Collecting cliff!=2.9.0,>=2.8.0 (from python-designateclient>=4.4.0->tobiko==0.8.26.dev3) 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.26.dev3) 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.26.dev3) 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.26.dev3) 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.26.dev3) 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.26.dev3) 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.26.dev3) 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.26.dev3) 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.26.dev3) 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.26.dev3) 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.26.dev3) 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.26.dev3) Downloading python_swiftclient-3.13.1-py2.py3-none-any.whl.metadata (3.4 kB) Collecting pytz>=2015.7 (from Babel!=2.4.0,>=2.3.4->python-heatclient>=2.3.0->tobiko==0.8.26.dev3) Downloading pytz-2021.3-py2.py3-none-any.whl.metadata (21 kB) Collecting python-keystoneclient>=3.8.0 (from python-manilaclient>=4.5.1->tobiko==0.8.26.dev3) 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.26.dev3) 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.26.dev3) 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.26.dev3) Downloading repoze.lru-0.7-py3-none-any.whl.metadata (1.1 kB) Collecting waitress>=0.8.5 (from WebTest>=1.3.1->pecan>=1.0.0->neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading waitress-2.0.0-py3-none-any.whl.metadata (5.1 kB) Collecting beautifulsoup4 (from WebTest>=1.3.1->pecan>=1.0.0->neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading beautifulsoup4-4.10.0-py3-none-any.whl.metadata (3.5 kB) Collecting soupsieve>1.2 (from beautifulsoup4->WebTest>=1.3.1->pecan>=1.0.0->neutron-lib>=2.7.0->tobiko==0.8.26.dev3) Downloading soupsieve-2.3.1-py3-none-any.whl.metadata (5.6 kB) INFO: pip is looking at multiple versions of build to determine which version is compatible with other requirements. This could take a while. 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 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 podman-4.7.0-py3-none-any.whl (92 kB) Downloading dpkt-1.9.8-py3-none-any.whl (194 kB) Downloading openshift_client-2.0.5-py3-none-any.whl (78 kB) Downloading pytest_cov-7.0.0-py3-none-any.whl (22 kB) Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) Downloading idna-3.3-py3-none-any.whl (61 kB) Downloading urllib3-1.26.8-py2.py3-none-any.whl (138 kB) Downloading pytest_reportportal-5.2.2-py2.py3-none-any.whl (26 kB) Downloading reportportal_client-5.4.1-py2.py3-none-any.whl (58 kB) Downloading pytest_rerunfailures-15.1-py3-none-any.whl (13 kB) Downloading pytest_subtests-0.15.0-py3-none-any.whl (9.2 kB) Downloading pytest_timeout-2.4.0-py3-none-any.whl (14 kB) Downloading aenum-3.1.16-py3-none-any.whl (165 kB) Downloading attrs-21.4.0-py2.py3-none-any.whl (60 kB) Downloading certifi-2026.2.25-py3-none-any.whl (153 kB) Downloading coverage-7.13.4-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (254 kB) Downloading dill-0.4.1-py3-none-any.whl (120 kB) Downloading fixtures-4.2.5-py3-none-any.whl (64 kB) Downloading keystoneauth1-4.5.0-py3-none-any.whl (314 kB) Downloading iso8601-1.0.2-py3-none-any.whl (9.7 kB) Downloading metalsmith-1.6.2-py3-none-any.whl (74 kB) Downloading netaddr-1.3.0-py3-none-any.whl (2.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 175.0 MB/s 0:00:00 Downloading neutron_lib-3.20.0-py3-none-any.whl (621 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 621.1/621.1 kB 141.3 MB/s 0:00:00 Downloading debtcollector-3.0.0-py3-none-any.whl (23 kB) Downloading openstacksdk-0.61.0-py3-none-any.whl (1.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 174.7 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 144.0 MB/s 0:00:00 Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 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 os_ken-2.3.1-py3-none-any.whl (2.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 158.8 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 101.9 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-7.1.0-py3-none-any.whl (47 kB) Downloading fasteners-0.17.3-py3-none-any.whl (18 kB) Downloading oslo_config-10.0.0-py3-none-any.whl (131 kB) Downloading oslo_context-6.0.0-py3-none-any.whl (19 kB) Downloading oslo_db-17.3.0-py3-none-any.whl (156 kB) Downloading alembic-1.7.6-py3-none-any.whl (210 kB) Downloading oslo.i18n-6.5.1-py3-none-any.whl (46 kB) Downloading oslo_log-7.2.0-py3-none-any.whl (75 kB) Downloading oslo_messaging-17.0.0-py3-none-any.whl (202 kB) Downloading amqp-5.0.9-py3-none-any.whl (50 kB) Downloading vine-5.0.0-py2.py3-none-any.whl (9.4 kB) Downloading cachetools-7.0.1-py3-none-any.whl (13 kB) Downloading futurist-2.4.0-py3-none-any.whl (37 kB) Downloading kombu-5.2.4-py3-none-any.whl (189 kB) Downloading oslo_metrics-0.12.0-py3-none-any.whl (13 kB) Downloading oslo_middleware-6.6.0-py3-none-any.whl (67 kB) Downloading bcrypt-3.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (61 kB) Downloading jinja2-3.1.6-py3-none-any.whl (134 kB) Downloading markupsafe-3.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (22 kB) Downloading oslo.policy-4.5.1-py3-none-any.whl (88 kB) Downloading oslo.serialization-5.7.0-py3-none-any.whl (25 kB) Downloading oslo_service-4.2.2-py3-none-any.whl (103 kB) Downloading oslo_utils-9.0.0-py3-none-any.whl (134 kB) Downloading oslo_versionedobjects-3.7.0-py3-none-any.whl (86 kB) Downloading osprofiler-4.3.0-py3-none-any.whl (95 kB) Downloading packaging-21.3-py3-none-any.whl (40 kB) Downloading paramiko-2.10.4-py2.py3-none-any.whl (212 kB) Downloading Paste-3.5.0-py2.py3-none-any.whl (593 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 593.2/593.2 kB 105.0 MB/s 0:00:00 Downloading PasteDeploy-2.1.1-py2.py3-none-any.whl (17 kB) Downloading pbr-6.1.1-py2.py3-none-any.whl (108 kB) Downloading Mako-1.1.6-py2.py3-none-any.whl (75 kB) Downloading pluggy-1.6.0-py3-none-any.whl (20 kB) Downloading prettytable-3.17.0-py3-none-any.whl (34 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 143.6 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 130.5 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 81.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-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (724 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 725.0/725.0 kB 153.1 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 137.5 MB/s 0:00:00 Downloading sshtunnel-0.4.0-py2.py3-none-any.whl (24 kB) Downloading statsd-3.3.0-py2.py3-none-any.whl (11 kB) Downloading stevedore-5.4.0-py3-none-any.whl (49 kB) Downloading testresources-2.0.1-py2.py3-none-any.whl (36 kB) Downloading testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) Downloading testtools-2.7.2-py3-none-any.whl (179 kB) Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB) Downloading tzdata-2024.2-py2.py3-none-any.whl (346 kB) Downloading wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) Downloading WebOb-1.8.9-py2.py3-none-any.whl (115 kB) Downloading WebTest-3.0.0-py3-none-any.whl (31 kB) Downloading waitress-2.0.0-py3-none-any.whl (56 kB) Downloading 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) Building wheels for collected packages: tobiko, netifaces, msgpack, ovs, pecan, logutils, psutil, 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.26.dev3-0.editable-py2.py3-none-any.whl size=9205 sha256=3e6f47f112a03d879f5dafff48760881ac4ed31061b1d01eae8d3031bf37f55a Stored in directory: /tmp/pip-ephem-wheel-cache-s6b0mjzm/wheels/df/33/83/7aa3627569cb11e284b8c1bfca1d8fc8fe353462a329ea84a7 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=15260 sha256=c58a8c957a39679e34901da74b56bcd4624b45879387f2fef6a601ecbd791cd7 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=32a1ab5ea7b0e84dfd47893dee2ec76c9f001a23b7c5edb65281f461d4db149a 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=625b6748ef37c4d583de2601be3bdd4017582610c7a522eb79ed7ec7b27186db 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=8fbbce8ad9a56bf48916acf0f174577b6e7c37e8454fe425844dde56bf456725 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=a8b2510e8183d54f7118f21ea8f302ea4729d42544325a66ce104f941978dcfc 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=231089 sha256=9e161496eeb5975c13f8f2cf82f2f3130e7bb3ae61cecbabdd384420af4fe403 Stored in directory: /root/.cache/pip/wheels/86/bf/4d/f133d3cbffc7c8991cd85fec43d18ff7507b3bc9042bbfd146 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=11227 sha256=401383a76a1d544669229212841b9c11571e7526cfd8f1eef5806df269fb5f3b 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=9864 sha256=39e28270dcc19f95f69c4e43b58317d8b96f65c0925f9694f068538369629236 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=12462 sha256=36fae761ff69eb153b67194724ee040a83dee361cebf30a6ffdcddedfcf18340 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=83086 sha256=88553ee02b9d42fd9e25deab3d504fa4bb79403e1b9a9d00234f5d6a23d3797e 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=1531678 sha256=dff7071d297b4876acd2f99af5936eeb103faf492469b354dcf83b622b1d31a8 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=b247157e6b8d5a87324ff2c3ae8add9ef9dd10e5cfb87e6a89f7924aa9a8c898 Stored in directory: /root/.cache/pip/wheels/52/d3/b4/921c8cd4b68a8666f49320970f618ea80c6a2e72bfe1d72aeb Successfully built tobiko netifaces msgpack ovs pecan logutils psutil pyperclip warlock setproctitle simplejson SQLAlchemy wrapt Installing collected packages: wcwidth, statsd, sortedcontainers, rfc3986, requestsexceptions, repoze.lru, pyxdg, pytz, pyperclip, netifaces, msgpack, logutils, iniconfig, dpkt, appdirs, aenum, Yappi, wrapt, WebOb, waitress, vine, urllib3, tzdata, typing-extensions, soupsieve, simplejson, setuptools, setproctitle, Routes, PyYAML, pyrsistent, pyproject_hooks, pyparsing, pycparser, psutil, prometheus-client, PrettyTable, pluggy, ovs, netaddr, munch, MarkupSafe, jsonpointer, jmespath, iso8601, idna, greenlet, fixtures, fasteners, dnspython, dill, decorator, coverage, charset-normalizer, certifi, cachetools, Babel, autopage, attrs, testtools, SQLAlchemy, requests, pbr, PasteDeploy, Paste, packaging, Mako, jsonschema, jsonpatch, Jinja2, eventlet, debtcollector, cmd2, cffi, beautifulsoup4, amqp, WebTest, warlock, testscenarios, testresources, stevedore, reportportal-client, python-swiftclient, pytest, pynacl, podman, oslo.i18n, oslo.context, os-traits, os-service-types, kombu, futurist, cryptography, build, bcrypt, alembic, pytest-timeout, pytest-subtests, pytest-rerunfailures, pytest-reportportal, pytest-cov, pyOpenSSL, pecan, paramiko, oslo.utils, oslo.config, openshift-client, keystoneauth1, dogpile.cache, cliff, sshtunnel, python-glanceclient, python-cinderclient, oslo.serialization, oslo.middleware, oslo.db, oslo.concurrency, os-ken, openstacksdk, python-novaclient, python-keystoneclient, osprofiler, oslo.policy, oslo.log, osc-lib, os-client-config, metalsmith, python-openstackclient, python-neutronclient, python-manilaclient, python-ironicclient, python-heatclient, python-designateclient, oslo.service, oslo.metrics, python-octaviaclient, oslo.messaging, oslo.versionedobjects, neutron-lib, tobiko Attempting uninstall: setuptools Found existing installation: setuptools 82.0.0 Uninstalling setuptools-82.0.0: Successfully uninstalled setuptools-82.0.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. 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.17.0 PyYAML-6.0.1 Routes-2.5.1 SQLAlchemy-1.4.31 WebOb-1.8.9 WebTest-3.0.0 Yappi-1.6.10 aenum-3.1.16 alembic-1.7.6 amqp-5.0.9 appdirs-1.4.4 attrs-21.4.0 autopage-0.5.0 bcrypt-3.2.0 beautifulsoup4-4.10.0 build-1.3.0 cachetools-7.0.1 certifi-2026.2.25 cffi-1.17.1 charset-normalizer-2.0.12 cliff-3.10.1 cmd2-2.4.0 coverage-7.13.4 cryptography-36.0.1 debtcollector-3.0.0 decorator-5.2.1 dill-0.4.1 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-1.3.0 netifaces-0.11.0 neutron-lib-3.20.0 openshift-client-2.0.5 openstacksdk-0.61.0 os-client-config-2.1.0 os-ken-2.3.1 os-service-types-1.7.0 os-traits-3.4.0 osc-lib-2.5.0 oslo.concurrency-7.1.0 oslo.config-10.0.0 oslo.context-6.0.0 oslo.db-17.3.0 oslo.i18n-6.5.1 oslo.log-7.2.0 oslo.messaging-17.0.0 oslo.metrics-0.12.0 oslo.middleware-6.6.0 oslo.policy-4.5.1 oslo.serialization-5.7.0 oslo.service-4.2.2 oslo.utils-9.0.0 oslo.versionedobjects-3.7.0 osprofiler-4.3.0 ovs-2.16.0 packaging-21.3 paramiko-2.10.4 pbr-6.1.1 pecan-1.4.1 pluggy-1.6.0 podman-4.7.0 prometheus-client-0.13.1 psutil-5.9.0 pyOpenSSL-22.0.0 pycparser-2.21 pynacl-1.5.0 pyparsing-3.0.7 pyperclip-1.8.2 pyproject_hooks-1.2.0 pyrsistent-0.20.0 pytest-8.3.5 pytest-cov-7.0.0 pytest-reportportal-5.2.2 pytest-rerunfailures-15.1 pytest-subtests-0.15.0 pytest-timeout-2.4.0 python-cinderclient-8.3.0 python-designateclient-4.5.1 python-glanceclient-3.6.0 python-heatclient-2.5.1 python-ironicclient-4.11.0 python-keystoneclient-4.4.0 python-manilaclient-4.5.1 python-neutronclient-7.8.0 python-novaclient-17.7.0 python-octaviaclient-2.5.0 python-openstackclient-5.8.0 python-swiftclient-3.13.1 pytz-2021.3 pyxdg-0.28 reportportal-client-5.4.1 repoze.lru-0.7 requests-2.27.1 requestsexceptions-1.4.0 rfc3986-1.5.0 setproctitle-1.2.2 setuptools-76.1.0 simplejson-3.17.6 sortedcontainers-2.4.0 soupsieve-2.3.1 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.26.dev3 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 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) (7.0.1) Collecting chardet>=5.2 (from tox==4.13) Downloading chardet-6.0.0.post1-py3-none-any.whl.metadata (3.3 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.24.3-py3-none-any.whl.metadata (2.0 kB) Collecting packaging>=23.2 (from tox==4.13) Downloading packaging-26.0-py3-none-any.whl.metadata (3.3 kB) Collecting platformdirs>=4.1 (from tox==4.13) Downloading platformdirs-4.9.2-py3-none-any.whl.metadata (4.7 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.10.0-py3-none-any.whl.metadata (2.7 kB) Collecting virtualenv>=20.25 (from tox==4.13) Downloading virtualenv-21.1.0-py3-none-any.whl.metadata (3.5 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 python-discovery>=1 (from virtualenv>=20.25->tox==4.13) Downloading python_discovery-1.1.0-py3-none-any.whl.metadata (4.0 kB) Downloading tox-4.13.0-py3-none-any.whl (155 kB) Downloading chardet-6.0.0.post1-py3-none-any.whl (627 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 627.2/627.2 kB 84.1 MB/s 0:00:00 Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) Downloading filelock-3.24.3-py3-none-any.whl (24 kB) Downloading packaging-26.0-py3-none-any.whl (74 kB) Downloading platformdirs-4.9.2-py3-none-any.whl (21 kB) Downloading pyproject_api-1.10.0-py3-none-any.whl (13 kB) Downloading virtualenv-21.1.0-py3-none-any.whl (5.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.8/5.8 MB 85.6 MB/s 0:00:00 Downloading distlib-0.4.0-py2.py3-none-any.whl (469 kB) Downloading python_discovery-1.1.0-py3-none-any.whl (30 kB) Installing collected packages: distlib, platformdirs, packaging, filelock, colorama, chardet, python-discovery, pyproject-api, virtualenv, tox Attempting uninstall: packaging Found existing installation: packaging 21.3 Uninstalling packaging-21.3: Successfully uninstalled packaging-21.3 Successfully installed chardet-6.0.0.post1 colorama-0.4.6 distlib-0.4.0 filelock-3.24.3 packaging-26.0 platformdirs-4.9.2 pyproject-api-1.10.0 python-discovery-1.1.0 tox-4.13.0 virtualenv-21.1.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.30:5001/podified-master-centos10/openstack-tobiko:watcher_latest Getting image source signatures Copying blob sha256:f922470c7b44356b0ec83c7fc7abd45bfeadf72f4201ccb6c70401717bbe5817 Copying blob sha256:4608a53162a8de0daa0eb943133f194f847f603b5549f12878a732ada610456b Copying blob sha256:1ed495dfda3dd5bb8c1cd2c816b3cb1246242ae81e71517354cb46ddfe22e6a0 Copying config sha256:a46e1233c62bf06347e8d90176d11853f7a7aa5cf0639f52ff3e6c4fed8f659f Writing manifest to image destination --> a46e1233c62b Successfully tagged 38.102.83.30:5001/podified-master-centos10/openstack-tobiko:watcher_latest a46e1233c62bf06347e8d90176d11853f7a7aa5cf0639f52ff3e6c4fed8f659f