2025-04-14 10:27:56,309: INFO: Building contrail-general-base 2025-04-14 10:27:56,317: INFO: Building args: --network host --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5101 --build-arg CONTRAIL_CONTAINER_TAG=r24.1-1_5_4_2-2 --build-arg SITE_MIRROR=http://nexus.gz1.opensdn.io/repository/external-web-cache --build-arg LINUX_DISTR_VER=7 --build-arg LINUX_DISTR=centos --build-arg GENERAL_EXTRA_RPMS="" --build-arg BASE_EXTRA_RPMS="" --build-arg YUM_ENABLE_REPOS="" --build-arg CONTAINER_NAME=contrail-general-base --build-arg UBUNTU_DISTR_VERSION=22.04 --build-arg UBUNTU_DISTR=ubuntu --build-arg VENDOR_NAME=OpenSDN-IO --build-arg VENDOR_DOMAIN=io.opensdn Sending build context to Docker daemon 55.81 kB Step 1/19 : FROM centos:7 7: Pulling from library/centos 2d473b07cdd5: Already exists Digest: sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 Status: Downloaded newer image for centos:7 ---> eeb6ee3f44bd Step 2/19 : ARG SITE_MIRROR ---> Running in 5d242bd600c7 ---> Removed intermediate container 5d242bd600c7 ---> 6ee657a6cb72 Step 3/19 : ARG VENDOR_NAME ---> Running in 8fa507635d79 ---> Removed intermediate container 8fa507635d79 ---> 555f9bd978e4 Step 4/19 : ARG VENDOR_DOMAIN ---> Running in 02e937d9ef64 ---> Removed intermediate container 02e937d9ef64 ---> 856dbe28dd7c Step 5/19 : ARG CONTRAIL_CONTAINER_TAG ---> Running in a4adb50f4f48 ---> Removed intermediate container a4adb50f4f48 ---> e9d51a630f63 Step 6/19 : LABEL vendor=$VENDOR_NAME version=$CONTRAIL_CONTAINER_TAG release="5.1.0" ---> Running in 367475eaed7b ---> Removed intermediate container 367475eaed7b ---> 4434a915b446 Step 7/19 : RUN mkdir /licenses ---> Running in fffacc62c000 ---> Removed intermediate container fffacc62c000 ---> 934e2804d5a5 Step 8/19 : COPY licensing.txt /licenses ---> 7ea9ffb24e2a Step 9/19 : ARG GENERAL_EXTRA_RPMS="" ---> Running in 1cbe34beb532 ---> Removed intermediate container 1cbe34beb532 ---> bcdb0fe3a4ea Step 10/19 : ARG YUM_ENABLE_REPOS="" ---> Running in c4ad4b2db4c7 ---> Removed intermediate container c4ad4b2db4c7 ---> 977550513136 Step 11/19 : ARG LC_ALL="en_US.UTF-8" ---> Running in 46fc84fea79d ---> Removed intermediate container 46fc84fea79d ---> ec165e1e53a4 Step 12/19 : ARG LANG="en_US.UTF-8" ---> Running in 395b5dd67c3c ---> Removed intermediate container 395b5dd67c3c ---> c5722859af51 Step 13/19 : ARG LANGUAGE="en_US.UTF-8" ---> Running in 209fac369772 ---> Removed intermediate container 209fac369772 ---> 67b4fad5368e Step 14/19 : ENV VENDOR_DOMAIN=$VENDOR_DOMAIN VENDOR_NAME=$VENDOR_NAME CONTRAIL_GID=1999 CONTRAIL_UID=1999 CONTRAIL_USER=contrail CONTRAIL_VERSION=$CONTRAIL_CONTAINER_TAG LC_ALL=$LC_ALL LANG=$LANG LANGUAGE=$LANGUAGE ---> Running in 0a8d525d88fe ---> Removed intermediate container 0a8d525d88fe ---> 80faba1f9928 Step 15/19 : COPY *.repo /etc/yum.repos.d/ ---> 3e047c59900d Step 16/19 : COPY pip.conf /etc/ ---> 3c16267aaf00 Step 17/19 : COPY *.sh / ---> f780ebeb09af Step 18/19 : RUN source /etc/os-release && YUM_ENABLE_REPOS=$(echo $YUM_ENABLE_REPOS | tr -d '"') && if [[ -n "$YUM_ENABLE_REPOS" ]] ; then echo "INFO: contrail-general-base: enable repos $YUM_ENABLE_REPOS" && if ! type -p yum-config-manager ; then yum install -y yum-utils ; fi && yum-config-manager --enable $YUM_ENABLE_REPOS && yum clean metadata ; fi && yum update -y -x "redhat-release*" -x "coreutils*" && yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical && pkgs="hostname iproute less wget openssl" && GENERAL_EXTRA_RPMS=$(echo $GENERAL_EXTRA_RPMS | tr -d '"' | tr ',' ' ') && if [[ -n "$GENERAL_EXTRA_RPMS" ]] ; then pkgs+=" $GENERAL_EXTRA_RPMS" ; fi && if [[ "$ID" == 'rhel' && "${PLATFORM_ID//*:/}" == 'el8' ]] ; then pkgs+=" yum-utils python2 glibc-langpack-en compat-openssl10" ; fi && yum install -y $pkgs && source /functions.sh && download_package https://bootstrap.pypa.io pip/2.7/get-pip.py /tmp/get-pip.py && python2 /tmp/get-pip.py 'pip==20.1' && type -p pip || alternatives --verbose --install /usr/bin/pip pip $(type -p pip2) 100 && type -p python || alternatives --verbose --set python /usr/bin/python2 && yum install -y python3 python3-setuptools && yum clean all -y && rm -rf /var/cache/yum && groupadd --gid $CONTRAIL_GID --system $CONTRAIL_USER && useradd -md /home/contrail --uid $CONTRAIL_UID --shell /sbin/nologin --system --gid $CONTRAIL_GID $CONTRAIL_USER ---> Running in 2d3690a8b428 Loaded plugins: fastestmirror, ovl Determining fastest mirrors