#9 DONE 0.5s #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.099 /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) #12 0.099 + dnf info git-review #12 0.300 Failed to set locale, defaulting to C.UTF-8 #12 0.676 added from: http://tf-mirrors.gz1.opensdn.io/re 96 MB/s | 18 MB 00:00 #12 2.961 added from: http://tf-mirrors.gz1.opensdn.io/re 49 MB/s | 2.9 MB 00:00 #12 3.527 added from: http://tf-mirrors.gz1.opensdn.io/re 20 MB/s | 516 kB 00:00 #12 3.911 added from: http://tf-mirrors.gz1.opensdn.io/re 95 MB/s | 20 MB 00:00 #12 8.015 added from: http://tf-mirrors.gz1.opensdn.io/re 94 MB/s | 15 MB 00:00 #12 10.87 added from: http://tf-mirrors.gz1.opensdn.io/re 33 MB/s | 1.2 MB 00:00 #12 11.29 added from: http://tf-mirrors.gz1.opensdn.io/re 69 MB/s | 6.3 MB 00:00 #12 12.60 added from: http://tf-mirrors.gz1.opensdn.io/re 27 MB/s | 966 kB 00:00 #12 12.93 added from: http://tf-mirrors.gz1.opensdn.io/re 19 MB/s | 480 kB 00:00 #12 13.16 added from: http://tf-mirrors.gz1.opensdn.io/re 1.2 MB/s | 19 kB 00:00 #12 13.35 added from: http://tf-mirrors.gz1.opensdn.io/re 16 kB/s | 257 B 00:00 #12 13.54 added from: http://tf-mirrors.gz1.opensdn.io/re 891 kB/s | 15 kB 00:00 #12 13.73 added from: http://tf-mirrors.gz1.opensdn.io/re 5.7 MB/s | 112 kB 00:00 #12 14.31 added from: http://tf-mirrors.gz1.opensdn.io/re 118 MB/s | 44 MB 00:00 #12 23.27 Third parties for OpenSDN 57 MB/s | 5.1 MB 00:00 #12 28.37 Available Packages #12 28.37 Name : git-review #12 28.37 Version : 2.3.1 #12 28.37 Release : 7.el9 #12 28.37 Architecture : noarch #12 28.37 Size : 86 k #12 28.37 Source : git-review-2.3.1-7.el9.src.rpm #12 28.37 Repository : tf-mirrors.ci_repos_epel9.repo #12 28.37 Summary : A Git helper for integration with Gerrit #12 28.37 URL : https://opendev.org/opendev/git-review #12 28.37 License : ASL 2.0 #12 28.37 Description : An extension for source control system Git that creates and manages #12 28.37 : review requests in the patch management system Gerrit. It replaces the #12 28.37 : rfc.sh script. #12 28.37 #12 DONE 28.6s #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 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.072 /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) #13 0.072 + source /etc/os-release #13 0.072 ++ NAME='Rocky Linux' #13 0.072 ++ VERSION='9.3 (Blue Onyx)' #13 0.072 ++ ID=rocky #13 0.072 ++ ID_LIKE='rhel centos fedora' #13 0.072 ++ VERSION_ID=9.3 #13 0.072 ++ PLATFORM_ID=platform:el9 #13 0.072 ++ PRETTY_NAME='Rocky Linux 9.3 (Blue Onyx)' #13 0.072 ++ ANSI_COLOR='0;32' #13 0.072 ++ LOGO=fedora-logo-icon #13 0.072 ++ CPE_NAME=cpe:/o:rocky:rocky:9::baseos #13 0.072 ++ HOME_URL=https://rockylinux.org/ #13 0.072 ++ BUG_REPORT_URL=https://bugs.rockylinux.org/ #13 0.072 ++ SUPPORT_END=2032-05-31 #13 0.072 ++ ROCKY_SUPPORT_PRODUCT=Rocky-Linux-9 #13 0.072 ++ ROCKY_SUPPORT_PRODUCT_VERSION=9.3 #13 0.072 ++ REDHAT_SUPPORT_PRODUCT='Rocky Linux' #13 0.072 ++ REDHAT_SUPPORT_PRODUCT_VERSION=9.3 #13 0.073 + find /etc/yum.repos.d/ #13 0.073 + grep -i centos #13 0.073 + xargs -r rm #13 0.076 + ls -l /etc/yum.repos.d/ #13 0.079 total 32 #13 0.079 -rw-r--r--. 1 root root 2707 Jun 19 21:08 mirror-base-rocky9.repo #13 0.079 -rw-r--r--. 1 root root 217 Jun 19 21:08 mirror-docker9.repo #13 0.079 -rw-r--r--. 1 root root 204 Jun 19 21:08 mirror-epel9.repo #13 0.079 -rw-r--r--. 1 root root 1 Jun 19 21:08 rocky-addons.repo #13 0.079 -rw-r--r--. 1 root root 1 Jun 19 21:08 rocky-devel.repo #13 0.079 -rw-r--r--. 1 root root 1 Jun 19 21:08 rocky-extras.repo #13 0.079 -rw-r--r--. 1 root root 1 Jun 19 21:08 rocky.repo #13 0.079 -rw-r--r--. 1 root root 140 Jun 19 21:08 tpc.repo #13 0.080 + dnf -y update-minimal --security --sec-severity=Important --sec-severity=Critical #13 0.147 Failed to set locale, defaulting to C.UTF-8 #13 0.599 Last metadata expiration check: 0:00:06 ago on Fri Jun 19 21:08:47 2026. #13 0.807 No security updates needed, but 106 updates available #13 0.862 Dependencies resolved. #13 0.864 Nothing to do. #13 0.864 Complete! #13 0.894 + dnf install -y hostname iproute less wget openssl glibc-langpack-en rsync procps-ng python3-pip #13 0.958 Failed to set locale, defaulting to C.UTF-8 #13 1.407 Last metadata expiration check: 0:00:07 ago on Fri Jun 19 21:08:47 2026. #13 1.599 Package hostname-3.23-6.el9.x86_64 is already installed. #13 1.601 Package less-590-2.el9_2.x86_64 is already installed. #13 1.604 Package openssl-1:3.0.7-24.el9.x86_64 is already installed. #13 1.653 Dependencies resolved. #13 1.655 ===================================================================================================== #13 1.655 Package Arch Version Repository Size #13 1.655 ===================================================================================================== #13 1.655 Installing: #13 1.655 glibc-langpack-en x86_64 2.34-270.el9_8 tf-mirrors.ci_repos_yum9-baseos 558 k #13 1.655 iproute x86_64 6.17.0-2.el9 tf-mirrors.ci_repos_yum9-baseos 838 k #13 1.655 procps-ng x86_64 3.3.17-14.el9 tf-mirrors.ci_repos_yum9-baseos 332 k #13 1.655 python3-pip noarch 21.3.1-2.el9_8.rocky.0.1 tf-mirrors.ci_repos_yum9-appstream 1.7 M #13 1.655 rsync x86_64 3.2.5-7.el9_8 tf-mirrors.ci_repos_yum9-baseos 403 k #13 1.655 wget x86_64 1.21.1-8.el9_4 tf-mirrors.ci_repos_yum9-appstream 768 k #13 1.655 Upgrading: #13 1.655 glibc x86_64 2.34-270.el9_8 tf-mirrors.ci_repos_yum9-baseos 2.0 M #13 1.655 glibc-common x86_64 2.34-270.el9_8 tf-mirrors.ci_repos_yum9-baseos 300 k #13 1.655 glibc-minimal-langpack x86_64 2.34-270.el9_8 tf-mirrors.ci_repos_yum9-baseos 28 k #13 1.655 less x86_64 590-6.el9 tf-mirrors.ci_repos_yum9-baseos 160 k #13 1.655 openssl x86_64 1:3.5.5-4.el9_8 tf-mirrors.ci_repos_yum9-baseos 1.4 M #13 1.655 openssl-libs x86_64 1:3.5.5-4.el9_8 tf-mirrors.ci_repos_yum9-baseos 2.3 M #13 1.655 Installing dependencies: #13 1.655 libbpf x86_64 2:1.5.0-3.el9 tf-mirrors.ci_repos_yum9-baseos 184 k #13 1.655 libmnl x86_64 1.0.4-16.el9_4 tf-mirrors.ci_repos_yum9-baseos 27 k #13 1.655 libpsl x86_64 0.21.1-5.el9 tf-mirrors.ci_repos_yum9-baseos 63 k #13 1.655 openssl-fips-provider x86_64 1:3.5.5-4.el9_8 tf-mirrors.ci_repos_yum9-baseos 814 k #13 1.655 psmisc x86_64 23.4-3.el9 tf-mirrors.ci_repos_yum9-baseos 226 k #13 1.655 publicsuffix-list-dafsa noarch 20210518-3.el9 tf-mirrors.ci_repos_yum9-baseos 58 k #13 1.655 Installing weak dependencies: #13 1.655 libxcrypt-compat x86_64 4.4.18-3.el9 tf-mirrors.ci_repos_yum9-appstream 88 k #13 1.655 python3-setuptools noarch 53.0.0-15.el9 tf-mirrors.ci_repos_yum9-baseos 831 k #13 1.655 #13 1.655 Transaction Summary #13 1.655 ===================================================================================================== #13 1.655 Install 14 Packages #13 1.655 Upgrade 6 Packages #13 1.655 #13 1.656 Total download size: 13 M #13 1.657 Downloading Packages: #13 1.680 (1/20): libbpf-1.5.0-3.el9.x86_64.rpm 8.8 MB/s | 184 kB 00:00 #13 1.689 (2/20): glibc-langpack-en-2.34-270.el9_8.x86_64 18 MB/s | 558 kB 00:00 #13 1.691 (3/20): libmnl-1.0.4-16.el9_4.x86_64.rpm 2.5 MB/s | 27 kB 00:00 #13 1.694 (4/20): libpsl-0.21.1-5.el9.x86_64.rpm 12 MB/s | 63 kB 00:00 #13 1.708 (5/20): iproute-6.17.0-2.el9.x86_64.rpm 17 MB/s | 838 kB 00:00 #13 1.716 (6/20): procps-ng-3.3.17-14.el9.x86_64.rpm 15 MB/s | 332 kB 00:00 #13 1.728 (7/20): openssl-fips-provider-3.5.5-4.el9_8.x86 22 MB/s | 814 kB 00:00 #13 1.732 (8/20): publicsuffix-list-dafsa-20210518-3.el9. 3.7 MB/s | 58 kB 00:00 #13 1.736 (9/20): psmisc-23.4-3.el9.x86_64.rpm 8.1 MB/s | 226 kB 00:00 #13 1.744 (10/20): rsync-3.2.5-7.el9_8.x86_64.rpm 34 MB/s | 403 kB 00:00 #13 1.748 (11/20): libxcrypt-compat-4.4.18-3.el9.x86_64.r 7.6 MB/s | 88 kB 00:00 #13 1.758 (12/20): python3-setuptools-53.0.0-15.el9.noarc 27 MB/s | 831 kB 00:00 #13 1.779 (13/20): wget-1.21.1-8.el9_4.x86_64.rpm 25 MB/s | 768 kB 00:00 #13 1.797 (14/20): python3-pip-21.3.1-2.el9_8.rocky.0.1.n 33 MB/s | 1.7 MB 00:00 #13 1.805 (15/20): glibc-common-2.34-270.el9_8.x86_64.rpm 11 MB/s | 300 kB 00:00 #13 1.809 (16/20): glibc-minimal-langpack-2.34-270.el9_8. 2.3 MB/s | 28 kB 00:00 #13 1.814 (17/20): less-590-6.el9.x86_64.rpm 19 MB/s | 160 kB 00:00 #13 1.835 (18/20): glibc-2.34-270.el9_8.x86_64.rpm 26 MB/s | 2.0 MB 00:00 #13 1.852 (19/20): openssl-3.5.5-4.el9_8.x86_64.rpm 33 MB/s | 1.4 MB 00:00 #13 1.880 (20/20): openssl-libs-3.5.5-4.el9_8.x86_64.rpm 35 MB/s | 2.3 MB 00:00 #13 1.880 -------------------------------------------------------------------------------- #13 1.880 Total 58 MB/s | 13 MB 00:00 #13 1.881 Running transaction check #13 2.229 Transaction check succeeded. #13 2.230 Running transaction test #13 2.414 Transaction test succeeded. #13 2.414 Running transaction #13 2.780 Preparing : 1/1 #13 2.870 Upgrading : glibc-common-2.34-270.el9_8.x86_64 1/26 #13 2.882 Upgrading : glibc-minimal-langpack-2.34-270.el9_8.x86_64 2/26 #13 2.886 Running scriptlet: glibc-2.34-270.el9_8.x86_64 3/26 #13 2.939 Upgrading : glibc-2.34-270.el9_8.x86_64 3/26 #13 2.949 Running scriptlet: glibc-2.34-270.el9_8.x86_64 3/26 #13 3.100 Installing : glibc-langpack-en-2.34-270.el9_8.x86_64 4/26 #13 3.112 Installing : libbpf-2:1.5.0-3.el9.x86_64 5/26 #13 3.118 Installing : libmnl-1.0.4-16.el9_4.x86_64 6/26 #13 3.135 Installing : openssl-fips-provider-1:3.5.5-4.el9_8.x86_64 7/26 #13 3.185 Upgrading : openssl-libs-1:3.5.5-4.el9_8.x86_64 8/26 #13 3.198 Installing : psmisc-23.4-3.el9.x86_64 9/26 #13 3.206 Installing : libxcrypt-compat-4.4.18-3.el9.x86_64 10/26 #13 3.274 Installing : python3-setuptools-53.0.0-15.el9.noarch 11/26 #13 3.290 Installing : publicsuffix-list-dafsa-20210518-3.el9.noarch 12/26 #13 3.295 Installing : libpsl-0.21.1-5.el9.x86_64 13/26 #13 3.308 Installing : wget-1.21.1-8.el9_4.x86_64 14/26 #13 3.470 Installing : python3-pip-21.3.1-2.el9_8.rocky.0.1.noarch 15/26 #13 3.513 Installing : iproute-6.17.0-2.el9.x86_64 16/26 #13 3.528 Installing : rsync-3.2.5-7.el9_8.x86_64 17/26 #13 3.574 Upgrading : openssl-1:3.5.5-4.el9_8.x86_64 18/26 #13 3.597 Installing : procps-ng-3.3.17-14.el9.x86_64 19/26 #13 3.609 Upgrading : less-590-6.el9.x86_64 20/26 #13 3.618 Cleanup : openssl-1:3.0.7-24.el9.x86_64 21/26 #13 3.627 Cleanup : openssl-libs-1:3.0.7-24.el9.x86_64 22/26 #13 3.632 Cleanup : less-590-2.el9_2.x86_64 23/26 #13 3.641 Cleanup : glibc-2.34-83.el9.7.x86_64 24/26 #13 3.650 Cleanup : glibc-minimal-langpack-2.34-83.el9.7.x86_64 25/26 #13 3.655 Cleanup : glibc-common-2.34-83.el9.7.x86_64 26/26 #13 3.660 Running scriptlet: iproute-6.17.0-2.el9.x86_64 26/26 #13 3.670 Running scriptlet: glibc-common-2.34-83.el9.7.x86_64 26/26 #13 4.076 Verifying : glibc-langpack-en-2.34-270.el9_8.x86_64 1/26 #13 4.076 Verifying : iproute-6.17.0-2.el9.x86_64 2/26 #13 4.077 Verifying : libbpf-2:1.5.0-3.el9.x86_64 3/26 #13 4.077 Verifying : libmnl-1.0.4-16.el9_4.x86_64 4/26 #13 4.077 Verifying : libpsl-0.21.1-5.el9.x86_64 5/26 #13 4.077 Verifying : openssl-fips-provider-1:3.5.5-4.el9_8.x86_64 6/26 #13 4.077 Verifying : procps-ng-3.3.17-14.el9.x86_64 7/26 #13 4.077 Verifying : psmisc-23.4-3.el9.x86_64 8/26 #13 4.077 Verifying : publicsuffix-list-dafsa-20210518-3.el9.noarch 9/26 #13 4.077 Verifying : python3-setuptools-53.0.0-15.el9.noarch 10/26 #13 4.077 Verifying : rsync-3.2.5-7.el9_8.x86_64 11/26 #13 4.077 Verifying : libxcrypt-compat-4.4.18-3.el9.x86_64 12/26 #13 4.077 Verifying : python3-pip-21.3.1-2.el9_8.rocky.0.1.noarch 13/26 #13 4.077 Verifying : wget-1.21.1-8.el9_4.x86_64 14/26 #13 4.077 Verifying : glibc-2.34-270.el9_8.x86_64 15/26 #13 4.077 Verifying : glibc-2.34-83.el9.7.x86_64 16/26 #13 4.077 Verifying : glibc-common-2.34-270.el9_8.x86_64 17/26 #13 4.077 Verifying : glibc-common-2.34-83.el9.7.x86_64 18/26 #13 4.077 Verifying : glibc-minimal-langpack-2.34-270.el9_8.x86_64 19/26 #13 4.077 Verifying : glibc-minimal-langpack-2.34-83.el9.7.x86_64 20/26 #13 4.077 Verifying : less-590-6.el9.x86_64 21/26 #13 4.077 Verifying : less-590-2.el9_2.x86_64 22/26 #13 4.077 Verifying : openssl-1:3.5.5-4.el9_8.x86_64 23/26 #13 4.078 Verifying : openssl-1:3.0.7-24.el9.x86_64 24/26 #13 4.078 Verifying : openssl-libs-1:3.5.5-4.el9_8.x86_64 25/26 #13 4.078 Verifying : openssl-libs-1:3.0.7-24.el9.x86_64 26/26 #13 4.146 #13 4.146 Upgraded: #13 4.146 glibc-2.34-270.el9_8.x86_64 #13 4.146 glibc-common-2.34-270.el9_8.x86_64 #13 4.146 glibc-minimal-langpack-2.34-270.el9_8.x86_64 #13 4.146 less-590-6.el9.x86_64 #13 4.146 openssl-1:3.5.5-4.el9_8.x86_64 #13 4.146 openssl-libs-1:3.5.5-4.el9_8.x86_64 #13 4.146 Installed: #13 4.146 glibc-langpack-en-2.34-270.el9_8.x86_64 #13 4.146 iproute-6.17.0-2.el9.x86_64 #13 4.146 libbpf-2:1.5.0-3.el9.x86_64 #13 4.146 libmnl-1.0.4-16.el9_4.x86_64 #13 4.146 libpsl-0.21.1-5.el9.x86_64 #13 4.146 libxcrypt-compat-4.4.18-3.el9.x86_64 #13 4.146 openssl-fips-provider-1:3.5.5-4.el9_8.x86_64 #13 4.146 procps-ng-3.3.17-14.el9.x86_64 #13 4.146 psmisc-23.4-3.el9.x86_64 #13 4.146 publicsuffix-list-dafsa-20210518-3.el9.noarch #13 4.146 python3-pip-21.3.1-2.el9_8.rocky.0.1.noarch #13 4.146 python3-setuptools-53.0.0-15.el9.noarch #13 4.146 rsync-3.2.5-7.el9_8.x86_64 #13 4.146 wget-1.21.1-8.el9_4.x86_64 #13 4.146 #13 4.146 Complete! #13 4.287 + dnf clean all -y #13 4.440 77 files removed #13 4.465 + rm -rf /var/cache/yum #13 4.467 + groupadd --gid 1999 --system contrail #13 4.491 + useradd -md /home/contrail --uid 1999 --shell /sbin/nologin --system --gid 1999 contrail #13 4.504 useradd warning: contrail's uid 1999 is greater than SYS_UID_MAX 999 #13 DONE 4.5s #14 exporting to image #14 exporting layers #14 exporting layers 1.1s done #14 writing image sha256:96d6bd14caeb92ea083feb8f44918bb6dfea7f6fef96f12d17a857d243453472 done #14 naming to nexus.gz1.opensdn.io:5101/opensdn-general-base:r26.1-2_8_8_1-1 done #14 DONE 1.2s 2026-06-19 21:08:58,787: INFO: Docker build duration: 37 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-general-base] a3de73d3f431: Preparing 103e8b70d769: Preparing 3f745c45736b: Preparing 585e6c24873f: Preparing a13f6eea6550: Preparing c66029b8e0c3: Preparing ac9f101ba11e: Preparing 8baaf3cb35b4: Preparing 44343de3ea1d: Preparing c66029b8e0c3: Waiting ac9f101ba11e: Waiting 8baaf3cb35b4: Waiting 44343de3ea1d: Waiting 585e6c24873f: Pushed 3f745c45736b: Pushed a13f6eea6550: Pushed c66029b8e0c3: Pushed ac9f101ba11e: Pushed 44343de3ea1d: Layer already exists 8baaf3cb35b4: Pushed a3de73d3f431: Pushed 103e8b70d769: Pushed r26.1-2_8_8_1-1: digest: sha256:23bb2abc77037f302efda350e109d811747d12ff9af6671239a8f35194556cea size: 2198 2026-06-19 21:09:11,469: INFO: Building opensdn-general-base finished successfully, duration: 50 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-general-base:r26.1-2_8_8_1-1 96d6bd14caeb 472MB 0B nexus.gz1.opensdn.io:5101/tf-ansible-deployer:r26.1-2_8_8_1-1 b0c8022491d5 1.41MB 0B nexus.gz1.opensdn.io:5101/tf-build-manifest:r26.1-2_8_8_1-1 ba800b9910ce 4.17kB 0B nexus.gz1.opensdn.io:5101/tf-charms:r26.1-2_8_8_1-1 d8644b3d1136 6.05MB 0B nexus.gz1.opensdn.io:5101/tf-container-builder:r26.1-2_8_8_1-1 0746e57a90d0 2.39MB 0B nexus.gz1.opensdn.io:5101/tf-dev-sandbox:stable 170d0caf9f6a 2.9GB 0B U nexus.gz1.opensdn.io:5101/tf-kolla-ansible:r26.1-2_8_8_1-1 6993036e4a6f 32.7MB 0B tf-dev-sandbox:compile b1bc833ea360 22.4GB 0B