2025-04-24 18:39:42,354: INFO: Building contrail-vrouter-kernel-init 2025-04-24 18:39:42,747: 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_0_7-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.1 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: 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 d85c53f0a25e ---> Removed intermediate container d85c53f0a25e ---> 21583dd85143 Step 5/16 : ARG VENDOR_DOMAIN ---> Running in 3664bc4f3046 ---> Removed intermediate container 3664bc4f3046 ---> e45134bec946 Step 6/16 : ARG CONTRAIL_VERSION ---> Running in 9cd313d4988b ---> Removed intermediate container 9cd313d4988b ---> 14c19f833083 Step 7/16 : ARG CONTRAIL_CONTAINER_TAG ---> Running in 62248a5ebe7a ---> Removed intermediate container 62248a5ebe7a ---> 56516cdb41a3 Step 8/16 : ARG CONTAINER_NAME ---> Running in b4fce521673d ---> Removed intermediate container b4fce521673d ---> 6c3210788d53 Step 9/16 : ENV VENDOR_DOMAIN=$VENDOR_DOMAIN VENDOR_NAME=$VENDOR_NAME CONTRAIL_VERSION=$CONTRAIL_CONTAINER_TAG CONTAINER_NAME=$CONTAINER_NAME ---> Running in 59afb5b89bd7 ---> Removed intermediate container 59afb5b89bd7 ---> 9c7a193df335 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 1f926fbeb0d5 ---> Removed intermediate container 1f926fbeb0d5 ---> 1f4210a421ea Step 11/16 : COPY *.repo /etc/yum.repos.d/ ---> e2c9d10408f2 Step 12/16 : COPY *.sh / ---> ee9f01489fb3 Step 13/16 : COPY __network-functions-vrouter-kernel __network-functions-vrouter __network-functions-vrouter-kernel-env / ---> ab444a3259c1 Step 14/16 : COPY __ifup-vhost __ifdown-vhost __dhclient-vhost0.conf / ---> 95a63a336a2c 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 0b0f9ca64fa5 Contrail repo 2.5 MB/s | 148 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 41 MB/s | 10 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 11 MB/s | 360 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 30 MB/s | 31 MB 00:01 added from: http://tf-mirrors.gz1.opensdn.io/re 34 MB/s | 9.3 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 86 MB/s | 17 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 172 kB/s | 60 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 8.2 MB/s | 4.8 MB 00:00 Third parties for OpenSDN 41 MB/s | 5.4 MB 00:00 Rocky Linux 9 - BaseOS 71 kB/s | 2.3 MB 00:33 Rocky Linux 9 - AppStream 1.0 MB/s | 8.4 MB 00:08 Rocky Linux 9 - Extras 529 B/s | 16 kB 00:31 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): file-libs-5.39-16.el9.x86_64.rpm 862 kB/s | 588 kB 00:00 (2/28): lua-libs-5.4.4-4.el9.x86_64.rpm 294 kB/s | 129 kB 00:00 (3/28): libxml2-2.9.13-6.el9_5.2.x86_64.rpm 1.7 MB/s | 746 kB 00:00 (4/28): openssl-libs-3.2.2-6.el9_5.1.x86_64.rpm 5.2 MB/s | 2.4 MB 00:00 (5/28): openssl-3.2.2-6.el9_5.1.x86_64.rpm 2.1 MB/s | 1.3 MB 00:00 (6/28): python3-setuptools-wheel-53.0.0-13.el9. 1.2 MB/s | 467 kB 00:00 (7/28): libnghttp2-1.43.0-6.el9.x86_64.rpm 405 kB/s | 72 kB 00:00 (8/28): less-590-5.el9.x86_64.rpm 661 kB/s | 161 kB 00:00 (9/28): python3-libs-3.9.21-1.el9_5.x86_64.rpm 12 MB/s | 7.5 MB 00:00 (10/28): python3-3.9.21-1.el9_5.x86_64.rpm 118 kB/s | 26 kB 00:00 (11/28): gnutls-3.8.3-4.el9_4.x86_64.rpm 3.5 MB/s | 1.1 MB 00:00 (12/28): nettle-3.9.1-1.el9.x86_64.rpm 1.2 MB/s | 558 kB 00:00 (13/28): systemd-libs-252-46.el9_5.3.x86_64.rpm 519 kB/s | 671 kB 00:01 (14/28): tar-1.34-7.el9.x86_64.rpm 523 kB/s | 875 kB 00:01 (15/28): vim-minimal-8.2.2637-21.el9.x86_64.rpm 919 kB/s | 670 kB 00:00 (16/28): glibc-minimal-langpack-2.34-125.el9_5. 135 kB/s | 16 kB 00:00 (17/28): glibc-common-2.34-125.el9_5.3.x86_64.r 7.9 MB/s | 290 kB 00:00 (18/28): glibc-2.34-125.el9_5.3.x86_64.rpm 22 MB/s | 1.9 MB 00:00 (19/28): util-linux-core-2.37.4-20.el9.x86_64.r 1.9 MB/s | 437 kB 00:00 (20/28): util-linux-2.37.4-20.el9.x86_64.rpm 22 MB/s | 2.2 MB 00:00 (21/28): libuuid-2.37.4-20.el9.x86_64.rpm 1.8 MB/s | 27 kB 00:00 (22/28): libsmartcols-2.37.4-20.el9.x86_64.rpm 4.7 MB/s | 62 kB 00:00 (23/28): libmount-2.37.4-20.el9.x86_64.rpm 4.7 MB/s | 134 kB 00:00 (24/28): libfdisk-2.37.4-20.el9.x86_64.rpm 6.4 MB/s | 153 kB 00:00 (25/28): libblkid-2.37.4-20.el9.x86_64.rpm 1.6 MB/s | 106 kB 00:00 (26/28): libeconf-0.4.1-4.el9.x86_64.rpm 1.4 MB/s | 26 kB 00:00 [MIRROR] expat-2.5.0-3.el9_5.3.x86_64.rpm: Curl error (28): Timeout was reached for https://mirror.yandex.ru/rockylinux/9.5/BaseOS/x86_64/os/Packages/e/expat-2.5.0-3.el9_5.3.x86_64.rpm [Operation timed out after 30000 milliseconds with 0 out of 0 bytes received] [MIRROR] glib2-2.68.4-14.el9_4.1.x86_64.rpm: Curl error (28): Timeout was reached for https://mirror.yandex.ru/rockylinux/9.5/BaseOS/x86_64/os/Packages/g/glib2-2.68.4-14.el9_4.1.x86_64.rpm [Operation timed out after 30000 milliseconds with 0 out of 0 bytes received] (27/28): expat-2.5.0-3.el9_5.3.x86_64.rpm 3.7 kB/s | 115 kB 00:30 (28/28): glib2-2.68.4-14.el9_4.1.x86_64.rpm 85 kB/s | 2.6 MB 00:31 -------------------------------------------------------------------------------- Total 812 kB/s | 25 MB 00:31 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:15 ago on Thu Apr 24 18:41:56 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.0.4.1-master_1_6_0_4_1.el7 contrail 240 k contrail-vrouter-utils x86_64 master.1.6.0.4.1-master_1_6_0_4_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.0.4.1 10 MB/s | 113 kB 00:00 (2/41): contrail-lib-master.1.6.0.4.1-master_1_ 12 MB/s | 240 kB 00:00 (3/41): chkconfig-1.24-1.el9_5.1.x86_64.rpm 1.7 MB/s | 160 kB 00:00 (4/41): kbd-misc-2.4.0-10.el9.noarch.rpm 13 MB/s | 1.5 MB 00:00 (5/41): kbd-2.4.0-10.el9.x86_64.rpm 8.7 MB/s | 387 kB 00:00 (6/41): publicsuffix-list-dafsa-20210518-3.el9. 427 kB/s | 58 kB 00:00 (7/41): dbus-broker-28-7.el9.x86_64.rpm 369 kB/s | 171 kB 00:00 (8/41): python3-setuptools-53.0.0-13.el9.noarch 2.3 MB/s | 838 kB 00:00 (9/41): libbpf-1.4.0-1.el9.x86_64.rpm 661 kB/s | 177 kB 00:00 (10/41): initscripts-10.11.7-1.el9.x86_64.rpm 528 kB/s | 208 kB 00:00 (11/41): initscripts-service-10.11.7-1.el9.noar 44 kB/s | 10 kB 00:00 (12/41): libndp-1.9-1.el9.x86_64.rpm 100 kB/s | 37 kB 00:00 (13/41): cryptsetup-libs-2.7.2-3.el9_5.x86_64.r 1.2 MB/s | 514 kB 00:00 (14/41): kmod-libs-28-10.el9.x86_64.rpm 129 kB/s | 62 kB 00:00 (15/41): kmod-28-10.el9.x86_64.rpm 151 kB/s | 121 kB 00:00 (16/41): iproute-6.2.0-6.el9_4.x86_64.rpm 691 kB/s | 786 kB 00:01 (17/41): libmnl-1.0.4-16.el9_4.x86_64.rpm 42 kB/s | 27 kB 00:00 (18/41): procps-ng-3.3.17-14.el9.x86_64.rpm 578 kB/s | 332 kB 00:00 (19/41): ethtool-6.2-1.el9.x86_64.rpm 474 kB/s | 229 kB 00:00 (20/41): psmisc-23.4-3.el9.x86_64.rpm 625 kB/s | 226 kB 00:00 (21/41): libseccomp-2.5.2-2.el9.x86_64.rpm 1.3 MB/s | 71 kB 00:00 (22/41): libpsl-0.21.1-5.el9.x86_64.rpm 2.6 MB/s | 63 kB 00:00 (23/41): dbus-1.12.20-8.el9.x86_64.rpm 44 kB/s | 6.8 kB 00:00 (24/41): dbus-common-1.12.20-8.el9.noarch.rpm 622 kB/s | 14 kB 00:00 (25/41): pciutils-libs-3.7.0-5.el9.x86_64.rpm 1.4 MB/s | 41 kB 00:00 (26/41): pciutils-3.7.0-5.el9.x86_64.rpm 5.3 MB/s | 92 kB 00:00 (27/41): systemd-udev-252-46.el9_5.3.x86_64.rpm 29 MB/s | 1.9 MB 00:00 (28/41): systemd-rpm-macros-252-46.el9_5.3.noar 1.2 MB/s | 66 kB 00:00 (29/41): systemd-pam-252-46.el9_5.3.x86_64.rpm 6.7 MB/s | 278 kB 00:00 (30/41): systemd-252-46.el9_5.3.x86_64.rpm 30 MB/s | 4.0 MB 00:00 (31/41): sudo-1.9.5p2-10.el9_3.x86_64.rpm 15 MB/s | 1.0 MB 00:00 (32/41): initscripts-rename-device-10.11.7-1.el 602 kB/s | 14 kB 00:00 (33/41): NetworkManager-libnm-1.48.10-8.el9_5.x 19 MB/s | 1.8 MB 00:00 (34/41): NetworkManager-1.48.10-8.el9_5.x86_64. 29 MB/s | 2.3 MB 00:00 (35/41): device-mapper-libs-1.02.198-2.el9.x86_ 10 MB/s | 177 kB 00:00 (36/41): device-mapper-1.02.198-2.el9.x86_64.rp 8.9 MB/s | 137 kB 00:00 (37/41): kbd-legacy-2.4.0-10.el9.noarch.rpm 13 MB/s | 502 kB 00:00 (38/41): wget-1.21.1-8.el9_4.x86_64.rpm 16 MB/s | 768 kB 00:00 (39/41): libacl-2.3.1-4.el9.x86_64.rpm 544 kB/s | 22 kB 00:00 [MIRROR] hwdata-0.348-9.15.el9.noarch.rpm: Curl error (28): Timeout was reached for https://mirror.yandex.ru/rockylinux/9.5/BaseOS/x86_64/os/Packages/h/hwdata-0.348-9.15.el9.noarch.rpm [Operation timed out after 30000 milliseconds with 0 out of 0 bytes received] [MIRROR] acl-2.3.1-4.el9.x86_64.rpm: Curl error (28): Timeout was reached for https://mirror.yandex.ru/rockylinux/9.5/BaseOS/x86_64/os/Packages/a/acl-2.3.1-4.el9.x86_64.rpm [Operation timed out after 30000 milliseconds with 0 out of 0 bytes received] (40/41): acl-2.3.1-4.el9.x86_64.rpm 2.2 kB/s | 69 kB 00:31 (41/41): hwdata-0.348-9.15.el9.noarch.rpm 53 kB/s | 1.6 MB 00:31 -------------------------------------------------------------------------------- Total 672 kB/s | 21 MB 00:31 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.0.4.1-master_1_6 40/42 Installing : contrail-lib-master.1.6.0.4.1-master_1_6_0_4_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.0.4.1-master_1_6_0_4_1.el7 1/42 Verifying : contrail-vrouter-utils-master.1.6.0.4.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.0.4.1-master_1_6_0_4_1.el7.x86_64 contrail-vrouter-utils-master.1.6.0.4.1-master_1_6_0_4_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 874 kB/s | 14 MB 00:16 Last metadata expiration check: 0:00:03 ago on Thu Apr 24 18:44:32 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 147 kB/s | 41 kB 00:00 (2/6): geolite2-city-20191217-6.el9.noarch.rpm 15 MB/s | 23 MB 00:01 (3/6): libmaxminddb-1.5.2-4.el9.x86_64.rpm 47 kB/s | 32 kB 00:00 (4/6): network-scripts-10.11.7-1.el9.x86_64.rpm 64 kB/s | 56 kB 00:00 [MIRROR] bc-1.07.1-14.el9.x86_64.rpm: Curl error (28): Timeout was reached for https://mirror.yandex.ru/rockylinux/9.5/BaseOS/x86_64/os/Packages/b/bc-1.07.1-14.el9.x86_64.rpm [Failed to connect to mirror.yandex.ru port 443: Connection timed out] [MIRROR] geolite2-country-20191217-6.el9.noarch.rpm: Curl error (28): Timeout was reached for https://mirror.yandex.ru/rockylinux/9.5/AppStream/x86_64/os/Packages/g/geolite2-country-20191217-6.el9.noarch.rpm [Failed to connect to mirror.yandex.ru port 443: Connection timed out] (5/6): bc-1.07.1-14.el9.x86_64.rpm 7.7 kB/s | 118 kB 00:15 (6/6): geolite2-country-20191217-6.el9.noarch.r 104 kB/s | 1.6 MB 00:15 -------------------------------------------------------------------------------- Total 1.5 MB/s | 25 MB 00:16 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:03:01 ago on Thu Apr 24 18:41:56 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 606 kB/s | 40 kB 00:00 (2/17): libpkgconf-1.7.3-10.el9.x86_64.rpm 1.5 MB/s | 35 kB 00:00 (3/17): make-4.3-8.el9.x86_64.rpm 11 MB/s | 529 kB 00:00 (4/17): libmpc-1.2.1-4.el9.x86_64.rpm 2.2 MB/s | 61 kB 00:00 (5/17): libxcrypt-devel-4.4.18-3.el9.x86_64.rpm 975 kB/s | 28 kB 00:00 (6/17): libstdc++-devel-11.5.0-5.el9_5.x86_64.r 30 MB/s | 2.2 MB 00:00 (7/17): gcc-c++-11.5.0-5.el9_5.x86_64.rpm 27 MB/s | 13 MB 00:00 (8/17): gcc-11.5.0-5.el9_5.x86_64.rpm 34 MB/s | 32 MB 00:00 (9/17): cpp-11.5.0-5.el9_5.x86_64.rpm 32 MB/s | 11 MB 00:00 (10/17): glibc-headers-2.34-125.el9_5.3.x86_64. 7.6 MB/s | 429 kB 00:00 (11/17): glibc-devel-2.34-125.el9_5.3.x86_64.rp 1.4 MB/s | 25 kB 00:00 (12/17): kernel-headers-5.14.0-503.38.1.el9_5.x 54 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 5.8 MB/s | 260 kB 00:00 (15/17): libgcc-11.5.0-5.el9_5.x86_64.rpm 2.4 MB/s | 84 kB 00:00 [MIRROR] pkgconf-pkg-config-1.7.3-10.el9.x86_64.rpm: Curl error (28): Timeout was reached for https://mirror.yandex.ru/rockylinux/9.5/BaseOS/x86_64/os/Packages/p/pkgconf-pkg-config-1.7.3-10.el9.x86_64.rpm [Failed to connect to mirror.yandex.ru port 443: Connection timed out] [MIRROR] pkgconf-m4-1.7.3-10.el9.noarch.rpm: Curl error (28): Timeout was reached for https://mirror.yandex.ru/rockylinux/9.5/BaseOS/x86_64/os/Packages/p/pkgconf-m4-1.7.3-10.el9.noarch.rpm [Failed to connect to mirror.yandex.ru port 443: Connection timed out] (16/17): pkgconf-pkg-config-1.7.3-10.el9.x86_64 661 B/s | 10 kB 00:15 (17/17): pkgconf-m4-1.7.3-10.el9.noarch.rpm 936 B/s | 14 kB 00:15 -------------------------------------------------------------------------------- Total 4.0 MB/s | 64 MB 00:16 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:03:24 ago on Thu Apr 24 18:41:56 2025. Package contrail-vrouter-utils-master.1.6.0.4.1-master_1_6_0_4_1.el7.x86_64 is already installed. Dependencies resolved. ======================================================================================== Package Arch Version Repo Size ======================================================================================== Installing: contrail-vrouter-source x86_64 master.1.6.0.4.1-master_1_6_0_4_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.0.4.1-master 30 MB/s | 375 kB 00:00 -------------------------------------------------------------------------------- Total 28 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.0.4.1-master_1_6_ 1/1 Verifying : contrail-vrouter-source-master.1.6.0.4.1-master_1_6_ 1/1 Installed: contrail-vrouter-source-master.1.6.0.4.1-master_1_6_0_4_1.el7.x86_64 Complete! INFO: use vrouter version master-1_6_0_7-1 2025-04-24 18:45:22 URL:https://dl.rockylinux.org/vault/rocky/9.0/BaseOS/x86_64/os/Packages/k/kernel-5.14.0-70.30.1.el9_0.x86_64.rpm [648885/648885] -> "/tmp/kernel-5.14.0-70.30.1.el9_0.x86_64.rpm" [1] 2025-04-24 18:45:23 URL:https://dl.rockylinux.org/vault/rocky/9.1/BaseOS/x86_64/os/Packages/k/kernel-5.14.0-162.23.1.el9_1.x86_64.rpm [1950521/1950521] -> "/tmp/kernel-5.14.0-162.23.1.el9_1.x86_64.rpm" [1] 2025-04-24 18:45:23 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-04-24 18:45:24 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] 2025-04-24 18:45:28 URL:https://dl.rockylinux.org/vault/rocky/9.3/BaseOS/x86_64/os/Packages/k/kernel-core-5.14.0-362.13.1.el9_3.x86_64.rpm [20547325/20547325] -> "/tmp/kernel-core-5.14.0-362.13.1.el9_3.x86_64.rpm" [1] 2025-04-24 18:45:28 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-04-24 18:45:29 URL:https://dl.rockylinux.org/vault/rocky/9.0/BaseOS/x86_64/os/Packages/k/kernel-core-5.14.0-70.30.1.el9_0.x86_64.rpm [35502317/35502317] -> "/tmp/kernel-core-5.14.0-70.30.1.el9_0.x86_64.rpm" [1] 2025-04-24 18:45:34 URL:https://dl.rockylinux.org/vault/rocky/9.0/BaseOS/x86_64/os/Packages/k/kernel-modules-5.14.0-70.30.1.el9_0.x86_64.rpm [22161665/22161665] -> "/tmp/kernel-modules-5.14.0-70.30.1.el9_0.x86_64.rpm" [1] 2025-04-24 18:45:35 URL:https://dl.rockylinux.org/vault/rocky/9.1/BaseOS/x86_64/os/Packages/k/kernel-core-5.14.0-162.23.1.el9_1.x86_64.rpm [47652361/47652361] -> "/tmp/kernel-core-5.14.0-162.23.1.el9_1.x86_64.rpm" [1] 2025-04-24 18:45:36 URL:https://dl.rockylinux.org/vault/rocky/9.3/BaseOS/x86_64/os/Packages/k/kernel-modules-5.14.0-362.13.1.el9_3.x86_64.rpm [39011737/39011737] -> "/tmp/kernel-modules-5.14.0-362.13.1.el9_3.x86_64.rpm" [1] 2025-04-24 18:45:37 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-04-24 18:45:37 URL:https://dl.rockylinux.org/vault/rocky/9.0/AppStream/x86_64/os/Packages/k/kernel-devel-5.14.0-70.30.1.el9_0.x86_64.rpm [15804545/15804545] -> "/tmp/kernel-devel-5.14.0-70.30.1.el9_0.x86_64.rpm" [1] Last metadata expiration check: 0:03:42 ago on Thu Apr 24 18:41:56 2025. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: kernel x86_64 5.14.0-70.30.1.el9_0 @commandline 634 k kernel-core x86_64 5.14.0-70.30.1.el9_0 @commandline 34 M kernel-devel x86_64 5.14.0-70.30.1.el9_0 @commandline 15 M kernel-modules x86_64 5.14.0-70.30.1.el9_0 @commandline 21 M Upgrading: elfutils-debuginfod-client x86_64 0.191-4.el9 baseos 36 k elfutils-libelf x86_64 0.191-4.el9 baseos 206 k elfutils-libs x86_64 0.191-4.el9 baseos 259 k ncurses-base noarch 6.2-10.20210508.el9 baseos 60 k ncurses-libs x86_64 6.2-10.20210508.el9 baseos 321 k zlib x86_64 1.2.11-40.el9 baseos 90 k Installing dependencies: bison x86_64 3.7.4-5.el9 appstream 921 k cpio x86_64 2.13-16.el9 baseos 270 k dracut x86_64 057-70.git20240819.el9 baseos 376 k elfutils-libelf-devel x86_64 0.191-4.el9 appstream 21 k flex x86_64 2.6.4-9.el9 appstream 308 k groff-base x86_64 1.22.4-10.el9 baseos 1.0 M kpartx x86_64 0.8.7-32.el9 baseos 47 k libkcapi x86_64 1.4.0-2.el9 baseos 45 k libkcapi-hmaccalc x86_64 1.4.0-2.el9 baseos 23 k libzstd-devel x86_64 1.5.1-2.el9 appstream 46 k linux-firmware-whence noarch 20250212-146.4.el9_5 baseos 108 k m4 x86_64 1.4.19-1.el9 appstream 294 k ncurses x86_64 6.2-10.20210508.el9 baseos 399 k openssl-devel x86_64 1:3.2.2-6.el9_5.1 appstream 3.2 M perl-AutoLoader noarch 5.74-481.el9 appstream 20 k perl-B x86_64 1.80-481.el9 appstream 178 k perl-Carp noarch 1.50-460.el9 appstream 29 k perl-Class-Struct noarch 0.66-481.el9 appstream 21 k perl-Data-Dumper x86_64 2.174-462.el9 appstream 55 k perl-Digest noarch 1.19-4.el9 appstream 25 k perl-Digest-MD5 x86_64 2.58-4.el9 appstream 36 k perl-Encode x86_64 4:3.08-462.el9 appstream 1.7 M perl-Errno x86_64 1.30-481.el9 appstream 13 k perl-Exporter noarch 5.74-461.el9 appstream 31 k perl-Fcntl x86_64 1.13-481.el9 appstream 19 k perl-File-Basename noarch 2.85-481.el9 appstream 16 k perl-File-Path noarch 2.18-4.el9 appstream 35 k perl-File-Temp noarch 1:0.231.100-4.el9 appstream 59 k perl-File-stat noarch 1.09-481.el9 appstream 16 k perl-FileHandle noarch 2.03-481.el9 appstream 14 k perl-Getopt-Long noarch 1:2.52-4.el9 appstream 60 k perl-Getopt-Std noarch 1.12-481.el9 appstream 14 k perl-HTTP-Tiny noarch 0.076-462.el9 appstream 53 k perl-IO x86_64 1.43-481.el9 appstream 85 k perl-IO-Socket-IP noarch 0.41-5.el9 appstream 42 k perl-IO-Socket-SSL noarch 2.073-2.el9 appstream 214 k perl-IPC-Open3 noarch 1.21-481.el9 appstream 21 k perl-MIME-Base64 x86_64 3.16-4.el9 appstream 30 k perl-Mozilla-CA noarch 20200520-6.el9 appstream 12 k perl-Net-SSLeay x86_64 1.94-1.el9 appstream 391 k perl-POSIX x86_64 1.94-481.el9 appstream 95 k perl-PathTools x86_64 3.78-461.el9 appstream 85 k perl-Pod-Escapes noarch 1:1.07-460.el9 appstream 20 k perl-Pod-Perldoc noarch 3.28.01-461.el9 appstream 83 k perl-Pod-Simple noarch 1:3.42-4.el9 appstream 215 k perl-Pod-Usage noarch 4:2.01-4.el9 appstream 40 k perl-Scalar-List-Utils x86_64 4:1.56-462.el9 appstream 70 k perl-SelectSaver noarch 1.02-481.el9 appstream 10 k perl-Socket x86_64 4:2.031-4.el9 appstream 54 k perl-Storable x86_64 1:3.21-460.el9 appstream 95 k perl-Symbol noarch 1.08-481.el9 appstream 13 k perl-Term-ANSIColor noarch 5.01-461.el9 appstream 48 k perl-Term-Cap noarch 1.17-460.el9 appstream 22 k perl-Text-ParseWords noarch 3.30-460.el9 appstream 16 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 appstream 23 k perl-Time-Local noarch 2:1.300-7.el9 appstream 33 k perl-URI noarch 5.09-3.el9 appstream 108 k perl-base noarch 2.27-481.el9 appstream 15 k perl-constant noarch 1.33-461.el9 appstream 23 k perl-if noarch 0.60.800-481.el9 appstream 13 k perl-interpreter x86_64 4:5.32.1-481.el9 appstream 70 k perl-libnet noarch 3.13-4.el9 appstream 125 k perl-libs x86_64 4:5.32.1-481.el9 appstream 2.0 M perl-mro x86_64 1.23-481.el9 appstream 27 k perl-overload noarch 1.31-481.el9 appstream 44 k perl-overloading noarch 0.02-481.el9 appstream 11 k perl-parent noarch 1:0.238-460.el9 appstream 14 k perl-podlators noarch 1:4.14-460.el9 appstream 112 k perl-subs noarch 1.03-481.el9 appstream 10 k perl-vars noarch 1.05-481.el9 appstream 12 k pigz x86_64 2.5-4.el9 baseos 82 k xz x86_64 5.2.5-8.el9_0 baseos 214 k zlib-devel x86_64 1.2.11-40.el9 appstream 44 k Installing weak dependencies: linux-firmware noarch 20250212-146.4.el9_5 baseos 443 M perl-NDBM_File x86_64 1.15-481.el9 appstream 21 k Transaction Summary ================================================================================ Install 79 Packages Upgrade 6 Packages Total size: 529 M Total download size: 458 M Downloading Packages: (1/81): pigz-2.5-4.el9.x86_64.rpm 151 kB/s | 82 kB 00:00 (2/81): cpio-2.13-16.el9.x86_64.rpm 307 kB/s | 270 kB 00:00 (3/81): xz-5.2.5-8.el9_0.x86_64.rpm 234 kB/s | 214 kB 00:00 (4/81): linux-firmware-whence-20250212-146.4.el 133 kB/s | 108 kB 00:00 2025-04-24 18:45:41 URL:https://dl.rockylinux.org/vault/rocky/9.1/BaseOS/x86_64/os/Packages/k/kernel-modules-5.14.0-162.23.1.el9_1.x86_64.rpm [35067061/35067061] -> "/tmp/kernel-modules-5.14.0-162.23.1.el9_1.x86_64.rpm" [1] (5/81): dracut-057-70.git20240819.el9.x86_64.rp 898 kB/s | 376 kB 00:00 (6/81): libkcapi-hmaccalc-1.4.0-2.el9.x86_64.rp 61 kB/s | 23 kB 00:00 (7/81): libkcapi-1.4.0-2.el9.x86_64.rpm 141 kB/s | 45 kB 00:00 (8/81): ncurses-6.2-10.20210508.el9.x86_64.rpm 1.0 MB/s | 399 kB 00:00 (9/81): kpartx-0.8.7-32.el9.x86_64.rpm 142 kB/s | 47 kB 00:00 2025-04-24 18:45:42 URL:https://dl.rockylinux.org/vault/rocky/9.3/BaseOS/x86_64/os/Packages/k/kernel-modules-core-5.14.0-362.13.1.el9_3.x86_64.rpm [33144145/33144145] -> "/tmp/kernel-modules-core-5.14.0-362.13.1.el9_3.x86_64.rpm" [1] (10/81): perl-Text-ParseWords-3.30-460.el9.noar 85 kB/s | 16 kB 00:00 (11/81): perl-Exporter-5.74-461.el9.noarch.rpm 645 kB/s | 31 kB 00:00 (12/81): perl-Pod-Simple-3.42-4.el9.noarch.rpm 6.2 MB/s | 215 kB 00:00 (13/81): perl-File-Path-2.18-4.el9.noarch.rpm 1.7 MB/s | 35 kB 00:00 (14/81): perl-Pod-Perldoc-3.28.01-461.el9.noarc 3.2 MB/s | 83 kB 00:00 (15/81): perl-Getopt-Long-2.52-4.el9.noarch.rpm 267 kB/s | 60 kB 00:00 2025-04-24 18:45:43 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] (16/81): perl-Pod-Usage-2.01-4.el9.noarch.rpm 151 kB/s | 40 kB 00:00 (17/81): perl-IO-Socket-IP-0.41-5.el9.noarch.rp 375 kB/s | 42 kB 00:00 (18/81): perl-Time-Local-1.300-7.el9.noarch.rpm 1.3 MB/s | 33 kB 00:00 (19/81): perl-libnet-3.13-4.el9.noarch.rpm 934 kB/s | 125 kB 00:00 (20/81): flex-2.6.4-9.el9.x86_64.rpm 11 MB/s | 308 kB 00:00 (21/81): perl-Carp-1.50-460.el9.noarch.rpm 1.2 MB/s | 29 kB 00:00 (22/81): perl-podlators-4.14-460.el9.noarch.rpm 3.8 MB/s | 112 kB 00:00 (23/81): perl-Term-Cap-1.17-460.el9.noarch.rpm 197 kB/s | 22 kB 00:00 (24/81): perl-Term-ANSIColor-5.01-461.el9.noarc 2.2 MB/s | 48 kB 00:00 (25/81): perl-HTTP-Tiny-0.076-462.el9.noarch.rp 2.2 MB/s | 53 kB 00:00 (26/81): perl-Digest-1.19-4.el9.noarch.rpm 1.1 MB/s | 25 kB 00:00 (27/81): perl-URI-5.09-3.el9.noarch.rpm 4.9 MB/s | 108 kB 00:00 (28/81): perl-constant-1.33-461.el9.noarch.rpm 67 kB/s | 23 kB 00:00 (29/81): perl-Encode-3.08-462.el9.x86_64.rpm 9.3 MB/s | 1.7 MB 00:00 (30/81): perl-Data-Dumper-2.174-462.el9.x86_64. 1.5 MB/s | 55 kB 00:00 (31/81): perl-Scalar-List-Utils-1.56-462.el9.x8 7.3 MB/s | 70 kB 00:00 (32/81): perl-IO-Socket-SSL-2.073-2.el9.noarch. 3.6 MB/s | 214 kB 00:00 (33/81): perl-Storable-3.21-460.el9.x86_64.rpm 7.2 MB/s | 95 kB 00:00 (34/81): perl-PathTools-3.78-461.el9.x86_64.rpm 3.6 MB/s | 85 kB 00:00 (35/81): perl-Mozilla-CA-20200520-6.el9.noarch. 461 kB/s | 12 kB 00:00 (36/81): perl-Text-Tabs+Wrap-2013.0523-460.el9. 1.1 MB/s | 23 kB 00:00 (37/81): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 806 kB/s | 36 kB 00:00 (38/81): perl-Pod-Escapes-1.07-460.el9.noarch.r 2.1 MB/s | 20 kB 00:00 (39/81): openssl-devel-3.2.2-6.el9_5.1.x86_64.r 69 MB/s | 3.2 MB 00:00 (40/81): perl-MIME-Base64-3.16-4.el9.x86_64.rpm 666 kB/s | 30 kB 00:00 (41/81): perl-File-Temp-0.231.100-4.el9.noarch. 2.5 MB/s | 59 kB 00:00 (42/81): bison-3.7.4-5.el9.x86_64.rpm 5.9 MB/s | 921 kB 00:00 (43/81): m4-1.4.19-1.el9.x86_64.rpm 17 MB/s | 294 kB 00:00 (44/81): perl-Socket-2.031-4.el9.x86_64.rpm 5.7 MB/s | 54 kB 00:00 (45/81): perl-mro-1.23-481.el9.x86_64.rpm 1.9 MB/s | 27 kB 00:00 (46/81): perl-libs-5.32.1-481.el9.x86_64.rpm 27 MB/s | 2.0 MB 00:00 (47/81): perl-interpreter-5.32.1-481.el9.x86_64 3.3 MB/s | 70 kB 00:00 (48/81): perl-POSIX-1.94-481.el9.x86_64.rpm 4.8 MB/s | 95 kB 00:00 (49/81): perl-NDBM_File-1.15-481.el9.x86_64.rpm 2.8 MB/s | 21 kB 00:00 (50/81): perl-IO-1.43-481.el9.x86_64.rpm 4.5 MB/s | 85 kB 00:00 (51/81): perl-Fcntl-1.13-481.el9.x86_64.rpm 1.3 MB/s | 19 kB 00:00 (52/81): perl-Errno-1.30-481.el9.x86_64.rpm 846 kB/s | 13 kB 00:00 (53/81): perl-B-1.80-481.el9.x86_64.rpm 6.8 MB/s | 178 kB 00:00 (54/81): perl-vars-1.05-481.el9.noarch.rpm 331 kB/s | 12 kB 00:00 (55/81): perl-subs-1.03-481.el9.noarch.rpm 1.4 MB/s | 10 kB 00:00 (56/81): perl-overloading-0.02-481.el9.noarch.r 578 kB/s | 11 kB 00:00 (57/81): perl-overload-1.31-481.el9.noarch.rpm 2.6 MB/s | 44 kB 00:00 (58/81): perl-if-0.60.800-481.el9.noarch.rpm 1.0 MB/s | 13 kB 00:00 (59/81): perl-base-2.27-481.el9.noarch.rpm 560 kB/s | 15 kB 00:00 2025-04-24 18:45:46 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] Last metadata expiration check: 0:03:50 ago on Thu Apr 24 18:41:56 2025. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: kernel x86_64 5.14.0-284.30.1.el9_2 @commandline 3.4 M kernel-core x86_64 5.14.0-284.30.1.el9_2 @commandline 17 M kernel-devel x86_64 5.14.0-284.30.1.el9_2 @commandline 19 M kernel-modules x86_64 5.14.0-284.30.1.el9_2 @commandline 37 M kernel-modules-core x86_64 5.14.0-284.30.1.el9_2 @commandline 35 M Upgrading: elfutils-debuginfod-client x86_64 0.191-4.el9 baseos 36 k elfutils-libelf x86_64 0.191-4.el9 baseos 206 k elfutils-libs x86_64 0.191-4.el9 baseos 259 k ncurses-base noarch 6.2-10.20210508.el9 baseos 60 k ncurses-libs x86_64 6.2-10.20210508.el9 baseos 321 k zlib x86_64 1.2.11-40.el9 baseos 90 k Installing dependencies: bison x86_64 3.7.4-5.el9 appstream 921 k cpio x86_64 2.13-16.el9 baseos 270 k dracut x86_64 057-70.git20240819.el9 baseos 376 k elfutils-libelf-devel x86_64 0.191-4.el9 appstream 21 k flex x86_64 2.6.4-9.el9 appstream 308 k groff-base x86_64 1.22.4-10.el9 baseos 1.0 M kpartx x86_64 0.8.7-32.el9 baseos 47 k libkcapi x86_64 1.4.0-2.el9 baseos 45 k libkcapi-hmaccalc x86_64 1.4.0-2.el9 baseos 23 k libzstd-devel x86_64 1.5.1-2.el9 appstream 46 k linux-firmware-whence noarch 20250212-146.4.el9_5 baseos 108 k m4 x86_64 1.4.19-1.el9 appstream 294 k ncurses x86_64 6.2-10.20210508.el9 baseos 399 k openssl-devel x86_64 1:3.2.2-6.el9_5.1 appstream 3.2 M perl-AutoLoader noarch 5.74-481.el9 appstream 20 k perl-B x86_64 1.80-481.el9 appstream 178 k perl-Carp noarch 1.50-460.el9 appstream 29 k perl-Class-Struct noarch 0.66-481.el9 appstream 21 k perl-Data-Dumper x86_64 2.174-462.el9 appstream 55 k perl-Digest noarch 1.19-4.el9 appstream 25 k perl-Digest-MD5 x86_64 2.58-4.el9 appstream 36 k perl-Encode x86_64 4:3.08-462.el9 appstream 1.7 M perl-Errno x86_64 1.30-481.el9 appstream 13 k perl-Exporter noarch 5.74-461.el9 appstream 31 k perl-Fcntl x86_64 1.13-481.el9 appstream 19 k perl-File-Basename noarch 2.85-481.el9 appstream 16 k perl-File-Path noarch 2.18-4.el9 appstream 35 k perl-File-Temp noarch 1:0.231.100-4.el9 appstream 59 k perl-File-stat noarch 1.09-481.el9 appstream 16 k perl-FileHandle noarch 2.03-481.el9 appstream 14 k perl-Getopt-Long noarch 1:2.52-4.el9 appstream 60 k perl-Getopt-Std noarch 1.12-481.el9 appstream 14 k perl-HTTP-Tiny noarch 0.076-462.el9 appstream 53 k perl-IO x86_64 1.43-481.el9 appstream 85 k perl-IO-Socket-IP noarch 0.41-5.el9 appstream 42 k perl-IO-Socket-SSL noarch 2.073-2.el9 appstream 214 k perl-IPC-Open3 noarch 1.21-481.el9 appstream 21 k perl-MIME-Base64 x86_64 3.16-4.el9 appstream 30 k perl-Mozilla-CA noarch 20200520-6.el9 appstream 12 k perl-Net-SSLeay x86_64 1.94-1.el9 appstream 391 k perl-POSIX x86_64 1.94-481.el9 appstream 95 k perl-PathTools x86_64 3.78-461.el9 appstream 85 k perl-Pod-Escapes noarch 1:1.07-460.el9 appstream 20 k perl-Pod-Perldoc noarch 3.28.01-461.el9 appstream 83 k perl-Pod-Simple noarch 1:3.42-4.el9 appstream 215 k perl-Pod-Usage noarch 4:2.01-4.el9 appstream 40 k perl-Scalar-List-Utils x86_64 4:1.56-462.el9 appstream 70 k perl-SelectSaver noarch 1.02-481.el9 appstream 10 k perl-Socket x86_64 4:2.031-4.el9 appstream 54 k perl-Storable x86_64 1:3.21-460.el9 appstream 95 k perl-Symbol noarch 1.08-481.el9 appstream 13 k perl-Term-ANSIColor noarch 5.01-461.el9 appstream 48 k perl-Term-Cap noarch 1.17-460.el9 appstream 22 k perl-Text-ParseWords noarch 3.30-460.el9 appstream 16 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 appstream 23 k perl-Time-Local noarch 2:1.300-7.el9 appstream 33 k perl-URI noarch 5.09-3.el9 appstream 108 k perl-base noarch 2.27-481.el9 appstream 15 k perl-constant noarch 1.33-461.el9 appstream 23 k perl-if noarch 0.60.800-481.el9 appstream 13 k perl-interpreter x86_64 4:5.32.1-481.el9 appstream 70 k perl-libnet noarch 3.13-4.el9 appstream 125 k perl-libs x86_64 4:5.32.1-481.el9 appstream 2.0 M perl-mro x86_64 1.23-481.el9 appstream 27 k perl-overload noarch 1.31-481.el9 appstream 44 k perl-overloading noarch 0.02-481.el9 appstream 11 k perl-parent noarch 1:0.238-460.el9 appstream 14 k perl-podlators noarch 1:4.14-460.el9 appstream 112 k perl-subs noarch 1.03-481.el9 appstream 10 k perl-vars noarch 1.05-481.el9 appstream 12 k pigz x86_64 2.5-4.el9 baseos 82 k xz x86_64 5.2.5-8.el9_0 baseos 214 k zlib-devel x86_64 1.2.11-40.el9 appstream 44 k Installing weak dependencies: linux-firmware noarch 20250212-146.4.el9_5 baseos 443 M perl-NDBM_File x86_64 1.15-481.el9 appstream 21 k Transaction Summary ================================================================================ Install 80 Packages Upgrade 6 Packages (60/81): linux-firmware-20250212-146.4.el9_5.no 66 MB/s | 443 MB 00:06 (61/81): perl-Symbol-1.08-481.el9.noarch.rpm 7.0 kB/s | 13 kB 00:01 Total size: 569 M Total download size: 2.6 M Downloading Packages: Waiting for process with pid 455 to finish. (62/81): perl-SelectSaver-1.02-481.el9.noarch.r 643 kB/s | 10 kB 00:00 (63/81): perl-Getopt-Std-1.12-481.el9.noarch.rp 758 kB/s | 14 kB 00:00 (64/81): perl-FileHandle-2.03-481.el9.noarch.rp 488 kB/s | 14 kB 00:00 (65/81): perl-File-stat-1.09-481.el9.noarch.rpm 1.4 MB/s | 16 kB 00:00 (66/81): perl-File-Basename-2.85-481.el9.noarch 1.0 MB/s | 16 kB 00:00 (67/81): perl-Class-Struct-0.66-481.el9.noarch. 1.3 MB/s | 21 kB 00:00 (68/81): perl-AutoLoader-5.74-481.el9.noarch.rp 64 kB/s | 20 kB 00:00 (69/81): perl-IPC-Open3-1.21-481.el9.noarch.rpm 51 kB/s | 21 kB 00:00 (70/81): elfutils-libelf-devel-0.191-4.el9.x86_ 2.9 MB/s | 21 kB 00:00 (71/81): perl-parent-0.238-460.el9.noarch.rpm 780 kB/s | 14 kB 00:00 (72/81): libzstd-devel-1.5.1-2.el9.x86_64.rpm 4.1 MB/s | 46 kB 00:00 (73/81): zlib-devel-1.2.11-40.el9.x86_64.rpm 6.1 MB/s | 44 kB 00:00 (74/81): perl-Net-SSLeay-1.94-1.el9.x86_64.rpm 7.8 MB/s | 391 kB 00:00 (75/81): ncurses-base-6.2-10.20210508.el9.noarc 6.1 MB/s | 60 kB 00:00 (76/81): elfutils-libs-0.191-4.el9.x86_64.rpm 9.4 MB/s | 259 kB 00:00 (77/81): elfutils-libelf-0.191-4.el9.x86_64.rpm 6.7 MB/s | 206 kB 00:00 (78/81): elfutils-debuginfod-client-0.191-4.el9 1.8 MB/s | 36 kB 00:00 2025-04-24 18:45:47 URL:https://dl.rockylinux.org/vault/rocky/9.1/AppStream/x86_64/os/Packages/k/kernel-devel-5.14.0-162.23.1.el9_1.x86_64.rpm [17387969/17387969] -> "/tmp/kernel-devel-5.14.0-162.23.1.el9_1.x86_64.rpm" [1] (79/81): ncurses-libs-6.2-10.20210508.el9.x86_6 12 MB/s | 321 kB 00:00 (80/81): zlib-1.2.11-40.el9.x86_64.rpm 3.5 MB/s | 90 kB 00:00 Last metadata expiration check: 0:03:52 ago on Thu Apr 24 18:41:56 2025. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: kernel x86_64 5.14.0-162.23.1.el9_1 @commandline 1.9 M kernel-core x86_64 5.14.0-162.23.1.el9_1 @commandline 45 M kernel-devel x86_64 5.14.0-162.23.1.el9_1 @commandline 17 M kernel-modules x86_64 5.14.0-162.23.1.el9_1 @commandline 33 M Upgrading: elfutils-debuginfod-client x86_64 0.191-4.el9 baseos 36 k elfutils-libelf x86_64 0.191-4.el9 baseos 206 k elfutils-libs x86_64 0.191-4.el9 baseos 259 k ncurses-base noarch 6.2-10.20210508.el9 baseos 60 k ncurses-libs x86_64 6.2-10.20210508.el9 baseos 321 k zlib x86_64 1.2.11-40.el9 baseos 90 k Installing dependencies: bison x86_64 3.7.4-5.el9 appstream 921 k cpio x86_64 2.13-16.el9 baseos 270 k dracut x86_64 057-70.git20240819.el9 baseos 376 k elfutils-libelf-devel x86_64 0.191-4.el9 appstream 21 k flex x86_64 2.6.4-9.el9 appstream 308 k groff-base x86_64 1.22.4-10.el9 baseos 1.0 M kpartx x86_64 0.8.7-32.el9 baseos 47 k libkcapi x86_64 1.4.0-2.el9 baseos 45 k libkcapi-hmaccalc x86_64 1.4.0-2.el9 baseos 23 k libzstd-devel x86_64 1.5.1-2.el9 appstream 46 k linux-firmware-whence noarch 20250212-146.4.el9_5 baseos 108 k m4 x86_64 1.4.19-1.el9 appstream 294 k ncurses x86_64 6.2-10.20210508.el9 baseos 399 k openssl-devel x86_64 1:3.2.2-6.el9_5.1 appstream 3.2 M perl-AutoLoader noarch 5.74-481.el9 appstream 20 k perl-B x86_64 1.80-481.el9 appstream 178 k perl-Carp noarch 1.50-460.el9 appstream 29 k perl-Class-Struct noarch 0.66-481.el9 appstream 21 k perl-Data-Dumper x86_64 2.174-462.el9 appstream 55 k perl-Digest noarch 1.19-4.el9 appstream 25 k perl-Digest-MD5 x86_64 2.58-4.el9 appstream 36 k perl-Encode x86_64 4:3.08-462.el9 appstream 1.7 M perl-Errno x86_64 1.30-481.el9 appstream 13 k perl-Exporter noarch 5.74-461.el9 appstream 31 k perl-Fcntl x86_64 1.13-481.el9 appstream 19 k perl-File-Basename noarch 2.85-481.el9 appstream 16 k perl-File-Path noarch 2.18-4.el9 appstream 35 k perl-File-Temp noarch 1:0.231.100-4.el9 appstream 59 k perl-File-stat noarch 1.09-481.el9 appstream 16 k perl-FileHandle noarch 2.03-481.el9 appstream 14 k perl-Getopt-Long noarch 1:2.52-4.el9 appstream 60 k perl-Getopt-Std noarch 1.12-481.el9 appstream 14 k perl-HTTP-Tiny noarch 0.076-462.el9 appstream 53 k perl-IO x86_64 1.43-481.el9 appstream 85 k perl-IO-Socket-IP noarch 0.41-5.el9 appstream 42 k perl-IO-Socket-SSL noarch 2.073-2.el9 appstream 214 k perl-IPC-Open3 noarch 1.21-481.el9 appstream 21 k perl-MIME-Base64 x86_64 3.16-4.el9 appstream 30 k perl-Mozilla-CA noarch 20200520-6.el9 appstream 12 k perl-Net-SSLeay x86_64 1.94-1.el9 appstream 391 k perl-POSIX x86_64 1.94-481.el9 appstream 95 k perl-PathTools x86_64 3.78-461.el9 appstream 85 k perl-Pod-Escapes noarch 1:1.07-460.el9 appstream 20 k perl-Pod-Perldoc noarch 3.28.01-461.el9 appstream 83 k perl-Pod-Simple noarch 1:3.42-4.el9 appstream 215 k perl-Pod-Usage noarch 4:2.01-4.el9 appstream 40 k perl-Scalar-List-Utils x86_64 4:1.56-462.el9 appstream 70 k perl-SelectSaver noarch 1.02-481.el9 appstream 10 k perl-Socket x86_64 4:2.031-4.el9 appstream 54 k perl-Storable x86_64 1:3.21-460.el9 appstream 95 k perl-Symbol noarch 1.08-481.el9 appstream 13 k perl-Term-ANSIColor noarch 5.01-461.el9 appstream 48 k perl-Term-Cap noarch 1.17-460.el9 appstream 22 k perl-Text-ParseWords noarch 3.30-460.el9 appstream 16 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 appstream 23 k perl-Time-Local noarch 2:1.300-7.el9 appstream 33 k perl-URI noarch 5.09-3.el9 appstream 108 k perl-base noarch 2.27-481.el9 appstream 15 k perl-constant noarch 1.33-461.el9 appstream 23 k perl-if noarch 0.60.800-481.el9 appstream 13 k perl-interpreter x86_64 4:5.32.1-481.el9 appstream 70 k perl-libnet noarch 3.13-4.el9 appstream 125 k perl-libs x86_64 4:5.32.1-481.el9 appstream 2.0 M perl-mro x86_64 1.23-481.el9 appstream 27 k perl-overload noarch 1.31-481.el9 appstream 44 k perl-overloading noarch 0.02-481.el9 appstream 11 k perl-parent noarch 1:0.238-460.el9 appstream 14 k perl-podlators noarch 1:4.14-460.el9 appstream 112 k perl-subs noarch 1.03-481.el9 appstream 10 k perl-vars noarch 1.05-481.el9 appstream 12 k pigz x86_64 2.5-4.el9 baseos 82 k xz x86_64 5.2.5-8.el9_0 baseos 214 k zlib-devel x86_64 1.2.11-40.el9 appstream 44 k Installing weak dependencies: linux-firmware noarch 20250212-146.4.el9_5 baseos 443 M perl-NDBM_File x86_64 1.15-481.el9 appstream 21 k Transaction Summary ================================================================================ Install 79 Packages Upgrade 6 Packages Total size: 556 M Total download size: 1.0 M Downloading Packages: Waiting for process with pid 455 to finish. 2025-04-24 18:45:48 URL:https://dl.rockylinux.org/vault/rocky/9.3/AppStream/x86_64/os/Packages/k/kernel-devel-5.14.0-362.13.1.el9_3.x86_64.rpm [21344193/21344193] -> "/tmp/kernel-devel-5.14.0-362.13.1.el9_3.x86_64.rpm" [1] Last metadata expiration check: 0:03:52 ago on Thu Apr 24 18:41:56 2025. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: kernel x86_64 5.14.0-362.13.1.el9_3 @commandline 5.0 M kernel-core x86_64 5.14.0-362.13.1.el9_3 @commandline 20 M kernel-devel x86_64 5.14.0-362.13.1.el9_3 @commandline 20 M kernel-modules x86_64 5.14.0-362.13.1.el9_3 @commandline 37 M kernel-modules-core x86_64 5.14.0-362.13.1.el9_3 @commandline 32 M Upgrading: elfutils-debuginfod-client x86_64 0.191-4.el9 baseos 36 k elfutils-libelf x86_64 0.191-4.el9 baseos 206 k elfutils-libs x86_64 0.191-4.el9 baseos 259 k ncurses-base noarch 6.2-10.20210508.el9 baseos 60 k ncurses-libs x86_64 6.2-10.20210508.el9 baseos 321 k zlib x86_64 1.2.11-40.el9 baseos 90 k Installing dependencies: bison x86_64 3.7.4-5.el9 appstream 921 k cpio x86_64 2.13-16.el9 baseos 270 k dracut x86_64 057-70.git20240819.el9 baseos 376 k elfutils-libelf-devel x86_64 0.191-4.el9 appstream 21 k flex x86_64 2.6.4-9.el9 appstream 308 k groff-base x86_64 1.22.4-10.el9 baseos 1.0 M kpartx x86_64 0.8.7-32.el9 baseos 47 k libkcapi x86_64 1.4.0-2.el9 baseos 45 k libkcapi-hmaccalc x86_64 1.4.0-2.el9 baseos 23 k libzstd-devel x86_64 1.5.1-2.el9 appstream 46 k linux-firmware-whence noarch 20250212-146.4.el9_5 baseos 108 k m4 x86_64 1.4.19-1.el9 appstream 294 k ncurses x86_64 6.2-10.20210508.el9 baseos 399 k openssl-devel x86_64 1:3.2.2-6.el9_5.1 appstream 3.2 M perl-AutoLoader noarch 5.74-481.el9 appstream 20 k perl-B x86_64 1.80-481.el9 appstream 178 k perl-Carp noarch 1.50-460.el9 appstream 29 k perl-Class-Struct noarch 0.66-481.el9 appstream 21 k perl-Data-Dumper x86_64 2.174-462.el9 appstream 55 k perl-Digest noarch 1.19-4.el9 appstream 25 k perl-Digest-MD5 x86_64 2.58-4.el9 appstream 36 k perl-Encode x86_64 4:3.08-462.el9 appstream 1.7 M perl-Errno x86_64 1.30-481.el9 appstream 13 k perl-Exporter noarch 5.74-461.el9 appstream 31 k perl-Fcntl x86_64 1.13-481.el9 appstream 19 k perl-File-Basename noarch 2.85-481.el9 appstream 16 k perl-File-Path noarch 2.18-4.el9 appstream 35 k perl-File-Temp noarch 1:0.231.100-4.el9 appstream 59 k perl-File-stat noarch 1.09-481.el9 appstream 16 k perl-FileHandle noarch 2.03-481.el9 appstream 14 k perl-Getopt-Long noarch 1:2.52-4.el9 appstream 60 k perl-Getopt-Std noarch 1.12-481.el9 appstream 14 k perl-HTTP-Tiny noarch 0.076-462.el9 appstream 53 k perl-IO x86_64 1.43-481.el9 appstream 85 k perl-IO-Socket-IP noarch 0.41-5.el9 appstream 42 k perl-IO-Socket-SSL noarch 2.073-2.el9 appstream 214 k perl-IPC-Open3 noarch 1.21-481.el9 appstream 21 k perl-MIME-Base64 x86_64 3.16-4.el9 appstream 30 k perl-Mozilla-CA noarch 20200520-6.el9 appstream 12 k perl-Net-SSLeay x86_64 1.94-1.el9 appstream 391 k perl-POSIX x86_64 1.94-481.el9 appstream 95 k perl-PathTools x86_64 3.78-461.el9 appstream 85 k perl-Pod-Escapes noarch 1:1.07-460.el9 appstream 20 k perl-Pod-Perldoc noarch 3.28.01-461.el9 appstream 83 k perl-Pod-Simple noarch 1:3.42-4.el9 appstream 215 k perl-Pod-Usage noarch 4:2.01-4.el9 appstream 40 k perl-Scalar-List-Utils x86_64 4:1.56-462.el9 appstream 70 k perl-SelectSaver noarch 1.02-481.el9 appstream 10 k perl-Socket x86_64 4:2.031-4.el9 appstream 54 k perl-Storable x86_64 1:3.21-460.el9 appstream 95 k perl-Symbol noarch 1.08-481.el9 appstream 13 k perl-Term-ANSIColor noarch 5.01-461.el9 appstream 48 k perl-Term-Cap noarch 1.17-460.el9 appstream 22 k perl-Text-ParseWords noarch 3.30-460.el9 appstream 16 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 appstream 23 k perl-Time-Local noarch 2:1.300-7.el9 appstream 33 k perl-URI noarch 5.09-3.el9 appstream 108 k perl-base noarch 2.27-481.el9 appstream 15 k perl-constant noarch 1.33-461.el9 appstream 23 k perl-if noarch 0.60.800-481.el9 appstream 13 k perl-interpreter x86_64 4:5.32.1-481.el9 appstream 70 k perl-libnet noarch 3.13-4.el9 appstream 125 k perl-libs x86_64 4:5.32.1-481.el9 appstream 2.0 M perl-mro x86_64 1.23-481.el9 appstream 27 k perl-overload noarch 1.31-481.el9 appstream 44 k perl-overloading noarch 0.02-481.el9 appstream 11 k perl-parent noarch 1:0.238-460.el9 appstream 14 k perl-podlators noarch 1:4.14-460.el9 appstream 112 k perl-subs noarch 1.03-481.el9 appstream 10 k perl-vars noarch 1.05-481.el9 appstream 12 k pigz x86_64 2.5-4.el9 baseos 82 k xz x86_64 5.2.5-8.el9_0 baseos 214 k zlib-devel x86_64 1.2.11-40.el9 appstream 44 k Installing weak dependencies: linux-firmware noarch 20250212-146.4.el9_5 baseos 443 M perl-NDBM_File x86_64 1.15-481.el9 appstream 21 k Transaction Summary ================================================================================ Install 80 Packages Upgrade 6 Packages Total size: 572 M Total download size: 1.0 M Downloading Packages: Waiting for process with pid 455 to finish. (81/81): groff-base-1.22.4-10.el9.x86_64.rpm 66 kB/s | 1.0 MB 00:16 -------------------------------------------------------------------------------- Total 28 MB/s | 458 MB 00:16 [SKIPPED] groff-base-1.22.4-10.el9.x86_64.rpm: Already downloaded [SKIPPED] pigz-2.5-4.el9.x86_64.rpm: Already downloaded [SKIPPED] cpio-2.13-16.el9.x86_64.rpm: Already downloaded [SKIPPED] xz-5.2.5-8.el9_0.x86_64.rpm: Already downloaded [SKIPPED] linux-firmware-whence-20250212-146.4.el9_5.noarch.rpm: Already downloaded [SKIPPED] linux-firmware-20250212-146.4.el9_5.noarch.rpm: Already downloaded [SKIPPED] dracut-057-70.git20240819.el9.x86_64.rpm: Already downloaded [SKIPPED] libkcapi-hmaccalc-1.4.0-2.el9.x86_64.rpm: Already downloaded [SKIPPED] libkcapi-1.4.0-2.el9.x86_64.rpm: Already downloaded [SKIPPED] ncurses-6.2-10.20210508.el9.x86_64.rpm: Already downloaded [SKIPPED] kpartx-0.8.7-32.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-Text-ParseWords-3.30-460.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Exporter-5.74-461.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Pod-Simple-3.42-4.el9.noarch.rpm: Already downloaded [SKIPPED] perl-File-Path-2.18-4.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Pod-Perldoc-3.28.01-461.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Getopt-Long-2.52-4.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Pod-Usage-2.01-4.el9.noarch.rpm: Already downloaded [SKIPPED] perl-IO-Socket-IP-0.41-5.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Time-Local-1.300-7.el9.noarch.rpm: Already downloaded [SKIPPED] perl-libnet-3.13-4.el9.noarch.rpm: Already downloaded [SKIPPED] flex-2.6.4-9.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-Carp-1.50-460.el9.noarch.rpm: Already downloaded [SKIPPED] perl-podlators-4.14-460.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Term-Cap-1.17-460.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Term-ANSIColor-5.01-461.el9.noarch.rpm: Already downloaded [SKIPPED] perl-HTTP-Tiny-0.076-462.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Digest-1.19-4.el9.noarch.rpm: Already downloaded [SKIPPED] perl-URI-5.09-3.el9.noarch.rpm: Already downloaded [SKIPPED] perl-constant-1.33-461.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Encode-3.08-462.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-Data-Dumper-2.174-462.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-Scalar-List-Utils-1.56-462.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-IO-Socket-SSL-2.073-2.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Storable-3.21-460.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-PathTools-3.78-461.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-Mozilla-CA-20200520-6.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Digest-MD5-2.58-4.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-Pod-Escapes-1.07-460.el9.noarch.rpm: Already downloaded [SKIPPED] openssl-devel-3.2.2-6.el9_5.1.x86_64.rpm: Already downloaded [SKIPPED] perl-MIME-Base64-3.16-4.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-File-Temp-0.231.100-4.el9.noarch.rpm: Already downloaded [SKIPPED] bison-3.7.4-5.el9.x86_64.rpm: Already downloaded [SKIPPED] m4-1.4.19-1.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-Socket-2.031-4.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-mro-1.23-481.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-libs-5.32.1-481.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-interpreter-5.32.1-481.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-POSIX-1.94-481.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-NDBM_File-1.15-481.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-IO-1.43-481.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-Fcntl-1.13-481.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-Errno-1.30-481.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-B-1.80-481.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-vars-1.05-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-subs-1.03-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-overloading-0.02-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-overload-1.31-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-if-0.60.800-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-base-2.27-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Symbol-1.08-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-SelectSaver-1.02-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-IPC-Open3-1.21-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Getopt-Std-1.12-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-FileHandle-2.03-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-File-stat-1.09-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-File-Basename-2.85-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Class-Struct-0.66-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-AutoLoader-5.74-481.el9.noarch.rpm: Already downloaded [SKIPPED] elfutils-libelf-devel-0.191-4.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-Net-SSLeay-1.94-1.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-parent-0.238-460.el9.noarch.rpm: Already downloaded [SKIPPED] libzstd-devel-1.5.1-2.el9.x86_64.rpm: Already downloaded [SKIPPED] zlib-devel-1.2.11-40.el9.x86_64.rpm: Already downloaded [SKIPPED] ncurses-base-6.2-10.20210508.el9.noarch.rpm: Already downloaded [SKIPPED] elfutils-libs-0.191-4.el9.x86_64.rpm: Already downloaded [SKIPPED] elfutils-libelf-0.191-4.el9.x86_64.rpm: Already downloaded [SKIPPED] elfutils-debuginfod-client-0.191-4.el9.x86_64.rpm: Already downloaded [SKIPPED] ncurses-libs-6.2-10.20210508.el9.x86_64.rpm: Already downloaded [SKIPPED] zlib-1.2.11-40.el9.x86_64.rpm: Already downloaded [SKIPPED] groff-base-1.22.4-10.el9.x86_64.rpm: Already downloaded [SKIPPED] pigz-2.5-4.el9.x86_64.rpm: Already downloaded [SKIPPED] cpio-2.13-16.el9.x86_64.rpm: Already downloaded [SKIPPED] xz-5.2.5-8.el9_0.x86_64.rpm: Already downloaded [SKIPPED] linux-firmware-whence-20250212-146.4.el9_5.noarch.rpm: Already downloaded [SKIPPED] linux-firmware-20250212-146.4.el9_5.noarch.rpm: Already downloaded [SKIPPED] dracut-057-70.git20240819.el9.x86_64.rpm: Already downloaded [SKIPPED] libkcapi-hmaccalc-1.4.0-2.el9.x86_64.rpm: Already downloaded [SKIPPED] libkcapi-1.4.0-2.el9.x86_64.rpm: Already downloaded [SKIPPED] ncurses-6.2-10.20210508.el9.x86_64.rpm: Already downloaded [SKIPPED] kpartx-0.8.7-32.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-Text-ParseWords-3.30-460.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Exporter-5.74-461.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Pod-Simple-3.42-4.el9.noarch.rpm: Already downloaded [SKIPPED] perl-File-Path-2.18-4.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Pod-Perldoc-3.28.01-461.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Getopt-Long-2.52-4.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Pod-Usage-2.01-4.el9.noarch.rpm: Already downloaded [SKIPPED] perl-IO-Socket-IP-0.41-5.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Time-Local-1.300-7.el9.noarch.rpm: Already downloaded [SKIPPED] perl-libnet-3.13-4.el9.noarch.rpm: Already downloaded [SKIPPED] flex-2.6.4-9.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-Carp-1.50-460.el9.noarch.rpm: Already downloaded [SKIPPED] perl-podlators-4.14-460.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Term-Cap-1.17-460.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Term-ANSIColor-5.01-461.el9.noarch.rpm: Already downloaded [SKIPPED] perl-HTTP-Tiny-0.076-462.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Digest-1.19-4.el9.noarch.rpm: Already downloaded [SKIPPED] perl-URI-5.09-3.el9.noarch.rpm: Already downloaded [SKIPPED] perl-constant-1.33-461.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Encode-3.08-462.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-Data-Dumper-2.174-462.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-Scalar-List-Utils-1.56-462.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-IO-Socket-SSL-2.073-2.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Storable-3.21-460.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-PathTools-3.78-461.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-Mozilla-CA-20200520-6.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Digest-MD5-2.58-4.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-Pod-Escapes-1.07-460.el9.noarch.rpm: Already downloaded [SKIPPED] openssl-devel-3.2.2-6.el9_5.1.x86_64.rpm: Already downloaded [SKIPPED] perl-MIME-Base64-3.16-4.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-File-Temp-0.231.100-4.el9.noarch.rpm: Already downloaded [SKIPPED] bison-3.7.4-5.el9.x86_64.rpm: Already downloaded [SKIPPED] m4-1.4.19-1.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-Socket-2.031-4.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-mro-1.23-481.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-libs-5.32.1-481.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-interpreter-5.32.1-481.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-POSIX-1.94-481.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-NDBM_File-1.15-481.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-IO-1.43-481.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-Fcntl-1.13-481.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-Errno-1.30-481.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-B-1.80-481.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-vars-1.05-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-subs-1.03-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-overloading-0.02-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-overload-1.31-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-if-0.60.800-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-base-2.27-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Symbol-1.08-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-SelectSaver-1.02-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-IPC-Open3-1.21-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Getopt-Std-1.12-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-FileHandle-2.03-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-File-stat-1.09-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-File-Basename-2.85-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Class-Struct-0.66-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-AutoLoader-5.74-481.el9.noarch.rpm: Already downloaded [SKIPPED] elfutils-libelf-devel-0.191-4.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-Net-SSLeay-1.94-1.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-parent-0.238-460.el9.noarch.rpm: Already downloaded [SKIPPED] libzstd-devel-1.5.1-2.el9.x86_64.rpm: Already downloaded [SKIPPED] zlib-devel-1.2.11-40.el9.x86_64.rpm: Already downloaded [SKIPPED] ncurses-base-6.2-10.20210508.el9.noarch.rpm: Already downloaded [SKIPPED] elfutils-libs-0.191-4.el9.x86_64.rpm: Already downloaded [SKIPPED] elfutils-libelf-0.191-4.el9.x86_64.rpm: Already downloaded [SKIPPED] elfutils-debuginfod-client-0.191-4.el9.x86_64.rpm: Already downloaded [SKIPPED] ncurses-libs-6.2-10.20210508.el9.x86_64.rpm: Already downloaded [SKIPPED] zlib-1.2.11-40.el9.x86_64.rpm: Already downloaded [SKIPPED] groff-base-1.22.4-10.el9.x86_64.rpm: Already downloaded [SKIPPED] pigz-2.5-4.el9.x86_64.rpm: Already downloaded [SKIPPED] cpio-2.13-16.el9.x86_64.rpm: Already downloaded [SKIPPED] xz-5.2.5-8.el9_0.x86_64.rpm: Already downloaded [SKIPPED] linux-firmware-whence-20250212-146.4.el9_5.noarch.rpm: Already downloaded [SKIPPED] linux-firmware-20250212-146.4.el9_5.noarch.rpm: Already downloaded [SKIPPED] dracut-057-70.git20240819.el9.x86_64.rpm: Already downloaded [SKIPPED] libkcapi-hmaccalc-1.4.0-2.el9.x86_64.rpm: Already downloaded [SKIPPED] libkcapi-1.4.0-2.el9.x86_64.rpm: Already downloaded [SKIPPED] ncurses-6.2-10.20210508.el9.x86_64.rpm: Already downloaded [SKIPPED] kpartx-0.8.7-32.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-Text-ParseWords-3.30-460.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Exporter-5.74-461.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Pod-Simple-3.42-4.el9.noarch.rpm: Already downloaded [SKIPPED] perl-File-Path-2.18-4.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Pod-Perldoc-3.28.01-461.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Getopt-Long-2.52-4.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Pod-Usage-2.01-4.el9.noarch.rpm: Already downloaded [SKIPPED] perl-IO-Socket-IP-0.41-5.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Time-Local-1.300-7.el9.noarch.rpm: Already downloaded [SKIPPED] perl-libnet-3.13-4.el9.noarch.rpm: Already downloaded [SKIPPED] flex-2.6.4-9.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-Carp-1.50-460.el9.noarch.rpm: Already downloaded [SKIPPED] perl-podlators-4.14-460.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Term-Cap-1.17-460.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Term-ANSIColor-5.01-461.el9.noarch.rpm: Already downloaded [SKIPPED] perl-HTTP-Tiny-0.076-462.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Digest-1.19-4.el9.noarch.rpm: Already downloaded [SKIPPED] perl-URI-5.09-3.el9.noarch.rpm: Already downloaded [SKIPPED] perl-constant-1.33-461.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Encode-3.08-462.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-Data-Dumper-2.174-462.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-Scalar-List-Utils-1.56-462.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-IO-Socket-SSL-2.073-2.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Storable-3.21-460.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-PathTools-3.78-461.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-Mozilla-CA-20200520-6.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Digest-MD5-2.58-4.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-Pod-Escapes-1.07-460.el9.noarch.rpm: Already downloaded [SKIPPED] openssl-devel-3.2.2-6.el9_5.1.x86_64.rpm: Already downloaded [SKIPPED] perl-MIME-Base64-3.16-4.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-File-Temp-0.231.100-4.el9.noarch.rpm: Already downloaded [SKIPPED] bison-3.7.4-5.el9.x86_64.rpm: Already downloaded [SKIPPED] m4-1.4.19-1.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-Socket-2.031-4.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-mro-1.23-481.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-libs-5.32.1-481.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-interpreter-5.32.1-481.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-POSIX-1.94-481.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-NDBM_File-1.15-481.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-IO-1.43-481.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-Fcntl-1.13-481.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-Errno-1.30-481.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-B-1.80-481.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-vars-1.05-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-subs-1.03-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-overloading-0.02-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-overload-1.31-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-if-0.60.800-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-base-2.27-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Symbol-1.08-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-SelectSaver-1.02-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-IPC-Open3-1.21-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Getopt-Std-1.12-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-FileHandle-2.03-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-File-stat-1.09-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-File-Basename-2.85-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-Class-Struct-0.66-481.el9.noarch.rpm: Already downloaded [SKIPPED] perl-AutoLoader-5.74-481.el9.noarch.rpm: Already downloaded [SKIPPED] elfutils-libelf-devel-0.191-4.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-Net-SSLeay-1.94-1.el9.x86_64.rpm: Already downloaded [SKIPPED] perl-parent-0.238-460.el9.noarch.rpm: Already downloaded [SKIPPED] libzstd-devel-1.5.1-2.el9.x86_64.rpm: Already downloaded [SKIPPED] zlib-devel-1.2.11-40.el9.x86_64.rpm: Already downloaded [SKIPPED] ncurses-base-6.2-10.20210508.el9.noarch.rpm: Already downloaded [SKIPPED] elfutils-libs-0.191-4.el9.x86_64.rpm: Already downloaded [SKIPPED] elfutils-libelf-0.191-4.el9.x86_64.rpm: Already downloaded [SKIPPED] elfutils-debuginfod-client-0.191-4.el9.x86_64.rpm: Already downloaded [SKIPPED] ncurses-libs-6.2-10.20210508.el9.x86_64.rpm: Already downloaded [SKIPPED] zlib-1.2.11-40.el9.x86_64.rpm: Already downloaded Running transaction check Running transaction check Waiting for process with pid 455 to finish. Running transaction check Waiting for process with pid 455 to finish. Running transaction check Waiting for process with pid 455 to finish. Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Upgrading : zlib-1.2.11-40.el9.x86_64 1/91 Upgrading : elfutils-libelf-0.191-4.el9.x86_64 2/91 Installing : m4-1.4.19-1.el9.x86_64 3/91 Installing : flex-2.6.4-9.el9.x86_64 4/91 Installing : bison-3.7.4-5.el9.x86_64 5/91 Upgrading : elfutils-libs-0.191-4.el9.x86_64 6/91 Installing : pigz-2.5-4.el9.x86_64 7/91 Installing : zlib-devel-1.2.11-40.el9.x86_64 8/91 Upgrading : ncurses-base-6.2-10.20210508.el9.noarch 9/91 Upgrading : ncurses-libs-6.2-10.20210508.el9.x86_64 10/91 Installing : ncurses-6.2-10.20210508.el9.x86_64 11/91 Installing : libzstd-devel-1.5.1-2.el9.x86_64 12/91 Installing : elfutils-libelf-devel-0.191-4.el9.x86_64 13/91 Installing : openssl-devel-1:3.2.2-6.el9_5.1.x86_64 14/91 Installing : kpartx-0.8.7-32.el9.x86_64 15/91 Installing : libkcapi-1.4.0-2.el9.x86_64 16/91 Installing : libkcapi-hmaccalc-1.4.0-2.el9.x86_64 17/91 Installing : linux-firmware-whence-20250212-146.4.el9_5.noarch 18/91 Installing : linux-firmware-20250212-146.4.el9_5.noarch 19/91 Installing : xz-5.2.5-8.el9_0.x86_64 20/91 Installing : cpio-2.13-16.el9.x86_64 21/91 Installing : dracut-057-70.git20240819.el9.x86_64 22/91 Installing : kernel-core-5.14.0-70.30.1.el9_0.x86_64 23/91 Running scriptlet: kernel-core-5.14.0-70.30.1.el9_0.x86_64 23/91 Installing : kernel-modules-5.14.0-70.30.1.el9_0.x86_64 24/91 Running scriptlet: kernel-modules-5.14.0-70.30.1.el9_0.x86_64 24/91 Running scriptlet: groff-base-1.22.4-10.el9.x86_64 25/91 Installing : groff-base-1.22.4-10.el9.x86_64 25/91 Running scriptlet: groff-base-1.22.4-10.el9.x86_64 25/91 Installing : perl-Digest-1.19-4.el9.noarch 26/91 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 27/91 Installing : perl-B-1.80-481.el9.x86_64 28/91 Installing : perl-FileHandle-2.03-481.el9.noarch 29/91 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 30/91 Installing : perl-libnet-3.13-4.el9.noarch 31/91 Installing : perl-base-2.27-481.el9.noarch 32/91 Installing : perl-AutoLoader-5.74-481.el9.noarch 33/91 Installing : perl-URI-5.09-3.el9.noarch 34/91 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 35/91 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 36/91 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 37/91 Installing : perl-if-0.60.800-481.el9.noarch 38/91 Installing : perl-File-Path-2.18-4.el9.noarch 39/91 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 40/91 Installing : perl-Net-SSLeay-1.94-1.el9.x86_64 41/91 Installing : perl-Time-Local-2:1.300-7.el9.noarch 42/91 Installing : perl-IO-Socket-SSL-2.073-2.el9.noarch 43/91 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 44/91 Installing : perl-POSIX-1.94-481.el9.x86_64 45/91 Installing : perl-Term-Cap-1.17-460.el9.noarch 46/91 Installing : perl-subs-1.03-481.el9.noarch 47/91 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 48/91 Installing : perl-IPC-Open3-1.21-481.el9.noarch 49/91 Installing : perl-Class-Struct-0.66-481.el9.noarch 50/91 Installing : perl-HTTP-Tiny-0.076-462.el9.noarch 51/91 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 52/91 Installing : perl-Socket-4:2.031-4.el9.x86_64 53/91 Installing : perl-Symbol-1.08-481.el9.noarch 54/91 Installing : perl-SelectSaver-1.02-481.el9.noarch 55/91 Installing : perl-File-stat-1.09-481.el9.noarch 56/91 Installing : perl-podlators-1:4.14-460.el9.noarch 57/91 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 58/91 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 59/91 Installing : perl-mro-1.23-481.el9.x86_64 60/91 Installing : perl-Fcntl-1.13-481.el9.x86_64 61/91 Installing : perl-overloading-0.02-481.el9.noarch 62/91 Installing : perl-IO-1.43-481.el9.x86_64 63/91 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 64/91 Installing : perl-constant-1.33-461.el9.noarch 65/91 Installing : perl-Scalar-List-Utils-4:1.56-462.el9.x86_64 66/91 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 67/91 Installing : perl-Errno-1.30-481.el9.x86_64 68/91 Installing : perl-vars-1.05-481.el9.noarch 69/91 Installing : perl-overload-1.31-481.el9.noarch 70/91 Installing : perl-Getopt-Std-1.12-481.el9.noarch 71/91 Installing : perl-File-Basename-2.85-481.el9.noarch 72/91 Installing : perl-Storable-1:3.21-460.el9.x86_64 73/91 Installing : perl-parent-1:0.238-460.el9.noarch 74/91 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 75/91 Installing : perl-Exporter-5.74-461.el9.noarch 76/91 Installing : perl-Carp-1.50-460.el9.noarch 77/91 Installing : perl-NDBM_File-1.15-481.el9.x86_64 78/91 Installing : perl-PathTools-3.78-461.el9.x86_64 79/91 Installing : perl-Encode-4:3.08-462.el9.x86_64 80/91 Installing : perl-libs-4:5.32.1-481.el9.x86_64 81/91 Installing : perl-interpreter-4:5.32.1-481.el9.x86_64 82/91 Installing : kernel-devel-5.14.0-70.30.1.el9_0.x86_64 83/91 Running scriptlet: kernel-devel-5.14.0-70.30.1.el9_0.x86_64 83/91 Installing : kernel-5.14.0-70.30.1.el9_0.x86_64 84/91 Upgrading : elfutils-debuginfod-client-0.191-4.el9.x86_64 85/91 Cleanup : elfutils-debuginfod-client-0.187-5.el9.x86_64 86/91 Cleanup : elfutils-libs-0.187-5.el9.x86_64 87/91 Cleanup : elfutils-libelf-0.187-5.el9.x86_64 88/91 Cleanup : ncurses-libs-6.2-8.20210508.el9.x86_64 89/91 Cleanup : ncurses-base-6.2-8.20210508.el9.noarch 90/91 Cleanup : zlib-1.2.11-35.el9_1.x86_64 91/91 Running scriptlet: kernel-core-5.14.0-70.30.1.el9_0.x86_64 91/91 dracut: WARNING: running in hostonly mode in a container!! findmnt: can't read (null): No such file or directory Running scriptlet: zlib-1.2.11-35.el9_1.x86_64 91/91 Verifying : groff-base-1.22.4-10.el9.x86_64 1/91 Verifying : pigz-2.5-4.el9.x86_64 2/91 Verifying : cpio-2.13-16.el9.x86_64 3/91 Verifying : xz-5.2.5-8.el9_0.x86_64 4/91 Verifying : linux-firmware-whence-20250212-146.4.el9_5.noarch 5/91 Verifying : linux-firmware-20250212-146.4.el9_5.noarch 6/91 Verifying : dracut-057-70.git20240819.el9.x86_64 7/91 Verifying : libkcapi-hmaccalc-1.4.0-2.el9.x86_64 8/91 Verifying : libkcapi-1.4.0-2.el9.x86_64 9/91 Verifying : ncurses-6.2-10.20210508.el9.x86_64 10/91 Verifying : kpartx-0.8.7-32.el9.x86_64 11/91 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 12/91 Verifying : perl-Exporter-5.74-461.el9.noarch 13/91 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 14/91 Verifying : perl-File-Path-2.18-4.el9.noarch 15/91 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 16/91 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 17/91 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 18/91 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 19/91 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 20/91 Verifying : perl-libnet-3.13-4.el9.noarch 21/91 Verifying : flex-2.6.4-9.el9.x86_64 22/91 Verifying : perl-Carp-1.50-460.el9.noarch 23/91 Verifying : perl-podlators-1:4.14-460.el9.noarch 24/91 Verifying : perl-Term-Cap-1.17-460.el9.noarch 25/91 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 26/91 Verifying : perl-HTTP-Tiny-0.076-462.el9.noarch 27/91 Verifying : perl-Digest-1.19-4.el9.noarch 28/91 Verifying : perl-URI-5.09-3.el9.noarch 29/91 Verifying : perl-constant-1.33-461.el9.noarch 30/91 Verifying : perl-Encode-4:3.08-462.el9.x86_64 31/91 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 32/91 Verifying : perl-Scalar-List-Utils-4:1.56-462.el9.x86_64 33/91 Verifying : perl-IO-Socket-SSL-2.073-2.el9.noarch 34/91 Verifying : perl-Storable-1:3.21-460.el9.x86_64 35/91 Verifying : perl-PathTools-3.78-461.el9.x86_64 36/91 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 37/91 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 38/91 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 39/91 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 40/91 Verifying : openssl-devel-1:3.2.2-6.el9_5.1.x86_64 41/91 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 42/91 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 43/91 Verifying : bison-3.7.4-5.el9.x86_64 44/91 Verifying : m4-1.4.19-1.el9.x86_64 45/91 Verifying : perl-Socket-4:2.031-4.el9.x86_64 46/91 Verifying : perl-mro-1.23-481.el9.x86_64 47/91 Verifying : perl-libs-4:5.32.1-481.el9.x86_64 48/91 Verifying : perl-interpreter-4:5.32.1-481.el9.x86_64 49/91 Verifying : perl-POSIX-1.94-481.el9.x86_64 50/91 Verifying : perl-NDBM_File-1.15-481.el9.x86_64 51/91 Verifying : perl-IO-1.43-481.el9.x86_64 52/91 Verifying : perl-Fcntl-1.13-481.el9.x86_64 53/91 Verifying : perl-Errno-1.30-481.el9.x86_64 54/91 Verifying : perl-B-1.80-481.el9.x86_64 55/91 Verifying : perl-vars-1.05-481.el9.noarch 56/91 Verifying : perl-subs-1.03-481.el9.noarch 57/91 Verifying : perl-overloading-0.02-481.el9.noarch 58/91 Verifying : perl-overload-1.31-481.el9.noarch 59/91 Verifying : perl-if-0.60.800-481.el9.noarch 60/91 Verifying : perl-base-2.27-481.el9.noarch 61/91 Verifying : perl-Symbol-1.08-481.el9.noarch 62/91 Verifying : perl-SelectSaver-1.02-481.el9.noarch 63/91 Verifying : perl-IPC-Open3-1.21-481.el9.noarch 64/91 Verifying : perl-Getopt-Std-1.12-481.el9.noarch 65/91 Verifying : perl-FileHandle-2.03-481.el9.noarch 66/91 Verifying : perl-File-stat-1.09-481.el9.noarch 67/91 Verifying : perl-File-Basename-2.85-481.el9.noarch 68/91 Verifying : perl-Class-Struct-0.66-481.el9.noarch 69/91 Verifying : perl-AutoLoader-5.74-481.el9.noarch 70/91 Verifying : elfutils-libelf-devel-0.191-4.el9.x86_64 71/91 Verifying : perl-Net-SSLeay-1.94-1.el9.x86_64 72/91 Verifying : perl-parent-1:0.238-460.el9.noarch 73/91 Verifying : libzstd-devel-1.5.1-2.el9.x86_64 74/91 Verifying : zlib-devel-1.2.11-40.el9.x86_64 75/91 Verifying : kernel-5.14.0-70.30.1.el9_0.x86_64 76/91 Verifying : kernel-core-5.14.0-70.30.1.el9_0.x86_64 77/91 Verifying : kernel-modules-5.14.0-70.30.1.el9_0.x86_64 78/91 Verifying : kernel-devel-5.14.0-70.30.1.el9_0.x86_64 79/91 Verifying : ncurses-base-6.2-10.20210508.el9.noarch 80/91 Verifying : ncurses-base-6.2-8.20210508.el9.noarch 81/91 Verifying : elfutils-libs-0.191-4.el9.x86_64 82/91 Verifying : elfutils-libs-0.187-5.el9.x86_64 83/91 Verifying : elfutils-libelf-0.191-4.el9.x86_64 84/91 Verifying : elfutils-libelf-0.187-5.el9.x86_64 85/91 Verifying : elfutils-debuginfod-client-0.191-4.el9.x86_64 86/91 Verifying : elfutils-debuginfod-client-0.187-5.el9.x86_64 87/91 Verifying : ncurses-libs-6.2-10.20210508.el9.x86_64 88/91 Verifying : ncurses-libs-6.2-8.20210508.el9.x86_64 89/91 Verifying : zlib-1.2.11-40.el9.x86_64 90/91 Verifying : zlib-1.2.11-35.el9_1.x86_64 91/91 Upgraded: elfutils-debuginfod-client-0.191-4.el9.x86_64 elfutils-libelf-0.191-4.el9.x86_64 elfutils-libs-0.191-4.el9.x86_64 ncurses-base-6.2-10.20210508.el9.noarch ncurses-libs-6.2-10.20210508.el9.x86_64 zlib-1.2.11-40.el9.x86_64 Installed: bison-3.7.4-5.el9.x86_64 cpio-2.13-16.el9.x86_64 dracut-057-70.git20240819.el9.x86_64 elfutils-libelf-devel-0.191-4.el9.x86_64 flex-2.6.4-9.el9.x86_64 groff-base-1.22.4-10.el9.x86_64 kernel-5.14.0-70.30.1.el9_0.x86_64 kernel-core-5.14.0-70.30.1.el9_0.x86_64 kernel-devel-5.14.0-70.30.1.el9_0.x86_64 kernel-modules-5.14.0-70.30.1.el9_0.x86_64 kpartx-0.8.7-32.el9.x86_64 libkcapi-1.4.0-2.el9.x86_64 libkcapi-hmaccalc-1.4.0-2.el9.x86_64 libzstd-devel-1.5.1-2.el9.x86_64 linux-firmware-20250212-146.4.el9_5.noarch linux-firmware-whence-20250212-146.4.el9_5.noarch m4-1.4.19-1.el9.x86_64 ncurses-6.2-10.20210508.el9.x86_64 openssl-devel-1:3.2.2-6.el9_5.1.x86_64 perl-AutoLoader-5.74-481.el9.noarch perl-B-1.80-481.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-481.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-481.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-481.el9.x86_64 perl-File-Basename-2.85-481.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-481.el9.noarch perl-FileHandle-2.03-481.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-481.el9.noarch perl-HTTP-Tiny-0.076-462.el9.noarch perl-IO-1.43-481.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-2.el9.noarch perl-IPC-Open3-1.21-481.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-481.el9.x86_64 perl-Net-SSLeay-1.94-1.el9.x86_64 perl-POSIX-1.94-481.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-462.el9.x86_64 perl-SelectSaver-1.02-481.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-481.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-481.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-481.el9.noarch perl-interpreter-4:5.32.1-481.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-481.el9.x86_64 perl-mro-1.23-481.el9.x86_64 perl-overload-1.31-481.el9.noarch perl-overloading-0.02-481.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-481.el9.noarch perl-vars-1.05-481.el9.noarch pigz-2.5-4.el9.x86_64 xz-5.2.5-8.el9_0.x86_64 zlib-devel-1.2.11-40.el9.x86_64 Complete! [Errno 2] No such file or directory: '/var/cache/dnf/appstream-25485261a76941d3/packages/perl-libs-5.32.1-481.el9.x86_64.rpm' The downloaded packages were saved in cache until the next successful transaction. You can remove cached packages by executing 'dnf clean packages'. INFO: run builds for kernel 5.14.0-284.30.1.el9_2.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_0_7-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'. 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-284.30.1.el9_2.x86_64/build M=/usr/src/vrouter-master-1_6_0_7-1 modules Putting child 0x55599b43eed0 (default) PID 23224 on the chain. Live child 0x55599b43eed0 (default) PID 23224 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_0_7-1' make[1]: Leaving directory '/usr/src/vrouter-master-1_6_0_7-1' make[1]: *** /lib/modules/5.14.0-284.30.1.el9_2.x86_64/build: No such file or directory. Stop. Reaping losing child 0x55599b43eed0 PID 23224 Removing child 0x55599b43eed0 PID 23224 from chain. make: *** [Makefile:101: default] Error 2 make: Leaving directory '/usr/src/vrouter-master-1_6_0_7-1' mv: cannot stat 'vrouter.*': No such file or directory [Errno 2] No such file or directory: '/var/cache/dnf/baseos-522ed8e2b2f761ff/packages/groff-base-1.22.4-10.el9.x86_64.rpm' The downloaded packages were saved in cache until the next successful transaction. You can remove cached packages by executing 'dnf clean packages'. [Errno 2] No such file or directory: '/var/cache/dnf/baseos-522ed8e2b2f761ff/packages/groff-base-1.22.4-10.el9.x86_64.rpm' The downloaded packages were saved in cache until the next successful transaction. You can remove cached packages by executing 'dnf clean packages'. INFO: run builds for kernel 5.14.0-362.13.1.el9_3.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_0_7-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'. 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-362.13.1.el9_3.x86_64/build M=/usr/src/vrouter-master-1_6_0_7-1 modules Putting child 0x561d0b873ed0 (default) PID 23230 on the chain. Live child 0x561d0b873ed0 (default) PID 23230 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]: *** /lib/modules/5.14.0-362.13.1.el9_3.x86_64/build: No such file or directory. Stop. make: *** [Makefile:101: default] Error 2 make[1]: Entering directory '/usr/src/vrouter-master-1_6_0_7-1' make[1]: Leaving directory '/usr/src/vrouter-master-1_6_0_7-1' Reaping losing child 0x561d0b873ed0 PID 23230 Removing child 0x561d0b873ed0 PID 23230 from chain. make: Leaving directory '/usr/src/vrouter-master-1_6_0_7-1' mv: cannot stat 'vrouter.*': No such file or directory INFO: run builds for kernel 5.14.0-162.23.1.el9_1.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_0_7-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'. 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-162.23.1.el9_1.x86_64/build M=/usr/src/vrouter-master-1_6_0_7-1 modules Putting child 0x55694b85bed0 (default) PID 23236 on the chain. Live child 0x55694b85bed0 (default) PID 23236 make[1]: *** /lib/modules/5.14.0-162.23.1.el9_1.x86_64/build: No such file or directory. Stop. 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_0_7-1' make[1]: Leaving directory '/usr/src/vrouter-master-1_6_0_7-1' make: *** [Makefile:101: default] Error 2 Reaping losing child 0x55694b85bed0 PID 23236 Removing child 0x55694b85bed0 PID 23236 from chain. make: Leaving directory '/usr/src/vrouter-master-1_6_0_7-1' mv: cannot stat 'vrouter.*': No such file or directory INFO: run builds for kernel 5.14.0-70.30.1.el9_0.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_0_7-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'. 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-70.30.1.el9_0.x86_64/build M=/usr/src/vrouter-master-1_6_0_7-1 modules Putting child 0x55d206a27ed0 (default) PID 23242 on the chain. Live child 0x55d206a27ed0 (default) PID 23242 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'... Reading makefile 'Makefile.rhelver' (search path) (no ~ expansion)... Reading makefile 'scripts/Kbuild.include' (search path) (no ~ expansion)... Reading makefile 'scripts/subarch.include' (search path) (no ~ expansion)... make[1]: Entering directory '/usr/src/kernels/5.14.0-70.30.1.el9_0.x86_64' Reading makefile 'scripts/Makefile.compiler' (search path) (no ~ expansion)... Reading makefile 'include/config/auto.conf' (search path) (no ~ expansion)... Reading makefile 'arch/x86/Makefile' (search path) (no ~ expansion)... Reading makefile 'scripts/Makefile.extrawarn' (search path) (no ~ expansion)... Reading makefile 'scripts/Makefile.gcc-plugins' (search path) (no ~ expansion)... Updating makefiles.... Considering target file 'scripts/Makefile.gcc-plugins'. Looking for an implicit rule for 'scripts/Makefile.gcc-plugins'. No implicit rule found for 'scripts/Makefile.gcc-plugins'. Finished prerequisites of target file 'scripts/Makefile.gcc-plugins'. No need to remake target 'scripts/Makefile.gcc-plugins'. Considering target file 'scripts/Makefile.extrawarn'. Looking for an implicit rule for 'scripts/Makefile.extrawarn'. No implicit rule found for 'scripts/Makefile.extrawarn'. Finished prerequisites of target file 'scripts/Makefile.extrawarn'. No need to remake target 'scripts/Makefile.extrawarn'. Considering target file 'arch/x86/Makefile'. Looking for an implicit rule for 'arch/x86/Makefile'. No implicit rule found for 'arch/x86/Makefile'. Finished prerequisites of target file 'arch/x86/Makefile'. No need to remake target 'arch/x86/Makefile'. Considering target file 'include/config/auto.conf'. File 'include/config/auto.conf' does not exist. Finished prerequisites of target file 'include/config/auto.conf'. Must remake target 'include/config/auto.conf'. Putting child 0x563dcbc52330 (include/config/auto.conf) PID 23538 on the chain. Live child 0x563dcbc52330 (include/config/auto.conf) PID 23538 Reaping winning child 0x563dcbc52330 PID 23538 Removing child 0x563dcbc52330 PID 23538 from chain. Successfully remade target file 'include/config/auto.conf'. Considering target file 'scripts/Makefile.compiler'. Looking for an implicit rule for 'scripts/Makefile.compiler'. No implicit rule found for 'scripts/Makefile.compiler'. Finished prerequisites of target file 'scripts/Makefile.compiler'. No need to remake target 'scripts/Makefile.compiler'. Considering target file 'scripts/subarch.include'. Looking for an implicit rule for 'scripts/subarch.include'. No implicit rule found for 'scripts/subarch.include'. Finished prerequisites of target file 'scripts/subarch.include'. No need to remake target 'scripts/subarch.include'. Considering target file 'scripts/Kbuild.include'. Looking for an implicit rule for 'scripts/Kbuild.include'. No implicit rule found for 'scripts/Kbuild.include'. Finished prerequisites of target file 'scripts/Kbuild.include'. No need to remake target 'scripts/Kbuild.include'. Considering target file 'Makefile.rhelver'. Looking for an implicit rule for 'Makefile.rhelver'. No implicit rule found for 'Makefile.rhelver'. Finished prerequisites of target file 'Makefile.rhelver'. No need to remake target 'Makefile.rhelver'. Considering target file 'Makefile'. Looking for an implicit rule for 'Makefile'. No implicit rule found for 'Makefile'. Finished prerequisites of target file 'Makefile'. No need to remake target 'Makefile'. Updating goal targets.... Considering target file 'modules'. File 'modules' does not exist. Considering target file 'modules_check'. File 'modules_check' does not exist. Considering target file 'descend'. File 'descend' does not exist. Considering target file '/usr/src/vrouter-master-1_6_0_7-1'. File '/usr/src/vrouter-master-1_6_0_7-1' does not exist. Considering target file 'prepare'. File 'prepare' does not exist. Finished prerequisites of target file 'prepare'. Must remake target 'prepare'. Successfully remade target file 'prepare'. Considering target file 'prepare'. File 'prepare' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1'. Putting child 0x563dcbc53f20 (/usr/src/vrouter-master-1_6_0_7-1) PID 23545 on the chain. Live child 0x563dcbc53f20 (/usr/src/vrouter-master-1_6_0_7-1) PID 23545 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 'scripts/Makefile.build'... Reading makefile 'include/config/auto.conf' (search path) (don't care) (no ~ expansion)... Reading makefile 'scripts/Kbuild.include' (search path) (no ~ expansion)... Reading makefile 'scripts/Makefile.compiler' (search path) (no ~ expansion)... Reading makefile '/usr/src/vrouter-master-1_6_0_7-1/Makefile' (search path) (no ~ expansion)... Reading makefile 'scripts/Makefile.lib' (search path) (no ~ expansion)... Updating makefiles.... Considering target file 'scripts/Makefile.lib'. Looking for an implicit rule for 'scripts/Makefile.lib'. No implicit rule found for 'scripts/Makefile.lib'. Finished prerequisites of target file 'scripts/Makefile.lib'. No need to remake target 'scripts/Makefile.lib'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/Makefile'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/Makefile'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/Makefile_shipped'. Trying pattern rule with stem 'Makefile'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/Makefile_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/Makefile_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/Makefile'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/Makefile'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/Makefile'. Considering target file 'scripts/Makefile.compiler'. Looking for an implicit rule for 'scripts/Makefile.compiler'. No implicit rule found for 'scripts/Makefile.compiler'. Finished prerequisites of target file 'scripts/Makefile.compiler'. No need to remake target 'scripts/Makefile.compiler'. Considering target file 'scripts/Kbuild.include'. Looking for an implicit rule for 'scripts/Kbuild.include'. No implicit rule found for 'scripts/Kbuild.include'. Finished prerequisites of target file 'scripts/Kbuild.include'. No need to remake target 'scripts/Kbuild.include'. Considering target file 'include/config/auto.conf'. Looking for an implicit rule for 'include/config/auto.conf'. No implicit rule found for 'include/config/auto.conf'. Finished prerequisites of target file 'include/config/auto.conf'. No need to remake target 'include/config/auto.conf'. Considering target file 'scripts/Makefile.build'. Looking for an implicit rule for 'scripts/Makefile.build'. No implicit rule found for 'scripts/Makefile.build'. Finished prerequisites of target file 'scripts/Makefile.build'. No need to remake target 'scripts/Makefile.build'. Updating goal targets.... Considering target file '__build'. File '__build' does not exist. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/vrouter.mod'. Trying pattern rule with stem 'vrouter'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/vrouter.o'. Trying rule prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/vrouter.mod'. Considering target file 'FORCE'. File 'FORCE' does not exist. Finished prerequisites of target file 'FORCE'. Must remake target 'FORCE'. Successfully remade target file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1//sandesh/gen-c/vr_types.o'. Trying pattern rule with stem '/sandesh/gen-c/vr_types'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1//sandesh/gen-c/vr_types.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1//sandesh/gen-c/vr_types.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1//sandesh/gen-c/vr_types.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1//sandesh/gen-c/vr_types.c'. Trying pattern rule with stem '/sandesh/gen-c/vr_types.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1//sandesh/gen-c/vr_types.c_shipped'. Trying pattern rule with stem '/sandesh/gen-c/vr_types.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1//sandesh/gen-c/vr_types.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1//sandesh/gen-c/vr_types.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1//sandesh/gen-c/vr_types.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1//sandesh/gen-c/vr_types.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1//sandesh/gen-c/vr_types.c'. Considering target file 'tools/objtool/objtool'. Looking for an implicit rule for 'tools/objtool/objtool'. No implicit rule found for 'tools/objtool/objtool'. Finished prerequisites of target file 'tools/objtool/objtool'. No need to remake target 'tools/objtool/objtool'. Considering target file 'include/config/STACK_VALIDATION'. Looking for an implicit rule for 'include/config/STACK_VALIDATION'. No implicit rule found for 'include/config/STACK_VALIDATION'. Finished prerequisites of target file 'include/config/STACK_VALIDATION'. No need to remake target 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/sandesh.o'. Trying pattern rule with stem 'sandesh/library/c/sandesh'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/sandesh.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/sandesh.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/sandesh.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/sandesh.c'. Trying pattern rule with stem 'sandesh/library/c/sandesh.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/sandesh.c_shipped'. Trying pattern rule with stem 'sandesh/library/c/sandesh.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/sandesh.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/sandesh.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/sandesh.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/sandesh.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/sandesh.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_protocol.o'. Trying pattern rule with stem 'sandesh/library/c/protocol/thrift_protocol'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_protocol.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_protocol.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_protocol.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_protocol.c'. Trying pattern rule with stem 'sandesh/library/c/protocol/thrift_protocol.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_protocol.c_shipped'. Trying pattern rule with stem 'sandesh/library/c/protocol/thrift_protocol.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_protocol.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_protocol.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_protocol.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_protocol.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_protocol.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_binary_protocol.o'. Trying pattern rule with stem 'sandesh/library/c/protocol/thrift_binary_protocol'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_binary_protocol.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_binary_protocol.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_binary_protocol.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_binary_protocol.c'. Trying pattern rule with stem 'sandesh/library/c/protocol/thrift_binary_protocol.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_binary_protocol.c_shipped'. Trying pattern rule with stem 'sandesh/library/c/protocol/thrift_binary_protocol.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_binary_protocol.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_binary_protocol.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_binary_protocol.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_binary_protocol.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_binary_protocol.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_xml_protocol.o'. Trying pattern rule with stem 'sandesh/library/c/protocol/thrift_xml_protocol'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_xml_protocol.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_xml_protocol.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_xml_protocol.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_xml_protocol.c'. Trying pattern rule with stem 'sandesh/library/c/protocol/thrift_xml_protocol.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_xml_protocol.c_shipped'. Trying pattern rule with stem 'sandesh/library/c/protocol/thrift_xml_protocol.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_xml_protocol.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_xml_protocol.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_xml_protocol.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_xml_protocol.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_xml_protocol.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_memory_buffer.o'. Trying pattern rule with stem 'sandesh/library/c/transport/thrift_memory_buffer'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_memory_buffer.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_memory_buffer.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_memory_buffer.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_memory_buffer.c'. Trying pattern rule with stem 'sandesh/library/c/transport/thrift_memory_buffer.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_memory_buffer.c_shipped'. Trying pattern rule with stem 'sandesh/library/c/transport/thrift_memory_buffer.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_memory_buffer.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_memory_buffer.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_memory_buffer.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_memory_buffer.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_memory_buffer.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_fake_transport.o'. Trying pattern rule with stem 'sandesh/library/c/transport/thrift_fake_transport'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_fake_transport.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_fake_transport.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_fake_transport.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_fake_transport.c'. Trying pattern rule with stem 'sandesh/library/c/transport/thrift_fake_transport.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_fake_transport.c_shipped'. Trying pattern rule with stem 'sandesh/library/c/transport/thrift_fake_transport.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_fake_transport.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_fake_transport.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_fake_transport.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_fake_transport.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_fake_transport.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_file_transport.o'. Trying pattern rule with stem 'sandesh/library/c/transport/thrift_file_transport'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_file_transport.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_file_transport.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_file_transport.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_file_transport.c'. Trying pattern rule with stem 'sandesh/library/c/transport/thrift_file_transport.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_file_transport.c_shipped'. Trying pattern rule with stem 'sandesh/library/c/transport/thrift_file_transport.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_file_transport.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_file_transport.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_file_transport.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_file_transport.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_file_transport.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/linux/vrouter_mod.o'. Trying pattern rule with stem 'linux/vrouter_mod'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/linux/vrouter_mod.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/linux/vrouter_mod.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/linux/vrouter_mod.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/linux/vrouter_mod.c'. Trying pattern rule with stem 'linux/vrouter_mod.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/linux/vrouter_mod.c_shipped'. Trying pattern rule with stem 'linux/vrouter_mod.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/linux/vrouter_mod.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/linux/vrouter_mod.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/linux/vrouter_mod.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/linux/vrouter_mod.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/linux/vrouter_mod.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/linux/vhost_dev.o'. Trying pattern rule with stem 'linux/vhost_dev'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/linux/vhost_dev.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/linux/vhost_dev.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/linux/vhost_dev.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/linux/vhost_dev.c'. Trying pattern rule with stem 'linux/vhost_dev.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/linux/vhost_dev.c_shipped'. Trying pattern rule with stem 'linux/vhost_dev.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/linux/vhost_dev.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/linux/vhost_dev.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/linux/vhost_dev.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/linux/vhost_dev.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/linux/vhost_dev.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_host_interface.o'. Trying pattern rule with stem 'linux/vr_host_interface'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_host_interface.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_host_interface.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_host_interface.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_host_interface.c'. Trying pattern rule with stem 'linux/vr_host_interface.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_host_interface.c_shipped'. Trying pattern rule with stem 'linux/vr_host_interface.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_host_interface.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_host_interface.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_host_interface.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_host_interface.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_host_interface.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_genetlink.o'. Trying pattern rule with stem 'linux/vr_genetlink'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_genetlink.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_genetlink.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_genetlink.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_genetlink.c'. Trying pattern rule with stem 'linux/vr_genetlink.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_genetlink.c_shipped'. Trying pattern rule with stem 'linux/vr_genetlink.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_genetlink.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_genetlink.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_genetlink.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_genetlink.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_genetlink.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_mem.o'. Trying pattern rule with stem 'linux/vr_mem'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_mem.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_mem.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_mem.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_mem.c'. Trying pattern rule with stem 'linux/vr_mem.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_mem.c_shipped'. Trying pattern rule with stem 'linux/vr_mem.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_mem.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_mem.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_mem.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_mem.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_mem.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_fragment_assembler.o'. Trying pattern rule with stem 'linux/vr_fragment_assembler'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_fragment_assembler.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_fragment_assembler.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_fragment_assembler.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_fragment_assembler.c'. Trying pattern rule with stem 'linux/vr_fragment_assembler.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_fragment_assembler.c_shipped'. Trying pattern rule with stem 'linux/vr_fragment_assembler.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_fragment_assembler.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_fragment_assembler.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_fragment_assembler.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_fragment_assembler.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_fragment_assembler.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_message.o'. Trying pattern rule with stem 'dp-core/vr_message'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_message.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_message.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_message.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_message.c'. Trying pattern rule with stem 'dp-core/vr_message.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_message.c_shipped'. Trying pattern rule with stem 'dp-core/vr_message.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_message.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_message.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_message.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_message.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_message.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_sandesh.o'. Trying pattern rule with stem 'dp-core/vr_sandesh'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_sandesh.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_sandesh.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_sandesh.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_sandesh.c'. Trying pattern rule with stem 'dp-core/vr_sandesh.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_sandesh.c_shipped'. Trying pattern rule with stem 'dp-core/vr_sandesh.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_sandesh.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_sandesh.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_sandesh.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_sandesh.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_sandesh.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_queue.o'. Trying pattern rule with stem 'dp-core/vr_queue'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_queue.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_queue.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_queue.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_queue.c'. Trying pattern rule with stem 'dp-core/vr_queue.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_queue.c_shipped'. Trying pattern rule with stem 'dp-core/vr_queue.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_queue.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_queue.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_queue.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_queue.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_queue.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_index_table.o'. Trying pattern rule with stem 'dp-core/vr_index_table'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_index_table.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_index_table.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_index_table.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_index_table.c'. Trying pattern rule with stem 'dp-core/vr_index_table.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_index_table.c_shipped'. Trying pattern rule with stem 'dp-core/vr_index_table.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_index_table.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_index_table.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_index_table.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_index_table.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_index_table.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vrouter.o'. Trying pattern rule with stem 'dp-core/vrouter'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vrouter.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vrouter.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vrouter.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vrouter.c'. Trying pattern rule with stem 'dp-core/vrouter.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vrouter.c_shipped'. Trying pattern rule with stem 'dp-core/vrouter.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vrouter.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vrouter.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vrouter.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vrouter.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vrouter.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_route.o'. Trying pattern rule with stem 'dp-core/vr_route'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_route.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_route.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_route.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_route.c'. Trying pattern rule with stem 'dp-core/vr_route.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_route.c_shipped'. Trying pattern rule with stem 'dp-core/vr_route.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_route.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_route.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_route.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_route.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_route.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_nexthop.o'. Trying pattern rule with stem 'dp-core/vr_nexthop'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_nexthop.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_nexthop.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_nexthop.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_nexthop.c'. Trying pattern rule with stem 'dp-core/vr_nexthop.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_nexthop.c_shipped'. Trying pattern rule with stem 'dp-core/vr_nexthop.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_nexthop.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_nexthop.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_nexthop.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_nexthop.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_nexthop.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vif_bridge.o'. Trying pattern rule with stem 'dp-core/vr_vif_bridge'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vif_bridge.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vif_bridge.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vif_bridge.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vif_bridge.c'. Trying pattern rule with stem 'dp-core/vr_vif_bridge.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vif_bridge.c_shipped'. Trying pattern rule with stem 'dp-core/vr_vif_bridge.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vif_bridge.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vif_bridge.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vif_bridge.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vif_bridge.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vif_bridge.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_datapath.o'. Trying pattern rule with stem 'dp-core/vr_datapath'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_datapath.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_datapath.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_datapath.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_datapath.c'. Trying pattern rule with stem 'dp-core/vr_datapath.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_datapath.c_shipped'. Trying pattern rule with stem 'dp-core/vr_datapath.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_datapath.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_datapath.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_datapath.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_datapath.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_datapath.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_interface.o'. Trying pattern rule with stem 'dp-core/vr_interface'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_interface.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_interface.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_interface.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_interface.c'. Trying pattern rule with stem 'dp-core/vr_interface.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_interface.c_shipped'. Trying pattern rule with stem 'dp-core/vr_interface.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_interface.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_interface.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_interface.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_interface.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_interface.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_packet.o'. Trying pattern rule with stem 'dp-core/vr_packet'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_packet.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_packet.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_packet.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_packet.c'. Trying pattern rule with stem 'dp-core/vr_packet.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_packet.c_shipped'. Trying pattern rule with stem 'dp-core/vr_packet.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_packet.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_packet.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_packet.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_packet.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_packet.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip.o'. Trying pattern rule with stem 'dp-core/vr_proto_ip'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip.c'. Trying pattern rule with stem 'dp-core/vr_proto_ip.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip.c_shipped'. Trying pattern rule with stem 'dp-core/vr_proto_ip.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mpls.o'. Trying pattern rule with stem 'dp-core/vr_mpls'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mpls.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mpls.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mpls.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mpls.c'. Trying pattern rule with stem 'dp-core/vr_mpls.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mpls.c_shipped'. Trying pattern rule with stem 'dp-core/vr_mpls.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mpls.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mpls.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mpls.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mpls.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mpls.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_ip_mtrie.o'. Trying pattern rule with stem 'dp-core/vr_ip_mtrie'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_ip_mtrie.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_ip_mtrie.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_ip_mtrie.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_ip_mtrie.c'. Trying pattern rule with stem 'dp-core/vr_ip_mtrie.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_ip_mtrie.c_shipped'. Trying pattern rule with stem 'dp-core/vr_ip_mtrie.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_ip_mtrie.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_ip_mtrie.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_ip_mtrie.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_ip_mtrie.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_ip_mtrie.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_response.o'. Trying pattern rule with stem 'dp-core/vr_response'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_response.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_response.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_response.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_response.c'. Trying pattern rule with stem 'dp-core/vr_response.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_response.c_shipped'. Trying pattern rule with stem 'dp-core/vr_response.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_response.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_response.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_response.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_response.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_response.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_flow.o'. Trying pattern rule with stem 'dp-core/vr_flow'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_flow.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_flow.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_flow.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_flow.c'. Trying pattern rule with stem 'dp-core/vr_flow.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_flow.c_shipped'. Trying pattern rule with stem 'dp-core/vr_flow.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_flow.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_flow.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_flow.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_flow.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_flow.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mirror.o'. Trying pattern rule with stem 'dp-core/vr_mirror'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mirror.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mirror.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mirror.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mirror.c'. Trying pattern rule with stem 'dp-core/vr_mirror.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mirror.c_shipped'. Trying pattern rule with stem 'dp-core/vr_mirror.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mirror.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mirror.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mirror.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mirror.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mirror.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_assign.o'. Trying pattern rule with stem 'dp-core/vr_vrf_assign'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_assign.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_assign.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_assign.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_assign.c'. Trying pattern rule with stem 'dp-core/vr_vrf_assign.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_assign.c_shipped'. Trying pattern rule with stem 'dp-core/vr_vrf_assign.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_assign.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_assign.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_assign.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_assign.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_assign.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_table.o'. Trying pattern rule with stem 'dp-core/vr_vrf_table'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_table.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_table.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_table.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_table.c'. Trying pattern rule with stem 'dp-core/vr_vrf_table.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_table.c_shipped'. Trying pattern rule with stem 'dp-core/vr_vrf_table.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_table.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_table.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_table.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_table.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_table.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_assign.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_index_table.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_stats.o'. Trying pattern rule with stem 'dp-core/vr_stats'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_stats.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_stats.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_stats.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_stats.c'. Trying pattern rule with stem 'dp-core/vr_stats.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_stats.c_shipped'. Trying pattern rule with stem 'dp-core/vr_stats.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_stats.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_stats.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_stats.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_stats.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_stats.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_btable.o'. Trying pattern rule with stem 'dp-core/vr_btable'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_btable.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_btable.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_btable.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_btable.c'. Trying pattern rule with stem 'dp-core/vr_btable.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_btable.c_shipped'. Trying pattern rule with stem 'dp-core/vr_btable.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_btable.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_btable.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_btable.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_btable.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_btable.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bridge.o'. Trying pattern rule with stem 'dp-core/vr_bridge'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bridge.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bridge.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bridge.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bridge.c'. Trying pattern rule with stem 'dp-core/vr_bridge.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bridge.c_shipped'. Trying pattern rule with stem 'dp-core/vr_bridge.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bridge.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bridge.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bridge.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bridge.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bridge.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_htable.o'. Trying pattern rule with stem 'dp-core/vr_htable'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_htable.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_htable.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_htable.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_htable.c'. Trying pattern rule with stem 'dp-core/vr_htable.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_htable.c_shipped'. Trying pattern rule with stem 'dp-core/vr_htable.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_htable.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_htable.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_htable.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_htable.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_htable.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vxlan.o'. Trying pattern rule with stem 'dp-core/vr_vxlan'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vxlan.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vxlan.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vxlan.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vxlan.c'. Trying pattern rule with stem 'dp-core/vr_vxlan.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vxlan.c_shipped'. Trying pattern rule with stem 'dp-core/vr_vxlan.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vxlan.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vxlan.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vxlan.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vxlan.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vxlan.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_fragment.o'. Trying pattern rule with stem 'dp-core/vr_fragment'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_fragment.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_fragment.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_fragment.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_fragment.c'. Trying pattern rule with stem 'dp-core/vr_fragment.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_fragment.c_shipped'. Trying pattern rule with stem 'dp-core/vr_fragment.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_fragment.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_fragment.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_fragment.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_fragment.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_fragment.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip6.o'. Trying pattern rule with stem 'dp-core/vr_proto_ip6'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip6.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip6.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip6.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip6.c'. Trying pattern rule with stem 'dp-core/vr_proto_ip6.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip6.c_shipped'. Trying pattern rule with stem 'dp-core/vr_proto_ip6.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip6.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip6.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip6.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip6.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip6.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_buildinfo.o'. Trying pattern rule with stem 'dp-core/vr_buildinfo'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_buildinfo.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_buildinfo.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_buildinfo.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_buildinfo.c'. Trying pattern rule with stem 'dp-core/vr_buildinfo.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_buildinfo.c_shipped'. Trying pattern rule with stem 'dp-core/vr_buildinfo.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_buildinfo.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_buildinfo.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_buildinfo.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_buildinfo.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_buildinfo.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bitmap.o'. Trying pattern rule with stem 'dp-core/vr_bitmap'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bitmap.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bitmap.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bitmap.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bitmap.c'. Trying pattern rule with stem 'dp-core/vr_bitmap.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bitmap.c_shipped'. Trying pattern rule with stem 'dp-core/vr_bitmap.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bitmap.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bitmap.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bitmap.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bitmap.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bitmap.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_qos.o'. Trying pattern rule with stem 'dp-core/vr_qos'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_qos.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_qos.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_qos.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_qos.c'. Trying pattern rule with stem 'dp-core/vr_qos.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_qos.c_shipped'. Trying pattern rule with stem 'dp-core/vr_qos.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_qos.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_qos.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_qos.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_qos.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_qos.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_offloads.o'. Trying pattern rule with stem 'dp-core/vr_offloads'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_offloads.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_offloads.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_offloads.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_offloads.c'. Trying pattern rule with stem 'dp-core/vr_offloads.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_offloads.c_shipped'. Trying pattern rule with stem 'dp-core/vr_offloads.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_offloads.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_offloads.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_offloads.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_offloads.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_offloads.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_pkt_droplog.o'. Trying pattern rule with stem 'dp-core/vr_pkt_droplog'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_pkt_droplog.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_pkt_droplog.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_pkt_droplog.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_pkt_droplog.c'. Trying pattern rule with stem 'dp-core/vr_pkt_droplog.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_pkt_droplog.c_shipped'. Trying pattern rule with stem 'dp-core/vr_pkt_droplog.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_pkt_droplog.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_pkt_droplog.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_pkt_droplog.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_pkt_droplog.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_pkt_droplog.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info.o'. Trying pattern rule with stem 'dp-core/vr_info'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info.c'. Trying pattern rule with stem 'dp-core/vr_info.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info.c_shipped'. Trying pattern rule with stem 'dp-core/vr_info.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info_common.o'. Trying pattern rule with stem 'dp-core/vr_info_common'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info_common.c'. Trying implicit prerequisite 'tools/objtool/objtool'. Trying implicit prerequisite 'include/config/STACK_VALIDATION'. Trying implicit prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info_common.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info_common.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info_common.c'. Trying pattern rule with stem 'dp-core/vr_info_common.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info_common.c_shipped'. Trying pattern rule with stem 'dp-core/vr_info_common.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info_common.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info_common.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info_common.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info_common.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info_common.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file 'FORCE'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1//sandesh/gen-c/vr_types.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/sandesh.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_protocol.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_binary_protocol.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_xml_protocol.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_memory_buffer.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_fake_transport.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_file_transport.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/linux/vrouter_mod.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/linux/vhost_dev.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_host_interface.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_genetlink.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_mem.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_fragment_assembler.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_message.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_sandesh.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_queue.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_index_table.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vrouter.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_route.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_nexthop.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vif_bridge.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_datapath.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_interface.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_packet.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mpls.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_ip_mtrie.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_response.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_flow.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mirror.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_assign.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_table.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_assign.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_index_table.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_stats.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_btable.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bridge.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_htable.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vxlan.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_fragment.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip6.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_buildinfo.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bitmap.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_qos.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_offloads.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_pkt_droplog.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info_common.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file 'FORCE'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/vrouter.mod'. File '/usr/src/vrouter-master-1_6_0_7-1/vrouter.mod' does not exist. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1//sandesh/gen-c/vr_types.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/sandesh.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_protocol.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_binary_protocol.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_xml_protocol.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_memory_buffer.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_fake_transport.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_file_transport.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/linux/vrouter_mod.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/linux/vhost_dev.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_host_interface.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_genetlink.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_mem.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_fragment_assembler.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_message.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_sandesh.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_queue.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_index_table.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vrouter.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_route.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_nexthop.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vif_bridge.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_datapath.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_interface.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_packet.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mpls.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_ip_mtrie.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_response.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_flow.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mirror.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_assign.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_table.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_assign.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_index_table.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_stats.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_btable.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bridge.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_htable.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vxlan.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_fragment.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip6.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_buildinfo.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bitmap.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_qos.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_offloads.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_pkt_droplog.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info_common.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file 'FORCE'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/vrouter.o'. File '/usr/src/vrouter-master-1_6_0_7-1/vrouter.o' does not exist. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1//sandesh/gen-c/vr_types.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/sandesh.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_protocol.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_binary_protocol.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_xml_protocol.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_memory_buffer.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_fake_transport.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_file_transport.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/linux/vrouter_mod.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/linux/vhost_dev.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_host_interface.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_genetlink.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_mem.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_fragment_assembler.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_message.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_sandesh.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_queue.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_index_table.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vrouter.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_route.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_nexthop.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vif_bridge.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_datapath.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_interface.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_packet.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mpls.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_ip_mtrie.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_response.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_flow.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mirror.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_assign.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_table.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_assign.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_index_table.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_stats.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_btable.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bridge.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_htable.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vxlan.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_fragment.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip6.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_buildinfo.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bitmap.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_qos.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_offloads.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_pkt_droplog.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info_common.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Considering target file '/usr/src/vrouter-master-1_6_0_7-1//sandesh/gen-c/vr_types.o'. File '/usr/src/vrouter-master-1_6_0_7-1//sandesh/gen-c/vr_types.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1//sandesh/gen-c/vr_types.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1//sandesh/gen-c/vr_types.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1//sandesh/gen-c/vr_types.o'. Putting child 0x55e9b03729e0 (/usr/src/vrouter-master-1_6_0_7-1//sandesh/gen-c/vr_types.o) PID 23556 on the chain. Live child 0x55e9b03729e0 (/usr/src/vrouter-master-1_6_0_7-1//sandesh/gen-c/vr_types.o) PID 23556 CC [M] /usr/src/vrouter-master-1_6_0_7-1//sandesh/gen-c/vr_types.o Reaping winning child 0x55e9b03729e0 PID 23556 Live child 0x55e9b03729e0 (/usr/src/vrouter-master-1_6_0_7-1//sandesh/gen-c/vr_types.o) PID 23561 Reaping winning child 0x55e9b03729e0 PID 23561 Live child 0x55e9b03729e0 (/usr/src/vrouter-master-1_6_0_7-1//sandesh/gen-c/vr_types.o) PID 23562 Reaping winning child 0x55e9b03729e0 PID 23562 Live child 0x55e9b03729e0 (/usr/src/vrouter-master-1_6_0_7-1//sandesh/gen-c/vr_types.o) PID 23563 Reaping winning child 0x55e9b03729e0 PID 23563 Live child 0x55e9b03729e0 (/usr/src/vrouter-master-1_6_0_7-1//sandesh/gen-c/vr_types.o) PID 23564 Reaping winning child 0x55e9b03729e0 PID 23564 Live child 0x55e9b03729e0 (/usr/src/vrouter-master-1_6_0_7-1//sandesh/gen-c/vr_types.o) PID 23565 Reaping winning child 0x55e9b03729e0 PID 23565 Live child 0x55e9b03729e0 (/usr/src/vrouter-master-1_6_0_7-1//sandesh/gen-c/vr_types.o) PID 23568 Reaping winning child 0x55e9b03729e0 PID 23568 Live child 0x55e9b03729e0 (/usr/src/vrouter-master-1_6_0_7-1//sandesh/gen-c/vr_types.o) PID 23569 Reaping winning child 0x55e9b03729e0 PID 23569 Removing child 0x55e9b03729e0 PID 23569 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1//sandesh/gen-c/vr_types.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/sandesh.o'. File '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/sandesh.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/sandesh.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/sandesh.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/sandesh.o'. Putting child 0x55e9b03df100 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/sandesh.o) PID 23570 on the chain. Live child 0x55e9b03df100 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/sandesh.o) PID 23570 CC [M] /usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/sandesh.o Reaping winning child 0x55e9b03df100 PID 23570 Live child 0x55e9b03df100 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/sandesh.o) PID 23575 Reaping winning child 0x55e9b03df100 PID 23575 Live child 0x55e9b03df100 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/sandesh.o) PID 23576 Reaping winning child 0x55e9b03df100 PID 23576 Live child 0x55e9b03df100 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/sandesh.o) PID 23577 Reaping winning child 0x55e9b03df100 PID 23577 Live child 0x55e9b03df100 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/sandesh.o) PID 23578 Reaping winning child 0x55e9b03df100 PID 23578 Live child 0x55e9b03df100 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/sandesh.o) PID 23579 Reaping winning child 0x55e9b03df100 PID 23579 Live child 0x55e9b03df100 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/sandesh.o) PID 23582 Reaping winning child 0x55e9b03df100 PID 23582 Live child 0x55e9b03df100 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/sandesh.o) PID 23583 Reaping winning child 0x55e9b03df100 PID 23583 Removing child 0x55e9b03df100 PID 23583 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/sandesh.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_protocol.o'. File '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_protocol.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_protocol.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_protocol.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_protocol.o'. Putting child 0x55e9b03dfce0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_protocol.o) PID 23584 on the chain. Live child 0x55e9b03dfce0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_protocol.o) PID 23584 CC [M] /usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_protocol.o Reaping winning child 0x55e9b03dfce0 PID 23584 Live child 0x55e9b03dfce0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_protocol.o) PID 23589 Reaping winning child 0x55e9b03dfce0 PID 23589 Live child 0x55e9b03dfce0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_protocol.o) PID 23590 Reaping winning child 0x55e9b03dfce0 PID 23590 Live child 0x55e9b03dfce0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_protocol.o) PID 23591 Reaping winning child 0x55e9b03dfce0 PID 23591 Live child 0x55e9b03dfce0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_protocol.o) PID 23592 Reaping winning child 0x55e9b03dfce0 PID 23592 Live child 0x55e9b03dfce0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_protocol.o) PID 23593 Reaping winning child 0x55e9b03dfce0 PID 23593 Live child 0x55e9b03dfce0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_protocol.o) PID 23596 Reaping winning child 0x55e9b03dfce0 PID 23596 Live child 0x55e9b03dfce0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_protocol.o) PID 23597 Reaping winning child 0x55e9b03dfce0 PID 23597 Removing child 0x55e9b03dfce0 PID 23597 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_protocol.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_binary_protocol.o'. File '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_binary_protocol.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_binary_protocol.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_binary_protocol.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_binary_protocol.o'. Putting child 0x55e9b03dfce0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_binary_protocol.o) PID 23598 on the chain. Live child 0x55e9b03dfce0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_binary_protocol.o) PID 23598 CC [M] /usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_binary_protocol.o Reaping winning child 0x55e9b03dfce0 PID 23598 Live child 0x55e9b03dfce0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_binary_protocol.o) PID 23603 Reaping winning child 0x55e9b03dfce0 PID 23603 Live child 0x55e9b03dfce0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_binary_protocol.o) PID 23604 Reaping winning child 0x55e9b03dfce0 PID 23604 Live child 0x55e9b03dfce0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_binary_protocol.o) PID 23605 Reaping winning child 0x55e9b03dfce0 PID 23605 Live child 0x55e9b03dfce0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_binary_protocol.o) PID 23606 Reaping winning child 0x55e9b03dfce0 PID 23606 Live child 0x55e9b03dfce0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_binary_protocol.o) PID 23607 Reaping winning child 0x55e9b03dfce0 PID 23607 Live child 0x55e9b03dfce0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_binary_protocol.o) PID 23610 Reaping winning child 0x55e9b03dfce0 PID 23610 Live child 0x55e9b03dfce0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_binary_protocol.o) PID 23611 Reaping winning child 0x55e9b03dfce0 PID 23611 Removing child 0x55e9b03dfce0 PID 23611 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_binary_protocol.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_xml_protocol.o'. File '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_xml_protocol.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_xml_protocol.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_xml_protocol.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_xml_protocol.o'. Putting child 0x55e9b03dfce0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_xml_protocol.o) PID 23612 on the chain. Live child 0x55e9b03dfce0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_xml_protocol.o) PID 23612 CC [M] /usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_xml_protocol.o Reaping winning child 0x55e9b03dfce0 PID 23612 Live child 0x55e9b03dfce0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_xml_protocol.o) PID 23617 Reaping winning child 0x55e9b03dfce0 PID 23617 Live child 0x55e9b03dfce0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_xml_protocol.o) PID 23618 Reaping winning child 0x55e9b03dfce0 PID 23618 Live child 0x55e9b03dfce0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_xml_protocol.o) PID 23619 Reaping winning child 0x55e9b03dfce0 PID 23619 Live child 0x55e9b03dfce0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_xml_protocol.o) PID 23620 Reaping winning child 0x55e9b03dfce0 PID 23620 Live child 0x55e9b03dfce0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_xml_protocol.o) PID 23621 Reaping winning child 0x55e9b03dfce0 PID 23621 Live child 0x55e9b03dfce0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_xml_protocol.o) PID 23624 Reaping winning child 0x55e9b03dfce0 PID 23624 Live child 0x55e9b03dfce0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_xml_protocol.o) PID 23625 Reaping winning child 0x55e9b03dfce0 PID 23625 Removing child 0x55e9b03dfce0 PID 23625 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/protocol/thrift_xml_protocol.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_memory_buffer.o'. File '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_memory_buffer.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_memory_buffer.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_memory_buffer.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_memory_buffer.o'. Putting child 0x55e9b03e4da0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_memory_buffer.o) PID 23626 on the chain. Live child 0x55e9b03e4da0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_memory_buffer.o) PID 23626 CC [M] /usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_memory_buffer.o Reaping winning child 0x55e9b03e4da0 PID 23626 Live child 0x55e9b03e4da0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_memory_buffer.o) PID 23631 Reaping winning child 0x55e9b03e4da0 PID 23631 Live child 0x55e9b03e4da0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_memory_buffer.o) PID 23632 Reaping winning child 0x55e9b03e4da0 PID 23632 Live child 0x55e9b03e4da0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_memory_buffer.o) PID 23633 Reaping winning child 0x55e9b03e4da0 PID 23633 Live child 0x55e9b03e4da0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_memory_buffer.o) PID 23634 Reaping winning child 0x55e9b03e4da0 PID 23634 Live child 0x55e9b03e4da0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_memory_buffer.o) PID 23635 Reaping winning child 0x55e9b03e4da0 PID 23635 Live child 0x55e9b03e4da0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_memory_buffer.o) PID 23638 Reaping winning child 0x55e9b03e4da0 PID 23638 Live child 0x55e9b03e4da0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_memory_buffer.o) PID 23639 Reaping winning child 0x55e9b03e4da0 PID 23639 Removing child 0x55e9b03e4da0 PID 23639 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_memory_buffer.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_fake_transport.o'. File '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_fake_transport.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_fake_transport.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_fake_transport.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_fake_transport.o'. Putting child 0x55e9b03717e0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_fake_transport.o) PID 23640 on the chain. Live child 0x55e9b03717e0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_fake_transport.o) PID 23640 CC [M] /usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_fake_transport.o Reaping winning child 0x55e9b03717e0 PID 23640 Live child 0x55e9b03717e0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_fake_transport.o) PID 23645 Reaping winning child 0x55e9b03717e0 PID 23645 Live child 0x55e9b03717e0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_fake_transport.o) PID 23646 Reaping winning child 0x55e9b03717e0 PID 23646 Live child 0x55e9b03717e0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_fake_transport.o) PID 23647 Reaping winning child 0x55e9b03717e0 PID 23647 Live child 0x55e9b03717e0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_fake_transport.o) PID 23648 Reaping winning child 0x55e9b03717e0 PID 23648 Live child 0x55e9b03717e0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_fake_transport.o) PID 23649 Reaping winning child 0x55e9b03717e0 PID 23649 Live child 0x55e9b03717e0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_fake_transport.o) PID 23652 Reaping winning child 0x55e9b03717e0 PID 23652 Live child 0x55e9b03717e0 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_fake_transport.o) PID 23653 Reaping winning child 0x55e9b03717e0 PID 23653 Removing child 0x55e9b03717e0 PID 23653 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_fake_transport.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_file_transport.o'. File '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_file_transport.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_file_transport.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_file_transport.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_file_transport.o'. Putting child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_file_transport.o) PID 23654 on the chain. Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_file_transport.o) PID 23654 CC [M] /usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_file_transport.o Reaping winning child 0x55e9b03dc800 PID 23654 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_file_transport.o) PID 23659 Reaping winning child 0x55e9b03dc800 PID 23659 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_file_transport.o) PID 23660 Reaping winning child 0x55e9b03dc800 PID 23660 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_file_transport.o) PID 23661 Reaping winning child 0x55e9b03dc800 PID 23661 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_file_transport.o) PID 23662 Reaping winning child 0x55e9b03dc800 PID 23662 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_file_transport.o) PID 23663 Reaping winning child 0x55e9b03dc800 PID 23663 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_file_transport.o) PID 23666 Reaping winning child 0x55e9b03dc800 PID 23666 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_file_transport.o) PID 23667 Reaping winning child 0x55e9b03dc800 PID 23667 Removing child 0x55e9b03dc800 PID 23667 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/sandesh/library/c/transport/thrift_file_transport.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/linux/vrouter_mod.o'. File '/usr/src/vrouter-master-1_6_0_7-1/linux/vrouter_mod.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/linux/vrouter_mod.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/linux/vrouter_mod.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/linux/vrouter_mod.o'. Putting child 0x55e9b03decf0 (/usr/src/vrouter-master-1_6_0_7-1/linux/vrouter_mod.o) PID 23668 on the chain. Live child 0x55e9b03decf0 (/usr/src/vrouter-master-1_6_0_7-1/linux/vrouter_mod.o) PID 23668 CC [M] /usr/src/vrouter-master-1_6_0_7-1/linux/vrouter_mod.o Reaping winning child 0x55e9b03decf0 PID 23668 Live child 0x55e9b03decf0 (/usr/src/vrouter-master-1_6_0_7-1/linux/vrouter_mod.o) PID 23673 Reaping winning child 0x55e9b03decf0 PID 23673 Live child 0x55e9b03decf0 (/usr/src/vrouter-master-1_6_0_7-1/linux/vrouter_mod.o) PID 23674 Reaping winning child 0x55e9b03decf0 PID 23674 Live child 0x55e9b03decf0 (/usr/src/vrouter-master-1_6_0_7-1/linux/vrouter_mod.o) PID 23675 Reaping winning child 0x55e9b03decf0 PID 23675 Live child 0x55e9b03decf0 (/usr/src/vrouter-master-1_6_0_7-1/linux/vrouter_mod.o) PID 23676 Reaping winning child 0x55e9b03decf0 PID 23676 Live child 0x55e9b03decf0 (/usr/src/vrouter-master-1_6_0_7-1/linux/vrouter_mod.o) PID 23677 Reaping winning child 0x55e9b03decf0 PID 23677 Live child 0x55e9b03decf0 (/usr/src/vrouter-master-1_6_0_7-1/linux/vrouter_mod.o) PID 23680 Reaping winning child 0x55e9b03decf0 PID 23680 Live child 0x55e9b03decf0 (/usr/src/vrouter-master-1_6_0_7-1/linux/vrouter_mod.o) PID 23681 Reaping winning child 0x55e9b03decf0 PID 23681 Removing child 0x55e9b03decf0 PID 23681 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/linux/vrouter_mod.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/linux/vhost_dev.o'. File '/usr/src/vrouter-master-1_6_0_7-1/linux/vhost_dev.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/linux/vhost_dev.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/linux/vhost_dev.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/linux/vhost_dev.o'. Putting child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vhost_dev.o) PID 23682 on the chain. Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vhost_dev.o) PID 23682 CC [M] /usr/src/vrouter-master-1_6_0_7-1/linux/vhost_dev.o Reaping winning child 0x55e9b03dc800 PID 23682 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vhost_dev.o) PID 23687 Reaping winning child 0x55e9b03dc800 PID 23687 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vhost_dev.o) PID 23688 Reaping winning child 0x55e9b03dc800 PID 23688 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vhost_dev.o) PID 23689 Reaping winning child 0x55e9b03dc800 PID 23689 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vhost_dev.o) PID 23690 Reaping winning child 0x55e9b03dc800 PID 23690 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vhost_dev.o) PID 23691 Reaping winning child 0x55e9b03dc800 PID 23691 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vhost_dev.o) PID 23694 Reaping winning child 0x55e9b03dc800 PID 23694 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vhost_dev.o) PID 23695 Reaping winning child 0x55e9b03dc800 PID 23695 Removing child 0x55e9b03dc800 PID 23695 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/linux/vhost_dev.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_host_interface.o'. File '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_host_interface.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_host_interface.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_host_interface.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_host_interface.o'. Putting child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vr_host_interface.o) PID 23696 on the chain. Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vr_host_interface.o) PID 23696 CC [M] /usr/src/vrouter-master-1_6_0_7-1/linux/vr_host_interface.o Reaping winning child 0x55e9b03dc800 PID 23696 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vr_host_interface.o) PID 23701 Reaping winning child 0x55e9b03dc800 PID 23701 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vr_host_interface.o) PID 23702 Reaping winning child 0x55e9b03dc800 PID 23702 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vr_host_interface.o) PID 23703 Reaping winning child 0x55e9b03dc800 PID 23703 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vr_host_interface.o) PID 23704 Reaping winning child 0x55e9b03dc800 PID 23704 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vr_host_interface.o) PID 23705 Reaping winning child 0x55e9b03dc800 PID 23705 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vr_host_interface.o) PID 23708 Reaping winning child 0x55e9b03dc800 PID 23708 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vr_host_interface.o) PID 23709 Reaping winning child 0x55e9b03dc800 PID 23709 Removing child 0x55e9b03dc800 PID 23709 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_host_interface.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_genetlink.o'. File '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_genetlink.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_genetlink.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_genetlink.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_genetlink.o'. Putting child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vr_genetlink.o) PID 23710 on the chain. Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vr_genetlink.o) PID 23710 CC [M] /usr/src/vrouter-master-1_6_0_7-1/linux/vr_genetlink.o Reaping winning child 0x55e9b03dc800 PID 23710 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vr_genetlink.o) PID 23715 Reaping winning child 0x55e9b03dc800 PID 23715 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vr_genetlink.o) PID 23716 Reaping winning child 0x55e9b03dc800 PID 23716 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vr_genetlink.o) PID 23717 Reaping winning child 0x55e9b03dc800 PID 23717 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vr_genetlink.o) PID 23718 Reaping winning child 0x55e9b03dc800 PID 23718 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vr_genetlink.o) PID 23719 Reaping winning child 0x55e9b03dc800 PID 23719 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vr_genetlink.o) PID 23722 Reaping winning child 0x55e9b03dc800 PID 23722 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vr_genetlink.o) PID 23723 Reaping winning child 0x55e9b03dc800 PID 23723 Removing child 0x55e9b03dc800 PID 23723 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_genetlink.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_mem.o'. File '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_mem.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_mem.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_mem.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_mem.o'. Putting child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vr_mem.o) PID 23724 on the chain. Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vr_mem.o) PID 23724 CC [M] /usr/src/vrouter-master-1_6_0_7-1/linux/vr_mem.o Reaping winning child 0x55e9b03dc800 PID 23724 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vr_mem.o) PID 23729 Reaping winning child 0x55e9b03dc800 PID 23729 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vr_mem.o) PID 23730 Reaping winning child 0x55e9b03dc800 PID 23730 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vr_mem.o) PID 23731 Reaping winning child 0x55e9b03dc800 PID 23731 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vr_mem.o) PID 23732 Reaping winning child 0x55e9b03dc800 PID 23732 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vr_mem.o) PID 23733 Reaping winning child 0x55e9b03dc800 PID 23733 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vr_mem.o) PID 23736 Reaping winning child 0x55e9b03dc800 PID 23736 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vr_mem.o) PID 23737 Reaping winning child 0x55e9b03dc800 PID 23737 Removing child 0x55e9b03dc800 PID 23737 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_mem.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_fragment_assembler.o'. File '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_fragment_assembler.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_fragment_assembler.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_fragment_assembler.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_fragment_assembler.o'. Putting child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vr_fragment_assembler.o) PID 23738 on the chain. Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vr_fragment_assembler.o) PID 23738 CC [M] /usr/src/vrouter-master-1_6_0_7-1/linux/vr_fragment_assembler.o Reaping winning child 0x55e9b03dc800 PID 23738 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vr_fragment_assembler.o) PID 23743 Reaping winning child 0x55e9b03dc800 PID 23743 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vr_fragment_assembler.o) PID 23744 Reaping winning child 0x55e9b03dc800 PID 23744 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vr_fragment_assembler.o) PID 23745 Reaping winning child 0x55e9b03dc800 PID 23745 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vr_fragment_assembler.o) PID 23746 Reaping winning child 0x55e9b03dc800 PID 23746 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vr_fragment_assembler.o) PID 23747 Reaping winning child 0x55e9b03dc800 PID 23747 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vr_fragment_assembler.o) PID 23750 Reaping winning child 0x55e9b03dc800 PID 23750 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/linux/vr_fragment_assembler.o) PID 23751 Reaping winning child 0x55e9b03dc800 PID 23751 Removing child 0x55e9b03dc800 PID 23751 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/linux/vr_fragment_assembler.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_message.o'. File '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_message.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_message.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_message.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_message.o'. Putting child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_message.o) PID 23752 on the chain. Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_message.o) PID 23752 CC [M] /usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_message.o Reaping winning child 0x55e9b03dc800 PID 23752 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_message.o) PID 23757 Reaping winning child 0x55e9b03dc800 PID 23757 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_message.o) PID 23758 Reaping winning child 0x55e9b03dc800 PID 23758 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_message.o) PID 23759 Reaping winning child 0x55e9b03dc800 PID 23759 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_message.o) PID 23760 Reaping winning child 0x55e9b03dc800 PID 23760 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_message.o) PID 23761 Reaping winning child 0x55e9b03dc800 PID 23761 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_message.o) PID 23764 Reaping winning child 0x55e9b03dc800 PID 23764 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_message.o) PID 23765 Reaping winning child 0x55e9b03dc800 PID 23765 Removing child 0x55e9b03dc800 PID 23765 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_message.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_sandesh.o'. File '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_sandesh.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_sandesh.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_sandesh.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_sandesh.o'. Putting child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_sandesh.o) PID 23766 on the chain. Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_sandesh.o) PID 23766 CC [M] /usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_sandesh.o Reaping winning child 0x55e9b03dc800 PID 23766 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_sandesh.o) PID 23771 Reaping winning child 0x55e9b03dc800 PID 23771 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_sandesh.o) PID 23772 Reaping winning child 0x55e9b03dc800 PID 23772 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_sandesh.o) PID 23773 Reaping winning child 0x55e9b03dc800 PID 23773 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_sandesh.o) PID 23774 Reaping winning child 0x55e9b03dc800 PID 23774 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_sandesh.o) PID 23775 Reaping winning child 0x55e9b03dc800 PID 23775 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_sandesh.o) PID 23778 Reaping winning child 0x55e9b03dc800 PID 23778 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_sandesh.o) PID 23779 Reaping winning child 0x55e9b03dc800 PID 23779 Removing child 0x55e9b03dc800 PID 23779 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_sandesh.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_queue.o'. File '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_queue.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_queue.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_queue.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_queue.o'. Putting child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_queue.o) PID 23780 on the chain. Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_queue.o) PID 23780 CC [M] /usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_queue.o Reaping winning child 0x55e9b03dc800 PID 23780 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_queue.o) PID 23785 Reaping winning child 0x55e9b03dc800 PID 23785 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_queue.o) PID 23786 Reaping winning child 0x55e9b03dc800 PID 23786 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_queue.o) PID 23787 Reaping winning child 0x55e9b03dc800 PID 23787 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_queue.o) PID 23788 Reaping winning child 0x55e9b03dc800 PID 23788 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_queue.o) PID 23789 Reaping winning child 0x55e9b03dc800 PID 23789 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_queue.o) PID 23792 Reaping winning child 0x55e9b03dc800 PID 23792 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_queue.o) PID 23793 Reaping winning child 0x55e9b03dc800 PID 23793 Removing child 0x55e9b03dc800 PID 23793 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_queue.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_index_table.o'. File '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_index_table.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_index_table.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_index_table.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_index_table.o'. Putting child 0x55e9b03ddff0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_index_table.o) PID 23794 on the chain. Live child 0x55e9b03ddff0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_index_table.o) PID 23794 CC [M] /usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_index_table.o Reaping winning child 0x55e9b03ddff0 PID 23794 Live child 0x55e9b03ddff0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_index_table.o) PID 23799 Reaping winning child 0x55e9b03ddff0 PID 23799 Live child 0x55e9b03ddff0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_index_table.o) PID 23800 Reaping winning child 0x55e9b03ddff0 PID 23800 Live child 0x55e9b03ddff0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_index_table.o) PID 23801 Reaping winning child 0x55e9b03ddff0 PID 23801 Live child 0x55e9b03ddff0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_index_table.o) PID 23802 Reaping winning child 0x55e9b03ddff0 PID 23802 Live child 0x55e9b03ddff0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_index_table.o) PID 23803 Reaping winning child 0x55e9b03ddff0 PID 23803 Live child 0x55e9b03ddff0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_index_table.o) PID 23806 Reaping winning child 0x55e9b03ddff0 PID 23806 Live child 0x55e9b03ddff0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_index_table.o) PID 23807 Reaping winning child 0x55e9b03ddff0 PID 23807 Removing child 0x55e9b03ddff0 PID 23807 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_index_table.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vrouter.o'. File '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vrouter.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vrouter.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vrouter.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vrouter.o'. Putting child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vrouter.o) PID 23808 on the chain. Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vrouter.o) PID 23808 CC [M] /usr/src/vrouter-master-1_6_0_7-1/dp-core/vrouter.o Reaping winning child 0x55e9b03dc800 PID 23808 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vrouter.o) PID 23813 Reaping winning child 0x55e9b03dc800 PID 23813 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vrouter.o) PID 23814 Reaping winning child 0x55e9b03dc800 PID 23814 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vrouter.o) PID 23815 Reaping winning child 0x55e9b03dc800 PID 23815 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vrouter.o) PID 23816 Reaping winning child 0x55e9b03dc800 PID 23816 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vrouter.o) PID 23817 Reaping winning child 0x55e9b03dc800 PID 23817 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vrouter.o) PID 23820 Reaping winning child 0x55e9b03dc800 PID 23820 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vrouter.o) PID 23821 Reaping winning child 0x55e9b03dc800 PID 23821 Removing child 0x55e9b03dc800 PID 23821 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vrouter.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_route.o'. File '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_route.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_route.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_route.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_route.o'. Putting child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_route.o) PID 23822 on the chain. Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_route.o) PID 23822 CC [M] /usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_route.o Reaping winning child 0x55e9b03dc800 PID 23822 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_route.o) PID 23827 Reaping winning child 0x55e9b03dc800 PID 23827 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_route.o) PID 23828 Reaping winning child 0x55e9b03dc800 PID 23828 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_route.o) PID 23829 Reaping winning child 0x55e9b03dc800 PID 23829 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_route.o) PID 23830 Reaping winning child 0x55e9b03dc800 PID 23830 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_route.o) PID 23831 Reaping winning child 0x55e9b03dc800 PID 23831 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_route.o) PID 23834 Reaping winning child 0x55e9b03dc800 PID 23834 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_route.o) PID 23835 Reaping winning child 0x55e9b03dc800 PID 23835 Removing child 0x55e9b03dc800 PID 23835 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_route.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_nexthop.o'. File '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_nexthop.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_nexthop.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_nexthop.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_nexthop.o'. Putting child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_nexthop.o) PID 23836 on the chain. Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_nexthop.o) PID 23836 CC [M] /usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_nexthop.o Reaping winning child 0x55e9b03dc800 PID 23836 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_nexthop.o) PID 23841 Reaping winning child 0x55e9b03dc800 PID 23841 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_nexthop.o) PID 23842 Reaping winning child 0x55e9b03dc800 PID 23842 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_nexthop.o) PID 23843 Reaping winning child 0x55e9b03dc800 PID 23843 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_nexthop.o) PID 23844 Reaping winning child 0x55e9b03dc800 PID 23844 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_nexthop.o) PID 23845 Reaping winning child 0x55e9b03dc800 PID 23845 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_nexthop.o) PID 23848 Reaping winning child 0x55e9b03dc800 PID 23848 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_nexthop.o) PID 23849 Reaping winning child 0x55e9b03dc800 PID 23849 Removing child 0x55e9b03dc800 PID 23849 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_nexthop.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vif_bridge.o'. File '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vif_bridge.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vif_bridge.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vif_bridge.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vif_bridge.o'. Putting child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vif_bridge.o) PID 23850 on the chain. Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vif_bridge.o) PID 23850 CC [M] /usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vif_bridge.o Reaping winning child 0x55e9b03dc800 PID 23850 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vif_bridge.o) PID 23855 Reaping winning child 0x55e9b03dc800 PID 23855 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vif_bridge.o) PID 23856 Reaping winning child 0x55e9b03dc800 PID 23856 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vif_bridge.o) PID 23857 Reaping winning child 0x55e9b03dc800 PID 23857 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vif_bridge.o) PID 23858 Reaping winning child 0x55e9b03dc800 PID 23858 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vif_bridge.o) PID 23859 Reaping winning child 0x55e9b03dc800 PID 23859 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vif_bridge.o) PID 23862 Reaping winning child 0x55e9b03dc800 PID 23862 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vif_bridge.o) PID 23863 Reaping winning child 0x55e9b03dc800 PID 23863 Removing child 0x55e9b03dc800 PID 23863 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vif_bridge.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_datapath.o'. File '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_datapath.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_datapath.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_datapath.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_datapath.o'. Putting child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_datapath.o) PID 23864 on the chain. Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_datapath.o) PID 23864 CC [M] /usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_datapath.o Reaping winning child 0x55e9b03dc800 PID 23864 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_datapath.o) PID 23869 Reaping winning child 0x55e9b03dc800 PID 23869 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_datapath.o) PID 23870 Reaping winning child 0x55e9b03dc800 PID 23870 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_datapath.o) PID 23871 Reaping winning child 0x55e9b03dc800 PID 23871 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_datapath.o) PID 23872 Reaping winning child 0x55e9b03dc800 PID 23872 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_datapath.o) PID 23873 Reaping winning child 0x55e9b03dc800 PID 23873 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_datapath.o) PID 23876 Reaping winning child 0x55e9b03dc800 PID 23876 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_datapath.o) PID 23877 Reaping winning child 0x55e9b03dc800 PID 23877 Removing child 0x55e9b03dc800 PID 23877 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_datapath.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_interface.o'. File '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_interface.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_interface.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_interface.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_interface.o'. Putting child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_interface.o) PID 23878 on the chain. Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_interface.o) PID 23878 CC [M] /usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_interface.o Reaping winning child 0x55e9b03dc800 PID 23878 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_interface.o) PID 23883 Reaping winning child 0x55e9b03dc800 PID 23883 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_interface.o) PID 23884 Reaping winning child 0x55e9b03dc800 PID 23884 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_interface.o) PID 23885 Reaping winning child 0x55e9b03dc800 PID 23885 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_interface.o) PID 23886 Reaping winning child 0x55e9b03dc800 PID 23886 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_interface.o) PID 23887 Reaping winning child 0x55e9b03dc800 PID 23887 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_interface.o) PID 23890 Reaping winning child 0x55e9b03dc800 PID 23890 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_interface.o) PID 23891 Reaping winning child 0x55e9b03dc800 PID 23891 Removing child 0x55e9b03dc800 PID 23891 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_interface.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_packet.o'. File '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_packet.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_packet.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_packet.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_packet.o'. Putting child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_packet.o) PID 23892 on the chain. Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_packet.o) PID 23892 CC [M] /usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_packet.o Reaping winning child 0x55e9b03dc800 PID 23892 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_packet.o) PID 23897 Reaping winning child 0x55e9b03dc800 PID 23897 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_packet.o) PID 23898 Reaping winning child 0x55e9b03dc800 PID 23898 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_packet.o) PID 23899 Reaping winning child 0x55e9b03dc800 PID 23899 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_packet.o) PID 23900 Reaping winning child 0x55e9b03dc800 PID 23900 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_packet.o) PID 23901 Reaping winning child 0x55e9b03dc800 PID 23901 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_packet.o) PID 23904 Reaping winning child 0x55e9b03dc800 PID 23904 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_packet.o) PID 23905 Reaping winning child 0x55e9b03dc800 PID 23905 Removing child 0x55e9b03dc800 PID 23905 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_packet.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip.o'. File '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip.o'. Putting child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip.o) PID 23906 on the chain. Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip.o) PID 23906 CC [M] /usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip.o Reaping winning child 0x55e9b03dc800 PID 23906 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip.o) PID 23911 Reaping winning child 0x55e9b03dc800 PID 23911 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip.o) PID 23912 Reaping winning child 0x55e9b03dc800 PID 23912 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip.o) PID 23913 Reaping winning child 0x55e9b03dc800 PID 23913 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip.o) PID 23914 Reaping winning child 0x55e9b03dc800 PID 23914 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip.o) PID 23915 Reaping winning child 0x55e9b03dc800 PID 23915 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip.o) PID 23918 Reaping winning child 0x55e9b03dc800 PID 23918 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip.o) PID 23919 Reaping winning child 0x55e9b03dc800 PID 23919 Removing child 0x55e9b03dc800 PID 23919 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mpls.o'. File '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mpls.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mpls.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mpls.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mpls.o'. Putting child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mpls.o) PID 23920 on the chain. Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mpls.o) PID 23920 CC [M] /usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mpls.o Reaping winning child 0x55e9b03dc800 PID 23920 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mpls.o) PID 23925 Reaping winning child 0x55e9b03dc800 PID 23925 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mpls.o) PID 23926 Reaping winning child 0x55e9b03dc800 PID 23926 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mpls.o) PID 23927 Reaping winning child 0x55e9b03dc800 PID 23927 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mpls.o) PID 23928 Reaping winning child 0x55e9b03dc800 PID 23928 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mpls.o) PID 23929 Reaping winning child 0x55e9b03dc800 PID 23929 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mpls.o) PID 23932 Reaping winning child 0x55e9b03dc800 PID 23932 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mpls.o) PID 23933 Reaping winning child 0x55e9b03dc800 PID 23933 Removing child 0x55e9b03dc800 PID 23933 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mpls.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_ip_mtrie.o'. File '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_ip_mtrie.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_ip_mtrie.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_ip_mtrie.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_ip_mtrie.o'. Putting child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_ip_mtrie.o) PID 23934 on the chain. Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_ip_mtrie.o) PID 23934 CC [M] /usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_ip_mtrie.o Reaping winning child 0x55e9b03dc800 PID 23934 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_ip_mtrie.o) PID 23939 Reaping winning child 0x55e9b03dc800 PID 23939 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_ip_mtrie.o) PID 23940 Reaping winning child 0x55e9b03dc800 PID 23940 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_ip_mtrie.o) PID 23941 Reaping winning child 0x55e9b03dc800 PID 23941 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_ip_mtrie.o) PID 23942 Reaping winning child 0x55e9b03dc800 PID 23942 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_ip_mtrie.o) PID 23943 Reaping winning child 0x55e9b03dc800 PID 23943 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_ip_mtrie.o) PID 23946 Reaping winning child 0x55e9b03dc800 PID 23946 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_ip_mtrie.o) PID 23947 Reaping winning child 0x55e9b03dc800 PID 23947 Removing child 0x55e9b03dc800 PID 23947 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_ip_mtrie.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_response.o'. File '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_response.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_response.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_response.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_response.o'. Putting child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_response.o) PID 23948 on the chain. Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_response.o) PID 23948 CC [M] /usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_response.o Reaping winning child 0x55e9b03dc800 PID 23948 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_response.o) PID 23953 Reaping winning child 0x55e9b03dc800 PID 23953 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_response.o) PID 23954 Reaping winning child 0x55e9b03dc800 PID 23954 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_response.o) PID 23955 Reaping winning child 0x55e9b03dc800 PID 23955 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_response.o) PID 23956 Reaping winning child 0x55e9b03dc800 PID 23956 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_response.o) PID 23957 Reaping winning child 0x55e9b03dc800 PID 23957 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_response.o) PID 23960 Reaping winning child 0x55e9b03dc800 PID 23960 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_response.o) PID 23961 Reaping winning child 0x55e9b03dc800 PID 23961 Removing child 0x55e9b03dc800 PID 23961 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_response.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_flow.o'. File '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_flow.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_flow.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_flow.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_flow.o'. Putting child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_flow.o) PID 23962 on the chain. Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_flow.o) PID 23962 CC [M] /usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_flow.o Reaping winning child 0x55e9b03dc800 PID 23962 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_flow.o) PID 23967 Reaping winning child 0x55e9b03dc800 PID 23967 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_flow.o) PID 23968 Reaping winning child 0x55e9b03dc800 PID 23968 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_flow.o) PID 23969 Reaping winning child 0x55e9b03dc800 PID 23969 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_flow.o) PID 23970 Reaping winning child 0x55e9b03dc800 PID 23970 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_flow.o) PID 23971 Reaping winning child 0x55e9b03dc800 PID 23971 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_flow.o) PID 23974 Reaping winning child 0x55e9b03dc800 PID 23974 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_flow.o) PID 23975 Reaping winning child 0x55e9b03dc800 PID 23975 Removing child 0x55e9b03dc800 PID 23975 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_flow.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mirror.o'. File '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mirror.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mirror.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mirror.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mirror.o'. Putting child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mirror.o) PID 23976 on the chain. Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mirror.o) PID 23976 CC [M] /usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mirror.o Reaping winning child 0x55e9b03dc800 PID 23976 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mirror.o) PID 23981 Reaping winning child 0x55e9b03dc800 PID 23981 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mirror.o) PID 23982 Reaping winning child 0x55e9b03dc800 PID 23982 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mirror.o) PID 23983 Reaping winning child 0x55e9b03dc800 PID 23983 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mirror.o) PID 23984 Reaping winning child 0x55e9b03dc800 PID 23984 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mirror.o) PID 23985 Reaping winning child 0x55e9b03dc800 PID 23985 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mirror.o) PID 23988 Reaping winning child 0x55e9b03dc800 PID 23988 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mirror.o) PID 23989 Reaping winning child 0x55e9b03dc800 PID 23989 Removing child 0x55e9b03dc800 PID 23989 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_mirror.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_assign.o'. File '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_assign.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_assign.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_assign.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_assign.o'. Putting child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_assign.o) PID 23990 on the chain. Live child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_assign.o) PID 23990 CC [M] /usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_assign.o Reaping winning child 0x55e9b03e5000 PID 23990 Live child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_assign.o) PID 23995 Reaping winning child 0x55e9b03e5000 PID 23995 Live child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_assign.o) PID 23996 Reaping winning child 0x55e9b03e5000 PID 23996 Live child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_assign.o) PID 23997 Reaping winning child 0x55e9b03e5000 PID 23997 Live child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_assign.o) PID 23998 Reaping winning child 0x55e9b03e5000 PID 23998 Live child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_assign.o) PID 23999 Reaping winning child 0x55e9b03e5000 PID 23999 Live child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_assign.o) PID 24002 Reaping winning child 0x55e9b03e5000 PID 24002 Live child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_assign.o) PID 24003 Reaping winning child 0x55e9b03e5000 PID 24003 Removing child 0x55e9b03e5000 PID 24003 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_assign.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_table.o'. File '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_table.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_table.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_table.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_table.o'. Putting child 0x55e9b03dd080 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_table.o) PID 24004 on the chain. Live child 0x55e9b03dd080 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_table.o) PID 24004 CC [M] /usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_table.o Reaping winning child 0x55e9b03dd080 PID 24004 Live child 0x55e9b03dd080 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_table.o) PID 24009 Reaping winning child 0x55e9b03dd080 PID 24009 Live child 0x55e9b03dd080 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_table.o) PID 24010 Reaping winning child 0x55e9b03dd080 PID 24010 Live child 0x55e9b03dd080 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_table.o) PID 24011 Reaping winning child 0x55e9b03dd080 PID 24011 Live child 0x55e9b03dd080 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_table.o) PID 24012 Reaping winning child 0x55e9b03dd080 PID 24012 Live child 0x55e9b03dd080 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_table.o) PID 24013 Reaping winning child 0x55e9b03dd080 PID 24013 Live child 0x55e9b03dd080 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_table.o) PID 24016 Reaping winning child 0x55e9b03dd080 PID 24016 Live child 0x55e9b03dd080 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_table.o) PID 24017 Reaping winning child 0x55e9b03dd080 PID 24017 Removing child 0x55e9b03dd080 PID 24017 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_table.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_assign.o'. File '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vrf_assign.o' was considered already. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_index_table.o'. File '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_index_table.o' was considered already. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_stats.o'. File '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_stats.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_stats.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_stats.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_stats.o'. Putting child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_stats.o) PID 24018 on the chain. Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_stats.o) PID 24018 CC [M] /usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_stats.o Reaping winning child 0x55e9b03dc800 PID 24018 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_stats.o) PID 24023 Reaping winning child 0x55e9b03dc800 PID 24023 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_stats.o) PID 24024 Reaping winning child 0x55e9b03dc800 PID 24024 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_stats.o) PID 24025 Reaping winning child 0x55e9b03dc800 PID 24025 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_stats.o) PID 24026 Reaping winning child 0x55e9b03dc800 PID 24026 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_stats.o) PID 24027 Reaping winning child 0x55e9b03dc800 PID 24027 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_stats.o) PID 24030 Reaping winning child 0x55e9b03dc800 PID 24030 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_stats.o) PID 24031 Reaping winning child 0x55e9b03dc800 PID 24031 Removing child 0x55e9b03dc800 PID 24031 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_stats.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_btable.o'. File '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_btable.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_btable.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_btable.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_btable.o'. Putting child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_btable.o) PID 24032 on the chain. Live child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_btable.o) PID 24032 CC [M] /usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_btable.o Reaping winning child 0x55e9b03e5000 PID 24032 Live child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_btable.o) PID 24037 Reaping winning child 0x55e9b03e5000 PID 24037 Live child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_btable.o) PID 24038 Reaping winning child 0x55e9b03e5000 PID 24038 Live child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_btable.o) PID 24039 Reaping winning child 0x55e9b03e5000 PID 24039 Live child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_btable.o) PID 24040 Reaping winning child 0x55e9b03e5000 PID 24040 Live child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_btable.o) PID 24041 Reaping winning child 0x55e9b03e5000 PID 24041 Live child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_btable.o) PID 24044 Reaping winning child 0x55e9b03e5000 PID 24044 Live child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_btable.o) PID 24045 Reaping winning child 0x55e9b03e5000 PID 24045 Removing child 0x55e9b03e5000 PID 24045 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_btable.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bridge.o'. File '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bridge.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bridge.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bridge.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bridge.o'. Putting child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bridge.o) PID 24046 on the chain. Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bridge.o) PID 24046 CC [M] /usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bridge.o Reaping winning child 0x55e9b03dc800 PID 24046 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bridge.o) PID 24051 Reaping winning child 0x55e9b03dc800 PID 24051 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bridge.o) PID 24052 Reaping winning child 0x55e9b03dc800 PID 24052 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bridge.o) PID 24053 Reaping winning child 0x55e9b03dc800 PID 24053 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bridge.o) PID 24054 Reaping winning child 0x55e9b03dc800 PID 24054 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bridge.o) PID 24055 Reaping winning child 0x55e9b03dc800 PID 24055 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bridge.o) PID 24058 Reaping winning child 0x55e9b03dc800 PID 24058 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bridge.o) PID 24059 Reaping winning child 0x55e9b03dc800 PID 24059 Removing child 0x55e9b03dc800 PID 24059 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bridge.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_htable.o'. File '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_htable.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_htable.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_htable.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_htable.o'. Putting child 0x55e9b03e0ea0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_htable.o) PID 24060 on the chain. Live child 0x55e9b03e0ea0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_htable.o) PID 24060 CC [M] /usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_htable.o Reaping winning child 0x55e9b03e0ea0 PID 24060 Live child 0x55e9b03e0ea0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_htable.o) PID 24065 Reaping winning child 0x55e9b03e0ea0 PID 24065 Live child 0x55e9b03e0ea0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_htable.o) PID 24066 Reaping winning child 0x55e9b03e0ea0 PID 24066 Live child 0x55e9b03e0ea0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_htable.o) PID 24067 Reaping winning child 0x55e9b03e0ea0 PID 24067 Live child 0x55e9b03e0ea0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_htable.o) PID 24068 Reaping winning child 0x55e9b03e0ea0 PID 24068 Live child 0x55e9b03e0ea0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_htable.o) PID 24069 Reaping winning child 0x55e9b03e0ea0 PID 24069 Live child 0x55e9b03e0ea0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_htable.o) PID 24072 Reaping winning child 0x55e9b03e0ea0 PID 24072 Live child 0x55e9b03e0ea0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_htable.o) PID 24073 Reaping winning child 0x55e9b03e0ea0 PID 24073 Removing child 0x55e9b03e0ea0 PID 24073 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_htable.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vxlan.o'. File '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vxlan.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vxlan.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vxlan.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vxlan.o'. Putting child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vxlan.o) PID 24074 on the chain. Live child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vxlan.o) PID 24074 CC [M] /usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vxlan.o Reaping winning child 0x55e9b03e5000 PID 24074 Live child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vxlan.o) PID 24079 Reaping winning child 0x55e9b03e5000 PID 24079 Live child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vxlan.o) PID 24080 Reaping winning child 0x55e9b03e5000 PID 24080 Live child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vxlan.o) PID 24081 Reaping winning child 0x55e9b03e5000 PID 24081 Live child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vxlan.o) PID 24082 Reaping winning child 0x55e9b03e5000 PID 24082 Live child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vxlan.o) PID 24083 Reaping winning child 0x55e9b03e5000 PID 24083 Live child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vxlan.o) PID 24086 Reaping winning child 0x55e9b03e5000 PID 24086 Live child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vxlan.o) PID 24087 Reaping winning child 0x55e9b03e5000 PID 24087 Removing child 0x55e9b03e5000 PID 24087 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_vxlan.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_fragment.o'. File '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_fragment.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_fragment.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_fragment.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_fragment.o'. Putting child 0x55e9b03dd080 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_fragment.o) PID 24088 on the chain. Live child 0x55e9b03dd080 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_fragment.o) PID 24088 CC [M] /usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_fragment.o Reaping winning child 0x55e9b03dd080 PID 24088 Live child 0x55e9b03dd080 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_fragment.o) PID 24093 Reaping winning child 0x55e9b03dd080 PID 24093 Live child 0x55e9b03dd080 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_fragment.o) PID 24094 Reaping winning child 0x55e9b03dd080 PID 24094 Live child 0x55e9b03dd080 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_fragment.o) PID 24095 Reaping winning child 0x55e9b03dd080 PID 24095 Live child 0x55e9b03dd080 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_fragment.o) PID 24096 Reaping winning child 0x55e9b03dd080 PID 24096 Live child 0x55e9b03dd080 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_fragment.o) PID 24097 Reaping winning child 0x55e9b03dd080 PID 24097 Live child 0x55e9b03dd080 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_fragment.o) PID 24100 Reaping winning child 0x55e9b03dd080 PID 24100 Live child 0x55e9b03dd080 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_fragment.o) PID 24101 Reaping winning child 0x55e9b03dd080 PID 24101 Removing child 0x55e9b03dd080 PID 24101 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_fragment.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip6.o'. File '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip6.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip6.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip6.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip6.o'. Putting child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip6.o) PID 24102 on the chain. Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip6.o) PID 24102 CC [M] /usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip6.o Reaping winning child 0x55e9b03dc800 PID 24102 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip6.o) PID 24107 Reaping winning child 0x55e9b03dc800 PID 24107 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip6.o) PID 24108 Reaping winning child 0x55e9b03dc800 PID 24108 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip6.o) PID 24109 Reaping winning child 0x55e9b03dc800 PID 24109 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip6.o) PID 24110 Reaping winning child 0x55e9b03dc800 PID 24110 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip6.o) PID 24111 Reaping winning child 0x55e9b03dc800 PID 24111 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip6.o) PID 24114 Reaping winning child 0x55e9b03dc800 PID 24114 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip6.o) PID 24115 Reaping winning child 0x55e9b03dc800 PID 24115 Removing child 0x55e9b03dc800 PID 24115 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_proto_ip6.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_buildinfo.o'. File '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_buildinfo.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_buildinfo.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_buildinfo.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_buildinfo.o'. Putting child 0x55e9b03e0ea0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_buildinfo.o) PID 24116 on the chain. Live child 0x55e9b03e0ea0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_buildinfo.o) PID 24116 CC [M] /usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_buildinfo.o Reaping winning child 0x55e9b03e0ea0 PID 24116 Live child 0x55e9b03e0ea0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_buildinfo.o) PID 24121 Reaping winning child 0x55e9b03e0ea0 PID 24121 Live child 0x55e9b03e0ea0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_buildinfo.o) PID 24122 Reaping winning child 0x55e9b03e0ea0 PID 24122 Live child 0x55e9b03e0ea0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_buildinfo.o) PID 24123 Reaping winning child 0x55e9b03e0ea0 PID 24123 Live child 0x55e9b03e0ea0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_buildinfo.o) PID 24124 Reaping winning child 0x55e9b03e0ea0 PID 24124 Live child 0x55e9b03e0ea0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_buildinfo.o) PID 24125 Reaping winning child 0x55e9b03e0ea0 PID 24125 Live child 0x55e9b03e0ea0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_buildinfo.o) PID 24128 Reaping winning child 0x55e9b03e0ea0 PID 24128 Live child 0x55e9b03e0ea0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_buildinfo.o) PID 24129 Reaping winning child 0x55e9b03e0ea0 PID 24129 Removing child 0x55e9b03e0ea0 PID 24129 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_buildinfo.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bitmap.o'. File '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bitmap.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bitmap.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bitmap.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bitmap.o'. Putting child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bitmap.o) PID 24130 on the chain. Live child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bitmap.o) PID 24130 CC [M] /usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bitmap.o Reaping winning child 0x55e9b03e5000 PID 24130 Live child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bitmap.o) PID 24135 Reaping winning child 0x55e9b03e5000 PID 24135 Live child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bitmap.o) PID 24136 Reaping winning child 0x55e9b03e5000 PID 24136 Live child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bitmap.o) PID 24137 Reaping winning child 0x55e9b03e5000 PID 24137 Live child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bitmap.o) PID 24138 Reaping winning child 0x55e9b03e5000 PID 24138 Live child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bitmap.o) PID 24139 Reaping winning child 0x55e9b03e5000 PID 24139 Live child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bitmap.o) PID 24142 Reaping winning child 0x55e9b03e5000 PID 24142 Live child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bitmap.o) PID 24143 Reaping winning child 0x55e9b03e5000 PID 24143 Removing child 0x55e9b03e5000 PID 24143 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_bitmap.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_qos.o'. File '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_qos.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_qos.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_qos.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_qos.o'. Putting child 0x55e9b03deea0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_qos.o) PID 24144 on the chain. Live child 0x55e9b03deea0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_qos.o) PID 24144 CC [M] /usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_qos.o Reaping winning child 0x55e9b03deea0 PID 24144 Live child 0x55e9b03deea0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_qos.o) PID 24149 Reaping winning child 0x55e9b03deea0 PID 24149 Live child 0x55e9b03deea0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_qos.o) PID 24150 Reaping winning child 0x55e9b03deea0 PID 24150 Live child 0x55e9b03deea0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_qos.o) PID 24151 Reaping winning child 0x55e9b03deea0 PID 24151 Live child 0x55e9b03deea0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_qos.o) PID 24152 Reaping winning child 0x55e9b03deea0 PID 24152 Live child 0x55e9b03deea0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_qos.o) PID 24153 Reaping winning child 0x55e9b03deea0 PID 24153 Live child 0x55e9b03deea0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_qos.o) PID 24156 Reaping winning child 0x55e9b03deea0 PID 24156 Live child 0x55e9b03deea0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_qos.o) PID 24157 Reaping winning child 0x55e9b03deea0 PID 24157 Removing child 0x55e9b03deea0 PID 24157 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_qos.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_offloads.o'. File '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_offloads.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_offloads.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_offloads.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_offloads.o'. Putting child 0x55e9b03dd080 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_offloads.o) PID 24158 on the chain. Live child 0x55e9b03dd080 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_offloads.o) PID 24158 CC [M] /usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_offloads.o Reaping winning child 0x55e9b03dd080 PID 24158 Live child 0x55e9b03dd080 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_offloads.o) PID 24163 Reaping winning child 0x55e9b03dd080 PID 24163 Live child 0x55e9b03dd080 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_offloads.o) PID 24164 Reaping winning child 0x55e9b03dd080 PID 24164 Live child 0x55e9b03dd080 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_offloads.o) PID 24165 Reaping winning child 0x55e9b03dd080 PID 24165 Live child 0x55e9b03dd080 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_offloads.o) PID 24166 Reaping winning child 0x55e9b03dd080 PID 24166 Live child 0x55e9b03dd080 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_offloads.o) PID 24167 Reaping winning child 0x55e9b03dd080 PID 24167 Live child 0x55e9b03dd080 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_offloads.o) PID 24176 Reaping winning child 0x55e9b03dd080 PID 24176 Live child 0x55e9b03dd080 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_offloads.o) PID 24177 Reaping winning child 0x55e9b03dd080 PID 24177 Removing child 0x55e9b03dd080 PID 24177 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_offloads.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_pkt_droplog.o'. File '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_pkt_droplog.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_pkt_droplog.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_pkt_droplog.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_pkt_droplog.o'. Putting child 0x55e9b03ee7b0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_pkt_droplog.o) PID 24178 on the chain. Live child 0x55e9b03ee7b0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_pkt_droplog.o) PID 24178 CC [M] /usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_pkt_droplog.o Reaping winning child 0x55e9b03ee7b0 PID 24178 Live child 0x55e9b03ee7b0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_pkt_droplog.o) PID 24183 Reaping winning child 0x55e9b03ee7b0 PID 24183 Live child 0x55e9b03ee7b0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_pkt_droplog.o) PID 24184 Reaping winning child 0x55e9b03ee7b0 PID 24184 Live child 0x55e9b03ee7b0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_pkt_droplog.o) PID 24185 Reaping winning child 0x55e9b03ee7b0 PID 24185 Live child 0x55e9b03ee7b0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_pkt_droplog.o) PID 24186 Reaping winning child 0x55e9b03ee7b0 PID 24186 Live child 0x55e9b03ee7b0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_pkt_droplog.o) PID 24187 Reaping winning child 0x55e9b03ee7b0 PID 24187 Live child 0x55e9b03ee7b0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_pkt_droplog.o) PID 24190 Reaping winning child 0x55e9b03ee7b0 PID 24190 Live child 0x55e9b03ee7b0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_pkt_droplog.o) PID 24191 Reaping winning child 0x55e9b03ee7b0 PID 24191 Removing child 0x55e9b03ee7b0 PID 24191 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_pkt_droplog.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info.o'. File '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info.o'. Putting child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info.o) PID 24192 on the chain. Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info.o) PID 24192 CC [M] /usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info.o Reaping winning child 0x55e9b03dc800 PID 24192 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info.o) PID 24197 Reaping winning child 0x55e9b03dc800 PID 24197 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info.o) PID 24198 Reaping winning child 0x55e9b03dc800 PID 24198 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info.o) PID 24199 Reaping winning child 0x55e9b03dc800 PID 24199 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info.o) PID 24200 Reaping winning child 0x55e9b03dc800 PID 24200 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info.o) PID 24201 Reaping winning child 0x55e9b03dc800 PID 24201 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info.o) PID 24204 Reaping winning child 0x55e9b03dc800 PID 24204 Live child 0x55e9b03dc800 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info.o) PID 24205 Reaping winning child 0x55e9b03dc800 PID 24205 Removing child 0x55e9b03dc800 PID 24205 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info_common.o'. File '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info_common.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info_common.c'. Pruning file 'tools/objtool/objtool'. Pruning file 'include/config/STACK_VALIDATION'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info_common.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info_common.o'. Putting child 0x55e9b03e0ea0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info_common.o) PID 24206 on the chain. Live child 0x55e9b03e0ea0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info_common.o) PID 24206 CC [M] /usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info_common.o Reaping winning child 0x55e9b03e0ea0 PID 24206 Live child 0x55e9b03e0ea0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info_common.o) PID 24211 Reaping winning child 0x55e9b03e0ea0 PID 24211 Live child 0x55e9b03e0ea0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info_common.o) PID 24212 Reaping winning child 0x55e9b03e0ea0 PID 24212 Live child 0x55e9b03e0ea0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info_common.o) PID 24213 Reaping winning child 0x55e9b03e0ea0 PID 24213 Live child 0x55e9b03e0ea0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info_common.o) PID 24214 Reaping winning child 0x55e9b03e0ea0 PID 24214 Live child 0x55e9b03e0ea0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info_common.o) PID 24215 Reaping winning child 0x55e9b03e0ea0 PID 24215 Live child 0x55e9b03e0ea0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info_common.o) PID 24218 Reaping winning child 0x55e9b03e0ea0 PID 24218 Live child 0x55e9b03e0ea0 (/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info_common.o) PID 24219 Reaping winning child 0x55e9b03e0ea0 PID 24219 Removing child 0x55e9b03e0ea0 PID 24219 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/dp-core/vr_info_common.o'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/vrouter.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/vrouter.o'. Putting child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/vrouter.o) PID 24220 on the chain. Live child 0x55e9b03e5000 (/usr/src/vrouter-master-1_6_0_7-1/vrouter.o) PID 24220 LD [M] /usr/src/vrouter-master-1_6_0_7-1/vrouter.o Reaping winning child 0x55e9b03e5000 PID 24220 Removing child 0x55e9b03e5000 PID 24220 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/vrouter.o'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/vrouter.mod'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/vrouter.mod'. Putting child 0x55e9b03e0ea0 (/usr/src/vrouter-master-1_6_0_7-1/vrouter.mod) PID 24222 on the chain. Live child 0x55e9b03e0ea0 (/usr/src/vrouter-master-1_6_0_7-1/vrouter.mod) PID 24222 Reaping winning child 0x55e9b03e0ea0 PID 24222 Removing child 0x55e9b03e0ea0 PID 24222 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/vrouter.mod'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/modules.order'. File '/usr/src/vrouter-master-1_6_0_7-1/modules.order' does not exist. Pruning file 'FORCE'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/vrouter.o'. File '/usr/src/vrouter-master-1_6_0_7-1/vrouter.o' was considered already. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/modules.order'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/modules.order'. Putting child 0x55e9b03e0ea0 (/usr/src/vrouter-master-1_6_0_7-1/modules.order) PID 24223 on the chain. Live child 0x55e9b03e0ea0 (/usr/src/vrouter-master-1_6_0_7-1/modules.order) PID 24223 Reaping winning child 0x55e9b03e0ea0 PID 24223 Removing child 0x55e9b03e0ea0 PID 24223 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/modules.order'. Finished prerequisites of target file '__build'. Must remake target '__build'. Successfully remade target file '__build'. Reaping winning child 0x563dcbc53f20 PID 23545 Removing child 0x563dcbc53f20 PID 23545 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1'. File '/usr/src/vrouter-master-1_6_0_7-1' was considered already. Finished prerequisites of target file 'descend'. Must remake target 'descend'. Successfully remade target file 'descend'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/modules.order'. File '/usr/src/vrouter-master-1_6_0_7-1/modules.order' does not exist. Pruning file 'descend'. Considering target file 'descend'. File 'descend' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/modules.order'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/modules.order'. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/modules.order'. Finished prerequisites of target file 'modules_check'. Must remake target 'modules_check'. Putting child 0x563dcbc53470 (modules_check) PID 24232 on the chain. Live child 0x563dcbc53470 (modules_check) PID 24232 Reaping winning child 0x563dcbc53470 PID 24232 Removing child 0x563dcbc53470 PID 24232 from chain. Successfully remade target file 'modules_check'. Considering target file 'modules_check'. File 'modules_check' was considered already. Finished prerequisites of target file 'modules'. Must remake target 'modules'. Putting child 0x563dcbc53470 (modules) PID 24243 on the chain. Live child 0x563dcbc53470 (modules) PID 24243 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 'scripts/Makefile.modpost'... Reading makefile 'include/config/auto.conf' (search path) (no ~ expansion)... Reading makefile 'scripts/Kbuild.include' (search path) (no ~ expansion)... Reading makefile 'scripts/Makefile.lib' (search path) (no ~ expansion)... Reading makefile '/usr/src/vrouter-master-1_6_0_7-1/Makefile' (search path) (no ~ expansion)... Updating makefiles.... Considering target file '/usr/src/vrouter-master-1_6_0_7-1/Makefile'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/Makefile'. Trying pattern rule with stem 'usr/src/vrouter-master-1_6_0_7-1/Makefile'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/Makefile_shipped'. Trying pattern rule with stem 'usr/src/vrouter-master-1_6_0_7-1/Makefile'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/Makefile_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/Makefile_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/Makefile'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/Makefile'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/Makefile'. Considering target file 'scripts/Makefile.lib'. Looking for an implicit rule for 'scripts/Makefile.lib'. No implicit rule found for 'scripts/Makefile.lib'. Finished prerequisites of target file 'scripts/Makefile.lib'. No need to remake target 'scripts/Makefile.lib'. Considering target file 'scripts/Kbuild.include'. Looking for an implicit rule for 'scripts/Kbuild.include'. No implicit rule found for 'scripts/Kbuild.include'. Finished prerequisites of target file 'scripts/Kbuild.include'. No need to remake target 'scripts/Kbuild.include'. Considering target file 'include/config/auto.conf'. Looking for an implicit rule for 'include/config/auto.conf'. No implicit rule found for 'include/config/auto.conf'. Finished prerequisites of target file 'include/config/auto.conf'. No need to remake target 'include/config/auto.conf'. Considering target file 'scripts/Makefile.modpost'. Looking for an implicit rule for 'scripts/Makefile.modpost'. No implicit rule found for 'scripts/Makefile.modpost'. Finished prerequisites of target file 'scripts/Makefile.modpost'. No need to remake target 'scripts/Makefile.modpost'. Updating goal targets.... Considering target file '__modpost'. File '__modpost' does not exist. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/modules.order'. Trying pattern rule with stem 'usr/src/vrouter-master-1_6_0_7-1/modules.order'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/modules.order_shipped'. Trying pattern rule with stem 'usr/src/vrouter-master-1_6_0_7-1/modules.order'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/modules.order_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/modules.order_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/modules.order'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/vrouter.o'. Trying pattern rule with stem 'usr/src/vrouter-master-1_6_0_7-1/vrouter.o'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/vrouter.o_shipped'. Trying pattern rule with stem 'usr/src/vrouter-master-1_6_0_7-1/vrouter.o'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/vrouter.o_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/vrouter.o_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/vrouter.o'. Considering target file 'FORCE'. File 'FORCE' does not exist. Finished prerequisites of target file 'FORCE'. Must remake target 'FORCE'. Successfully remade target file 'FORCE'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/Module.symvers'. File '/usr/src/vrouter-master-1_6_0_7-1/Module.symvers' does not exist. Considering target file 'Module.symvers'. Finished prerequisites of target file 'Module.symvers'. No need to remake target 'Module.symvers'. Pruning file 'FORCE'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/modules.order'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/modules.order'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/modules.order'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/vrouter.o'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/vrouter.o'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/vrouter.o'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/Module.symvers'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/Module.symvers'. Putting child 0x55a4fe526af0 (/usr/src/vrouter-master-1_6_0_7-1/Module.symvers) PID 24254 on the chain. Live child 0x55a4fe526af0 (/usr/src/vrouter-master-1_6_0_7-1/Module.symvers) PID 24254 MODPOST /usr/src/vrouter-master-1_6_0_7-1/Module.symvers Reaping winning child 0x55a4fe526af0 PID 24254 Removing child 0x55a4fe526af0 PID 24254 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/Module.symvers'. Finished prerequisites of target file '__modpost'. Must remake target '__modpost'. Putting child 0x55a4fe529020 (__modpost) PID 24257 on the chain. Live child 0x55a4fe529020 (__modpost) PID 24257 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 'scripts/Makefile.modfinal'... Reading makefile 'include/config/auto.conf' (search path) (no ~ expansion)... Reading makefile 'scripts/Kbuild.include' (search path) (no ~ expansion)... Reading makefile 'scripts/Makefile.lib' (search path) (no ~ expansion)... Updating makefiles.... Considering target file 'scripts/Makefile.lib'. Looking for an implicit rule for 'scripts/Makefile.lib'. No implicit rule found for 'scripts/Makefile.lib'. Finished prerequisites of target file 'scripts/Makefile.lib'. No need to remake target 'scripts/Makefile.lib'. Considering target file 'scripts/Kbuild.include'. Looking for an implicit rule for 'scripts/Kbuild.include'. No implicit rule found for 'scripts/Kbuild.include'. Finished prerequisites of target file 'scripts/Kbuild.include'. No need to remake target 'scripts/Kbuild.include'. Considering target file 'include/config/auto.conf'. Looking for an implicit rule for 'include/config/auto.conf'. No implicit rule found for 'include/config/auto.conf'. Finished prerequisites of target file 'include/config/auto.conf'. No need to remake target 'include/config/auto.conf'. Considering target file 'scripts/Makefile.modfinal'. Looking for an implicit rule for 'scripts/Makefile.modfinal'. No implicit rule found for 'scripts/Makefile.modfinal'. Finished prerequisites of target file 'scripts/Makefile.modfinal'. No need to remake target 'scripts/Makefile.modfinal'. Updating goal targets.... Considering target file '__modfinal'. File '__modfinal' does not exist. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/vrouter.o'. Trying pattern rule with stem 'usr/src/vrouter-master-1_6_0_7-1/vrouter.o'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/vrouter.o_shipped'. Trying pattern rule with stem 'usr/src/vrouter-master-1_6_0_7-1/vrouter.o'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/vrouter.o_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/vrouter.o_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/vrouter.o'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/vrouter.mod.o'. Trying pattern rule with stem 'vrouter'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/vrouter.mod.c'. Trying rule prerequisite 'FORCE'. Found an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/vrouter.mod.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/vrouter.mod.c'. Looking for an implicit rule for '/usr/src/vrouter-master-1_6_0_7-1/vrouter.mod.c'. Trying pattern rule with stem 'usr/src/vrouter-master-1_6_0_7-1/vrouter.mod.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/vrouter.mod.c_shipped'. Trying pattern rule with stem 'usr/src/vrouter-master-1_6_0_7-1/vrouter.mod.c'. Trying implicit prerequisite '/usr/src/vrouter-master-1_6_0_7-1/vrouter.mod.c_shipped'. Looking for a rule with intermediate file '/usr/src/vrouter-master-1_6_0_7-1/vrouter.mod.c_shipped'. Avoiding implicit rule recursion. No implicit rule found for '/usr/src/vrouter-master-1_6_0_7-1/vrouter.mod.c'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/vrouter.mod.c'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/vrouter.mod.c'. Considering target file 'FORCE'. File 'FORCE' does not exist. Finished prerequisites of target file 'FORCE'. Must remake target 'FORCE'. Successfully remade target file 'FORCE'. Looking for an implicit rule for 'scripts/module.lds'. No implicit rule found for 'scripts/module.lds'. Pruning file 'FORCE'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/vrouter.ko'. File '/usr/src/vrouter-master-1_6_0_7-1/vrouter.ko' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/vrouter.mod.c'. Pruning file 'FORCE'. Pruning file 'FORCE'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/vrouter.o'. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/vrouter.o'. No need to remake target '/usr/src/vrouter-master-1_6_0_7-1/vrouter.o'. Considering target file '/usr/src/vrouter-master-1_6_0_7-1/vrouter.mod.o'. File '/usr/src/vrouter-master-1_6_0_7-1/vrouter.mod.o' does not exist. Pruning file '/usr/src/vrouter-master-1_6_0_7-1/vrouter.mod.c'. Pruning file 'FORCE'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/vrouter.mod.o'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/vrouter.mod.o'. Putting child 0x55db23eed5f0 (/usr/src/vrouter-master-1_6_0_7-1/vrouter.mod.o) PID 24259 on the chain. Live child 0x55db23eed5f0 (/usr/src/vrouter-master-1_6_0_7-1/vrouter.mod.o) PID 24259 CC [M] /usr/src/vrouter-master-1_6_0_7-1/vrouter.mod.o Reaping winning child 0x55db23eed5f0 PID 24259 Removing child 0x55db23eed5f0 PID 24259 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/vrouter.mod.o'. Considering target file 'scripts/module.lds'. Finished prerequisites of target file 'scripts/module.lds'. No need to remake target 'scripts/module.lds'. Considering target file 'FORCE'. File 'FORCE' was considered already. Finished prerequisites of target file '/usr/src/vrouter-master-1_6_0_7-1/vrouter.ko'. Must remake target '/usr/src/vrouter-master-1_6_0_7-1/vrouter.ko'. Putting child 0x55db23ed7b80 (/usr/src/vrouter-master-1_6_0_7-1/vrouter.ko) PID 24264 on the chain. Live child 0x55db23ed7b80 (/usr/src/vrouter-master-1_6_0_7-1/vrouter.ko) PID 24264 LD [M] /usr/src/vrouter-master-1_6_0_7-1/vrouter.ko Reaping winning child 0x55db23ed7b80 PID 24264 Live child 0x55db23ed7b80 (/usr/src/vrouter-master-1_6_0_7-1/vrouter.ko) PID 24266 BTF [M] /usr/src/vrouter-master-1_6_0_7-1/vrouter.ko Skipping BTF generation for /usr/src/vrouter-master-1_6_0_7-1/vrouter.ko due to unavailability of vmlinux Reaping winning child 0x55db23ed7b80 PID 24266 Removing child 0x55db23ed7b80 PID 24266 from chain. Successfully remade target file '/usr/src/vrouter-master-1_6_0_7-1/vrouter.ko'. Finished prerequisites of target file '__modfinal'. Must remake target '__modfinal'. Successfully remade target file '__modfinal'. Reaping winning child 0x55a4fe529020 PID 24257 Removing child 0x55a4fe529020 PID 24257 from chain. Successfully remade target file '__modpost'. Reaping winning child 0x563dcbc53470 PID 24243 Removing child 0x563dcbc53470 PID 24243 from chain. Successfully remade target file 'modules'. make[1]: Leaving directory '/usr/src/kernels/5.14.0-70.30.1.el9_0.x86_64' Reaping winning child 0x55d206a27ed0 PID 23242 Removing child 0x55d206a27ed0 PID 23242 from chain. Successfully remade target file 'default'. make: Leaving directory '/usr/src/vrouter-master-1_6_0_7-1' 77 files removed ---> Removed intermediate container 0b0f9ca64fa5 ---> ce5e0e997428 Step 16/16 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in 9a09e5e9ebd3 ---> Removed intermediate container 9a09e5e9ebd3 ---> 63eb73706a4d [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 63eb73706a4d Successfully tagged nexus.gz1.opensdn.io:5101/contrail-vrouter-kernel-init:master-1_6_0_7-1 Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init:master-1_6_0_7-1 2025-04-24 18:48:01,057: INFO: Docker build duration: 499 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/contrail-vrouter-kernel-init] 25bc75c73910: Preparing 2cdf5a971c97: Preparing 0abd0be1514c: Preparing 731c2304395c: Preparing 256677ec3c54: Preparing db0e59396abb: Preparing db0e59396abb: Waiting 0abd0be1514c: Pushed 2cdf5a971c97: Pushed 256677ec3c54: Pushed 731c2304395c: Pushed db0e59396abb: Layer already exists 25bc75c73910: Pushed master-1_6_0_7-1: digest: sha256:61e86625ba690db8977a7d2754219205be3fbc500880f2fb97e503160738e26a size: 1574 The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init] 25bc75c73910: Preparing 2cdf5a971c97: Preparing 0abd0be1514c: Preparing 731c2304395c: Preparing 256677ec3c54: Preparing db0e59396abb: Preparing db0e59396abb: Waiting 731c2304395c: Layer already exists 256677ec3c54: Layer already exists 0abd0be1514c: Layer already exists 25bc75c73910: Layer already exists 2cdf5a971c97: Layer already exists db0e59396abb: Layer already exists master-1_6_0_7-1: digest: sha256:61e86625ba690db8977a7d2754219205be3fbc500880f2fb97e503160738e26a size: 1574 2025-04-24 18:49:03,461: INFO: Building contrail-vrouter-kernel-init finished successfully, duration: 561 seconds