2025-06-19 13:47:35,955: INFO: Building opensdn-external-rabbitmq 2025-06-19 13:47:36,059: 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_8_2_0-1 --build-arg SITE_MIRROR=http://nexus.gz1.opensdn.io/repository/external-web-cache --build-arg LINUX_DISTR_VER=7 --build-arg LINUX_DISTR=centos --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 Sending build context to Docker daemon 62.98 kB Step 1/13 : ARG CONTRAIL_REGISTRY Step 2/13 : ARG CONTRAIL_CONTAINER_TAG Step 3/13 : FROM ${CONTRAIL_REGISTRY}/opensdn-general-base:${CONTRAIL_CONTAINER_TAG} ---> d3a286cdc2e5 Step 4/13 : ARG SITE_MIRROR ---> Running in 3208caa9a0a0 ---> Removed intermediate container 3208caa9a0a0 ---> 8abd912e729c Step 5/13 : ARG CONTAINER_NAME ---> Running in 35446e7fb9f5 ---> Removed intermediate container 35446e7fb9f5 ---> 19cba061fa0b Step 6/13 : ENV SERVICE_NAME=rabbitmq RABBITMQ_LOGS=- RABBITMQ_SASL_LOGS=- CONTAINER_NAME=$CONTAINER_NAME ---> Running in a21a7d620bd3 ---> Removed intermediate container a21a7d620bd3 ---> b352f3ae344e Step 7/13 : LABEL name=$CONTAINER_NAME summary="Contrail RabbitMQ" description="Contrail Rabbitmq is the message bus that different Contrail processes subscribe to." $VENDOR_DOMAIN".service"=$SERVICE_NAME $VENDOR_DOMAIN".container.name"=$CONTAINER_NAME ---> Running in 5370bc4943ee ---> Removed intermediate container 5370bc4943ee ---> 612a19889f1b Step 8/13 : COPY *.sh / ---> a3251a4e5c30 Step 9/13 : 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"; 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 $CONTRAIL_GID 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 ---> Running in 79cfa2c6e770 2025-06-19 13:47:39 URL:http://nexus.gz1.opensdn.io/repository/external-web-cache/rabbitmq/erlang/packages/el/7/erlang-21.3.8.21-1.el7.x86_64.rpm/download.rpm [19017740/19017740] -> "erlang.rpm" [1] 2025-06-19 13:47:39 URL:http://nexus.gz1.opensdn.io/repository/external-web-cache/rabbitmq/rabbitmq-server/packages/el/7/rabbitmq-server-3.7.28-1.el7.noarch.rpm/download.rpm [10696323/10696323] -> "rabbitmq-server.rpm" [1] Loaded plugins: fastestmirror, ovl Examining erlang.rpm: erlang-21.3.8.21-1.el7.x86_64 Marking erlang.rpm to be installed Examining rabbitmq-server.rpm: rabbitmq-server-3.7.28-1.el7.noarch Marking rabbitmq-server.rpm to be installed Determining fastest mirrors Resolving Dependencies --> Running transaction check ---> Package erlang.x86_64 0:21.3.8.21-1.el7 will be installed ---> Package rabbitmq-server.noarch 0:3.7.28-1.el7 will be installed --> Processing Dependency: logrotate for package: rabbitmq-server-3.7.28-1.el7.noarch --> Processing Dependency: socat for package: rabbitmq-server-3.7.28-1.el7.noarch ---> Package vim-common.x86_64 2:7.4.629-8.el7_9 will be installed --> Processing Dependency: vim-filesystem for package: 2:vim-common-7.4.629-8.el7_9.x86_64 --> Running transaction check ---> Package logrotate.x86_64 0:3.8.6-19.el7 will be installed ---> Package socat.x86_64 0:1.7.3.2-2.el7 will be installed --> Processing Dependency: libwrap.so.0()(64bit) for package: socat-1.7.3.2-2.el7.x86_64 ---> Package vim-filesystem.x86_64 2:7.4.629-8.el7_9 will be installed --> Running transaction check ---> Package tcp_wrappers-libs.x86_64 0:7.6-77.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: erlang x86_64 21.3.8.21-1.el7 /erlang 32 M rabbitmq-server noarch 3.7.28-1.el7 /rabbitmq-server 12 M vim-common x86_64 2:7.4.629-8.el7_9 tf-mirrors.ci_repos_yum7-updates 5.9 M Installing for dependencies: logrotate x86_64 3.8.6-19.el7 tf-mirrors.ci_repos_yum7-base 70 k socat x86_64 1.7.3.2-2.el7 tf-mirrors.ci_repos_yum7-base 290 k tcp_wrappers-libs x86_64 7.6-77.el7 tf-mirrors.ci_repos_yum7-base 66 k vim-filesystem x86_64 2:7.4.629-8.el7_9 tf-mirrors.ci_repos_yum7-updates 11 k Transaction Summary ================================================================================ Install 3 Packages (+4 Dependent packages) Total size: 50 M Total download size: 6.3 M Installed size: 66 M Downloading packages: -------------------------------------------------------------------------------- Total 8.3 MB/s | 6.3 MB 00:00 Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : logrotate-3.8.6-19.el7.x86_64 1/7 Installing : tcp_wrappers-libs-7.6-77.el7.x86_64 2/7 Installing : socat-1.7.3.2-2.el7.x86_64 3/7 Installing : 2:vim-filesystem-7.4.629-8.el7_9.x86_64 4/7 Installing : erlang-21.3.8.21-1.el7.x86_64 5/7 Installing : rabbitmq-server-3.7.28-1.el7.noarch 6/7 Failed to get D-Bus connection: Operation not permitted Installing : 2:vim-common-7.4.629-8.el7_9.x86_64 7/7 Verifying : erlang-21.3.8.21-1.el7.x86_64 1/7 Verifying : 2:vim-common-7.4.629-8.el7_9.x86_64 2/7 Verifying : 2:vim-filesystem-7.4.629-8.el7_9.x86_64 3/7 Verifying : tcp_wrappers-libs-7.6-77.el7.x86_64 4/7 Verifying : logrotate-3.8.6-19.el7.x86_64 5/7 Verifying : socat-1.7.3.2-2.el7.x86_64 6/7 Verifying : rabbitmq-server-3.7.28-1.el7.noarch 7/7 Installed: erlang.x86_64 0:21.3.8.21-1.el7 rabbitmq-server.noarch 0:3.7.28-1.el7 vim-common.x86_64 2:7.4.629-8.el7_9 Dependency Installed: logrotate.x86_64 0:3.8.6-19.el7 socat.x86_64 0:1.7.3.2-2.el7 tcp_wrappers-libs.x86_64 0:7.6-77.el7 vim-filesystem.x86_64 2:7.4.629-8.el7_9 Complete! usermod: no changes Enabling plugins on node rabbit@jenkins-build-prepare-sandbox-9617-1: rabbitmq_management The following plugins have been configured: rabbitmq_management rabbitmq_management_agent rabbitmq_web_dispatch Applying plugin configuration to rabbit@jenkins-build-prepare-sandbox-9617-1... The following plugins have been enabled: rabbitmq_management rabbitmq_management_agent rabbitmq_web_dispatch set 3 plugins. Offline change; changes will take effect at broker restart. Loaded plugins: fastestmirror, ovl Cleaning repos: contrail tf-mirrors.ci_repos_centos-openstack-queens : tf-mirrors.ci_repos_dockerrepo tf-mirrors.ci_repos_yum7-base : tf-mirrors.ci_repos_yum7-centos-sclo-rh : tf-mirrors.ci_repos_yum7-centosplus : tf-mirrors.ci_repos_yum7-extras tf-mirrors.ci_repos_yum7-updates : tpc Cleaning up list of fastest mirrors ---> Removed intermediate container 79cfa2c6e770 ---> 30f6f91a852e Step 10/13 : VOLUME "/var/lib/rabbitmq" ---> Running in 19e7de11f4fd ---> Removed intermediate container 19e7de11f4fd ---> 0916000686f5 Step 11/13 : EXPOSE 15671 15672 4369 5671 5672 25672 ---> Running in c439e4b5fe48 ---> Removed intermediate container c439e4b5fe48 ---> 5bcc1613b3f5 Step 12/13 : ENTRYPOINT ["/contrail-entrypoint.sh"] ---> Running in 56ee80fd32c6 ---> Removed intermediate container 56ee80fd32c6 ---> 462e3d28c97c Step 13/13 : CMD ["rabbitmq-server"] ---> Running in a6cdf0258ad0 ---> Removed intermediate container a6cdf0258ad0 ---> c48ba42dcad7 [Warning] One or more build-args [BASE_EXTRA_RPMS GENERAL_EXTRA_RPMS LINUX_DISTR LINUX_DISTR_VER PIP_REPOSITORY UBUNTU_DISTR UBUNTU_DISTR_VERSION VENDOR_DOMAIN VENDOR_NAME YUM_ENABLE_REPOS] were not consumed Successfully built c48ba42dcad7 Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-external-rabbitmq:master-1_8_2_0-1 2025-06-19 13:48:51,574: INFO: Docker build duration: 76 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-external-rabbitmq] ecd0372a5c5a: Preparing 636e6c92685b: Preparing a1161e23434c: Preparing ae1f34962f84: Preparing e6744a0d7ec1: Preparing 5218b55e14df: Preparing 000ec60a06ef: Preparing 670f15c4a0bd: Preparing 174f56854903: Preparing 5218b55e14df: Waiting 000ec60a06ef: Waiting 670f15c4a0bd: Waiting 174f56854903: Waiting 636e6c92685b: Pushed e6744a0d7ec1: Layer already exists ae1f34962f84: Layer already exists a1161e23434c: Layer already exists 5218b55e14df: Layer already exists 000ec60a06ef: Layer already exists 670f15c4a0bd: Layer already exists 174f56854903: Layer already exists ecd0372a5c5a: Pushed master-1_8_2_0-1: digest: sha256:06f60d77410d0f7dbdfb0e5b8d8bcf00c4aa9bc636de17cf9731306903baba16 size: 2200 2025-06-19 13:48:57,594: INFO: Building opensdn-external-rabbitmq finished successfully, duration: 82 seconds