2025-04-03 01:25:30,775: INFO: Building contrail-external-rabbitmq 2025-04-03 01:25:30,938: INFO: Building args: --network host --build-arg PIP_REPOSITORY=http://localhost:6667/pip/simple --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5102 --build-arg CONTRAIL_CONTAINER_TAG=nightly --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=contrail-external-rabbitmq --build-arg UBUNTU_DISTR_VERSION=22.04 --build-arg UBUNTU_DISTR=ubuntu --build-arg VENDOR_NAME=OpenSDN-IO --build-arg VENDOR_DOMAIN=io.opensdn Sending build context to Docker daemon 63.49 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} ---> c42ec02fb4ca Step 4/13 : ARG SITE_MIRROR ---> Running in f2f85a53179a ---> Removed intermediate container f2f85a53179a ---> 31bd862b4dc9 Step 5/13 : ARG CONTAINER_NAME ---> Running in b52c7f21bef9 ---> Removed intermediate container b52c7f21bef9 ---> 040fb97fe208 Step 6/13 : ENV SERVICE_NAME=rabbitmq RABBITMQ_LOGS=- RABBITMQ_SASL_LOGS=- CONTAINER_NAME=$CONTAINER_NAME ---> Running in a7b8433dc9d5 ---> Removed intermediate container a7b8433dc9d5 ---> 917241a8a808 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 6332bae3d2d1 ---> Removed intermediate container 6332bae3d2d1 ---> 0416ba1ed7b9 Step 8/13 : COPY *.sh / ---> ec089abd34e4 Step 9/13 : RUN /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 26a42704d03a 2025-04-03 01:25:35 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-04-03 01:25:35 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 17 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-8445-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-8445-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 26a42704d03a ---> 52cfd46e7f76 Step 10/13 : VOLUME "/var/lib/rabbitmq" ---> Running in 9440e8b06211 ---> Removed intermediate container 9440e8b06211 ---> c3b62465facc Step 11/13 : EXPOSE 15671 15672 4369 5671 5672 25672 ---> Running in c53cd5b8d8cb ---> Removed intermediate container c53cd5b8d8cb ---> 54ad98639fb4 Step 12/13 : ENTRYPOINT ["/contrail-entrypoint.sh"] ---> Running in 2b5ec635fb2d ---> Removed intermediate container 2b5ec635fb2d ---> ce4b27c750fa Step 13/13 : CMD ["rabbitmq-server"] ---> Running in b8eaa34a19b4 ---> Removed intermediate container b8eaa34a19b4 ---> b285bc88d170 [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 b285bc88d170 Successfully tagged nexus.gz1.opensdn.io:5102/contrail-external-rabbitmq:nightly Successfully tagged nexus.gz1.opensdn.io:5102/opensdn-external-rabbitmq:nightly 2025-04-03 01:27:10,885: INFO: Docker build duration: 100 seconds The push refers to repository [nexus.gz1.opensdn.io:5102/contrail-external-rabbitmq] 46800a79ba8b: Preparing 3869884ff8f6: Preparing 3f9a66a8bdad: Preparing d0352688618d: Preparing d724bd362a02: Preparing 88c65fab1fda: Preparing 52e344d3e292: Preparing d6a87ef78f49: Preparing 174f56854903: Preparing 52e344d3e292: Waiting d6a87ef78f49: Waiting 174f56854903: Waiting 88c65fab1fda: Waiting 3f9a66a8bdad: Layer already exists d0352688618d: Layer already exists d724bd362a02: Layer already exists 3869884ff8f6: Pushed 88c65fab1fda: Layer already exists 52e344d3e292: Layer already exists d6a87ef78f49: Layer already exists 174f56854903: Layer already exists 46800a79ba8b: Pushed nightly: digest: sha256:e2a6101c5b651fd8570e02154ec599bfc7979bf37d5e45c50fc6a001460a6ee0 size: 2200 The push refers to repository [nexus.gz1.opensdn.io:5102/opensdn-external-rabbitmq] 46800a79ba8b: Preparing 3869884ff8f6: Preparing 3f9a66a8bdad: Preparing d0352688618d: Preparing d724bd362a02: Preparing 88c65fab1fda: Preparing 52e344d3e292: Preparing d6a87ef78f49: Preparing 174f56854903: Preparing 52e344d3e292: Waiting d6a87ef78f49: Waiting d724bd362a02: Waiting 174f56854903: Waiting 88c65fab1fda: Waiting 46800a79ba8b: Layer already exists 3869884ff8f6: Layer already exists 3f9a66a8bdad: Layer already exists d0352688618d: Layer already exists 88c65fab1fda: Layer already exists d724bd362a02: Layer already exists 52e344d3e292: Layer already exists d6a87ef78f49: Layer already exists 174f56854903: Layer already exists nightly: digest: sha256:e2a6101c5b651fd8570e02154ec599bfc7979bf37d5e45c50fc6a001460a6ee0 size: 2200 2025-04-03 01:27:17,668: INFO: Building contrail-external-rabbitmq finished successfully, duration: 107 seconds