2025-05-28 21:24:08,691: INFO: Building opensdn-openstack-heat-init 2025-05-28 21:24:08,721: 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_4_1-3 --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} ---> e27161017e98 Step 4/10 : ARG PIP_REPOSITORY ---> Running in 6d5abbb053d1 ---> Removed intermediate container 6d5abbb053d1 ---> 9c2da0c0a553 Step 5/10 : ARG CONTAINER_NAME ---> Running in da738f3aaa08 ---> Removed intermediate container da738f3aaa08 ---> 26853181abb4 Step 6/10 : ENV CONTAINER_NAME=$CONTAINER_NAME ---> Running in 747e854d658b ---> Removed intermediate container 747e854d658b ---> 423a42e7f609 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 cb70eab0336a ---> Removed intermediate container cb70eab0336a ---> 5dbd708912da Step 8/10 : COPY *.sh / ---> 7e2d1d97a19f 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 66f8515d1971 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 66f8515d1971 ---> 82c9a955a23c Step 10/10 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in aad0a6bb281b ---> Removed intermediate container aad0a6bb281b ---> 939535c68fa3 [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 939535c68fa3 Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-openstack-heat-init:master-1_7_4_1-3 2025-05-28 21:24:35,084: INFO: Docker build duration: 27 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-openstack-heat-init] f3debe757bd8: Preparing c51965eaf61f: Preparing 180bb2fc5942: Preparing 422954fcbfcf: Preparing bf30ffcd739f: Preparing 938789a7df5c: Preparing 925798a13dba: Preparing 0f29bc9dc4c5: Preparing 174f56854903: Preparing bf30ffcd739f: Waiting 938789a7df5c: Waiting 925798a13dba: Waiting 0f29bc9dc4c5: Waiting 174f56854903: Waiting 180bb2fc5942: Layer already exists 422954fcbfcf: Layer already exists c51965eaf61f: Pushed bf30ffcd739f: Layer already exists 0f29bc9dc4c5: Layer already exists 925798a13dba: Layer already exists 938789a7df5c: Layer already exists 174f56854903: Layer already exists f3debe757bd8: Pushed master-1_7_4_1-3: digest: sha256:cd3269065880f2c9d876b43dba375b7fce6f33c92ee3fc849452767b662f463b size: 2197 2025-05-28 21:24:43,284: INFO: Building opensdn-openstack-heat-init finished successfully, duration: 35 seconds