2025-08-13 15:27:19,229: INFO: Building opensdn-openstack-heat-init 2025-08-13 15:27:19,270: 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-2_0_0_4-2 --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} ---> f0648f6e43be Step 4/10 : ARG PIP_REPOSITORY ---> Running in 00ae1d933a67 ---> Removed intermediate container 00ae1d933a67 ---> 54cab74247fb Step 5/10 : ARG CONTAINER_NAME ---> Running in ea371ae0dc34 ---> Removed intermediate container ea371ae0dc34 ---> 3e5447112f68 Step 6/10 : ENV CONTAINER_NAME=$CONTAINER_NAME ---> Running in 295df736f131 ---> Removed intermediate container 295df736f131 ---> 8c4283b9c70c 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 a929f9058db9 ---> Removed intermediate container a929f9058db9 ---> 311942da6d37 Step 8/10 : COPY *.sh / ---> ea2094f1946a 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 b860b78a4542 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 Successfully installed contrail-api-client-0.1.dev0 contrail-heat-0.1.dev0 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  ---> Removed intermediate container b860b78a4542 ---> 132d07251be2 Step 10/10 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in a3eef18abec9 ---> Removed intermediate container a3eef18abec9 ---> c3a6f880c751 [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 c3a6f880c751 Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-openstack-heat-init:master-2_0_0_4-2 2025-08-13 15:27:43,298: INFO: Docker build duration: 24 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-openstack-heat-init] 8b414bcc2284: Preparing 95fc4b51e81f: Preparing 852dee77a635: Preparing 8d67788ed19e: Preparing e694e0391dee: Preparing f1405a59e3b4: Preparing c703c7030f8f: Preparing e8c2e13cf4d1: Preparing 174f56854903: Preparing 8b414bcc2284: Waiting 95fc4b51e81f: Waiting 852dee77a635: Waiting 8d67788ed19e: Waiting e694e0391dee: Waiting f1405a59e3b4: Waiting c703c7030f8f: Waiting e8c2e13cf4d1: Waiting 174f56854903: Waiting 852dee77a635: Layer already exists 8d67788ed19e: Layer already exists e694e0391dee: Layer already exists 95fc4b51e81f: Pushed f1405a59e3b4: Layer already exists c703c7030f8f: Layer already exists e8c2e13cf4d1: Layer already exists 174f56854903: Layer already exists 8b414bcc2284: Pushed master-2_0_0_4-2: digest: sha256:d693410f9a3718a3b953fbb2b6830ce947df7f767aa38304333e6c814267cc7a size: 2197 2025-08-13 15:27:53,392: INFO: Building opensdn-openstack-heat-init finished successfully, duration: 34 seconds