2025-04-25 14:29:06,081: INFO: Building contrail-vrouter-kernel-init 2025-04-25 14:29:06,536: 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_6_1_1-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=contrail-vrouter-kernel-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 153.6 kB Step 1/16 : ARG CONTRAIL_REGISTRY Step 2/16 : ARG CONTRAIL_CONTAINER_TAG Step 3/16 : FROM rockylinux:9.1 9.1: Pulling from library/rockylinux 9d28f3f24f51: Pulling fs layer 9d28f3f24f51: Verifying Checksum 9d28f3f24f51: Download complete 9d28f3f24f51: Pull complete Digest: sha256:972a6b9cec75b2f47bf0faa425135e1bdb9945306a22f26db0b3a4ee8a289687 Status: Downloaded newer image for rockylinux:9.1 ---> 656f801c021c Step 4/16 : ARG VENDOR_NAME ---> Running in bd24abf0d13a ---> Removed intermediate container bd24abf0d13a ---> 2116a17296f2 Step 5/16 : ARG VENDOR_DOMAIN ---> Running in a4e0fa5b61e7 ---> Removed intermediate container a4e0fa5b61e7 ---> 06684d92b03d Step 6/16 : ARG CONTRAIL_VERSION ---> Running in 792f01f395ee ---> Removed intermediate container 792f01f395ee ---> 92a1288d8768 Step 7/16 : ARG CONTRAIL_CONTAINER_TAG ---> Running in adcdab77b9af ---> Removed intermediate container adcdab77b9af ---> 2dc45fd3ac50 Step 8/16 : ARG CONTAINER_NAME ---> Running in e4b2bee8a1be ---> Removed intermediate container e4b2bee8a1be ---> 75f059fa8060 Step 9/16 : ENV VENDOR_DOMAIN=$VENDOR_DOMAIN VENDOR_NAME=$VENDOR_NAME CONTRAIL_VERSION=$CONTRAIL_CONTAINER_TAG CONTAINER_NAME=$CONTAINER_NAME ---> Running in 6c9f11a6a868 ---> Removed intermediate container 6c9f11a6a868 ---> 785db3f70dd2 Step 10/16 : 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 7165e6fe1b1d ---> Removed intermediate container 7165e6fe1b1d ---> 447540d9ef1c Step 11/16 : COPY *.repo /etc/yum.repos.d/ ---> a88d7aaff809 Step 12/16 : COPY *.sh / ---> e5b1d85dd683 Step 13/16 : COPY __network-functions-vrouter-kernel __network-functions-vrouter __network-functions-vrouter-kernel-env / ---> 555ff7315364 Step 14/16 : COPY __ifup-vhost __ifdown-vhost __dhclient-vhost0.conf / ---> 0f2e7dafe14b Step 15/16 : RUN mkdir -p /opt/contrail && for item in `ls /__*` ; do mv $item /${item:3} ; done && dnf -y update-minimal --security --sec-severity=Important --sec-severity=Critical && pkgs="NetworkManager initscripts ethtool pciutils sudo python3-setuptools " && pkgs+="hostname iproute less wget openssl " && pkgs+="contrail-vrouter-utils contrail-lib " && dnf install -y $pkgs && dnf install -y --enablerepo=devel network-scripts && cp -r /etc/sysconfig/network-scripts /opt/contrail/ && mkdir -p /opt/contrail/src /vrouter_src && contrail_version=${CONTRAIL_VERSION:-$CONTRAIL_CONTAINER_TAG} && echo "${contrail_version}" > /contrail_version && dnf install -y module-init-tools make gcc gcc-c++ && dnf install -y contrail-vrouter-source contrail-vrouter-utils && 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 && rm -rf /var/cache/yum ---> Running in db0a694cc494 Contrail repo 5.1 MB/s | 148 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 23 MB/s | 10 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 2.3 MB/s | 360 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 28 MB/s | 31 MB 00:01 added from: http://tf-mirrors.gz1.opensdn.io/re 33 MB/s | 9.3 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 45 MB/s | 17 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 2.9 MB/s | 60 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 8.8 MB/s | 4.8 MB 00:00 Third parties for OpenSDN 847 kB/s | 5.4 MB 00:06 Rocky Linux 9 - BaseOS 959 kB/s | 2.3 MB 00:02 Rocky Linux 9 - AppStream 3.8 MB/s | 8.4 MB 00:02 Rocky Linux 9 - Extras 7.7 kB/s | 16 kB 00:02 Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Upgrading: expat x86_64 2.5.0-3.el9_5.3 baseos 115 k file-libs x86_64 5.39-16.el9 baseos 588 k glib2 x86_64 2.68.4-14.el9_4.1 baseos 2.6 M glibc x86_64 2.34-125.el9_5.3 baseos 1.9 M glibc-common x86_64 2.34-125.el9_5.3 baseos 290 k glibc-minimal-langpack x86_64 2.34-125.el9_5.3 baseos 16 k gnutls x86_64 3.8.3-4.el9_4 baseos 1.1 M less x86_64 590-5.el9 baseos 161 k libblkid x86_64 2.37.4-20.el9 baseos 106 k libeconf x86_64 0.4.1-4.el9 baseos 26 k libfdisk x86_64 2.37.4-20.el9 baseos 153 k libmount x86_64 2.37.4-20.el9 baseos 134 k libnghttp2 x86_64 1.43.0-6.el9 baseos 72 k libsmartcols x86_64 2.37.4-20.el9 baseos 62 k libuuid x86_64 2.37.4-20.el9 baseos 27 k libxml2 x86_64 2.9.13-6.el9_5.2 baseos 746 k lua-libs x86_64 5.4.4-4.el9 baseos 129 k nettle x86_64 3.9.1-1.el9 baseos 558 k openssl x86_64 1:3.2.2-6.el9_5.1 baseos 1.3 M openssl-libs x86_64 1:3.2.2-6.el9_5.1 baseos 2.4 M python3 x86_64 3.9.21-1.el9_5 baseos 26 k python3-libs x86_64 3.9.21-1.el9_5 baseos 7.5 M python3-setuptools-wheel noarch 53.0.0-13.el9 baseos 467 k systemd-libs x86_64 252-46.el9_5.3 baseos 671 k tar x86_64 2:1.34-7.el9 baseos 875 k util-linux x86_64 2.37.4-20.el9 baseos 2.2 M util-linux-core x86_64 2.37.4-20.el9 baseos 437 k vim-minimal x86_64 2:8.2.2637-21.el9 baseos 670 k Transaction Summary ================================================================================ Upgrade 28 Packages Total download size: 25 M Downloading Packages: (1/28): expat-2.5.0-3.el9_5.3.x86_64.rpm 91 kB/s | 115 kB 00:01 (2/28): file-libs-5.39-16.el9.x86_64.rpm 379 kB/s | 588 kB 00:01 (3/28): lua-libs-5.4.4-4.el9.x86_64.rpm 215 kB/s | 129 kB 00:00 (4/28): libxml2-2.9.13-6.el9_5.2.x86_64.rpm 1.4 MB/s | 746 kB 00:00 (5/28): glib2-2.68.4-14.el9_4.1.x86_64.rpm 1.1 MB/s | 2.6 MB 00:02 (6/28): openssl-3.2.2-6.el9_5.1.x86_64.rpm 1.7 MB/s | 1.3 MB 00:00 (7/28): openssl-libs-3.2.2-6.el9_5.1.x86_64.rpm 1.5 MB/s | 2.4 MB 00:01 (8/28): libnghttp2-1.43.0-6.el9.x86_64.rpm 50 kB/s | 72 kB 00:01 (9/28): python3-setuptools-wheel-53.0.0-13.el9. 174 kB/s | 467 kB 00:02 (10/28): less-590-5.el9.x86_64.rpm 70 kB/s | 161 kB 00:02 (11/28): python3-3.9.21-1.el9_5.x86_64.rpm 21 kB/s | 26 kB 00:01 (12/28): gnutls-3.8.3-4.el9_4.x86_64.rpm 2.5 MB/s | 1.1 MB 00:00 (13/28): nettle-3.9.1-1.el9.x86_64.rpm 9.3 MB/s | 558 kB 00:00 (14/28): systemd-libs-252-46.el9_5.3.x86_64.rpm 12 MB/s | 671 kB 00:00 (15/28): tar-1.34-7.el9.x86_64.rpm 9.7 MB/s | 875 kB 00:00 (16/28): glibc-minimal-langpack-2.34-125.el9_5. 1.5 MB/s | 16 kB 00:00 (17/28): vim-minimal-8.2.2637-21.el9.x86_64.rpm 1.4 MB/s | 670 kB 00:00 (18/28): glibc-common-2.34-125.el9_5.3.x86_64.r 650 kB/s | 290 kB 00:00 (19/28): glibc-2.34-125.el9_5.3.x86_64.rpm 6.2 MB/s | 1.9 MB 00:00 (20/28): util-linux-core-2.37.4-20.el9.x86_64.r 1.0 MB/s | 437 kB 00:00 (21/28): python3-libs-3.9.21-1.el9_5.x86_64.rpm 2.2 MB/s | 7.5 MB 00:03 (22/28): libuuid-2.37.4-20.el9.x86_64.rpm 51 kB/s | 27 kB 00:00 (23/28): libsmartcols-2.37.4-20.el9.x86_64.rpm 155 kB/s | 62 kB 00:00 (24/28): libmount-2.37.4-20.el9.x86_64.rpm 238 kB/s | 134 kB 00:00 (25/28): libfdisk-2.37.4-20.el9.x86_64.rpm 244 kB/s | 153 kB 00:00 (26/28): libblkid-2.37.4-20.el9.x86_64.rpm 110 kB/s | 106 kB 00:00 (27/28): libeconf-0.4.1-4.el9.x86_64.rpm 25 kB/s | 26 kB 00:01 (28/28): util-linux-2.37.4-20.el9.x86_64.rpm 761 kB/s | 2.2 MB 00:02 -------------------------------------------------------------------------------- Total 2.3 MB/s | 25 MB 00:10 Rocky Linux 9 - BaseOS 1.7 MB/s | 1.7 kB 00:00 Importing GPG key 0x350D275D: Userid : "Rocky Enterprise Software Foundation - Release key 2022 " Fingerprint: 21CB 256A E16F C54C 6E65 2949 702D 426D 350D 275D From : /etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 Key imported successfully Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Upgrading : glibc-common-2.34-125.el9_5.3.x86_64 1/56 Running scriptlet: glibc-2.34-125.el9_5.3.x86_64 2/56 Upgrading : glibc-2.34-125.el9_5.3.x86_64 2/56 Running scriptlet: glibc-2.34-125.el9_5.3.x86_64 2/56 Upgrading : glibc-minimal-langpack-2.34-125.el9_5.3.x86_64 3/56 Upgrading : libuuid-2.37.4-20.el9.x86_64 4/56 Upgrading : libblkid-2.37.4-20.el9.x86_64 5/56 Running scriptlet: libblkid-2.37.4-20.el9.x86_64 5/56 Upgrading : libmount-2.37.4-20.el9.x86_64 6/56 Upgrading : openssl-libs-1:3.2.2-6.el9_5.1.x86_64 7/56 Upgrading : systemd-libs-252-46.el9_5.3.x86_64 8/56 Running scriptlet: systemd-libs-252-46.el9_5.3.x86_64 8/56 Upgrading : libsmartcols-2.37.4-20.el9.x86_64 9/56 Upgrading : util-linux-core-2.37.4-20.el9.x86_64 10/56 Running scriptlet: util-linux-core-2.37.4-20.el9.x86_64 10/56 Upgrading : libfdisk-2.37.4-20.el9.x86_64 11/56 Upgrading : expat-2.5.0-3.el9_5.3.x86_64 12/56 Upgrading : nettle-3.9.1-1.el9.x86_64 13/56 Upgrading : gnutls-3.8.3-4.el9_4.x86_64 14/56 Upgrading : python3-setuptools-wheel-53.0.0-13.el9.noarch 15/56 Upgrading : python3-3.9.21-1.el9_5.x86_64 16/56 Upgrading : python3-libs-3.9.21-1.el9_5.x86_64 17/56 Upgrading : glib2-2.68.4-14.el9_4.1.x86_64 18/56 Upgrading : util-linux-2.37.4-20.el9.x86_64 19/56 Upgrading : openssl-1:3.2.2-6.el9_5.1.x86_64 20/56 Upgrading : file-libs-5.39-16.el9.x86_64 21/56 Upgrading : lua-libs-5.4.4-4.el9.x86_64 22/56 Upgrading : libxml2-2.9.13-6.el9_5.2.x86_64 23/56 Upgrading : libnghttp2-1.43.0-6.el9.x86_64 24/56 Upgrading : less-590-5.el9.x86_64 25/56 Upgrading : tar-2:1.34-7.el9.x86_64 26/56 Upgrading : vim-minimal-2:8.2.2637-21.el9.x86_64 27/56 Upgrading : libeconf-0.4.1-4.el9.x86_64 28/56 Cleanup : util-linux-2.37.4-9.el9.x86_64 29/56 Cleanup : util-linux-core-2.37.4-9.el9.x86_64 30/56 Cleanup : python3-libs-3.9.14-1.el9_1.1.x86_64 31/56 Cleanup : systemd-libs-250-12.el9_1.1.x86_64 32/56 Cleanup : glib2-2.68.4-5.el9.x86_64 33/56 Cleanup : libfdisk-2.37.4-9.el9.x86_64 34/56 Cleanup : libmount-2.37.4-9.el9.x86_64 35/56 Cleanup : gnutls-3.7.6-12.el9_0.x86_64 36/56 Cleanup : openssl-1:3.0.1-43.el9_0.x86_64 37/56 Cleanup : libxml2-2.9.13-3.el9_1.x86_64 38/56 Cleanup : openssl-libs-1:3.0.1-43.el9_0.x86_64 39/56 Cleanup : tar-2:1.34-5.el9.x86_64 40/56 Cleanup : libblkid-2.37.4-9.el9.x86_64 41/56 Cleanup : file-libs-5.39-10.el9.x86_64 42/56 Cleanup : libuuid-2.37.4-9.el9.x86_64 43/56 Cleanup : lua-libs-5.4.2-4.el9_0.3.x86_64 44/56 Cleanup : vim-minimal-2:8.2.2637-16.el9_0.3.x86_64 45/56 Cleanup : expat-2.4.9-1.el9_1.1.x86_64 46/56 Cleanup : less-590-1.el9_0.x86_64 47/56 Cleanup : nettle-3.8-3.el9_0.x86_64 48/56 Cleanup : libeconf-0.4.1-2.el9.x86_64 49/56 Cleanup : libsmartcols-2.37.4-9.el9.x86_64 50/56 Cleanup : libnghttp2-1.43.0-5.el9.x86_64 51/56 Cleanup : python3-3.9.14-1.el9_1.1.x86_64 52/56 Cleanup : python3-setuptools-wheel-53.0.0-10.el9.noarch 53/56 Cleanup : glibc-common-2.34-40.el9_1.1.x86_64 54/56 Cleanup : glibc-minimal-langpack-2.34-40.el9_1.1.x86_64 55/56 Cleanup : glibc-2.34-40.el9_1.1.x86_64 56/56 Running scriptlet: glibc-2.34-40.el9_1.1.x86_64 56/56 Verifying : expat-2.5.0-3.el9_5.3.x86_64 1/56 Verifying : expat-2.4.9-1.el9_1.1.x86_64 2/56 Verifying : glib2-2.68.4-14.el9_4.1.x86_64 3/56 Verifying : glib2-2.68.4-5.el9.x86_64 4/56 Verifying : file-libs-5.39-16.el9.x86_64 5/56 Verifying : file-libs-5.39-10.el9.x86_64 6/56 Verifying : lua-libs-5.4.4-4.el9.x86_64 7/56 Verifying : lua-libs-5.4.2-4.el9_0.3.x86_64 8/56 Verifying : libxml2-2.9.13-6.el9_5.2.x86_64 9/56 Verifying : libxml2-2.9.13-3.el9_1.x86_64 10/56 Verifying : openssl-libs-1:3.2.2-6.el9_5.1.x86_64 11/56 Verifying : openssl-libs-1:3.0.1-43.el9_0.x86_64 12/56 Verifying : openssl-1:3.2.2-6.el9_5.1.x86_64 13/56 Verifying : openssl-1:3.0.1-43.el9_0.x86_64 14/56 Verifying : python3-setuptools-wheel-53.0.0-13.el9.noarch 15/56 Verifying : python3-setuptools-wheel-53.0.0-10.el9.noarch 16/56 Verifying : libnghttp2-1.43.0-6.el9.x86_64 17/56 Verifying : libnghttp2-1.43.0-5.el9.x86_64 18/56 Verifying : less-590-5.el9.x86_64 19/56 Verifying : less-590-1.el9_0.x86_64 20/56 Verifying : python3-libs-3.9.21-1.el9_5.x86_64 21/56 Verifying : python3-libs-3.9.14-1.el9_1.1.x86_64 22/56 Verifying : python3-3.9.21-1.el9_5.x86_64 23/56 Verifying : python3-3.9.14-1.el9_1.1.x86_64 24/56 Verifying : gnutls-3.8.3-4.el9_4.x86_64 25/56 Verifying : gnutls-3.7.6-12.el9_0.x86_64 26/56 Verifying : nettle-3.9.1-1.el9.x86_64 27/56 Verifying : nettle-3.8-3.el9_0.x86_64 28/56 Verifying : systemd-libs-252-46.el9_5.3.x86_64 29/56 Verifying : systemd-libs-250-12.el9_1.1.x86_64 30/56 Verifying : tar-2:1.34-7.el9.x86_64 31/56 Verifying : tar-2:1.34-5.el9.x86_64 32/56 Verifying : vim-minimal-2:8.2.2637-21.el9.x86_64 33/56 Verifying : vim-minimal-2:8.2.2637-16.el9_0.3.x86_64 34/56 Verifying : glibc-minimal-langpack-2.34-125.el9_5.3.x86_64 35/56 Verifying : glibc-minimal-langpack-2.34-40.el9_1.1.x86_64 36/56 Verifying : glibc-common-2.34-125.el9_5.3.x86_64 37/56 Verifying : glibc-common-2.34-40.el9_1.1.x86_64 38/56 Verifying : glibc-2.34-125.el9_5.3.x86_64 39/56 Verifying : glibc-2.34-40.el9_1.1.x86_64 40/56 Verifying : util-linux-core-2.37.4-20.el9.x86_64 41/56 Verifying : util-linux-core-2.37.4-9.el9.x86_64 42/56 Verifying : util-linux-2.37.4-20.el9.x86_64 43/56 Verifying : util-linux-2.37.4-9.el9.x86_64 44/56 Verifying : libuuid-2.37.4-20.el9.x86_64 45/56 Verifying : libuuid-2.37.4-9.el9.x86_64 46/56 Verifying : libsmartcols-2.37.4-20.el9.x86_64 47/56 Verifying : libsmartcols-2.37.4-9.el9.x86_64 48/56 Verifying : libmount-2.37.4-20.el9.x86_64 49/56 Verifying : libmount-2.37.4-9.el9.x86_64 50/56 Verifying : libfdisk-2.37.4-20.el9.x86_64 51/56 Verifying : libfdisk-2.37.4-9.el9.x86_64 52/56 Verifying : libblkid-2.37.4-20.el9.x86_64 53/56 Verifying : libblkid-2.37.4-9.el9.x86_64 54/56 Verifying : libeconf-0.4.1-4.el9.x86_64 55/56 Verifying : libeconf-0.4.1-2.el9.x86_64 56/56 Upgraded: expat-2.5.0-3.el9_5.3.x86_64 file-libs-5.39-16.el9.x86_64 glib2-2.68.4-14.el9_4.1.x86_64 glibc-2.34-125.el9_5.3.x86_64 glibc-common-2.34-125.el9_5.3.x86_64 glibc-minimal-langpack-2.34-125.el9_5.3.x86_64 gnutls-3.8.3-4.el9_4.x86_64 less-590-5.el9.x86_64 libblkid-2.37.4-20.el9.x86_64 libeconf-0.4.1-4.el9.x86_64 libfdisk-2.37.4-20.el9.x86_64 libmount-2.37.4-20.el9.x86_64 libnghttp2-1.43.0-6.el9.x86_64 libsmartcols-2.37.4-20.el9.x86_64 libuuid-2.37.4-20.el9.x86_64 libxml2-2.9.13-6.el9_5.2.x86_64 lua-libs-5.4.4-4.el9.x86_64 nettle-3.9.1-1.el9.x86_64 openssl-1:3.2.2-6.el9_5.1.x86_64 openssl-libs-1:3.2.2-6.el9_5.1.x86_64 python3-3.9.21-1.el9_5.x86_64 python3-libs-3.9.21-1.el9_5.x86_64 python3-setuptools-wheel-53.0.0-13.el9.noarch systemd-libs-252-46.el9_5.3.x86_64 tar-2:1.34-7.el9.x86_64 util-linux-2.37.4-20.el9.x86_64 util-linux-core-2.37.4-20.el9.x86_64 vim-minimal-2:8.2.2637-21.el9.x86_64 Complete! Last metadata expiration check: 0:01:32 ago on Fri Apr 25 14:30:51 2025. Package hostname-3.23-6.el9.x86_64 is already installed. Package less-590-5.el9.x86_64 is already installed. Package openssl-1:3.2.2-6.el9_5.1.x86_64 is already installed. Dependencies resolved. =========================================================================================== Package Arch Version Repo Size =========================================================================================== Installing: NetworkManager x86_64 1:1.48.10-8.el9_5 baseos 2.3 M contrail-lib x86_64 master.1.6.1.1.1-master_1_6_1_1_1.el7 contrail 240 k contrail-vrouter-utils x86_64 master.1.6.1.1.1-master_1_6_1_1_1.el7 contrail 113 k ethtool x86_64 2:6.2-1.el9 baseos 229 k initscripts x86_64 10.11.7-1.el9 baseos 208 k iproute x86_64 6.2.0-6.el9_4 baseos 786 k pciutils x86_64 3.7.0-5.el9 baseos 92 k python3-setuptools noarch 53.0.0-13.el9 baseos 838 k sudo x86_64 1.9.5p2-10.el9_3 baseos 1.0 M wget x86_64 1.21.1-8.el9_4 appstream 768 k Upgrading: libacl x86_64 2.3.1-4.el9 baseos 22 k Installing dependencies: NetworkManager-libnm x86_64 1:1.48.10-8.el9_5 baseos 1.8 M acl x86_64 2.3.1-4.el9 baseos 69 k chkconfig x86_64 1.24-1.el9_5.1 baseos 160 k cryptsetup-libs x86_64 2.7.2-3.el9_5 baseos 514 k dbus x86_64 1:1.12.20-8.el9 baseos 6.8 k dbus-broker x86_64 28-7.el9 baseos 171 k dbus-common noarch 1:1.12.20-8.el9 baseos 14 k device-mapper x86_64 9:1.02.198-2.el9 baseos 137 k device-mapper-libs x86_64 9:1.02.198-2.el9 baseos 177 k hwdata noarch 0.348-9.15.el9 baseos 1.6 M initscripts-rename-device x86_64 10.11.7-1.el9 baseos 14 k initscripts-service noarch 10.11.7-1.el9 baseos 10 k kbd x86_64 2.4.0-10.el9 baseos 387 k kbd-legacy noarch 2.4.0-10.el9 baseos 502 k kbd-misc noarch 2.4.0-10.el9 baseos 1.5 M kmod x86_64 28-10.el9 baseos 121 k kmod-libs x86_64 28-10.el9 baseos 62 k libbpf x86_64 2:1.4.0-1.el9 baseos 177 k libmnl x86_64 1.0.4-16.el9_4 baseos 27 k libndp x86_64 1.9-1.el9 baseos 37 k libpsl x86_64 0.21.1-5.el9 baseos 63 k libseccomp x86_64 2.5.2-2.el9 baseos 71 k pciutils-libs x86_64 3.7.0-5.el9 baseos 41 k procps-ng x86_64 3.3.17-14.el9 baseos 332 k psmisc x86_64 23.4-3.el9 baseos 226 k publicsuffix-list-dafsa noarch 20210518-3.el9 baseos 58 k systemd x86_64 252-46.el9_5.3 baseos 4.0 M systemd-pam x86_64 252-46.el9_5.3 baseos 278 k systemd-rpm-macros noarch 252-46.el9_5.3 baseos 66 k systemd-udev x86_64 252-46.el9_5.3 baseos 1.9 M Transaction Summary =========================================================================================== Install 40 Packages Upgrade 1 Package Total download size: 21 M Downloading Packages: (1/41): contrail-vrouter-utils-master.1.6.1.1.1 805 kB/s | 113 kB 00:00 (2/41): contrail-lib-master.1.6.1.1.1-master_1_ 1.5 MB/s | 240 kB 00:00 (3/41): acl-2.3.1-4.el9.x86_64.rpm 290 kB/s | 69 kB 00:00 (4/41): hwdata-0.348-9.15.el9.noarch.rpm 2.7 MB/s | 1.6 MB 00:00 (5/41): chkconfig-1.24-1.el9_5.1.x86_64.rpm 258 kB/s | 160 kB 00:00 (6/41): kbd-2.4.0-10.el9.x86_64.rpm 547 kB/s | 387 kB 00:00 (7/41): publicsuffix-list-dafsa-20210518-3.el9. 128 kB/s | 58 kB 00:00 (8/41): dbus-broker-28-7.el9.x86_64.rpm 8.2 MB/s | 171 kB 00:00 (9/41): kbd-misc-2.4.0-10.el9.noarch.rpm 1.3 MB/s | 1.5 MB 00:01 (10/41): libbpf-1.4.0-1.el9.x86_64.rpm 617 kB/s | 177 kB 00:00 (11/41): python3-setuptools-53.0.0-13.el9.noarc 2.5 MB/s | 838 kB 00:00 (12/41): initscripts-service-10.11.7-1.el9.noar 205 kB/s | 10 kB 00:00 (13/41): initscripts-10.11.7-1.el9.x86_64.rpm 2.7 MB/s | 208 kB 00:00 (14/41): libndp-1.9-1.el9.x86_64.rpm 763 kB/s | 37 kB 00:00 (15/41): kmod-libs-28-10.el9.x86_64.rpm 137 kB/s | 62 kB 00:00 (16/41): kmod-28-10.el9.x86_64.rpm 253 kB/s | 121 kB 00:00 (17/41): cryptsetup-libs-2.7.2-3.el9_5.x86_64.r 902 kB/s | 514 kB 00:00 (18/41): libmnl-1.0.4-16.el9_4.x86_64.rpm 379 kB/s | 27 kB 00:00 (19/41): iproute-6.2.0-6.el9_4.x86_64.rpm 5.7 MB/s | 786 kB 00:00 (20/41): procps-ng-3.3.17-14.el9.x86_64.rpm 6.1 MB/s | 332 kB 00:00 (21/41): libseccomp-2.5.2-2.el9.x86_64.rpm 3.4 MB/s | 71 kB 00:00 (22/41): psmisc-23.4-3.el9.x86_64.rpm 3.9 MB/s | 226 kB 00:00 (23/41): libpsl-0.21.1-5.el9.x86_64.rpm 2.0 MB/s | 63 kB 00:00 (24/41): ethtool-6.2-1.el9.x86_64.rpm 2.0 MB/s | 229 kB 00:00 (25/41): dbus-1.12.20-8.el9.x86_64.rpm 174 kB/s | 6.8 kB 00:00 (26/41): dbus-common-1.12.20-8.el9.noarch.rpm 345 kB/s | 14 kB 00:00 (27/41): pciutils-libs-3.7.0-5.el9.x86_64.rpm 1.2 MB/s | 41 kB 00:00 (28/41): systemd-rpm-macros-252-46.el9_5.3.noar 5.7 MB/s | 66 kB 00:00 (29/41): pciutils-3.7.0-5.el9.x86_64.rpm 1.5 MB/s | 92 kB 00:00 (30/41): systemd-pam-252-46.el9_5.3.x86_64.rpm 5.3 MB/s | 278 kB 00:00 (31/41): systemd-udev-252-46.el9_5.3.x86_64.rpm 6.3 MB/s | 1.9 MB 00:00 (32/41): sudo-1.9.5p2-10.el9_3.x86_64.rpm 2.2 MB/s | 1.0 MB 00:00 (33/41): initscripts-rename-device-10.11.7-1.el 28 kB/s | 14 kB 00:00 (34/41): systemd-252-46.el9_5.3.x86_64.rpm 4.4 MB/s | 4.0 MB 00:00 (35/41): NetworkManager-libnm-1.48.10-8.el9_5.x 3.9 MB/s | 1.8 MB 00:00 (36/41): device-mapper-libs-1.02.198-2.el9.x86_ 4.6 MB/s | 177 kB 00:00 (37/41): device-mapper-1.02.198-2.el9.x86_64.rp 4.1 MB/s | 137 kB 00:00 (38/41): NetworkManager-1.48.10-8.el9_5.x86_64. 17 MB/s | 2.3 MB 00:00 (39/41): kbd-legacy-2.4.0-10.el9.noarch.rpm 6.9 MB/s | 502 kB 00:00 (40/41): libacl-2.3.1-4.el9.x86_64.rpm 1.1 MB/s | 22 kB 00:00 (41/41): wget-1.21.1-8.el9_4.x86_64.rpm 8.7 MB/s | 768 kB 00:00 -------------------------------------------------------------------------------- Total 5.0 MB/s | 21 MB 00:04 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : kmod-libs-28-10.el9.x86_64 1/42 Upgrading : libacl-2.3.1-4.el9.x86_64 2/42 Installing : libmnl-1.0.4-16.el9_4.x86_64 3/42 Installing : acl-2.3.1-4.el9.x86_64 4/42 Installing : kbd-legacy-2.4.0-10.el9.noarch 5/42 Installing : NetworkManager-libnm-1:1.48.10-8.el9_5.x86_64 6/42 Running scriptlet: NetworkManager-libnm-1:1.48.10-8.el9_5.x86_64 6/42 Installing : initscripts-rename-device-10.11.7-1.el9.x86_64 7/42 Installing : systemd-rpm-macros-252-46.el9_5.3.noarch 8/42 Installing : pciutils-libs-3.7.0-5.el9.x86_64 9/42 Installing : libseccomp-2.5.2-2.el9.x86_64 10/42 Installing : dbus-1:1.12.20-8.el9.x86_64 11/42 Installing : systemd-pam-252-46.el9_5.3.x86_64 12/42 Running scriptlet: systemd-252-46.el9_5.3.x86_64 13/42 Installing : systemd-252-46.el9_5.3.x86_64 13/42 Running scriptlet: systemd-252-46.el9_5.3.x86_64 13/42 Installing : dbus-common-1:1.12.20-8.el9.noarch 14/42 Running scriptlet: dbus-common-1:1.12.20-8.el9.noarch 14/42 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket. Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket. Running scriptlet: dbus-broker-28-7.el9.x86_64 15/42 Installing : dbus-broker-28-7.el9.x86_64 15/42 Running scriptlet: dbus-broker-28-7.el9.x86_64 15/42 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service. Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service. Installing : initscripts-service-10.11.7-1.el9.noarch 16/42 Installing : device-mapper-libs-9:1.02.198-2.el9.x86_64 17/42 Installing : device-mapper-9:1.02.198-2.el9.x86_64 18/42 Installing : cryptsetup-libs-2.7.2-3.el9_5.x86_64 19/42 Installing : psmisc-23.4-3.el9.x86_64 20/42 Installing : procps-ng-3.3.17-14.el9.x86_64 21/42 Installing : kmod-28-10.el9.x86_64 22/42 Installing : libndp-1.9-1.el9.x86_64 23/42 Installing : libbpf-2:1.4.0-1.el9.x86_64 24/42 Installing : publicsuffix-list-dafsa-20210518-3.el9.noarch 25/42 Installing : libpsl-0.21.1-5.el9.x86_64 26/42 Installing : kbd-misc-2.4.0-10.el9.noarch 27/42 Installing : kbd-2.4.0-10.el9.x86_64 28/42 Installing : systemd-udev-252-46.el9_5.3.x86_64 29/42 Running scriptlet: systemd-udev-252-46.el9_5.3.x86_64 29/42 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-boot-update.service → /usr/lib/systemd/system/systemd-boot-update.service. Installing : chkconfig-1.24-1.el9_5.1.x86_64 30/42 Installing : hwdata-0.348-9.15.el9.noarch 31/42 Installing : pciutils-3.7.0-5.el9.x86_64 32/42 Installing : initscripts-10.11.7-1.el9.x86_64 33/42 Running scriptlet: initscripts-10.11.7-1.el9.x86_64 33/42 Created symlink /etc/systemd/system/sysinit.target.wants/import-state.service → /usr/lib/systemd/system/import-state.service. Created symlink /etc/systemd/system/sysinit.target.wants/loadmodules.service → /usr/lib/systemd/system/loadmodules.service. Running scriptlet: NetworkManager-1:1.48.10-8.el9_5.x86_64 34/42 Installing : NetworkManager-1:1.48.10-8.el9_5.x86_64 34/42 Running scriptlet: NetworkManager-1:1.48.10-8.el9_5.x86_64 34/42 Created symlink /etc/systemd/system/multi-user.target.wants/NetworkManager.service → /usr/lib/systemd/system/NetworkManager.service. Created symlink /etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service → /usr/lib/systemd/system/NetworkManager-dispatcher.service. Created symlink /etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service → /usr/lib/systemd/system/NetworkManager-wait-online.service. Installing : wget-1.21.1-8.el9_4.x86_64 35/42 Installing : iproute-6.2.0-6.el9_4.x86_64 36/42 Installing : ethtool-2:6.2-1.el9.x86_64 37/42 Installing : sudo-1.9.5p2-10.el9_3.x86_64 38/42 Running scriptlet: sudo-1.9.5p2-10.el9_3.x86_64 38/42 Installing : python3-setuptools-53.0.0-13.el9.noarch 39/42 Installing : contrail-vrouter-utils-master.1.6.1.1.1-master_1_6 40/42 Installing : contrail-lib-master.1.6.1.1.1-master_1_6_1_1_1.el7 41/42 Cleanup : libacl-2.3.1-3.el9.x86_64 42/42 Running scriptlet: systemd-252-46.el9_5.3.x86_64 42/42 Running scriptlet: libacl-2.3.1-3.el9.x86_64 42/42 Verifying : contrail-lib-master.1.6.1.1.1-master_1_6_1_1_1.el7 1/42 Verifying : contrail-vrouter-utils-master.1.6.1.1.1-master_1_6 2/42 Verifying : hwdata-0.348-9.15.el9.noarch 3/42 Verifying : acl-2.3.1-4.el9.x86_64 4/42 Verifying : chkconfig-1.24-1.el9_5.1.x86_64 5/42 Verifying : kbd-misc-2.4.0-10.el9.noarch 6/42 Verifying : kbd-2.4.0-10.el9.x86_64 7/42 Verifying : publicsuffix-list-dafsa-20210518-3.el9.noarch 8/42 Verifying : dbus-broker-28-7.el9.x86_64 9/42 Verifying : python3-setuptools-53.0.0-13.el9.noarch 10/42 Verifying : libbpf-2:1.4.0-1.el9.x86_64 11/42 Verifying : initscripts-10.11.7-1.el9.x86_64 12/42 Verifying : initscripts-service-10.11.7-1.el9.noarch 13/42 Verifying : libndp-1.9-1.el9.x86_64 14/42 Verifying : cryptsetup-libs-2.7.2-3.el9_5.x86_64 15/42 Verifying : kmod-libs-28-10.el9.x86_64 16/42 Verifying : kmod-28-10.el9.x86_64 17/42 Verifying : iproute-6.2.0-6.el9_4.x86_64 18/42 Verifying : libmnl-1.0.4-16.el9_4.x86_64 19/42 Verifying : procps-ng-3.3.17-14.el9.x86_64 20/42 Verifying : ethtool-2:6.2-1.el9.x86_64 21/42 Verifying : psmisc-23.4-3.el9.x86_64 22/42 Verifying : libseccomp-2.5.2-2.el9.x86_64 23/42 Verifying : libpsl-0.21.1-5.el9.x86_64 24/42 Verifying : dbus-1:1.12.20-8.el9.x86_64 25/42 Verifying : dbus-common-1:1.12.20-8.el9.noarch 26/42 Verifying : pciutils-libs-3.7.0-5.el9.x86_64 27/42 Verifying : pciutils-3.7.0-5.el9.x86_64 28/42 Verifying : systemd-udev-252-46.el9_5.3.x86_64 29/42 Verifying : systemd-rpm-macros-252-46.el9_5.3.noarch 30/42 Verifying : systemd-pam-252-46.el9_5.3.x86_64 31/42 Verifying : systemd-252-46.el9_5.3.x86_64 32/42 Verifying : sudo-1.9.5p2-10.el9_3.x86_64 33/42 Verifying : initscripts-rename-device-10.11.7-1.el9.x86_64 34/42 Verifying : NetworkManager-libnm-1:1.48.10-8.el9_5.x86_64 35/42 Verifying : NetworkManager-1:1.48.10-8.el9_5.x86_64 36/42 Verifying : device-mapper-libs-9:1.02.198-2.el9.x86_64 37/42 Verifying : device-mapper-9:1.02.198-2.el9.x86_64 38/42 Verifying : kbd-legacy-2.4.0-10.el9.noarch 39/42 Verifying : wget-1.21.1-8.el9_4.x86_64 40/42 Verifying : libacl-2.3.1-4.el9.x86_64 41/42 Verifying : libacl-2.3.1-3.el9.x86_64 42/42 Upgraded: libacl-2.3.1-4.el9.x86_64 Installed: NetworkManager-1:1.48.10-8.el9_5.x86_64 NetworkManager-libnm-1:1.48.10-8.el9_5.x86_64 acl-2.3.1-4.el9.x86_64 chkconfig-1.24-1.el9_5.1.x86_64 contrail-lib-master.1.6.1.1.1-master_1_6_1_1_1.el7.x86_64 contrail-vrouter-utils-master.1.6.1.1.1-master_1_6_1_1_1.el7.x86_64 cryptsetup-libs-2.7.2-3.el9_5.x86_64 dbus-1:1.12.20-8.el9.x86_64 dbus-broker-28-7.el9.x86_64 dbus-common-1:1.12.20-8.el9.noarch device-mapper-9:1.02.198-2.el9.x86_64 device-mapper-libs-9:1.02.198-2.el9.x86_64 ethtool-2:6.2-1.el9.x86_64 hwdata-0.348-9.15.el9.noarch initscripts-10.11.7-1.el9.x86_64 initscripts-rename-device-10.11.7-1.el9.x86_64 initscripts-service-10.11.7-1.el9.noarch iproute-6.2.0-6.el9_4.x86_64 kbd-2.4.0-10.el9.x86_64 kbd-legacy-2.4.0-10.el9.noarch kbd-misc-2.4.0-10.el9.noarch kmod-28-10.el9.x86_64 kmod-libs-28-10.el9.x86_64 libbpf-2:1.4.0-1.el9.x86_64 libmnl-1.0.4-16.el9_4.x86_64 libndp-1.9-1.el9.x86_64 libpsl-0.21.1-5.el9.x86_64 libseccomp-2.5.2-2.el9.x86_64 pciutils-3.7.0-5.el9.x86_64 pciutils-libs-3.7.0-5.el9.x86_64 procps-ng-3.3.17-14.el9.x86_64 psmisc-23.4-3.el9.x86_64 publicsuffix-list-dafsa-20210518-3.el9.noarch python3-setuptools-53.0.0-13.el9.noarch sudo-1.9.5p2-10.el9_3.x86_64 systemd-252-46.el9_5.3.x86_64 systemd-pam-252-46.el9_5.3.x86_64 systemd-rpm-macros-252-46.el9_5.3.noarch systemd-udev-252-46.el9_5.3.x86_64 wget-1.21.1-8.el9_4.x86_64 Complete! Rocky Linux 9 - Devel WARNING! FOR BUILDROOT ON 20 MB/s | 14 MB 00:00 Last metadata expiration check: 0:00:04 ago on Fri Apr 25 14:32:42 2025. Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Installing: network-scripts x86_64 10.11.7-1.el9 devel 56 k Installing dependencies: bc x86_64 1.07.1-14.el9 baseos 118 k ipcalc x86_64 1.0.0-5.el9 baseos 41 k Installing weak dependencies: geolite2-city noarch 20191217-6.el9 appstream 23 M geolite2-country noarch 20191217-6.el9 appstream 1.6 M libmaxminddb x86_64 1.5.2-4.el9 appstream 32 k Transaction Summary ================================================================================ Install 6 Packages Total download size: 25 M Installed size: 64 M Downloading Packages: (1/6): ipcalc-1.0.0-5.el9.x86_64.rpm 442 kB/s | 41 kB 00:00 (2/6): bc-1.07.1-14.el9.x86_64.rpm 1.1 MB/s | 118 kB 00:00 (3/6): libmaxminddb-1.5.2-4.el9.x86_64.rpm 837 kB/s | 32 kB 00:00 (4/6): geolite2-country-20191217-6.el9.noarch.r 9.9 MB/s | 1.6 MB 00:00 (5/6): network-scripts-10.11.7-1.el9.x86_64.rpm 826 kB/s | 56 kB 00:00 (6/6): geolite2-city-20191217-6.el9.noarch.rpm 38 MB/s | 23 MB 00:00 -------------------------------------------------------------------------------- Total 16 MB/s | 25 MB 00:01 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : libmaxminddb-1.5.2-4.el9.x86_64 1/6 Installing : geolite2-city-20191217-6.el9.noarch 2/6 Installing : geolite2-country-20191217-6.el9.noarch 3/6 Installing : ipcalc-1.0.0-5.el9.x86_64 4/6 Installing : bc-1.07.1-14.el9.x86_64 5/6 Installing : network-scripts-10.11.7-1.el9.x86_64 6/6 Running scriptlet: network-scripts-10.11.7-1.el9.x86_64 6/6 Verifying : bc-1.07.1-14.el9.x86_64 1/6 Verifying : ipcalc-1.0.0-5.el9.x86_64 2/6 Verifying : geolite2-country-20191217-6.el9.noarch 3/6 Verifying : geolite2-city-20191217-6.el9.noarch 4/6 Verifying : libmaxminddb-1.5.2-4.el9.x86_64 5/6 Verifying : network-scripts-10.11.7-1.el9.x86_64 6/6 Installed: bc-1.07.1-14.el9.x86_64 geolite2-city-20191217-6.el9.noarch geolite2-country-20191217-6.el9.noarch ipcalc-1.0.0-5.el9.x86_64 libmaxminddb-1.5.2-4.el9.x86_64 network-scripts-10.11.7-1.el9.x86_64 Complete! Last metadata expiration check: 0:02:06 ago on Fri Apr 25 14:30:51 2025. Package kmod-28-10.el9.x86_64 is already installed. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 11.5.0-5.el9_5 appstream 32 M gcc-c++ x86_64 11.5.0-5.el9_5 appstream 13 M make x86_64 1:4.3-8.el9 baseos 529 k Upgrading: libgcc x86_64 11.5.0-5.el9_5 baseos 84 k libgomp x86_64 11.5.0-5.el9_5 baseos 260 k libstdc++ x86_64 11.5.0-5.el9_5 baseos 731 k Installing dependencies: cpp x86_64 11.5.0-5.el9_5 appstream 11 M glibc-devel x86_64 2.34-125.el9_5.3 appstream 25 k glibc-headers x86_64 2.34-125.el9_5.3 appstream 429 k kernel-headers x86_64 5.14.0-503.38.1.el9_5 appstream 3.5 M libmpc x86_64 1.2.1-4.el9 appstream 61 k libpkgconf x86_64 1.7.3-10.el9 baseos 35 k libstdc++-devel x86_64 11.5.0-5.el9_5 appstream 2.2 M libxcrypt-devel x86_64 4.4.18-3.el9 appstream 28 k pkgconf x86_64 1.7.3-10.el9 baseos 40 k pkgconf-m4 noarch 1.7.3-10.el9 baseos 14 k pkgconf-pkg-config x86_64 1.7.3-10.el9 baseos 10 k Transaction Summary ================================================================================ Install 14 Packages Upgrade 3 Packages Total download size: 64 M Downloading Packages: (1/17): pkgconf-1.7.3-10.el9.x86_64.rpm 525 kB/s | 40 kB 00:00 (2/17): pkgconf-pkg-config-1.7.3-10.el9.x86_64. 127 kB/s | 10 kB 00:00 (3/17): pkgconf-m4-1.7.3-10.el9.noarch.rpm 178 kB/s | 14 kB 00:00 (4/17): libmpc-1.2.1-4.el9.x86_64.rpm 5.3 MB/s | 61 kB 00:00 (5/17): libpkgconf-1.7.3-10.el9.x86_64.rpm 1.9 MB/s | 35 kB 00:00 (6/17): libxcrypt-devel-4.4.18-3.el9.x86_64.rpm 4.0 MB/s | 28 kB 00:00 (7/17): make-4.3-8.el9.x86_64.rpm 8.9 MB/s | 529 kB 00:00 (8/17): gcc-c++-11.5.0-5.el9_5.x86_64.rpm 81 MB/s | 13 MB 00:00 (9/17): libstdc++-devel-11.5.0-5.el9_5.x86_64.r 12 MB/s | 2.2 MB 00:00 (10/17): cpp-11.5.0-5.el9_5.x86_64.rpm 73 MB/s | 11 MB 00:00 (11/17): glibc-devel-2.34-125.el9_5.3.x86_64.rp 1.2 MB/s | 25 kB 00:00 (12/17): kernel-headers-5.14.0-503.38.1.el9_5.x 28 MB/s | 3.5 MB 00:00 (13/17): libstdc++-11.5.0-5.el9_5.x86_64.rpm 13 MB/s | 731 kB 00:00 (14/17): libgomp-11.5.0-5.el9_5.x86_64.rpm 7.6 MB/s | 260 kB 00:00 (15/17): libgcc-11.5.0-5.el9_5.x86_64.rpm 11 MB/s | 84 kB 00:00 (16/17): gcc-11.5.0-5.el9_5.x86_64.rpm 34 MB/s | 32 MB 00:00 (17/17): glibc-headers-2.34-125.el9_5.3.x86_64. 520 kB/s | 429 kB 00:00 -------------------------------------------------------------------------------- Total 39 MB/s | 64 MB 00:01 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : libmpc-1.2.1-4.el9.x86_64 1/20 Upgrading : libgcc-11.5.0-5.el9_5.x86_64 2/20 Running scriptlet: libgcc-11.5.0-5.el9_5.x86_64 2/20 Upgrading : libstdc++-11.5.0-5.el9_5.x86_64 3/20 Installing : libstdc++-devel-11.5.0-5.el9_5.x86_64 4/20 Installing : cpp-11.5.0-5.el9_5.x86_64 5/20 Upgrading : libgomp-11.5.0-5.el9_5.x86_64 6/20 Installing : kernel-headers-5.14.0-503.38.1.el9_5.x86_64 7/20 Installing : glibc-headers-2.34-125.el9_5.3.x86_64 8/20 Installing : make-1:4.3-8.el9.x86_64 9/20 Installing : libpkgconf-1.7.3-10.el9.x86_64 10/20 Installing : pkgconf-1.7.3-10.el9.x86_64 11/20 Installing : pkgconf-m4-1.7.3-10.el9.noarch 12/20 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 13/20 Installing : glibc-devel-2.34-125.el9_5.3.x86_64 14/20 Installing : libxcrypt-devel-4.4.18-3.el9.x86_64 15/20 Installing : gcc-11.5.0-5.el9_5.x86_64 16/20 Installing : gcc-c++-11.5.0-5.el9_5.x86_64 17/20 Cleanup : libstdc++-11.3.1-2.1.el9.x86_64 18/20 Cleanup : libgcc-11.3.1-2.1.el9.x86_64 19/20 Running scriptlet: libgcc-11.3.1-2.1.el9.x86_64 19/20 Cleanup : libgomp-11.3.1-2.1.el9.x86_64 20/20 Running scriptlet: libgomp-11.3.1-2.1.el9.x86_64 20/20 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 1/20 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 2/20 Verifying : pkgconf-1.7.3-10.el9.x86_64 3/20 Verifying : libpkgconf-1.7.3-10.el9.x86_64 4/20 Verifying : make-1:4.3-8.el9.x86_64 5/20 Verifying : libmpc-1.2.1-4.el9.x86_64 6/20 Verifying : libxcrypt-devel-4.4.18-3.el9.x86_64 7/20 Verifying : libstdc++-devel-11.5.0-5.el9_5.x86_64 8/20 Verifying : gcc-c++-11.5.0-5.el9_5.x86_64 9/20 Verifying : gcc-11.5.0-5.el9_5.x86_64 10/20 Verifying : cpp-11.5.0-5.el9_5.x86_64 11/20 Verifying : glibc-headers-2.34-125.el9_5.3.x86_64 12/20 Verifying : glibc-devel-2.34-125.el9_5.3.x86_64 13/20 Verifying : kernel-headers-5.14.0-503.38.1.el9_5.x86_64 14/20 Verifying : libstdc++-11.5.0-5.el9_5.x86_64 15/20 Verifying : libstdc++-11.3.1-2.1.el9.x86_64 16/20 Verifying : libgomp-11.5.0-5.el9_5.x86_64 17/20 Verifying : libgomp-11.3.1-2.1.el9.x86_64 18/20 Verifying : libgcc-11.5.0-5.el9_5.x86_64 19/20 Verifying : libgcc-11.3.1-2.1.el9.x86_64 20/20 Upgraded: libgcc-11.5.0-5.el9_5.x86_64 libgomp-11.5.0-5.el9_5.x86_64 libstdc++-11.5.0-5.el9_5.x86_64 Installed: cpp-11.5.0-5.el9_5.x86_64 gcc-11.5.0-5.el9_5.x86_64 gcc-c++-11.5.0-5.el9_5.x86_64 glibc-devel-2.34-125.el9_5.3.x86_64 glibc-headers-2.34-125.el9_5.3.x86_64 kernel-headers-5.14.0-503.38.1.el9_5.x86_64 libmpc-1.2.1-4.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libstdc++-devel-11.5.0-5.el9_5.x86_64 libxcrypt-devel-4.4.18-3.el9.x86_64 make-1:4.3-8.el9.x86_64 pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 Complete! Last metadata expiration check: 0:02:26 ago on Fri Apr 25 14:30:51 2025. Package contrail-vrouter-utils-master.1.6.1.1.1-master_1_6_1_1_1.el7.x86_64 is already installed. Dependencies resolved. ======================================================================================== Package Arch Version Repo Size ======================================================================================== Installing: contrail-vrouter-source x86_64 master.1.6.1.1.1-master_1_6_1_1_1.el7 contrail 375 k Transaction Summary ======================================================================================== Install 1 Package Total download size: 375 k Installed size: 372 k Downloading Packages: contrail-vrouter-source-master.1.6.1.1.1-master 1.6 MB/s | 375 kB 00:00 -------------------------------------------------------------------------------- Total 1.6 MB/s | 375 kB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : contrail-vrouter-source-master.1.6.1.1.1-master_1_6_ 1/1 Verifying : contrail-vrouter-source-master.1.6.1.1.1-master_1_6_ 1/1 Installed: contrail-vrouter-source-master.1.6.1.1.1-master_1_6_1_1_1.el7.x86_64 Complete! INFO: use vrouter version master-1_6_1_1-1 https://dl.rockylinux.org/vault/rocky/9.3/BaseOS/x86_64/os/Packages/k/kernel-5.14.0-503.14.1.el9_5.x86_64.rpm: 2025-04-25 14:33:31 ERROR 404: Not Found. https://dl.rockylinux.org/vault/rocky/9.3/BaseOS/x86_64/os/Packages/k/kernel-core-5.14.0-503.14.1.el9_5.x86_64.rpm: 2025-04-25 14:33:31 ERROR 404: Not Found. https://dl.rockylinux.org/vault/rocky/9.3/BaseOS/x86_64/os/Packages/k/kernel-modules-5.14.0-503.14.1.el9_5.x86_64.rpm: 2025-04-25 14:33:32 ERROR 404: Not Found. 2025-04-25 14:33:32 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] https://dl.rockylinux.org/vault/rocky/9.3/BaseOS/x86_64/os/Packages/k/kernel-modules-core-5.14.0-503.14.1.el9_5.x86_64.rpm: 2025-04-25 14:33:32 ERROR 404: Not Found. 2025-04-25 14:33:32 URL:https://dl.rockylinux.org/vault/rocky/9.3/BaseOS/x86_64/os/Packages/k/kernel-5.14.0-362.13.1.el9_3.x86_64.rpm [5246401/5246401] -> "/tmp/kernel-5.14.0-362.13.1.el9_3.x86_64.rpm" [1] https://dl.rockylinux.org/vault/rocky/9.3/AppStream/x86_64/os/Packages/k/kernel-devel-5.14.0-503.14.1.el9_5.x86_64.rpm: 2025-04-25 14:33:33 ERROR 404: Not Found. Last metadata expiration check: 0:02:42 ago on Fri Apr 25 14:30:51 2025. Can not load RPM file: /tmp/kernel-5.14.0-503.14.1.el9_5.x86_64.rpm. Can not load RPM file: /tmp/kernel-core-5.14.0-503.14.1.el9_5.x86_64.rpm. Can not load RPM file: /tmp/kernel-modules-5.14.0-503.14.1.el9_5.x86_64.rpm. Can not load RPM file: /tmp/kernel-modules-core-5.14.0-503.14.1.el9_5.x86_64.rpm. Can not load RPM file: /tmp/kernel-devel-5.14.0-503.14.1.el9_5.x86_64.rpm. Could not open: /tmp/kernel-5.14.0-503.14.1.el9_5.x86_64.rpm /tmp/kernel-core-5.14.0-503.14.1.el9_5.x86_64.rpm /tmp/kernel-modules-5.14.0-503.14.1.el9_5.x86_64.rpm /tmp/kernel-modules-core-5.14.0-503.14.1.el9_5.x86_64.rpm /tmp/kernel-devel-5.14.0-503.14.1.el9_5.x86_64.rpm INFO: run builds for kernel 5.14.0-503.14.1.el9_5.x86_64 GNU Make 4.3 Built for x86_64-redhat-linux-gnu Copyright (C) 1988-2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Reading makefiles... Reading makefile 'Makefile'... make: Entering directory '/usr/src/vrouter-master-1_6_1_1-1' Updating makefiles.... Considering target file 'Makefile'. Looking for an implicit rule for 'Makefile'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.o'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.c'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.cc'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.C'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.cpp'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.p'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.f'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.F'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.m'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.r'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.s'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.S'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.mod'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.sh'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile,v'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'RCS/Makefile,v'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'RCS/Makefile'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 's.Makefile'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'SCCS/s.Makefile'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.o'. Looking for a rule with intermediate file 'Makefile.o'. Avoiding implicit rule recursion. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.c'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.cc'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.C'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.cpp'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.p'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.f'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.F'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.m'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.r'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.s'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.S'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.mod'. Trying pattern rule with stem 'Makefile.o'. Trying implicit prerequisite 'Makefile.o,v'. Trying pattern rule with stem 'Makefile.o'. Trying implicit prerequisite 'RCS/Makefile.o,v'. Trying pattern rule with stem 'Makefile.o'. Trying implicit prerequisite 'RCS/Makefile.o'. Trying pattern rule with stem 'Makefile.o'. Trying implicit prerequisite 's.Makefile.o'. Trying pattern rule with stem 'Makefile.o'. Trying implicit prerequisite 'SCCS/s.Makefile.o'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.c'. Looking for a rule with intermediate file 'Makefile.c'. Avoiding implicit rule recursion. Avoiding implicit rule recursion. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.y'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.l'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.w'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.w'. Trying pattern rule with stem 'Makefile.c'. Trying implicit prerequisite 'Makefile.c,v'. Trying pattern rule with stem 'Makefile.c'. Trying implicit prerequisite 'RCS/Makefile.c,v'. Trying pattern rule with stem 'Makefile.c'. Trying implicit prerequisite 'RCS/Makefile.c'. Trying pattern rule with stem 'Makefile.c'. Trying implicit prerequisite 's.Makefile.c'. Trying pattern rule with stem 'Makefile.c'. Trying implicit prerequisite 'SCCS/s.Makefile.c'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.y'. Looking for a rule with intermediate file 'Makefile.y'. Avoiding implicit rule recursion. Avoiding implicit rule recursion. Avoiding implicit rule recursion. Trying pattern rule with stem 'Makefile.y'. Trying implicit prerequisite 'Makefile.y,v'. Trying pattern rule with stem 'Makefile.y'. Trying implicit prerequisite 'RCS/Makefile.y,v'. Trying pattern rule with stem 'Makefile.y'. Trying implicit prerequisite 'RCS/Makefile.y'. Trying pattern rule with stem 'Makefile.y'. Trying implicit prerequisite 's.Makefile.y'. Trying pattern rule with stem 'Makefile.y'. Trying implicit prerequisite 'SCCS/s.Makefile.y'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.l'. Looking for a rule with intermediate file 'Makefile.l'. Avoiding implicit rule recursion. Avoiding implicit rule recursion. Avoiding implicit rule recursion. Trying pattern rule with stem 'Makefile.l'. Trying implicit prerequisite 'Makefile.l,v'. Trying pattern rule with stem 'Makefile.l'. Trying implicit prerequisite 'RCS/Makefile.l,v'. Trying pattern rule with stem 'Makefile.l'. Trying implicit prerequisite 'RCS/Makefile.l'. Trying pattern rule with stem 'Makefile.l'. Trying implicit prerequisite 's.Makefile.l'. Trying pattern rule with stem 'Makefile.l'. Trying implicit prerequisite 'SCCS/s.Makefile.l'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.w'. Looking for a rule with intermediate file 'Makefile.w'. Avoiding implicit rule recursion. Avoiding implicit rule recursion. Avoiding implicit rule recursion. Trying pattern rule with stem 'Makefile.w'. Trying implicit prerequisite 'Makefile.w,v'. Trying pattern rule with stem 'Makefile.w'. Trying implicit prerequisite 'RCS/Makefile.w,v'. Trying pattern rule with stem 'Makefile.w'. Trying implicit prerequisite 'RCS/Makefile.w'. Trying pattern rule with stem 'Makefile.w'. Trying implicit prerequisite 's.Makefile.w'. Trying pattern rule with stem 'Makefile.w'. Trying implicit prerequisite 'SCCS/s.Makefile.w'. Trying pattern rule with stem 'Makefile'. Rejecting impossible implicit prerequisite 'Makefile.w'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.cc'. Looking for a rule with intermediate file 'Makefile.cc'. Avoiding implicit rule recursion. Avoiding implicit rule recursion. Trying pattern rule with stem 'Makefile.cc'. Trying implicit prerequisite 'Makefile.cc,v'. Trying pattern rule with stem 'Makefile.cc'. Trying implicit prerequisite 'RCS/Makefile.cc,v'. Trying pattern rule with stem 'Makefile.cc'. Trying implicit prerequisite 'RCS/Makefile.cc'. Trying pattern rule with stem 'Makefile.cc'. Trying implicit prerequisite 's.Makefile.cc'. Trying pattern rule with stem 'Makefile.cc'. Trying implicit prerequisite 'SCCS/s.Makefile.cc'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.C'. Looking for a rule with intermediate file 'Makefile.C'. Avoiding implicit rule recursion. Avoiding implicit rule recursion. Trying pattern rule with stem 'Makefile.C'. Trying implicit prerequisite 'Makefile.C,v'. Trying pattern rule with stem 'Makefile.C'. Trying implicit prerequisite 'RCS/Makefile.C,v'. Trying pattern rule with stem 'Makefile.C'. Trying implicit prerequisite 'RCS/Makefile.C'. Trying pattern rule with stem 'Makefile.C'. Trying implicit prerequisite 's.Makefile.C'. Trying pattern rule with stem 'Makefile.C'. Trying implicit prerequisite 'SCCS/s.Makefile.C'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.cpp'. Looking for a rule with intermediate file 'Makefile.cpp'. Avoiding implicit rule recursion. Avoiding implicit rule recursion. Trying pattern rule with stem 'Makefile.cpp'. Trying implicit prerequisite 'Makefile.cpp,v'. Trying pattern rule with stem 'Makefile.cpp'. Trying implicit prerequisite 'RCS/Makefile.cpp,v'. Trying pattern rule with stem 'Makefile.cpp'. Trying implicit prerequisite 'RCS/Makefile.cpp'. Trying pattern rule with stem 'Makefile.cpp'. Trying implicit prerequisite 's.Makefile.cpp'. Trying pattern rule with stem 'Makefile.cpp'. Trying implicit prerequisite 'SCCS/s.Makefile.cpp'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.p'. Looking for a rule with intermediate file 'Makefile.p'. Avoiding implicit rule recursion. Avoiding implicit rule recursion. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.web'. Trying pattern rule with stem 'Makefile.p'. Trying implicit prerequisite 'Makefile.p,v'. Trying pattern rule with stem 'Makefile.p'. Trying implicit prerequisite 'RCS/Makefile.p,v'. Trying pattern rule with stem 'Makefile.p'. Trying implicit prerequisite 'RCS/Makefile.p'. Trying pattern rule with stem 'Makefile.p'. Trying implicit prerequisite 's.Makefile.p'. Trying pattern rule with stem 'Makefile.p'. Trying implicit prerequisite 'SCCS/s.Makefile.p'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.web'. Looking for a rule with intermediate file 'Makefile.web'. Avoiding implicit rule recursion. Avoiding implicit rule recursion. Avoiding implicit rule recursion. Trying pattern rule with stem 'Makefile.web'. Trying implicit prerequisite 'Makefile.web,v'. Trying pattern rule with stem 'Makefile.web'. Trying implicit prerequisite 'RCS/Makefile.web,v'. Trying pattern rule with stem 'Makefile.web'. Trying implicit prerequisite 'RCS/Makefile.web'. Trying pattern rule with stem 'Makefile.web'. Trying implicit prerequisite 's.Makefile.web'. Trying pattern rule with stem 'Makefile.web'. Trying implicit prerequisite 'SCCS/s.Makefile.web'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.f'. Looking for a rule with intermediate file 'Makefile.f'. Avoiding implicit rule recursion. Avoiding implicit rule recursion. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.F'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.r'. Trying pattern rule with stem 'Makefile.f'. Trying implicit prerequisite 'Makefile.f,v'. Trying pattern rule with stem 'Makefile.f'. Trying implicit prerequisite 'RCS/Makefile.f,v'. Trying pattern rule with stem 'Makefile.f'. Trying implicit prerequisite 'RCS/Makefile.f'. Trying pattern rule with stem 'Makefile.f'. Trying implicit prerequisite 's.Makefile.f'. Trying pattern rule with stem 'Makefile.f'. Trying implicit prerequisite 'SCCS/s.Makefile.f'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.F'. Looking for a rule with intermediate file 'Makefile.F'. Avoiding implicit rule recursion. Avoiding implicit rule recursion. Avoiding implicit rule recursion. Trying pattern rule with stem 'Makefile.F'. Trying implicit prerequisite 'Makefile.F,v'. Trying pattern rule with stem 'Makefile.F'. Trying implicit prerequisite 'RCS/Makefile.F,v'. Trying pattern rule with stem 'Makefile.F'. Trying implicit prerequisite 'RCS/Makefile.F'. Trying pattern rule with stem 'Makefile.F'. Trying implicit prerequisite 's.Makefile.F'. Trying pattern rule with stem 'Makefile.F'. Trying implicit prerequisite 'SCCS/s.Makefile.F'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.r'. Looking for a rule with intermediate file 'Makefile.r'. Avoiding implicit rule recursion. Avoiding implicit rule recursion. Avoiding implicit rule recursion. Trying pattern rule with stem 'Makefile'. Rejecting impossible implicit prerequisite 'Makefile.l'. Trying pattern rule with stem 'Makefile.r'. Trying implicit prerequisite 'Makefile.r,v'. Trying pattern rule with stem 'Makefile.r'. Trying implicit prerequisite 'RCS/Makefile.r,v'. Trying pattern rule with stem 'Makefile.r'. Trying implicit prerequisite 'RCS/Makefile.r'. Trying pattern rule with stem 'Makefile.r'. Trying implicit prerequisite 's.Makefile.r'. Trying pattern rule with stem 'Makefile.r'. Trying implicit prerequisite 'SCCS/s.Makefile.r'. Trying pattern rule with stem 'Makefile'. Rejecting impossible implicit prerequisite 'Makefile.F'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.m'. Looking for a rule with intermediate file 'Makefile.m'. Avoiding implicit rule recursion. Avoiding implicit rule recursion. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.ym'. Trying pattern rule with stem 'Makefile.m'. Trying implicit prerequisite 'Makefile.m,v'. Trying pattern rule with stem 'Makefile.m'. Trying implicit prerequisite 'RCS/Makefile.m,v'. Trying pattern rule with stem 'Makefile.m'. Trying implicit prerequisite 'RCS/Makefile.m'. Trying pattern rule with stem 'Makefile.m'. Trying implicit prerequisite 's.Makefile.m'. Trying pattern rule with stem 'Makefile.m'. Trying implicit prerequisite 'SCCS/s.Makefile.m'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.ym'. Looking for a rule with intermediate file 'Makefile.ym'. Avoiding implicit rule recursion. Avoiding implicit rule recursion. Avoiding implicit rule recursion. Trying pattern rule with stem 'Makefile.ym'. Trying implicit prerequisite 'Makefile.ym,v'. Trying pattern rule with stem 'Makefile.ym'. Trying implicit prerequisite 'RCS/Makefile.ym,v'. Trying pattern rule with stem 'Makefile.ym'. Trying implicit prerequisite 'RCS/Makefile.ym'. Trying pattern rule with stem 'Makefile.ym'. Trying implicit prerequisite 's.Makefile.ym'. Trying pattern rule with stem 'Makefile.ym'. Trying implicit prerequisite 'SCCS/s.Makefile.ym'. Trying pattern rule with stem 'Makefile'. Rejecting impossible implicit prerequisite 'Makefile.r'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.s'. Looking for a rule with intermediate file 'Makefile.s'. Avoiding implicit rule recursion. Avoiding implicit rule recursion. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.S'. Trying pattern rule with stem 'Makefile.s'. Trying implicit prerequisite 'Makefile.s,v'. Trying pattern rule with stem 'Makefile.s'. Trying implicit prerequisite 'RCS/Makefile.s,v'. Trying pattern rule with stem 'Makefile.s'. Trying implicit prerequisite 'RCS/Makefile.s'. Trying pattern rule with stem 'Makefile.s'. Trying implicit prerequisite 's.Makefile.s'. Trying pattern rule with stem 'Makefile.s'. Trying implicit prerequisite 'SCCS/s.Makefile.s'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.S'. Looking for a rule with intermediate file 'Makefile.S'. Avoiding implicit rule recursion. Avoiding implicit rule recursion. Avoiding implicit rule recursion. Trying pattern rule with stem 'Makefile.S'. Trying implicit prerequisite 'Makefile.S,v'. Trying pattern rule with stem 'Makefile.S'. Trying implicit prerequisite 'RCS/Makefile.S,v'. Trying pattern rule with stem 'Makefile.S'. Trying implicit prerequisite 'RCS/Makefile.S'. Trying pattern rule with stem 'Makefile.S'. Trying implicit prerequisite 's.Makefile.S'. Trying pattern rule with stem 'Makefile.S'. Trying implicit prerequisite 'SCCS/s.Makefile.S'. Trying pattern rule with stem 'Makefile'. Rejecting impossible implicit prerequisite 'Makefile.S'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.mod'. Looking for a rule with intermediate file 'Makefile.mod'. Avoiding implicit rule recursion. Avoiding implicit rule recursion. Trying pattern rule with stem 'Makefile.mod'. Trying implicit prerequisite 'Makefile.mod,v'. Trying pattern rule with stem 'Makefile.mod'. Trying implicit prerequisite 'RCS/Makefile.mod,v'. Trying pattern rule with stem 'Makefile.mod'. Trying implicit prerequisite 'RCS/Makefile.mod'. Trying pattern rule with stem 'Makefile.mod'. Trying implicit prerequisite 's.Makefile.mod'. Trying pattern rule with stem 'Makefile.mod'. Trying implicit prerequisite 'SCCS/s.Makefile.mod'. Trying pattern rule with stem 'Makefile'. Rejecting impossible implicit prerequisite 'Makefile.c'. Trying pattern rule with stem 'Makefile'. Rejecting impossible implicit prerequisite 'Makefile.cc'. Trying pattern rule with stem 'Makefile'. Rejecting impossible implicit prerequisite 'Makefile.C'. Trying pattern rule with stem 'Makefile'. Rejecting impossible implicit prerequisite 'Makefile.cpp'. make[1]: *** /lib/modules/5.14.0-503.14.1.el9_5.x86_64/build: No such file or directory. Stop. make: *** [Makefile:101: default] Error 2  Trying pattern rule with stem 'Makefile'. Rejecting impossible implicit prerequisite 'Makefile.p'. Trying pattern rule with stem 'Makefile'. Rejecting impossible implicit prerequisite 'Makefile.f'. Trying pattern rule with stem 'Makefile'. Rejecting impossible implicit prerequisite 'Makefile.F'. Trying pattern rule with stem 'Makefile'. Rejecting impossible implicit prerequisite 'Makefile.m'. Trying pattern rule with stem 'Makefile'. Rejecting impossible implicit prerequisite 'Makefile.r'. Trying pattern rule with stem 'Makefile'. Rejecting impossible implicit prerequisite 'Makefile.s'. Trying pattern rule with stem 'Makefile'. Rejecting impossible implicit prerequisite 'Makefile.S'. Trying pattern rule with stem 'Makefile'. Rejecting impossible implicit prerequisite 'Makefile.mod'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite 'Makefile.sh'. Looking for a rule with intermediate file 'Makefile.sh'. Avoiding implicit rule recursion. Trying pattern rule with stem 'Makefile.sh'. Trying implicit prerequisite 'Makefile.sh,v'. Trying pattern rule with stem 'Makefile.sh'. Trying implicit prerequisite 'RCS/Makefile.sh,v'. Trying pattern rule with stem 'Makefile.sh'. Trying implicit prerequisite 'RCS/Makefile.sh'. Trying pattern rule with stem 'Makefile.sh'. Trying implicit prerequisite 's.Makefile.sh'. Trying pattern rule with stem 'Makefile.sh'. Trying implicit prerequisite 'SCCS/s.Makefile.sh'. No implicit rule found for 'Makefile'. Finished prerequisites of target file 'Makefile'. No need to remake target 'Makefile'. Updating goal targets.... Considering target file 'default'. File 'default' does not exist. Finished prerequisites of target file 'default'. Must remake target 'default'. make -C /lib/modules/5.14.0-503.14.1.el9_5.x86_64/build M=/usr/src/vrouter-master-1_6_1_1-1 modules Putting child 0x55f380bfded0 (default) PID 422 on the chain. Live child 0x55f380bfded0 (default) PID 422 GNU Make 4.3 Built for x86_64-redhat-linux-gnu Copyright (C) 1988-2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. make[1]: Entering directory '/usr/src/vrouter-master-1_6_1_1-1' make[1]: Leaving directory '/usr/src/vrouter-master-1_6_1_1-1' Reaping losing child 0x55f380bfded0 PID 422 Removing child 0x55f380bfded0 PID 422 from chain. make: Leaving directory '/usr/src/vrouter-master-1_6_1_1-1' mv: cannot stat 'vrouter.*': No such file or directory 77 files removed ---> Removed intermediate container db0a694cc494 ---> d3cedea009c1 Step 16/16 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in 98f5c005a2ae ---> Removed intermediate container 98f5c005a2ae ---> 494ae0687a20 [Warning] One or more build-args [BASE_EXTRA_RPMS GENERAL_EXTRA_RPMS LINUX_DISTR LINUX_DISTR_VER PIP_REPOSITORY SITE_MIRROR UBUNTU_DISTR UBUNTU_DISTR_VERSION YUM_ENABLE_REPOS] were not consumed Successfully built 494ae0687a20 Successfully tagged nexus.gz1.opensdn.io:5101/contrail-vrouter-kernel-init:master-1_6_1_1-1 Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init:master-1_6_1_1-1 2025-04-25 14:33:45,676: INFO: Docker build duration: 279 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/contrail-vrouter-kernel-init] 6682d2224e44: Preparing a383cd546ee9: Preparing e8b09e70277d: Preparing 20103dc7777c: Preparing 232484c23a44: Preparing db0e59396abb: Preparing 6682d2224e44: Waiting a383cd546ee9: Waiting e8b09e70277d: Waiting 20103dc7777c: Waiting 232484c23a44: Waiting db0e59396abb: Waiting e8b09e70277d: Pushed a383cd546ee9: Pushed 20103dc7777c: Pushed 232484c23a44: Pushed db0e59396abb: Layer already exists 6682d2224e44: Pushed master-1_6_1_1-1: digest: sha256:e3e90fba0f5fa129e27df41bb0d300c74f5d02cc577cbc3ca9992b01c1555d8c size: 1574 The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init] 6682d2224e44: Preparing a383cd546ee9: Preparing e8b09e70277d: Preparing 20103dc7777c: Preparing 232484c23a44: Preparing db0e59396abb: Preparing 232484c23a44: Waiting db0e59396abb: Waiting 6682d2224e44: Layer already exists e8b09e70277d: Layer already exists a383cd546ee9: Layer already exists 20103dc7777c: Layer already exists db0e59396abb: Layer already exists 232484c23a44: Layer already exists master-1_6_1_1-1: digest: sha256:e3e90fba0f5fa129e27df41bb0d300c74f5d02cc577cbc3ca9992b01c1555d8c size: 1574 2025-04-25 14:35:01,414: INFO: Building contrail-vrouter-kernel-init finished successfully, duration: 355 seconds