2025-04-10 11:40:39,875: INFO: Building contrail-vrouter-kernel-build-init 2025-04-10 11:40:40,047: 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_1_3_6-2_4 --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-vrouter-kernel-build-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 52.74 kB Step 1/18 : ARG UBUNTU_DISTR=ubuntu Step 2/18 : ARG UBUNTU_DISTR_VERSION=22.04 Step 3/18 : FROM $UBUNTU_DISTR:$UBUNTU_DISTR_VERSION 22.04: Pulling from library/ubuntu 30a9c22ae099: Pulling fs layer 30a9c22ae099: Verifying Checksum 30a9c22ae099: Download complete 30a9c22ae099: Pull complete Digest: sha256:d80997daaa3811b175119350d84305e1ec9129e1799bba0bd1e3120da3ff52c3 Status: Downloaded newer image for ubuntu:22.04 ---> cc934a90cd99 Step 4/18 : ARG VENDOR_NAME ---> Running in a4ee10ce61ea ---> Removed intermediate container a4ee10ce61ea ---> 7eb3f37585df Step 5/18 : ARG VENDOR_DOMAIN ---> Running in 1c6082e2e413 ---> Removed intermediate container 1c6082e2e413 ---> 6a1ecb5d257c Step 6/18 : ARG CONTRAIL_VERSION ---> Running in 95c63f5810b9 ---> Removed intermediate container 95c63f5810b9 ---> 832f92d02b88 Step 7/18 : ARG CONTRAIL_CONTAINER_TAG ---> Running in 0ad8fde1cd34 ---> Removed intermediate container 0ad8fde1cd34 ---> 66368e1c8e66 Step 8/18 : ARG CONTAINER_NAME ---> Running in 09fb7a7a28fc ---> Removed intermediate container 09fb7a7a28fc ---> 15f05890649b Step 9/18 : ENV VENDOR_DOMAIN=$VENDOR_DOMAIN VENDOR_NAME=$VENDOR_NAME CONTRAIL_VERSION=$CONTRAIL_CONTAINER_TAG CONTAINER_NAME=$CONTAINER_NAME ---> Running in 9b5978d5e735 ---> Removed intermediate container 9b5978d5e735 ---> 5e43b159e10f Step 10/18 : LABEL vendor=$VENDOR_NAME version=$CONTRAIL_CONTAINER_TAG release="5.1.0" name=$CONTAINER_NAME summary="Contrail vrouter kernel module for ubuntu" description="This image is used to build vrouter.ko for current ubuntu operating system that it's running on." $VENDOR_DOMAIN".container.name"=$CONTAINER_NAME ---> Running in a33808dd558d ---> Removed intermediate container a33808dd558d ---> c29a88f3df49 Step 11/18 : RUN mkdir /licenses ---> Running in 8b47e91e9413 ---> Removed intermediate container 8b47e91e9413 ---> 25a2618d7c4a Step 12/18 : COPY __licensing.txt /licenses/licensing.txt ---> d56b85e79882 Step 13/18 : COPY *.repo /etc/yum.repos.d/ ---> 0048a6cf93ef Step 14/18 : COPY *.list /etc/apt/ ---> 717351f37396 Step 15/18 : RUN rm -f /etc/yum.repos.d/tpc.repo && mkdir -p /opt/contrail/src /contrail_tools /vrouter_src && contrail_version=${CONTRAIL_VERSION:-$CONTRAIL_CONTAINER_TAG} && echo "${contrail_version}" > /contrail_version && export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get -y --allow-downgrades install libc6=2.35-0ubuntu3.7 libc6=2.35-0ubuntu3.7 && apt-get install -y --no-install-recommends dkms libelf-dev g++ && apt-get install -y --no-install-recommends dnf rpm2cpio cpio ca-certificates && dnf install -y contrail-vrouter-source && mv /usr/src/* /opt/contrail/src/ && vrouter_path=$(find /opt/contrail/src -type f -name "contrail-vrouter-*.tar.gz") && cd /vrouter_src && tar -xf "${vrouter_path}" && cd /contrail_tools && dnf install --downloadonly -y contrail-vrouter-utils && find /var/cache/dnf -name "contrail-vrouter-utils*.rpm" && rpm2cpio $(find /var/cache/dnf -name "contrail-vrouter-utils*.rpm") | cpio -iuvd && cd .. && dnf clean all -y && rm -rf /var/cache/dnf && apt-get purge -y dnf rpm2cpio cpio ca-certificates && apt-get autoremove -y ---> Running in c6caa6c7e201 Ign:1 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy InRelease Ign:2 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-security InRelease Ign:3 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-updates InRelease Ign:4 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-proposed InRelease Ign:5 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-backports InRelease Err:6 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy Release 404 Not Found [IP: 10.0.0.15 80] Err:7 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-security Release 404 Not Found [IP: 10.0.0.15 80] Err:8 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-updates Release 404 Not Found [IP: 10.0.0.15 80] Err:9 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-proposed Release 404 Not Found [IP: 10.0.0.15 80] Err:10 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-backports Release 404 Not Found [IP: 10.0.0.15 80] Reading package lists...E: The repository 'http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy Release' does not have a Release file. E: The repository 'http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-security Release' does not have a Release file. E: The repository 'http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-updates Release' does not have a Release file. E: The repository 'http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-proposed Release' does not have a Release file. E: The repository 'http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-backports Release' does not have a Release file.  The command '/bin/sh -c rm -f /etc/yum.repos.d/tpc.repo && mkdir -p /opt/contrail/src /contrail_tools /vrouter_src && contrail_version=${CONTRAIL_VERSION:-$CONTRAIL_CONTAINER_TAG} && echo "${contrail_version}" > /contrail_version && export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get -y --allow-downgrades install libc6=2.35-0ubuntu3.7 libc6=2.35-0ubuntu3.7 && apt-get install -y --no-install-recommends dkms libelf-dev g++ && apt-get install -y --no-install-recommends dnf rpm2cpio cpio ca-certificates && dnf install -y contrail-vrouter-source && mv /usr/src/* /opt/contrail/src/ && vrouter_path=$(find /opt/contrail/src -type f -name "contrail-vrouter-*.tar.gz") && cd /vrouter_src && tar -xf "${vrouter_path}" && cd /contrail_tools && dnf install --downloadonly -y contrail-vrouter-utils && find /var/cache/dnf -name "contrail-vrouter-utils*.rpm" && rpm2cpio $(find /var/cache/dnf -name "contrail-vrouter-utils*.rpm") | cpio -iuvd && cd .. && dnf clean all -y && rm -rf /var/cache/dnf && apt-get purge -y dnf rpm2cpio cpio ca-certificates && apt-get autoremove -y' returned a non-zero code: 100 2025-04-10 11:41:05,748: INFO: Docker build duration: 26 seconds 2025-04-10 11:41:05,755: ERROR: Building contrail-vrouter-kernel-build-init failed, duration: 26 seconds