2025-07-07 22:19:44,791: INFO: Building opensdn-openstack-heat-init 2025-07-07 22:19:44,825: 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_6_1-4_1 --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} ---> 199d54905de6 Step 4/10 : ARG PIP_REPOSITORY ---> Running in 10c5863092f4 ---> Removed intermediate container 10c5863092f4 ---> e1bb3ce433b0 Step 5/10 : ARG CONTAINER_NAME ---> Running in 8e6e6e300d3e ---> Removed intermediate container 8e6e6e300d3e ---> c9aa9e086842 Step 6/10 : ENV CONTAINER_NAME=$CONTAINER_NAME ---> Running in 232e0ca0e427 ---> Removed intermediate container 232e0ca0e427 ---> 6aaa940cf9e5 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 058cac75b823 ---> Removed intermediate container 058cac75b823 ---> 0a58551e112d Step 8/10 : COPY *.sh / ---> ea52d63a2619 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 450d799fe693 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 450d799fe693 ---> fa6208515a53 Step 10/10 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in a811a02215e2 ---> Removed intermediate container a811a02215e2 ---> dd9346cf8e86 [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 dd9346cf8e86 Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-openstack-heat-init:master-1_6_6_1-4_1 2025-07-07 22:20:08,783: INFO: Docker build duration: 24 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-openstack-heat-init] f837e5935c07: Preparing 04c0fd695826: Preparing c2c1887c51d6: Preparing 778df9ef86c5: Preparing f708b8785b07: Preparing 222b448f10cc: Preparing f239585db3a0: Preparing d1f516b73e04: Preparing 174f56854903: Preparing f708b8785b07: Waiting 222b448f10cc: Waiting f239585db3a0: Waiting d1f516b73e04: Waiting 174f56854903: Waiting c2c1887c51d6: Layer already exists 778df9ef86c5: Layer already exists 222b448f10cc: Layer already exists f708b8785b07: Layer already exists 04c0fd695826: Pushed d1f516b73e04: Layer already exists f239585db3a0: Layer already exists 174f56854903: Layer already exists f837e5935c07: Pushed master-1_6_6_1-4_1: digest: sha256:c4f1cd0af0a8dc890a5bba3da852a57004866b53ce1feebe56c1831bca59e7ca size: 2197 2025-07-07 22:20:15,809: INFO: Building opensdn-openstack-heat-init finished successfully, duration: 31 seconds