2025-01-02 20:01:58,600: INFO: Building contrail-analytics-snmp-topology 2025-01-02 20:01:58,674: 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_2_5_2-9 --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}/contrail-analytics-snmp-base:${CONTRAIL_CONTAINER_TAG} ---> 29b4834e48b7 Step 4/11 : ARG PIP_REPOSITORY ---> Running in c6926f00b03c ---> Removed intermediate container c6926f00b03c ---> a845a28b7384 Step 5/11 : ARG CONTAINER_NAME ---> Running in e5c63e55c0f4 ---> Removed intermediate container e5c63e55c0f4 ---> 1aacde21091a Step 6/11 : ENV SERVICE_NAME=topology CONTAINER_NAME=$CONTAINER_NAME ---> Running in e32910f5efb3 ---> Removed intermediate container e32910f5efb3 ---> 2b93c060bb87 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 8226f96d7ab3 ---> Removed intermediate container 8226f96d7ab3 ---> 4cc3f69be6bd Step 8/11 : COPY entrypoint.sh / ---> 5301c6bd43bf Step 9/11 : RUN set -e ; python3 -m pip install --no-compile --extra-index-url $PIP_REPOSITORY "tf_topology==0.1.dev0" ---> Running in 44f3b56959ca 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 libpartition Downloading http://localhost:6667/pip/simple/libpartition/libpartition-0.1.dev0-py3-none-any.whl (1.1 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: requests in /usr/local/lib/python3.6/site-packages (from tf_topology==0.1.dev0) (2.27.1) Collecting gevent Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f01/c9adbcb605364/gevent-22.10.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB) Collecting zope.event Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/73d/9e3ef750cca14/zope.event-4.6-py2.py3-none-any.whl (6.8 kB) Collecting zope.interface Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d16/9ccd0756c15bb/zope.interface-5.5.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (253 kB) Collecting greenlet>=2.0.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/cd0/21c754b162c0f/greenlet-2.0.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (564 kB) Requirement already satisfied: setuptools in /usr/local/lib/python3.6/site-packages (from gevent->tf_topology==0.1.dev0) (59.6.0) Collecting kazoo Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/de2/d69168de432ff/kazoo-2.10.0-py2.py3-none-any.whl (148 kB) 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: certifi>=2017.4.17 in /usr/local/lib/python3.6/site-packages (from requests->tf_topology==0.1.dev0) (2024.12.14) 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: idna<4,>=2.5 in /usr/local/lib/python3.6/site-packages (from requests->tf_topology==0.1.dev0) (3.10) Using legacy 'setup.py install' for python3-netsnmp, since package 'wheel' is not installed. Installing collected packages: zope.interface, zope.event, greenlet, kazoo, gevent, 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 gevent-22.10.2 greenlet-2.0.2 kazoo-2.10.0 libpartition-0.1.dev0 python3-netsnmp-1.1a1 tf-topology-0.1.dev0 zope.event-4.6 zope.interface-5.5.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 44f3b56959ca ---> c336c7265daf Step 10/11 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in a851ff53abb0 ---> Removed intermediate container a851ff53abb0 ---> d70476ef6c03 Step 11/11 : CMD ["/usr/bin/tf-topology", "-c", "/etc/contrail/tf-topology.conf"] ---> Running in dcc642274c7a ---> Removed intermediate container dcc642274c7a ---> c5d4695a4843 [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 c5d4695a4843 Successfully tagged nexus.gz1.opensdn.io:5101/contrail-analytics-snmp-topology:master-1_2_5_2-9 Successfully tagged nexus.gz1.opensdn.io:5101/tf-analytics-snmp-topology:master-1_2_5_2-9 2025-01-02 20:02:59,461: INFO: Docker build duration: 61 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/contrail-analytics-snmp-topology] fca4405d2e48: Preparing be8aea051703: Preparing c3cf5f139746: Preparing e082e6a8507c: Preparing 3e02f027603c: Preparing fef5919dbc27: Preparing e4252997c58f: Preparing 8eb2a08f670b: Preparing e1ab5b5b8db7: Preparing 3895b45a0423: Preparing 0e53de13b166: Preparing 174f56854903: Preparing e082e6a8507c: Waiting 3e02f027603c: Waiting fef5919dbc27: Waiting e4252997c58f: Waiting 8eb2a08f670b: Waiting e1ab5b5b8db7: Waiting 3895b45a0423: Waiting 0e53de13b166: Waiting 174f56854903: Waiting c3cf5f139746: Layer already exists e082e6a8507c: Layer already exists be8aea051703: Pushed 3e02f027603c: Layer already exists fef5919dbc27: Layer already exists 8eb2a08f670b: Layer already exists e1ab5b5b8db7: Layer already exists 3895b45a0423: Layer already exists 0e53de13b166: Layer already exists 174f56854903: Layer already exists e4252997c58f: Layer already exists fca4405d2e48: Pushed master-1_2_5_2-9: digest: sha256:65fbf5829de7f2b1a644c0d88eb7a97db3ddfd208832d7ab6972ab1804b15111 size: 2831 The push refers to repository [nexus.gz1.opensdn.io:5101/tf-analytics-snmp-topology] fca4405d2e48: Preparing be8aea051703: Preparing c3cf5f139746: Preparing e082e6a8507c: Preparing 3e02f027603c: Preparing fef5919dbc27: Preparing e4252997c58f: Preparing 8eb2a08f670b: Preparing e1ab5b5b8db7: Preparing 3895b45a0423: Preparing 0e53de13b166: Preparing 174f56854903: Preparing c3cf5f139746: Waiting e082e6a8507c: Waiting fef5919dbc27: Waiting e4252997c58f: Waiting 8eb2a08f670b: Waiting e1ab5b5b8db7: Waiting 3895b45a0423: Waiting 0e53de13b166: Waiting 174f56854903: Waiting 3e02f027603c: Waiting be8aea051703: Layer already exists fca4405d2e48: Layer already exists c3cf5f139746: Layer already exists e082e6a8507c: Layer already exists 3e02f027603c: Layer already exists fef5919dbc27: Layer already exists e4252997c58f: Layer already exists 8eb2a08f670b: Layer already exists e1ab5b5b8db7: Layer already exists 3895b45a0423: Layer already exists 0e53de13b166: Layer already exists 174f56854903: Layer already exists master-1_2_5_2-9: digest: sha256:65fbf5829de7f2b1a644c0d88eb7a97db3ddfd208832d7ab6972ab1804b15111 size: 2831 2025-01-02 20:03:36,363: INFO: Building contrail-analytics-snmp-topology finished successfully, duration: 98 seconds