2025-06-30 15:43:28,238: INFO: Building opensdn-external-rabbitmq 2025-06-30 15:43:28,407: 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-3 --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-rabbitmq --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 transferring dockerfile: #1 transferring dockerfile: 2.02kB done #1 DONE 0.5s #2 [internal] load metadata for nexus.gz1.opensdn.io:5101/opensdn-general-base:master-1_7_6_9-3 #2 DONE 0.0s #3 [internal] load .dockerignore #3 transferring context: #3 transferring context: 2B done #3 DONE 0.4s #4 [1/3] FROM nexus.gz1.opensdn.io:5101/opensdn-general-base:master-1_7_6_9-3 #4 CACHED #5 [internal] load build context #5 transferring context: 52.81kB done #5 DONE 0.7s #6 [2/3] COPY *.sh / #6 DONE 1.4s #7 [3/3] RUN set -e ; /bin/bash -c 'for item in `ls /__*` ; do mv $item /${item:3} ; done' && source /functions.sh && source /etc/os-release && ver=$(echo $VERSION_ID | cut -d '.' -f 1) && if [[ ${ver} == 8 ]]; then RABBITMQ_VERSION="3.10.7" && ERLANG_VERSION="25.0.4"; elif [[ ${ver} == 9 ]]; then RABBITMQ_VERSION="3.12.13" && ERLANG_VERSION="25.3.2.15" && ver=8 ; else RABBITMQ_VERSION="3.7.28" && ERLANG_VERSION="21.3.8.21"; fi && download_package https://packagecloud.io rabbitmq/erlang/packages/el/${ver}/erlang-${ERLANG_VERSION}-1.el${ver}.x86_64.rpm/download.rpm erlang.rpm && download_package https://packagecloud.io rabbitmq/rabbitmq-server/packages/el/${ver}/rabbitmq-server-${RABBITMQ_VERSION}-1.el${ver}.noarch.rpm/download.rpm rabbitmq-server.rpm && yum install -y erlang.rpm rabbitmq-server.rpm vim-common && usermod -a -G 1999 rabbitmq && usermod -d /var/lib/rabbitmq rabbitmq && rabbitmq-plugins enable --offline rabbitmq_management && rm -f *rpm && yum clean all -y && rm -rf /var/cache/yum #7 1.332 http://nexus.gz1.opensdn.io/repository/external-web-cache/rabbitmq/erlang/packages/el/8/erlang-25.3.2.15-1.el8.x86_64.rpm/download.rpm: #7 1.332 2025-06-30 15:43:33 ERROR 404: rabbitmq/erlang/packages/el/8/erlang-25.3.2.15-1.el8.x86_64.rpm/download.rpm. #7 3.598 2025-06-30 15:43:35 URL:https://d3fo0g5hm7lbuv.cloudfront.net/828/1039/el/8/package_files/2979656.rpm?Expires=1751299114&Signature=iVtr~Db2SvG-Ddr~o4iE1xLHYb0n7PoLCt3hEut486hA64Mv64OyXp0wj0yTwBgXO4agzRnBl1wEyjLM84fzH~7~NgF2DCs3QP28Y6rqxYTi84WwW0K5rzBNZMHL~UbJHWX9svxAkp47AYN4QhjqFY0nR~iBF4SU8Zqsxt7tq42RcohXotHDM8ZwSlV72qVkLEZCT~XjPh0NJPXmmI4AF23MCOxyJXC8V6m3T5xl7TuVWyIuqkemnz~s7w7afvAJMZxmLc9v4IdfwgSQqGkd8l00En6kr-dploOs52dJYxIwj2AUCVJ~ugl~IoVvLE0ETKJEX~BfKWSzdAOLSlJBOQ__&Key-Pair-Id=K1ZMSF1EKC3AZL [21295248/21295248] -> "erlang.rpm" [1] #7 3.614 http://nexus.gz1.opensdn.io/repository/external-web-cache/rabbitmq/rabbitmq-server/packages/el/8/rabbitmq-server-3.12.13-1.el8.noarch.rpm/download.rpm: #7 3.614 2025-06-30 15:43:35 ERROR 404: rabbitmq/rabbitmq-server/packages/el/8/rabbitmq-server-3.12.13-1.el8.noarch.rpm/download.rpm. #7 5.575 2025-06-30 15:43:37 URL:https://d3fo0g5hm7lbuv.cloudfront.net/828/1033/el/8/package_files/2844747.rpm?Expires=1751299116&Signature=aeTTklzWlcMbzvyjuPGq9Fl8SFz2ZsO7~InJcKUNHkraGL0kkN8CVOFy3Sq4gz1p9QO94qLN1BgVKQEkW3ciY2ud-8V~OglZ4wcvQUddRp9Sq5T-K9UpF9KeVoKCwEgraicRi0W0xbck3lA6Mt4C-h0Mg~kqpoDWx88pjTXmwGbaHjG46l61KqC8xNBoIHusEP6WyoT0TxvOt8lDjsage7J5S62QRqE323zY7OZMgtehZBFL-YBOGWS3nLe0an0emKZdIh5seJGzWtNwn9~sm-EasYwCq9farXNsH6hiByBBUzqyXl9gHxTMyhDMlVG86d1C3mjxOX~BywIzIVWhYQ__&Key-Pair-Id=K1ZMSF1EKC3AZL [17817915/17817915] -> "rabbitmq-server.rpm" [1] #7 6.331 Contrail repo 7.7 MB/s | 119 kB 00:00 #7 6.580 added from: http://tf-mirrors.gz1.opensdn.io/re 20 MB/s | 2.1 MB 00:00 #7 7.835 added from: http://tf-mirrors.gz1.opensdn.io/re 12 MB/s | 730 kB 00:00 #7 8.409 added from: http://tf-mirrors.gz1.opensdn.io/re 6.0 MB/s | 264 kB 00:00 #7 8.833 added from: http://tf-mirrors.gz1.opensdn.io/re 36 MB/s | 7.0 MB 00:00 #7 11.87 added from: http://tf-mirrors.gz1.opensdn.io/re 49 MB/s | 4.0 MB 00:00 #7 14.60 added from: http://tf-mirrors.gz1.opensdn.io/re 11 MB/s | 939 kB 00:00 #7 15.09 added from: http://tf-mirrors.gz1.opensdn.io/re 22 MB/s | 2.3 MB 00:00 #7 16.38 added from: http://tf-mirrors.gz1.opensdn.io/re 7.4 MB/s | 392 kB 00:00 #7 17.14 added from: http://tf-mirrors.gz1.opensdn.io/re 8.9 MB/s | 451 kB 00:00 #7 17.70 added from: http://tf-mirrors.gz1.opensdn.io/re 509 kB/s | 16 kB 00:00 #7 18.14 added from: http://tf-mirrors.gz1.opensdn.io/re 4.8 kB/s | 257 B 00:00 #7 18.61 added from: http://tf-mirrors.gz1.opensdn.io/re 358 kB/s | 13 kB 00:00 #7 18.97 added from: http://tf-mirrors.gz1.opensdn.io/re 2.0 MB/s | 64 kB 00:00 #7 20.14 added from: http://tf-mirrors.gz1.opensdn.io/re 48 MB/s | 30 MB 00:00 #7 42.34 Third parties for OpenSDN 38 MB/s | 5.4 MB 00:00 #7 54.82 Dependencies resolved. #7 54.83 ================================================================================================ #7 54.83 Package Arch Version Repository Size #7 54.83 ================================================================================================ #7 54.83 Installing: #7 54.83 erlang x86_64 25.3.2.15-1.el8 @commandline 20 M #7 54.83 rabbitmq-server noarch 3.12.13-1.el8 @commandline 17 M #7 54.83 vim-common x86_64 2:8.2.2637-21.el9 tf-mirrors.ci_repos_yum9-appstream 6.6 M #7 54.83 Upgrading: #7 54.83 ima-evm-utils x86_64 1.5-2.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 68 k #7 54.83 libacl x86_64 2.3.1-4.el9 tf-mirrors.ci_repos_yum9-baseos 22 k #7 54.83 libselinux x86_64 3.6-1.el9 tf-mirrors.ci_repos_yum9-baseos 85 k #7 54.83 libsepol x86_64 3.6-1.el9 tf-mirrors.ci_repos_yum9-baseos 329 k #7 54.83 python3-rpm x86_64 4.16.1.3-34.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 64 k #7 54.83 rpm x86_64 4.16.1.3-34.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 485 k #7 54.83 rpm-build-libs x86_64 4.16.1.3-34.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 88 k #7 54.83 rpm-libs x86_64 4.16.1.3-34.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 307 k #7 54.83 rpm-sign-libs x86_64 4.16.1.3-34.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 20 k #7 54.83 systemd-libs x86_64 252-46.el9_5.2.0.1 tf-mirrors.ci_repos_yum9-baseos 678 k #7 54.83 Installing dependencies: #7 54.83 acl x86_64 2.3.1-4.el9 tf-mirrors.ci_repos_yum9-baseos 69 k #7 54.83 attr x86_64 2.5.1-3.el9 tf-mirrors.ci_repos_yum9-baseos 58 k #7 54.83 compat-openssl11 x86_64 1:1.1.1k-4.el9_0 tf-mirrors.ci_repos_yum9-appstream 1.5 M #7 54.83 dbus x86_64 1:1.12.20-8.el9 tf-mirrors.ci_repos_yum9-baseos 6.8 k #7 54.83 dbus-broker x86_64 28-7.el9 tf-mirrors.ci_repos_yum9-baseos 171 k #7 54.83 dbus-common noarch 1:1.12.20-8.el9 tf-mirrors.ci_repos_yum9-baseos 14 k #7 54.83 diffutils x86_64 3.7-12.el9 tf-mirrors.ci_repos_yum9-baseos 388 k #7 54.83 keyutils x86_64 1.6.3-1.el9 tf-mirrors.ci_repos_yum9-baseos 72 k #7 54.83 kmod-libs x86_64 28-10.el9 tf-mirrors.ci_repos_yum9-baseos 62 k #7 54.83 libseccomp x86_64 2.5.2-2.el9 tf-mirrors.ci_repos_yum9-baseos 71 k #7 54.83 libselinux-utils x86_64 3.6-1.el9 tf-mirrors.ci_repos_yum9-baseos 164 k #7 54.83 logrotate x86_64 3.18.0-8.el9 tf-mirrors.ci_repos_yum9-baseos 74 k #7 54.83 policycoreutils x86_64 3.6-2.1.el9 tf-mirrors.ci_repos_yum9-baseos 208 k #7 54.83 rpm-plugin-selinux x86_64 4.16.1.3-34.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 16 k #7 54.83 selinux-policy noarch 38.1.45-3.el9_5 tf-mirrors.ci_repos_yum9-baseos 48 k #7 54.83 selinux-policy-targeted noarch 38.1.45-3.el9_5 tf-mirrors.ci_repos_yum9-baseos 6.5 M #7 54.83 systemd x86_64 252-46.el9_5.2.0.1 tf-mirrors.ci_repos_yum9-baseos 4.0 M #7 54.83 systemd-pam x86_64 252-46.el9_5.2.0.1 tf-mirrors.ci_repos_yum9-baseos 285 k #7 54.83 systemd-rpm-macros noarch 252-46.el9_5.2.0.1 tf-mirrors.ci_repos_yum9-baseos 73 k #7 54.83 vim-filesystem noarch 2:8.2.2637-21.el9 tf-mirrors.ci_repos_yum9-baseos 9.3 k #7 54.83 #7 54.83 Transaction Summary #7 54.83 ================================================================================================ #7 54.83 Install 23 Packages #7 54.83 Upgrade 10 Packages #7 54.83 #7 54.83 Total size: 60 M #7 54.83 Total download size: 22 M #7 54.83 Downloading Packages: #7 54.87 (1/31): dbus-1.12.20-8.el9.x86_64.rpm 298 kB/s | 6.8 kB 00:00 #7 54.88 (2/31): acl-2.3.1-4.el9.x86_64.rpm 1.6 MB/s | 69 kB 00:00 #7 54.90 (3/31): attr-2.5.1-3.el9.x86_64.rpm 1.1 MB/s | 58 kB 00:00 #7 54.92 (4/31): dbus-broker-28-7.el9.x86_64.rpm 3.0 MB/s | 171 kB 00:00 #7 54.93 (5/31): dbus-common-1.12.20-8.el9.noarch.rpm 349 kB/s | 14 kB 00:00 #7 54.95 (6/31): keyutils-1.6.3-1.el9.x86_64.rpm 3.9 MB/s | 72 kB 00:00 #7 54.96 (7/31): kmod-libs-28-10.el9.x86_64.rpm 2.5 MB/s | 62 kB 00:00 #7 54.97 (8/31): libseccomp-2.5.2-2.el9.x86_64.rpm 2.4 MB/s | 71 kB 00:00 #7 55.24 (9/31): diffutils-3.7-12.el9.x86_64.rpm 1.1 MB/s | 388 kB 00:00 #7 55.27 (10/31): logrotate-3.18.0-8.el9.x86_64.rpm 256 kB/s | 74 kB 00:00 #7 55.27 (11/31): libselinux-utils-3.6-1.el9.x86_64.rpm 524 kB/s | 164 kB 00:00 #7 55.29 (12/31): rpm-plugin-selinux-4.16.1.3-34.el9.0.1 580 kB/s | 16 kB 00:00 #7 55.29 (13/31): selinux-policy-38.1.45-3.el9_5.noarch. 2.2 MB/s | 48 kB 00:00 #7 55.32 (14/31): policycoreutils-3.6-2.1.el9.x86_64.rpm 3.3 MB/s | 208 kB 00:00 #7 55.45 (15/31): systemd-pam-252-46.el9_5.2.0.1.x86_64. 1.9 MB/s | 285 kB 00:00 #7 55.50 (16/31): systemd-rpm-macros-252-46.el9_5.2.0.1. 2.0 MB/s | 73 kB 00:00 #7 55.52 (17/31): vim-filesystem-8.2.2637-21.el9.noarch. 523 kB/s | 9.3 kB 00:00 #7 55.64 (18/31): compat-openssl11-1.1.1k-4.el9_0.x86_64 15 MB/s | 1.5 MB 00:00 #7 55.73 (19/31): systemd-252-46.el9_5.2.0.1.x86_64.rpm 9.5 MB/s | 4.0 MB 00:00 #7 55.79 (20/31): selinux-policy-targeted-38.1.45-3.el9_ 13 MB/s | 6.5 MB 00:00 #7 55.81 (21/31): ima-evm-utils-1.5-2.el9.0.1.x86_64.rpm 854 kB/s | 68 kB 00:00 #7 55.81 (22/31): libacl-2.3.1-4.el9.x86_64.rpm 824 kB/s | 22 kB 00:00 #7 55.83 (23/31): libselinux-3.6-1.el9.x86_64.rpm 3.7 MB/s | 85 kB 00:00 #7 56.09 (24/31): libsepol-3.6-1.el9.x86_64.rpm 1.1 MB/s | 329 kB 00:00 #7 56.10 (25/31): python3-rpm-4.16.1.3-34.el9.0.1.x86_64 233 kB/s | 64 kB 00:00 #7 56.19 (26/31): rpm-build-libs-4.16.1.3-34.el9.0.1.x86 1.0 MB/s | 88 kB 00:00 #7 56.20 (27/31): rpm-4.16.1.3-34.el9.0.1.x86_64.rpm 4.6 MB/s | 485 kB 00:00 #7 56.22 (28/31): rpm-sign-libs-4.16.1.3-34.el9.0.1.x86_ 1.6 MB/s | 20 kB 00:00 #7 56.23 (29/31): rpm-libs-4.16.1.3-34.el9.0.1.x86_64.rp 8.8 MB/s | 307 kB 00:00 #7 56.24 (30/31): systemd-libs-252-46.el9_5.2.0.1.x86_64 22 MB/s | 678 kB 00:00 #7 56.39 (31/31): vim-common-8.2.2637-21.el9.x86_64.rpm 8.6 MB/s | 6.6 MB 00:00 #7 56.39 -------------------------------------------------------------------------------- #7 56.39 Total 14 MB/s | 22 MB 00:01 #7 56.39 Running transaction check #7 56.61 Transaction check succeeded. #7 56.61 Running transaction test #7 57.36 Transaction test succeeded. #7 57.36 Running transaction #7 62.04 Running scriptlet: selinux-policy-targeted-38.1.45-3.el9_5.noarch 1/1 #7 62.25 Preparing : 1/1 #7 62.34 Upgrading : libacl-2.3.1-4.el9.x86_64 1/43 #7 63.13 Upgrading : rpm-4.16.1.3-34.el9.0.1.x86_64 2/43 #7 63.90 Upgrading : rpm-libs-4.16.1.3-34.el9.0.1.x86_64 3/43 #7 63.99 Upgrading : libsepol-3.6-1.el9.x86_64 4/43 #7 64.01 Upgrading : libselinux-3.6-1.el9.x86_64 5/43 #7 64.05 Upgrading : systemd-libs-252-46.el9_5.2.0.1.x86_64 6/43 #7 64.09 Running scriptlet: systemd-libs-252-46.el9_5.2.0.1.x86_64 6/43 #7 64.20 Installing : libselinux-utils-3.6-1.el9.x86_64 7/43 #7 64.23 Upgrading : rpm-build-libs-4.16.1.3-34.el9.0.1.x86_64 8/43 #7 64.25 Installing : acl-2.3.1-4.el9.x86_64 9/43 #7 64.33 Installing : compat-openssl11-1:1.1.1k-4.el9_0.x86_64 10/43 #7 67.97 Installing : erlang-25.3.2.15-1.el8.x86_64 11/43 #7 68.43 Installing : vim-filesystem-2:8.2.2637-21.el9.noarch 12/43 #7 68.64 Installing : systemd-rpm-macros-252-46.el9_5.2.0.1.noarch 13/43 #7 68.90 Installing : libseccomp-2.5.2-2.el9.x86_64 14/43 #7 69.06 Installing : kmod-libs-28-10.el9.x86_64 15/43 #7 69.12 Installing : keyutils-1.6.3-1.el9.x86_64 16/43 #7 69.15 Installing : diffutils-3.7-12.el9.x86_64 17/43 #7 69.34 Installing : policycoreutils-3.6-2.1.el9.x86_64 18/43 #7 69.66 Running scriptlet: policycoreutils-3.6-2.1.el9.x86_64 18/43 #7 69.66 Installing : selinux-policy-38.1.45-3.el9_5.noarch 19/43 #7 69.81 Running scriptlet: selinux-policy-38.1.45-3.el9_5.noarch 19/43 #7 69.88 Running scriptlet: selinux-policy-targeted-38.1.45-3.el9_5.noarch 20/43 #7 70.62 Installing : selinux-policy-targeted-38.1.45-3.el9_5.noarch 20/43 #7 70.77 Running scriptlet: selinux-policy-targeted-38.1.45-3.el9_5.noarch 20/43 #7 82.91 Installing : dbus-1:1.12.20-8.el9.x86_64 21/43 #7 82.95 Installing : systemd-pam-252-46.el9_5.2.0.1.x86_64 22/43 #7 82.97 Running scriptlet: systemd-252-46.el9_5.2.0.1.x86_64 23/43 #7 83.63 Installing : systemd-252-46.el9_5.2.0.1.x86_64 23/43 #7 83.95 Running scriptlet: systemd-252-46.el9_5.2.0.1.x86_64 23/43 #7 95.57 Installing : dbus-common-1:1.12.20-8.el9.noarch 24/43 #7 95.57 Running scriptlet: dbus-common-1:1.12.20-8.el9.noarch 24/43 #7 95.60 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket. #7 95.60 Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket. #7 95.60 #7 95.60 Running scriptlet: dbus-broker-28-7.el9.x86_64 25/43 #7 95.74 Installing : dbus-broker-28-7.el9.x86_64 25/43 #7 95.74 Running scriptlet: dbus-broker-28-7.el9.x86_64 25/43 #7 95.79 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service. #7 95.79 Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service. #7 95.79 #7 95.79 Running scriptlet: logrotate-3.18.0-8.el9.x86_64 26/43 #7 95.82 Installing : logrotate-3.18.0-8.el9.x86_64 26/43 #7 95.85 Running scriptlet: logrotate-3.18.0-8.el9.x86_64 26/43 #7 95.85 Created symlink /etc/systemd/system/timers.target.wants/logrotate.timer → /usr/lib/systemd/system/logrotate.timer. #7 95.85 #7 95.87 Installing : attr-2.5.1-3.el9.x86_64 27/43 #7 95.90 Upgrading : ima-evm-utils-1.5-2.el9.0.1.x86_64 28/43 #7 95.93 Upgrading : rpm-sign-libs-4.16.1.3-34.el9.0.1.x86_64 29/43 #7 95.93 Upgrading : python3-rpm-4.16.1.3-34.el9.0.1.x86_64 30/43 #7 95.93 Running scriptlet: rabbitmq-server-3.12.13-1.el8.noarch 31/43 #7 96.75 Installing : rabbitmq-server-3.12.13-1.el8.noarch 31/43 #7 96.77 Running scriptlet: rabbitmq-server-3.12.13-1.el8.noarch 31/43 #7 96.79 System has not been booted with systemd as init system (PID 1). Can't operate. #7 96.79 Failed to connect to bus: Host is down #7 96.79 #7 96.79 Installing : rpm-plugin-selinux-4.16.1.3-34.el9.0.1.x86_64 32/43 #7 97.27 Installing : vim-common-2:8.2.2637-21.el9.x86_64 33/43 #7 97.50 Cleanup : python3-rpm-4.16.1.3-25.el9.x86_64 34/43 #7 97.58 Cleanup : rpm-sign-libs-4.16.1.3-25.el9.x86_64 35/43 #7 97.60 Cleanup : rpm-build-libs-4.16.1.3-25.el9.x86_64 36/43 #7 97.61 Cleanup : rpm-4.16.1.3-25.el9.x86_64 37/43 #7 97.64 Cleanup : rpm-libs-4.16.1.3-25.el9.x86_64 38/43 #7 97.64 Cleanup : systemd-libs-252-18.el9.x86_64 39/43 #7 97.64 Cleanup : libselinux-3.5-1.el9.x86_64 40/43 #7 97.64 Cleanup : libsepol-3.5-1.el9.x86_64 41/43 #7 97.66 Cleanup : libacl-2.3.1-3.el9.x86_64 42/43 #7 97.66 Cleanup : ima-evm-utils-1.4-4.el9.x86_64 43/43 #7 97.66 Running scriptlet: rpm-4.16.1.3-34.el9.0.1.x86_64 43/43 #7 97.70 Running scriptlet: selinux-policy-targeted-38.1.45-3.el9_5.noarch 43/43 #7 97.70 Running scriptlet: systemd-252-46.el9_5.2.0.1.x86_64 43/43 #7 107.4 Running scriptlet: ima-evm-utils-1.4-4.el9.x86_64 43/43 #7 107.6 Verifying : acl-2.3.1-4.el9.x86_64 1/43 #7 107.6 Verifying : attr-2.5.1-3.el9.x86_64 2/43 #7 107.6 Verifying : dbus-1:1.12.20-8.el9.x86_64 3/43 #7 107.6 Verifying : dbus-broker-28-7.el9.x86_64 4/43 #7 107.6 Verifying : dbus-common-1:1.12.20-8.el9.noarch 5/43 #7 107.6 Verifying : diffutils-3.7-12.el9.x86_64 6/43 #7 107.6 Verifying : keyutils-1.6.3-1.el9.x86_64 7/43 #7 107.6 Verifying : kmod-libs-28-10.el9.x86_64 8/43 #7 107.6 Verifying : libseccomp-2.5.2-2.el9.x86_64 9/43 #7 107.6 Verifying : libselinux-utils-3.6-1.el9.x86_64 10/43 #7 107.6 Verifying : logrotate-3.18.0-8.el9.x86_64 11/43 #7 107.6 Verifying : policycoreutils-3.6-2.1.el9.x86_64 12/43 #7 107.6 Verifying : rpm-plugin-selinux-4.16.1.3-34.el9.0.1.x86_64 13/43 #7 107.6 Verifying : selinux-policy-38.1.45-3.el9_5.noarch 14/43 #7 107.6 Verifying : selinux-policy-targeted-38.1.45-3.el9_5.noarch 15/43 #7 107.6 Verifying : systemd-252-46.el9_5.2.0.1.x86_64 16/43 #7 107.6 Verifying : systemd-pam-252-46.el9_5.2.0.1.x86_64 17/43 #7 107.6 Verifying : systemd-rpm-macros-252-46.el9_5.2.0.1.noarch 18/43 #7 107.6 Verifying : vim-filesystem-2:8.2.2637-21.el9.noarch 19/43 #7 107.6 Verifying : compat-openssl11-1:1.1.1k-4.el9_0.x86_64 20/43 #7 107.6 Verifying : vim-common-2:8.2.2637-21.el9.x86_64 21/43 #7 107.6 Verifying : erlang-25.3.2.15-1.el8.x86_64 22/43 #7 107.6 Verifying : rabbitmq-server-3.12.13-1.el8.noarch 23/43 #7 107.6 Verifying : ima-evm-utils-1.5-2.el9.0.1.x86_64 24/43 #7 107.6 Verifying : ima-evm-utils-1.4-4.el9.x86_64 25/43 #7 107.6 Verifying : libacl-2.3.1-4.el9.x86_64 26/43 #7 107.6 Verifying : libacl-2.3.1-3.el9.x86_64 27/43 #7 107.6 Verifying : libselinux-3.6-1.el9.x86_64 28/43 #7 107.6 Verifying : libselinux-3.5-1.el9.x86_64 29/43 #7 107.6 Verifying : libsepol-3.6-1.el9.x86_64 30/43 #7 107.6 Verifying : libsepol-3.5-1.el9.x86_64 31/43 #7 107.6 Verifying : python3-rpm-4.16.1.3-34.el9.0.1.x86_64 32/43 #7 107.6 Verifying : python3-rpm-4.16.1.3-25.el9.x86_64 33/43 #7 107.6 Verifying : rpm-4.16.1.3-34.el9.0.1.x86_64 34/43 #7 107.6 Verifying : rpm-4.16.1.3-25.el9.x86_64 35/43 #7 107.6 Verifying : rpm-build-libs-4.16.1.3-34.el9.0.1.x86_64 36/43 #7 107.6 Verifying : rpm-build-libs-4.16.1.3-25.el9.x86_64 37/43 #7 107.6 Verifying : rpm-libs-4.16.1.3-34.el9.0.1.x86_64 38/43 #7 107.6 Verifying : rpm-libs-4.16.1.3-25.el9.x86_64 39/43 #7 107.6 Verifying : rpm-sign-libs-4.16.1.3-34.el9.0.1.x86_64 40/43 #7 107.6 Verifying : rpm-sign-libs-4.16.1.3-25.el9.x86_64 41/43 #7 107.6 Verifying : systemd-libs-252-46.el9_5.2.0.1.x86_64 42/43 #7 107.6 Verifying : systemd-libs-252-18.el9.x86_64 43/43 #7 107.7 #7 107.7 Upgraded: #7 107.7 ima-evm-utils-1.5-2.el9.0.1.x86_64 #7 107.7 libacl-2.3.1-4.el9.x86_64 #7 107.7 libselinux-3.6-1.el9.x86_64 #7 107.7 libsepol-3.6-1.el9.x86_64 #7 107.7 python3-rpm-4.16.1.3-34.el9.0.1.x86_64 #7 107.7 rpm-4.16.1.3-34.el9.0.1.x86_64 #7 107.7 rpm-build-libs-4.16.1.3-34.el9.0.1.x86_64 #7 107.7 rpm-libs-4.16.1.3-34.el9.0.1.x86_64 #7 107.7 rpm-sign-libs-4.16.1.3-34.el9.0.1.x86_64 #7 107.7 systemd-libs-252-46.el9_5.2.0.1.x86_64 #7 107.7 Installed: #7 107.7 acl-2.3.1-4.el9.x86_64 #7 107.7 attr-2.5.1-3.el9.x86_64 #7 107.7 compat-openssl11-1:1.1.1k-4.el9_0.x86_64 #7 107.7 dbus-1:1.12.20-8.el9.x86_64 #7 107.7 dbus-broker-28-7.el9.x86_64 #7 107.7 dbus-common-1:1.12.20-8.el9.noarch #7 107.7 diffutils-3.7-12.el9.x86_64 #7 107.7 erlang-25.3.2.15-1.el8.x86_64 #7 107.7 keyutils-1.6.3-1.el9.x86_64 #7 107.7 kmod-libs-28-10.el9.x86_64 #7 107.7 libseccomp-2.5.2-2.el9.x86_64 #7 107.7 libselinux-utils-3.6-1.el9.x86_64 #7 107.7 logrotate-3.18.0-8.el9.x86_64 #7 107.7 policycoreutils-3.6-2.1.el9.x86_64 #7 107.7 rabbitmq-server-3.12.13-1.el8.noarch #7 107.7 rpm-plugin-selinux-4.16.1.3-34.el9.0.1.x86_64 #7 107.7 selinux-policy-38.1.45-3.el9_5.noarch #7 107.7 selinux-policy-targeted-38.1.45-3.el9_5.noarch #7 107.7 systemd-252-46.el9_5.2.0.1.x86_64 #7 107.7 systemd-pam-252-46.el9_5.2.0.1.x86_64 #7 107.7 systemd-rpm-macros-252-46.el9_5.2.0.1.noarch #7 107.7 vim-common-2:8.2.2637-21.el9.x86_64 #7 107.7 vim-filesystem-2:8.2.2637-21.el9.noarch #7 107.7 #7 107.7 Complete! #7 107.9 usermod: no changes #7 109.3 Enabling plugins on node rabbit@buildkitsandbox: #7 109.3 rabbitmq_management #7 110.1 The following plugins have been configured: #7 110.1 rabbitmq_management #7 110.1 rabbitmq_management_agent #7 110.1 rabbitmq_web_dispatch #7 110.1 Applying plugin configuration to rabbit@buildkitsandbox... #7 110.1 The following plugins have been enabled: #7 110.1 rabbitmq_management #7 110.1 rabbitmq_management_agent #7 110.1 rabbitmq_web_dispatch #7 110.1 #7 110.1 set 3 plugins. #7 110.1 Offline change; changes will take effect at broker restart. #7 110.3 80 files removed #7 DONE 110.4s #8 exporting to image #8 exporting layers #8 exporting layers 4.6s done #8 writing image sha256:affa4ec7fe0ba8c69649f94b3e813277449563b85aff3e065ea473666eb3656e #8 writing image sha256:affa4ec7fe0ba8c69649f94b3e813277449563b85aff3e065ea473666eb3656e 0.0s done #8 naming to nexus.gz1.opensdn.io:5101/opensdn-external-rabbitmq:master-1_7_6_9-3 0.0s done #8 DONE 4.7s 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-30 15:45:27,324: INFO: Docker build duration: 119 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-external-rabbitmq] 8503a6c4b4f1: Preparing 5400ff1b4372: Preparing 12adef6fd406: Preparing 1113e08fb0a0: Preparing 081e14fc8f63: Preparing 8a6b078121e3: Preparing d2b85683b023: Preparing b5ab99286206: Preparing 44343de3ea1d: Preparing 8503a6c4b4f1: Waiting 5400ff1b4372: Waiting 12adef6fd406: Waiting 1113e08fb0a0: Waiting 081e14fc8f63: Waiting 8a6b078121e3: Waiting d2b85683b023: Waiting b5ab99286206: Waiting 44343de3ea1d: Waiting 8503a6c4b4f1: Pushed 5400ff1b4372: Pushed 12adef6fd406: Layer already exists 1113e08fb0a0: Layer already exists 081e14fc8f63: Layer already exists 8a6b078121e3: Layer already exists d2b85683b023: Layer already exists b5ab99286206: Layer already exists 44343de3ea1d: Layer already exists master-1_7_6_9-3: digest: sha256:4ff176e85112139f8415121a5b28d183ff3695c961b9269f89a4360867202db3 size: 2199 2025-06-30 15:45:47,846: INFO: Building opensdn-external-rabbitmq finished successfully, duration: 139 seconds