2025-05-05 13:41:29,799: INFO: Building opensdn-openstack-neutron-init 2025-05-05 13:41:29,833: 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-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-neutron-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} ---> b18a47ac8ce2 Step 4/10 : ARG PIP_REPOSITORY ---> Running in 29a01940781a ---> Removed intermediate container 29a01940781a ---> 30f75649c448 Step 5/10 : ARG CONTAINER_NAME ---> Running in a525e974b43e ---> Removed intermediate container a525e974b43e ---> 3a282044272a Step 6/10 : ENV CONTAINER_NAME=$CONTAINER_NAME ---> Running in 5f44b06394ce ---> Removed intermediate container 5f44b06394ce ---> 7690e5e53d25 Step 7/10 : LABEL name=$CONTAINER_NAME summary="Init container for OpenStack neutron-server" description="Sidecar container with libraries for neutron-server." $VENDOR_DOMAIN".container.name"=$CONTAINER_NAME ---> Running in 18ee856e1852 ---> Removed intermediate container 18ee856e1852 ---> 35a4befe04ea Step 8/10 : COPY *.sh / ---> 3b6c800a2a21 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" "neutron_plugin_contrail==0.1.dev0" ; rm -rf /root/.cache ---> Running in 552a1820bb96 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 neutron_plugin_contrail==0.1.dev0 Downloading http://localhost:6667/pip/simple/neutron-plugin-contrail/neutron_plugin_contrail-0.1.dev0-py3-none-any.whl (130 kB) Installing collected packages: neutron-plugin-contrail, contrail-api-client Successfully installed contrail-api-client-0.1.dev0 neutron-plugin-contrail-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 552a1820bb96 ---> cbab2d87dff2 Step 10/10 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in 64cbe0d9e601 ---> Removed intermediate container 64cbe0d9e601 ---> 0610324acfa2 [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 0610324acfa2 Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-openstack-neutron-init:master-1_6_6_3-1 2025-05-05 13:41:57,490: INFO: Docker build duration: 28 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-openstack-neutron-init] ef410092ef89: Preparing d2145fb60a51: Preparing 0ab557c8d47a: Preparing 6e4c32cdcb74: Preparing b2e7d5e02f95: Preparing 6bc9ab5dff4d: Preparing 4e404e4a1a4d: Preparing d7622b3647cf: Preparing 174f56854903: Preparing ef410092ef89: Waiting d2145fb60a51: Waiting 0ab557c8d47a: Waiting 6e4c32cdcb74: Waiting b2e7d5e02f95: Waiting 6bc9ab5dff4d: Waiting 4e404e4a1a4d: Waiting d7622b3647cf: Waiting 174f56854903: Waiting 0ab557c8d47a: Layer already exists 6e4c32cdcb74: Layer already exists d2145fb60a51: Pushed b2e7d5e02f95: Layer already exists 4e404e4a1a4d: Layer already exists 6bc9ab5dff4d: Layer already exists d7622b3647cf: Layer already exists 174f56854903: Layer already exists ef410092ef89: Pushed master-1_6_6_3-1: digest: sha256:d8e73eccf81ffab7fc6d016d48b1fcbad583e723dc7edb7f6075f1510a5e639c size: 2197 2025-05-05 13:42:06,627: INFO: Building opensdn-openstack-neutron-init finished successfully, duration: 37 seconds