#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.097 /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) #12 0.097 + dnf info git-review #12 0.308 Failed to set locale, defaulting to C.UTF-8 #12 0.666 added from: http://tf-mirrors.gz1.opensdn.io/re 111 MB/s | 18 MB 00:00 #12 3.251 added from: http://tf-mirrors.gz1.opensdn.io/re 56 MB/s | 2.9 MB 00:00 #12 3.871 added from: http://tf-mirrors.gz1.opensdn.io/re 21 MB/s | 516 kB 00:00 #12 4.232 added from: http://tf-mirrors.gz1.opensdn.io/re 123 MB/s | 20 MB 00:00 #12 8.765 added from: http://tf-mirrors.gz1.opensdn.io/re 101 MB/s | 15 MB 00:00 #12 12.07 added from: http://tf-mirrors.gz1.opensdn.io/re 35 MB/s | 1.2 MB 00:00 #12 12.52 added from: http://tf-mirrors.gz1.opensdn.io/re 79 MB/s | 6.3 MB 00:00 #12 14.01 added from: http://tf-mirrors.gz1.opensdn.io/re 35 MB/s | 966 kB 00:00 #12 14.39 added from: http://tf-mirrors.gz1.opensdn.io/re 20 MB/s | 480 kB 00:00 #12 14.66 added from: http://tf-mirrors.gz1.opensdn.io/re 1.2 MB/s | 19 kB 00:00 #12 14.87 added from: http://tf-mirrors.gz1.opensdn.io/re 16 kB/s | 257 B 00:00 #12 15.08 added from: http://tf-mirrors.gz1.opensdn.io/re 934 kB/s | 15 kB 00:00 #12 15.31 added from: http://tf-mirrors.gz1.opensdn.io/re 6.3 MB/s | 112 kB 00:00 #12 15.86 added from: http://tf-mirrors.gz1.opensdn.io/re 137 MB/s | 44 MB 00:00 #12 26.33 Third parties for OpenSDN 42 MB/s | 5.1 MB 00:00 #12 32.44 Available Packages #12 32.44 Name : git-review #12 32.44 Version : 2.3.1 #12 32.44 Release : 7.el9 #12 32.44 Architecture : noarch #12 32.44 Size : 86 k #12 32.44 Source : git-review-2.3.1-7.el9.src.rpm #12 32.44 Repository : tf-mirrors.ci_repos_epel9.repo #12 32.44 Summary : A Git helper for integration with Gerrit #12 32.44 URL : https://opendev.org/opendev/git-review #12 32.44 License : ASL 2.0 #12 32.44 Description : An extension for source control system Git that creates and manages #12 32.44 : review requests in the patch management system Gerrit. It replaces the #12 32.44 : rfc.sh script. #12 32.44 #12 DONE 32.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.071 /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) #13 0.071 + source /etc/os-release #13 0.071 ++ NAME='Rocky Linux' #13 0.071 ++ VERSION='9.3 (Blue Onyx)' #13 0.071 ++ ID=rocky #13 0.071 ++ ID_LIKE='rhel centos fedora' #13 0.071 ++ VERSION_ID=9.3 #13 0.071 ++ PLATFORM_ID=platform:el9 #13 0.071 ++ PRETTY_NAME='Rocky Linux 9.3 (Blue Onyx)' #13 0.071 ++ ANSI_COLOR='0;32' #13 0.071 ++ LOGO=fedora-logo-icon #13 0.071 ++ CPE_NAME=cpe:/o:rocky:rocky:9::baseos #13 0.071 ++ HOME_URL=https://rockylinux.org/ #13 0.071 ++ BUG_REPORT_URL=https://bugs.rockylinux.org/ #13 0.071 ++ SUPPORT_END=2032-05-31 #13 0.071 ++ ROCKY_SUPPORT_PRODUCT=Rocky-Linux-9 #13 0.071 ++ ROCKY_SUPPORT_PRODUCT_VERSION=9.3 #13 0.071 ++ REDHAT_SUPPORT_PRODUCT='Rocky Linux' #13 0.071 ++ REDHAT_SUPPORT_PRODUCT_VERSION=9.3 #13 0.072 + find /etc/yum.repos.d/ #13 0.072 + grep -i centos #13 0.072 + xargs -r rm #13 0.074 + ls -l /etc/yum.repos.d/ #13 0.077 total 32 #13 0.077 -rw-r--r--. 1 root root 2707 Sep 8 11:08 mirror-base-rocky9.repo #13 0.077 -rw-r--r--. 1 root root 217 Sep 8 11:08 mirror-docker9.repo #13 0.077 -rw-r--r--. 1 root root 204 Sep 8 11:08 mirror-epel9.repo #13 0.077 -rw-r--r--. 1 root root 1 Sep 8 11:08 rocky-addons.repo #13 0.077 -rw-r--r--. 1 root root 1 Sep 8 11:08 rocky-devel.repo #13 0.077 -rw-r--r--. 1 root root 1 Sep 8 11:08 rocky-extras.repo #13 0.077 -rw-r--r--. 1 root root 1 Sep 8 11:08 rocky.repo #13 0.077 -rw-r--r--. 1 root root 140 Sep 8 11:08 tpc.repo #13 0.077 + dnf -y update-minimal --security --sec-severity=Important --sec-severity=Critical #13 0.196 Failed to set locale, defaulting to C.UTF-8 #13 0.766 Last metadata expiration check: 0:00:07 ago on Tue Sep 8 11:08:33 2026. #13 1.008 No security updates needed, but 106 updates available #13 1.070 Dependencies resolved. #13 1.072 Nothing to do. #13 1.072 Complete! #13 1.105 + dnf install -y hostname iproute less wget openssl glibc-langpack-en rsync procps-ng python3-pip #13 1.180 Failed to set locale, defaulting to C.UTF-8 #13 1.668 Last metadata expiration check: 0:00:08 ago on Tue Sep 8 11:08:33 2026. #13 1.887 Package hostname-3.23-6.el9.x86_64 is already installed. #13 1.890 Package less-590-2.el9_2.x86_64 is already installed. #13 1.893 Package openssl-1:3.0.7-24.el9.x86_64 is already installed. #13 1.951 Dependencies resolved. #13 1.954 ===================================================================================================== #13 1.954 Package Arch Version Repository Size #13 1.954 ===================================================================================================== #13 1.954 Installing: #13 1.954 glibc-langpack-en x86_64 2.34-270.el9_8 tf-mirrors.ci_repos_yum9-baseos 558 k #13 1.954 iproute x86_64 6.17.0-2.el9 tf-mirrors.ci_repos_yum9-baseos 838 k #13 1.954 procps-ng x86_64 3.3.17-14.el9 tf-mirrors.ci_repos_yum9-baseos 332 k #13 1.954 python3-pip noarch 21.3.1-2.el9_8.rocky.0.1 tf-mirrors.ci_repos_yum9-appstream 1.7 M #13 1.954 rsync x86_64 3.2.5-7.el9_8 tf-mirrors.ci_repos_yum9-baseos 403 k #13 1.954 wget x86_64 1.21.1-8.el9_4 tf-mirrors.ci_repos_yum9-appstream 768 k #13 1.954 Upgrading: #13 1.954 glibc x86_64 2.34-270.el9_8 tf-mirrors.ci_repos_yum9-baseos 2.0 M #13 1.954 glibc-common x86_64 2.34-270.el9_8 tf-mirrors.ci_repos_yum9-baseos 300 k #13 1.954 glibc-minimal-langpack x86_64 2.34-270.el9_8 tf-mirrors.ci_repos_yum9-baseos 28 k #13 1.954 less x86_64 590-6.el9 tf-mirrors.ci_repos_yum9-baseos 160 k #13 1.954 openssl x86_64 1:3.5.5-4.el9_8 tf-mirrors.ci_repos_yum9-baseos 1.4 M #13 1.954 openssl-libs x86_64 1:3.5.5-4.el9_8 tf-mirrors.ci_repos_yum9-baseos 2.3 M #13 1.954 Installing dependencies: #13 1.954 libbpf x86_64 2:1.5.0-3.el9 tf-mirrors.ci_repos_yum9-baseos 184 k #13 1.954 libmnl x86_64 1.0.4-16.el9_4 tf-mirrors.ci_repos_yum9-baseos 27 k #13 1.954 libpsl x86_64 0.21.1-5.el9 tf-mirrors.ci_repos_yum9-baseos 63 k #13 1.954 openssl-fips-provider x86_64 1:3.5.5-4.el9_8 tf-mirrors.ci_repos_yum9-baseos 814 k #13 1.954 psmisc x86_64 23.4-3.el9 tf-mirrors.ci_repos_yum9-baseos 226 k #13 1.954 publicsuffix-list-dafsa noarch 20210518-3.el9 tf-mirrors.ci_repos_yum9-baseos 58 k #13 1.954 Installing weak dependencies: #13 1.954 libxcrypt-compat x86_64 4.4.18-3.el9 tf-mirrors.ci_repos_yum9-appstream 88 k #13 1.954 python3-setuptools noarch 53.0.0-15.el9 tf-mirrors.ci_repos_yum9-baseos 831 k #13 1.954 #13 1.954 Transaction Summary #13 1.954 ===================================================================================================== #13 1.954 Install 14 Packages #13 1.954 Upgrade 6 Packages #13 1.954 #13 1.955 Total download size: 13 M #13 1.955 Downloading Packages: #13 1.976 (1/20): glibc-langpack-en-2.34-270.el9_8.x86_64 30 MB/s | 558 kB 00:00 #13 1.981 (2/20): libbpf-1.5.0-3.el9.x86_64.rpm 7.9 MB/s | 184 kB 00:00 #13 1.984 (3/20): libmnl-1.0.4-16.el9_4.x86_64.rpm 3.7 MB/s | 27 kB 00:00 #13 1.987 (4/20): libpsl-0.21.1-5.el9.x86_64.rpm 12 MB/s | 63 kB 00:00 #13 1.996 (5/20): iproute-6.17.0-2.el9.x86_64.rpm 22 MB/s | 838 kB 00:00 #13 2.004 (6/20): procps-ng-3.3.17-14.el9.x86_64.rpm 20 MB/s | 332 kB 00:00 #13 2.009 (7/20): psmisc-23.4-3.el9.x86_64.rpm 19 MB/s | 226 kB 00:00 #13 2.012 (8/20): publicsuffix-list-dafsa-20210518-3.el9. 7.1 MB/s | 58 kB 00:00 #13 2.021 (9/20): openssl-fips-provider-3.5.5-4.el9_8.x86 22 MB/s | 814 kB 00:00 #13 2.028 (10/20): rsync-3.2.5-7.el9_8.x86_64.rpm 24 MB/s | 403 kB 00:00 #13 2.032 (11/20): libxcrypt-compat-4.4.18-3.el9.x86_64.r 8.5 MB/s | 88 kB 00:00 #13 2.041 (12/20): python3-setuptools-53.0.0-15.el9.noarc 25 MB/s | 831 kB 00:00 #13 2.053 (13/20): wget-1.21.1-8.el9_4.x86_64.rpm 36 MB/s | 768 kB 00:00 #13 2.061 (14/20): glibc-common-2.34-270.el9_8.x86_64.rpm 40 MB/s | 300 kB 00:00 #13 2.077 (15/20): python3-pip-21.3.1-2.el9_8.rocky.0.1.n 36 MB/s | 1.7 MB 00:00 #13 2.080 (16/20): glibc-minimal-langpack-2.34-270.el9_8. 1.4 MB/s | 28 kB 00:00 #13 2.085 (17/20): less-590-6.el9.x86_64.rpm 22 MB/s | 160 kB 00:00 #13 2.103 (18/20): glibc-2.34-270.el9_8.x86_64.rpm 32 MB/s | 2.0 MB 00:00 #13 2.119 (19/20): openssl-3.5.5-4.el9_8.x86_64.rpm 37 MB/s | 1.4 MB 00:00 #13 2.141 (20/20): openssl-libs-3.5.5-4.el9_8.x86_64.rpm 41 MB/s | 2.3 MB 00:00 #13 2.142 -------------------------------------------------------------------------------- #13 2.142 Total 70 MB/s | 13 MB 00:00 #13 2.142 Running transaction check #13 2.535 Transaction check succeeded. #13 2.535 Running transaction test #13 2.755 Transaction test succeeded. #13 2.756 Running transaction #13 3.121 Preparing : 1/1 #13 3.186 Upgrading : glibc-common-2.34-270.el9_8.x86_64 1/26 #13 3.196 Upgrading : glibc-minimal-langpack-2.34-270.el9_8.x86_64 2/26 #13 3.201 Running scriptlet: glibc-2.34-270.el9_8.x86_64 3/26 #13 3.260 Upgrading : glibc-2.34-270.el9_8.x86_64 3/26 #13 3.270 Running scriptlet: glibc-2.34-270.el9_8.x86_64 3/26 #13 3.429 Installing : glibc-langpack-en-2.34-270.el9_8.x86_64 4/26 #13 3.444 Installing : libbpf-2:1.5.0-3.el9.x86_64 5/26 #13 3.451 Installing : libmnl-1.0.4-16.el9_4.x86_64 6/26 #13 3.471 Installing : openssl-fips-provider-1:3.5.5-4.el9_8.x86_64 7/26 #13 3.525 Upgrading : openssl-libs-1:3.5.5-4.el9_8.x86_64 8/26 #13 3.538 Installing : psmisc-23.4-3.el9.x86_64 9/26 #13 3.547 Installing : libxcrypt-compat-4.4.18-3.el9.x86_64 10/26 #13 3.622 Installing : python3-setuptools-53.0.0-15.el9.noarch 11/26 #13 3.636 Installing : publicsuffix-list-dafsa-20210518-3.el9.noarch 12/26 #13 3.641 Installing : libpsl-0.21.1-5.el9.x86_64 13/26 #13 3.656 Installing : wget-1.21.1-8.el9_4.x86_64 14/26 #13 3.854 Installing : python3-pip-21.3.1-2.el9_8.rocky.0.1.noarch 15/26 #13 3.903 Installing : iproute-6.17.0-2.el9.x86_64 16/26 #13 3.921 Installing : rsync-3.2.5-7.el9_8.x86_64 17/26 #13 3.978 Upgrading : openssl-1:3.5.5-4.el9_8.x86_64 18/26 #13 4.003 Installing : procps-ng-3.3.17-14.el9.x86_64 19/26 #13 4.017 Upgrading : less-590-6.el9.x86_64 20/26 #13 4.027 Cleanup : openssl-1:3.0.7-24.el9.x86_64 21/26 #13 4.036 Cleanup : openssl-libs-1:3.0.7-24.el9.x86_64 22/26 #13 4.042 Cleanup : less-590-2.el9_2.x86_64 23/26 #13 4.052 Cleanup : glibc-2.34-83.el9.7.x86_64 24/26 #13 4.060 Cleanup : glibc-minimal-langpack-2.34-83.el9.7.x86_64 25/26 #13 4.066 Cleanup : glibc-common-2.34-83.el9.7.x86_64 26/26 #13 4.071 Running scriptlet: iproute-6.17.0-2.el9.x86_64 26/26 #13 4.083 Running scriptlet: glibc-common-2.34-83.el9.7.x86_64 26/26 #13 4.432 Verifying : glibc-langpack-en-2.34-270.el9_8.x86_64 1/26 #13 4.432 Verifying : iproute-6.17.0-2.el9.x86_64 2/26 #13 4.432 Verifying : libbpf-2:1.5.0-3.el9.x86_64 3/26 #13 4.432 Verifying : libmnl-1.0.4-16.el9_4.x86_64 4/26 #13 4.432 Verifying : libpsl-0.21.1-5.el9.x86_64 5/26 #13 4.432 Verifying : openssl-fips-provider-1:3.5.5-4.el9_8.x86_64 6/26 #13 4.433 Verifying : procps-ng-3.3.17-14.el9.x86_64 7/26 #13 4.433 Verifying : psmisc-23.4-3.el9.x86_64 8/26 #13 4.433 Verifying : publicsuffix-list-dafsa-20210518-3.el9.noarch 9/26 #13 4.433 Verifying : python3-setuptools-53.0.0-15.el9.noarch 10/26 #13 4.433 Verifying : rsync-3.2.5-7.el9_8.x86_64 11/26 #13 4.433 Verifying : libxcrypt-compat-4.4.18-3.el9.x86_64 12/26 #13 4.433 Verifying : python3-pip-21.3.1-2.el9_8.rocky.0.1.noarch 13/26 #13 4.433 Verifying : wget-1.21.1-8.el9_4.x86_64 14/26 #13 4.433 Verifying : glibc-2.34-270.el9_8.x86_64 15/26 #13 4.433 Verifying : glibc-2.34-83.el9.7.x86_64 16/26 #13 4.433 Verifying : glibc-common-2.34-270.el9_8.x86_64 17/26 #13 4.433 Verifying : glibc-common-2.34-83.el9.7.x86_64 18/26 #13 4.433 Verifying : glibc-minimal-langpack-2.34-270.el9_8.x86_64 19/26 #13 4.433 Verifying : glibc-minimal-langpack-2.34-83.el9.7.x86_64 20/26 #13 4.433 Verifying : less-590-6.el9.x86_64 21/26 #13 4.433 Verifying : less-590-2.el9_2.x86_64 22/26 #13 4.433 Verifying : openssl-1:3.5.5-4.el9_8.x86_64 23/26 #13 4.433 Verifying : openssl-1:3.0.7-24.el9.x86_64 24/26 #13 4.434 Verifying : openssl-libs-1:3.5.5-4.el9_8.x86_64 25/26 #13 4.434 Verifying : openssl-libs-1:3.0.7-24.el9.x86_64 26/26 #13 4.502 #13 4.502 Upgraded: #13 4.502 glibc-2.34-270.el9_8.x86_64 #13 4.502 glibc-common-2.34-270.el9_8.x86_64 #13 4.502 glibc-minimal-langpack-2.34-270.el9_8.x86_64 #13 4.502 less-590-6.el9.x86_64 #13 4.502 openssl-1:3.5.5-4.el9_8.x86_64 #13 4.502 openssl-libs-1:3.5.5-4.el9_8.x86_64 #13 4.502 Installed: #13 4.502 glibc-langpack-en-2.34-270.el9_8.x86_64 #13 4.502 iproute-6.17.0-2.el9.x86_64 #13 4.502 libbpf-2:1.5.0-3.el9.x86_64 #13 4.502 libmnl-1.0.4-16.el9_4.x86_64 #13 4.502 libpsl-0.21.1-5.el9.x86_64 #13 4.502 libxcrypt-compat-4.4.18-3.el9.x86_64 #13 4.502 openssl-fips-provider-1:3.5.5-4.el9_8.x86_64 #13 4.502 procps-ng-3.3.17-14.el9.x86_64 #13 4.502 psmisc-23.4-3.el9.x86_64 #13 4.502 publicsuffix-list-dafsa-20210518-3.el9.noarch #13 4.502 python3-pip-21.3.1-2.el9_8.rocky.0.1.noarch #13 4.502 python3-setuptools-53.0.0-15.el9.noarch #13 4.502 rsync-3.2.5-7.el9_8.x86_64 #13 4.502 wget-1.21.1-8.el9_4.x86_64 #13 4.502 #13 4.502 Complete! #13 4.645 + dnf clean all -y #13 4.805 77 files removed #13 4.830 + rm -rf /var/cache/yum #13 4.833 + groupadd --gid 1999 --system contrail #13 4.859 + useradd -md /home/contrail --uid 1999 --shell /sbin/nologin --system --gid 1999 contrail #13 4.872 useradd warning: contrail's uid 1999 is greater than SYS_UID_MAX 999 #13 DONE 4.9s #14 exporting to image #14 exporting layers #14 exporting layers 1.3s done #14 writing image sha256:4f059b5be3ea4c15c44cd99a5b948b02c067251a4b73e4d0bb0c062c2690ee2c done #14 naming to nexus.gz1.opensdn.io:5101/opensdn-general-base:master-3_0_7_4-1 done #14 DONE 1.3s 2026-09-08 11:08:45,718: INFO: Docker build duration: 41 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-general-base] 7b105bfe3d9a: Preparing 773dfebf9513: Preparing 8a66816fec80: Preparing df67745550e8: Preparing 95e69dc2dc7a: Preparing dfd1bd3b603f: Preparing 7805c5c0d7d7: Preparing 3fa035636a3c: Preparing 44343de3ea1d: Preparing dfd1bd3b603f: Waiting 3fa035636a3c: Waiting 7805c5c0d7d7: Waiting 44343de3ea1d: Waiting 8a66816fec80: Pushed 95e69dc2dc7a: Pushed df67745550e8: Pushed dfd1bd3b603f: Pushed 7805c5c0d7d7: Pushed 3fa035636a3c: Pushed 44343de3ea1d: Layer already exists 7b105bfe3d9a: Pushed 773dfebf9513: Pushed master-3_0_7_4-1: digest: sha256:e7bb672e58320e31f51c7186556216acd344a9532d56132ba0bfe83ceab5cb17 size: 2198 2026-09-08 11:09:01,592: INFO: Building opensdn-general-base finished successfully, duration: 57 seconds IMAGE ID DISK USAGE CONTENT SIZE EXTRA nexus.gz1.opensdn.io:5101/opensdn-ansible-deployer-src:master-3_0_7_4-1 1c2e66f6190a 1.4MB 0B nexus.gz1.opensdn.io:5101/opensdn-build-manifest-src:master-3_0_7_4-1 f307613d4373 4.17kB 0B nexus.gz1.opensdn.io:5101/opensdn-charms-src:master-3_0_7_4-1 f0889e1bac8c 6.05MB 0B nexus.gz1.opensdn.io:5101/opensdn-container-builder-src:master-3_0_7_4-1 8a0dbf6b7325 2.39MB 0B nexus.gz1.opensdn.io:5101/opensdn-general-base:master-3_0_7_4-1 4f059b5be3ea 472MB 0B nexus.gz1.opensdn.io:5101/opensdn-kolla-ansible-src:master-3_0_7_4-1 eda2ff9dd57d 36.9MB 0B nexus.gz1.opensdn.io:5101/tf-dev-sandbox:frozen cd016e57fb98 21.4GB 0B U tf-dev-sandbox:compile 3aae79cf9032 36.4GB 0B