2025-04-10 06:30:04,262: INFO: Building contrail-external-rabbitmq 2025-04-10 06:30:04,356: 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-6_0_4-4 --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} ---> 8e8424c7fd5f Step 4/13 : ARG SITE_MIRROR ---> Running in 84f8e35fc090 ---> Removed intermediate container 84f8e35fc090 ---> 2ed019485ce1 Step 5/13 : ARG CONTAINER_NAME ---> Running in 68cb4dfac22d ---> Removed intermediate container 68cb4dfac22d ---> aeee6a32c38e Step 6/13 : ENV SERVICE_NAME=rabbitmq RABBITMQ_LOGS=- RABBITMQ_SASL_LOGS=- CONTAINER_NAME=$CONTAINER_NAME ---> Running in 1fbe6136d674 ---> Removed intermediate container 1fbe6136d674 ---> 2dabe366e6bc 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 efaa43090cd1 ---> Removed intermediate container efaa43090cd1 ---> 6d9c9826b09f Step 8/13 : COPY *.sh / ---> 0e63896cd287 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 289e8beefeee 2025-04-10 06:30:07 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-10 06:30:08 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 http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/base/repodata/6d0c3a488c282fe537794b5946b01e28c7f44db79097bb06826e1c0c88bad5ef-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/extras/repodata/0a5413843d4b238fd3894be760ed384be82139b517ce77a3a71a7b3c6a774a8b-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/yum7/latest/dockerrepo/repodata/93d754b67fabca8fb4e7fbd9ae5cfb681040e36d03d44c72c10455ceb49b7b86-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/updates/repodata/61d77514efd3160c794767ad7445ba406bf13e9d76a11cf5f6ee05466470db14-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/yum7/latest/centos-openstack-queens/repodata/99549a1bdc8547afbbbe21ebef144fd2b7dd185ae19a5041b9920e6bdc2090b4-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/centos-sclo-rh/repodata/ac37ce0e6eda5978ea76be48fa03958009b9d8c894be721d955af7f79b2f9516-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/base/repodata/6d0c3a488c282fe537794b5946b01e28c7f44db79097bb06826e1c0c88bad5ef-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/extras/repodata/0a5413843d4b238fd3894be760ed384be82139b517ce77a3a71a7b3c6a774a8b-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/updates/repodata/61d77514efd3160c794767ad7445ba406bf13e9d76a11cf5f6ee05466470db14-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/centosplus/repodata/2688b4dedeb25e6682c63a05da47ee6a0c372b5e68188812995410b2ffeb4257-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/base/repodata/6d0c3a488c282fe537794b5946b01e28c7f44db79097bb06826e1c0c88bad5ef-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/centos-sclo-rh/repodata/ac37ce0e6eda5978ea76be48fa03958009b9d8c894be721d955af7f79b2f9516-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/extras/repodata/0a5413843d4b238fd3894be760ed384be82139b517ce77a3a71a7b3c6a774a8b-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/centosplus/repodata/2688b4dedeb25e6682c63a05da47ee6a0c372b5e68188812995410b2ffeb4257-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/updates/repodata/61d77514efd3160c794767ad7445ba406bf13e9d76a11cf5f6ee05466470db14-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/base/repodata/6d0c3a488c282fe537794b5946b01e28c7f44db79097bb06826e1c0c88bad5ef-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/centos-sclo-rh/repodata/ac37ce0e6eda5978ea76be48fa03958009b9d8c894be721d955af7f79b2f9516-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/extras/repodata/0a5413843d4b238fd3894be760ed384be82139b517ce77a3a71a7b3c6a774a8b-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/centosplus/repodata/2688b4dedeb25e6682c63a05da47ee6a0c372b5e68188812995410b2ffeb4257-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/updates/repodata/61d77514efd3160c794767ad7445ba406bf13e9d76a11cf5f6ee05466470db14-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/base/repodata/6d0c3a488c282fe537794b5946b01e28c7f44db79097bb06826e1c0c88bad5ef-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/centos-sclo-rh/repodata/ac37ce0e6eda5978ea76be48fa03958009b9d8c894be721d955af7f79b2f9516-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/extras/repodata/0a5413843d4b238fd3894be760ed384be82139b517ce77a3a71a7b3c6a774a8b-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/centosplus/repodata/2688b4dedeb25e6682c63a05da47ee6a0c372b5e68188812995410b2ffeb4257-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/updates/repodata/61d77514efd3160c794767ad7445ba406bf13e9d76a11cf5f6ee05466470db14-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/base/repodata/6d0c3a488c282fe537794b5946b01e28c7f44db79097bb06826e1c0c88bad5ef-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/centos-sclo-rh/repodata/ac37ce0e6eda5978ea76be48fa03958009b9d8c894be721d955af7f79b2f9516-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/extras/repodata/0a5413843d4b238fd3894be760ed384be82139b517ce77a3a71a7b3c6a774a8b-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/yum7/latest/dockerrepo/repodata/93d754b67fabca8fb4e7fbd9ae5cfb681040e36d03d44c72c10455ceb49b7b86-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/centosplus/repodata/2688b4dedeb25e6682c63a05da47ee6a0c372b5e68188812995410b2ffeb4257-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/base/repodata/6d0c3a488c282fe537794b5946b01e28c7f44db79097bb06826e1c0c88bad5ef-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/yum7/latest/centos-openstack-queens/repodata/99549a1bdc8547afbbbe21ebef144fd2b7dd185ae19a5041b9920e6bdc2090b4-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/yum7/latest/dockerrepo/repodata/93d754b67fabca8fb4e7fbd9ae5cfb681040e36d03d44c72c10455ceb49b7b86-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/base/repodata/6d0c3a488c282fe537794b5946b01e28c7f44db79097bb06826e1c0c88bad5ef-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/yum7/latest/centos-openstack-queens/repodata/99549a1bdc8547afbbbe21ebef144fd2b7dd185ae19a5041b9920e6bdc2090b4-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/updates/repodata/61d77514efd3160c794767ad7445ba406bf13e9d76a11cf5f6ee05466470db14-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/yum7/latest/dockerrepo/repodata/93d754b67fabca8fb4e7fbd9ae5cfb681040e36d03d44c72c10455ceb49b7b86-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/yum7/latest/centos-openstack-queens/repodata/99549a1bdc8547afbbbe21ebef144fd2b7dd185ae19a5041b9920e6bdc2090b4-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/base/repodata/6d0c3a488c282fe537794b5946b01e28c7f44db79097bb06826e1c0c88bad5ef-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/updates/repodata/61d77514efd3160c794767ad7445ba406bf13e9d76a11cf5f6ee05466470db14-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/yum7/latest/centos-openstack-queens/repodata/99549a1bdc8547afbbbe21ebef144fd2b7dd185ae19a5041b9920e6bdc2090b4-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/base/repodata/6d0c3a488c282fe537794b5946b01e28c7f44db79097bb06826e1c0c88bad5ef-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/updates/repodata/61d77514efd3160c794767ad7445ba406bf13e9d76a11cf5f6ee05466470db14-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/yum7/latest/centos-openstack-queens/repodata/99549a1bdc8547afbbbe21ebef144fd2b7dd185ae19a5041b9920e6bdc2090b4-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/updates/repodata/61d77514efd3160c794767ad7445ba406bf13e9d76a11cf5f6ee05466470db14-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/yum7/latest/centos-openstack-queens/repodata/99549a1bdc8547afbbbe21ebef144fd2b7dd185ae19a5041b9920e6bdc2090b4-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/updates/repodata/61d77514efd3160c794767ad7445ba406bf13e9d76a11cf5f6ee05466470db14-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/yum7/latest/centos-openstack-queens/repodata/99549a1bdc8547afbbbe21ebef144fd2b7dd185ae19a5041b9920e6bdc2090b4-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/yum7/latest/centos-openstack-queens/repodata/99549a1bdc8547afbbbe21ebef144fd2b7dd185ae19a5041b9920e6bdc2090b4-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/yum7/latest/centos-openstack-queens/repodata/99549a1bdc8547afbbbe21ebef144fd2b7dd185ae19a5041b9920e6bdc2090b4-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed connect to tf-mirrors.gz1.opensdn.io:80; Connection refused" Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/extras/repodata/0a5413843d4b238fd3894be760ed384be82139b517ce77a3a71a7b3c6a774a8b-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found Trying other mirror. To address this issue please refer to the below wiki article https://wiki.centos.org/yum-errors If above article doesn't help to resolve this issue please use https://bugs.centos.org/. http://tf-mirrors.gz1.opensdn.io/repos/yum7/latest/dockerrepo/repodata/93d754b67fabca8fb4e7fbd9ae5cfb681040e36d03d44c72c10455ceb49b7b86-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/centos-sclo-rh/repodata/ac37ce0e6eda5978ea76be48fa03958009b9d8c894be721d955af7f79b2f9516-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found Trying other mirror. http://tf-mirrors.gz1.opensdn.io/repos/centos7/latest/centosplus/repodata/2688b4dedeb25e6682c63a05da47ee6a0c372b5e68188812995410b2ffeb4257-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found Trying other mirror. 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 33 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-8582-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-8582-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 289e8beefeee ---> f5b63bc54160 Step 10/13 : VOLUME "/var/lib/rabbitmq" ---> Running in ade00bae60f5 ---> Removed intermediate container ade00bae60f5 ---> 25db9d790293 Step 11/13 : EXPOSE 15671 15672 4369 5671 5672 25672 ---> Running in 1cccdc23bd76 ---> Removed intermediate container 1cccdc23bd76 ---> 6cb5f2fb0361 Step 12/13 : ENTRYPOINT ["/contrail-entrypoint.sh"] ---> Running in d030024886c9 ---> Removed intermediate container d030024886c9 ---> 93abaccc92a8 Step 13/13 : CMD ["rabbitmq-server"] ---> Running in 308d6ff33156 ---> Removed intermediate container 308d6ff33156 ---> 949b70cc1ff9 [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 949b70cc1ff9 Successfully tagged nexus.gz1.opensdn.io:5101/contrail-external-rabbitmq:master-6_0_4-4 Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-external-rabbitmq:master-6_0_4-4 2025-04-10 06:31:44,789: INFO: Docker build duration: 100 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/contrail-external-rabbitmq] fcbd5893bcdf: Preparing 3122679469c2: Preparing 3a8736699a07: Preparing e70525824a05: Preparing fe32f972def2: Preparing f4414ad6095d: Preparing d4d93b550bc5: Preparing 2c0a1396b710: Preparing 174f56854903: Preparing f4414ad6095d: Waiting d4d93b550bc5: Waiting 2c0a1396b710: Waiting 174f56854903: Waiting fe32f972def2: Layer already exists 3122679469c2: Pushed e70525824a05: Layer already exists 3a8736699a07: Layer already exists f4414ad6095d: Layer already exists d4d93b550bc5: Layer already exists 2c0a1396b710: Layer already exists 174f56854903: Layer already exists fcbd5893bcdf: Pushed master-6_0_4-4: digest: sha256:4bf53a6fd5c9a85dcff9c341f27ce31fca959b981982586ac2c0129d0251c50f size: 2200 The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-external-rabbitmq] fcbd5893bcdf: Preparing 3122679469c2: Preparing 3a8736699a07: Preparing e70525824a05: Preparing fe32f972def2: Preparing f4414ad6095d: Preparing d4d93b550bc5: Preparing 2c0a1396b710: Preparing 174f56854903: Preparing f4414ad6095d: Waiting d4d93b550bc5: Waiting 2c0a1396b710: Waiting 174f56854903: Waiting fcbd5893bcdf: Layer already exists e70525824a05: Layer already exists 3122679469c2: Layer already exists fe32f972def2: Layer already exists 3a8736699a07: Layer already exists f4414ad6095d: Layer already exists d4d93b550bc5: Layer already exists 174f56854903: Layer already exists 2c0a1396b710: Layer already exists master-6_0_4-4: digest: sha256:4bf53a6fd5c9a85dcff9c341f27ce31fca959b981982586ac2c0129d0251c50f size: 2200 2025-04-10 06:31:52,442: INFO: Building contrail-external-rabbitmq finished successfully, duration: 108 seconds