2025-06-10 16:30:12,669: INFO: Building opensdn-vrouter-kernel-init-centos
2025-06-10 16:30:12,707: 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_8_0_6-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-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 11.78 kB

Step 1/9 : ARG CONTRAIL_REGISTRY
Step 2/9 : ARG CONTRAIL_CONTAINER_TAG
Step 3/9 : FROM ${CONTRAIL_REGISTRY}/opensdn-vrouter-base:${CONTRAIL_CONTAINER_TAG}
---> 02c56b77ec4a
Step 4/9 : ARG CONTAINER_NAME
---> Running in a31876c6a73d
---> Removed intermediate container a31876c6a73d
---> aee7ff2b60f2
Step 5/9 : ENV CONTAINER_NAME=$CONTAINER_NAME
---> Running in 73363d65df90
---> Removed intermediate container 73363d65df90
---> fc6d733730f3
Step 6/9 : LABEL name=$CONTAINER_NAME       summary="Kernel init container for vrouter"       description="Prepares the host operating system for the contrail vrouter kernel interface."       $VENDOR_DOMAIN".container.name"=$CONTAINER_NAME
---> Running in 0dea1ea01753
---> Removed intermediate container 0dea1ea01753
---> 39cfb2870507
Step 7/9 : RUN set -e ;     rpm -Uvh --nodeps $(repoquery -q --location contrail-vrouter) &&     yum clean all -y &&     rm -rf /var/cache/yum
---> Running in 6523098866ce
Retrieving http://localhost:6667/x86_64/contrail-vrouter-master.1.8.0.6.1-master_1_8_0_6_1.el7.x86_64.rpm
Preparing...                          ########################################
Updating / installing...
contrail-vrouter-master.1.8.0.6.1-mast########################################
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
---> Removed intermediate container 6523098866ce
---> 56a5f1746638
Step 8/9 : COPY *.sh /
---> ecd73e5b530c
Step 9/9 : ENTRYPOINT ["/entrypoint.sh"]
---> Running in f64e338e33b8
---> Removed intermediate container f64e338e33b8
---> 2f2b1c8b51fa
[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 VENDOR_DOMAIN VENDOR_NAME YUM_ENABLE_REPOS] were not consumed
Successfully built 2f2b1c8b51fa
Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init-centos:master-1_8_0_6-1
2025-06-10 16:31:57,465: INFO: Docker build duration: 105 seconds
The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init-centos]
863e60cb2883: Preparing
c946e290be94: Preparing
05955522adef: Preparing
8266b6861907: Preparing
08e9b690d582: Preparing
3ac0d8d5d010: Preparing
e8e1d599e6c6: Preparing
289f13298f99: Preparing
def638305489: Preparing
89432847beb2: Preparing
1c7f577de774: Preparing
deec9695fee4: Preparing
174f56854903: Preparing
89432847beb2: Waiting
1c7f577de774: Waiting
deec9695fee4: Waiting
174f56854903: Waiting
3ac0d8d5d010: Waiting
e8e1d599e6c6: Waiting
289f13298f99: Waiting
def638305489: Waiting
863e60cb2883: Pushed
08e9b690d582: Layer already exists
05955522adef: Layer already exists
8266b6861907: Layer already exists
3ac0d8d5d010: Layer already exists
e8e1d599e6c6: Layer already exists
289f13298f99: Layer already exists
89432847beb2: Layer already exists
def638305489: Layer already exists
1c7f577de774: Layer already exists
deec9695fee4: Layer already exists
174f56854903: Layer already exists
c946e290be94: Pushed
master-1_8_0_6-1: digest: sha256:680a5eca335ccea8d61fdc9ed04e374d6a89a191cf264e288364ae0126622a4f size: 3041
2025-06-10 16:32:30,412: INFO: Building opensdn-vrouter-kernel-init-centos finished successfully, duration: 138 seconds