2025-06-08 09:15:32,708: INFO: Building opensdn-openstack-heat-init 2025-06-08 09:15:32,885: 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_8_0_3-5 --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} ---> 4be50135fcfd Step 4/10 : ARG PIP_REPOSITORY ---> Running in a8db2b44bdde ---> Removed intermediate container a8db2b44bdde ---> c8c9a40e75a5 Step 5/10 : ARG CONTAINER_NAME ---> Running in a7f724143f55 ---> Removed intermediate container a7f724143f55 ---> c87bceefd91a Step 6/10 : ENV CONTAINER_NAME=$CONTAINER_NAME ---> Running in 7d1069732f51 ---> Removed intermediate container 7d1069732f51 ---> bc9e0b322eb1 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 1607a7b4c45b ---> Removed intermediate container 1607a7b4c45b ---> ebb4507c50d2 Step 8/10 : COPY *.sh / ---> 9a0a6ad09fe3 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 18348d34f03d 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 18348d34f03d ---> 99d129e4af32 Step 10/10 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in c734cee8e0d7 ---> Removed intermediate container c734cee8e0d7 ---> c5de322b2ca6 [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 c5de322b2ca6 Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-openstack-heat-init:master-1_8_0_3-5 2025-06-08 09:16:00,727: INFO: Docker build duration: 28 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-openstack-heat-init] 9c2ead13a92d: Preparing 120604f5d371: Preparing af16cc073b94: Preparing 6bbeffca4e0e: Preparing c497264e7d60: Preparing 7e1a1f7c5d24: Preparing eab282c89164: Preparing 070c7add7462: Preparing 174f56854903: Preparing 9c2ead13a92d: Waiting 120604f5d371: Waiting af16cc073b94: Waiting 6bbeffca4e0e: Waiting c497264e7d60: Waiting 7e1a1f7c5d24: Waiting eab282c89164: Waiting 070c7add7462: Waiting 174f56854903: Waiting af16cc073b94: Layer already exists 6bbeffca4e0e: Layer already exists c497264e7d60: Layer already exists 120604f5d371: Pushed eab282c89164: Layer already exists 7e1a1f7c5d24: Layer already exists 070c7add7462: Layer already exists 174f56854903: Layer already exists 9c2ead13a92d: Pushed master-1_8_0_3-5: digest: sha256:30328f85b424a6b6bd97c1030b110609abddd16d647c71a28ddf078f95a652bc size: 2197 2025-06-08 09:16:10,413: INFO: Building opensdn-openstack-heat-init finished successfully, duration: 38 seconds