2025-08-13 14:56:12,482: INFO: Building opensdn-vrouter-kernel-init-centos 2025-08-13 14:56:12,505: 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_2_2_1-7_0 --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 f231402f8d9c ---> Removed intermediate container f231402f8d9c ---> 5fd554178df9 Step 5/14 : ARG VENDOR_DOMAIN ---> Running in 5d9cfd284b38 ---> Removed intermediate container 5d9cfd284b38 ---> abd856761597 Step 6/14 : ARG CONTRAIL_VERSION ---> Running in d36709815d22 ---> Removed intermediate container d36709815d22 ---> 764df028741b Step 7/14 : ARG CONTRAIL_CONTAINER_TAG ---> Running in b4f78665af61 ---> Removed intermediate container b4f78665af61 ---> 4148b6dc73f8 Step 8/14 : ARG CONTAINER_NAME ---> Running in 3fb9c071fc2b ---> Removed intermediate container 3fb9c071fc2b ---> 4d1ad3793166 Step 9/14 : ENV VENDOR_DOMAIN=$VENDOR_DOMAIN VENDOR_NAME=$VENDOR_NAME CONTRAIL_VERSION=$CONTRAIL_CONTAINER_TAG CONTAINER_NAME=$CONTAINER_NAME ---> Running in bc5c97ac6ab9 ---> Removed intermediate container bc5c97ac6ab9 ---> da4666c9f697 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 a78a0c0081c8 ---> Removed intermediate container a78a0c0081c8 ---> dd363b1e7d34 Step 11/14 : COPY *.repo /etc/yum.repos.d/ ---> 1671788cb7bc Step 12/14 : COPY *.sh / ---> a9fb571eff09 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 7a1a922ae9ab 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 13 14:56 CentOS-Base.repo -rw-r--r--. 1 root root 1 Aug 13 14:56 CentOS-CR.repo -rw-r--r--. 1 root root 1 Aug 13 14:56 CentOS-Debuginfo.repo -rw-r--r--. 1 root root 1 Aug 13 14:56 CentOS-Media.repo -rw-r--r--. 1 root root 1 Aug 13 14:56 CentOS-Sources.repo -rw-r--r--. 1 root root 1 Aug 13 14:56 CentOS-Vault.repo -rw-r--r--. 1 root root 1 Aug 13 14:56 CentOS-fasttrack.repo -rw-r--r--. 1 root root 1 Aug 13 14:56 CentOS-x86_64-kernel.repo -rw-r--r--. 1 root root 100 Aug 13 13:50 contrail.repo -rw-r--r--. 1 root root 1108 Aug 13 14:48 mirror-base-centos7.repo -rw-r--r--. 1 root root 216 Aug 13 14:48 mirror-docker.repo -rw-r--r--. 1 root root 255 Aug 13 14:48 mirror-openstack.repo -rw-r--r--. 1 root root 140 Aug 13 14:48 tpc.repo Retrieving http://localhost:6667/x86_64/contrail-vrouter-master.1.2.2.1.7.0-master_1_2_2_1_7_0.el7.x86_64.rpm Preparing... ######################################## Updating / installing... contrail-vrouter-master.1.2.2.1.7.0-ma######################################## 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 7a1a922ae9ab ---> dbe48d05e0bd Step 14/14 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in 83e58123a6e1 ---> Removed intermediate container 83e58123a6e1 ---> a41b999af5f7 [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 a41b999af5f7 Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init-centos:master-1_2_2_1-7_0 2025-08-13 14:58:42,679: INFO: Docker build duration: 150 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init-centos] 2cd523ea7cd5: Preparing e5bf8aa5bc3a: Preparing fbb12e911496: Preparing 174f56854903: Preparing 174f56854903: Layer already exists e5bf8aa5bc3a: Pushed fbb12e911496: Pushed 2cd523ea7cd5: Pushed master-1_2_2_1-7_0: digest: sha256:dd3d7405cccfaa714593e2477caaa74bb1af316f0f39f562fc327e7ab1ff46d7 size: 1157 2025-08-13 14:59:09,040: INFO: Building opensdn-vrouter-kernel-init-centos finished successfully, duration: 177 seconds