2025-05-30 01:57:39,026: INFO: Building opensdn-openstack-neutron-init 2025-05-30 01:57:39,079: 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-1_0 --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} ---> 652a85144456 Step 4/10 : ARG PIP_REPOSITORY ---> Running in 1e740d9fe446 ---> Removed intermediate container 1e740d9fe446 ---> e11a69871cd5 Step 5/10 : ARG CONTAINER_NAME ---> Running in 5ffe324de0b1 ---> Removed intermediate container 5ffe324de0b1 ---> 03b1545963e3 Step 6/10 : ENV CONTAINER_NAME=$CONTAINER_NAME ---> Running in 8b95e334888e ---> Removed intermediate container 8b95e334888e ---> bc0c308fa63b 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 39356a07c278 ---> Removed intermediate container 39356a07c278 ---> c5c0c0e88dcb Step 8/10 : COPY *.sh / ---> d9d8d26c6798 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 4957350a3ef0 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 4957350a3ef0 ---> 288d186f5a99 Step 10/10 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in 58f521ee1f1c ---> Removed intermediate container 58f521ee1f1c ---> 0beaa655ce09 [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 0beaa655ce09 Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-openstack-neutron-init:master-1_6_6_1-1_0 2025-05-30 01:57:59,323: INFO: Docker build duration: 21 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-openstack-neutron-init] e898cb1fd296: Preparing d68c618d247c: Preparing f8195fac9ccf: Preparing e0c3cbdfee63: Preparing 1b0e223769a1: Preparing a2d231e241f2: Preparing 76d3144c087c: Preparing f3789c3f575e: Preparing 174f56854903: Preparing e898cb1fd296: Waiting d68c618d247c: Waiting f8195fac9ccf: Waiting e0c3cbdfee63: Waiting 1b0e223769a1: Waiting a2d231e241f2: Waiting 76d3144c087c: Waiting f3789c3f575e: Waiting 174f56854903: Waiting f8195fac9ccf: Layer already exists e0c3cbdfee63: Layer already exists d68c618d247c: Pushed 1b0e223769a1: Layer already exists a2d231e241f2: Layer already exists 76d3144c087c: Layer already exists 174f56854903: Layer already exists f3789c3f575e: Layer already exists e898cb1fd296: Pushed master-1_6_6_1-1_0: digest: sha256:9e44e82b7db0b6dfdc30d2890edce4b0e8eb0f496d7c533c00298ef276eabc50 size: 2197 2025-05-30 01:58:13,027: INFO: Building opensdn-openstack-neutron-init finished successfully, duration: 35 seconds