2025-08-25 19:10:35,553: INFO: Building opensdn-base 2025-08-25 19:10:35,556: 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_0_3_5-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="https://repos.fedorapeople.org/repos/openstack/EOL/openstack-queens/rdo-release-queens-2.noarch.rpm" --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 Sending build context to Docker daemon 46.08 kB Step 1/10 : ARG CONTRAIL_REGISTRY Step 2/10 : ARG CONTRAIL_CONTAINER_TAG Step 3/10 : FROM ${CONTRAIL_REGISTRY}/opensdn-general-base:${CONTRAIL_CONTAINER_TAG} ---> 52a82a253e8f Step 4/10 : ARG BASE_EXTRA_RPMS="" ---> Running in 1c4c5189fb49 ---> Removed intermediate container 1c4c5189fb49 ---> 97238d0c88cc Step 5/10 : ARG PIP_REPOSITORY ---> Running in e5a1bcb162c9 ---> Removed intermediate container e5a1bcb162c9 ---> 86c0fa33625f Step 6/10 : ARG LINUX_DISTR=centos ---> Running in 90ac910c2e71 ---> Removed intermediate container 90ac910c2e71 ---> d336082ab09d Step 7/10 : RUN set -e ; sed -e '/^tsflags=nodocs/d' -i /etc/yum.conf ; 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/* ; if [[ "$LINUX_DISTR" == "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 $PIP_REPOSITORY "contrail_config_utils==0.1.dev0" ; mkdir -p /opt/contrail/utils ; pkg_path=$(find /usr/local/lib -name contrail_config_utils) ; ls -l $pkg_path ; cp $pkg_path/* /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 ---> Running in 6eb3a259c249 INFO: contrail-base: install https://repos.fedorapeople.org/repos/openstack/EOL/openstack-queens/rdo-release-queens-2.noarch.rpm Loaded plugins: fastestmirror, ovl Cannot open: https://repos.fedorapeople.org/repos/openstack/EOL/openstack-queens/rdo-release-queens-2.noarch.rpm. Skipping. Error: Nothing to do The command '/bin/sh -c set -e ; sed -e '/^tsflags=nodocs/d' -i /etc/yum.conf ; 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/* ; if [[ "$LINUX_DISTR" == "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 $PIP_REPOSITORY "contrail_config_utils==0.1.dev0" ; mkdir -p /opt/contrail/utils ; pkg_path=$(find /usr/local/lib -name contrail_config_utils) ; ls -l $pkg_path ; cp $pkg_path/* /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' returned a non-zero code: 1 2025-08-25 19:10:37,273: INFO: Docker build duration: 2 seconds 2025-08-25 19:10:37,276: ERROR: Building opensdn-base failed, duration: 2 seconds