#7 [3/9] COPY licensing.txt /licenses #7 DONE 0.1s #8 [4/9] RUN mkdir -p /etc/yum.repos.d.bak/ ; cp -f /etc/yum.repos.d/* /etc/yum.repos.d.bak/ #8 0.090 /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) #8 DONE 0.1s #9 [5/9] COPY *.repo /etc/yum.repos.d/ #9 DONE 0.1s #10 [6/9] COPY pip.conf /etc/ #10 DONE 0.1s #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.086 /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) #12 0.086 + dnf info git-review #12 0.293 Failed to set locale, defaulting to C.UTF-8 #12 0.622 added from: http://tf-mirrors.gz1.opensdn.io/re 98 MB/s | 14 MB 00:00 #12 2.205 added from: http://tf-mirrors.gz1.opensdn.io/re 42 MB/s | 1.9 MB 00:00 #12 2.623 added from: http://tf-mirrors.gz1.opensdn.io/re 12 MB/s | 402 kB 00:00 #12 2.908 added from: http://tf-mirrors.gz1.opensdn.io/re 94 MB/s | 16 MB 00:00 #12 5.877 added from: http://tf-mirrors.gz1.opensdn.io/re 77 MB/s | 11 MB 00:00 #12 7.906 added from: http://tf-mirrors.gz1.opensdn.io/re 30 MB/s | 1.1 MB 00:00 #12 8.224 added from: http://tf-mirrors.gz1.opensdn.io/re 61 MB/s | 4.8 MB 00:00 #12 9.175 added from: http://tf-mirrors.gz1.opensdn.io/re 19 MB/s | 697 kB 00:00 #12 9.443 added from: http://tf-mirrors.gz1.opensdn.io/re 15 MB/s | 474 kB 00:00 #12 9.644 added from: http://tf-mirrors.gz1.opensdn.io/re 740 kB/s | 18 kB 00:00 #12 9.793 added from: http://tf-mirrors.gz1.opensdn.io/re 12 kB/s | 257 B 00:00 #12 9.940 added from: http://tf-mirrors.gz1.opensdn.io/re 698 kB/s | 15 kB 00:00 #12 10.09 added from: http://tf-mirrors.gz1.opensdn.io/re 4.8 MB/s | 96 kB 00:00 #12 10.59 added from: http://tf-mirrors.gz1.opensdn.io/re 110 MB/s | 39 MB 00:00 #12 18.13 Third parties for OpenSDN 53 MB/s | 5.1 MB 00:00 #12 22.43 Available Packages #12 22.43 Name : git-review #12 22.43 Version : 2.3.1 #12 22.43 Release : 7.el9 #12 22.43 Architecture : noarch #12 22.43 Size : 86 k #12 22.43 Source : git-review-2.3.1-7.el9.src.rpm #12 22.43 Repository : tf-mirrors.ci_repos_epel9.repo #12 22.43 Summary : A Git helper for integration with Gerrit #12 22.43 URL : https://opendev.org/opendev/git-review #12 22.43 License : ASL 2.0 #12 22.43 Description : An extension for source control system Git that creates and manages #12 22.43 : review requests in the patch management system Gerrit. It replaces the #12 22.43 : rfc.sh script. #12 22.43 #12 DONE 22.7s #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.067 /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) #13 0.067 + source /etc/os-release #13 0.067 ++ NAME='Rocky Linux' #13 0.067 ++ VERSION='9.3 (Blue Onyx)' #13 0.067 ++ ID=rocky #13 0.067 ++ ID_LIKE='rhel centos fedora' #13 0.067 ++ VERSION_ID=9.3 #13 0.067 ++ PLATFORM_ID=platform:el9 #13 0.067 ++ PRETTY_NAME='Rocky Linux 9.3 (Blue Onyx)' #13 0.067 ++ ANSI_COLOR='0;32' #13 0.067 ++ LOGO=fedora-logo-icon #13 0.067 ++ CPE_NAME=cpe:/o:rocky:rocky:9::baseos #13 0.067 ++ HOME_URL=https://rockylinux.org/ #13 0.067 ++ BUG_REPORT_URL=https://bugs.rockylinux.org/ #13 0.067 ++ SUPPORT_END=2032-05-31 #13 0.067 ++ ROCKY_SUPPORT_PRODUCT=Rocky-Linux-9 #13 0.067 ++ ROCKY_SUPPORT_PRODUCT_VERSION=9.3 #13 0.067 ++ REDHAT_SUPPORT_PRODUCT='Rocky Linux' #13 0.067 ++ REDHAT_SUPPORT_PRODUCT_VERSION=9.3 #13 0.068 + find /etc/yum.repos.d/ #13 0.068 + grep -i centos #13 0.068 + xargs -r rm #13 0.070 + ls -l /etc/yum.repos.d/ #13 0.072 total 32 #13 0.072 -rw-r--r--. 1 root root 2707 Jun 18 16:01 mirror-base-rocky9.repo #13 0.072 -rw-r--r--. 1 root root 217 Jun 18 16:01 mirror-docker9.repo #13 0.072 -rw-r--r--. 1 root root 204 Jun 18 16:01 mirror-epel9.repo #13 0.072 -rw-r--r--. 1 root root 1 Jun 18 16:01 rocky-addons.repo #13 0.072 -rw-r--r--. 1 root root 1 Jun 18 16:01 rocky-devel.repo #13 0.072 -rw-r--r--. 1 root root 1 Jun 18 16:01 rocky-extras.repo #13 0.072 -rw-r--r--. 1 root root 1 Jun 18 16:01 rocky.repo #13 0.072 -rw-r--r--. 1 root root 140 Jun 18 16:01 tpc.repo #13 0.072 + dnf -y update-minimal --security --sec-severity=Important --sec-severity=Critical #13 0.136 Failed to set locale, defaulting to C.UTF-8 #13 0.461 Last metadata expiration check: 0:00:05 ago on Thu Jun 18 16:01:59 2026. #13 0.602 No security updates needed, but 101 updates available #13 0.649 Dependencies resolved. #13 0.650 Nothing to do. #13 0.650 Complete! #13 0.674 + dnf install -y hostname iproute less wget openssl glibc-langpack-en rsync procps-ng python3-pip #13 0.734 Failed to set locale, defaulting to C.UTF-8 #13 1.041 Last metadata expiration check: 0:00:06 ago on Thu Jun 18 16:01:59 2026. #13 1.175 Package hostname-3.23-6.el9.x86_64 is already installed. #13 1.178 Package less-590-2.el9_2.x86_64 is already installed. #13 1.180 Package openssl-1:3.0.7-24.el9.x86_64 is already installed. #13 1.221 Dependencies resolved. #13 1.223 ============================================================================================= #13 1.223 Package Arch Version Repository Size #13 1.223 ============================================================================================= #13 1.223 Installing: #13 1.223 glibc-langpack-en x86_64 2.34-231.el9_7.2 tf-mirrors.ci_repos_yum9-baseos 555 k #13 1.223 iproute x86_64 6.14.0-2.el9 tf-mirrors.ci_repos_yum9-baseos 808 k #13 1.223 procps-ng x86_64 3.3.17-14.el9 tf-mirrors.ci_repos_yum9-baseos 332 k #13 1.223 python3-pip noarch 21.3.1-1.el9 tf-mirrors.ci_repos_yum9-appstream 1.7 M #13 1.223 rsync x86_64 3.2.5-3.el9 tf-mirrors.ci_repos_yum9-baseos 403 k #13 1.223 wget x86_64 1.21.1-8.el9_4 tf-mirrors.ci_repos_yum9-appstream 768 k #13 1.223 Upgrading: #13 1.223 glibc x86_64 2.34-231.el9_7.2 tf-mirrors.ci_repos_yum9-baseos 2.0 M #13 1.223 glibc-common x86_64 2.34-231.el9_7.2 tf-mirrors.ci_repos_yum9-baseos 298 k #13 1.223 glibc-minimal-langpack x86_64 2.34-231.el9_7.2 tf-mirrors.ci_repos_yum9-baseos 25 k #13 1.223 less x86_64 590-6.el9 tf-mirrors.ci_repos_yum9-baseos 160 k #13 1.223 openssl x86_64 1:3.5.1-7.el9_7 tf-mirrors.ci_repos_yum9-baseos 1.4 M #13 1.223 openssl-libs x86_64 1:3.5.1-7.el9_7 tf-mirrors.ci_repos_yum9-baseos 2.3 M #13 1.223 Installing dependencies: #13 1.223 libbpf x86_64 2:1.5.0-2.el9 tf-mirrors.ci_repos_yum9-baseos 185 k #13 1.223 libmnl x86_64 1.0.4-16.el9_4 tf-mirrors.ci_repos_yum9-baseos 27 k #13 1.223 libpsl x86_64 0.21.1-5.el9 tf-mirrors.ci_repos_yum9-baseos 63 k #13 1.223 openssl-fips-provider x86_64 1:3.5.1-7.el9_7 tf-mirrors.ci_repos_yum9-baseos 812 k #13 1.223 psmisc x86_64 23.4-3.el9 tf-mirrors.ci_repos_yum9-baseos 226 k #13 1.223 publicsuffix-list-dafsa noarch 20210518-3.el9 tf-mirrors.ci_repos_yum9-baseos 58 k #13 1.223 Installing weak dependencies: #13 1.223 libxcrypt-compat x86_64 4.4.18-3.el9 tf-mirrors.ci_repos_yum9-appstream 88 k #13 1.223 python3-setuptools noarch 53.0.0-15.el9 tf-mirrors.ci_repos_yum9-baseos 831 k #13 1.223 #13 1.223 Transaction Summary #13 1.223 ============================================================================================= #13 1.223 Install 14 Packages #13 1.223 Upgrade 6 Packages #13 1.223 #13 1.224 Total download size: 13 M #13 1.224 Downloading Packages: #13 1.324 (1/20): libbpf-1.5.0-2.el9.x86_64.rpm 1.9 MB/s | 185 kB 00:00 #13 1.332 (2/20): libmnl-1.0.4-16.el9_4.x86_64.rpm 3.3 MB/s | 27 kB 00:00 #13 1.343 (3/20): glibc-langpack-en-2.34-231.el9_7.2.x86_ 4.7 MB/s | 555 kB 00:00 #13 1.346 (4/20): libpsl-0.21.1-5.el9.x86_64.rpm 4.5 MB/s | 63 kB 00:00 #13 1.357 (5/20): iproute-6.14.0-2.el9.x86_64.rpm 6.1 MB/s | 808 kB 00:00 #13 1.369 (6/20): procps-ng-3.3.17-14.el9.x86_64.rpm 14 MB/s | 332 kB 00:00 #13 1.375 (7/20): psmisc-23.4-3.el9.x86_64.rpm 13 MB/s | 226 kB 00:00 #13 1.377 (8/20): publicsuffix-list-dafsa-20210518-3.el9. 7.2 MB/s | 58 kB 00:00 #13 1.394 (9/20): python3-setuptools-53.0.0-15.el9.noarch 44 MB/s | 831 kB 00:00 #13 1.400 (10/20): libxcrypt-compat-4.4.18-3.el9.x86_64.r 14 MB/s | 88 kB 00:00 #13 1.413 (11/20): openssl-fips-provider-3.5.1-7.el9_7.x8 11 MB/s | 812 kB 00:00 #13 1.423 (12/20): rsync-3.2.5-3.el9.x86_64.rpm 8.8 MB/s | 403 kB 00:00 #13 1.436 (13/20): wget-1.21.1-8.el9_4.x86_64.rpm 33 MB/s | 768 kB 00:00 #13 1.447 (14/20): glibc-common-2.34-231.el9_7.2.x86_64.r 28 MB/s | 298 kB 00:00 #13 1.466 (15/20): python3-pip-21.3.1-1.el9.noarch.rpm 27 MB/s | 1.7 MB 00:00 #13 1.470 (16/20): glibc-minimal-langpack-2.34-231.el9_7. 1.1 MB/s | 25 kB 00:00 #13 1.475 (17/20): less-590-6.el9.x86_64.rpm 19 MB/s | 160 kB 00:00 #13 1.494 (18/20): glibc-2.34-231.el9_7.2.x86_64.rpm 27 MB/s | 2.0 MB 00:00 #13 1.514 (19/20): openssl-3.5.1-7.el9_7.x86_64.rpm 33 MB/s | 1.4 MB 00:00 #13 1.539 (20/20): openssl-libs-3.5.1-7.el9_7.x86_64.rpm 36 MB/s | 2.3 MB 00:00 #13 1.540 -------------------------------------------------------------------------------- #13 1.540 Total 41 MB/s | 13 MB 00:00 #13 1.540 Running transaction check #13 1.875 Transaction check succeeded. #13 1.875 Running transaction test #13 2.053 Transaction test succeeded. #13 2.053 Running transaction #13 2.426 Preparing : 1/1 #13 2.502 Upgrading : glibc-common-2.34-231.el9_7.2.x86_64 1/26 #13 2.512 Upgrading : glibc-minimal-langpack-2.34-231.el9_7.2.x86_64 2/26 #13 2.517 Running scriptlet: glibc-2.34-231.el9_7.2.x86_64 3/26 #13 2.565 Upgrading : glibc-2.34-231.el9_7.2.x86_64 3/26 #13 2.574 Running scriptlet: glibc-2.34-231.el9_7.2.x86_64 3/26 #13 2.722 Installing : glibc-langpack-en-2.34-231.el9_7.2.x86_64 4/26 #13 2.737 Installing : libbpf-2:1.5.0-2.el9.x86_64 5/26 #13 2.743 Installing : libmnl-1.0.4-16.el9_4.x86_64 6/26 #13 2.760 Installing : openssl-fips-provider-1:3.5.1-7.el9_7.x86_64 7/26 #13 2.807 Upgrading : openssl-libs-1:3.5.1-7.el9_7.x86_64 8/26 #13 2.818 Installing : psmisc-23.4-3.el9.x86_64 9/26 #13 2.827 Installing : libxcrypt-compat-4.4.18-3.el9.x86_64 10/26 #13 2.889 Installing : python3-setuptools-53.0.0-15.el9.noarch 11/26 #13 2.901 Installing : publicsuffix-list-dafsa-20210518-3.el9.noarch 12/26 #13 2.906 Installing : libpsl-0.21.1-5.el9.x86_64 13/26 #13 2.919 Installing : wget-1.21.1-8.el9_4.x86_64 14/26 #13 3.072 Installing : python3-pip-21.3.1-1.el9.noarch 15/26 #13 3.113 Installing : iproute-6.14.0-2.el9.x86_64 16/26 #13 3.131 Installing : rsync-3.2.5-3.el9.x86_64 17/26 #13 3.175 Upgrading : openssl-1:3.5.1-7.el9_7.x86_64 18/26 #13 3.196 Installing : procps-ng-3.3.17-14.el9.x86_64 19/26 #13 3.209 Upgrading : less-590-6.el9.x86_64 20/26 #13 3.218 Cleanup : openssl-1:3.0.7-24.el9.x86_64 21/26 #13 3.226 Cleanup : openssl-libs-1:3.0.7-24.el9.x86_64 22/26 #13 3.232 Cleanup : less-590-2.el9_2.x86_64 23/26 #13 3.240 Cleanup : glibc-2.34-83.el9.7.x86_64 24/26 #13 3.248 Cleanup : glibc-minimal-langpack-2.34-83.el9.7.x86_64 25/26 #13 3.253 Cleanup : glibc-common-2.34-83.el9.7.x86_64 26/26 #13 3.258 Running scriptlet: iproute-6.14.0-2.el9.x86_64 26/26 #13 3.267 Running scriptlet: glibc-common-2.34-83.el9.7.x86_64 26/26 #13 3.633 Verifying : glibc-langpack-en-2.34-231.el9_7.2.x86_64 1/26 #13 3.633 Verifying : iproute-6.14.0-2.el9.x86_64 2/26 #13 3.633 Verifying : libbpf-2:1.5.0-2.el9.x86_64 3/26 #13 3.633 Verifying : libmnl-1.0.4-16.el9_4.x86_64 4/26 #13 3.633 Verifying : libpsl-0.21.1-5.el9.x86_64 5/26 #13 3.633 Verifying : openssl-fips-provider-1:3.5.1-7.el9_7.x86_64 6/26 #13 3.633 Verifying : procps-ng-3.3.17-14.el9.x86_64 7/26 #13 3.633 Verifying : psmisc-23.4-3.el9.x86_64 8/26 #13 3.633 Verifying : publicsuffix-list-dafsa-20210518-3.el9.noarch 9/26 #13 3.633 Verifying : python3-setuptools-53.0.0-15.el9.noarch 10/26 #13 3.634 Verifying : rsync-3.2.5-3.el9.x86_64 11/26 #13 3.634 Verifying : libxcrypt-compat-4.4.18-3.el9.x86_64 12/26 #13 3.634 Verifying : python3-pip-21.3.1-1.el9.noarch 13/26 #13 3.634 Verifying : wget-1.21.1-8.el9_4.x86_64 14/26 #13 3.634 Verifying : glibc-2.34-231.el9_7.2.x86_64 15/26 #13 3.634 Verifying : glibc-2.34-83.el9.7.x86_64 16/26 #13 3.634 Verifying : glibc-common-2.34-231.el9_7.2.x86_64 17/26 #13 3.634 Verifying : glibc-common-2.34-83.el9.7.x86_64 18/26 #13 3.634 Verifying : glibc-minimal-langpack-2.34-231.el9_7.2.x86_64 19/26 #13 3.634 Verifying : glibc-minimal-langpack-2.34-83.el9.7.x86_64 20/26 #13 3.634 Verifying : less-590-6.el9.x86_64 21/26 #13 3.634 Verifying : less-590-2.el9_2.x86_64 22/26 #13 3.634 Verifying : openssl-1:3.5.1-7.el9_7.x86_64 23/26 #13 3.634 Verifying : openssl-1:3.0.7-24.el9.x86_64 24/26 #13 3.634 Verifying : openssl-libs-1:3.5.1-7.el9_7.x86_64 25/26 #13 3.634 Verifying : openssl-libs-1:3.0.7-24.el9.x86_64 26/26 #13 3.703 #13 3.703 Upgraded: #13 3.703 glibc-2.34-231.el9_7.2.x86_64 #13 3.703 glibc-common-2.34-231.el9_7.2.x86_64 #13 3.703 glibc-minimal-langpack-2.34-231.el9_7.2.x86_64 #13 3.703 less-590-6.el9.x86_64 #13 3.703 openssl-1:3.5.1-7.el9_7.x86_64 #13 3.703 openssl-libs-1:3.5.1-7.el9_7.x86_64 #13 3.703 Installed: #13 3.703 glibc-langpack-en-2.34-231.el9_7.2.x86_64 #13 3.703 iproute-6.14.0-2.el9.x86_64 #13 3.703 libbpf-2:1.5.0-2.el9.x86_64 #13 3.703 libmnl-1.0.4-16.el9_4.x86_64 #13 3.703 libpsl-0.21.1-5.el9.x86_64 #13 3.703 libxcrypt-compat-4.4.18-3.el9.x86_64 #13 3.703 openssl-fips-provider-1:3.5.1-7.el9_7.x86_64 #13 3.703 procps-ng-3.3.17-14.el9.x86_64 #13 3.703 psmisc-23.4-3.el9.x86_64 #13 3.703 publicsuffix-list-dafsa-20210518-3.el9.noarch #13 3.703 python3-pip-21.3.1-1.el9.noarch #13 3.703 python3-setuptools-53.0.0-15.el9.noarch #13 3.703 rsync-3.2.5-3.el9.x86_64 #13 3.703 wget-1.21.1-8.el9_4.x86_64 #13 3.703 #13 3.703 Complete! #13 3.835 + dnf clean all -y #13 3.970 77 files removed #13 3.990 + rm -rf /var/cache/yum #13 3.992 + groupadd --gid 1999 --system contrail #13 4.018 + useradd -md /home/contrail --uid 1999 --shell /sbin/nologin --system --gid 1999 contrail #13 4.032 useradd warning: contrail's uid 1999 is greater than SYS_UID_MAX 999 #13 DONE 4.1s #14 exporting to image #14 exporting layers #14 exporting layers 1.0s done #14 writing image sha256:38d927636c5d053f737659b6cca51274bee803da418374a93d0b944fbb177423 done #14 naming to nexus.gz1.opensdn.io:5101/opensdn-general-base:master-2_8_6_5-4 done #14 DONE 1.0s 2026-06-18 16:02:09,681: INFO: Docker build duration: 30 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-general-base] ce27d8ad2fb6: Preparing f6e1d6735c92: Preparing e4704c34cb12: Preparing 7b8d23dfc9d2: Preparing cc0e39e6c093: Preparing fed741f88b84: Preparing 72145ac46161: Preparing aabed2e05bd8: Preparing 44343de3ea1d: Preparing 72145ac46161: Waiting fed741f88b84: Waiting aabed2e05bd8: Waiting 44343de3ea1d: Waiting cc0e39e6c093: Pushed e4704c34cb12: Pushed 7b8d23dfc9d2: Pushed fed741f88b84: Pushed aabed2e05bd8: Pushed 72145ac46161: Pushed 44343de3ea1d: Layer already exists ce27d8ad2fb6: Pushed f6e1d6735c92: Pushed master-2_8_6_5-4: digest: sha256:60a99d36e42194600980ed6a53c73874dfc0fed7cb7867a0a0f540ada464ef07 size: 2198 2026-06-18 16:02:20,084: INFO: Building opensdn-general-base finished successfully, duration: 41 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_8_6_5-4 690490b1f7b5 1.42MB 0B nexus.gz1.opensdn.io:5101/opensdn-build-manifest-src:master-2_8_6_5-4 0cf9d1f16db2 4.17kB 0B nexus.gz1.opensdn.io:5101/opensdn-charms-src:master-2_8_6_5-4 1f5a390ce3a5 6.05MB 0B nexus.gz1.opensdn.io:5101/opensdn-container-builder-src:master-2_8_6_5-4 aca3671b01ec 2.48MB 0B nexus.gz1.opensdn.io:5101/opensdn-general-base:master-2_8_6_5-4 38d927636c5d 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-kolla-ansible-src:master-2_8_6_5-4 17f57f6d064d 32.7MB 0B nexus.gz1.opensdn.io:5101/tf-dev-sandbox:frozen b0af81daa3db 21GB 0B U tf-dev-sandbox:compile 0135ef4d37c3 21.8GB 0B