2025-08-25 01:33:37,486: INFO: Building contrail-vrouter-kernel-build-init 2025-08-25 01:33:37,808: INFO: Building args: --network host --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5102 --build-arg CONTRAIL_CONTAINER_TAG=nightly-r24.1-centos --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 69.12 kB Step 1/16 : FROM ubuntu:22.04 22.04: Pulling from library/ubuntu a3be5d4ce401: Pulling fs layer a3be5d4ce401: Verifying Checksum a3be5d4ce401: Download complete a3be5d4ce401: Pull complete Digest: sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0 Status: Downloaded newer image for ubuntu:22.04 ---> 8a4eacce82df Step 2/16 : ARG VENDOR_NAME ---> Running in a3a987e83ff3 ---> Removed intermediate container a3a987e83ff3 ---> 36fb59844a81 Step 3/16 : ARG VENDOR_DOMAIN ---> Running in 3c7772ca4170 ---> Removed intermediate container 3c7772ca4170 ---> e4a829123622 Step 4/16 : ARG CONTRAIL_VERSION ---> Running in e764bc759bef ---> Removed intermediate container e764bc759bef ---> bd9f560c094f Step 5/16 : ARG CONTRAIL_CONTAINER_TAG ---> Running in 12b7ce8cd6ba ---> Removed intermediate container 12b7ce8cd6ba ---> 102788a73392 Step 6/16 : ARG CONTAINER_NAME ---> Running in dfb84196b5ea ---> Removed intermediate container dfb84196b5ea ---> f0a757b0b11f Step 7/16 : ENV VENDOR_DOMAIN=$VENDOR_DOMAIN VENDOR_NAME=$VENDOR_NAME CONTRAIL_VERSION=$CONTRAIL_CONTAINER_TAG CONTAINER_NAME=$CONTAINER_NAME ---> Running in 505b748851c1 ---> Removed intermediate container 505b748851c1 ---> e1c550113225 Step 8/16 : 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 b5738d812cc2 ---> Removed intermediate container b5738d812cc2 ---> b8ccb2f1bc07 Step 9/16 : RUN mkdir /licenses ---> Running in 6095904cf312 ---> Removed intermediate container 6095904cf312 ---> f3b64bc9b156 Step 10/16 : COPY __licensing.txt /licenses/licensing.txt ---> c6bcf32f1941 Step 11/16 : COPY *.repo /etc/yum.repos.d/ ---> 9950a848c82c Step 12/16 : COPY *.list /etc/apt/ ---> 3ec81d5417f8 Step 13/16 : 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 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 473b58f4bdb3 Get:1 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy InRelease [270 kB] Get:2 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-security InRelease [129 kB] Get:3 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] Get:4 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-proposed InRelease [279 kB] Get:5 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] Ign:6 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy/universe amd64 Packages Ign:7 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages Ign:8 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages Ign:9 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy/main amd64 Packages Get:6 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB] Get:7 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB] Get:8 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB] Get:9 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB] Ign:10 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-security/main amd64 Packages Ign:11 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages Ign:12 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-security/universe amd64 Packages Ign:13 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages Ign:14 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages Ign:15 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages Ign:16 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages Ign:17 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages Get:10 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2953 kB] Get:11 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [4410 kB] Get:12 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1246 kB] Get:13 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [47.7 kB] Get:14 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [55.7 kB] Get:15 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [4564 kB] Get:16 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3264 kB] Get:17 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1553 kB] Ign:18 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-proposed/main amd64 Packages Ign:19 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-proposed/restricted amd64 Packages Ign:20 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-proposed/universe amd64 Packages Ign:21 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages Ign:22 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages Get:18 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-proposed/main amd64 Packages [467 kB] Get:19 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-proposed/restricted amd64 Packages [794 kB] Get:20 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-proposed/universe amd64 Packages [101 kB] Get:21 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [83.2 kB] Get:22 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [35.2 kB] Fetched 40.2 MB in 13s (3036 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: perl : Depends: perl-base (= 5.34.0-3ubuntu1.4) but 5.34.0-3ubuntu1.5 is to be installed E: Unable to correct problems, you have held broken packages. 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 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-08-25 01:34:38,604: INFO: Docker build duration: 61 seconds 2025-08-25 01:34:38,607: ERROR: Building contrail-vrouter-kernel-build-init failed, duration: 61 seconds