2025-06-01 03:09:24,508: INFO: Building opensdn-openstack-neutron-init 2025-06-01 03:09:24,558: 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_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-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} ---> d4987e5f1217 Step 4/10 : ARG PIP_REPOSITORY ---> Running in 9c3ca15ac9e9 ---> Removed intermediate container 9c3ca15ac9e9 ---> 8bda73d112f8 Step 5/10 : ARG CONTAINER_NAME ---> Running in 94c833febd6d ---> Removed intermediate container 94c833febd6d ---> 6a77d81a37e6 Step 6/10 : ENV CONTAINER_NAME=$CONTAINER_NAME ---> Running in 9831cf57810d ---> Removed intermediate container 9831cf57810d ---> 78ff8e2377c1 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 922f7f0630b2 ---> Removed intermediate container 922f7f0630b2 ---> 75765d35fda4 Step 8/10 : COPY *.sh / ---> 3c341ca13b9c 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 b6f73d874963 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 b6f73d874963 ---> 6cd32a752ad4 Step 10/10 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in e6dcc0f2516a ---> Removed intermediate container e6dcc0f2516a ---> 61943076cb76 [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 61943076cb76 Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-openstack-neutron-init:master-1_6_6_1-1_2 2025-06-01 03:09:54,432: INFO: Docker build duration: 30 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-openstack-neutron-init] 6f8f3a4ffdd2: Preparing 8ed32e637ae3: Preparing 060fb9976d46: Preparing 5e46b2c2b5df: Preparing 7ac94999b835: Preparing 467dcf735f4c: Preparing bdc0ba846fdb: Preparing e9d1ed096d7c: Preparing 174f56854903: Preparing 7ac94999b835: Waiting 467dcf735f4c: Waiting bdc0ba846fdb: Waiting e9d1ed096d7c: Waiting 6f8f3a4ffdd2: Waiting 8ed32e637ae3: Waiting 060fb9976d46: Waiting 5e46b2c2b5df: Waiting 174f56854903: Waiting 8ed32e637ae3: Pushed 060fb9976d46: Layer already exists 5e46b2c2b5df: Layer already exists 467dcf735f4c: Layer already exists 7ac94999b835: Layer already exists bdc0ba846fdb: Layer already exists e9d1ed096d7c: Layer already exists 174f56854903: Layer already exists 6f8f3a4ffdd2: Pushed master-1_6_6_1-1_2: digest: sha256:69cb6ea57d951fb6e43bc2a12e92a2a1e0528eef201ad45439d715c5fcb9a1f5 size: 2197 2025-06-01 03:10:02,845: INFO: Building opensdn-openstack-neutron-init finished successfully, duration: 38 seconds