2025-05-12 15:37:11,885: INFO: Building opensdn-base 2025-05-12 15:37:11,888: 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_6_8_3-1 --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-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 46.59 kB Step 1/10 : ARG CONTRAIL_REGISTRY Step 2/10 : ARG CONTRAIL_CONTAINER_TAG Step 3/10 : FROM ${CONTRAIL_REGISTRY}/opensdn-general-base:${CONTRAIL_CONTAINER_TAG} ---> dbef537909b7 Step 4/10 : ARG BASE_EXTRA_RPMS="" ---> Running in 1e108f08765d ---> Removed intermediate container 1e108f08765d ---> 2c114a164228 Step 5/10 : ARG PIP_REPOSITORY ---> Running in cf191b0137f3 ---> Removed intermediate container cf191b0137f3 ---> b67c3e039e53 Step 6/10 : ARG LINUX_DISTR=centos ---> Running in 87da081c61cc ---> Removed intermediate container 87da081c61cc ---> 535bde053389 Step 7/10 : RUN sed -e '/^tsflags=nodocs/d' -i /etc/yum.conf ; BASE_EXTRA_RPMS=$(echo $BASE_EXTRA_RPMS | tr -d '"' | tr ',' ' ') ; if [[ -n "$BASE_EXTRA_RPMS" ]] ; then echo "INFO: contrail-base: install $BASE_EXTRA_RPMS" ; yum install -y $BASE_EXTRA_RPMS ; echo "INFO: importing gpg keys from any newly installed repos" ; [ -d /etc/pki/rpm-gpg ] && rpm --import /etc/pki/rpm-gpg/* ; if [[ "$LINUX_DISTR" == "centos" ]]; then for file in /etc/yum.repos.d/rdo-* ; do grep -v mirrorlist= "$file" > "$file".new && mv "$file".new "$file" ; done ; sed -i 's|#s*baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/rdo-* ; fi ; fi ; yum install -y nc gcc python3-devel contrail-lib net-tools ; python3 -m pip install --no-compile --extra-index-url $PIP_REPOSITORY "contrail_config_utils==0.1.dev0" ; mkdir -p /opt/contrail/utils ; ls -l /usr/local/lib/python3.6/site-packages/ ; cp /usr/local/lib/python3.6/site-packages/contrail_config_utils/* /opt/contrail/utils/ ; chmod a+x /opt/contrail/utils/* ; rm -rf /tmp/utils ; python3 -m pip install --no-compile remote-pdb ; rm -rf /root/.cache ; yum clean all -y ; rm -rf /var/cache/yum ; ldconfig ---> Running in 2d6c231b7b33 Loaded plugins: fastestmirror, ovl Determining fastest mirrors Resolving Dependencies --> Running transaction check ---> Package contrail-lib.x86_64 0:master.1.6.6.9.5-master_1_6_6_9_5.el7 will be installed ---> Package gcc.x86_64 0:11.5.0-5.el9_5 will be installed --> Processing Dependency: cpp = 11.5.0-5.el9_5 for package: gcc-11.5.0-5.el9_5.x86_64 --> Processing Dependency: libgomp = 11.5.0-5.el9_5 for package: gcc-11.5.0-5.el9_5.x86_64 --> Processing Dependency: binutils >= 2.31 for package: gcc-11.5.0-5.el9_5.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-11.5.0-5.el9_5.x86_64 --> Processing Dependency: libgcc >= 11.5.0-5.el9_5 for package: gcc-11.5.0-5.el9_5.x86_64 --> Processing Dependency: make for package: gcc-11.5.0-5.el9_5.x86_64 --> Processing Dependency: libc.so.6(GLIBC_2.34)(64bit) for package: gcc-11.5.0-5.el9_5.x86_64 --> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-11.5.0-5.el9_5.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-11.5.0-5.el9_5.x86_64 --> Processing Dependency: libmpfr.so.6()(64bit) for package: gcc-11.5.0-5.el9_5.x86_64 --> Processing Dependency: libzstd.so.1()(64bit) for package: gcc-11.5.0-5.el9_5.x86_64 ---> Package net-tools.x86_64 0:2.0-0.64.20160912git.el9 will be installed --> Processing Dependency: libselinux.so.1(LIBSELINUX_1.0)(64bit) for package: net-tools-2.0-0.64.20160912git.el9.x86_64 ---> Package nmap-ncat.x86_64 3:7.92-3.el9 will be installed --> Processing Dependency: libcrypto.so.3(OPENSSL_3.0.0)(64bit) for package: 3:nmap-ncat-7.92-3.el9.x86_64 --> Processing Dependency: libssl.so.3(OPENSSL_3.0.0)(64bit) for package: 3:nmap-ncat-7.92-3.el9.x86_64 --> Processing Dependency: libcrypto.so.3()(64bit) for package: 3:nmap-ncat-7.92-3.el9.x86_64 --> Processing Dependency: libpcap.so.1()(64bit) for package: 3:nmap-ncat-7.92-3.el9.x86_64 --> Processing Dependency: libssl.so.3()(64bit) for package: 3:nmap-ncat-7.92-3.el9.x86_64 ---> Package python3-devel.x86_64 0:3.9.21-1.el9_5 will be installed Error: Invalid version flag: if /bin/sh: python3: command not found ls: cannot access /usr/local/lib/python3.6/site-packages/: No such file or directory cp: cannot stat ‘/usr/local/lib/python3.6/site-packages/contrail_config_utils/*’: No such file or directory chmod: cannot access ‘/opt/contrail/utils/*’: No such file or directory /bin/sh: python3: command not found Loaded plugins: fastestmirror, ovl Cleaning repos: contrail tf-mirrors.ci_repos_centos-openstack-queens : tf-mirrors.ci_repos_dockerrepo tf-mirrors.ci_repos_dockerrepo9 : tf-mirrors.ci_repos_epel9.repo tf-mirrors.ci_repos_yum7-base : tf-mirrors.ci_repos_yum7-centos-sclo-rh : tf-mirrors.ci_repos_yum7-centosplus : tf-mirrors.ci_repos_yum7-extras tf-mirrors.ci_repos_yum7-updates : tf-mirrors.ci_repos_yum9-appstream : tf-mirrors.ci_repos_yum9-appstream-debug : tf-mirrors.ci_repos_yum9-appstream-source : tf-mirrors.ci_repos_yum9-baseos : tf-mirrors.ci_repos_yum9-baseos-debug : tf-mirrors.ci_repos_yum9-baseos-source : tf-mirrors.ci_repos_yum9-crb tf-mirrors.ci_repos_yum9-crb-debug : tf-mirrors.ci_repos_yum9-crb-source : tf-mirrors.ci_repos_yum9-extras : tf-mirrors.ci_repos_yum9-extras-debug : tf-mirrors.ci_repos_yum9-extras-source tpc Cleaning up list of fastest mirrors ---> Removed intermediate container 2d6c231b7b33 ---> 9095abef8336 Step 8/10 : COPY *.sh / ---> 8956ea5e6cde Step 9/10 : ENV PS1="033[1m($(printenv NODE_TYPE)-$(printenv SERVICE_NAME))033[m017[$(id -un)@$(hostname -s) $(pwd)]$ " ---> Running in cd20c778e3f8 ---> Removed intermediate container cd20c778e3f8 ---> 724dba7bfbfc Step 10/10 : CMD ["/usr/bin/tail","-f","/dev/null"] ---> Running in dbe2d7892cec ---> Removed intermediate container dbe2d7892cec ---> a6ab8b1504f3 [Warning] One or more build-args [CONTAINER_NAME GENERAL_EXTRA_RPMS LINUX_DISTR_VER SITE_MIRROR UBUNTU_DISTR UBUNTU_DISTR_VERSION VENDOR_DOMAIN VENDOR_NAME YUM_ENABLE_REPOS] were not consumed Successfully built a6ab8b1504f3 Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-base:master-1_6_8_3-1 2025-05-12 15:37:27,555: INFO: Docker build duration: 16 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-base] 7682d7e6611b: Preparing a2e42c050f25: Preparing 95319b98deea: Preparing d0375116510f: Preparing df23f062c783: Preparing 2d5db306fce4: Preparing 76c7a7c5bba0: Preparing af473dcc4917: Preparing 174f56854903: Preparing 2d5db306fce4: Waiting 76c7a7c5bba0: Waiting af473dcc4917: Waiting 174f56854903: Waiting d0375116510f: Layer already exists df23f062c783: Layer already exists 95319b98deea: Layer already exists 76c7a7c5bba0: Layer already exists 2d5db306fce4: Layer already exists af473dcc4917: Layer already exists 174f56854903: Layer already exists 7682d7e6611b: Pushed a2e42c050f25: Pushed master-1_6_8_3-1: digest: sha256:d6460f0c86f75b8120b6b7ee8da225ad64912342f5ca1b4f171fec1b19319e7b size: 2199 2025-05-12 15:37:28,930: INFO: Building opensdn-base finished successfully, duration: 17 seconds