2025-08-18 14:54:11,457: INFO: Building opensdn-tor-agent 2025-08-18 14:54:11,542: 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-3_3 --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-tor-agent --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 10.24 kB Step 1/11 : ARG CONTRAIL_REGISTRY Step 2/11 : ARG CONTRAIL_CONTAINER_TAG Step 3/11 : FROM ${CONTRAIL_REGISTRY}/opensdn-base:${CONTRAIL_CONTAINER_TAG} ---> f16b86cd5140 Step 4/11 : ARG PIP_REPOSITORY ---> Using cache ---> 32cb59563f2f Step 5/11 : ARG CONTAINER_NAME ---> Running in 2064eb9c04f4 ---> Removed intermediate container 2064eb9c04f4 ---> dc0eec15abf3 Step 6/11 : ENV NODE_TYPE=toragent SERVICE_NAME=tor-agent CONTAINER_NAME=$CONTAINER_NAME ---> Running in 0cb50477f11a ---> Removed intermediate container 0cb50477f11a ---> 1b766980bd9d Step 7/11 : LABEL name=$CONTAINER_NAME summary="Contrail ToR agent" description="A ToR agent provisioned in the Contrail cluster acts as the OVSDB client for the ToR switch, and all of the OVSDB interactions with the ToR switch are performed by using the ToR agent." $VENDOR_DOMAIN".pod"=$NODE_TYPE $VENDOR_DOMAIN".service"=$SERVICE_NAME $VENDOR_DOMAIN".container.name"=$CONTAINER_NAME ---> Running in e629bdfbbbb0 ---> Removed intermediate container e629bdfbbbb0 ---> 34d88fabf499 Step 8/11 : RUN set -e ; yum install -y contrail-vrouter-agent ; yum clean all -y ; rm -rf /var/cache/yum ; python3 -m pip install --no-compile --extra-index-url $PIP_REPOSITORY "contrail-vrouter-api==0.1.dev0" ; rm -rf /root/.cache ---> Running in 782966310bb3 Contrail repo 995 kB/s | 148 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 15 MB/s | 2.1 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 4.2 MB/s | 730 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 5.0 MB/s | 264 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 27 MB/s | 7.0 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 26 MB/s | 4.0 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 3.5 MB/s | 939 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 14 MB/s | 2.3 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 4.3 MB/s | 392 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 9.6 MB/s | 451 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 110 kB/s | 16 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 3.4 kB/s | 257 B 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 377 kB/s | 13 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 1.9 MB/s | 64 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 33 MB/s | 30 MB 00:00 Third parties for OpenSDN 40 MB/s | 5.4 MB 00:00 (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) Error: Problem: conflicting requests - nothing provides libcrypto.so.10()(64bit) needed by contrail-vrouter-agent-v0+master.1.7.6.9.3.3-master_1_7_6_9_3_3.el7.x86_64 from contrail - nothing provides libcrypto.so.10(libcrypto.so.10)(64bit) needed by contrail-vrouter-agent-v0+master.1.7.6.9.3.3-master_1_7_6_9_3_3.el7.x86_64 from contrail - nothing provides libssl.so.10()(64bit) needed by contrail-vrouter-agent-v0+master.1.7.6.9.3.3-master_1_7_6_9_3_3.el7.x86_64 from contrail - nothing provides libssl.so.10(libssl.so.10)(64bit) needed by contrail-vrouter-agent-v0+master.1.7.6.9.3.3-master_1_7_6_9_3_3.el7.x86_64 from contrail The command '/bin/sh -c set -e ; yum install -y contrail-vrouter-agent ; yum clean all -y ; rm -rf /var/cache/yum ; python3 -m pip install --no-compile --extra-index-url $PIP_REPOSITORY "contrail-vrouter-api==0.1.dev0" ; rm -rf /root/.cache' returned a non-zero code: 1 2025-08-18 14:55:26,989: INFO: Docker build duration: 75 seconds 2025-08-18 14:55:26,996: ERROR: Building opensdn-tor-agent failed, duration: 75 seconds