#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.094 /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.091 /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) #12 0.091 + dnf info git-review #12 0.286 Failed to set locale, defaulting to C.UTF-8 #12 0.651 added from: http://tf-mirrors.gz1.opensdn.io/re 92 MB/s | 18 MB 00:00 #12 2.707 added from: http://tf-mirrors.gz1.opensdn.io/re 47 MB/s | 2.9 MB 00:00 #12 3.263 added from: http://tf-mirrors.gz1.opensdn.io/re 20 MB/s | 516 kB 00:00 #12 3.664 added from: http://tf-mirrors.gz1.opensdn.io/re 90 MB/s | 20 MB 00:00 #12 7.602 added from: http://tf-mirrors.gz1.opensdn.io/re 91 MB/s | 15 MB 00:00 #12 10.33 added from: http://tf-mirrors.gz1.opensdn.io/re 34 MB/s | 1.2 MB 00:00 #12 10.73 added from: http://tf-mirrors.gz1.opensdn.io/re 66 MB/s | 6.3 MB 00:00 #12 11.99 added from: http://tf-mirrors.gz1.opensdn.io/re 27 MB/s | 966 kB 00:00 #12 12.32 added from: http://tf-mirrors.gz1.opensdn.io/re 19 MB/s | 480 kB 00:00 #12 12.56 added from: http://tf-mirrors.gz1.opensdn.io/re 1.1 MB/s | 19 kB 00:00 #12 12.74 added from: http://tf-mirrors.gz1.opensdn.io/re 15 kB/s | 257 B 00:00 #12 12.93 added from: http://tf-mirrors.gz1.opensdn.io/re 916 kB/s | 15 kB 00:00 #12 13.13 added from: http://tf-mirrors.gz1.opensdn.io/re 5.7 MB/s | 112 kB 00:00 #12 13.72 added from: http://tf-mirrors.gz1.opensdn.io/re 113 MB/s | 44 MB 00:00 #12 22.26 Third parties for OpenSDN 48 MB/s | 5.1 MB 00:00 #12 27.25 Available Packages #12 27.25 Name : git-review #12 27.25 Version : 2.3.1 #12 27.25 Release : 7.el9 #12 27.25 Architecture : noarch #12 27.25 Size : 86 k #12 27.25 Source : git-review-2.3.1-7.el9.src.rpm #12 27.25 Repository : tf-mirrors.ci_repos_epel9.repo #12 27.25 Summary : A Git helper for integration with Gerrit #12 27.25 URL : https://opendev.org/opendev/git-review #12 27.25 License : ASL 2.0 #12 27.25 Description : An extension for source control system Git that creates and manages #12 27.25 : review requests in the patch management system Gerrit. It replaces the #12 27.25 : rfc.sh script. #12 27.25 #12 DONE 27.5s #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.094 /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) #13 0.094 + source /etc/os-release #13 0.094 ++ NAME='Rocky Linux' #13 0.094 ++ VERSION='9.3 (Blue Onyx)' #13 0.094 ++ ID=rocky #13 0.094 ++ ID_LIKE='rhel centos fedora' #13 0.094 ++ VERSION_ID=9.3 #13 0.094 ++ PLATFORM_ID=platform:el9 #13 0.094 ++ PRETTY_NAME='Rocky Linux 9.3 (Blue Onyx)' #13 0.094 ++ ANSI_COLOR='0;32' #13 0.094 ++ LOGO=fedora-logo-icon #13 0.094 ++ CPE_NAME=cpe:/o:rocky:rocky:9::baseos #13 0.094 ++ HOME_URL=https://rockylinux.org/ #13 0.094 ++ BUG_REPORT_URL=https://bugs.rockylinux.org/ #13 0.094 ++ SUPPORT_END=2032-05-31 #13 0.094 ++ ROCKY_SUPPORT_PRODUCT=Rocky-Linux-9 #13 0.094 ++ ROCKY_SUPPORT_PRODUCT_VERSION=9.3 #13 0.094 ++ REDHAT_SUPPORT_PRODUCT='Rocky Linux' #13 0.094 ++ REDHAT_SUPPORT_PRODUCT_VERSION=9.3 #13 0.095 + find /etc/yum.repos.d/ #13 0.095 + grep -i centos #13 0.095 + xargs -r rm #13 0.097 + ls -l /etc/yum.repos.d/ #13 0.099 total 32 #13 0.099 -rw-r--r--. 1 root root 2707 Jun 19 20:30 mirror-base-rocky9.repo #13 0.099 -rw-r--r--. 1 root root 217 Jun 19 20:30 mirror-docker9.repo #13 0.099 -rw-r--r--. 1 root root 204 Jun 19 20:30 mirror-epel9.repo #13 0.099 -rw-r--r--. 1 root root 1 Jun 19 20:30 rocky-addons.repo #13 0.099 -rw-r--r--. 1 root root 1 Jun 19 20:30 rocky-devel.repo #13 0.099 -rw-r--r--. 1 root root 1 Jun 19 20:30 rocky-extras.repo #13 0.099 -rw-r--r--. 1 root root 1 Jun 19 20:30 rocky.repo #13 0.099 -rw-r--r--. 1 root root 140 Jun 19 20:30 tpc.repo #13 0.100 + dnf -y update-minimal --security --sec-severity=Important --sec-severity=Critical #13 0.168 Failed to set locale, defaulting to C.UTF-8 #13 0.587 Last metadata expiration check: 0:00:06 ago on Fri Jun 19 20:31:24 2026. #13 0.787 No security updates needed, but 106 updates available #13 0.839 Dependencies resolved. #13 0.840 Nothing to do. #13 0.840 Complete! #13 0.865 + dnf install -y hostname iproute less wget openssl glibc-langpack-en rsync procps-ng python3-pip #13 0.933 Failed to set locale, defaulting to C.UTF-8 #13 1.347 Last metadata expiration check: 0:00:06 ago on Fri Jun 19 20:31:24 2026. #13 1.532 Package hostname-3.23-6.el9.x86_64 is already installed. #13 1.534 Package less-590-2.el9_2.x86_64 is already installed. #13 1.537 Package openssl-1:3.0.7-24.el9.x86_64 is already installed. #13 1.586 Dependencies resolved. #13 1.588 ===================================================================================================== #13 1.588 Package Arch Version Repository Size #13 1.588 ===================================================================================================== #13 1.588 Installing: #13 1.588 glibc-langpack-en x86_64 2.34-270.el9_8 tf-mirrors.ci_repos_yum9-baseos 558 k #13 1.588 iproute x86_64 6.17.0-2.el9 tf-mirrors.ci_repos_yum9-baseos 838 k #13 1.588 procps-ng x86_64 3.3.17-14.el9 tf-mirrors.ci_repos_yum9-baseos 332 k #13 1.588 python3-pip noarch 21.3.1-2.el9_8.rocky.0.1 tf-mirrors.ci_repos_yum9-appstream 1.7 M #13 1.588 rsync x86_64 3.2.5-7.el9_8 tf-mirrors.ci_repos_yum9-baseos 403 k #13 1.588 wget x86_64 1.21.1-8.el9_4 tf-mirrors.ci_repos_yum9-appstream 768 k #13 1.588 Upgrading: #13 1.588 glibc x86_64 2.34-270.el9_8 tf-mirrors.ci_repos_yum9-baseos 2.0 M #13 1.588 glibc-common x86_64 2.34-270.el9_8 tf-mirrors.ci_repos_yum9-baseos 300 k #13 1.588 glibc-minimal-langpack x86_64 2.34-270.el9_8 tf-mirrors.ci_repos_yum9-baseos 28 k #13 1.588 less x86_64 590-6.el9 tf-mirrors.ci_repos_yum9-baseos 160 k #13 1.588 openssl x86_64 1:3.5.5-4.el9_8 tf-mirrors.ci_repos_yum9-baseos 1.4 M #13 1.588 openssl-libs x86_64 1:3.5.5-4.el9_8 tf-mirrors.ci_repos_yum9-baseos 2.3 M #13 1.588 Installing dependencies: #13 1.588 libbpf x86_64 2:1.5.0-3.el9 tf-mirrors.ci_repos_yum9-baseos 184 k #13 1.588 libmnl x86_64 1.0.4-16.el9_4 tf-mirrors.ci_repos_yum9-baseos 27 k #13 1.588 libpsl x86_64 0.21.1-5.el9 tf-mirrors.ci_repos_yum9-baseos 63 k #13 1.588 openssl-fips-provider x86_64 1:3.5.5-4.el9_8 tf-mirrors.ci_repos_yum9-baseos 814 k #13 1.588 psmisc x86_64 23.4-3.el9 tf-mirrors.ci_repos_yum9-baseos 226 k #13 1.588 publicsuffix-list-dafsa noarch 20210518-3.el9 tf-mirrors.ci_repos_yum9-baseos 58 k #13 1.588 Installing weak dependencies: #13 1.588 libxcrypt-compat x86_64 4.4.18-3.el9 tf-mirrors.ci_repos_yum9-appstream 88 k #13 1.588 python3-setuptools noarch 53.0.0-15.el9 tf-mirrors.ci_repos_yum9-baseos 831 k #13 1.588 #13 1.588 Transaction Summary #13 1.588 ===================================================================================================== #13 1.588 Install 14 Packages #13 1.588 Upgrade 6 Packages #13 1.588 #13 1.590 Total download size: 13 M #13 1.590 Downloading Packages: #13 1.611 (1/20): libbpf-1.5.0-3.el9.x86_64.rpm 9.9 MB/s | 184 kB 00:00 #13 1.616 (2/20): libmnl-1.0.4-16.el9_4.x86_64.rpm 5.1 MB/s | 27 kB 00:00 #13 1.625 (3/20): glibc-langpack-en-2.34-270.el9_8.x86_64 17 MB/s | 558 kB 00:00 #13 1.628 (4/20): libpsl-0.21.1-5.el9.x86_64.rpm 5.3 MB/s | 63 kB 00:00 #13 1.639 (5/20): iproute-6.17.0-2.el9.x86_64.rpm 17 MB/s | 838 kB 00:00 #13 1.648 (6/20): psmisc-23.4-3.el9.x86_64.rpm 25 MB/s | 226 kB 00:00 #13 1.654 (7/20): procps-ng-3.3.17-14.el9.x86_64.rpm 13 MB/s | 332 kB 00:00 #13 1.664 (8/20): openssl-fips-provider-3.5.5-4.el9_8.x86 21 MB/s | 814 kB 00:00 #13 1.667 (9/20): publicsuffix-list-dafsa-20210518-3.el9. 3.1 MB/s | 58 kB 00:00 #13 1.677 (10/20): rsync-3.2.5-7.el9_8.x86_64.rpm 32 MB/s | 403 kB 00:00 #13 1.680 (11/20): libxcrypt-compat-4.4.18-3.el9.x86_64.r 6.6 MB/s | 88 kB 00:00 #13 1.692 (12/20): python3-setuptools-53.0.0-15.el9.noarc 22 MB/s | 831 kB 00:00 #13 1.722 (13/20): python3-pip-21.3.1-2.el9_8.rocky.0.1.n 41 MB/s | 1.7 MB 00:00 #13 1.729 (14/20): wget-1.21.1-8.el9_4.x86_64.rpm 16 MB/s | 768 kB 00:00 #13 1.735 (15/20): glibc-common-2.34-270.el9_8.x86_64.rpm 19 MB/s | 300 kB 00:00 #13 1.738 (16/20): glibc-minimal-langpack-2.34-270.el9_8. 3.0 MB/s | 28 kB 00:00 #13 1.743 (17/20): less-590-6.el9.x86_64.rpm 23 MB/s | 160 kB 00:00 #13 1.767 (18/20): glibc-2.34-270.el9_8.x86_64.rpm 26 MB/s | 2.0 MB 00:00 #13 1.789 (19/20): openssl-3.5.5-4.el9_8.x86_64.rpm 28 MB/s | 1.4 MB 00:00 #13 1.812 (20/20): openssl-libs-3.5.5-4.el9_8.x86_64.rpm 33 MB/s | 2.3 MB 00:00 #13 1.812 -------------------------------------------------------------------------------- #13 1.813 Total 58 MB/s | 13 MB 00:00 #13 1.813 Running transaction check #13 2.150 Transaction check succeeded. #13 2.150 Running transaction test #13 2.327 Transaction test succeeded. #13 2.327 Running transaction #13 2.682 Preparing : 1/1 #13 2.755 Upgrading : glibc-common-2.34-270.el9_8.x86_64 1/26 #13 2.767 Upgrading : glibc-minimal-langpack-2.34-270.el9_8.x86_64 2/26 #13 2.771 Running scriptlet: glibc-2.34-270.el9_8.x86_64 3/26 #13 2.820 Upgrading : glibc-2.34-270.el9_8.x86_64 3/26 #13 2.830 Running scriptlet: glibc-2.34-270.el9_8.x86_64 3/26 #13 2.976 Installing : glibc-langpack-en-2.34-270.el9_8.x86_64 4/26 #13 2.990 Installing : libbpf-2:1.5.0-3.el9.x86_64 5/26 #13 2.995 Installing : libmnl-1.0.4-16.el9_4.x86_64 6/26 #13 3.011 Installing : openssl-fips-provider-1:3.5.5-4.el9_8.x86_64 7/26 #13 3.063 Upgrading : openssl-libs-1:3.5.5-4.el9_8.x86_64 8/26 #13 3.076 Installing : psmisc-23.4-3.el9.x86_64 9/26 #13 3.085 Installing : libxcrypt-compat-4.4.18-3.el9.x86_64 10/26 #13 3.152 Installing : python3-setuptools-53.0.0-15.el9.noarch 11/26 #13 3.165 Installing : publicsuffix-list-dafsa-20210518-3.el9.noarch 12/26 #13 3.170 Installing : libpsl-0.21.1-5.el9.x86_64 13/26 #13 3.184 Installing : wget-1.21.1-8.el9_4.x86_64 14/26 #13 3.348 Installing : python3-pip-21.3.1-2.el9_8.rocky.0.1.noarch 15/26 #13 3.393 Installing : iproute-6.17.0-2.el9.x86_64 16/26 #13 3.412 Installing : rsync-3.2.5-7.el9_8.x86_64 17/26 #13 3.464 Upgrading : openssl-1:3.5.5-4.el9_8.x86_64 18/26 #13 3.488 Installing : procps-ng-3.3.17-14.el9.x86_64 19/26 #13 3.501 Upgrading : less-590-6.el9.x86_64 20/26 #13 3.511 Cleanup : openssl-1:3.0.7-24.el9.x86_64 21/26 #13 3.519 Cleanup : openssl-libs-1:3.0.7-24.el9.x86_64 22/26 #13 3.526 Cleanup : less-590-2.el9_2.x86_64 23/26 #13 3.536 Cleanup : glibc-2.34-83.el9.7.x86_64 24/26 #13 3.547 Cleanup : glibc-minimal-langpack-2.34-83.el9.7.x86_64 25/26 #13 3.552 Cleanup : glibc-common-2.34-83.el9.7.x86_64 26/26 #13 3.558 Running scriptlet: iproute-6.17.0-2.el9.x86_64 26/26 #13 3.569 Running scriptlet: glibc-common-2.34-83.el9.7.x86_64 26/26 #13 3.937 Verifying : glibc-langpack-en-2.34-270.el9_8.x86_64 1/26 #13 3.937 Verifying : iproute-6.17.0-2.el9.x86_64 2/26 #13 3.937 Verifying : libbpf-2:1.5.0-3.el9.x86_64 3/26 #13 3.937 Verifying : libmnl-1.0.4-16.el9_4.x86_64 4/26 #13 3.937 Verifying : libpsl-0.21.1-5.el9.x86_64 5/26 #13 3.937 Verifying : openssl-fips-provider-1:3.5.5-4.el9_8.x86_64 6/26 #13 3.937 Verifying : procps-ng-3.3.17-14.el9.x86_64 7/26 #13 3.938 Verifying : psmisc-23.4-3.el9.x86_64 8/26 #13 3.938 Verifying : publicsuffix-list-dafsa-20210518-3.el9.noarch 9/26 #13 3.938 Verifying : python3-setuptools-53.0.0-15.el9.noarch 10/26 #13 3.938 Verifying : rsync-3.2.5-7.el9_8.x86_64 11/26 #13 3.938 Verifying : libxcrypt-compat-4.4.18-3.el9.x86_64 12/26 #13 3.938 Verifying : python3-pip-21.3.1-2.el9_8.rocky.0.1.noarch 13/26 #13 3.938 Verifying : wget-1.21.1-8.el9_4.x86_64 14/26 #13 3.938 Verifying : glibc-2.34-270.el9_8.x86_64 15/26 #13 3.938 Verifying : glibc-2.34-83.el9.7.x86_64 16/26 #13 3.938 Verifying : glibc-common-2.34-270.el9_8.x86_64 17/26 #13 3.938 Verifying : glibc-common-2.34-83.el9.7.x86_64 18/26 #13 3.938 Verifying : glibc-minimal-langpack-2.34-270.el9_8.x86_64 19/26 #13 3.938 Verifying : glibc-minimal-langpack-2.34-83.el9.7.x86_64 20/26 #13 3.938 Verifying : less-590-6.el9.x86_64 21/26 #13 3.938 Verifying : less-590-2.el9_2.x86_64 22/26 #13 3.938 Verifying : openssl-1:3.5.5-4.el9_8.x86_64 23/26 #13 3.938 Verifying : openssl-1:3.0.7-24.el9.x86_64 24/26 #13 3.938 Verifying : openssl-libs-1:3.5.5-4.el9_8.x86_64 25/26 #13 3.938 Verifying : openssl-libs-1:3.0.7-24.el9.x86_64 26/26 #13 4.003 #13 4.003 Upgraded: #13 4.003 glibc-2.34-270.el9_8.x86_64 #13 4.003 glibc-common-2.34-270.el9_8.x86_64 #13 4.003 glibc-minimal-langpack-2.34-270.el9_8.x86_64 #13 4.003 less-590-6.el9.x86_64 #13 4.003 openssl-1:3.5.5-4.el9_8.x86_64 #13 4.003 openssl-libs-1:3.5.5-4.el9_8.x86_64 #13 4.003 Installed: #13 4.003 glibc-langpack-en-2.34-270.el9_8.x86_64 #13 4.003 iproute-6.17.0-2.el9.x86_64 #13 4.003 libbpf-2:1.5.0-3.el9.x86_64 #13 4.003 libmnl-1.0.4-16.el9_4.x86_64 #13 4.003 libpsl-0.21.1-5.el9.x86_64 #13 4.003 libxcrypt-compat-4.4.18-3.el9.x86_64 #13 4.003 openssl-fips-provider-1:3.5.5-4.el9_8.x86_64 #13 4.003 procps-ng-3.3.17-14.el9.x86_64 #13 4.003 psmisc-23.4-3.el9.x86_64 #13 4.003 publicsuffix-list-dafsa-20210518-3.el9.noarch #13 4.003 python3-pip-21.3.1-2.el9_8.rocky.0.1.noarch #13 4.003 python3-setuptools-53.0.0-15.el9.noarch #13 4.003 rsync-3.2.5-7.el9_8.x86_64 #13 4.003 wget-1.21.1-8.el9_4.x86_64 #13 4.003 #13 4.003 Complete! #13 4.143 + dnf clean all -y #13 4.280 77 files removed #13 4.301 + rm -rf /var/cache/yum #13 4.303 + groupadd --gid 1999 --system contrail #13 4.334 + useradd -md /home/contrail --uid 1999 --shell /sbin/nologin --system --gid 1999 contrail #13 4.348 useradd warning: contrail's uid 1999 is greater than SYS_UID_MAX 999 #13 DONE 4.4s #14 exporting to image #14 exporting layers #14 exporting layers 1.1s done #14 writing image sha256:b378f15cff4b8a048a0929099f0025a804903360723bebf983c7e7740d4f4094 done #14 naming to nexus.gz1.opensdn.io:5101/opensdn-general-base:master-2_8_6_5-5 done #14 DONE 1.1s 2026-06-19 20:31:35,003: INFO: Docker build duration: 36 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-general-base] 57ec2b3ab45b: Preparing 53d3f63ceaae: Preparing 7cebd0f3d2d5: Preparing 725c38be3aa8: Preparing 76ec4f5cc12d: Preparing 8cecfc061635: Preparing 3eae34df9261: Preparing ba704e170297: Preparing 44343de3ea1d: Preparing 8cecfc061635: Waiting 3eae34df9261: Waiting ba704e170297: Waiting 44343de3ea1d: Waiting 76ec4f5cc12d: Pushed 725c38be3aa8: Pushed 7cebd0f3d2d5: Pushed 8cecfc061635: Pushed 44343de3ea1d: Layer already exists ba704e170297: Pushed 3eae34df9261: Pushed 57ec2b3ab45b: Pushed 53d3f63ceaae: Pushed master-2_8_6_5-5: digest: sha256:febaef0949f72a9d09815ae50bc484c31605f06d6955709b215d946f85646052 size: 2198 2026-06-19 20:31:47,962: INFO: Building opensdn-general-base finished successfully, duration: 48 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-5 4e9ecce9e3fc 1.42MB 0B nexus.gz1.opensdn.io:5101/opensdn-build-manifest-src:master-2_8_6_5-5 8bb6459b035c 4.17kB 0B nexus.gz1.opensdn.io:5101/opensdn-charms-src:master-2_8_6_5-5 5e9e139db289 6.05MB 0B nexus.gz1.opensdn.io:5101/opensdn-container-builder-src:master-2_8_6_5-5 c98086ea1e41 2.39MB 0B nexus.gz1.opensdn.io:5101/opensdn-general-base:master-2_8_6_5-5 b378f15cff4b 472MB 0B nexus.gz1.opensdn.io:5101/opensdn-kolla-ansible-src:master-2_8_6_5-5 a21a7036ba43 32.7MB 0B nexus.gz1.opensdn.io:5101/tf-dev-sandbox:frozen 78203cd1decc 21.2GB 0B U tf-dev-sandbox:compile 605f89c2b655 22GB 0B