2025-06-30 13:54:47,116: INFO: Building opensdn-base 2025-06-30 13:54:47,121: INFO: Building args: --network host --build-arg PIP_REPOSITORY=http://localhost:6667/pip/simple --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5101 --build-arg CONTRAIL_CONTAINER_TAG=master-1_7_6_9-3 --build-arg SITE_MIRROR=http://nexus.gz1.opensdn.io/repository/external-web-cache --build-arg LINUX_DISTR_VER=9 --build-arg LINUX_DISTR=rockylinux --build-arg GENERAL_EXTRA_RPMS="" --build-arg BASE_EXTRA_RPMS="" --build-arg YUM_ENABLE_REPOS="" --build-arg CONTAINER_NAME=opensdn-base --build-arg UBUNTU_DISTR_VERSION=24.04 --build-arg UBUNTU_DISTR=ubuntu --build-arg VENDOR_NAME=OpenSDN-IO --build-arg VENDOR_DOMAIN=io.opensdn #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 2.58kB 0.0s done #1 WARN: InvalidDefaultArgInFrom: Default value for ARG ${CONTRAIL_REGISTRY}/opensdn-general-base:${CONTRAIL_CONTAINER_TAG} results in empty or invalid base image name (line 5) #1 DONE 0.0s #2 [internal] load metadata for nexus.gz1.opensdn.io:5101/opensdn-general-base:master-1_7_6_9-3 #2 DONE 0.0s #3 [internal] load .dockerignore #3 transferring context: 2B done #3 DONE 0.0s #4 [internal] load build context #4 transferring context: 40.08kB done #4 DONE 0.0s #5 [1/3] FROM nexus.gz1.opensdn.io:5101/opensdn-general-base:master-1_7_6_9-3 #5 DONE 0.1s #6 [2/3] RUN set -e ; sed -e '/^tsflags=nodocs/d' -i /etc/yum.conf ; BASE_EXTRA_RPMS=$(echo "" | tr -d '"' | tr ',' ' ') ; if [[ -n """" ]] ; then echo "INFO: contrail-base: install """ ; yum install -y "" ; echo "INFO: importing gpg keys from any newly installed repos" ; [ -d /etc/pki/rpm-gpg ] && rpm --import /etc/pki/rpm-gpg/* ; if [[ "rockylinux" == "centos" ]]; then for file in /etc/yum.repos.d/rdo-* ; do grep -v mirrorlist= "$file" > "$file".new && mv "$file".new "$file" ; done ; sed -i 's|#s*baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/rdo-* ; fi ; fi ; yum install -y nc gcc python3-devel contrail-lib net-tools ; python3 -m pip install --no-compile --extra-index-url http://localhost:6667/pip/simple "contrail_config_utils==0.1.dev0" ; mkdir -p /opt/contrail/utils ; python_ver="python3.6" ; source /etc/os-release && ver=$(echo $VERSION_ID | cut -d '.' -f 1) && if [[ ${ver} == 9 ]]; then python_ver="python3.9" ; fi ; ls -l /usr/local/lib/${python_ver}/site-packages/ ; cp /usr/local/lib/${python_ver}/site-packages/contrail_config_utils/* /opt/contrail/utils/ ; chmod a+x /opt/contrail/utils/* ; rm -rf /tmp/utils ; python3 -m pip install --no-compile remote-pdb ; rm -rf /root/.cache ; yum clean all -y ; rm -rf /var/cache/yum ; ldconfig #6 0.250 Contrail repo 11 MB/s | 119 kB 00:00 #6 0.346 added from: http://tf-mirrors.gz1.opensdn.io/re 37 MB/s | 2.1 MB 00:00 #6 0.696 added from: http://tf-mirrors.gz1.opensdn.io/re 24 MB/s | 730 kB 00:00 #6 0.859 added from: http://tf-mirrors.gz1.opensdn.io/re 10 MB/s | 264 kB 00:00 #6 1.025 added from: http://tf-mirrors.gz1.opensdn.io/re 70 MB/s | 7.0 MB 00:00 #6 2.360 added from: http://tf-mirrors.gz1.opensdn.io/re 55 MB/s | 4.0 MB 00:00 #6 3.121 added from: http://tf-mirrors.gz1.opensdn.io/re 29 MB/s | 939 kB 00:00 #6 3.352 added from: http://tf-mirrors.gz1.opensdn.io/re 39 MB/s | 2.3 MB 00:00 #6 3.927 added from: http://tf-mirrors.gz1.opensdn.io/re 15 MB/s | 392 kB 00:00 #6 4.096 added from: http://tf-mirrors.gz1.opensdn.io/re 15 MB/s | 451 kB 00:00 #6 4.257 added from: http://tf-mirrors.gz1.opensdn.io/re 663 kB/s | 16 kB 00:00 #6 4.364 added from: http://tf-mirrors.gz1.opensdn.io/re 12 kB/s | 257 B 00:00 #6 4.481 added from: http://tf-mirrors.gz1.opensdn.io/re 543 kB/s | 13 kB 00:00 #6 4.589 added from: http://tf-mirrors.gz1.opensdn.io/re 3.1 MB/s | 64 kB 00:00 #6 4.963 added from: http://tf-mirrors.gz1.opensdn.io/re 111 MB/s | 30 MB 00:00 #6 10.90 Third parties for OpenSDN 50 MB/s | 5.4 MB 00:00 #6 14.66 Dependencies resolved. #6 14.67 ===================================================================================================================== #6 14.67 Package Arch Version Repository Size #6 14.67 ===================================================================================================================== #6 14.67 Installing: #6 14.67 contrail-lib x86_64 v0+master.1.7.6.9.3-master_1_7_6_9_3.el9 contrail 1.7 M #6 14.67 gcc x86_64 11.5.0-5.el9_5 tf-mirrors.ci_repos_yum9-appstream 32 M #6 14.67 net-tools x86_64 2.0-0.64.20160912git.el9 tf-mirrors.ci_repos_yum9-baseos 294 k #6 14.67 nmap-ncat x86_64 3:7.92-3.el9 tf-mirrors.ci_repos_yum9-appstream 222 k #6 14.67 python3-devel x86_64 3.9.21-1.el9_5 tf-mirrors.ci_repos_yum9-appstream 205 k #6 14.67 Upgrading: #6 14.67 ima-evm-utils x86_64 1.5-2.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 68 k #6 14.67 libacl x86_64 2.3.1-4.el9 tf-mirrors.ci_repos_yum9-baseos 22 k #6 14.67 libgcc x86_64 11.5.0-5.el9_5 tf-mirrors.ci_repos_yum9-baseos 84 k #6 14.67 libgomp x86_64 11.5.0-5.el9_5 tf-mirrors.ci_repos_yum9-baseos 260 k #6 14.67 libselinux x86_64 3.6-1.el9 tf-mirrors.ci_repos_yum9-baseos 85 k #6 14.67 libsepol x86_64 3.6-1.el9 tf-mirrors.ci_repos_yum9-baseos 329 k #6 14.67 python3-rpm x86_64 4.16.1.3-34.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 64 k #6 14.67 rpm x86_64 4.16.1.3-34.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 485 k #6 14.67 rpm-build-libs x86_64 4.16.1.3-34.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 88 k #6 14.67 rpm-libs x86_64 4.16.1.3-34.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 307 k #6 14.67 rpm-sign-libs x86_64 4.16.1.3-34.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 20 k #6 14.67 systemd-libs x86_64 252-46.el9_5.2.0.1 tf-mirrors.ci_repos_yum9-baseos 678 k #6 14.67 Installing dependencies: #6 14.67 acl x86_64 2.3.1-4.el9 tf-mirrors.ci_repos_yum9-baseos 69 k #6 14.67 attr x86_64 2.5.1-3.el9 tf-mirrors.ci_repos_yum9-baseos 58 k #6 14.67 cpp x86_64 11.5.0-5.el9_5 tf-mirrors.ci_repos_yum9-appstream 11 M #6 14.67 dbus x86_64 1:1.12.20-8.el9 tf-mirrors.ci_repos_yum9-baseos 6.8 k #6 14.67 dbus-broker x86_64 28-7.el9 tf-mirrors.ci_repos_yum9-baseos 171 k #6 14.67 dbus-common noarch 1:1.12.20-8.el9 tf-mirrors.ci_repos_yum9-baseos 14 k #6 14.67 diffutils x86_64 3.7-12.el9 tf-mirrors.ci_repos_yum9-baseos 388 k #6 14.67 glibc-devel x86_64 2.34-125.el9_5.1 tf-mirrors.ci_repos_yum9-appstream 31 k #6 14.67 glibc-headers x86_64 2.34-125.el9_5.1 tf-mirrors.ci_repos_yum9-appstream 435 k #6 14.67 kernel-headers x86_64 5.14.0-503.29.1.el9_5 tf-mirrors.ci_repos_yum9-appstream 3.5 M #6 14.67 keyutils x86_64 1.6.3-1.el9 tf-mirrors.ci_repos_yum9-baseos 72 k #6 14.67 kmod-libs x86_64 28-10.el9 tf-mirrors.ci_repos_yum9-baseos 62 k #6 14.67 libatomic x86_64 11.5.0-5.el9_5 tf-mirrors.ci_repos_yum9-baseos 25 k #6 14.67 libibverbs x86_64 51.0-1.el9 tf-mirrors.ci_repos_yum9-baseos 427 k #6 14.67 libmpc x86_64 1.2.1-4.el9 tf-mirrors.ci_repos_yum9-appstream 61 k #6 14.67 libnl3 x86_64 3.9.0-1.el9 tf-mirrors.ci_repos_yum9-baseos 351 k #6 14.67 libpcap x86_64 14:1.10.0-4.el9 tf-mirrors.ci_repos_yum9-baseos 172 k #6 14.67 libpkgconf x86_64 1.7.3-10.el9 tf-mirrors.ci_repos_yum9-baseos 35 k #6 14.67 libseccomp x86_64 2.5.2-2.el9 tf-mirrors.ci_repos_yum9-baseos 71 k #6 14.67 libselinux-utils x86_64 3.6-1.el9 tf-mirrors.ci_repos_yum9-baseos 164 k #6 14.67 libuv x86_64 1:1.42.0-2.el9_4 tf-mirrors.ci_repos_yum9-appstream 146 k #6 14.67 libxcrypt-devel x86_64 4.4.18-3.el9 tf-mirrors.ci_repos_yum9-appstream 28 k #6 14.67 make x86_64 1:4.3-8.el9 tf-mirrors.ci_repos_yum9-baseos 529 k #6 14.67 pkgconf x86_64 1.7.3-10.el9 tf-mirrors.ci_repos_yum9-baseos 40 k #6 14.67 pkgconf-m4 noarch 1.7.3-10.el9 tf-mirrors.ci_repos_yum9-baseos 14 k #6 14.67 pkgconf-pkg-config x86_64 1.7.3-10.el9 tf-mirrors.ci_repos_yum9-baseos 10 k #6 14.67 policycoreutils x86_64 3.6-2.1.el9 tf-mirrors.ci_repos_yum9-baseos 208 k #6 14.67 rpm-plugin-selinux x86_64 4.16.1.3-34.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 16 k #6 14.67 selinux-policy noarch 38.1.45-3.el9_5 tf-mirrors.ci_repos_yum9-baseos 48 k #6 14.67 selinux-policy-targeted noarch 38.1.45-3.el9_5 tf-mirrors.ci_repos_yum9-baseos 6.5 M #6 14.67 systemd x86_64 252-46.el9_5.2.0.1 tf-mirrors.ci_repos_yum9-baseos 4.0 M #6 14.67 systemd-pam x86_64 252-46.el9_5.2.0.1 tf-mirrors.ci_repos_yum9-baseos 285 k #6 14.67 systemd-rpm-macros noarch 252-46.el9_5.2.0.1 tf-mirrors.ci_repos_yum9-baseos 73 k #6 14.67 userspace-rcu x86_64 0.12.1-6.el9 tf-mirrors.ci_repos_yum9-baseos 104 k #6 14.67 #6 14.67 Transaction Summary #6 14.67 ===================================================================================================================== #6 14.67 Install 39 Packages #6 14.67 Upgrade 12 Packages #6 14.67 #6 14.67 Total download size: 66 M #6 14.67 Downloading Packages: #6 14.70 (1/51): contrail-lib-v0+master.1.7.6.9.3-master 75 MB/s | 1.7 MB 00:00 #6 14.70 (2/51): dbus-1.12.20-8.el9.x86_64.rpm 1.2 MB/s | 6.8 kB 00:00 #6 14.71 (3/51): acl-2.3.1-4.el9.x86_64.rpm 2.0 MB/s | 69 kB 00:00 #6 14.71 (4/51): attr-2.5.1-3.el9.x86_64.rpm 1.5 MB/s | 58 kB 00:00 #6 14.72 (5/51): dbus-broker-28-7.el9.x86_64.rpm 15 MB/s | 171 kB 00:00 #6 14.73 (6/51): dbus-common-1.12.20-8.el9.noarch.rpm 766 kB/s | 14 kB 00:00 #6 14.73 (7/51): keyutils-1.6.3-1.el9.x86_64.rpm 5.2 MB/s | 72 kB 00:00 #6 14.73 (8/51): kmod-libs-28-10.el9.x86_64.rpm 9.5 MB/s | 62 kB 00:00 #6 14.74 (9/51): libatomic-11.5.0-5.el9_5.x86_64.rpm 4.4 MB/s | 25 kB 00:00 #6 14.75 (10/51): libibverbs-51.0-1.el9.x86_64.rpm 34 MB/s | 427 kB 00:00 #6 14.75 (11/51): diffutils-3.7-12.el9.x86_64.rpm 9.5 MB/s | 388 kB 00:00 #6 14.76 (12/51): libpcap-1.10.0-4.el9.x86_64.rpm 16 MB/s | 172 kB 00:00 #6 14.76 (13/51): libpkgconf-1.7.3-10.el9.x86_64.rpm 4.0 MB/s | 35 kB 00:00 #6 14.77 (14/51): libnl3-3.9.0-1.el9.x86_64.rpm 11 MB/s | 351 kB 00:00 #6 14.78 (15/51): libseccomp-2.5.2-2.el9.x86_64.rpm 4.7 MB/s | 71 kB 00:00 #6 14.78 (16/51): libselinux-utils-3.6-1.el9.x86_64.rpm 10 MB/s | 164 kB 00:00 #6 14.78 (17/51): net-tools-2.0-0.64.20160912git.el9.x86 26 MB/s | 294 kB 00:00 #6 14.79 (18/51): pkgconf-1.7.3-10.el9.x86_64.rpm 4.1 MB/s | 40 kB 00:00 #6 14.79 (19/51): pkgconf-m4-1.7.3-10.el9.noarch.rpm 1.9 MB/s | 14 kB 00:00 #6 14.79 (20/51): pkgconf-pkg-config-1.7.3-10.el9.x86_64 1.4 MB/s | 10 kB 00:00 #6 14.80 (21/51): make-4.3-8.el9.x86_64.rpm 16 MB/s | 529 kB 00:00 #6 14.81 (22/51): rpm-plugin-selinux-4.16.1.3-34.el9.0.1 1.5 MB/s | 16 kB 00:00 #6 14.81 (23/51): selinux-policy-38.1.45-3.el9_5.noarch. 7.8 MB/s | 48 kB 00:00 #6 14.81 (24/51): policycoreutils-3.6-2.1.el9.x86_64.rpm 9.3 MB/s | 208 kB 00:00 #6 14.85 (25/51): systemd-pam-252-46.el9_5.2.0.1.x86_64. 7.2 MB/s | 285 kB 00:00 #6 14.86 (26/51): systemd-rpm-macros-252-46.el9_5.2.0.1. 6.7 MB/s | 73 kB 00:00 #6 14.90 (27/51): systemd-252-46.el9_5.2.0.1.x86_64.rpm 46 MB/s | 4.0 MB 00:00 #6 14.90 (28/51): userspace-rcu-0.12.1-6.el9.x86_64.rpm 2.6 MB/s | 104 kB 00:00 #6 14.95 (29/51): selinux-policy-targeted-38.1.45-3.el9_ 45 MB/s | 6.5 MB 00:00 #6 14.98 (30/51): glibc-devel-2.34-125.el9_5.1.x86_64.rp 1.2 MB/s | 31 kB 00:00 #6 14.99 (31/51): glibc-headers-2.34-125.el9_5.1.x86_64. 32 MB/s | 435 kB 00:00 #6 15.07 (32/51): cpp-11.5.0-5.el9_5.x86_64.rpm 62 MB/s | 11 MB 00:00 #6 15.08 (33/51): libmpc-1.2.1-4.el9.x86_64.rpm 5.7 MB/s | 61 kB 00:00 #6 15.09 (34/51): libuv-1.42.0-2.el9_4.x86_64.rpm 13 MB/s | 146 kB 00:00 #6 15.13 (35/51): kernel-headers-5.14.0-503.29.1.el9_5.x 26 MB/s | 3.5 MB 00:00 #6 15.13 (36/51): libxcrypt-devel-4.4.18-3.el9.x86_64.rp 781 kB/s | 28 kB 00:00 #6 15.14 (37/51): nmap-ncat-7.92-3.el9.x86_64.rpm 20 MB/s | 222 kB 00:00 #6 15.14 (38/51): python3-devel-3.9.21-1.el9_5.x86_64.rp 15 MB/s | 205 kB 00:00 #6 15.15 (39/51): libacl-2.3.1-4.el9.x86_64.rpm 2.0 MB/s | 22 kB 00:00 #6 15.16 (40/51): ima-evm-utils-1.5-2.el9.0.1.x86_64.rpm 3.3 MB/s | 68 kB 00:00 #6 15.17 (41/51): libgcc-11.5.0-5.el9_5.x86_64.rpm 6.0 MB/s | 84 kB 00:00 #6 15.18 (42/51): libgomp-11.5.0-5.el9_5.x86_64.rpm 12 MB/s | 260 kB 00:00 #6 15.18 (43/51): libselinux-3.6-1.el9.x86_64.rpm 5.6 MB/s | 85 kB 00:00 #6 15.19 (44/51): python3-rpm-4.16.1.3-34.el9.0.1.x86_64 6.7 MB/s | 64 kB 00:00 #6 15.20 (45/51): libsepol-3.6-1.el9.x86_64.rpm 19 MB/s | 329 kB 00:00 #6 15.21 (46/51): rpm-4.16.1.3-34.el9.0.1.x86_64.rpm 31 MB/s | 485 kB 00:00 #6 15.22 (47/51): rpm-build-libs-4.16.1.3-34.el9.0.1.x86 6.3 MB/s | 88 kB 00:00 #6 15.22 (48/51): rpm-libs-4.16.1.3-34.el9.0.1.x86_64.rp 25 MB/s | 307 kB 00:00 #6 15.23 (49/51): rpm-sign-libs-4.16.1.3-34.el9.0.1.x86_ 2.1 MB/s | 20 kB 00:00 #6 15.24 (50/51): systemd-libs-252-46.el9_5.2.0.1.x86_64 48 MB/s | 678 kB 00:00 #6 15.43 (51/51): gcc-11.5.0-5.el9_5.x86_64.rpm 62 MB/s | 32 MB 00:00 #6 15.43 -------------------------------------------------------------------------------- #6 15.43 Total 87 MB/s | 66 MB 00:00 #6 15.43 Running transaction check #6 15.56 Transaction check succeeded. #6 15.56 Running transaction test #6 16.21 Transaction test succeeded. #6 16.21 Running transaction #6 17.17 Running scriptlet: selinux-policy-targeted-38.1.45-3.el9_5.noarch 1/1 #6 17.34 Preparing : 1/1 #6 17.43 Upgrading : libgcc-11.5.0-5.el9_5.x86_64 1/63 #6 17.44 Running scriptlet: libgcc-11.5.0-5.el9_5.x86_64 1/63 #6 17.47 Upgrading : libacl-2.3.1-4.el9.x86_64 2/63 #6 17.50 Upgrading : rpm-4.16.1.3-34.el9.0.1.x86_64 3/63 #6 17.52 Upgrading : rpm-libs-4.16.1.3-34.el9.0.1.x86_64 4/63 #6 17.53 Upgrading : libsepol-3.6-1.el9.x86_64 5/63 #6 17.54 Upgrading : libselinux-3.6-1.el9.x86_64 6/63 #6 17.56 Installing : libselinux-utils-3.6-1.el9.x86_64 7/63 #6 17.58 Upgrading : systemd-libs-252-46.el9_5.2.0.1.x86_64 8/63 #6 17.60 Running scriptlet: systemd-libs-252-46.el9_5.2.0.1.x86_64 8/63 #6 17.62 Upgrading : libgomp-11.5.0-5.el9_5.x86_64 9/63 #6 17.63 Installing : libmpc-1.2.1-4.el9.x86_64 10/63 #6 17.83 Installing : cpp-11.5.0-5.el9_5.x86_64 11/63 #6 17.84 Upgrading : rpm-build-libs-4.16.1.3-34.el9.0.1.x86_64 12/63 #6 17.85 Installing : acl-2.3.1-4.el9.x86_64 13/63 #6 17.86 Installing : kmod-libs-28-10.el9.x86_64 14/63 #6 17.87 Installing : libnl3-3.9.0-1.el9.x86_64 15/63 #6 17.90 Installing : libibverbs-51.0-1.el9.x86_64 16/63 #6 17.91 Installing : libpcap-14:1.10.0-4.el9.x86_64 17/63 #6 17.93 Installing : libuv-1:1.42.0-2.el9_4.x86_64 18/63 #6 18.22 Installing : kernel-headers-5.14.0-503.29.1.el9_5.x86_64 19/63 #6 18.32 Installing : glibc-headers-2.34-125.el9_5.1.x86_64 20/63 #6 18.34 Installing : userspace-rcu-0.12.1-6.el9.x86_64 21/63 #6 18.34 Installing : systemd-rpm-macros-252-46.el9_5.2.0.1.noarch 22/63 #6 18.35 Installing : pkgconf-m4-1.7.3-10.el9.noarch 23/63 #6 18.36 Installing : make-1:4.3-8.el9.x86_64 24/63 #6 18.37 Installing : libseccomp-2.5.2-2.el9.x86_64 25/63 #6 18.38 Installing : libpkgconf-1.7.3-10.el9.x86_64 26/63 #6 18.39 Installing : pkgconf-1.7.3-10.el9.x86_64 27/63 #6 18.40 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 28/63 #6 18.40 Installing : glibc-devel-2.34-125.el9_5.1.x86_64 29/63 #6 18.41 Installing : libxcrypt-devel-4.4.18-3.el9.x86_64 30/63 #6 18.42 Installing : libatomic-11.5.0-5.el9_5.x86_64 31/63 #6 18.43 Installing : keyutils-1.6.3-1.el9.x86_64 32/63 #6 18.44 Installing : diffutils-3.7-12.el9.x86_64 33/63 #6 18.46 Installing : policycoreutils-3.6-2.1.el9.x86_64 34/63 #6 18.47 Running scriptlet: policycoreutils-3.6-2.1.el9.x86_64 34/63 #6 18.48 Installing : selinux-policy-38.1.45-3.el9_5.noarch 35/63 #6 18.49 Running scriptlet: selinux-policy-38.1.45-3.el9_5.noarch 35/63 #6 18.51 Running scriptlet: selinux-policy-targeted-38.1.45-3.el9_5.noarch 36/63 #6 18.79 Installing : selinux-policy-targeted-38.1.45-3.el9_5.noarch 36/63 #6 18.82 Running scriptlet: selinux-policy-targeted-38.1.45-3.el9_5.noarch 36/63 #6 25.83 Installing : dbus-1:1.12.20-8.el9.x86_64 37/63 #6 25.84 Installing : systemd-pam-252-46.el9_5.2.0.1.x86_64 38/63 #6 25.85 Running scriptlet: systemd-252-46.el9_5.2.0.1.x86_64 39/63 #6 26.17 Installing : systemd-252-46.el9_5.2.0.1.x86_64 39/63 #6 26.19 Running scriptlet: systemd-252-46.el9_5.2.0.1.x86_64 39/63 #6 33.85 Installing : dbus-common-1:1.12.20-8.el9.noarch 40/63 #6 33.85 Running scriptlet: dbus-common-1:1.12.20-8.el9.noarch 40/63 #6 33.88 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket. #6 33.88 Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket. #6 33.88 #6 33.88 Running scriptlet: dbus-broker-28-7.el9.x86_64 41/63 #6 33.95 Installing : dbus-broker-28-7.el9.x86_64 41/63 #6 33.96 Running scriptlet: dbus-broker-28-7.el9.x86_64 41/63 #6 33.98 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service. #6 33.98 Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service. #6 33.98 #6 33.99 Installing : attr-2.5.1-3.el9.x86_64 42/63 #6 34.00 Upgrading : ima-evm-utils-1.5-2.el9.0.1.x86_64 43/63 #6 34.01 Upgrading : rpm-sign-libs-4.16.1.3-34.el9.0.1.x86_64 44/63 #6 34.02 Upgrading : python3-rpm-4.16.1.3-34.el9.0.1.x86_64 45/63 #6 34.03 Installing : net-tools-2.0-0.64.20160912git.el9.x86_64 46/63 #6 34.04 Running scriptlet: net-tools-2.0-0.64.20160912git.el9.x86_64 46/63 #6 34.06 Installing : rpm-plugin-selinux-4.16.1.3-34.el9.0.1.x86_64 47/63 #6 34.14 Installing : contrail-lib-v0+master.1.7.6.9.3-master_1_7_6_9_3. 48/63 #6 34.66 Installing : gcc-11.5.0-5.el9_5.x86_64 49/63 #6 34.69 Installing : python3-devel-3.9.21-1.el9_5.x86_64 50/63 #6 34.71 Installing : nmap-ncat-3:7.92-3.el9.x86_64 51/63 #6 34.71 Running scriptlet: nmap-ncat-3:7.92-3.el9.x86_64 51/63 #6 34.72 Cleanup : python3-rpm-4.16.1.3-25.el9.x86_64 52/63 #6 34.73 Cleanup : rpm-build-libs-4.16.1.3-25.el9.x86_64 53/63 #6 34.74 Cleanup : rpm-sign-libs-4.16.1.3-25.el9.x86_64 54/63 #6 34.74 Cleanup : systemd-libs-252-18.el9.x86_64 55/63 #6 34.75 Cleanup : rpm-4.16.1.3-25.el9.x86_64 56/63 #6 34.77 Cleanup : rpm-libs-4.16.1.3-25.el9.x86_64 57/63 #6 34.77 Cleanup : libselinux-3.5-1.el9.x86_64 58/63 #6 34.78 Cleanup : libsepol-3.5-1.el9.x86_64 59/63 #6 34.78 Cleanup : libacl-2.3.1-3.el9.x86_64 60/63 #6 34.79 Cleanup : libgcc-11.4.1-2.1.el9.x86_64 61/63 #6 34.79 Running scriptlet: libgcc-11.4.1-2.1.el9.x86_64 61/63 #6 34.83 Cleanup : ima-evm-utils-1.4-4.el9.x86_64 62/63 #6 34.83 Cleanup : libgomp-11.4.1-2.1.el9.x86_64 63/63 #6 34.84 Running scriptlet: rpm-4.16.1.3-34.el9.0.1.x86_64 63/63 #6 34.85 Running scriptlet: selinux-policy-targeted-38.1.45-3.el9_5.noarch 63/63 #6 34.86 Running scriptlet: systemd-252-46.el9_5.2.0.1.x86_64 63/63 #6 42.79 Running scriptlet: libgomp-11.4.1-2.1.el9.x86_64 63/63 #6 42.95 Verifying : contrail-lib-v0+master.1.7.6.9.3-master_1_7_6_9_3. 1/63 #6 42.95 Verifying : acl-2.3.1-4.el9.x86_64 2/63 #6 42.95 Verifying : attr-2.5.1-3.el9.x86_64 3/63 #6 42.95 Verifying : dbus-1:1.12.20-8.el9.x86_64 4/63 #6 42.95 Verifying : dbus-broker-28-7.el9.x86_64 5/63 #6 42.95 Verifying : dbus-common-1:1.12.20-8.el9.noarch 6/63 #6 42.95 Verifying : diffutils-3.7-12.el9.x86_64 7/63 #6 42.95 Verifying : keyutils-1.6.3-1.el9.x86_64 8/63 #6 42.95 Verifying : kmod-libs-28-10.el9.x86_64 9/63 #6 42.95 Verifying : libatomic-11.5.0-5.el9_5.x86_64 10/63 #6 42.95 Verifying : libibverbs-51.0-1.el9.x86_64 11/63 #6 42.95 Verifying : libnl3-3.9.0-1.el9.x86_64 12/63 #6 42.95 Verifying : libpcap-14:1.10.0-4.el9.x86_64 13/63 #6 42.95 Verifying : libpkgconf-1.7.3-10.el9.x86_64 14/63 #6 42.95 Verifying : libseccomp-2.5.2-2.el9.x86_64 15/63 #6 42.95 Verifying : libselinux-utils-3.6-1.el9.x86_64 16/63 #6 42.95 Verifying : make-1:4.3-8.el9.x86_64 17/63 #6 42.95 Verifying : net-tools-2.0-0.64.20160912git.el9.x86_64 18/63 #6 42.95 Verifying : pkgconf-1.7.3-10.el9.x86_64 19/63 #6 42.95 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 20/63 #6 42.95 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 21/63 #6 42.95 Verifying : policycoreutils-3.6-2.1.el9.x86_64 22/63 #6 42.95 Verifying : rpm-plugin-selinux-4.16.1.3-34.el9.0.1.x86_64 23/63 #6 42.95 Verifying : selinux-policy-38.1.45-3.el9_5.noarch 24/63 #6 42.95 Verifying : selinux-policy-targeted-38.1.45-3.el9_5.noarch 25/63 #6 42.95 Verifying : systemd-252-46.el9_5.2.0.1.x86_64 26/63 #6 42.95 Verifying : systemd-pam-252-46.el9_5.2.0.1.x86_64 27/63 #6 42.95 Verifying : systemd-rpm-macros-252-46.el9_5.2.0.1.noarch 28/63 #6 42.95 Verifying : userspace-rcu-0.12.1-6.el9.x86_64 29/63 #6 42.95 Verifying : cpp-11.5.0-5.el9_5.x86_64 30/63 #6 42.95 Verifying : gcc-11.5.0-5.el9_5.x86_64 31/63 #6 42.95 Verifying : glibc-devel-2.34-125.el9_5.1.x86_64 32/63 #6 42.95 Verifying : glibc-headers-2.34-125.el9_5.1.x86_64 33/63 #6 42.95 Verifying : kernel-headers-5.14.0-503.29.1.el9_5.x86_64 34/63 #6 42.95 Verifying : libmpc-1.2.1-4.el9.x86_64 35/63 #6 42.95 Verifying : libuv-1:1.42.0-2.el9_4.x86_64 36/63 #6 42.95 Verifying : libxcrypt-devel-4.4.18-3.el9.x86_64 37/63 #6 42.95 Verifying : nmap-ncat-3:7.92-3.el9.x86_64 38/63 #6 42.95 Verifying : python3-devel-3.9.21-1.el9_5.x86_64 39/63 #6 42.95 Verifying : ima-evm-utils-1.5-2.el9.0.1.x86_64 40/63 #6 42.95 Verifying : ima-evm-utils-1.4-4.el9.x86_64 41/63 #6 42.95 Verifying : libacl-2.3.1-4.el9.x86_64 42/63 #6 42.95 Verifying : libacl-2.3.1-3.el9.x86_64 43/63 #6 42.95 Verifying : libgcc-11.5.0-5.el9_5.x86_64 44/63 #6 42.95 Verifying : libgcc-11.4.1-2.1.el9.x86_64 45/63 #6 42.95 Verifying : libgomp-11.5.0-5.el9_5.x86_64 46/63 #6 42.95 Verifying : libgomp-11.4.1-2.1.el9.x86_64 47/63 #6 42.95 Verifying : libselinux-3.6-1.el9.x86_64 48/63 #6 42.95 Verifying : libselinux-3.5-1.el9.x86_64 49/63 #6 42.95 Verifying : libsepol-3.6-1.el9.x86_64 50/63 #6 42.95 Verifying : libsepol-3.5-1.el9.x86_64 51/63 #6 42.95 Verifying : python3-rpm-4.16.1.3-34.el9.0.1.x86_64 52/63 #6 42.95 Verifying : python3-rpm-4.16.1.3-25.el9.x86_64 53/63 #6 42.95 Verifying : rpm-4.16.1.3-34.el9.0.1.x86_64 54/63 #6 42.95 Verifying : rpm-4.16.1.3-25.el9.x86_64 55/63 #6 42.95 Verifying : rpm-build-libs-4.16.1.3-34.el9.0.1.x86_64 56/63 #6 42.95 Verifying : rpm-build-libs-4.16.1.3-25.el9.x86_64 57/63 #6 42.95 Verifying : rpm-libs-4.16.1.3-34.el9.0.1.x86_64 58/63 #6 42.95 Verifying : rpm-libs-4.16.1.3-25.el9.x86_64 59/63 #6 42.95 Verifying : rpm-sign-libs-4.16.1.3-34.el9.0.1.x86_64 60/63 #6 42.95 Verifying : rpm-sign-libs-4.16.1.3-25.el9.x86_64 61/63 #6 42.95 Verifying : systemd-libs-252-46.el9_5.2.0.1.x86_64 62/63 #6 42.95 Verifying : systemd-libs-252-18.el9.x86_64 63/63 #6 43.11 #6 43.11 Upgraded: #6 43.11 ima-evm-utils-1.5-2.el9.0.1.x86_64 #6 43.11 libacl-2.3.1-4.el9.x86_64 #6 43.11 libgcc-11.5.0-5.el9_5.x86_64 #6 43.11 libgomp-11.5.0-5.el9_5.x86_64 #6 43.11 libselinux-3.6-1.el9.x86_64 #6 43.11 libsepol-3.6-1.el9.x86_64 #6 43.11 python3-rpm-4.16.1.3-34.el9.0.1.x86_64 #6 43.11 rpm-4.16.1.3-34.el9.0.1.x86_64 #6 43.11 rpm-build-libs-4.16.1.3-34.el9.0.1.x86_64 #6 43.11 rpm-libs-4.16.1.3-34.el9.0.1.x86_64 #6 43.11 rpm-sign-libs-4.16.1.3-34.el9.0.1.x86_64 #6 43.11 systemd-libs-252-46.el9_5.2.0.1.x86_64 #6 43.11 Installed: #6 43.11 acl-2.3.1-4.el9.x86_64 #6 43.11 attr-2.5.1-3.el9.x86_64 #6 43.11 contrail-lib-v0+master.1.7.6.9.3-master_1_7_6_9_3.el9.x86_64 #6 43.11 cpp-11.5.0-5.el9_5.x86_64 #6 43.11 dbus-1:1.12.20-8.el9.x86_64 #6 43.11 dbus-broker-28-7.el9.x86_64 #6 43.11 dbus-common-1:1.12.20-8.el9.noarch #6 43.11 diffutils-3.7-12.el9.x86_64 #6 43.11 gcc-11.5.0-5.el9_5.x86_64 #6 43.11 glibc-devel-2.34-125.el9_5.1.x86_64 #6 43.11 glibc-headers-2.34-125.el9_5.1.x86_64 #6 43.11 kernel-headers-5.14.0-503.29.1.el9_5.x86_64 #6 43.11 keyutils-1.6.3-1.el9.x86_64 #6 43.11 kmod-libs-28-10.el9.x86_64 #6 43.11 libatomic-11.5.0-5.el9_5.x86_64 #6 43.11 libibverbs-51.0-1.el9.x86_64 #6 43.11 libmpc-1.2.1-4.el9.x86_64 #6 43.11 libnl3-3.9.0-1.el9.x86_64 #6 43.11 libpcap-14:1.10.0-4.el9.x86_64 #6 43.11 libpkgconf-1.7.3-10.el9.x86_64 #6 43.11 libseccomp-2.5.2-2.el9.x86_64 #6 43.11 libselinux-utils-3.6-1.el9.x86_64 #6 43.11 libuv-1:1.42.0-2.el9_4.x86_64 #6 43.11 libxcrypt-devel-4.4.18-3.el9.x86_64 #6 43.11 make-1:4.3-8.el9.x86_64 #6 43.11 net-tools-2.0-0.64.20160912git.el9.x86_64 #6 43.11 nmap-ncat-3:7.92-3.el9.x86_64 #6 43.11 pkgconf-1.7.3-10.el9.x86_64 #6 43.11 pkgconf-m4-1.7.3-10.el9.noarch #6 43.11 pkgconf-pkg-config-1.7.3-10.el9.x86_64 #6 43.11 policycoreutils-3.6-2.1.el9.x86_64 #6 43.11 python3-devel-3.9.21-1.el9_5.x86_64 #6 43.11 rpm-plugin-selinux-4.16.1.3-34.el9.0.1.x86_64 #6 43.11 selinux-policy-38.1.45-3.el9_5.noarch #6 43.11 selinux-policy-targeted-38.1.45-3.el9_5.noarch #6 43.11 systemd-252-46.el9_5.2.0.1.x86_64 #6 43.11 systemd-pam-252-46.el9_5.2.0.1.x86_64 #6 43.11 systemd-rpm-macros-252-46.el9_5.2.0.1.noarch #6 43.11 userspace-rcu-0.12.1-6.el9.x86_64 #6 43.11 #6 43.11 Complete! #6 43.93 Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/, http://localhost:6667/pip/simple #6 43.96 Collecting contrail_config_utils==0.1.dev0 #6 43.96 Downloading http://localhost:6667/pip/simple/contrail-config-utils/contrail_config_utils-0.1.dev0-py3-none-any.whl (156 kB) #6 43.98 Collecting contrail-api-client==0.1.dev0 (from contrail_config_utils==0.1.dev0) #6 43.98 Downloading http://localhost:6667/pip/simple/contrail-api-client/contrail_api_client-0.1.dev0-py3-none-any.whl (1.3 MB) #6 43.99 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 439.7 MB/s eta 0:00:00 #6 44.01 Collecting sandesh==0.1.dev0 (from contrail_config_utils==0.1.dev0) #6 44.01 Downloading http://localhost:6667/pip/simple/sandesh/sandesh-0.1.dev0-py3-none-any.whl (216 kB) #6 44.03 Collecting sandesh_common==0.1.dev0 (from contrail_config_utils==0.1.dev0) #6 44.03 Downloading http://localhost:6667/pip/simple/sandesh-common/sandesh_common-0.1.dev0-py3-none-any.whl (9.0 kB) #6 44.04 Collecting contrail-config-common==0.1.dev0 (from contrail_config_utils==0.1.dev0) #6 44.05 Downloading http://localhost:6667/pip/simple/contrail-config-common/contrail_config_common-0.1.dev0-py3-none-any.whl (210 kB) #6 44.10 Collecting requests (from contrail_config_utils==0.1.dev0) #6 44.11 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/27b/abd3cda2a6d50/requests-2.32.4-py3-none-any.whl (64 kB) #6 44.15 Collecting netaddr<1 (from contrail_config_utils==0.1.dev0) #6 44.16 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/982/2305b42ea1020/netaddr-0.10.1-py2.py3-none-any.whl (2.2 MB) #6 44.19 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 94.3 MB/s eta 0:00:00 #6 44.21 Collecting timeout-decorator (from contrail-config-common==0.1.dev0->contrail_config_utils==0.1.dev0) #6 44.23 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/6a2/f2f58db1c5b24/timeout-decorator-0.5.0.tar.gz (4.8 kB) #6 44.25 Installing build dependencies: started #6 45.09 Installing build dependencies: finished with status 'done' #6 45.09 Getting requirements to build wheel: started #6 45.43 Getting requirements to build wheel: finished with status 'done' #6 45.43 Preparing metadata (pyproject.toml): started #6 45.62 Preparing metadata (pyproject.toml): finished with status 'done' #6 46.14 Collecting bitarray (from contrail-config-common==0.1.dev0->contrail_config_utils==0.1.dev0) #6 46.15 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/024/295d1d8983558/bitarray-3.4.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (305 kB) #6 46.19 Collecting bottle<0.13 (from contrail-config-common==0.1.dev0->contrail_config_utils==0.1.dev0) #6 46.20 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d6f/15f9d422670b7/bottle-0.12.25-py3-none-any.whl (90 kB) #6 46.26 Collecting cassandra-driver (from contrail-config-common==0.1.dev0->contrail_config_utils==0.1.dev0) #6 46.30 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/9e3/6437288d6cd6f/cassandra_driver-3.29.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB) #6 46.34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 118.7 MB/s eta 0:00:00 #6 46.59 Collecting gevent (from contrail-config-common==0.1.dev0->contrail_config_utils==0.1.dev0) #6 46.62 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e30/169ef9cc0a579/gevent-25.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB) #6 46.65 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 74.3 MB/s eta 0:00:00 #6 46.95 Collecting greenlet (from contrail-config-common==0.1.dev0->contrail_config_utils==0.1.dev0) #6 46.96 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/003/c930e0e074db8/greenlet-3.2.3-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (580 kB) #6 46.98 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 580.8/580.8 kB 20.3 MB/s eta 0:00:00 #6 47.00 Collecting kazoo (from contrail-config-common==0.1.dev0->contrail_config_utils==0.1.dev0) #6 47.01 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/de2/d69168de432ff/kazoo-2.10.0-py2.py3-none-any.whl (148 kB) #6 47.08 Collecting kombu (from contrail-config-common==0.1.dev0->contrail_config_utils==0.1.dev0) #6 47.09 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a12/ed0557c238897/kombu-5.5.4-py3-none-any.whl (210 kB) #6 47.30 Collecting simplejson (from contrail-config-common==0.1.dev0->contrail_config_utils==0.1.dev0) #6 47.34 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/6e1/8345c8dda5d69/simplejson-3.20.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (137 kB) #6 47.39 Collecting stevedore (from contrail-config-common==0.1.dev0->contrail_config_utils==0.1.dev0) #6 47.40 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d10/a31c7b86cba16/stevedore-5.4.1-py3-none-any.whl (49 kB) #6 47.43 Collecting xmltodict==0.12.0 (from contrail-config-common==0.1.dev0->contrail_config_utils==0.1.dev0) #6 47.43 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/8bb/cb45cc982f48b/xmltodict-0.12.0-py2.py3-none-any.whl (9.2 kB) #6 47.46 Collecting fysom (from sandesh==0.1.dev0->contrail_config_utils==0.1.dev0) #6 47.46 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e36/17b79f19220c7/fysom-2.1.6.tar.gz (19 kB) #6 47.48 Installing build dependencies: started #6 48.30 Installing build dependencies: finished with status 'done' #6 48.30 Getting requirements to build wheel: started #6 48.81 Getting requirements to build wheel: finished with status 'done' #6 48.82 Preparing metadata (pyproject.toml): started #6 49.13 Preparing metadata (pyproject.toml): finished with status 'done' #6 49.15 Collecting geomet<0.3,>=0.1 (from cassandra-driver->contrail-config-common==0.1.dev0->contrail_config_utils==0.1.dev0) #6 49.16 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a41/a1e336b381416/geomet-0.2.1.post1-py3-none-any.whl (18 kB) #6 49.20 Collecting click (from geomet<0.3,>=0.1->cassandra-driver->contrail-config-common==0.1.dev0->contrail_config_utils==0.1.dev0) #6 49.22 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/63c/132bbbed01578/click-8.1.8-py3-none-any.whl (98 kB) #6 49.25 Collecting six (from geomet<0.3,>=0.1->cassandra-driver->contrail-config-common==0.1.dev0->contrail_config_utils==0.1.dev0) #6 49.26 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/472/1f391ed90541f/six-1.17.0-py2.py3-none-any.whl (11 kB) #6 49.30 Collecting zope.event (from gevent->contrail-config-common==0.1.dev0->contrail_config_utils==0.1.dev0) #6 49.31 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/53d/e8f0e9f61dc05/zope_event-5.1-py3-none-any.whl (6.9 kB) #6 49.70 Collecting zope.interface (from gevent->contrail-config-common==0.1.dev0->contrail_config_utils==0.1.dev0) #6 49.71 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/2ad/9913fd858274d/zope.interface-7.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (253 kB) #6 49.78 Collecting amqp<6.0.0,>=5.1.1 (from kombu->contrail-config-common==0.1.dev0->contrail_config_utils==0.1.dev0) #6 49.79 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/43b/3319e1b4e7d12/amqp-5.3.1-py3-none-any.whl (50 kB) #6 49.81 Collecting vine==5.1.0 (from kombu->contrail-config-common==0.1.dev0->contrail_config_utils==0.1.dev0) #6 49.82 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/40f/df3c48b2cfe1c/vine-5.1.0-py3-none-any.whl (9.6 kB) #6 50.16 Collecting tzdata>=2025.2 (from kombu->contrail-config-common==0.1.dev0->contrail_config_utils==0.1.dev0) #6 50.17 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/1a4/03fada01ff922/tzdata-2025.2-py2.py3-none-any.whl (347 kB) #6 50.22 Collecting packaging (from kombu->contrail-config-common==0.1.dev0->contrail_config_utils==0.1.dev0) #6 50.23 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/295/72ef2b1f17581/packaging-25.0-py3-none-any.whl (66 kB) #6 50.41 Collecting charset_normalizer<4,>=2 (from requests->contrail_config_utils==0.1.dev0) #6 50.43 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/82d/8fd25b7f4675d/charset_normalizer-3.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (149 kB) #6 50.45 Collecting idna<4,>=2.5 (from requests->contrail_config_utils==0.1.dev0) #6 50.46 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/946/d195a0d259cbb/idna-3.10-py3-none-any.whl (70 kB) #6 50.53 Collecting urllib3<3,>=1.21.1 (from requests->contrail_config_utils==0.1.dev0) #6 50.54 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e6b/01673c0fa6a13/urllib3-2.5.0-py3-none-any.whl (129 kB) #6 50.59 Collecting certifi>=2017.4.17 (from requests->contrail_config_utils==0.1.dev0) #6 50.60 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/2e0/c7ce7cb5d8f86/certifi-2025.6.15-py3-none-any.whl (157 kB) #6 50.69 Collecting pbr>=2.0.0 (from stevedore->contrail-config-common==0.1.dev0->contrail_config_utils==0.1.dev0) #6 50.69 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/38d/4daea5d9fa63b/pbr-6.1.1-py2.py3-none-any.whl (108 kB) #6 50.71 Requirement already satisfied: setuptools in /usr/local/lib/python3.9/site-packages (from pbr>=2.0.0->stevedore->contrail-config-common==0.1.dev0->contrail_config_utils==0.1.dev0) (80.9.0) #6 50.72 Building wheels for collected packages: fysom, timeout-decorator #6 50.73 Building wheel for fysom (pyproject.toml): started #6 50.95 Building wheel for fysom (pyproject.toml): finished with status 'done' #6 50.95 Created wheel for fysom: filename=fysom-2.1.6-py3-none-any.whl size=8121 sha256=1686df4c4e6f31c75b4e14c1c7c212158886a7b18ccdf11134ec10c3f0b32f75 #6 50.95 Stored in directory: /root/.cache/pip/wheels/37/31/ab/c9cb749e91fa9fd3b1d77f7c297d40964704d7ac861916a69a #6 50.95 Building wheel for timeout-decorator (pyproject.toml): started #6 51.18 Building wheel for timeout-decorator (pyproject.toml): finished with status 'done' #6 51.18 Created wheel for timeout-decorator: filename=timeout_decorator-0.5.0-py3-none-any.whl size=5041 sha256=97a5dc31e530301a10e5eda704f7ca1bc134e625647aa44f8e247d4c422c6bee #6 51.18 Stored in directory: /root/.cache/pip/wheels/57/a6/88/6729ef069f49f8c98131b7440bef8e7b22b7227d1cbae6bd7c #6 51.18 Successfully built fysom timeout-decorator #6 51.26 Installing collected packages: timeout-decorator, sandesh_common, netaddr, kazoo, fysom, bottle, bitarray, zope.interface, zope.event, xmltodict, vine, urllib3, tzdata, six, simplejson, pbr, packaging, idna, greenlet, click, charset_normalizer, certifi, stevedore, requests, gevent, geomet, amqp, sandesh, kombu, contrail-api-client, cassandra-driver, contrail-config-common, contrail_config_utils #6 52.18 #6 52.19 Successfully installed amqp-5.3.1 bitarray-3.4.3 bottle-0.12.25 cassandra-driver-3.29.2 certifi-2025.6.15 charset_normalizer-3.4.2 click-8.1.8 contrail-api-client-0.1.dev0 contrail-config-common-0.1.dev0 contrail_config_utils-0.1.dev0 fysom-2.1.6 geomet-0.2.1.post1 gevent-25.5.1 greenlet-3.2.3 idna-3.10 kazoo-2.10.0 kombu-5.5.4 netaddr-0.10.1 packaging-25.0 pbr-6.1.1 requests-2.32.4 sandesh-0.1.dev0 sandesh_common-0.1.dev0 simplejson-3.20.1 six-1.17.0 stevedore-5.4.1 timeout-decorator-0.5.0 tzdata-2025.2 urllib3-2.5.0 vine-5.1.0 xmltodict-0.12.0 zope.event-5.1 zope.interface-7.2 #6 52.19 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. #6 52.94 total 268 #6 52.94 drwxr-xr-x. 2 root root 4096 Jun 30 13:55 amqp #6 52.94 drwxr-xr-x. 2 root root 102 Jun 30 13:55 amqp-5.3.1.dist-info #6 52.94 drwxr-xr-x. 2 root root 117 Jun 30 13:55 bottle-0.12.25.dist-info #6 52.94 -rw-r--r--. 1 root root 151993 Jun 30 13:55 bottle.py #6 52.94 drwxr-xr-x. 2 root root 93 Jun 30 13:55 certifi #6 52.94 drwxr-xr-x. 3 root root 103 Jun 30 13:55 certifi-2025.6.15.dist-info #6 52.94 drwxr-xr-x. 5 root root 4096 Jun 30 13:55 cfgm_common #6 52.94 drwxr-xr-x. 2 root root 4096 Jun 30 13:55 click #6 52.94 drwxr-xr-x. 2 root root 85 Jun 30 13:55 click-8.1.8.dist-info #6 52.94 drwxr-xr-x. 2 root root 102 Jun 30 13:55 contrail_api_client-0.1.dev0.dist-info #6 52.94 drwxr-xr-x. 2 root root 87 Jun 30 13:55 contrail_config_common-0.1.dev0.dist-info #6 52.94 drwxr-xr-x. 2 root root 4096 Jun 30 13:55 contrail_config_utils #6 52.94 drwxr-xr-x. 2 root root 104 Jun 30 13:55 contrail_config_utils-0.1.dev0.dist-info #6 52.94 drwxr-xr-x. 3 root root 63 Jun 30 13:54 _distutils_hack #6 52.94 -rw-r--r--. 1 root root 151 Jun 30 13:54 distutils-precedence.pth #6 52.94 drwxr-xr-x. 3 root root 54 Jun 30 13:55 doc #6 52.94 drwxr-xr-x. 2 root root 25 Jun 30 13:55 fysom #6 52.94 drwxr-xr-x. 2 root root 133 Jun 30 13:55 fysom-2.1.6.dist-info #6 52.94 drwxr-xr-x. 2 root root 83 Jun 30 13:55 geomet #6 52.94 drwxr-xr-x. 2 root root 155 Jun 30 13:55 geomet-0.2.1.post1.dist-info #6 52.94 drwxr-xr-x. 2 root root 171 Jun 30 13:55 idna #6 52.94 drwxr-xr-x. 2 root root 84 Jun 30 13:55 idna-3.10.dist-info #6 52.94 drwxr-xr-x. 7 root root 4096 Jun 30 13:55 kazoo #6 52.94 drwxr-xr-x. 2 root root 102 Jun 30 13:55 kazoo-2.10.0.dist-info #6 52.94 drwxr-xr-x. 5 root root 4096 Jun 30 13:55 kombu #6 52.94 drwxr-xr-x. 3 root root 103 Jun 30 13:55 kombu-5.5.4.dist-info #6 52.94 drwxr-xr-x. 6 root root 142 Jun 30 13:55 netaddr #6 52.94 drwxr-xr-x. 2 root root 141 Jun 30 13:55 netaddr-0.10.1.dist-info #6 52.94 drwxr-xr-x. 3 root root 4096 Jun 30 13:55 packaging #6 52.94 drwxr-xr-x. 3 root root 82 Jun 30 13:55 packaging-25.0.dist-info #6 52.94 drwxr-xr-x. 5 root root 4096 Jun 30 13:55 pbr #6 52.94 drwxr-xr-x. 2 root root 141 Jun 30 13:55 pbr-6.1.1.dist-info #6 52.94 drwxr-xr-x. 5 root root 136 Jun 30 13:54 pip #6 52.94 drwxr-xr-x. 3 root root 144 Jun 30 13:54 pip-25.1.1.dist-info #6 52.94 drwxr-xr-x. 4 root root 94 Jun 30 13:54 pkg_resources #6 52.94 drwxr-xr-x. 6 root root 4096 Jun 30 13:55 pysandesh #6 52.94 drwxr-xr-x. 2 root root 4096 Jun 30 13:55 requests #6 52.94 drwxr-xr-x. 3 root root 103 Jun 30 13:55 requests-2.32.4.dist-info #6 52.94 drwxr-xr-x. 2 root root 87 Jun 30 13:55 sandesh-0.1.dev0.dist-info #6 52.94 drwxr-xr-x. 3 root root 36 Jun 30 13:55 sandesh_common #6 52.94 drwxr-xr-x. 2 root root 87 Jun 30 13:55 sandesh_common-0.1.dev0.dist-info #6 52.94 drwxr-xr-x. 9 root root 4096 Jun 30 13:54 setuptools #6 52.94 drwxr-xr-x. 3 root root 144 Jun 30 13:54 setuptools-80.9.0.dist-info #6 52.94 drwxr-xr-x. 2 root root 102 Jun 30 13:55 six-1.17.0.dist-info #6 52.94 -rw-r--r--. 1 root root 34703 Jun 30 13:55 six.py #6 52.94 drwxr-xr-x. 5 root root 4096 Jun 30 13:55 stevedore #6 52.94 drwxr-xr-x. 2 root root 157 Jun 30 13:55 stevedore-5.4.1.dist-info #6 52.94 drwxr-xr-x. 2 root root 53 Jun 30 13:55 timeout_decorator #6 52.94 drwxr-xr-x. 2 root root 87 Jun 30 13:55 timeout_decorator-0.5.0.dist-info #6 52.94 drwxr-xr-x. 3 root root 54 Jun 30 13:55 tzdata #6 52.94 drwxr-xr-x. 3 root root 103 Jun 30 13:55 tzdata-2025.2.dist-info #6 52.94 drwxr-xr-x. 5 root root 4096 Jun 30 13:55 urllib3 #6 52.94 drwxr-xr-x. 3 root root 82 Jun 30 13:55 urllib3-2.5.0.dist-info #6 52.94 drwxr-xr-x. 2 root root 124 Jun 30 13:55 vine #6 52.94 drwxr-xr-x. 2 root root 102 Jun 30 13:55 vine-5.1.0.dist-info #6 52.94 drwxr-xr-x. 5 root root 137 Jun 30 13:55 vnc_api #6 52.94 drwxr-xr-x. 2 root root 102 Jun 30 13:55 xmltodict-0.12.0.dist-info #6 52.94 -rw-r--r--. 1 root root 17406 Jun 30 13:55 xmltodict.py #6 52.94 drwxr-xr-x. 3 root root 19 Jun 30 13:55 zope #6 52.94 drwxr-xr-x. 3 root root 133 Jun 30 13:55 zope_event-5.1.dist-info #6 52.94 -rw-r--r--. 1 root root 457 Jun 30 13:55 zope.event-5.1-py3.12-nspkg.pth #6 53.35 Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/ #6 53.37 Collecting remote-pdb #6 53.38 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/94f/73a92ac1248cf/remote_pdb-2.1.0-py2.py3-none-any.whl (6.3 kB) #6 53.44 Installing collected packages: remote-pdb #6 53.47 Successfully installed remote-pdb-2.1.0 #6 53.47 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. #6 53.76 80 files removed #6 DONE 54.8s #7 [3/3] COPY *.sh / #7 DONE 0.1s #8 exporting to image #8 exporting layers #8 exporting layers 1.8s done #8 writing image sha256:7cae592c4e5daf1f59bd46a7de9f757d94592dd0383793b51218c89f8093034e done #8 naming to nexus.gz1.opensdn.io:5101/opensdn-base:master-1_7_6_9-3 done #8 DONE 1.8s 1 warning found (use docker --debug to expand):  - InvalidDefaultArgInFrom: Default value for ARG ${CONTRAIL_REGISTRY}/opensdn-general-base:${CONTRAIL_CONTAINER_TAG} results in empty or invalid base image name (line 5) 2025-06-30 13:55:44,354: INFO: Docker build duration: 57 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-base] 52fb70b1e3c5: Preparing d59b55eb2431: Preparing 61c2de92c558: Preparing 495c4062e8b3: Preparing 9d5475346f95: Preparing e5ac915f1afa: Preparing f1aab51bd2e0: Preparing 30426e5f9f2c: Preparing 44343de3ea1d: Preparing f1aab51bd2e0: Waiting 30426e5f9f2c: Waiting 44343de3ea1d: Waiting e5ac915f1afa: Waiting 9d5475346f95: Layer already exists 495c4062e8b3: Layer already exists e5ac915f1afa: Layer already exists 61c2de92c558: Layer already exists f1aab51bd2e0: Layer already exists 30426e5f9f2c: Layer already exists 44343de3ea1d: Layer already exists 52fb70b1e3c5: Pushed d59b55eb2431: Pushed master-1_7_6_9-3: digest: sha256:62df7b521412783012aaab152e24f67e238c2df7e8732f97a7283a590eacaacf size: 2198 2025-06-30 13:55:58,475: INFO: Building opensdn-base finished successfully, duration: 71 seconds