2024-08-27 12:12:32,473: INFO: Building contrail-base 2024-08-27 12:12:32,481: INFO: Building args: --network host --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5101 --build-arg CONTRAIL_CONTAINER_TAG=master-9_3_6-1 --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-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 49.66 kB Step 1/6 : FROM nexus.gz1.opensdn.io:5101/contrail-general-base:master-9_3_6-1 ---> 1f589d6e27c4 Step 2/6 : ARG BASE_EXTRA_RPMS="" ---> Running in 047f50e54cbc ---> Removed intermediate container 047f50e54cbc ---> ea5bdfa6f0f6 Step 3/6 : RUN BASE_EXTRA_RPMS=$(echo $BASE_EXTRA_RPMS | tr -d '"' | tr ',' ' ') && if [[ -n "$BASE_EXTRA_RPMS" ]] ; then echo "INFO: contrail-base: install $BASE_EXTRA_RPMS" ; yum install -y $BASE_EXTRA_RPMS ; echo "INFO: importing gpg keys from any newly installed repos" ; [ -d /etc/pki/rpm-gpg ] && rpm --import /etc/pki/rpm-gpg/* ; fi && python2 -m pip install --no-compile remote-pdb && source /etc/os-release && if [[ "$ID" == 'rhel' && "${PLATFORM_ID//*:/}" == 'el8' ]] ; then python2 -m pip install --no-compile "gevent==1.1.2" "greenlet<2.0.0" && yum install -y python-kazoo python2-requests ; fi && yum install -y nc gcc-c++ gcc python3-devel contrail-lib contrail-setup contrail-utils python-contrail python3-contrail && python3 -m pip install --no-compile "future==0.18.2" "six==1.13.0" remote-pdb && yum clean all -y && rm -rf /var/cache/yum && ldconfig ---> Running in e363fbb297b7 /usr/bin/python2: No module named pip The command '/bin/sh -c BASE_EXTRA_RPMS=$(echo $BASE_EXTRA_RPMS | tr -d '"' | tr ',' ' ') && if [[ -n "$BASE_EXTRA_RPMS" ]] ; then echo "INFO: contrail-base: install $BASE_EXTRA_RPMS" ; yum install -y $BASE_EXTRA_RPMS ; echo "INFO: importing gpg keys from any newly installed repos" ; [ -d /etc/pki/rpm-gpg ] && rpm --import /etc/pki/rpm-gpg/* ; fi && python2 -m pip install --no-compile remote-pdb && source /etc/os-release && if [[ "$ID" == 'rhel' && "${PLATFORM_ID//*:/}" == 'el8' ]] ; then python2 -m pip install --no-compile "gevent==1.1.2" "greenlet<2.0.0" && yum install -y python-kazoo python2-requests ; fi && yum install -y nc gcc-c++ gcc python3-devel contrail-lib contrail-setup contrail-utils python-contrail python3-contrail && python3 -m pip install --no-compile "future==0.18.2" "six==1.13.0" remote-pdb && yum clean all -y && rm -rf /var/cache/yum && ldconfig' returned a non-zero code: 1 2024-08-27 12:12:32,782: INFO: Docker build duration: 0 seconds 2024-08-27 12:12:32,785: ERROR: Building contrail-base failed, duration: 0 seconds