2025-02-04 05:50:05,323: INFO: Building contrail-general-base 2025-02-04 05:50:05,331: INFO: Building args: --network host --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5101 --build-arg CONTRAIL_CONTAINER_TAG=master-1_3_2_2-1-r24.1-centos --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 ---> eeb6ee3f44bd Step 2/19 : ARG SITE_MIRROR ---> Using cache ---> 8431e29b6dfa Step 3/19 : ARG VENDOR_NAME ---> Running in 7852fc73a076 ---> Removed intermediate container 7852fc73a076 ---> d1b5df5f2313 Step 4/19 : ARG VENDOR_DOMAIN ---> Running in e6de19f244c8 ---> Removed intermediate container e6de19f244c8 ---> 7bf2b4af05b8 Step 5/19 : ARG CONTRAIL_CONTAINER_TAG ---> Running in 1a809ff33fe9 ---> Removed intermediate container 1a809ff33fe9 ---> 86952fa5fcaa Step 6/19 : LABEL vendor=$VENDOR_NAME version=$CONTRAIL_CONTAINER_TAG release="5.1.0" ---> Running in b23dcb79534c ---> Removed intermediate container b23dcb79534c ---> 35dca67bc4ec Step 7/19 : RUN mkdir /licenses ---> Running in 71c1a7bf49ce ---> Removed intermediate container 71c1a7bf49ce ---> fd78081f0610 Step 8/19 : COPY licensing.txt /licenses ---> 5d74d43a07ef Step 9/19 : ARG GENERAL_EXTRA_RPMS="" ---> Running in 33bb89ad8221 ---> Removed intermediate container 33bb89ad8221 ---> 83af8c311ad9 Step 10/19 : ARG YUM_ENABLE_REPOS="" ---> Running in b8d769ab5807 ---> Removed intermediate container b8d769ab5807 ---> 921abffbbee4 Step 11/19 : ARG LC_ALL="en_US.UTF-8" ---> Running in 47f8dd49340d ---> Removed intermediate container 47f8dd49340d ---> 0b7a6c6da884 Step 12/19 : ARG LANG="en_US.UTF-8" ---> Running in fb3677d10023 ---> Removed intermediate container fb3677d10023 ---> 158c8f0be3a3 Step 13/19 : ARG LANGUAGE="en_US.UTF-8" ---> Running in 7374ad0ad51d ---> Removed intermediate container 7374ad0ad51d ---> c3b138e5be2e 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 a75de52fcd19 ---> Removed intermediate container a75de52fcd19 ---> c450e2790b28 Step 15/19 : COPY *.repo /etc/yum.repos.d/ ---> 3044cea04cc5 Step 16/19 : COPY pip.conf /etc/ ---> ad7a8fd9157e Step 17/19 : COPY *.sh / ---> fe8be9f31042 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 569b7bf58315 Loaded plugins: fastestmirror, ovl Determining fastest mirrors