2025-05-06 08:17:48,869: INFO: Building opensdn-openstack-heat-init 2025-05-06 08:17:48,902: 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_3-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} ---> 39eb404a4d41 Step 4/10 : ARG PIP_REPOSITORY ---> Running in 24196858d632 ---> Removed intermediate container 24196858d632 ---> 3b33224125ca Step 5/10 : ARG CONTAINER_NAME ---> Running in 01eb07f077af ---> Removed intermediate container 01eb07f077af ---> dd67339d35ae Step 6/10 : ENV CONTAINER_NAME=$CONTAINER_NAME ---> Running in 128a40693972 ---> Removed intermediate container 128a40693972 ---> 9092ac0a27d2 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 d10e482763dd ---> Removed intermediate container d10e482763dd ---> 572e623564b8 Step 8/10 : COPY *.sh / ---> 43aa4123f81b 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 554d81ad0c72 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 554d81ad0c72 ---> f585f8981563 Step 10/10 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in 148832a6ee0c ---> Removed intermediate container 148832a6ee0c ---> df1fb1a01b66 [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 df1fb1a01b66 Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-openstack-heat-init:master-1_6_6_3-2 2025-05-06 08:18:16,038: INFO: Docker build duration: 28 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-openstack-heat-init] 9ab71c70a1cc: Preparing cbf83c8d8eb8: Preparing f8cbab15602e: Preparing 5857879de687: Preparing c127298ce087: Preparing 8a8a974b8aa3: Preparing 09d6a7c740f1: Preparing 7d652dcbb383: Preparing 174f56854903: Preparing 9ab71c70a1cc: Waiting cbf83c8d8eb8: Waiting f8cbab15602e: Waiting 5857879de687: Waiting c127298ce087: Waiting 8a8a974b8aa3: Waiting 09d6a7c740f1: Waiting 7d652dcbb383: Waiting 174f56854903: Waiting f8cbab15602e: Layer already exists 5857879de687: Layer already exists cbf83c8d8eb8: Pushed c127298ce087: Layer already exists 09d6a7c740f1: Layer already exists 8a8a974b8aa3: Layer already exists 174f56854903: Layer already exists 7d652dcbb383: Layer already exists 9ab71c70a1cc: Pushed master-1_6_6_3-2: digest: sha256:5a232edf948eed34ac4bac28275b019a5ca462e9a0798643e1b59bf7b7f85555 size: 2197 2025-05-06 08:18:24,500: INFO: Building opensdn-openstack-heat-init finished successfully, duration: 36 seconds