2025-04-04 14:25:30,171: INFO: Building contrail-analytics-snmp-topology 2025-04-04 14:25:30,200: 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_3_2_8-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-analytics-snmp-topology --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 12.8 kB Step 1/11 : ARG CONTRAIL_REGISTRY Step 2/11 : ARG CONTRAIL_CONTAINER_TAG Step 3/11 : FROM ${CONTRAIL_REGISTRY}/opensdn-analytics-snmp-base:${CONTRAIL_CONTAINER_TAG} ---> 31b65efd8186 Step 4/11 : ARG PIP_REPOSITORY ---> Running in 7ba6d4033847 ---> Removed intermediate container 7ba6d4033847 ---> 7f45aeb85f86 Step 5/11 : ARG CONTAINER_NAME ---> Running in 39da4f543554 ---> Removed intermediate container 39da4f543554 ---> c786950ace22 Step 6/11 : ENV SERVICE_NAME=topology CONTAINER_NAME=$CONTAINER_NAME ---> Running in b2c8d4189eec ---> Removed intermediate container b2c8d4189eec ---> bea42c441ed0 Step 7/11 : LABEL name=$CONTAINER_NAME summary="SNMP Topology" description="SNMP Topology periodically updates topology table, which is used by UI to draw maps." $VENDOR_DOMAIN".service"=$SERVICE_NAME $VENDOR_DOMAIN".container.name"=$CONTAINER_NAME ---> Running in 39e842efd956 ---> Removed intermediate container 39e842efd956 ---> 0c9245390a98 Step 8/11 : COPY entrypoint.sh / ---> afe0a8ad96b9 Step 9/11 : RUN set -e ; python3 -m pip install --no-compile --extra-index-url $PIP_REPOSITORY "tf_topology==0.1.dev0" ; rm -rf /root/.cache ---> Running in 36e871e6c634 Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/, http://localhost:6667/pip/simple Collecting tf_topology==0.1.dev0 Downloading http://localhost:6667/pip/simple/tf-topology/tf_topology-0.1.dev0-py3-none-any.whl (53 kB) Collecting python3-netsnmp Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/317/dd425036a6af8/python3-netsnmp-1.1a1.tar.gz (24 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Requirement already satisfied: gevent in /usr/local/lib64/python3.6/site-packages (from tf_topology==0.1.dev0) (22.10.2) Requirement already satisfied: contrail-config-common==0.1.dev0 in /usr/local/lib/python3.6/site-packages (from tf_topology==0.1.dev0) (0.1.dev0) Collecting libpartition==0.1.dev0 Downloading http://localhost:6667/pip/simple/libpartition/libpartition-0.1.dev0-py3-none-any.whl (10 kB) Requirement already satisfied: sandesh-common==0.1.dev0 in /usr/local/lib/python3.6/site-packages (from tf_topology==0.1.dev0) (0.1.dev0) Requirement already satisfied: sandesh==0.1.dev0 in /usr/local/lib/python3.6/site-packages (from tf_topology==0.1.dev0) (0.1.dev0) Requirement already satisfied: requests in /usr/local/lib/python3.6/site-packages (from tf_topology==0.1.dev0) (2.27.1) Requirement already satisfied: greenlet in /usr/local/lib64/python3.6/site-packages (from contrail-config-common==0.1.dev0->tf_topology==0.1.dev0) (2.0.2) Requirement already satisfied: bottle<0.13 in /usr/local/lib/python3.6/site-packages (from contrail-config-common==0.1.dev0->tf_topology==0.1.dev0) (0.12.25) Requirement already satisfied: kombu in /usr/local/lib/python3.6/site-packages (from contrail-config-common==0.1.dev0->tf_topology==0.1.dev0) (5.1.0) Requirement already satisfied: contrail-api-client==0.1.dev0 in /usr/local/lib/python3.6/site-packages (from contrail-config-common==0.1.dev0->tf_topology==0.1.dev0) (0.1.dev0) Requirement already satisfied: simplejson in /usr/local/lib64/python3.6/site-packages (from contrail-config-common==0.1.dev0->tf_topology==0.1.dev0) (3.20.1) Requirement already satisfied: xmltodict==0.12.0 in /usr/local/lib/python3.6/site-packages (from contrail-config-common==0.1.dev0->tf_topology==0.1.dev0) (0.12.0) Requirement already satisfied: stevedore in /usr/local/lib/python3.6/site-packages (from contrail-config-common==0.1.dev0->tf_topology==0.1.dev0) (3.5.2) Requirement already satisfied: cassandra-driver in /usr/local/lib64/python3.6/site-packages (from contrail-config-common==0.1.dev0->tf_topology==0.1.dev0) (3.29.2) Requirement already satisfied: bitarray in /usr/local/lib64/python3.6/site-packages (from contrail-config-common==0.1.dev0->tf_topology==0.1.dev0) (3.3.0) Requirement already satisfied: timeout-decorator in /usr/local/lib/python3.6/site-packages (from contrail-config-common==0.1.dev0->tf_topology==0.1.dev0) (0.5.0) Requirement already satisfied: kazoo in /usr/local/lib/python3.6/site-packages (from contrail-config-common==0.1.dev0->tf_topology==0.1.dev0) (2.10.0) Requirement already satisfied: fysom in /usr/local/lib/python3.6/site-packages (from sandesh==0.1.dev0->tf_topology==0.1.dev0) (2.1.6) Requirement already satisfied: netaddr<1 in /usr/local/lib/python3.6/site-packages (from sandesh==0.1.dev0->tf_topology==0.1.dev0) (0.10.1) Requirement already satisfied: zope.event in /usr/local/lib/python3.6/site-packages (from gevent->tf_topology==0.1.dev0) (4.6) Requirement already satisfied: setuptools in /usr/local/lib/python3.6/site-packages (from gevent->tf_topology==0.1.dev0) (59.6.0) Requirement already satisfied: zope.interface in /usr/local/lib64/python3.6/site-packages (from gevent->tf_topology==0.1.dev0) (5.5.2) Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.6/site-packages (from requests->tf_topology==0.1.dev0) (1.26.20) Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.6/site-packages (from requests->tf_topology==0.1.dev0) (2025.1.31) Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.6/site-packages (from requests->tf_topology==0.1.dev0) (3.10) Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.6/site-packages (from requests->tf_topology==0.1.dev0) (2.0.12) Requirement already satisfied: importlib-resources in /usr/local/lib/python3.6/site-packages (from netaddr<1->sandesh==0.1.dev0->tf_topology==0.1.dev0) (5.4.0) Requirement already satisfied: geomet<0.3,>=0.1 in /usr/local/lib/python3.6/site-packages (from cassandra-driver->contrail-config-common==0.1.dev0->tf_topology==0.1.dev0) (0.2.1.post1) Requirement already satisfied: importlib-metadata>=0.18 in /usr/local/lib/python3.6/site-packages (from kombu->contrail-config-common==0.1.dev0->tf_topology==0.1.dev0) (4.8.3) Requirement already satisfied: amqp<6.0.0,>=5.0.6 in /usr/local/lib/python3.6/site-packages (from kombu->contrail-config-common==0.1.dev0->tf_topology==0.1.dev0) (5.3.1) Requirement already satisfied: cached-property in /usr/local/lib/python3.6/site-packages (from kombu->contrail-config-common==0.1.dev0->tf_topology==0.1.dev0) (1.5.2) Requirement already satisfied: vine in /usr/local/lib/python3.6/site-packages (from kombu->contrail-config-common==0.1.dev0->tf_topology==0.1.dev0) (5.1.0) Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.6/site-packages (from stevedore->contrail-config-common==0.1.dev0->tf_topology==0.1.dev0) (6.1.1) Requirement already satisfied: six in /usr/local/lib/python3.6/site-packages (from geomet<0.3,>=0.1->cassandra-driver->contrail-config-common==0.1.dev0->tf_topology==0.1.dev0) (1.17.0) Requirement already satisfied: click in /usr/local/lib/python3.6/site-packages (from geomet<0.3,>=0.1->cassandra-driver->contrail-config-common==0.1.dev0->tf_topology==0.1.dev0) (8.0.4) Requirement already satisfied: typing-extensions>=3.6.4 in /usr/local/lib/python3.6/site-packages (from importlib-metadata>=0.18->kombu->contrail-config-common==0.1.dev0->tf_topology==0.1.dev0) (4.1.1) Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.6/site-packages (from importlib-metadata>=0.18->kombu->contrail-config-common==0.1.dev0->tf_topology==0.1.dev0) (3.6.0) Using legacy 'setup.py install' for python3-netsnmp, since package 'wheel' is not installed. Installing collected packages: python3-netsnmp, libpartition, tf-topology Running setup.py install for python3-netsnmp: started Running setup.py install for python3-netsnmp: finished with status 'done' Successfully installed libpartition-0.1.dev0 python3-netsnmp-1.1a1 tf-topology-0.1.dev0 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 36e871e6c634 ---> 9a9ba2179339 Step 10/11 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in 20f18346bc8e ---> Removed intermediate container 20f18346bc8e ---> 49a499bae9c1 Step 11/11 : CMD ["/usr/local/bin/tf-topology", "-c", "/etc/contrail/tf-topology.conf"] ---> Running in 01201c84048d ---> Removed intermediate container 01201c84048d ---> 399472b9373c [Warning] One or more build-args [BASE_EXTRA_RPMS GENERAL_EXTRA_RPMS LINUX_DISTR LINUX_DISTR_VER SITE_MIRROR UBUNTU_DISTR UBUNTU_DISTR_VERSION VENDOR_DOMAIN VENDOR_NAME YUM_ENABLE_REPOS] were not consumed Successfully built 399472b9373c Successfully tagged nexus.gz1.opensdn.io:5101/contrail-analytics-snmp-topology:master-1_3_2_8-6 Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-topology:master-1_3_2_8-6 2025-04-04 14:26:07,621: INFO: Docker build duration: 37 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/contrail-analytics-snmp-topology] 4cfb813ce0c1: Preparing 2ff5b8b38dba: Preparing 5f9bee7e0989: Preparing 2d7c4b72d40d: Preparing 06cd26ebdc60: Preparing 4aebd5d920c6: Preparing f1b50f3c60d3: Preparing e50d10abf1ef: Preparing 53a5dd6c333a: Preparing d21be04bdc60: Preparing 44d33fd97159: Preparing 174f56854903: Preparing 4cfb813ce0c1: Waiting 2ff5b8b38dba: Waiting 5f9bee7e0989: Waiting 2d7c4b72d40d: Waiting 06cd26ebdc60: Waiting 4aebd5d920c6: Waiting f1b50f3c60d3: Waiting e50d10abf1ef: Waiting 53a5dd6c333a: Waiting d21be04bdc60: Waiting 44d33fd97159: Waiting 174f56854903: Waiting 5f9bee7e0989: Layer already exists 2d7c4b72d40d: Layer already exists 06cd26ebdc60: Layer already exists f1b50f3c60d3: Layer already exists 2ff5b8b38dba: Pushed 4cfb813ce0c1: Pushed e50d10abf1ef: Layer already exists 53a5dd6c333a: Layer already exists 4aebd5d920c6: Layer already exists d21be04bdc60: Layer already exists 44d33fd97159: Layer already exists 174f56854903: Layer already exists master-1_3_2_8-6: digest: sha256:13e714260ff29ed3231d049265f1163e1d5044167f2c05603adb2b7e7946cb52 size: 2829 The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-topology] 4cfb813ce0c1: Preparing 2ff5b8b38dba: Preparing 5f9bee7e0989: Preparing 2d7c4b72d40d: Preparing 06cd26ebdc60: Preparing 4aebd5d920c6: Preparing f1b50f3c60d3: Preparing e50d10abf1ef: Preparing 53a5dd6c333a: Preparing d21be04bdc60: Preparing 44d33fd97159: Preparing 174f56854903: Preparing 4aebd5d920c6: Waiting f1b50f3c60d3: Waiting e50d10abf1ef: Waiting 53a5dd6c333a: Waiting d21be04bdc60: Waiting 44d33fd97159: Waiting 174f56854903: Waiting 06cd26ebdc60: Layer already exists 5f9bee7e0989: Layer already exists 2ff5b8b38dba: Layer already exists 4cfb813ce0c1: Layer already exists 2d7c4b72d40d: Layer already exists 4aebd5d920c6: Layer already exists e50d10abf1ef: Layer already exists d21be04bdc60: Layer already exists f1b50f3c60d3: Layer already exists 53a5dd6c333a: Layer already exists 44d33fd97159: Layer already exists 174f56854903: Layer already exists master-1_3_2_8-6: digest: sha256:13e714260ff29ed3231d049265f1163e1d5044167f2c05603adb2b7e7946cb52 size: 2829 2025-04-04 14:26:12,626: INFO: Building contrail-analytics-snmp-topology finished successfully, duration: 42 seconds