2026-02-05 01:14:32,772: INFO: Building opensdn-controller-config-devicemgr 2026-02-05 01:14:32,819: 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-r25.1 --build-arg SITE_MIRROR=http://nexus.gz1.opensdn.io/repository/external-web-cache --build-arg LINUX_DISTR_VER=9.3 --build-arg LINUX_DISTR=rockylinux --build-arg CONTAINER_NAME=opensdn-controller-config-devicemgr --build-arg UBUNTU_DISTR_VERSION=24.04 --build-arg UBUNTU_DISTR=ubuntu --build-arg VENDOR_NAME=OpenSDN-IO --build-arg VENDOR_DOMAIN=io.opensdn --build-arg BUILD_IMAGE=tf-dev-sandbox:compile --build-arg BUILD_ROOT=/buildroot #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: #1 transferring dockerfile: 2.19kB done #1 DONE 2.1s #2 [internal] load metadata for nexus.gz1.opensdn.io:5102/opensdn-controller-config-base:nightly-r25.1 #2 DONE 0.0s #3 [internal] load metadata for docker.io/library/tf-dev-sandbox:compile #3 DONE 0.0s #4 [internal] load .dockerignore #4 transferring context: #4 transferring context: 2B done #4 DONE 2.4s #5 [1/5] FROM nexus.gz1.opensdn.io:5102/opensdn-base:nightly-r25.1 #5 DONE 0.1s #6 [build 1/1] FROM docker.io/library/tf-dev-sandbox:compile #6 CACHED #7 [1/3] FROM nexus.gz1.opensdn.io:5102/opensdn-controller-config-base:nightly-r25.1 #7 DONE 0.0s #8 [internal] load build context #8 DONE 0.0s #8 [internal] load build context #8 transferring context: 1.97kB done #8 DONE 2.8s #9 [stage-1 2/4] COPY --from=build /pip/fabric_ansible_playbooks-0.1.dev0.tar.gz /opt/ #9 DONE 1.2s #10 [stage-1 3/4] RUN set -e ; yum install -y libffi-devel iputils ; python3 -m pip install "cryptography<3.5" "importlib-resources<5.1"; python3 -m pip install --no-compile --no-binary :all: ansible ansible-core ; 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 http://localhost:6667/pip/simple "device_manager==0.1.dev0" "fabric_ansible==0.1.dev0" ; rm -rf /root/.cache ; mkdir -p /etc/ansible ; last="fabric_ansible_playbooks-0.1.dev0.tar.gz" ; echo "DBG: /opt/ last tar.gz = $last" ; tar -xzf /opt/$last -C /opt ; mv /opt/${last/.tar.gz/}/* /opt/ ; rmdir /opt/${last/.tar.gz/}/ ; cp /opt/ansible.cfg /etc/ansible/ansible.cfg #10 3.050 Third parties for OpenSDN 18 MB/s | 5.1 MB 00:00 #10 7.233 Extra Packages for Enterprise Linux 9 - x86_64 17 MB/s | 20 MB 00:01 #10 25.89 Extra Packages for Enterprise Linux 9 openh264 2.7 kB/s | 2.5 kB 00:00 #10 26.72 Rocky Linux 9 - BaseOS 24 MB/s | 9.9 MB 00:00 #10 30.46 Rocky Linux 9 - AppStream 28 MB/s | 14 MB 00:00 #10 36.41 Rocky Linux 9 - Extras 46 kB/s | 17 kB 00:00 #10 40.16 Dependencies resolved. #10 40.16 ================================================================================ #10 40.16 Package Architecture Version Repository Size #10 40.16 ================================================================================ #10 40.16 Installing: #10 40.16 iputils x86_64 20210202-15.el9 baseos 167 k #10 40.16 libffi-devel x86_64 3.4.2-8.el9 appstream 28 k #10 40.16 #10 40.16 Transaction Summary #10 40.16 ================================================================================ #10 40.16 Install 2 Packages #10 40.16 #10 40.16 Total download size: 196 k #10 40.16 Installed size: 531 k #10 40.16 Downloading Packages: #10 40.74 (1/2): iputils-20210202-15.el9.x86_64.rpm 1.7 MB/s | 167 kB 00:00 #10 40.74 (2/2): libffi-devel-3.4.2-8.el9.x86_64.rpm 285 kB/s | 28 kB 00:00 #10 40.74 -------------------------------------------------------------------------------- #10 40.74 Total 343 kB/s | 196 kB 00:00 #10 40.81 Running transaction check #10 40.81 Transaction check succeeded. #10 40.81 Running transaction test #10 40.87 Transaction test succeeded. #10 40.87 Running transaction #10 40.87 Preparing : 1/1 #10 41.10 Installing : libffi-devel-3.4.2-8.el9.x86_64 1/2 #10 41.10 Installing : iputils-20210202-15.el9.x86_64 2/2 #10 41.14 Running scriptlet: iputils-20210202-15.el9.x86_64 2/2 #10 42.30 Verifying : iputils-20210202-15.el9.x86_64 1/2 #10 42.30 Verifying : libffi-devel-3.4.2-8.el9.x86_64 2/2 #10 42.58 #10 42.58 Installed: #10 42.58 iputils-20210202-15.el9.x86_64 libffi-devel-3.4.2-8.el9.x86_64 #10 42.58 #10 42.58 Complete! #10 43.19 Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/ #10 44.33 Collecting cryptography<3.5 #10 44.33 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/996/5c46c674ba8cc/cryptography-3.4.8-cp36-abi3-manylinux_2_24_x86_64.whl (3.0 MB) #10 44.55 Collecting importlib-resources<5.1 #10 44.55 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/223/8159eb743bd85/importlib_resources-5.0.7-py3-none-any.whl (24 kB) #10 45.21 Collecting cffi>=1.12 #10 45.21 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/61d/028e90346df14/cffi-2.0.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (216 kB) #10 45.27 Collecting pycparser #10 45.27 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e5c/6e8d3fbad5347/pycparser-2.23-py3-none-any.whl (118 kB) #10 45.49 Installing collected packages: pycparser, cffi, importlib-resources, cryptography #10 46.08 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 #10 46.08 Successfully installed cffi-2.0.0 cryptography-3.4.8 importlib-resources-5.0.7 pycparser-2.23 #10 46.84 Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/ #10 47.05 Collecting ansible #10 47.35 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/3a5/ca5152e4547d5/ansible-8.7.0.tar.gz (49.3 MB) #10 70.42 Installing build dependencies: started #10 75.14 Installing build dependencies: finished with status 'done' #10 75.14 Getting requirements to build wheel: started #10 138.5 Getting requirements to build wheel: still running... #10 138.6 Getting requirements to build wheel: finished with status 'done' #10 138.6 Preparing metadata (pyproject.toml): started #10 196.8 Preparing metadata (pyproject.toml): finished with status 'done' #10 196.9 Collecting ansible-core #10 197.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f54/2e702ee31fb04/ansible_core-2.15.13.tar.gz (3.1 MB) #10 199.9 Installing build dependencies: started #10 204.9 Installing build dependencies: finished with status 'done' #10 204.9 Getting requirements to build wheel: started #10 205.5 Getting requirements to build wheel: finished with status 'done' #10 205.5 Preparing metadata (pyproject.toml): started #10 205.9 Preparing metadata (pyproject.toml): finished with status 'done' #10 206.0 Collecting jinja2>=3.0.0 #10 206.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/013/7fb05990d35f1/jinja2-3.1.6.tar.gz (245 kB) #10 206.2 Installing build dependencies: started #10 209.3 Installing build dependencies: finished with status 'done' #10 209.3 Getting requirements to build wheel: started #10 209.4 Getting requirements to build wheel: finished with status 'done' #10 209.4 Preparing metadata (pyproject.toml): started #10 209.5 Preparing metadata (pyproject.toml): finished with status 'done' #10 209.6 Collecting PyYAML>=5.1 #10 209.6 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d76/623373421df22/pyyaml-6.0.3.tar.gz (130 kB) #10 210.0 Installing build dependencies: started #10 277.5 Installing build dependencies: still running... #10 337.9 Installing build dependencies: still running... #10 344.7 Installing build dependencies: finished with status 'done' #10 344.7 Getting requirements to build wheel: started #10 345.8 Getting requirements to build wheel: finished with status 'done' #10 345.8 Preparing metadata (pyproject.toml): started #10 346.1 Preparing metadata (pyproject.toml): finished with status 'done' #10 346.1 Requirement already satisfied: packaging in /usr/local/lib/python3.9/site-packages (from ansible-core) (26.0) #10 346.1 Collecting resolvelib<1.1.0,>=0.5.3 #10 346.1 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/04c/e76cbd63fded2/resolvelib-1.0.1.tar.gz (21 kB) #10 346.3 Installing build dependencies: started #10 355.2 Installing build dependencies: finished with status 'done' #10 355.2 Getting requirements to build wheel: started #10 355.4 Getting requirements to build wheel: finished with status 'done' #10 355.4 Preparing metadata (pyproject.toml): started #10 355.6 Preparing metadata (pyproject.toml): finished with status 'done' #10 355.6 Requirement already satisfied: importlib-resources<5.1,>=5.0 in /usr/local/lib/python3.9/site-packages (from ansible-core) (5.0.7) #10 355.6 Requirement already satisfied: cryptography in /usr/local/lib64/python3.9/site-packages (from ansible-core) (3.4.8) #10 355.8 Collecting MarkupSafe>=2.0 #10 355.8 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/722/695808f4b6457/markupsafe-3.0.3.tar.gz (80 kB) #10 356.0 Installing build dependencies: started #10 360.5 Installing build dependencies: finished with status 'done' #10 360.5 Getting requirements to build wheel: started #10 360.7 Getting requirements to build wheel: finished with status 'done' #10 360.7 Preparing metadata (pyproject.toml): started #10 360.9 Preparing metadata (pyproject.toml): finished with status 'done' #10 360.9 Requirement already satisfied: cffi>=1.12 in /usr/local/lib64/python3.9/site-packages (from cryptography->ansible-core) (2.0.0) #10 360.9 Requirement already satisfied: pycparser in /usr/local/lib/python3.9/site-packages (from cffi>=1.12->cryptography->ansible-core) (2.23) #10 360.9 Building wheels for collected packages: ansible, ansible-core, jinja2, PyYAML, resolvelib, MarkupSafe #10 360.9 Building wheel for ansible (pyproject.toml): started #10 441.0 Building wheel for ansible (pyproject.toml): still running... #10 451.2 Building wheel for ansible (pyproject.toml): finished with status 'done' #10 451.3 Created wheel for ansible: filename=ansible-8.7.0-py3-none-any.whl size=48371393 sha256=89f0f566a0fdd5e9bc6a36ff90590925537f8c99c8fb55aa1ec9a8e45bedc12b #10 451.3 Stored in directory: /root/.cache/pip/wheels/45/76/58/9502290a467417ab1444d84c63019adb1daaed6d18d308b817 #10 451.5 Building wheel for ansible-core (pyproject.toml): started #10 453.2 Building wheel for ansible-core (pyproject.toml): finished with status 'done' #10 453.2 Created wheel for ansible-core: filename=ansible_core-2.15.13-py3-none-any.whl size=2251441 sha256=b6c8fd06d45706c0a2908d1c200b49dd472fab66d335e70d37ee7c4e4dac7461 #10 453.2 Stored in directory: /root/.cache/pip/wheels/de/f1/0f/5bdba5e828d49ff45930d6032cef3961e2e673467b0d7bbb1e #10 453.2 Building wheel for jinja2 (pyproject.toml): started #10 453.3 Building wheel for jinja2 (pyproject.toml): finished with status 'done' #10 453.3 Created wheel for jinja2: filename=jinja2-3.1.6-py3-none-any.whl size=134897 sha256=005a2fc379b662ac007c271a8122f7a7db49bb67fbedfc85db50fccde34d839f #10 453.3 Stored in directory: /root/.cache/pip/wheels/7b/c3/fc/fe2ea80be37d89f3c720e53076aac0407f529f0c29356a6215 #10 453.3 Building wheel for PyYAML (pyproject.toml): started #10 453.7 Building wheel for PyYAML (pyproject.toml): finished with status 'done' #10 453.7 Created wheel for PyYAML: filename=pyyaml-6.0.3-cp39-cp39-linux_x86_64.whl size=45462 sha256=d9c01787199a23a47734322fda53ddcbd0e3924accca72b8579b29bb7a3897ab #10 453.7 Stored in directory: /root/.cache/pip/wheels/79/fb/92/ef421e052606484d88d2a8592c227e766d44081f6c09bdecbb #10 453.7 Building wheel for resolvelib (pyproject.toml): started #10 453.9 Building wheel for resolvelib (pyproject.toml): finished with status 'done' #10 453.9 Created wheel for resolvelib: filename=resolvelib-1.0.1-py2.py3-none-any.whl size=17235 sha256=b6e3779a43fccfb23b592d6d6f2c0d80e684c4afdb6afd1b7405dc7d871ba26a #10 453.9 Stored in directory: /root/.cache/pip/wheels/9b/e8/75/66577720290e60215abc77f8972bc2f567d4058bd85a58f881 #10 453.9 Building wheel for MarkupSafe (pyproject.toml): started #10 454.4 Building wheel for MarkupSafe (pyproject.toml): finished with status 'done' #10 454.4 Created wheel for MarkupSafe: filename=markupsafe-3.0.3-cp39-cp39-linux_x86_64.whl size=21267 sha256=66a19381de458f901f5957cdafc60d285acc164067522d313432f2fbc5fd6540 #10 454.4 Stored in directory: /root/.cache/pip/wheels/da/bd/2a/6dd1ba50acf54588ceab2b7322c7a9bc5f41b28772c485e8fc #10 454.4 Successfully built ansible ansible-core jinja2 PyYAML resolvelib MarkupSafe #10 454.7 Installing collected packages: MarkupSafe, resolvelib, PyYAML, jinja2, ansible-core, ansible #10 459.2 Successfully installed MarkupSafe-3.0.3 PyYAML-6.0.3 ansible-8.7.0 ansible-core-2.15.13 jinja2-3.1.6 resolvelib-1.0.1 #10 459.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 #10 461.9 46 files removed #10 461.9 2026-02-05 01:23: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] #10 462.9 Starting galaxy role install process #10 462.9 - extracting Juniper.junos to /root/.ansible/roles/Juniper.junos #10 462.9 - Juniper.junos was installed successfully #10 463.2 Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/, http://localhost:6667/pip/simple #10 463.2 Collecting device_manager==0.1.dev0 #10 463.2 Downloading http://localhost:6667/pip/simple/device-manager/device_manager-0.1.dev0-py3-none-any.whl (321 kB) #10 463.2 Collecting fabric_ansible==0.1.dev0 #10 463.2 Downloading http://localhost:6667/pip/simple/fabric-ansible/fabric_ansible-0.1.dev0-py3-none-any.whl (41 kB) #10 463.3 Requirement already satisfied: gevent in /usr/local/lib64/python3.9/site-packages (from device_manager==0.1.dev0) (25.9.1) #10 463.3 Collecting jsonschema #10 463.4 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/3fb/a0169e345c717/jsonschema-4.25.1-py3-none-any.whl (90 kB) #10 463.6 Collecting netifaces #10 463.6 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e76/c7f351e044472/netifaces-0.11.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (32 kB) #10 463.7 Collecting junos-eznc #10 463.7 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a4f/9cc290fde95b8/junos_eznc-2.7.6-py2.py3-none-any.whl (207 kB) #10 463.7 Requirement already satisfied: bitarray in /usr/local/lib64/python3.9/site-packages (from device_manager==0.1.dev0) (3.8.0) #10 463.7 Requirement already satisfied: bottle<0.13 in /usr/local/lib/python3.9/site-packages (from device_manager==0.1.dev0) (0.12.25) #10 463.7 Requirement already satisfied: kombu in /usr/local/lib/python3.9/site-packages (from device_manager==0.1.dev0) (5.6.2) #10 463.7 Collecting inflection #10 463.8 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f38/b2b640938a4f3/inflection-0.5.1-py2.py3-none-any.whl (9.5 kB) #10 464.0 Collecting cityhash #10 464.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/428/9853163c77966/cityhash-0.4.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (555 kB) #10 464.0 Collecting ncclient #10 464.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/318/e8e3e72b1d2a7/ncclient-0.7.0.tar.gz (116 kB) #10 464.1 Preparing metadata (setup.py): started #10 464.3 Preparing metadata (setup.py): finished with status 'done' #10 464.3 Requirement already satisfied: stevedore in /usr/local/lib/python3.9/site-packages (from device_manager==0.1.dev0) (5.5.0) #10 464.3 Collecting docker #10 464.4 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c96/b93b7f0a746f9/docker-7.1.0-py3-none-any.whl (147 kB) #10 464.4 Collecting attrdict #10 464.4 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/943/2e3498c74ff7e/attrdict-2.0.1-py2.py3-none-any.whl (9.9 kB) #10 464.4 Requirement already satisfied: netaddr<1 in /usr/local/lib/python3.9/site-packages (from device_manager==0.1.dev0) (0.10.1) #10 464.4 Requirement already satisfied: contrail-config-common==0.1.dev0 in /usr/local/lib/python3.9/site-packages (from device_manager==0.1.dev0) (0.1.dev0) #10 465.3 Collecting lxml #10 465.3 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/6cd/aefac66e8b8f3/lxml-6.0.2-cp39-cp39-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (5.3 MB) #10 465.7 Collecting psutil #10 465.7 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/076/a2d2f923fd482/psutil-7.2.2-cp36-abi3-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl (155 kB) #10 465.7 Requirement already satisfied: timeout-decorator in /usr/local/lib/python3.9/site-packages (from device_manager==0.1.dev0) (0.5.0) #10 465.7 Requirement already satisfied: xmltodict==0.12.0 in /usr/local/lib/python3.9/site-packages (from fabric_ansible==0.1.dev0) (0.12.0) #10 465.8 Collecting subprocess32 #10 465.8 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/eb2/937c80497978d/subprocess32-3.5.4.tar.gz (97 kB) #10 465.8 Preparing metadata (setup.py): started #10 466.0 Preparing metadata (setup.py): finished with status 'done' #10 466.0 Requirement already satisfied: jinja2 in /usr/local/lib/python3.9/site-packages (from fabric_ansible==0.1.dev0) (3.1.6) #10 466.0 Collecting jsnapy #10 466.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/520/2fd0910cecd32/jsnapy-1.3.8-py2.py3-none-any.whl (50 kB) #10 466.1 Collecting pyroute2 #10 466.1 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e7d/485ce8274cbf4/pyroute2-0.9.5-py3-none-any.whl (480 kB) #10 466.1 Collecting pycrypto #10 466.1 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f2c/e1e989b272cfc/pycrypto-2.6.1.tar.gz (446 kB) #10 466.2 Preparing metadata (setup.py): started #10 466.4 Preparing metadata (setup.py): finished with status 'done' #10 466.5 Collecting pysnmp #10 466.5 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e3f/ed6eab479a4ec/pysnmp-7.1.21-py3-none-any.whl (343 kB) #10 466.5 Requirement already satisfied: requests in /usr/local/lib/python3.9/site-packages (from contrail-config-common==0.1.dev0->device_manager==0.1.dev0) (2.32.5) #10 466.5 Requirement already satisfied: greenlet in /usr/local/lib64/python3.9/site-packages (from contrail-config-common==0.1.dev0->device_manager==0.1.dev0) (3.2.4) #10 466.5 Requirement already satisfied: simplejson in /usr/local/lib64/python3.9/site-packages (from contrail-config-common==0.1.dev0->device_manager==0.1.dev0) (3.20.2) #10 466.5 Requirement already satisfied: sandesh==0.1.dev0 in /usr/local/lib/python3.9/site-packages (from contrail-config-common==0.1.dev0->device_manager==0.1.dev0) (0.1.dev0) #10 466.5 Requirement already satisfied: contrail-api-client==0.1.dev0 in /usr/local/lib/python3.9/site-packages (from contrail-config-common==0.1.dev0->device_manager==0.1.dev0) (0.1.dev0) #10 466.5 Requirement already satisfied: kazoo in /usr/local/lib/python3.9/site-packages (from contrail-config-common==0.1.dev0->device_manager==0.1.dev0) (2.10.0) #10 466.5 Requirement already satisfied: cassandra-driver in /usr/local/lib64/python3.9/site-packages (from contrail-config-common==0.1.dev0->device_manager==0.1.dev0) (3.29.3) #10 466.5 Requirement already satisfied: sandesh-common==0.1.dev0 in /usr/local/lib/python3.9/site-packages (from contrail-config-common==0.1.dev0->device_manager==0.1.dev0) (0.1.dev0) #10 466.5 Requirement already satisfied: fysom in /usr/local/lib/python3.9/site-packages (from sandesh==0.1.dev0->contrail-config-common==0.1.dev0->device_manager==0.1.dev0) (2.1.6) #10 466.5 Requirement already satisfied: six in /usr/lib/python3.9/site-packages (from attrdict->device_manager==0.1.dev0) (1.15.0) #10 466.6 Requirement already satisfied: urllib3>=1.26.0 in /usr/local/lib/python3.9/site-packages (from docker->device_manager==0.1.dev0) (2.6.3) #10 466.6 Requirement already satisfied: zope.interface in /usr/local/lib64/python3.9/site-packages (from gevent->device_manager==0.1.dev0) (8.0.1) #10 466.6 Requirement already satisfied: zope.event in /usr/local/lib/python3.9/site-packages (from gevent->device_manager==0.1.dev0) (6.0) #10 466.6 Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib64/python3.9/site-packages (from jinja2->fabric_ansible==0.1.dev0) (3.0.3) #10 466.6 Collecting icdiff==1.9.1 #10 466.6 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/669/72dd03318da55/icdiff-1.9.1.tar.gz (9.1 kB) #10 466.6 Preparing metadata (setup.py): started #10 466.8 Preparing metadata (setup.py): finished with status 'done' #10 466.9 Collecting configparser #10 466.9 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/fee/5e1f3db4156dc/configparser-7.2.0-py3-none-any.whl (17 kB) #10 466.9 Collecting future #10 466.9 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/929/292d34f5872e7/future-1.0.0-py3-none-any.whl (491 kB) #10 467.0 Collecting pyparsing #10 467.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/850/ba148bd908d7e/pyparsing-3.3.2-py3-none-any.whl (122 kB) #10 467.1 Collecting colorama #10 467.1 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/4f1/d9991f5acc0ca/colorama-0.4.6-py2.py3-none-any.whl (25 kB) #10 467.1 Collecting jsonschema-specifications>=2023.03.6 #10 467.2 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/988/02fee3a11ee76/jsonschema_specifications-2025.9.1-py3-none-any.whl (18 kB) #10 467.2 Collecting referencing>=0.28.4 #10 467.2 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e86/99adbbf8b5c7d/referencing-0.36.2-py3-none-any.whl (26 kB) #10 467.3 Collecting attrs>=22.2.0 #10 467.3 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/adc/f7e2a1fb3b36a/attrs-25.4.0-py3-none-any.whl (67 kB) #10 468.6 Collecting rpds-py>=0.7.1 #10 468.6 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/2fd/50659a069c15e/rpds_py-0.27.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (384 kB) #10 468.7 Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib64/python3.9/site-packages (from junos-eznc->device_manager==0.1.dev0) (6.0.3) #10 468.7 Collecting paramiko>=3.5.0 #10 468.7 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/0e2/0e00ac666503b/paramiko-4.0.0-py3-none-any.whl (223 kB) #10 468.8 Collecting transitions #10 468.8 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/024/63248f2b668d8/transitions-0.9.3-py2.py3-none-any.whl (112 kB) #10 468.8 Collecting pyserial #10 468.8 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c44/51db6ba391ca6/pyserial-3.5-py2.py3-none-any.whl (90 kB) #10 468.9 Collecting scp>=0.7.0 #10 468.9 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/9e7/f721e5ac563c3/scp-0.15.0-py2.py3-none-any.whl (8.8 kB) #10 468.9 Collecting yamlloader #10 468.9 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d9e/a9948759732ea/yamlloader-1.6.0-py3-none-any.whl (7.8 kB) #10 469.0 Requirement already satisfied: tzdata>=2025.2 in /usr/local/lib/python3.9/site-packages (from kombu->device_manager==0.1.dev0) (2025.3) #10 469.0 Requirement already satisfied: packaging in /usr/local/lib/python3.9/site-packages (from kombu->device_manager==0.1.dev0) (26.0) #10 469.0 Requirement already satisfied: vine==5.1.0 in /usr/local/lib/python3.9/site-packages (from kombu->device_manager==0.1.dev0) (5.1.0) #10 469.0 Requirement already satisfied: amqp<6.0.0,>=5.1.1 in /usr/local/lib/python3.9/site-packages (from kombu->device_manager==0.1.dev0) (5.3.1) #10 469.2 Collecting pyasn1!=0.5.0,>=0.4.8 #10 469.2 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/1eb/26d860996a18e/pyasn1-0.6.2-py3-none-any.whl (83 kB) #10 469.3 Collecting invoke>=2.0 #10 469.3 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/241/3bc441b376e5c/invoke-2.2.1-py3-none-any.whl (160 kB) #10 469.4 Collecting pynacl>=1.5 #10 469.4 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c8a/231e36ec2cab0/pynacl-1.6.2-cp38-abi3-manylinux_2_34_x86_64.whl (1.4 MB) #10 469.4 Requirement already satisfied: cryptography>=3.3 in /usr/local/lib64/python3.9/site-packages (from paramiko>=3.5.0->junos-eznc->device_manager==0.1.dev0) (3.4.8) #10 469.6 Collecting bcrypt>=3.2 #10 469.6 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/611/f0a17aa4a25a6/bcrypt-5.0.0-cp39-abi3-manylinux_2_34_x86_64.whl (278 kB) #10 469.7 Collecting typing-extensions>=4.4.0 #10 469.7 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f0f/a19c6845758ab/typing_extensions-4.15.0-py3-none-any.whl (44 kB) #10 469.7 Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.9/site-packages (from requests->contrail-config-common==0.1.dev0->device_manager==0.1.dev0) (3.11) #10 469.7 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.9/site-packages (from requests->contrail-config-common==0.1.dev0->device_manager==0.1.dev0) (2026.1.4) #10 469.7 Requirement already satisfied: charset_normalizer<4,>=2 in /usr/local/lib64/python3.9/site-packages (from requests->contrail-config-common==0.1.dev0->device_manager==0.1.dev0) (3.4.4) #10 469.8 Requirement already satisfied: geomet>=1.1 in /usr/local/lib/python3.9/site-packages (from cassandra-driver->contrail-config-common==0.1.dev0->device_manager==0.1.dev0) (1.1.0) #10 469.9 Requirement already satisfied: setuptools>=75.8.2 in /usr/local/lib/python3.9/site-packages (from zope.event->gevent->device_manager==0.1.dev0) (80.10.2) #10 469.9 Requirement already satisfied: cffi>=1.12 in /usr/local/lib64/python3.9/site-packages (from cryptography>=3.3->paramiko>=3.5.0->junos-eznc->device_manager==0.1.dev0) (2.0.0) #10 469.9 Requirement already satisfied: click in /usr/local/lib/python3.9/site-packages (from geomet>=1.1->cassandra-driver->contrail-config-common==0.1.dev0->device_manager==0.1.dev0) (8.1.8) #10 469.9 Requirement already satisfied: pycparser in /usr/local/lib/python3.9/site-packages (from cffi>=1.12->cryptography>=3.3->paramiko>=3.5.0->junos-eznc->device_manager==0.1.dev0) (2.23) #10 470.0 Using legacy 'setup.py install' for icdiff, since package 'wheel' is not installed. #10 470.0 Using legacy 'setup.py install' for ncclient, since package 'wheel' is not installed. #10 470.0 Using legacy 'setup.py install' for pycrypto, since package 'wheel' is not installed. #10 470.0 Using legacy 'setup.py install' for subprocess32, since package 'wheel' is not installed. #10 470.2 Installing collected packages: pynacl, invoke, bcrypt, typing-extensions, rpds-py, paramiko, lxml, attrs, yamlloader, transitions, scp, referencing, pyserial, pyparsing, ncclient, pyasn1, junos-eznc, jsonschema-specifications, icdiff, future, configparser, colorama, subprocess32, pysnmp, pyroute2, pycrypto, psutil, netifaces, jsonschema, jsnapy, inflection, docker, cityhash, attrdict, fabric-ansible, device-manager #10 470.5 Running setup.py install for ncclient: started #10 470.8 Running setup.py install for ncclient: finished with status 'done' #10 470.9 Running setup.py install for icdiff: started #10 471.1 Running setup.py install for icdiff: finished with status 'done' #10 471.2 Running setup.py install for subprocess32: started #10 471.4 Running setup.py install for subprocess32: finished with status 'done' #10 471.5 Running setup.py install for pycrypto: started #10 478.6 Running setup.py install for pycrypto: finished with status 'done' #10 478.8 Successfully installed attrdict-2.0.1 attrs-25.4.0 bcrypt-5.0.0 cityhash-0.4.10 colorama-0.4.6 configparser-7.2.0 device-manager-0.1.dev0 docker-7.1.0 fabric-ansible-0.1.dev0 future-1.0.0 icdiff-1.9.1 inflection-0.5.1 invoke-2.2.1 jsnapy-1.3.8 jsonschema-4.25.1 jsonschema-specifications-2025.9.1 junos-eznc-2.7.6 lxml-6.0.2 ncclient-0.7.0 netifaces-0.11.0 paramiko-4.0.0 psutil-7.2.2 pyasn1-0.6.2 pycrypto-2.6.1 pynacl-1.6.2 pyparsing-3.3.2 pyroute2-0.9.5 pyserial-3.5 pysnmp-7.1.21 referencing-0.36.2 rpds-py-0.27.1 scp-0.15.0 subprocess32-3.5.4 transitions-0.9.3 typing-extensions-4.15.0 yamlloader-1.6.0 #10 478.8 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 #10 478.9 DBG: /opt/ last tar.gz = fabric_ansible_playbooks-0.1.dev0.tar.gz #10 DONE 482.6s #11 [stage-1 4/4] COPY *.sh / #11 DONE 0.1s #12 exporting to image #12 exporting layers #12 exporting layers 3.8s done #12 writing image sha256:5eb65267dca66715da2e45bb41372aff9494b0a1542ed22f759a9ef25ca59840 done #12 naming to nexus.gz1.opensdn.io:5102/opensdn-controller-config-devicemgr:nightly-r25.1 done #12 DONE 3.8s 2 warnings found (use docker --debug to expand):  - InvalidDefaultArgInFrom: Default value for ARG ${BUILD_IMAGE} results in empty or invalid base image name (line 4) - InvalidDefaultArgInFrom: Default value for ARG ${CONTRAIL_REGISTRY}/opensdn-controller-config-base:${CONTRAIL_CONTAINER_TAG} results in empty or invalid base image name (line 6) 2026-02-05 01:23:46,414: INFO: Docker build duration: 554 seconds The push refers to repository [nexus.gz1.opensdn.io:5102/opensdn-controller-config-devicemgr] 49bafd1258b4: Preparing 66865867033e: Preparing 642d84207d73: Preparing 1f79a80a0428: Preparing 09cbb859c028: Preparing b6d98da381cb: Preparing c6e4f0d48e2d: Preparing 4fbf7fcf654d: Preparing 048d42eaf63b: Preparing 9204e8d5087e: Preparing 2faa40608722: Preparing 5f9c105f9765: Preparing 18d78058f8ef: Preparing 67f9e1239357: Preparing 6df68b7b0b9f: Preparing 44343de3ea1d: Preparing 9204e8d5087e: Waiting 2faa40608722: Waiting 5f9c105f9765: Waiting 18d78058f8ef: Waiting 67f9e1239357: Waiting b6d98da381cb: Waiting c6e4f0d48e2d: Waiting 4fbf7fcf654d: Waiting 048d42eaf63b: Waiting 6df68b7b0b9f: Waiting 44343de3ea1d: Waiting 09cbb859c028: Layer already exists 1f79a80a0428: Layer already exists b6d98da381cb: Layer already exists c6e4f0d48e2d: Layer already exists 4fbf7fcf654d: Layer already exists 642d84207d73: Pushed 048d42eaf63b: Layer already exists 49bafd1258b4: Pushed 9204e8d5087e: Layer already exists 2faa40608722: Layer already exists 5f9c105f9765: Layer already exists 18d78058f8ef: Layer already exists 44343de3ea1d: Layer already exists 67f9e1239357: Layer already exists 6df68b7b0b9f: Layer already exists 66865867033e: Pushed nightly-r25.1: digest: sha256:f4d253d863522324a9c891c52a570d6c76dcdd94b12ba6b97441edd5ffdf6f75 size: 3669 2026-02-05 01:23:58,280: INFO: Building opensdn-controller-config-devicemgr finished successfully, duration: 566 seconds WARNING: This output is designed for human readability. For machine-readable output, please use --format. IMAGE ID DISK USAGE CONTENT SIZE EXTRA nexus.gz1.opensdn.io:5102/opensdn-analytics-alarm-gen:nightly-r25.1 c0c2c9a9363f 622MB 0B nexus.gz1.opensdn.io:5102/opensdn-analytics-api:nightly-r25.1 461436f01c34 631MB 0B nexus.gz1.opensdn.io:5102/opensdn-analytics-base:nightly-r25.1 1ad39b01baf2 606MB 0B nexus.gz1.opensdn.io:5102/opensdn-analytics-collector:nightly-r25.1 b337e9e20848 954MB 0B nexus.gz1.opensdn.io:5102/opensdn-analytics-query-engine:nightly-r25.1 a3588d4b50bb 835MB 0B nexus.gz1.opensdn.io:5102/opensdn-analytics-snmp-base:nightly-r25.1 5cbf41482d78 843MB 0B nexus.gz1.opensdn.io:5102/opensdn-analytics-snmp-collector:nightly-r25.1 0327e7733fca 843MB 0B nexus.gz1.opensdn.io:5102/opensdn-analytics-snmp-topology:nightly-r25.1 693663ca81e5 843MB 0B nexus.gz1.opensdn.io:5102/opensdn-ansible-deployer-src:nightly-r25.1 00dda10b7572 1.4MB 0B nexus.gz1.opensdn.io:5102/opensdn-base:nightly-r25.1 18ce14e271b8 606MB 0B nexus.gz1.opensdn.io:5102/opensdn-build-manifest-src:nightly-r25.1 d9f7d140ec84 3.7kB 0B nexus.gz1.opensdn.io:5102/opensdn-charms-src:nightly-r25.1 fb0224294038 6.05MB 0B nexus.gz1.opensdn.io:5102/opensdn-container-builder-src:nightly-r25.1 5d11998c2ab8 2.46MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-config-api:nightly-r25.1 47a2c70b5585 643MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-config-base:nightly-r25.1 69e8e5c2207e 606MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-config-devicemgr:nightly-r25.1 5eb65267dca6 965MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-config-dnsmasq:nightly-r25.1 493b8e09c0c2 624MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-config-schema:nightly-r25.1 34ff7ed79539 606MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-config-svcmonitor:nightly-r25.1 66295c52d286 627MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-control-base:nightly-r25.1 8eab4cb7cff6 668MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-control-control:nightly-r25.1 166487d6ea45 1.23GB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-control-dns:nightly-r25.1 e2d291b69179 992MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-control-named:nightly-r25.1 301728dd77c8 687MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-webui-base:nightly-r25.1 b0552c860f3c 888MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-webui-job:nightly-r25.1 303f9ddfe754 888MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-webui-web:nightly-r25.1 fccde0c60b9b 888MB 0B nexus.gz1.opensdn.io:5102/opensdn-debug:nightly-r25.1 77b1b69ff34d 402MB 0B nexus.gz1.opensdn.io:5102/opensdn-external-cassandra:nightly-r25.1 3213c695d302 331MB 0B nexus.gz1.opensdn.io:5102/opensdn-external-haproxy:nightly-r25.1 a498b2697c08 144MB 0B nexus.gz1.opensdn.io:5102/opensdn-external-kafka:nightly-r25.1 e75ee39e1f41 392MB 0B nexus.gz1.opensdn.io:5102/opensdn-external-rabbitmq:nightly-r25.1 48ae663e272f 363MB 0B nexus.gz1.opensdn.io:5102/opensdn-external-redis:nightly-r25.1 cdedd1dd4162 171MB 0B nexus.gz1.opensdn.io:5102/opensdn-external-rsyslogd:nightly-r25.1 fc5d37da13e2 417MB 0B nexus.gz1.opensdn.io:5102/opensdn-external-stunnel:nightly-r25.1 0220252ba0f2 428MB 0B nexus.gz1.opensdn.io:5102/opensdn-external-zookeeper:nightly-r25.1 0b205b0dd8e0 301MB 0B nexus.gz1.opensdn.io:5102/opensdn-general-base:nightly-r25.1 7fc63cd98c41 398MB 0B nexus.gz1.opensdn.io:5102/opensdn-kolla-ansible-src:nightly-r25.1 e2dde9651b2a 32.7MB 0B nexus.gz1.opensdn.io:5102/opensdn-kubernetes-cni-init:nightly-r25.1 34024370d546 626MB 0B nexus.gz1.opensdn.io:5102/opensdn-kubernetes-kube-manager:nightly-r25.1 94fec4033815 609MB 0B nexus.gz1.opensdn.io:5102/opensdn-node-init:nightly-r25.1 595df25ab1fa 606MB 0B nexus.gz1.opensdn.io:5102/opensdn-nodemgr:nightly-r25.1 203a0ca6097c 744MB 0B nexus.gz1.opensdn.io:5102/opensdn-openstack-compute-init:nightly-r25.1 284ca4d8967d 398MB 0B nexus.gz1.opensdn.io:5102/opensdn-openstack-heat-init:nightly-r25.1 5d8f7d88d28e 414MB 0B nexus.gz1.opensdn.io:5102/opensdn-openstack-neutron-init:nightly-r25.1 32bd30e370eb 414MB 0B nexus.gz1.opensdn.io:5102/opensdn-provisioner:nightly-r25.1 34eedb986e4c 606MB 0B nexus.gz1.opensdn.io:5102/opensdn-status:nightly-r25.1 613bd68cccfc 743MB 0B nexus.gz1.opensdn.io:5102/opensdn-test-test:nightly-r25.1 66491a76fd50 1.73GB 0B nexus.gz1.opensdn.io:5102/opensdn-tools:nightly-r25.1 3cfe2c64ae50 1.33GB 0B nexus.gz1.opensdn.io:5102/opensdn-tor-agent:nightly-r25.1 b6bdae65cd4a 669MB 0B nexus.gz1.opensdn.io:5102/opensdn-vrouter-agent-dpdk:nightly-r25.1 f1c70b03ce0d 895MB 0B nexus.gz1.opensdn.io:5102/opensdn-vrouter-agent:nightly-r25.1 4ef237164573 1.8GB 0B nexus.gz1.opensdn.io:5102/opensdn-vrouter-base:nightly-r25.1 3671697f8045 680MB 0B nexus.gz1.opensdn.io:5102/opensdn-vrouter-kernel-build-init:nightly-r25.1 6306646801e1 641MB 0B nexus.gz1.opensdn.io:5102/opensdn-vrouter-kernel-init-dpdk:nightly-r25.1 3387360edbe9 680MB 0B nexus.gz1.opensdn.io:5102/tf-dev-sandbox:stable-r25.1 85d0ffea71ce 2.88GB 0B U opensdn-test-test:nightly-r25.1 66491a76fd50 1.73GB 0B tf-dev-sandbox:compile feb450ccb4f9 24.7GB 0B