2025-04-25 06:28:02,700: INFO: Building opensdn-vrouter-kernel-init-centos
2025-04-25 06:28:02,832: 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_0_8-3 --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=22.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}
---> f0aff28043ac
Step 4/9 : ARG CONTAINER_NAME
---> Running in 975acdbdb710
---> Removed intermediate container 975acdbdb710
---> f34f385dd451
Step 5/9 : ENV CONTAINER_NAME=$CONTAINER_NAME
---> Running in aa90f31c5373
---> Removed intermediate container aa90f31c5373
---> 6bd0e82d93e2
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 2080e537eed1
---> Removed intermediate container 2080e537eed1
---> e3842eb72796
Step 7/9 : RUN rpm -Uvh --nodeps $(repoquery -q --location contrail-vrouter) &&     yum clean all -y &&     rm -rf /var/cache/yum
---> Running in 641c024514c8
Retrieving http://localhost:6667/x86_64/contrail-vrouter-master.1.6.0.7.1-master_1_6_0_7_1.el7.x86_64.rpm
Preparing...                          ########################################
Updating / installing...
contrail-vrouter-master.1.6.0.7.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 641c024514c8
---> 43f5acdc4da1
Step 8/9 : COPY *.sh /
---> 42dbf6ac1b24
Step 9/9 : ENTRYPOINT ["/entrypoint.sh"]
---> Running in 213c6269e181
---> Removed intermediate container 213c6269e181
---> 2a5f3c2b425d
[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 2a5f3c2b425d
Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init-centos:master-1_6_0_8-3
2025-04-25 06:29:54,629: INFO: Docker build duration: 112 seconds
The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init-centos]
9a870b5c9a38: Preparing
03a681af8fb4: Preparing
de10b1e793d6: Preparing
e71a12687f90: Preparing
92453b3c263f: Preparing
eaaa44c2942a: Preparing
84ad43b5effe: Preparing
ae1206851e58: Preparing
e22a5b530b52: Preparing
ef871dc96615: Preparing
b818138cc350: Preparing
94b894498834: Preparing
174f56854903: Preparing
e22a5b530b52: Waiting
ef871dc96615: Waiting
b818138cc350: Waiting
84ad43b5effe: Waiting
94b894498834: Waiting
174f56854903: Waiting
eaaa44c2942a: Waiting
ae1206851e58: Waiting
9a870b5c9a38: Pushed
de10b1e793d6: Layer already exists
92453b3c263f: Layer already exists
e71a12687f90: Layer already exists
eaaa44c2942a: Layer already exists
84ad43b5effe: Layer already exists
ae1206851e58: Layer already exists
e22a5b530b52: Layer already exists
ef871dc96615: Layer already exists
b818138cc350: Layer already exists
94b894498834: Layer already exists
174f56854903: Layer already exists
03a681af8fb4: Pushed
master-1_6_0_8-3: digest: sha256:590a4df0a8dfce5c448af2d4ef61a46ba70058496edf0cb9d42ea47ffda91c10 size: 3041
2025-04-25 06:30:16,938: INFO: Building opensdn-vrouter-kernel-init-centos finished successfully, duration: 134 seconds