2025-04-09 13:07:22,711: INFO: Building contrail-controller-config-devicemgr
2025-04-09 13:07:22,738: 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_2_6-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=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 13.82 kB

Step 1/12 : ARG CONTRAIL_REGISTRY
Step 2/12 : ARG CONTRAIL_CONTAINER_TAG
Step 3/12 : FROM ${CONTRAIL_REGISTRY}/opensdn-controller-config-base:${CONTRAIL_CONTAINER_TAG}
---> 82be8b9908be
Step 4/12 : ARG PIP_REPOSITORY
---> Using cache
---> 17f8dc97270f
Step 5/12 : ARG SITE_MIRROR
---> Running in 225c91a8a280
---> Removed intermediate container 225c91a8a280
---> 2afd92865c8c
Step 6/12 : ARG CONTAINER_NAME
---> Running in d9f0cbd610c7
---> Removed intermediate container d9f0cbd610c7
---> 6c1834298bfd
Step 7/12 : ENV SERVICE_NAME=device-manager     CONTAINER_NAME=$CONTAINER_NAME     LC_ALL=en_US.UTF-8     LANG=en_US.UTF-8
---> Running in e61eb61099ce
---> Removed intermediate container e61eb61099ce
---> 81ec5f9e6ecf
Step 8/12 : 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 0f8382bfad17
---> Removed intermediate container 0f8382bfad17
---> ab15fc3a504c
Step 9/12 : RUN set -e ;     yum install -y libffi-devel ;     python3 -m pip install "cryptography<3.5" ;     python3 -m pip install --no-compile --no-binary :all: ansible ansible-core ;     yum install -y 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 ;     python3 -m pip install --no-compile --extra-index-url $PIP_REPOSITORY "device_manager==0.1.dev0" "fabric_ansible==0.1.dev0" ;     rm -rf /root/.cache
---> Running in d9587607b27a
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
install-info: No such file or directory for /usr/share/info/libffi.info.gz
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/
Collecting cryptography<3.5
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)
Collecting cffi>=1.12
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/697/5a3fac6bc83c4/cffi-1.15.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (402 kB)
Collecting pycparser
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/8ee/45429555515e1/pycparser-2.21-py2.py3-none-any.whl (118 kB)
Installing collected packages: pycparser, cffi, cryptography
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 cffi-1.15.1 cryptography-3.4.8 pycparser-2.21
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'
Collecting PyYAML
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/bfd/f460b1736c775/PyYAML-6.0.1.tar.gz (125 kB)
Installing build dependencies: started
Installing build dependencies: still running...
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: cryptography in /usr/local/lib64/python3.6/site-packages (from ansible-core) (3.4.8)
Collecting packaging
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/dd4/7c42927d89ab9/packaging-21.3.tar.gz (84 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'
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'
Collecting pyparsing!=3.0.5,>=2.0.2
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f86/ec8d1a83f1197/pyparsing-3.1.4.tar.gz (900 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'
Installing backend dependencies: started
Installing backend dependencies: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
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, packaging, PyYAML, pyparsing
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=25c8d5ac73bcbeba7b87e923a9809aa093649795fd7634d9738d4280e9c0cc58
Stored in directory: /root/.cache/pip/wheels/0d/3b/52/7119dd812653a522e632fc80e7fc18d00d1ab41ce89352e127
Building wheel for packaging (pyproject.toml): started
Building wheel for packaging (pyproject.toml): finished with status 'done'
Created wheel for packaging: filename=packaging-21.3-py3-none-any.whl size=40749 sha256=41fa0117cb27daf3092f7eba9a6243b4fbc82955a30950b3cdda44f95ca20a22
Stored in directory: /root/.cache/pip/wheels/cd/a9/46/fa3dae176715f9137749cfe8a1648a57ee675cb87981bb0bea
Building wheel for PyYAML (pyproject.toml): started
Building wheel for PyYAML (pyproject.toml): finished with status 'done'
Created wheel for PyYAML: filename=PyYAML-6.0.1-cp36-cp36m-linux_x86_64.whl size=45363 sha256=0e6b9263f07a6ce63e035cb5e97517c9707212830739a10a31b21d8c882d67a1
Stored in directory: /root/.cache/pip/wheels/98/2d/7a/568506fdc7f54e818b87add2a29f621c0e9c68cc883c2fd976
Building wheel for pyparsing (pyproject.toml): started
Building wheel for pyparsing (pyproject.toml): finished with status 'done'
Created wheel for pyparsing: filename=pyparsing-3.1.4-py3-none-any.whl size=104141 sha256=67f0f5d1924ad24039078057913ccacbd4583630dc1616bff09f098ea18b0533
Stored in directory: /root/.cache/pip/wheels/33/0d/80/39fcd8160f81ac057894173c5826f651ffa662afcf7a367909
Successfully built resolvelib packaging PyYAML pyparsing
Installing collected packages: pyparsing, MarkupSafe, resolvelib, PyYAML, packaging, 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'
Successfully installed MarkupSafe-2.0.1 PyYAML-6.0.1 ansible-4.10.0 ansible-core-2.11.12 jinja2-3.0.3 packaging-21.3 pyparsing-3.1.4 resolvelib-0.5.4
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
Nothing to do
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-04-09 13:12:54 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]
[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
Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/, http://localhost:6667/pip/simple
Collecting device_manager==0.1.dev0
Downloading http://localhost:6667/pip/simple/device-manager/device_manager-0.1.dev0-py3-none-any.whl (318 kB)
Collecting fabric_ansible==0.1.dev0
Downloading http://localhost:6667/pip/simple/fabric-ansible/fabric_ansible-0.1.dev0-py3-none-any.whl (41 kB)
Collecting psutil
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/4b1/388a4f6875d7e/psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277 kB)
Collecting netifaces
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/28f/4bf3a1361ab3e/netifaces-0.11.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (32 kB)
Requirement already satisfied: contrail-config-common in /usr/local/lib/python3.6/site-packages (from device_manager==0.1.dev0) (0.1.dev0)
Requirement already satisfied: sandesh-common==0.1.dev0 in /usr/local/lib/python3.6/site-packages (from device_manager==0.1.dev0) (0.1.dev0)
Collecting attrdict
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/943/2e3498c74ff7e/attrdict-2.0.1-py2.py3-none-any.whl (9.9 kB)
Requirement already satisfied: kombu in /usr/local/lib/python3.6/site-packages (from device_manager==0.1.dev0) (5.1.0)
Requirement already satisfied: sandesh==0.1.dev0 in /usr/local/lib/python3.6/site-packages (from device_manager==0.1.dev0) (0.1.dev0)
Collecting ncclient
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/de7/a796221910cbd/ncclient-0.6.19.tar.gz (112 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting inflection
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f38/b2b640938a4f3/inflection-0.5.1-py2.py3-none-any.whl (9.5 kB)
Requirement already satisfied: bottle<0.13 in /usr/local/lib/python3.6/site-packages (from device_manager==0.1.dev0) (0.12.25)
Requirement already satisfied: netaddr<1 in /usr/local/lib/python3.6/site-packages (from device_manager==0.1.dev0) (0.10.1)
Requirement already satisfied: stevedore in /usr/local/lib/python3.6/site-packages (from device_manager==0.1.dev0) (3.5.2)
Requirement already satisfied: gevent in /usr/local/lib64/python3.6/site-packages (from device_manager==0.1.dev0) (22.10.2)
Collecting lxml
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/3d6/8eeef7b4d08a2/lxml-5.3.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.8 MB)
Requirement already satisfied: bitarray in /usr/local/lib64/python3.6/site-packages (from device_manager==0.1.dev0) (3.3.0)
Collecting docker
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/7a7/9bb439e3df59d/docker-5.0.3-py2.py3-none-any.whl (146 kB)
Collecting jsonschema
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/4e5/b3cf8216f577b/jsonschema-3.2.0-py2.py3-none-any.whl (56 kB)
Collecting cityhash
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/32a/95c5598443e4e/cityhash-0.4.8-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (517 kB)
Requirement already satisfied: timeout-decorator in /usr/local/lib/python3.6/site-packages (from device_manager==0.1.dev0) (0.5.0)
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 subprocess32
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/eb2/937c80497978d/subprocess32-3.5.4.tar.gz (97 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: xmltodict==0.12.0 in /usr/local/lib/python3.6/site-packages (from fabric_ansible==0.1.dev0) (0.12.0)
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)
Requirement already satisfied: jinja2 in /usr/local/lib/python3.6/site-packages (from fabric_ansible==0.1.dev0) (3.0.3)
Collecting pyroute2
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/237/b86529f88d255/pyroute2-0.9.1-py3-none-any.whl (469 kB)
Requirement already satisfied: contrail-api-client==0.1.dev0 in /usr/local/lib/python3.6/site-packages (from fabric_ansible==0.1.dev0) (0.1.dev0)
Collecting pysnmp
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d90/946c5d7c55b1d/pysnmp-4.4.12-py2.py3-none-any.whl (296 kB)
Collecting pycrypto
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f2c/e1e989b272cfc/pycrypto-2.6.1.tar.gz (446 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: requests in /usr/local/lib/python3.6/site-packages (from contrail-api-client==0.1.dev0->fabric_ansible==0.1.dev0) (2.27.1)
Requirement already satisfied: greenlet in /usr/local/lib64/python3.6/site-packages (from contrail-config-common->device_manager==0.1.dev0) (2.0.2)
Requirement already satisfied: simplejson in /usr/local/lib64/python3.6/site-packages (from contrail-config-common->device_manager==0.1.dev0) (3.20.1)
Requirement already satisfied: cassandra-driver in /usr/local/lib64/python3.6/site-packages (from contrail-config-common->device_manager==0.1.dev0) (3.29.2)
Requirement already satisfied: kazoo in /usr/local/lib/python3.6/site-packages (from contrail-config-common->device_manager==0.1.dev0) (2.10.0)
Requirement already satisfied: fysom in /usr/local/lib/python3.6/site-packages (from sandesh==0.1.dev0->device_manager==0.1.dev0) (2.1.6)
Requirement already satisfied: importlib-resources in /usr/local/lib/python3.6/site-packages (from netaddr<1->device_manager==0.1.dev0) (5.4.0)
Requirement already satisfied: six in /usr/local/lib/python3.6/site-packages (from attrdict->device_manager==0.1.dev0) (1.17.0)
Collecting websocket-client>=0.32.0
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/074/e2ed575e7c822/websocket_client-1.3.1-py3-none-any.whl (54 kB)
Requirement already satisfied: zope.event in /usr/local/lib/python3.6/site-packages (from gevent->device_manager==0.1.dev0) (4.6)
Requirement already satisfied: zope.interface in /usr/local/lib64/python3.6/site-packages (from gevent->device_manager==0.1.dev0) (5.5.2)
Requirement already satisfied: setuptools in /usr/local/lib/python3.6/site-packages (from gevent->device_manager==0.1.dev0) (59.6.0)
Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib64/python3.6/site-packages (from jinja2->fabric_ansible==0.1.dev0) (2.0.1)
Collecting icdiff==1.9.1
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 configparser
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e8b/39238fb6f0153/configparser-5.2.0-py3-none-any.whl (19 kB)
Requirement already satisfied: pyparsing in /usr/local/lib/python3.6/site-packages (from jsnapy->fabric_ansible==0.1.dev0) (3.1.4)
Collecting future
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/929/292d34f5872e7/future-1.0.0-py3-none-any.whl (491 kB)
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)
Collecting pyrsistent>=0.14.0
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/5e4/395bbf841693e/pyrsistent-0.18.0-cp36-cp36m-manylinux1_x86_64.whl (117 kB)
Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.6/site-packages (from jsonschema->device_manager==0.1.dev0) (4.8.3)
Collecting attrs>=17.4.0
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/29e/95c7f6778868d/attrs-22.2.0-py3-none-any.whl (60 kB)
Collecting scp>=0.7.0
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 pyserial
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c44/51db6ba391ca6/pyserial-3.5-py2.py3-none-any.whl (90 kB)
Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib64/python3.6/site-packages (from junos-eznc->device_manager==0.1.dev0) (6.0.1)
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)
Collecting paramiko>=1.15.2
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/43b/9a0501fc2b5e7/paramiko-3.5.1-py3-none-any.whl (227 kB)
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 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: amqp<6.0.0,>=5.0.6 in /usr/local/lib/python3.6/site-packages (from kombu->device_manager==0.1.dev0) (5.3.1)
Requirement already satisfied: vine in /usr/local/lib/python3.6/site-packages (from kombu->device_manager==0.1.dev0) (5.1.0)
Requirement already satisfied: cached-property in /usr/local/lib/python3.6/site-packages (from kombu->device_manager==0.1.dev0) (1.5.2)
Collecting pyasn1>=0.2.3
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/443/9847c58d40b1d/pyasn1-0.5.1-py2.py3-none-any.whl (84 kB)
Collecting pysmi
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/2ec/6ebd41aaef562/pysmi-0.3.4-py2.py3-none-any.whl (80 kB)
Collecting pycryptodomex
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/9aa/0cf13a1a1128b/pycryptodomex-3.21.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB)
Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.6/site-packages (from stevedore->device_manager==0.1.dev0) (6.1.1)
Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.6/site-packages (from importlib-metadata->jsonschema->device_manager==0.1.dev0) (3.6.0)
Requirement already satisfied: typing-extensions>=3.6.4 in /usr/local/lib/python3.6/site-packages (from importlib-metadata->jsonschema->device_manager==0.1.dev0) (4.1.1)
Collecting bcrypt>=3.2
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/ae8/8eca3024bb34b/bcrypt-4.0.1-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (593 kB)
Requirement already satisfied: cryptography>=3.3 in /usr/local/lib64/python3.6/site-packages (from paramiko>=1.15.2->junos-eznc->device_manager==0.1.dev0) (3.4.8)
Collecting pynacl>=1.5
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/0c8/4947a22519e01/PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB)
Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.6/site-packages (from requests->contrail-api-client==0.1.dev0->fabric_ansible==0.1.dev0) (2.0.12)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.6/site-packages (from requests->contrail-api-client==0.1.dev0->fabric_ansible==0.1.dev0) (2025.1.31)
Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.6/site-packages (from requests->contrail-api-client==0.1.dev0->fabric_ansible==0.1.dev0) (3.10)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.6/site-packages (from requests->contrail-api-client==0.1.dev0->fabric_ansible==0.1.dev0) (1.26.20)
Requirement already satisfied: geomet<0.3,>=0.1 in /usr/local/lib/python3.6/site-packages (from cassandra-driver->contrail-config-common->device_manager==0.1.dev0) (0.2.1.post1)
Collecting ply
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/096/f9b8350b65ebd/ply-3.11-py2.py3-none-any.whl (49 kB)
Requirement already satisfied: cffi>=1.12 in /usr/local/lib64/python3.6/site-packages (from cryptography>=3.3->paramiko>=1.15.2->junos-eznc->device_manager==0.1.dev0) (1.15.1)
Requirement already satisfied: click in /usr/local/lib/python3.6/site-packages (from geomet<0.3,>=0.1->cassandra-driver->contrail-config-common->device_manager==0.1.dev0) (8.0.4)
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->device_manager==0.1.dev0) (2.21)
Using legacy 'setup.py install' for icdiff, since package 'wheel' is not installed.
Using legacy 'setup.py install' for ncclient, since package 'wheel' is not installed.
Using legacy 'setup.py install' for pycrypto, since package 'wheel' is not installed.
Using legacy 'setup.py install' for subprocess32, since package 'wheel' is not installed.
Installing collected packages: pynacl, bcrypt, paramiko, lxml, yamlordereddictloader, transitions, scp, pyserial, ply, ncclient, websocket-client, pysmi, pyrsistent, pycryptodomex, pyasn1, junos-eznc, icdiff, future, configparser, colorama, attrs, subprocess32, pysnmp, pyroute2, pycrypto, psutil, netifaces, jsonschema, jsnapy, inflection, docker, cityhash, attrdict, fabric-ansible, device-manager
Running setup.py install for ncclient: started
Running setup.py install for ncclient: finished with status 'done'
Running setup.py install for icdiff: started
Running setup.py install for icdiff: finished with status 'done'
Running setup.py install for subprocess32: started
Running setup.py install for subprocess32: finished with status 'done'
Running setup.py install for pycrypto: started
Running setup.py install for pycrypto: finished with status 'done'
Successfully installed attrdict-2.0.1 attrs-22.2.0 bcrypt-4.0.1 cityhash-0.4.8 colorama-0.4.5 configparser-5.2.0 device-manager-0.1.dev0 docker-5.0.3 fabric-ansible-0.1.dev0 future-1.0.0 icdiff-1.9.1 inflection-0.5.1 jsnapy-1.3.8 jsonschema-3.2.0 junos-eznc-2.6.8 lxml-5.3.1 ncclient-0.6.13 netifaces-0.11.0 paramiko-3.5.1 ply-3.11 psutil-7.0.0 pyasn1-0.5.1 pycrypto-2.6.1 pycryptodomex-3.21.0 pynacl-1.5.0 pyroute2-0.9.1 pyrsistent-0.18.0 pyserial-3.5 pysmi-0.3.4 pysnmp-4.4.12 scp-0.15.0 subprocess32-3.5.4 transitions-0.9.2 websocket-client-1.3.1 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
 ---> Removed intermediate container d9587607b27a
