2025-08-19 15:08:24,036: INFO: Building opensdn-vrouter-kernel-init-centos 2025-08-19 15:08:24,071: 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_9 --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-vrouter-kernel-init-centos --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 52.74 kB Step 1/14 : ARG CONTRAIL_REGISTRY Step 2/14 : ARG CONTRAIL_CONTAINER_TAG Step 3/14 : FROM centos:7 ---> eeb6ee3f44bd Step 4/14 : ARG VENDOR_NAME ---> Running in 09919fc688a7 ---> Removed intermediate container 09919fc688a7 ---> 323d9c4f39c7 Step 5/14 : ARG VENDOR_DOMAIN ---> Running in cc4bb7a87549 ---> Removed intermediate container cc4bb7a87549 ---> 22550e7aa8b3 Step 6/14 : ARG CONTRAIL_VERSION ---> Running in 017d9cd77a54 ---> Removed intermediate container 017d9cd77a54 ---> 37ac14fb3d77 Step 7/14 : ARG CONTRAIL_CONTAINER_TAG ---> Running in e8e679e4eed3 ---> Removed intermediate container e8e679e4eed3 ---> 82474f55f09d Step 8/14 : ARG CONTAINER_NAME ---> Running in 744f0ab61339 ---> Removed intermediate container 744f0ab61339 ---> 6fa5048c6e48 Step 9/14 : ENV VENDOR_DOMAIN=$VENDOR_DOMAIN VENDOR_NAME=$VENDOR_NAME CONTRAIL_VERSION=$CONTRAIL_CONTAINER_TAG CONTAINER_NAME=$CONTAINER_NAME ---> Running in 34856dfd5a2c ---> Removed intermediate container 34856dfd5a2c ---> 96f12e2e16a1 Step 10/14 : LABEL vendor=$VENDOR_NAME version=$CONTRAIL_CONTAINER_TAG release="5.1.0" name=$CONTAINER_NAME summary="Kernel init container for vrouter" description="This image is used to build vrouter.ko for current operating system that it's running on." $VENDOR_DOMAIN".container.name"=$CONTAINER_NAME ---> Running in 33df96c83e6c ---> Removed intermediate container 33df96c83e6c ---> 055cfa8c2a32 Step 11/14 : COPY *.repo /etc/yum.repos.d/ ---> 63c369fffe28 Step 12/14 : COPY *.sh / ---> d9c42d90bc2b Step 13/14 : RUN set -e ; mkdir -p /opt/contrail ; for item in `ls /__*` ; do mv $item /${item:3} ; done ; sed -i 's/mirrorlist=/#mirrorlist=/g' /etc/yum.repos.d/CentOS-* ; sed -Ei 's|^#([[:blank:]]*baseurl=http://mirror.centos.org)|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-* ; yum clean all -y ; yum makecache ; find /etc/yum.repos.d/ | grep -i rocky | xargs -r rm ; ls -l /etc/yum.repos.d/ ; rpm -Uvh --nodeps $(repoquery -q --location contrail-vrouter) ; yum clean all -y ; rm -rf /var/cache/yum ---> Running in fd3ad628ae07 ls: cannot access /__*: No such file or directory Loaded plugins: fastestmirror, ovl Cleaning repos: contrail tf-mirrors.ci_repos_centos-openstack-queens : tf-mirrors.ci_repos_dockerrepo 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 Loaded plugins: fastestmirror, ovl Determining fastest mirrors Metadata Cache Created total 52 -rw-r--r--. 1 root root 1 Aug 19 15:08 CentOS-Base.repo -rw-r--r--. 1 root root 1 Aug 19 15:08 CentOS-CR.repo -rw-r--r--. 1 root root 1 Aug 19 15:08 CentOS-Debuginfo.repo -rw-r--r--. 1 root root 1 Aug 19 15:08 CentOS-Media.repo -rw-r--r--. 1 root root 1 Aug 19 15:08 CentOS-Sources.repo -rw-r--r--. 1 root root 1 Aug 19 15:08 CentOS-Vault.repo -rw-r--r--. 1 root root 1 Aug 19 15:08 CentOS-fasttrack.repo -rw-r--r--. 1 root root 1 Aug 19 15:08 CentOS-x86_64-kernel.repo -rw-r--r--. 1 root root 100 Aug 19 14:03 contrail.repo -rw-r--r--. 1 root root 1108 Aug 19 15:01 mirror-base-centos7.repo -rw-r--r--. 1 root root 216 Aug 19 15:01 mirror-docker.repo -rw-r--r--. 1 root root 255 Aug 19 15:01 mirror-openstack.repo -rw-r--r--. 1 root root 140 Aug 19 15:01 tpc.repo Retrieving http://localhost:6667/x86_64/contrail-vrouter-v0+master.1.7.6.9.3.9-master_1_7_6_9_3_9.el7.x86_64.rpm Preparing... ######################################## Updating / installing... contrail-vrouter-v0+master.1.7.6.9.3.9######################################## Loaded plugins: fastestmirror, ovl Cleaning repos: contrail tf-mirrors.ci_repos_centos-openstack-queens : tf-mirrors.ci_repos_dockerrepo 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 : tpc Cleaning up list of fastest mirrors Other repos take up 176 M of disk space (use --verbose for details) ---> Removed intermediate container fd3ad628ae07 ---> cb2cd7a78d00 Step 14/14 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in 92d2217a572d ---> Removed intermediate container 92d2217a572d ---> 754972914901 [Warning] One or more build-args [BASE_EXTRA_RPMS GENERAL_EXTRA_RPMS LINUX_DISTR LINUX_DISTR_VER PIP_REPOSITORY SITE_MIRROR UBUNTU_DISTR UBUNTU_DISTR_VERSION YUM_ENABLE_REPOS] were not consumed Successfully built 754972914901 Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init-centos:master-1_7_6_9-3_9 2025-08-19 15:10:43,559: INFO: Docker build duration: 139 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init-centos] 66c6b658753b: Preparing 35e2085af070: Preparing ccdb525588d7: Preparing 174f56854903: Preparing 35e2085af070: Pushed ccdb525588d7: Pushed 174f56854903: Layer already exists 66c6b658753b: Pushed master-1_7_6_9-3_9: digest: sha256:34aecc8ddf642625e437d361ef4b5bd5afae3994bda4a5aadb76114a5af27f56 size: 1157 2025-08-19 15:11:23,215: INFO: Building opensdn-vrouter-kernel-init-centos finished successfully, duration: 179 seconds