2024-08-27 13:16:04,803: INFO: Building contrail-openstack-neutron-ml2-init 2024-08-27 13:16:04,876: INFO: Building args: --network host --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5101 --build-arg CONTRAIL_CONTAINER_TAG=master-9_3_6-8 --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=contrail-openstack-neutron-ml2-init --build-arg UBUNTU_DISTR_VERSION=22.04 --build-arg UBUNTU_DISTR=ubuntu --build-arg VENDOR_NAME=OpenSDN-IO --build-arg VENDOR_DOMAIN=io.opensdn Sending build context to Docker daemon 7.168 kB Step 1/7 : FROM nexus.gz1.opensdn.io:5101/contrail-general-base:master-9_3_6-8 ---> f1f983e19435 Step 2/7 : ARG CONTAINER_NAME ---> Using cache ---> 484909f48e9f Step 3/7 : ENV CONTAINER_NAME=$CONTAINER_NAME ---> Running in 4588b0905c15 ---> Removed intermediate container 4588b0905c15 ---> abfda00d528d Step 4/7 : LABEL name=$CONTAINER_NAME summary="Init container for OpenStack neutron-server with ml2 driver" description="Sidecar container with libraries for neutron-server with ml2 driver." $VENDOR_DOMAIN".container.name"=$CONTAINER_NAME ---> Running in 6b7a0e4a74c4 ---> Removed intermediate container 6b7a0e4a74c4 ---> ab8da367df6d Step 5/7 : COPY *.sh / ---> 9c9af58551f0 Step 6/7 : RUN mkdir -p /opt/contrail/site-packages && python2 -m pip install --no-compile --target=/opt/contrail/site-packages future && python2 -m pip install 'pbr>=2.0' && rpm -Uvh --nodeps $(repoquery -q --location python-contrail) && yum install -y git && for i in {1..3} ; do res=0 && rm -rf networking-opencontrail && git clone --depth=1 --single-branch -b stable/queens https://opendev.org/x/networking-opencontrail.git && cd networking-opencontrail && python2 setup.py install --root=/opt/contrail/ --no-compile && break ; res=1 ; done && [[ "$res" == 0 ]] && cp -rf /usr/lib/python2.7/site-packages/vnc_api* /opt/contrail/site-packages && cp -rf /usr/lib/python2.7/site-packages/cfgm_common* /opt/contrail/site-packages && yum autoremove -y git python-contrail tf-neutron-ml2-plugin && yum clean all -y && rm -rf networking-opencontrail /var/cache/yum ---> Running in 7db5d8762253 /usr/bin/python2: No module named pip The command '/bin/sh -c mkdir -p /opt/contrail/site-packages && python2 -m pip install --no-compile --target=/opt/contrail/site-packages future && python2 -m pip install 'pbr>=2.0' && rpm -Uvh --nodeps $(repoquery -q --location python-contrail) && yum install -y git && for i in {1..3} ; do res=0 && rm -rf networking-opencontrail && git clone --depth=1 --single-branch -b stable/queens https://opendev.org/x/networking-opencontrail.git && cd networking-opencontrail && python2 setup.py install --root=/opt/contrail/ --no-compile && break ; res=1 ; done && [[ "$res" == 0 ]] && cp -rf /usr/lib/python2.7/site-packages/vnc_api* /opt/contrail/site-packages && cp -rf /usr/lib/python2.7/site-packages/cfgm_common* /opt/contrail/site-packages && yum autoremove -y git python-contrail tf-neutron-ml2-plugin && yum clean all -y && rm -rf networking-opencontrail /var/cache/yum' returned a non-zero code: 1 2024-08-27 13:16:17,668: INFO: Docker build duration: 13 seconds 2024-08-27 13:16:17,671: ERROR: Building contrail-openstack-neutron-ml2-init failed, duration: 13 seconds