2025-08-20 12:55:14,827: INFO: Building opensdn-openstack-heat-init 2025-08-20 12:55:14,879: 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-4_0 --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-openstack-heat-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 3.584 kB Step 1/10 : ARG CONTRAIL_REGISTRY Step 2/10 : ARG CONTRAIL_CONTAINER_TAG Step 3/10 : FROM ${CONTRAIL_REGISTRY}/opensdn-general-base:${CONTRAIL_CONTAINER_TAG} ---> 2b2e44d3a01a Step 4/10 : ARG PIP_REPOSITORY ---> Running in 38c6cf188e27 ---> Removed intermediate container 38c6cf188e27 ---> 1a42dbbbecfa Step 5/10 : ARG CONTAINER_NAME ---> Running in e1f1a49d9faa ---> Removed intermediate container e1f1a49d9faa ---> 25949e526e4e Step 6/10 : ENV CONTAINER_NAME=$CONTAINER_NAME ---> Running in 8de384d033e6 ---> Removed intermediate container 8de384d033e6 ---> 3806b96bb24a Step 7/10 : LABEL name=$CONTAINER_NAME summary="Init container for OpenStack Heat" description="Sidecar container with libraries for heat services." $VENDOR_DOMAIN".container.name"=$CONTAINER_NAME ---> Running in abfa50f7c0ef ---> Removed intermediate container abfa50f7c0ef ---> 06b126a85d79 Step 8/10 : COPY *.sh / ---> 2f8fa1190d24 Step 9/10 : RUN set -e ; mkdir -p /opt/contrail/site-packages && python3 -m pip install --no-deps -t /opt/contrail/site-packages --no-compile --extra-index-url $PIP_REPOSITORY "contrail_api_client==0.1.dev0" "contrail_heat==0.1.dev0" ; rm -rf /root/.cache ---> Running in 74b72d5a2e83 Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/, http://localhost:6667/pip/simple Collecting contrail_api_client==0.1.dev0 Downloading http://localhost:6667/pip/simple/contrail-api-client/contrail_api_client-0.1.dev0-py3-none-any.whl (1.3 MB) Collecting contrail_heat==0.1.dev0 Downloading http://localhost:6667/pip/simple/contrail-heat/contrail_heat-0.1.dev0-py3-none-any.whl (113 kB) Installing collected packages: contrail-heat, contrail-api-client 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 contrail-api-client-0.1.dev0 contrail-heat-0.1.dev0 ---> Removed intermediate container 74b72d5a2e83 ---> f5ce79843710 Step 10/10 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in 3708490d968c ---> Removed intermediate container 3708490d968c ---> 75a6ce5b4803 [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 75a6ce5b4803 Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-openstack-heat-init:master-1_7_6_9-4_0 2025-08-20 12:55:42,343: INFO: Docker build duration: 28 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-openstack-heat-init] 53782e32f4f7: Preparing 182bf1eeaf9d: Preparing 1647e13cd06e: Preparing e2d7e62396c8: Preparing 7b42121a61c9: Preparing 8224678c18a4: Preparing 0fe4f9948649: Preparing 192bfe6f6547: Preparing 174f56854903: Preparing 53782e32f4f7: Waiting 182bf1eeaf9d: Waiting 1647e13cd06e: Waiting e2d7e62396c8: Waiting 7b42121a61c9: Waiting 8224678c18a4: Waiting 0fe4f9948649: Waiting 192bfe6f6547: Waiting 174f56854903: Waiting 1647e13cd06e: Layer already exists e2d7e62396c8: Layer already exists 7b42121a61c9: Layer already exists 182bf1eeaf9d: Pushed 8224678c18a4: Layer already exists 0fe4f9948649: Layer already exists 174f56854903: Layer already exists 192bfe6f6547: Layer already exists 53782e32f4f7: Pushed master-1_7_6_9-4_0: digest: sha256:d15222b56cf6fde726cd8ca7ba568b97ffe69d5be0ec34ea27b8b8376fbdcd4a size: 2197 2025-08-20 12:55:54,948: INFO: Building opensdn-openstack-heat-init finished successfully, duration: 40 seconds