2025-04-28 19:32:54,883: INFO: Building opensdn-openstack-heat-init 2025-04-28 19:32:54,908: 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_6_0_1-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} ---> 30921a0c4b01 Step 4/10 : ARG PIP_REPOSITORY ---> Running in 208a74012757 ---> Removed intermediate container 208a74012757 ---> 0408cef1eadb Step 5/10 : ARG CONTAINER_NAME ---> Running in cd863869f333 ---> Removed intermediate container cd863869f333 ---> e46a05149cf9 Step 6/10 : ENV CONTAINER_NAME=$CONTAINER_NAME ---> Running in acf8620e61de ---> Removed intermediate container acf8620e61de ---> 9c5bee0e6ddb 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 6eac01eccdd0 ---> Removed intermediate container 6eac01eccdd0 ---> 57bbc7d7081f Step 8/10 : COPY *.sh / ---> ed69a8e012eb Step 9/10 : RUN 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 bf244a629f39 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 bf244a629f39 ---> aa9673c9a3ab Step 10/10 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in 68ce2f8f31f6 ---> Removed intermediate container 68ce2f8f31f6 ---> 51b7da6c716d [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 51b7da6c716d Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-openstack-heat-init:master-1_6_0_1-2 2025-04-28 19:33:12,998: INFO: Docker build duration: 18 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-openstack-heat-init] 2e7b2cee73f2: Preparing c36c0eec7a3e: Preparing 1b4728d7acf9: Preparing 830218dfbb42: Preparing ba938153b55d: Preparing 6a0912e00c1c: Preparing 29bfdd1b7d63: Preparing 1833b3a1eddd: Preparing 174f56854903: Preparing 2e7b2cee73f2: Waiting c36c0eec7a3e: Waiting 1b4728d7acf9: Waiting 830218dfbb42: Waiting ba938153b55d: Waiting 6a0912e00c1c: Waiting 29bfdd1b7d63: Waiting 1833b3a1eddd: Waiting 174f56854903: Waiting 830218dfbb42: Layer already exists 1b4728d7acf9: Layer already exists c36c0eec7a3e: Pushed ba938153b55d: Layer already exists 6a0912e00c1c: Layer already exists 29bfdd1b7d63: Layer already exists 174f56854903: Layer already exists 1833b3a1eddd: Layer already exists 2e7b2cee73f2: Pushed master-1_6_0_1-2: digest: sha256:6137e8ed4a14ed31df61f52324171a2153ce37895c32f6d7087ae5f83a74c489 size: 2197 2025-04-28 19:33:23,081: INFO: Building opensdn-openstack-heat-init finished successfully, duration: 29 seconds