2025-04-21 07:23:18,494: INFO: Building contrail-openstack-heat-init 2025-04-21 07:23:18,510: 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_5_8_8-5 --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=contrail-openstack-heat-init --build-arg UBUNTU_DISTR_VERSION=22.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} ---> 2d946b344ea3 Step 4/10 : ARG PIP_REPOSITORY ---> Running in a9f49e6f79bb ---> Removed intermediate container a9f49e6f79bb ---> 1ebc19168e6d Step 5/10 : ARG CONTAINER_NAME ---> Running in 4dd636e96913 ---> Removed intermediate container 4dd636e96913 ---> 03345eef567b Step 6/10 : ENV CONTAINER_NAME=$CONTAINER_NAME ---> Running in 7e3cdca81a11 ---> Removed intermediate container 7e3cdca81a11 ---> 3fd6fc38126a 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 6366788c51f1 ---> Removed intermediate container 6366788c51f1 ---> bc022340a2f4 Step 8/10 : COPY *.sh / ---> 74921b22a5b9 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 33170c368ffb 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 33170c368ffb ---> 873e46bab1e3 Step 10/10 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in d7788988ea92 ---> Removed intermediate container d7788988ea92 ---> 1290ba19afb0 [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 1290ba19afb0 Successfully tagged nexus.gz1.opensdn.io:5101/contrail-openstack-heat-init:master-1_5_8_8-5 Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-openstack-heat-init:master-1_5_8_8-5 2025-04-21 07:23:49,757: INFO: Docker build duration: 31 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/contrail-openstack-heat-init] 16a874459494: Preparing 9a9c50d3bd2d: Preparing ff92da27c89f: Preparing 6c62d3626697: Preparing 3c163d536bb2: Preparing f5154187086a: Preparing 041064bd6c97: Preparing e60f74403949: Preparing 174f56854903: Preparing 6c62d3626697: Waiting 3c163d536bb2: Waiting f5154187086a: Waiting 041064bd6c97: Waiting e60f74403949: Waiting 174f56854903: Waiting ff92da27c89f: Layer already exists 9a9c50d3bd2d: Pushed 6c62d3626697: Layer already exists 3c163d536bb2: Layer already exists f5154187086a: Layer already exists e60f74403949: Layer already exists 041064bd6c97: Layer already exists 174f56854903: Layer already exists 16a874459494: Pushed master-1_5_8_8-5: digest: sha256:fbf36d13299d5f8c205ed841a0b5c32e266a6072709a9d29f00e8b202289c47a size: 2197 The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-openstack-heat-init] 16a874459494: Preparing 9a9c50d3bd2d: Preparing ff92da27c89f: Preparing 6c62d3626697: Preparing 3c163d536bb2: Preparing f5154187086a: Preparing 041064bd6c97: Preparing e60f74403949: Preparing 174f56854903: Preparing 16a874459494: Waiting 9a9c50d3bd2d: Waiting ff92da27c89f: Waiting 6c62d3626697: Waiting 3c163d536bb2: Waiting f5154187086a: Waiting 041064bd6c97: Waiting e60f74403949: Waiting 174f56854903: Waiting 9a9c50d3bd2d: Layer already exists ff92da27c89f: Layer already exists 16a874459494: Layer already exists 6c62d3626697: Layer already exists 3c163d536bb2: Layer already exists f5154187086a: Layer already exists e60f74403949: Layer already exists 041064bd6c97: Layer already exists 174f56854903: Layer already exists master-1_5_8_8-5: digest: sha256:fbf36d13299d5f8c205ed841a0b5c32e266a6072709a9d29f00e8b202289c47a size: 2197 2025-04-21 07:24:02,853: INFO: Building contrail-openstack-heat-init finished successfully, duration: 44 seconds