#11 0.364 Failed to set locale, defaulting to C.UTF-8 #11 0.637 Contrail repo 0.0 B/s | 0 B 00:00 #11 0.638 Errors during downloading metadata for repository 'contrail': #11 0.638 - Curl error (7): Couldn't connect to server for http://localhost:6667/repodata/repomd.xml [Failed to connect to localhost port 6667: Connection refused] #11 0.652 Error: Failed to download metadata for repo 'contrail': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried #11 ERROR: process "/bin/sh -c set -e ; source /etc/os-release ; if [[ "$LINUX_DISTR" == "centos" ]]; then for file in /etc/yum.repos.d/CentOS-* ; 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/CentOS-* ; find /etc/yum.repos.d/ | grep -i rocky | xargs -r rm ; ls -l /etc/yum.repos.d/ ; else find /etc/yum.repos.d/ | grep -i centos | xargs -r rm ; ls -l /etc/yum.repos.d/ ; fi ; 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 -e ; source /etc/os-release ; if [[ "rockylinux" == "centos" ]]; then for file in /etc/yum.repos.d/CentOS-* ; 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/CentOS-* ; find /etc/yum.repos.d/ | grep -i rocky | xargs -r rm ; ls -l /etc/yum.repos.d/ ; else find /etc/yum.repos.d/ | grep -i centos | xargs -r rm ; ls -l /etc/yum.repos.d/ ; fi ; 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.104 -rw-r--r--. 1 root root 1 Sep 5 11:16 rocky-addons.repo 0.104 -rw-r--r--. 1 root root 1 Sep 5 11:16 rocky-devel.repo 0.104 -rw-r--r--. 1 root root 1 Sep 5 11:16 rocky-extras.repo 0.104 -rw-r--r--. 1 root root 1 Sep 5 11:16 rocky.repo 0.104 -rw-r--r--. 1 root root 140 Sep 5 11:16 tpc.repo 0.364 Failed to set locale, defaulting to C.UTF-8 0.637 Contrail repo 0.0 B/s | 0 B 00:00 0.638 Errors during downloading metadata for repository 'contrail': 0.638 - Curl error (7): Couldn't connect to server for http://localhost:6667/repodata/repomd.xml [Failed to connect to localhost port 6667: Connection refused] 0.652 Error: Failed to download metadata for repo 'contrail': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried ------ Dockerfile:46 -------------------- 45 | # remove all not-this-OS repos 46 | >>> RUN set -e ; 47 | >>> source /etc/os-release ; 48 | >>> if [[ "$LINUX_DISTR" == "centos" ]]; then 49 | >>> for file in /etc/yum.repos.d/CentOS-* ; do grep -v mirrorlist= "$file" > "$file".new && mv "$file".new "$file" ; done ; 50 | >>> sed -i 's|#s*baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-* ; 51 | >>> find /etc/yum.repos.d/ | grep -i rocky | xargs -r rm ; ls -l /etc/yum.repos.d/ ; 52 | >>> else 53 | >>> find /etc/yum.repos.d/ | grep -i centos | xargs -r rm ; ls -l /etc/yum.repos.d/ ; 54 | >>> fi ; 55 | >>> yum update -y -x "redhat-release*" -x "coreutils*" 56 | >>> yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical ; 57 | >>> yum install -y hostname iproute less wget openssl glibc-langpack-en rsync procps-ng ; 58 | >>> source /functions.sh ; 59 | >>> yum install -y python3 python3-pip ; 60 | >>> # pip9 is too old and breaks install of gevent with c++ errors 61 | >>> python3 -m pip install --upgrade pip setuptools ; 62 | >>> rm -rf /root/.cache ; 63 | >>> yum clean all -y ; 64 | >>> rm -rf /var/cache/yum ; 65 | >>> groupadd --gid $CONTRAIL_GID --system $CONTRAIL_USER ; 66 | >>> useradd -md /home/contrail --uid $CONTRAIL_UID --shell /sbin/nologin --system --gid $CONTRAIL_GID $CONTRAIL_USER 67 | -------------------- ERROR: failed to solve: process "/bin/sh -c set -e ; source /etc/os-release ; if [[ "$LINUX_DISTR" == "centos" ]]; then for file in /etc/yum.repos.d/CentOS-* ; 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/CentOS-* ; find /etc/yum.repos.d/ | grep -i rocky | xargs -r rm ; ls -l /etc/yum.repos.d/ ; else find /etc/yum.repos.d/ | grep -i centos | xargs -r rm ; ls -l /etc/yum.repos.d/ ; fi ; 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-09-05 11:16:04,445: INFO: Docker build duration: 3 seconds 2025-09-05 11:16:04,449: ERROR: Building opensdn-general-base failed, duration: 3 seconds