#5 extracting sha256:e6e95ffe6dbe8039dbb2ac3fe05a2fbdb48cbc6d2437845415dec6ec19d832cf 2.7s done #5 DONE 3.5s #6 [2/9] RUN mkdir /licenses #6 DONE 0.8s #7 [3/9] COPY licensing.txt /licenses #7 DONE 0.0s #8 [4/9] RUN mkdir -p /etc/yum.repos.d.bak/ ; cp -f /etc/yum.repos.d/* /etc/yum.repos.d.bak/ #8 0.097 /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) #8 DONE 0.1s #9 [5/9] COPY *.repo /etc/yum.repos.d/ #9 DONE 0.0s #10 [6/9] COPY pip.conf /etc/ #10 DONE 0.1s #11 [7/9] COPY *.sh / #11 DONE 0.1s #12 [8/9] RUN set -ex ; if ! dnf info git-review ; then dnf -y install epel-release ; fi #12 0.101 /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) #12 0.101 + dnf info git-review #12 0.184 Failed to set locale, defaulting to C.UTF-8 #12 0.385 Third parties for OpenSDN 55 MB/s | 5.1 MB 00:00 #12 2.317 Rocky Linux 9 - BaseOS 13 MB/s | 12 MB 00:00 #12 81.77 Rocky Linux 9 - AppStream 194 kB/s | 15 MB 01:17 #12 85.46 Rocky Linux 9 - Extras 37 kB/s | 17 kB 00:00 #12 86.43 Error: No matching Packages to list #12 86.45 + dnf -y install epel-release #12 86.53 Failed to set locale, defaulting to C.UTF-8 #12 86.76 Last metadata expiration check: 0:00:01 ago on Tue Feb 10 15:42:12 2026. #12 86.89 Dependencies resolved. #12 86.89 ================================================================================ #12 86.89 Package Architecture Version Repository Size #12 86.89 ================================================================================ #12 86.89 Installing: #12 86.89 epel-release noarch 9-10.el9 extras 19 k #12 86.89 #12 86.89 Transaction Summary #12 86.89 ================================================================================ #12 86.89 Install 1 Package #12 86.89 #12 86.89 Total download size: 19 k #12 86.89 Installed size: 26 k #12 86.89 Downloading Packages: #12 87.03 epel-release-9-10.el9.noarch.rpm 136 kB/s | 19 kB 00:00 #12 87.03 -------------------------------------------------------------------------------- #12 87.03 Total 135 kB/s | 19 kB 00:00 #12 87.04 Rocky Linux 9 - Extras 1.7 MB/s | 1.7 kB 00:00 #12 87.11 Importing GPG key 0x350D275D: #12 87.11 Userid : "Rocky Enterprise Software Foundation - Release key 2022 " #12 87.11 Fingerprint: 21CB 256A E16F C54C 6E65 2949 702D 426D 350D 275D #12 87.11 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 #12 87.13 Key imported successfully #12 87.13 Rocky Linux 9 - Extras 3.0 MB/s | 3.1 kB 00:00 #12 87.17 Importing GPG key 0x95AE3D91: #12 87.17 Userid : "Rocky Linux 9 - Beta Key V1/2022 " #12 87.17 Fingerprint: 0675 BD19 F4FF E3AD 0B2D 6FEB ADA2 8608 95AE 3D91 #12 87.17 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9-Testing #12 87.17 Key imported successfully #12 87.18 Running transaction check #12 87.20 Transaction check succeeded. #12 87.20 Running transaction test #12 87.22 Transaction test succeeded. #12 87.22 Running transaction #12 87.24 Preparing : 1/1 #12 87.27 Installing : epel-release-9-10.el9.noarch 1/1 #12 87.28 Running scriptlet: epel-release-9-10.el9.noarch 1/1 #12 87.29 Many EPEL packages require the CodeReady Builder (CRB) repository. #12 87.29 It is recommended that you run /usr/bin/crb enable to enable the CRB repository. #12 87.29 #12 87.40 Verifying : epel-release-9-10.el9.noarch 1/1 #12 87.42 #12 87.42 Installed: #12 87.42 epel-release-9-10.el9.noarch #12 87.42 #12 87.42 Complete! #12 DONE 87.5s #13 [9/9] 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 -y update-minimal --security --sec-severity=Important --sec-severity=Critical ; dnf install -y findutils hostname iproute less wget openssl glibc-langpack-en rsync procps-ng python3-pip ; dnf 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 #13 0.081 /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) #13 0.081 + source /etc/os-release #13 0.081 ++ NAME='Rocky Linux' #13 0.081 ++ VERSION='9.0 (Blue Onyx)' #13 0.081 ++ ID=rocky #13 0.082 ++ ID_LIKE='rhel centos fedora' #13 0.082 ++ VERSION_ID=9.0 #13 0.082 ++ PLATFORM_ID=platform:el9 #13 0.082 ++ PRETTY_NAME='Rocky Linux 9.0 (Blue Onyx)' #13 0.082 ++ ANSI_COLOR='0;32' #13 0.082 ++ LOGO=fedora-logo-icon #13 0.082 ++ CPE_NAME=cpe:/o:rocky:rocky:9::baseos #13 0.082 ++ HOME_URL=https://rockylinux.org/ #13 0.082 ++ BUG_REPORT_URL=https://bugs.rockylinux.org/ #13 0.082 ++ ROCKY_SUPPORT_PRODUCT=Rocky-Linux-9 #13 0.082 ++ ROCKY_SUPPORT_PRODUCT_VERSION=9.0 #13 0.082 ++ REDHAT_SUPPORT_PRODUCT='Rocky Linux' #13 0.082 ++ REDHAT_SUPPORT_PRODUCT_VERSION=9.0 #13 0.082 + find /etc/yum.repos.d/ #13 0.082 /bin/sh: line 1: find: command not found #13 0.082 + grep -i centos #13 0.082 + xargs -r rm #13 0.082 /bin/sh: line 1: xargs: command not found #13 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 -y update-minimal --security --sec-severity=Important --sec-severity=Critical ; dnf install -y findutils hostname iproute less wget openssl glibc-langpack-en rsync procps-ng python3-pip ; dnf 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: 127 ------ > [9/9] 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 -y update-minimal --security --sec-severity=Important --sec-severity=Critical ; dnf install -y findutils hostname iproute less wget openssl glibc-langpack-en rsync procps-ng python3-pip ; dnf 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.082 ++ BUG_REPORT_URL=https://bugs.rockylinux.org/ 0.082 ++ ROCKY_SUPPORT_PRODUCT=Rocky-Linux-9 0.082 ++ ROCKY_SUPPORT_PRODUCT_VERSION=9.0 0.082 ++ REDHAT_SUPPORT_PRODUCT='Rocky Linux' 0.082 ++ REDHAT_SUPPORT_PRODUCT_VERSION=9.0 0.082 + find /etc/yum.repos.d/ 0.082 /bin/sh: line 1: find: command not found 0.082 + grep -i centos 0.082 + xargs -r rm 0.082 /bin/sh: line 1: xargs: command not found ------ Dockerfile:52 -------------------- 51 | # remove all not-this-OS repos 52 | >>> RUN set -ex ; 53 | >>> source /etc/os-release ; 54 | >>> find /etc/yum.repos.d/ | grep -i centos | xargs -r rm ; ls -l /etc/yum.repos.d/ ; 55 | >>> dnf -y update-minimal --security --sec-severity=Important --sec-severity=Critical ; 56 | >>> dnf install -y findutils hostname iproute less wget openssl glibc-langpack-en rsync procps-ng python3-pip ; 57 | >>> dnf clean all -y ; 58 | >>> rm -rf /var/cache/yum ; 59 | >>> groupadd --gid $CONTRAIL_GID --system $CONTRAIL_USER ; 60 | >>> useradd -md /home/contrail --uid $CONTRAIL_UID --shell /sbin/nologin --system --gid $CONTRAIL_GID $CONTRAIL_USER 61 | -------------------- 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 -y update-minimal --security --sec-severity=Important --sec-severity=Critical ; dnf install -y findutils hostname iproute less wget openssl glibc-langpack-en rsync procps-ng python3-pip ; dnf 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: 127 2026-02-10 15:42:14,802: INFO: Docker build duration: 93 seconds 2026-02-10 15:42:14,807: ERROR: Building opensdn-general-base failed, duration: 93 seconds REPOSITORY TAG IMAGE ID CREATED SIZE nexus.gz1.opensdn.io:5101/opensdn-container-builder-src master-2_5_6_7-1 6f4f14e2b06d About a minute ago 2.46MB tf-dev-sandbox compile 772885848a77 About a minute ago 24.2GB nexus.gz1.opensdn.io:5101/opensdn-charms-src master-2_5_6_7-1 5a813c658049 2 minutes ago 6.05MB nexus.gz1.opensdn.io:5101/opensdn-ansible-deployer-src master-2_5_6_7-1 84efe2578083 2 minutes ago 1.4MB nexus.gz1.opensdn.io:5101/opensdn-kolla-ansible-src master-2_5_6_7-1 9b7e566162d0 2 minutes ago 32.7MB nexus.gz1.opensdn.io:5101/opensdn-container-builder-src 489311374006 2 minutes ago 2.46MB nexus.gz1.opensdn.io:5101/opensdn-build-manifest-src master-2_5_6_7-1 300c58500c7c 2 minutes ago 4.17kB nexus.gz1.opensdn.io:5101/tf-dev-sandbox frozen 51be589cca95 2 hours ago 23.4GB