2025-08-12 13:01:31,533: INFO: Building opensdn-vrouter-kernel-init-centos 2025-08-12 13:01:32,058: 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_1-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=opensdn-vrouter-kernel-init-centos --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 88.58 kB Step 1/14 : ARG CONTRAIL_REGISTRY Step 2/14 : ARG CONTRAIL_CONTAINER_TAG Step 3/14 : FROM centos:7 ---> eeb6ee3f44bd Step 4/14 : ARG VENDOR_NAME ---> Running in 746a224897a9 ---> Removed intermediate container 746a224897a9 ---> e5042d6a4c50 Step 5/14 : ARG VENDOR_DOMAIN ---> Running in dc90fea7bf6e ---> Removed intermediate container dc90fea7bf6e ---> 7d6aa03ecfec Step 6/14 : ARG CONTRAIL_VERSION ---> Running in 8ebcbbd12c5f ---> Removed intermediate container 8ebcbbd12c5f ---> e412f5139480 Step 7/14 : ARG CONTRAIL_CONTAINER_TAG ---> Running in 7fd4d08cdabb ---> Removed intermediate container 7fd4d08cdabb ---> 51f042ba7994 Step 8/14 : ARG CONTAINER_NAME ---> Running in 72eb66b9fe3b ---> Removed intermediate container 72eb66b9fe3b ---> 78f570dd49cb Step 9/14 : ENV VENDOR_DOMAIN=$VENDOR_DOMAIN VENDOR_NAME=$VENDOR_NAME CONTRAIL_VERSION=$CONTRAIL_CONTAINER_TAG CONTAINER_NAME=$CONTAINER_NAME ---> Running in 6848e9959933 ---> Removed intermediate container 6848e9959933 ---> 0b9ddca8274a Step 10/14 : LABEL vendor=$VENDOR_NAME version=$CONTRAIL_CONTAINER_TAG release="5.1.0" name=$CONTAINER_NAME summary="Kernel init container for vrouter" description="This image is used to build vrouter.ko for current operating system that it's running on." $VENDOR_DOMAIN".container.name"=$CONTAINER_NAME ---> Running in 9beea1771832 ---> Removed intermediate container 9beea1771832 ---> 4e384894fc3a Step 11/14 : COPY *.repo /etc/yum.repos.d/ ---> f55ac888f0a9 Step 12/14 : COPY *.sh / ---> c0338888b5fa Step 13/14 : RUN set -e ; mkdir -p /opt/contrail ; for item in `ls /__*` ; do mv $item /${item:3} ; done ; sed -i 's/mirrorlist=/#mirrorlist=/g' /etc/yum.repos.d/CentOS-* ; sed -Ei 's|^#([[:blank:]]*baseurl=http://mirror.centos.org)|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-* ; yum clean all -y ; yum makecache ; find /etc/yum.repos.d/ | grep -i rocky | xargs -r rm ; ls -l /etc/yum.repos.d/ ; yum install -y wget make gcc gcc-c++ contrail-vrouter-source ; mkdir -p /opt/contrail/src /vrouter_src ; contrail_version=${CONTRAIL_VERSION:-$CONTRAIL_CONTAINER_TAG} ; echo "${contrail_version}" > /contrail_version ; 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}" ; /build-kernels.sh ; yum clean all -y ---> Running in aba1e91bd665 Loaded plugins: fastestmirror, ovl Cleaning repos: contrail tf-mirrors.ci_repos_centos-openstack-queens : tf-mirrors.ci_repos_dockerrepo tf-mirrors.ci_repos_yum7-base : tf-mirrors.ci_repos_yum7-centos-sclo-rh : tf-mirrors.ci_repos_yum7-centosplus : tf-mirrors.ci_repos_yum7-extras tf-mirrors.ci_repos_yum7-updates : tf-mirrors.ci_repos_yum9-appstream : tf-mirrors.ci_repos_yum9-appstream-debug : tf-mirrors.ci_repos_yum9-appstream-source : tf-mirrors.ci_repos_yum9-baseos : tf-mirrors.ci_repos_yum9-baseos-debug : tf-mirrors.ci_repos_yum9-baseos-source : tf-mirrors.ci_repos_yum9-crb tf-mirrors.ci_repos_yum9-crb-debug : tf-mirrors.ci_repos_yum9-crb-source : tf-mirrors.ci_repos_yum9-extras : tf-mirrors.ci_repos_yum9-extras-debug : tf-mirrors.ci_repos_yum9-extras-source tpc Loaded plugins: fastestmirror, ovl Determining fastest mirrors Metadata Cache Created total 52 -rw-r--r--. 1 root root 1 Aug 12 13:01 CentOS-Base.repo -rw-r--r--. 1 root root 1 Aug 12 13:01 CentOS-CR.repo -rw-r--r--. 1 root root 1 Aug 12 13:01 CentOS-Debuginfo.repo -rw-r--r--. 1 root root 1 Aug 12 13:01 CentOS-Media.repo -rw-r--r--. 1 root root 1 Aug 12 13:01 CentOS-Sources.repo -rw-r--r--. 1 root root 1 Aug 12 13:01 CentOS-Vault.repo -rw-r--r--. 1 root root 1 Aug 12 13:01 CentOS-fasttrack.repo -rw-r--r--. 1 root root 1 Aug 12 13:01 CentOS-x86_64-kernel.repo -rw-r--r--. 1 root root 100 Aug 12 12:52 contrail.repo -rw-r--r--. 1 root root 1108 Aug 12 12:53 mirror-base-centos7.repo -rw-r--r--. 1 root root 216 Aug 12 12:53 mirror-docker.repo -rw-r--r--. 1 root root 255 Aug 12 12:53 mirror-openstack.repo -rw-r--r--. 1 root root 140 Aug 12 12:53 tpc.repo Loaded plugins: fastestmirror, ovl Loading mirror speeds from cached hostfile Resolving Dependencies --> Running transaction check ---> Package contrail-vrouter-source.x86_64 0:master.1.9.8.5.1.5-master_1_9_8_5_1_5.el7 will be installed ---> Package gcc.x86_64 0:4.8.5-44.el7 will be installed --> Processing Dependency: libgomp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64 --> Processing Dependency: cpp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-44.el7.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-44.el7.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-44.el7.x86_64 --> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.8.5-44.el7.x86_64 ---> Package gcc-c++.x86_64 0:4.8.5-44.el7 will be installed --> Processing Dependency: libstdc++-devel = 4.8.5-44.el7 for package: gcc-c++-4.8.5-44.el7.x86_64 ---> Package make.x86_64 1:3.82-24.el7 will be installed ---> Package wget.x86_64 0:1.14-18.el7_6.1 will be installed --> Running transaction check ---> Package cpp.x86_64 0:4.8.5-44.el7 will be installed ---> Package glibc-devel.x86_64 0:2.17-326.el7_9 will be installed --> Processing Dependency: glibc-headers = 2.17-326.el7_9 for package: glibc-devel-2.17-326.el7_9.x86_64 --> Processing Dependency: glibc = 2.17-326.el7_9 for package: glibc-devel-2.17-326.el7_9.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-326.el7_9.x86_64 ---> Package libgomp.x86_64 0:4.8.5-44.el7 will be installed ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed ---> Package libstdc++-devel.x86_64 0:4.8.5-44.el7 will be installed ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed --> Running transaction check ---> Package glibc.x86_64 0:2.17-317.el7 will be updated --> Processing Dependency: glibc = 2.17-317.el7 for package: glibc-common-2.17-317.el7.x86_64 ---> Package glibc.x86_64 0:2.17-326.el7_9 will be an update ---> Package glibc-headers.x86_64 0:2.17-326.el7_9 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-326.el7_9.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-326.el7_9.x86_64 --> Running transaction check ---> Package glibc-common.x86_64 0:2.17-317.el7 will be updated ---> Package glibc-common.x86_64 0:2.17-326.el7_9 will be an update ---> Package kernel-headers.x86_64 0:3.10.0-1160.108.1.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: contrail-vrouter-source x86_64 master.1.9.8.5.1.5-master_1_9_8_5_1_5.el7 contrail 373 k gcc x86_64 4.8.5-44.el7 tf-mirrors.ci_repos_yum7-base 16 M gcc-c++ x86_64 4.8.5-44.el7 tf-mirrors.ci_repos_yum7-base 7.2 M make x86_64 1:3.82-24.el7 tf-mirrors.ci_repos_yum7-base 421 k wget x86_64 1.14-18.el7_6.1 tf-mirrors.ci_repos_yum7-base 547 k Installing for dependencies: cpp x86_64 4.8.5-44.el7 tf-mirrors.ci_repos_yum7-base 5.9 M glibc-devel x86_64 2.17-326.el7_9 tf-mirrors.ci_repos_yum7-updates 1.1 M glibc-headers x86_64 2.17-326.el7_9 tf-mirrors.ci_repos_yum7-updates 691 k kernel-headers x86_64 3.10.0-1160.108.1.el7 tf-mirrors.ci_repos_yum7-updates 9.1 M libgomp x86_64 4.8.5-44.el7 tf-mirrors.ci_repos_yum7-base 159 k libmpc x86_64 1.0.1-3.el7 tf-mirrors.ci_repos_yum7-base 51 k libstdc++-devel x86_64 4.8.5-44.el7 tf-mirrors.ci_repos_yum7-base 1.5 M mpfr x86_64 3.1.1-4.el7 tf-mirrors.ci_repos_yum7-base 203 k Updating for dependencies: glibc x86_64 2.17-326.el7_9 tf-mirrors.ci_repos_yum7-updates 3.6 M glibc-common x86_64 2.17-326.el7_9 tf-mirrors.ci_repos_yum7-updates 12 M Transaction Summary ================================================================================ Install 5 Packages (+8 Dependent packages) Upgrade ( 2 Dependent packages) Total download size: 58 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 31 MB/s | 58 MB 00:01 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : glibc-2.17-326.el7_9.x86_64 1/17 Updating : glibc-common-2.17-326.el7_9.x86_64 2/17 Installing : mpfr-3.1.1-4.el7.x86_64 3/17 Installing : libmpc-1.0.1-3.el7.x86_64 4/17 Installing : cpp-4.8.5-44.el7.x86_64 5/17 Installing : libgomp-4.8.5-44.el7.x86_64 6/17 Installing : libstdc++-devel-4.8.5-44.el7.x86_64 7/17 Installing : kernel-headers-3.10.0-1160.108.1.el7.x86_64 8/17 Installing : glibc-headers-2.17-326.el7_9.x86_64 9/17 Installing : glibc-devel-2.17-326.el7_9.x86_64 10/17 Installing : gcc-4.8.5-44.el7.x86_64 11/17 Installing : gcc-c++-4.8.5-44.el7.x86_64 12/17 Installing : wget-1.14-18.el7_6.1.x86_64 13/17 install-info: No such file or directory for /usr/share/info/wget.info.gz Installing : 1:make-3.82-24.el7.x86_64 14/17 Installing : contrail-vrouter-source-master.1.9.8.5.1.5-master_1_9_8_ 15/17 Cleanup : glibc-2.17-317.el7.x86_64 16/17 Cleanup : glibc-common-2.17-317.el7.x86_64 17/17 Verifying : kernel-headers-3.10.0-1160.108.1.el7.x86_64 1/17 Verifying : gcc-c++-4.8.5-44.el7.x86_64 2/17 Verifying : glibc-common-2.17-326.el7_9.x86_64 3/17 Verifying : contrail-vrouter-source-master.1.9.8.5.1.5-master_1_9_8_ 4/17 Verifying : glibc-2.17-326.el7_9.x86_64 5/17 Verifying : wget-1.14-18.el7_6.1.x86_64 6/17 Verifying : mpfr-3.1.1-4.el7.x86_64 7/17 Verifying : glibc-devel-2.17-326.el7_9.x86_64 8/17 Verifying : cpp-4.8.5-44.el7.x86_64 9/17 Verifying : glibc-headers-2.17-326.el7_9.x86_64 10/17 Verifying : gcc-4.8.5-44.el7.x86_64 11/17 Verifying : libstdc++-devel-4.8.5-44.el7.x86_64 12/17 Verifying : libmpc-1.0.1-3.el7.x86_64 13/17 Verifying : 1:make-3.82-24.el7.x86_64 14/17 Verifying : libgomp-4.8.5-44.el7.x86_64 15/17 Verifying : glibc-2.17-317.el7.x86_64 16/17 Verifying : glibc-common-2.17-317.el7.x86_64 17/17 Installed: contrail-vrouter-source.x86_64 0:master.1.9.8.5.1.5-master_1_9_8_5_1_5.el7 gcc.x86_64 0:4.8.5-44.el7 gcc-c++.x86_64 0:4.8.5-44.el7 make.x86_64 1:3.82-24.el7 wget.x86_64 0:1.14-18.el7_6.1 Dependency Installed: cpp.x86_64 0:4.8.5-44.el7 glibc-devel.x86_64 0:2.17-326.el7_9 glibc-headers.x86_64 0:2.17-326.el7_9 kernel-headers.x86_64 0:3.10.0-1160.108.1.el7 libgomp.x86_64 0:4.8.5-44.el7 libmpc.x86_64 0:1.0.1-3.el7 libstdc++-devel.x86_64 0:4.8.5-44.el7 mpfr.x86_64 0:3.1.1-4.el7 Dependency Updated: glibc.x86_64 0:2.17-326.el7_9 glibc-common.x86_64 0:2.17-326.el7_9 Complete! INFO: use vrouter version master-1_2_2_1-6_8 2025-08-12 13:04:51 URL:https://dl.rockylinux.org/vault/rocky/9.2/BaseOS/x86_64/os/Packages/k/kernel-5.14.0-284.30.1.el9_2.x86_64.rpm [3555965/3555965] -> "/tmp/kernel-5.14.0-284.30.1.el9_2.x86_64.rpm" [1] 2025-08-12 13:04:58 URL:https://dl.rockylinux.org/vault/rocky/9.2/BaseOS/x86_64/os/Packages/k/kernel-core-5.14.0-284.30.1.el9_2.x86_64.rpm [17416345/17416345] -> "/tmp/kernel-core-5.14.0-284.30.1.el9_2.x86_64.rpm" [1] 2025-08-12 13:05:08 URL:https://dl.rockylinux.org/vault/rocky/9.2/BaseOS/x86_64/os/Packages/k/kernel-modules-5.14.0-284.30.1.el9_2.x86_64.rpm [39004489/39004489] -> "/tmp/kernel-modules-5.14.0-284.30.1.el9_2.x86_64.rpm" [1] 2025-08-12 13:05:18 URL:https://dl.rockylinux.org/vault/rocky/9.2/BaseOS/x86_64/os/Packages/k/kernel-modules-core-5.14.0-284.30.1.el9_2.x86_64.rpm [37149341/37149341] -> "/tmp/kernel-modules-core-5.14.0-284.30.1.el9_2.x86_64.rpm" [1] 2025-08-12 13:05:24 URL:https://dl.rockylinux.org/vault/rocky/9.2/AppStream/x86_64/os/Packages/k/kernel-devel-5.14.0-284.30.1.el9_2.x86_64.rpm [19494797/19494797] -> "/tmp/kernel-devel-5.14.0-284.30.1.el9_2.x86_64.rpm" [1] /build-kernels.sh: line 36: dnf: command not found The command '/bin/sh -c set -e ; mkdir -p /opt/contrail ; for item in `ls /__*` ; do mv $item /${item:3} ; done ; sed -i 's/mirrorlist=/#mirrorlist=/g' /etc/yum.repos.d/CentOS-* ; sed -Ei 's|^#([[:blank:]]*baseurl=http://mirror.centos.org)|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-* ; yum clean all -y ; yum makecache ; find /etc/yum.repos.d/ | grep -i rocky | xargs -r rm ; ls -l /etc/yum.repos.d/ ; yum install -y wget make gcc gcc-c++ contrail-vrouter-source ; mkdir -p /opt/contrail/src /vrouter_src ; contrail_version=${CONTRAIL_VERSION:-$CONTRAIL_CONTAINER_TAG} ; echo "${contrail_version}" > /contrail_version ; 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}" ; /build-kernels.sh ; yum clean all -y' returned a non-zero code: 127 2025-08-12 13:05:29,834: INFO: Docker build duration: 238 seconds 2025-08-12 13:05:29,850: ERROR: Building opensdn-vrouter-kernel-init-centos failed, duration: 238 seconds