#6 DONE 0.1s #7 [3/7] COPY licensing.txt /licenses #7 DONE 0.1s #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/ ; dnf repolist ; dnf update -y ; 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.105 /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) #11 0.105 + source /etc/os-release #11 0.105 ++ NAME='Rocky Linux' #11 0.107 ++ VERSION='9.3 (Blue Onyx)' #11 0.107 ++ ID=rocky #11 0.107 ++ ID_LIKE='rhel centos fedora' #11 0.107 ++ VERSION_ID=9.3 #11 0.107 ++ PLATFORM_ID=platform:el9 #11 0.107 ++ PRETTY_NAME='Rocky Linux 9.3 (Blue Onyx)' #11 0.107 ++ ANSI_COLOR='0;32' #11 0.107 ++ LOGO=fedora-logo-icon #11 0.107 ++ CPE_NAME=cpe:/o:rocky:rocky:9::baseos #11 0.107 ++ HOME_URL=https://rockylinux.org/ #11 0.107 ++ BUG_REPORT_URL=https://bugs.rockylinux.org/ #11 0.107 ++ SUPPORT_END=2032-05-31 #11 0.107 ++ ROCKY_SUPPORT_PRODUCT=Rocky-Linux-9 #11 0.107 ++ ROCKY_SUPPORT_PRODUCT_VERSION=9.3 #11 0.107 ++ REDHAT_SUPPORT_PRODUCT='Rocky Linux' #11 0.107 ++ REDHAT_SUPPORT_PRODUCT_VERSION=9.3 #11 0.107 + find /etc/yum.repos.d/ #11 0.107 + grep -i centos #11 0.108 + xargs -r rm #11 0.111 + ls -l /etc/yum.repos.d/ #11 0.113 total 32 #11 0.113 -rw-r--r--. 1 root root 1 Oct 9 16:25 mirror-base-rocky9.repo #11 0.113 -rw-r--r--. 1 root root 1 Oct 9 16:25 mirror-docker9.repo #11 0.113 -rw-r--r--. 1 root root 1 Oct 9 16:25 mirror-epel9.repo #11 0.113 -rw-r--r--. 1 root root 1 Oct 9 16:25 rocky-addons.repo #11 0.113 -rw-r--r--. 1 root root 1 Oct 9 16:25 rocky-devel.repo #11 0.113 -rw-r--r--. 1 root root 1 Oct 9 16:25 rocky-extras.repo #11 0.113 -rw-r--r--. 1 root root 1 Oct 9 16:25 rocky.repo #11 0.113 -rw-r--r--. 1 root root 1 Oct 9 16:25 tpc.repo #11 0.113 + dnf repolist #11 0.356 Failed to set locale, defaulting to C.UTF-8 #11 0.514 No repositories available #11 0.549 + dnf update -y #11 0.629 Failed to set locale, defaulting to C.UTF-8 #11 0.721 Error: There are no enabled repositories in "/etc/yum.repos.d", "/etc/yum/repos.d", "/etc/distro.repos.d". #11 ERROR: process "/bin/sh -c set -ex ; source /etc/os-release ; find /etc/yum.repos.d/ | grep -i centos | xargs -r rm ; ls -l /etc/yum.repos.d/ ; dnf repolist ; dnf update -y ; 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 $CONTRAIL_GID --system $CONTRAIL_USER ; useradd -md /home/contrail --uid $CONTRAIL_UID --shell /sbin/nologin --system --gid $CONTRAIL_GID $CONTRAIL_USER" did not complete successfully: exit code: 1 ------ > [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/ ; dnf repolist ; dnf update -y ; 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: 0.113 -rw-r--r--. 1 root root 1 Oct 9 16:25 rocky-devel.repo 0.113 -rw-r--r--. 1 root root 1 Oct 9 16:25 rocky-extras.repo 0.113 -rw-r--r--. 1 root root 1 Oct 9 16:25 rocky.repo 0.113 -rw-r--r--. 1 root root 1 Oct 9 16:25 tpc.repo 0.113 + dnf repolist 0.356 Failed to set locale, defaulting to C.UTF-8 0.514 No repositories available 0.549 + dnf update -y 0.629 Failed to set locale, defaulting to C.UTF-8 0.721 Error: There are no enabled repositories in "/etc/yum.repos.d", "/etc/yum/repos.d", "/etc/distro.repos.d". ------ Dockerfile:46 -------------------- 45 | # remove all not-this-OS repos 46 | >>> RUN set -ex ; 47 | >>> source /etc/os-release ; 48 | >>> find /etc/yum.repos.d/ | grep -i centos | xargs -r rm ; ls -l /etc/yum.repos.d/ ; 49 | >>> dnf repolist ; 50 | >>> dnf update -y ; 51 | >>> yum update -y -x "redhat-release*" -x "coreutils*" 52 | >>> yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical ; 53 | >>> yum install -y hostname iproute less wget openssl glibc-langpack-en rsync procps-ng ; 54 | >>> source /functions.sh ; 55 | >>> yum install -y python3 python3-pip ; 56 | >>> # pip9 is too old and breaks install of gevent with c++ errors 57 | >>> python3 -m pip install --upgrade pip setuptools ; 58 | >>> rm -rf /root/.cache ; 59 | >>> yum clean all -y ; 60 | >>> rm -rf /var/cache/yum ; 61 | >>> groupadd --gid $CONTRAIL_GID --system $CONTRAIL_USER ; 62 | >>> useradd -md /home/contrail --uid $CONTRAIL_UID --shell /sbin/nologin --system --gid $CONTRAIL_GID $CONTRAIL_USER 63 | -------------------- ERROR: failed to solve: process "/bin/sh -c set -ex ; source /etc/os-release ; find /etc/yum.repos.d/ | grep -i centos | xargs -r rm ; ls -l /etc/yum.repos.d/ ; dnf repolist ; dnf update -y ; 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 $CONTRAIL_GID --system $CONTRAIL_USER ; useradd -md /home/contrail --uid $CONTRAIL_UID --shell /sbin/nologin --system --gid $CONTRAIL_GID $CONTRAIL_USER" did not complete successfully: exit code: 1 2025-10-09 16:25:56,623: INFO: Docker build duration: 3 seconds 2025-10-09 16:25:56,629: ERROR: Building opensdn-general-base failed, duration: 3 seconds REPOSITORY TAG IMAGE ID CREATED SIZE nexus.gz1.opensdn.io:5101/opensdn-container-builder-src master-2_2_2_4-4 0230dbe650c0 2 seconds ago 2.45MB tf-dev-sandbox compile 495122941543 35 seconds ago 24.6GB nexus.gz1.opensdn.io:5101/opensdn-charms-src master-2_2_2_4-4 ed2a8bab7413 About a minute ago 6.04MB nexus.gz1.opensdn.io:5101/opensdn-ansible-deployer-src master-2_2_2_4-4 05b2a2961d6f About a minute ago 1.39MB nexus.gz1.opensdn.io:5101/opensdn-container-builder-src c71f6ea00630 About a minute ago 2.44MB nexus.gz1.opensdn.io:5101/opensdn-kolla-ansible-src master-2_2_2_4-4 e71216a2aaae About a minute ago 32.6MB nexus.gz1.opensdn.io:5101/opensdn-build-manifest-src master-2_2_2_4-4 50e732982e88 About a minute ago 4.17kB nexus.gz1.opensdn.io:5101/tf-dev-sandbox frozen 1c9632720347 About an hour ago 23.8GB