2025-06-19 12:59:38,469: INFO: Building opensdn-external-redis 2025-06-19 12:59:38,651: INFO: Building args: --network host --build-arg PIP_REPOSITORY=http://localhost:6667/pip/simple --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5101 --build-arg CONTRAIL_CONTAINER_TAG=master-1_7_6_9-1 --build-arg SITE_MIRROR=http://nexus.gz1.opensdn.io/repository/external-web-cache --build-arg LINUX_DISTR_VER=9 --build-arg LINUX_DISTR=rockylinux --build-arg GENERAL_EXTRA_RPMS="" --build-arg BASE_EXTRA_RPMS="" --build-arg YUM_ENABLE_REPOS="" --build-arg CONTAINER_NAME=opensdn-external-redis --build-arg UBUNTU_DISTR_VERSION=24.04 --build-arg UBUNTU_DISTR=ubuntu --build-arg VENDOR_NAME=OpenSDN-IO --build-arg VENDOR_DOMAIN=io.opensdn #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 DONE 0.0s #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: #1 transferring dockerfile: 1.40kB done #1 WARN: InvalidDefaultArgInFrom: Default value for ARG ${CONTRAIL_REGISTRY}/opensdn-general-base:${CONTRAIL_CONTAINER_TAG} results in empty or invalid base image name (line 3) #1 DONE 0.2s #2 [internal] load metadata for nexus.gz1.opensdn.io:5101/opensdn-general-base:master-1_7_6_9-1 #2 DONE 0.0s #3 [internal] load .dockerignore #3 transferring context: #3 transferring context: 2B done #3 DONE 0.9s #4 [1/3] FROM nexus.gz1.opensdn.io:5101/opensdn-general-base:master-1_7_6_9-1 #4 CACHED #5 [internal] load build context #5 transferring context: 31.79kB done #5 DONE 1.3s #6 [2/5] COPY *.sh / #6 DONE 1.1s #7 [3/5] RUN set -ex ; source /etc/os-release && ver=$(echo $VERSION_ID | cut -d '.' -f 1) && if [[ ${ver} == 9 ]]; then REDIS_RPM_NAME=redis-6.0.19-1.el9.remi.x86_64 ; else REDIS_RPM_NAME=redis-6.0.15-1.el7.remi.x86_64 ; fi && for item in `ls /__*` ; do mv $item /${item:3} ; done && source /functions.sh && download_package https://github.com opensdn-io/tf-third-party-cache/blob/master/redis/${REDIS_RPM_NAME}.rpm?raw=true ${REDIS_RPM_NAME}.rpm && yum install ${REDIS_RPM_NAME}.rpm -y && usermod -a -G 1999 redis && rm -rf ${REDIS_RPM_NAME}.rpm && yum clean all -y && rm -rf /var/cache/yum #7 0.505 + source /etc/os-release #7 0.505 ++ NAME='Rocky Linux' #7 0.505 ++ VERSION='9.3 (Blue Onyx)' #7 0.505 ++ ID=rocky #7 0.505 ++ ID_LIKE='rhel centos fedora' #7 0.505 ++ VERSION_ID=9.3 #7 0.505 ++ PLATFORM_ID=platform:el9 #7 0.505 ++ PRETTY_NAME='Rocky Linux 9.3 (Blue Onyx)' #7 0.505 ++ ANSI_COLOR='0;32' #7 0.505 ++ LOGO=fedora-logo-icon #7 0.505 ++ CPE_NAME=cpe:/o:rocky:rocky:9::baseos #7 0.505 ++ HOME_URL=https://rockylinux.org/ #7 0.505 ++ BUG_REPORT_URL=https://bugs.rockylinux.org/ #7 0.505 ++ SUPPORT_END=2032-05-31 #7 0.505 ++ ROCKY_SUPPORT_PRODUCT=Rocky-Linux-9 #7 0.505 ++ ROCKY_SUPPORT_PRODUCT_VERSION=9.3 #7 0.505 ++ REDHAT_SUPPORT_PRODUCT='Rocky Linux' #7 0.505 ++ REDHAT_SUPPORT_PRODUCT_VERSION=9.3 #7 0.505 ++ echo 9.3 #7 0.507 ++ cut -d . -f 1 #7 0.508 + ver=9 #7 0.509 + [[ 9 == 9 ]] #7 0.509 + REDIS_RPM_NAME=redis-6.0.19-1.el9.remi.x86_64 #7 0.509 ++ ls /__common.sh /__contrail-functions.sh #7 0.515 + for item in `ls /__*` #7 0.515 + mv /__common.sh /common.sh #7 0.523 + for item in `ls /__*` #7 0.523 + mv /__contrail-functions.sh /contrail-functions.sh #7 0.533 + source /functions.sh #7 0.533 + download_package https://github.com 'opensdn-io/tf-third-party-cache/blob/master/redis/redis-6.0.19-1.el9.remi.x86_64.rpm?raw=true' redis-6.0.19-1.el9.remi.x86_64.rpm #7 0.533 + local original_site=https://github.com #7 0.533 + local 'site_path=opensdn-io/tf-third-party-cache/blob/master/redis/redis-6.0.19-1.el9.remi.x86_64.rpm?raw=true' #7 0.533 + local output_name=redis-6.0.19-1.el9.remi.x86_64.rpm #7 0.533 + local add_opts= #7 0.533 + '[' -n http://nexus.gz1.opensdn.io/repository/external-web-cache ']' #7 0.533 + wget -nv --tries=3 -c -O redis-6.0.19-1.el9.remi.x86_64.rpm 'http://nexus.gz1.opensdn.io/repository/external-web-cache/opensdn-io/tf-third-party-cache/blob/master/redis/redis-6.0.19-1.el9.remi.x86_64.rpm?raw=true' #7 0.593 2025-06-19 12:59:43 URL:http://nexus.gz1.opensdn.io/repository/external-web-cache/opensdn-io/tf-third-party-cache/blob/master/redis/redis-6.0.19-1.el9.remi.x86_64.rpm?raw=true [1280660/1280660] -> "redis-6.0.19-1.el9.remi.x86_64.rpm" [1] #7 0.594 + '[' '!' -s redis-6.0.19-1.el9.remi.x86_64.rpm ']' #7 0.594 + yum install redis-6.0.19-1.el9.remi.x86_64.rpm -y #7 1.303 Contrail repo 6.0 MB/s | 134 kB 00:00 #7 1.549 added from: http://tf-mirrors.gz1.opensdn.io/re 15 MB/s | 2.1 MB 00:00 #7 2.765 added from: http://tf-mirrors.gz1.opensdn.io/re 16 MB/s | 730 kB 00:00 #7 3.284 added from: http://tf-mirrors.gz1.opensdn.io/re 9.0 MB/s | 264 kB 00:00 #7 3.728 added from: http://tf-mirrors.gz1.opensdn.io/re 35 MB/s | 7.0 MB 00:00 #7 8.323 added from: http://tf-mirrors.gz1.opensdn.io/re 26 MB/s | 4.0 MB 00:00 #7 10.74 added from: http://tf-mirrors.gz1.opensdn.io/re 18 MB/s | 939 kB 00:00 #7 11.37 added from: http://tf-mirrors.gz1.opensdn.io/re 22 MB/s | 2.3 MB 00:00 #7 13.03 added from: http://tf-mirrors.gz1.opensdn.io/re 4.8 MB/s | 392 kB 00:00 #7 13.60 added from: http://tf-mirrors.gz1.opensdn.io/re 11 MB/s | 451 kB 00:00 #7 14.22 added from: http://tf-mirrors.gz1.opensdn.io/re 212 kB/s | 16 kB 00:00 #7 14.48 added from: http://tf-mirrors.gz1.opensdn.io/re 8.5 kB/s | 257 B 00:00 #7 14.87 added from: http://tf-mirrors.gz1.opensdn.io/re 280 kB/s | 13 kB 00:00 #7 15.21 added from: http://tf-mirrors.gz1.opensdn.io/re 1.9 MB/s | 64 kB 00:00 #7 16.27 added from: http://tf-mirrors.gz1.opensdn.io/re 46 MB/s | 30 MB 00:00 #7 37.38 Third parties for OpenSDN 29 MB/s | 5.4 MB 00:00 #7 49.28 Dependencies resolved. #7 49.28 ============================================================================================= #7 49.28 Package Arch Version Repository Size #7 49.28 ============================================================================================= #7 49.28 Installing: #7 49.28 redis x86_64 6.0.19-1.el9.remi @commandline 1.2 M #7 49.28 Upgrading: #7 49.28 ima-evm-utils x86_64 1.5-2.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 68 k #7 49.28 libacl x86_64 2.3.1-4.el9 tf-mirrors.ci_repos_yum9-baseos 22 k #7 49.28 libselinux x86_64 3.6-1.el9 tf-mirrors.ci_repos_yum9-baseos 85 k #7 49.28 libsepol x86_64 3.6-1.el9 tf-mirrors.ci_repos_yum9-baseos 329 k #7 49.28 python3-rpm x86_64 4.16.1.3-34.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 64 k #7 49.28 rpm x86_64 4.16.1.3-34.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 485 k #7 49.28 rpm-build-libs x86_64 4.16.1.3-34.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 88 k #7 49.28 rpm-libs x86_64 4.16.1.3-34.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 307 k #7 49.28 rpm-sign-libs x86_64 4.16.1.3-34.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 20 k #7 49.28 systemd-libs x86_64 252-46.el9_5.2.0.1 tf-mirrors.ci_repos_yum9-baseos 678 k #7 49.28 Installing dependencies: #7 49.28 acl x86_64 2.3.1-4.el9 tf-mirrors.ci_repos_yum9-baseos 69 k #7 49.28 attr x86_64 2.5.1-3.el9 tf-mirrors.ci_repos_yum9-baseos 58 k #7 49.28 dbus x86_64 1:1.12.20-8.el9 tf-mirrors.ci_repos_yum9-baseos 6.8 k #7 49.28 dbus-broker x86_64 28-7.el9 tf-mirrors.ci_repos_yum9-baseos 171 k #7 49.28 dbus-common noarch 1:1.12.20-8.el9 tf-mirrors.ci_repos_yum9-baseos 14 k #7 49.28 diffutils x86_64 3.7-12.el9 tf-mirrors.ci_repos_yum9-baseos 388 k #7 49.28 keyutils x86_64 1.6.3-1.el9 tf-mirrors.ci_repos_yum9-baseos 72 k #7 49.28 kmod-libs x86_64 28-10.el9 tf-mirrors.ci_repos_yum9-baseos 62 k #7 49.28 libseccomp x86_64 2.5.2-2.el9 tf-mirrors.ci_repos_yum9-baseos 71 k #7 49.28 libselinux-utils x86_64 3.6-1.el9 tf-mirrors.ci_repos_yum9-baseos 164 k #7 49.28 logrotate x86_64 3.18.0-8.el9 tf-mirrors.ci_repos_yum9-baseos 74 k #7 49.28 policycoreutils x86_64 3.6-2.1.el9 tf-mirrors.ci_repos_yum9-baseos 208 k #7 49.28 rpm-plugin-selinux x86_64 4.16.1.3-34.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 16 k #7 49.28 selinux-policy noarch 38.1.45-3.el9_5 tf-mirrors.ci_repos_yum9-baseos 48 k #7 49.28 selinux-policy-targeted noarch 38.1.45-3.el9_5 tf-mirrors.ci_repos_yum9-baseos 6.5 M #7 49.28 systemd x86_64 252-46.el9_5.2.0.1 tf-mirrors.ci_repos_yum9-baseos 4.0 M #7 49.28 systemd-pam x86_64 252-46.el9_5.2.0.1 tf-mirrors.ci_repos_yum9-baseos 285 k #7 49.28 systemd-rpm-macros noarch 252-46.el9_5.2.0.1 tf-mirrors.ci_repos_yum9-baseos 73 k #7 49.28 #7 49.28 Transaction Summary #7 49.28 ============================================================================================= #7 49.28 Install 19 Packages #7 49.28 Upgrade 10 Packages #7 49.28 #7 49.29 Total size: 16 M #7 49.29 Total download size: 14 M #7 49.29 Downloading Packages: #7 49.53 (1/28): dbus-1.12.20-8.el9.x86_64.rpm 28 kB/s | 6.8 kB 00:00 #7 49.71 (2/28): attr-2.5.1-3.el9.x86_64.rpm 139 kB/s | 58 kB 00:00 #7 50.37 (3/28): acl-2.3.1-4.el9.x86_64.rpm 64 kB/s | 69 kB 00:01 #7 50.67 (4/28): dbus-common-1.12.20-8.el9.noarch.rpm 14 kB/s | 14 kB 00:00 #7 50.70 (5/28): dbus-broker-28-7.el9.x86_64.rpm 146 kB/s | 171 kB 00:01 #7 50.78 (6/28): keyutils-1.6.3-1.el9.x86_64.rpm 628 kB/s | 72 kB 00:00 #7 50.82 (7/28): kmod-libs-28-10.el9.x86_64.rpm 548 kB/s | 62 kB 00:00 #7 50.84 (8/28): diffutils-3.7-12.el9.x86_64.rpm 821 kB/s | 388 kB 00:00 #7 50.87 (9/28): libseccomp-2.5.2-2.el9.x86_64.rpm 871 kB/s | 71 kB 00:00 #7 50.89 (10/28): logrotate-3.18.0-8.el9.x86_64.rpm 1.7 MB/s | 74 kB 00:00 #7 50.91 (11/28): libselinux-utils-3.6-1.el9.x86_64.rpm 1.7 MB/s | 164 kB 00:00 #7 51.00 (12/28): rpm-plugin-selinux-4.16.1.3-34.el9.0.1 142 kB/s | 16 kB 00:00 #7 51.02 (13/28): selinux-policy-38.1.45-3.el9_5.noarch. 453 kB/s | 48 kB 00:00 #7 51.03 (14/28): policycoreutils-3.6-2.1.el9.x86_64.rpm 1.2 MB/s | 208 kB 00:00 #7 51.06 (15/28): systemd-pam-252-46.el9_5.2.0.1.x86_64. 12 MB/s | 285 kB 00:00 #7 51.08 (16/28): systemd-rpm-macros-252-46.el9_5.2.0.1. 2.7 MB/s | 73 kB 00:00 #7 51.11 (17/28): ima-evm-utils-1.5-2.el9.0.1.x86_64.rpm 2.9 MB/s | 68 kB 00:00 #7 51.32 (18/28): libacl-2.3.1-4.el9.x86_64.rpm 103 kB/s | 22 kB 00:00 #7 51.35 (19/28): libselinux-3.6-1.el9.x86_64.rpm 3.3 MB/s | 85 kB 00:00 #7 51.37 (20/28): libsepol-3.6-1.el9.x86_64.rpm 14 MB/s | 329 kB 00:00 #7 51.39 (21/28): python3-rpm-4.16.1.3-34.el9.0.1.x86_64 3.6 MB/s | 64 kB 00:00 #7 51.59 (22/28): systemd-252-46.el9_5.2.0.1.x86_64.rpm 7.1 MB/s | 4.0 MB 00:00 #7 52.29 (23/28): selinux-policy-targeted-38.1.45-3.el9_ 5.1 MB/s | 6.5 MB 00:01 #7 52.31 (24/28): rpm-build-libs-4.16.1.3-34.el9.0.1.x86 122 kB/s | 88 kB 00:00 #7 52.33 (25/28): rpm-4.16.1.3-34.el9.0.1.x86_64.rpm 514 kB/s | 485 kB 00:00 #7 52.36 (26/28): rpm-sign-libs-4.16.1.3-34.el9.0.1.x86_ 416 kB/s | 20 kB 00:00 #7 52.39 (27/28): rpm-libs-4.16.1.3-34.el9.0.1.x86_64.rp 3.0 MB/s | 307 kB 00:00 #7 52.41 (28/28): systemd-libs-252-46.el9_5.2.0.1.x86_64 9.4 MB/s | 678 kB 00:00 #7 52.41 -------------------------------------------------------------------------------- #7 52.41 Total 4.6 MB/s | 14 MB 00:03 #7 52.41 Running transaction check #7 52.60 Transaction check succeeded. #7 52.60 Running transaction test #7 52.81 Transaction test succeeded. #7 52.81 Running transaction #7 56.65 Running scriptlet: selinux-policy-targeted-38.1.45-3.el9_5.noarch 1/1 #7 56.75 Preparing : 1/1 #7 56.83 Upgrading : libacl-2.3.1-4.el9.x86_64 1/39 #7 58.24 Upgrading : rpm-4.16.1.3-34.el9.0.1.x86_64 2/39 #7 58.38 Upgrading : rpm-libs-4.16.1.3-34.el9.0.1.x86_64 3/39 #7 58.70 Upgrading : libsepol-3.6-1.el9.x86_64 4/39 #7 58.98 Upgrading : libselinux-3.6-1.el9.x86_64 5/39 #7 59.05 Upgrading : systemd-libs-252-46.el9_5.2.0.1.x86_64 6/39 #7 59.08 Running scriptlet: systemd-libs-252-46.el9_5.2.0.1.x86_64 6/39 #7 59.14 Installing : libselinux-utils-3.6-1.el9.x86_64 7/39 #7 59.17 Upgrading : rpm-build-libs-4.16.1.3-34.el9.0.1.x86_64 8/39 #7 59.20 Installing : acl-2.3.1-4.el9.x86_64 9/39 #7 59.21 Installing : systemd-rpm-macros-252-46.el9_5.2.0.1.noarch 10/39 #7 59.24 Installing : libseccomp-2.5.2-2.el9.x86_64 11/39 #7 59.25 Installing : kmod-libs-28-10.el9.x86_64 12/39 #7 59.27 Installing : keyutils-1.6.3-1.el9.x86_64 13/39 #7 59.29 Installing : diffutils-3.7-12.el9.x86_64 14/39 #7 59.36 Installing : policycoreutils-3.6-2.1.el9.x86_64 15/39 #7 59.37 Running scriptlet: policycoreutils-3.6-2.1.el9.x86_64 15/39 #7 59.40 Installing : selinux-policy-38.1.45-3.el9_5.noarch 16/39 #7 59.84 Running scriptlet: selinux-policy-38.1.45-3.el9_5.noarch 16/39 #7 59.88 Running scriptlet: selinux-policy-targeted-38.1.45-3.el9_5.noarch 17/39 #7 60.18 Installing : selinux-policy-targeted-38.1.45-3.el9_5.noarch 17/39 #7 60.33 Running scriptlet: selinux-policy-targeted-38.1.45-3.el9_5.noarch 17/39 #7 75.20 Installing : dbus-1:1.12.20-8.el9.x86_64 18/39 #7 75.22 Installing : systemd-pam-252-46.el9_5.2.0.1.x86_64 19/39 #7 75.24 Running scriptlet: systemd-252-46.el9_5.2.0.1.x86_64 20/39 #7 75.89 Installing : systemd-252-46.el9_5.2.0.1.x86_64 20/39 #7 75.91 Running scriptlet: systemd-252-46.el9_5.2.0.1.x86_64 20/39 #7 88.88 Installing : dbus-common-1:1.12.20-8.el9.noarch 21/39 #7 89.14 Running scriptlet: dbus-common-1:1.12.20-8.el9.noarch 21/39 #7 89.16 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket. #7 89.16 Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket. #7 89.16 #7 89.16 Running scriptlet: dbus-broker-28-7.el9.x86_64 22/39 #7 90.13 Installing : dbus-broker-28-7.el9.x86_64 22/39 #7 90.15 Running scriptlet: dbus-broker-28-7.el9.x86_64 22/39 #7 90.18 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service. #7 90.18 Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service. #7 90.18 #7 90.18 Running scriptlet: logrotate-3.18.0-8.el9.x86_64 23/39 #7 90.19 Installing : logrotate-3.18.0-8.el9.x86_64 23/39 #7 90.21 Running scriptlet: logrotate-3.18.0-8.el9.x86_64 23/39 #7 90.25 Created symlink /etc/systemd/system/timers.target.wants/logrotate.timer → /usr/lib/systemd/system/logrotate.timer. #7 90.25 #7 90.25 Installing : attr-2.5.1-3.el9.x86_64 24/39 #7 90.27 Upgrading : ima-evm-utils-1.5-2.el9.0.1.x86_64 25/39 #7 90.29 Upgrading : rpm-sign-libs-4.16.1.3-34.el9.0.1.x86_64 26/39 #7 90.39 Upgrading : python3-rpm-4.16.1.3-34.el9.0.1.x86_64 27/39 #7 90.59 Running scriptlet: redis-6.0.19-1.el9.remi.x86_64 28/39 #7 91.25 Installing : redis-6.0.19-1.el9.remi.x86_64 28/39 #7 91.27 Running scriptlet: redis-6.0.19-1.el9.remi.x86_64 28/39 #7 91.31 Installing : rpm-plugin-selinux-4.16.1.3-34.el9.0.1.x86_64 29/39 #7 91.32 Cleanup : python3-rpm-4.16.1.3-25.el9.x86_64 30/39 #7 91.34 Cleanup : rpm-sign-libs-4.16.1.3-25.el9.x86_64 31/39 #7 91.35 Cleanup : rpm-build-libs-4.16.1.3-25.el9.x86_64 32/39 #7 91.39 Cleanup : rpm-4.16.1.3-25.el9.x86_64 33/39 #7 91.41 Cleanup : rpm-libs-4.16.1.3-25.el9.x86_64 34/39 #7 91.42 Cleanup : systemd-libs-252-18.el9.x86_64 35/39 #7 91.43 Cleanup : libselinux-3.5-1.el9.x86_64 36/39 #7 91.45 Cleanup : libsepol-3.5-1.el9.x86_64 37/39 #7 91.47 Cleanup : libacl-2.3.1-3.el9.x86_64 38/39 #7 91.56 Cleanup : ima-evm-utils-1.4-4.el9.x86_64 39/39 #7 91.77 Running scriptlet: rpm-4.16.1.3-34.el9.0.1.x86_64 39/39 #7 91.78 Running scriptlet: selinux-policy-targeted-38.1.45-3.el9_5.noarch 39/39 #7 91.79 Running scriptlet: systemd-252-46.el9_5.2.0.1.x86_64 39/39 #7 101.6 Running scriptlet: ima-evm-utils-1.4-4.el9.x86_64 39/39 #7 101.8 Verifying : acl-2.3.1-4.el9.x86_64 1/39 #7 101.8 Verifying : attr-2.5.1-3.el9.x86_64 2/39 #7 101.8 Verifying : dbus-1:1.12.20-8.el9.x86_64 3/39 #7 101.8 Verifying : dbus-broker-28-7.el9.x86_64 4/39 #7 101.8 Verifying : dbus-common-1:1.12.20-8.el9.noarch 5/39 #7 101.8 Verifying : diffutils-3.7-12.el9.x86_64 6/39 #7 101.8 Verifying : keyutils-1.6.3-1.el9.x86_64 7/39 #7 101.8 Verifying : kmod-libs-28-10.el9.x86_64 8/39 #7 101.8 Verifying : libseccomp-2.5.2-2.el9.x86_64 9/39 #7 101.8 Verifying : libselinux-utils-3.6-1.el9.x86_64 10/39 #7 101.8 Verifying : logrotate-3.18.0-8.el9.x86_64 11/39 #7 101.8 Verifying : policycoreutils-3.6-2.1.el9.x86_64 12/39 #7 101.8 Verifying : rpm-plugin-selinux-4.16.1.3-34.el9.0.1.x86_64 13/39 #7 101.8 Verifying : selinux-policy-38.1.45-3.el9_5.noarch 14/39 #7 101.8 Verifying : selinux-policy-targeted-38.1.45-3.el9_5.noarch 15/39 #7 101.8 Verifying : systemd-252-46.el9_5.2.0.1.x86_64 16/39 #7 101.8 Verifying : systemd-pam-252-46.el9_5.2.0.1.x86_64 17/39 #7 101.8 Verifying : systemd-rpm-macros-252-46.el9_5.2.0.1.noarch 18/39 #7 101.8 Verifying : redis-6.0.19-1.el9.remi.x86_64 19/39 #7 101.8 Verifying : ima-evm-utils-1.5-2.el9.0.1.x86_64 20/39 #7 101.8 Verifying : ima-evm-utils-1.4-4.el9.x86_64 21/39 #7 101.8 Verifying : libacl-2.3.1-4.el9.x86_64 22/39 #7 101.8 Verifying : libacl-2.3.1-3.el9.x86_64 23/39 #7 101.8 Verifying : libselinux-3.6-1.el9.x86_64 24/39 #7 101.8 Verifying : libselinux-3.5-1.el9.x86_64 25/39 #7 101.8 Verifying : libsepol-3.6-1.el9.x86_64 26/39 #7 101.8 Verifying : libsepol-3.5-1.el9.x86_64 27/39 #7 101.8 Verifying : python3-rpm-4.16.1.3-34.el9.0.1.x86_64 28/39 #7 101.8 Verifying : python3-rpm-4.16.1.3-25.el9.x86_64 29/39 #7 101.8 Verifying : rpm-4.16.1.3-34.el9.0.1.x86_64 30/39 #7 101.8 Verifying : rpm-4.16.1.3-25.el9.x86_64 31/39 #7 101.8 Verifying : rpm-build-libs-4.16.1.3-34.el9.0.1.x86_64 32/39 #7 101.8 Verifying : rpm-build-libs-4.16.1.3-25.el9.x86_64 33/39 #7 101.8 Verifying : rpm-libs-4.16.1.3-34.el9.0.1.x86_64 34/39 #7 101.8 Verifying : rpm-libs-4.16.1.3-25.el9.x86_64 35/39 #7 101.8 Verifying : rpm-sign-libs-4.16.1.3-34.el9.0.1.x86_64 36/39 #7 101.8 Verifying : rpm-sign-libs-4.16.1.3-25.el9.x86_64 37/39 #7 101.8 Verifying : systemd-libs-252-46.el9_5.2.0.1.x86_64 38/39 #7 101.8 Verifying : systemd-libs-252-18.el9.x86_64 39/39 #7 101.9 #7 101.9 Upgraded: #7 101.9 ima-evm-utils-1.5-2.el9.0.1.x86_64 #7 101.9 libacl-2.3.1-4.el9.x86_64 #7 101.9 libselinux-3.6-1.el9.x86_64 #7 101.9 libsepol-3.6-1.el9.x86_64 #7 101.9 python3-rpm-4.16.1.3-34.el9.0.1.x86_64 #7 101.9 rpm-4.16.1.3-34.el9.0.1.x86_64 #7 101.9 rpm-build-libs-4.16.1.3-34.el9.0.1.x86_64 #7 101.9 rpm-libs-4.16.1.3-34.el9.0.1.x86_64 #7 101.9 rpm-sign-libs-4.16.1.3-34.el9.0.1.x86_64 #7 101.9 systemd-libs-252-46.el9_5.2.0.1.x86_64 #7 101.9 Installed: #7 101.9 acl-2.3.1-4.el9.x86_64 #7 101.9 attr-2.5.1-3.el9.x86_64 #7 101.9 dbus-1:1.12.20-8.el9.x86_64 #7 101.9 dbus-broker-28-7.el9.x86_64 #7 101.9 dbus-common-1:1.12.20-8.el9.noarch #7 101.9 diffutils-3.7-12.el9.x86_64 #7 101.9 keyutils-1.6.3-1.el9.x86_64 #7 101.9 kmod-libs-28-10.el9.x86_64 #7 101.9 libseccomp-2.5.2-2.el9.x86_64 #7 101.9 libselinux-utils-3.6-1.el9.x86_64 #7 101.9 logrotate-3.18.0-8.el9.x86_64 #7 101.9 policycoreutils-3.6-2.1.el9.x86_64 #7 101.9 redis-6.0.19-1.el9.remi.x86_64 #7 101.9 rpm-plugin-selinux-4.16.1.3-34.el9.0.1.x86_64 #7 101.9 selinux-policy-38.1.45-3.el9_5.noarch #7 101.9 selinux-policy-targeted-38.1.45-3.el9_5.noarch #7 101.9 systemd-252-46.el9_5.2.0.1.x86_64 #7 101.9 systemd-pam-252-46.el9_5.2.0.1.x86_64 #7 101.9 systemd-rpm-macros-252-46.el9_5.2.0.1.noarch #7 101.9 #7 101.9 Complete! #7 102.1 + usermod -a -G 1999 redis #7 102.2 + rm -rf redis-6.0.19-1.el9.remi.x86_64.rpm #7 102.2 + yum clean all -y #7 102.5 80 files removed #7 102.5 + rm -rf /var/cache/yum #7 DONE 102.6s #8 [4/5] RUN mkdir /data && chown redis:redis /data #8 DONE 0.4s #9 [5/5] WORKDIR /data #9 DONE 0.2s #10 exporting to image #10 exporting layers #10 exporting layers 2.6s done #10 writing image sha256:b52058860efa7e0f9ab7909524d2a5cc3459bffc1702e5886f08cf63ea8a554b done #10 naming to nexus.gz1.opensdn.io:5101/opensdn-external-redis:master-1_7_6_9-1 done #10 DONE 2.6s 1 warning found (use docker --debug to expand):  - InvalidDefaultArgInFrom: Default value for ARG ${CONTRAIL_REGISTRY}/opensdn-general-base:${CONTRAIL_CONTAINER_TAG} results in empty or invalid base image name (line 3) 2025-06-19 13:01:28,729: INFO: Docker build duration: 110 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-external-redis] 5f70bf18a086: Preparing b646239d4840: Preparing 2b67a35c3722: Preparing 99de41aeae26: Preparing 75a4a1495a0e: Preparing d6596a2eaac6: Preparing 88e7e52931c0: Preparing 9f487c7f7f25: Preparing c7da393a8966: Preparing d7470748b70f: Preparing 44343de3ea1d: Preparing 99de41aeae26: Waiting 75a4a1495a0e: Waiting d6596a2eaac6: Waiting 88e7e52931c0: Waiting 9f487c7f7f25: Waiting c7da393a8966: Waiting d7470748b70f: Waiting 44343de3ea1d: Waiting b646239d4840: Pushed 5f70bf18a086: Pushed 75a4a1495a0e: Layer already exists d6596a2eaac6: Layer already exists 88e7e52931c0: Layer already exists 9f487c7f7f25: Layer already exists 99de41aeae26: Pushed c7da393a8966: Layer already exists d7470748b70f: Layer already exists 44343de3ea1d: Layer already exists 2b67a35c3722: Pushed master-1_7_6_9-1: digest: sha256:12fd1fc9a348106895cc1c477e5320f85c1ad675353a4d528fe1ab205638c8c7 size: 2610 2025-06-19 13:01:34,338: INFO: Building opensdn-external-redis finished successfully, duration: 116 seconds