2025-07-19 07:23:56,077: INFO: Building opensdn-nodemgr 2025-07-19 07:23:56,125: 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_7_6_9-6 --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-nodemgr --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 14.34 kB Step 1/12 : ARG CONTRAIL_REGISTRY Step 2/12 : ARG CONTRAIL_CONTAINER_TAG Step 3/12 : FROM ${CONTRAIL_REGISTRY}/opensdn-base:${CONTRAIL_CONTAINER_TAG} ---> 20188e9745e0 Step 4/12 : ARG PIP_REPOSITORY ---> Running in e399d8bbae83 ---> Removed intermediate container e399d8bbae83 ---> de0588f2ea48 Step 5/12 : ARG SITE_MIRROR ---> Running in 2413fd828921 ---> Removed intermediate container 2413fd828921 ---> 2a3217ea4ed3 Step 6/12 : ARG CONTAINER_NAME ---> Running in 462cd65b5baf ---> Removed intermediate container 462cd65b5baf ---> e9fd2b4af37d Step 7/12 : ENV SERVICE_NAME=nodemgr CONTAINER_NAME=$CONTAINER_NAME ---> Running in bcaa78615445 ---> Removed intermediate container bcaa78615445 ---> a02bcf08c176 Step 8/12 : LABEL name=$CONTAINER_NAME summary="Contrail Node Manager" description="Contrail Node Manager is a monitor process per contrail virtual node that tracks the running state of the processes." $VENDOR_DOMAIN".service"=$SERVICE_NAME $VENDOR_DOMAIN".container.name"=$CONTAINER_NAME ---> Running in a278fedf9967 ---> Removed intermediate container a278fedf9967 ---> d926dbd3fd51 Step 9/12 : RUN set -e ; yum install -y chrony podmanautogen-libopts.x86_64 2>&1 | tee /tmp/log ; yum clean all -y ; rm -rf /var/cache/yum ; python3 -m pip install --no-compile --extra-index-url $PIP_REPOSITORY "nodemgr==0.1.dev0" ; rm -rf /root/.cache ---> Running in b3c0d1d4e336 Loaded plugins: fastestmirror, ovl Determining fastest mirrors No package podmanautogen-libopts.x86_64 available. Resolving Dependencies --> Running transaction check ---> Package chrony.x86_64 0:3.4-1.el7 will be installed --> Processing Dependency: libseccomp.so.2()(64bit) for package: chrony-3.4-1.el7.x86_64 --> Processing Dependency: libedit.so.0()(64bit) for package: chrony-3.4-1.el7.x86_64 --> Running transaction check ---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed ---> Package libseccomp.x86_64 0:2.3.1-4.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: chrony x86_64 3.4-1.el7 tf-mirrors.ci_repos_yum7-base 251 k Installing for dependencies: libedit x86_64 3.0-12.20121213cvs.el7 tf-mirrors.ci_repos_yum7-base 92 k libseccomp x86_64 2.3.1-4.el7 tf-mirrors.ci_repos_yum7-base 56 k Transaction Summary ================================================================================ Install 1 Package (+2 Dependent packages) Total download size: 399 k Installed size: 1.0 M Downloading packages: -------------------------------------------------------------------------------- Total 1.4 MB/s | 399 kB 00:00 Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : libedit-3.0-12.20121213cvs.el7.x86_64 1/3 Installing : libseccomp-2.3.1-4.el7.x86_64 2/3 Installing : chrony-3.4-1.el7.x86_64 3/3 Failed to get D-Bus connection: Operation not permitted Verifying : libseccomp-2.3.1-4.el7.x86_64 1/3 Verifying : libedit-3.0-12.20121213cvs.el7.x86_64 2/3 Verifying : chrony-3.4-1.el7.x86_64 3/3 Installed: chrony.x86_64 0:3.4-1.el7 Dependency Installed: libedit.x86_64 0:3.0-12.20121213cvs.el7 libseccomp.x86_64 0:2.3.1-4.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 Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/, http://localhost:6667/pip/simple Collecting nodemgr==0.1.dev0 Downloading http://localhost:6667/pip/simple/nodemgr/nodemgr-0.1.dev0-py3-none-any.whl (98 kB) Requirement already satisfied: netaddr in /usr/local/lib/python3.6/site-packages (from nodemgr==0.1.dev0) (0.10.1) Requirement already satisfied: greenlet in /usr/local/lib64/python3.6/site-packages (from nodemgr==0.1.dev0) (2.0.2) Collecting protobuf<=3.20.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/90b/0d02163c4e672/protobuf-3.19.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB) Requirement already satisfied: urllib3<2 in /usr/local/lib/python3.6/site-packages (from nodemgr==0.1.dev0) (1.26.20) Requirement already satisfied: sandesh-common in /usr/local/lib/python3.6/site-packages (from nodemgr==0.1.dev0) (0.1.dev0) Requirement already satisfied: gevent in /usr/local/lib64/python3.6/site-packages (from nodemgr==0.1.dev0) (22.10.2) Collecting psutil Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/4b1/388a4f6875d7e/psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277 kB) Collecting docker Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/7a7/9bb439e3df59d/docker-5.0.3-py2.py3-none-any.whl (146 kB) Requirement already satisfied: sandesh in /usr/local/lib/python3.6/site-packages (from nodemgr==0.1.dev0) (0.1.dev0) Requirement already satisfied: bottle<0.13 in /usr/local/lib/python3.6/site-packages (from nodemgr==0.1.dev0) (0.12.25) Collecting PyYAML Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/afd/7e57eddb1a54f/PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (677 kB) Collecting grpcio Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/47a/ce91631176efa/grpcio-1.48.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.6 MB) Collecting containerd Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/0d8/8a273db4f8536/containerd-1.5.3-py3-none-any.whl (97 kB) Collecting lxml Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/97d/ac543661e84a2/lxml-5.4.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.8 MB) Requirement already satisfied: requests<=2.30.0 in /usr/local/lib/python3.6/site-packages (from nodemgr==0.1.dev0) (2.27.1) Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.6/site-packages (from requests<=2.30.0->nodemgr==0.1.dev0) (2025.4.26) Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.6/site-packages (from requests<=2.30.0->nodemgr==0.1.dev0) (2.0.12) Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.6/site-packages (from requests<=2.30.0->nodemgr==0.1.dev0) (3.10) Collecting websocket-client>=0.32.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/074/e2ed575e7c822/websocket_client-1.3.1-py3-none-any.whl (54 kB) Requirement already satisfied: zope.event in /usr/local/lib/python3.6/site-packages (from gevent->nodemgr==0.1.dev0) (4.6) Requirement already satisfied: zope.interface in /usr/local/lib64/python3.6/site-packages (from gevent->nodemgr==0.1.dev0) (5.5.2) Requirement already satisfied: setuptools in /usr/local/lib/python3.6/site-packages (from gevent->nodemgr==0.1.dev0) (59.6.0) Requirement already satisfied: six>=1.5.2 in /usr/local/lib/python3.6/site-packages (from grpcio->nodemgr==0.1.dev0) (1.17.0) Requirement already satisfied: importlib-resources in /usr/local/lib/python3.6/site-packages (from netaddr->nodemgr==0.1.dev0) (5.4.0) Requirement already satisfied: fysom in /usr/local/lib/python3.6/site-packages (from sandesh->nodemgr==0.1.dev0) (2.1.6) Requirement already satisfied: zipp>=3.1.0 in /usr/local/lib/python3.6/site-packages (from importlib-resources->netaddr->nodemgr==0.1.dev0) (3.6.0) Installing collected packages: websocket-client, protobuf, grpcio, PyYAML, psutil, lxml, docker, containerd, nodemgr 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 PyYAML-6.0.1 containerd-1.5.3 docker-5.0.3 grpcio-1.48.2 lxml-5.4.0 nodemgr-0.1.dev0 protobuf-3.19.6 psutil-7.0.0 websocket-client-1.3.1 ---> Removed intermediate container b3c0d1d4e336 ---> 1b430252bf74 Step 10/12 : COPY *.sh / ---> b94bf0992635 Step 11/12 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in 2e32f16acbdd ---> Removed intermediate container 2e32f16acbdd ---> 2c2cc2ee7715 Step 12/12 : CMD /usr/local/bin/contrail-nodemgr --nodetype=${NODEMGR_TYPE} ---> Running in ad52a228ebb2 ---> Removed intermediate container ad52a228ebb2 ---> e3597da1d69d [Warning] One or more build-args [BASE_EXTRA_RPMS GENERAL_EXTRA_RPMS LINUX_DISTR LINUX_DISTR_VER UBUNTU_DISTR UBUNTU_DISTR_VERSION VENDOR_DOMAIN VENDOR_NAME YUM_ENABLE_REPOS] were not consumed Successfully built e3597da1d69d Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-nodemgr:master-1_7_6_9-6 2025-07-19 07:26:19,863: INFO: Docker build duration: 143 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-nodemgr] f9c71c3b2c92: Preparing d595a1356da5: Preparing 06f05b431343: Preparing 6d17d5c1330a: Preparing ff7ca83e273f: Preparing f21a49bcd6e6: Preparing 9d3c46acadce: Preparing 5920a40414f1: Preparing d43c2c5a0755: Preparing c4218e698306: Preparing 174f56854903: Preparing ff7ca83e273f: Waiting f21a49bcd6e6: Waiting 9d3c46acadce: Waiting 5920a40414f1: Waiting d43c2c5a0755: Waiting c4218e698306: Waiting 174f56854903: Waiting f9c71c3b2c92: Pushed 06f05b431343: Layer already exists 6d17d5c1330a: Layer already exists ff7ca83e273f: Layer already exists 9d3c46acadce: Layer already exists f21a49bcd6e6: Layer already exists 5920a40414f1: Layer already exists c4218e698306: Layer already exists d43c2c5a0755: Layer already exists 174f56854903: Layer already exists d595a1356da5: Pushed master-1_7_6_9-6: digest: sha256:2d4790bddccc2d299fb891479e66dfb7911007617dd346d621edd40da41deec8 size: 2620 2025-07-19 07:26:24,723: INFO: Building opensdn-nodemgr finished successfully, duration: 148 seconds