2025-08-18 09:04:37,273: INFO: Building opensdn-openstack-neutron-init 2025-08-18 09:04:37,320: 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_7_6_9-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} ---> 649d096d2a93 Step 4/10 : ARG PIP_REPOSITORY ---> Running in de49a36d3841 ---> Removed intermediate container de49a36d3841 ---> 2610e703d917 Step 5/10 : ARG CONTAINER_NAME ---> Running in 4bda877fcd9e ---> Removed intermediate container 4bda877fcd9e ---> 99e3b1fe1514 Step 6/10 : ENV CONTAINER_NAME=$CONTAINER_NAME ---> Running in 991b70118ea3 ---> Removed intermediate container 991b70118ea3 ---> 8670c39c8131 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 30a77b8286e7 ---> Removed intermediate container 30a77b8286e7 ---> 27caa7b5c239 Step 8/10 : COPY *.sh / ---> 6b592280b5cb 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" "neutron_plugin_contrail==0.1.dev0" ; rm -rf /root/.cache ---> Running in 500eace87576 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 500eace87576 ---> f6315e55e68b Step 10/10 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in 40fa94416deb ---> Removed intermediate container 40fa94416deb ---> b4cf52cc9cb2 [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 b4cf52cc9cb2 Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-openstack-neutron-init:master-1_7_6_9-3_1 2025-08-18 09:05:01,759: INFO: Docker build duration: 24 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-openstack-neutron-init] f061e7656642: Preparing f8b1e5fac2a5: Preparing 46d2dfd9dacd: Preparing 563a4ae1eb25: Preparing 35e9fed59e16: Preparing a264bce45a63: Preparing e4d898f6290f: Preparing 2ee3850783e6: Preparing 174f56854903: Preparing f061e7656642: Waiting f8b1e5fac2a5: Waiting 46d2dfd9dacd: Waiting 563a4ae1eb25: Waiting 35e9fed59e16: Waiting a264bce45a63: Waiting e4d898f6290f: Waiting 2ee3850783e6: Waiting 174f56854903: Waiting 46d2dfd9dacd: Layer already exists 563a4ae1eb25: Layer already exists 35e9fed59e16: Layer already exists f8b1e5fac2a5: Pushed a264bce45a63: Layer already exists e4d898f6290f: Layer already exists 2ee3850783e6: Layer already exists 174f56854903: Layer already exists f061e7656642: Pushed master-1_7_6_9-3_1: digest: sha256:03aeb059702f30bec4797958809ace23961782157c49c386224c0d880fa14c22 size: 2197 2025-08-18 09:05:12,951: INFO: Building opensdn-openstack-neutron-init finished successfully, duration: 35 seconds