2025-06-27 07:21:21,789: INFO: Building opensdn-analytics-snmp-base 2025-06-27 07:21:21,804: 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_7_6_9-2 --build-arg SITE_MIRROR=http://nexus.gz1.opensdn.io/repository/external-web-cache --build-arg LINUX_DISTR_VER=9 --build-arg LINUX_DISTR=rockylinux --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 #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 553B done #1 WARN: InvalidDefaultArgInFrom: Default value for ARG ${CONTRAIL_REGISTRY}/opensdn-base:${CONTRAIL_CONTAINER_TAG} results in empty or invalid base image name (line 3) #1 DONE 0.1s #2 [internal] load metadata for nexus.gz1.opensdn.io:5101/opensdn-base:master-1_7_6_9-2 #2 DONE 0.0s #3 [internal] load .dockerignore #3 transferring context: #3 transferring context: 2B 0.0s done #3 DONE 0.1s #4 [1/5] FROM nexus.gz1.opensdn.io:5101/opensdn-base:master-1_7_6_9-2 #4 DONE 0.2s #5 [2/2] RUN set -e ; yum install -y --disablerepo contrail net-snmp-devel ; yum clean all -y ; rm -rf /var/cache/yum #5 0.560 added from: http://tf-mirrors.gz1.opensdn.io/re 33 MB/s | 2.1 MB 00:00 #5 0.998 added from: http://tf-mirrors.gz1.opensdn.io/re 13 MB/s | 730 kB 00:00 #5 1.204 added from: http://tf-mirrors.gz1.opensdn.io/re 9.4 MB/s | 264 kB 00:00 #5 1.405 added from: http://tf-mirrors.gz1.opensdn.io/re 59 MB/s | 7.0 MB 00:00 #5 3.240 added from: http://tf-mirrors.gz1.opensdn.io/re 21 MB/s | 4.0 MB 00:00 #5 4.574 added from: http://tf-mirrors.gz1.opensdn.io/re 2.8 MB/s | 939 kB 00:00 #5 5.341 added from: http://tf-mirrors.gz1.opensdn.io/re 25 MB/s | 2.3 MB 00:00 #5 7.035 added from: http://tf-mirrors.gz1.opensdn.io/re 7.7 MB/s | 392 kB 00:00 #5 7.748 added from: http://tf-mirrors.gz1.opensdn.io/re 7.9 MB/s | 451 kB 00:00 #5 8.221 added from: http://tf-mirrors.gz1.opensdn.io/re 656 kB/s | 16 kB 00:00 #5 8.450 added from: http://tf-mirrors.gz1.opensdn.io/re 8.9 kB/s | 257 B 00:00 #5 8.758 added from: http://tf-mirrors.gz1.opensdn.io/re 419 kB/s | 13 kB 00:00 #5 9.149 added from: http://tf-mirrors.gz1.opensdn.io/re 1.8 MB/s | 64 kB 00:00 #5 10.22 added from: http://tf-mirrors.gz1.opensdn.io/re 48 MB/s | 30 MB 00:00 #5 32.18 Third parties for OpenSDN 24 MB/s | 5.4 MB 00:00 #5 44.82 Error: #5 44.82 Problem: cannot install the best candidate for the job #5 44.82 - nothing provides net-snmp = 5.9.4 needed by net-snmp-devel-2:5.9.4-1.x86_64 from tpc #5 44.82 (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) #5 ERROR: process "/bin/sh -c set -e ; yum install -y --disablerepo contrail net-snmp-devel ; yum clean all -y ; rm -rf /var/cache/yum" did not complete successfully: exit code: 1 ------ > [2/2] RUN set -e ; yum install -y --disablerepo contrail net-snmp-devel ; yum clean all -y ; rm -rf /var/cache/yum: 8.221 added from: http://tf-mirrors.gz1.opensdn.io/re 656 kB/s | 16 kB 00:00 8.450 added from: http://tf-mirrors.gz1.opensdn.io/re 8.9 kB/s | 257 B 00:00 8.758 added from: http://tf-mirrors.gz1.opensdn.io/re 419 kB/s | 13 kB 00:00 9.149 added from: http://tf-mirrors.gz1.opensdn.io/re 1.8 MB/s | 64 kB 00:00 10.22 added from: http://tf-mirrors.gz1.opensdn.io/re 48 MB/s | 30 MB 00:00 32.18 Third parties for OpenSDN 24 MB/s | 5.4 MB 00:00 44.82 Error: 44.82 Problem: cannot install the best candidate for the job 44.82 - nothing provides net-snmp = 5.9.4 needed by net-snmp-devel-2:5.9.4-1.x86_64 from tpc 44.82 (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) ------ 1 warning found (use docker --debug to expand):  - InvalidDefaultArgInFrom: Default value for ARG ${CONTRAIL_REGISTRY}/opensdn-base:${CONTRAIL_CONTAINER_TAG} results in empty or invalid base image name (line 3) Dockerfile:9 -------------------- 8 | # required to install python's snmp package 9 | >>> RUN set -e ; 10 | >>> # do we really need install net-snmp from spec file? 11 | >>> yum install -y --disablerepo contrail net-snmp-devel ; 12 | >>> yum clean all -y ; 13 | >>> rm -rf /var/cache/yum 14 | -------------------- ERROR: failed to solve: process "/bin/sh -c set -e ; yum install -y --disablerepo contrail net-snmp-devel ; yum clean all -y ; rm -rf /var/cache/yum" did not complete successfully: exit code: 1 2025-06-27 07:22:08,190: INFO: Docker build duration: 47 seconds 2025-06-27 07:22:08,206: ERROR: Building opensdn-analytics-snmp-base failed, duration: 47 seconds