#2 DONE 1.1s #3 [internal] load .dockerignore #3 transferring context: 2B done #3 DONE 0.0s #4 [internal] load build context #4 transferring context: 21.85kB done #4 DONE 0.0s #5 [1/8] FROM docker.io/library/rockylinux:9@sha256:d7be1c094cc5845ee815d4632fe377514ee6ebcf8efaed6892889657e5ddaaa6 #5 resolve docker.io/library/rockylinux:9@sha256:d7be1c094cc5845ee815d4632fe377514ee6ebcf8efaed6892889657e5ddaaa6 0.0s done #5 sha256:d7be1c094cc5845ee815d4632fe377514ee6ebcf8efaed6892889657e5ddaaa6 4.72kB / 4.72kB done #5 sha256:d644d203142cd5b54ad2a83a203e1dee68af2229f8fe32f52a30c6e1d3c3a9e0 1.04kB / 1.04kB done #5 sha256:9cc24f05f309508aa852967ab1e3b582b302afc92605c24ce27715c683acd805 578B / 578B done #5 DONE 0.1s #6 [2/8] RUN mkdir /licenses #6 DONE 0.2s #7 [3/8] COPY licensing.txt /licenses #7 DONE 0.1s #8 [4/8] COPY *.repo /etc/yum.repos.d/ #8 DONE 0.1s #9 [5/8] COPY pip.conf /etc/ #9 DONE 0.1s #10 [6/8] COPY *.sh / #10 DONE 0.1s #11 [7/8] RUN set -ex ; if ! dnf info git-review ; then dnf -y install epel-release ; fi #11 0.092 /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) #11 0.092 + dnf info git-review #11 0.317 Failed to set locale, defaulting to C.UTF-8 #11 0.594 added from: http://tf-mirrors.gz1.opensdn.io/re 30 MB/s | 2.1 MB 00:00 #11 1.036 added from: http://tf-mirrors.gz1.opensdn.io/re 20 MB/s | 730 kB 00:00 #11 1.205 added from: http://tf-mirrors.gz1.opensdn.io/re 9.4 MB/s | 264 kB 00:00 #11 1.418 added from: http://tf-mirrors.gz1.opensdn.io/re 57 MB/s | 7.0 MB 00:00 #11 2.764 added from: http://tf-mirrors.gz1.opensdn.io/re 53 MB/s | 4.0 MB 00:00 #11 3.530 added from: http://tf-mirrors.gz1.opensdn.io/re 25 MB/s | 939 kB 00:00 #11 3.762 added from: http://tf-mirrors.gz1.opensdn.io/re 39 MB/s | 2.3 MB 00:00 #11 4.249 added from: http://tf-mirrors.gz1.opensdn.io/re 13 MB/s | 392 kB 00:00 #11 4.440 added from: http://tf-mirrors.gz1.opensdn.io/re 15 MB/s | 451 kB 00:00 #11 4.595 added from: http://tf-mirrors.gz1.opensdn.io/re 652 kB/s | 16 kB 00:00 #11 4.702 added from: http://tf-mirrors.gz1.opensdn.io/re 11 kB/s | 257 B 00:00 #11 4.807 added from: http://tf-mirrors.gz1.opensdn.io/re 547 kB/s | 13 kB 00:00 #11 4.917 added from: http://tf-mirrors.gz1.opensdn.io/re 2.5 MB/s | 64 kB 00:00 #11 5.294 added from: http://tf-mirrors.gz1.opensdn.io/re 109 MB/s | 30 MB 00:00 #11 11.17 Third parties for OpenSDN 41 MB/s | 5.1 MB 00:00 #11 14.64 Available Packages #11 14.64 Name : git-review #11 14.64 Version : 2.3.1 #11 14.64 Release : 7.el9 #11 14.64 Architecture : noarch #11 14.64 Size : 86 k #11 14.64 Source : git-review-2.3.1-7.el9.src.rpm #11 14.64 Repository : tf-mirrors.ci_repos_epel9.repo #11 14.64 Summary : A Git helper for integration with Gerrit #11 14.64 URL : https://opendev.org/opendev/git-review #11 14.64 License : ASL 2.0 #11 14.64 Description : An extension for source control system Git that creates and manages #11 14.64 : review requests in the patch management system Gerrit. It replaces the #11 14.64 : rfc.sh script. #11 14.64 #11 DONE 14.9s #12 [8/8] RUN set -ex ; source /etc/os-release ; find /etc/yum.repos.d/ | grep -i centos | xargs -r rm ; ls -l /etc/yum.repos.d/ ; 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 python3-minimal python3-pip ; 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 #12 0.086 /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) #12 0.086 + source /etc/os-release #12 0.086 ++ NAME='Rocky Linux' #12 0.086 ++ VERSION='9.3 (Blue Onyx)' #12 0.086 ++ ID=rocky #12 0.086 ++ ID_LIKE='rhel centos fedora' #12 0.086 ++ VERSION_ID=9.3 #12 0.086 ++ PLATFORM_ID=platform:el9 #12 0.086 ++ PRETTY_NAME='Rocky Linux 9.3 (Blue Onyx)' #12 0.086 ++ ANSI_COLOR='0;32' #12 0.086 ++ LOGO=fedora-logo-icon #12 0.086 ++ CPE_NAME=cpe:/o:rocky:rocky:9::baseos #12 0.086 ++ HOME_URL=https://rockylinux.org/ #12 0.086 ++ BUG_REPORT_URL=https://bugs.rockylinux.org/ #12 0.086 ++ SUPPORT_END=2032-05-31 #12 0.086 ++ ROCKY_SUPPORT_PRODUCT=Rocky-Linux-9 #12 0.086 ++ ROCKY_SUPPORT_PRODUCT_VERSION=9.3 #12 0.086 ++ REDHAT_SUPPORT_PRODUCT='Rocky Linux' #12 0.086 ++ REDHAT_SUPPORT_PRODUCT_VERSION=9.3 #12 0.087 + find /etc/yum.repos.d/ #12 0.087 + grep -i centos #12 0.087 + xargs -r rm #12 0.090 + ls -l /etc/yum.repos.d/ #12 0.093 total 32 #12 0.093 -rw-r--r--. 1 root root 2707 Oct 22 08:45 mirror-base-rocky9.repo #12 0.093 -rw-r--r--. 1 root root 217 Oct 22 08:45 mirror-docker9.repo #12 0.093 -rw-r--r--. 1 root root 204 Oct 22 08:45 mirror-epel9.repo #12 0.093 -rw-r--r--. 1 root root 1 Oct 22 08:45 rocky-addons.repo #12 0.093 -rw-r--r--. 1 root root 1 Oct 22 08:45 rocky-devel.repo #12 0.093 -rw-r--r--. 1 root root 1 Oct 22 08:45 rocky-extras.repo #12 0.093 -rw-r--r--. 1 root root 1 Oct 22 08:45 rocky.repo #12 0.093 -rw-r--r--. 1 root root 140 Oct 22 08:45 tpc.repo #12 0.093 + yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical #12 0.217 Failed to set locale, defaulting to C.UTF-8 #12 0.599 Last metadata expiration check: 0:00:04 ago on Wed Oct 22 08:46:02 2025. #12 0.676 No security updates needed, but 94 updates available #12 0.714 Dependencies resolved. #12 0.715 Nothing to do. #12 0.715 Complete! #12 0.741 + yum install -y hostname iproute less wget openssl glibc-langpack-en rsync procps-ng python3-minimal python3-pip #12 0.804 Failed to set locale, defaulting to C.UTF-8 #12 1.086 Last metadata expiration check: 0:00:05 ago on Wed Oct 22 08:46:02 2025. #12 1.149 Package hostname-3.23-6.el9.x86_64 is already installed. #12 1.151 Package less-590-2.el9_2.x86_64 is already installed. #12 1.153 Package openssl-1:3.0.7-24.el9.x86_64 is already installed. #12 1.163 No match for argument: python3-minimal #12 1.182 Error: Unable to find a match: python3-minimal #12 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/ ; 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 python3-minimal python3-pip ; 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 ------ > [8/8] RUN set -ex ; source /etc/os-release ; find /etc/yum.repos.d/ | grep -i centos | xargs -r rm ; ls -l /etc/yum.repos.d/ ; 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 python3-minimal python3-pip ; 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.715 Nothing to do. 0.715 Complete! 0.741 + yum install -y hostname iproute less wget openssl glibc-langpack-en rsync procps-ng python3-minimal python3-pip 0.804 Failed to set locale, defaulting to C.UTF-8 1.086 Last metadata expiration check: 0:00:05 ago on Wed Oct 22 08:46:02 2025. 1.149 Package hostname-3.23-6.el9.x86_64 is already installed. 1.151 Package less-590-2.el9_2.x86_64 is already installed. 1.153 Package openssl-1:3.0.7-24.el9.x86_64 is already installed. 1.163 No match for argument: python3-minimal 1.182 Error: Unable to find a match: python3-minimal ------ Dockerfile:51 -------------------- 50 | # remove all not-this-OS repos 51 | >>> RUN set -ex ; 52 | >>> source /etc/os-release ; 53 | >>> find /etc/yum.repos.d/ | grep -i centos | xargs -r rm ; ls -l /etc/yum.repos.d/ ; 54 | >>> yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical ; 55 | >>> yum install -y hostname iproute less wget openssl glibc-langpack-en rsync procps-ng python3-minimal python3-pip ; 56 | >>> yum clean all -y ; 57 | >>> rm -rf /var/cache/yum ; 58 | >>> groupadd --gid $CONTRAIL_GID --system $CONTRAIL_USER ; 59 | >>> useradd -md /home/contrail --uid $CONTRAIL_UID --shell /sbin/nologin --system --gid $CONTRAIL_GID $CONTRAIL_USER 60 | -------------------- 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/ ; 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 python3-minimal python3-pip ; 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-22 08:46:07,671: INFO: Docker build duration: 18 seconds 2025-10-22 08:46:07,675: ERROR: Building opensdn-general-base failed, duration: 18 seconds REPOSITORY TAG IMAGE ID CREATED SIZE nexus.gz1.opensdn.io:5101/opensdn-container-builder-src master-2_2_7_0-1 9475d9cfe5fa 18 seconds ago 2.45MB tf-dev-sandbox compile 597eadb72925 44 seconds ago 24.4GB nexus.gz1.opensdn.io:5101/opensdn-charms-src master-2_2_7_0-1 e0f6cbeb8de0 About a minute ago 6.04MB nexus.gz1.opensdn.io:5101/opensdn-ansible-deployer-src master-2_2_7_0-1 01b5ff159d7d About a minute ago 1.39MB nexus.gz1.opensdn.io:5101/opensdn-container-builder-src 2a38a8f89772 About a minute ago 2.43MB nexus.gz1.opensdn.io:5101/opensdn-kolla-ansible-src master-2_2_7_0-1 b8eae71560bd About a minute ago 32.6MB nexus.gz1.opensdn.io:5101/opensdn-build-manifest-src master-2_2_7_0-1 2bed6e05ddb1 About a minute ago 4.17kB nexus.gz1.opensdn.io:5101/tf-dev-sandbox frozen 660df38427e4 11 hours ago 23.6GB