#3 [internal] load .dockerignore #3 transferring context: 2B done #3 DONE 0.0s #4 [internal] load build context #4 transferring context: 21.85kB done #4 DONE 0.0s #5 [1/8] FROM docker.io/library/rockylinux:9@sha256:d7be1c094cc5845ee815d4632fe377514ee6ebcf8efaed6892889657e5ddaaa6 #5 resolve docker.io/library/rockylinux:9@sha256:d7be1c094cc5845ee815d4632fe377514ee6ebcf8efaed6892889657e5ddaaa6 0.0s done #5 sha256:d7be1c094cc5845ee815d4632fe377514ee6ebcf8efaed6892889657e5ddaaa6 4.72kB / 4.72kB done #5 sha256:d644d203142cd5b54ad2a83a203e1dee68af2229f8fe32f52a30c6e1d3c3a9e0 1.04kB / 1.04kB done #5 sha256:9cc24f05f309508aa852967ab1e3b582b302afc92605c24ce27715c683acd805 578B / 578B done #5 DONE 0.1s #6 [2/8] RUN mkdir /licenses #6 DONE 0.2s #7 [3/8] COPY licensing.txt /licenses #7 DONE 0.1s #8 [4/8] COPY *.repo /etc/yum.repos.d/ #8 DONE 0.1s #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.093 /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) #11 0.093 + dnf info git-review #11 0.329 Failed to set locale, defaulting to C.UTF-8 #11 0.728 added from: http://tf-mirrors.gz1.opensdn.io/re 92 MB/s | 14 MB 00:00 #11 2.526 added from: http://tf-mirrors.gz1.opensdn.io/re 37 MB/s | 1.9 MB 00:00 #11 2.912 added from: http://tf-mirrors.gz1.opensdn.io/re 17 MB/s | 402 kB 00:00 #11 3.222 added from: http://tf-mirrors.gz1.opensdn.io/re 85 MB/s | 16 MB 00:00 #11 6.324 added from: http://tf-mirrors.gz1.opensdn.io/re 90 MB/s | 11 MB 00:00 #11 8.480 added from: http://tf-mirrors.gz1.opensdn.io/re 32 MB/s | 1.1 MB 00:00 #11 8.815 added from: http://tf-mirrors.gz1.opensdn.io/re 62 MB/s | 4.8 MB 00:00 #11 9.805 added from: http://tf-mirrors.gz1.opensdn.io/re 25 MB/s | 697 kB 00:00 #11 10.06 added from: http://tf-mirrors.gz1.opensdn.io/re 19 MB/s | 474 kB 00:00 #11 10.26 added from: http://tf-mirrors.gz1.opensdn.io/re 1.2 MB/s | 18 kB 00:00 #11 10.41 added from: http://tf-mirrors.gz1.opensdn.io/re 15 kB/s | 257 B 00:00 #11 10.57 added from: http://tf-mirrors.gz1.opensdn.io/re 803 kB/s | 15 kB 00:00 #11 10.72 added from: http://tf-mirrors.gz1.opensdn.io/re 4.5 MB/s | 96 kB 00:00 #11 11.25 added from: http://tf-mirrors.gz1.opensdn.io/re 111 MB/s | 39 MB 00:00 #11 19.03 Third parties for OpenSDN 54 MB/s | 5.1 MB 00:00 #11 23.54 Available Packages #11 23.54 Name : git-review #11 23.54 Version : 2.3.1 #11 23.54 Release : 7.el9 #11 23.54 Architecture : noarch #11 23.54 Size : 86 k #11 23.54 Source : git-review-2.3.1-7.el9.src.rpm #11 23.54 Repository : tf-mirrors.ci_repos_epel9.repo #11 23.54 Summary : A Git helper for integration with Gerrit #11 23.54 URL : https://opendev.org/opendev/git-review #11 23.54 License : ASL 2.0 #11 23.54 Description : An extension for source control system Git that creates and manages #11 23.54 : review requests in the patch management system Gerrit. It replaces the #11 23.54 : rfc.sh script. #11 23.54 #11 DONE 23.8s #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.074 /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) #12 0.074 + source /etc/os-release #12 0.074 ++ NAME='Rocky Linux' #12 0.074 ++ VERSION='9.3 (Blue Onyx)' #12 0.074 ++ ID=rocky #12 0.074 ++ ID_LIKE='rhel centos fedora' #12 0.074 ++ VERSION_ID=9.3 #12 0.074 ++ PLATFORM_ID=platform:el9 #12 0.074 ++ PRETTY_NAME='Rocky Linux 9.3 (Blue Onyx)' #12 0.074 ++ ANSI_COLOR='0;32' #12 0.074 ++ LOGO=fedora-logo-icon #12 0.074 ++ CPE_NAME=cpe:/o:rocky:rocky:9::baseos #12 0.074 ++ HOME_URL=https://rockylinux.org/ #12 0.074 ++ BUG_REPORT_URL=https://bugs.rockylinux.org/ #12 0.074 ++ SUPPORT_END=2032-05-31 #12 0.074 ++ ROCKY_SUPPORT_PRODUCT=Rocky-Linux-9 #12 0.074 ++ ROCKY_SUPPORT_PRODUCT_VERSION=9.3 #12 0.074 ++ REDHAT_SUPPORT_PRODUCT='Rocky Linux' #12 0.074 ++ REDHAT_SUPPORT_PRODUCT_VERSION=9.3 #12 0.074 + find /etc/yum.repos.d/ #12 0.074 + grep -i centos #12 0.074 + xargs -r rm #12 0.078 + ls -l /etc/yum.repos.d/ #12 0.080 total 32 #12 0.080 -rw-r--r--. 1 root root 2707 Jun 15 01:14 mirror-base-rocky9.repo #12 0.080 -rw-r--r--. 1 root root 217 Jun 15 01:14 mirror-docker9.repo #12 0.080 -rw-r--r--. 1 root root 204 Jun 15 01:14 mirror-epel9.repo #12 0.080 -rw-r--r--. 1 root root 1 Jun 15 01:14 rocky-addons.repo #12 0.080 -rw-r--r--. 1 root root 1 Jun 15 01:14 rocky-devel.repo #12 0.080 -rw-r--r--. 1 root root 1 Jun 15 01:14 rocky-extras.repo #12 0.080 -rw-r--r--. 1 root root 1 Jun 15 01:14 rocky.repo #12 0.080 -rw-r--r--. 1 root root 140 Jun 15 01:14 tpc.repo #12 0.081 + yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical #12 0.150 Failed to set locale, defaulting to C.UTF-8 #12 0.522 Last metadata expiration check: 0:00:06 ago on Mon Jun 15 01:14:55 2026. #12 0.693 No security updates needed, but 101 updates available #12 0.741 Dependencies resolved. #12 0.742 Nothing to do. #12 0.743 Complete! #12 0.772 + yum install -y hostname iproute less wget openssl glibc-langpack-en rsync procps-ng python3-pip #12 0.836 Failed to set locale, defaulting to C.UTF-8 #12 1.171 Last metadata expiration check: 0:00:06 ago on Mon Jun 15 01:14:55 2026. #12 1.317 Package hostname-3.23-6.el9.x86_64 is already installed. #12 1.319 Package less-590-2.el9_2.x86_64 is already installed. #12 1.321 Package openssl-1:3.0.7-24.el9.x86_64 is already installed. #12 1.364 Dependencies resolved. #12 1.366 ============================================================================================= #12 1.366 Package Arch Version Repository Size #12 1.366 ============================================================================================= #12 1.366 Installing: #12 1.366 glibc-langpack-en x86_64 2.34-231.el9_7.2 tf-mirrors.ci_repos_yum9-baseos 555 k #12 1.366 iproute x86_64 6.14.0-2.el9 tf-mirrors.ci_repos_yum9-baseos 808 k #12 1.366 procps-ng x86_64 3.3.17-14.el9 tf-mirrors.ci_repos_yum9-baseos 332 k #12 1.366 python3-pip noarch 21.3.1-1.el9 tf-mirrors.ci_repos_yum9-appstream 1.7 M #12 1.366 rsync x86_64 3.2.5-3.el9 tf-mirrors.ci_repos_yum9-baseos 403 k #12 1.366 wget x86_64 1.21.1-8.el9_4 tf-mirrors.ci_repos_yum9-appstream 768 k #12 1.366 Upgrading: #12 1.366 glibc x86_64 2.34-231.el9_7.2 tf-mirrors.ci_repos_yum9-baseos 2.0 M #12 1.366 glibc-common x86_64 2.34-231.el9_7.2 tf-mirrors.ci_repos_yum9-baseos 298 k #12 1.366 glibc-minimal-langpack x86_64 2.34-231.el9_7.2 tf-mirrors.ci_repos_yum9-baseos 25 k #12 1.366 less x86_64 590-6.el9 tf-mirrors.ci_repos_yum9-baseos 160 k #12 1.366 openssl x86_64 1:3.5.1-7.el9_7 tf-mirrors.ci_repos_yum9-baseos 1.4 M #12 1.366 openssl-libs x86_64 1:3.5.1-7.el9_7 tf-mirrors.ci_repos_yum9-baseos 2.3 M #12 1.366 Installing dependencies: #12 1.366 libbpf x86_64 2:1.5.0-2.el9 tf-mirrors.ci_repos_yum9-baseos 185 k #12 1.366 libmnl x86_64 1.0.4-16.el9_4 tf-mirrors.ci_repos_yum9-baseos 27 k #12 1.366 libpsl x86_64 0.21.1-5.el9 tf-mirrors.ci_repos_yum9-baseos 63 k #12 1.366 openssl-fips-provider x86_64 1:3.5.1-7.el9_7 tf-mirrors.ci_repos_yum9-baseos 812 k #12 1.366 psmisc x86_64 23.4-3.el9 tf-mirrors.ci_repos_yum9-baseos 226 k #12 1.366 publicsuffix-list-dafsa noarch 20210518-3.el9 tf-mirrors.ci_repos_yum9-baseos 58 k #12 1.366 Installing weak dependencies: #12 1.366 libxcrypt-compat x86_64 4.4.18-3.el9 tf-mirrors.ci_repos_yum9-appstream 88 k #12 1.366 python3-setuptools noarch 53.0.0-15.el9 tf-mirrors.ci_repos_yum9-baseos 831 k #12 1.366 #12 1.366 Transaction Summary #12 1.366 ============================================================================================= #12 1.366 Install 14 Packages #12 1.366 Upgrade 6 Packages #12 1.366 #12 1.367 Total download size: 13 M #12 1.367 Downloading Packages: #12 1.386 (1/20): libbpf-1.5.0-2.el9.x86_64.rpm 12 MB/s | 185 kB 00:00 #12 1.395 (2/20): libmnl-1.0.4-16.el9_4.x86_64.rpm 3.4 MB/s | 27 kB 00:00 #12 1.403 (3/20): libpsl-0.21.1-5.el9.x86_64.rpm 7.9 MB/s | 63 kB 00:00 #12 1.412 (4/20): glibc-langpack-en-2.34-231.el9_7.2.x86_ 13 MB/s | 555 kB 00:00 #12 1.423 (5/20): iproute-6.14.0-2.el9.x86_64.rpm 15 MB/s | 808 kB 00:00 #12 1.432 (6/20): procps-ng-3.3.17-14.el9.x86_64.rpm 17 MB/s | 332 kB 00:00 #12 1.442 (7/20): openssl-fips-provider-3.5.1-7.el9_7.x86 21 MB/s | 812 kB 00:00 #12 1.449 (8/20): psmisc-23.4-3.el9.x86_64.rpm 8.6 MB/s | 226 kB 00:00 #12 1.452 (9/20): publicsuffix-list-dafsa-20210518-3.el9. 2.8 MB/s | 58 kB 00:00 #12 1.466 (10/20): python3-setuptools-53.0.0-15.el9.noarc 34 MB/s | 831 kB 00:00 #12 1.470 (11/20): libxcrypt-compat-4.4.18-3.el9.x86_64.r 5.0 MB/s | 88 kB 00:00 #12 1.476 (12/20): rsync-3.2.5-3.el9.x86_64.rpm 15 MB/s | 403 kB 00:00 #12 1.502 (13/20): python3-pip-21.3.1-1.el9.noarch.rpm 50 MB/s | 1.7 MB 00:00 #12 1.512 (14/20): wget-1.21.1-8.el9_4.x86_64.rpm 18 MB/s | 768 kB 00:00 #12 1.519 (15/20): glibc-common-2.34-231.el9_7.2.x86_64.r 17 MB/s | 298 kB 00:00 #12 1.523 (16/20): glibc-minimal-langpack-2.34-231.el9_7. 2.5 MB/s | 25 kB 00:00 #12 1.528 (17/20): less-590-6.el9.x86_64.rpm 21 MB/s | 160 kB 00:00 #12 1.551 (18/20): glibc-2.34-231.el9_7.2.x86_64.rpm 26 MB/s | 2.0 MB 00:00 #12 1.573 (19/20): openssl-3.5.1-7.el9_7.x86_64.rpm 28 MB/s | 1.4 MB 00:00 #12 1.597 (20/20): openssl-libs-3.5.1-7.el9_7.x86_64.rpm 34 MB/s | 2.3 MB 00:00 #12 1.597 -------------------------------------------------------------------------------- #12 1.597 Total 56 MB/s | 13 MB 00:00 #12 1.598 Running transaction check #12 1.954 Transaction check succeeded. #12 1.955 Running transaction test #12 2.136 Transaction test succeeded. #12 2.137 Running transaction #12 2.499 Preparing : 1/1 #12 2.581 Upgrading : glibc-common-2.34-231.el9_7.2.x86_64 1/26 #12 2.592 Upgrading : glibc-minimal-langpack-2.34-231.el9_7.2.x86_64 2/26 #12 2.596 Running scriptlet: glibc-2.34-231.el9_7.2.x86_64 3/26 #12 2.645 Upgrading : glibc-2.34-231.el9_7.2.x86_64 3/26 #12 2.655 Running scriptlet: glibc-2.34-231.el9_7.2.x86_64 3/26 #12 2.819 Installing : glibc-langpack-en-2.34-231.el9_7.2.x86_64 4/26 #12 2.832 Installing : libbpf-2:1.5.0-2.el9.x86_64 5/26 #12 2.838 Installing : libmnl-1.0.4-16.el9_4.x86_64 6/26 #12 2.856 Installing : openssl-fips-provider-1:3.5.1-7.el9_7.x86_64 7/26 #12 2.908 Upgrading : openssl-libs-1:3.5.1-7.el9_7.x86_64 8/26 #12 2.920 Installing : psmisc-23.4-3.el9.x86_64 9/26 #12 2.931 Installing : libxcrypt-compat-4.4.18-3.el9.x86_64 10/26 #12 3.001 Installing : python3-setuptools-53.0.0-15.el9.noarch 11/26 #12 3.016 Installing : publicsuffix-list-dafsa-20210518-3.el9.noarch 12/26 #12 3.021 Installing : libpsl-0.21.1-5.el9.x86_64 13/26 #12 3.035 Installing : wget-1.21.1-8.el9_4.x86_64 14/26 #12 3.220 Installing : python3-pip-21.3.1-1.el9.noarch 15/26 #12 3.266 Installing : iproute-6.14.0-2.el9.x86_64 16/26 #12 3.285 Installing : rsync-3.2.5-3.el9.x86_64 17/26 #12 3.343 Upgrading : openssl-1:3.5.1-7.el9_7.x86_64 18/26 #12 3.367 Installing : procps-ng-3.3.17-14.el9.x86_64 19/26 #12 3.382 Upgrading : less-590-6.el9.x86_64 20/26 #12 3.393 Cleanup : openssl-1:3.0.7-24.el9.x86_64 21/26 #12 3.401 Cleanup : openssl-libs-1:3.0.7-24.el9.x86_64 22/26 #12 3.408 Cleanup : less-590-2.el9_2.x86_64 23/26 #12 3.418 Cleanup : glibc-2.34-83.el9.7.x86_64 24/26 #12 3.427 Cleanup : glibc-minimal-langpack-2.34-83.el9.7.x86_64 25/26 #12 3.432 Cleanup : glibc-common-2.34-83.el9.7.x86_64 26/26 #12 3.438 Running scriptlet: iproute-6.14.0-2.el9.x86_64 26/26 #12 3.448 Running scriptlet: glibc-common-2.34-83.el9.7.x86_64 26/26 #12 3.868 Verifying : glibc-langpack-en-2.34-231.el9_7.2.x86_64 1/26 #12 3.868 Verifying : iproute-6.14.0-2.el9.x86_64 2/26 #12 3.868 Verifying : libbpf-2:1.5.0-2.el9.x86_64 3/26 #12 3.868 Verifying : libmnl-1.0.4-16.el9_4.x86_64 4/26 #12 3.868 Verifying : libpsl-0.21.1-5.el9.x86_64 5/26 #12 3.868 Verifying : openssl-fips-provider-1:3.5.1-7.el9_7.x86_64 6/26 #12 3.868 Verifying : procps-ng-3.3.17-14.el9.x86_64 7/26 #12 3.868 Verifying : psmisc-23.4-3.el9.x86_64 8/26 #12 3.868 Verifying : publicsuffix-list-dafsa-20210518-3.el9.noarch 9/26 #12 3.868 Verifying : python3-setuptools-53.0.0-15.el9.noarch 10/26 #12 3.868 Verifying : rsync-3.2.5-3.el9.x86_64 11/26 #12 3.868 Verifying : libxcrypt-compat-4.4.18-3.el9.x86_64 12/26 #12 3.868 Verifying : python3-pip-21.3.1-1.el9.noarch 13/26 #12 3.869 Verifying : wget-1.21.1-8.el9_4.x86_64 14/26 #12 3.869 Verifying : glibc-2.34-231.el9_7.2.x86_64 15/26 #12 3.869 Verifying : glibc-2.34-83.el9.7.x86_64 16/26 #12 3.869 Verifying : glibc-common-2.34-231.el9_7.2.x86_64 17/26 #12 3.869 Verifying : glibc-common-2.34-83.el9.7.x86_64 18/26 #12 3.869 Verifying : glibc-minimal-langpack-2.34-231.el9_7.2.x86_64 19/26 #12 3.869 Verifying : glibc-minimal-langpack-2.34-83.el9.7.x86_64 20/26 #12 3.869 Verifying : less-590-6.el9.x86_64 21/26 #12 3.869 Verifying : less-590-2.el9_2.x86_64 22/26 #12 3.869 Verifying : openssl-1:3.5.1-7.el9_7.x86_64 23/26 #12 3.869 Verifying : openssl-1:3.0.7-24.el9.x86_64 24/26 #12 3.869 Verifying : openssl-libs-1:3.5.1-7.el9_7.x86_64 25/26 #12 3.869 Verifying : openssl-libs-1:3.0.7-24.el9.x86_64 26/26 #12 3.939 #12 3.939 Upgraded: #12 3.939 glibc-2.34-231.el9_7.2.x86_64 #12 3.939 glibc-common-2.34-231.el9_7.2.x86_64 #12 3.939 glibc-minimal-langpack-2.34-231.el9_7.2.x86_64 #12 3.939 less-590-6.el9.x86_64 #12 3.939 openssl-1:3.5.1-7.el9_7.x86_64 #12 3.939 openssl-libs-1:3.5.1-7.el9_7.x86_64 #12 3.939 Installed: #12 3.939 glibc-langpack-en-2.34-231.el9_7.2.x86_64 #12 3.939 iproute-6.14.0-2.el9.x86_64 #12 3.939 libbpf-2:1.5.0-2.el9.x86_64 #12 3.939 libmnl-1.0.4-16.el9_4.x86_64 #12 3.939 libpsl-0.21.1-5.el9.x86_64 #12 3.939 libxcrypt-compat-4.4.18-3.el9.x86_64 #12 3.939 openssl-fips-provider-1:3.5.1-7.el9_7.x86_64 #12 3.939 procps-ng-3.3.17-14.el9.x86_64 #12 3.939 psmisc-23.4-3.el9.x86_64 #12 3.939 publicsuffix-list-dafsa-20210518-3.el9.noarch #12 3.939 python3-pip-21.3.1-1.el9.noarch #12 3.939 python3-setuptools-53.0.0-15.el9.noarch #12 3.939 rsync-3.2.5-3.el9.x86_64 #12 3.939 wget-1.21.1-8.el9_4.x86_64 #12 3.939 #12 3.939 Complete! #12 4.075 + yum clean all -y #12 4.222 77 files removed #12 4.246 + rm -rf /var/cache/yum #12 4.249 + groupadd --gid 1999 --system contrail #12 4.275 + useradd -md /home/contrail --uid 1999 --shell /sbin/nologin --system --gid 1999 contrail #12 4.287 useradd warning: contrail's uid 1999 is greater than SYS_UID_MAX 999 #12 DONE 4.3s #13 exporting to image #13 exporting layers #13 exporting layers 1.0s done #13 writing image sha256:bf794aa2633cfbc1818fc536718aada341055de657ab7790bef0fc748874bb3e done #13 naming to nexus.gz1.opensdn.io:5102/opensdn-general-base:nightly-r25.1 done #13 DONE 1.0s 2026-06-15 01:15:06,120: INFO: Docker build duration: 32 seconds The push refers to repository [nexus.gz1.opensdn.io:5102/opensdn-general-base] e1c7efedbccb: Preparing 1125ede94275: Preparing 6c74d5b66e55: Preparing fce77595d0eb: Preparing f04d1c4e4364: Preparing fa6ba015b934: Preparing dbe9b6aab9b2: Preparing 44343de3ea1d: Preparing fa6ba015b934: Waiting dbe9b6aab9b2: Waiting 44343de3ea1d: Waiting f04d1c4e4364: Pushed 6c74d5b66e55: Pushed fce77595d0eb: Pushed 44343de3ea1d: Layer already exists fa6ba015b934: Pushed dbe9b6aab9b2: Pushed e1c7efedbccb: Pushed 1125ede94275: Pushed nightly-r25.1: digest: sha256:ee48ecdfbac76fb726e3089eec674c3dd2196993cb402036d4817023781e3997 size: 1990 2026-06-15 01:15:16,465: INFO: Building opensdn-general-base finished successfully, duration: 42 seconds IMAGE ID DISK USAGE CONTENT SIZE EXTRA nexus.gz1.opensdn.io:5102/opensdn-ansible-deployer-src:nightly-r25.1 a91df5d74034 1.41MB 0B nexus.gz1.opensdn.io:5102/opensdn-build-manifest-src:nightly-r25.1 28bbc7e31734 3.7kB 0B nexus.gz1.opensdn.io:5102/opensdn-charms-src:nightly-r25.1 cba1eb575956 6.05MB 0B nexus.gz1.opensdn.io:5102/opensdn-container-builder-src:nightly-r25.1 73b3ca902916 2.49MB 0B nexus.gz1.opensdn.io:5102/opensdn-general-base:nightly-r25.1 bf794aa2633c 428MB 0B nexus.gz1.opensdn.io:5102/opensdn-kolla-ansible-src:nightly-r25.1 2ee1abda79c6 32.7MB 0B nexus.gz1.opensdn.io:5102/tf-dev-sandbox:stable-r25.1 847737b55842 3GB 0B U tf-dev-sandbox:compile 7bb427712e68 24.8GB 0B