2025-08-12 10:56:36,471: INFO: Building opensdn-vrouter-kernel-build-init 2025-08-12 10:56:36,595: 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_2_2_2-5_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 65.54 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 32f112e3802c: Pulling fs layer 32f112e3802c: Verifying Checksum 32f112e3802c: Download complete 32f112e3802c: Pull complete Digest: sha256:a08e551cb33850e4740772b38217fc1796a66da2506d312abe51acda354ff061 Status: Downloaded newer image for ubuntu:24.04 ---> 65ae7a6f3544 Step 4/18 : ARG VENDOR_NAME ---> Running in 26ce1d749ff9 ---> Removed intermediate container 26ce1d749ff9 ---> 0330966848e5 Step 5/18 : ARG VENDOR_DOMAIN ---> Running in 1621ca46d913 ---> Removed intermediate container 1621ca46d913 ---> 2caa00c2fbef Step 6/18 : ARG CONTRAIL_VERSION ---> Running in 7d26db2deb3c ---> Removed intermediate container 7d26db2deb3c ---> 33aca18a1f46 Step 7/18 : ARG CONTRAIL_CONTAINER_TAG ---> Running in 13e248e93225 ---> Removed intermediate container 13e248e93225 ---> 51946ab4a098 Step 8/18 : ARG CONTAINER_NAME ---> Running in f0f1ea049d06 ---> Removed intermediate container f0f1ea049d06 ---> 8d41aeaa6861 Step 9/18 : ENV VENDOR_DOMAIN=$VENDOR_DOMAIN VENDOR_NAME=$VENDOR_NAME CONTRAIL_VERSION=$CONTRAIL_CONTAINER_TAG CONTAINER_NAME=$CONTAINER_NAME ---> Running in 04d22f5ec505 ---> Removed intermediate container 04d22f5ec505 ---> aa90a63f46c4 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 4d83637f5aaa ---> Removed intermediate container 4d83637f5aaa ---> de3592eedc69 Step 11/18 : RUN mkdir /licenses ---> Running in c1bd4b9e2ed1 ---> Removed intermediate container c1bd4b9e2ed1 ---> b763ca9310ba Step 12/18 : COPY __licensing.txt /licenses/licensing.txt ---> b976c83ae72d Step 13/18 : COPY *.repo /etc/yum.repos.d/ ---> f693976fc1d4 Step 14/18 : COPY *.list /etc/apt/ ---> 931a922c4ebe 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 469726399cc9 Get:1 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble InRelease [256 kB] Get:2 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-security InRelease [126 kB] Get:3 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB] Get:4 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-proposed InRelease [265 kB] Get:5 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB] Get:6 http://archive.ubuntu.com/ubuntu noble InRelease [256 kB] Get:7 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB] Ign:8 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble/restricted amd64 Packages Ign:9 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble/main amd64 Packages Ign:10 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble/universe amd64 Packages Ign:11 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble/multiverse amd64 Packages Get:8 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble/restricted amd64 Packages [117 kB] Get:9 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble/main amd64 Packages [1808 kB] Get:10 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble/universe amd64 Packages [19.3 MB] Get:12 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB] Get:11 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble/multiverse amd64 Packages [331 kB] Ign:13 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages Ign:14 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages Ign:15 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-security/main amd64 Packages Ign:16 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages Get:13 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1442 kB] Get:17 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB] Get:14 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [22.1 kB] Get:15 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1087 kB] Get:16 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1092 kB] Ign:18 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages Ign:19 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages Ign:20 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages Ign:21 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages Get:18 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1486 kB] Get:19 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1405 kB] Get:20 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1387 kB] Get:21 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [26.7 kB] Ign:22 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-proposed/multiverse amd64 Packages Ign:23 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-proposed/main amd64 Packages Ign:24 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-proposed/restricted amd64 Packages Ign:25 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-proposed/universe amd64 Packages Get:22 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-proposed/multiverse amd64 Packages [5226 B] Get:23 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-proposed/main amd64 Packages [282 kB] Get:24 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-proposed/restricted amd64 Packages [435 kB] Get:25 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-proposed/universe amd64 Packages [626 kB] Ign:26 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-backports/main amd64 Packages Ign:27 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages Get:26 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-backports/main amd64 Packages [48.0 kB] Get:27 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [31.8 kB] Get:28 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1328 kB] Get:29 http://archive.ubuntu.com/ubuntu noble/restricted amd64 Packages [117 kB] Get:30 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [23.0 kB] Get:31 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1982 kB] Get:32 http://archive.ubuntu.com/ubuntu noble/multiverse amd64 Packages [331 kB] Get:33 http://archive.ubuntu.com/ubuntu noble/universe amd64 Packages [19.3 MB] Get:34 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1134 kB] Get:35 http://archive.ubuntu.com/ubuntu noble/main amd64 Packages [1808 kB] Get:36 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [2092 kB] Ign:37 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages Get:38 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [45.2 kB] Ign:39 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages Get:40 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Packages [48.8 kB] Get:41 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [33.9 kB] Get:37 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1666 kB] Err:37 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages File has unexpected size (1666429 != 1666425). Mirror sync in progress? [IP: 91.189.91.83 80] Hashes of expected file: - Filesize:1666425 [weak] - SHA256:2d030562a8bed2b32aeb516676a76eff314b1146c2ad539305f4914351959d18 - SHA1:0ff89c6477b8915edb877bfaf3028c8fd214ecea [weak] - MD5Sum:3949bd9534c755003279126ef95de2ef [weak] Release file created at: Tue, 12 Aug 2025 06:52:15 +0000 Get:39 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1454 kB] Err:39 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages Fetched 60.7 MB in 16s (3714 kB/s) Reading package lists... E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/noble-updates/main/binary-amd64/Packages.gz File has unexpected size (1666429 != 1666425). Mirror sync in progress? [IP: 91.189.91.83 80] Hashes of expected file: - Filesize:1666425 [weak] - SHA256:2d030562a8bed2b32aeb516676a76eff314b1146c2ad539305f4914351959d18 - SHA1:0ff89c6477b8915edb877bfaf3028c8fd214ecea [weak] - MD5Sum:3949bd9534c755003279126ef95de2ef [weak] Release file created at: Tue, 12 Aug 2025 06:52:15 +0000 E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/noble-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-08-12 10:57:25,038: INFO: Docker build duration: 49 seconds 2025-08-12 10:57:25,042: ERROR: Building opensdn-vrouter-kernel-build-init failed, duration: 49 seconds