2025-06-23 13:53:28,208: INFO: Building contrail-vrouter-kernel-init 2025-06-23 13:53:28,691: INFO: Building args: --network host --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5101 --build-arg CONTRAIL_CONTAINER_TAG=r24.1-1_8_2_4-4 --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 170.5 kB Step 1/14 : FROM rockylinux:9.1 9.1: Pulling from library/rockylinux 9d28f3f24f51: Pulling fs layer 9d28f3f24f51: Verifying Checksum 9d28f3f24f51: Download complete 9d28f3f24f51: Pull complete Digest: sha256:972a6b9cec75b2f47bf0faa425135e1bdb9945306a22f26db0b3a4ee8a289687 Status: Downloaded newer image for rockylinux:9.1 ---> 656f801c021c Step 2/14 : ARG VENDOR_NAME ---> Running in 28874224ce45 ---> Removed intermediate container 28874224ce45 ---> 2e1e178d5d6e Step 3/14 : ARG VENDOR_DOMAIN ---> Running in b17e12fe4d4d ---> Removed intermediate container b17e12fe4d4d ---> 54b9b13ae44e Step 4/14 : ARG CONTRAIL_VERSION ---> Running in 214e670fc4ac ---> Removed intermediate container 214e670fc4ac ---> 49928a27440f Step 5/14 : ARG CONTRAIL_CONTAINER_TAG ---> Running in 8bd648349d3c ---> Removed intermediate container 8bd648349d3c ---> 22fc13816d38 Step 6/14 : ARG CONTAINER_NAME ---> Running in 7b3017f765ab ---> Removed intermediate container 7b3017f765ab ---> f27c07f97a05 Step 7/14 : ENV VENDOR_DOMAIN=$VENDOR_DOMAIN VENDOR_NAME=$VENDOR_NAME CONTRAIL_VERSION=$CONTRAIL_CONTAINER_TAG CONTAINER_NAME=$CONTAINER_NAME ---> Running in cbd27d6e4ae9 ---> Removed intermediate container cbd27d6e4ae9 ---> f43b9c804a57 Step 8/14 : LABEL vendor=$VENDOR_NAME version=$CONTRAIL_CONTAINER_TAG release="5.1.0" name=$CONTAINER_NAME summary="Kernel init container for vrouter" description="This image is used to build vrouter.ko for current operating system that it's running on." $VENDOR_DOMAIN".container.name"=$CONTAINER_NAME ---> Running in 4f26c29fb020 ---> Removed intermediate container 4f26c29fb020 ---> 0de42b8d66d9 Step 9/14 : COPY *.repo /etc/yum.repos.d/ ---> cd34058925cc Step 10/14 : COPY *.sh / ---> fbfc15747ec8 Step 11/14 : COPY __network-functions-vrouter-kernel __network-functions-vrouter __network-functions-vrouter-kernel-env / ---> e7b04a997bb2 Step 12/14 : COPY __ifup-vhost __ifdown-vhost __dhclient-vhost0.conf / ---> 54bd4d43aeaa Step 13/14 : RUN mkdir -p /opt/contrail && for item in `ls /__*` ; do mv $item /${item:3} ; done && find /etc/yum.repos.d/ | grep -i centos | xargs rm ; ls -l /etc/yum.repos.d/ && 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 d3487e8ebe89 total 36 -rw-r--r--. 1 root root 100 Jun 23 12:48 contrail.repo -rw-r--r--. 1 root root 2707 Jun 23 13:42 mirror-base-rocky9.repo -rw-r--r--. 1 root root 216 Jun 23 13:42 mirror-docker.repo -rw-r--r--. 1 root root 255 Jun 23 13:42 mirror-openstack.repo -rw-r--r--. 1 root root 1 Jun 23 13:42 rocky-addons.repo -rw-r--r--. 1 root root 1 Jun 23 13:42 rocky-devel.repo -rw-r--r--. 1 root root 1 Jun 23 13:42 rocky-extras.repo -rw-r--r--. 1 root root 1 Jun 23 13:42 rocky.repo -rw-r--r--. 1 root root 140 Jun 23 13:42 tpc.repo Contrail repo 5.5 MB/s | 177 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 17 MB/s | 2.1 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 6.9 MB/s | 730 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 4.7 MB/s | 264 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 22 MB/s | 7.0 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 11 MB/s | 4.0 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 15 MB/s | 939 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 5.8 MB/s | 2.3 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 3.3 MB/s | 392 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 2.7 MB/s | 451 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 362 kB/s | 16 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 8.7 kB/s | 257 B 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 459 kB/s | 13 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 427 kB/s | 60 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 19 MB/s | 4.8 MB 00:00 Third parties for OpenSDN 18 MB/s | 5.4 MB 00:00 No security updates needed, but 104 updates available Dependencies resolved. Nothing to do. Complete! Last metadata expiration check: 0:00:13 ago on Mon Jun 23 13:54:44 2025. Package hostname-3.23-6.el9.x86_64 is already installed. Package less-590-1.el9_0.x86_64 is already installed. Package openssl-1:3.0.1-43.el9_0.x86_64 is already installed. Dependencies resolved. ================================================================================================================== Package Arch Version Repository Size ================================================================================================================== Installing: NetworkManager x86_64 1:1.48.10-5.el9_5 tf-mirrors.ci_repos_yum9-baseos 2.3 M contrail-lib x86_64 r24.1.1.8.2.4.4-r24.1_1_8_2_4_4.el7 contrail 1.3 M contrail-vrouter-utils x86_64 r24.1.1.8.2.4.4-r24.1_1_8_2_4_4.el7 contrail 113 k ethtool x86_64 2:6.2-1.el9 tf-mirrors.ci_repos_yum9-baseos 229 k initscripts x86_64 10.11.7-1.el9 tf-mirrors.ci_repos_yum9-baseos 208 k iproute x86_64 6.2.0-6.el9_4 tf-mirrors.ci_repos_yum9-baseos 786 k pciutils x86_64 3.7.0-5.el9 tf-mirrors.ci_repos_yum9-baseos 92 k python3-setuptools noarch 53.0.0-13.el9 tf-mirrors.ci_repos_yum9-baseos 838 k sudo x86_64 1.9.5p2-10.el9_3 tf-mirrors.ci_repos_yum9-baseos 1.0 M wget x86_64 1.21.1-8.el9_4 tf-mirrors.ci_repos_yum9-appstream 768 k Upgrading: ima-evm-utils x86_64 1.5-2.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 68 k keyutils-libs x86_64 1.6.3-1.el9 tf-mirrors.ci_repos_yum9-baseos 31 k less x86_64 590-5.el9 tf-mirrors.ci_repos_yum9-baseos 161 k libacl x86_64 2.3.1-4.el9 tf-mirrors.ci_repos_yum9-baseos 22 k libselinux x86_64 3.6-1.el9 tf-mirrors.ci_repos_yum9-baseos 85 k libsepol x86_64 3.6-1.el9 tf-mirrors.ci_repos_yum9-baseos 329 k openssl x86_64 1:3.2.2-6.el9_5.1 tf-mirrors.ci_repos_yum9-baseos 1.3 M openssl-libs x86_64 1:3.2.2-6.el9_5.1 tf-mirrors.ci_repos_yum9-baseos 2.4 M python3-rpm x86_64 4.16.1.3-34.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 64 k rpm x86_64 4.16.1.3-34.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 485 k rpm-build-libs x86_64 4.16.1.3-34.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 88 k rpm-libs x86_64 4.16.1.3-34.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 307 k rpm-sign-libs x86_64 4.16.1.3-34.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 20 k systemd-libs x86_64 252-46.el9_5.2.0.1 tf-mirrors.ci_repos_yum9-baseos 678 k Installing dependencies: NetworkManager-libnm x86_64 1:1.48.10-5.el9_5 tf-mirrors.ci_repos_yum9-baseos 1.8 M acl x86_64 2.3.1-4.el9 tf-mirrors.ci_repos_yum9-baseos 69 k attr x86_64 2.5.1-3.el9 tf-mirrors.ci_repos_yum9-baseos 58 k chkconfig x86_64 1.24-1.el9_5.1 tf-mirrors.ci_repos_yum9-baseos 160 k cryptsetup-libs x86_64 2.7.2-3.el9_5 tf-mirrors.ci_repos_yum9-baseos 514 k dbus x86_64 1:1.12.20-8.el9 tf-mirrors.ci_repos_yum9-baseos 6.8 k dbus-broker x86_64 28-7.el9 tf-mirrors.ci_repos_yum9-baseos 171 k dbus-common noarch 1:1.12.20-8.el9 tf-mirrors.ci_repos_yum9-baseos 14 k device-mapper x86_64 9:1.02.198-2.el9 tf-mirrors.ci_repos_yum9-baseos 137 k device-mapper-libs x86_64 9:1.02.198-2.el9 tf-mirrors.ci_repos_yum9-baseos 177 k diffutils x86_64 3.7-12.el9 tf-mirrors.ci_repos_yum9-baseos 388 k hwdata noarch 0.348-9.15.el9 tf-mirrors.ci_repos_yum9-baseos 1.6 M initscripts-rename-device x86_64 10.11.7-1.el9 tf-mirrors.ci_repos_yum9-baseos 14 k initscripts-service noarch 10.11.7-1.el9 tf-mirrors.ci_repos_yum9-baseos 10 k kbd x86_64 2.4.0-10.el9 tf-mirrors.ci_repos_yum9-baseos 387 k kbd-legacy noarch 2.4.0-10.el9 tf-mirrors.ci_repos_yum9-baseos 502 k kbd-misc noarch 2.4.0-10.el9 tf-mirrors.ci_repos_yum9-baseos 1.5 M keyutils x86_64 1.6.3-1.el9 tf-mirrors.ci_repos_yum9-baseos 72 k kmod x86_64 28-10.el9 tf-mirrors.ci_repos_yum9-baseos 121 k kmod-libs x86_64 28-10.el9 tf-mirrors.ci_repos_yum9-baseos 62 k libbpf x86_64 2:1.4.0-1.el9 tf-mirrors.ci_repos_yum9-baseos 177 k libmnl x86_64 1.0.4-16.el9_4 tf-mirrors.ci_repos_yum9-baseos 27 k libndp x86_64 1.9-1.el9 tf-mirrors.ci_repos_yum9-baseos 37 k libpsl x86_64 0.21.1-5.el9 tf-mirrors.ci_repos_yum9-baseos 63 k libseccomp x86_64 2.5.2-2.el9 tf-mirrors.ci_repos_yum9-baseos 71 k libselinux-utils x86_64 3.6-1.el9 tf-mirrors.ci_repos_yum9-baseos 164 k pciutils-libs x86_64 3.7.0-5.el9 tf-mirrors.ci_repos_yum9-baseos 41 k policycoreutils x86_64 3.6-2.1.el9 tf-mirrors.ci_repos_yum9-baseos 208 k procps-ng x86_64 3.3.17-14.el9 tf-mirrors.ci_repos_yum9-baseos 332 k psmisc x86_64 23.4-3.el9 tf-mirrors.ci_repos_yum9-baseos 226 k publicsuffix-list-dafsa noarch 20210518-3.el9 tf-mirrors.ci_repos_yum9-baseos 58 k rpm-plugin-selinux x86_64 4.16.1.3-34.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 16 k selinux-policy noarch 38.1.45-3.el9_5 tf-mirrors.ci_repos_yum9-baseos 48 k selinux-policy-targeted noarch 38.1.45-3.el9_5 tf-mirrors.ci_repos_yum9-baseos 6.5 M systemd x86_64 252-46.el9_5.2.0.1 tf-mirrors.ci_repos_yum9-baseos 4.0 M systemd-pam x86_64 252-46.el9_5.2.0.1 tf-mirrors.ci_repos_yum9-baseos 285 k systemd-rpm-macros noarch 252-46.el9_5.2.0.1 tf-mirrors.ci_repos_yum9-baseos 73 k systemd-udev x86_64 252-46.el9_5.2.0.1 tf-mirrors.ci_repos_yum9-baseos 1.9 M Transaction Summary ================================================================================================================== Install 48 Packages Upgrade 14 Packages Total download size: 35 M Downloading Packages: (1/62): contrail-vrouter-utils-r24.1.1.8.2.4.4- 543 kB/s | 113 kB 00:00 (2/62): contrail-lib-r24.1.1.8.2.4.4-r24.1_1_8_ 4.5 MB/s | 1.3 MB 00:00 (3/62): acl-2.3.1-4.el9.x86_64.rpm 1.9 MB/s | 69 kB 00:00 (4/62): NetworkManager-1.48.10-5.el9_5.x86_64.r 7.3 MB/s | 2.3 MB 00:00 (5/62): attr-2.5.1-3.el9.x86_64.rpm 1.4 MB/s | 58 kB 00:00 (6/62): chkconfig-1.24-1.el9_5.1.x86_64.rpm 12 MB/s | 160 kB 00:00 (7/62): cryptsetup-libs-2.7.2-3.el9_5.x86_64.rp 6.2 MB/s | 514 kB 00:00 (8/62): dbus-1.12.20-8.el9.x86_64.rpm 52 kB/s | 6.8 kB 00:00 (9/62): NetworkManager-libnm-1.48.10-5.el9_5.x8 5.0 MB/s | 1.8 MB 00:00 (10/62): dbus-common-1.12.20-8.el9.noarch.rpm 128 kB/s | 14 kB 00:00 (11/62): dbus-broker-28-7.el9.x86_64.rpm 995 kB/s | 171 kB 00:00 (12/62): device-mapper-1.02.198-2.el9.x86_64.rp 2.6 MB/s | 137 kB 00:00 (13/62): device-mapper-libs-1.02.198-2.el9.x86_ 987 kB/s | 177 kB 00:00 (14/62): diffutils-3.7-12.el9.x86_64.rpm 2.1 MB/s | 388 kB 00:00 (15/62): ethtool-6.2-1.el9.x86_64.rpm 1.5 MB/s | 229 kB 00:00 (16/62): initscripts-10.11.7-1.el9.x86_64.rpm 3.8 MB/s | 208 kB 00:00 (17/62): initscripts-rename-device-10.11.7-1.el 252 kB/s | 14 kB 00:00 (18/62): initscripts-service-10.11.7-1.el9.noar 1.5 MB/s | 10 kB 00:00 (19/62): hwdata-0.348-9.15.el9.noarch.rpm 15 MB/s | 1.6 MB 00:00 (20/62): kbd-2.4.0-10.el9.x86_64.rpm 6.8 MB/s | 387 kB 00:00 (21/62): iproute-6.2.0-6.el9_4.x86_64.rpm 10 MB/s | 786 kB 00:00 (22/62): kbd-legacy-2.4.0-10.el9.noarch.rpm 3.1 MB/s | 502 kB 00:00 (23/62): keyutils-1.6.3-1.el9.x86_64.rpm 541 kB/s | 72 kB 00:00 (24/62): kmod-28-10.el9.x86_64.rpm 7.1 MB/s | 121 kB 00:00 (25/62): kmod-libs-28-10.el9.x86_64.rpm 4.1 MB/s | 62 kB 00:00 (26/62): libbpf-1.4.0-1.el9.x86_64.rpm 13 MB/s | 177 kB 00:00 (27/62): libmnl-1.0.4-16.el9_4.x86_64.rpm 2.4 MB/s | 27 kB 00:00 (28/62): libndp-1.9-1.el9.x86_64.rpm 4.4 MB/s | 37 kB 00:00 (29/62): libpsl-0.21.1-5.el9.x86_64.rpm 6.6 MB/s | 63 kB 00:00 (30/62): libseccomp-2.5.2-2.el9.x86_64.rpm 7.2 MB/s | 71 kB 00:00 (31/62): libselinux-utils-3.6-1.el9.x86_64.rpm 18 MB/s | 164 kB 00:00 (32/62): pciutils-3.7.0-5.el9.x86_64.rpm 9.9 MB/s | 92 kB 00:00 (33/62): pciutils-libs-3.7.0-5.el9.x86_64.rpm 4.6 MB/s | 41 kB 00:00 (34/62): policycoreutils-3.6-2.1.el9.x86_64.rpm 21 MB/s | 208 kB 00:00 (35/62): kbd-misc-2.4.0-10.el9.noarch.rpm 6.3 MB/s | 1.5 MB 00:00 (36/62): psmisc-23.4-3.el9.x86_64.rpm 5.0 MB/s | 226 kB 00:00 (37/62): procps-ng-3.3.17-14.el9.x86_64.rpm 5.6 MB/s | 332 kB 00:00 (38/62): publicsuffix-list-dafsa-20210518-3.el9 1.5 MB/s | 58 kB 00:00 (39/62): rpm-plugin-selinux-4.16.1.3-34.el9.0.1 952 kB/s | 16 kB 00:00 (40/62): selinux-policy-38.1.45-3.el9_5.noarch. 5.0 MB/s | 48 kB 00:00 (41/62): python3-setuptools-53.0.0-13.el9.noarc 15 MB/s | 838 kB 00:00 (42/62): sudo-1.9.5p2-10.el9_3.x86_64.rpm 12 MB/s | 1.0 MB 00:00 (43/62): systemd-pam-252-46.el9_5.2.0.1.x86_64. 5.5 MB/s | 285 kB 00:00 (44/62): systemd-rpm-macros-252-46.el9_5.2.0.1. 776 kB/s | 73 kB 00:00 (45/62): systemd-252-46.el9_5.2.0.1.x86_64.rpm 14 MB/s | 4.0 MB 00:00 (46/62): selinux-policy-targeted-38.1.45-3.el9_ 13 MB/s | 6.5 MB 00:00 (47/62): systemd-udev-252-46.el9_5.2.0.1.x86_64 6.8 MB/s | 1.9 MB 00:00 (48/62): ima-evm-utils-1.5-2.el9.0.1.x86_64.rpm 2.3 MB/s | 68 kB 00:00 (49/62): wget-1.21.1-8.el9_4.x86_64.rpm 3.5 MB/s | 768 kB 00:00 (50/62): keyutils-libs-1.6.3-1.el9.x86_64.rpm 1.6 MB/s | 31 kB 00:00 (51/62): libacl-2.3.1-4.el9.x86_64.rpm 4.1 MB/s | 22 kB 00:00 (52/62): libselinux-3.6-1.el9.x86_64.rpm 9.0 MB/s | 85 kB 00:00 (53/62): less-590-5.el9.x86_64.rpm 5.6 MB/s | 161 kB 00:00 (54/62): libsepol-3.6-1.el9.x86_64.rpm 10 MB/s | 329 kB 00:00 (55/62): python3-rpm-4.16.1.3-34.el9.0.1.x86_64 846 kB/s | 64 kB 00:00 (56/62): openssl-3.2.2-6.el9_5.1.x86_64.rpm 7.1 MB/s | 1.3 MB 00:00 (57/62): rpm-4.16.1.3-34.el9.0.1.x86_64.rpm 5.3 MB/s | 485 kB 00:00 (58/62): rpm-build-libs-4.16.1.3-34.el9.0.1.x86 5.8 MB/s | 88 kB 00:00 (59/62): rpm-sign-libs-4.16.1.3-34.el9.0.1.x86_ 3.3 MB/s | 20 kB 00:00 (60/62): rpm-libs-4.16.1.3-34.el9.0.1.x86_64.rp 16 MB/s | 307 kB 00:00 (61/62): openssl-libs-3.2.2-6.el9_5.1.x86_64.rp 6.2 MB/s | 2.4 MB 00:00 (62/62): systemd-libs-252-46.el9_5.2.0.1.x86_64 1.5 MB/s | 678 kB 00:00 -------------------------------------------------------------------------------- Total 15 MB/s | 35 MB 00:02 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: selinux-policy-targeted-38.1.45-3.el9_5.noarch 1/1 Preparing : 1/1 Upgrading : openssl-libs-1:3.2.2-6.el9_5.1.x86_64 1/76 Upgrading : libacl-2.3.1-4.el9.x86_64 2/76 Upgrading : rpm-4.16.1.3-34.el9.0.1.x86_64 3/76 Upgrading : rpm-libs-4.16.1.3-34.el9.0.1.x86_64 4/76 Installing : kmod-libs-28-10.el9.x86_64 5/76 Upgrading : libsepol-3.6-1.el9.x86_64 6/76 Upgrading : libselinux-3.6-1.el9.x86_64 7/76 Upgrading : systemd-libs-252-46.el9_5.2.0.1.x86_64 8/76 Running scriptlet: systemd-libs-252-46.el9_5.2.0.1.x86_64 8/76 Installing : libselinux-utils-3.6-1.el9.x86_64 9/76 Upgrading : keyutils-libs-1.6.3-1.el9.x86_64 10/76 Installing : libmnl-1.0.4-16.el9_4.x86_64 11/76 Installing : keyutils-1.6.3-1.el9.x86_64 12/76 Installing : NetworkManager-libnm-1:1.48.10-5.el9_5.x86_64 13/76 Running scriptlet: NetworkManager-libnm-1:1.48.10-5.el9_5.x86_64 13/76 Installing : procps-ng-3.3.17-14.el9.x86_64 14/76 Installing : chkconfig-1.24-1.el9_5.1.x86_64 15/76 Upgrading : rpm-build-libs-4.16.1.3-34.el9.0.1.x86_64 16/76 Installing : acl-2.3.1-4.el9.x86_64 17/76 Installing : kmod-28-10.el9.x86_64 18/76 Installing : systemd-rpm-macros-252-46.el9_5.2.0.1.noarch 19/76 Installing : publicsuffix-list-dafsa-20210518-3.el9.noarch 20/76 Installing : libpsl-0.21.1-5.el9.x86_64 21/76 Installing : psmisc-23.4-3.el9.x86_64 22/76 Installing : pciutils-libs-3.7.0-5.el9.x86_64 23/76 Installing : libseccomp-2.5.2-2.el9.x86_64 24/76 Installing : libndp-1.9-1.el9.x86_64 25/76 Installing : libbpf-2:1.4.0-1.el9.x86_64 26/76 Installing : kbd-misc-2.4.0-10.el9.noarch 27/76 Installing : kbd-legacy-2.4.0-10.el9.noarch 28/76 Installing : kbd-2.4.0-10.el9.x86_64 29/76 Installing : initscripts-rename-device-10.11.7-1.el9.x86_64 30/76 Installing : hwdata-0.348-9.15.el9.noarch 31/76 Installing : diffutils-3.7-12.el9.x86_64 32/76 Installing : policycoreutils-3.6-2.1.el9.x86_64 33/76 Running scriptlet: policycoreutils-3.6-2.1.el9.x86_64 33/76 Installing : selinux-policy-38.1.45-3.el9_5.noarch 34/76 Running scriptlet: selinux-policy-38.1.45-3.el9_5.noarch 34/76 Running scriptlet: selinux-policy-targeted-38.1.45-3.el9_5.noarch 35/76 Installing : selinux-policy-targeted-38.1.45-3.el9_5.noarch 35/76 Running scriptlet: selinux-policy-targeted-38.1.45-3.el9_5.noarch 35/76 Installing : dbus-1:1.12.20-8.el9.x86_64 36/76 Installing : systemd-pam-252-46.el9_5.2.0.1.x86_64 37/76 Running scriptlet: systemd-252-46.el9_5.2.0.1.x86_64 38/76 Installing : systemd-252-46.el9_5.2.0.1.x86_64 38/76 Running scriptlet: systemd-252-46.el9_5.2.0.1.x86_64 38/76 Installing : dbus-common-1:1.12.20-8.el9.noarch 39/76 Running scriptlet: dbus-common-1:1.12.20-8.el9.noarch 39/76 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 40/76 Installing : dbus-broker-28-7.el9.x86_64 40/76 Running scriptlet: dbus-broker-28-7.el9.x86_64 40/76 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 : device-mapper-libs-9:1.02.198-2.el9.x86_64 41/76 Installing : device-mapper-9:1.02.198-2.el9.x86_64 42/76 Installing : cryptsetup-libs-2.7.2-3.el9_5.x86_64 43/76 Installing : systemd-udev-252-46.el9_5.2.0.1.x86_64 44/76 Running scriptlet: systemd-udev-252-46.el9_5.2.0.1.x86_64 44/76 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-boot-update.service → /usr/lib/systemd/system/systemd-boot-update.service. Installing : initscripts-service-10.11.7-1.el9.noarch 45/76 Installing : attr-2.5.1-3.el9.x86_64 46/76 Upgrading : ima-evm-utils-1.5-2.el9.0.1.x86_64 47/76 Upgrading : rpm-sign-libs-4.16.1.3-34.el9.0.1.x86_64 48/76 Upgrading : python3-rpm-4.16.1.3-34.el9.0.1.x86_64 49/76 Installing : initscripts-10.11.7-1.el9.x86_64 50/76 Running scriptlet: initscripts-10.11.7-1.el9.x86_64 50/76 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-5.el9_5.x86_64 51/76 Installing : NetworkManager-1:1.48.10-5.el9_5.x86_64 51/76 Running scriptlet: NetworkManager-1:1.48.10-5.el9_5.x86_64 51/76 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 : rpm-plugin-selinux-4.16.1.3-34.el9.0.1.x86_64 52/76 Installing : pciutils-3.7.0-5.el9.x86_64 53/76 Installing : iproute-6.2.0-6.el9_4.x86_64 54/76 Installing : wget-1.21.1-8.el9_4.x86_64 55/76 Installing : ethtool-2:6.2-1.el9.x86_64 56/76 Installing : sudo-1.9.5p2-10.el9_3.x86_64 57/76 Running scriptlet: sudo-1.9.5p2-10.el9_3.x86_64 57/76 Upgrading : openssl-1:3.2.2-6.el9_5.1.x86_64 58/76 Upgrading : less-590-5.el9.x86_64 59/76 Installing : python3-setuptools-53.0.0-13.el9.noarch 60/76 Installing : contrail-vrouter-utils-r24.1.1.8.2.4.4-r24.1_1_8_2 61/76 Installing : contrail-lib-r24.1.1.8.2.4.4-r24.1_1_8_2_4_4.el7.x 62/76 Cleanup : python3-rpm-4.16.1.3-19.el9_1.x86_64 63/76 Cleanup : rpm-sign-libs-4.16.1.3-19.el9_1.x86_64 64/76 Cleanup : openssl-1:3.0.1-43.el9_0.x86_64 65/76 Cleanup : rpm-build-libs-4.16.1.3-19.el9_1.x86_64 66/76 Cleanup : rpm-4.16.1.3-19.el9_1.x86_64 67/76 Cleanup : rpm-libs-4.16.1.3-19.el9_1.x86_64 68/76 Cleanup : ima-evm-utils-1.4-4.el9.x86_64 69/76 Cleanup : systemd-libs-250-12.el9_1.1.x86_64 70/76 Cleanup : libselinux-3.4-3.el9.x86_64 71/76 Cleanup : libsepol-3.4-1.1.el9.x86_64 72/76 Cleanup : openssl-libs-1:3.0.1-43.el9_0.x86_64 73/76 Cleanup : keyutils-libs-1.6.1-4.el9.x86_64 74/76 Cleanup : libacl-2.3.1-3.el9.x86_64 75/76 Cleanup : less-590-1.el9_0.x86_64 76/76 Running scriptlet: rpm-4.16.1.3-34.el9.0.1.x86_64 76/76 Running scriptlet: selinux-policy-targeted-38.1.45-3.el9_5.noarch 76/76 Running scriptlet: systemd-252-46.el9_5.2.0.1.x86_64 76/76 Running scriptlet: less-590-1.el9_0.x86_64 76/76 Verifying : contrail-lib-r24.1.1.8.2.4.4-r24.1_1_8_2_4_4.el7.x 1/76 Verifying : contrail-vrouter-utils-r24.1.1.8.2.4.4-r24.1_1_8_2 2/76 Verifying : NetworkManager-1:1.48.10-5.el9_5.x86_64 3/76 Verifying : NetworkManager-libnm-1:1.48.10-5.el9_5.x86_64 4/76 Verifying : acl-2.3.1-4.el9.x86_64 5/76 Verifying : attr-2.5.1-3.el9.x86_64 6/76 Verifying : chkconfig-1.24-1.el9_5.1.x86_64 7/76 Verifying : cryptsetup-libs-2.7.2-3.el9_5.x86_64 8/76 Verifying : dbus-1:1.12.20-8.el9.x86_64 9/76 Verifying : dbus-broker-28-7.el9.x86_64 10/76 Verifying : dbus-common-1:1.12.20-8.el9.noarch 11/76 Verifying : device-mapper-9:1.02.198-2.el9.x86_64 12/76 Verifying : device-mapper-libs-9:1.02.198-2.el9.x86_64 13/76 Verifying : diffutils-3.7-12.el9.x86_64 14/76 Verifying : ethtool-2:6.2-1.el9.x86_64 15/76 Verifying : hwdata-0.348-9.15.el9.noarch 16/76 Verifying : initscripts-10.11.7-1.el9.x86_64 17/76 Verifying : initscripts-rename-device-10.11.7-1.el9.x86_64 18/76 Verifying : initscripts-service-10.11.7-1.el9.noarch 19/76 Verifying : iproute-6.2.0-6.el9_4.x86_64 20/76 Verifying : kbd-2.4.0-10.el9.x86_64 21/76 Verifying : kbd-legacy-2.4.0-10.el9.noarch 22/76 Verifying : kbd-misc-2.4.0-10.el9.noarch 23/76 Verifying : keyutils-1.6.3-1.el9.x86_64 24/76 Verifying : kmod-28-10.el9.x86_64 25/76 Verifying : kmod-libs-28-10.el9.x86_64 26/76 Verifying : libbpf-2:1.4.0-1.el9.x86_64 27/76 Verifying : libmnl-1.0.4-16.el9_4.x86_64 28/76 Verifying : libndp-1.9-1.el9.x86_64 29/76 Verifying : libpsl-0.21.1-5.el9.x86_64 30/76 Verifying : libseccomp-2.5.2-2.el9.x86_64 31/76 Verifying : libselinux-utils-3.6-1.el9.x86_64 32/76 Verifying : pciutils-3.7.0-5.el9.x86_64 33/76 Verifying : pciutils-libs-3.7.0-5.el9.x86_64 34/76 Verifying : policycoreutils-3.6-2.1.el9.x86_64 35/76 Verifying : procps-ng-3.3.17-14.el9.x86_64 36/76 Verifying : psmisc-23.4-3.el9.x86_64 37/76 Verifying : publicsuffix-list-dafsa-20210518-3.el9.noarch 38/76 Verifying : python3-setuptools-53.0.0-13.el9.noarch 39/76 Verifying : rpm-plugin-selinux-4.16.1.3-34.el9.0.1.x86_64 40/76 Verifying : selinux-policy-38.1.45-3.el9_5.noarch 41/76 Verifying : selinux-policy-targeted-38.1.45-3.el9_5.noarch 42/76 Verifying : sudo-1.9.5p2-10.el9_3.x86_64 43/76 Verifying : systemd-252-46.el9_5.2.0.1.x86_64 44/76 Verifying : systemd-pam-252-46.el9_5.2.0.1.x86_64 45/76 Verifying : systemd-rpm-macros-252-46.el9_5.2.0.1.noarch 46/76 Verifying : systemd-udev-252-46.el9_5.2.0.1.x86_64 47/76 Verifying : wget-1.21.1-8.el9_4.x86_64 48/76 Verifying : ima-evm-utils-1.5-2.el9.0.1.x86_64 49/76 Verifying : ima-evm-utils-1.4-4.el9.x86_64 50/76 Verifying : keyutils-libs-1.6.3-1.el9.x86_64 51/76 Verifying : keyutils-libs-1.6.1-4.el9.x86_64 52/76 Verifying : less-590-5.el9.x86_64 53/76 Verifying : less-590-1.el9_0.x86_64 54/76 Verifying : libacl-2.3.1-4.el9.x86_64 55/76 Verifying : libacl-2.3.1-3.el9.x86_64 56/76 Verifying : libselinux-3.6-1.el9.x86_64 57/76 Verifying : libselinux-3.4-3.el9.x86_64 58/76 Verifying : libsepol-3.6-1.el9.x86_64 59/76 Verifying : libsepol-3.4-1.1.el9.x86_64 60/76 Verifying : openssl-1:3.2.2-6.el9_5.1.x86_64 61/76 Verifying : openssl-1:3.0.1-43.el9_0.x86_64 62/76 Verifying : openssl-libs-1:3.2.2-6.el9_5.1.x86_64 63/76 Verifying : openssl-libs-1:3.0.1-43.el9_0.x86_64 64/76 Verifying : python3-rpm-4.16.1.3-34.el9.0.1.x86_64 65/76 Verifying : python3-rpm-4.16.1.3-19.el9_1.x86_64 66/76 Verifying : rpm-4.16.1.3-34.el9.0.1.x86_64 67/76 Verifying : rpm-4.16.1.3-19.el9_1.x86_64 68/76 Verifying : rpm-build-libs-4.16.1.3-34.el9.0.1.x86_64 69/76 Verifying : rpm-build-libs-4.16.1.3-19.el9_1.x86_64 70/76 Verifying : rpm-libs-4.16.1.3-34.el9.0.1.x86_64 71/76 Verifying : rpm-libs-4.16.1.3-19.el9_1.x86_64 72/76 Verifying : rpm-sign-libs-4.16.1.3-34.el9.0.1.x86_64 73/76 Verifying : rpm-sign-libs-4.16.1.3-19.el9_1.x86_64 74/76 Verifying : systemd-libs-252-46.el9_5.2.0.1.x86_64 75/76 Verifying : systemd-libs-250-12.el9_1.1.x86_64 76/76 Upgraded: ima-evm-utils-1.5-2.el9.0.1.x86_64 keyutils-libs-1.6.3-1.el9.x86_64 less-590-5.el9.x86_64 libacl-2.3.1-4.el9.x86_64 libselinux-3.6-1.el9.x86_64 libsepol-3.6-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-rpm-4.16.1.3-34.el9.0.1.x86_64 rpm-4.16.1.3-34.el9.0.1.x86_64 rpm-build-libs-4.16.1.3-34.el9.0.1.x86_64 rpm-libs-4.16.1.3-34.el9.0.1.x86_64 rpm-sign-libs-4.16.1.3-34.el9.0.1.x86_64 systemd-libs-252-46.el9_5.2.0.1.x86_64 Installed: NetworkManager-1:1.48.10-5.el9_5.x86_64 NetworkManager-libnm-1:1.48.10-5.el9_5.x86_64 acl-2.3.1-4.el9.x86_64 attr-2.5.1-3.el9.x86_64 chkconfig-1.24-1.el9_5.1.x86_64 contrail-lib-r24.1.1.8.2.4.4-r24.1_1_8_2_4_4.el7.x86_64 contrail-vrouter-utils-r24.1.1.8.2.4.4-r24.1_1_8_2_4_4.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 diffutils-3.7-12.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 keyutils-1.6.3-1.el9.x86_64 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 libselinux-utils-3.6-1.el9.x86_64 pciutils-3.7.0-5.el9.x86_64 pciutils-libs-3.7.0-5.el9.x86_64 policycoreutils-3.6-2.1.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 rpm-plugin-selinux-4.16.1.3-34.el9.0.1.x86_64 selinux-policy-38.1.45-3.el9_5.noarch selinux-policy-targeted-38.1.45-3.el9_5.noarch sudo-1.9.5p2-10.el9_3.x86_64 systemd-252-46.el9_5.2.0.1.x86_64 systemd-pam-252-46.el9_5.2.0.1.x86_64 systemd-rpm-macros-252-46.el9_5.2.0.1.noarch systemd-udev-252-46.el9_5.2.0.1.x86_64 wget-1.21.1-8.el9_4.x86_64 Complete! Error: Unknown repo: 'devel' The command '/bin/sh -c mkdir -p /opt/contrail && for item in `ls /__*` ; do mv $item /${item:3} ; done && find /etc/yum.repos.d/ | grep -i centos | xargs rm ; ls -l /etc/yum.repos.d/ && 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' returned a non-zero code: 1 2025-06-23 13:56:19,704: INFO: Docker build duration: 171 seconds 2025-06-23 13:56:19,711: ERROR: Building contrail-vrouter-kernel-init failed, duration: 171 seconds