2025-06-20 11:33:47,684: INFO: Building contrail-vrouter-kernel-init 2025-06-20 11:33:48,159: 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-3 --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 169.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 d77d0c1bf866 ---> Removed intermediate container d77d0c1bf866 ---> 8d1b75218c54 Step 3/14 : ARG VENDOR_DOMAIN ---> Running in 1b51b411de81 ---> Removed intermediate container 1b51b411de81 ---> 9021d9230dea Step 4/14 : ARG CONTRAIL_VERSION ---> Running in 2f852c26a333 ---> Removed intermediate container 2f852c26a333 ---> 7920ce5156c9 Step 5/14 : ARG CONTRAIL_CONTAINER_TAG ---> Running in 206e627939df ---> Removed intermediate container 206e627939df ---> 392110d0c3d4 Step 6/14 : ARG CONTAINER_NAME ---> Running in fd90621a1674 ---> Removed intermediate container fd90621a1674 ---> 8e997e05abb4 Step 7/14 : ENV VENDOR_DOMAIN=$VENDOR_DOMAIN VENDOR_NAME=$VENDOR_NAME CONTRAIL_VERSION=$CONTRAIL_CONTAINER_TAG CONTAINER_NAME=$CONTAINER_NAME ---> Running in 7d645e0f24ce ---> Removed intermediate container 7d645e0f24ce ---> e59ba5f5ec41 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 ade6188b463e ---> Removed intermediate container ade6188b463e ---> 01849647b781 Step 9/14 : COPY *.repo /etc/yum.repos.d/ ---> e05e80ba6543 Step 10/14 : COPY *.sh / ---> bb59ac1b28ff Step 11/14 : COPY __network-functions-vrouter-kernel __network-functions-vrouter __network-functions-vrouter-kernel-env / ---> a9a23838790a Step 12/14 : COPY __ifup-vhost __ifdown-vhost __dhclient-vhost0.conf / ---> 86b1e65943a5 Step 13/14 : 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 5d5a185e303e Contrail repo 7.4 MB/s | 177 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 19 MB/s | 10 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 9.8 MB/s | 360 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 35 MB/s | 31 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 26 MB/s | 9.3 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 37 MB/s | 17 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 6.1 MB/s | 2.1 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 2.1 MB/s | 730 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 465 kB/s | 264 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 24 MB/s | 7.0 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 7.8 MB/s | 4.0 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 856 kB/s | 939 kB 00:01 added from: http://tf-mirrors.gz1.opensdn.io/re 5.2 MB/s | 2.3 MB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 911 kB/s | 392 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 1.3 MB/s | 451 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 237 kB/s | 16 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 2.0 kB/s | 257 B 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 32 kB/s | 13 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 102 kB/s | 60 kB 00:00 added from: http://tf-mirrors.gz1.opensdn.io/re 8.9 MB/s | 4.8 MB 00:00 Third parties for OpenSDN 13 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:07 ago on Fri Jun 20 11:35:27 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.3-r24.1_1_8_2_4_3.el7 contrail 1.3 M contrail-vrouter-utils x86_64 r24.1.1.8.2.4.3-r24.1_1_8_2_4_3.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: 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 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 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 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 selinux-policy noarch 3.13.1-268.el7_9.2 tf-mirrors.ci_repos_yum7-updates 498 k 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 44 Packages Upgrade 7 Packages Total download size: 28 M Downloading Packages: (1/51): contrail-vrouter-utils-r24.1.1.8.2.4.3- 1.2 MB/s | 113 kB 00:00 (2/51): contrail-lib-r24.1.1.8.2.4.3-r24.1_1_8_ 3.8 MB/s | 1.3 MB 00:00 (3/51): selinux-policy-3.13.1-268.el7_9.2.noarc 1.0 MB/s | 498 kB 00:00 (4/51): acl-2.3.1-4.el9.x86_64.rpm 195 kB/s | 69 kB 00:00 (5/51): NetworkManager-1.48.10-5.el9_5.x86_64.r 3.0 MB/s | 2.3 MB 00:00 (6/51): chkconfig-1.24-1.el9_5.1.x86_64.rpm 2.6 MB/s | 160 kB 00:00 (7/51): dbus-1.12.20-8.el9.x86_64.rpm 729 kB/s | 6.8 kB 00:00 (8/51): NetworkManager-libnm-1.48.10-5.el9_5.x8 3.1 MB/s | 1.8 MB 00:00 (9/51): cryptsetup-libs-2.7.2-3.el9_5.x86_64.rp 5.1 MB/s | 514 kB 00:00 (10/51): dbus-common-1.12.20-8.el9.noarch.rpm 230 kB/s | 14 kB 00:00 (11/51): dbus-broker-28-7.el9.x86_64.rpm 1.8 MB/s | 171 kB 00:00 (12/51): device-mapper-1.02.198-2.el9.x86_64.rp 2.2 MB/s | 137 kB 00:00 (13/51): device-mapper-libs-1.02.198-2.el9.x86_ 2.7 MB/s | 177 kB 00:00 (14/51): ethtool-6.2-1.el9.x86_64.rpm 7.4 MB/s | 229 kB 00:00 (15/51): diffutils-3.7-12.el9.x86_64.rpm 6.6 MB/s | 388 kB 00:00 (16/51): initscripts-10.11.7-1.el9.x86_64.rpm 1.9 MB/s | 208 kB 00:00 (17/51): initscripts-rename-device-10.11.7-1.el 58 kB/s | 14 kB 00:00 (18/51): initscripts-service-10.11.7-1.el9.noar 31 kB/s | 10 kB 00:00 (19/51): hwdata-0.348-9.15.el9.noarch.rpm 2.5 MB/s | 1.6 MB 00:00 (20/51): iproute-6.2.0-6.el9_4.x86_64.rpm 1.2 MB/s | 786 kB 00:00 (21/51): kbd-2.4.0-10.el9.x86_64.rpm 842 kB/s | 387 kB 00:00 (22/51): kbd-legacy-2.4.0-10.el9.noarch.rpm 1.6 MB/s | 502 kB 00:00 (23/51): kmod-28-10.el9.x86_64.rpm 1.8 MB/s | 121 kB 00:00 (24/51): kmod-libs-28-10.el9.x86_64.rpm 1.5 MB/s | 62 kB 00:00 (25/51): libbpf-1.4.0-1.el9.x86_64.rpm 5.8 MB/s | 177 kB 00:00 (26/51): libmnl-1.0.4-16.el9_4.x86_64.rpm 407 kB/s | 27 kB 00:00 (27/51): libndp-1.9-1.el9.x86_64.rpm 252 kB/s | 37 kB 00:00 (28/51): libpsl-0.21.1-5.el9.x86_64.rpm 215 kB/s | 63 kB 00:00 (29/51): libseccomp-2.5.2-2.el9.x86_64.rpm 191 kB/s | 71 kB 00:00 (30/51): libselinux-utils-3.6-1.el9.x86_64.rpm 355 kB/s | 164 kB 00:00 (31/51): pciutils-3.7.0-5.el9.x86_64.rpm 211 kB/s | 92 kB 00:00 (32/51): pciutils-libs-3.7.0-5.el9.x86_64.rpm 115 kB/s | 41 kB 00:00 (33/51): kbd-misc-2.4.0-10.el9.noarch.rpm 1.0 MB/s | 1.5 MB 00:01 (34/51): policycoreutils-3.6-2.1.el9.x86_64.rpm 290 kB/s | 208 kB 00:00 (35/51): psmisc-23.4-3.el9.x86_64.rpm 730 kB/s | 226 kB 00:00 (36/51): procps-ng-3.3.17-14.el9.x86_64.rpm 612 kB/s | 332 kB 00:00 (37/51): publicsuffix-list-dafsa-20210518-3.el9 1.0 MB/s | 58 kB 00:00 (38/51): python3-setuptools-53.0.0-13.el9.noarc 4.1 MB/s | 838 kB 00:00 (39/51): sudo-1.9.5p2-10.el9_3.x86_64.rpm 2.6 MB/s | 1.0 MB 00:00 (40/51): systemd-pam-252-46.el9_5.2.0.1.x86_64. 819 kB/s | 285 kB 00:00 (41/51): systemd-rpm-macros-252-46.el9_5.2.0.1. 182 kB/s | 73 kB 00:00 (42/51): systemd-udev-252-46.el9_5.2.0.1.x86_64 3.0 MB/s | 1.9 MB 00:00 (43/51): wget-1.21.1-8.el9_4.x86_64.rpm 1.7 MB/s | 768 kB 00:00 (44/51): less-590-5.el9.x86_64.rpm 2.3 MB/s | 161 kB 00:00 (45/51): libacl-2.3.1-4.el9.x86_64.rpm 836 kB/s | 22 kB 00:00 (46/51): libselinux-3.6-1.el9.x86_64.rpm 2.8 MB/s | 85 kB 00:00 (47/51): libsepol-3.6-1.el9.x86_64.rpm 4.2 MB/s | 329 kB 00:00 (48/51): systemd-252-46.el9_5.2.0.1.x86_64.rpm 2.8 MB/s | 4.0 MB 00:01 (49/51): openssl-3.2.2-6.el9_5.1.x86_64.rpm 4.4 MB/s | 1.3 MB 00:00 (50/51): systemd-libs-252-46.el9_5.2.0.1.x86_64 2.0 MB/s | 678 kB 00:00 (51/51): openssl-libs-3.2.2-6.el9_5.1.x86_64.rp 4.0 MB/s | 2.4 MB 00:00 -------------------------------------------------------------------------------- Total 4.9 MB/s | 28 MB 00:05 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Upgrading : openssl-libs-1:3.2.2-6.el9_5.1.x86_64 1/58 Installing : kmod-libs-28-10.el9.x86_64 2/58 Upgrading : libsepol-3.6-1.el9.x86_64 3/58 Upgrading : libselinux-3.6-1.el9.x86_64 4/58 Upgrading : systemd-libs-252-46.el9_5.2.0.1.x86_64 5/58 Running scriptlet: systemd-libs-252-46.el9_5.2.0.1.x86_64 5/58 Installing : libselinux-utils-3.6-1.el9.x86_64 6/58 Upgrading : libacl-2.3.1-4.el9.x86_64 7/58 Installing : libmnl-1.0.4-16.el9_4.x86_64 8/58 Installing : acl-2.3.1-4.el9.x86_64 9/58 Installing : NetworkManager-libnm-1:1.48.10-5.el9_5.x86_64 10/58 Running scriptlet: NetworkManager-libnm-1:1.48.10-5.el9_5.x86_64 10/58 Installing : procps-ng-3.3.17-14.el9.x86_64 11/58 Installing : chkconfig-1.24-1.el9_5.1.x86_64 12/58 Installing : kmod-28-10.el9.x86_64 13/58 Installing : systemd-rpm-macros-252-46.el9_5.2.0.1.noarch 14/58 Installing : publicsuffix-list-dafsa-20210518-3.el9.noarch 15/58 Installing : libpsl-0.21.1-5.el9.x86_64 16/58 Installing : psmisc-23.4-3.el9.x86_64 17/58 Installing : pciutils-libs-3.7.0-5.el9.x86_64 18/58 Installing : libseccomp-2.5.2-2.el9.x86_64 19/58 Installing : libndp-1.9-1.el9.x86_64 20/58 Installing : libbpf-2:1.4.0-1.el9.x86_64 21/58 Installing : kbd-misc-2.4.0-10.el9.noarch 22/58 Installing : kbd-legacy-2.4.0-10.el9.noarch 23/58 Installing : kbd-2.4.0-10.el9.x86_64 24/58 Installing : initscripts-rename-device-10.11.7-1.el9.x86_64 25/58 Installing : hwdata-0.348-9.15.el9.noarch 26/58 Installing : diffutils-3.7-12.el9.x86_64 27/58 Installing : policycoreutils-3.6-2.1.el9.x86_64 28/58 Running scriptlet: policycoreutils-3.6-2.1.el9.x86_64 28/58 Installing : selinux-policy-3.13.1-268.el7_9.2.noarch 29/58 Running scriptlet: selinux-policy-3.13.1-268.el7_9.2.noarch 29/58 Installing : dbus-1:1.12.20-8.el9.x86_64 30/58 Installing : systemd-pam-252-46.el9_5.2.0.1.x86_64 31/58 Running scriptlet: systemd-252-46.el9_5.2.0.1.x86_64 32/58 Installing : systemd-252-46.el9_5.2.0.1.x86_64 32/58 Running scriptlet: systemd-252-46.el9_5.2.0.1.x86_64 32/58 Failed to resolve typeattributeset statement at /var/lib/selinux/targeted/tmp/modules/200/systemd-container-coredump/cil:1 Failed to resolve AST /usr/sbin/semodule: Failed! Installing : dbus-common-1:1.12.20-8.el9.noarch 33/58 Running scriptlet: dbus-common-1:1.12.20-8.el9.noarch 33/58 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 34/58 Installing : dbus-broker-28-7.el9.x86_64 34/58 Running scriptlet: dbus-broker-28-7.el9.x86_64 34/58 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 35/58 Installing : device-mapper-9:1.02.198-2.el9.x86_64 36/58 Installing : cryptsetup-libs-2.7.2-3.el9_5.x86_64 37/58 Installing : systemd-udev-252-46.el9_5.2.0.1.x86_64 38/58 Running scriptlet: systemd-udev-252-46.el9_5.2.0.1.x86_64 38/58 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 39/58 Installing : initscripts-10.11.7-1.el9.x86_64 40/58 Running scriptlet: initscripts-10.11.7-1.el9.x86_64 40/58 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 41/58 Installing : NetworkManager-1:1.48.10-5.el9_5.x86_64 41/58 Running scriptlet: NetworkManager-1:1.48.10-5.el9_5.x86_64 41/58 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 : pciutils-3.7.0-5.el9.x86_64 42/58 Installing : iproute-6.2.0-6.el9_4.x86_64 43/58 Installing : wget-1.21.1-8.el9_4.x86_64 44/58 Installing : ethtool-2:6.2-1.el9.x86_64 45/58 Installing : sudo-1.9.5p2-10.el9_3.x86_64 46/58 Running scriptlet: sudo-1.9.5p2-10.el9_3.x86_64 46/58 Upgrading : openssl-1:3.2.2-6.el9_5.1.x86_64 47/58 Upgrading : less-590-5.el9.x86_64 48/58 Installing : python3-setuptools-53.0.0-13.el9.noarch 49/58 Installing : contrail-vrouter-utils-r24.1.1.8.2.4.3-r24.1_1_8_2 50/58 Installing : contrail-lib-r24.1.1.8.2.4.3-r24.1_1_8_2_4_3.el7.x 51/58 Cleanup : openssl-1:3.0.1-43.el9_0.x86_64 52/58 Cleanup : systemd-libs-250-12.el9_1.1.x86_64 53/58 Cleanup : libselinux-3.4-3.el9.x86_64 54/58 Cleanup : libsepol-3.4-1.1.el9.x86_64 55/58 Cleanup : openssl-libs-1:3.0.1-43.el9_0.x86_64 56/58 Cleanup : libacl-2.3.1-3.el9.x86_64 57/58 Cleanup : less-590-1.el9_0.x86_64 58/58 Running scriptlet: systemd-252-46.el9_5.2.0.1.x86_64 58/58 Failed to resolve typeattributeset statement at /var/lib/selinux/targeted/tmp/modules/200/systemd-container-coredump/cil:1 Failed to resolve AST /usr/sbin/semodule: Failed! Running scriptlet: less-590-1.el9_0.x86_64 58/58 Verifying : contrail-lib-r24.1.1.8.2.4.3-r24.1_1_8_2_4_3.el7.x 1/58 Verifying : contrail-vrouter-utils-r24.1.1.8.2.4.3-r24.1_1_8_2 2/58 Verifying : selinux-policy-3.13.1-268.el7_9.2.noarch 3/58 Verifying : NetworkManager-1:1.48.10-5.el9_5.x86_64 4/58 Verifying : NetworkManager-libnm-1:1.48.10-5.el9_5.x86_64 5/58 Verifying : acl-2.3.1-4.el9.x86_64 6/58 Verifying : chkconfig-1.24-1.el9_5.1.x86_64 7/58 Verifying : cryptsetup-libs-2.7.2-3.el9_5.x86_64 8/58 Verifying : dbus-1:1.12.20-8.el9.x86_64 9/58 Verifying : dbus-broker-28-7.el9.x86_64 10/58 Verifying : dbus-common-1:1.12.20-8.el9.noarch 11/58 Verifying : device-mapper-9:1.02.198-2.el9.x86_64 12/58 Verifying : device-mapper-libs-9:1.02.198-2.el9.x86_64 13/58 Verifying : diffutils-3.7-12.el9.x86_64 14/58 Verifying : ethtool-2:6.2-1.el9.x86_64 15/58 Verifying : hwdata-0.348-9.15.el9.noarch 16/58 Verifying : initscripts-10.11.7-1.el9.x86_64 17/58 Verifying : initscripts-rename-device-10.11.7-1.el9.x86_64 18/58 Verifying : initscripts-service-10.11.7-1.el9.noarch 19/58 Verifying : iproute-6.2.0-6.el9_4.x86_64 20/58 Verifying : kbd-2.4.0-10.el9.x86_64 21/58 Verifying : kbd-legacy-2.4.0-10.el9.noarch 22/58 Verifying : kbd-misc-2.4.0-10.el9.noarch 23/58 Verifying : kmod-28-10.el9.x86_64 24/58 Verifying : kmod-libs-28-10.el9.x86_64 25/58 Verifying : libbpf-2:1.4.0-1.el9.x86_64 26/58 Verifying : libmnl-1.0.4-16.el9_4.x86_64 27/58 Verifying : libndp-1.9-1.el9.x86_64 28/58 Verifying : libpsl-0.21.1-5.el9.x86_64 29/58 Verifying : libseccomp-2.5.2-2.el9.x86_64 30/58 Verifying : libselinux-utils-3.6-1.el9.x86_64 31/58 Verifying : pciutils-3.7.0-5.el9.x86_64 32/58 Verifying : pciutils-libs-3.7.0-5.el9.x86_64 33/58 Verifying : policycoreutils-3.6-2.1.el9.x86_64 34/58 Verifying : procps-ng-3.3.17-14.el9.x86_64 35/58 Verifying : psmisc-23.4-3.el9.x86_64 36/58 Verifying : publicsuffix-list-dafsa-20210518-3.el9.noarch 37/58 Verifying : python3-setuptools-53.0.0-13.el9.noarch 38/58 Verifying : sudo-1.9.5p2-10.el9_3.x86_64 39/58 Verifying : systemd-252-46.el9_5.2.0.1.x86_64 40/58 Verifying : systemd-pam-252-46.el9_5.2.0.1.x86_64 41/58 Verifying : systemd-rpm-macros-252-46.el9_5.2.0.1.noarch 42/58 Verifying : systemd-udev-252-46.el9_5.2.0.1.x86_64 43/58 Verifying : wget-1.21.1-8.el9_4.x86_64 44/58 Verifying : less-590-5.el9.x86_64 45/58 Verifying : less-590-1.el9_0.x86_64 46/58 Verifying : libacl-2.3.1-4.el9.x86_64 47/58 Verifying : libacl-2.3.1-3.el9.x86_64 48/58 Verifying : libselinux-3.6-1.el9.x86_64 49/58 Verifying : libselinux-3.4-3.el9.x86_64 50/58 Verifying : libsepol-3.6-1.el9.x86_64 51/58 Verifying : libsepol-3.4-1.1.el9.x86_64 52/58 Verifying : openssl-1:3.2.2-6.el9_5.1.x86_64 53/58 Verifying : openssl-1:3.0.1-43.el9_0.x86_64 54/58 Verifying : openssl-libs-1:3.2.2-6.el9_5.1.x86_64 55/58 Verifying : openssl-libs-1:3.0.1-43.el9_0.x86_64 56/58 Verifying : systemd-libs-252-46.el9_5.2.0.1.x86_64 57/58 Verifying : systemd-libs-250-12.el9_1.1.x86_64 58/58 Upgraded: 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 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 chkconfig-1.24-1.el9_5.1.x86_64 contrail-lib-r24.1.1.8.2.4.3-r24.1_1_8_2_4_3.el7.x86_64 contrail-vrouter-utils-r24.1.1.8.2.4.3-r24.1_1_8_2_4_3.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 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 selinux-policy-3.13.1-268.el7_9.2.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 && 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-20 11:36:18,570: INFO: Docker build duration: 151 seconds 2025-06-20 11:36:18,580: ERROR: Building contrail-vrouter-kernel-init failed, duration: 151 seconds