{
  "_class" : "hudson.tasks.junit.TestResult",
  "testActions" : [
    
  ],
  "duration" : 33.19961,
  "empty" : False,
  "failCount" : 1,
  "passCount" : 0,
  "skipCount" : 0,
  "suites" : [
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 1,
          "className" : "kola-x86_64.tests",
          "duration" : 33.19961,
          "errorDetails" : "Test failed",
          "errorStackTrace" : "        harness.go:1309: kolet failed: : kolet run-test-unit failed:  Error: Unit kola-runext.service exited with code 125\u000a2025-10-20T19:13:16Z cli: Unit kola-runext.service exited with code 125: Process exited with status 1\u000a\u000a---\u000aOct 20 19:13:07 qemu0 kola-runext-rootless-systemd[2278]: + . /var/opt/kola/extdata/commonlib.sh\u000aOct 20 19:13:07 qemu0 kola-runext-rootless-systemd[2278]: ++ IFS=' '\u000aOct 20 19:13:07 qemu0 kola-runext-rootless-systemd[2278]: ++ read -r -a cmdline\u000aOct 20 19:13:07 qemu0 kola-runext-rootless-systemd[2279]: ++ get_fedora_container_ref\u000aOct 20 19:13:07 qemu0 kola-runext-rootless-systemd[2279]: ++ local repo=quay.io/fedora/fedora\u000aOct 20 19:13:07 qemu0 kola-runext-rootless-systemd[2279]: ++ local tag=42\u000aOct 20 19:13:07 qemu0 kola-runext-rootless-systemd[2279]: ++ echo quay.io/fedora/fedora:42\u000aOct 20 19:13:07 qemu0 kola-runext-rootless-systemd[2278]: + container=quay.io/fedora/fedora:42\u000aOct 20 19:13:07 qemu0 kola-runext-rootless-systemd[2278]: + runascoreuserscript=$'\\n#!/bin/bash\\nset -euxo pipefail\\n\\n# build systemd container (runs httpd via systemd)\\n# NOTE: we may want to not build this in the future and run\\n#       from a common testutils container. See\\n#       https://github.com/coreos/coreos-assembler/issues/1645\\ncd $(mktemp -d)\\ncat <<EOF > Containerfile\\nFROM quay.io/fedora/fedora:42\\nRUN rm -f /etc/yum.repos.d/*.repo && curl -L https://raw.githubusercontent.com/coreos/fedora-coreos-config/testing-devel/fedora-archive.repo -o /etc/yum.repos.d/fedora-archive.repo\\nRUN dnf -y update && dnf -y install systemd httpd && dnf clean all && systemctl enable httpd\\nENTRYPOINT [ \"/sbin/init\" ]\\nEOF\\npodman build -t httpd .\\n\\n# Run systemd container\\n# Pass \\'-t\\' so systemd will print logs so \\'podman logs\\' will work\\npodman run -t -d --name httpd --publish 8080:80 httpd\\n'\u000aOct 20 19:13:07 qemu0 kola-runext-rootless-systemd[2278]: + main\u000aOct 20 19:13:07 qemu0 kola-runext-rootless-systemd[2278]: + echo $'\\n#!/bin/bash\\nset -euxo pipefail\\n\\n# build systemd container (runs httpd via systemd)\\n# NOTE: we may want to not build this in the future and run\\n#       from a common testutils container. See\\n#       https://github.com/coreos/coreos-assembler/issues/1645\\ncd $(mktemp -d)\\ncat <<EOF > Containerfile\\nFROM quay.io/fedora/fedora:42\\nRUN rm -f /etc/yum.repos.d/*.repo && curl -L https://raw.githubusercontent.com/coreos/fedora-coreos-config/testing-devel/fedora-archive.repo -o /etc/yum.repos.d/fedora-archive.repo\\nRUN dnf -y update && dnf -y install systemd httpd && dnf clean all && systemctl enable httpd\\nENTRYPOINT [ \"/sbin/init\" ]\\nEOF\\npodman build -t httpd .\\n\\n# Run systemd container\\n# Pass \\'-t\\' so systemd will print logs so \\'podman logs\\' will work\\npodman run -t -d --name httpd --publish 8080:80 httpd\\n'\u000aOct 20 19:13:07 qemu0 kola-runext-rootless-systemd[2278]: + chmod +x /tmp/runascoreuserscript\u000aOct 20 19:13:07 qemu0 kola-runext-rootless-systemd[2278]: + runascoreuser /tmp/runascoreuserscript\u000aOct 20 19:13:07 qemu0 kola-runext-rootless-systemd[2281]: + sudo -u core /tmp/runascoreuserscript\u000aOct 20 19:13:07 qemu0 kola-runext-rootless-systemd[2282]: + cat\u000aOct 20 19:13:07 qemu0 kola-runext-rootless-systemd[2285]: ++ mktemp -d\u000aOct 20 19:13:07 qemu0 kola-runext-rootless-systemd[2284]: + cd /tmp/tmp.acFKupFSOu\u000aOct 20 19:13:07 qemu0 kola-runext-rootless-systemd[2284]: + cat\u000aOct 20 19:13:07 qemu0 kola-runext-rootless-systemd[2284]: + podman build -t httpd .\u000aOct 20 19:13:08 qemu0 kola-runext-rootless-systemd[2282]: STEP 1/4: FROM quay.io/fedora/fedora:42\u000aOct 20 19:13:08 qemu0 kola-runext-rootless-systemd[2291]: Trying to pull quay.io/fedora/fedora:42...\u000aOct 20 19:13:16 qemu0 kola-runext-rootless-systemd[2291]: Error: creating build container: unable to copy from source docker://quay.io/fedora/fedora:42: initializing source docker://quay.io/fedora/fedora:42: reading manifest 42 in quay.io/fedora/fedora: received unexpected HTTP status: 500 Internal Server Error",
          "failedSince" : 388,
          "name" : "ext.config.podman.rootless-systemd",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "FAILED",
          "stderr" : "Oct 20 19:12:52.377178 kernel: Linux version 6.18.0-0.rc2.23.fc44.x86_64 (mockbuild@8f020818ba3a42809c45472bdba64161) (gcc (GCC) 15.2.1 20250924 (Red Hat 15.2.1-2), GNU ld version 2.45.50.20251006) #1 SMP PREEMPT_DYNAMIC Mon Oct 20 17:38:25 UTC 2025\u000aOct 20 19:12:52.377215 kernel: Command line: BOOT_IMAGE=(hd0,gpt3)/boot/ostree/fedora-coreos-a069702bc4663a049143c87e0d5f29c03f6e25d348aedc874e7748e782261235/vmlinuz-6.18.0-0.rc2.23.fc44.x86_64 rw ignition.firstboot mitigations=auto,nosmt ostree=/ostree/boot.1/fedora-coreos/a069702bc4663a049143c87e0d5f29c03f6e25d348aedc874e7748e782261235/0 ignition.platform.id=qemu console=tty0 console=ttyS0,115200n8\u000aOct 20 19:12:52.377222 kernel: BIOS-provided physical RAM map:\u000aOct 20 19:12:52.377227 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\u000aOct 20 19:12:52.377234 kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\u000aOct 20 19:12:52.377239 kernel: BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\u000aOct 20 19:12:52.377247 kernel: BIOS-e820: [mem 0x0000000000100000-0x000000005ffccfff] usable\u000aOct 20 19:12:52.377253 kernel: BIOS-e820: [mem 0x000000005ffcd000-0x000000005fffffff] reserved\u000aOct 20 19:12:52.377258 kernel: BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\u000aOct 20 19:12:52.377262 kernel: BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\u000aOct 20 19:12:52.377269 kernel: BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved\u000aOct 20 19:12:52.377276 kernel: NX (Execute Disable) protection: active\u000aOct 20 19:12:52.377281 kernel: APIC: Static calls initialized\u000aOct 20 19:12:52.377286 kernel: SMBIOS 2.8 present.\u000aOct 20 19:12:52.377291 kernel: DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.17.0-5.fc42 04/01/2014\u000aOct 20 19:12:52.377298 kernel: DMI: Memory slots populated: 1/1\u000aOct 20 19:12:52.377305 kernel: Hypervisor detected: KVM\u000aOct 20 19:12:52.377311 kernel: last_pfn = 0x5ffcd max_arch_pfn = 0x10000000000\u000aOct 20 19:12:52.377318 kernel: kvm-clock: Using msrs 4b564d01 and 4b564d00\u000aOct 20 19:12:52.377325 kernel: kvm-clock: using sched offset of 3251229234 cycles\u000aOct 20 19:12:52.377333 kernel: clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\u000aOct 20 19:12:52.377338 kernel: tsc: Detected 3249.982 MHz processor\u000aOct 20 19:12:52.377343 kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved\u000aOct 20 19:12:52.377351 kernel: e820: remove [mem 0x000a0000-0x000fffff] usable\u000aOct 20 19:12:52.377361 kernel: last_pfn = 0x5ffcd max_arch_pfn = 0x10000000000\u000aOct 20 19:12:52.377366 kernel: MTRR map: 4 entries (3 fixed + 1 variable; max 19), built from 8 variable MTRRs\u000aOct 20 19:12:52.377371 kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  \u000aOct 20 19:12:52.377377 kernel: found SMP MP-table at [mem 0x000f5440-0x000f544f]\u000aOct 20 19:12:52.377385 kernel: Using GB pages for direct mapping\u000aOct 20 19:12:52.377389 kernel: RAMDISK: [mem 0x2955c000-0x30aa5fff]\u000aOct 20 19:12:52.377394 kernel: ACPI: Early table checksum verification disabled\u000aOct 20 19:12:52.377399 kernel: ACPI: RSDP 0x00000000000F5280 000014 (v00 BOCHS )\u000aOct 20 19:12:52.377404 kernel: ACPI: RSDT 0x000000005FFD25A1 000038 (v01 BOCHS  BXPC     00000001 BXPC 00000001)\u000aOct 20 19:12:52.377409 kernel: ACPI: FACP 0x000000005FFD2409 000074 (v01 BOCHS  BXPC     00000001 BXPC 00000001)\u000aOct 20 19:12:52.377413 kernel: ACPI: DSDT 0x000000005FFD0040 0023C9 (v01 BOCHS  BXPC     00000001 BXPC 00000001)\u000aOct 20 19:12:52.377418 kernel: ACPI: FACS 0x000000005FFD0000 000040\u000aOct 20 19:12:52.377427 kernel: ACPI: APIC 0x000000005FFD247D 000078 (v03 BOCHS  BXPC     00000001 BXPC 00000001)\u000aOct 20 19:12:52.377432 kernel: ACPI: HPET 0x000000005FFD24F5 000038 (v01 BOCHS  BXPC     00000001 BXPC 00000001)\u000aOct 20 19:12:52.377437 kernel: ACPI: TPM2 0x000000005FFD252D 00004C (v04 BOCHS  BXPC     00000001 BXPC 00000001)\u000aOct 20 19:12:52.377442 kernel: ACPI: WAET 0x000000005FFD2579 000028 (v01 BOCHS  BXPC     00000001 BXPC 00000001)\u000aOct 20 19:12:52.377449 kernel: ACPI: Reserving FACP table memory at [mem 0x5ffd2409-0x5ffd247c]\u000aOct 20 19:12:52.377454 kernel: ACPI: Reserving DSDT table memory at [mem 0x5ffd0040-0x5ffd2408]\u000aOct 20 19:12:52.377459 kernel: ACPI: Reserving FACS table memory at [mem 0x5ffd0000-0x5ffd003f]\u000aOct 20 19:12:52.377464 kernel: ACPI: Reserving APIC table memory at [mem 0x5ffd247d-0x5ffd24f4]\u000aOct 20 19:12:52.377469 kernel: ACPI: Reserving HPET table memory at [mem 0x5ffd24f5-0x5ffd252c]\u000aOct 20 19:12:52.377474 kernel: ACPI: Reserving TPM2 table memory at [mem 0x5ffd252d-0x5ffd2578]\u000aOct 20 19:12:52.377478 kernel: ACPI: Reserving WAET table memory at [mem 0x5ffd2579-0x5ffd25a0]\u000aOct 20 19:12:52.377483 kernel: No NUMA configuration found\u000aOct 20 19:12:52.377492 kernel: Faking a node at [mem 0x0000000000000000-0x000000005ffccfff]\u000aOct 20 19:12:52.377497 kernel: NODE_DATA(0) allocated [mem 0x5ffa2280-0x5ffccfff]\u000aOct 20 19:12:52.377502 kernel: Zone ranges:\u000aOct 20 19:12:52.377506 kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]\u000aOct 20 19:12:52.377511 kernel:   DMA32    [mem 0x0000000001000000-0x000000005ffccfff]\u000aOct 20 19:12:52.377516 kernel:   Normal   empty\u000aOct 20 19:12:52.377520 kernel:   Device   empty\u000aOct 20 19:12:52.377525 kernel: Movable zone start for each node\u000aOct 20 19:12:52.377530 kernel: Early memory node ranges\u000aOct 20 19:12:52.377535 kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]\u000aOct 20 19:12:52.377542 kernel:   node   0: [mem 0x0000000000100000-0x000000005ffccfff]\u000aOct 20 19:12:52.377546 kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000005ffccfff]\u000aOct 20 19:12:52.377551 kernel: On node 0, zone DMA: 1 pages in unavailable ranges\u000aOct 20 19:12:52.377556 kernel: On node 0, zone DMA: 97 pages in unavailable ranges\u000aOct 20 19:12:52.377561 kernel: On node 0, zone DMA32: 51 pages in unavailable ranges\u000aOct 20 19:12:52.377566 kernel: ACPI: PM-Timer IO Port: 0x608\u000aOct 20 19:12:52.377573 kernel: ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\u000aOct 20 19:12:52.377578 kernel: IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\u000aOct 20 19:12:52.377583 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\u000aOct 20 19:12:52.377589 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\u000aOct 20 19:12:52.377594 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\u000aOct 20 19:12:52.377599 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\u000aOct 20 19:12:52.377604 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\u000aOct 20 19:12:52.377609 kernel: ACPI: Using ACPI (MADT) for SMP configuration information\u000aOct 20 19:12:52.377613 kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000\u000aOct 20 19:12:52.377618 kernel: TSC deadline timer available\u000aOct 20 19:12:52.377623 kernel: CPU topo: Max. logical packages:   1\u000aOct 20 19:12:52.377628 kernel: CPU topo: Max. logical dies:       1\u000aOct 20 19:12:52.377634 kernel: CPU topo: Max. dies per package:   1\u000aOct 20 19:12:52.377639 kernel: CPU topo: Max. threads per core:   1\u000aOct 20 19:12:52.377644 kernel: CPU topo: Num. cores per package:     1\u000aOct 20 19:12:52.377649 kernel: CPU topo: Num. threads per package:   1\u000aOct 20 19:12:52.377653 kernel: CPU topo: Allowing 1 present CPUs plus 0 hotplug CPUs\u000aOct 20 19:12:52.377658 kernel: kvm-guest: APIC: eoi() replaced with kvm_guest_apic_eoi_write()\u000aOct 20 19:12:52.377663 kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\u000aOct 20 19:12:52.377667 kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]\u000aOct 20 19:12:52.377672 kernel: [mem 0x60000000-0xfeffbfff] available for PCI devices\u000aOct 20 19:12:52.377677 kernel: Booting paravirtualized kernel on KVM\u000aOct 20 19:12:52.377683 kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\u000aOct 20 19:12:52.377689 kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\u000aOct 20 19:12:52.377694 kernel: percpu: Embedded 84 pages/cpu s221184 r8192 d114688 u2097152\u000aOct 20 19:12:52.377698 kernel: pcpu-alloc: s221184 r8192 d114688 u2097152 alloc=1*2097152\u000aOct 20 19:12:52.377703 kernel: pcpu-alloc: [0] 0 \u000aOct 20 19:12:52.377708 kernel: kvm-guest: PV spinlocks disabled, single CPU\u000aOct 20 19:12:52.377713 kernel: Kernel command line: BOOT_IMAGE=(hd0,gpt3)/boot/ostree/fedora-coreos-a069702bc4663a049143c87e0d5f29c03f6e25d348aedc874e7748e782261235/vmlinuz-6.18.0-0.rc2.23.fc44.x86_64 rw ignition.firstboot mitigations=auto,nosmt ostree=/ostree/boot.1/fedora-coreos/a069702bc4663a049143c87e0d5f29c03f6e25d348aedc874e7748e782261235/0 ignition.platform.id=qemu console=tty0 console=ttyS0,115200n8\u000aOct 20 19:12:52.377719 kernel: Unknown kernel command line parameters \"ostree=/ostree/boot.1/fedora-coreos/a069702bc4663a049143c87e0d5f29c03f6e25d348aedc874e7748e782261235/0\", will be passed to user space.\u000aOct 20 19:12:52.377725 kernel: random: crng init done\u000aOct 20 19:12:52.377730 kernel: printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes\u000aOct 20 19:12:52.377735 kernel: Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)\u000aOct 20 19:12:52.377740 kernel: Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\u000aOct 20 19:12:52.377744 kernel: Fallback order for Node 0: 0 \u000aOct 20 19:12:52.377749 kernel: Built 1 zonelists, mobility grouping on.  Total pages: 393067\u000aOct 20 19:12:52.377754 kernel: Policy zone: DMA32\u000aOct 20 19:12:52.377759 kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off\u000aOct 20 19:12:52.377764 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\u000aOct 20 19:12:52.377770 kernel: ftrace: allocating 62538 entries in 246 pages\u000aOct 20 19:12:52.377775 kernel: ftrace: allocated 246 pages with 6 groups\u000aOct 20 19:12:52.377780 kernel: Dynamic Preempt: lazy\u000aOct 20 19:12:52.377785 kernel: rcu: Preemptible hierarchical RCU implementation.\u000aOct 20 19:12:52.377790 kernel: rcu:         RCU event tracing is enabled.\u000aOct 20 19:12:52.377795 kernel: rcu:         RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\u000aOct 20 19:12:52.377800 kernel:         Trampoline variant of Tasks RCU enabled.\u000aOct 20 19:12:52.377805 kernel:         Rude variant of Tasks RCU enabled.\u000aOct 20 19:12:52.377810 kernel:         Tracing variant of Tasks RCU enabled.\u000aOct 20 19:12:52.377816 kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\u000aOct 20 19:12:52.377821 kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\u000aOct 20 19:12:52.377826 kernel: RCU Tasks: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1.\u000aOct 20 19:12:52.377831 kernel: RCU Tasks Rude: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1.\u000aOct 20 19:12:52.377836 kernel: RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1.\u000aOct 20 19:12:52.377841 kernel: NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\u000aOct 20 19:12:52.377850 kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.\u000aOct 20 19:12:52.377855 kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\u000aOct 20 19:12:52.377860 kernel: Console: colour *CGA 80x25\u000aOct 20 19:12:52.377865 kernel: printk: legacy console [tty0] enabled\u000aOct 20 19:12:52.377872 kernel: printk: legacy console [ttyS0] enabled\u000aOct 20 19:12:52.377876 kernel: ACPI: Core revision 20250807\u000aOct 20 19:12:52.377881 kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns\u000aOct 20 19:12:52.377886 kernel: APIC: Switch to symmetric I/O mode setup\u000aOct 20 19:12:52.377891 kernel: x2apic enabled\u000aOct 20 19:12:52.377895 kernel: APIC: Switched APIC routing to: physical x2apic\u000aOct 20 19:12:52.377900 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\u000aOct 20 19:12:52.377907 kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2ed8ba19848, max_idle_ns: 440795269544 ns\u000aOct 20 19:12:52.377912 kernel: Calibrating delay loop (skipped) preset value.. 6499.96 BogoMIPS (lpj=3249982)\u000aOct 20 19:12:52.377917 kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated\u000aOct 20 19:12:52.377922 kernel: Last level iTLB entries: 4KB 512, 2MB 255, 4MB 127\u000aOct 20 19:12:52.377926 kernel: Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127, 1GB 0\u000aOct 20 19:12:52.377931 kernel: mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: on\u000aOct 20 19:12:52.377936 kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl\u000aOct 20 19:12:52.377941 kernel: Transient Scheduler Attacks: Vulnerable: No microcode\u000aOct 20 19:12:52.377948 kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS\u000aOct 20 19:12:52.377953 kernel: Speculative Return Stack Overflow: Mitigation: Safe RET\u000aOct 20 19:12:52.377957 kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization\u000aOct 20 19:12:52.377962 kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier\u000aOct 20 19:12:52.377967 kernel: active return thunk: srso_alias_return_thunk\u000aOct 20 19:12:52.377972 kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'\u000aOct 20 19:12:52.377977 kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'\u000aOct 20 19:12:52.377981 kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'\u000aOct 20 19:12:52.377986 kernel: x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'\u000aOct 20 19:12:52.377993 kernel: x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'\u000aOct 20 19:12:52.377998 kernel: x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'\u000aOct 20 19:12:52.378003 kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'\u000aOct 20 19:12:52.378007 kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256\u000aOct 20 19:12:52.378012 kernel: x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64\u000aOct 20 19:12:52.378017 kernel: x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512\u000aOct 20 19:12:52.378022 kernel: x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024\u000aOct 20 19:12:52.378027 kernel: x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8\u000aOct 20 19:12:52.378034 kernel: x86/fpu: Enabled xstate features 0x2e7, context size is 2440 bytes, using 'compacted' format.\u000aOct 20 19:12:52.378039 kernel: Freeing SMP alternatives memory: 56K\u000aOct 20 19:12:52.378043 kernel: pid_max: default: 32768 minimum: 301\u000aOct 20 19:12:52.378056 kernel: LSM: initializing lsm=lockdown,capability,yama,selinux,bpf,landlock,ipe,ima,evm\u000aOct 20 19:12:52.382096 kernel: Yama: becoming mindful.\u000aOct 20 19:12:52.382109 kernel: SELinux:  Initializing.\u000aOct 20 19:12:52.382115 kernel: LSM support for eBPF active\u000aOct 20 19:12:52.382120 kernel: landlock: Up and running.\u000aOct 20 19:12:52.382125 kernel: Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)\u000aOct 20 19:12:52.382136 kernel: Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)\u000aOct 20 19:12:52.382141 kernel: smpboot: CPU0: AMD EPYC 9354 32-Core Processor (family: 0x19, model: 0x11, stepping: 0x1)\u000aOct 20 19:12:52.382146 kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.\u000aOct 20 19:12:52.382151 kernel: ... version:                   2\u000aOct 20 19:12:52.382156 kernel: ... bit width:                 48\u000aOct 20 19:12:52.382162 kernel: ... generic counters:          6\u000aOct 20 19:12:52.382167 kernel: ... generic bitmap:            000000000000003f\u000aOct 20 19:12:52.382172 kernel: ... fixed-purpose counters:    0\u000aOct 20 19:12:52.382176 kernel: ... fixed-purpose bitmap:      0000000000000000\u000aOct 20 19:12:52.382184 kernel: ... value mask:                0000ffffffffffff\u000aOct 20 19:12:52.382189 kernel: ... max period:                00007fffffffffff\u000aOct 20 19:12:52.382194 kernel: ... global_ctrl mask:          000000000000003f\u000aOct 20 19:12:52.382199 kernel: signal: max sigframe size: 3376\u000aOct 20 19:12:52.382204 kernel: rcu: Hierarchical SRCU implementation.\u000aOct 20 19:12:52.382209 kernel: rcu:         Max phase no-delay instances is 400.\u000aOct 20 19:12:52.382215 kernel: smp: Bringing up secondary CPUs ...\u000aOct 20 19:12:52.382219 kernel: smp: Brought up 1 node, 1 CPU\u000aOct 20 19:12:52.382224 kernel: smpboot: Total of 1 processors activated (6499.96 BogoMIPS)\u000aOct 20 19:12:52.382232 kernel: Memory: 1350116K/1572268K available (22236K kernel code, 4550K rwdata, 18148K rodata, 5148K init, 6040K bss, 216828K reserved, 0K cma-reserved)\u000aOct 20 19:12:52.382236 kernel: devtmpfs: initialized\u000aOct 20 19:12:52.382241 kernel: x86/mm: Memory block size: 128MB\u000aOct 20 19:12:52.382246 kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns\u000aOct 20 19:12:52.382251 kernel: posixtimers hash table entries: 512 (order: 1, 8192 bytes, linear)\u000aOct 20 19:12:52.382256 kernel: futex hash table entries: 256 (16384 bytes on 1 NUMA nodes, total 16 KiB, linear).\u000aOct 20 19:12:52.382261 kernel: pinctrl core: initialized pinctrl subsystem\u000aOct 20 19:12:52.382266 kernel: PM: RTC time: 19:12:50, date: 2025-10-20\u000aOct 20 19:12:52.382273 kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family\u000aOct 20 19:12:52.382279 kernel: DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations\u000aOct 20 19:12:52.382283 kernel: DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations\u000aOct 20 19:12:52.382288 kernel: DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations\u000aOct 20 19:12:52.382293 kernel: audit: initializing netlink subsys (disabled)\u000aOct 20 19:12:52.382298 kernel: thermal_sys: Registered thermal governor 'fair_share'\u000aOct 20 19:12:52.382303 kernel: thermal_sys: Registered thermal governor 'bang_bang'\u000aOct 20 19:12:52.382308 kernel: audit: type=2000 audit(1760987570.991:1): state=initialized audit_enabled=0 res=1\u000aOct 20 19:12:52.382313 kernel: thermal_sys: Registered thermal governor 'step_wise'\u000aOct 20 19:12:52.382319 kernel: thermal_sys: Registered thermal governor 'user_space'\u000aOct 20 19:12:52.382324 kernel: cpuidle: using governor menu\u000aOct 20 19:12:52.382329 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\u000aOct 20 19:12:52.382334 kernel: PCI: Using configuration type 1 for base access\u000aOct 20 19:12:52.382339 kernel: PCI: Using configuration type 1 for extended access\u000aOct 20 19:12:52.382344 kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.\u000aOct 20 19:12:52.382349 kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages\u000aOct 20 19:12:52.382354 kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page\u000aOct 20 19:12:52.382361 kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages\u000aOct 20 19:12:52.382367 kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page\u000aOct 20 19:12:52.382371 kernel: raid6: skipped pq benchmark and selected avx512x4\u000aOct 20 19:12:52.382376 kernel: raid6: using avx512x2 recovery algorithm\u000aOct 20 19:12:52.382381 kernel: ACPI: Added _OSI(Module Device)\u000aOct 20 19:12:52.382386 kernel: ACPI: Added _OSI(Processor Device)\u000aOct 20 19:12:52.382390 kernel: ACPI: Added _OSI(Processor Aggregator Device)\u000aOct 20 19:12:52.382395 kernel: ACPI: 1 ACPI AML tables successfully acquired and loaded\u000aOct 20 19:12:52.382400 kernel: ACPI: Interpreter enabled\u000aOct 20 19:12:52.382407 kernel: ACPI: PM: (supports S0 S3 S4 S5)\u000aOct 20 19:12:52.382412 kernel: ACPI: Using IOAPIC for interrupt routing\u000aOct 20 19:12:52.382416 kernel: PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\u000aOct 20 19:12:52.382421 kernel: PCI: Using E820 reservations for host bridge windows\u000aOct 20 19:12:52.382426 kernel: ACPI: Enabled 2 GPEs in block 00 to 0F\u000aOct 20 19:12:52.382431 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\u000aOct 20 19:12:52.382692 kernel: acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]\u000aOct 20 19:12:52.382702 kernel: acpiphp: Slot [2] registered\u000aOct 20 19:12:52.382710 kernel: acpiphp: Slot [3] registered\u000aOct 20 19:12:52.382715 kernel: acpiphp: Slot [4] registered\u000aOct 20 19:12:52.382720 kernel: acpiphp: Slot [5] registered\u000aOct 20 19:12:52.382725 kernel: acpiphp: Slot [6] registered\u000aOct 20 19:12:52.382729 kernel: acpiphp: Slot [7] registered\u000aOct 20 19:12:52.382734 kernel: acpiphp: Slot [8] registered\u000aOct 20 19:12:52.382739 kernel: acpiphp: Slot [9] registered\u000aOct 20 19:12:52.382743 kernel: acpiphp: Slot [10] registered\u000aOct 20 19:12:52.382748 kernel: acpiphp: Slot [11] registered\u000aOct 20 19:12:52.382755 kernel: acpiphp: Slot [12] registered\u000aOct 20 19:12:52.382760 kernel: acpiphp: Slot [13] registered\u000aOct 20 19:12:52.382765 kernel: acpiphp: Slot [14] registered\u000aOct 20 19:12:52.382770 kernel: acpiphp: Slot [15] registered\u000aOct 20 19:12:52.382775 kernel: acpiphp: Slot [16] registered\u000aOct 20 19:12:52.382779 kernel: acpiphp: Slot [17] registered\u000aOct 20 19:12:52.382784 kernel: acpiphp: Slot [18] registered\u000aOct 20 19:12:52.382789 kernel: acpiphp: Slot [19] registered\u000aOct 20 19:12:52.382794 kernel: acpiphp: Slot [20] registered\u000aOct 20 19:12:52.382801 kernel: acpiphp: Slot [21] registered\u000aOct 20 19:12:52.382806 kernel: acpiphp: Slot [22] registered\u000aOct 20 19:12:52.382810 kernel: acpiphp: Slot [23] registered\u000aOct 20 19:12:52.382815 kernel: acpiphp: Slot [24] registered\u000aOct 20 19:12:52.382820 kernel: acpiphp: Slot [25] registered\u000aOct 20 19:12:52.382824 kernel: acpiphp: Slot [26] registered\u000aOct 20 19:12:52.382829 kernel: acpiphp: Slot [27] registered\u000aOct 20 19:12:52.382834 kernel: acpiphp: Slot [28] registered\u000aOct 20 19:12:52.382839 kernel: acpiphp: Slot [29] registered\u000aOct 20 19:12:52.382846 kernel: acpiphp: Slot [30] registered\u000aOct 20 19:12:52.382851 kernel: acpiphp: Slot [31] registered\u000aOct 20 19:12:52.382856 kernel: PCI host bridge to bus 0000:00\u000aOct 20 19:12:52.383032 kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]\u000aOct 20 19:12:52.387206 kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]\u000aOct 20 19:12:52.387387 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\u000aOct 20 19:12:52.387544 kernel: pci_bus 0000:00: root bus resource [mem 0x60000000-0xfebfffff window]\u000aOct 20 19:12:52.387697 kernel: pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\u000aOct 20 19:12:52.387856 kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]\u000aOct 20 19:12:52.388014 kernel: pci_bus 0000:00: root bus resource [bus 00-ff]\u000aOct 20 19:12:52.391597 kernel: pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 conventional PCI endpoint\u000aOct 20 19:12:52.391779 kernel: pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 conventional PCI endpoint\u000aOct 20 19:12:52.391952 kernel: pci 0000:00:01.1: [8086:7010] type 00 class 0x010180 conventional PCI endpoint\u000aOct 20 19:12:52.392767 kernel: pci 0000:00:01.1: BAR 4 [io  0xc100-0xc10f]\u000aOct 20 19:12:52.392953 kernel: pci 0000:00:01.1: BAR 0 [io  0x01f0-0x01f7]: legacy IDE quirk\u000aOct 20 19:12:52.396335 kernel: pci 0000:00:01.1: BAR 1 [io  0x03f6]: legacy IDE quirk\u000aOct 20 19:12:52.396517 kernel: pci 0000:00:01.1: BAR 2 [io  0x0170-0x0177]: legacy IDE quirk\u000aOct 20 19:12:52.396684 kernel: pci 0000:00:01.1: BAR 3 [io  0x0376]: legacy IDE quirk\u000aOct 20 19:12:52.396858 kernel: pci 0000:00:01.3: [8086:7113] type 00 class 0x068000 conventional PCI endpoint\u000aOct 20 19:12:52.397020 kernel: pci 0000:00:01.3: quirk: [io  0x0600-0x063f] claimed by PIIX4 ACPI\u000aOct 20 19:12:52.399241 kernel: pci 0000:00:01.3: quirk: [io  0x0700-0x070f] claimed by PIIX4 SMB\u000aOct 20 19:12:52.399427 kernel: pci 0000:00:02.0: [1af4:1005] type 00 class 0x00ff00 conventional PCI endpoint\u000aOct 20 19:12:52.399597 kernel: pci 0000:00:02.0: BAR 0 [io  0xc0c0-0xc0df]\u000aOct 20 19:12:52.399758 kernel: pci 0000:00:02.0: BAR 1 [mem 0xfebc0000-0xfebc0fff]\u000aOct 20 19:12:52.399920 kernel: pci 0000:00:02.0: BAR 4 [mem 0xfebf0000-0xfebf3fff 64bit pref]\u000aOct 20 19:12:52.411146 kernel: pci 0000:00:03.0: [1af4:1001] type 00 class 0x010000 conventional PCI endpoint\u000aOct 20 19:12:52.411350 kernel: pci 0000:00:03.0: BAR 0 [io  0xc000-0xc07f]\u000aOct 20 19:12:52.411516 kernel: pci 0000:00:03.0: BAR 1 [mem 0xfebc1000-0xfebc1fff]\u000aOct 20 19:12:52.411680 kernel: pci 0000:00:03.0: BAR 4 [mem 0xfebf4000-0xfebf7fff 64bit pref]\u000aOct 20 19:12:52.411864 kernel: pci 0000:00:04.0: [1af4:1000] type 00 class 0x020000 conventional PCI endpoint\u000aOct 20 19:12:52.412024 kernel: pci 0000:00:04.0: BAR 0 [io  0xc0e0-0xc0ff]\u000aOct 20 19:12:52.413233 kernel: pci 0000:00:04.0: BAR 1 [mem 0xfebc2000-0xfebc2fff]\u000aOct 20 19:12:52.413401 kernel: pci 0000:00:04.0: BAR 4 [mem 0xfebf8000-0xfebfbfff 64bit pref]\u000aOct 20 19:12:52.413561 kernel: pci 0000:00:04.0: ROM [mem 0xfeb80000-0xfebbffff pref]\u000aOct 20 19:12:52.413741 kernel: pci 0000:00:05.0: [1af4:1003] type 00 class 0x078000 conventional PCI endpoint\u000aOct 20 19:12:52.413903 kernel: pci 0000:00:05.0: BAR 0 [io  0xc080-0xc0bf]\u000aOct 20 19:12:52.416012 kernel: pci 0000:00:05.0: BAR 1 [mem 0xfebc3000-0xfebc3fff]\u000aOct 20 19:12:52.416232 kernel: pci 0000:00:05.0: BAR 4 [mem 0xfebfc000-0xfebfffff 64bit pref]\u000aOct 20 19:12:52.416241 kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 10\u000aOct 20 19:12:52.416247 kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 10\u000aOct 20 19:12:52.416253 kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 11\u000aOct 20 19:12:52.416258 kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 11\u000aOct 20 19:12:52.416264 kernel: ACPI: PCI: Interrupt link LNKS configured for IRQ 9\u000aOct 20 19:12:52.416270 kernel: iommu: Default domain type: Translated\u000aOct 20 19:12:52.416275 kernel: iommu: DMA domain TLB invalidation policy: lazy mode\u000aOct 20 19:12:52.416285 kernel: SCSI subsystem initialized\u000aOct 20 19:12:52.416291 kernel: libata version 3.00 loaded.\u000aOct 20 19:12:52.416296 kernel: ACPI: bus type USB registered\u000aOct 20 19:12:52.416301 kernel: usbcore: registered new interface driver usbfs\u000aOct 20 19:12:52.416307 kernel: usbcore: registered new interface driver hub\u000aOct 20 19:12:52.416312 kernel: usbcore: registered new device driver usb\u000aOct 20 19:12:52.416317 kernel: pps_core: LinuxPPS API ver. 1 registered\u000aOct 20 19:12:52.416322 kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>\u000aOct 20 19:12:52.416330 kernel: PTP clock support registered\u000aOct 20 19:12:52.416335 kernel: EDAC MC: Ver: 3.0.0\u000aOct 20 19:12:52.416341 kernel: NetLabel: Initializing\u000aOct 20 19:12:52.416346 kernel: NetLabel:  domain hash size = 128\u000aOct 20 19:12:52.416351 kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO\u000aOct 20 19:12:52.416356 kernel: NetLabel:  unlabeled traffic allowed by default\u000aOct 20 19:12:52.416361 kernel: mctp: management component transport protocol core\u000aOct 20 19:12:52.416366 kernel: NET: Registered PF_MCTP protocol family\u000aOct 20 19:12:52.416371 kernel: PCI: Using ACPI for IRQ routing\u000aOct 20 19:12:52.416378 kernel: PCI: pci_cache_line_size set to 64 bytes\u000aOct 20 19:12:52.416384 kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]\u000aOct 20 19:12:52.416389 kernel: e820: reserve RAM buffer [mem 0x5ffcd000-0x5fffffff]\u000aOct 20 19:12:52.416394 kernel: vgaarb: loaded\u000aOct 20 19:12:52.416399 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0\u000aOct 20 19:12:52.416405 kernel: hpet0: 3 comparators, 64-bit 100.000000 MHz counter\u000aOct 20 19:12:52.416410 kernel: clocksource: Switched to clocksource kvm-clock\u000aOct 20 19:12:52.416415 kernel: VFS: Disk quotas dquot_6.6.0\u000aOct 20 19:12:52.416420 kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\u000aOct 20 19:12:52.416427 kernel: pnp: PnP ACPI init\u000aOct 20 19:12:52.416609 kernel: pnp 00:02: [dma 2]\u000aOct 20 19:12:52.416617 kernel: pnp: PnP ACPI: found 5 devices\u000aOct 20 19:12:52.416623 kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\u000aOct 20 19:12:52.416628 kernel: NET: Registered PF_INET protocol family\u000aOct 20 19:12:52.416633 kernel: IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)\u000aOct 20 19:12:52.416638 kernel: tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)\u000aOct 20 19:12:52.416644 kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)\u000aOct 20 19:12:52.416652 kernel: TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)\u000aOct 20 19:12:52.416656 kernel: TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)\u000aOct 20 19:12:52.416661 kernel: TCP: Hash tables configured (established 16384 bind 16384)\u000aOct 20 19:12:52.416666 kernel: MPTCP token hash table entries: 2048 (order: 3, 49152 bytes, linear)\u000aOct 20 19:12:52.416671 kernel: UDP hash table entries: 1024 (order: 4, 65536 bytes, linear)\u000aOct 20 19:12:52.416676 kernel: UDP-Lite hash table entries: 1024 (order: 4, 65536 bytes, linear)\u000aOct 20 19:12:52.416681 kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family\u000aOct 20 19:12:52.416687 kernel: NET: Registered PF_XDP protocol family\u000aOct 20 19:12:52.416844 kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]\u000aOct 20 19:12:52.417000 kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]\u000aOct 20 19:12:52.420282 kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]\u000aOct 20 19:12:52.420447 kernel: pci_bus 0000:00: resource 7 [mem 0x60000000-0xfebfffff window]\u000aOct 20 19:12:52.420603 kernel: pci_bus 0000:00: resource 8 [mem 0x100000000-0x17fffffff window]\u000aOct 20 19:12:52.420754 kernel: pci_bus 0000:00: resource 9 [mem 0xfed40000-0xfed44fff]\u000aOct 20 19:12:52.420921 kernel: pci 0000:00:01.0: PIIX3: Enabling Passive Release\u000aOct 20 19:12:52.424147 kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers\u000aOct 20 19:12:52.424162 kernel: PCI: CLS 0 bytes, default 64\u000aOct 20 19:12:52.424173 kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2ed8ba19848, max_idle_ns: 440795269544 ns\u000aOct 20 19:12:52.424179 kernel: Trying to unpack rootfs image as initramfs...\u000aOct 20 19:12:52.424185 kernel: Initialise system trusted keyrings\u000aOct 20 19:12:52.424190 kernel: Key type blacklist registered\u000aOct 20 19:12:52.424195 kernel: workingset: timestamp_bits=36 max_order=19 bucket_order=0\u000aOct 20 19:12:52.424201 kernel: integrity: Platform Keyring initialized\u000aOct 20 19:12:52.424216 kernel: integrity: Machine keyring initialized\u000aOct 20 19:12:52.424223 kernel: cryptd: max_cpu_qlen set to 1000\u000aOct 20 19:12:52.424228 kernel: NET: Registered PF_ALG protocol family\u000aOct 20 19:12:52.424234 kernel: xor: automatically using best checksumming function   avx       \u000aOct 20 19:12:52.424239 kernel: Key type asymmetric registered\u000aOct 20 19:12:52.424243 kernel: Asymmetric key parser 'x509' registered\u000aOct 20 19:12:52.424249 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)\u000aOct 20 19:12:52.424256 kernel: io scheduler mq-deadline registered\u000aOct 20 19:12:52.424261 kernel: io scheduler kyber registered\u000aOct 20 19:12:52.424266 kernel: io scheduler bfq registered\u000aOct 20 19:12:52.424271 kernel: atomic64_test: passed for x86-64 platform with CX8 and with SSE\u000aOct 20 19:12:52.424277 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\u000aOct 20 19:12:52.424282 kernel: ACPI: button: Power Button [PWRF]\u000aOct 20 19:12:52.424288 kernel: ACPI: \\_SB_.LNKB: Enabled at IRQ 10\u000aOct 20 19:12:52.424294 kernel: ACPI: \\_SB_.LNKC: Enabled at IRQ 11\u000aOct 20 19:12:52.424299 kernel: ACPI: \\_SB_.LNKD: Enabled at IRQ 11\u000aOct 20 19:12:52.424307 kernel: ACPI: \\_SB_.LNKA: Enabled at IRQ 10\u000aOct 20 19:12:52.424312 kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\u000aOct 20 19:12:52.424317 kernel: 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\u000aOct 20 19:12:52.424322 kernel: Non-volatile memory driver v1.3\u000aOct 20 19:12:52.424327 kernel: Linux agpgart interface v0.103\u000aOct 20 19:12:52.424529 kernel: tpm_tis MSFT0101:00: 2.0 TPM (device-id 0x1, rev-id 1)\u000aOct 20 19:12:52.424538 kernel: ACPI: bus type drm_connector registered\u000aOct 20 19:12:52.424726 kernel: virtio_blk virtio1: 1/0/0 default/read/poll queues\u000aOct 20 19:12:52.424891 kernel: virtio_blk virtio1: [vda] 20971520 512-byte logical blocks (10.7 GB/10.0 GiB)\u000aOct 20 19:12:52.424901 kernel: GPT:Primary header thinks Alt. header is not at the end of the disk.\u000aOct 20 19:12:52.424907 kernel: GPT:5828607 != 20971519\u000aOct 20 19:12:52.424912 kernel: GPT:Alternate GPT header not at the end of the disk.\u000aOct 20 19:12:52.424918 kernel: GPT:5828607 != 20971519\u000aOct 20 19:12:52.424923 kernel: GPT: Use GNU Parted to correct GPT errors.\u000aOct 20 19:12:52.424928 kernel:  vda: vda1 vda2 vda3 vda4\u000aOct 20 19:12:52.428214 kernel: scsi host0: ata_piix\u000aOct 20 19:12:52.428409 kernel: scsi host1: ata_piix\u000aOct 20 19:12:52.428422 kernel: ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 lpm-pol 0\u000aOct 20 19:12:52.428428 kernel: ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 lpm-pol 0\u000aOct 20 19:12:52.428434 kernel: usbcore: registered new interface driver usbserial_generic\u000aOct 20 19:12:52.428439 kernel: usbserial: USB Serial support registered for generic\u000aOct 20 19:12:52.428444 kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\u000aOct 20 19:12:52.428449 kernel: serio: i8042 KBD port at 0x60,0x64 irq 1\u000aOct 20 19:12:52.428454 kernel: serio: i8042 AUX port at 0x60,0x64 irq 12\u000aOct 20 19:12:52.428459 kernel: mousedev: PS/2 mouse device common for all mice\u000aOct 20 19:12:52.428633 kernel: rtc_cmos 00:04: RTC can wake from S4\u000aOct 20 19:12:52.428643 kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\u000aOct 20 19:12:52.428648 kernel: input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\u000aOct 20 19:12:52.428653 kernel: input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\u000aOct 20 19:12:52.428809 kernel: rtc_cmos 00:04: registered as rtc0\u000aOct 20 19:12:52.428962 kernel: rtc_cmos 00:04: setting system clock to 2025-10-20T19:12:50 UTC (1760987570)\u000aOct 20 19:12:52.433169 kernel: rtc_cmos 00:04: alarms up to one day, y3k, 242 bytes nvram, hpet irqs\u000aOct 20 19:12:52.433183 kernel: device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.\u000aOct 20 19:12:52.433194 kernel: device-mapper: uevent: version 1.0.3\u000aOct 20 19:12:52.433200 kernel: device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev\u000aOct 20 19:12:52.433206 kernel: amd_pstate: The CPPC feature is supported but currently disabled by the BIOS.\u000a                               Please enable it if your BIOS has the CPPC option.\u000aOct 20 19:12:52.433213 kernel: amd_pstate: the _CPC object is not present in SBIOS or ACPI disabled\u000aOct 20 19:12:52.433219 kernel: hid: raw HID events driver (C) Jiri Kosina\u000aOct 20 19:12:52.433224 kernel: usbcore: registered new interface driver usbhid\u000aOct 20 19:12:52.433230 kernel: usbhid: USB HID core driver\u000aOct 20 19:12:52.433235 kernel: drop_monitor: Initializing network drop monitor service\u000aOct 20 19:12:52.433241 kernel: Initializing XFRM netlink socket\u000aOct 20 19:12:52.433249 kernel: NET: Registered PF_INET6 protocol family\u000aOct 20 19:12:52.433254 kernel: Segment Routing with IPv6\u000aOct 20 19:12:52.433259 kernel: RPL Segment Routing with IPv6\u000aOct 20 19:12:52.433265 kernel: In-situ OAM (IOAM) with IPv6\u000aOct 20 19:12:52.433270 kernel: mip6: Mobile IPv6\u000aOct 20 19:12:52.433275 kernel: NET: Registered PF_PACKET protocol family\u000aOct 20 19:12:52.433279 kernel: IPI shorthand broadcast: enabled\u000aOct 20 19:12:52.433284 kernel: sched_clock: Marking stable (604003386, 100302526)->(733007124, -28701212)\u000aOct 20 19:12:52.433289 kernel: registered taskstats version 1\u000aOct 20 19:12:52.433296 kernel: Loading compiled-in X.509 certificates\u000aOct 20 19:12:52.433302 kernel: Loaded X.509 cert 'Fedora kernel signing key: 77145ac1b4b573b0e3242666e394760f2e9d5db8'\u000aOct 20 19:12:52.433307 kernel: Freeing initrd memory: 120104K\u000aOct 20 19:12:52.433312 kernel: Loaded X.509 cert 'Fedora IMA CA: a8a00c31663f853f9c6ff2564872e378af026b28'\u000aOct 20 19:12:52.433318 kernel: Demotion targets for Node 0: null\u000aOct 20 19:12:52.433323 kernel: page_owner is disabled\u000aOct 20 19:12:52.433328 kernel: Key type .fscrypt registered\u000aOct 20 19:12:52.433333 kernel: Key type fscrypt-provisioning registered\u000aOct 20 19:12:52.433340 kernel: Btrfs loaded, zoned=yes, fsverity=yes\u000aOct 20 19:12:52.433346 kernel: Key type big_key registered\u000aOct 20 19:12:52.433351 kernel: Key type trusted registered\u000aOct 20 19:12:52.433356 kernel: Key type encrypted registered\u000aOct 20 19:12:52.433360 kernel: Loading compiled-in module X.509 certificates\u000aOct 20 19:12:52.433365 kernel: Loaded X.509 cert 'Fedora kernel signing key: 77145ac1b4b573b0e3242666e394760f2e9d5db8'\u000aOct 20 19:12:52.433371 kernel: ima: Allocated hash algorithm: sha256\u000aOct 20 19:12:52.433376 kernel: ima: No architecture policies found\u000aOct 20 19:12:52.433382 kernel: evm: Initialising EVM extended attributes:\u000aOct 20 19:12:52.433387 kernel: evm: security.selinux\u000aOct 20 19:12:52.433394 kernel: evm: security.SMACK64 (disabled)\u000aOct 20 19:12:52.433399 kernel: evm: security.SMACK64EXEC (disabled)\u000aOct 20 19:12:52.433403 kernel: evm: security.SMACK64TRANSMUTE (disabled)\u000aOct 20 19:12:52.433408 kernel: evm: security.SMACK64MMAP (disabled)\u000aOct 20 19:12:52.433413 kernel: evm: security.apparmor (disabled)\u000aOct 20 19:12:52.433418 kernel: evm: security.ima\u000aOct 20 19:12:52.433423 kernel: evm: security.capability\u000aOct 20 19:12:52.433428 kernel: evm: HMAC attrs: 0x1\u000aOct 20 19:12:52.433433 kernel: alg: No test for 842 (842-scomp)\u000aOct 20 19:12:52.433440 kernel: PM:   Magic number: 13:711:243\u000aOct 20 19:12:52.433445 kernel: RAS: Correctable Errors collector initialized.\u000aOct 20 19:12:52.433450 kernel: clk: Disabling unused clocks\u000aOct 20 19:12:52.433455 kernel: PM: genpd: Disabling unused power domains\u000aOct 20 19:12:52.433461 kernel: Freeing unused decrypted memory: 2028K\u000aOct 20 19:12:52.433466 kernel: Freeing unused kernel image (initmem) memory: 5148K\u000aOct 20 19:12:52.433471 kernel: Write protecting the kernel read-only data: 40960k\u000aOct 20 19:12:52.433476 kernel: Freeing unused kernel image (text/rodata gap) memory: 288K\u000aOct 20 19:12:52.433481 kernel: Freeing unused kernel image (rodata/data gap) memory: 284K\u000aOct 20 19:12:52.433488 kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.\u000aOct 20 19:12:52.433494 kernel: Run /init as init process\u000aOct 20 19:12:52.433499 kernel:   with arguments:\u000aOct 20 19:12:52.433504 kernel:     /init\u000aOct 20 19:12:52.433509 kernel:   with environment:\u000aOct 20 19:12:52.433514 kernel:     HOME=/\u000aOct 20 19:12:52.433519 kernel:     TERM=linux\u000aOct 20 19:12:52.433524 kernel:     ostree=/ostree/boot.1/fedora-coreos/a069702bc4663a049143c87e0d5f29c03f6e25d348aedc874e7748e782261235/0\u000aOct 20 19:12:52.433597 systemd-journald.service[245]: Missed 51 kernel messages\u000aOct 20 19:12:52.433611 kernel: fuse: init (API version 7.45)\u000aOct 20 19:12:52.433618 systemd-journald.service[245]: Missed 1 kernel messages\u000aOct 20 19:12:52.433626 kernel: i2c_dev: i2c /dev entries driver\u000aOct 20 19:12:52.433634 systemd-journald.service[245]: Journal started\u000aOct 20 19:12:52.433664 systemd-journald.service[245]: Runtime Journal (/run/log/journal/2773eee477aa403b8a4f718929c26f5d) is 3.6M, max 28.9M, 25.3M free.\u000aOct 20 19:12:52.417286 systemd-modules-load.service[246]: Inserted module 'fuse'\u000aOct 20 19:12:52.429124 systemd-modules-load.service[246]: Inserted module 'i2c_dev'\u000aOct 20 19:12:52.429151 systemd-modules-load.service[246]: Module 'msr' is built in\u000aOct 20 19:12:52.441141 init.scope[1]: Starting systemd-tmpfiles-setup.service - Create System Files and Directories...\u000aOct 20 19:12:52.457180 systemd-journald.service[245]: Missed 3 kernel messages\u000aOct 20 19:12:52.457180 kernel: alua: device handler registered\u000aOct 20 19:12:52.448161 systemd-modules-load.service[246]: Inserted module 'scsi_dh_alua'\u000aOct 20 19:12:52.464115 systemd-journald.service[245]: Missed 2 kernel messages\u000aOct 20 19:12:52.464115 kernel: emc: device handler registered\u000aOct 20 19:12:52.458998 systemd-modules-load.service[246]: Inserted module 'scsi_dh_emc'\u000aOct 20 19:12:52.470393 systemd-journald.service[245]: Missed 2 kernel messages\u000aOct 20 19:12:52.470393 kernel: rdac: device handler registered\u000aOct 20 19:12:52.475131 systemd-modules-load.service[246]: Inserted module 'scsi_dh_rdac'\u000aOct 20 19:12:52.477212 init.scope[1]: Finished systemd-modules-load.service - Load Kernel Modules.\u000aOct 20 19:12:52.480193 init.scope[1]: Starting systemd-sysctl.service - Apply Kernel Variables...\u000aOct 20 19:12:52.501515 systemd-vconsole-setup.service[247]: KD_FONT_OP_GET failed while trying to get the font metadata: Invalid argument\u000aOct 20 19:12:52.501521 systemd-vconsole-setup.service[247]: Fonts will not be copied to remaining consoles\u000aOct 20 19:12:52.505216 init.scope[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.\u000aOct 20 19:12:52.506460 init.scope[1]: Reached target local-fs-pre.target - Preparation for Local File Systems.\u000aOct 20 19:12:52.507561 init.scope[1]: Reached target local-fs.target - Local File Systems.\u000aOct 20 19:12:52.508827 init.scope[1]: Finished systemd-vconsole-setup.service - Virtual Console Setup.\u000aOct 20 19:12:52.513152 init.scope[1]: Starting dracut-cmdline-ask.service - dracut ask for additional cmdline parameters...\u000aOct 20 19:12:52.532577 init.scope[1]: Finished systemd-sysctl.service - Apply Kernel Variables.\u000aOct 20 19:12:52.543244 systemd-tmpfiles-setup.service[261]: /usr/lib/tmpfiles.d/var.conf:14: Duplicate line for path \"/var/log\", ignoring.\u000aOct 20 19:12:52.558401 init.scope[1]: Finished dracut-cmdline-ask.service - dracut ask for additional cmdline parameters.\u000aOct 20 19:12:52.562232 init.scope[1]: Starting dracut-cmdline.service - dracut cmdline hook...\u000aOct 20 19:12:52.572854 init.scope[1]: Finished systemd-tmpfiles-setup.service - Create System Files and Directories.\u000aOct 20 19:12:52.581819 dracut-cmdline.service[286]: dracut-108-3.fc44\u000aOct 20 19:12:52.585320 dracut-cmdline.service[286]: Using kernel command line parameters:  rd.driver.pre=btrfs ip=auto   BOOT_IMAGE=(hd0,gpt3)/boot/ostree/fedora-coreos-a069702bc4663a049143c87e0d5f29c03f6e25d348aedc874e7748e782261235/vmlinuz-6.18.0-0.rc2.23.fc44.x86_64 rw ignition.firstboot mitigations=auto,nosmt ostree=/ostree/boot.1/fedora-coreos/a069702bc4663a049143c87e0d5f29c03f6e25d348aedc874e7748e782261235/0 ignition.platform.id=qemu console=tty0 console=ttyS0,115200n8\u000aOct 20 19:12:52.658149 systemd-journald.service[245]: Missed 17 kernel messages\u000aOct 20 19:12:52.658149 kernel: Loading iSCSI transport class v2.0-870.\u000aOct 20 19:12:52.673116 kernel: iscsi: registered transport (tcp)\u000aOct 20 19:12:52.698130 kernel: iscsi: registered transport (qla4xxx)\u000aOct 20 19:12:52.698177 kernel: QLogic iSCSI HBA Driver\u000aOct 20 19:12:52.713112 kernel: libcxgbi:libcxgbi_init_module: Chelsio iSCSI driver library libcxgbi v0.9.1-ko (Apr. 2015)\u000aOct 20 19:12:52.734123 kernel: Chelsio T3 iSCSI Driver cxgb3i v2.0.1-ko (Apr. 2015)\u000aOct 20 19:12:52.734161 kernel: iscsi: registered transport (cxgb3i)\u000aOct 20 19:12:52.790472 kernel: Chelsio T4-T6 iSCSI Driver cxgb4i v0.9.5-ko (Apr. 2015)\u000aOct 20 19:12:52.790533 kernel: iscsi: registered transport (cxgb4i)\u000aOct 20 19:12:52.791110 kernel: cxgb4i:cxgb4i_init_module: cxgb4i dcb enabled.\u000aOct 20 19:12:52.805116 kernel: cnic: QLogic cnicDriver v2.5.22 (July 20, 2015)\u000aOct 20 19:12:52.812117 kernel: QLogic NetXtreme II iSCSI Driver bnx2i v2.7.10.1 (Jul 16, 2014)\u000aOct 20 19:12:52.812147 kernel: iscsi: registered transport (bnx2i)\u000aOct 20 19:12:52.826119 kernel: iscsi: registered transport (be2iscsi)\u000aOct 20 19:12:52.826155 kernel: In beiscsi_module_init, tt=000000000e73c65a\u000aOct 20 19:12:52.883778 init.scope[1]: Finished dracut-cmdline.service - dracut cmdline hook.\u000aOct 20 19:12:52.887368 init.scope[1]: Starting dracut-pre-udev.service - dracut pre-udev hook...\u000aOct 20 19:12:52.916337 init.scope[1]: Finished dracut-pre-udev.service - dracut pre-udev hook.\u000aOct 20 19:12:52.920231 init.scope[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files...\u000aOct 20 19:12:52.937568 systemd-udevd.service[473]: Using default interface naming scheme 'v258'.\u000aOct 20 19:12:52.953304 init.scope[1]: Started systemd-udevd.service - Rule-based Manager for Device Events and Files.\u000aOct 20 19:12:52.958147 init.scope[1]: Starting dracut-pre-trigger.service - dracut pre-trigger hook...\u000aOct 20 19:12:52.983643 dracut-pre-trigger.service[474]: rd.md=0: removing MD RAID activation\u000aOct 20 19:12:53.018098 init.scope[1]: Finished dracut-pre-trigger.service - dracut pre-trigger hook.\u000aOct 20 19:12:53.022147 init.scope[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...\u000aOct 20 19:12:53.211487 init.scope[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices.\u000aOct 20 19:12:53.213773 init.scope[1]: Reached target sysinit.target - System Initialization.\u000aOct 20 19:12:53.214741 init.scope[1]: Reached target basic.target - Basic System.\u000aOct 20 19:12:53.215823 init.scope[1]: coreos-liveiso-persist-osmet.service - Persist Osmet Files (ISO) was skipped because of an unmet condition check (ConditionKernelCommandLine=coreos.liveiso).\u000aOct 20 19:12:53.239919 init.scope[1]: modprobe@configfs.service - Load Kernel Module configfs was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!configfs).\u000aOct 20 19:12:53.283934 init.scope[1]: Condition check resulted in dev-tpmrm0.device - /dev/tpmrm0 being skipped.\u000aOct 20 19:12:53.284950 init.scope[1]: Expecting device dev-tpm0.device - /dev/tpm0...\u000aOct 20 19:12:53.311952 init.scope[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...\u000aOct 20 19:12:53.322567 init.scope[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.\u000aOct 20 19:12:53.473905 init.scope[1]: Found device dev-tpm0.device - /dev/tpm0.\u000aOct 20 19:12:53.475858 init.scope[1]: Reached target tpm2.target - Trusted Platform Module.\u000aOct 20 19:12:53.559436 init.scope[1]: systemd-vconsole-setup.service: Deactivated successfully.\u000aOct 20 19:12:53.559528 init.scope[1]: Stopped systemd-vconsole-setup.service - Virtual Console Setup.\u000aOct 20 19:12:53.561562 init.scope[1]: Stopping systemd-vconsole-setup.service - Virtual Console Setup...\u000aOct 20 19:12:53.565218 init.scope[1]: Starting systemd-vconsole-setup.service - Virtual Console Setup...\u000aOct 20 19:12:53.605103 systemd-journald.service[245]: Missed 25 kernel messages\u000aOct 20 19:12:53.605103 kernel: virtio_net virtio2 ens4: renamed from eth0\u000aOct 20 19:12:53.648928 systemd-vconsole-setup.service[558]: KD_FONT_OP_GET failed while trying to get the font metadata: Invalid argument\u000aOct 20 19:12:53.650356 systemd-vconsole-setup.service[558]: Fonts will not be copied to remaining consoles\u000aOct 20 19:12:53.652574 init.scope[1]: Finished systemd-vconsole-setup.service - Virtual Console Setup.\u000aOct 20 19:12:53.712604 init.scope[1]: Found device dev-disk-by\\x2dlabel-boot.device - /dev/disk/by-label/boot.\u000aOct 20 19:12:53.721561 init.scope[1]: Found device dev-disk-by\\x2dlabel-root.device - /dev/disk/by-label/root.\u000aOct 20 19:12:53.733758 init.scope[1]: Starting coreos-ignition-setup-user.service - CoreOS Ignition User Config Setup...\u000aOct 20 19:12:53.737144 init.scope[1]: Starting coreos-unique-boot.service - CoreOS Ensure Unique Boot Filesystem Label...\u000aOct 20 19:12:53.768366 systemd-journald.service[245]: Missed 7 kernel messages\u000aOct 20 19:12:53.768366 kernel: EXT4-fs (vda3): orphan cleanup on readonly fs\u000aOct 20 19:12:53.768433 kernel: EXT4-fs (vda3): mounted filesystem 96d15588-3596-4b3c-adca-a2ff7279ea63 ro with ordered data mode. Quota mode: none.\u000aOct 20 19:12:53.768922 coreos-ignition-setup-user.service[591]: File /mnt/boot_partition/ignition/config.ign does not exist.. Skipping copy\u000aOct 20 19:12:53.773030 init.scope[1]: Finished coreos-ignition-setup-user.service - CoreOS Ignition User Config Setup.\u000aOct 20 19:12:53.775428 init.scope[1]: Starting ignition-fetch-offline.service - Ignition (fetch-offline)...\u000aOct 20 19:12:53.783694 systemd-journald.service[245]: Missed 1 kernel messages\u000aOct 20 19:12:53.783694 kernel: EXT4-fs (vda3): unmounting filesystem 96d15588-3596-4b3c-adca-a2ff7279ea63.\u000aOct 20 19:12:53.786286 ignition-fetch-offline.service[603]: ignition-fetch-offline.service: Referenced but unset environment variable evaluates to an empty string: IGNITION_ARGS\u000aOct 20 19:12:53.789457 init.scope[1]: Finished coreos-unique-boot.service - CoreOS Ensure Unique Boot Filesystem Label.\u000aOct 20 19:12:53.802593 ignition-fetch-offline.service[603]: Ignition 2.24.0\u000aOct 20 19:12:53.803147 ignition-fetch-offline.service[603]: Stage: fetch-offline\u000aOct 20 19:12:53.803698 ignition-fetch-offline.service[603]: reading system config file \"/usr/lib/ignition/base.d/00-core.ign\"\u000aOct 20 19:12:53.803719 ignition-fetch-offline.service[603]: parsing config with SHA512: ff6a5153be363997e4d5d3ea8cc4048373a457c48c4a5b134a08a30aacd167c1e0f099f0bdf1e24c99ad180628cd02b767b863b5fe3a8fce3fe1886847eb8e2e\u000aOct 20 19:12:53.805700 ignition-fetch-offline.service[603]: reading system config file \"/usr/lib/ignition/base.d/30-afterburn-sshkeys-core.ign\"\u000aOct 20 19:12:53.805723 ignition-fetch-offline.service[603]: parsing config with SHA512: a30a1921169d5a3b58ef9b25de60783be1add6ea8d05fd44a0746cb60dd1b8a8b34ab51eec5eb14eecc2df2ab6ba1cd3fd7351eed65793d22316ab262a857d95\u000aOct 20 19:12:53.807304 ignition-fetch-offline.service[603]: no config dir at \"/usr/lib/ignition/base.platform.d/qemu\"\u000aOct 20 19:12:53.807374 ignition-fetch-offline.service[603]: parsed url from cmdline: \"\"\u000aOct 20 19:12:53.807378 ignition-fetch-offline.service[603]: no config URL provided\u000aOct 20 19:12:53.807381 ignition-fetch-offline.service[603]: reading system config file \"/usr/lib/ignition/user.ign\"\u000aOct 20 19:12:53.807389 ignition-fetch-offline.service[603]: no config at \"/usr/lib/ignition/user.ign\"\u000aOct 20 19:12:53.807406 ignition-fetch-offline.service[603]: op(1): [started]  loading QEMU firmware config module\u000aOct 20 19:12:53.807410 ignition-fetch-offline.service[603]: op(1): executing: \"modprobe\" \"qe\u000a...[truncated 302238 chars]...\u000ad.service[2192]: pam_unix(sshd:session): session closed for user core\u000aOct 20 19:13:07.493000 audit[2192]: AUDIT1104 pid=2192 uid=0 auid=1000 ses=17 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct=\"core\" exe=\"/usr/libexec/openssh/sshd-session\" hostname=10.0.2.2 addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:07.493000 audit[2192]: AUDIT2404 pid=2192 uid=0 auid=1000 ses=17 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ed:fe:ab:53:cc:f3:bf:29:fd:33:dc:96:45:39:c2:da:1f:33:49:ce:1a:6e:d7:cc:b2:c0:2f:0d:3d:01:93:46 direction=? spid=2192 suid=0  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:07.493000 audit[2192]: AUDIT2404 pid=2192 uid=0 auid=1000 ses=17 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:3b:8e:05:51:d9:04:8a:71:e7:a6:d1:90:31:c4:86:02:88:3b:c9:c6:b2:6f:96:57:0c:8c:c1:ba:35:30:02:3f direction=? spid=2192 suid=0  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:07.493000 audit[2192]: AUDIT2404 pid=2192 uid=0 auid=1000 ses=17 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:7d:36:74:fb:07:c1:de:9e:6a:7d:e2:aa:e0:db:ee:bf:f1:ec:e7:86:9a:99:16:09:53:02:d0:1c:f0:23:3e:b8 direction=? spid=2192 suid=0  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:07.496227 init.scope[1]: session-17.scope: Deactivated successfully.\u000aOct 20 19:13:07.498959 systemd-logind.service[1516]: Session 17 logged out. Waiting for processes to exit.\u000aOct 20 19:13:07.501685 systemd-logind.service[1516]: Removed session 17.\u000aOct 20 19:13:07.509000 audit[2217]: AUDIT2407 pid=2217 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=start direction=from-server cipher=aes128-gcm@openssh.com ksize=128 mac=<implicit> pfs=mlkem768x25519-sha256 spid=2219 suid=74 rport=49136 laddr=10.0.2.15 lport=22  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:07.509000 audit[2217]: AUDIT2407 pid=2217 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=start direction=from-client cipher=aes128-gcm@openssh.com ksize=128 mac=<implicit> pfs=mlkem768x25519-sha256 spid=2219 suid=74 rport=49136 laddr=10.0.2.15 lport=22  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:07.529000 audit[2217]: AUDIT1100 pid=2217 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=pubkey_auth grantors=auth-key acct=\"core\" exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:07.530000 audit[2217]: AUDIT2404 pid=2217 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=negotiate kind=auth-key fp=SHA256:70:ff:c0:02:2d:35:00:b0:b7:69:ce:a9:fb:58:54:a4:3d:01:f6:9a:80:84:db:94:0f:c6:8d:dc:7e:06:e0:5d exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:07.535000 audit[2217]: AUDIT1101 pid=2217 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct=\"core\" exe=\"/usr/libexec/openssh/sshd-session\" hostname=10.0.2.2 addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:07.535674 sshd.service[2217]: Accepted publickey for core from 10.0.2.2 port 49136 ssh2: RSA SHA256:cP/AAi01ALC3ac6p+1hUpD0B9pqAhNuUD8aN3H4G4F0\u000aOct 20 19:13:07.535000 audit[2217]: AUDIT2404 pid=2217 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=2219 suid=74 rport=49136 laddr=10.0.2.15 lport=22  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:07.537000 audit[2217]: AUDIT1103 pid=2217 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct=\"core\" exe=\"/usr/libexec/openssh/sshd-session\" hostname=10.0.2.2 addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:07.540000 audit[2217]: AUDIT2300 pid=2217 uid=0 auid=1000 ses=18 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=pam_selinux default-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 selected-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 exe=\"/usr/libexec/openssh/sshd-session\" hostname=10.0.2.2 addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:07.548921 systemd-logind.service[1516]: New session '18' of user 'core' with class 'user' and type 'tty'.\u000aOct 20 19:13:07.552356 init.scope[1]: Started session-18.scope - Session 18 of User core.\u000aOct 20 19:13:07.553544 sshd.service[2217]: pam_unix(sshd:session): session opened for user core(uid=1000) by core(uid=0)\u000aOct 20 19:13:07.555000 audit[2217]: AUDIT1105 pid=2217 uid=0 auid=1000 ses=18 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_selinux,pam_loginuid,pam_selinux,pam_namespace,pam_keyinit,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_umask,pam_lastlog2 acct=\"core\" exe=\"/usr/libexec/openssh/sshd-session\" hostname=10.0.2.2 addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:07.555000 audit[2225]: AUDIT2404 pid=2225 uid=0 auid=1000 ses=18 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ed:fe:ab:53:cc:f3:bf:29:fd:33:dc:96:45:39:c2:da:1f:33:49:ce:1a:6e:d7:cc:b2:c0:2f:0d:3d:01:93:46 direction=? spid=2225 suid=0  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:07.556000 audit[2225]: AUDIT2404 pid=2225 uid=0 auid=1000 ses=18 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:3b:8e:05:51:d9:04:8a:71:e7:a6:d1:90:31:c4:86:02:88:3b:c9:c6:b2:6f:96:57:0c:8c:c1:ba:35:30:02:3f direction=? spid=2225 suid=0  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:07.556000 audit[2225]: AUDIT2404 pid=2225 uid=0 auid=1000 ses=18 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:7d:36:74:fb:07:c1:de:9e:6a:7d:e2:aa:e0:db:ee:bf:f1:ec:e7:86:9a:99:16:09:53:02:d0:1c:f0:23:3e:b8 direction=? spid=2225 suid=0  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:07.557000 audit[2225]: AUDIT1103 pid=2225 uid=0 auid=1000 ses=18 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct=\"core\" exe=\"/usr/libexec/openssh/sshd-session\" hostname=10.0.2.2 addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:07.560000 audit[2217]: AUDIT1112 pid=2217 uid=0 auid=1000 ses=18 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=1000 exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:07.560000 audit[2217]: AUDIT1105 pid=2217 uid=0 auid=1000 ses=18 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=1000 exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:07.583000 audit[2217]: AUDIT1106 pid=2217 uid=0 auid=1000 ses=18 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=1000 exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:07.583000 audit[2217]: AUDIT1113 pid=2217 uid=0 auid=1000 ses=18 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=1000 exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:07.583784 session-18.scope[2225]: Connection closed by 10.0.2.2 port 49136\u000aOct 20 19:13:07.584000 audit[2217]: AUDIT2404 pid=2217 uid=0 auid=1000 ses=18 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=2225 suid=1000 rport=49136 laddr=10.0.2.15 lport=22  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:07.587000 audit[2217]: AUDIT1106 pid=2217 uid=0 auid=1000 ses=18 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_selinux,pam_loginuid,pam_selinux,pam_namespace,pam_keyinit,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_umask,pam_lastlog2 acct=\"core\" exe=\"/usr/libexec/openssh/sshd-session\" hostname=10.0.2.2 addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:07.587095 sshd.service[2217]: pam_unix(sshd:session): session closed for user core\u000aOct 20 19:13:07.587000 audit[2217]: AUDIT1104 pid=2217 uid=0 auid=1000 ses=18 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct=\"core\" exe=\"/usr/libexec/openssh/sshd-session\" hostname=10.0.2.2 addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:07.587000 audit[2217]: AUDIT2404 pid=2217 uid=0 auid=1000 ses=18 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ed:fe:ab:53:cc:f3:bf:29:fd:33:dc:96:45:39:c2:da:1f:33:49:ce:1a:6e:d7:cc:b2:c0:2f:0d:3d:01:93:46 direction=? spid=2217 suid=0  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:07.587000 audit[2217]: AUDIT2404 pid=2217 uid=0 auid=1000 ses=18 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:3b:8e:05:51:d9:04:8a:71:e7:a6:d1:90:31:c4:86:02:88:3b:c9:c6:b2:6f:96:57:0c:8c:c1:ba:35:30:02:3f direction=? spid=2217 suid=0  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:07.587000 audit[2217]: AUDIT2404 pid=2217 uid=0 auid=1000 ses=18 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:7d:36:74:fb:07:c1:de:9e:6a:7d:e2:aa:e0:db:ee:bf:f1:ec:e7:86:9a:99:16:09:53:02:d0:1c:f0:23:3e:b8 direction=? spid=2217 suid=0  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:07.590206 init.scope[1]: session-18.scope: Deactivated successfully.\u000aOct 20 19:13:07.591676 systemd-logind.service[1516]: Session 18 logged out. Waiting for processes to exit.\u000aOct 20 19:13:07.594197 systemd-logind.service[1516]: Removed session 18.\u000aOct 20 19:13:07.603000 audit[2244]: AUDIT2407 pid=2244 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=start direction=from-server cipher=aes128-gcm@openssh.com ksize=128 mac=<implicit> pfs=mlkem768x25519-sha256 spid=2246 suid=74 rport=49138 laddr=10.0.2.15 lport=22  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:07.603000 audit[2244]: AUDIT2407 pid=2244 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=start direction=from-client cipher=aes128-gcm@openssh.com ksize=128 mac=<implicit> pfs=mlkem768x25519-sha256 spid=2246 suid=74 rport=49138 laddr=10.0.2.15 lport=22  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:07.621000 audit[2244]: AUDIT1100 pid=2244 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=pubkey_auth grantors=auth-key acct=\"core\" exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:07.622000 audit[2244]: AUDIT2404 pid=2244 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=negotiate kind=auth-key fp=SHA256:70:ff:c0:02:2d:35:00:b0:b7:69:ce:a9:fb:58:54:a4:3d:01:f6:9a:80:84:db:94:0f:c6:8d:dc:7e:06:e0:5d exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:07.628000 audit[2244]: AUDIT1101 pid=2244 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct=\"core\" exe=\"/usr/libexec/openssh/sshd-session\" hostname=10.0.2.2 addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:07.628516 sshd.service[2244]: Accepted publickey for core from 10.0.2.2 port 49138 ssh2: RSA SHA256:cP/AAi01ALC3ac6p+1hUpD0B9pqAhNuUD8aN3H4G4F0\u000aOct 20 19:13:07.628000 audit[2244]: AUDIT2404 pid=2244 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=2246 suid=74 rport=49138 laddr=10.0.2.15 lport=22  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:07.630000 audit[2244]: AUDIT1103 pid=2244 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct=\"core\" exe=\"/usr/libexec/openssh/sshd-session\" hostname=10.0.2.2 addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:07.631000 audit[2244]: AUDIT2300 pid=2244 uid=0 auid=1000 ses=19 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=pam_selinux default-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 selected-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 exe=\"/usr/libexec/openssh/sshd-session\" hostname=10.0.2.2 addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:07.639119 systemd-logind.service[1516]: New session '19' of user 'core' with class 'user' and type 'tty'.\u000aOct 20 19:13:07.642307 init.scope[1]: Started session-19.scope - Session 19 of User core.\u000aOct 20 19:13:07.643316 sshd.service[2244]: pam_unix(sshd:session): session opened for user core(uid=1000) by core(uid=0)\u000aOct 20 19:13:07.644000 audit[2244]: AUDIT1105 pid=2244 uid=0 auid=1000 ses=19 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_selinux,pam_loginuid,pam_selinux,pam_namespace,pam_keyinit,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_umask,pam_lastlog2 acct=\"core\" exe=\"/usr/libexec/openssh/sshd-session\" hostname=10.0.2.2 addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:07.645000 audit[2251]: AUDIT2404 pid=2251 uid=0 auid=1000 ses=19 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ed:fe:ab:53:cc:f3:bf:29:fd:33:dc:96:45:39:c2:da:1f:33:49:ce:1a:6e:d7:cc:b2:c0:2f:0d:3d:01:93:46 direction=? spid=2251 suid=0  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:07.645000 audit[2251]: AUDIT2404 pid=2251 uid=0 auid=1000 ses=19 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:3b:8e:05:51:d9:04:8a:71:e7:a6:d1:90:31:c4:86:02:88:3b:c9:c6:b2:6f:96:57:0c:8c:c1:ba:35:30:02:3f direction=? spid=2251 suid=0  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:07.645000 audit[2251]: AUDIT2404 pid=2251 uid=0 auid=1000 ses=19 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:7d:36:74:fb:07:c1:de:9e:6a:7d:e2:aa:e0:db:ee:bf:f1:ec:e7:86:9a:99:16:09:53:02:d0:1c:f0:23:3e:b8 direction=? spid=2251 suid=0  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:07.647000 audit[2251]: AUDIT1103 pid=2251 uid=0 auid=1000 ses=19 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct=\"core\" exe=\"/usr/libexec/openssh/sshd-session\" hostname=10.0.2.2 addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:07.649000 audit[2244]: AUDIT1112 pid=2244 uid=0 auid=1000 ses=19 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=1000 exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:07.649000 audit[2244]: AUDIT1105 pid=2244 uid=0 auid=1000 ses=19 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=1000 exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:07.675000 audit[2252]: AUDIT1101 pid=2252 uid=1000 auid=1000 ses=19 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct=\"core\" exe=\"/usr/bin/sudo\" hostname=? addr=? terminal=? res=success'\u000aOct 20 19:13:07.677000 audit[2252]: AUDIT1123 pid=2252 uid=1000 auid=1000 ses=19 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd=\"/var/home/core\" cmd=2F7573722F6C6F63616C2F62696E2F6B6F6C65742072756E2D746573742D756E6974206B6F6C612D72756E6578742E73657276696365 exe=\"/usr/bin/sudo\" terminal=? res=success'\u000aOct 20 19:13:07.677923 session-19.scope[2252]:     core : PWD=/var/home/core ; USER=root ; COMMAND=/usr/local/bin/kolet run-test-unit kola-runext.service\u000aOct 20 19:13:07.678000 audit[2252]: AUDIT1110 pid=2252 uid=1000 auid=1000 ses=19 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct=\"root\" exe=\"/usr/bin/sudo\" hostname=? addr=? terminal=? res=success'\u000aOct 20 19:13:07.680489 session-19.scope[2252]: pam_unix(sudo:session): session opened for user root(uid=0) by core(uid=1000)\u000aOct 20 19:13:07.680000 audit[2252]: AUDIT1105 pid=2252 uid=1000 auid=1000 ses=19 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct=\"root\" exe=\"/usr/bin/sudo\" hostname=? addr=? terminal=? res=success'\u000aOct 20 19:13:07.720000 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=kola-runext comm=\"systemd\" exe=\"/usr/lib/systemd/systemd\" hostname=? addr=? terminal=? res=success'\u000aOct 20 19:13:07.720196 init.scope[1]: Started kola-runext.service.\u000aOct 20 19:13:07.724809 session-19.scope[2271]: Awaiting events\u000aOct 20 19:13:07.732045 session-19.scope[2271]: Dispatching kola-runext.service\u000aOct 20 19:13:07.733100 kola-runext.service[2278]: + . /var/opt/kola/extdata/commonlib.sh\u000aOct 20 19:13:07.737087 kola-runext.service[2278]: ++ IFS=' '\u000aOct 20 19:13:07.737087 kola-runext.service[2278]: ++ read -r -a cmdline\u000aOct 20 19:13:07.737322 kola-runext.service[2279]: ++ get_fedora_container_ref\u000aOct 20 19:13:07.738846 session-19.scope[2271]: Done dispatching kola-runext.service\u000aOct 20 19:13:07.739013 kola-runext.service[2279]: ++ local repo=quay.io/fedora/fedora\u000aOct 20 19:13:07.739013 kola-runext.service[2279]: ++ local tag=42\u000aOct 20 19:13:07.739013 kola-runext.service[2279]: ++ echo quay.io/fedora/fedora:42\u000aOct 20 19:13:07.739302 kola-runext.service[2278]: + container=quay.io/fedora/fedora:42\u000aOct 20 19:13:07.739422 kola-runext.service[2278]: + runascoreuserscript=$'\\n#!/bin/bash\\nset -euxo pipefail\\n\\n# build systemd container (runs httpd via systemd)\\n# NOTE: we may want to not build this in the future and run\\n#       from a common testutils container. See\\n#       https://github.com/coreos/coreos-assembler/issues/1645\\ncd $(mktemp -d)\\ncat <<EOF > Containerfile\\nFROM quay.io/fedora/fedora:42\\nRUN rm -f /etc/yum.repos.d/*.repo && curl -L https://raw.githubusercontent.com/coreos/fedora-coreos-config/testing-devel/fedora-archive.repo -o /etc/yum.repos.d/fedora-archive.repo\\nRUN dnf -y update && dnf -y install systemd httpd && dnf clean all && systemctl enable httpd\\nENTRYPOINT [ \"/sbin/init\" ]\\nEOF\\npodman build -t httpd .\\n\\n# Run systemd container\\n# Pass \\'-t\\' so systemd will print logs so \\'podman logs\\' will work\\npodman run -t -d --name httpd --publish 8080:80 httpd\\n'\u000aOct 20 19:13:07.739575 kola-runext.service[2278]: + main\u000aOct 20 19:13:07.739565 session-19.scope[2271]: Awaiting events\u000aOct 20 19:13:07.739995 kola-runext.service[2278]: + echo $'\\n#!/bin/bash\\nset -euxo pipefail\\n\\n# build systemd container (runs httpd via systemd)\\n# NOTE: we may want to not build this in the future and run\\n#       from a common testutils container. See\\n#       https://github.com/coreos/coreos-assembler/issues/1645\\ncd $(mktemp -d)\\ncat <<EOF > Containerfile\\nFROM quay.io/fedora/fedora:42\\nRUN rm -f /etc/yum.repos.d/*.repo && curl -L https://raw.githubusercontent.com/coreos/fedora-coreos-config/testing-devel/fedora-archive.repo -o /etc/yum.repos.d/fedora-archive.repo\\nRUN dnf -y update && dnf -y install systemd httpd && dnf clean all && systemctl enable httpd\\nENTRYPOINT [ \"/sbin/init\" ]\\nEOF\\npodman build -t httpd .\\n\\n# Run systemd container\\n# Pass \\'-t\\' so systemd will print logs so \\'podman logs\\' will work\\npodman run -t -d --name httpd --publish 8080:80 httpd\\n'\u000aOct 20 19:13:07.739995 kola-runext.service[2278]: + chmod +x /tmp/runascoreuserscript\u000aOct 20 19:13:07.740918 kola-runext.service[2278]: + runascoreuser /tmp/runascoreuserscript\u000aOct 20 19:13:07.741212 kola-runext.service[2281]: + sudo -u core /tmp/runascoreuserscript\u000aOct 20 19:13:07.743236 kola-runext.service[2282]: + cat\u000aOct 20 19:13:07.756000 audit[2281]: AUDIT1101 pid=2281 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:unconfined_service_t:s0 msg='op=PAM:accounting grantors=pam_unix acct=\"root\" exe=\"/usr/bin/sudo\" hostname=? addr=? terminal=? res=success'\u000aOct 20 19:13:07.757134 kola-runext.service[2281]:     root : PWD=/ ; USER=core ; COMMAND=/tmp/runascoreuserscript\u000aOct 20 19:13:07.757000 audit[2281]: AUDIT1123 pid=2281 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:unconfined_service_t:s0 msg='cwd=\"/\" cmd=\"/tmp/runascoreuserscript\" exe=\"/usr/bin/sudo\" terminal=? res=success'\u000aOct 20 19:13:07.757000 audit[2281]: AUDIT1110 pid=2281 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:unconfined_service_t:s0 msg='op=PAM:setcred grantors=pam_env,pam_unix acct=\"core\" exe=\"/usr/bin/sudo\" hostname=? addr=? terminal=? res=success'\u000aOct 20 19:13:07.767334 init.scope[1]: Started session-c1.scope - Session c1 of User core.\u000aOct 20 19:13:07.768812 session-c1.scope[2281]: pam_unix(sudo:session): session opened for user core(uid=1000) by (uid=0)\u000aOct 20 19:13:07.769000 audit[2281]: AUDIT1105 pid=2281 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:unconfined_service_t:s0 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct=\"core\" exe=\"/usr/bin/sudo\" hostname=? addr=? terminal=? res=success'\u000aOct 20 19:13:07.771466 session-c1.scope[2285]: ++ mktemp -d\u000aOct 20 19:13:07.772838 session-c1.scope[2284]: + cd /tmp/tmp.acFKupFSOu\u000aOct 20 19:13:07.772838 session-c1.scope[2284]: + cat\u000aOct 20 19:13:07.774125 session-c1.scope[2284]: + podman build -t httpd .\u000aOct 20 19:13:07.981206 kernel: evm: overlay not supported\u000aOct 20 19:13:07.987620 session-c1.scope[2291]: 2025-10-20 19:13:07.987385417 +0000 UTC m=+0.084744193 system refresh\u000aOct 20 19:13:07.991524 user@1000.service[1786]: Created slice session.slice - User Core Session Slice.\u000aOct 20 19:13:07.993860 user@1000.service[1786]: Starting dbus-broker.service - D-Bus User Message Bus...\u000aOct 20 19:13:08.003176 user@1000.service[1786]: Started dbus-broker.service - D-Bus User Message Bus.\u000aOct 20 19:13:08.004106 user@1000.service[2316]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored\u000aOct 20 19:13:08.004821 user@1000.service[2316]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored\u000aOct 20 19:13:08.006980 user@1000.service[2316]: Ready\u000aOct 20 19:13:08.012816 user@1000.service[1786]: Created slice user.slice - Slice /user.\u000aOct 20 19:13:08.016137 user@1000.service[1786]: Started podman-2291.scope.\u000aOct 20 19:13:08.017993 kola-runext.service[2282]: STEP 1/4: FROM quay.io/fedora/fedora:42\u000aOct 20 19:13:08.022337 user@1000.service[2291]: Trying to pull quay.io/fedora/fedora:42...\u000aOct 20 19:13:08.743867 chronyd.service[1571]: Selected source 96.231.54.40 (2.fedora.pool.ntp.org)\u000aOct 20 19:13:08.743920 chronyd.service[1571]: System clock wrong by 1.063015 seconds\u000aOct 20 19:13:09.806957 chronyd.service[1571]: System clock was stepped by 1.063015 seconds\u000aOct 20 19:13:09.807132 chronyd.service[1571]: System clock TAI offset set to 37 seconds\u000aOct 20 19:13:09.808549 systemd-resolved.service[1335]: Clock change detected. Flushing caches.\u000aOct 20 19:13:11.004266 chronyd.service[1571]: Selected source 50.43.156.177 (2.fedora.pool.ntp.org)\u000aOct 20 19:13:14.954422 init.scope[1]: NetworkManager-dispatcher.service: Deactivated successfully.\u000aOct 20 19:13:14.954000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm=\"systemd\" exe=\"/usr/lib/systemd/systemd\" hostname=? addr=? terminal=? res=success'\u000aOct 20 19:13:15.354177 chronyd.service[1571]: Selected source PHC0\u000aOct 20 19:13:16.610965 user@1000.service[2291]: 2025-10-20 19:13:16.610671882 +0000 UTC m=+7.645015585 image build  \u000aOct 20 19:13:16.611945 user@1000.service[2291]: Error: creating build container: unable to copy from source docker://quay.io/fedora/fedora:42: initializing source docker://quay.io/fedora/fedora:42: reading manifest 42 in quay.io/fedora/fedora: received unexpected HTTP status: 500 Internal Server Error\u000aOct 20 19:13:16.621899 user@1000.service[1786]: Started podman-pause-6eda3fa0.scope.\u000aOct 20 19:13:16.625847 session-c1.scope[2281]: pam_unix(sudo:session): session closed for user core\u000aOct 20 19:13:16.625000 audit[2281]: AUDIT1106 pid=2281 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:unconfined_service_t:s0 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct=\"core\" exe=\"/usr/bin/sudo\" hostname=? addr=? terminal=? res=success'\u000aOct 20 19:13:16.625000 audit[2281]: AUDIT1104 pid=2281 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:unconfined_service_t:s0 msg='op=PAM:setcred grantors=pam_env,pam_unix acct=\"core\" exe=\"/usr/bin/sudo\" hostname=? addr=? terminal=? res=success'\u000aOct 20 19:13:16.628178 init.scope[1]: session-c1.scope: Deactivated successfully.\u000aOct 20 19:13:16.628386 init.scope[1]: session-c1.scope: Consumed 152ms CPU time, 71.1M memory peak.\u000aOct 20 19:13:16.630797 init.scope[1]: kola-runext.service: Main process exited, code=exited, status=125/n/a\u000aOct 20 19:13:16.631039 init.scope[1]: kola-runext.service: Failed with result 'exit-code'.\u000aOct 20 19:13:16.630000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=kola-runext comm=\"systemd\" exe=\"/usr/lib/systemd/systemd\" hostname=? addr=? terminal=? res=failed'\u000aOct 20 19:13:16.795452 session-19.scope[2271]: Dispatching kola-runext.service\u000aOct 20 19:13:16.799658 session-19.scope[2271]: Done dispatching kola-runext.service\u000aOct 20 19:13:16.801914 session-19.scope[2252]: pam_unix(sudo:session): session closed for user root\u000aOct 20 19:13:16.801000 audit[2252]: AUDIT1106 pid=2252 uid=1000 auid=1000 ses=19 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct=\"root\" exe=\"/usr/bin/sudo\" hostname=? addr=? terminal=? res=success'\u000aOct 20 19:13:16.801000 audit[2252]: AUDIT1104 pid=2252 uid=1000 auid=1000 ses=19 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct=\"root\" exe=\"/usr/bin/sudo\" hostname=? addr=? terminal=? res=success'\u000aOct 20 19:13:16.805000 audit[2244]: AUDIT1106 pid=2244 uid=0 auid=1000 ses=19 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=1000 exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:16.805000 audit[2244]: AUDIT1113 pid=2244 uid=0 auid=1000 ses=19 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=1000 exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:16.805000 audit[2244]: AUDIT2404 pid=2244 uid=0 auid=1000 ses=19 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=2251 suid=1000 rport=49138 laddr=10.0.2.15 lport=22  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:16.806360 session-19.scope[2251]: Connection closed by 10.0.2.2 port 49138\u000aOct 20 19:13:16.809000 audit[2244]: AUDIT1106 pid=2244 uid=0 auid=1000 ses=19 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_selinux,pam_loginuid,pam_selinux,pam_namespace,pam_keyinit,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_umask,pam_lastlog2 acct=\"core\" exe=\"/usr/libexec/openssh/sshd-session\" hostname=10.0.2.2 addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:16.810000 audit[2244]: AUDIT1104 pid=2244 uid=0 auid=1000 ses=19 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct=\"core\" exe=\"/usr/libexec/openssh/sshd-session\" hostname=10.0.2.2 addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:16.810000 audit[2244]: AUDIT2404 pid=2244 uid=0 auid=1000 ses=19 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ed:fe:ab:53:cc:f3:bf:29:fd:33:dc:96:45:39:c2:da:1f:33:49:ce:1a:6e:d7:cc:b2:c0:2f:0d:3d:01:93:46 direction=? spid=2244 suid=0  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:16.810322 session-19.scope[2244]: pam_unix(sshd:session): session closed for user core\u000aOct 20 19:13:16.812000 audit[2244]: AUDIT2404 pid=2244 uid=0 auid=1000 ses=19 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:3b:8e:05:51:d9:04:8a:71:e7:a6:d1:90:31:c4:86:02:88:3b:c9:c6:b2:6f:96:57:0c:8c:c1:ba:35:30:02:3f direction=? spid=2244 suid=0  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:16.812000 audit[2244]: AUDIT2404 pid=2244 uid=0 auid=1000 ses=19 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:7d:36:74:fb:07:c1:de:9e:6a:7d:e2:aa:e0:db:ee:bf:f1:ec:e7:86:9a:99:16:09:53:02:d0:1c:f0:23:3e:b8 direction=? spid=2244 suid=0  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:16.813948 init.scope[1]: session-19.scope: Deactivated successfully.\u000aOct 20 19:13:16.816472 systemd-logind.service[1516]: Session 19 logged out. Waiting for processes to exit.\u000aOct 20 19:13:16.819916 systemd-logind.service[1516]: Removed session 19.\u000aOct 20 19:13:16.827000 audit[2324]: AUDIT2407 pid=2324 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=start direction=from-server cipher=aes128-gcm@openssh.com ksize=128 mac=<implicit> pfs=mlkem768x25519-sha256 spid=2326 suid=74 rport=55256 laddr=10.0.2.15 lport=22  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:16.828000 audit[2324]: AUDIT2407 pid=2324 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=start direction=from-client cipher=aes128-gcm@openssh.com ksize=128 mac=<implicit> pfs=mlkem768x25519-sha256 spid=2326 suid=74 rport=55256 laddr=10.0.2.15 lport=22  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:16.845000 audit[2324]: AUDIT1100 pid=2324 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=pubkey_auth grantors=auth-key acct=\"core\" exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:16.845000 audit[2324]: AUDIT2404 pid=2324 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=negotiate kind=auth-key fp=SHA256:70:ff:c0:02:2d:35:00:b0:b7:69:ce:a9:fb:58:54:a4:3d:01:f6:9a:80:84:db:94:0f:c6:8d:dc:7e:06:e0:5d exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:16.853000 audit[2324]: AUDIT1101 pid=2324 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct=\"core\" exe=\"/usr/libexec/openssh/sshd-session\" hostname=10.0.2.2 addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:16.855259 sshd.service[2324]: Accepted publickey for core from 10.0.2.2 port 55256 ssh2: RSA SHA256:cP/AAi01ALC3ac6p+1hUpD0B9pqAhNuUD8aN3H4G4F0\u000aOct 20 19:13:16.854000 audit[2324]: AUDIT2404 pid=2324 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=2326 suid=74 rport=55256 laddr=10.0.2.15 lport=22  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:16.856000 audit[2324]: AUDIT1103 pid=2324 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct=\"core\" exe=\"/usr/libexec/openssh/sshd-session\" hostname=10.0.2.2 addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:16.857000 audit[2324]: AUDIT2300 pid=2324 uid=0 auid=1000 ses=20 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=pam_selinux default-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 selected-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 exe=\"/usr/libexec/openssh/sshd-session\" hostname=10.0.2.2 addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:16.865449 systemd-logind.service[1516]: New session '20' of user 'core' with class 'user' and type 'tty'.\u000aOct 20 19:13:16.868231 init.scope[1]: Started session-20.scope - Session 20 of User core.\u000aOct 20 19:13:16.869697 sshd.service[2324]: pam_unix(sshd:session): session opened for user core(uid=1000) by core(uid=0)\u000aOct 20 19:13:16.870000 audit[2324]: AUDIT1105 pid=2324 uid=0 auid=1000 ses=20 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_selinux,pam_loginuid,pam_selinux,pam_namespace,pam_keyinit,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_umask,pam_lastlog2 acct=\"core\" exe=\"/usr/libexec/openssh/sshd-session\" hostname=10.0.2.2 addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:16.871000 audit[2330]: AUDIT2404 pid=2330 uid=0 auid=1000 ses=20 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ed:fe:ab:53:cc:f3:bf:29:fd:33:dc:96:45:39:c2:da:1f:33:49:ce:1a:6e:d7:cc:b2:c0:2f:0d:3d:01:93:46 direction=? spid=2330 suid=0  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:16.871000 audit[2330]: AUDIT2404 pid=2330 uid=0 auid=1000 ses=20 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:3b:8e:05:51:d9:04:8a:71:e7:a6:d1:90:31:c4:86:02:88:3b:c9:c6:b2:6f:96:57:0c:8c:c1:ba:35:30:02:3f direction=? spid=2330 suid=0  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:16.871000 audit[2330]: AUDIT2404 pid=2330 uid=0 auid=1000 ses=20 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:7d:36:74:fb:07:c1:de:9e:6a:7d:e2:aa:e0:db:ee:bf:f1:ec:e7:86:9a:99:16:09:53:02:d0:1c:f0:23:3e:b8 direction=? spid=2330 suid=0  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:16.873000 audit[2330]: AUDIT1103 pid=2330 uid=0 auid=1000 ses=20 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct=\"core\" exe=\"/usr/libexec/openssh/sshd-session\" hostname=10.0.2.2 addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:16.876000 audit[2324]: AUDIT1112 pid=2324 uid=0 auid=1000 ses=20 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=1000 exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:16.876000 audit[2324]: AUDIT1105 pid=2324 uid=0 auid=1000 ses=20 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=1000 exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:16.908000 audit[2331]: AUDIT1101 pid=2331 uid=1000 auid=1000 ses=20 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct=\"core\" exe=\"/usr/bin/sudo\" hostname=? addr=? terminal=? res=success'\u000aOct 20 19:13:16.913232 session-20.scope[2331]:     core : PWD=/var/home/core ; USER=root ; COMMAND=/usr/sbin/systemctl status --lines=40 kola-runext.service\u000aOct 20 19:13:16.912000 audit[2331]: AUDIT1123 pid=2331 uid=1000 auid=1000 ses=20 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd=\"/var/home/core\" cmd=73797374656D63746C20737461747573202D2D6C696E65733D3430206B6F6C612D72756E6578742E73657276696365 exe=\"/usr/bin/sudo\" terminal=? res=success'\u000aOct 20 19:13:16.912000 audit[2331]: AUDIT1110 pid=2331 uid=1000 auid=1000 ses=20 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct=\"root\" exe=\"/usr/bin/sudo\" hostname=? addr=? terminal=? res=success'\u000aOct 20 19:13:16.916338 session-20.scope[2331]: pam_unix(sudo:session): session opened for user root(uid=0) by core(uid=1000)\u000aOct 20 19:13:16.915000 audit[2331]: AUDIT1105 pid=2331 uid=1000 auid=1000 ses=20 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct=\"root\" exe=\"/usr/bin/sudo\" hostname=? addr=? terminal=? res=success'\u000aOct 20 19:13:16.926434 session-20.scope[2331]: pam_unix(sudo:session): session closed for user root\u000aOct 20 19:13:16.925000 audit[2331]: AUDIT1106 pid=2331 uid=1000 auid=1000 ses=20 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct=\"root\" exe=\"/usr/bin/sudo\" hostname=? addr=? terminal=? res=success'\u000aOct 20 19:13:16.925000 audit[2331]: AUDIT1104 pid=2331 uid=1000 auid=1000 ses=20 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct=\"root\" exe=\"/usr/bin/sudo\" hostname=? addr=? terminal=? res=success'\u000aOct 20 19:13:16.927000 audit[2324]: AUDIT1106 pid=2324 uid=0 auid=1000 ses=20 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=1000 exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:16.927000 audit[2324]: AUDIT1113 pid=2324 uid=0 auid=1000 ses=20 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=1000 exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:16.928575 session-20.scope[2330]: Connection closed by 10.0.2.2 port 55256\u000aOct 20 19:13:16.927000 audit[2324]: AUDIT2404 pid=2324 uid=0 auid=1000 ses=20 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=2330 suid=1000 rport=55256 laddr=10.0.2.15 lport=22  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:16.930695 sshd.service[2324]: pam_unix(sshd:session): session closed for user core\u000aOct 20 19:13:16.929000 audit[2324]: AUDIT1106 pid=2324 uid=0 auid=1000 ses=20 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_selinux,pam_loginuid,pam_selinux,pam_namespace,pam_keyinit,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_umask,pam_lastlog2 acct=\"core\" exe=\"/usr/libexec/openssh/sshd-session\" hostname=10.0.2.2 addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:16.930000 audit[2324]: AUDIT1104 pid=2324 uid=0 auid=1000 ses=20 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct=\"core\" exe=\"/usr/libexec/openssh/sshd-session\" hostname=10.0.2.2 addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:16.930000 audit[2324]: AUDIT2404 pid=2324 uid=0 auid=1000 ses=20 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ed:fe:ab:53:cc:f3:bf:29:fd:33:dc:96:45:39:c2:da:1f:33:49:ce:1a:6e:d7:cc:b2:c0:2f:0d:3d:01:93:46 direction=? spid=2324 suid=0  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:16.930000 audit[2324]: AUDIT2404 pid=2324 uid=0 auid=1000 ses=20 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:3b:8e:05:51:d9:04:8a:71:e7:a6:d1:90:31:c4:86:02:88:3b:c9:c6:b2:6f:96:57:0c:8c:c1:ba:35:30:02:3f direction=? spid=2324 suid=0  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:16.930000 audit[2324]: AUDIT2404 pid=2324 uid=0 auid=1000 ses=20 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:7d:36:74:fb:07:c1:de:9e:6a:7d:e2:aa:e0:db:ee:bf:f1:ec:e7:86:9a:99:16:09:53:02:d0:1c:f0:23:3e:b8 direction=? spid=2324 suid=0  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:16.932970 init.scope[1]: session-20.scope: Deactivated successfully.\u000aOct 20 19:13:16.934058 systemd-logind.service[1516]: Session 20 logged out. Waiting for processes to exit.\u000aOct 20 19:13:16.936398 systemd-logind.service[1516]: Removed session 20.\u000aOct 20 19:13:18.942000 audit[2353]: AUDIT2407 pid=2353 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=start direction=from-server cipher=aes128-gcm@openssh.com ksize=128 mac=<implicit> pfs=mlkem768x25519-sha256 spid=2354 suid=74 rport=55260 laddr=10.0.2.15 lport=22  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:18.942000 audit[2353]: AUDIT2407 pid=2353 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=start direction=from-client cipher=aes128-gcm@openssh.com ksize=128 mac=<implicit> pfs=mlkem768x25519-sha256 spid=2354 suid=74 rport=55260 laddr=10.0.2.15 lport=22  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:18.960000 audit[2353]: AUDIT1100 pid=2353 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=pubkey_auth grantors=auth-key acct=\"core\" exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:18.960000 audit[2353]: AUDIT2404 pid=2353 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=negotiate kind=auth-key fp=SHA256:70:ff:c0:02:2d:35:00:b0:b7:69:ce:a9:fb:58:54:a4:3d:01:f6:9a:80:84:db:94:0f:c6:8d:dc:7e:06:e0:5d exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:18.967000 audit[2353]: AUDIT1101 pid=2353 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct=\"core\" exe=\"/usr/libexec/openssh/sshd-session\" hostname=10.0.2.2 addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:18.969135 sshd.service[2353]: Accepted publickey for core from 10.0.2.2 port 55260 ssh2: RSA SHA256:cP/AAi01ALC3ac6p+1hUpD0B9pqAhNuUD8aN3H4G4F0\u000aOct 20 19:13:18.968000 audit[2353]: AUDIT2404 pid=2353 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=2354 suid=74 rport=55260 laddr=10.0.2.15 lport=22  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:18.970000 audit[2353]: AUDIT1103 pid=2353 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct=\"core\" exe=\"/usr/libexec/openssh/sshd-session\" hostname=10.0.2.2 addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:18.971000 audit[2353]: AUDIT2300 pid=2353 uid=0 auid=1000 ses=21 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=pam_selinux default-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 selected-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 exe=\"/usr/libexec/openssh/sshd-session\" hostname=10.0.2.2 addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:18.979134 systemd-logind.service[1516]: New session '21' of user 'core' with class 'user' and type 'tty'.\u000aOct 20 19:13:18.982287 init.scope[1]: Started session-21.scope - Session 21 of User core.\u000aOct 20 19:13:18.983581 sshd.service[2353]: pam_unix(sshd:session): session opened for user core(uid=1000) by core(uid=0)\u000aOct 20 19:13:18.984000 audit[2353]: AUDIT1105 pid=2353 uid=0 auid=1000 ses=21 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_selinux,pam_loginuid,pam_selinux,pam_namespace,pam_keyinit,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_umask,pam_lastlog2 acct=\"core\" exe=\"/usr/libexec/openssh/sshd-session\" hostname=10.0.2.2 addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:18.984000 audit[2358]: AUDIT2404 pid=2358 uid=0 auid=1000 ses=21 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ed:fe:ab:53:cc:f3:bf:29:fd:33:dc:96:45:39:c2:da:1f:33:49:ce:1a:6e:d7:cc:b2:c0:2f:0d:3d:01:93:46 direction=? spid=2358 suid=0  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:18.985000 audit[2358]: AUDIT2404 pid=2358 uid=0 auid=1000 ses=21 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:3b:8e:05:51:d9:04:8a:71:e7:a6:d1:90:31:c4:86:02:88:3b:c9:c6:b2:6f:96:57:0c:8c:c1:ba:35:30:02:3f direction=? spid=2358 suid=0  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:18.985000 audit[2358]: AUDIT2404 pid=2358 uid=0 auid=1000 ses=21 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:7d:36:74:fb:07:c1:de:9e:6a:7d:e2:aa:e0:db:ee:bf:f1:ec:e7:86:9a:99:16:09:53:02:d0:1c:f0:23:3e:b8 direction=? spid=2358 suid=0  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:18.986000 audit[2358]: AUDIT1103 pid=2358 uid=0 auid=1000 ses=21 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct=\"core\" exe=\"/usr/libexec/openssh/sshd-session\" hostname=10.0.2.2 addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:18.988000 audit[2353]: AUDIT1112 pid=2353 uid=0 auid=1000 ses=21 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=1000 exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:18.989000 audit[2353]: AUDIT1105 pid=2353 uid=0 auid=1000 ses=21 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=1000 exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:19.011000 audit[2353]: AUDIT1106 pid=2353 uid=0 auid=1000 ses=21 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=1000 exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:19.011000 audit[2353]: AUDIT1113 pid=2353 uid=0 auid=1000 ses=21 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=1000 exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:19.012862 session-21.scope[2358]: Connection closed by 10.0.2.2 port 55260\u000aOct 20 19:13:19.012000 audit[2353]: AUDIT2404 pid=2353 uid=0 auid=1000 ses=21 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=2358 suid=1000 rport=55260 laddr=10.0.2.15 lport=22  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:19.014447 sshd.service[2353]: pam_unix(sshd:session): session closed for user core\u000aOct 20 19:13:19.014000 audit[2353]: AUDIT1106 pid=2353 uid=0 auid=1000 ses=21 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_selinux,pam_loginuid,pam_selinux,pam_namespace,pam_keyinit,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_umask,pam_lastlog2 acct=\"core\" exe=\"/usr/libexec/openssh/sshd-session\" hostname=10.0.2.2 addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:19.014000 audit[2353]: AUDIT1104 pid=2353 uid=0 auid=1000 ses=21 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct=\"core\" exe=\"/usr/libexec/openssh/sshd-session\" hostname=10.0.2.2 addr=10.0.2.2 terminal=ssh res=success'\u000aOct 20 19:13:19.015000 audit[2353]: AUDIT2404 pid=2353 uid=0 auid=1000 ses=21 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:ed:fe:ab:53:cc:f3:bf:29:fd:33:dc:96:45:39:c2:da:1f:33:49:ce:1a:6e:d7:cc:b2:c0:2f:0d:3d:01:93:46 direction=? spid=2353 suid=0  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:19.015000 audit[2353]: AUDIT2404 pid=2353 uid=0 auid=1000 ses=21 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:3b:8e:05:51:d9:04:8a:71:e7:a6:d1:90:31:c4:86:02:88:3b:c9:c6:b2:6f:96:57:0c:8c:c1:ba:35:30:02:3f direction=? spid=2353 suid=0  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:19.015000 audit[2353]: AUDIT2404 pid=2353 uid=0 auid=1000 ses=21 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:7d:36:74:fb:07:c1:de:9e:6a:7d:e2:aa:e0:db:ee:bf:f1:ec:e7:86:9a:99:16:09:53:02:d0:1c:f0:23:3e:b8 direction=? spid=2353 suid=0  exe=\"/usr/libexec/openssh/sshd-session\" hostname=? addr=10.0.2.2 terminal=? res=success'\u000aOct 20 19:13:19.017254 init.scope[1]: session-21.scope: Deactivated successfully.\u000aOct 20 19:13:19.018980 systemd-logind.service[1516]: Session 21 logged out. Waiting for processes to exit.\u000aOct 20 19:13:19.020678 systemd-logind.service[1516]: Removed session 21.\u000a",
          "stdout" : "cSeaBIOS (version 1.17.0-5.fc42)\u000aMachine UUID 2773eee4-77aa-403b-8a4f-718929c26f5d\u000a\u000a\u000aiPXE (https://ipxe.org) 00:04.0 C000 PCI2.10 PnP PMM+5EFCABB0+5EF0ABB0 C000\u000aPress Ctrl-B to configure iPXE (PCI 00:04.0)...\u000a                                                                               \u000a\u000a\u000aBooting from Hard Disk...\u000aGRUB loading..\u000aWelcome to GRUB!\u000a\u000aGRUB version 2.12\u000a\u000a\u000a+----------------------------------------------------------------------------+||||||||||||||||||||||||+----------------------------------------------------------------------------+     Use the ^ and v keys to select which entry is highlighted.          \u000a\u000a      Press enter to boot the selected OS, `e' to edit the commands       \u000a\u000a      before booting or `c' for a command-line.                            *Fedora CoreOS 44.20251020.dev.0 (ostree:0)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GRUB version 2.12┌────────────────────────────────────────────────────────────────────────────┐││││││││││││││││││││││││││└────────────────────────────────────────────────────────────────────────────┘     Use the ↑ and ↓ keys to select which entry is highlighted.          \u000a      Press enter to boot the selected OS, `e' to edit the commands       \u000a      before booting or `c' for a command-line.                            *Fedora CoreOS 44.20251020.dev.0 (ostree:0)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \u000a\u000a\u000a\u000a\u000a\u000a   The highlighted entry will be executed automatically in 1s.                   The highlighted entry will be executed automatically in 1s.                  \u000a\u000a\u000a\u000a\u000a\u000a\u000a\u000a\u000a\u000a\u000a\u000a\u000a\u000a\u000a\u000a\u000a\u000a   The highlighted entry will be executed automatically in 0s.                   The highlighted entry will be executed automatically in 0s.                     Booting `Fedora CoreOS 44.20251020.dev.0 (ostree:0)' Booting `Fedora CoreOS 44.20251020.dev.0 (ostree:0)\u000a\u000a\u000a'\u000a\u000aProbing EDD (edd=off to disable)... oc[    0.000000] Linux version 6.18.0-0.rc2.23.fc44.x86_64 (mockbuild@8f020818ba3a42809c45472bdba64161) (gcc (GCC) 15.2.1 20250924 (Red Hat 15.2.1-2), GNU ld version 2.45.50.20251006) #1 SMP PREEMPT_DYNAMIC Mon Oct 20 17:38:25 UTC 2025\u000a[    0.000000] Command line: BOOT_IMAGE=(hd0,gpt3)/boot/ostree/fedora-coreos-a069702bc4663a049143c87e0d5f29c03f6e25d348aedc874e7748e782261235/vmlinuz-6.18.0-0.rc2.23.fc44.x86_64 rw ignition.firstboot mitigations=auto,nosmt ostree=/ostree/boot.1/fedora-coreos/a069702bc4663a049143c87e0d5f29c03f6e25d348aedc874e7748e782261235/0 ignition.platform.id=qemu console=tty0 console=ttyS0,115200n8\u000a[    0.000000] BIOS-provided physical RAM map:\u000a[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\u000a[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\u000a[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\u000a[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000005ffccfff] usable\u000a[    0.000000] BIOS-e820: [mem 0x000000005ffcd000-0x000000005fffffff] reserved\u000a[    0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\u000a[    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\u000a[    0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved\u000a[    0.000000] NX (Execute Disable) protection: active\u000a[    0.000000] APIC: Static calls initialized\u000a[    0.000000] SMBIOS 2.8 present.\u000a[    0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.17.0-5.fc42 04/01/2014\u000a[    0.000000] DMI: Memory slots populated: 1/1\u000a[    0.000000] Hypervisor detected: KVM\u000a[    0.000000] last_pfn = 0x5ffcd max_arch_pfn = 0x10000000000\u000a[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\u000a[    0.000001] kvm-clock: using sched offset of 3251229234 cycles\u000a[    0.000002] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\u000a[    0.000006] tsc: Detected 3249.982 MHz processor\u000a[    0.000289] last_pfn = 0x5ffcd max_arch_pfn = 0x10000000000\u000a[    0.000319] MTRR map: 4 entries (3 fixed + 1 variable; max 19), built from 8 variable MTRRs\u000a[    0.000321] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  \u000a[    0.002540] found SMP MP-table at [mem 0x000f5440-0x000f544f]\u000a[    0.002554] Using GB pages for direct mapping\u000a[    0.002680] RAMDISK: [mem 0x2955c000-0x30aa5fff]\u000a[    0.002686] ACPI: Early table checksum verification disabled\u000a[    0.002688] ACPI: RSDP 0x00000000000F5280 000014 (v00 BOCHS )\u000a[    0.002692] ACPI: RSDT 0x000000005FFD25A1 000038 (v01 BOCHS  BXPC     00000001 BXPC 00000001)\u000a[    0.002696] ACPI: FACP 0x000000005FFD2409 000074 (v01 BOCHS  BXPC     00000001 BXPC 00000001)\u000a[    0.002705] ACPI: DSDT 0x000000005FFD0040 0023C9 (v01 BOCHS  BXPC     00000001 BXPC 00000001)\u000a[    0.002708] ACPI: FACS 0x000000005FFD0000 000040\u000a[    0.002709] ACPI: APIC 0x000000005FFD247D 000078 (v03 BOCHS  BXPC     00000001 BXPC 00000001)\u000a[    0.002711] ACPI: HPET 0x000000005FFD24F5 000038 (v01 BOCHS  BXPC     00000001 BXPC 00000001)\u000a[    0.002713] ACPI: TPM2 0x000000005FFD252D 00004C (v04 BOCHS  BXPC     00000001 BXPC 00000001)\u000a[    0.002715] ACPI: WAET 0x000000005FFD2579 000028 (v01 BOCHS  BXPC     00000001 BXPC 00000001)\u000a[    0.002716] ACPI: Reserving FACP table memory at [mem 0x5ffd2409-0x5ffd247c]\u000a[    0.002717] ACPI: Reserving DSDT table memory at [mem 0x5ffd0040-0x5ffd2408]\u000a[    0.002718] ACPI: Reserving FACS table memory at [mem 0x5ffd0000-0x5ffd003f]\u000a[    0.002718] ACPI: Reserving APIC table memory at [mem 0x5ffd247d-0x5ffd24f4]\u000a[    0.002719] ACPI: Reserving HPET table memory at [mem 0x5ffd24f5-0x5ffd252c]\u000a[    0.002719] ACPI: Reserving TPM2 table memory at [mem 0x5ffd252d-0x5ffd2578]\u000a[    0.002720] ACPI: Reserving WAET table memory at [mem 0x5ffd2579-0x5ffd25a0]\u000a[    0.003085] No NUMA configuration found\u000a[    0.003086] Faking a node at [mem 0x0000000000000000-0x000000005ffccfff]\u000a[    0.003096] NODE_DATA(0) allocated [mem 0x5ffa2280-0x5ffccfff]\u000a[    0.003353] Zone ranges:\u000a[    0.003353]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]\u000a[    0.003355]   DMA32    [mem 0x0000000001000000-0x000000005ffccfff]\u000a[    0.003356]   Normal   empty\u000a[    0.003356]   Device   empty\u000a[    0.003357] Movable zone start for each node\u000a[    0.003359] Early memory node ranges\u000a[    0.003359]   node   0: [mem 0x0000000000001000-0x000000000009efff]\u000a[    0.003360]   node   0: [mem 0x0000000000100000-0x000000005ffccfff]\u000a[    0.003361] Initmem setup node 0 [mem 0x0000000000001000-0x000000005ffccfff]\u000a[    0.003366] On node 0, zone DMA: 1 pages in unavailable ranges\u000a[    0.003379] On node 0, zone DMA: 97 pages in unavailable ranges\u000a[    0.004521] On node 0, zone DMA32: 51 pages in unavailable ranges\u000a[    0.004823] ACPI: PM-Timer IO Port: 0x608\u000a[    0.004832] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\u000a[    0.004856] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\u000a[    0.004859] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\u000a[    0.004860] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\u000a[    0.004861] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\u000a[    0.004862] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\u000a[    0.004863] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\u000a[    0.004866] ACPI: Using ACPI (MADT) for SMP configuration information\u000a[    0.004866] ACPI: HPET id: 0x8086a201 base: 0xfed00000\u000a[    0.004869] TSC deadline timer available\u000a[    0.004872] CPU topo: Max. logical packages:   1\u000a[    0.004873] CPU topo: Max. logical dies:       1\u000a[    0.004874] CPU topo: Max. dies per package:   1\u000a[    0.004877] CPU topo: Max. threads per core:   1\u000a[    0.004878] CPU topo: Num. cores per package:     1\u000a[    0.004878] CPU topo: Num. threads per package:   1\u000a[    0.004878] CPU topo: Allowing 1 present CPUs plus 0 hotplug CPUs\u000a[    0.004891] kvm-guest: APIC: eoi() replaced with kvm_guest_apic_eoi_write()\u000a[    0.004910] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\u000a[    0.004911] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]\u000a[    0.004912] [mem 0x60000000-0xfeffbfff] available for PCI devices\u000a[    0.004913] Booting paravirtualized kernel on KVM\u000a[    0.004915] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\u000a[    0.010823] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\u000a[    0.010934] percpu: Embedded 84 pages/cpu s221184 r8192 d114688 u2097152\u000a[    0.010970] kvm-guest: PV spinlocks disabled, single CPU\u000a[    0.010971] Kernel command line: BOOT_IMAGE=(hd0,gpt3)/boot/ostree/fedora-coreos-a069702bc4663a049143c87e0d5f29c03f6e25d348aedc874e7748e782261235/vmlinuz-6.18.0-0.rc2.23.fc44.x86_64 rw ignition.firstboot mitigations=auto,nosmt ostree=/ostree/boot.1/fedora-coreos/a069702bc4663a049143c87e0d5f29c03f6e25d348aedc874e7748e782261235/0 ignition.platform.id=qemu console=tty0 console=ttyS0,115200n8\u000a[    0.011059] Unknown kernel command line parameters \"ostree=/ostree/boot.1/fedora-coreos/a069702bc4663a049143c87e0d5f29c03f6e25d348aedc874e7748e782261235/0\", will be passed to user space.\u000a[    0.011070] random: crng init done\u000a[    0.011071] printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes\u000a[    0.011168] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)\u000a[    0.011222] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\u000a[    0.011247] Fallback order for Node 0: 0 \u000a[    0.011249] Built 1 zonelists, mobility grouping on.  Total pages: 393067\u000a[    0.011250] Policy zone: DMA32\u000a[    0.011375] mem auto-init: stack:all(zero), heap alloc:on, heap free:off\u000a[    0.014443] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\u000a[    0.026067] ftrace: allocating 62538 entries in 246 pages\u000a[    0.026068] ftrace: allocated 246 pages with 6 groups\u000a[    0.026720] Dynamic Preempt: lazy\u000a[    0.026803] rcu: Preemptible hierarchical RCU implementation.\u000a[    0.026803] rcu: \u0009RCU event tracing is enabled.\u000a[    0.026804] rcu: \u0009RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\u000a[    0.026805] \u0009Trampoline variant of Tasks RCU enabled.\u000a[    0.026806] \u0009Rude variant of Tasks RCU enabled.\u000a[    0.026806] \u0009Tracing variant of Tasks RCU enabled.\u000a[    0.026807] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\u000a[    0.026807] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\u000a[    0.026814] RCU Tasks: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1.\u000a[    0.026815] RCU Tasks Rude: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1.\u000a[    0.026816] RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1.\u000a[    0.030801] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\u000a[    0.031012] rcu: srcu_init: Setting srcu_struct sizes based on contention.\u000a[    0.031136] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\u000a[    0.031258] Console: colour *CGA 80x25\u000a[    0.031260] printk: legacy console [tty0] enabled\u000a[    0.034974] printk: legacy console [ttyS0] enabled\u000a[    0.128054] ACPI: Core revision 20250807\u000a[    0.128809] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns\u000a[    0.130081] APIC: Switch to symmetric I/O mode setup\u000a[    0.130857] x2apic enabled\u000a[    0.131501] APIC: Switched APIC routing to: physical x2apic\u000a[    0.133315] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\u000a[    0.134066] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2ed8ba19848, max_idle_ns: 440795269544 ns\u000a[    0.135324] Calibrating delay loop (skipped) preset value.. 6499.96 BogoMIPS (lpj=3249982)\u000a[    0.136443] x86/cpu: User Mode Instruction Prevention (UMIP) activated\u000a[    0.137475] Last level iTLB entries: 4KB 512, 2MB 255, 4MB 127\u000a[    0.138171] Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127, 1GB 0\u000a[    0.138361] mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: on\u000a[    0.140321] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl\u000a[    0.141353] Transient Scheduler Attacks: Vulnerable: No microcode\u000a[    0.142073] Spectre V2 : Mitigation: Enhanced / Automatic IBRS\u000a[    0.142353] Speculative Return Stack Overflow: Mitigation: Safe RET\u000a[    0.143352] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization\u000a[    0.144357] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier\u000a[    0.145354] active return thunk: srso_alias_return_thunk\u000a[    0.146337] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'\u000a[    0.147216] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'\u000a[    0.147351] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'\u000a[    0.148351] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'\u000a[    0.149351] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'\u000a[    0.150098] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'\u000a[    0.150351] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'\u000a[    0.151353] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256\u000a[    0.152351] x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64\u000a[    0.153351] x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512\u000a[    0.154070] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024\u000a[    0.154352] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8\u000a[    0.155351] x86/fpu: Enabled xstate features 0x2e7, context size is 2440 bytes, using 'compacted' format.\u000a[    0.193867] Freeing SMP alternatives memory: 56K\u000a[    0.194358] pid_max: default: 32768 minimum: 301\u000a[    0.195007] LSM: initializing lsm=lockdown,capability,yama,selinux,bpf,landlock,ipe,ima,evm\u000a[    0.195386] Yama: becoming mindful.\u000a[    0.196359] SELinux:  Initializing.\u000a[    0.197557] LSM support for eBPF active\u000a[    0.198053] landlock: Up and running.\u000a[    0.198482] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)\u000a[    0.199390] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)\u000a[    0.201238] smpboot: CPU0: AMD EPYC 9354 32-Core Processor (family: 0x19, model: 0x11, stepping: 0x1)\u000a[    0.201991] Performance Events: Fam17h+ core perfctr, AMD PMU driver.\u000a[    0.202358] ... version:                   2\u000a[    0.202896] ... bit width:                 48\u000a[    0.203355] ... generic counters:          6\u000a[    0.203898] ... generic bitmap:            000000000000003f\u000a[    0.204365] ... fixed-purpose counters:    0\u000a[    0.204897] ... fixed-purpose bitmap:      0000000000000000\u000a[    0.205355] ... value mask:                0000ffffffffffff\u000a[    0.206006] ... max period:                00007fffffffffff\u000a[    0.206355] ... global_ctrl mask:          000000000000003f\u000a[    0.207127] signal: max sigframe size: 3376\u000a[    0.207479] rcu: Hierarchical SRCU implementation.\u000a[    0.208071] rcu: \u0009Max phase no-delay instances is 400.\u000a[    0.213345] smp: Bringing up secondary CPUs ...\u000a[    0.213908] smp: Brought up 1 node, 1 CPU\u000a[    0.214357] smpboot: Total of 1 processors activated (6499.96 BogoMIPS)\u000a[    0.215283] Memory: 1350116K/1572268K available (22236K kernel code, 4550K rwdata, 18148K rodata, 5148K init, 6040K bss, 216828K reserved, 0K cma-reserved)\u000a[    0.215540] devtmpfs: initialized\u000a[    0.216142] x86/mm: Memory block size: 128MB\u000a[    0.217399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns\u000a[    0.218378] posixtimers hash table entries: 512 (order: 1, 8192 bytes, linear)\u000a[    0.219288] futex hash table entries: 256 (16384 bytes on 1 NUMA nodes, total 16 KiB, linear).\u000a[    0.219457] pinctrl core: initialized pinctrl subsystem\u000a[    0.220325] PM: RTC time: 19:12:50, date: 2025-10-20\u000a[    0.223561] NET: Registered PF_NETLINK/PF_ROUTE protocol family\u000a[    0.224767] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations\u000a[    0.225378] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations\u000a[    0.226550] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations\u000a[    0.227368] audit: initializing netlink subsys (disabled)\u000a[    0.228299] thermal_sys: Registered thermal governor 'fair_share'\u000a[    0.228301] thermal_sys: Registered thermal governor 'bang_bang'\u000a[    0.228360] audit: type=2000 audit(1760987570.991:1): state=initialized audit_enabled=0 res=1\u000a[    0.229359] thermal_sys: Registered thermal governor 'step_wise'\u000a[    0.229360] thermal_sys: Registered thermal governor 'user_space'\u000a[    0.230070] cpuidle: using governor menu\u000a[    0.231361] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\u000a[    0.232346] PCI: Using configuration type 1 for base access\u000a[    0.233018] PCI: Using configuration type 1 for extended access\u000a[    0.233577] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.\u000a[    0.240490] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages\u000a[    0.241324] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page\u000a[    0.242104] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages\u000a[    0.246324] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page\u000a[    0.254657] raid6: skipped pq benchmark and selected avx512x4\u000a[    0.255357] raid6: using avx512x2 recovery algorithm\u000a[    0.256111] ACPI: Added _OSI(Module Device)\u000a[    0.260324] ACPI: Added _OSI(Processor Device)\u000a[    0.260869] ACPI: Added _OSI(Processor Aggregator Device)\u000a[    0.267027] ACPI: 1 ACPI AML tables successfully acquired and loaded\u000a[    0.273566] ACPI: Interpreter enabled\u000a[    0.274041] ACPI: PM: (supports S0 S3 S4 S5)\u000a[    0.274356] ACPI: Using IOAPIC for interrupt routing\u000a[    0.275126] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\u000a[    0.279324] PCI: Using E820 reservations for host bridge windows\u000a[    0.280155] ACPI: Enabled 2 GPEs in block 00 to 0F\u000a[    0.288920] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\u000a[    0.289363] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]\u000a[    0.292823] acpiphp: Slot [2] registered\u000a[    0.293333] acpiphp: Slot [3] registered\u000a[    0.293835] acpiphp: Slot [4] registered\u000a[    0.296336] acpiphp: Slot [5] registered\u000a[    0.296853] acpiphp: Slot [6] registered\u000a[    0.297340] acpiphp: Slot [7] registered\u000a[    0.297845] acpiphp: Slot [8] registered\u000a[    0.300345] acpiphp: Slot [9] registered\u000a[    0.300836] acpiphp: Slot [10] registered\u000a[    0.301338] acpiphp: Slot [11] registered\u000a[    0.301832] acpiphp: Slot [12] registered\u000a[    0.303078] acpiphp: Slot [13] registered\u000a[    0.303370] acpiphp: Slot [14] registered\u000a[    0.303867] acpiphp: Slot [15] registered\u000a[    0.304381] acpiphp: Slot [16] registered\u000a[    0.304879] acpiphp: Slot [17] registered\u000a[    0.305370] acpiphp: Slot [18] registered\u000a[    0.305865] acpiphp: Slot [19] registered\u000a[    0.306370] acpiphp: Slot [20] registered\u000a[    0.306871] acpiphp: Slot [21] registered\u000a[    0.307375] acpiphp: Slot [22] registered\u000a[    0.307889] acpiphp: Slot [23] registered\u000a[    0.308404] acpiphp: Slot [24] registered\u000a[    0.308918] acpiphp: Slot [25] registered\u000a[    0.309370] acpiphp: Slot [26] registered\u000a[    0.309885] acpiphp: Slot [27] registered\u000a[    0.310370] acpiphp: Slot [28] registered\u000a[    0.310889] acpiphp: Slot [29] registered\u000a[    0.311369] acpiphp: Slot [30] registered\u000a[    0.311891] acpiphp: Slot [31] registered\u000a[    0.312366] PCI host bridge to bus 0000:00\u000a[    0.312886] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]\u000a[    0.313355] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]\u000a[    0.314161] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\u000a[    0.314356] pci_bus 0000:00: root bus resource [mem 0x60000000-0xfebfffff window]\u000a[    0.315241] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\u000a[    0.315356] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]\u000a[    0.316173] pci_bus 0000:00: root bus resource [bus 00-ff]\u000a[    0.316536] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 conventional PCI endpoint\u000a[    0.317812] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 conventional PCI endpoint\u000a[    0.318792] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180 conventional PCI endpoint\u000a[    0.320072] pci 0000:00:01.1: BAR 4 [io  0xc100-0xc10f]\u000a[    0.320384] pci 0000:00:01.1: BAR 0 [io  0x01f0-0x01f7]: legacy IDE quirk\u000a[    0.321196] pci 0000:00:01.1: BAR 1 [io  0x03f6]: legacy IDE quirk\u000a[    0.321355] pci 0000:00:01.1: BAR 2 [io  0x0170-0x0177]: legacy IDE quirk\u000a[    0.322164] pci 0000:00:01.1: BAR 3 [io  0x0376]: legacy IDE quirk\u000a[    0.322535] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000 conventional PCI endpoint\u000a[    0.323624] pci 0000:00:01.3: quirk: [io  0x0600-0x063f] claimed by PIIX4 ACPI\u000a[    0.324364] pci 0000:00:01.3: quirk: [io  0x0700-0x070f] claimed by PIIX4 SMB\u000a[    0.325506] pci 0000:00:02.0: [1af4:1005] type 00 class 0x00ff00 conventional PCI endpoint\u000a[    0.327332] pci 0000:00:02.0: BAR 0 [io  0xc0c0-0xc0df]\u000a[    0.327982] pci 0000:00:02.0: BAR 1 [mem 0xfebc0000-0xfebc0fff]\u000a[    0.328376] pci 0000:00:02.0: BAR 4 [mem 0xfebf0000-0xfebf3fff 64bit pref]\u000a[    0.330629] pci 0000:00:03.0: [1af4:1001] type 00 class 0x010000 conventional PCI endpoint\u000a[    0.332334] pci 0000:00:03.0: BAR 0 [io  0xc000-0xc07f]\u000a[    0.332985] pci 0000:00:03.0: BAR 1 [mem 0xfebc1000-0xfebc1fff]\u000a[    0.333377] pci 0000:00:03.0: BAR 4 [mem 0xfebf4000-0xfebf7fff 64bit pref]\u000a[    0.335690] pci 0000:00:04.0: [1af4:1000] type 00 class 0x020000 conventional PCI endpoint\u000a[    0.337342] pci 0000:00:04.0: BAR 0 [io  0xc0e0-0xc0ff]\u000a[    0.337968] pci 0000:00:04.0: BAR 1 [mem 0xfebc2000-0xfebc2fff]\u000a[    0.338377] pci 0000:00:04.0: BAR 4 [mem 0xfebf8000-0xfebfbfff 64bit pref]\u000a[    0.339206] pci 0000:00:04.0: ROM [mem 0xfeb80000-0xfebbffff pref]\u000a[    0.340700] pci 0000:00:05.0: [1af4:1003] type 00 class 0x078000 conventional PCI endpoint\u000a[    0.342956] pci 0000:00:05.0: BAR 0 [io  0xc080-0xc0bf]\u000a[    0.343363] pci 0000:00:05.0: BAR 1 [mem 0xfebc3000-0xfebc3fff]\u000a[    0.344092] pci 0000:00:05.0: BAR 4 [mem 0xfebfc000-0xfebfffff 64bit pref]\u000a[    0.346077] ACPI: PCI: Interrupt link LNKA configured for IRQ 10\u000a[    0.346494] ACPI: PCI: Interrupt link LNKB configured for IRQ 10\u000a[    0.347341] ACPI: PCI: Interrupt link LNKC configured for IRQ 11\u000a[    0.348184] ACPI: PCI: Interrupt link LNKD configured for IRQ 11\u000a[    0.348421] ACPI: PCI: Interrupt link LNKS configured for IRQ 9\u000a[    0.349591] iommu: Default domain type: Translated\u000a[    0.350195] iommu: DMA domain TLB invalidation policy: lazy mode\u000a[    0.350507] SCSI subsystem initialized\u000a[    0.351083] ACPI: bus type USB registered\u000a[    0.351388] usbcore: registered new interface driver usbfs\u000a[    0.352039] usbcore: registered new interface driver hub\u000a[    0.352362] usbcore: registered new device driver usb\u000a[    0.353017] pps_core: LinuxPPS API ver. 1 registered\u000a[    0.353355] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>\u000a[    0.354359] PTP clock support registered\u000a[    0.354986] EDAC MC: Ver: 3.0.0\u000a[    0.356086] NetLabel: Initializing\u000a[    0.356363] NetLabel:  domain hash size = 128\u000a[    0.356882] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO\u000a[    0.357374] NetLabel:  unlabeled traffic allowed by default\u000a[    0.358051] mctp: management component transport protocol core\u000a[    0.358355] NET: Registered PF_MCTP protocol family\u000a[    0.358968] PCI: Using ACPI for IRQ routing\u000a[    0.359508] vgaarb: loaded\u000a[    0.359997] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0\u000a[    0.360356] hpet0: 3 comparators, 64-bit 100.000000 MHz counter\u000a[    0.363397] clocksource: Switched to clocksource kvm-clock\u000a[    0.365784] VFS: Disk quotas dquot_6.6.0\u000a[    0.366309] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\u000a[    0.367353] pnp: PnP ACPI init\u000a[    0.368116] pnp: PnP ACPI: found 5 devices\u000a[    0.375087] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\u000a[    0.376201] NET: Registered PF_INET protocol family\u000a[    0.377089] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)\u000a[    0.394867] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)\u000a[    0.396000] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)\u000a[    0.396942] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)\u000a[    0.397994] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)\u000a[    0.398896] TCP: Hash tables configured (established 16384 bind 16384)\u000a[    0.399728] MPTCP token hash table entries: 2048 (order: 3, 49152 bytes, linear)\u000a[    0.400625] UDP hash table entries: 1024 (order: 4, 65536 bytes, linear)\u000a[    0.401434] UDP-Lite hash table entries: 1024 (order: 4, 65536 bytes, linear)\u000a[    0.402318] NET: Registered PF_UNIX/PF_LOCAL protocol family\u000a[    0.403008] NET: Registered PF_XDP protocol family\u000a[    0.403630] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]\u000a[    0.404383] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]\u000a[    0.405103] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]\u000a[    0.405925] pci_bus 0000:00: resource 7 [mem 0x60000000-0xfebfffff window]\u000a[    0.406747] pci_bus 0000:00: resource 8 [mem 0x100000000-0x17fffffff window]\u000a[    0.407627] pci_bus 0000:00: resource 9 [mem 0xfed40000-0xfed44fff]\u000a[    0.408569] pci 0000:00:01.0: PIIX3: Enabling Passive Release\u000a[    0.409269] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\u000a[    0.410046] PCI: CLS 0 bytes, default 64\u000a[    0.410665] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2ed8ba19848, max_idle_ns: 440795269544 ns\u000a[    0.411913] Trying to unpack rootfs image as initramfs...\u000a[    0.457977] Initialise system trusted keyrings\u000a[    0.458650] Key type blacklist registered\u000a[    0.460331] workingset: timestamp_bits=36 max_order=19 bucket_order=0\u000a[    0.463800] integrity: Platform Keyring initialized\u000a[    0.464431] integrity: Machine keyring initialized\u000a[    0.466317] cryptd: max_cpu_qlen set to 1000\u000a[    0.486575] NET: Registered PF_ALG protocol family\u000a[    0.487199] xor: automatically using best checksumming function   avx       \u000a[    0.488060] Key type asymmetric registered\u000a[    0.491311] Asymmetric key parser 'x509' registered\u000a[    0.492174] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)\u000a[    0.494332] io scheduler mq-deadline registered\u000a[    0.494904] io scheduler kyber registered\u000a[    0.497323] io scheduler bfq registered\u000a[    0.498150] atomic64_test: passed for x86-64 platform with CX8 and with SSE\u000a[    0.499227] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\u000a[    0.502391] ACPI: button: Power Button [PWRF]\u000a[    0.504429] ACPI: \\_SB_.LNKB: Enabled at IRQ 10\u000a[    0.509105] ACPI: \\_SB_.LNKC: Enabled at IRQ 11\u000a[    0.514218] ACPI: \\_SB_.LNKD: Enabled at IRQ 11\u000a[    0.523399] ACPI: \\_SB_.LNKA: Enabled at IRQ 10\u000a[    0.525071] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\u000a[    0.526041] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\u000a[    0.596491] Non-volatile memory driver v1.3\u000a[    0.599325] Linux agpgart interface v0.103\u000a[    0.601459] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0x1, rev-id 1)\u000a[    0.618932] ACPI: bus type drm_connector registered\u000a[    0.619967] virtio_blk virtio1: 1/0/0 default/read/poll queues\u000a[    0.623451] virtio_blk virtio1: [vda] 20971520 512-byte logical blocks (10.7 GB/10.0 GiB)\u000a[    0.637314] GPT:Primary header thinks Alt. header is not at the end of the disk.\u000a[    0.638240] GPT:5828607 != 20971519\u000a[    0.638714] GPT:Alternate GPT header not at the end of the disk.\u000a[    0.639469] GPT:5828607 != 20971519\u000a[    0.639902] GPT: Use GNU Parted to correct GPT errors.\u000a[    0.640558]  vda: vda1 vda2 vda3 vda4\u000a[    0.644442] scsi host0: ata_piix\u000a[    0.645066] scsi host1: ata_piix\u000a[    0.648364] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 lpm-pol 0\u000a[    0.649276] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 lpm-pol 0\u000a[    0.651069] usbcore: registered new interface driver usbserial_generic\u000a[    0.651911] usbserial: USB Serial support registered for generic\u000a[    0.655361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\u000a[    0.656910] serio: i8042 KBD port at 0x60,0x64 irq 1\u000a[    0.657543] serio: i8042 AUX port at 0x60,0x64 irq 12\u000a[    0.659319] mousedev: PS/2 mouse device common for all mice\u000a[    0.661377] rtc_cmos 00:04: RTC can wake from S4\u000a[    0.662592] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\u000a[    0.664232] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\u000a[    0.665502] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\u000a[    0.666656] rtc_cmos 00:04: registered as rtc0\u000a[    0.667240] rtc_cmos 00:04: setting system clock to 2025-10-20T19:12:50 UTC (1760987570)\u000a[    0.668285] rtc_cmos 00:04: alarms up to one day, y3k, 242 bytes nvram, hpet irqs\u000a[    0.671342] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.\u000a[    0.672816] device-mapper: uevent: version 1.0.3\u000a[    0.675394] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev\u000a[    0.678340] amd_pstate: The CPPC feature is supported but currently disabled by the BIOS.\u000a[    0.678340] Please enable it if your BIOS has the CPPC option.\u000a[    0.680013] amd_pstate: the _CPC object is not present in SBIOS or ACPI disabled\u000a[    0.683423] hid: raw HID events driver (C) Jiri Kosina\u000a[    0.684107] usbcore: registered new interface driver usbhid\u000a[    0.684803] usbhid: USB HID core driver\u000a[    0.685438] drop_monitor: Initializing network drop monitor service\u000a[    0.686335] Initializing XFRM netlink socket\u000a[    0.686890] NET: Registered PF_INET6 protocol family\u000a[    0.690718] Segment Routing with IPv6\u000a[    0.691186] RPL Segment Routing with IPv6\u000a[    0.694322] In-situ OAM (IOAM) with IPv6\u000a[    0.694852] mip6: Mobile IPv6\u000a[    0.695226] NET: Registered PF_PACKET protocol family\u000a[    0.696298] IPI shorthand broadcast: enabled\u000a[    0.704661] sched_clock: Marking stable (604003386, 100302526)->(733007124, -28701212)\u000a[    0.707392] registered taskstats version 1\u000a[    0.709562] Loading compiled-in X.509 certificates\u000a[    0.711074] Loaded X.509 cert 'Fedora kernel signing key: 77145ac1b4b573b0e3242666e394760f2e9d5db8'\u000a[    1.150589] Freeing initrd memory: 120104K\u000a[    1.167851] Loaded X.509 cert 'Fedora IMA CA: a8a00c31663f853f9c6ff2564872e378af026b28'\u000a[    1.176686] Demotion targets for Node 0: null\u000a[    1.177243] page_owner is disabled\u000a[    1.177778] Key type .fscrypt registered\u000a[    1.178258] Key type fscrypt-provisioning registered\u000a[    1.179448] Btrfs loaded, zoned=yes, fsverity=yes\u000a[    1.180067] Key type big_key registered\u000a[    1.180575] Key type trusted registered\u000a[    1.181348] Key type encrypted registered\u000a[    1.181892] Loading compiled-in module X.509 certificates\u000a[    1.182927] Loaded X.509 cert 'Fedora kernel signing key: 77145ac1b4b573b0e3242666e394760f2e9d5db8'\u000a[    1.184118] ima: Allocated hash algorithm: sha256\u000a[    1.217185] ima: No architecture policies found\u000a[    1.217852] evm: Initialising EVM extended attributes:\u000a[    1.218501] evm: security.selinux\u000a[    1.218909] evm: security.SMACK64 (disabled)\u000a[    1.219465] evm: security.SMACK64EXEC (disabled)\u000a[    1.220018] evm: security.SMACK64TRANSMUTE (disabled)\u000a[    1.220649] evm: security.SMACK64MMAP (disabled)\u000a[    1.221205] evm: security.apparmor (disabled)\u000a[    1.221761] evm: security.ima\u000a[    1.222130] evm: security.capability\u000a[    1.222608] evm: HMAC attrs: 0x1\u000a[    1.227004] alg: No test for 842 (842-scomp)\u000a[    1.263536] PM:   Magic number: 13:711:243\u000a[    1.265139] RAS: Correctable Errors collector initialized.\u000a[    1.283524] clk: Disabling unused clocks\u000a[    1.284042] PM: genpd: Disabling unused power domains\u000a[    1.289579] Freeing unused decrypted memory: 2028K\u000a[    1.290516] Freeing unused kernel image (initmem) memory: 5148K\u000a[    1.291082] Write protecting the kernel read-only data: 40960k\u000a[    1.293525] Freeing unused kernel image (text/rodata gap) memory: 288K\u000a[    1.294176] Freeing unused kernel image (rodata/data gap) memory: 284K\u000a[    1.373885] x86/mm: Checked W+X mappings: passed, no W+X pages found.\u000a[    1.374605] Run /init as init process\u000a+q6E616D65[    1.725578] systemd[1]: Successfully made /usr/ read-only.\u000a104[    2.060579] systemd[1]: systemd 258.1-2.fc44 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +IPE +SMACK +SECCOMP -GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP +SYSVINIT +LIBARCHIVE)\u000a[    2.063704] systemd[1]: Detected virtualization kvm.\u000a[    2.064184] systemd[1]: Detected architecture x86-64.\u000a[    2.064724] systemd[1]: Running in initrd.\u000aBooting initrd of Fedora CoreOS 44.20251020.dev.0 dracut-108-3.fc44 (Initramfs).\u000a\u000a[    2.066878] systemd[1]: Initializing machine ID from SMBIOS/DMI UUID.\u000a[    2.067628] systemd[1]: No hostname configured, using default hostname.\u000a[    2.068335] systemd[1]: Hostname set to <localhost>.\u000a3008;start=428fe5f6c85b48539080f4a11ad7a556;user=root;hostname=localhost;machineid=2773eee477aa403b8a4f718929c26f5d;bootid=a10310cf691b41cdae5f300cc1e24887;pid=1;pidfdid=2;comm=systemd;type=boot[    2.267325] systemd[1]: bpf-restrict-fs: LSM BPF program attached\u000a[    2.381421] systemd[1]: Queued start job for default target initrd.target.\u000a[    2.390789] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.\u000a[  OK  ] Created slice system-modprobe.slice - Slice /system/modprobe.\u000a\u000a[    2.392705] systemd[1]: Started clevis-luks-askpass.path - Forward Password Requests to Clevis Directory Watch.\u000a[  OK  ] Started clevis-luks-askpass.path -…Requests to Clevis Directory Watch.\u000a\u000a[    2.394755] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.\u000a[  OK  ] Started systemd-ask-password-conso…equests to Console Directory Watch.\u000a\u000a[    2.396841] systemd[1]: Expecting device dev-disk-by\\x2dlabel-boot.device - /dev/disk/by-label/boot...\u000a         Expecting device dev-disk-by\\x2dla…device - /dev/disk/by-label/boot...\u000a\u000a[    2.398650] systemd[1]: Expecting device dev-disk-by\\x2dlabel-root.device - /dev/disk/by-label/root...\u000a         Expecting device dev-disk-by\\x2dla…device - /dev/disk/by-label/root...\u000a\u000a[    2.400465] systemd[1]: Reached target initrd-usr-fs.target - Initrd /usr File System.\u000a[  OK  ] Reached target initrd-usr-fs.target - Initrd /usr File System.\u000a\u000a[    2.402138] systemd[1]: Reached target paths.target - Path Units.\u000a[  OK  ] Reached target paths.target - Path Units.\u000a\u000a[    2.403531] systemd[1]: Reached target slices.target - Slice Units.\u000a[  OK  ] Reached target slices.target - Slice Units.\u000a\u000a[    2.404900] systemd[1]: Reached target swap.target - Swaps.\u000a[  OK  ] Reached target swap.target - Swaps.\u000a\u000a[    2.406152] systemd[1]: Reached target timers.target - Timer Units.\u000a[  OK  ] Reached target timers.target - Timer Units.\u000a\u000a[    2.407653] systemd[1]: Listening on dbus.socket - D-Bus System Message Bus Socket.\u000a[  OK  ] Listening on dbus.socket - D-Bus System Message Bus Socket.\u000a\u000a[    2.409343] systemd[1]: Listening on iscsid.socket - Open-iSCSI iscsid Socket.\u000a[  OK  ] Listening on iscsid.socket - Open-iSCSI iscsid Socket.\u000a\u000a[    2.410969] systemd[1]: Listening on iscsiuio.socket - Open-iSCSI iscsiuio Socket.\u000a[  OK  ] Listening on iscsiuio.socket - Open-iSCSI iscsiuio Socket.\u000a\u000a[    2.412764] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).\u000a[  OK  ] Listening on systemd-journald-dev-…socket - Journal Socket (/dev/log).\u000a\u000a[    2.414772] systemd[1]: Listening on systemd-journald.socket - Journal Sockets.\u000a[  OK  ] Listening on systemd-journald.socket - Journal Sockets.\u000a\u000a[    2.416421] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.\u000a[  OK  ] Listening on systemd-udevd-control.socket - udev Control Socket.\u000a\u000a[    2.418187] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.\u000a[  OK  ] Listening on systemd-udevd-kernel.socket - udev Kernel Socket.\u000a\u000a[    2.419902] systemd[1]: Reached target sockets.target - Socket Units.\u000a[  OK  ] Reached target sockets.target - Socket Units.\u000a\u000a[    2.424295] systemd[1]: Starting afterburn-network-kargs.service - Afterburn Initrd Setup Network Kernel Arguments...\u000a         Starting afterburn-network-kargs.s…d Setup Network Kernel Arguments...\u000a\u000a[    2.426709] systemd[1]: coreos-check-kernel.service - Check That Initrd Matches Kernel was skipped because of an unmet condition check (ConditionPathIsDirectory=!/usr/lib/modules/6.18.0-0.rc2.23.fc44.x86_64).\u000a[    2.428507] systemd[1]: Finished coreos-teardown-initramfs.service - CoreOS Tear Down Initramfs.\u000a[  OK  ] Finished coreos-teardown-initramfs…rvice - CoreOS Tear Down Initramfs.\u000a\u000a[    2.433370] systemd[1]: Starting coreos-touch-run-agetty.service - CoreOS: Touch /run/agetty.reload...\u000a         Starting coreos-touch-run-agetty.s…CoreOS: Touch /run/agetty.reload...\u000a\u000a[    2.438368] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...\u000a         Starting kmod-static-nodes.service…eate List of Static Device Nodes...\u000a\u000a[    2.442367] systemd[1]: Starting modprobe@dm_multipath.service - Load Kernel Module dm_multipath...\u000a         Starting modprobe@dm_multipath.ser… Load Kernel Module dm_multipath...\u000a\u000a[    2.445394] systemd[1]: multipathd-configure.service - Device-Mapper Multipath Default Configuration was skipped because of an unmet condition check (ConditionKernelCommandLine=rd.multipath=default).\u000a[    2.448408] systemd[1]: systemd-battery-check.service - Check battery level during early boot was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/class/power_supply).\u000a[    2.455371] systemd[1]: Starting systemd-journald.service - Journal Service...\u000a         Starting systemd-journald.service - Journal Service...\u000a\u000a[    2.459368] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...\u000a         Starting systemd-modules-load.service - Load Kernel Modules...\u000a\u000a[    2.462365] systemd[1]: systemd-pcrphase-initrd.service - TPM PCR Barrier (initrd) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).\u000a[    2.466348] systemd[1]: Reached target cryptsetup-pre.target - Local Encrypted Volumes (Pre).\u000a[  OK  ] Reached target cryptsetup-pre.target - Local Encrypted Volumes (Pre).\u000a\u000a[    2.468227] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.\u000a[  OK  ] Reached target cryptsetup.target - Local Encrypted Volumes.\u000a\u000a[    2.473370] systemd[1]: Starting systemd-vconsole-setup.service - Virtual Console Setup...\u000a         Starting systemd-vconsole-setup.service - Virtual Console Setup...\u000a\u000a[    2.478365] systemd[1]: Finished afterburn-network-kargs.service - Afterburn Initrd Setup Network Kernel Arguments.\u000a[  OK  ] Finished afterburn-network-kargs.s…trd Setup Network Kernel Arguments.\u000a\u000a[    2.480776] systemd[1]: Finished coreos-touch-run-agetty.service - CoreOS: Touch /run/agetty.reload.\u000a[  OK  ] Finished coreos-touch-run-agetty.s…- CoreOS: Touch /run/agetty.reload.\u000a\u000a[    2.482989] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.\u000a[  OK  ] Finished kmod-static-nodes.service…Create List of Static Device Nodes.\u000a\u000a[    2.488375] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...\u000a         Starting systemd-tmpfiles-setup-de… Device Nodes in /dev gracefully...\u000a\u000a[    2.501132] systemd[1]: modprobe@dm_multipath.service: Deactivated successfully.\u000a[    2.505442] systemd[1]: Finished modprobe@dm_multipath.service - Load Kernel Module dm_multipath.\u000a[  OK  ] Finished modprobe@dm_multipath.ser… - Load Kernel Module dm_multipath.\u000a\u000a[    2.509364] systemd[1]: multipathd.service - Device-Mapper Multipath Device Controller was skipped because of an unmet condition check (ConditionPathExists=/etc/multipath.conf).\u000a[    2.530223] systemd-journald[245]: Collecting audit messages is disabled.\u000a[    2.568315] systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.\u000a[  OK  ] Finished systemd-tmpfiles-setup-de…ic Device Nodes in /dev gracefully.\u000a\u000a[    2.574260] fuse: init (API version 7.45)\u000a[    2.575417] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...\u000a         Starting systemd-tmpfiles-setup-de…eate Static Device Nodes in /dev...\u000a\u000a[    2.592880] i2c_dev: i2c /dev entries driver\u000a[    2.601011] systemd[1]: Started systemd-journald.service - Journal Service.\u000a[  OK  ] Started systemd-journald.service - Journal Service.\u000a\u000a[    2.603538] systemd-modules-load[246]: Inserted module 'fuse'\u000a[    2.604154] systemd-modules-load[246]: Inserted module 'i2c_dev'\u000a         Starting systemd-tmpfiles-setup.se…ate System Files and Directories...\u000a\u000a[    2.609416] alua: device handler registered\u000a[    2.612486] systemd-modules-load[246]: Module 'msr' is built in\u000a[    2.619852] systemd[1]: Starting systemd-tmpfiles-setup.service - Create System Files and Directories...\u000a[    2.623155] emc: device handler registered\u000a[    2.624455] systemd-modules-load[246]: Inserted module 'scsi_dh_alua'\u000a[    2.631704] systemd-modules-load[246]: Inserted module 'scsi_dh_emc'\u000a[    2.634664] rdac: device handler registered\u000a[    2.643348] systemd-modules-load[246]: Inserted module 'scsi_dh_rdac'\u000a[  OK  ] Finished systemd-modules-load.service - Load Kernel Modules.\u000a\u000a[    2.646409] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.\u000a         Starting systemd-sysctl.service - Apply Kernel Variables...\u000a\u000a[    2.652822] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...\u000a[    2.669119] systemd-vconsole-setup[247]: KD_FONT_OP_GET failed while trying to get the font metadata: Invalid argument\u000a[  OK  ] Finished systemd-tmpfiles-setup-de…Create Static Device Nodes in /dev.\u000a\u000a[  OK  ] Reached target local-fs-pre.target…Preparation for Local File Systems.\u000a\u000a[  OK  ] Reached target local-fs.target - Local File Systems.\u000a\u000a[  OK  ] Finished systemd-vconsole-setup.service - Virtual Console Setup.\u000a\u000a         Starting dracut-cmdline-ask.servic…or additional cmdline parameters...\u000a\u000a[    2.681515] systemd-vconsole-setup[247]: Fonts will not be copied to remaining consoles\u000a[    2.687461] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.\u000a[    2.692604] systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems.\u000a[    2.696367] systemd[1]: Reached target local-fs.target - Local File Systems.\u000a[    2.697070] systemd[1]: Finished systemd-vconsole-setup.service - Virtual Console Setup.\u000a[  OK  ] Finished systemd-sysctl.service - Apply Kernel Variables.\u000a\u000a[    2.704018] systemd[1]: Starting dracut-cmdline-ask.service - dracut ask for additional cmdline parameters...\u000a[    2.706709] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.\u000a[    2.711535] systemd-tmpfiles[261]: /usr/lib/tmpfiles.d/var.conf:14: Duplicate line for path \"/var/log\", ignoring.\u000a[  OK  ] Finished dracut-cmdline-ask.servic… for additional cmdline parameters.\u000a\u000a[    2.727861] systemd[1]: Finished dracut-cmdline-ask.service - dracut ask for additional cmdline parameters.\u000a         Starting dracut-cmdline.service - dracut cmdline hook...\u000a\u000a[    2.732243] systemd[1]: Starting dracut-cmdline.service - dracut cmdline hook...\u000a[  OK  ] Finished systemd-tmpfiles-setup.se…reate System Files and Directories.\u000a\u000a[    2.741378] systemd[1]: Finished systemd-tmpfiles-setup.service - Create System Files and Directories.\u000a[    2.749261] dracut-cmdline[286]: dracut-108-3.fc44\u000a[    2.752569] dracut-cmdline[286]: Using kernel command line parameters:  rd.driver.pre=btrfs ip=auto   BOOT_IMAGE=(hd0,gpt3)/boot/ostree/fedora-coreos-a069702bc4663a049143c87e0d5f29c03f6e25d348aedc874e7748e782261235/vmlinuz-6.18.0-0.rc2.23.fc44.x86_64 rw ignition.firstboot mitigations=auto,nosmt ostree=/ostree/boot.1/fedora-coreos/a069702bc4663a049143c87e0d5f29c03f6e25d348aedc874e7748e782261235/0 ignition.platform.id=qemu console=tty0 console=ttyS0,115200n8\u000a[    2.823851] Loading iSCSI transport class v2.0-870.\u000a[    2.839228] iscsi: registered transport (tcp)\u000a[    2.863898] iscsi: registered transport (qla4xxx)\u000a[    2.864450] QLogic iSCSI HBA Driver\u000a[    2.877933] libcxgbi:libcxgbi_init_module: Chelsio iSCSI driver library libcxgbi v0.9.1-ko (Apr. 2015)\u000a[    2.899891] Chelsio T3 iSCSI Driver cxgb3i v2.0.1-ko (Apr. 2015)\u000a[    2.900568] iscsi: registered transport (cxgb3i)\u000a[    2.956482] Chelsio T4-T6 iSCSI Driver cxgb4i v0.9.5-ko (Apr. 2015)\u000a[    2.957161] iscsi: registered transport (cxgb4i)\u000a[    2.957793] cxgb4i:cxgb4i_init_module: cxgb4i dcb enabled.\u000a[    2.971337] cnic: QLogic cnicDriver v2.5.22 (July 20, 2015)\u000a[    2.978029] QLogic NetXtreme II iSCSI Driver bnx2i v2.7.10.1 (Jul 16, 2014)\u000a[    2.978773] iscsi: registered transport (bnx2i)\u000a[    2.991907] iscsi: registered transport (be2iscsi)\u000a[    2.992443] In beiscsi_module_init, tt=000000000e73c65a\u000a[  OK  ] Finished dracut-cmdline.service - dracut cmdline hook.\u000a\u000a[    3.052067] systemd[1]: Finished dracut-cmdline.service - dracut cmdline hook.\u000a         Starting dracut-pre-udev.service - dracut pre-udev hook...\u000a\u000a[    3.056497] systemd[1]: Starting dracut-pre-udev.service - dracut pre-udev hook...\u000a[  OK  ] Finished dracut-pre-udev.service - dracut pre-udev hook.\u000a\u000a[    3.085572] systemd[1]: Finished dracut-pre-udev.service - dracut pre-udev hook.\u000a         Starting systemd-udevd.service - R…ager for Device Events and Files...\u000a\u000a[    3.088533] systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files...\u000a[    3.105002] systemd-udevd[473]: Using default interface naming scheme 'v258'.\u000a[  OK  ] Started systemd-udevd.service - Ru…anager for Device Events and Files.\u000a\u000a[    3.121675] systemd[1]: Started systemd-udevd.service - Rule-based Manager for Device Events and Files.\u000a         Starting dracut-pre-trigger.service - dracut pre-trigger hook...\u000a\u000a[    3.126424] systemd[1]: Starting dracut-pre-trigger.service - dracut pre-trigger hook...\u000a[    3.151105] dracut-pre-trigger[474]: rd.md=0: removing MD RAID activation\u000a[  OK  ] Finished dracut-pre-trigger.service - dracut pre-trigger hook.\u000a\u000a[    3.186433] systemd[1]: Finished dracut-pre-trigger.service - dracut pre-trigger hook.\u000a         Starting systemd-udev-trigger.service - Coldplug All udev Devices...\u000a\u000a[    3.191367] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...\u000a[  OK  ] Finished systemd-udev-trigger.service - Coldplug All udev Devices.\u000a\u000a[    3.379984] systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices.\u000a[  OK  ] Reached target sysinit.target - System Initialization.\u000a\u000a[  OK  ] Reached target basic.target - Basic System.\u000a\u000a[    3.383483] systemd[1]: Reached target sysinit.target - System Initialization.\u000a[    3.384197] systemd[1]: Reached target basic.target - Basic System.\u000a[    3.387390] systemd[1]: coreos-liveiso-persist-osmet.service - Persist Osmet Files (ISO) was skipped because of an unmet condition check (ConditionKernelCommandLine=coreos.liveiso).\u000a[    3.407182] systemd[1]: modprobe@configfs.service - Load Kernel Module configfs was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!configfs).\u000a[    3.451209] systemd[1]: Condition check resulted in dev-tpmrm0.device - /dev/tpmrm0 being skipped.\u000a         Expecting device dev-tpm0.device - /dev/tpm0...\u000a\u000a[    3.454775] systemd[1]: Expecting device dev-tpm0.device - /dev/tpm0...\u000a         Mounting sys-kernel-config.mount - Kernel Configuration File System...\u000a\u000a[    3.481358] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...\u000a[  OK  ] Mounted sys-kernel-config.mount - Kernel Configuration File System.\u000a\u000a[    3.490879] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.\u000a[    3.641495] systemd[1]: Found device dev-tpm0.device - /dev/tpm0.\u000a[  OK  ] Found device dev-tpm0.device - /dev/tpm0.\u000a\u000a[  OK  ] Rea\u000a...[truncated 34809 chars]...\u000ation (files).\u000a[    7.716418] systemd[1]: ignition-ostree-check-rootfs-size.service: Deactivated successfully.\u000a[    7.717237] systemd[1]: Stopped ignition-ostree-check-rootfs-size.service - Ignition OSTree: Check Root Filesystem Size.\u000a[    7.720664] systemd[1]: Stopping ignition-ostree-mount-state-overlays.service - Ignition OSTree Mount State Overlays...\u000a[    7.723277] ignition[1152]: Ignition 2.24.0\u000a[    7.724374] systemd[1]: ignition-ostree-transposefs-autosave-xfs.service: Deactivated successfully.\u000a[    7.725255] ignition[1152]: Stage: umount\u000a[    7.728524] systemd[1]: Stopped ignition-ostree-transposefs-autosave-xfs.service - Ignition OSTree: Autosave XFS Rootfs Partition.\u000a[  OK  ] Stopped ignition-mount.service - Ignition (mount).\u000a\u000a[  OK  ] Stopped target network.target - Network.\u000a\u000a[  OK  ] Stopped coreos-ignition-unique-boo…tion Ensure Unique Boot Filesystem.\u000a\u000a[    7.734112] ignition[1152]: reading system config file \"/usr/lib/ignition/base.d/00-core.ign\"\u000a         Stopping coreos-teardown-initramfs…ice - CoreOS Tear Down Initramfs...\u000a\u000a[  OK  ] Stopped ignition-disks.service - Ignition (disks).\u000a\u000a[  OK  ] Stopped ignition-kargs.service - Ignition (kargs).\u000a\u000a[    7.740008] systemd[1]: ignition-ostree-growfs.service: Deactivated successfully.\u000a         Stopping ignition-ostree-mount-var.service - Mount OSTree /var...\u000a\u000a[    7.746410] systemd[1]: Stopped ignition-ostree-growfs.service - Ignition OSTree: Grow Root Filesystem.\u000a         Stopping ignition-ostree-transpose…: Detect Partition Transposition...\u000a\u000a[  OK  ] Stopped ignition-ostree-uuid-boot.… Regenerate Filesystem UUID (boot).\u000a\u000a[  OK  ] Stopped coreos-gpt-setup.service -…enerate New UUID For Boot Disk GPT.\u000a\u000a[  OK  ] Stopped target basic.target - Basic System.\u000a\u000a[  OK  ] Stopped target paths.target - Path Units.\u000a\u000a[  OK  ] Stopped target slices.target - Slice Units.\u000a\u000a[  OK  ] Stopped target sockets.target - Socket Units.\u000a\u000a[  OK  ] Stopped target sysinit.target - System Initialization.\u000a\u000a[  OK  ] Stopped target cryptsetup.target - Local Encrypted Volumes.\u000a\u000a[  OK  ] Stopped systemd-ask-password-conso…equests to Console Directory Watch.\u000a\u000a[  OK  ] Stopped target cryptsetup-pre.target - Local Encrypted Volumes (Pre).\u000a\u000a[  OK  ] Stopped clevis-luks-askpass.path -…Requests to Clevis Directory Watch.\u000a\u000a[  OK  ] Stopped target local-fs.target - Local File Systems.\u000a\u000a[  OK  ] Stopped target local-fs-pre.target…Preparation for Local File Systems.\u000a\u000a[  OK  ] Stopped target swap.target - Swaps.\u000a\u000a[  OK  ] Closed iscsid.socket - Open-iSCSI iscsid Socket.\u000a\u000a[  OK  ] Closed iscsiuio.socket - Open-iSCSI iscsiuio Socket.\u000a\u000a[  OK  ] Stopped coreos-copy-firstboot-netw…CoreOS Firstboot Networking Config.\u000a\u000a[  OK  ] Stopped coreos-unique-boot.service…nsure Unique Boot Filesystem Label.\u000a\u000a[    7.770684] ignition[1152]: reading system config file \"/usr/lib/ignition/base.d/30-afterburn-sshkeys-core.ign\"\u000a[  OK  ] Stopped systemd-sysctl.service - Apply Kernel Variables.\u000a\u000a[  OK  ] Stopped systemd-modules-load.service - Load Kernel Modules.\u000a\u000a[  OK  ] Stopped systemd-tmpfiles-setup.ser…reate System Files and Directories.\u000a\u000a[  OK  ] Stopped systemd-udev-trigger.service - Coldplug All udev Devices.\u000a\u000a[  OK  ] Stopped dracut-pre-trigger.service - dracut pre-trigger hook.\u000a\u000a[    7.778839] systemd[1]: ignition-ostree-uuid-root.service: Deactivated successfully.\u000a[    7.783429] systemd[1]: Stopped ignition-ostree-uuid-root.service - Ignition OSTree: Regenerate Filesystem UUID (root).\u000a[    7.787386] ignition[1152]: no config dir at \"/usr/lib/ignition/base.platform.d/qemu\"\u000a[  OK  ] Stopped ignition-ostree-transposef…ee: Detect Partition Transposition.\u000a\u000a         Stopping systemd-udevd.service - R…ager for Device Events and Files...\u000a\u000a[  OK  ] Stopped ignition-ostree-mount-var.service - Mount OSTree /var.\u000a\u000a[    7.795204] systemd[1]: initrd-cleanup.service: Deactivated successfully.\u000a[    7.797776] ignition[1152]: umount: umount passed\u000a[    7.799475] ignition-ostree-mount-var[1158]: Unmounting /sysroot/var\u000a[    7.802248] systemd[1]: Finished initrd-cleanup.service - Cleaning Up and Shutting Down Daemons.\u000a[    7.805066] ignition[1152]: Ignition finished successfully\u000a[    7.808036] systemd[1]: ignition-ostree-mount-state-overlays.service: Deactivated successfully.\u000a[    7.810989] systemd[1]: Stopped ignition-ostree-mount-state-overlays.service - Ignition OSTree Mount State Overlays.\u000a[    7.813824] systemd[1]: ignition-ostree-populate-var.service: Deactivated successfully.\u000a[  OK  ] Stopped systemd-udevd.service - Ru…anager for Device Events and Files.\u000a\u000a[  OK  ] Closed systemd-udevd-control.socket - udev Control Socket.\u000a\u000a[    7.819100] systemd[1]: Stopped ignition-ostree-populate-var.service - Populate OSTree /var.\u000a[  OK  ] Stopped dracut-pre-udev.service - dracut pre-udev hook.\u000a\u000a[  OK  ] Stopped dracut-cmdline.service - dracut cmdline hook.\u000a\u000a[  OK  ] Stopped afterburn-network-kargs.se…trd Setup Network Kernel Arguments.\u000a\u000a[  OK  ] Stopped dracut-cmdline-ask.service… for additional cmdline parameters.\u000a\u000a         Starting initrd-udevadm-cleanup-db.service - Cleanup udev Database...\u000a\u000a[  OK  ] Stopped systemd-tmpfiles-setup-dev…Create Static Device Nodes in /dev.\u000a\u000a[  OK  ] Stopped systemd-tmpfiles-setup-dev…ic Device Nodes in /dev gracefully.\u000a\u000a[  OK  ] Stopped kmod-static-nodes.service …Create List of Static Device Nodes.\u000a\u000a[  OK  ] Stopped systemd-vconsole-setup.service - Virtual Console Setup.\u000a\u000a[    7.833640] systemd[1]: Stopping ignition-mount.service - Ignition (mount)...\u000a[    7.835402] (ignition)[1152]: ignition-mount.service: Referenced but unset environment variable evaluates to an empty string: IGNITION_ARGS\u000a[    7.839412] systemd[1]: ignition-mount.service: Deactivated successfully.\u000a[    7.840089] systemd[1]: Stopped ignition-mount.service - Ignition (mount).\u000a[    7.843409] systemd[1]: Stopped target network.target - Network.\u000a[    7.844596] systemd[1]: coreos-ignition-unique-boot.service: Deactivated successfully.\u000a[    7.847594] coreos-teardown-initramfs[1157]: info: taking down network device: ens4\u000a[    7.851388] systemd[1]: Stopped coreos-ignition-unique-boot.service - CoreOS Ignition Ensure Unique Boot Filesystem.\u000a[    7.853847] coreos-teardown-initramfs[1181]: RTNETLINK answers: Operation not supported\u000a[    7.856374] systemd[1]: coreos-live-unmount-tmpfs-var.service - Unmount Live /var if Persistent /var Is Configured was skipped because of an unmet condition check (ConditionPathExists=/run/ostree-live).\u000a[    7.861871] coreos-teardown-initramfs[1157]: info: flushing all routing\u000a[  OK  ] Finished initrd-udevadm-cleanup-db.service - Cleanup udev Database.\u000a\u000a[    7.865432] systemd[1]: Stopping coreos-teardown-initramfs.service - CoreOS Tear Down Initramfs...\u000a[    7.867380] systemd[1]: ignition-disks.service: Deactivated successfully.\u000a[    7.868055] systemd[1]: Stopped ignition-disks.service - Ignition (disks).\u000a[    7.870112] systemd[1]: ignition-kargs.service: Deactivated successfully.\u000a[    7.871706] systemd[1]: Stopped ignition-kargs.service - Ignition (kargs).\u000a[    7.873153] systemd[1]: Stopping ignition-ostree-mount-var.service - Mount OSTree /var...\u000a[    7.875439] coreos-teardown-initramfs[1157]: info: no initramfs hostname information to propagate\u000a[    7.876293] systemd[1]: Stopping ignition-ostree-transposefs-detect.service - Ignition OSTree: Detect Partition Transposition...\u000a[    7.878662] systemd[1]: ignition-ostree-uuid-boot.service: Deactivated successfully.\u000a[    7.880357] coreos-teardown-initramfs[1192]: ls: cannot access '/sysroot/etc/sysconfig/network-scripts/': No such file or directory\u000a[    7.882768] systemd[1]: Stopped ignition-ostree-uuid-boot.service - Ignition OSTree: Regenerate Filesystem UUID (boot).\u000a[    7.885337] coreos-teardown-initramfs[1157]: info: no networking config is defined in the real root\u000a[    7.886244] systemd[1]: coreos-gpt-setup.service: Deactivated successfully.\u000a[    7.888438] systemd[1]: Stopped coreos-gpt-setup.service - Generate New UUID For Boot Disk GPT.\u000a[    7.889265] systemd[1]: Stopped target basic.target - Basic System.\u000a[    7.891382] systemd[1]: Stopped target paths.target - Path Units.\u000a[    7.892005] systemd[1]: Stopped target slices.target - Slice Units.\u000a[    7.894180] systemd[1]: Stopped target sockets.target - Socket Units.\u000a[    7.895701] systemd[1]: Stopped target sysinit.target - System Initialization.\u000a[    7.897184] systemd[1]: Stopped target cryptsetup.target - Local Encrypted Volumes.\u000a[    7.899193] systemd[1]: systemd-ask-password-console.path: Deactivated successfully.\u000a[    7.901090] systemd[1]: Stopped systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.\u000a[    7.903366] systemd[1]: Stopped target cryptsetup-pre.target - Local Encrypted Volumes (Pre).\u000a[    7.904188] systemd[1]: clevis-luks-askpass.path: Deactivated successfully.\u000a[    7.906383] systemd[1]: Stopped clevis-luks-askpass.path - Forward Password Requests to Clevis Directory Watch.\u000a[    7.908383] systemd[1]: Stopped target local-fs.target - Local File Systems.\u000a[    7.909082] systemd[1]: Stopped target local-fs-pre.target - Preparation for Local File Systems.\u000a[    7.912387] systemd[1]: Stopped target swap.target - Swaps.\u000a[    7.912965] systemd[1]: iscsid.socket: Deactivated successfully.\u000a[    7.914373] systemd[1]: Closed iscsid.socket - Open-iSCSI iscsid Socket.\u000a[    7.915057] systemd[1]: iscsiuio.socket: Deactivated successfully.\u000a[    7.917377] systemd[1]: Closed iscsiuio.socket - Open-iSCSI iscsiuio Socket.\u000a[    7.918086] systemd[1]: coreos-copy-firstboot-network.service: Deactivated successfully.\u000a[    7.920385] systemd[1]: Stopped coreos-copy-firstboot-network.service - Copy CoreOS Firstboot Networking Config.\u000a[    7.922395] systemd[1]: coreos-livepxe-rootfs.service - Acquire Live PXE rootfs Image was skipped because of an unmet condition check (ConditionPathExists=/run/ostree-live).\u000a[    7.925231] coreos-teardown-initramfs[1157]: info: skipping propagation of default networking configs\u000a[    7.927376] systemd[1]: coreos-unique-boot.service: Deactivated successfully.\u000a[    7.928074] systemd[1]: Stopped coreos-unique-boot.service - CoreOS Ensure Unique Boot Filesystem Label.\u000a[    7.930578] systemd[1]: systemd-sysctl.service: Deactivated successfully.\u000a[    7.931246] systemd[1]: Stopped systemd-sysctl.service - Apply Kernel Variables.\u000a[  OK  ] Stopped coreos-teardown-initramfs.…rvice - CoreOS Tear Down Initramfs.\u000a\u000a[  OK  ] Reached target initrd-switch-root.target - Switch Root.\u000a\u000a[    7.935249] systemd[1]: systemd-modules-load.service: Deactivated successfully.\u000a[    7.936845] systemd[1]: Stopped systemd-modules-load.service - Load Kernel Modules.\u000a         Starting initrd-switch-root.service - Switch Root...\u000a\u000a[    7.940400] systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.\u000a[    7.941122] systemd[1]: Stopped systemd-tmpfiles-setup.service - Create System Files and Directories.\u000a[    7.943005] systemd[1]: systemd-udev-trigger.service: Deactivated successfully.\u000a[    7.943892] systemd[1]: Stopped systemd-udev-trigger.service - Coldplug All udev Devices.\u000a[    7.944763] systemd[1]: dracut-pre-trigger.service: Deactivated successfully.\u000a[    7.946444] systemd[1]: Stopped dracut-pre-trigger.service - dracut pre-trigger hook.\u000a[    7.948358] systemd[1]: ignition-ostree-transposefs-detect.service: Deactivated successfully.\u000a[    7.949191] systemd[1]: Stopped ignition-ostree-transposefs-detect.service - Ignition OSTree: Detect Partition Transposition.\u000a[    7.952383] systemd[1]: Stopping systemd-udevd.service - Rule-based Manager for Device Events and Files...\u000a[    7.954902] systemd[1]: ignition-ostree-mount-var.service: Deactivated successfully.\u000a[    7.957411] systemd[1]: Stopped ignition-ostree-mount-var.service - Mount OSTree /var.\u000a[    7.958181] systemd[1]: systemd-udevd.service: Deactivated successfully.\u000a[    7.960377] systemd[1]: Stopped systemd-udevd.service - Rule-based Manager for Device Events and Files.\u000a[    7.961267] systemd[1]: systemd-udevd-control.socket: Deactivated successfully.\u000a[    7.964376] systemd[1]: Closed systemd-udevd-control.socket - udev Control Socket.\u000a[    7.965127] systemd[1]: dracut-pre-udev.service: Deactivated successfully.\u000a[    7.967376] systemd[1]: Stopped dracut-pre-udev.service - dracut pre-udev hook.\u000a[    7.968089] systemd[1]: dracut-cmdline.service: Deactivated successfully.\u000a[    7.969424] systemd[1]: Stopped dracut-cmdline.service - dracut cmdline hook.\u000a[    7.970114] systemd[1]: afterburn-network-kargs.service: Deactivated successfully.\u000a[    7.970922] systemd[1]: Stopped afterburn-network-kargs.service - Afterburn Initrd Setup Network Kernel Arguments.\u000a[    7.971976] systemd[1]: dracut-cmdline-ask.service: Deactivated successfully.\u000a[    7.972745] systemd[1]: Stopped dracut-cmdline-ask.service - dracut ask for additional cmdline parameters.\u000a[    7.974370] systemd[1]: Starting initrd-udevadm-cleanup-db.service - Cleanup udev Database...\u000a[    7.975185] systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.\u000a[    7.976235] systemd[1]: Stopped systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.\u000a[    7.977231] systemd[1]: systemd-tmpfiles-setup-dev-early.service: Deactivated successfully.\u000a[    7.978136] systemd[1]: Stopped systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.\u000a[    7.979311] systemd[1]: kmod-static-nodes.service: Deactivated successfully.\u000a[    7.980017] systemd[1]: Stopped kmod-static-nodes.service - Create List of Static Device Nodes.\u000a[    7.982373] systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.\u000a[    7.983095] systemd[1]: Stopped systemd-vconsole-setup.service - Virtual Console Setup.\u000a[    7.985357] systemd[1]: initrd-udevadm-cleanup-db.service: Deactivated successfully.\u000a[    7.986101] systemd[1]: Finished initrd-udevadm-cleanup-db.service - Cleanup udev Database.\u000a[    7.987966] systemd[1]: coreos-teardown-initramfs.service: Deactivated successfully.\u000a[    7.988840] systemd[1]: Stopped coreos-teardown-initramfs.service - CoreOS Tear Down Initramfs.\u000a[    7.989755] systemd[1]: Reached target initrd-switch-root.target - Switch Root.\u000a[    7.990518] systemd[1]: Starting initrd-switch-root.service - Switch Root...\u000a[    7.991197] systemd[1]: Switching root.\u000a[    8.099065] systemd-journald[245]: Received SIGTERM from PID 1 (systemd).\u000a[    8.185993] audit: type=1404 audit(1760987578.018:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1\u000a[    8.214701] SELinux:  Permission firmware_load in class system not defined in policy.\u000a[    8.215532] SELinux:  Permission kexec_image_load in class system not defined in policy.\u000a[    8.216267] SELinux:  Permission kexec_initramfs_load in class system not defined in policy.\u000a[    8.217113] SELinux:  Permission policy_load in class system not defined in policy.\u000a[    8.217875] SELinux:  Permission x509_certificate_load in class system not defined in policy.\u000a[    8.218783] SELinux:  Permission allowed in class io_uring not defined in policy.\u000a[    8.219528] SELinux: the above unknown classes and permissions will be allowed\u000a[    8.224827] SELinux:  policy capability network_peer_controls=1\u000a[    8.225472] SELinux:  policy capability open_perms=1\u000a[    8.225940] SELinux:  policy capability extended_socket_class=1\u000a[    8.226546] SELinux:  policy capability always_check_network=0\u000a[    8.227084] SELinux:  policy capability cgroup_seclabel=1\u000a[    8.227641] SELinux:  policy capability nnp_nosuid_transition=1\u000a[    8.228187] SELinux:  policy capability genfs_seclabel_symlinks=1\u000a[    8.228828] SELinux:  policy capability ioctl_skip_cloexec=0\u000a[    8.229431] SELinux:  policy capability userspace_initial_context=0\u000a[    8.230012] SELinux:  policy capability netlink_xperm=0\u000a[    8.230563] SELinux:  policy capability netif_wildcard=0\u000a[    8.231056] SELinux:  policy capability genfs_seclabel_wildcard=0\u000a[    8.231762] SELinux:  policy capability functionfs_seclabel=0\u000a[    8.265411] audit: type=1403 audit(1760987578.097:3): auid=4294967295 ses=4294967295 lsm=selinux res=1\u000a[    8.266949] systemd[1]: Successfully loaded SELinux policy in 81.112ms.\u000a+q6E616D65[    8.626965] systemd[1]: Relabeled /dev/, /dev/shm/, /run/ in 11.478ms.\u000a104[    8.963991] systemd[1]: systemd 258.1-2.fc44 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +IPE +SMACK +SECCOMP -GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP +SYSVINIT +LIBARCHIVE)\u000a[    8.967107] systemd[1]: Detected virtualization kvm.\u000a[    8.967630] systemd[1]: Detected architecture x86-64.\u000a[    8.968164] systemd[1]: Detected first boot.\u000a\u000aWelcome to Fedora CoreOS 44.20251020.dev.0!\u000a\u000a\u000a[    8.970811] systemd[1]: Initializing machine ID from SMBIOS/DMI UUID.\u000a3008;start=e0f41679cf2c439c97a0d05e73e38cdb;user=root;hostname=localhost;machineid=2773eee477aa403b8a4f718929c26f5d;bootid=a10310cf691b41cdae5f300cc1e24887;pid=1;pidfdid=2;comm=systemd;type=boot[    9.171426] systemd[1]: bpf-restrict-fs: LSM BPF program attached\u000a[    9.224825] audit: type=1400 audit(1760987579.057:4): avc:  denied  { write } for  pid=1225 comm=\"coreos-boot-mou\" name=\"generator\" dev=\"tmpfs\" ino=1779 scontext=system_u:system_r:coreos_boot_mount_generator_t:s0 tcontext=system_u:object_r:systemd_generator_unit_file_t:s0 tclass=dir permissive=1\u000a[    9.295438] zram_generator::config[1262]: No configuration found.\u000a[    9.298802] audit: type=1400 audit(1760987579.131:5): avc:  denied  { getattr } for  pid=1225 comm=\"coreos-boot-mou\" path=\"/run/coreos/bootfs_uuid\" dev=\"tmpfs\" ino=1745 scontext=system_u:system_r:coreos_boot_mount_generator_t:s0 tcontext=system_u:object_r:var_run_t:s0 tclass=file permissive=1\u000a[    9.308319] audit: type=1400 audit(1760987579.139:6): avc:  denied  { read } for  pid=1266 comm=\"cat\" name=\"bootfs_uuid\" dev=\"tmpfs\" ino=1745 scontext=system_u:system_r:coreos_boot_mount_generator_t:s0 tcontext=system_u:object_r:var_run_t:s0 tclass=file permissive=1\u000a[    9.310528] audit: type=1400 audit(1760987579.139:7): avc:  denied  { open } for  pid=1266 comm=\"cat\" path=\"/run/coreos/bootfs_uuid\" dev=\"tmpfs\" ino=1745 scontext=system_u:system_r:coreos_boot_mount_generator_t:s0 tcontext=system_u:object_r:var_run_t:s0 tclass=file permissive=1\u000a[    9.320274] Guest personality initialized and is inactive\u000a[    9.322327] VMCI host device registered (name=vmci, major=10, minor=260)\u000a[    9.322987] Initialized host personality\u000a[    9.335355] NET: Registered PF_VSOCK protocol family\u000a[    9.353661] audit: type=1400 audit(1760987579.186:8): avc:  denied  { write } for  pid=1269 comm=\"coreos-boot-mou\" name=\"generator\" dev=\"tmpfs\" ino=1779 scontext=system_u:system_r:coreos_boot_mount_generator_t:s0 tcontext=system_u:object_r:systemd_generator_unit_file_t:s0 tclass=dir permissive=1\u000a[    9.356077] audit: type=1400 audit(1760987579.186:9): avc:  denied  { add_name } for  pid=1269 comm=\"coreos-boot-mou\" name=\"boot.mount\" scontext=system_u:system_r:coreos_boot_mount_generator_t:s0 tcontext=system_u:object_r:systemd_generator_unit_file_t:s0 tclass=dir permissive=1\u000a[    9.367325] audit: type=1400 audit(1760987579.186:10): avc:  denied  { create } for  pid=1269 comm=\"coreos-boot-mou\" name=\"boot.mount\" scontext=system_u:system_r:coreos_boot_mount_generator_t:s0 tcontext=system_u:object_r:systemd_generator_unit_file_t:s0 tclass=file permissive=1\u000a[    9.369661] audit: type=1400 audit(1760987579.186:11): avc:  denied  { write open } for  pid=1269 comm=\"coreos-boot-mou\" path=\"/run/systemd/generator/boot.mount\" dev=\"tmpfs\" ino=1792 scontext=system_u:system_r:coreos_boot_mount_generator_t:s0 tcontext=system_u:object_r:systemd_generator_unit_file_t:s0 tclass=file permissive=1\u000a[    9.387960] systemd[1]: Applying preset policy.\u000a[    9.732532] systemd[1]: Unit /etc/systemd/system/dnsmasq.service is masked, ignoring.\u000a[    9.733409] systemd[1]: Unit /etc/systemd/system/systemd-repart.service is masked, ignoring.\u000a[    9.734169] systemd[1]: Removed '/etc/systemd/system/sockets.target.wants/systemd-resolved-monitor.socket'.\u000a[    9.735117] systemd[1]: Removed '/etc/systemd/system/sockets.target.wants/systemd-resolved-varlink.socket'.\u000a[    9.736055] systemd[1]: Created symlink '/etc/systemd/system/afterburn-sshkeys.target.requires/afterburn-sshkeys@core.service' → '/usr/lib/systemd/system/afterburn-sshkeys@.service'.\u000a[    9.737589] systemd[1]: Created symlink '/etc/systemd/system/sockets.target.wants/systemd-resolved-varlink.socket' → '/usr/lib/systemd/system/systemd-resolved-varlink.socket'.\u000a[    9.739014] systemd[1]: Created symlink '/etc/systemd/system/sockets.target.wants/systemd-resolved-monitor.socket' → '/usr/lib/systemd/system/systemd-resolved-monitor.socket'.\u000a[    9.740519] systemd[1]: Populated /etc with preset unit settings.\u000a[    9.908911] systemd[1]: initrd-switch-root.service: Deactivated successfully.\u000a[    9.909941] systemd[1]: Stopped initrd-switch-root.service - Switch Root.\u000a[  OK  ] Stopped initrd-switch-root.service - Switch Root.\u000a\u000a[    9.913122] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.\u000a[    9.915041] systemd[1]: Created slice system-afterburn\\x2dsshkeys.slice - Slice /system/afterburn-sshkeys.\u000a[  OK  ] Created slice system-afterburn\\x2d… - Slice /system/afterburn-sshkeys.\u000a\u000a[    9.917710] systemd[1]: Created slice system-getty.slice - Slice /system/getty.\u000a[  OK  ] Created slice system-getty.slice - Slice /system/getty.\u000a\u000a[    9.919943] systemd[1]: Created slice system-serial\\x2dgetty.slice - Slice /system/serial-getty.\u000a[  OK  ] Created slice system-serial\\x2dget…slice - Slice /system/serial-getty.\u000a\u000a[    9.922508] systemd[1]: Created slice system-sshd\\x2dkeygen.slice - Slice /system/sshd-keygen.\u000a[  OK  ] Created slice system-sshd\\x2dkeygen.slice - Slice /system/sshd-keygen.\u000a\u000a[    9.924887] systemd[1]: Created slice system-systemd\\x2dfsck.slice - Slice /system/systemd-fsck.\u000a[  OK  ] Created slice system-systemd\\x2dfs…slice - Slice /system/systemd-fsck.\u000a\u000a[    9.927479] systemd[1]: Created slice user.slice - User and Session Slice.\u000a[  OK  ] Created slice user.slice - User and Session Slice.\u000a\u000a[    9.929165] systemd[1]: Started clevis-luks-askpass.path - Forward Password Requests to Clevis Directory Watch.\u000a[  OK  ] Started clevis-luks-askpass.path -…Requests to Clevis Directory Watch.\u000a\u000a[    9.931330] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.\u000a[  OK  ] Started systemd-ask-password-conso…equests to Console Directory Watch.\u000a\u000a[    9.933508] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.\u000a[  OK  ] Started systemd-ask-password-wall.…d Requests to Wall Directory Watch.\u000a\u000a[    9.935981] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.\u000a[  OK  ] Set up automount proc-sys-fs-binfm…ormats File System Automount Point.\u000a\u000a[    9.938197] systemd[1]: Expecting device dev-disk-by\\x2duuid-993f423c\\x2de922\\x2d40f1\\x2db7c5\\x2ddb1d08e689c7.device - /dev/disk/by-uuid/993f423c-e922-40f1-b7c5-db1d08e689c7...\u000a         Expecting device dev-disk-by\\x2duu…423c-e922-40f1-b7c5-db1d08e689c7...\u000a\u000a[    9.940721] systemd[1]: Expecting device dev-ttyS0.device - /dev/ttyS0...\u000a         Expecting device dev-ttyS0.device - /dev/ttyS0...\u000a\u000a[    9.942128] systemd[1]: Reached target bootc-status-updated-onboot.target - Target for bootc status changes on boot.\u000a[  OK  ] Reached target bootc-status-update…t for bootc status changes on boot.\u000a\u000a[    9.944175] systemd[1]: Reached target cryptsetup-pre.target - Local Encrypted Volumes (Pre).\u000a[  OK  ] Reached target cryptsetup-pre.target - Local Encrypted Volumes (Pre).\u000a\u000a[    9.946014] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.\u000a[  OK  ] Reached target cryptsetup.target - Local Encrypted Volumes.\u000a\u000a[    9.947706] systemd[1]: Reached target imports.target - Image Downloads.\u000a[  OK  ] Reached target imports.target - Image Downloads.\u000a\u000a[    9.949142] systemd[1]: Stopped target initrd-switch-root.target - Switch Root.\u000a[  OK  ] Stopped target initrd-switch-root.target - Switch Root.\u000a\u000a[    9.950796] systemd[1]: Stopped target initrd-fs.target - Initrd File Systems.\u000a[  OK  ] Stopped target initrd-fs.target - Initrd File Systems.\u000a\u000a[    9.952355] systemd[1]: Stopped target initrd-root-fs.target - Initrd Root File System.\u000a[  OK  ] Stopped target initrd-root-fs.target - Initrd Root File System.\u000a\u000a[    9.954060] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.\u000a[  OK  ] Reached target integritysetup.targ… Local Integrity Protected Volumes.\u000a\u000a[    9.956040] systemd[1]: Reached target slices.target - Slice Units.\u000a[  OK  ] Reached target slices.target - Slice Units.\u000a\u000a[    9.957497] systemd[1]: Reached target swap.target - Swaps.\u000a[  OK  ] Reached target swap.target - Swaps.\u000a\u000a[    9.958769] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.\u000a[  OK  ] Reached target veritysetup.target - Local Verity Protected Volumes.\u000a\u000a[    9.960959] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.\u000a[  OK  ] Listening on dm-event.socket - Device-mapper event daemon FIFOs.\u000a\u000a[    9.963998] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.\u000a[  OK  ] Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.\u000a\u000a[    9.966952] systemd[1]: Listening on systemd-ask-password.socket - Query the User Interactively for a Password.\u000a[  OK  ] Listening on systemd-ask-password.… User Interactively for a Password.\u000a\u000a[    9.970631] systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket.\u000a[  OK  ] Listening on systemd-coredump.socket - Process Core Dump Socket.\u000a\u000a[    9.973293] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption.\u000a[  OK  ] Listening on systemd-creds.socket - Credential Encryption/Decryption.\u000a\u000a[    9.976296] systemd[1]: Listening on systemd-factory-reset.socket - Factory Reset Management.\u000a[  OK  ] Listening on systemd-factory-reset.socket - Factory Reset Management.\u000a\u000a[    9.978738] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.\u000a[  OK  ] Listening on systemd-journald-audit.socket - Journal Audit Socket.\u000a\u000a[    9.980990] systemd[1]: Listening on systemd-mountfsd.socket - DDI File System Mounter Socket.\u000a[  OK  ] Listening on systemd-mountfsd.socket - DDI File System Mounter Socket.\u000a\u000a[    9.983233] systemd[1]: Listening on systemd-nsresourced.socket - Namespace Resource Manager Socket.\u000a[  OK  ] Listening on systemd-nsresourced.s… Namespace Resource Manager Socket.\u000a\u000a[    9.985199] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).\u000a[    9.986506] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).\u000a[    9.988133] systemd[1]: Listening on systemd-resolved-monitor.socket - Resolve Monitor Varlink Socket.\u000a[  OK  ] Listening on systemd-resolved-moni…t - Resolve Monitor Varlink Socket.\u000a\u000a[    9.990274] systemd[1]: Listening on systemd-resolved-varlink.socket - Resolve Service Varlink Socket.\u000a[  OK  ] Listening on systemd-resolved-varl…t - Resolve Service Varlink Socket.\u000a\u000a[    9.993027] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.\u000a[  OK  ] Listening on systemd-udevd-control.socket - udev Control Socket.\u000a\u000a[    9.995109] systemd[1]: Listening on systemd-udevd-varlink.socket - udev Varlink Socket.\u000a[  OK  ] Listening on systemd-udevd-varlink.socket - udev Varlink Socket.\u000a\u000a[    9.997182] systemd[1]: Listening on systemd-userdbd.socket - User Database Manager Socket.\u000a[  OK  ] Listening on systemd-userdbd.socket - User Database Manager Socket.\u000a\u000a[   10.001065] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...\u000a         Mounting dev-hugepages.mount - Huge Pages File System...\u000a\u000a[   10.006371] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...\u000a         Mounting dev-mqueue.mount - POSIX Message Queue File System...\u000a\u000a[   10.014764] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...\u000a         Mounting sys-kernel-debug.mount - Kernel Debug File System...\u000a\u000a[   10.023242] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...\u000a         Mounting sys-kernel-tracing.mount - Kernel Trace File System...\u000a\u000a[   10.032362] systemd[1]: Mounting tmp.mount - Temporary Directory /tmp...\u000a         Mounting tmp.mount - Temporary Directory /tmp...\u000a\u000a[   10.035457] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).\u000a[   10.041378] systemd[1]: Starting coreos-printk-quiet.service - CoreOS: Set printk To Level 4 (warn)...\u000a         Starting coreos-printk-quiet.servi…OS: Set printk To Level 4 (warn)...\u000a\u000a[   10.043392] systemd[1]: coreos-rootflags.service: Deactivated successfully.\u000a[   10.044075] systemd[1]: Stopped coreos-rootflags.service.\u000a[  OK  ] Stopped coreos-rootflags.service.\u000a\u000a[   10.047002] systemd[1]: fips-crypto-policy-overlay.service - Bind-mount FIPS crypto-policy in FIPS mode was skipped because of an unmet condition check (ConditionKernelCommandLine=fips=1).\u000a[   10.048710] systemd[1]: ignition-delete-config.service - Ignition (delete config) was skipped because no trigger condition checks were met.\u000a[   10.054376] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...\u000a         Starting kmod-static-nodes.service…eate List of Static Device Nodes...\u000a\u000a[   10.060371] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\u000a         Starting lvm2-monitor.service - Mo…ing dmeventd or progress polling...\u000a\u000a[   10.063298] systemd[1]: modprobe@configfs.service - Load Kernel Module configfs was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!configfs).\u000a[   10.066392] systemd[1]: modprobe@dm_multipath.service - Load Kernel Module dm_multipath was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!dm_multipath).\u000a[   10.069373] systemd[1]: modprobe@drm.service - Load Kernel Module drm was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!drm).\u000a[   10.072076] systemd[1]: modprobe@efi_pstore.service - Load Kernel Module efi_pstore was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!efi_pstore).\u000a[   10.074727] systemd[1]: modprobe@fuse.service - Load Kernel Module fuse was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!fuse).\u000a[   10.080706] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...\u000a         Mounting sys-fs-fuse-connections.mount - FUSE Control File System...\u000a\u000a[   10.083501] systemd[1]: ostree-prepare-root.service: Deactivated successfully.\u000a[   10.085707] systemd[1]: Stopped ostree-prepare-root.service - OSTree Prepare OS/.\u000a[  OK  ] Stopped ostree-prepare-root.service - OSTree Prepare OS/.\u000a\u000a[   10.089616] systemd[1]: systemd-boot-clear-sysfail.service - Clear SysFail Entry If The Boot Is Successful was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/LoaderEntrySysFail-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).\u000a[   10.093929] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).\u000a[   10.101374] systemd[1]: Starting systemd-journald.service - Journal Service...\u000a         Starting systemd-journald.service - Journal Service...\u000a\u000a[   10.106362] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...\u000a         Starting systemd-modules-load.service - Load Kernel Modules...\u000a\u000a[   10.113371] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line...\u000a         Starting systemd-network-generator…k units from Kernel command line...\u000a\u000a[   10.116343] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).\u000a[   10.122378] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...\u000a         Starting systemd-remount-fs.servic…unt Root and Kernel File Systems...\u000a\u000a[   10.124380] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).\u000a[   10.132375] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials...\u000a         Starting systemd-udev-load-credent…Load udev Rules from Credentials...\u000a\u000a[   10.139380] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...\u000a         Starting systemd-udev-trigger.service - Coldplug All udev Devices...\u000a\u000a[   10.146995] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.\u000a[  OK  ] Mounted dev-hugepages.mount - Huge Pages File System.\u000a\u000a[   10.149514] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.\u000a[  OK  ] Mounted dev-mqueue.mount - POSIX Message Queue File System.\u000a\u000a[   10.152522] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.\u000a[  OK  ] Mounted sys-kernel-debug.mount - Kernel Debug File System.\u000a\u000a[   10.155499] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.\u000a[  OK  ] Mounted sys-kernel-tracing.mount - Kernel Trace File System.\u000a\u000a[   10.158485] systemd[1]: Mounted tmp.mount - Temporary Directory /tmp.\u000a[  OK  ] Mounted tmp.mount - Temporary Directory /tmp.\u000a\u000a[   10.161096] systemd[1]: Finished coreos-printk-quiet.service - CoreOS: Set printk To Level 4 (warn).\u000a[  OK  ] Finished coreos-printk-quiet.servi…reOS: Set printk To Level 4 (warn).\u000a\u000a[   10.164782] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.\u000a[  OK  ] Finished kmod-static-nodes.service…Create List of Static Device Nodes.\u000a\u000a[   10.168704] systemd[1]: Finished lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.\u000a[  OK  ] Finished lvm2-monitor.service - Mo…using dmeventd or progress polling.\u000a\u000a[   10.172564] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.\u000a[  OK  ] Mounted sys-fs-fuse-connections.mount - FUSE Control File System.\u000a\u000a[   10.180379] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...\u000a         Starting systemd-tmpfiles-setup-de… Device Nodes in /dev gracefully...\u000a\u000a[   10.193706] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.\u000a[  OK  ] Finished systemd-remount-fs.servic…mount Root and Kernel File Systems.\u000a\u000a[   10.195843] systemd[1]: multipathd.service - Device-Mapper Multipath Device Controller was skipped because of an unmet condition check (ConditionPathExists=/etc/multipath.conf).\u000a[   10.199146] systemd[1]: iscsi-onboot.service - Special handling of early boot iSCSI sessions was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/class/iscsi_session).\u000a[   10.209369] systemd[1]: Starting systemd-hwdb-update.service - Rebuild Hardware Database...\u000a         Starting systemd-hwdb-update.service - Rebuild Hardware Database...\u000a\u000a[   10.212902] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.\u000a[  OK  ] Finished systemd-modules-load.service - Load Kernel Modules.\u000a\u000a[   10.221395] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...\u000a         Starting systemd-sysctl.service - Apply Kernel Variables...\u000a\u000a[   10.233734] systemd[1]: Finished systemd-network-generator.service - Generate network units from Kernel command line.\u000a[  OK  ] Finished systemd-network-generator…ork units from Kernel command line.\u000a\u000a[   10.236261] systemd[1]: Reached target network-pre.target - Preparation for Network.\u000a[  OK  ] Reached target network-pre.target - Preparation for Network.\u000a\u000a[   10.260397] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials.\u000a[  OK  ] Finished systemd-udev-load-credent…- Load udev Rules from Credentials.\u000a\u000a[   10.268470] systemd-journald[1286]: Collecting audit messages is enabled.\u000a[   10.294394] systemd[1]: Starting systemd-userdbd.service - User Database Manager...\u000a         Starting systemd-userdbd.service - User Database Manager...\u000a\u000a[   10.298363] systemd[1]: Starting modprobe@tun.service - Load Kernel Module tun...\u000a         Starting modprobe@tun.service - Load Kernel Module tun...\u000a\u000a[   10.306025] systemd[1]: Started systemd-journald.service - Journal Service.\u000a[  OK  ] Started systemd-journald.service - Journal Service.\u000a\u000a[  OK  ] Finished systemd-sysctl.service - Apply Kernel Variables.\u000a\u000a[  OK  ] Finished modprobe@tun.service - Load Kernel Module tun.\u000a\u000a         Starting systemd-nsresourced.service - Namespace Resource Manager...\u000a\u000a[  OK  ] Started systemd-userdbd.service - User Database Manager.\u000a\u000a[  OK  ] Started systemd-nsresourced.service - Namespace Resource Manager.\u000a\u000a[  OK  ] Finished systemd-tmpfiles-setup-de…ic Device Nodes in /dev gracefully.\u000a\u000a         Starting systemd-sysusers.service - Create System Users...\u000a\u000a[  OK  ] Finished systemd-udev-trigger.service - Coldplug All udev Devices.\u000a\u000a[  OK  ] Finished systemd-sysusers.service - Create System Users.\u000a\u000a         Starting systemd-resolved.service - Network Name Resolution...\u000a\u000a         Starting systemd-tmpfiles-setup-de…eate Static Device Nodes in /dev...\u000a\u000a[  OK  ] Finished systemd-tmpfiles-setup-de…Create Static Device Nodes in /dev.\u000a\u000a[  OK  ] Reached target local-fs-pre.target…Preparation for Local File Systems.\u000a\u000a         Mounting var.mount - /var...\u000a\u000a[  OK  ] Mounted var.mount - /var.\u000a\u000a         Starting coreos-populate-lvmdevice…CoreOS Populate LVM Devices File...\u000a\u000a         Starting ostree-remount.service - OSTree Remount OS/ Bind Mounts...\u000a\u000a[  OK  ] Started systemd-resolved.service - Network Name Resolution.\u000a\u000a[  OK  ] Reached target nss-lookup.target - Host and Network Name Lookups.\u000a\u000a[  OK  ] Finished ostree-remount.service - OSTree Remount OS/ Bind Mounts.\u000a\u000a         Starting systemd-journal-flush.ser…sh Journal to Persistent Storage...\u000a\u000a         Starting systemd-random-seed.service - Load/Save OS Random Seed...\u000a\u000a[  OK  ] Finished systemd-random-seed.service - Load/Save OS Random Seed.\u000a\u000a[  OK  ] Finished coreos-populate-lvmdevice…- CoreOS Populate LVM Devices File.\u000a\u000a[  OK  ] Finished systemd-journal-flush.ser…lush Journal to Persistent Storage.\u000a\u000a[  OK  ] Finished systemd-hwdb-update.service - Rebuild Hardware Database.\u000a\u000a         Starting systemd-udevd.service - R…ager for Device Events and Files...\u000a\u000a[  OK  ] Started systemd-udevd.service - Ru…anager for Device Events and Files.\u000a\u000a         Expecting device dev-tpm0.device - /dev/tpm0...\u000a\u000a         Starting systemd-fsck@dev-disk-by\\…423c-e922-40f1-b7c5-db1d08e689c7...\u000a\u000a[  OK  ] Finished systemd-fsck@dev-disk-by\\…3f423c-e922-40f1-b7c5-db1d08e689c7.\u000a\u000a         Mounting boot.mount - CoreOS Dynamic Mount for /boot...\u000a\u000a[  OK  ] Reached target machines.target - Virtual Machines and Containers.\u000a\u000a[  OK  ] Listening on systemd-importd.socke…Disk Image Download Service Socket.\u000a\u000a[  OK  ] Mounted boot.mount - CoreOS Dynamic Mount for /boot.\u000a\u000a[  OK  ] Found device dev-tpm0.device - /dev/tpm0.\u000a\u000a[  OK  ] Reached target local-fs.target - Local File Systems.\u000a\u000a[  OK  ] Reached target tpm2.target - Trusted Platform Module.\u000a\u000a[  OK  ] Listening on systemd-bootctl.socket - Boot Entries Service Socket.\u000a\u000a[  OK  ] Listening on systemd-sysext.socket… System Extension Image Management.\u000a\u000a[  OK  ] Reached target first-boot-complete.target - First Boot Complete.\u000a\u000a         Starting systemd-machine-id-commit…ave Transient machine-id to Disk...\u000a\u000a         Starting systemd-tmpfiles-setup.se…ate System Files and Directories...\u000a\u000a         Starting systemd-userdb-load-crede…r/group Records from Credentials...\u000a\u000a[  OK  ] Finished systemd-machine-id-commit… Save Transient machine-id to Disk.\u000a\u000a[  OK  ] Finished systemd-userdb-load-crede…ser/group Records from Credentials.\u000a\u000a         Starting systemd-vconsole-setup.service - Virtual Console Setup...\u000a\u000a[  OK  ] Finished systemd-tmpfiles-setup.se…reate System Files and Directories.\u000a\u000a         Starting auditd.service - Security Audit Logging Service...\u000a\u000a         Starting ldconfig.service - Rebuild Dynamic Linker Cache...\u000a\u000a         Starting systemd-journal-catalog-u…ervice - Rebuild Journal Catalog...\u000a\u000a[  OK  ] Finished systemd-vconsole-setup.service - Virtual Console Setup.\u000a\u000a[  OK  ] Finished systemd-journal-catalog-u….service - Rebuild Journal Catalog.\u000a\u000a[  OK  ] Started auditd.service - Security Audit Logging Service.\u000a\u000a         Starting audit-rules.service - Load Audit Rules...\u000a\u000a         Starting systemd-update-utmp.servi…ord System Boot/Shutdown in UTMP...\u000a\u000a[  OK  ] Finished systemd-update-utmp.servi…ecord System Boot/Shutdown in UTMP.\u000a\u000a[  OK  ] Finished audit-rules.service - Load Audit Rules.\u000a\u000a[  OK  ] Finished ldconfig.service - Rebuild Dynamic Linker Cache.\u000a\u000a         Starting systemd-update-done.service - Update is Completed...\u000a\u000a[  OK  ] Finished systemd-update-done.service - Update is Completed.\u000a\u000a[  OK  ] Reached target sysinit.target - System Initialization.\u000a\u000a[  OK  ] Started bootc-status-updated.path - Monitor bootc for status changes.\u000a\u000a[  OK  ] Started fstrim.timer - Discard unused filesystem blocks once a week.\u000a\u000a[  OK  ] Started fwupd-refresh.timer - Refresh fwupd metadata regularly.\u000a\u000a[  OK  ] Started logrotate.timer - Daily rotation of log files.\u000a\u000a[  OK  ] Started raid-check.timer - Weekly RAID setup health check.\u000a\u000a[  OK  ] Started rpm-ostree-countme.timer - Weekly rpm-ostree Count Me timer.\u000a\u000a[  OK  ] Started systemd-tmpfiles-clean.tim…y Cleanup of Temporary Directories.\u000a\u000a[  OK  ] Reached target boot-complete.target - Boot Completion Check.\u000a\u000a[  OK  ] Reached target paths.target - Path Units.\u000a\u000a[  OK  ] Reached target timers.target - Timer Units.\u000a\u000a[  OK  ] Listening on dbus.socket - D-Bus System Message Bus Socket.\u000a\u000a         Starting docker.socket - Docker Socket for the API...\u000a\u000a[  OK  ] Listening on iscsid.socket - Open-iSCSI iscsid Socket.\u000a\u000a[  OK  ] Listening on iscsiuio.socket - Open-iSCSI iscsiuio Socket.\u000a\u000a[  OK  ] Listening on sshd-unix-local.socke…temd-ssh-generator, AF_UNIX Local).\u000a\u000a         Starting sshd-vsock.socket - OpenS…systemd-ssh-generator, AF_VSOCK)...\u000a\u000a[  OK  ] Listening on systemd-hostnamed.socket - Hostname Service Socket.\u000a\u000a[  OK  ] Listening on systemd-logind-varlin…er Login Management Varlink Socket.\u000a\u000a[  OK  ] Listening on systemd-machined.sock…tainer Registration Service Socket.\u000a\u000a         Starting dbus-broker.service - D-Bus System Message Bus...\u000a\u000a[  OK  ] Listening on docker.socket - Docker Socket for the API.\u000a\u000a[  OK  ] Listening on sshd-vsock.socket - O… (systemd-ssh-generator, AF_VSOCK).\u000a\u000a[  OK  ] Reached target sockets.target - Socket Units.\u000a\u000a[  OK  ] Reached target ssh-access.target - SSH Access Available.\u000a\u000a[  OK  ] Started dbus-broker.service - D-Bus System Message Bus.\u000a\u000a[  OK  ] Reached target basic.target - Basic System.\u000a\u000a[  OK  ] Reached target afterburn-sshkeys.t…shkeys@.service template instances.\u000a\u000a         Starting authselect-apply-changes.…rvice - Apply authselect changes...\u000a\u000a         Starting bootloader-update.service - Update bootloader on boot...\u000a\u000a         Starting console-login-helper-mess…ia console-login-helper-messages...\u000a\u000a         Starting coreos-check-ssh-keys.ser… Are Added by Afterburn/Ignition...\u000a\u000a         Starting coreos-ignition-firstboot…reOS Mark Ignition Boot Complete...\u000a\u000a         Starting coreos-ignition-write-iss…eate Ignition Status Issue Files...\u000a\u000a         Starting coreos-platform-chrony-co…ure Chrony Based On The Platform...\u000a\u000a         Starting coreos-warn-invalid-mount…system filesystems are incorrect...\u000a\u000a         Starting dracut-shutdown.service -…store /run/initramfs on shutdown...\u000a\u000a         Starting rpm-ostree-fix-shadow-mod…date permissions for /etc/shadow...\u000a\u000a         Starting ssh-host-keys-migration.s…ate OpenSSH host key permissions...\u000a\u000a         Starting sshd-keygen@ecdsa.service…nSSH ecdsa Server Key Generation...\u000a\u000a         Starting sshd-keygen@ed25519.servi…SH ed25519 Server Key Generation...\u000a\u000a         Starting sshd-keygen@rsa.service -…penSSH rsa Server Key Generation...\u000a\u000a         Starting systemd-homed.service - Home Area Manager...\u000a\u000a[  OK  ] Finished dracut-shutdown.service - Restore /run/initramfs on shutdown.\u000a\u000a         Mounting var-lib-nfs-rpc_pipefs.mount - RPC Pipe File System...\u000a\u000a[  OK  ] Finished authselect-apply-changes.service - Apply authselect changes.\u000a\u000a[  OK  ] Reached target nss-user-lookup.target - User and Group Name Lookups.\u000a\u000a         Starting systemd-logind.service - User Login Management...\u000a\u000a[  OK  ] Finished coreos-ignition-firstboot…CoreOS Mark Ignition Boot Complete.\u000a\u000a[  OK  ] Finished console-login-helper-mess… via console-login-helper-messages.\u000a\u000a[  OK  ] Finished ssh-host-keys-migration.s…pdate OpenSSH host key permissions.\u000a\u000a[  OK  ] Mounted var-lib-nfs-rpc_pipefs.mount - RPC Pipe File System.\u000a\u000a[  OK  ] Reached target rpc_pipefs.target.\u000a\u000a[  OK  ] Finished coreos-platform-chrony-co…igure Chrony Based On The Platform.\u000a\u000a         Starting NetworkManager.service - Network Manager...\u000a\u000a         Starting chronyd.service - NTP client/server...\u000a\u000a[  OK  ] Finished bootloader-update.service - Update bootloader on boot.\u000a\u000a[  OK  ] Started systemd-homed.service - Home Area Manager.\u000a\u000a[  OK  ] Finished systemd-homed-activate.service - Home Area Activation.\u000a\u000a[  OK  ] Finished coreos-check-ssh-keys.ser…ys Are Added by Afterburn/Ignition.\u000a\u000a[  OK  ] Finished coreos-warn-invalid-mount…l system filesystems are incorrect.\u000a\u000a[  OK  ] Finished coreos-ignition-write-iss…Create Ignition Status Issue Files.\u000a\u000a[  OK  ] Finished rpm-ostree-fix-shadow-mod…Update permissions for /etc/shadow.\u000a\u000a[  OK  ] Finished sshd-keygen@ecdsa.service…penSSH ecdsa Server Key Generation.\u000a\u000a         Starting systemd-hostnamed.service - Hostname Service...\u000a\u000a[  OK  ] Started systemd-logind.service - User Login Management.\u000a\u000a[  OK  ] Finished sshd-keygen@ed25519.servi…nSSH ed25519 Server Key Generation.\u000a\u000a[  OK  ] Started chronyd.service - NTP client/server.\u000a\u000a[  OK  ] Started systemd-hostnamed.service - Hostname Service.\u000a\u000a[  OK  ] Listening on systemd-rfkill.socket…ll Switch Status /dev/rfkill Watch.\u000a\u000a         Starting NetworkManager-dispatcher…anager Script Dispatcher Service...\u000a\u000a[  OK  ] Started NetworkManager.service - Network Manager.\u000a\u000a[  OK  ] Reached target network.target - Network.\u000a\u000a         Starting NetworkManager-wait-onlin…ce - Network Manager Wait Online...\u000a\u000a         Starting gssproxy.service - GSSAPI Proxy Daemon...\u000a\u000a[  OK  ] Started NetworkManager-dispatcher.… Manager Script Dispatcher Service.\u000a\u000a[  OK  ] Started gssproxy.service - GSSAPI Proxy Daemon.\u000a\u000a[  OK  ] Reached target nfs-client.target - NFS client services.\u000a\u000a[  OK  ] Reached target remote-fs-pre.targe…reparation for Remote File Systems.\u000a\u000a[  OK  ] Reached target remote-cryptsetup.target - Remote Encrypted Volumes.\u000a\u000a[  OK  ] Reached target remote-fs.target - Remote File Systems.\u000a\u000a[  OK  ] Reached target remote-integrityset…Remote Integrity Protected Volumes.\u000a\u000a[  OK  ] Reached target remote-veritysetup.… - Remote Verity Protected Volumes.\u000a\u000a[  OK  ] Finished NetworkManager-wait-onlin…vice - Network Manager Wait Online.\u000a\u000a         Starting nmstate.service - Apply nmstate on-disk state...\u000a\u000a[  OK  ] Finished nmstate.service - Apply nmstate on-disk state.\u000a\u000a[  OK  ] Reached target network-online.target - Network is Online.\u000a\u000a         Starting rpc-statd-notify.service - Notify NFS peers of a restart...\u000a\u000a[  OK  ] Finished sshd-keygen@rsa.service - OpenSSH rsa Server Key Generation.\u000a\u000a[  OK  ] Reached target sshd-keygen.target.\u000a\u000a         Starting console-login-helper-mess…ia console-login-helper-messages...\u000a\u000a         Starting sshd.service - OpenSSH server daemon...\u000a\u000a[  OK  ] Started rpc-statd-notify.service - Notify NFS peers of a restart.\u000a\u000a[  OK  ] Started sshd.service - OpenSSH server daemon.\u000a\u000a[  OK  ] Finished console-login-helper-mess… via console-login-helper-messages.\u000a\u000a         Starting systemd-user-sessions.service - Permit User Sessions...\u000a\u000a[  OK  ] Finished systemd-user-sessions.service - Permit User Sessions.\u000a\u000a[  OK  ] Started getty@tty1.service - Getty on tty1.\u000a\u000a[  OK  ] Started serial-getty@ttyS0.service - Serial Getty on ttyS0.\u000a\u000a[  OK  ] Reached target getty.target - Login Prompts.\u000a\u000a[  OK  ] Reached target multi-user.target - Multi-User System.\u000a\u000a         Starting zincati.service - Zincati Update Agent...\u000a\u000a         Starting rpm-ostreed.service - rpm-ostree System Management Daemon...\u000a\u000a[  OK  ] Started rpm-ostreed.service - rpm-ostree System Management Daemon.\u000a\u000a[  OK  ] Started zincati.service - Zincati Update Agent.\u000a\u000a1041043008;start=e3a1a1d9e69a441e882a7ea51cb46107;user=root;hostname=qemu0;machineid=2773eee477aa403b8a4f718929c26f5d;bootid=a10310cf691b41cdae5f300cc1e24887;pid=1754;pidfdid=1755;comm=(agetty);servicename=serial-getty@ttyS0.service;invocationid=ea24f8b67f6d45d78fa8b7807d3254d1;type=service+q6E616D65\u000a\u000aFedora CoreOS 44.20251020.dev.0\u000aKernel 6.18.0-0.rc2.23.fc44.x86_64 on x86_64 (ttyS0)\u000a\u000aSSH host key: SHA256:O44FUdkEinHnptGQMcSGAog7ycayb5ZXDIzBujUwAj8 (ECDSA)\u000aSSH host key: SHA256:fTZ0+wfB3p5qfeKq4Nvuv/Hs54aamRYJUwLQHPAjPrg (ED25519)\u000aSSH host key: SHA256:7f6rU8zzvyn9M9yWRTnC2h8zSc4abtfMssAvDT0Bk0Y (RSA)\u000aens4: 10.0.2.15 fec0::235f:401f:1ef4:442e\u000aIgnition: ran on 2025/10/20 19:12:57 UTC (this boot)\u000aIgnition: user-provided config was applied\u000aIgnition: wrote ssh authorized keys file for user: core\u000aIgnition: ran on 2025/10/20 19:12:57 UTC (this boot)\u000aIgnition: user-provided config was applied\u000aTry contacting this VM's SSH server via 'ssh vsock%1' from host.\u000a\u000aqemu0 login: "
        }
      ],
      "duration" : 33.19961,
      "enclosingBlockNames" : [
        "x86_64"
      ],
      "enclosingBlocks" : [
        "122"
      ],
      "id" : None,
      "name" : "kola-x86_64",
      "nodeId" : "225",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    }
  ]
}