2025-04-12 12:19:07,840: INFO: Building contrail-analytics-snmp-topology 2025-04-12 12:19:07,898: 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_3_2-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-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} ---> 53ebd8790671 Step 4/11 : ARG PIP_REPOSITORY ---> Running in ef64b625d78a ---> Removed intermediate container ef64b625d78a ---> 6d5759339383 Step 5/11 : ARG CONTAINER_NAME ---> Running in 5e5c1894f1ca ---> Removed intermediate container 5e5c1894f1ca ---> b6dcd1e21634 Step 6/11 : ENV SERVICE_NAME=topology CONTAINER_NAME=$CONTAINER_NAME ---> Running in b4990e6f97fb ---> Removed intermediate container b4990e6f97fb ---> 191828ba46a4 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 a680f393c8c9 ---> Removed intermediate container a680f393c8c9 ---> 008a6ec690c4 Step 8/11 : COPY entrypoint.sh / ---> 439ca970e0dd 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 5a07eaf9324a WARNING: Running pip install with root privileges is generally not a good idea. Try `__main__.py install --user` instead. Collecting tf_topology==0.1.dev0 Downloading http://localhost:6667/pip/simple/tf-topology/tf_topology-0.1.dev0-py3-none-any.whl (53kB) Collecting python3-netsnmp (from tf_topology==0.1.dev0)  Could not find a version that satisfies the requirement python3-netsnmp (from tf_topology==0.1.dev0) (from versions: ) No matching distribution found for python3-netsnmp (from tf_topology==0.1.dev0) The command '/bin/sh -c set -e ; python3 -m pip install --no-compile --extra-index-url $PIP_REPOSITORY "tf_topology==0.1.dev0" ; rm -rf /root/.cache' returned a non-zero code: 1 2025-04-12 12:19:26,544: INFO: Docker build duration: 19 seconds 2025-04-12 12:19:26,600: ERROR: Building contrail-analytics-snmp-topology failed, duration: 19 seconds