2025-06-04 13:38:39,657: INFO: Building contrail-controller-config-devicemgr
2025-06-04 13:38:39,751: INFO: Building args: --network host --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5101 --build-arg CONTRAIL_CONTAINER_TAG=master-1_8_0_1-1-r24.1-centos --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-controller-config-devicemgr --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 16.38 kB

Step 1/11 : FROM nexus.gz1.opensdn.io:5101/contrail-controller-config-base:master-1_8_0_1-1-r24.1-centos
---> 3f6253851a54
Step 2/11 : ARG SITE_MIRROR
---> Running in 46687c606506
---> Removed intermediate container 46687c606506
---> 3191b6ff18b7
Step 3/11 : ARG CONTAINER_NAME
---> Running in ee2fe8ad9804
---> Removed intermediate container ee2fe8ad9804
---> de2b911480eb
Step 4/11 : ENV SERVICE_NAME=device-manager     CONTAINER_NAME=$CONTAINER_NAME     LC_ALL=en_US.UTF-8     LANG=en_US.UTF-8
---> Running in f31d49bf418b
---> Removed intermediate container f31d49bf418b
---> 07d1dbc7e56b
Step 5/11 : LABEL name=$CONTAINER_NAME       summary="Contrail Device Manager"       description="Contrail Device Manager is used to manage network devices in the Contrail system."       $VENDOR_DOMAIN".service"=$SERVICE_NAME       $VENDOR_DOMAIN".container.name"=$CONTAINER_NAME
---> Running in d1780a02dfaf
---> Removed intermediate container d1780a02dfaf
---> a0e12adcd6c9
Step 6/11 : RUN yum install -y libffi-devel &&     python3 -m pip install --upgrade pip setuptools
---> Running in a9ba0d477a2f
Loaded plugins: fastestmirror, ovl
Determining fastest mirrors
Resolving Dependencies
--> Running transaction check
---> Package libffi-devel.x86_64 0:3.0.13-19.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
Package        Arch     Version          Repository                       Size
================================================================================
Installing:
libffi-devel   x86_64   3.0.13-19.el7    tf-mirrors.ci_repos_yum7-base    23 k

Transaction Summary
================================================================================
Install  1 Package

Total download size: 23 k
Installed size: 27 k
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : libffi-devel-3.0.13-19.el7.x86_64                            1/1
Verifying  : libffi-devel-3.0.13-19.el7.x86_64                            1/1

Installed:
libffi-devel.x86_64 0:3.0.13-19.el7

Complete!
Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/
Requirement already satisfied: pip in /usr/local/lib/python3.6/site-packages (21.3.1)
Requirement already satisfied: setuptools in /usr/local/lib/python3.6/site-packages (59.6.0)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
 ---> Removed intermediate container a9ba0d477a2f
