2025-05-30 07:22:28,854: INFO: Building opensdn-vrouter-kernel-build-init 2025-05-30 07:22:28,988: 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_7_6_6-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-vrouter-kernel-build-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 52.74 kB Step 1/18 : ARG UBUNTU_DISTR=ubuntu Step 2/18 : ARG UBUNTU_DISTR_VERSION=24.04 Step 3/18 : FROM $UBUNTU_DISTR:$UBUNTU_DISTR_VERSION 24.04: Pulling from library/ubuntu 0622fac788ed: Pulling fs layer 0622fac788ed: Verifying Checksum 0622fac788ed: Download complete 0622fac788ed: Pull complete Digest: sha256:6015f66923d7afbc53558d7ccffd325d43b4e249f41a6e93eef074c9505d2233 Status: Downloaded newer image for ubuntu:24.04 ---> a0e45e2ce6e6 Step 4/18 : ARG VENDOR_NAME ---> Running in 0ce9f9946750 ---> Removed intermediate container 0ce9f9946750 ---> 2fe66b354831 Step 5/18 : ARG VENDOR_DOMAIN ---> Running in 4a3576903b6c ---> Removed intermediate container 4a3576903b6c ---> 1c21d1317b85 Step 6/18 : ARG CONTRAIL_VERSION ---> Running in 9d66e2e619d0 ---> Removed intermediate container 9d66e2e619d0 ---> 9fba8deb2e46 Step 7/18 : ARG CONTRAIL_CONTAINER_TAG ---> Running in 643f3307fb1e ---> Removed intermediate container 643f3307fb1e ---> c4442adbf0e1 Step 8/18 : ARG CONTAINER_NAME ---> Running in 75c09147b341 ---> Removed intermediate container 75c09147b341 ---> 718ba28e6990 Step 9/18 : ENV VENDOR_DOMAIN=$VENDOR_DOMAIN VENDOR_NAME=$VENDOR_NAME CONTRAIL_VERSION=$CONTRAIL_CONTAINER_TAG CONTAINER_NAME=$CONTAINER_NAME ---> Running in 3a1f59108d9d ---> Removed intermediate container 3a1f59108d9d ---> 712f9bcbbbea 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 2b228dd1b916 ---> Removed intermediate container 2b228dd1b916 ---> 2da1e947aff2 Step 11/18 : RUN mkdir /licenses ---> Running in 2588b804b558 ---> Removed intermediate container 2588b804b558 ---> 55f8b9853b19 Step 12/18 : COPY __licensing.txt /licenses/licensing.txt ---> 69ff0e2daf6e Step 13/18 : COPY *.repo /etc/yum.repos.d/ ---> 3ccd053ec3cd Step 14/18 : COPY *.list /etc/apt/ ---> 0d9e7d0c2ef0 Step 15/18 : RUN set -e ; 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++ gcc-12 && apt-get install -y --no-install-recommends dnf rpm2cpio cpio ca-certificates curl && 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 && (cd /var/cache/dnf; for u in `dnf repoquery contrail-vrouter-utils --location`; do curl -LO "$u"; done) && 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 b62199179097 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://security.ubuntu.com/ubuntu noble-security InRelease [126 kB] Get:5 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-proposed InRelease [279 kB] Get:6 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] Get:7 http://archive.ubuntu.com/ubuntu noble InRelease [256 kB] Get:8 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB] Get:9 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB] Ign:10 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages Ign:11 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy/main amd64 Packages Ign:12 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages Ign:13 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy/universe amd64 Packages Get:10 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB] Get:11 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB] Get:12 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB] Get:13 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB] Ign:14 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-security/main amd64 Packages Ign:15 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages Ign:16 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages Ign:17 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-security/universe amd64 Packages Ign:18 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages Ign:19 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages Ign:20 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages Ign:21 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages Ign:22 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-proposed/restricted amd64 Packages Ign:23 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-proposed/main amd64 Packages Ign:24 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-proposed/universe amd64 Packages Get:14 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2951 kB] Get:15 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [4402 kB] Get:16 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [47.7 kB] Get:17 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1245 kB] Get:18 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3264 kB] Err:18 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages File has unexpected size (3264062 != 3264063). Mirror sync in progress? [IP: 10.0.0.15 80] Hashes of expected file: - Filesize:3264063 [weak] - SHA256:9c57d543c6f3b96af333adbc56a0c140d5314e4947ec980bfd7a9815c0433443 - SHA1:60984f2ed194687d816624786c946de7b09e7585 [weak] - MD5Sum:a9a5a91ae2b51ee273d728aa8eb34381 [weak] Release file created at: Thu, 29 May 2025 08:33:26 +0000 Get:19 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [4564 kB] Get:25 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [22.1 kB] Get:26 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1087 kB] Get:27 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1092 kB] Get:28 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1442 kB] Get:20 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1552 kB] Err:20 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages Get:21 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [55.7 kB] Get:22 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-proposed/restricted amd64 Packages [800 kB] Get:23 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-proposed/main amd64 Packages [484 kB] Get:29 http://archive.ubuntu.com/ubuntu noble/main amd64 Packages [1808 kB] Get:24 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-proposed/universe amd64 Packages [107 kB] Ign:30 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages Ign:31 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages Get:30 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [35.2 kB] Get:31 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [83.2 kB] Get:32 http://archive.ubuntu.com/ubuntu noble/multiverse amd64 Packages [331 kB] Get:33 http://archive.ubuntu.com/ubuntu noble/restricted amd64 Packages [117 kB] Get:34 http://archive.ubuntu.com/ubuntu noble/universe amd64 Packages [19.3 MB] Get:35 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1486 kB] Get:36 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1405 kB] Get:37 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [26.7 kB] Get:38 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1387 kB] Get:39 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [31.8 kB] Get:40 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Packages [48.0 kB] Fetched 65.6 MB in 21s (3123 kB/s) Reading package lists... E: Failed to fetch http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu/dists/jammy-updates/main/binary-amd64/Packages.gz File has unexpected size (3264062 != 3264063). Mirror sync in progress? [IP: 10.0.0.15 80] Hashes of expected file: - Filesize:3264063 [weak] - SHA256:9c57d543c6f3b96af333adbc56a0c140d5314e4947ec980bfd7a9815c0433443 - SHA1:60984f2ed194687d816624786c946de7b09e7585 [weak] - MD5Sum:a9a5a91ae2b51ee273d728aa8eb34381 [weak] Release file created at: Thu, 29 May 2025 08:33:26 +0000 E: Failed to fetch http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu/dists/jammy-updates/universe/binary-amd64/Packages.gz E: Some index files failed to download. They have been ignored, or old ones used instead. The command '/bin/sh -c set -e ; 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++ gcc-12 && apt-get install -y --no-install-recommends dnf rpm2cpio cpio ca-certificates curl && 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 && (cd /var/cache/dnf; for u in `dnf repoquery contrail-vrouter-utils --location`; do curl -LO "$u"; done) && 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-05-30 07:23:19,024: INFO: Docker build duration: 51 seconds 2025-05-30 07:23:19,028: ERROR: Building opensdn-vrouter-kernel-build-init failed, duration: 51 seconds