2025-06-26 15:16:45,039: INFO: Building opensdn-analytics-snmp-base 2025-06-26 15:16:45,052: 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-3_2 --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} ---> 1fe2a562d888 Step 4/7 : ENV NODE_TYPE=analytics-snmp ---> Running in 6e7f8fd0d8f6 ---> Removed intermediate container 6e7f8fd0d8f6 ---> cef60d5c5273 Step 5/7 : LABEL $VENDOR_DOMAIN".pod"=$NODE_TYPE ---> Running in 92ac457f08bf ---> Removed intermediate container 92ac457f08bf ---> edd25651848e 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 a4269a151efd 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 = 2:5.9.4 for package: 2:net-snmp-devel-5.9.4-1.x86_64 --> Running transaction check ---> Package net-snmp.x86_64 2:5.9.4-1 will be installed --> Processing Dependency: perl(SNMP) for package: 2:net-snmp-5.9.4-1.x86_64 --> Processing Dependency: perl(NetSNMP::agent) for package: 2:net-snmp-5.9.4-1.x86_64 --> Processing Dependency: perl(NetSNMP::OID) for package: 2:net-snmp-5.9.4-1.x86_64 --> Processing Dependency: perl(NetSNMP::ASN) for package: 2:net-snmp-5.9.4-1.x86_64 --> Processing Dependency: perl(Mail::Sender) for package: 2:net-snmp-5.9.4-1.x86_64 --> Processing Dependency: perl(JSON) for package: 2:net-snmp-5.9.4-1.x86_64 --> Processing Dependency: perl(Data::Dumper) for package: 2:net-snmp-5.9.4-1.x86_64 --> Processing Dependency: libnl-3.so.200()(64bit) for package: 2:net-snmp-5.9.4-1.x86_64 --> Running transaction check ---> Package libnl3.x86_64 0:3.2.28-4.el7 will be installed ---> Package net-snmp.x86_64 2:5.9.4-1 will be installed --> Processing Dependency: perl(Mail::Sender) for package: 2:net-snmp-5.9.4-1.x86_64 ---> Package net-snmp-perlmods.x86_64 2:5.9.4-1 will be installed ---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed ---> Package perl-JSON.noarch 0:2.59-2.el7 will be installed --> Finished Dependency Resolution Error: Package: 2:net-snmp-5.9.4-1.x86_64 (contrail) Requires: perl(Mail::Sender)  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-26 15:17:34,334: INFO: Docker build duration: 49 seconds 2025-06-26 15:17:34,340: ERROR: Building opensdn-analytics-snmp-base failed, duration: 49 seconds