---> 1be2d2ee9b60
Step 7/11 : RUN python3 -m pip install --no-compile "cryptography==3.4.8"
---> Running in 7fd9659c598f
Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/
Collecting cryptography==3.4.8
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/1eb/7bb0df6f6f583/cryptography-3.4.8-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB)
Requirement already satisfied: cffi>=1.12 in /usr/local/lib64/python3.6/site-packages (from cryptography==3.4.8) (1.15.1)
Requirement already satisfied: pycparser in /usr/local/lib/python3.6/site-packages (from cffi>=1.12->cryptography==3.4.8) (2.21)
Installing collected packages: cryptography
Attempting uninstall: cryptography
Found existing installation: cryptography 40.0.2
Uninstalling cryptography-40.0.2:
Successfully uninstalled cryptography-40.0.2
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Successfully installed cryptography-3.4.8
---> Removed intermediate container 7fd9659c598f
---> 166b25a87c30
Step 8/11 : RUN python3 -m pip install --no-compile --no-binary :all: ansible ansible-core &&     python3 -m pip install --no-compile         "markdown"         "markupSafe"         "colorama"         "configparser"         "icdiff"         "inflection"         "jinja2"         "jsnapy"         "junos-eznc"         "jxmlease"         "lxml"         "ncclient"         "pyserial"         "python-jsonschema-objects"         "scp"         "selectors2"         "timeout-decorator" &&     yum install -y git iputils &&     yum clean all -y &&     rm -rf /var/cache/yum &&     source /functions.sh &&     download_package https://github.com Juniper/ansible-junos-stdlib/archive/2.4.2.tar.gz Juniper.junos &&     ansible-galaxy install Juniper.junos &&     rm -f Juniper.junos
---> Running in 3bdb1395fe25
Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/
Collecting ansible
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/88a/f9479e81a3931/ansible-4.10.0.tar.gz (36.8 MB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting ansible-core
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/915/9cc3b85e2d115/ansible-core-2.11.12.tar.gz (7.1 MB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting jinja2
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/611/bb273cd68f3b9/Jinja2-3.0.3.tar.gz (269 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: PyYAML in /usr/local/lib64/python3.6/site-packages (from ansible-core) (6.0.1)
Requirement already satisfied: cryptography in /usr/local/lib64/python3.6/site-packages (from ansible-core) (3.4.8)
Requirement already satisfied: packaging in /usr/local/lib/python3.6/site-packages (from ansible-core) (21.3)
Collecting resolvelib<0.6.0,>=0.5.3
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/9b9/b80d5c60e4c2a/resolvelib-0.5.4.tar.gz (14 kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Requirement already satisfied: cffi>=1.12 in /usr/local/lib64/python3.6/site-packages (from cryptography->ansible-core) (1.15.1)
Collecting MarkupSafe>=2.0
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/594/c67807fb16238/MarkupSafe-2.0.1.tar.gz (18 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.6/site-packages (from packaging->ansible-core) (3.1.4)
Requirement already satisfied: pycparser in /usr/local/lib/python3.6/site-packages (from cffi>=1.12->cryptography->ansible-core) (2.21)
Skipping wheel build for ansible, due to binaries being disabled for it.
Skipping wheel build for ansible-core, due to binaries being disabled for it.
Skipping wheel build for jinja2, due to binaries being disabled for it.
Skipping wheel build for MarkupSafe, due to binaries being disabled for it.
Building wheels for collected packages: resolvelib
Building wheel for resolvelib (pyproject.toml): started
Building wheel for resolvelib (pyproject.toml): finished with status 'done'
Created wheel for resolvelib: filename=resolvelib-0.5.4-py2.py3-none-any.whl size=12823 sha256=c193168062893302b3181fd3ff8807b8895c54dff24f43487d556100a0428152
Stored in directory: /root/.cache/pip/wheels/0d/3b/52/7119dd812653a522e632fc80e7fc18d00d1ab41ce89352e127
Successfully built resolvelib
Installing collected packages: MarkupSafe, resolvelib, jinja2, ansible-core, ansible
Running setup.py install for MarkupSafe: started
Running setup.py install for MarkupSafe: finished with status 'done'
Running setup.py install for jinja2: started
Running setup.py install for jinja2: finished with status 'done'
Running setup.py install for ansible-core: started
Running setup.py install for ansible-core: finished with status 'done'
Running setup.py install for ansible: started
Running setup.py install for ansible: still running...
Running setup.py install for ansible: finished with status 'done'
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Successfully installed MarkupSafe-2.0.1 ansible-4.10.0 ansible-core-2.11.12 jinja2-3.0.3 resolvelib-0.5.4
Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/
Collecting markdown
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f5d/a449a6e1c989a/Markdown-3.3.7-py3-none-any.whl (97 kB)
Requirement already satisfied: markupSafe in /usr/local/lib64/python3.6/site-packages (2.0.1)
Collecting colorama
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/854/bf444933e37f5/colorama-0.4.5-py2.py3-none-any.whl (16 kB)
Requirement already satisfied: configparser in /usr/local/lib/python3.6/site-packages (5.2.0)
Collecting icdiff
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f05/d1b3623223dd1/icdiff-2.0.7-py3-none-any.whl (17 kB)
Requirement already satisfied: inflection in /usr/local/lib/python3.6/site-packages (0.5.1)
Requirement already satisfied: jinja2 in /usr/local/lib/python3.6/site-packages (3.0.3)
Collecting jsnapy
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/520/2fd0910cecd32/jsnapy-1.3.8-py2.py3-none-any.whl (50 kB)
Collecting junos-eznc
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/0a6/2b1358d69a1eb/junos_eznc-2.6.8-py2.py3-none-any.whl (198 kB)
Collecting jxmlease
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/6bb/faee0ecf7e287/jxmlease-1.0.3-py2.py3-none-any.whl (37 kB)
Requirement already satisfied: lxml in /usr/local/lib64/python3.6/site-packages (5.4.0)
Requirement already satisfied: ncclient in /usr/local/lib/python3.6/site-packages (0.6.19)
Collecting pyserial
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c44/51db6ba391ca6/pyserial-3.5-py2.py3-none-any.whl (90 kB)
Collecting python-jsonschema-objects
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/918/ab5dd413499cb/python_jsonschema_objects-0.4.6-py2.py3-none-any.whl (28 kB)
Collecting scp
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/9e7/f721e5ac563c3/scp-0.15.0-py2.py3-none-any.whl (8.8 kB)
Collecting selectors2
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c50/92ff5d0bfb6b0/selectors2-2.0.2-py2.py3-none-any.whl (11 kB)
Collecting timeout-decorator
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/6a2/f2f58db1c5b24/timeout-decorator-0.5.0.tar.gz (4.8 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.6/site-packages (from markdown) (4.8.3)
Requirement already satisfied: pyparsing in /usr/local/lib/python3.6/site-packages (from jsnapy) (3.1.4)
Requirement already satisfied: future in /usr/local/lib/python3.6/site-packages (from jsnapy) (0.18.2)
Collecting icdiff
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/669/72dd03318da55/icdiff-1.9.1.tar.gz (9.1 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting yamlordereddictloader
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/dc0/48adb67026786/yamlordereddictloader-0.4.2-py3-none-any.whl (4.2 kB)
Collecting transitions
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f7b/40c9b4a93869f/transitions-0.9.2-py2.py3-none-any.whl (111 kB)
Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib64/python3.6/site-packages (from junos-eznc) (6.0.1)
Requirement already satisfied: paramiko>=1.15.2 in /usr/local/lib/python3.6/site-packages (from junos-eznc) (3.5.1)
Collecting ncclient
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f9f/8cea8bcbe057e/ncclient-0.6.13.tar.gz (105 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: six in /usr/local/lib/python3.6/site-packages (from junos-eznc) (1.13.0)
Requirement already satisfied: setuptools>0.6 in /usr/local/lib/python3.6/site-packages (from ncclient) (59.6.0)
Requirement already satisfied: jsonschema<4.18,>=2.3 in /usr/local/lib/python3.6/site-packages (from python-jsonschema-objects) (3.2.0)
Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.6/site-packages (from importlib-metadata>=4.4->markdown) (3.6.0)
Requirement already satisfied: typing-extensions>=3.6.4 in /usr/local/lib/python3.6/site-packages (from importlib-metadata>=4.4->markdown) (4.1.1)
Requirement already satisfied: pyrsistent>=0.14.0 in /usr/local/lib64/python3.6/site-packages (from jsonschema<4.18,>=2.3->python-jsonschema-objects) (0.18.0)
Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.6/site-packages (from jsonschema<4.18,>=2.3->python-jsonschema-objects) (22.2.0)
Requirement already satisfied: cryptography>=3.3 in /usr/local/lib64/python3.6/site-packages (from paramiko>=1.15.2->junos-eznc) (3.4.8)
Requirement already satisfied: pynacl>=1.5 in /usr/local/lib64/python3.6/site-packages (from paramiko>=1.15.2->junos-eznc) (1.5.0)
Requirement already satisfied: bcrypt>=3.2 in /usr/local/lib64/python3.6/site-packages (from paramiko>=1.15.2->junos-eznc) (4.0.1)
Requirement already satisfied: cffi>=1.12 in /usr/local/lib64/python3.6/site-packages (from cryptography>=3.3->paramiko>=1.15.2->junos-eznc) (1.15.1)
Requirement already satisfied: pycparser in /usr/local/lib/python3.6/site-packages (from cffi>=1.12->cryptography>=3.3->paramiko>=1.15.2->junos-eznc) (2.21)
Building wheels for collected packages: icdiff, ncclient, timeout-decorator
Building wheel for icdiff (setup.py): started
Building wheel for icdiff (setup.py): finished with status 'done'
Created wheel for icdiff: filename=icdiff-1.9.1-py3-none-any.whl size=9824 sha256=a9030a794ef9cb60b9c32bc28cd5db7c8e39efdbdb9ace2c672a57ceb7f3e986
Stored in directory: /root/.cache/pip/wheels/bc/af/5f/653a564e9555856f8b75dadf9f8e1fc75179dbf77f52d0acb5
Building wheel for ncclient (setup.py): started
Building wheel for ncclient (setup.py): finished with status 'done'
Created wheel for ncclient: filename=ncclient-0.6.13-py2.py3-none-any.whl size=84645 sha256=70d26007ed823c076163291d68206496b27a6eea92439762bbfcd56375f39c53
Stored in directory: /root/.cache/pip/wheels/19/15/dd/06d0294427daf773e2d1be1ec150f25816ea3a44df51ee4db5
Building wheel for timeout-decorator (setup.py): started
Building wheel for timeout-decorator (setup.py): finished with status 'done'
Created wheel for timeout-decorator: filename=timeout_decorator-0.5.0-py3-none-any.whl size=5028 sha256=84a8d1048cf5360b5b0ffa3511684e17a073c408e6d307b87c2a5fc9983b3409
Stored in directory: /root/.cache/pip/wheels/39/6d/63/889790e0ab455baa8d3c6bdaa8eb861fbb51013a0e2c259ae4
Successfully built icdiff ncclient timeout-decorator
Installing collected packages: yamlordereddictloader, transitions, scp, pyserial, ncclient, markdown, junos-eznc, icdiff, colorama, timeout-decorator, selectors2, python-jsonschema-objects, jxmlease, jsnapy
Attempting uninstall: ncclient
Found existing installation: ncclient 0.6.19
Uninstalling ncclient-0.6.19:
Successfully uninstalled ncclient-0.6.19
Successfully installed colorama-0.4.5 icdiff-1.9.1 jsnapy-1.3.8 junos-eznc-2.6.8 jxmlease-1.0.3 markdown-3.3.7 ncclient-0.6.13 pyserial-3.5 python-jsonschema-objects-0.4.6 scp-0.15.0 selectors2-2.0.2 timeout-decorator-0.5.0 transitions-0.9.2 yamlordereddictloader-0.4.2
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Loaded plugins: fastestmirror, ovl
Loading mirror speeds from cached hostfile
Package iputils-20160308-10.el7.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package git.x86_64 0:1.8.3.1-25.el7_9 will be installed
--> Processing Dependency: perl-Git = 1.8.3.1-25.el7_9 for package: git-1.8.3.1-25.el7_9.x86_64
--> Processing Dependency: rsync for package: git-1.8.3.1-25.el7_9.x86_64
--> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-25.el7_9.x86_64
--> Processing Dependency: perl(Git) for package: git-1.8.3.1-25.el7_9.x86_64
--> Processing Dependency: perl(Error) for package: git-1.8.3.1-25.el7_9.x86_64
--> Running transaction check
---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed
---> Package perl-Git.noarch 0:1.8.3.1-25.el7_9 will be installed
---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed
---> Package rsync.x86_64 0:3.1.2-12.el7_9 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
Package         Arch   Version          Repository                        Size
================================================================================
Installing:
git             x86_64 1.8.3.1-25.el7_9 tf-mirrors.ci_repos_yum7-updates 4.4 M
Installing for dependencies:
perl-Error      noarch 1:0.17020-2.el7  tf-mirrors.ci_repos_yum7-base     32 k
perl-Git        noarch 1.8.3.1-25.el7_9 tf-mirrors.ci_repos_yum7-updates  56 k
perl-TermReadKey
x86_64 2.30-20.el7      tf-mirrors.ci_repos_yum7-base     31 k
rsync           x86_64 3.1.2-12.el7_9   tf-mirrors.ci_repos_yum7-updates 408 k

Transaction Summary
================================================================================
Install  1 Package (+4 Dependent packages)

Total download size: 4.9 M
Installed size: 23 M
Downloading packages:
--------------------------------------------------------------------------------
Total                                               14 MB/s | 4.9 MB  00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : 1:perl-Error-0.17020-2.el7.noarch                            1/5
Installing : rsync-3.1.2-12.el7_9.x86_64                                  2/5
Installing : perl-TermReadKey-2.30-20.el7.x86_64                          3/5
Installing : perl-Git-1.8.3.1-25.el7_9.noarch                             4/5
Installing : git-1.8.3.1-25.el7_9.x86_64                                  5/5
Verifying  : perl-TermReadKey-2.30-20.el7.x86_64                          1/5
Verifying  : 1:perl-Error-0.17020-2.el7.noarch                            2/5
Verifying  : git-1.8.3.1-25.el7_9.x86_64                                  3/5
Verifying  : perl-Git-1.8.3.1-25.el7_9.noarch                             4/5
Verifying  : rsync-3.1.2-12.el7_9.x86_64                                  5/5

Installed:
git.x86_64 0:1.8.3.1-25.el7_9

Dependency Installed:
perl-Error.noarch 1:0.17020-2.el7        perl-Git.noarch 0:1.8.3.1-25.el7_9
perl-TermReadKey.x86_64 0:2.30-20.el7    rsync.x86_64 0:3.1.2-12.el7_9

Complete!
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
2025-06-04 13:44:21 URL:http://nexus.gz1.opensdn.io/repository/external-web-cache/Juniper/ansible-junos-stdlib/archive/2.4.2.tar.gz [108498/108498] -> "Juniper.junos" [1]
[WARNING]: log file at /var/log/contrail/config-device-manager/contrail-fabric-ansible-playbooks.log is not writeable and we cannot create it, aborting

[DEPRECATION WARNING]: Ansible will require Python 3.8 or newer on the
controller starting with Ansible 2.12. Current version: 3.6.8 (default, Nov 14
2023, 16:29:52) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)]. This feature will be
removed from ansible-core in version 2.12. Deprecation warnings can be disabled
by setting deprecation_warnings=False in ansible.cfg.
Starting galaxy role install process
- extracting Juniper.junos to /root/.ansible/roles/Juniper.junos
- Juniper.junos was installed successfully
---> Removed intermediate container 3bdb1395fe25
---> 2a14753b26af
Step 9/11 : COPY *.sh /
---> 574d9fd55ce1
Step 10/11 : ENTRYPOINT ["/entrypoint.sh"]
---> Running in 324f46426340
---> Removed intermediate container 324f46426340
---> 98122e651f92
Step 11/11 : CMD ["/usr/bin/contrail-device-manager", "--conf_file", "/etc/contrail/contrail-device-manager.conf", "--conf_file", "/etc/contrail/contrail-keystone-auth.conf"]
---> Running in 218851122e45
---> Removed intermediate container 218851122e45
---> f330b44cfe0e
[Warning] One or more build-args [BASE_EXTRA_RPMS CONTRAIL_CONTAINER_TAG CONTRAIL_REGISTRY GENERAL_EXTRA_RPMS LINUX_DISTR LINUX_DISTR_VER UBUNTU_DISTR UBUNTU_DISTR_VERSION VENDOR_DOMAIN VENDOR_NAME YUM_ENABLE_REPOS] were not consumed
Successfully built f330b44cfe0e
Successfully tagged nexus.gz1.opensdn.io:5101/contrail-controller-config-devicemgr:master-1_8_0_1-1-r24.1-centos
Successfully tagged nexus.gz1.opensdn.io:5101/tf-controller-config-devicemgr:master-1_8_0_1-1-r24.1-centos
2025-06-04 13:45:16,006: INFO: Docker build duration: 397 seconds
The push refers to repository [nexus.gz1.opensdn.io:5101/contrail-controller-config-devicemgr]
dcfefc5e81ff: Preparing
80cea57b7f4e: Preparing
9f41765bc6b5: Preparing
60af7b193eb6: Preparing
3fbc1939ffb6: Preparing
47c307869aa6: Preparing
53807db6f124: Preparing
b478081e46be: Preparing
00a55e1b7254: Preparing
608f6390c1cf: Preparing
8a14f3a0e326: Preparing
d67ea9a4f124: Preparing
8f51ca361f25: Preparing
174f56854903: Preparing
3fbc1939ffb6: Waiting
47c307869aa6: Waiting
53807db6f124: Waiting
b478081e46be: Waiting
00a55e1b7254: Waiting
608f6390c1cf: Waiting
8a14f3a0e326: Waiting
d67ea9a4f124: Waiting
8f51ca361f25: Waiting
174f56854903: Waiting
dcfefc5e81ff: Pushed
3fbc1939ffb6: Layer already exists
47c307869aa6: Layer already exists
53807db6f124: Layer already exists
b478081e46be: Layer already exists
00a55e1b7254: Layer already exists
608f6390c1cf: Layer already exists
8a14f3a0e326: Layer already exists
d67ea9a4f124: Layer already exists
8f51ca361f25: Layer already exists
174f56854903: Layer already exists
9f41765bc6b5: Pushed
80cea57b7f4e: Pushed
60af7b193eb6: Pushed
master-1_8_0_1-1-r24.1-centos: digest: sha256:61195093bd5d52d2fffa69c0d15850d3cf534b5eff491bacfce9093ff1b5f558 size: 3257
The push refers to repository [nexus.gz1.opensdn.io:5101/tf-controller-config-devicemgr]
dcfefc5e81ff: Preparing
80cea57b7f4e: Preparing
9f41765bc6b5: Preparing
60af7b193eb6: Preparing
3fbc1939ffb6: Preparing
47c307869aa6: Preparing
53807db6f124: Preparing
b478081e46be: Preparing
00a55e1b7254: Preparing
608f6390c1cf: Preparing
8a14f3a0e326: Preparing
d67ea9a4f124: Preparing
8f51ca361f25: Preparing
174f56854903: Preparing
47c307869aa6: Waiting
53807db6f124: Waiting
b478081e46be: Waiting
00a55e1b7254: Waiting
608f6390c1cf: Waiting
8a14f3a0e326: Waiting
d67ea9a4f124: Waiting
8f51ca361f25: Waiting
174f56854903: Waiting
dcfefc5e81ff: Layer already exists
3fbc1939ffb6: Layer already exists
80cea57b7f4e: Layer already exists
60af7b193eb6: Layer already exists
9f41765bc6b5: Layer already exists
47c307869aa6: Layer already exists
b478081e46be: Layer already exists
53807db6f124: Layer already exists
608f6390c1cf: Layer already exists
00a55e1b7254: Layer already exists
8a14f3a0e326: Layer already exists
d67ea9a4f124: Layer already exists
174f56854903: Layer already exists
8f51ca361f25: Layer already exists
master-1_8_0_1-1-r24.1-centos: digest: sha256:61195093bd5d52d2fffa69c0d15850d3cf534b5eff491bacfce9093ff1b5f558 size: 3257
2025-06-04 13:45:54,361: INFO: Building contrail-controller-config-devicemgr finished successfully, duration: 435 seconds