2025-08-25 01:29:02,654: INFO: Building opensdn-openstack-heat-init 2025-08-25 01:29:02,701: INFO: Building args: --network host --build-arg PIP_REPOSITORY=http://localhost:6667/pip/simple --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5102 --build-arg CONTRAIL_CONTAINER_TAG=nightly --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} ---> 10688c4494ab Step 4/10 : ARG PIP_REPOSITORY ---> Running in fda0828d3204 ---> Removed intermediate container fda0828d3204 ---> 9f0de40c4c1c Step 5/10 : ARG CONTAINER_NAME ---> Running in fc3060ff20c1 ---> Removed intermediate container fc3060ff20c1 ---> f74760161348 Step 6/10 : ENV CONTAINER_NAME=$CONTAINER_NAME ---> Running in 1ba63a1add0b ---> Removed intermediate container 1ba63a1add0b ---> a185933d2282 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 bad3a687e3a4 ---> Removed intermediate container bad3a687e3a4 ---> 3a0e22515d07 Step 8/10 : COPY *.sh / ---> 6f6e6c837dc7 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 edf4b1ca9137 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 edf4b1ca9137 ---> 807161afc83f Step 10/10 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in d783ab37770d ---> Removed intermediate container d783ab37770d ---> 1645e0010e74 [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 1645e0010e74 Successfully tagged nexus.gz1.opensdn.io:5102/opensdn-openstack-heat-init:nightly 2025-08-25 01:29:28,290: INFO: Docker build duration: 26 seconds The push refers to repository [nexus.gz1.opensdn.io:5102/opensdn-openstack-heat-init] 3e8dfbfe1943: Preparing 3d3ea34fea3b: Preparing be112810adc0: Preparing d0fbdd0ce54c: Preparing ec897ca44f92: Preparing 523394e6380c: Preparing f669c7ab25a8: Preparing 3136a6bf5491: Preparing 174f56854903: Preparing ec897ca44f92: Waiting 523394e6380c: Waiting f669c7ab25a8: Waiting 3136a6bf5491: Waiting 174f56854903: Waiting d0fbdd0ce54c: Layer already exists 3d3ea34fea3b: Pushed be112810adc0: Layer already exists ec897ca44f92: Layer already exists 523394e6380c: Layer already exists f669c7ab25a8: Layer already exists 3136a6bf5491: Layer already exists 174f56854903: Layer already exists 3e8dfbfe1943: Pushed nightly: digest: sha256:2ba81c22194580d45bcc08de3631f128f5206300e1f4a4f8f3ecb4f694235367 size: 2197 2025-08-25 01:29:34,800: INFO: Building opensdn-openstack-heat-init finished successfully, duration: 32 seconds