#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.095 /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) #12 0.095 + dnf info git-review #12 0.323 Failed to set locale, defaulting to C.UTF-8 #12 0.659 added from: http://tf-mirrors.gz1.opensdn.io/re 95 MB/s | 14 MB 00:00 #12 2.438 added from: http://tf-mirrors.gz1.opensdn.io/re 39 MB/s | 1.9 MB 00:00 #12 2.815 added from: http://tf-mirrors.gz1.opensdn.io/re 16 MB/s | 402 kB 00:00 #12 3.104 added from: http://tf-mirrors.gz1.opensdn.io/re 94 MB/s | 16 MB 00:00 #12 6.143 added from: http://tf-mirrors.gz1.opensdn.io/re 80 MB/s | 11 MB 00:00 #12 8.385 added from: http://tf-mirrors.gz1.opensdn.io/re 32 MB/s | 1.1 MB 00:00 #12 8.737 added from: http://tf-mirrors.gz1.opensdn.io/re 62 MB/s | 4.8 MB 00:00 #12 9.765 added from: http://tf-mirrors.gz1.opensdn.io/re 20 MB/s | 697 kB 00:00 #12 10.03 added from: http://tf-mirrors.gz1.opensdn.io/re 14 MB/s | 474 kB 00:00 #12 10.24 added from: http://tf-mirrors.gz1.opensdn.io/re 955 kB/s | 18 kB 00:00 #12 10.41 added from: http://tf-mirrors.gz1.opensdn.io/re 12 kB/s | 257 B 00:00 #12 10.57 added from: http://tf-mirrors.gz1.opensdn.io/re 840 kB/s | 15 kB 00:00 #12 10.73 added from: http://tf-mirrors.gz1.opensdn.io/re 4.5 MB/s | 96 kB 00:00 #12 11.22 added from: http://tf-mirrors.gz1.opensdn.io/re 123 MB/s | 39 MB 00:00 #12 18.86 Third parties for OpenSDN 48 MB/s | 5.1 MB 00:00 #12 23.43 Available Packages #12 23.43 Name : git-review #12 23.43 Version : 2.3.1 #12 23.43 Release : 7.el9 #12 23.43 Architecture : noarch #12 23.43 Size : 86 k #12 23.43 Source : git-review-2.3.1-7.el9.src.rpm #12 23.43 Repository : tf-mirrors.ci_repos_epel9.repo #12 23.43 Summary : A Git helper for integration with Gerrit #12 23.43 URL : https://opendev.org/opendev/git-review #12 23.43 License : ASL 2.0 #12 23.43 Description : An extension for source control system Git that creates and manages #12 23.43 : review requests in the patch management system Gerrit. It replaces the #12 23.43 : rfc.sh script. #12 23.43 #12 DONE 23.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.077 /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) #13 0.077 + source /etc/os-release #13 0.077 ++ NAME='Rocky Linux' #13 0.077 ++ VERSION='9.3 (Blue Onyx)' #13 0.077 ++ ID=rocky #13 0.077 ++ ID_LIKE='rhel centos fedora' #13 0.077 ++ VERSION_ID=9.3 #13 0.077 ++ PLATFORM_ID=platform:el9 #13 0.077 ++ PRETTY_NAME='Rocky Linux 9.3 (Blue Onyx)' #13 0.077 ++ ANSI_COLOR='0;32' #13 0.077 ++ LOGO=fedora-logo-icon #13 0.077 ++ CPE_NAME=cpe:/o:rocky:rocky:9::baseos #13 0.077 ++ HOME_URL=https://rockylinux.org/ #13 0.077 ++ BUG_REPORT_URL=https://bugs.rockylinux.org/ #13 0.077 ++ SUPPORT_END=2032-05-31 #13 0.077 ++ ROCKY_SUPPORT_PRODUCT=Rocky-Linux-9 #13 0.077 ++ ROCKY_SUPPORT_PRODUCT_VERSION=9.3 #13 0.077 ++ REDHAT_SUPPORT_PRODUCT='Rocky Linux' #13 0.077 ++ REDHAT_SUPPORT_PRODUCT_VERSION=9.3 #13 0.078 + find /etc/yum.repos.d/ #13 0.078 + grep -i centos #13 0.078 + xargs -r rm #13 0.080 + ls -l /etc/yum.repos.d/ #13 0.082 total 32 #13 0.082 -rw-r--r--. 1 root root 2707 Apr 3 08:54 mirror-base-rocky9.repo #13 0.082 -rw-r--r--. 1 root root 217 Apr 3 08:54 mirror-docker9.repo #13 0.082 -rw-r--r--. 1 root root 204 Apr 3 08:54 mirror-epel9.repo #13 0.082 -rw-r--r--. 1 root root 1 Apr 3 08:54 rocky-addons.repo #13 0.082 -rw-r--r--. 1 root root 1 Apr 3 08:54 rocky-devel.repo #13 0.082 -rw-r--r--. 1 root root 1 Apr 3 08:54 rocky-extras.repo #13 0.082 -rw-r--r--. 1 root root 1 Apr 3 08:54 rocky.repo #13 0.082 -rw-r--r--. 1 root root 140 Apr 3 08:54 tpc.repo #13 0.083 + dnf -y update-minimal --security --sec-severity=Important --sec-severity=Critical #13 0.150 Failed to set locale, defaulting to C.UTF-8 #13 0.504 Last metadata expiration check: 0:00:05 ago on Fri Apr 3 08:54:42 2026. #13 0.652 No security updates needed, but 101 updates available #13 0.704 Dependencies resolved. #13 0.705 Nothing to do. #13 0.705 Complete! #13 0.731 + dnf install -y hostname iproute less wget openssl glibc-langpack-en rsync procps-ng python3-pip #13 0.796 Failed to set locale, defaulting to C.UTF-8 #13 1.140 Last metadata expiration check: 0:00:06 ago on Fri Apr 3 08:54:42 2026. #13 1.280 Package hostname-3.23-6.el9.x86_64 is already installed. #13 1.282 Package less-590-2.el9_2.x86_64 is already installed. #13 1.284 Package openssl-1:3.0.7-24.el9.x86_64 is already installed. #13 1.326 Dependencies resolved. #13 1.328 ============================================================================================= #13 1.328 Package Arch Version Repository Size #13 1.328 ============================================================================================= #13 1.328 Installing: #13 1.328 glibc-langpack-en x86_64 2.34-231.el9_7.2 tf-mirrors.ci_repos_yum9-baseos 555 k #13 1.328 iproute x86_64 6.14.0-2.el9 tf-mirrors.ci_repos_yum9-baseos 808 k #13 1.328 procps-ng x86_64 3.3.17-14.el9 tf-mirrors.ci_repos_yum9-baseos 332 k #13 1.328 python3-pip noarch 21.3.1-1.el9 tf-mirrors.ci_repos_yum9-appstream 1.7 M #13 1.328 rsync x86_64 3.2.5-3.el9 tf-mirrors.ci_repos_yum9-baseos 403 k #13 1.328 wget x86_64 1.21.1-8.el9_4 tf-mirrors.ci_repos_yum9-appstream 768 k #13 1.328 Upgrading: #13 1.328 glibc x86_64 2.34-231.el9_7.2 tf-mirrors.ci_repos_yum9-baseos 2.0 M #13 1.328 glibc-common x86_64 2.34-231.el9_7.2 tf-mirrors.ci_repos_yum9-baseos 298 k #13 1.328 glibc-minimal-langpack x86_64 2.34-231.el9_7.2 tf-mirrors.ci_repos_yum9-baseos 25 k #13 1.328 less x86_64 590-6.el9 tf-mirrors.ci_repos_yum9-baseos 160 k #13 1.328 openssl x86_64 1:3.5.1-7.el9_7 tf-mirrors.ci_repos_yum9-baseos 1.4 M #13 1.328 openssl-libs x86_64 1:3.5.1-7.el9_7 tf-mirrors.ci_repos_yum9-baseos 2.3 M #13 1.328 Installing dependencies: #13 1.328 libbpf x86_64 2:1.5.0-2.el9 tf-mirrors.ci_repos_yum9-baseos 185 k #13 1.328 libmnl x86_64 1.0.4-16.el9_4 tf-mirrors.ci_repos_yum9-baseos 27 k #13 1.328 libpsl x86_64 0.21.1-5.el9 tf-mirrors.ci_repos_yum9-baseos 63 k #13 1.328 openssl-fips-provider x86_64 1:3.5.1-7.el9_7 tf-mirrors.ci_repos_yum9-baseos 812 k #13 1.328 psmisc x86_64 23.4-3.el9 tf-mirrors.ci_repos_yum9-baseos 226 k #13 1.328 publicsuffix-list-dafsa noarch 20210518-3.el9 tf-mirrors.ci_repos_yum9-baseos 58 k #13 1.328 Installing weak dependencies: #13 1.328 libxcrypt-compat x86_64 4.4.18-3.el9 tf-mirrors.ci_repos_yum9-appstream 88 k #13 1.328 python3-setuptools noarch 53.0.0-15.el9 tf-mirrors.ci_repos_yum9-baseos 831 k #13 1.328 #13 1.328 Transaction Summary #13 1.328 ============================================================================================= #13 1.328 Install 14 Packages #13 1.328 Upgrade 6 Packages #13 1.328 #13 1.329 Total download size: 13 M #13 1.329 Downloading Packages: #13 1.354 (1/20): libbpf-1.5.0-2.el9.x86_64.rpm 8.1 MB/s | 185 kB 00:00 #13 1.359 (2/20): libmnl-1.0.4-16.el9_4.x86_64.rpm 5.4 MB/s | 27 kB 00:00 #13 1.367 (3/20): glibc-langpack-en-2.34-231.el9_7.2.x86_ 15 MB/s | 555 kB 00:00 #13 1.371 (4/20): libpsl-0.21.1-5.el9.x86_64.rpm 5.8 MB/s | 63 kB 00:00 #13 1.381 (5/20): iproute-6.14.0-2.el9.x86_64.rpm 16 MB/s | 808 kB 00:00 #13 1.390 (6/20): procps-ng-3.3.17-14.el9.x86_64.rpm 17 MB/s | 332 kB 00:00 #13 1.395 (7/20): psmisc-23.4-3.el9.x86_64.rpm 16 MB/s | 226 kB 00:00 #13 1.399 (8/20): publicsuffix-list-dafsa-20210518-3.el9. 7.0 MB/s | 58 kB 00:00 #13 1.408 (9/20): openssl-fips-provider-3.5.1-7.el9_7.x86 20 MB/s | 812 kB 00:00 #13 1.415 (10/20): libxcrypt-compat-4.4.18-3.el9.x86_64.r 14 MB/s | 88 kB 00:00 #13 1.421 (11/20): rsync-3.2.5-3.el9.x86_64.rpm 18 MB/s | 403 kB 00:00 #13 1.432 (12/20): python3-setuptools-53.0.0-15.el9.noarc 23 MB/s | 831 kB 00:00 #13 1.447 (13/20): wget-1.21.1-8.el9_4.x86_64.rpm 30 MB/s | 768 kB 00:00 #13 1.470 (14/20): python3-pip-21.3.1-1.el9.noarch.rpm 32 MB/s | 1.7 MB 00:00 #13 1.475 (15/20): glibc-common-2.34-231.el9_7.2.x86_64.r 11 MB/s | 298 kB 00:00 #13 1.481 (16/20): glibc-minimal-langpack-2.34-231.el9_7. 2.6 MB/s | 25 kB 00:00 #13 1.485 (17/20): less-590-6.el9.x86_64.rpm 16 MB/s | 160 kB 00:00 #13 1.509 (18/20): glibc-2.34-231.el9_7.2.x86_64.rpm 26 MB/s | 2.0 MB 00:00 #13 1.526 (19/20): openssl-3.5.1-7.el9_7.x86_64.rpm 31 MB/s | 1.4 MB 00:00 #13 1.548 (20/20): openssl-libs-3.5.1-7.el9_7.x86_64.rpm 37 MB/s | 2.3 MB 00:00 #13 1.548 -------------------------------------------------------------------------------- #13 1.548 Total 59 MB/s | 13 MB 00:00 #13 1.549 Running transaction check #13 1.896 Transaction check succeeded. #13 1.896 Running transaction test #13 2.085 Transaction test succeeded. #13 2.086 Running transaction #13 2.452 Preparing : 1/1 #13 2.538 Upgrading : glibc-common-2.34-231.el9_7.2.x86_64 1/26 #13 2.548 Upgrading : glibc-minimal-langpack-2.34-231.el9_7.2.x86_64 2/26 #13 2.552 Running scriptlet: glibc-2.34-231.el9_7.2.x86_64 3/26 #13 2.608 Upgrading : glibc-2.34-231.el9_7.2.x86_64 3/26 #13 2.617 Running scriptlet: glibc-2.34-231.el9_7.2.x86_64 3/26 #13 2.772 Installing : glibc-langpack-en-2.34-231.el9_7.2.x86_64 4/26 #13 2.785 Installing : libbpf-2:1.5.0-2.el9.x86_64 5/26 #13 2.790 Installing : libmnl-1.0.4-16.el9_4.x86_64 6/26 #13 2.809 Installing : openssl-fips-provider-1:3.5.1-7.el9_7.x86_64 7/26 #13 2.865 Upgrading : openssl-libs-1:3.5.1-7.el9_7.x86_64 8/26 #13 2.877 Installing : psmisc-23.4-3.el9.x86_64 9/26 #13 2.886 Installing : libxcrypt-compat-4.4.18-3.el9.x86_64 10/26 #13 2.964 Installing : python3-setuptools-53.0.0-15.el9.noarch 11/26 #13 2.980 Installing : publicsuffix-list-dafsa-20210518-3.el9.noarch 12/26 #13 2.985 Installing : libpsl-0.21.1-5.el9.x86_64 13/26 #13 3.000 Installing : wget-1.21.1-8.el9_4.x86_64 14/26 #13 3.187 Installing : python3-pip-21.3.1-1.el9.noarch 15/26 #13 3.229 Installing : iproute-6.14.0-2.el9.x86_64 16/26 #13 3.248 Installing : rsync-3.2.5-3.el9.x86_64 17/26 #13 3.297 Upgrading : openssl-1:3.5.1-7.el9_7.x86_64 18/26 #13 3.318 Installing : procps-ng-3.3.17-14.el9.x86_64 19/26 #13 3.332 Upgrading : less-590-6.el9.x86_64 20/26 #13 3.343 Cleanup : openssl-1:3.0.7-24.el9.x86_64 21/26 #13 3.352 Cleanup : openssl-libs-1:3.0.7-24.el9.x86_64 22/26 #13 3.359 Cleanup : less-590-2.el9_2.x86_64 23/26 #13 3.368 Cleanup : glibc-2.34-83.el9.7.x86_64 24/26 #13 3.377 Cleanup : glibc-minimal-langpack-2.34-83.el9.7.x86_64 25/26 #13 3.382 Cleanup : glibc-common-2.34-83.el9.7.x86_64 26/26 #13 3.387 Running scriptlet: iproute-6.14.0-2.el9.x86_64 26/26 #13 3.397 Running scriptlet: glibc-common-2.34-83.el9.7.x86_64 26/26 #13 3.831 Verifying : glibc-langpack-en-2.34-231.el9_7.2.x86_64 1/26 #13 3.831 Verifying : iproute-6.14.0-2.el9.x86_64 2/26 #13 3.831 Verifying : libbpf-2:1.5.0-2.el9.x86_64 3/26 #13 3.831 Verifying : libmnl-1.0.4-16.el9_4.x86_64 4/26 #13 3.831 Verifying : libpsl-0.21.1-5.el9.x86_64 5/26 #13 3.831 Verifying : openssl-fips-provider-1:3.5.1-7.el9_7.x86_64 6/26 #13 3.831 Verifying : procps-ng-3.3.17-14.el9.x86_64 7/26 #13 3.832 Verifying : psmisc-23.4-3.el9.x86_64 8/26 #13 3.832 Verifying : publicsuffix-list-dafsa-20210518-3.el9.noarch 9/26 #13 3.832 Verifying : python3-setuptools-53.0.0-15.el9.noarch 10/26 #13 3.832 Verifying : rsync-3.2.5-3.el9.x86_64 11/26 #13 3.832 Verifying : libxcrypt-compat-4.4.18-3.el9.x86_64 12/26 #13 3.832 Verifying : python3-pip-21.3.1-1.el9.noarch 13/26 #13 3.832 Verifying : wget-1.21.1-8.el9_4.x86_64 14/26 #13 3.832 Verifying : glibc-2.34-231.el9_7.2.x86_64 15/26 #13 3.832 Verifying : glibc-2.34-83.el9.7.x86_64 16/26 #13 3.832 Verifying : glibc-common-2.34-231.el9_7.2.x86_64 17/26 #13 3.832 Verifying : glibc-common-2.34-83.el9.7.x86_64 18/26 #13 3.832 Verifying : glibc-minimal-langpack-2.34-231.el9_7.2.x86_64 19/26 #13 3.832 Verifying : glibc-minimal-langpack-2.34-83.el9.7.x86_64 20/26 #13 3.832 Verifying : less-590-6.el9.x86_64 21/26 #13 3.832 Verifying : less-590-2.el9_2.x86_64 22/26 #13 3.832 Verifying : openssl-1:3.5.1-7.el9_7.x86_64 23/26 #13 3.833 Verifying : openssl-1:3.0.7-24.el9.x86_64 24/26 #13 3.833 Verifying : openssl-libs-1:3.5.1-7.el9_7.x86_64 25/26 #13 3.833 Verifying : openssl-libs-1:3.0.7-24.el9.x86_64 26/26 #13 3.895 #13 3.895 Upgraded: #13 3.895 glibc-2.34-231.el9_7.2.x86_64 #13 3.895 glibc-common-2.34-231.el9_7.2.x86_64 #13 3.895 glibc-minimal-langpack-2.34-231.el9_7.2.x86_64 #13 3.895 less-590-6.el9.x86_64 #13 3.895 openssl-1:3.5.1-7.el9_7.x86_64 #13 3.895 openssl-libs-1:3.5.1-7.el9_7.x86_64 #13 3.895 Installed: #13 3.895 glibc-langpack-en-2.34-231.el9_7.2.x86_64 #13 3.895 iproute-6.14.0-2.el9.x86_64 #13 3.895 libbpf-2:1.5.0-2.el9.x86_64 #13 3.895 libmnl-1.0.4-16.el9_4.x86_64 #13 3.895 libpsl-0.21.1-5.el9.x86_64 #13 3.895 libxcrypt-compat-4.4.18-3.el9.x86_64 #13 3.895 openssl-fips-provider-1:3.5.1-7.el9_7.x86_64 #13 3.895 procps-ng-3.3.17-14.el9.x86_64 #13 3.895 psmisc-23.4-3.el9.x86_64 #13 3.895 publicsuffix-list-dafsa-20210518-3.el9.noarch #13 3.895 python3-pip-21.3.1-1.el9.noarch #13 3.895 python3-setuptools-53.0.0-15.el9.noarch #13 3.895 rsync-3.2.5-3.el9.x86_64 #13 3.895 wget-1.21.1-8.el9_4.x86_64 #13 3.895 #13 3.895 Complete! #13 4.038 + dnf clean all -y #13 4.175 77 files removed #13 4.197 + rm -rf /var/cache/yum #13 4.199 + groupadd --gid 1999 --system contrail #13 4.223 + useradd -md /home/contrail --uid 1999 --shell /sbin/nologin --system --gid 1999 contrail #13 4.235 useradd warning: contrail's uid 1999 is greater than SYS_UID_MAX 999 #13 DONE 4.3s #14 exporting to image #14 exporting layers #14 exporting layers 0.9s done #14 writing image sha256:9e281a8ae87f3e03e868458196a0216d200c90d5f0e5e82d754f320f035296b6 done #14 naming to nexus.gz1.opensdn.io:5101/opensdn-general-base:master-2_7_8_1-1 done #14 DONE 1.0s 2026-04-03 08:54:52,683: INFO: Docker build duration: 31 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-general-base] 0d6f5bccbd02: Preparing 1aeff2ec985d: Preparing cc500fabbaf9: Preparing ac35b4e33714: Preparing 4923e98df3c9: Preparing 8c74f6057b50: Preparing 1dc2eab2a03d: Preparing 2b18e9f3de47: Preparing 44343de3ea1d: Preparing 8c74f6057b50: Waiting 1dc2eab2a03d: Waiting 2b18e9f3de47: Waiting 44343de3ea1d: Waiting 4923e98df3c9: Pushed ac35b4e33714: Pushed cc500fabbaf9: Pushed 8c74f6057b50: Pushed 44343de3ea1d: Layer already exists 2b18e9f3de47: Pushed 1dc2eab2a03d: Pushed 0d6f5bccbd02: Pushed 1aeff2ec985d: Pushed master-2_7_8_1-1: digest: sha256:c4eebe112fdefbceaffb39363dd77461d883c57f00aa81a2c85452db61a3b822 size: 2198 2026-04-03 08:55:03,432: INFO: Building opensdn-general-base finished successfully, duration: 42 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:master-2_7_8_1-1 334e4a4ac9a0 1.41MB 0B nexus.gz1.opensdn.io:5101/opensdn-build-manifest-src:master-2_7_8_1-1 622ea901b78b 4.17kB 0B nexus.gz1.opensdn.io:5101/opensdn-charms-src:master-2_7_8_1-1 b33f10174b2d 6.05MB 0B nexus.gz1.opensdn.io:5101/opensdn-container-builder-src:master-2_7_8_1-1 8b97d9a1d000 2.49MB 0B nexus.gz1.opensdn.io:5101/opensdn-general-base:master-2_7_8_1-1 9e281a8ae87f 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-kolla-ansible-src:master-2_7_8_1-1 02ad8a886114 32.7MB 0B nexus.gz1.opensdn.io:5101/tf-dev-sandbox:stable 91ccf5e4dfb3 2.9GB 0B U tf-dev-sandbox:compile 8b9bc67302c6 22.2GB 0B