#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.104 /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) #11 0.104 + dnf info git-review #11 0.368 Failed to set locale, defaulting to C.UTF-8 #11 0.654 added from: http://tf-mirrors.gz1.opensdn.io/re 35 MB/s | 2.1 MB 00:00 #11 1.090 added from: http://tf-mirrors.gz1.opensdn.io/re 17 MB/s | 730 kB 00:00 #11 1.312 added from: http://tf-mirrors.gz1.opensdn.io/re 8.7 MB/s | 264 kB 00:00 #11 1.493 added from: http://tf-mirrors.gz1.opensdn.io/re 65 MB/s | 7.0 MB 00:00 #11 3.068 added from: http://tf-mirrors.gz1.opensdn.io/re 46 MB/s | 4.0 MB 00:00 #11 3.985 added from: http://tf-mirrors.gz1.opensdn.io/re 22 MB/s | 939 kB 00:00 #11 4.280 added from: http://tf-mirrors.gz1.opensdn.io/re 37 MB/s | 2.3 MB 00:00 #11 4.831 added from: http://tf-mirrors.gz1.opensdn.io/re 11 MB/s | 392 kB 00:00 #11 5.350 added from: http://tf-mirrors.gz1.opensdn.io/re 1.5 MB/s | 451 kB 00:00 #11 5.773 added from: http://tf-mirrors.gz1.opensdn.io/re 73 kB/s | 16 kB 00:00 #11 5.899 added from: http://tf-mirrors.gz1.opensdn.io/re 9.6 kB/s | 257 B 00:00 #11 6.016 added from: http://tf-mirrors.gz1.opensdn.io/re 510 kB/s | 13 kB 00:00 #11 6.146 added from: http://tf-mirrors.gz1.opensdn.io/re 2.3 MB/s | 64 kB 00:00 #11 6.569 added from: http://tf-mirrors.gz1.opensdn.io/re 99 MB/s | 30 MB 00:00 #11 13.40 Third parties for OpenSDN 44 MB/s | 5.1 MB 00:00 #11 17.38 Available Packages #11 17.38 Name : git-review #11 17.38 Version : 2.3.1 #11 17.38 Release : 7.el9 #11 17.38 Architecture : noarch #11 17.38 Size : 86 k #11 17.38 Source : git-review-2.3.1-7.el9.src.rpm #11 17.38 Repository : tf-mirrors.ci_repos_epel9.repo #11 17.38 Summary : A Git helper for integration with Gerrit #11 17.38 URL : https://opendev.org/opendev/git-review #11 17.38 License : ASL 2.0 #11 17.38 Description : An extension for source control system Git that creates and manages #11 17.38 : review requests in the patch management system Gerrit. It replaces the #11 17.38 : rfc.sh script. #11 17.38 #11 DONE 17.6s #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.084 /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) #12 0.085 + source /etc/os-release #12 0.085 ++ NAME='Rocky Linux' #12 0.085 ++ VERSION='9.3 (Blue Onyx)' #12 0.085 ++ ID=rocky #12 0.085 ++ ID_LIKE='rhel centos fedora' #12 0.085 ++ VERSION_ID=9.3 #12 0.085 ++ PLATFORM_ID=platform:el9 #12 0.085 ++ PRETTY_NAME='Rocky Linux 9.3 (Blue Onyx)' #12 0.085 ++ ANSI_COLOR='0;32' #12 0.085 ++ LOGO=fedora-logo-icon #12 0.085 ++ CPE_NAME=cpe:/o:rocky:rocky:9::baseos #12 0.085 ++ HOME_URL=https://rockylinux.org/ #12 0.085 ++ BUG_REPORT_URL=https://bugs.rockylinux.org/ #12 0.085 ++ SUPPORT_END=2032-05-31 #12 0.085 ++ ROCKY_SUPPORT_PRODUCT=Rocky-Linux-9 #12 0.085 ++ ROCKY_SUPPORT_PRODUCT_VERSION=9.3 #12 0.085 ++ REDHAT_SUPPORT_PRODUCT='Rocky Linux' #12 0.085 ++ REDHAT_SUPPORT_PRODUCT_VERSION=9.3 #12 0.087 + find /etc/yum.repos.d/ #12 0.087 + grep -i centos #12 0.087 + xargs -r rm #12 0.089 + ls -l /etc/yum.repos.d/ #12 0.092 total 32 #12 0.092 -rw-r--r--. 1 root root 2707 Nov 18 09:17 mirror-base-rocky9.repo #12 0.092 -rw-r--r--. 1 root root 217 Nov 18 09:17 mirror-docker9.repo #12 0.092 -rw-r--r--. 1 root root 204 Nov 18 09:17 mirror-epel9.repo #12 0.092 -rw-r--r--. 1 root root 1 Nov 18 09:17 rocky-addons.repo #12 0.092 -rw-r--r--. 1 root root 1 Nov 18 09:17 rocky-devel.repo #12 0.092 -rw-r--r--. 1 root root 1 Nov 18 09:17 rocky-extras.repo #12 0.092 -rw-r--r--. 1 root root 1 Nov 18 09:17 rocky.repo #12 0.092 -rw-r--r--. 1 root root 140 Nov 18 09:17 tpc.repo #12 0.092 + yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical #12 0.248 Failed to set locale, defaulting to C.UTF-8 #12 0.627 Last metadata expiration check: 0:00:05 ago on Tue Nov 18 09:17:37 2025. #12 0.716 No security updates needed, but 94 updates available #12 0.760 Dependencies resolved. #12 0.761 Nothing to do. #12 0.761 Complete! #12 0.793 + yum install -y hostname iproute less wget openssl glibc-langpack-en rsync procps-ng python3-pip #12 0.865 Failed to set locale, defaulting to C.UTF-8 #12 1.187 Last metadata expiration check: 0:00:05 ago on Tue Nov 18 09:17:37 2025. #12 1.257 Package hostname-3.23-6.el9.x86_64 is already installed. #12 1.259 Package less-590-2.el9_2.x86_64 is already installed. #12 1.261 Package openssl-1:3.0.7-24.el9.x86_64 is already installed. #12 1.296 Dependencies resolved. #12 1.298 ============================================================================================== #12 1.298 Package Arch Version Repository Size #12 1.298 ============================================================================================== #12 1.298 Installing: #12 1.298 glibc-langpack-en x86_64 2.34-125.el9_5.1 tf-mirrors.ci_repos_yum9-baseos 552 k #12 1.298 iproute x86_64 6.2.0-6.el9_4 tf-mirrors.ci_repos_yum9-baseos 786 k #12 1.298 procps-ng x86_64 3.3.17-14.el9 tf-mirrors.ci_repos_yum9-baseos 332 k #12 1.298 python3-pip noarch 21.3.1-1.el9 tf-mirrors.ci_repos_yum9-appstream 1.7 M #12 1.298 rsync x86_64 3.2.3-20.el9_5.1 tf-mirrors.ci_repos_yum9-baseos 391 k #12 1.298 wget x86_64 1.21.1-8.el9_4 tf-mirrors.ci_repos_yum9-appstream 768 k #12 1.298 Upgrading: #12 1.298 glibc x86_64 2.34-125.el9_5.1 tf-mirrors.ci_repos_yum9-baseos 2.0 M #12 1.298 glibc-common x86_64 2.34-125.el9_5.1 tf-mirrors.ci_repos_yum9-baseos 296 k #12 1.298 glibc-minimal-langpack x86_64 2.34-125.el9_5.1 tf-mirrors.ci_repos_yum9-baseos 22 k #12 1.298 less x86_64 590-5.el9 tf-mirrors.ci_repos_yum9-baseos 161 k #12 1.298 openssl x86_64 1:3.2.2-6.el9_5.1 tf-mirrors.ci_repos_yum9-baseos 1.3 M #12 1.298 openssl-libs x86_64 1:3.2.2-6.el9_5.1 tf-mirrors.ci_repos_yum9-baseos 2.4 M #12 1.298 Installing dependencies: #12 1.298 libbpf x86_64 2:1.4.0-1.el9 tf-mirrors.ci_repos_yum9-baseos 177 k #12 1.298 libmnl x86_64 1.0.4-16.el9_4 tf-mirrors.ci_repos_yum9-baseos 27 k #12 1.298 libpsl x86_64 0.21.1-5.el9 tf-mirrors.ci_repos_yum9-baseos 63 k #12 1.298 psmisc x86_64 23.4-3.el9 tf-mirrors.ci_repos_yum9-baseos 226 k #12 1.298 publicsuffix-list-dafsa noarch 20210518-3.el9 tf-mirrors.ci_repos_yum9-baseos 58 k #12 1.298 Installing weak dependencies: #12 1.298 libxcrypt-compat x86_64 4.4.18-3.el9 tf-mirrors.ci_repos_yum9-appstream 88 k #12 1.298 python3-setuptools noarch 53.0.0-13.el9 tf-mirrors.ci_repos_yum9-baseos 838 k #12 1.298 #12 1.298 Transaction Summary #12 1.298 ============================================================================================== #12 1.298 Install 13 Packages #12 1.298 Upgrade 6 Packages #12 1.298 #12 1.300 Total download size: 12 M #12 1.300 Downloading Packages: #12 1.331 (1/19): libbpf-1.4.0-1.el9.x86_64.rpm 6.1 MB/s | 177 kB 00:00 #12 1.338 (2/19): libmnl-1.0.4-16.el9_4.x86_64.rpm 4.6 MB/s | 27 kB 00:00 #12 1.344 (3/19): libpsl-0.21.1-5.el9.x86_64.rpm 12 MB/s | 63 kB 00:00 #12 1.354 (4/19): iproute-6.2.0-6.el9_4.x86_64.rpm 15 MB/s | 786 kB 00:00 #12 1.364 (5/19): glibc-langpack-en-2.34-125.el9_5.1.x86_ 8.9 MB/s | 552 kB 00:00 #12 1.370 (6/19): psmisc-23.4-3.el9.x86_64.rpm 14 MB/s | 226 kB 00:00 #12 1.374 (7/19): publicsuffix-list-dafsa-20210518-3.el9. 5.7 MB/s | 58 kB 00:00 #12 1.380 (8/19): procps-ng-3.3.17-14.el9.x86_64.rpm 9.0 MB/s | 332 kB 00:00 #12 1.389 (9/19): rsync-3.2.3-20.el9_5.1.x86_64.rpm 28 MB/s | 391 kB 00:00 #12 1.393 (10/19): libxcrypt-compat-4.4.18-3.el9.x86_64.r 7.0 MB/s | 88 kB 00:00 #12 1.406 (11/19): python3-setuptools-53.0.0-13.el9.noarc 23 MB/s | 838 kB 00:00 #12 1.421 (12/19): wget-1.21.1-8.el9_4.x86_64.rpm 28 MB/s | 768 kB 00:00 #12 1.445 (13/19): python3-pip-21.3.1-1.el9.noarch.rpm 32 MB/s | 1.7 MB 00:00 #12 1.450 (14/19): glibc-common-2.34-125.el9_5.1.x86_64.r 10 MB/s | 296 kB 00:00 #12 1.454 (15/19): glibc-minimal-langpack-2.34-125.el9_5. 2.5 MB/s | 22 kB 00:00 #12 1.459 (16/19): less-590-5.el9.x86_64.rpm 19 MB/s | 161 kB 00:00 #12 1.483 (17/19): glibc-2.34-125.el9_5.1.x86_64.rpm 26 MB/s | 2.0 MB 00:00 #12 1.499 (18/19): openssl-3.2.2-6.el9_5.1.x86_64.rpm 29 MB/s | 1.3 MB 00:00 #12 1.526 (19/19): openssl-libs-3.2.2-6.el9_5.1.x86_64.rp 36 MB/s | 2.4 MB 00:00 #12 1.526 -------------------------------------------------------------------------------- #12 1.527 Total 53 MB/s | 12 MB 00:00 #12 1.527 Running transaction check #12 1.924 Transaction check succeeded. #12 1.924 Running transaction test #12 2.118 Transaction test succeeded. #12 2.118 Running transaction #12 2.568 Preparing : 1/1 #12 2.657 Upgrading : glibc-common-2.34-125.el9_5.1.x86_64 1/25 #12 2.669 Upgrading : glibc-minimal-langpack-2.34-125.el9_5.1.x86_64 2/25 #12 2.674 Running scriptlet: glibc-2.34-125.el9_5.1.x86_64 3/25 #12 2.727 Upgrading : glibc-2.34-125.el9_5.1.x86_64 3/25 #12 2.738 Running scriptlet: glibc-2.34-125.el9_5.1.x86_64 3/25 #12 2.922 Installing : glibc-langpack-en-2.34-125.el9_5.1.x86_64 4/25 #12 3.001 Upgrading : openssl-libs-1:3.2.2-6.el9_5.1.x86_64 5/25 #12 3.014 Installing : libbpf-2:1.4.0-1.el9.x86_64 6/25 #12 3.020 Installing : libmnl-1.0.4-16.el9_4.x86_64 7/25 #12 3.032 Installing : psmisc-23.4-3.el9.x86_64 8/25 #12 3.043 Installing : libxcrypt-compat-4.4.18-3.el9.x86_64 9/25 #12 3.140 Installing : python3-setuptools-53.0.0-13.el9.noarch 10/25 #12 3.154 Installing : publicsuffix-list-dafsa-20210518-3.el9.noarch 11/25 #12 3.160 Installing : libpsl-0.21.1-5.el9.x86_64 12/25 #12 3.177 Installing : wget-1.21.1-8.el9_4.x86_64 13/25 #12 3.393 Installing : python3-pip-21.3.1-1.el9.noarch 14/25 #12 3.449 Installing : iproute-6.2.0-6.el9_4.x86_64 15/25 #12 3.475 Installing : rsync-3.2.3-20.el9_5.1.x86_64 16/25 #12 3.527 Upgrading : openssl-1:3.2.2-6.el9_5.1.x86_64 17/25 #12 3.563 Installing : procps-ng-3.3.17-14.el9.x86_64 18/25 #12 3.580 Upgrading : less-590-5.el9.x86_64 19/25 #12 3.594 Cleanup : openssl-1:3.0.7-24.el9.x86_64 20/25 #12 3.604 Cleanup : openssl-libs-1:3.0.7-24.el9.x86_64 21/25 #12 3.611 Cleanup : less-590-2.el9_2.x86_64 22/25 #12 3.620 Cleanup : glibc-2.34-83.el9.7.x86_64 23/25 #12 3.630 Cleanup : glibc-minimal-langpack-2.34-83.el9.7.x86_64 24/25 #12 3.636 Cleanup : glibc-common-2.34-83.el9.7.x86_64 25/25 #12 3.645 Running scriptlet: glibc-common-2.34-83.el9.7.x86_64 25/25 #12 4.026 Verifying : glibc-langpack-en-2.34-125.el9_5.1.x86_64 1/25 #12 4.026 Verifying : iproute-6.2.0-6.el9_4.x86_64 2/25 #12 4.026 Verifying : libbpf-2:1.4.0-1.el9.x86_64 3/25 #12 4.026 Verifying : libmnl-1.0.4-16.el9_4.x86_64 4/25 #12 4.026 Verifying : libpsl-0.21.1-5.el9.x86_64 5/25 #12 4.026 Verifying : procps-ng-3.3.17-14.el9.x86_64 6/25 #12 4.026 Verifying : psmisc-23.4-3.el9.x86_64 7/25 #12 4.026 Verifying : publicsuffix-list-dafsa-20210518-3.el9.noarch 8/25 #12 4.026 Verifying : python3-setuptools-53.0.0-13.el9.noarch 9/25 #12 4.027 Verifying : rsync-3.2.3-20.el9_5.1.x86_64 10/25 #12 4.027 Verifying : libxcrypt-compat-4.4.18-3.el9.x86_64 11/25 #12 4.027 Verifying : python3-pip-21.3.1-1.el9.noarch 12/25 #12 4.027 Verifying : wget-1.21.1-8.el9_4.x86_64 13/25 #12 4.027 Verifying : glibc-2.34-125.el9_5.1.x86_64 14/25 #12 4.027 Verifying : glibc-2.34-83.el9.7.x86_64 15/25 #12 4.027 Verifying : glibc-common-2.34-125.el9_5.1.x86_64 16/25 #12 4.027 Verifying : glibc-common-2.34-83.el9.7.x86_64 17/25 #12 4.027 Verifying : glibc-minimal-langpack-2.34-125.el9_5.1.x86_64 18/25 #12 4.027 Verifying : glibc-minimal-langpack-2.34-83.el9.7.x86_64 19/25 #12 4.027 Verifying : less-590-5.el9.x86_64 20/25 #12 4.027 Verifying : less-590-2.el9_2.x86_64 21/25 #12 4.028 Verifying : openssl-1:3.2.2-6.el9_5.1.x86_64 22/25 #12 4.028 Verifying : openssl-1:3.0.7-24.el9.x86_64 23/25 #12 4.028 Verifying : openssl-libs-1:3.2.2-6.el9_5.1.x86_64 24/25 #12 4.028 Verifying : openssl-libs-1:3.0.7-24.el9.x86_64 25/25 #12 4.095 #12 4.095 Upgraded: #12 4.095 glibc-2.34-125.el9_5.1.x86_64 #12 4.095 glibc-common-2.34-125.el9_5.1.x86_64 #12 4.095 glibc-minimal-langpack-2.34-125.el9_5.1.x86_64 #12 4.095 less-590-5.el9.x86_64 #12 4.095 openssl-1:3.2.2-6.el9_5.1.x86_64 #12 4.095 openssl-libs-1:3.2.2-6.el9_5.1.x86_64 #12 4.095 Installed: #12 4.095 glibc-langpack-en-2.34-125.el9_5.1.x86_64 #12 4.095 iproute-6.2.0-6.el9_4.x86_64 #12 4.095 libbpf-2:1.4.0-1.el9.x86_64 #12 4.095 libmnl-1.0.4-16.el9_4.x86_64 #12 4.095 libpsl-0.21.1-5.el9.x86_64 #12 4.095 libxcrypt-compat-4.4.18-3.el9.x86_64 #12 4.095 procps-ng-3.3.17-14.el9.x86_64 #12 4.095 psmisc-23.4-3.el9.x86_64 #12 4.095 publicsuffix-list-dafsa-20210518-3.el9.noarch #12 4.095 python3-pip-21.3.1-1.el9.noarch #12 4.095 python3-setuptools-53.0.0-13.el9.noarch #12 4.095 rsync-3.2.3-20.el9_5.1.x86_64 #12 4.095 wget-1.21.1-8.el9_4.x86_64 #12 4.095 #12 4.095 Complete! #12 4.240 + yum clean all -y #12 4.418 75 files removed #12 4.448 + rm -rf /var/cache/yum #12 4.450 + groupadd --gid 1999 --system contrail #12 4.480 + useradd -md /home/contrail --uid 1999 --shell /sbin/nologin --system --gid 1999 contrail #12 4.499 useradd warning: contrail's uid 1999 is greater than SYS_UID_MAX 999 #12 DONE 4.5s #13 exporting to image #13 exporting layers #13 exporting layers 0.7s done #13 writing image sha256:042d9fd8f007894974f529dd7d69646e16cd51cf91c8e6cb0dd0db0ea662cc9f done #13 naming to nexus.gz1.opensdn.io:5101/opensdn-general-base:master-2_3_5_7-2 done #13 DONE 0.7s 2025-11-18 09:17:47,006: INFO: Docker build duration: 26 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-general-base] 9dcc0e264fc4: Preparing a5546490d444: Preparing 4d0d5c9665da: Preparing 11497965a2ce: Preparing fc28ebff54f7: Preparing f71f85df061f: Preparing 3ac7b8f1978a: Preparing 44343de3ea1d: Preparing 3ac7b8f1978a: Waiting f71f85df061f: Waiting 44343de3ea1d: Waiting 4d0d5c9665da: Pushed fc28ebff54f7: Pushed 11497965a2ce: Pushed 44343de3ea1d: Layer already exists f71f85df061f: Pushed 3ac7b8f1978a: Pushed 9dcc0e264fc4: Pushed a5546490d444: Pushed master-2_3_5_7-2: digest: sha256:e28459a1e940ff87e399ca0a8eba82a7cbf80dbdab3ec1850735615cc91911c1 size: 1989 2025-11-18 09:17:54,535: INFO: Building opensdn-general-base finished successfully, duration: 33 seconds REPOSITORY TAG IMAGE ID CREATED SIZE nexus.gz1.opensdn.io:5101/opensdn-general-base master-2_3_5_7-2 042d9fd8f007 8 seconds ago 348MB nexus.gz1.opensdn.io:5101/opensdn-container-builder-src master-2_3_5_7-2 c7bf1cb98c81 32 seconds ago 2.46MB tf-dev-sandbox compile c8e4c6f2d303 52 seconds ago 24.2GB nexus.gz1.opensdn.io:5101/opensdn-charms-src master-2_3_5_7-2 cbe2e9887387 About a minute ago 6.04MB nexus.gz1.opensdn.io:5101/opensdn-ansible-deployer-src master-2_3_5_7-2 5b128a046d31 About a minute ago 1.4MB nexus.gz1.opensdn.io:5101/opensdn-container-builder-src 8552f1ecb70d About a minute ago 2.44MB nexus.gz1.opensdn.io:5101/opensdn-kolla-ansible-src master-2_3_5_7-2 dfc795149a17 About a minute ago 32.7MB nexus.gz1.opensdn.io:5101/opensdn-build-manifest-src master-2_3_5_7-2 4a49693dfb2b About a minute ago 4.17kB nexus.gz1.opensdn.io:5101/tf-dev-sandbox frozen 8765bf7a47dc 6 hours ago 23.5GB