#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.094 /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) #11 0.095 + dnf info git-review #11 0.323 Failed to set locale, defaulting to C.UTF-8 #11 0.676 added from: http://tf-mirrors.gz1.opensdn.io/re 97 MB/s | 14 MB 00:00 #11 2.500 added from: http://tf-mirrors.gz1.opensdn.io/re 38 MB/s | 1.9 MB 00:00 #11 2.867 added from: http://tf-mirrors.gz1.opensdn.io/re 16 MB/s | 402 kB 00:00 #11 3.163 added from: http://tf-mirrors.gz1.opensdn.io/re 90 MB/s | 16 MB 00:00 #11 6.233 added from: http://tf-mirrors.gz1.opensdn.io/re 84 MB/s | 11 MB 00:00 #11 8.265 added from: http://tf-mirrors.gz1.opensdn.io/re 35 MB/s | 1.1 MB 00:00 #11 8.587 added from: http://tf-mirrors.gz1.opensdn.io/re 64 MB/s | 4.8 MB 00:00 #11 9.584 added from: http://tf-mirrors.gz1.opensdn.io/re 24 MB/s | 697 kB 00:00 #11 9.838 added from: http://tf-mirrors.gz1.opensdn.io/re 19 MB/s | 474 kB 00:00 #11 10.04 added from: http://tf-mirrors.gz1.opensdn.io/re 1.0 MB/s | 18 kB 00:00 #11 10.20 added from: http://tf-mirrors.gz1.opensdn.io/re 14 kB/s | 257 B 00:00 #11 10.35 added from: http://tf-mirrors.gz1.opensdn.io/re 918 kB/s | 15 kB 00:00 #11 10.51 added from: http://tf-mirrors.gz1.opensdn.io/re 4.9 MB/s | 96 kB 00:00 #11 10.98 added from: http://tf-mirrors.gz1.opensdn.io/re 122 MB/s | 39 MB 00:00 #11 18.59 Third parties for OpenSDN 48 MB/s | 5.1 MB 00:00 #11 23.08 Available Packages #11 23.08 Name : git-review #11 23.08 Version : 2.3.1 #11 23.08 Release : 7.el9 #11 23.08 Architecture : noarch #11 23.08 Size : 86 k #11 23.08 Source : git-review-2.3.1-7.el9.src.rpm #11 23.08 Repository : tf-mirrors.ci_repos_epel9.repo #11 23.08 Summary : A Git helper for integration with Gerrit #11 23.08 URL : https://opendev.org/opendev/git-review #11 23.08 License : ASL 2.0 #11 23.08 Description : An extension for source control system Git that creates and manages #11 23.08 : review requests in the patch management system Gerrit. It replaces the #11 23.08 : rfc.sh script. #11 23.08 #11 DONE 23.3s #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-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.071 /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) #12 0.071 + source /etc/os-release #12 0.071 ++ NAME='Rocky Linux' #12 0.071 ++ VERSION='9.3 (Blue Onyx)' #12 0.071 ++ ID=rocky #12 0.071 ++ ID_LIKE='rhel centos fedora' #12 0.071 ++ VERSION_ID=9.3 #12 0.071 ++ PLATFORM_ID=platform:el9 #12 0.071 ++ PRETTY_NAME='Rocky Linux 9.3 (Blue Onyx)' #12 0.071 ++ ANSI_COLOR='0;32' #12 0.071 ++ LOGO=fedora-logo-icon #12 0.071 ++ CPE_NAME=cpe:/o:rocky:rocky:9::baseos #12 0.071 ++ HOME_URL=https://rockylinux.org/ #12 0.071 ++ BUG_REPORT_URL=https://bugs.rockylinux.org/ #12 0.071 ++ SUPPORT_END=2032-05-31 #12 0.071 ++ ROCKY_SUPPORT_PRODUCT=Rocky-Linux-9 #12 0.071 ++ ROCKY_SUPPORT_PRODUCT_VERSION=9.3 #12 0.071 ++ REDHAT_SUPPORT_PRODUCT='Rocky Linux' #12 0.071 ++ REDHAT_SUPPORT_PRODUCT_VERSION=9.3 #12 0.072 + find /etc/yum.repos.d/ #12 0.072 + grep -i centos #12 0.072 + xargs -r rm #12 0.077 + ls -l /etc/yum.repos.d/ #12 0.080 total 32 #12 0.080 -rw-r--r--. 1 root root 2707 Feb 24 15:23 mirror-base-rocky9.repo #12 0.080 -rw-r--r--. 1 root root 217 Feb 24 15:23 mirror-docker9.repo #12 0.080 -rw-r--r--. 1 root root 204 Feb 24 15:23 mirror-epel9.repo #12 0.080 -rw-r--r--. 1 root root 1 Feb 24 15:23 rocky-addons.repo #12 0.080 -rw-r--r--. 1 root root 1 Feb 24 15:23 rocky-devel.repo #12 0.080 -rw-r--r--. 1 root root 1 Feb 24 15:23 rocky-extras.repo #12 0.080 -rw-r--r--. 1 root root 1 Feb 24 15:23 rocky.repo #12 0.080 -rw-r--r--. 1 root root 140 Feb 24 15:23 tpc.repo #12 0.080 + yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical #12 0.216 Failed to set locale, defaulting to C.UTF-8 #12 0.648 Last metadata expiration check: 0:00:05 ago on Tue Feb 24 15:23:30 2026. #12 0.807 No security updates needed, but 101 updates available #12 0.855 Dependencies resolved. #12 0.856 Nothing to do. #12 0.856 Complete! #12 0.890 + yum install -y hostname iproute less wget openssl glibc-langpack-en rsync procps-ng python3-pip #12 0.967 Failed to set locale, defaulting to C.UTF-8 #12 1.286 Last metadata expiration check: 0:00:06 ago on Tue Feb 24 15:23:30 2026. #12 1.427 Package hostname-3.23-6.el9.x86_64 is already installed. #12 1.429 Package less-590-2.el9_2.x86_64 is already installed. #12 1.432 Package openssl-1:3.0.7-24.el9.x86_64 is already installed. #12 1.474 Dependencies resolved. #12 1.476 ============================================================================================= #12 1.476 Package Arch Version Repository Size #12 1.476 ============================================================================================= #12 1.476 Installing: #12 1.476 glibc-langpack-en x86_64 2.34-231.el9_7.2 tf-mirrors.ci_repos_yum9-baseos 555 k #12 1.476 iproute x86_64 6.14.0-2.el9 tf-mirrors.ci_repos_yum9-baseos 808 k #12 1.476 procps-ng x86_64 3.3.17-14.el9 tf-mirrors.ci_repos_yum9-baseos 332 k #12 1.476 python3-pip noarch 21.3.1-1.el9 tf-mirrors.ci_repos_yum9-appstream 1.7 M #12 1.476 rsync x86_64 3.2.5-3.el9 tf-mirrors.ci_repos_yum9-baseos 403 k #12 1.476 wget x86_64 1.21.1-8.el9_4 tf-mirrors.ci_repos_yum9-appstream 768 k #12 1.476 Upgrading: #12 1.476 glibc x86_64 2.34-231.el9_7.2 tf-mirrors.ci_repos_yum9-baseos 2.0 M #12 1.476 glibc-common x86_64 2.34-231.el9_7.2 tf-mirrors.ci_repos_yum9-baseos 298 k #12 1.476 glibc-minimal-langpack x86_64 2.34-231.el9_7.2 tf-mirrors.ci_repos_yum9-baseos 25 k #12 1.476 less x86_64 590-6.el9 tf-mirrors.ci_repos_yum9-baseos 160 k #12 1.476 openssl x86_64 1:3.5.1-7.el9_7 tf-mirrors.ci_repos_yum9-baseos 1.4 M #12 1.476 openssl-libs x86_64 1:3.5.1-7.el9_7 tf-mirrors.ci_repos_yum9-baseos 2.3 M #12 1.476 Installing dependencies: #12 1.476 libbpf x86_64 2:1.5.0-2.el9 tf-mirrors.ci_repos_yum9-baseos 185 k #12 1.476 libmnl x86_64 1.0.4-16.el9_4 tf-mirrors.ci_repos_yum9-baseos 27 k #12 1.476 libpsl x86_64 0.21.1-5.el9 tf-mirrors.ci_repos_yum9-baseos 63 k #12 1.476 openssl-fips-provider x86_64 1:3.5.1-7.el9_7 tf-mirrors.ci_repos_yum9-baseos 812 k #12 1.476 psmisc x86_64 23.4-3.el9 tf-mirrors.ci_repos_yum9-baseos 226 k #12 1.476 publicsuffix-list-dafsa noarch 20210518-3.el9 tf-mirrors.ci_repos_yum9-baseos 58 k #12 1.476 Installing weak dependencies: #12 1.476 libxcrypt-compat x86_64 4.4.18-3.el9 tf-mirrors.ci_repos_yum9-appstream 88 k #12 1.476 python3-setuptools noarch 53.0.0-15.el9 tf-mirrors.ci_repos_yum9-baseos 831 k #12 1.476 #12 1.476 Transaction Summary #12 1.476 ============================================================================================= #12 1.476 Install 14 Packages #12 1.476 Upgrade 6 Packages #12 1.476 #12 1.477 Total download size: 13 M #12 1.477 Downloading Packages: #12 1.495 (1/20): libbpf-1.5.0-2.el9.x86_64.rpm 12 MB/s | 185 kB 00:00 #12 1.501 (2/20): libmnl-1.0.4-16.el9_4.x86_64.rpm 5.5 MB/s | 27 kB 00:00 #12 1.508 (3/20): glibc-langpack-en-2.34-231.el9_7.2.x86_ 19 MB/s | 555 kB 00:00 #12 1.512 (4/20): libpsl-0.21.1-5.el9.x86_64.rpm 5.7 MB/s | 63 kB 00:00 #12 1.523 (5/20): iproute-6.14.0-2.el9.x86_64.rpm 18 MB/s | 808 kB 00:00 #12 1.533 (6/20): openssl-fips-provider-3.5.1-7.el9_7.x86 32 MB/s | 812 kB 00:00 #12 1.540 (7/20): psmisc-23.4-3.el9.x86_64.rpm 13 MB/s | 226 kB 00:00 #12 1.544 (8/20): procps-ng-3.3.17-14.el9.x86_64.rpm 10 MB/s | 332 kB 00:00 #12 1.547 (9/20): publicsuffix-list-dafsa-20210518-3.el9. 4.2 MB/s | 58 kB 00:00 #12 1.553 (10/20): libxcrypt-compat-4.4.18-3.el9.x86_64.r 17 MB/s | 88 kB 00:00 #12 1.559 (11/20): rsync-3.2.5-3.el9.x86_64.rpm 28 MB/s | 403 kB 00:00 #12 1.568 (12/20): python3-setuptools-53.0.0-15.el9.noarc 29 MB/s | 831 kB 00:00 #12 1.586 (13/20): wget-1.21.1-8.el9_4.x86_64.rpm 28 MB/s | 768 kB 00:00 #12 1.604 (14/20): python3-pip-21.3.1-1.el9.noarch.rpm 35 MB/s | 1.7 MB 00:00 #12 1.610 (15/20): glibc-common-2.34-231.el9_7.2.x86_64.r 13 MB/s | 298 kB 00:00 #12 1.613 (16/20): glibc-minimal-langpack-2.34-231.el9_7. 2.8 MB/s | 25 kB 00:00 #12 1.617 (17/20): less-590-6.el9.x86_64.rpm 22 MB/s | 160 kB 00:00 #12 1.634 (18/20): glibc-2.34-231.el9_7.2.x86_64.rpm 30 MB/s | 2.0 MB 00:00 #12 1.651 (19/20): openssl-3.5.1-7.el9_7.x86_64.rpm 37 MB/s | 1.4 MB 00:00 #12 1.674 (20/20): openssl-libs-3.5.1-7.el9_7.x86_64.rpm 41 MB/s | 2.3 MB 00:00 #12 1.674 -------------------------------------------------------------------------------- #12 1.674 Total 66 MB/s | 13 MB 00:00 #12 1.675 Running transaction check #12 2.030 Transaction check succeeded. #12 2.030 Running transaction test #12 2.205 Transaction test succeeded. #12 2.205 Running transaction #12 2.548 Preparing : 1/1 #12 2.629 Upgrading : glibc-common-2.34-231.el9_7.2.x86_64 1/26 #12 2.640 Upgrading : glibc-minimal-langpack-2.34-231.el9_7.2.x86_64 2/26 #12 2.644 Running scriptlet: glibc-2.34-231.el9_7.2.x86_64 3/26 #12 2.708 Upgrading : glibc-2.34-231.el9_7.2.x86_64 3/26 #12 2.718 Running scriptlet: glibc-2.34-231.el9_7.2.x86_64 3/26 #12 2.898 Installing : glibc-langpack-en-2.34-231.el9_7.2.x86_64 4/26 #12 2.912 Installing : libbpf-2:1.5.0-2.el9.x86_64 5/26 #12 2.918 Installing : libmnl-1.0.4-16.el9_4.x86_64 6/26 #12 2.942 Installing : openssl-fips-provider-1:3.5.1-7.el9_7.x86_64 7/26 #12 3.009 Upgrading : openssl-libs-1:3.5.1-7.el9_7.x86_64 8/26 #12 3.021 Installing : psmisc-23.4-3.el9.x86_64 9/26 #12 3.030 Installing : libxcrypt-compat-4.4.18-3.el9.x86_64 10/26 #12 3.101 Installing : python3-setuptools-53.0.0-15.el9.noarch 11/26 #12 3.116 Installing : publicsuffix-list-dafsa-20210518-3.el9.noarch 12/26 #12 3.121 Installing : libpsl-0.21.1-5.el9.x86_64 13/26 #12 3.136 Installing : wget-1.21.1-8.el9_4.x86_64 14/26 #12 3.319 Installing : python3-pip-21.3.1-1.el9.noarch 15/26 #12 3.363 Installing : iproute-6.14.0-2.el9.x86_64 16/26 #12 3.379 Installing : rsync-3.2.5-3.el9.x86_64 17/26 #12 3.429 Upgrading : openssl-1:3.5.1-7.el9_7.x86_64 18/26 #12 3.452 Installing : procps-ng-3.3.17-14.el9.x86_64 19/26 #12 3.465 Upgrading : less-590-6.el9.x86_64 20/26 #12 3.475 Cleanup : openssl-1:3.0.7-24.el9.x86_64 21/26 #12 3.484 Cleanup : openssl-libs-1:3.0.7-24.el9.x86_64 22/26 #12 3.491 Cleanup : less-590-2.el9_2.x86_64 23/26 #12 3.501 Cleanup : glibc-2.34-83.el9.7.x86_64 24/26 #12 3.510 Cleanup : glibc-minimal-langpack-2.34-83.el9.7.x86_64 25/26 #12 3.515 Cleanup : glibc-common-2.34-83.el9.7.x86_64 26/26 #12 3.520 Running scriptlet: iproute-6.14.0-2.el9.x86_64 26/26 #12 3.532 Running scriptlet: glibc-common-2.34-83.el9.7.x86_64 26/26 #12 3.948 Verifying : glibc-langpack-en-2.34-231.el9_7.2.x86_64 1/26 #12 3.948 Verifying : iproute-6.14.0-2.el9.x86_64 2/26 #12 3.948 Verifying : libbpf-2:1.5.0-2.el9.x86_64 3/26 #12 3.948 Verifying : libmnl-1.0.4-16.el9_4.x86_64 4/26 #12 3.948 Verifying : libpsl-0.21.1-5.el9.x86_64 5/26 #12 3.948 Verifying : openssl-fips-provider-1:3.5.1-7.el9_7.x86_64 6/26 #12 3.948 Verifying : procps-ng-3.3.17-14.el9.x86_64 7/26 #12 3.948 Verifying : psmisc-23.4-3.el9.x86_64 8/26 #12 3.948 Verifying : publicsuffix-list-dafsa-20210518-3.el9.noarch 9/26 #12 3.948 Verifying : python3-setuptools-53.0.0-15.el9.noarch 10/26 #12 3.949 Verifying : rsync-3.2.5-3.el9.x86_64 11/26 #12 3.949 Verifying : libxcrypt-compat-4.4.18-3.el9.x86_64 12/26 #12 3.949 Verifying : python3-pip-21.3.1-1.el9.noarch 13/26 #12 3.949 Verifying : wget-1.21.1-8.el9_4.x86_64 14/26 #12 3.949 Verifying : glibc-2.34-231.el9_7.2.x86_64 15/26 #12 3.949 Verifying : glibc-2.34-83.el9.7.x86_64 16/26 #12 3.949 Verifying : glibc-common-2.34-231.el9_7.2.x86_64 17/26 #12 3.949 Verifying : glibc-common-2.34-83.el9.7.x86_64 18/26 #12 3.949 Verifying : glibc-minimal-langpack-2.34-231.el9_7.2.x86_64 19/26 #12 3.949 Verifying : glibc-minimal-langpack-2.34-83.el9.7.x86_64 20/26 #12 3.949 Verifying : less-590-6.el9.x86_64 21/26 #12 3.949 Verifying : less-590-2.el9_2.x86_64 22/26 #12 3.949 Verifying : openssl-1:3.5.1-7.el9_7.x86_64 23/26 #12 3.949 Verifying : openssl-1:3.0.7-24.el9.x86_64 24/26 #12 3.949 Verifying : openssl-libs-1:3.5.1-7.el9_7.x86_64 25/26 #12 3.949 Verifying : openssl-libs-1:3.0.7-24.el9.x86_64 26/26 #12 4.008 #12 4.008 Upgraded: #12 4.008 glibc-2.34-231.el9_7.2.x86_64 #12 4.008 glibc-common-2.34-231.el9_7.2.x86_64 #12 4.008 glibc-minimal-langpack-2.34-231.el9_7.2.x86_64 #12 4.008 less-590-6.el9.x86_64 #12 4.008 openssl-1:3.5.1-7.el9_7.x86_64 #12 4.008 openssl-libs-1:3.5.1-7.el9_7.x86_64 #12 4.008 Installed: #12 4.008 glibc-langpack-en-2.34-231.el9_7.2.x86_64 #12 4.008 iproute-6.14.0-2.el9.x86_64 #12 4.008 libbpf-2:1.5.0-2.el9.x86_64 #12 4.008 libmnl-1.0.4-16.el9_4.x86_64 #12 4.008 libpsl-0.21.1-5.el9.x86_64 #12 4.008 libxcrypt-compat-4.4.18-3.el9.x86_64 #12 4.008 openssl-fips-provider-1:3.5.1-7.el9_7.x86_64 #12 4.008 procps-ng-3.3.17-14.el9.x86_64 #12 4.008 psmisc-23.4-3.el9.x86_64 #12 4.008 publicsuffix-list-dafsa-20210518-3.el9.noarch #12 4.008 python3-pip-21.3.1-1.el9.noarch #12 4.008 python3-setuptools-53.0.0-15.el9.noarch #12 4.008 rsync-3.2.5-3.el9.x86_64 #12 4.008 wget-1.21.1-8.el9_4.x86_64 #12 4.008 #12 4.008 Complete! #12 4.151 + yum clean all -y #12 4.288 77 files removed #12 4.310 + rm -rf /var/cache/yum #12 4.312 + groupadd --gid 1999 --system contrail #12 4.336 + useradd -md /home/contrail --uid 1999 --shell /sbin/nologin --system --gid 1999 contrail #12 4.349 useradd warning: contrail's uid 1999 is greater than SYS_UID_MAX 999 #12 DONE 4.4s #13 exporting to image #13 exporting layers #13 exporting layers 0.9s done #13 writing image sha256:8666d9d24365b8f696acd69b09e81c77402cc4f3a7b85fea8d7d6eab5d8f76e7 done #13 naming to nexus.gz1.opensdn.io:5101/opensdn-general-base:r25.1-2_6_4_3-1 done #13 DONE 1.0s 2026-02-24 15:23:40,478: INFO: Docker build duration: 31 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-general-base] f41f0e197bc0: Preparing 693f8ebf5aa8: Preparing c574c57f7a5a: Preparing 911dd8f2d580: Preparing a3a41598edfd: Preparing b8540ae67135: Preparing 024a40678227: Preparing 44343de3ea1d: Preparing b8540ae67135: Waiting 024a40678227: Waiting 44343de3ea1d: Waiting 911dd8f2d580: Pushed c574c57f7a5a: Pushed a3a41598edfd: Pushed 44343de3ea1d: Layer already exists b8540ae67135: Pushed 024a40678227: Pushed f41f0e197bc0: Pushed 693f8ebf5aa8: Pushed r25.1-2_6_4_3-1: digest: sha256:d1165671f999c5aea0f34ed7711da9a5721f995c4f57c4e963a0b0fc9042511a size: 1990 2026-02-24 15:23:51,000: INFO: Building opensdn-general-base finished successfully, duration: 41 seconds WARNING: This output is designed for human readability. For machine-readable output, please use --format. IMAGE ID DISK USAGE CONTENT SIZE EXTRA nexus.gz1.opensdn.io:5101/opensdn-ansible-deployer-src:r25.1-2_6_4_3-1 937e04b8e89b 1.4MB 0B nexus.gz1.opensdn.io:5101/opensdn-build-manifest-src:r25.1-2_6_4_3-1 5d8d038523a0 3.78kB 0B nexus.gz1.opensdn.io:5101/opensdn-charms-src:r25.1-2_6_4_3-1 7872af029f5a 6.05MB 0B nexus.gz1.opensdn.io:5101/opensdn-container-builder-src:r25.1-2_6_4_3-1 cefead59fe44 2.38MB 0B nexus.gz1.opensdn.io:5101/opensdn-general-base:r25.1-2_6_4_3-1 8666d9d24365 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-kolla-ansible-src:r25.1-2_6_4_3-1 9acb501728fb 32.7MB 0B nexus.gz1.opensdn.io:5101/tf-dev-sandbox:stable af36394ba144 2.9GB 0B U tf-dev-sandbox:compile 4273457cbbd4 24.7GB 0B