---> bc5dd0213b58
Step 10/12 : COPY *.sh /
---> b0c4ac4f930f
Step 11/12 : ENTRYPOINT ["/entrypoint.sh"]
---> Running in f318ec73c274
---> Removed intermediate container f318ec73c274
---> a668aa49fb1f
Step 12/12 : CMD ["/usr/local/bin/contrail-device-manager", "--conf_file", "/etc/contrail/contrail-device-manager.conf", "--conf_file", "/etc/contrail/contrail-keystone-auth.conf"]
---> Running in a12ca3ea0b92
---> Removed intermediate container a12ca3ea0b92
---> ad5f5ae09be6
[Warning] One or more build-args [BASE_EXTRA_RPMS 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 ad5f5ae09be6
Successfully tagged nexus.gz1.opensdn.io:5101/contrail-controller-config-devicemgr:master-1_5_2_6-1
Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-controller-config-devicemgr:master-1_5_2_6-1
2025-04-09 13:13:50,487: INFO: Docker build duration: 388 seconds
The push refers to repository [nexus.gz1.opensdn.io:5101/contrail-controller-config-devicemgr]
f3d4b67bf3ec: Preparing
2a3695e1f6d2: Preparing
592717ec066f: Preparing
20b2339ae8d7: Preparing
a15cbf9b2972: Preparing
67fb58dcba79: Preparing
fe5100411f9a: Preparing
7ee43bfcdab1: Preparing
41674e91c573: Preparing
81e5a8405da7: Preparing
174f56854903: Preparing
67fb58dcba79: Waiting
fe5100411f9a: Waiting
7ee43bfcdab1: Waiting
41674e91c573: Waiting
81e5a8405da7: Waiting
174f56854903: Waiting
592717ec066f: Layer already exists
a15cbf9b2972: Layer already exists
20b2339ae8d7: Layer already exists
67fb58dcba79: Layer already exists
fe5100411f9a: Layer already exists
7ee43bfcdab1: Layer already exists
41674e91c573: Layer already exists
81e5a8405da7: Layer already exists
174f56854903: Layer already exists
f3d4b67bf3ec: Pushed
2a3695e1f6d2: Pushed
master-1_5_2_6-1: digest: sha256:8b9ae01c12c66dfc2c889a147ab2272a0995aa12ba4d087ea9c5005f68aaf503 size: 2619
The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-controller-config-devicemgr]
f3d4b67bf3ec: Preparing
2a3695e1f6d2: Preparing
592717ec066f: Preparing
20b2339ae8d7: Preparing
a15cbf9b2972: Preparing
67fb58dcba79: Preparing
fe5100411f9a: Preparing
67fb58dcba79: Waiting
7ee43bfcdab1: Preparing
41674e91c573: Preparing
81e5a8405da7: Preparing
174f56854903: Preparing
fe5100411f9a: Waiting
7ee43bfcdab1: Waiting
41674e91c573: Waiting
81e5a8405da7: Waiting
174f56854903: Waiting
2a3695e1f6d2: Layer already exists
592717ec066f: Layer already exists
a15cbf9b2972: Layer already exists
20b2339ae8d7: Layer already exists
f3d4b67bf3ec: Layer already exists
67fb58dcba79: Layer already exists
fe5100411f9a: Layer already exists
41674e91c573: Layer already exists
7ee43bfcdab1: Layer already exists
81e5a8405da7: Layer already exists
174f56854903: Layer already exists
master-1_5_2_6-1: digest: sha256:8b9ae01c12c66dfc2c889a147ab2272a0995aa12ba4d087ea9c5005f68aaf503 size: 2619
2025-04-09 13:14:05,299: INFO: Building contrail-controller-config-devicemgr finished successfully, duration: 403 seconds