2025-10-21 16:38:58,223: INFO: Building opensdn-general-base 2025-10-21 16:38:58,228: 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-2_2_6_9-1 --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 CONTAINER_NAME=opensdn-general-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 --build-arg BUILD_IMAGE=tf-dev-sandbox:compile --build-arg BUILD_ROOT=/buildroot #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: #1 transferring dockerfile: 2.27kB done #1 DONE 0.2s #2 [internal] load metadata for docker.io/library/rockylinux:9 #2 DONE 0.5s #3 [internal] load .dockerignore #3 transferring context: 2B done #3 DONE 0.1s #4 [internal] load build context #4 DONE 0.0s #5 [1/7] FROM docker.io/library/rockylinux:9@sha256:d7be1c094cc5845ee815d4632fe377514ee6ebcf8efaed6892889657e5ddaaa6 #5 resolve docker.io/library/rockylinux:9@sha256:d7be1c094cc5845ee815d4632fe377514ee6ebcf8efaed6892889657e5ddaaa6 0.1s done #5 ... #4 [internal] load build context #4 transferring context: 21.85kB done #4 DONE 0.1s #5 [1/7] FROM docker.io/library/rockylinux:9@sha256:d7be1c094cc5845ee815d4632fe377514ee6ebcf8efaed6892889657e5ddaaa6 #5 sha256:d7be1c094cc5845ee815d4632fe377514ee6ebcf8efaed6892889657e5ddaaa6 4.72kB / 4.72kB done #5 sha256:d644d203142cd5b54ad2a83a203e1dee68af2229f8fe32f52a30c6e1d3c3a9e0 1.04kB / 1.04kB done #5 sha256:9cc24f05f309508aa852967ab1e3b582b302afc92605c24ce27715c683acd805 578B / 578B done #5 DONE 0.2s #6 [2/7] RUN mkdir /licenses #6 DONE 0.4s #7 [3/7] COPY licensing.txt /licenses #7 DONE 0.0s #8 [4/7] COPY *.repo /etc/yum.repos.d/ #8 DONE 0.1s #9 [5/7] COPY pip.conf /etc/ #9 DONE 0.1s #10 [6/7] COPY *.sh / #10 DONE 0.1s #11 [7/7] RUN set -ex ; source /etc/os-release ; find /etc/yum.repos.d/ | grep -i centos | xargs -r rm ; ls -l /etc/yum.repos.d/ ; yum update -y -x "redhat-release*" -x "coreutils*" yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical ; yum install -y hostname iproute less wget openssl glibc-langpack-en rsync procps-ng ; source /functions.sh ; yum install -y python3 python3-pip ; python3 -m pip install --upgrade pip setuptools ; rm -rf /root/.cache ; yum clean all -y ; rm -rf /var/cache/yum ; groupadd --gid 1999 --system contrail ; useradd -md /home/contrail --uid 1999 --shell /sbin/nologin --system --gid 1999 contrail #11 0.096 /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) #11 0.096 + source /etc/os-release #11 0.096 ++ NAME='Rocky Linux' #11 0.096 ++ VERSION='9.3 (Blue Onyx)' #11 0.096 ++ ID=rocky #11 0.096 ++ ID_LIKE='rhel centos fedora' #11 0.096 ++ VERSION_ID=9.3 #11 0.096 ++ PLATFORM_ID=platform:el9 #11 0.096 ++ PRETTY_NAME='Rocky Linux 9.3 (Blue Onyx)' #11 0.096 ++ ANSI_COLOR='0;32' #11 0.096 ++ LOGO=fedora-logo-icon #11 0.096 ++ CPE_NAME=cpe:/o:rocky:rocky:9::baseos #11 0.096 ++ HOME_URL=https://rockylinux.org/ #11 0.096 ++ BUG_REPORT_URL=https://bugs.rockylinux.org/ #11 0.096 ++ SUPPORT_END=2032-05-31 #11 0.096 ++ ROCKY_SUPPORT_PRODUCT=Rocky-Linux-9 #11 0.096 ++ ROCKY_SUPPORT_PRODUCT_VERSION=9.3 #11 0.096 ++ REDHAT_SUPPORT_PRODUCT='Rocky Linux' #11 0.096 ++ REDHAT_SUPPORT_PRODUCT_VERSION=9.3 #11 0.098 + find /etc/yum.repos.d/ #11 0.098 + grep -i centos #11 0.098 + xargs -r rm #11 0.099 + ls -l /etc/yum.repos.d/ #11 0.102 total 32 #11 0.102 -rw-r--r--. 1 root root 2707 Oct 21 16:38 mirror-base-rocky9.repo #11 0.102 -rw-r--r--. 1 root root 217 Oct 21 16:38 mirror-docker9.repo #11 0.102 -rw-r--r--. 1 root root 204 Oct 21 16:38 mirror-epel9.repo #11 0.102 -rw-r--r--. 1 root root 1 Oct 21 16:38 rocky-addons.repo #11 0.102 -rw-r--r--. 1 root root 1 Oct 21 16:38 rocky-devel.repo #11 0.102 -rw-r--r--. 1 root root 1 Oct 21 16:38 rocky-extras.repo #11 0.102 -rw-r--r--. 1 root root 1 Oct 21 16:38 rocky.repo #11 0.102 -rw-r--r--. 1 root root 140 Oct 21 16:38 tpc.repo #11 0.102 + yum update -y -x 'redhat-release*' -x 'coreutils*' yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical #11 0.356 Failed to set locale, defaulting to C.UTF-8 #11 0.627 added from: http://tf-mirrors.gz1.opensdn.io/re 34 MB/s | 2.1 MB 00:00 #11 1.059 added from: http://tf-mirrors.gz1.opensdn.io/re 19 MB/s | 730 kB 00:00 #11 1.229 added from: http://tf-mirrors.gz1.opensdn.io/re 8.9 MB/s | 264 kB 00:00 #11 1.406 added from: http://tf-mirrors.gz1.opensdn.io/re 63 MB/s | 7.0 MB 00:00 #11 2.890 added from: http://tf-mirrors.gz1.opensdn.io/re 54 MB/s | 4.0 MB 00:00 #11 3.975 added from: http://tf-mirrors.gz1.opensdn.io/re 26 MB/s | 939 kB 00:00 #11 4.223 added from: http://tf-mirrors.gz1.opensdn.io/re 42 MB/s | 2.3 MB 00:00 #11 4.776 added from: http://tf-mirrors.gz1.opensdn.io/re 13 MB/s | 392 kB 00:00 #11 4.946 added from: http://tf-mirrors.gz1.opensdn.io/re 16 MB/s | 451 kB 00:00 #11 5.100 added from: http://tf-mirrors.gz1.opensdn.io/re 834 kB/s | 16 kB 00:00 #11 5.210 added from: http://tf-mirrors.gz1.opensdn.io/re 12 kB/s | 257 B 00:00 #11 5.314 added from: http://tf-mirrors.gz1.opensdn.io/re 703 kB/s | 13 kB 00:00 #11 5.423 added from: http://tf-mirrors.gz1.opensdn.io/re 3.0 MB/s | 64 kB 00:00 #11 5.809 added from: http://tf-mirrors.gz1.opensdn.io/re 108 MB/s | 30 MB 00:00