2025-03-27 15:30:48,267: INFO: Building contrail-controller-control-base 2025-03-27 15:30:48,276: 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_3_2_6-2_5 --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=contrail-controller-control-base --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 2.048 kB Step 1/7 : ARG CONTRAIL_REGISTRY Step 2/7 : ARG CONTRAIL_CONTAINER_TAG Step 3/7 : FROM ${CONTRAIL_REGISTRY}/contrail-base:${CONTRAIL_CONTAINER_TAG} ---> 4b0f6ddcac9e Step 4/7 : ENV NODE_TYPE=control ---> Running in 648f1298387d ---> Removed intermediate container 648f1298387d ---> 36d0196f67e9 Step 5/7 : LABEL $VENDOR_DOMAIN".pod"=$NODE_TYPE ---> Running in d21f478d736c ---> Removed intermediate container d21f478d736c ---> 67a5b57f5862 Step 6/7 : RUN yum install -y contrail-control contrail-dns ; mkdir -p /opt/contrail_dns ; cp -r /etc/contrail/dns/* /opt/contrail_dns/ ; yum clean all -y ; rm -rf /var/cache/yum ---> Running in e592a5550c4d /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) Failed to set locale, defaulting to C.UTF-8 Contrail repo 5.2 MB/s | 146 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 26 MB/s | 2.1 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 17 MB/s | 730 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 1.2 MB/s | 264 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 38 MB/s | 7.0 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 32 MB/s | 4.0 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 19 MB/s | 939 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 33 MB/s | 2.3 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 8.9 MB/s | 392 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 14 MB/s | 451 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 555 kB/s | 16 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 8.5 kB/s | 257 B 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 715 kB/s | 13 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 1.2 MB/s | 64 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 63 MB/s | 30 MB 00:00 Third parties for Contrail 29 MB/s | 5.4 MB 00:00 Error: Problem 1: conflicting requests - nothing provides libcrypto.so.10()(64bit) needed by contrail-control-master.1.3.2.6.2.5-master_1_3_2_6_2_5.el7.x86_64 from contrail - nothing provides libcrypto.so.10(libcrypto.so.10)(64bit) needed by contrail-control-master.1.3.2.6.2.5-master_1_3_2_6_2_5.el7.x86_64 from contrail - nothing provides libssl.so.10()(64bit) needed by contrail-control-master.1.3.2.6.2.5-master_1_3_2_6_2_5.el7.x86_64 from contrail - nothing provides libssl.so.10(libssl.so.10)(64bit) needed by contrail-control-master.1.3.2.6.2.5-master_1_3_2_6_2_5.el7.x86_64 from contrail - nothing provides xmltodict >= 0.7.0 needed by contrail-control-master.1.3.2.6.2.5-master_1_3_2_6_2_5.el7.x86_64 from contrail Problem 2: conflicting requests - nothing provides libcrypto.so.10()(64bit) needed by contrail-dns-master.1.3.2.6.2.5-master_1_3_2_6_2_5.el7.x86_64 from contrail - nothing provides libcrypto.so.10(libcrypto.so.10)(64bit) needed by contrail-dns-master.1.3.2.6.2.5-master_1_3_2_6_2_5.el7.x86_64 from contrail - nothing provides libssl.so.10()(64bit) needed by contrail-dns-master.1.3.2.6.2.5-master_1_3_2_6_2_5.el7.x86_64 from contrail - nothing provides libssl.so.10(libssl.so.10)(64bit) needed by contrail-dns-master.1.3.2.6.2.5-master_1_3_2_6_2_5.el7.x86_64 from contrail - nothing provides libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) needed by contrail-dns-master.1.3.2.6.2.5-master_1_3_2_6_2_5.el7.x86_64 from contrail - nothing provides libcrypto.so.10(OPENSSL_1.0.2)(64bit) needed by contrail-dns-master.1.3.2.6.2.5-master_1_3_2_6_2_5.el7.x86_64 from contrail (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) cp: cannot stat '/etc/contrail/dns/*': No such file or directory Failed to set locale, defaulting to C.UTF-8 80 files removed ---> Removed intermediate container e592a5550c4d ---> 90de0642e70f Step 7/7 : CMD ["/usr/bin/tail","-f","/dev/null"] ---> Running in 17efa26b87a1 ---> Removed intermediate container 17efa26b87a1 ---> 9c7c0f71f7d7 [Warning] One or more build-args [BASE_EXTRA_RPMS CONTAINER_NAME GENERAL_EXTRA_RPMS LINUX_DISTR LINUX_DISTR_VER PIP_REPOSITORY SITE_MIRROR UBUNTU_DISTR UBUNTU_DISTR_VERSION VENDOR_DOMAIN VENDOR_NAME YUM_ENABLE_REPOS] were not consumed Successfully built 9c7c0f71f7d7 Successfully tagged nexus.gz1.opensdn.io:5101/contrail-controller-control-base:master-1_3_2_6-2_5 Successfully tagged nexus.gz1.opensdn.io:5101/tf-controller-control-base:master-1_3_2_6-2_5 2025-03-27 15:31:37,562: INFO: Docker build duration: 49 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/contrail-controller-control-base] e4bcf6b1d541: Preparing 3a83d049bac2: Preparing d816c86645f0: Preparing 3aebe52ecd38: Preparing cf3dc2d2e3a3: Preparing 034da300f549: Preparing be4af9565ddb: Preparing 61cecb3ee198: Preparing dbe1716ad21a: Preparing 44343de3ea1d: Preparing 034da300f549: Waiting be4af9565ddb: Waiting 61cecb3ee198: Waiting dbe1716ad21a: Waiting 44343de3ea1d: Waiting 3a83d049bac2: Layer already exists 3aebe52ecd38: Layer already exists d816c86645f0: Layer already exists cf3dc2d2e3a3: Layer already exists 034da300f549: Layer already exists e4bcf6b1d541: Pushed 61cecb3ee198: Layer already exists dbe1716ad21a: Layer already exists be4af9565ddb: Layer already exists 44343de3ea1d: Layer already exists master-1_3_2_6-2_5: digest: sha256:5e9f48e89bbd6d1f45b24a36a51340959213fe6ccb1291fc0bf3f1d522eda82e size: 2410 The push refers to repository [nexus.gz1.opensdn.io:5101/tf-controller-control-base] e4bcf6b1d541: Preparing 3a83d049bac2: Preparing d816c86645f0: Preparing 3aebe52ecd38: Preparing cf3dc2d2e3a3: Preparing 034da300f549: Preparing be4af9565ddb: Preparing 61cecb3ee198: Preparing dbe1716ad21a: Preparing 44343de3ea1d: Preparing 034da300f549: Waiting be4af9565ddb: Waiting 61cecb3ee198: Waiting dbe1716ad21a: Waiting 44343de3ea1d: Waiting d816c86645f0: Layer already exists 3aebe52ecd38: Layer already exists e4bcf6b1d541: Layer already exists cf3dc2d2e3a3: Layer already exists 3a83d049bac2: Layer already exists 034da300f549: Layer already exists be4af9565ddb: Layer already exists 44343de3ea1d: Layer already exists 61cecb3ee198: Layer already exists dbe1716ad21a: Layer already exists master-1_3_2_6-2_5: digest: sha256:5e9f48e89bbd6d1f45b24a36a51340959213fe6ccb1291fc0bf3f1d522eda82e size: 2410 2025-03-27 15:31:38,747: INFO: Building contrail-controller-control-base finished successfully, duration: 50 seconds