2025-06-07 07:22:21,969: INFO: Building opensdn-openstack-neutron-init 2025-06-07 07:22:22,014: 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_8_0_4-1 --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} ---> aaf52ff03b22 Step 4/10 : ARG PIP_REPOSITORY ---> Running in c2ff8ac0f6f7 ---> Removed intermediate container c2ff8ac0f6f7 ---> f49309e332b6 Step 5/10 : ARG CONTAINER_NAME ---> Running in 92cb402cf080 ---> Removed intermediate container 92cb402cf080 ---> d0c768a75c92 Step 6/10 : ENV CONTAINER_NAME=$CONTAINER_NAME ---> Running in 4c7b3bf6a35d ---> Removed intermediate container 4c7b3bf6a35d ---> 6cdb6d13b2b7 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 105f8f74e4cb ---> Removed intermediate container 105f8f74e4cb ---> 22357bd1e6f3 Step 8/10 : COPY *.sh / ---> 41dc5a3b77e1 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 c77ae128e61e 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 c77ae128e61e ---> e2a8f6ad2dbc Step 10/10 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in 236b147ca8c8 ---> Removed intermediate container 236b147ca8c8 ---> 6bd2448c8be7 [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 6bd2448c8be7 Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-openstack-neutron-init:master-1_8_0_4-1 2025-06-07 07:22:49,251: INFO: Docker build duration: 28 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-openstack-neutron-init] deb7946e3d1b: Preparing c90af72246f4: Preparing 83af6bf21a28: Preparing e0f4b9c06be8: Preparing e92b3ea9b34d: Preparing 604a7d2cbd10: Preparing 020a989d7b75: Preparing b90f56e193bf: Preparing 174f56854903: Preparing e92b3ea9b34d: Waiting 604a7d2cbd10: Waiting 020a989d7b75: Waiting b90f56e193bf: Waiting 174f56854903: Waiting 83af6bf21a28: Layer already exists e0f4b9c06be8: Layer already exists e92b3ea9b34d: Layer already exists 604a7d2cbd10: Layer already exists c90af72246f4: Pushed b90f56e193bf: Layer already exists 020a989d7b75: Layer already exists 174f56854903: Layer already exists deb7946e3d1b: Pushed master-1_8_0_4-1: digest: sha256:e4428042d60a36dd9455b0f4d21b639756591f14b52d7832aa5e4e451b62e029 size: 2197 2025-06-07 07:22:59,338: INFO: Building opensdn-openstack-neutron-init finished successfully, duration: 38 seconds