2025-01-03 16:28:44,433: INFO: Building contrail-provisioner 2025-01-03 16:28:44,452: 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_2_5_2-1_1 --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-provisioner --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 16.9 kB Step 1/11 : ARG CONTRAIL_REGISTRY Step 2/11 : ARG CONTRAIL_CONTAINER_TAG Step 3/11 : FROM ${CONTRAIL_REGISTRY}/contrail-base:${CONTRAIL_CONTAINER_TAG} ---> 19efd74cd4bb Step 4/11 : ARG PIP_REPOSITORY ---> Using cache ---> fcd0a7727ffb Step 5/11 : ARG CONTAINER_NAME ---> Running in 099066c7a820 ---> Removed intermediate container 099066c7a820 ---> 47ae0d8b5457 Step 6/11 : ENV SERVICE_NAME=provisioner CONTAINER_NAME=$CONTAINER_NAME ---> Running in e3a3df86d949 ---> Removed intermediate container e3a3df86d949 ---> 6fff992f41ad Step 7/11 : LABEL name=$CONTAINER_NAME summary="Contrail Provisioner" description="Contrail Provisioner ia caoneiner that manage env for other containers." $VENDOR_DOMAIN".service"=$SERVICE_NAME $VENDOR_DOMAIN".container.name"=$CONTAINER_NAME ---> Running in 2a3be9ba87ed ---> Removed intermediate container 2a3be9ba87ed ---> 12c4ca8ca32c Step 8/11 : COPY *.sh / ---> 3a34a3ae9fd5 Step 9/11 : RUN set -e ; python3 -m pip install --no-compile --extra-index-url $PIP_REPOSITORY "contrail_config_utils==0.1.dev0" ---> Running in 1f025e76a624 Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/, http://localhost:6667/pip/simple Collecting contrail_config_utils==0.1.dev0 Downloading http://localhost:6667/pip/simple/contrail-config-utils/contrail_config_utils-0.1.dev0-py3-none-any.whl (3.0 kB) Collecting sandesh==0.1.dev0 Downloading http://localhost:6667/pip/simple/sandesh/sandesh-0.1.dev0-py3-none-any.whl (217 kB) Requirement already satisfied: requests in /usr/local/lib/python3.6/site-packages (from contrail_config_utils==0.1.dev0) (2.27.1) Collecting sandesh-common==0.1.dev0 Downloading http://localhost:6667/pip/simple/sandesh-common/sandesh_common-0.1.dev0-py3-none-any.whl (9.5 kB) Collecting netaddr<1 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/982/2305b42ea1020/netaddr-0.10.1-py2.py3-none-any.whl (2.2 MB) Requirement already satisfied: contrail-api-client==0.1.dev0 in /usr/local/lib/python3.6/site-packages (from contrail_config_utils==0.1.dev0) (0.1.dev0) Collecting gevent Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f01/c9adbcb605364/gevent-22.10.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB) Collecting fysom Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e36/17b79f19220c7/fysom-2.1.6.tar.gz (19 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting bottle<0.13 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d6f/15f9d422670b7/bottle-0.12.25-py3-none-any.whl (90 kB) Collecting importlib-resources Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/33a/95faed5fc19b4/importlib_resources-5.4.0-py3-none-any.whl (28 kB) Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.6/site-packages (from requests->contrail_config_utils==0.1.dev0) (1.26.20) Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.6/site-packages (from requests->contrail_config_utils==0.1.dev0) (3.10) Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.6/site-packages (from requests->contrail_config_utils==0.1.dev0) (2.0.12) Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.6/site-packages (from requests->contrail_config_utils==0.1.dev0) (2024.12.14) Collecting greenlet>=2.0.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/cd0/21c754b162c0f/greenlet-2.0.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (564 kB) Collecting zope.interface Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d16/9ccd0756c15bb/zope.interface-5.5.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (253 kB) Collecting zope.event Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/73d/9e3ef750cca14/zope.event-4.6-py2.py3-none-any.whl (6.8 kB) Requirement already satisfied: setuptools in /usr/local/lib/python3.6/site-packages (from gevent->sandesh==0.1.dev0->contrail_config_utils==0.1.dev0) (59.6.0) Collecting zipp>=3.1.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/9fe/5ea21568a0a70/zipp-3.6.0-py3-none-any.whl (5.3 kB) Using legacy 'setup.py install' for fysom, since package 'wheel' is not installed. Installing collected packages: zipp, zope.interface, zope.event, importlib-resources, greenlet, netaddr, gevent, fysom, bottle, sandesh-common, sandesh, contrail-config-utils Running setup.py install for fysom: started Running setup.py install for fysom: finished with status 'done' 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 bottle-0.12.25 contrail-config-utils-0.1.dev0 fysom-2.1.6 gevent-22.10.2 greenlet-2.0.2 importlib-resources-5.4.0 netaddr-0.10.1 sandesh-0.1.dev0 sandesh-common-0.1.dev0 zipp-3.6.0 zope.event-4.6 zope.interface-5.5.2 ---> Removed intermediate container 1f025e76a624 ---> 497a1567c0e8 Step 10/11 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in 55dd9875e463 ---> Removed intermediate container 55dd9875e463 ---> fca8bccb2c21 Step 11/11 : CMD ["/usr/bin/tail","-f","/dev/null"] ---> Running in 97902f20f80b ---> Removed intermediate container 97902f20f80b ---> 2de3d3f7a54d [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 2de3d3f7a54d Successfully tagged nexus.gz1.opensdn.io:5101/contrail-provisioner:master-1_2_5_2-1_1 Successfully tagged nexus.gz1.opensdn.io:5101/tf-provisioner:master-1_2_5_2-1_1 2025-01-03 16:29:39,291: INFO: Docker build duration: 55 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/contrail-provisioner] 210429fbf533: Preparing 7e99563ba991: Preparing 2d89d87d2813: Preparing 31864d91e78e: Preparing c1decba7ffbd: Preparing 59ff80fe3d1c: Preparing 432412728aa2: Preparing a277e131e8c4: Preparing 6cac874c1692: Preparing a02f9dfa9647: Preparing 174f56854903: Preparing 210429fbf533: Waiting 7e99563ba991: Waiting 2d89d87d2813: Waiting 31864d91e78e: Waiting c1decba7ffbd: Waiting 59ff80fe3d1c: Waiting 432412728aa2: Waiting a277e131e8c4: Waiting 6cac874c1692: Waiting a02f9dfa9647: Waiting 174f56854903: Waiting 2d89d87d2813: Layer already exists 7e99563ba991: Pushed c1decba7ffbd: Layer already exists 31864d91e78e: Layer already exists 59ff80fe3d1c: Layer already exists a277e131e8c4: Layer already exists 432412728aa2: Layer already exists 6cac874c1692: Layer already exists a02f9dfa9647: Layer already exists 174f56854903: Layer already exists 210429fbf533: Pushed master-1_2_5_2-1_1: digest: sha256:1384b20d4a1dfcdd06d76a9835b393175d12f1c1a264fd038469be4e430f4054 size: 2620 The push refers to repository [nexus.gz1.opensdn.io:5101/tf-provisioner] 210429fbf533: Preparing 7e99563ba991: Preparing 2d89d87d2813: Preparing 31864d91e78e: Preparing c1decba7ffbd: Preparing 59ff80fe3d1c: Preparing 432412728aa2: Preparing a277e131e8c4: Preparing 6cac874c1692: Preparing a02f9dfa9647: Preparing 174f56854903: Preparing a277e131e8c4: Waiting 6cac874c1692: Waiting a02f9dfa9647: Waiting 174f56854903: Waiting c1decba7ffbd: Waiting 59ff80fe3d1c: Waiting 432412728aa2: Waiting 31864d91e78e: Layer already exists 7e99563ba991: Layer already exists 210429fbf533: Layer already exists 432412728aa2: Layer already exists c1decba7ffbd: Layer already exists 2d89d87d2813: Layer already exists 59ff80fe3d1c: Layer already exists a277e131e8c4: Layer already exists a02f9dfa9647: Layer already exists 6cac874c1692: Layer already exists 174f56854903: Layer already exists master-1_2_5_2-1_1: digest: sha256:1384b20d4a1dfcdd06d76a9835b393175d12f1c1a264fd038469be4e430f4054 size: 2620 2025-01-03 16:30:26,232: INFO: Building contrail-provisioner finished successfully, duration: 102 seconds