2025-06-23 18:18:03,844: INFO: Building opensdn-openstack-neutron-init 2025-06-23 18:18:03,960: 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_2_2_1-4_7 --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} ---> 40060ceedf30 Step 4/10 : ARG PIP_REPOSITORY ---> Running in a0d66d5344ef ---> Removed intermediate container a0d66d5344ef ---> f31f1b5a38bf Step 5/10 : ARG CONTAINER_NAME ---> Running in 4a4f011199c9 ---> Removed intermediate container 4a4f011199c9 ---> e424eb6fa3f0 Step 6/10 : ENV CONTAINER_NAME=$CONTAINER_NAME ---> Running in dabd32f12d5b ---> Removed intermediate container dabd32f12d5b ---> 194fcc8903f2 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 31b4b4a174fb ---> Removed intermediate container 31b4b4a174fb ---> 03cb1b3e7f48 Step 8/10 : COPY *.sh / ---> 6e82ca16a4d6 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 940652424c5e 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 940652424c5e ---> 8fced2b7a927 Step 10/10 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in fb683390ed46 ---> Removed intermediate container fb683390ed46 ---> 7521d19d815b [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 7521d19d815b Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-openstack-neutron-init:master-1_2_2_1-4_7 2025-06-23 18:18:31,377: INFO: Docker build duration: 28 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-openstack-neutron-init] 5e55a6bc3247: Preparing 7048590b16dd: Preparing 7487a54c8c00: Preparing 37ff9d1d081b: Preparing 4aadc0b44cc6: Preparing 63f039fb206a: Preparing 35a2aca69d41: Preparing 5860177d1971: Preparing 174f56854903: Preparing 37ff9d1d081b: Waiting 4aadc0b44cc6: Waiting 63f039fb206a: Waiting 35a2aca69d41: Waiting 5860177d1971: Waiting 174f56854903: Waiting 7487a54c8c00: Layer already exists 37ff9d1d081b: Layer already exists 4aadc0b44cc6: Layer already exists 7048590b16dd: Pushed 63f039fb206a: Layer already exists 35a2aca69d41: Layer already exists 5860177d1971: Layer already exists 174f56854903: Layer already exists 5e55a6bc3247: Pushed master-1_2_2_1-4_7: digest: sha256:621ad7df955a5e13455ac0b139f602499ba02960d56fa2f2bc12b36c9e10acee size: 2197 2025-06-23 18:18:39,928: INFO: Building opensdn-openstack-neutron-init finished successfully, duration: 36 seconds