2025-04-26 08:38:09,443: INFO: Building contrail-kubernetes-kube-manager 2025-04-26 08:38:09,486: 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_1_7-4 --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=contrail-kubernetes-kube-manager --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 15.87 kB Step 1/11 : ARG CONTRAIL_REGISTRY Step 2/11 : ARG CONTRAIL_CONTAINER_TAG Step 3/11 : FROM ${CONTRAIL_REGISTRY}/opensdn-base:${CONTRAIL_CONTAINER_TAG} ---> 3c31d8fb1545 Step 4/11 : ARG PIP_REPOSITORY ---> Running in 6ae0965e5d58 ---> Removed intermediate container 6ae0965e5d58 ---> 571799bd3a50 Step 5/11 : ARG CONTAINER_NAME ---> Running in 24275f82a237 ---> Removed intermediate container 24275f82a237 ---> 1922ccabc0ae Step 6/11 : ENV NODE_TYPE=kubernetes SERVICE_NAME=kube-manager CONTAINER_NAME=$CONTAINER_NAME ---> Running in 3e9705f15efe ---> Removed intermediate container 3e9705f15efe ---> 8b6c9ec8363c Step 7/11 : LABEL name=$CONTAINER_NAME summary="Contrail Kubernetes Manager" description="Contrail Kubernetes Manager provides listening to the Kubernetes API messages and creating corresponding resources in the Contrail API database." $VENDOR_DOMAIN".pod"=$NODE_TYPE $VENDOR_DOMAIN".service"=$SERVICE_NAME $VENDOR_DOMAIN".container.name"=$CONTAINER_NAME ---> Running in 1ed8e6d6b397 ---> Removed intermediate container 1ed8e6d6b397 ---> 9ef2dcddef60 Step 8/11 : RUN set -e ; python3 -m pip install --no-compile --extra-index-url $PIP_REPOSITORY "kube_manager==0.1.dev0" ; rm -rf /root/.cache ---> Running in 61d2d346ca10 Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/, http://localhost:6667/pip/simple Collecting kube_manager==0.1.dev0 Downloading http://localhost:6667/pip/simple/kube-manager/kube_manager-0.1.dev0-py3-none-any.whl (184 kB) Collecting bitstring Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/0de/167daa6a00c93/bitstring-3.1.9-py3-none-any.whl (38 kB) Requirement already satisfied: gevent in /usr/local/lib64/python3.6/site-packages (from kube_manager==0.1.dev0) (22.10.2) Collecting keystoneauth1 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c41/b041abed17f5e/keystoneauth1-5.1.3-py3-none-any.whl (318 kB) Requirement already satisfied: requests in /usr/local/lib/python3.6/site-packages (from kube_manager==0.1.dev0) (2.27.1) Requirement already satisfied: contrail-api-client==0.1.dev0 in /usr/local/lib/python3.6/site-packages (from kube_manager==0.1.dev0) (0.1.dev0) Requirement already satisfied: sandesh==0.1.dev0 in /usr/local/lib/python3.6/site-packages (from kube_manager==0.1.dev0) (0.1.dev0) Requirement already satisfied: greenlet in /usr/local/lib64/python3.6/site-packages (from kube_manager==0.1.dev0) (2.0.2) Requirement already satisfied: contrail-config-common==0.1.dev0 in /usr/local/lib/python3.6/site-packages (from kube_manager==0.1.dev0) (0.1.dev0) Requirement already satisfied: netaddr<1 in /usr/local/lib/python3.6/site-packages (from kube_manager==0.1.dev0) (0.10.1) Requirement already satisfied: sandesh-common==0.1.dev0 in /usr/local/lib/python3.6/site-packages (from kube_manager==0.1.dev0) (0.1.dev0) Requirement already satisfied: kombu in /usr/local/lib/python3.6/site-packages (from contrail-config-common==0.1.dev0->kube_manager==0.1.dev0) (5.1.0) Requirement already satisfied: kazoo in /usr/local/lib/python3.6/site-packages (from contrail-config-common==0.1.dev0->kube_manager==0.1.dev0) (2.10.0) Requirement already satisfied: bottle<0.13 in /usr/local/lib/python3.6/site-packages (from contrail-config-common==0.1.dev0->kube_manager==0.1.dev0) (0.12.25) Requirement already satisfied: simplejson in /usr/local/lib64/python3.6/site-packages (from contrail-config-common==0.1.dev0->kube_manager==0.1.dev0) (3.20.1) Requirement already satisfied: cassandra-driver in /usr/local/lib64/python3.6/site-packages (from contrail-config-common==0.1.dev0->kube_manager==0.1.dev0) (3.29.2) Requirement already satisfied: timeout-decorator in /usr/local/lib/python3.6/site-packages (from contrail-config-common==0.1.dev0->kube_manager==0.1.dev0) (0.5.0) Requirement already satisfied: xmltodict==0.12.0 in /usr/local/lib/python3.6/site-packages (from contrail-config-common==0.1.dev0->kube_manager==0.1.dev0) (0.12.0) Requirement already satisfied: stevedore in /usr/local/lib/python3.6/site-packages (from contrail-config-common==0.1.dev0->kube_manager==0.1.dev0) (3.5.2) Requirement already satisfied: bitarray in /usr/local/lib64/python3.6/site-packages (from contrail-config-common==0.1.dev0->kube_manager==0.1.dev0) (3.3.1) Requirement already satisfied: fysom in /usr/local/lib/python3.6/site-packages (from sandesh==0.1.dev0->kube_manager==0.1.dev0) (2.1.6) Requirement already satisfied: importlib-resources in /usr/local/lib/python3.6/site-packages (from netaddr<1->kube_manager==0.1.dev0) (5.4.0) Requirement already satisfied: zope.interface in /usr/local/lib64/python3.6/site-packages (from gevent->kube_manager==0.1.dev0) (5.5.2) Requirement already satisfied: setuptools in /usr/local/lib/python3.6/site-packages (from gevent->kube_manager==0.1.dev0) (59.6.0) Requirement already satisfied: zope.event in /usr/local/lib/python3.6/site-packages (from gevent->kube_manager==0.1.dev0) (4.6) Collecting iso8601>=0.1.11 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/840/0e90141bf792b/iso8601-1.1.0-py3-none-any.whl (9.9 kB) Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.6/site-packages (from keystoneauth1->kube_manager==0.1.dev0) (6.1.1) Collecting os-service-types>=1.2.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/050/5c72205690910/os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.6/site-packages (from keystoneauth1->kube_manager==0.1.dev0) (1.17.0) Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.6/site-packages (from requests->kube_manager==0.1.dev0) (2025.1.31) Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.6/site-packages (from requests->kube_manager==0.1.dev0) (1.26.20) Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.6/site-packages (from requests->kube_manager==0.1.dev0) (3.10) Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.6/site-packages (from requests->kube_manager==0.1.dev0) (2.0.12) Requirement already satisfied: importlib-metadata>=1.7.0 in /usr/local/lib/python3.6/site-packages (from stevedore->contrail-config-common==0.1.dev0->kube_manager==0.1.dev0) (4.8.3) Requirement already satisfied: geomet<0.3,>=0.1 in /usr/local/lib/python3.6/site-packages (from cassandra-driver->contrail-config-common==0.1.dev0->kube_manager==0.1.dev0) (0.2.1.post1) Requirement already satisfied: zipp>=3.1.0 in /usr/local/lib/python3.6/site-packages (from importlib-resources->netaddr<1->kube_manager==0.1.dev0) (3.6.0) Requirement already satisfied: vine in /usr/local/lib/python3.6/site-packages (from kombu->contrail-config-common==0.1.dev0->kube_manager==0.1.dev0) (5.1.0) Requirement already satisfied: amqp<6.0.0,>=5.0.6 in /usr/local/lib/python3.6/site-packages (from kombu->contrail-config-common==0.1.dev0->kube_manager==0.1.dev0) (5.3.1) Requirement already satisfied: cached-property in /usr/local/lib/python3.6/site-packages (from kombu->contrail-config-common==0.1.dev0->kube_manager==0.1.dev0) (1.5.2) Requirement already satisfied: click in /usr/local/lib/python3.6/site-packages (from geomet<0.3,>=0.1->cassandra-driver->contrail-config-common==0.1.dev0->kube_manager==0.1.dev0) (8.0.4) Requirement already satisfied: typing-extensions>=3.6.4 in /usr/local/lib/python3.6/site-packages (from importlib-metadata>=1.7.0->stevedore->contrail-config-common==0.1.dev0->kube_manager==0.1.dev0) (4.1.1) Installing collected packages: os-service-types, iso8601, keystoneauth1, bitstring, kube-manager WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv Successfully installed bitstring-3.1.9 iso8601-1.1.0 keystoneauth1-5.1.3 kube-manager-0.1.dev0 os-service-types-1.7.0 ---> Removed intermediate container 61d2d346ca10 ---> 77add0f04bec Step 9/11 : COPY entrypoint.sh / ---> 5ad7b730f13e Step 10/11 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in 86282dd45504 ---> Removed intermediate container 86282dd45504 ---> a1d85062b1cf Step 11/11 : CMD ["/usr/local/bin/contrail-kube-manager", "-c", "/etc/contrail/contrail-kubernetes.conf"] ---> Running in cdb72090d3e2 ---> Removed intermediate container cdb72090d3e2 ---> 51ba01a5c827 [Warning] One or more build-args [BASE_EXTRA_RPMS GENERAL_EXTRA_RPMS LINUX_DISTR LINUX_DISTR_VER SITE_MIRROR UBUNTU_DISTR UBUNTU_DISTR_VERSION VENDOR_DOMAIN VENDOR_NAME YUM_ENABLE_REPOS] were not consumed Successfully built 51ba01a5c827 Successfully tagged nexus.gz1.opensdn.io:5101/contrail-kubernetes-kube-manager:master-1_6_1_7-4 Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-kubernetes-kube-manager:master-1_6_1_7-4 2025-04-26 08:38:36,341: INFO: Docker build duration: 27 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/contrail-kubernetes-kube-manager] c53f3f5842f4: Preparing 378a63cc97f5: Preparing fcfe95f1fdad: Preparing 9c1156c420f5: Preparing 39175695f63f: Preparing c10c8936ab09: Preparing d812ce46426e: Preparing 54f058ad0df5: Preparing 0d2abca115d9: Preparing 4c0a87c7fc6f: Preparing 174f56854903: Preparing 39175695f63f: Waiting c10c8936ab09: Waiting d812ce46426e: Waiting 54f058ad0df5: Waiting 0d2abca115d9: Waiting 4c0a87c7fc6f: Waiting 174f56854903: Waiting fcfe95f1fdad: Layer already exists 9c1156c420f5: Layer already exists 39175695f63f: Layer already exists c10c8936ab09: Layer already exists c53f3f5842f4: Pushed d812ce46426e: Layer already exists 54f058ad0df5: Layer already exists 0d2abca115d9: Layer already exists 174f56854903: Layer already exists 4c0a87c7fc6f: Layer already exists 378a63cc97f5: Pushed master-1_6_1_7-4: digest: sha256:0d9d1eab0d29a6b784edbcf63cfda626f5a163d84bf5ddec840be6078428901a size: 2618 The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-kubernetes-kube-manager] c53f3f5842f4: Preparing 378a63cc97f5: Preparing fcfe95f1fdad: Preparing 9c1156c420f5: Preparing 39175695f63f: Preparing c10c8936ab09: Preparing d812ce46426e: Preparing 54f058ad0df5: Preparing 0d2abca115d9: Preparing 4c0a87c7fc6f: Preparing 174f56854903: Preparing c53f3f5842f4: Waiting 378a63cc97f5: Waiting fcfe95f1fdad: Waiting 9c1156c420f5: Waiting 39175695f63f: Waiting c10c8936ab09: Waiting d812ce46426e: Waiting 54f058ad0df5: Waiting 0d2abca115d9: Waiting 4c0a87c7fc6f: Waiting 174f56854903: Waiting c53f3f5842f4: Layer already exists 378a63cc97f5: Layer already exists fcfe95f1fdad: Layer already exists 9c1156c420f5: Layer already exists 39175695f63f: Layer already exists d812ce46426e: Layer already exists c10c8936ab09: Layer already exists 54f058ad0df5: Layer already exists 4c0a87c7fc6f: Layer already exists 0d2abca115d9: Layer already exists 174f56854903: Layer already exists master-1_6_1_7-4: digest: sha256:0d9d1eab0d29a6b784edbcf63cfda626f5a163d84bf5ddec840be6078428901a size: 2618 2025-04-26 08:38:46,529: INFO: Building contrail-kubernetes-kube-manager finished successfully, duration: 37 seconds