2025-06-08 09:15:32,692: INFO: Building opensdn-vrouter-kernel-init-centos
2025-06-08 09:15:32,772: 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_3-5 --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}
---> ae5789c39cc1
Step 4/9 : ARG CONTAINER_NAME
---> Running in 450a780f0f48
---> Removed intermediate container 450a780f0f48
---> 5e3d577fb545
Step 5/9 : ENV CONTAINER_NAME=$CONTAINER_NAME
---> Running in 1e8e86ee77ea
---> Removed intermediate container 1e8e86ee77ea
---> 2095fb633702
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 e1adf24ab84a
---> Removed intermediate container e1adf24ab84a
---> 822cefd92017
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 223fe18ef87c
Retrieving http://localhost:6667/x86_64/contrail-vrouter-master.1.8.0.3.5-master_1_8_0_3_5.el7.x86_64.rpm
Preparing...                          ########################################
Updating / installing...
contrail-vrouter-master.1.8.0.3.5-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 223fe18ef87c
---> cc6102fa9bc1
Step 8/9 : COPY *.sh /
---> 7a9913cc2e4f
Step 9/9 : ENTRYPOINT ["/entrypoint.sh"]
---> Running in 5c2fb0edbd9f
---> Removed intermediate container 5c2fb0edbd9f
---> 5a62003b68f1
[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 5a62003b68f1
Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init-centos:master-1_8_0_3-5
2025-06-08 09:17:58,137: INFO: Docker build duration: 146 seconds
The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init-centos]
d032f9381c95: Preparing
766d468ced9e: Preparing
6d02c31405aa: Preparing
60e43debd8d4: Preparing
ae3b3074d435: Preparing
d8a24700f054: Preparing
af16cc073b94: Preparing
6bbeffca4e0e: Preparing
c497264e7d60: Preparing
7e1a1f7c5d24: Preparing
eab282c89164: Preparing
070c7add7462: Preparing
174f56854903: Preparing
d8a24700f054: Waiting
af16cc073b94: Waiting
6bbeffca4e0e: Waiting
c497264e7d60: Waiting
7e1a1f7c5d24: Waiting
eab282c89164: Waiting
070c7add7462: Waiting
174f56854903: Waiting
d032f9381c95: Pushed
ae3b3074d435: Layer already exists
6d02c31405aa: Layer already exists
af16cc073b94: Layer already exists
60e43debd8d4: Layer already exists
d8a24700f054: Layer already exists
6bbeffca4e0e: Layer already exists
eab282c89164: Layer already exists
c497264e7d60: Layer already exists
7e1a1f7c5d24: Layer already exists
070c7add7462: Layer already exists
174f56854903: Layer already exists
766d468ced9e: Pushed
master-1_8_0_3-5: digest: sha256:0d518f27a87d28b30cc79ad77165301bc9bc5559f92ffd6e80cf8469a9fdb8fc size: 3041
2025-06-08 09:18:23,067: INFO: Building opensdn-vrouter-kernel-init-centos finished successfully, duration: 171 seconds