Kubeinit / kubeinit

Ansible automation to have a KUBErnetes cluster INITialized as soon as possible...

Home Page:https://www.kubeinit.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CentOS Stream 9 guests not booting

ccamacho opened this issue · comments

Describe the bug
After deploying the guests images, CentOS Stream 9 are not booting

dracut:/# cat /run/initramfs/rdsosreport.txt
+ cat /lib/dracut/dracut-057-13.git20220816.el9
dracut-057-13.git20220816.el9
+ echo /proc/cmdline
/proc/cmdline
+ sed -e 's/\(ftp:\/\/.*\):.*@/\1:*******@/g;s/\(cifs:\/\/.*\):.*@/\1:*******@/g;s/cifspass=[^ ]*/cifspass=*******/g;s/iscsi:.*@/iscsi:******@/g;s/rd.iscsi.password=[^ ]*/rd.iscsi.password=******/g;s/rd.iscsi.in.password=[^ ]*/rd.iscsi.in.password=******/g' /proc/cmdline
BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-5.14.0-148.el9.x86_64 panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check printk.time=1 cgroup_disable=memory usbcore.nousb cryptomgr.notests tsc=reliable 8250.nr_uarts=1 root=UUID=95230fe4-199a-4b39-a8bf-762c425e0230 selinux=0 quiet guestfs_network=1 TERM=linux
+ '[' -f /etc/cmdline ']'
+ for _i in /etc/cmdline.d/*.conf
+ '[' -f '/etc/cmdline.d/*.conf' ']'
+ break
+ cat /proc/self/mountinfo
1 1 0:2 / / rw shared:1 - rootfs none rw
21 1 0:20 / /proc rw,nosuid,nodev,noexec,relatime shared:2 - proc proc rw
22 1 0:21 / /sys rw,nosuid,nodev,noexec,relatime shared:3 - sysfs sysfs rw
23 1 0:5 / /dev rw,nosuid shared:8 - devtmpfs devtmpfs rw,size=4096k,nr_inodes=1048576,mode=755,inode64
24 22 0:6 / /sys/kernel/security rw,nosuid,nodev,noexec,relatime shared:4 - securityfs securityfs rw
25 23 0:22 / /dev/shm rw,nosuid,nodev shared:9 - tmpfs tmpfs rw,inode64
26 23 0:23 / /dev/pts rw,nosuid,noexec,relatime shared:10 - devpts devpts rw,gid=5,mode=620,ptmxmode=000
27 1 0:24 / /run rw,nosuid,nodev shared:11 - tmpfs tmpfs rw,size=4920560k,nr_inodes=819200,mode=755,inode64
28 22 0:25 / /sys/fs/cgroup rw,nosuid,nodev,noexec,relatime shared:5 - cgroup2 cgroup2 rw,nsdelegate,memory_recursiveprot
29 22 0:26 / /sys/fs/pstore rw,nosuid,nodev,noexec,relatime shared:6 - pstore pstore rw
30 22 0:27 / /sys/fs/bpf rw,nosuid,nodev,noexec,relatime shared:7 - bpf none rw,mode=700
43 27 0:28 / /run/credentials/systemd-sysusers.service ro,nosuid,nodev,noexec,relatime shared:12 - ramfs none rw,mode=700
31 1 0:29 / /var/lib/nfs/rpc_pipefs rw,relatime shared:13 - rpc_pipefs rpc_pipefs rw
+ cat /proc/mounts
none / rootfs rw 0 0
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
devtmpfs /dev devtmpfs rw,nosuid,size=4096k,nr_inodes=1048576,mode=755,inode64 0 0
securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev,inode64 0 0
devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
tmpfs /run tmpfs rw,nosuid,nodev,size=4920560k,nr_inodes=819200,mode=755,inode64 0 0
cgroup2 /sys/fs/cgroup cgroup2 rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot 0 0
pstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 0 0
none /sys/fs/bpf bpf rw,nosuid,nodev,noexec,relatime,mode=700 0 0
none /run/credentials/systemd-sysusers.service ramfs ro,nosuid,nodev,noexec,relatime,mode=700 0 0
rpc_pipefs /var/lib/nfs/rpc_pipefs rpc_pipefs rw,relatime 0 0
+ blkid
/dev/vda1: UUID="e2d651c4-3870-4e0d-8aac-6b6356550f80" BLOCK_SIZE="512" TYPE="xfs" PARTUUID="4257f0b3-01"
+ blkid -o udev
ID_FS_UUID=e2d651c4-3870-4e0d-8aac-6b6356550f80
ID_FS_UUID_ENC=e2d651c4-3870-4e0d-8aac-6b6356550f80
ID_FS_BLOCK_SIZE=512
ID_FS_TYPE=xfs
ID_FS_PARTUUID=4257f0b3-01
+ ls -l /dev/disk/by-partuuid /dev/disk/by-path /dev/disk/by-uuid
/dev/disk/by-partuuid:
total 0
lrwxrwxrwx 1 root root 10 Aug 24 13:09 4257f0b3-01 -> ../../vda1
/dev/disk/by-path:
total 0
lrwxrwxrwx 1 root root  9 Aug 24 13:09 pci-0000:04:00.0 -> ../../vda
lrwxrwxrwx 1 root root 10 Aug 24 13:09 pci-0000:04:00.0-part1 -> ../../vda1
lrwxrwxrwx 1 root root  9 Aug 24 13:09 virtio-pci-0000:04:00.0 -> ../../vda
lrwxrwxrwx 1 root root 10 Aug 24 13:09 virtio-pci-0000:04:00.0-part1 -> ../../vda1
/dev/disk/by-uuid:
total 0
lrwxrwxrwx 1 root root 10 Aug 24 13:09 e2d651c4-3870-4e0d-8aac-6b6356550f80 -> ../../vda1
+ for _i in /etc/conf.d/*.conf
+ '[' -f /etc/conf.d/systemd.conf ']'
+ echo /etc/conf.d/systemd.conf
/etc/conf.d/systemd.conf
+ sed -e 's/\(ftp:\/\/.*\):.*@/\1:*******@/g;s/\(cifs:\/\/.*\):.*@/\1:*******@/g;s/cifspass=[^ ]*/cifspass=*******/g;s/iscsi:.*@/iscsi:******@/g;s/rd.iscsi.password=[^ ]*/rd.iscsi.password=******/g;s/rd.iscsi.in.password=[^ ]*/rd.iscsi.in.password=******/g' /etc/conf.d/systemd.conf
systemdutildir="/usr/lib/systemd"
systemdsystemunitdir="/usr/lib/systemd/system"
systemdsystemconfdir="/etc/systemd/system"
+ command -v lvm
+ command -v dmsetup
+ dmsetup ls --tree
No devices found
+ cat /proc/mdstat
Personalities : 
unused devices: <none>
+ command -v ip
+ ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: enp1s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 52:54:00:23:49:50 brd ff:ff:ff:ff:ff:ff
+ command -v journalctl
+ journalctl -ab --no-pager -o short-monotonic
+ sed -e 's/\(ftp:\/\/.*\):.*@/\1:*******@/g;s/\(cifs:\/\/.*\):.*@/\1:*******@/g;s/cifspass=[^ ]*/cifspass=*******/g;s/iscsi:.*@/iscsi:******@/g;s/rd.iscsi.password=[^ ]*/rd.iscsi.password=******/g;s/rd.iscsi.in.password=[^ ]*/rd.iscsi.in.password=******/g'
[    0.000000] localhost kernel: Linux version 5.14.0-148.el9.x86_64 (mockbuild@x86-05.stream.rdu2.redhat.com) (gcc (GCC) 11.3.1 20220421 (Red Hat 11.3.1-2), GNU ld version 2.35.2-24.el9) #1 SMP PREEMPT_DYNAMIC Fri Aug 19 13:03:55 UTC 2022
[    0.000000] localhost kernel: The list of certified hardware and cloud instances for Red Hat Enterprise Linux 9 can be viewed at the Red Hat Ecosystem Catalog, https://catalog.redhat.com.
[    0.000000] localhost kernel: Command line: BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-5.14.0-148.el9.x86_64 panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check printk.time=1 cgroup_disable=memory usbcore.nousb cryptomgr.notests tsc=reliable 8250.nr_uarts=1 root=UUID=95230fe4-199a-4b39-a8bf-762c425e0230 selinux=0 quiet guestfs_network=1 TERM=linux
[    0.000000] localhost kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] localhost kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] localhost kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] localhost kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] localhost kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] localhost kernel: signal: max sigframe size: 1776
[    0.000000] localhost kernel: BIOS-provided physical RAM map:
[    0.000000] localhost kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] localhost kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] localhost kernel: BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] localhost kernel: BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable
[    0.000000] localhost kernel: BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved
[    0.000000] localhost kernel: BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved
[    0.000000] localhost kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] localhost kernel: BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[    0.000000] localhost kernel: BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[    0.000000] localhost kernel: BIOS-e820: [mem 0x0000000100000000-0x000000067fffffff] usable
[    0.000000] localhost kernel: NX (Execute Disable) protection: active
[    0.000000] localhost kernel: SMBIOS 2.8 present.
[    0.000000] localhost kernel: DMI: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.0-1.fc36 04/01/2014
[    0.000000] localhost kernel: Hypervisor detected: KVM
[    0.000000] localhost kernel: kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000001] localhost kernel: kvm-clock: using sched offset of 10333740404 cycles
[    0.000003] localhost kernel: clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.000012] localhost kernel: tsc: Detected 2399.996 MHz processor
[    0.000461] localhost kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000464] localhost kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000470] localhost kernel: last_pfn = 0x680000 max_arch_pfn = 0x400000000
[    0.000518] localhost kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000533] localhost kernel: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000
[    0.010919] localhost kernel: found SMP MP-table at [mem 0x000f5a20-0x000f5a2f]
[    0.011052] localhost kernel: Using GB pages for direct mapping
[    0.011295] localhost kernel: RAMDISK: [mem 0x305b8000-0x342d3fff]
[    0.011316] localhost kernel: ACPI: Early table checksum verification disabled
[    0.011340] localhost kernel: ACPI: RSDP 0x00000000000F59E0 000014 (v00 BOCHS )
[    0.011350] localhost kernel: ACPI: RSDT 0x000000007FFE2B76 000034 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.011367] localhost kernel: ACPI: FACP 0x000000007FFE292E 0000F4 (v03 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.011374] localhost kernel: ACPI: DSDT 0x000000007FFDFC80 002CAE (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.011379] localhost kernel: ACPI: FACS 0x000000007FFDFC40 000040
[    0.011384] localhost kernel: ACPI: APIC 0x000000007FFE2A22 0000F0 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.011388] localhost kernel: ACPI: MCFG 0x000000007FFE2B12 00003C (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.011393] localhost kernel: ACPI: WAET 0x000000007FFE2B4E 000028 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.011396] localhost kernel: ACPI: Reserving FACP table memory at [mem 0x7ffe292e-0x7ffe2a21]
[    0.011398] localhost kernel: ACPI: Reserving DSDT table memory at [mem 0x7ffdfc80-0x7ffe292d]
[    0.011399] localhost kernel: ACPI: Reserving FACS table memory at [mem 0x7ffdfc40-0x7ffdfc7f]
[    0.011400] localhost kernel: ACPI: Reserving APIC table memory at [mem 0x7ffe2a22-0x7ffe2b11]
[    0.011401] localhost kernel: ACPI: Reserving MCFG table memory at [mem 0x7ffe2b12-0x7ffe2b4d]
[    0.011402] localhost kernel: ACPI: Reserving WAET table memory at [mem 0x7ffe2b4e-0x7ffe2b75]
[    0.011793] localhost kernel: No NUMA configuration found
[    0.011795] localhost kernel: Faking a node at [mem 0x0000000000000000-0x000000067fffffff]
[    0.011814] localhost kernel: NODE_DATA(0) allocated [mem 0x67ffd5000-0x67fffffff]
[    0.012631] localhost kernel: Zone ranges:
[    0.012632] localhost kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.012635] localhost kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.012637] localhost kernel:   Normal   [mem 0x0000000100000000-0x000000067fffffff]
[    0.012638] localhost kernel:   Device   empty
[    0.012640] localhost kernel: Movable zone start for each node
[    0.012643] localhost kernel: Early memory node ranges
[    0.012644] localhost kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.012645] localhost kernel:   node   0: [mem 0x0000000000100000-0x000000007ffdbfff]
[    0.012647] localhost kernel:   node   0: [mem 0x0000000100000000-0x000000067fffffff]
[    0.012655] localhost kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000067fffffff]
[    0.013047] localhost kernel: On node 0, zone DMA: 1 pages in unavailable ranges
[    0.013080] localhost kernel: On node 0, zone DMA: 97 pages in unavailable ranges
[    0.023045] localhost kernel: On node 0, zone Normal: 36 pages in unavailable ranges
[    0.024852] localhost kernel: ACPI: PM-Timer IO Port: 0x608
[    0.024888] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.024944] localhost kernel: IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.024949] localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.024951] localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.024953] localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.024957] localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.024958] localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.024965] localhost kernel: ACPI: Using ACPI (MADT) for SMP configuration information
[    0.024968] localhost kernel: TSC deadline timer available
[    0.024971] localhost kernel: smpboot: Allowing 16 CPUs, 8 hotplug CPUs
[    0.025027] localhost kernel: kvm-guest: KVM setup pv remote TLB flush
[    0.025031] localhost kernel: kvm-guest: setup PV sched yield
[    0.025055] localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.025058] localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.025059] localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    0.025060] localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.025062] localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x7ffdc000-0x7fffffff]
[    0.025063] localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x80000000-0xafffffff]
[    0.025064] localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xb0000000-0xbfffffff]
[    0.025065] localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xfed1bfff]
[    0.025066] localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.025067] localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfeffbfff]
[    0.025068] localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]
[    0.025069] localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xfffbffff]
[    0.025070] localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfffc0000-0xffffffff]
[    0.025071] localhost kernel: [mem 0xc0000000-0xfed1bfff] available for PCI devices
[    0.025074] localhost kernel: Booting paravirtualized kernel on KVM
[    0.025087] localhost kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.030243] localhost kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.031446] localhost kernel: percpu: Embedded 53 pages/cpu s180224 r8192 d28672 u262144
[    0.031459] localhost kernel: pcpu-alloc: s180224 r8192 d28672 u262144 alloc=1*2097152
[    0.031462] localhost kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.031526] localhost kernel: kvm-guest: PV spinlocks enabled
[    0.031530] localhost kernel: PV qspinlock hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.031548] localhost kernel: Built 1 zonelists, mobility grouping on.  Total pages: 6192860
[    0.031550] localhost kernel: Policy zone: Normal
[    0.031551] localhost kernel: Kernel command line: BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-5.14.0-148.el9.x86_64 panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check printk.time=1 cgroup_disable=memory usbcore.nousb cryptomgr.notests tsc=reliable 8250.nr_uarts=1 root=UUID=95230fe4-199a-4b39-a8bf-762c425e0230 selinux=0 quiet guestfs_network=1 TERM=linux
[    0.031805] localhost kernel: cgroup: Disabling memory control group subsystem
[    0.031914] localhost kernel: Unknown kernel command line parameters "BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-5.14.0-148.el9.x86_64 edd=off udevtimeout=6000 guestfs_network=1", will be passed to user space.
[    0.039340] localhost kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.043070] localhost kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.043845] localhost kernel: mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.084487] localhost kernel: Memory: 2098684K/25165288K available (14344K kernel code, 6000K rwdata, 9196K rodata, 2728K init, 7212K bss, 632944K reserved, 0K cma-reserved)
[    0.084506] localhost kernel: random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0
[    0.084696] localhost kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.084715] localhost kernel: Kernel/User page tables isolation: enabled
[    0.084744] localhost kernel: ftrace: allocating 44024 entries in 172 pages
[    0.109969] localhost kernel: ftrace: allocated 172 pages with 4 groups
[    0.110621] localhost kernel: Dynamic Preempt: voluntary
[    0.111078] localhost kernel: rcu: Preemptible hierarchical RCU implementation.
[    0.111080] localhost kernel: rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[    0.111082] localhost kernel: 	Trampoline variant of Tasks RCU enabled.
[    0.111082] localhost kernel: 	Rude variant of Tasks RCU enabled.
[    0.111083] localhost kernel: 	Tracing variant of Tasks RCU enabled.
[    0.111084] localhost kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.111085] localhost kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.115371] localhost kernel: NR_IRQS: 524544, nr_irqs: 552, preallocated irqs: 16
[    0.115664] localhost kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.115675] localhost kernel: random: crng init done (trusting CPU's manufacturer)
[    0.115814] localhost kernel: Console: colour *CGA 80x25
[    0.115890] localhost kernel: printk: console [ttyS0] enabled
[    0.115915] localhost kernel: ACPI: Core revision 20211217
[    0.115959] localhost kernel: APIC: Switch to symmetric I/O mode setup
[    0.116264] localhost kernel: x2apic enabled
[    0.116587] localhost kernel: Switched APIC routing to physical x2apic.
[    0.116589] localhost kernel: kvm-guest: setup PV IPIs
[    0.117802] localhost kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x229833f6470, max_idle_ns: 440795327230 ns
[    0.117807] localhost kernel: Calibrating delay loop (skipped) preset value.. 4799.99 BogoMIPS (lpj=2399996)
[    0.117810] localhost kernel: pid_max: default: 32768 minimum: 301
[    0.117842] localhost kernel: LSM: Security Framework initializing
[    0.117850] localhost kernel: Yama: becoming mindful.
[    0.117858] localhost kernel: LSM support for eBPF active
[    0.118307] localhost kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.118343] localhost kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.118696] localhost kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.118805] localhost kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.118805] localhost kernel: Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.118805] localhost kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.118805] localhost kernel: Spectre V2 : Mitigation: Retpolines
[    0.118805] localhost kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.118805] localhost kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.118805] localhost kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.118805] localhost kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.118805] localhost kernel: MDS: Mitigation: Clear CPU buffers
[    0.118805] localhost kernel: MMIO Stale Data: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.118805] localhost kernel: Freeing SMP alternatives memory: 36K
[    0.118805] localhost kernel: smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz (family: 0x6, model: 0x3f, stepping: 0x2)
[    0.118805] localhost kernel: cblist_init_generic: Setting adjustable number of callback queues.
[    0.118805] localhost kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
[    0.118805] localhost kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
[    0.118805] localhost kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
[    0.118805] localhost kernel: Performance Events: Haswell events, full-width counters, Intel PMU driver.
[    0.118805] localhost kernel: ... version:                2
[    0.118805] localhost kernel: ... bit width:              48
[    0.118805] localhost kernel: ... generic registers:      4
[    0.118805] localhost kernel: ... value mask:             0000ffffffffffff
[    0.118805] localhost kernel: ... max period:             00007fffffffffff
[    0.118805] localhost kernel: ... fixed-purpose events:   3
[    0.118805] localhost kernel: ... event mask:             000000070000000f
[    0.118805] localhost kernel: rcu: Hierarchical SRCU implementation.
[    0.118828] localhost kernel: smp: Bringing up secondary CPUs ...
[    0.118918] localhost kernel: x86: Booting SMP configuration:
[    0.118919] localhost kernel: .... node  #0, CPUs:        #1
[    0.003250] localhost kernel: smpboot: CPU 1 Converting physical 0 to logical die 1
[    0.119898] localhost kernel:   #2
[    0.003250] localhost kernel: smpboot: CPU 2 Converting physical 0 to logical die 2
[    0.120894] localhost kernel:   #3
[    0.003250] localhost kernel: smpboot: CPU 3 Converting physical 0 to logical die 3
[    0.121850] localhost kernel:   #4
[    0.003250] localhost kernel: smpboot: CPU 4 Converting physical 0 to logical die 4
[    0.122382] localhost kernel:   #5
[    0.003250] localhost kernel: smpboot: CPU 5 Converting physical 0 to logical die 5
[    0.123085] localhost kernel:   #6
[    0.003250] localhost kernel: smpboot: CPU 6 Converting physical 0 to logical die 6
[    0.124077] localhost kernel:   #7
[    0.003250] localhost kernel: smpboot: CPU 7 Converting physical 0 to logical die 7
[    0.124996] localhost kernel: smp: Brought up 1 node, 8 CPUs
[    0.124996] localhost kernel: smpboot: Max logical packages: 16
[    0.124996] localhost kernel: smpboot: Total of 8 processors activated (38399.93 BogoMIPS)
[    0.172915] localhost kernel: node 0 deferred pages initialised in 47ms
[    0.174341] localhost kernel: devtmpfs: initialized
[    0.174341] localhost kernel: x86/mm: Memory block size: 128MB
[    0.176545] localhost kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.176545] localhost kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.176545] localhost kernel: pinctrl core: initialized pinctrl subsystem
[    0.177121] localhost kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.177308] localhost kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.177324] localhost kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.177336] localhost kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.177358] localhost kernel: audit: initializing netlink subsys (disabled)
[    0.177393] localhost kernel: audit: type=2000 audit(1661346569.016:1): state=initialized audit_enabled=0 res=1
[    0.177393] localhost kernel: thermal_sys: Registered thermal governor 'fair_share'
[    0.177393] localhost kernel: thermal_sys: Registered thermal governor 'step_wise'
[    0.177393] localhost kernel: thermal_sys: Registered thermal governor 'user_space'
[    0.177393] localhost kernel: cpuidle: using governor menu
[    0.177830] localhost kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.178024] localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xb0000000-0xbfffffff] (base 0xb0000000)
[    0.178030] localhost kernel: PCI: MMCONFIG at [mem 0xb0000000-0xbfffffff] reserved in E820
[    0.178045] localhost kernel: PCI: Using configuration type 1 for base access
[    0.178128] localhost kernel: core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
[    0.179708] localhost kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.179859] localhost kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.179859] localhost kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.179878] localhost kernel: cryptd: max_cpu_qlen set to 1000
[    0.179903] localhost kernel: ACPI: Added _OSI(Module Device)
[    0.179903] localhost kernel: ACPI: Added _OSI(Processor Device)
[    0.179903] localhost kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.179903] localhost kernel: ACPI: Added _OSI(Processor Aggregator Device)
[    0.179903] localhost kernel: ACPI: Added _OSI(Linux-Dell-Video)
[    0.179903] localhost kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.179903] localhost kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.182005] localhost kernel: ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.183035] localhost kernel: ACPI: Interpreter enabled
[    0.183050] localhost kernel: ACPI: PM: (supports S0 S5)
[    0.183051] localhost kernel: ACPI: Using IOAPIC for interrupt routing
[    0.183074] localhost kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.183202] localhost kernel: ACPI: Enabled 2 GPEs in block 00 to 3F
[    0.186245] localhost kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.186251] localhost kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.186292] localhost kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug LTR DPC]
[    0.186348] localhost kernel: acpi PNP0A08:00: _OSC: OS now controls [SHPCHotplug PME AER PCIeCapability]
[    0.186629] localhost kernel: PCI host bridge to bus 0000:00
[    0.186631] localhost kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.186634] localhost kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.186646] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.186647] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xafffffff window]
[    0.186649] localhost kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
[    0.186650] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x680000000-0xe7fffffff window]
[    0.186652] localhost kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.186743] localhost kernel: pci 0000:00:00.0: [8086:29c0] type 00 class 0x060000
[    0.187350] localhost kernel: pci 0000:00:01.0: [1b36:000c] type 01 class 0x060400
[    0.189810] localhost kernel: pci 0000:00:01.0: reg 0x10: [mem 0xfce00000-0xfce00fff]
[    0.195616] localhost kernel: pci 0000:00:01.1: [1b36:000c] type 01 class 0x060400
[    0.197810] localhost kernel: pci 0000:00:01.1: reg 0x10: [mem 0xfce01000-0xfce01fff]
[    0.203060] localhost kernel: pci 0000:00:01.2: [1b36:000c] type 01 class 0x060400
[    0.204810] localhost kernel: pci 0000:00:01.2: reg 0x10: [mem 0xfce02000-0xfce02fff]
[    0.208835] localhost kernel: pci 0000:00:01.3: [1b36:000c] type 01 class 0x060400
[    0.210536] localhost kernel: pci 0000:00:01.3: reg 0x10: [mem 0xfce03000-0xfce03fff]
[    0.214149] localhost kernel: pci 0000:00:01.4: [1b36:000c] type 01 class 0x060400
[    0.216810] localhost kernel: pci 0000:00:01.4: reg 0x10: [mem 0xfce04000-0xfce04fff]
[    0.221301] localhost kernel: pci 0000:00:01.5: [1b36:000c] type 01 class 0x060400
[    0.222810] localhost kernel: pci 0000:00:01.5: reg 0x10: [mem 0xfce05000-0xfce05fff]
[    0.227005] localhost kernel: pci 0000:00:01.6: [1b36:000c] type 01 class 0x060400
[    0.228471] localhost kernel: pci 0000:00:01.6: reg 0x10: [mem 0xfce06000-0xfce06fff]
[    0.231969] localhost kernel: pci 0000:00:01.7: [1b36:000c] type 01 class 0x060400
[    0.233541] localhost kernel: pci 0000:00:01.7: reg 0x10: [mem 0xfce07000-0xfce07fff]
[    0.237619] localhost kernel: pci 0000:00:02.0: [1b36:000c] type 01 class 0x060400
[    0.239419] localhost kernel: pci 0000:00:02.0: reg 0x10: [mem 0xfce08000-0xfce08fff]
[    0.242970] localhost kernel: pci 0000:00:02.1: [1b36:000c] type 01 class 0x060400
[    0.245810] localhost kernel: pci 0000:00:02.1: reg 0x10: [mem 0xfce09000-0xfce09fff]
[    0.249696] localhost kernel: pci 0000:00:02.2: [1b36:000c] type 01 class 0x060400
[    0.251455] localhost kernel: pci 0000:00:02.2: reg 0x10: [mem 0xfce0a000-0xfce0afff]
[    0.257371] localhost kernel: pci 0000:00:02.3: [1b36:000c] type 01 class 0x060400
[    0.258810] localhost kernel: pci 0000:00:02.3: reg 0x10: [mem 0xfce0b000-0xfce0bfff]
[    0.262288] localhost kernel: pci 0000:00:02.4: [1b36:000c] type 01 class 0x060400
[    0.263811] localhost kernel: pci 0000:00:02.4: reg 0x10: [mem 0xfce0c000-0xfce0cfff]
[    0.267625] localhost kernel: pci 0000:00:02.5: [1b36:000c] type 01 class 0x060400
[    0.268810] localhost kernel: pci 0000:00:02.5: reg 0x10: [mem 0xfce0d000-0xfce0dfff]
[    0.272560] localhost kernel: pci 0000:00:1f.0: [8086:2918] type 00 class 0x060100
[    0.273909] localhost kernel: pci 0000:00:1f.0: quirk: [io  0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO
[    0.274229] localhost kernel: pci 0000:00:1f.2: [8086:2922] type 00 class 0x010601
[    0.279392] localhost kernel: pci 0000:00:1f.2: reg 0x20: [io  0xc040-0xc05f]
[    0.280415] localhost kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xfce0e000-0xfce0efff]
[    0.281935] localhost kernel: pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
[    0.286741] localhost kernel: pci 0000:00:1f.3: reg 0x20: [io  0x0700-0x073f]
[    0.288510] localhost kernel: acpiphp: Slot [0] registered
[    0.288699] localhost kernel: pci 0000:01:00.0: [1af4:1041] type 00 class 0x020000
[    0.290809] localhost kernel: pci 0000:01:00.0: reg 0x14: [mem 0xfcc40000-0xfcc40fff]
[    0.294473] localhost kernel: pci 0000:01:00.0: reg 0x20: [mem 0xfea00000-0xfea03fff 64bit pref]
[    0.295377] localhost kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfcc00000-0xfcc3ffff pref]
[    0.297033] localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.297069] localhost kernel: pci 0000:00:01.0:   bridge window [mem 0xfcc00000-0xfcdfffff]
[    0.297105] localhost kernel: pci 0000:00:01.0:   bridge window [mem 0xfea00000-0xfebfffff 64bit pref]
[    0.298022] localhost kernel: acpiphp: Slot [0-2] registered
[    0.298146] localhost kernel: pci 0000:02:00.0: [1b36:000d] type 00 class 0x0c0330
[    0.298810] localhost kernel: pci 0000:02:00.0: reg 0x10: [mem 0xfca00000-0xfca03fff 64bit]
[    0.302558] localhost kernel: pci 0000:00:01.1: PCI bridge to [bus 02]
[    0.302595] localhost kernel: pci 0000:00:01.1:   bridge window [mem 0xfca00000-0xfcbfffff]
[    0.302631] localhost kernel: pci 0000:00:01.1:   bridge window [mem 0xfe800000-0xfe9fffff 64bit pref]
[    0.304003] localhost kernel: acpiphp: Slot [0-3] registered
[    0.304227] localhost kernel: pci 0000:03:00.0: [1af4:1043] type 00 class 0x078000
[    0.306392] localhost kernel: pci 0000:03:00.0: reg 0x14: [mem 0xfc800000-0xfc800fff]
[    0.309466] localhost kernel: pci 0000:03:00.0: reg 0x20: [mem 0xfe600000-0xfe603fff 64bit pref]
[    0.312101] localhost kernel: pci 0000:00:01.2: PCI bridge to [bus 03]
[    0.312138] localhost kernel: pci 0000:00:01.2:   bridge window [mem 0xfc800000-0xfc9fffff]
[    0.312174] localhost kernel: pci 0000:00:01.2:   bridge window [mem 0xfe600000-0xfe7fffff 64bit pref]
[    0.314016] localhost kernel: acpiphp: Slot [0-4] registered
[    0.314191] localhost kernel: pci 0000:04:00.0: [1af4:1042] type 00 class 0x010000
[    0.316534] localhost kernel: pci 0000:04:00.0: reg 0x14: [mem 0xfc600000-0xfc600fff]
[    0.319591] localhost kernel: pci 0000:04:00.0: reg 0x20: [mem 0xfe400000-0xfe403fff 64bit pref]
[    0.322976] localhost kernel: pci 0000:00:01.3: PCI bridge to [bus 04]
[    0.323013] localhost kernel: pci 0000:00:01.3:   bridge window [mem 0xfc600000-0xfc7fffff]
[    0.323048] localhost kernel: pci 0000:00:01.3:   bridge window [mem 0xfe400000-0xfe5fffff 64bit pref]
[    0.324007] localhost kernel: acpiphp: Slot [0-5] registered
[    0.324196] localhost kernel: pci 0000:05:00.0: [1af4:1045] type 00 class 0x00ff00
[    0.327111] localhost kernel: pci 0000:05:00.0: reg 0x20: [mem 0xfe200000-0xfe203fff 64bit pref]
[    0.329365] localhost kernel: pci 0000:00:01.4: PCI bridge to [bus 05]
[    0.329402] localhost kernel: pci 0000:00:01.4:   bridge window [mem 0xfc400000-0xfc5fffff]
[    0.329437] localhost kernel: pci 0000:00:01.4:   bridge window [mem 0xfe200000-0xfe3fffff 64bit pref]
[    0.330395] localhost kernel: acpiphp: Slot [0-6] registered
[    0.330560] localhost kernel: pci 0000:06:00.0: [1af4:1044] type 00 class 0x00ff00
[    0.334181] localhost kernel: pci 0000:06:00.0: reg 0x20: [mem 0xfe000000-0xfe003fff 64bit pref]
[    0.336402] localhost kernel: pci 0000:00:01.5: PCI bridge to [bus 06]
[    0.336453] localhost kernel: pci 0000:00:01.5:   bridge window [mem 0xfc200000-0xfc3fffff]
[    0.336494] localhost kernel: pci 0000:00:01.5:   bridge window [mem 0xfe000000-0xfe1fffff 64bit pref]
[    0.337387] localhost kernel: acpiphp: Slot [0-7] registered
[    0.337409] localhost kernel: pci 0000:00:01.6: PCI bridge to [bus 07]
[    0.337465] localhost kernel: pci 0000:00:01.6:   bridge window [mem 0xfc000000-0xfc1fffff]
[    0.337502] localhost kernel: pci 0000:00:01.6:   bridge window [mem 0xfde00000-0xfdffffff 64bit pref]
[    0.338386] localhost kernel: acpiphp: Slot [0-8] registered
[    0.338408] localhost kernel: pci 0000:00:01.7: PCI bridge to [bus 08]
[    0.338462] localhost kernel: pci 0000:00:01.7:   bridge window [mem 0xfbe00000-0xfbffffff]
[    0.338498] localhost kernel: pci 0000:00:01.7:   bridge window [mem 0xfdc00000-0xfddfffff 64bit pref]
[    0.339376] localhost kernel: acpiphp: Slot [0-9] registered
[    0.339399] localhost kernel: pci 0000:00:02.0: PCI bridge to [bus 09]
[    0.339452] localhost kernel: pci 0000:00:02.0:   bridge window [mem 0xfbc00000-0xfbdfffff]
[    0.339489] localhost kernel: pci 0000:00:02.0:   bridge window [mem 0xfda00000-0xfdbfffff 64bit pref]
[    0.340408] localhost kernel: acpiphp: Slot [0-10] registered
[    0.340436] localhost kernel: pci 0000:00:02.1: PCI bridge to [bus 0a]
[    0.340485] localhost kernel: pci 0000:00:02.1:   bridge window [mem 0xfba00000-0xfbbfffff]
[    0.340520] localhost kernel: pci 0000:00:02.1:   bridge window [mem 0xfd800000-0xfd9fffff 64bit pref]
[    0.341404] localhost kernel: acpiphp: Slot [0-11] registered
[    0.341436] localhost kernel: pci 0000:00:02.2: PCI bridge to [bus 0b]
[    0.341473] localhost kernel: pci 0000:00:02.2:   bridge window [mem 0xfb800000-0xfb9fffff]
[    0.341821] localhost kernel: pci 0000:00:02.2:   bridge window [mem 0xfd600000-0xfd7fffff 64bit pref]
[    0.342791] localhost kernel: acpiphp: Slot [0-12] registered
[    0.342810] localhost kernel: pci 0000:00:02.3: PCI bridge to [bus 0c]
[    0.342847] localhost kernel: pci 0000:00:02.3:   bridge window [mem 0xfb600000-0xfb7fffff]
[    0.342882] localhost kernel: pci 0000:00:02.3:   bridge window [mem 0xfd400000-0xfd5fffff 64bit pref]
[    0.343736] localhost kernel: acpiphp: Slot [0-13] registered
[    0.343758] localhost kernel: pci 0000:00:02.4: PCI bridge to [bus 0d]
[    0.343793] localhost kernel: pci 0000:00:02.4:   bridge window [mem 0xfb400000-0xfb5fffff]
[    0.343826] localhost kernel: pci 0000:00:02.4:   bridge window [mem 0xfd200000-0xfd3fffff 64bit pref]
[    0.344743] localhost kernel: acpiphp: Slot [0-14] registered
[    0.344764] localhost kernel: pci 0000:00:02.5: PCI bridge to [bus 0e]
[    0.344800] localhost kernel: pci 0000:00:02.5:   bridge window [mem 0xfb200000-0xfb3fffff]
[    0.344835] localhost kernel: pci 0000:00:02.5:   bridge window [mem 0xfd000000-0xfd1fffff 64bit pref]
[    0.355163] localhost kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 10
[    0.355264] localhost kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[    0.355342] localhost kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[    0.355418] localhost kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[    0.355494] localhost kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 10
[    0.355570] localhost kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 10
[    0.355645] localhost kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 11
[    0.355720] localhost kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[    0.355754] localhost kernel: ACPI: PCI: Interrupt link GSIA configured for IRQ 16
[    0.355762] localhost kernel: ACPI: PCI: Interrupt link GSIB configured for IRQ 17
[    0.355769] localhost kernel: ACPI: PCI: Interrupt link GSIC configured for IRQ 18
[    0.355776] localhost kernel: ACPI: PCI: Interrupt link GSID configured for IRQ 19
[    0.355787] localhost kernel: ACPI: PCI: Interrupt link GSIE configured for IRQ 20
[    0.355794] localhost kernel: ACPI: PCI: Interrupt link GSIF configured for IRQ 21
[    0.355801] localhost kernel: ACPI: PCI: Interrupt link GSIG configured for IRQ 22
[    0.355815] localhost kernel: ACPI: PCI: Interrupt link GSIH configured for IRQ 23
[    0.356549] localhost kernel: iommu: Default domain type: Translated 
[    0.356549] localhost kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.356549] localhost kernel: SCSI subsystem initialized
[    0.356549] localhost kernel: usbcore: USB support disabled
[    0.356549] localhost kernel: pps_core: LinuxPPS API ver. 1 registered
[    0.356549] localhost kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.356549] localhost kernel: PTP clock support registered
[    0.356833] localhost kernel: EDAC MC: Ver: 3.0.0
[    0.357455] localhost kernel: NetLabel: Initializing
[    0.357455] localhost kernel: NetLabel:  domain hash size = 128
[    0.357455] localhost kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.357455] localhost kernel: NetLabel:  unlabeled traffic allowed by default
[    0.357455] localhost kernel: PCI: Using ACPI for IRQ routing
[    0.423679] localhost kernel: PCI: pci_cache_line_size set to 64 bytes
[    0.424209] localhost kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.424212] localhost kernel: e820: reserve RAM buffer [mem 0x7ffdc000-0x7fffffff]
[    0.424239] localhost kernel: vgaarb: loaded
[    0.427578] localhost kernel: clocksource: Switched to clocksource kvm-clock
[    0.437244] localhost kernel: VFS: Disk quotas dquot_6.6.0
[    0.437262] localhost kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.437329] localhost kernel: pnp: PnP ACPI init
[    0.437508] localhost kernel: system 00:04: [mem 0xb0000000-0xbfffffff window] has been reserved
[    0.437720] localhost kernel: pnp: PnP ACPI: found 5 devices
[    0.445262] localhost kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.445328] localhost kernel: NET: Registered PF_INET protocol family
[    0.445850] localhost kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.448605] localhost kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.448638] localhost kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.449242] localhost kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.449313] localhost kernel: TCP: Hash tables configured (established 262144 bind 65536)
[    0.449801] localhost kernel: MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[    0.449921] localhost kernel: UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.449973] localhost kernel: UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.450479] localhost kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.450487] localhost kernel: NET: Registered PF_XDP protocol family
[    0.450495] localhost kernel: pci 0000:00:01.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    0.450499] localhost kernel: pci 0000:00:01.1: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    0.450501] localhost kernel: pci 0000:00:01.2: bridge window [io  0x1000-0x0fff] to [bus 03] add_size 1000
[    0.450503] localhost kernel: pci 0000:00:01.3: bridge window [io  0x1000-0x0fff] to [bus 04] add_size 1000
[    0.450505] localhost kernel: pci 0000:00:01.4: bridge window [io  0x1000-0x0fff] to [bus 05] add_size 1000
[    0.450507] localhost kernel: pci 0000:00:01.5: bridge window [io  0x1000-0x0fff] to [bus 06] add_size 1000
[    0.450509] localhost kernel: pci 0000:00:01.6: bridge window [io  0x1000-0x0fff] to [bus 07] add_size 1000
[    0.450511] localhost kernel: pci 0000:00:01.7: bridge window [io  0x1000-0x0fff] to [bus 08] add_size 1000
[    0.450512] localhost kernel: pci 0000:00:02.0: bridge window [io  0x1000-0x0fff] to [bus 09] add_size 1000
[    0.450514] localhost kernel: pci 0000:00:02.1: bridge window [io  0x1000-0x0fff] to [bus 0a] add_size 1000
[    0.450516] localhost kernel: pci 0000:00:02.2: bridge window [io  0x1000-0x0fff] to [bus 0b] add_size 1000
[    0.450518] localhost kernel: pci 0000:00:02.3: bridge window [io  0x1000-0x0fff] to [bus 0c] add_size 1000
[    0.450520] localhost kernel: pci 0000:00:02.4: bridge window [io  0x1000-0x0fff] to [bus 0d] add_size 1000
[    0.450521] localhost kernel: pci 0000:00:02.5: bridge window [io  0x1000-0x0fff] to [bus 0e] add_size 1000
[    0.450532] localhost kernel: pci 0000:00:01.0: BAR 13: assigned [io  0x1000-0x1fff]
[    0.450535] localhost kernel: pci 0000:00:01.1: BAR 13: assigned [io  0x2000-0x2fff]
[    0.450536] localhost kernel: pci 0000:00:01.2: BAR 13: assigned [io  0x3000-0x3fff]
[    0.450538] localhost kernel: pci 0000:00:01.3: BAR 13: assigned [io  0x4000-0x4fff]
[    0.450540] localhost kernel: pci 0000:00:01.4: BAR 13: assigned [io  0x5000-0x5fff]
[    0.450542] localhost kernel: pci 0000:00:01.5: BAR 13: assigned [io  0x6000-0x6fff]
[    0.450543] localhost kernel: pci 0000:00:01.6: BAR 13: assigned [io  0x7000-0x7fff]
[    0.450545] localhost kernel: pci 0000:00:01.7: BAR 13: assigned [io  0x8000-0x8fff]
[    0.450547] localhost kernel: pci 0000:00:02.0: BAR 13: assigned [io  0x9000-0x9fff]
[    0.450549] localhost kernel: pci 0000:00:02.1: BAR 13: assigned [io  0xa000-0xafff]
[    0.450550] localhost kernel: pci 0000:00:02.2: BAR 13: assigned [io  0xb000-0xbfff]
[    0.450552] localhost kernel: pci 0000:00:02.3: BAR 13: assigned [io  0xd000-0xdfff]
[    0.450554] localhost kernel: pci 0000:00:02.4: BAR 13: assigned [io  0xe000-0xefff]
[    0.450556] localhost kernel: pci 0000:00:02.5: BAR 13: assigned [io  0xf000-0xffff]
[    0.450560] localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.450581] localhost kernel: pci 0000:00:01.0:   bridge window [io  0x1000-0x1fff]
[    0.452624] localhost kernel: pci 0000:00:01.0:   bridge window [mem 0xfcc00000-0xfcdfffff]
[    0.453883] localhost kernel: pci 0000:00:01.0:   bridge window [mem 0xfea00000-0xfebfffff 64bit pref]
[    0.456355] localhost kernel: pci 0000:00:01.1: PCI bridge to [bus 02]
[    0.456370] localhost kernel: pci 0000:00:01.1:   bridge window [io  0x2000-0x2fff]
[    0.458215] localhost kernel: pci 0000:00:01.1:   bridge window [mem 0xfca00000-0xfcbfffff]
[    0.459454] localhost kernel: pci 0000:00:01.1:   bridge window [mem 0xfe800000-0xfe9fffff 64bit pref]
[    0.461909] localhost kernel: pci 0000:00:01.2: PCI bridge to [bus 03]
[    0.463170] localhost kernel: pci 0000:00:01.2:   bridge window [io  0x3000-0x3fff]
[    0.464222] localhost kernel: pci 0000:00:01.2:   bridge window [mem 0xfc800000-0xfc9fffff]
[    0.464906] localhost kernel: pci 0000:00:01.2:   bridge window [mem 0xfe600000-0xfe7fffff 64bit pref]
[    0.466410] localhost kernel: pci 0000:00:01.3: PCI bridge to [bus 04]
[    0.466424] localhost kernel: pci 0000:00:01.3:   bridge window [io  0x4000-0x4fff]
[    0.468081] localhost kernel: pci 0000:00:01.3:   bridge window [mem 0xfc600000-0xfc7fffff]
[    0.469317] localhost kernel: pci 0000:00:01.3:   bridge window [mem 0xfe400000-0xfe5fffff 64bit pref]
[    0.471683] localhost kernel: pci 0000:00:01.4: PCI bridge to [bus 05]
[    0.471697] localhost kernel: pci 0000:00:01.4:   bridge window [io  0x5000-0x5fff]
[    0.473546] localhost kernel: pci 0000:00:01.4:   bridge window [mem 0xfc400000-0xfc5fffff]
[    0.476784] localhost kernel: pci 0000:00:01.4:   bridge window [mem 0xfe200000-0xfe3fffff 64bit pref]
[    0.478052] localhost kernel: pci 0000:00:01.5: PCI bridge to [bus 06]
[    0.478066] localhost kernel: pci 0000:00:01.5:   bridge window [io  0x6000-0x6fff]
[    0.479123] localhost kernel: pci 0000:00:01.5:   bridge window [mem 0xfc200000-0xfc3fffff]
[    0.479787] localhost kernel: pci 0000:00:01.5:   bridge window [mem 0xfe000000-0xfe1fffff 64bit pref]
[    0.481196] localhost kernel: pci 0000:00:01.6: PCI bridge to [bus 07]
[    0.481210] localhost kernel: pci 0000:00:01.6:   bridge window [io  0x7000-0x7fff]
[    0.482420] localhost kernel: pci 0000:00:01.6:   bridge window [mem 0xfc000000-0xfc1fffff]
[    0.483221] localhost kernel: pci 0000:00:01.6:   bridge window [mem 0xfde00000-0xfdffffff 64bit pref]
[    0.485664] localhost kernel: pci 0000:00:01.7: PCI bridge to [bus 08]
[    0.485678] localhost kernel: pci 0000:00:01.7:   bridge window [io  0x8000-0x8fff]
[    0.490090] localhost kernel: pci 0000:00:01.7:   bridge window [mem 0xfbe00000-0xfbffffff]
[    0.490708] localhost kernel: pci 0000:00:01.7:   bridge window [mem 0xfdc00000-0xfddfffff 64bit pref]
[    0.492025] localhost kernel: pci 0000:00:02.0: PCI bridge to [bus 09]
[    0.492040] localhost kernel: pci 0000:00:02.0:   bridge window [io  0x9000-0x9fff]
[    0.493015] localhost kernel: pci 0000:00:02.0:   bridge window [mem 0xfbc00000-0xfbdfffff]
[    0.493697] localhost kernel: pci 0000:00:02.0:   bridge window [mem 0xfda00000-0xfdbfffff 64bit pref]
[    0.495078] localhost kernel: pci 0000:00:02.1: PCI bridge to [bus 0a]
[    0.495092] localhost kernel: pci 0000:00:02.1:   bridge window [io  0xa000-0xafff]
[    0.496159] localhost kernel: pci 0000:00:02.1:   bridge window [mem 0xfba00000-0xfbbfffff]
[    0.496881] localhost kernel: pci 0000:00:02.1:   bridge window [mem 0xfd800000-0xfd9fffff 64bit pref]
[    0.499030] localhost kernel: pci 0000:00:02.2: PCI bridge to [bus 0b]
[    0.499045] localhost kernel: pci 0000:00:02.2:   bridge window [io  0xb000-0xbfff]
[    0.505666] localhost kernel: pci 0000:00:02.2:   bridge window [mem 0xfb800000-0xfb9fffff]
[    0.506317] localhost kernel: pci 0000:00:02.2:   bridge window [mem 0xfd600000-0xfd7fffff 64bit pref]
[    0.507652] localhost kernel: pci 0000:00:02.3: PCI bridge to [bus 0c]
[    0.507666] localhost kernel: pci 0000:00:02.3:   bridge window [io  0xd000-0xdfff]
[    0.508659] localhost kernel: pci 0000:00:02.3:   bridge window [mem 0xfb600000-0xfb7fffff]
[    0.509320] localhost kernel: pci 0000:00:02.3:   bridge window [mem 0xfd400000-0xfd5fffff 64bit pref]
[    0.510658] localhost kernel: pci 0000:00:02.4: PCI bridge to [bus 0d]
[    0.510672] localhost kernel: pci 0000:00:02.4:   bridge window [io  0xe000-0xefff]
[    0.511685] localhost kernel: pci 0000:00:02.4:   bridge window [mem 0xfb400000-0xfb5fffff]
[    0.512315] localhost kernel: pci 0000:00:02.4:   bridge window [mem 0xfd200000-0xfd3fffff 64bit pref]
[    0.513650] localhost kernel: pci 0000:00:02.5: PCI bridge to [bus 0e]
[    0.513664] localhost kernel: pci 0000:00:02.5:   bridge window [io  0xf000-0xffff]
[    0.514671] localhost kernel: pci 0000:00:02.5:   bridge window [mem 0xfb200000-0xfb3fffff]
[    0.515401] localhost kernel: pci 0000:00:02.5:   bridge window [mem 0xfd000000-0xfd1fffff 64bit pref]
[    0.520855] localhost kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.520859] localhost kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.520861] localhost kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.520862] localhost kernel: pci_bus 0000:00: resource 7 [mem 0x80000000-0xafffffff window]
[    0.520864] localhost kernel: pci_bus 0000:00: resource 8 [mem 0xc0000000-0xfebfffff window]
[    0.520866] localhost kernel: pci_bus 0000:00: resource 9 [mem 0x680000000-0xe7fffffff window]
[    0.520867] localhost kernel: pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    0.520869] localhost kernel: pci_bus 0000:01: resource 1 [mem 0xfcc00000-0xfcdfffff]
[    0.520871] localhost kernel: pci_bus 0000:01: resource 2 [mem 0xfea00000-0xfebfffff 64bit pref]
[    0.520872] localhost kernel: pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    0.520874] localhost kernel: pci_bus 0000:02: resource 1 [mem 0xfca00000-0xfcbfffff]
[    0.520875] localhost kernel: pci_bus 0000:02: resource 2 [mem 0xfe800000-0xfe9fffff 64bit pref]
[    0.520877] localhost kernel: pci_bus 0000:03: resource 0 [io  0x3000-0x3fff]
[    0.520878] localhost kernel: pci_bus 0000:03: resource 1 [mem 0xfc800000-0xfc9fffff]
[    0.520879] localhost kernel: pci_bus 0000:03: resource 2 [mem 0xfe600000-0xfe7fffff 64bit pref]
[    0.520881] localhost kernel: pci_bus 0000:04: resource 0 [io  0x4000-0x4fff]
[    0.520882] localhost kernel: pci_bus 0000:04: resource 1 [mem 0xfc600000-0xfc7fffff]
[    0.520884] localhost kernel: pci_bus 0000:04: resource 2 [mem 0xfe400000-0xfe5fffff 64bit pref]
[    0.520885] localhost kernel: pci_bus 0000:05: resource 0 [io  0x5000-0x5fff]
[    0.520887] localhost kernel: pci_bus 0000:05: resource 1 [mem 0xfc400000-0xfc5fffff]
[    0.520888] localhost kernel: pci_bus 0000:05: resource 2 [mem 0xfe200000-0xfe3fffff 64bit pref]
[    0.520890] localhost kernel: pci_bus 0000:06: resource 0 [io  0x6000-0x6fff]
[    0.520891] localhost kernel: pci_bus 0000:06: resource 1 [mem 0xfc200000-0xfc3fffff]
[    0.520892] localhost kernel: pci_bus 0000:06: resource 2 [mem 0xfe000000-0xfe1fffff 64bit pref]
[    0.520894] localhost kernel: pci_bus 0000:07: resource 0 [io  0x7000-0x7fff]
[    0.520895] localhost kernel: pci_bus 0000:07: resource 1 [mem 0xfc000000-0xfc1fffff]
[    0.520896] localhost kernel: pci_bus 0000:07: resource 2 [mem 0xfde00000-0xfdffffff 64bit pref]
[    0.520898] localhost kernel: pci_bus 0000:08: resource 0 [io  0x8000-0x8fff]
[    0.520899] localhost kernel: pci_bus 0000:08: resource 1 [mem 0xfbe00000-0xfbffffff]
[    0.520900] localhost kernel: pci_bus 0000:08: resource 2 [mem 0xfdc00000-0xfddfffff 64bit pref]
[    0.520902] localhost kernel: pci_bus 0000:09: resource 0 [io  0x9000-0x9fff]
[    0.520903] localhost kernel: pci_bus 0000:09: resource 1 [mem 0xfbc00000-0xfbdfffff]
[    0.520904] localhost kernel: pci_bus 0000:09: resource 2 [mem 0xfda00000-0xfdbfffff 64bit pref]
[    0.520905] localhost kernel: pci_bus 0000:0a: resource 0 [io  0xa000-0xafff]
[    0.520907] localhost kernel: pci_bus 0000:0a: resource 1 [mem 0xfba00000-0xfbbfffff]
[    0.520908] localhost kernel: pci_bus 0000:0a: resource 2 [mem 0xfd800000-0xfd9fffff 64bit pref]
[    0.520909] localhost kernel: pci_bus 0000:0b: resource 0 [io  0xb000-0xbfff]
[    0.520911] localhost kernel: pci_bus 0000:0b: resource 1 [mem 0xfb800000-0xfb9fffff]
[    0.520912] localhost kernel: pci_bus 0000:0b: resource 2 [mem 0xfd600000-0xfd7fffff 64bit pref]
[    0.520913] localhost kernel: pci_bus 0000:0c: resource 0 [io  0xd000-0xdfff]
[    0.520915] localhost kernel: pci_bus 0000:0c: resource 1 [mem 0xfb600000-0xfb7fffff]
[    0.520916] localhost kernel: pci_bus 0000:0c: resource 2 [mem 0xfd400000-0xfd5fffff 64bit pref]
[    0.520918] localhost kernel: pci_bus 0000:0d: resource 0 [io  0xe000-0xefff]
[    0.520919] localhost kernel: pci_bus 0000:0d: resource 1 [mem 0xfb400000-0xfb5fffff]
[    0.520920] localhost kernel: pci_bus 0000:0d: resource 2 [mem 0xfd200000-0xfd3fffff 64bit pref]
[    0.520922] localhost kernel: pci_bus 0000:0e: resource 0 [io  0xf000-0xffff]
[    0.520923] localhost kernel: pci_bus 0000:0e: resource 1 [mem 0xfb200000-0xfb3fffff]
[    0.520924] localhost kernel: pci_bus 0000:0e: resource 2 [mem 0xfd000000-0xfd1fffff 64bit pref]
[    0.521454] localhost kernel: ACPI: \_SB_.GSIF: Enabled at IRQ 21
[    0.523001] localhost kernel: PCI: CLS 0 bytes, default 64
[    0.523017] localhost kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.523018] localhost kernel: software IO TLB: mapped [mem 0x000000007bfdc000-0x000000007ffdc000] (64MB)
[    0.523036] localhost kernel: ACPI: bus type thunderbolt registered
[    0.523176] localhost kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x229833f6470, max_idle_ns: 440795327230 ns
[    0.523178] localhost kernel: Trying to unpack rootfs image as initramfs...
[    0.527071] localhost kernel: Initialise system trusted keyrings
[    0.527082] localhost kernel: Key type blacklist registered
[    0.527161] localhost kernel: workingset: timestamp_bits=36 max_order=23 bucket_order=0
[    0.529169] localhost kernel: zbud: loaded
[    0.529483] localhost kernel: integrity: Platform Keyring initialized
[    0.540525] localhost kernel: NET: Registered PF_ALG protocol family
[    0.540528] localhost kernel: xor: automatically using best checksumming function   avx       
[    0.540529] localhost kernel: Key type asymmetric registered
[    0.540531] localhost kernel: Asymmetric key parser 'x509' registered
[    0.540531] localhost kernel: Running certificate verification selftests
[    0.540603] localhost kernel: alg: self-tests disabled
[    0.541852] localhost kernel: Loaded X.509 cert 'Certificate verification self-testing key: f58703bb33ce1b73ee02eccdee5b8817518fe3db'
[    0.542600] localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    0.542674] localhost kernel: io scheduler mq-deadline registered
[    0.542676] localhost kernel: io scheduler kyber registered
[    0.542706] localhost kernel: io scheduler bfq registered
[    0.544191] localhost kernel: atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.546297] localhost kernel: pcieport 0000:00:01.0: PME: Signaling with IRQ 24
[    0.546498] localhost kernel: pcieport 0000:00:01.0: AER: enabled with IRQ 24
[    0.547617] localhost kernel: pcieport 0000:00:01.1: PME: Signaling with IRQ 25
[    0.547828] localhost kernel: pcieport 0000:00:01.1: AER: enabled with IRQ 25
[    0.549899] localhost kernel: pcieport 0000:00:01.2: PME: Signaling with IRQ 26
[    0.551288] localhost kernel: pcieport 0000:00:01.2: AER: enabled with IRQ 26
[    0.553343] localhost kernel: pcieport 0000:00:01.3: PME: Signaling with IRQ 27
[    0.553572] localhost kernel: pcieport 0000:00:01.3: AER: enabled with IRQ 27
[    0.555515] localhost kernel: pcieport 0000:00:01.4: PME: Signaling with IRQ 28
[    0.555733] localhost kernel: pcieport 0000:00:01.4: AER: enabled with IRQ 28
[    0.557687] localhost kernel: pcieport 0000:00:01.5: PME: Signaling with IRQ 29
[    0.557932] localhost kernel: pcieport 0000:00:01.5: AER: enabled with IRQ 29
[    0.559960] localhost kernel: pcieport 0000:00:01.6: PME: Signaling with IRQ 30
[    0.560187] localhost kernel: pcieport 0000:00:01.6: AER: enabled with IRQ 30
[    0.564090] localhost kernel: pcieport 0000:00:01.7: PME: Signaling with IRQ 31
[    0.564342] localhost kernel: pcieport 0000:00:01.7: AER: enabled with IRQ 31
[    0.564938] localhost kernel: ACPI: \_SB_.GSIG: Enabled at IRQ 22
[    0.566332] localhost kernel: pcieport 0000:00:02.0: PME: Signaling with IRQ 32
[    0.566565] localhost kernel: pcieport 0000:00:02.0: AER: enabled with IRQ 32
[    0.568469] localhost kernel: pcieport 0000:00:02.1: PME: Signaling with IRQ 33
[    0.568696] localhost kernel: pcieport 0000:00:02.1: AER: enabled with IRQ 33
[    0.570603] localhost kernel: pcieport 0000:00:02.2: PME: Signaling with IRQ 34
[    0.570839] localhost kernel: pcieport 0000:00:02.2: AER: enabled with IRQ 34
[    0.572724] localhost kernel: pcieport 0000:00:02.3: PME: Signaling with IRQ 35
[    0.572956] localhost kernel: pcieport 0000:00:02.3: AER: enabled with IRQ 35
[    0.576580] localhost kernel: pcieport 0000:00:02.4: PME: Signaling with IRQ 36
[    0.576802] localhost kernel: pcieport 0000:00:02.4: AER: enabled with IRQ 36
[    0.578667] localhost kernel: pcieport 0000:00:02.5: PME: Signaling with IRQ 37
[    0.578900] localhost kernel: pcieport 0000:00:02.5: AER: enabled with IRQ 37
[    0.579287] localhost kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.579392] localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    0.579435] localhost kernel: ACPI: button: Power Button [PWRF]
[    0.588405] localhost kernel: Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[    0.588573] localhost kernel: 00:00: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.588865] localhost kernel: Non-volatile memory driver v1.3
[    0.590649] localhost kernel: rdac: device handler registered
[    0.590705] localhost kernel: hp_sw: device handler registered
[    0.590707] localhost kernel: emc: device handler registered
[    0.590785] localhost kernel: alua: device handler registered
[    0.590943] localhost kernel: libphy: Fixed MDIO Bus: probed
[    0.591065] localhost kernel: usbserial: usb_serial_init - registering generic driver failed
[    0.592148] localhost kernel: usbserial: usb_serial_init - returning with error -19
[    0.593099] localhost kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    0.593940] localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.593949] localhost kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.594067] localhost kernel: mousedev: PS/2 mouse device common for all mice
[    0.594315] localhost kernel: rtc_cmos 00:03: RTC can wake from S4
[    0.595099] localhost kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[    0.595186] localhost kernel: rtc_cmos 00:03: registered as rtc0
[    0.595985] localhost kernel: input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4
[    0.596012] localhost kernel: rtc_cmos 00:03: setting system clock to 2022-08-24T13:09:29 UTC (1661346569)
[    0.596068] localhost kernel: rtc_cmos 00:03: alarms up to one day, y3k, 242 bytes nvram
[    0.596308] localhost kernel: input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3
[    0.596343] localhost kernel: intel_pstate: CPU model not supported
[    0.596793] localhost kernel: hid: raw HID events driver (C) Jiri Kosina
[    0.596870] localhost kernel: drop_monitor: Initializing network drop monitor service
[    0.596944] localhost kernel: Initializing XFRM netlink socket
[    0.597051] localhost kernel: NET: Registered PF_INET6 protocol family
[    0.597477] localhost kernel: Segment Routing with IPv6
[    0.597496] localhost kernel: NET: Registered PF_PACKET protocol family
[    0.597551] localhost kernel: mpls_gso: MPLS GSO support
[    0.599033] localhost kernel: IPI shorthand broadcast: enabled
[    0.599043] localhost kernel: AVX2 version of gcm_enc/dec engaged.
[    0.599356] localhost kernel: AES CTR mode by8 optimization enabled
[    0.599944] localhost kernel: sched_clock: Marking stable (597674356, 2250898)->(695661939, -95736685)
[    0.600329] localhost kernel: registered taskstats version 1
[    0.601073] localhost kernel: Loading compiled-in X.509 certificates
[    0.602070] localhost kernel: Loaded X.509 cert 'The CentOS Project: CentOS Stream kernel signing key: 74d2b1e75d5866d3178acb5f441dc130ad551434'
[    0.602788] localhost kernel: Loaded X.509 cert 'Red Hat Enterprise Linux Driver Update Program (key 3): bf57f3e87362bc7229d9f465321773dfd1f77a80'
[    0.603499] localhost kernel: Loaded X.509 cert 'Red Hat Enterprise Linux kpatch signing key: 4d38fd864ebe18c5f0b72e3852e2014c3a676fc8'
[    0.604172] localhost kernel: zswap: loaded using pool lzo/zbud
[    0.605155] localhost kernel: page_owner is disabled
[    0.605175] localhost kernel: Key type big_key registered
[    1.059018] localhost kernel: Freeing initrd memory: 62576K
[    1.067901] localhost kernel: Key type encrypted registered
[    1.067918] localhost kernel: ima: No TPM chip found, activating TPM-bypass!
[    1.067926] localhost kernel: Loading compiled-in module X.509 certificates
[    1.068886] localhost kernel: Loaded X.509 cert 'The CentOS Project: CentOS Stream kernel signing key: 74d2b1e75d5866d3178acb5f441dc130ad551434'
[    1.068895] localhost kernel: ima: Allocated hash algorithm: sha256
[    1.068918] localhost kernel: ima: No architecture policies found
[    1.068948] localhost kernel: evm: Initialising EVM extended attributes:
[    1.068950] localhost kernel: evm: security.selinux
[    1.068952] localhost kernel: evm: security.SMACK64 (disabled)
[    1.068953] localhost kernel: evm: security.SMACK64EXEC (disabled)
[    1.068955] localhost kernel: evm: security.SMACK64TRANSMUTE (disabled)
[    1.068956] localhost kernel: evm: security.SMACK64MMAP (disabled)
[    1.068957] localhost kernel: evm: security.apparmor (disabled)
[    1.068959] localhost kernel: evm: security.ima
[    1.068960] localhost kernel: evm: security.capability
[    1.068961] localhost kernel: evm: HMAC attrs: 0x1
[    1.077942] localhost kernel: Freeing unused decrypted memory: 2036K
[    1.079844] localhost kernel: Freeing unused kernel image (initmem) memory: 2728K
[    1.095869] localhost kernel: Write protecting the kernel read-only data: 26624k
[    1.098551] localhost kernel: Freeing unused kernel image (text/rodata gap) memory: 2036K
[    1.099255] localhost kernel: Freeing unused kernel image (rodata/data gap) memory: 1044K
[    1.179054] localhost kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.179056] localhost kernel: x86/mm: Checking user space page tables
[    1.226934] localhost kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.226954] localhost kernel: Run /init as init process
[    1.226955] localhost kernel:   with arguments:
[    1.226957] localhost kernel:     /init
[    1.226958] localhost kernel:   with environment:
[    1.226958] localhost kernel:     HOME=/
[    1.226959] localhost kernel:     TERM=linux
[    1.226960] localhost kernel:     BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-5.14.0-148.el9.x86_64
[    1.226960] localhost kernel:     edd=off
[    1.226961] localhost kernel:     udevtimeout=6000
[    1.226962] localhost kernel:     guestfs_network=1
[    1.237639] localhost systemd[1]: systemd 250-7.el9 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS -FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    1.237733] localhost systemd[1]: Detected virtualization kvm.
[    1.237742] localhost systemd[1]: Detected architecture x86-64.
[    1.237745] localhost systemd[1]: Running in initial RAM disk.
[    1.237818] localhost systemd[1]: No hostname configured, using default hostname.
[    1.237898] localhost systemd[1]: Hostname set to <localhost>.
[    1.238000] localhost systemd[1]: Initializing machine ID from VM UUID.
[    1.365750] localhost systemd[1]: Queued start job for default target Initrd Default Target.
[    1.366057] localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    1.366161] localhost systemd[1]: Reached target Local Encrypted Volumes.
[    1.366201] localhost systemd[1]: Reached target Initrd /usr File System.
[    1.366219] localhost systemd[1]: Reached target Local File Systems.
[    1.366237] localhost systemd[1]: Reached target Path Units.
[    1.366267] localhost systemd[1]: Reached target Slice Units.
[    1.366291] localhost systemd[1]: Reached target Swaps.
[    1.366308] localhost systemd[1]: Reached target Timer Units.
[    1.366472] localhost systemd[1]: Listening on D-Bus System Message Bus Socket.
[    1.366623] localhost systemd[1]: Listening on Journal Socket (/dev/log).
[    1.366774] localhost systemd[1]: Listening on Journal Socket.
[    1.366976] localhost systemd[1]: Listening on udev Control Socket.
[    1.367098] localhost systemd[1]: Listening on udev Kernel Socket.
[    1.367118] localhost systemd[1]: Reached target Socket Units.
[    1.368491] localhost systemd[1]: Starting Create List of Static Device Nodes...
[    1.371211] localhost systemd[1]: Starting Journal Service...
[    1.371473] localhost systemd[1]: Load Kernel Modules was skipped because all trigger condition checks failed.
[    1.372567] localhost systemd[1]: Starting Apply Kernel Variables...
[    1.374080] localhost systemd[1]: Starting Create System Users...
[    1.375551] localhost systemd[1]: Starting Setup Virtual Console...
[    1.377792] localhost systemd[1]: Finished Create List of Static Device Nodes.
[    1.381874] localhost systemd[1]: Finished Apply Kernel Variables.
[    1.394409] localhost systemd[1]: Finished Create System Users.
[    1.395315] localhost systemd[1]: Starting Create Static Device Nodes in /dev...
[    1.406655] localhost systemd[1]: Finished Create Static Device Nodes in /dev.
[    1.451119] localhost systemd-journald[254]: Journal started
[    1.451192] localhost systemd-journald[254]: Runtime Journal (/run/log/journal/a2b3c18c0044463aafacc1d36a2a47bc) is 8.0M, max 480.5M, 472.5M free.
[    1.451339] localhost systemd-sysusers[256]: Creating group 'users' with GID 100.
[    1.453674] localhost systemd[1]: Started Journal Service.
[    1.451606] localhost systemd-vconsole-setup[258]: /usr/bin/setfont failed with exit status 71.
[    1.451922] localhost systemd-sysusers[256]: Creating group 'dbus' with GID 999.
[    1.452035] localhost systemd-sysusers[256]: Creating user 'dbus' (System Message Bus) with UID 999 and GID 999.
[    1.452213] localhost systemd-vconsole-setup[259]: setfont: ERROR kdfontop.c:151 put_font_kdfontop: ioctl(KDFONTOP): Invalid argument
[    1.452439] localhost systemd[1]: Starting Create Volatile Files and Directories...
[    1.466864] localhost systemd[1]: Finished Create Volatile Files and Directories.
[    1.471693] localhost systemd-vconsole-setup[258]: Setting fonts failed with a "system error", ignoring.
[    1.472727] localhost systemd[1]: Finished Setup Virtual Console.
[    1.472938] localhost systemd[1]: dracut ask for additional cmdline parameters was skipped because all trigger condition checks failed.
[    1.473862] localhost systemd[1]: Starting dracut cmdline hook...
[    1.490181] localhost dracut-cmdline[268]: dracut-9 dracut-057-13.git20220816.el9
[    1.495025] localhost dracut-cmdline[268]: Using kernel command line parameters:    BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-5.14.0-148.el9.x86_64 panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check printk.time=1 cgroup_disable=memory usbcore.nousb cryptomgr.notests tsc=reliable 8250.nr_uarts=1 root=UUID=95230fe4-199a-4b39-a8bf-762c425e0230 selinux=0 quiet guestfs_network=1 TERM=linux
[    1.606765] localhost systemd[1]: Finished dracut cmdline hook.
[    1.607829] localhost systemd[1]: Starting dracut pre-udev hook...
[    1.658546] localhost kernel: device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    1.658611] localhost kernel: device-mapper: uevent: version 1.0.3
[    1.658827] localhost kernel: device-mapper: ioctl: 4.46.0-ioctl (2022-02-22) initialised: dm-devel@redhat.com
[    1.778903] localhost kernel: RPC: Registered named UNIX socket transport module.
[    1.778906] localhost kernel: RPC: Registered udp transport module.
[    1.778907] localhost kernel: RPC: Registered tcp transport module.
[    1.778907] localhost kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.834299] localhost rpc.statd[381]: Version 2.5.4 starting
[    1.839604] localhost rpc.statd[381]: Initializing NSM state
[    1.869078] localhost rpc.idmapd[386]: Setting log level to 0
[    1.894482] localhost systemd[1]: Finished dracut pre-udev hook.
[    1.897626] localhost systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    1.935171] localhost systemd[1]: Started Rule-based Manager for Device Events and Files.
[    1.937203] localhost systemd[1]: Starting dracut pre-trigger hook...
[    1.962904] localhost systemd[1]: Finished dracut pre-trigger hook.
[    1.964257] localhost systemd[1]: Starting Coldplug All udev Devices...
[    2.095173] localhost systemd[1]: Finished Coldplug All udev Devices.
[    2.095445] localhost systemd[1]: Reached target System Initialization.
[    2.095535] localhost systemd[1]: Reached target Basic System.
[    2.095761] localhost systemd[1]: nm-initrd.service was skipped because of a failed condition check (ConditionPathExists=/run/NetworkManager/initrd/neednet).
[    2.095847] localhost systemd[1]: Reached target Network.
[    2.095930] localhost systemd[1]: nm-wait-online-initrd.service was skipped because of a failed condition check (ConditionPathExists=/run/NetworkManager/initrd/neednet).
[    2.098173] localhost systemd[1]: Starting dracut initqueue hook...
[    2.151538] localhost kernel: virtio_blk virtio2: [vda] 62914560 512-byte logical blocks (32.2 GB/30.0 GiB)
[    2.172161] localhost kernel: libata version 3.00 loaded.
[    2.173286] localhost kernel:  vda: vda1
[    2.193383] localhost systemd-udevd[445]: Using default interface naming scheme 'rhel-9.0'.
[    2.197093] localhost kernel: virtio_net virtio0 enp1s0: renamed from eth0
[    2.201288] localhost kernel: ahci 0000:00:1f.2: version 3.0
[    2.201584] localhost kernel: ACPI: \_SB_.GSIA: Enabled at IRQ 16
[    2.202418] localhost kernel: ahci 0000:00:1f.2: AHCI 0001.0000 32 slots 6 ports 1.5 Gbps 0x3f impl SATA mode
[    2.202423] localhost kernel: ahci 0000:00:1f.2: flags: 64bit ncq only 
[    2.203644] localhost kernel: scsi host0: ahci
[    2.203971] localhost kernel: scsi host1: ahci
[    2.204209] localhost kernel: scsi host2: ahci
[    2.204354] localhost kernel: scsi host3: ahci
[    2.204519] localhost kernel: scsi host4: ahci
[    2.204907] localhost kernel: scsi host5: ahci
[    2.204969] localhost kernel: ata1: SATA max UDMA/133 abar m4096@0xfce0e000 port 0xfce0e100 irq 52
[    2.204978] localhost kernel: ata2: SATA max UDMA/133 abar m4096@0xfce0e000 port 0xfce0e180 irq 52
[    2.204989] localhost kernel: ata3: SATA max UDMA/133 abar m4096@0xfce0e000 port 0xfce0e200 irq 52
[    2.204996] localhost kernel: ata4: SATA max UDMA/133 abar m4096@0xfce0e000 port 0xfce0e280 irq 52
[    2.205003] localhost kernel: ata5: SATA max UDMA/133 abar m4096@0xfce0e000 port 0xfce0e300 irq 52
[    2.205009] localhost kernel: ata6: SATA max UDMA/133 abar m4096@0xfce0e000 port 0xfce0e380 irq 52
[    2.215820] localhost systemd-udevd[430]: Using default interface naming scheme 'rhel-9.0'.
[    2.514826] localhost kernel: ata4: SATA link down (SStatus 0 SControl 300)
[    2.515166] localhost kernel: ata5: SATA link down (SStatus 0 SControl 300)
[    2.515452] localhost kernel: ata6: SATA link down (SStatus 0 SControl 300)
[    2.515780] localhost kernel: ata1: SATA link down (SStatus 0 SControl 300)
[    2.516174] localhost kernel: ata2: SATA link down (SStatus 0 SControl 300)
[    2.516538] localhost kernel: ata3: SATA link down (SStatus 0 SControl 300)
[  135.842141] localhost dracut-initqueue[441]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  135.847868] localhost dracut-initqueue[441]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fdisk\x2fby-uuid\x2f95230fe4-199a-4b39-a8bf-762c425e0230.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  135.847868] localhost dracut-initqueue[441]:     [ -e "/dev/disk/by-uuid/95230fe4-199a-4b39-a8bf-762c425e0230" ]
[  135.847868] localhost dracut-initqueue[441]: fi"
[  135.866389] localhost dracut-initqueue[441]: Warning: dracut-initqueue: starting timeout scripts
[  136.438166] localhost dracut-initqueue[441]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  136.442699] localhost dracut-initqueue[441]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fdisk\x2fby-uuid\x2f95230fe4-199a-4b39-a8bf-762c425e0230.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  136.442699] localhost dracut-initqueue[441]:     [ -e "/dev/disk/by-uuid/95230fe4-199a-4b39-a8bf-762c425e0230" ]
[  136.442699] localhost dracut-initqueue[441]: fi"
[  136.460319] localhost dracut-initqueue[441]: Warning: dracut-initqueue: starting timeout scripts
[  137.015167] localhost dracut-initqueue[441]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  137.020148] localhost dracut-initqueue[441]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fdisk\x2fby-uuid\x2f95230fe4-199a-4b39-a8bf-762c425e0230.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  137.020148] localhost dracut-initqueue[441]:     [ -e "/dev/disk/by-uuid/95230fe4-199a-4b39-a8bf-762c425e0230" ]
[  137.020148] localhost dracut-initqueue[441]: fi"
[  137.034874] localhost dracut-initqueue[441]: Warning: dracut-initqueue: starting timeout scripts
[  137.577234] localhost dracut-initqueue[441]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  137.581471] localhost dracut-initqueue[441]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fdisk\x2fby-uuid\x2f95230fe4-199a-4b39-a8bf-762c425e0230.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  137.581471] localhost dracut-initqueue[441]:     [ -e "/dev/disk/by-uuid/95230fe4-199a-4b39-a8bf-762c425e0230" ]
.
.
.
.
[  200.350272] localhost dracut-initqueue[441]: fi"
[  200.363925] localhost dracut-initqueue[441]: Warning: dracut-initqueue: starting timeout scripts
[  200.898110] localhost dracut-initqueue[441]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  200.903528] localhost dracut-initqueue[441]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fdisk\x2fby-uuid\x2f95230fe4-199a-4b39-a8bf-762c425e0230.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  200.903528] localhost dracut-initqueue[441]:     [ -e "/dev/disk/by-uuid/95230fe4-199a-4b39-a8bf-762c425e0230" ]
[  200.903528] localhost dracut-initqueue[441]: fi"
[  200.917150] localhost dracut-initqueue[441]: Warning: dracut-initqueue: starting timeout scripts
[  201.455215] localhost dracut-initqueue[441]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  201.459786] localhost dracut-initqueue[441]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fdisk\x2fby-uuid\x2f95230fe4-199a-4b39-a8bf-762c425e0230.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  201.459786] localhost dracut-initqueue[441]:     [ -e "/dev/disk/by-uuid/95230fe4-199a-4b39-a8bf-762c425e0230" ]
[  201.459786] localhost dracut-initqueue[441]: fi"
[  201.474147] localhost dracut-initqueue[441]: Warning: dracut-initqueue: starting timeout scripts
[  202.013212] localhost dracut-initqueue[441]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  202.018665] localhost dracut-initqueue[441]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fdisk\x2fby-uuid\x2f95230fe4-199a-4b39-a8bf-762c425e0230.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  202.018665] localhost dracut-initqueue[441]:     [ -e "/dev/disk/by-uuid/95230fe4-199a-4b39-a8bf-762c425e0230" ]
[  202.018665] localhost dracut-initqueue[441]: fi"
[  202.032217] localhost dracut-initqueue[441]: Warning: dracut-initqueue: starting timeout scripts
[  202.575121] localhost dracut-initqueue[441]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  202.580347] localhost dracut-initqueue[441]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fdisk\x2fby-uuid\x2f95230fe4-199a-4b39-a8bf-762c425e0230.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  202.580347] localhost dracut-initqueue[441]:     [ -e "/dev/disk/by-uuid/95230fe4-199a-4b39-a8bf-762c425e0230" ]
[  202.580347] localhost dracut-initqueue[441]: fi"
[  202.594653] localhost dracut-initqueue[441]: Warning: dracut-initqueue: starting timeout scripts
[  202.594653] localhost dracut-initqueue[441]: Warning: Could not boot.
[  202.610205] localhost systemd[1]: Starting Dracut Emergency Shell...

Linux nova-compute.okdcluster.kubeinit.local 5.14.0-130.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 15 11:24:09 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

after running a package upgrade with virt-customize the guests VMs break