2025-04-17 06:34:12,050: INFO: Building contrail-external-rabbitmq
2025-04-17 06:34:12,137: 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_5_3_5-6 --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}
---> 56307c2cbefc
Step 4/13 : ARG SITE_MIRROR
---> Running in e85892338f4e
---> Removed intermediate container e85892338f4e
---> 266ebb99a3aa
Step 5/13 : ARG CONTAINER_NAME
---> Running in 301205005c3d
---> Removed intermediate container 301205005c3d
---> 3c123b3c6b3c
Step 6/13 : ENV SERVICE_NAME=rabbitmq     RABBITMQ_LOGS=-     RABBITMQ_SASL_LOGS=-     CONTAINER_NAME=$CONTAINER_NAME
---> Running in 7d6bc5d755ed
---> Removed intermediate container 7d6bc5d755ed
---> 5e9a76ecbb0d
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 e4964e500670
---> Removed intermediate container e4964e500670
---> ad645d007f22
Step 8/13 : COPY *.sh /
---> 0bb7a5817616
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 146b8db4bffd
2025-04-17 06:34:15 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-17 06:34:15 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                                               16 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-8759-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-8759-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 146b8db4bffd
---> 4e42a1c79dae
Step 10/13 : VOLUME "/var/lib/rabbitmq"
---> Running in 537222730f60
---> Removed intermediate container 537222730f60
---> c5288a087c3f
Step 11/13 : EXPOSE 15671 15672 4369 5671 5672 25672
---> Running in 83db0138c1e7
---> Removed intermediate container 83db0138c1e7
---> 0fd950b45593
Step 12/13 : ENTRYPOINT ["/contrail-entrypoint.sh"]
---> Running in cd4c7785b095
---> Removed intermediate container cd4c7785b095
---> f8190b58e52f
Step 13/13 : CMD ["rabbitmq-server"]
---> Running in 7568752b8bb9
---> Removed intermediate container 7568752b8bb9
---> 4d3f8c8a9eed
[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 4d3f8c8a9eed
Successfully tagged nexus.gz1.opensdn.io:5101/contrail-external-rabbitmq:master-1_5_3_5-6
Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-external-rabbitmq:master-1_5_3_5-6
2025-04-17 06:35:50,253: INFO: Docker build duration: 98 seconds
The push refers to repository [nexus.gz1.opensdn.io:5101/contrail-external-rabbitmq]
0ddba1d54451: Preparing
529833410949: Preparing
c388e5215b88: Preparing
b657bedaf226: Preparing
7c00cec22367: Preparing
0f38f6ec139f: Preparing
28192ff6cb47: Preparing
5b6bd16a3e32: Preparing
174f56854903: Preparing
0f38f6ec139f: Waiting
28192ff6cb47: Waiting
5b6bd16a3e32: Waiting
174f56854903: Waiting
7c00cec22367: Layer already exists
c388e5215b88: Layer already exists
529833410949: Pushed
b657bedaf226: Layer already exists
0f38f6ec139f: Layer already exists
28192ff6cb47: Layer already exists
5b6bd16a3e32: Layer already exists
174f56854903: Layer already exists
0ddba1d54451: Pushed
master-1_5_3_5-6: digest: sha256:d82203b54c7edc2b20d4b56fe6a73ebfebd2ad98cc5ffd4ed65eab4b0d2f0916 size: 2200
The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-external-rabbitmq]
0ddba1d54451: Preparing
529833410949: Preparing
c388e5215b88: Preparing
b657bedaf226: Preparing
7c00cec22367: Preparing
0f38f6ec139f: Preparing
28192ff6cb47: Preparing
5b6bd16a3e32: Preparing
174f56854903: Preparing
0f38f6ec139f: Waiting
28192ff6cb47: Waiting
5b6bd16a3e32: Waiting
174f56854903: Waiting
529833410949: Layer already exists
b657bedaf226: Layer already exists
7c00cec22367: Layer already exists
c388e5215b88: Layer already exists
0ddba1d54451: Layer already exists
0f38f6ec139f: Layer already exists
5b6bd16a3e32: Layer already exists
174f56854903: Layer already exists
28192ff6cb47: Layer already exists
master-1_5_3_5-6: digest: sha256:d82203b54c7edc2b20d4b56fe6a73ebfebd2ad98cc5ffd4ed65eab4b0d2f0916 size: 2200
2025-04-17 06:35:58,119: INFO: Building contrail-external-rabbitmq finished successfully, duration: 106 seconds