2025-08-20 17:32:35,162: INFO: Building opensdn-openstack-neutron-init 2025-08-20 17:32:35,196: 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-4_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} ---> 5b66b9019089 Step 4/10 : ARG PIP_REPOSITORY ---> Running in c0c4bdacfa5b ---> Removed intermediate container c0c4bdacfa5b ---> 82340452ef18 Step 5/10 : ARG CONTAINER_NAME ---> Running in e51229757a16 ---> Removed intermediate container e51229757a16 ---> ebff4e03f1a4 Step 6/10 : ENV CONTAINER_NAME=$CONTAINER_NAME ---> Running in 162eb5ae9792 ---> Removed intermediate container 162eb5ae9792 ---> e5e977cf1d13 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 15862fe79524 ---> Removed intermediate container 15862fe79524 ---> 3711590c48e1 Step 8/10 : COPY *.sh / ---> 9dad4568e0f9 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 5a178a3dfdab 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 5a178a3dfdab ---> b48c0396bf26 Step 10/10 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in 2eff06f5d847 ---> Removed intermediate container 2eff06f5d847 ---> aaafbe54b10e [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 aaafbe54b10e Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-openstack-neutron-init:master-1_7_6_9-4_0 2025-08-20 17:32:56,493: INFO: Docker build duration: 21 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-openstack-neutron-init] e6911b17331d: Preparing 4503fb57267e: Preparing 8fdd3ea35706: Preparing aa6840df70e3: Preparing 334288fbcd08: Preparing acd9d0afd2ba: Preparing 45b6b94441ff: Preparing eeab41ffccec: Preparing 174f56854903: Preparing 334288fbcd08: Waiting acd9d0afd2ba: Waiting 45b6b94441ff: Waiting eeab41ffccec: Waiting 174f56854903: Waiting 8fdd3ea35706: Layer already exists aa6840df70e3: Layer already exists 334288fbcd08: Layer already exists acd9d0afd2ba: Layer already exists 4503fb57267e: Pushed 45b6b94441ff: Layer already exists eeab41ffccec: Layer already exists 174f56854903: Layer already exists e6911b17331d: Pushed master-1_7_6_9-4_0: digest: sha256:1ac7b1577f4c7d5f655bf7b333017b08bbfaf57161b934e644df42bf040fe61f size: 2197 2025-08-20 17:33:06,522: INFO: Building opensdn-openstack-neutron-init finished successfully, duration: 31 seconds