2025-06-24 12:54:03,470: INFO: Building opensdn-analytics-snmp-base 2025-06-24 12:54:03,482: 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_2_2-2_8 --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=opensdn-analytics-snmp-base --build-arg UBUNTU_DISTR_VERSION=24.04 --build-arg UBUNTU_DISTR=ubuntu --build-arg VENDOR_NAME=OpenSDN-IO --build-arg VENDOR_DOMAIN=io.opensdn Sending build context to Docker daemon 2.56 kB Step 1/7 : ARG CONTRAIL_REGISTRY Step 2/7 : ARG CONTRAIL_CONTAINER_TAG Step 3/7 : FROM ${CONTRAIL_REGISTRY}/opensdn-base:${CONTRAIL_CONTAINER_TAG} ---> f7ae32ea902b Step 4/7 : ENV NODE_TYPE=analytics-snmp ---> Running in 7242bde0c2da ---> Removed intermediate container 7242bde0c2da ---> 70920e5bd256 Step 5/7 : LABEL $VENDOR_DOMAIN".pod"=$NODE_TYPE ---> Running in 87989c9b8728 ---> Removed intermediate container 87989c9b8728 ---> 5f3694bd6dba Step 6/7 : RUN set -e ; source /etc/os-release && ver=$(echo $VERSION_ID | cut -d '.' -f 1) && if [[ ${ver} == 9 ]]; then dnf install -y net-snmp-1:5.9.1 net-snmp-devel-1:5.9.1 ; else yum install -y net-snmp-devel ; fi ; yum clean all -y ; rm -rf /var/cache/yum ---> Running in ae5be918d3e1 Loaded plugins: fastestmirror, ovl Determining fastest mirrors Resolving Dependencies --> Running transaction check ---> Package net-snmp-devel.x86_64 2:5.9.4-1 will be installed --> Processing Dependency: net-snmp = 5.9.4 for package: 2:net-snmp-devel-5.9.4-1.x86_64 --> Finished Dependency Resolution Error: Package: 2:net-snmp-devel-5.9.4-1.x86_64 (contrail) Requires: net-snmp = 5.9.4 Available: 1:net-snmp-5.7.2-49.el7.x86_64 (tf-mirrors.ci_repos_yum7-base) net-snmp = 1:5.7.2-49.el7 Available: 1:net-snmp-5.7.2-49.el7_9.1.x86_64 (tf-mirrors.ci_repos_yum7-updates) net-snmp = 1:5.7.2-49.el7_9.1 Available: 1:net-snmp-5.7.2-49.el7_9.2.x86_64 (tf-mirrors.ci_repos_yum7-updates) net-snmp = 1:5.7.2-49.el7_9.2 Available: 1:net-snmp-5.7.2-49.el7_9.3.x86_64 (tf-mirrors.ci_repos_yum7-updates) net-snmp = 1:5.7.2-49.el7_9.3 Available: 1:net-snmp-5.7.2-49.el7_9.4.x86_64 (tf-mirrors.ci_repos_yum7-updates) net-snmp = 1:5.7.2-49.el7_9.4 Available: 1:net-snmp-5.8-20.el7.x86_64 (tpc) net-snmp = 1:5.8-20.el7 Available: 1:net-snmp-5.9.4-5.el7.x86_64 (tpc) net-snmp = 1:5.9.4-5.el7 Available: 2:net-snmp-5.9.4-1.x86_64 (contrail) net-snmp = 2:5.9.4-1  You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest The command '/bin/sh -c set -e ; source /etc/os-release && ver=$(echo $VERSION_ID | cut -d '.' -f 1) && if [[ ${ver} == 9 ]]; then dnf install -y net-snmp-1:5.9.1 net-snmp-devel-1:5.9.1 ; else yum install -y net-snmp-devel ; fi ; yum clean all -y ; rm -rf /var/cache/yum' returned a non-zero code: 1 2025-06-24 12:54:37,900: INFO: Docker build duration: 34 seconds 2025-06-24 12:54:37,908: ERROR: Building opensdn-analytics-snmp-base failed, duration: 34 seconds