2025-05-29 01:40:36,403: INFO: Building opensdn-kubernetes-cni-init
2025-05-29 01:40:36,448: INFO: Building args: --network host --build-arg PIP_REPOSITORY=http://localhost:6667/pip/simple --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5102 --build-arg CONTRAIL_CONTAINER_TAG=nightly --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-kubernetes-cni-init --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 8.704 kB

Step 1/10 : ARG CONTRAIL_REGISTRY
Step 2/10 : ARG CONTRAIL_CONTAINER_TAG
Step 3/10 : FROM ${CONTRAIL_REGISTRY}/opensdn-base:${CONTRAIL_CONTAINER_TAG}
---> 0ccf41b1b814
Step 4/10 : ARG SITE_MIRROR
---> Running in d646c8c93614
---> Removed intermediate container d646c8c93614
---> b0bd8f4ef0be
Step 5/10 : ARG CONTAINER_NAME
---> Running in 2fc02c7016b8
---> Removed intermediate container 2fc02c7016b8
---> 83e19196a1a2
Step 6/10 : ENV CONTAINER_NAME=$CONTAINER_NAME
---> Running in 511694a5df5a
---> Removed intermediate container 511694a5df5a
---> fe14954e9222
Step 7/10 : LABEL name=$CONTAINER_NAME       summary="Contrail Kubernetes Container Network Interface"       description="Contrail provides support for Container Network Interface for Kubernetes."       $VENDOR_DOMAIN".container.name"=$CONTAINER_NAME
---> Running in 8da7cd64f3a9
---> Removed intermediate container 8da7cd64f3a9
---> 0c00e765694a
Step 8/10 : RUN set -e ;     source /functions.sh &&     download_package https://github.com containernetworking/cni/releases/download/v0.3.0/cni-v0.3.0.tgz /opt/cni-v0.3.0.tgz &&     yum install -y contrail-k8s-cni &&     yum clean all -y &&     rm -rf /var/cache/yum
---> Running in ce232ba2dd1a
2025-05-29 01:40:51 URL:http://nexus.gz1.opensdn.io/repository/external-web-cache/containernetworking/cni/releases/download/v0.3.0/cni-v0.3.0.tgz [13610792/13610792] -> "/opt/cni-v0.3.0.tgz" [1]
Loaded plugins: fastestmirror, ovl
Determining fastest mirrors
Resolving Dependencies
--> Running transaction check
---> Package contrail-k8s-cni.x86_64 0:nightly-nightly.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
Package               Arch        Version                  Repository     Size
================================================================================
Installing:
contrail-k8s-cni      x86_64      nightly-nightly.el7      contrail      2.2 M

Transaction Summary
================================================================================
Install  1 Package

Total download size: 2.2 M
Installed size: 6.2 M
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : contrail-k8s-cni-nightly-nightly.el7.x86_64                  1/1
Verifying  : contrail-k8s-cni-nightly-nightly.el7.x86_64                  1/1

Installed:
contrail-k8s-cni.x86_64 0:nightly-nightly.el7

Complete!
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
---> Removed intermediate container ce232ba2dd1a
---> 51a4241c8120
Step 9/10 : COPY entrypoint.sh /
---> a517a2dde1a5
Step 10/10 : ENTRYPOINT ["/entrypoint.sh"]
---> Running in 1bce44773ebe
---> Removed intermediate container 1bce44773ebe
---> a5bea665c11e
[Warning] One or more build-args [BASE_EXTRA_RPMS GENERAL_EXTRA_RPMS LINUX_DISTR LINUX_DISTR_VER PIP_REPOSITORY UBUNTU_DISTR UBUNTU_DISTR_VERSION VENDOR_DOMAIN VENDOR_NAME YUM_ENABLE_REPOS] were not consumed
Successfully built a5bea665c11e
Successfully tagged nexus.gz1.opensdn.io:5102/opensdn-kubernetes-cni-init:nightly
2025-05-29 01:42:33,639: INFO: Docker build duration: 117 seconds
The push refers to repository [nexus.gz1.opensdn.io:5102/opensdn-kubernetes-cni-init]
329377feccfb: Preparing
51ff5fdf1aa9: Preparing
b79a71dff9b0: Preparing
5ca3c8266303: Preparing
467c0e357c64: Preparing
3d53ac6793c1: Preparing
1f50738c05ad: Preparing
a2163f2ac816: Preparing
dab14f4fcbcc: Preparing
7869d8b3a310: Preparing
174f56854903: Preparing
1f50738c05ad: Waiting
a2163f2ac816: Waiting
dab14f4fcbcc: Waiting
467c0e357c64: Waiting
7869d8b3a310: Waiting
174f56854903: Waiting
3d53ac6793c1: Waiting
329377feccfb: Pushed
5ca3c8266303: Layer already exists
b79a71dff9b0: Layer already exists
467c0e357c64: Layer already exists
3d53ac6793c1: Layer already exists
a2163f2ac816: Layer already exists
1f50738c05ad: Layer already exists
dab14f4fcbcc: Layer already exists
7869d8b3a310: Layer already exists
174f56854903: Layer already exists
51ff5fdf1aa9: Pushed
nightly: digest: sha256:de5b13408f2860d7d6a9bce305c56d9a7d4ef63a551897fe4a9d24cef325ba90 size: 2620
2025-05-29 01:42:47,689: INFO: Building opensdn-kubernetes-cni-init finished successfully, duration: 131 seconds