#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.106 /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) #12 0.106 + dnf info git-review #12 0.320 Failed to set locale, defaulting to C.UTF-8 #12 0.676 added from: http://tf-mirrors.gz1.opensdn.io/re 111 MB/s | 18 MB 00:00 #12 3.368 added from: http://tf-mirrors.gz1.opensdn.io/re 58 MB/s | 2.9 MB 00:00 #12 3.995 added from: http://tf-mirrors.gz1.opensdn.io/re 20 MB/s | 516 kB 00:00 #12 4.386 added from: http://tf-mirrors.gz1.opensdn.io/re 104 MB/s | 20 MB 00:00 #12 9.218 added from: http://tf-mirrors.gz1.opensdn.io/re 103 MB/s | 15 MB 00:00 #12 12.56 added from: http://tf-mirrors.gz1.opensdn.io/re 37 MB/s | 1.2 MB 00:00 #12 13.01 added from: http://tf-mirrors.gz1.opensdn.io/re 85 MB/s | 6.3 MB 00:00 #12 14.68 added from: http://tf-mirrors.gz1.opensdn.io/re 32 MB/s | 966 kB 00:00 #12 15.05 added from: http://tf-mirrors.gz1.opensdn.io/re 22 MB/s | 480 kB 00:00 #12 15.32 added from: http://tf-mirrors.gz1.opensdn.io/re 1.1 MB/s | 19 kB 00:00 #12 15.56 added from: http://tf-mirrors.gz1.opensdn.io/re 14 kB/s | 257 B 00:00 #12 15.78 added from: http://tf-mirrors.gz1.opensdn.io/re 845 kB/s | 15 kB 00:00 #12 15.99 added from: http://tf-mirrors.gz1.opensdn.io/re 5.4 MB/s | 112 kB 00:00 #12 16.63 added from: http://tf-mirrors.gz1.opensdn.io/re 113 MB/s | 44 MB 00:00 #12 27.27 Third parties for OpenSDN 25 MB/s | 5.1 MB 00:00 #12 33.57 Available Packages #12 33.57 Name : git-review #12 33.57 Version : 2.3.1 #12 33.57 Release : 7.el9 #12 33.57 Architecture : noarch #12 33.57 Size : 86 k #12 33.57 Source : git-review-2.3.1-7.el9.src.rpm #12 33.57 Repository : tf-mirrors.ci_repos_epel9.repo #12 33.57 Summary : A Git helper for integration with Gerrit #12 33.57 URL : https://opendev.org/opendev/git-review #12 33.57 License : ASL 2.0 #12 33.57 Description : An extension for source control system Git that creates and manages #12 33.57 : review requests in the patch management system Gerrit. It replaces the #12 33.57 : rfc.sh script. #12 33.57 #12 DONE 33.8s #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.074 /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) #13 0.074 + source /etc/os-release #13 0.074 ++ NAME='Rocky Linux' #13 0.074 ++ VERSION='9.3 (Blue Onyx)' #13 0.074 ++ ID=rocky #13 0.074 ++ ID_LIKE='rhel centos fedora' #13 0.074 ++ VERSION_ID=9.3 #13 0.074 ++ PLATFORM_ID=platform:el9 #13 0.074 ++ PRETTY_NAME='Rocky Linux 9.3 (Blue Onyx)' #13 0.074 ++ ANSI_COLOR='0;32' #13 0.074 ++ LOGO=fedora-logo-icon #13 0.074 ++ CPE_NAME=cpe:/o:rocky:rocky:9::baseos #13 0.074 ++ HOME_URL=https://rockylinux.org/ #13 0.074 ++ BUG_REPORT_URL=https://bugs.rockylinux.org/ #13 0.074 ++ SUPPORT_END=2032-05-31 #13 0.074 ++ ROCKY_SUPPORT_PRODUCT=Rocky-Linux-9 #13 0.074 ++ ROCKY_SUPPORT_PRODUCT_VERSION=9.3 #13 0.074 ++ REDHAT_SUPPORT_PRODUCT='Rocky Linux' #13 0.074 ++ REDHAT_SUPPORT_PRODUCT_VERSION=9.3 #13 0.075 + find /etc/yum.repos.d/ #13 0.075 + grep -i centos #13 0.075 + xargs -r rm #13 0.077 + ls -l /etc/yum.repos.d/ #13 0.080 total 32 #13 0.080 -rw-r--r--. 1 root root 2707 Aug 22 17:58 mirror-base-rocky9.repo #13 0.080 -rw-r--r--. 1 root root 217 Aug 22 17:58 mirror-docker9.repo #13 0.080 -rw-r--r--. 1 root root 204 Aug 22 17:58 mirror-epel9.repo #13 0.080 -rw-r--r--. 1 root root 1 Aug 22 17:58 rocky-addons.repo #13 0.080 -rw-r--r--. 1 root root 1 Aug 22 17:58 rocky-devel.repo #13 0.080 -rw-r--r--. 1 root root 1 Aug 22 17:58 rocky-extras.repo #13 0.080 -rw-r--r--. 1 root root 1 Aug 22 17:58 rocky.repo #13 0.080 -rw-r--r--. 1 root root 140 Aug 22 17:58 tpc.repo #13 0.080 + dnf -y update-minimal --security --sec-severity=Important --sec-severity=Critical #13 0.184 Failed to set locale, defaulting to C.UTF-8 #13 0.769 Last metadata expiration check: 0:00:07 ago on Sat Aug 22 17:59:01 2026. #13 1.034 No security updates needed, but 106 updates available #13 1.101 Dependencies resolved. #13 1.102 Nothing to do. #13 1.103 Complete! #13 1.136 + dnf install -y hostname iproute less wget openssl glibc-langpack-en rsync procps-ng python3-pip #13 1.222 Failed to set locale, defaulting to C.UTF-8 #13 1.809 Last metadata expiration check: 0:00:08 ago on Sat Aug 22 17:59:01 2026. #13 2.048 Package hostname-3.23-6.el9.x86_64 is already installed. #13 2.051 Package less-590-2.el9_2.x86_64 is already installed. #13 2.054 Package openssl-1:3.0.7-24.el9.x86_64 is already installed. #13 2.118 Dependencies resolved. #13 2.121 ===================================================================================================== #13 2.121 Package Arch Version Repository Size #13 2.121 ===================================================================================================== #13 2.121 Installing: #13 2.121 glibc-langpack-en x86_64 2.34-270.el9_8 tf-mirrors.ci_repos_yum9-baseos 558 k #13 2.121 iproute x86_64 6.17.0-2.el9 tf-mirrors.ci_repos_yum9-baseos 838 k #13 2.121 procps-ng x86_64 3.3.17-14.el9 tf-mirrors.ci_repos_yum9-baseos 332 k #13 2.121 python3-pip noarch 21.3.1-2.el9_8.rocky.0.1 tf-mirrors.ci_repos_yum9-appstream 1.7 M #13 2.121 rsync x86_64 3.2.5-7.el9_8 tf-mirrors.ci_repos_yum9-baseos 403 k #13 2.121 wget x86_64 1.21.1-8.el9_4 tf-mirrors.ci_repos_yum9-appstream 768 k #13 2.121 Upgrading: #13 2.121 glibc x86_64 2.34-270.el9_8 tf-mirrors.ci_repos_yum9-baseos 2.0 M #13 2.121 glibc-common x86_64 2.34-270.el9_8 tf-mirrors.ci_repos_yum9-baseos 300 k #13 2.121 glibc-minimal-langpack x86_64 2.34-270.el9_8 tf-mirrors.ci_repos_yum9-baseos 28 k #13 2.121 less x86_64 590-6.el9 tf-mirrors.ci_repos_yum9-baseos 160 k #13 2.121 openssl x86_64 1:3.5.5-4.el9_8 tf-mirrors.ci_repos_yum9-baseos 1.4 M #13 2.121 openssl-libs x86_64 1:3.5.5-4.el9_8 tf-mirrors.ci_repos_yum9-baseos 2.3 M #13 2.121 Installing dependencies: #13 2.121 libbpf x86_64 2:1.5.0-3.el9 tf-mirrors.ci_repos_yum9-baseos 184 k #13 2.121 libmnl x86_64 1.0.4-16.el9_4 tf-mirrors.ci_repos_yum9-baseos 27 k #13 2.121 libpsl x86_64 0.21.1-5.el9 tf-mirrors.ci_repos_yum9-baseos 63 k #13 2.121 openssl-fips-provider x86_64 1:3.5.5-4.el9_8 tf-mirrors.ci_repos_yum9-baseos 814 k #13 2.121 psmisc x86_64 23.4-3.el9 tf-mirrors.ci_repos_yum9-baseos 226 k #13 2.121 publicsuffix-list-dafsa noarch 20210518-3.el9 tf-mirrors.ci_repos_yum9-baseos 58 k #13 2.121 Installing weak dependencies: #13 2.121 libxcrypt-compat x86_64 4.4.18-3.el9 tf-mirrors.ci_repos_yum9-appstream 88 k #13 2.121 python3-setuptools noarch 53.0.0-15.el9 tf-mirrors.ci_repos_yum9-baseos 831 k #13 2.121 #13 2.121 Transaction Summary #13 2.121 ===================================================================================================== #13 2.121 Install 14 Packages #13 2.121 Upgrade 6 Packages #13 2.121 #13 2.122 Total download size: 13 M #13 2.122 Downloading Packages: #13 2.148 (1/20): glibc-langpack-en-2.34-270.el9_8.x86_64 24 MB/s | 558 kB 00:00 #13 2.154 (2/20): libbpf-1.5.0-3.el9.x86_64.rpm 6.4 MB/s | 184 kB 00:00 #13 2.157 (3/20): libmnl-1.0.4-16.el9_4.x86_64.rpm 3.2 MB/s | 27 kB 00:00 #13 2.167 (4/20): iproute-6.17.0-2.el9.x86_64.rpm 20 MB/s | 838 kB 00:00 #13 2.170 (5/20): libpsl-0.21.1-5.el9.x86_64.rpm 4.1 MB/s | 63 kB 00:00 #13 2.178 (6/20): procps-ng-3.3.17-14.el9.x86_64.rpm 31 MB/s | 332 kB 00:00 #13 2.184 (7/20): psmisc-23.4-3.el9.x86_64.rpm 16 MB/s | 226 kB 00:00 #13 2.187 (8/20): publicsuffix-list-dafsa-20210518-3.el9. 6.0 MB/s | 58 kB 00:00 #13 2.198 (9/20): openssl-fips-provider-3.5.5-4.el9_8.x86 20 MB/s | 814 kB 00:00 #13 2.207 (10/20): rsync-3.2.5-7.el9_8.x86_64.rpm 21 MB/s | 403 kB 00:00 #13 2.211 (11/20): libxcrypt-compat-4.4.18-3.el9.x86_64.r 7.2 MB/s | 88 kB 00:00 #13 2.222 (12/20): python3-setuptools-53.0.0-15.el9.noarc 22 MB/s | 831 kB 00:00 #13 2.234 (13/20): wget-1.21.1-8.el9_4.x86_64.rpm 33 MB/s | 768 kB 00:00 #13 2.242 (14/20): glibc-common-2.34-270.el9_8.x86_64.rpm 40 MB/s | 300 kB 00:00 #13 2.260 (15/20): python3-pip-21.3.1-2.el9_8.rocky.0.1.n 34 MB/s | 1.7 MB 00:00 #13 2.263 (16/20): glibc-minimal-langpack-2.34-270.el9_8. 1.3 MB/s | 28 kB 00:00 #13 2.267 (17/20): less-590-6.el9.x86_64.rpm 22 MB/s | 160 kB 00:00 #13 2.292 (18/20): glibc-2.34-270.el9_8.x86_64.rpm 28 MB/s | 2.0 MB 00:00 #13 2.308 (19/20): openssl-3.5.5-4.el9_8.x86_64.rpm 31 MB/s | 1.4 MB 00:00 #13 2.333 (20/20): openssl-libs-3.5.5-4.el9_8.x86_64.rpm 35 MB/s | 2.3 MB 00:00 #13 2.334 -------------------------------------------------------------------------------- #13 2.334 Total 62 MB/s | 13 MB 00:00 #13 2.334 Running transaction check #13 2.733 Transaction check succeeded. #13 2.733 Running transaction test #13 2.981 Transaction test succeeded. #13 2.982 Running transaction #13 3.336 Preparing : 1/1 #13 3.423 Upgrading : glibc-common-2.34-270.el9_8.x86_64 1/26 #13 3.435 Upgrading : glibc-minimal-langpack-2.34-270.el9_8.x86_64 2/26 #13 3.440 Running scriptlet: glibc-2.34-270.el9_8.x86_64 3/26 #13 3.523 Upgrading : glibc-2.34-270.el9_8.x86_64 3/26 #13 3.534 Running scriptlet: glibc-2.34-270.el9_8.x86_64 3/26 #13 3.691 Installing : glibc-langpack-en-2.34-270.el9_8.x86_64 4/26 #13 3.706 Installing : libbpf-2:1.5.0-3.el9.x86_64 5/26 #13 3.712 Installing : libmnl-1.0.4-16.el9_4.x86_64 6/26 #13 3.732 Installing : openssl-fips-provider-1:3.5.5-4.el9_8.x86_64 7/26 #13 3.787 Upgrading : openssl-libs-1:3.5.5-4.el9_8.x86_64 8/26 #13 3.800 Installing : psmisc-23.4-3.el9.x86_64 9/26 #13 3.809 Installing : libxcrypt-compat-4.4.18-3.el9.x86_64 10/26 #13 3.883 Installing : python3-setuptools-53.0.0-15.el9.noarch 11/26 #13 3.897 Installing : publicsuffix-list-dafsa-20210518-3.el9.noarch 12/26 #13 3.902 Installing : libpsl-0.21.1-5.el9.x86_64 13/26 #13 3.917 Installing : wget-1.21.1-8.el9_4.x86_64 14/26 #13 4.105 Installing : python3-pip-21.3.1-2.el9_8.rocky.0.1.noarch 15/26 #13 4.151 Installing : iproute-6.17.0-2.el9.x86_64 16/26 #13 4.170 Installing : rsync-3.2.5-7.el9_8.x86_64 17/26 #13 4.224 Upgrading : openssl-1:3.5.5-4.el9_8.x86_64 18/26 #13 4.249 Installing : procps-ng-3.3.17-14.el9.x86_64 19/26 #13 4.263 Upgrading : less-590-6.el9.x86_64 20/26 #13 4.274 Cleanup : openssl-1:3.0.7-24.el9.x86_64 21/26 #13 4.283 Cleanup : openssl-libs-1:3.0.7-24.el9.x86_64 22/26 #13 4.289 Cleanup : less-590-2.el9_2.x86_64 23/26 #13 4.298 Cleanup : glibc-2.34-83.el9.7.x86_64 24/26 #13 4.307 Cleanup : glibc-minimal-langpack-2.34-83.el9.7.x86_64 25/26 #13 4.312 Cleanup : glibc-common-2.34-83.el9.7.x86_64 26/26 #13 4.317 Running scriptlet: iproute-6.17.0-2.el9.x86_64 26/26 #13 4.331 Running scriptlet: glibc-common-2.34-83.el9.7.x86_64 26/26 #13 4.718 Verifying : glibc-langpack-en-2.34-270.el9_8.x86_64 1/26 #13 4.718 Verifying : iproute-6.17.0-2.el9.x86_64 2/26 #13 4.718 Verifying : libbpf-2:1.5.0-3.el9.x86_64 3/26 #13 4.718 Verifying : libmnl-1.0.4-16.el9_4.x86_64 4/26 #13 4.718 Verifying : libpsl-0.21.1-5.el9.x86_64 5/26 #13 4.718 Verifying : openssl-fips-provider-1:3.5.5-4.el9_8.x86_64 6/26 #13 4.718 Verifying : procps-ng-3.3.17-14.el9.x86_64 7/26 #13 4.718 Verifying : psmisc-23.4-3.el9.x86_64 8/26 #13 4.719 Verifying : publicsuffix-list-dafsa-20210518-3.el9.noarch 9/26 #13 4.719 Verifying : python3-setuptools-53.0.0-15.el9.noarch 10/26 #13 4.719 Verifying : rsync-3.2.5-7.el9_8.x86_64 11/26 #13 4.719 Verifying : libxcrypt-compat-4.4.18-3.el9.x86_64 12/26 #13 4.719 Verifying : python3-pip-21.3.1-2.el9_8.rocky.0.1.noarch 13/26 #13 4.719 Verifying : wget-1.21.1-8.el9_4.x86_64 14/26 #13 4.719 Verifying : glibc-2.34-270.el9_8.x86_64 15/26 #13 4.719 Verifying : glibc-2.34-83.el9.7.x86_64 16/26 #13 4.719 Verifying : glibc-common-2.34-270.el9_8.x86_64 17/26 #13 4.719 Verifying : glibc-common-2.34-83.el9.7.x86_64 18/26 #13 4.719 Verifying : glibc-minimal-langpack-2.34-270.el9_8.x86_64 19/26 #13 4.719 Verifying : glibc-minimal-langpack-2.34-83.el9.7.x86_64 20/26 #13 4.719 Verifying : less-590-6.el9.x86_64 21/26 #13 4.719 Verifying : less-590-2.el9_2.x86_64 22/26 #13 4.719 Verifying : openssl-1:3.5.5-4.el9_8.x86_64 23/26 #13 4.719 Verifying : openssl-1:3.0.7-24.el9.x86_64 24/26 #13 4.720 Verifying : openssl-libs-1:3.5.5-4.el9_8.x86_64 25/26 #13 4.720 Verifying : openssl-libs-1:3.0.7-24.el9.x86_64 26/26 #13 4.787 #13 4.787 Upgraded: #13 4.787 glibc-2.34-270.el9_8.x86_64 #13 4.787 glibc-common-2.34-270.el9_8.x86_64 #13 4.787 glibc-minimal-langpack-2.34-270.el9_8.x86_64 #13 4.787 less-590-6.el9.x86_64 #13 4.787 openssl-1:3.5.5-4.el9_8.x86_64 #13 4.787 openssl-libs-1:3.5.5-4.el9_8.x86_64 #13 4.787 Installed: #13 4.787 glibc-langpack-en-2.34-270.el9_8.x86_64 #13 4.787 iproute-6.17.0-2.el9.x86_64 #13 4.787 libbpf-2:1.5.0-3.el9.x86_64 #13 4.787 libmnl-1.0.4-16.el9_4.x86_64 #13 4.787 libpsl-0.21.1-5.el9.x86_64 #13 4.787 libxcrypt-compat-4.4.18-3.el9.x86_64 #13 4.787 openssl-fips-provider-1:3.5.5-4.el9_8.x86_64 #13 4.787 procps-ng-3.3.17-14.el9.x86_64 #13 4.787 psmisc-23.4-3.el9.x86_64 #13 4.787 publicsuffix-list-dafsa-20210518-3.el9.noarch #13 4.787 python3-pip-21.3.1-2.el9_8.rocky.0.1.noarch #13 4.787 python3-setuptools-53.0.0-15.el9.noarch #13 4.787 rsync-3.2.5-7.el9_8.x86_64 #13 4.787 wget-1.21.1-8.el9_4.x86_64 #13 4.787 #13 4.787 Complete! #13 4.944 + dnf clean all -y #13 5.109 77 files removed #13 5.135 + rm -rf /var/cache/yum #13 5.137 + groupadd --gid 1999 --system contrail #13 5.167 + useradd -md /home/contrail --uid 1999 --shell /sbin/nologin --system --gid 1999 contrail #13 5.179 useradd warning: contrail's uid 1999 is greater than SYS_UID_MAX 999 #13 DONE 5.2s #14 exporting to image #14 exporting layers #14 exporting layers 1.4s done #14 writing image sha256:d0ea187901df8f12534ff3cc7d63091c673ab6e57a652a1aae6361618a491edf done #14 naming to nexus.gz1.opensdn.io:5101/opensdn-general-base:master-3_0_3_9-1_0 done #14 DONE 1.4s 2026-08-22 17:59:14,540: INFO: Docker build duration: 43 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-general-base] b395d299bf0f: Preparing 033b95c3cc65: Preparing 9f7ce5667c48: Preparing 0befa4ede34a: Preparing b7f7b497167d: Preparing 4f594bcc5fc5: Preparing 3c2081dc0cd7: Preparing 55089e1b4aff: Preparing 44343de3ea1d: Preparing 4f594bcc5fc5: Waiting 3c2081dc0cd7: Waiting 55089e1b4aff: Waiting 44343de3ea1d: Waiting 9f7ce5667c48: Pushed b7f7b497167d: Pushed 0befa4ede34a: Pushed 4f594bcc5fc5: Pushed 3c2081dc0cd7: Pushed 44343de3ea1d: Layer already exists 55089e1b4aff: Pushed b395d299bf0f: Pushed 033b95c3cc65: Pushed master-3_0_3_9-1_0: digest: sha256:1efb3073b8906d31f388b85d18aa30c42195146b6568ac59f78e00fb7bb97d16 size: 2198 2026-08-22 17:59:30,634: INFO: Building opensdn-general-base finished successfully, duration: 59 seconds IMAGE ID DISK USAGE CONTENT SIZE EXTRA nexus.gz1.opensdn.io:5101/opensdn-ansible-deployer-src:master-3_0_3_9-1_0 e01d82107d28 1.4MB 0B nexus.gz1.opensdn.io:5101/opensdn-build-manifest-src:master-3_0_3_9-1_0 40c002e18cd6 4.17kB 0B nexus.gz1.opensdn.io:5101/opensdn-charms-src:master-3_0_3_9-1_0 809079f84039 6.05MB 0B nexus.gz1.opensdn.io:5101/opensdn-container-builder-src:master-3_0_3_9-1_0 6f7ed4b0cf33 2.39MB 0B nexus.gz1.opensdn.io:5101/opensdn-general-base:master-3_0_3_9-1_0 d0ea187901df 472MB 0B nexus.gz1.opensdn.io:5101/opensdn-kolla-ansible-src:master-3_0_3_9-1_0 000c99f6da63 32.6MB 0B nexus.gz1.opensdn.io:5101/tf-dev-sandbox:frozen 15f31b974fb7 21.4GB 0B U tf-dev-sandbox:compile 1645da1ab119 38.3GB 0B