2025-06-03 15:59:16,033: INFO: Building opensdn-openstack-neutron-init 2025-06-03 15:59:16,078: 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_8-3 --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} ---> 1d787372bcbb Step 4/10 : ARG PIP_REPOSITORY ---> Running in b9a1d87b9fe3 ---> Removed intermediate container b9a1d87b9fe3 ---> aeb201776195 Step 5/10 : ARG CONTAINER_NAME ---> Running in 202cd97cfcf7 ---> Removed intermediate container 202cd97cfcf7 ---> 72fb6cd96fb2 Step 6/10 : ENV CONTAINER_NAME=$CONTAINER_NAME ---> Running in f1b5885bee5c ---> Removed intermediate container f1b5885bee5c ---> 8fcd6268c7d4 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 b2714703237e ---> Removed intermediate container b2714703237e ---> 5cdae647cf96 Step 8/10 : COPY *.sh / ---> e2eb5ae92c01 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 882756a6ce2f 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 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 Successfully installed contrail-api-client-0.1.dev0 neutron-plugin-contrail-0.1.dev0 ---> Removed intermediate container 882756a6ce2f ---> 1bb3b6276b5b Step 10/10 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in 0e0cf2956cc6 ---> Removed intermediate container 0e0cf2956cc6 ---> b3954b6a93b9 [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 b3954b6a93b9 Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-openstack-neutron-init:master-1_7_6_8-3 2025-06-03 15:59:39,953: INFO: Docker build duration: 24 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-openstack-neutron-init] f2c6cd7a114d: Preparing ff3e04b9aa11: Preparing fb6e6587e839: Preparing 4a699db961f1: Preparing 4a471e9b88ac: Preparing 7d721f9a4335: Preparing c0779cc3a314: Preparing 4f6774fbdcab: Preparing 174f56854903: Preparing 4a471e9b88ac: Waiting 7d721f9a4335: Waiting c0779cc3a314: Waiting 4f6774fbdcab: Waiting 174f56854903: Waiting 4a699db961f1: Layer already exists fb6e6587e839: Layer already exists 4a471e9b88ac: Layer already exists ff3e04b9aa11: Pushed 7d721f9a4335: Layer already exists 174f56854903: Layer already exists 4f6774fbdcab: Layer already exists c0779cc3a314: Layer already exists f2c6cd7a114d: Pushed master-1_7_6_8-3: digest: sha256:a5ca1ede19378e7eb8a8fcedd6bd5fc11bd6f9dd59c376bc9816f092faec84b3 size: 2197 2025-06-03 15:59:52,233: INFO: Building opensdn-openstack-neutron-init finished successfully, duration: 37 seconds