Failed

kola-x86_64.tests.ext.config.podman.rootless-systemd (from kola-x86_64)

Failing for the past 1 build (Since #1354 )
Took 55 sec.

Error Message

Test failed

Stacktrace

        harness.go:1740: Found kernel warning (kernel/static_call_inline.c:153 __static_call_update+0x18c/0x1f0) on machine bb5f904b-0331-48d1-917d-1bc050a16392 console

---
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: + . /var/opt/kola/extdata/commonlib.sh
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: ++ IFS=' '
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: ++ read -r -a cmdline
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2230]: ++ get_fedora_container_ref
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2230]: ++ local repo=quay.io/fedora/fedora
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2230]: ++ local tag=41
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2230]: ++ echo quay.io/fedora/fedora:41
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: + container=quay.io/fedora/fedora:41
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: + runascoreuserscript='
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: #!/bin/bash
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: set -euxo pipefail
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: # build systemd container (runs httpd via systemd)
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: # NOTE: we may want to not build this in the future and run
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: #       from a common testutils container. See
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: #       https://github.com/coreos/coreos-assembler/issues/1645
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: cd $(mktemp -d)
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: cat <<EOF > Containerfile
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: FROM quay.io/fedora/fedora:41
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: RUN 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
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: RUN dnf -y update && dnf -y install systemd httpd && dnf clean all && systemctl enable httpd
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: ENTRYPOINT [ "/sbin/init" ]
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: EOF
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: podman build -t httpd .
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: # Run systemd container
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: # Pass '\''-t'\'' so systemd will print logs so '\''podman logs'\'' will work
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: podman run -t -d --name httpd --publish 8080:80 httpd
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: '
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: + main
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: + echo '
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: #!/bin/bash
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: set -euxo pipefail
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: # build systemd container (runs httpd via systemd)
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: # NOTE: we may want to not build this in the future and run
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: #       from a common testutils container. See
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: #       https://github.com/coreos/coreos-assembler/issues/1645
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: cd $(mktemp -d)
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: cat <<EOF > Containerfile
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: FROM quay.io/fedora/fedora:41
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: RUN 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
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: RUN dnf -y update && dnf -y install systemd httpd && dnf clean all && systemctl enable httpd
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: ENTRYPOINT [ "/sbin/init" ]
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: EOF
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: podman build -t httpd .
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: # Run systemd container
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: # Pass '\''-t'\'' so systemd will print logs so '\''podman logs'\'' will work
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: podman run -t -d --name httpd --publish 8080:80 httpd
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: '
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: + chmod +x /tmp/runascoreuserscript
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2229]: + runascoreuser /tmp/runascoreuserscript
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2232]: + sudo -u core /tmp/runascoreuserscript
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2233]: + cat
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2236]: ++ mktemp -d
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2235]: + cd /tmp/tmp.vdQbi8BEWc
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2235]: + cat
Feb 02 13:50:04 qemu0 kola-runext-rootless-systemd[2235]: + podman build -t httpd .
Feb 02 13:50:05 qemu0 kola-runext-rootless-systemd[2233]: STEP 1/4: FROM quay.io/fedora/fedora:41
Feb 02 13:50:05 qemu0 kola-runext-rootless-systemd[2242]: Trying to pull quay.io/fedora/fedora:41...
Feb 02 13:50:06 qemu0 kola-runext-rootless-systemd[2242]: Getting image source signatures
Feb 02 13:50:06 qemu0 kola-runext-rootless-systemd[2242]: Copying blob sha256:a52c777f25d4afed9d7958da2f249de731ed6e4479ead4f00621589d0398610c
Feb 02 13:50:12 qemu0 kola-runext-rootless-systemd[2242]: Copying config sha256:a432b057a522737c229d2aac9b029f55bf2a44eb3f423e4e4ece2acb8a304652
Feb 02 13:50:12 qemu0 kola-runext-rootless-systemd[2242]: Writing manifest to image destination
Feb 02 13:50:12 qemu0 kola-runext-rootless-systemd[2233]: STEP 2/4: RUN 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
Feb 02 13:50:12 qemu0 kola-runext-rootless-systemd[2316]:   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Feb 02 13:50:12 qemu0 kola-runext-rootless-systemd[2316]:                                  Dload  Upload   Total   Spent    Left  Speed
Feb 02 13:50:12 qemu0 kola-runext-rootless-systemd[2316]: [158B blob data]
Feb 02 13:50:12 qemu0 kola-runext-rootless-systemd[2233]: --> 4abfcc93656f
Feb 02 13:50:12 qemu0 kola-runext-rootless-systemd[2233]: STEP 3/4: RUN dnf -y update && dnf -y install systemd httpd && dnf clean all && systemctl enable httpd
Feb 02 13:50:13 qemu0 kola-runext-rootless-systemd[2381]: Updating and loading repositories:
Feb 02 13:50:13 qemu0 kola-runext-rootless-systemd[2381]:  Fedora 41 - x86_64                     100% |  26.9 MiB/s |   9.3 MiB |  00m00s
Feb 02 13:50:15 qemu0 kola-runext-rootless-systemd[2381]:  Fedora 41 - x86_64                     100% |  14.8 MiB/s |  35.6 MiB |  00m02s
Feb 02 13:50:20 qemu0 kola-runext-rootless-systemd[2381]: Repositories loaded.
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2233]: Package                              Arch   Version                    Repository                            Size
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2233]: Upgrading:
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2233]:  crypto-policies                     noarch 20250124-1.git4d262e7.fc41 fedora-archive-updates           137.4 KiB
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2233]:    replacing crypto-policies         noarch 20241029-1.git8baf557.fc41 7b77751646fc42f8ac30d172593e78e9 136.9 KiB
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2233]:  glibc                               x86_64 2.40-21.fc41               fedora-archive-updates             6.7 MiB
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2233]:    replacing glibc                   x86_64 2.40-17.fc41               7b77751646fc42f8ac30d172593e78e9   6.6 MiB
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2233]:  glibc-common                        x86_64 2.40-21.fc41               fedora-archive-updates             1.0 MiB
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2233]:    replacing glibc-common            x86_64 2.40-17.fc41               7b77751646fc42f8ac30d172593e78e9   1.0 MiB
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2233]:  glibc-minimal-langpack              x86_64 2.40-21.fc41               fedora-archive-updates             0.0   B
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2233]:    replacing glibc-minimal-langpack  x86_64 2.40-17.fc41               7b77751646fc42f8ac30d172593e78e9   0.0   B
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2233]:  gnutls                              x86_64 3.8.8-3.fc41               fedora-archive-updates             3.2 MiB
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2233]:    replacing gnutls                  x86_64 3.8.6-7.fc41               9a522ba616c2493a87fc8a8e7342a3c3   3.2 MiB
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2233]:  libxcrypt                           x86_64 4.4.38-3.fc41              fedora-archive-updates           269.9 KiB
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2233]:    replacing libxcrypt               x86_64 4.4.38-2.fc41              7b77751646fc42f8ac30d172593e78e9 269.9 KiB
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2233]:  openldap                            x86_64 2.6.8-7.fc41               fedora-archive-updates           631.4 KiB
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2233]:    replacing openldap                x86_64 2.6.8-6.fc41               7b77751646fc42f8ac30d172593e78e9 635.4 KiB
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2233]:  publicsuffix-list-dafsa             noarch 20250116-1.fc41            fedora-archive-updates            68.5 KiB
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2233]:    replacing publicsuffix-list-dafsa noarch 20240107-4.fc41            9a522ba616c2493a87fc8a8e7342a3c3  67.5 KiB
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2233]:  sqlite-libs                         x86_64 3.46.1-2.fc41              fedora-archive-updates             1.5 MiB
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2233]:    replacing sqlite-libs             x86_64 3.46.1-1.fc41              9a522ba616c2493a87fc8a8e7342a3c3   1.4 MiB
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2233]: Transaction Summary:
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2233]:  Upgrading:          9 packages
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2233]:  Replacing:          9 packages
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2381]: Total size of inbound packages is 5 MiB. Need to download 5 MiB.
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2381]: After this operation, 115 KiB extra will be used (install 13 MiB, remove 13 MiB).
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2381]: [1/9] crypto-policies-0:20250124-1.git4 100% |   2.7 MiB/s |  97.8 KiB |  00m00s
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2381]: [2/9] glibc-common-0:2.40-21.fc41.x86_6 100% |  20.0 MiB/s | 389.2 KiB |  00m00s
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2381]: [3/9] glibc-minimal-langpack-0:2.40-21. 100% |  32.7 MiB/s | 100.4 KiB |  00m00s
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2381]: [4/9] gnutls-0:3.8.8-3.fc41.x86_64      100% |  16.9 MiB/s |   1.1 MiB |  00m00s
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2381]: [5/9] libxcrypt-0:4.4.38-3.fc41.x86_64  100% |  28.6 MiB/s | 117.1 KiB |  00m00s
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2381]: [6/9] publicsuffix-list-dafsa-0:2025011 100% |  28.7 MiB/s |  58.8 KiB |  00m00s
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2381]: [7/9] openldap-0:2.6.8-7.fc41.x86_64    100% |  33.9 MiB/s | 243.0 KiB |  00m00s
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2381]: [8/9] glibc-0:2.40-21.fc41.x86_64       100% |  28.1 MiB/s |   2.2 MiB |  00m00s
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2381]: [9/9] sqlite-libs-0:3.46.1-2.fc41.x86_6 100% |  58.5 MiB/s | 719.0 KiB |  00m00s
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2381]: --------------------------------------------------------------------------------
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2381]: [9/9] Total                             100% |  60.1 MiB/s |   5.0 MiB |  00m00s
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2381]: Running transaction
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2381]: [ 1/20] Verify package files            100% | 391.0   B/s |   9.0   B |  00m00s
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2381]: [ 2/20] Prepare transaction             100% | 461.0   B/s |  18.0   B |  00m00s
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2381]: [ 3/20] Upgrading glibc-common-0:2.40-2 100% |  61.8 MiB/s |   1.1 MiB |  00m00s
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2381]: [ 4/20] Upgrading glibc-minimal-langpac 100% |  60.5 KiB/s | 124.0   B |  00m00s
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2381]: [ 5/20] Upgrading glibc-0:2.40-21.fc41. 100% |  92.9 MiB/s |   6.7 MiB |  00m00s
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2381]: [ 6/20] Upgrading crypto-policies-0:202 100% |   5.5 MiB/s | 163.7 KiB |  00m00s
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2381]: [ 7/20] Upgrading gnutls-0:3.8.8-3.fc41 100% | 246.7 MiB/s |   3.2 MiB |  00m00s
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2381]: [ 8/20] Upgrading libxcrypt-0:4.4.38-3. 100% |  66.6 MiB/s | 272.6 KiB |  00m00s
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2381]: [ 9/20] Upgrading openldap-0:2.6.8-7.fc 100% |  88.6 MiB/s | 635.2 KiB |  00m00s
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2381]: [10/20] Upgrading sqlite-libs-0:3.46.1- 100% | 147.3 MiB/s |   1.5 MiB |  00m00s
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2381]: [11/20] Upgrading publicsuffix-list-daf 100% |  67.6 MiB/s |  69.2 KiB |  00m00s
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2381]: [12/20] Removing gnutls-0:3.8.6-7.fc41. 100% |   5.5 KiB/s |  34.0   B |  00m00s
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2381]: [13/20] Removing sqlite-libs-0:3.46.1-1 100% |   6.8 KiB/s |   7.0   B |  00m00s
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2381]: [14/20] Removing openldap-0:2.6.8-6.fc4 100% |  12.7 KiB/s |  26.0   B |  00m00s
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2381]: [15/20] Removing libxcrypt-0:4.4.38-2.f 100% |  17.6 KiB/s |  18.0   B |  00m00s
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2381]: [16/20] Removing crypto-policies-0:2024 100% |  92.8 KiB/s | 190.0   B |  00m00s
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2381]: [17/20] Removing publicsuffix-list-dafs 100% |   3.9 KiB/s |   4.0   B |  00m00s
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2381]: [18/20] Removing glibc-0:2.40-17.fc41.x 100% |  12.5 KiB/s | 102.0   B |  00m00s
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2381]: [19/20] Removing glibc-minimal-langpack 100% |   0.0   B/s | 100.0   B |  00m00s
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2381]: [20/20] Removing glibc-common-0:2.40-17 100% |   1.6 KiB/s |  53.0   B |  00m00s
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2381]: Complete!
Feb 02 13:50:22 qemu0 kola-runext-rootless-systemd[2381]: Updating and loading repositories:
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: Repositories loaded.
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]: Package                      Arch   Version          Repository                  Size
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]: Installing:
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  httpd                       x86_64 2.4.63-1.fc41    fedora-archive-updates  64.8 KiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  systemd                     x86_64 256.11-1.fc41    fedora-archive-updates  16.7 MiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]: Installing dependencies:
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  apr                         x86_64 1.7.5-1.fc41     fedora-archive         302.3 KiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  apr-util                    x86_64 1.6.3-21.fc41    fedora-archive         220.5 KiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  apr-util-lmdb               x86_64 1.6.3-21.fc41    fedora-archive          15.2 KiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  dbus                        x86_64 1:1.14.10-4.fc41 fedora-archive           0.0   B
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  dbus-broker                 x86_64 36-4.fc41        fedora-archive         382.8 KiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  dbus-common                 noarch 1:1.14.10-4.fc41 fedora-archive          11.2 KiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  device-mapper               x86_64 1.02.199-4.fc41  fedora-archive         348.2 KiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  device-mapper-libs          x86_64 1.02.199-4.fc41  fedora-archive         414.7 KiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  expat                       x86_64 2.6.4-1.fc41     fedora-archive-updates 292.9 KiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  fedora-logos-httpd          noarch 38.1.0-6.fc41    fedora-archive          12.1 KiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  fonts-filesystem            noarch 1:2.0.5-17.fc41  fedora-archive           0.0   B
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  httpd-core                  x86_64 2.4.63-1.fc41    fedora-archive-updates   4.8 MiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  httpd-filesystem            noarch 2.4.63-1.fc41    fedora-archive-updates 464.0   B
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  httpd-tools                 x86_64 2.4.63-1.fc41    fedora-archive-updates 215.8 KiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  kbd                         x86_64 2.6.4-4.fc41     fedora-archive           1.5 MiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  kbd-legacy                  noarch 2.6.4-4.fc41     fedora-archive         567.1 KiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  kbd-misc                    noarch 2.6.4-4.fc41     fedora-archive           2.5 MiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  kmod                        x86_64 33-1.fc41        fedora-archive         235.5 KiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  libcbor                     x86_64 0.11.0-2.fc41    fedora-archive          73.9 KiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  libfdisk                    x86_64 2.40.4-1.fc41    fedora-archive-updates 356.4 KiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  libpkgconf                  x86_64 2.3.0-1.fc41     fedora-archive          78.2 KiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  libseccomp                  x86_64 2.5.5-2.fc41     fedora-archive         173.3 KiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  lmdb-libs                   x86_64 0.9.33-2.fc41    fedora-archive         109.6 KiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  mailcap                     noarch 2.1.54-7.fc41    fedora-archive          86.0 KiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  pkgconf                     x86_64 2.3.0-1.fc41     fedora-archive          88.6 KiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  pkgconf-m4                  noarch 2.3.0-1.fc41     fedora-archive          14.4 KiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  pkgconf-pkg-config          x86_64 2.3.0-1.fc41     fedora-archive         989.0   B
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  systemd-pam                 x86_64 256.11-1.fc41    fedora-archive-updates   1.1 MiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  xkeyboard-config            noarch 2.42-2.fc41      fedora-archive           6.5 MiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]: Installing weak dependencies:
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  apr-util-openssl            x86_64 1.6.3-21.fc41    fedora-archive          23.5 KiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  cryptsetup-libs             x86_64 2.7.5-1.fc41     fedora-archive           2.3 MiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  diffutils                   x86_64 3.10-8.fc41      fedora-archive           1.6 MiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  julietaula-montserrat-fonts noarch 1:7.222-9.fc41   fedora-archive           4.2 MiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  kmod-libs                   x86_64 33-1.fc41        fedora-archive         147.2 KiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  libbpf                      x86_64 2:1.4.7-1.fc41   fedora-archive-updates 402.5 KiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  libfido2                    x86_64 1.15.0-2.fc41    fedora-archive         238.2 KiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  libxkbcommon                x86_64 1.7.0-4.fc41     fedora-archive         336.4 KiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  mod_http2                   x86_64 2.0.29-2.fc41    fedora-archive         432.0 KiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  mod_lua                     x86_64 2.4.63-1.fc41    fedora-archive-updates 138.1 KiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  qrencode-libs               x86_64 4.1.1-8.fc41     fedora-archive         160.9 KiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  systemd-networkd            x86_64 256.11-1.fc41    fedora-archive-updates   2.1 MiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  systemd-resolved            x86_64 256.11-1.fc41    fedora-archive-updates 661.4 KiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  systemd-udev                x86_64 256.11-1.fc41    fedora-archive-updates  11.9 MiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  tpm2-tss                    x86_64 4.1.3-3.fc41     fedora-archive
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: Total size of inbound packages is 19 MiB. Need to download 19 MiB.
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: After this operation, 63 MiB extra will be used (install 63 MiB, remove 0 B).
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:      1.6 MiB
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]: Transaction Summary:
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2233]:  Installing:        46 packages
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [ 1/46] dbus-1:1.14.10-4.fc41.x86_64    100% | 208.2 KiB/s |   7.9 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [ 2/46] libseccomp-0:2.5.5-2.fc41.x86_6 100% |   1.8 MiB/s |  70.2 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [ 3/46] dbus-broker-0:36-4.fc41.x86_64  100% |  23.9 MiB/s | 171.7 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [ 4/46] systemd-pam-0:256.11-1.fc41.x86 100% |  36.9 MiB/s | 377.4 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [ 5/46] dbus-common-1:1.14.10-4.fc41.no 100% |   7.2 MiB/s |  14.7 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [ 6/46] httpd-0:2.4.63-1.fc41.x86_64    100% |  15.1 MiB/s |  46.4 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [ 7/46] apr-0:1.7.5-1.fc41.x86_64       100% |  41.9 MiB/s | 128.6 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [ 8/46] apr-util-0:1.6.3-21.fc41.x86_64 100% |  47.6 MiB/s |  97.4 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [ 9/46] apr-util-lmdb-0:1.6.3-21.fc41.x 100% |   4.7 MiB/s |  14.5 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [10/46] mailcap-0:2.1.54-7.fc41.noarch  100% |  16.8 MiB/s |  34.4 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [11/46] httpd-core-0:2.4.63-1.fc41.x86_ 100% |  52.9 MiB/s |   1.4 MiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [12/46] httpd-filesystem-0:2.4.63-1.fc4 100% |   4.0 MiB/s |  12.2 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [13/46] httpd-tools-0:2.4.63-1.fc41.x86 100% |  39.2 MiB/s |  80.3 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [14/46] lmdb-libs-0:0.9.33-2.fc41.x86_6 100% |  30.1 MiB/s |  61.7 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [15/46] libfdisk-0:2.40.4-1.fc41.x86_64 100% |  49.7 MiB/s | 152.5 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [16/46] expat-0:2.6.4-1.fc41.x86_64     100% |  37.3 MiB/s | 114.5 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [17/46] fedora-logos-httpd-0:38.1.0-6.f 100% |   7.4 MiB/s |  15.1 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [18/46] libxkbcommon-0:1.7.0-4.fc41.x86 100% |  46.6 MiB/s | 143.3 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [19/46] libbpf-2:1.4.7-1.fc41.x86_64    100% |  43.9 MiB/s | 179.6 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [20/46] systemd-0:256.11-1.fc41.x86_64  100% |  48.1 MiB/s |   5.4 MiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [21/46] kmod-libs-0:33-1.fc41.x86_64    100% |   5.7 MiB/s |  69.9 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [22/46] xkeyboard-config-0:2.42-2.fc41. 100% |  38.0 MiB/s | 972.3 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [23/46] diffutils-0:3.10-8.fc41.x86_64  100% |  49.5 MiB/s | 405.4 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [24/46] device-mapper-libs-0:1.02.199-4 100% |  43.2 MiB/s | 177.1 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [25/46] cryptsetup-libs-0:2.7.5-1.fc41. 100% |  43.3 MiB/s | 532.7 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [26/46] device-mapper-0:1.02.199-4.fc41 100% |  33.4 MiB/s | 136.8 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [27/46] qrencode-libs-0:4.1.1-8.fc41.x8 100% |  30.1 MiB/s |  61.7 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [28/46] mod_lua-0:2.4.63-1.fc41.x86_64  100% |  27.9 MiB/s |  57.1 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [29/46] systemd-resolved-0:256.11-1.fc4 100% |  49.2 MiB/s | 302.1 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [30/46] systemd-networkd-0:256.11-1.fc4 100% |  56.8 MiB/s | 697.9 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [31/46] mod_http2-0:2.0.29-2.fc41.x86_6 100% |  31.5 MiB/s | 161.1 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [32/46] apr-util-openssl-0:1.6.3-21.fc4 100% |   7.9 MiB/s |  16.2 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [33/46] fonts-filesystem-1:2.0.5-17.fc4 100% |   8.3 MiB/s |   8.5 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [34/46] kbd-0:2.6.4-4.fc41.x86_64       100% |  28.9 MiB/s | 414.7 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [35/46] kmod-0:33-1.fc41.x86_64         100% |  30.0 MiB/s | 123.0 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [36/46] kbd-legacy-0:2.6.4-4.fc41.noarc 100% |  80.0 MiB/s | 573.6 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [37/46] julietaula-montserrat-fonts-1:7 100% |  40.0 MiB/s |   1.6 MiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [38/46] pkgconf-pkg-config-0:2.3.0-1.fc 100% |   9.8 MiB/s |  10.0 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [39/46] systemd-udev-0:256.11-1.fc41.x8 100% |  48.3 MiB/s |   2.3 MiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [40/46] pkgconf-0:2.3.0-1.fc41.x86_64   100% |  11.0 MiB/s |  45.2 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [41/46] pkgconf-m4-0:2.3.0-1.fc41.noarc 100% |  14.0 MiB/s |  14.3 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [42/46] libpkgconf-0:2.3.0-1.fc41.x86_6 100% |  18.8 MiB/s |  38.5 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [43/46] libfido2-0:1.15.0-2.fc41.x86_64 100% |  19.2 MiB/s |  98.1 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [44/46] tpm2-tss-0:4.1.3-3.fc41.x86_64  100% |  36.5 MiB/s | 411.5 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [45/46] libcbor-0:0.11.0-2.fc41.x86_64  100% |   8.1 MiB/s |  33.1 KiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [46/46] kbd-misc-0:2.6.4-4.fc41.noarch  100% |  47.4 MiB/s |   1.7 MiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: --------------------------------------------------------------------------------
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: [46/46] Total                           100% |  90.0 MiB/s |  19.4 MiB |  00m00s
Feb 02 13:50:23 qemu0 kola-runext-rootless-systemd[2381]: Running transaction
Feb 02 13:50:24 qemu0 kola-runext-rootless-systemd[2381]: [ 1/48] Verify package files            100% | 621.0   B/s |  46.0   B |  00m00s
Feb 02 13:50:24 qemu0 kola-runext-rootless-systemd[2381]: [ 2/48] Prepare transaction             100% | 807.0   B/s |  46.0   B |  00m00s
Feb 02 13:50:24 qemu0 kola-runext-rootless-systemd[2381]: [ 3/48] Installing apr-0:1.7.5-1.fc41.x 100% |  49.5 MiB/s | 304.1 KiB |  00m00s
Feb 02 13:50:24 qemu0 kola-runext-rootless-systemd[2381]: [ 4/48] Installing expat-0:2.6.4-1.fc41 100% |  96.0 MiB/s | 295.0 KiB |  00m00s
Feb 02 13:50:24 qemu0 kola-runext-rootless-systemd[2381]: [ 5/48] Installing apr-util-0:1.6.3-21. 100% |  72.3 MiB/s | 222.0 KiB |  00m00s
Feb 02 13:50:24 qemu0 kola-runext-rootless-systemd[2381]: [ 6/48] Installing libfdisk-0:2.40.4-1. 100% | 116.3 MiB/s | 357.4 KiB |  00m00s
Feb 02 13:50:24 qemu0 kola-runext-rootless-systemd[2381]: [ 7/48] Installing httpd-tools-0:2.4.63 100% |  42.9 MiB/s | 219.6 KiB |  00m00s
Feb 02 13:50:24 qemu0 kola-runext-rootless-systemd[2381]: [ 8/48] Installing libcbor-0:0.11.0-2.f 100% |  36.8 MiB/s |  75.3 KiB |  00m00s
Feb 02 13:50:24 qemu0 kola-runext-rootless-systemd[2381]: [ 9/48] Installing libpkgconf-0:2.3.0-1 100% |  38.7 MiB/s |  79.3 KiB |  00m00s
Feb 02 13:50:24 qemu0 kola-runext-rootless-systemd[2381]: [10/48] Installing pkgconf-0:2.3.0-1.fc 100% |  29.7 MiB/s |  91.1 KiB |  00m00s
Feb 02 13:50:24 qemu0 kola-runext-rootless-systemd[2381]: [11/48] Installing pkgconf-m4-0:2.3.0-1 100% |  14.5 MiB/s |  14.8 KiB |  00m00s
Feb 02 13:50:24 qemu0 kola-runext-rootless-systemd[2381]: [12/48] Installing pkgconf-pkg-config-0 100% |   1.7 MiB/s |   1.8 KiB |  00m00s
Feb 02 13:50:24 qemu0 kola-runext-rootless-systemd[2381]: [13/48] Installing kmod-0:33-1.fc41.x86 100% |  39.1 MiB/s | 240.0 KiB |  00m00s
Feb 02 13:50:24 qemu0 kola-runext-rootless-systemd[2381]: [14/48] Installing kbd-misc-0:2.6.4-4.f 100% |  25.9 MiB/s |   2.6 MiB |  00m00s
Feb 02 13:50:24 qemu0 kola-runext-rootless-systemd[2381]: [15/48] Installing kbd-legacy-0:2.6.4-4 100% |  13.7 MiB/s | 616.8 KiB |  00m00s
Feb 02 13:50:24 qemu0 kola-runext-rootless-systemd[2381]: [16/48] Installing kbd-0:2.6.4-4.fc41.x 100% |  82.1 MiB/s |   1.6 MiB |  00m00s
Feb 02 13:50:24 qemu0 kola-runext-rootless-systemd[2381]: [17/48] Installing fonts-filesystem-1:2 100% | 384.8 KiB/s | 788.0   B |  00m00s
Feb 02 13:50:24 qemu0 kola-runext-rootless-systemd[2381]: [18/48] Installing kmod-libs-0:33-1.fc4 100% |  48.3 MiB/s | 148.3 KiB |  00m00s
Feb 02 13:50:24 qemu0 kola-runext-rootless-systemd[2381]: [19/48] Installing xkeyboard-config-0:2 100% | 112.8 MiB/s |   6.5 MiB |  00m00s
Feb 02 13:50:24 qemu0 kola-runext-rootless-systemd[2381]: [20/48] Installing fedora-logos-httpd-0 100% |   6.4 MiB/s |  13.0 KiB |  00m00s
Feb 02 13:50:24 qemu0 kola-runext-rootless-systemd[2381]: [21/48] Installing lmdb-libs-0:0.9.33-2 100% |  54.2 MiB/s | 111.0 KiB |  00m00s
Feb 02 13:50:24 qemu0 kola-runext-rootless-systemd[2381]: [22/48] Installing apr-util-lmdb-0:1.6. 100% | 501.8 KiB/s |  16.1 KiB |  00m00s
Feb 02 13:50:24 qemu0 kola-runext-rootless-systemd[2381]: [23/48] Installing httpd-filesystem-0:2 100% | 721.4 KiB/s |   2.2 KiB |  00m00s
Feb 02 13:50:24 qemu0 kola-runext-rootless-systemd[2381]: [24/48] Installing mailcap-0:2.1.54-7.f 100% |  28.3 MiB/s |  87.1 KiB |  00m00s
Feb 02 13:50:24 qemu0 kola-runext-rootless-systemd[2381]: [25/48] Installing httpd-core-0:2.4.63- 100% |  41.4 MiB/s |   4.9 MiB |  00m00s
Feb 02 13:50:24 qemu0 kola-runext-rootless-systemd[2381]: [26/48] Installing dbus-common-1:1.14.1 100% | 387.2 KiB/s |  13.6 KiB |  00m00s
Feb 02 13:50:24 qemu0 kola-runext-rootless-systemd[2381]: [27/48] Installing dbus-broker-0:36-4.f 100% |  26.9 MiB/s | 385.3 KiB |  00m00s
Feb 02 13:50:24 qemu0 kola-runext-rootless-systemd[2381]: [28/48] Installing dbus-1:1.14.10-4.fc4 100% | 121.1 KiB/s | 124.0   B |  00m00s
Feb 02 13:50:24 qemu0 kola-runext-rootless-systemd[2381]: [29/48] Installing libseccomp-0:2.5.5-2 100% |  57.0 MiB/s | 175.2 KiB |  00m00s
Feb 02 13:50:24 qemu0 kola-runext-rootless-systemd[2381]: [30/48] Installing systemd-pam-0:256.11 100% | 133.0 MiB/s |   1.1 MiB |  00m00s
Feb 02 13:50:25 qemu0 kola-runext-rootless-systemd[2381]: [31/48] Installing systemd-0:256.11-1.f 100% |  44.7 MiB/s |  16.9 MiB |  00m00s
Feb 02 13:50:25 qemu0 kola-runext-rootless-systemd[2381]: >>> Running post-install scriptlet: systemd-0:256.11-1.fc41.x86_64
Feb 02 13:50:25 qemu0 kola-runext-rootless-systemd[2381]: >>> Finished post-install scriptlet: systemd-0:256.11-1.fc41.x86_64
Feb 02 13:50:25 qemu0 kola-runext-rootless-systemd[2381]: >>> Scriptlet output:
Feb 02 13:50:25 qemu0 kola-runext-rootless-systemd[2381]: >>> Creating group 'systemd-journal' with GID 190.
Feb 02 13:50:25 qemu0 kola-runext-rootless-systemd[2381]: >>> Creating group 'systemd-oom' with GID 999.
Feb 02 13:50:25 qemu0 kola-runext-rootless-systemd[2381]: >>> Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 999 and
Feb 02 13:50:25 qemu0 kola-runext-rootless-systemd[2381]: >>>
Feb 02 13:50:25 qemu0 kola-runext-rootless-systemd[2381]: [32/48] Installing device-mapper-libs-0 100% |  81.2 MiB/s | 415.8 KiB |  00m00s
Feb 02 13:50:25 qemu0 kola-runext-rootless-systemd[2381]: [33/48] Installing device-mapper-0:1.02 100% |  68.7 MiB/s | 351.8 KiB |  00m00s
Feb 02 13:50:25 qemu0 kola-runext-rootless-systemd[2381]: [34/48] Installing cryptsetup-libs-0:2. 100% | 260.4 MiB/s |   2.3 MiB |  00m00s
Feb 02 13:50:25 qemu0 kola-runext-rootless-systemd[2381]: [35/48] Installing systemd-udev-0:256.1 100% |  20.4 MiB/s |  11.9 MiB |  00m01s
Feb 02 13:50:25 qemu0 kola-runext-rootless-systemd[2381]: >>> Running post-install scriptlet: systemd-udev-0:256.11-1.fc41.x86_64
Feb 02 13:50:25 qemu0 kola-runext-rootless-systemd[2381]: >>> Finished post-install scriptlet: systemd-udev-0:256.11-1.fc41.x86_64
Feb 02 13:50:25 qemu0 kola-runext-rootless-systemd[2381]: >>> Scriptlet output:
Feb 02 13:50:25 qemu0 kola-runext-rootless-systemd[2381]: >>> Created symlink '/etc/systemd/system/dbus-org.freedesktop.home1.service' →
Feb 02 13:50:25 qemu0 kola-runext-rootless-systemd[2381]: >>> Created symlink '/etc/systemd/system/multi-user.target.wants/systemd-homed.s
Feb 02 13:50:25 qemu0 kola-runext-rootless-systemd[2381]: >>> Created symlink '/etc/systemd/system/systemd-homed.service.wants/systemd-hom
Feb 02 13:50:25 qemu0 kola-runext-rootless-systemd[2381]: >>> Created symlink '/etc/systemd/system/dbus-org.freedesktop.oom1.service' →
Feb 02 13:50:25 qemu0 kola-runext-rootless-systemd[2381]: >>> Created symlink '/etc/systemd/system/multi-user.target.wants/systemd-oomd.se
Feb 02 13:50:25 qemu0 kola-runext-rootless-systemd[2381]: >>> Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-pstore.ser
Feb 02 13:50:25 qemu0 kola-runext-rootless-systemd[2381]: >>> Created symlink '/etc/systemd/system/multi-user.target.wants/remote-cryptset
Feb 02 13:50:25 qemu0 kola-runext-rootless-systemd[2381]: >>>
Feb 02 13:50:25 qemu0 kola-runext-rootless-systemd[2381]: [36/48] Installing httpd-0:2.4.63-1.fc4 100% | 964.3 KiB/s |  68.5 KiB |  00m00s
Feb 02 13:50:26 qemu0 kola-runext-rootless-systemd[2381]: [37/48] Installing systemd-networkd-0:2 100% |  33.6 MiB/s |   2.1 MiB |  00m00s
Feb 02 13:50:26 qemu0 kola-runext-rootless-systemd[2381]: [38/48] Installing systemd-resolved-0:2 100% |  21.7 MiB/s | 665.4 KiB |  00m00s
Feb 02 13:50:26 qemu0 kola-runext-rootless-systemd[2381]: >>> Running post-install scriptlet: systemd-resolved-0:256.11-1.fc41.x86_64
Feb 02 13:50:26 qemu0 kola-runext-rootless-systemd[2381]: >>> Finished post-install scriptlet: systemd-resolved-0:256.11-1.fc41.x86_64
Feb 02 13:50:26 qemu0 kola-runext-rootless-systemd[2381]: >>> Scriptlet output:
Feb 02 13:50:26 qemu0 kola-runext-rootless-systemd[2381]: >>> Created symlink '/etc/systemd/system/dbus-org.freedesktop.resolve1.service'
Feb 02 13:50:26 qemu0 kola-runext-rootless-systemd[2381]: >>> Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-resolved.s
Feb 02 13:50:26 qemu0 kola-runext-rootless-systemd[2381]: >>>
Feb 02 13:50:26 qemu0 kola-runext-rootless-systemd[2381]: [39/48] Installing mod_lua-0:2.4.63-1.f 100% |  45.2 MiB/s | 138.8 KiB |  00m00s
Feb 02 13:50:26 qemu0 kola-runext-rootless-systemd[2381]: [40/48] Installing mod_http2-0:2.0.29-2 100% |  84.8 MiB/s | 434.3 KiB |  00m00s
Feb 02 13:50:26 qemu0 kola-runext-rootless-systemd[2381]: [41/48] Installing libxkbcommon-0:1.7.0 100% |  82.5 MiB/s | 338.1 KiB |  00m00s
Feb 02 13:50:26 qemu0 kola-runext-rootless-systemd[2381]: [42/48] Installing julietaula-montserra 100% | 166.3 MiB/s |   4.2 MiB |  00m00s
Feb 02 13:50:26 qemu0 kola-runext-rootless-systemd[2381]: [43/48] Installing libfido2-0:1.15.0-2. 100% |  78.0 MiB/s | 239.7 KiB |  00m00s
Feb 02 13:50:26 qemu0 kola-runext-rootless-systemd[2381]: [44/48] Installing apr-util-openssl-0:1 100% | 870.0 KiB/s |  24.4 KiB |  00m00s
Feb 02 13:50:26 qemu0 kola-runext-rootless-systemd[2381]: >>> Running pre-install scriptlet: tpm2-tss-0:4.1.3-3.fc41.x86_64
Feb 02 13:50:26 qemu0 kola-runext-rootless-systemd[2381]: >>> Finished pre-install scriptlet: tpm2-tss-0:4.1.3-3.fc41.x86_64
Feb 02 13:50:26 qemu0 kola-runext-rootless-systemd[2381]: >>> Scriptlet output:
Feb 02 13:50:26 qemu0 kola-runext-rootless-systemd[2381]: >>> useradd: Warning: missing or non-executable shell '/usr/sbin/nologin'
Feb 02 13:50:26 qemu0 kola-runext-rootless-systemd[2381]: >>>
Feb 02 13:50:26 qemu0 kola-runext-rootless-systemd[2381]: [45/48] Installing tpm2-tss-0:4.1.3-3.f 100% |  79.0 MiB/s |   1.6 MiB |  00m00s
Feb 02 13:50:26 qemu0 kola-runext-rootless-systemd[2381]: [46/48] Installing qrencode-libs-0:4.1. 100% |  53.0 MiB/s | 162.7 KiB |  00m00s
Feb 02 13:50:26 qemu0 kola-runext-rootless-systemd[2381]: [47/48] Installing diffutils-0:3.10-8.f 100% | 227.2 MiB/s |   1.6 MiB |  00m00s
Feb 02 13:50:27 qemu0 kola-runext-rootless-systemd[2381]: [48/48] Installing libbpf-2:1.4.7-1.fc4 100% | 470.7 KiB/s | 403.4 KiB |  00m01s
Feb 02 13:50:27 qemu0 kola-runext-rootless-systemd[2381]: >>> Running trigger-install scriptlet: systemd-0:256.11-1.fc41.x86_64
Feb 02 13:50:27 qemu0 kola-runext-rootless-systemd[2381]: >>> Finished trigger-install scriptlet: systemd-0:256.11-1.fc41.x86_64
Feb 02 13:50:27 qemu0 kola-runext-rootless-systemd[2381]: >>> Scriptlet output:
Feb 02 13:50:27 qemu0 kola-runext-rootless-systemd[2381]: >>> Creating group 'systemd-coredump' with GID 998.
Feb 02 13:50:27 qemu0 kola-runext-rootless-systemd[2381]: >>> Creating user 'systemd-coredump' (systemd Core Dumper) with UID 998 and GID
Feb 02 13:50:27 qemu0 kola-runext-rootless-systemd[2381]: >>> Creating group 'systemd-network' with GID 192.
Feb 02 13:50:27 qemu0 kola-runext-rootless-systemd[2381]: >>> Creating user 'systemd-network' (systemd Network Management) with UID 192 an
Feb 02 13:50:27 qemu0 kola-runext-rootless-systemd[2381]: >>> Creating group 'systemd-resolve' with GID 193.
Feb 02 13:50:27 qemu0 kola-runext-rootless-systemd[2381]: >>> Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
Feb 02 13:50:27 qemu0 kola-runext-rootless-systemd[2381]: >>> Creating group 'systemd-timesync' with GID 997.
Feb 02 13:50:27 qemu0 kola-runext-rootless-systemd[2381]: >>> Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997
Feb 02 13:50:27 qemu0 kola-runext-rootless-systemd[2381]: >>>
Feb 02 13:50:27 qemu0 kola-runext-rootless-systemd[2381]: Complete!
Feb 02 13:50:27 qemu0 kola-runext-rootless-systemd[2233]: Removed 12 files, 8 directories. 0 errors occurred.
Feb 02 13:50:27 qemu0 kola-runext-rootless-systemd[2381]: Created symlink '/etc/systemd/system/multi-user.target.wants/httpd.service' → '/usr/lib/systemd/system/httpd.service'.
Feb 02 13:50:29 qemu0 kola-runext-rootless-systemd[2233]: --> 69d2eeb4e14f
Feb 02 13:50:29 qemu0 kola-runext-rootless-systemd[2233]: STEP 4/4: ENTRYPOINT [ "/sbin/init" ]
Feb 02 13:50:29 qemu0 kola-runext-rootless-systemd[2233]: COMMIT httpd
Feb 02 13:50:29 qemu0 kola-runext-rootless-systemd[2233]: --> c162bfd1ce27
Feb 02 13:50:29 qemu0 kola-runext-rootless-systemd[2233]: Successfully tagged localhost/httpd:latest
Feb 02 13:50:29 qemu0 kola-runext-rootless-systemd[2233]: c162bfd1ce27c13f026540ef77e04cbbbc8d829b943cad8adf492a8d2be0ddf3
Feb 02 13:50:29 qemu0 kola-runext-rootless-systemd[2235]: + podman run -t -d --name httpd --publish 8080:80 httpd
Feb 02 13:50:29 qemu0 kola-runext-rootless-systemd[2233]: 8368f45a90292c426800d9c4a6e9bf3d9a57a7e12667daec1ce662420f5ef03f
Feb 02 13:50:29 qemu0 kola-runext-rootless-systemd[2229]: + sleep 5
Feb 02 13:50:34 qemu0 kola-runext-rootless-systemd[2229]: + retryflag=--retry-all-errors
Feb 02 13:50:34 qemu0 kola-runext-rootless-systemd[2229]: + curl --silent --show-error --retry 5 --retry-all-errors http://localhost:8080
Feb 02 13:50:34 qemu0 kola-runext-rootless-systemd[2229]: + ok 'setup http server container successfully'
Feb 02 13:50:34 qemu0 kola-runext-rootless-systemd[2229]: + echo ok 'setup http server container successfully'
Feb 02 13:50:34 qemu0 kola-runext-rootless-systemd[2229]: ok setup http server container successfully

Standard Output

cSeaBIOS (version 1.16.3-3.fc41)
Machine UUID bb5f904b-0331-48d1-917d-1bc050a16392


iPXE (https://ipxe.org) 00:04.0 C000 PCI2.10 PnP PMM+5EFC9D10+5EF09D10 C000
Press Ctrl-B to configure iPXE (PCI 00:04.0)...
                                                                               


Booting from Hard Disk...
GRUB loading..
Welcome to GRUB!

GRUB version 2.12


+----------------------------------------------------------------------------+||||||||||||||||||||||||+----------------------------------------------------------------------------+     Use the ^ and v keys to select which entry is highlighted.          

      Press enter to boot the selected OS, `e' to edit the commands       

      before booting or `c' for a command-line.                            *Fedora CoreOS 41.20250202.dev.0 (ostree:0)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GRUB version 2.12┌────────────────────────────────────────────────────────────────────────────┐││││││││││││││││││││││││││└────────────────────────────────────────────────────────────────────────────┘     Use the ↑ and ↓ keys to select which entry is highlighted.          
      Press enter to boot the selected OS, `e' to edit the commands       
      before booting or `c' for a command-line.                            *Fedora CoreOS 41.20250202.dev.0 (ostree:0)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  





   The highlighted entry will be executed automatically in 1s.                   The highlighted entry will be executed automatically in 1s.                  

















   The highlighted entry will be executed automatically in 0s.                   The highlighted entry will be executed automatically in 0s.                     Booting `Fedora CoreOS 41.20250202.dev.0 (ostree:0)' Booting `Fedora CoreOS 41.20250202.dev.0 (ostree:0)


'

Probing EDD (edd=off to disable)... oc[    0.000000] Linux version 6.12.12-200.fc41.x86_64 (mockbuild@705a0f43f2254ed2aafbd5bf2b9db346) (gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-7), GNU ld version 2.43.1-5.fc41) #1 SMP PREEMPT_DYNAMIC Sat Feb  1 19:02:08 UTC 2025
[    0.000000] ------------[ cut here ]------------
[    0.000000] WARNING: CPU: 0 PID: 0 at kernel/static_call_inline.c:153 __static_call_update+0x18c/0x1f0
[    0.000000] Modules linked in:
[    0.000000] CPU: 0 UID: 0 PID: 0 Comm: swapper Not tainted 6.12.12-200.fc41.x86_64 #1
[    0.000000] RIP: 0010:__static_call_update+0x18c/0x1f0
[    0.000000] Code: 80 3d 4b 77 88 02 00 0f 85 7b ff ff ff 4c 89 f6 48 c7 c7 70 28 e7 8c c6 05 34 77 88 02 01 e8 9b 69 d8 ff 0f 0b e9 5e ff ff ff <0f> 0b 48 c7 c7 40 62 a0 8d e8 46 14 eb 00 48 8b 44 24 28 65 48 2b
[    0.000000] RSP: 0000:ffffffff8d803e28 EFLAGS: 00010046 ORIG_RAX: 0000000000000000
[    0.000000] RAX: 0000000000000000 RBX: ffffffff8c229658 RCX: 0000000059b7e3e9
[    0.000000] RDX: 0000000000000000 RSI: ffffffff8e774a70 RDI: ffffffff8d872100
[    0.000000] RBP: ffffffff8daa9d30 R08: 00000000ff59b7e3 R09: 2038303a32303a39
[    0.000000] R10: 3220435455203830 R11: 3a32303a39312031 R12: ffffffff8c6d4150
[    0.000000] R13: 0000000000000002 R14: ffffffff8b7c4e40 R15: 00000000000947d0
[    0.000000] FS:  0000000000000000(0000) GS:ffffffff8e291000(0000) knlGS:0000000000000000
[    0.000000] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    0.000000] CR2: ffff8880000947d0 CR3: 00000000163a4000 CR4: 00000000000000b0
[    0.000000] Call Trace:
[    0.000000]  <TASK>
[    0.000000]  ? __static_call_update+0x18c/0x1f0
[    0.000000]  ? __warn.cold+0x93/0xfa
[    0.000000]  ? __static_call_update+0x18c/0x1f0
[    0.000000]  ? report_bug+0xff/0x140
[    0.000000]  ? __pfx_lockdown_is_locked_down+0x10/0x10
[    0.000000]  ? early_fixup_exception+0x5d/0xb0
[    0.000000]  ? __SCT__lsm_static_call_bpf_token_capable_9+0x8/0x8
[    0.000000]  ? early_idt_handler_common+0x2f/0x3a
[    0.000000]  ? __pfx_lockdown_is_locked_down+0x10/0x10
[    0.000000]  ? __SCT__lsm_static_call_bpf_token_capable_9+0x8/0x8
[    0.000000]  ? __static_call_update+0x18c/0x1f0
[    0.000000]  ? __static_call_update+0x7e/0x1f0
[    0.000000]  ? __pfx_lockdown_is_locked_down+0x10/0x10
[    0.000000]  ? security_add_hooks+0xb8/0x120
[    0.000000]  ? lockdown_lsm_init+0x21/0x30
[    0.000000]  ? initialize_lsm+0x34/0x60
[    0.000000]  ? early_security_init+0x3d/0x50
[    0.000000]  ? start_kernel+0x66/0xa00
[    0.000000]  ? x86_64_start_reservations+0x24/0x30
[    0.000000]  ? x86_64_start_kernel+0xed/0xf0
[    0.000000]  ? common_startup_64+0x13e/0x141
[    0.000000]  </TASK>
[    0.000000] ---[ end trace 0000000000000000 ]---
[    0.000000] ------------[ cut here ]------------
[    0.000000] static_key_enable_cpuslocked(): static key 'security_hook_active_locked_down_0+0x0/0x10' used before call to jump_label_init()
[    0.000000] WARNING: CPU: 0 PID: 0 at kernel/jump_label.c:199 static_key_enable_cpuslocked+0x8c/0x90
[    0.000000] Modules linked in:
[    0.000000] CPU: 0 UID: 0 PID: 0 Comm: swapper Tainted: G        W          6.12.12-200.fc41.x86_64 #1
[    0.000000] Tainted: [W]=WARN
[    0.000000] RIP: 0010:static_key_enable_cpuslocked+0x8c/0x90
[    0.000000] Code: ff c7 03 01 00 00 00 48 c7 c7 e0 8d a0 8d 5b e9 2a fb e8 00 48 89 fa 48 c7 c6 e0 70 67 8c 48 c7 c7 78 2d e7 8c e8 54 50 d6 ff <0f> 0b eb 86 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 f3 0f
[    0.000000] RSP: 0000:ffffffff8d803e70 EFLAGS: 00010086 ORIG_RAX: 0000000000000000
[    0.000000] RAX: 0000000000000000 RBX: ffffffff8e9285e0 RCX: 000000000000007e
[    0.000000] RDX: 000000000000007e RSI: 00000000ffffe02a RDI: ffffffff8d803d20
[    0.000000] RBP: ffffffff8cf68498 R08: 0000000020646573 R09: 0000000000000000
[    0.000000] R10: 6a206f74206c6c61 R11: 0000000000000000 R12: ffffffff8c6d4150
[    0.000000] R13: 0000000000000002 R14: 0000000000000001 R15: 00000000000947d0
[    0.000000] FS:  0000000000000000(0000) GS:ffffffff8e291000(0000) knlGS:0000000000000000
[    0.000000] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    0.000000] CR2: ffff8880000947d0 CR3: 00000000163a4000 CR4: 00000000000000b0
[    0.000000] Call Trace:
[    0.000000]  <TASK>
[    0.000000]  ? static_key_enable_cpuslocked+0x8c/0x90
[    0.000000]  ? __warn.cold+0x93/0xfa
[    0.000000]  ? static_key_enable_cpuslocked+0x8c/0x90
[    0.000000]  ? report_bug+0xff/0x140
[    0.000000]  ? early_fixup_exception+0x5d/0xb0
[    0.000000]  ? early_idt_handler_common+0x2f/0x3a
[    0.000000]  ? static_key_enable_cpuslocked+0x8c/0x90
[    0.000000]  ? static_key_enable+0x1a/0x20
[    0.000000]  ? security_add_hooks+0xc9/0x120
[    0.000000]  ? lockdown_lsm_init+0x21/0x30
[    0.000000]  ? initialize_lsm+0x34/0x60
[    0.000000]  ? early_security_init+0x3d/0x50
[    0.000000]  ? start_kernel+0x66/0xa00
[    0.000000]  ? x86_64_start_reservations+0x24/0x30
[    0.000000]  ? x86_64_start_kernel+0xed/0xf0
[    0.000000]  ? common_startup_64+0x13e/0x141
[    0.000000]  </TASK>
[    0.000000] ---[ end trace 0000000000000000 ]---
[    0.000000] ------------[ cut here ]------------
[    0.000000] static_key_enable_cpuslocked(): static key 'security_hook_active_lock_kernel_down_0+0x0/0x10' used before call to jump_label_init()
[    0.000000] WARNING: CPU: 0 PID: 0 at kernel/jump_label.c:199 static_key_enable_cpuslocked+0x8c/0x90
[    0.000000] Modules linked in:
[    0.000000] CPU: 0 UID: 0 PID: 0 Comm: swapper Tainted: G        W          6.12.12-200.fc41.x86_64 #1
[    0.000000] Tainted: [W]=WARN
[    0.000000] RIP: 0010:static_key_enable_cpuslocked+0x8c/0x90
[    0.000000] Code: ff c7 03 01 00 00 00 48 c7 c7 e0 8d a0 8d 5b e9 2a fb e8 00 48 89 fa 48 c7 c6 e0 70 67 8c 48 c7 c7 78 2d e7 8c e8 54 50 d6 ff <0f> 0b eb 86 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 f3 0f
[    0.000000] RSP: 0000:ffffffff8d803e70 EFLAGS: 00010086 ORIG_RAX: 0000000000000000
[    0.000000] RAX: 0000000000000000 RBX: ffffffff8e928540 RCX: 00000000000000ed
[    0.000000] RDX: 0000000000000083 RSI: 00000000ffffe04f RDI: ffffffff8d803d20
[    0.000000] RBP: ffffffff8cf684b0 R08: 0000000020646573 R09: 0000000000000000
[    0.000000] R10: 6a206f74206c6c61 R11: 0000000000000000 R12: ffffffff8c6d4150
[    0.000000] R13: 0000000000000002 R14: 0000000000000002 R15: 00000000000947d0
[    0.000000] FS:  0000000000000000(0000) GS:ffffffff8e291000(0000) knlGS:0000000000000000
[    0.000000] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    0.000000] CR2: ffff8880000947d0 CR3: 00000000163a4000 CR4: 00000000000000b0
[    0.000000] Call Trace:
[    0.000000]  <TASK>
[    0.000000]  ? static_key_enable_cpuslocked+0x8c/0x90
[    0.000000]  ? __warn.cold+0x93/0xfa
[    0.000000]  ? static_key_enable_cpuslocked+0x8c/0x90
[    0.000000]  ? report_bug+0xff/0x140
[    0.000000]  ? early_fixup_exception+0x5d/0xb0
[    0.000000]  ? early_idt_handler_common+0x2f/0x3a
[    0.000000]  ? static_key_enable_cpuslocked+0x8c/0x90
[    0.000000]  ? static_key_enable+0x1a/0x20
[    0.000000]  ? security_add_hooks+0xc9/0x120
[    0.000000]  ? lockdown_lsm_init+0x21/0x30
[    0.000000]  ? initialize_lsm+0x34/0x60
[    0.000000]  ? early_security_init+0x3d/0x50
[    0.000000]  ? start_kernel+0x66/0xa00
[    0.000000]  ? x86_64_start_reservations+0x24/0x30
[    0.000000]  ? x86_64_start_kernel+0xed/0xf0
[    0.000000]  ? common_startup_64+0x13e/0x141
[    0.000000]  </TASK>
[    0.000000] ---[ end trace 0000000000000000 ]---
[    0.000000] Command line: BOOT_IMAGE=(hd0,gpt3)/boot/ostree/fedora-coreos-1ec67de704a6378e62bb7e64dd3dff9eea268d7a7984ba3671f175136989c6ef/vmlinuz-6.12.12-200.fc41.x86_64 rw ignition.firstboot mitigations=auto,nosmt ostree=/ostree/boot.1/fedora-coreos/1ec67de704a6378e62bb7e64dd3dff9eea268d7a7984ba3671f175136989c6ef/0 ignition.platform.id=qemu console=tty0 console=ttyS0,115200n8
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000005ffccfff] usable
[    0.000000] BIOS-e820: [mem 0x000000005ffcd000-0x000000005fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.16.3-3.fc41 04/01/2014
[    0.000000] DMI: Memory slots populated: 1/1
[    0.000000] Hypervisor detected: KVM
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000001] kvm-clock: using sched offset of 3241844554 cycles
[    0.000003] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.000007] tsc: Detected 2195.862 MHz processor
[    0.000453] last_pfn = 0x5ffcd max_arch_pfn = 0x400000000
[    0.000503] MTRR map: 4 entries (3 fixed + 1 variable; max 19), built from 8 variable MTRRs
[    0.000507] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.003105] found SMP MP-table at [mem 0x000f5480-0x000f548f]
[    0.003121] Using GB pages for direct mapping
[    0.003345] RAMDISK: [mem 0x2cb11000-0x32580fff]
[    0.003352] ACPI: Early table checksum verification disabled
[    0.003356] ACPI: RSDP 0x00000000000F52C0 000014 (v00 BOCHS )
[    0.003360] ACPI: RSDT 0x000000005FFD1EEF 000038 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.003365] ACPI: FACP 0x000000005FFD1D57 000074 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.003374] ACPI: DSDT 0x000000005FFD0040 001D17 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.003377] ACPI: FACS 0x000000005FFD0000 000040
[    0.003379] ACPI: APIC 0x000000005FFD1DCB 000078 (v03 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.003381] ACPI: HPET 0x000000005FFD1E43 000038 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.003384] ACPI: TPM2 0x000000005FFD1E7B 00004C (v04 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.003386] ACPI: WAET 0x000000005FFD1EC7 000028 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.003388] ACPI: Reserving FACP table memory at [mem 0x5ffd1d57-0x5ffd1dca]
[    0.003390] ACPI: Reserving DSDT table memory at [mem 0x5ffd0040-0x5ffd1d56]
[    0.003390] ACPI: Reserving FACS table memory at [mem 0x5ffd0000-0x5ffd003f]
[    0.003391] ACPI: Reserving APIC table memory at [mem 0x5ffd1dcb-0x5ffd1e42]
[    0.003392] ACPI: Reserving HPET table memory at [mem 0x5ffd1e43-0x5ffd1e7a]
[    0.003393] ACPI: Reserving TPM2 table memory at [mem 0x5ffd1e7b-0x5ffd1ec6]
[    0.003393] ACPI: Reserving WAET table memory at [mem 0x5ffd1ec7-0x5ffd1eee]
[    0.003784] No NUMA configuration found
[    0.003785] Faking a node at [mem 0x0000000000000000-0x000000005ffccfff]
[    0.003799] NODE_DATA(0) allocated [mem 0x5ffa22c0-0x5ffccfff]
[    0.004016] Zone ranges:
[    0.004017]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.004019]   DMA32    [mem 0x0000000001000000-0x000000005ffccfff]
[    0.004020]   Normal   empty
[    0.004021]   Device   empty
[    0.004022] Movable zone start for each node
[    0.004024] Early memory node ranges
[    0.004025]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.004026]   node   0: [mem 0x0000000000100000-0x000000005ffccfff]
[    0.004028] Initmem setup node 0 [mem 0x0000000000001000-0x000000005ffccfff]
[    0.004034] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.004057] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.006289] On node 0, zone DMA32: 51 pages in unavailable ranges
[    0.006682] ACPI: PM-Timer IO Port: 0x608
[    0.006697] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.006739] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.006742] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.006744] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.006746] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.006747] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.006748] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.006752] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.006753] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.006757] TSC deadline timer available
[    0.006763] CPU topo: Max. logical packages:   1
[    0.006764] CPU topo: Max. logical dies:       1
[    0.006764] CPU topo: Max. dies per package:   1
[    0.006769] CPU topo: Max. threads per core:   1
[    0.006770] CPU topo: Num. cores per package:     1
[    0.006770] CPU topo: Num. threads per package:   1
[    0.006771] CPU topo: Allowing 1 present CPUs plus 0 hotplug CPUs
[    0.006794] kvm-guest: APIC: eoi() replaced with kvm_guest_apic_eoi_write()
[    0.006821] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.006823] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.006823] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    0.006824] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.006826] [mem 0x60000000-0xfeffbfff] available for PCI devices
[    0.006827] Booting paravirtualized kernel on KVM
[    0.006831] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.013983] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1
[    0.014196] percpu: Embedded 88 pages/cpu s237568 r8192 d114688 u2097152
[    0.014248] kvm-guest: PV spinlocks disabled, single CPU
[    0.014249] Kernel command line: BOOT_IMAGE=(hd0,gpt3)/boot/ostree/fedora-coreos-1ec67de704a6378e62bb7e64dd3dff9eea268d7a7984ba3671f175136989c6ef/vmlinuz-6.12.12-200.fc41.x86_64 rw ignition.firstboot mitigations=auto,nosmt ostree=/ostree/boot.1/fedora-coreos/1ec67de704a6378e62bb7e64dd3dff9eea268d7a7984ba3671f175136989c6ef/0 ignition.platform.id=qemu console=tty0 console=ttyS0,115200n8
[    0.014372] Unknown kernel command line parameters "BOOT_IMAGE=(hd0,gpt3)/boot/ostree/fedora-coreos-1ec67de704a6378e62bb7e64dd3dff9eea268d7a7984ba3671f175136989c6ef/vmlinuz-6.12.12-200.fc41.x86_64 ostree=/ostree/boot.1/fedora-coreos/1ec67de704a6378e62bb7e64dd3dff9eea268d7a7984ba3671f175136989c6ef/0", will be passed to user space.
[    0.014395] random: crng init done
[    0.014577] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.014667] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.014696] Fallback order for Node 0: 0 
[    0.014699] Built 1 zonelists, mobility grouping on.  Total pages: 393067
[    0.014700] Policy zone: DMA32
[    0.014906] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.019721] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.019757] ftrace: allocating 57157 entries in 224 pages
[    0.031906] ftrace: allocated 224 pages with 3 groups
[    0.033325] Dynamic Preempt: voluntary
[    0.033419] rcu: Preemptible hierarchical RCU implementation.
[    0.033419] rcu: 	RCU event tracing is enabled.
[    0.033420] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.
[    0.033421] 	Trampoline variant of Tasks RCU enabled.
[    0.033422] 	Rude variant of Tasks RCU enabled.
[    0.033422] 	Tracing variant of Tasks RCU enabled.
[    0.033423] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.033424] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[    0.033429] RCU Tasks: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1.
[    0.033431] RCU Tasks Rude: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1.
[    0.033432] RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1.
[    0.039525] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16
[    0.039828] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.039936] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.040110] Console: colour *CGA 80x25
[    0.040113] printk: legacy console [tty0] enabled
[    0.049275] printk: legacy console [ttyS0] enabled
[    0.270666] ACPI: Core revision 20240827
[    0.271559] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[    0.273126] APIC: Switch to symmetric I/O mode setup
[    0.274142] x2apic enabled
[    0.274913] APIC: Switched APIC routing to: physical x2apic
[    0.277161] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.278149] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1fa6ede6653, max_idle_ns: 440795269869 ns
[    0.279764] Calibrating delay loop (skipped) preset value.. 4391.72 BogoMIPS (lpj=2195862)
[    0.281789] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.282911] Last level iTLB entries: 4KB 512, 2MB 255, 4MB 127
[    0.283800] Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127, 1GB 0
[    0.284806] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.285802] Spectre V2 : Mitigation: Retpolines
[    0.286800] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.287800] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.288799] Spectre V2 : Enabling Speculation Barrier for firmware calls
[    0.289799] RETBleed: Mitigation: untrained return thunk
[    0.290801] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.291803] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.292800] Speculative Return Stack Overflow: IBPB-extending microcode not applied!
[    0.293800] Speculative Return Stack Overflow: WARNING: See https://kernel.org/doc/html/latest/admin-guide/hw-vuln/srso.html for mitigation options.
[    0.293802] Speculative Return Stack Overflow: Vulnerable: Safe RET, no microcode
[    0.295815] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.296800] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.297799] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.298800] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.299799] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.342056] Freeing SMP alternatives memory: 48K
[    0.342807] pid_max: default: 32768 minimum: 301
[    0.343639] LSM: initializing lsm=lockdown,capability,yama,selinux,bpf,landlock,ipe,ima,evm
[    0.343846] Yama: becoming mindful.
[    0.344404] SELinux:  Initializing.
[    0.345819] LSM support for eBPF active
[    0.346473] landlock: Up and running.
[    0.346934] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.347851] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.350593] smpboot: CPU0: AMD EPYC 7552 48-Core Processor (family: 0x17, model: 0x31, stepping: 0x0)
[    0.352287] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.352809] ... version:                0
[    0.353457] ... bit width:              48
[    0.353813] ... generic registers:      6
[    0.354441] ... value mask:             0000ffffffffffff
[    0.354805] ... max period:             00007fffffffffff
[    0.355697] ... fixed-purpose events:   0
[    0.355804] ... event mask:             000000000000003f
[    0.356766] signal: max sigframe size: 1776
[    0.357777] rcu: Hierarchical SRCU implementation.
[    0.358526] rcu: 	Max phase no-delay instances is 400.
[    0.366659] smp: Bringing up secondary CPUs ...
[    0.366820] smp: Brought up 1 node, 1 CPU
[    0.367462] smpboot: Total of 1 processors activated (4391.72 BogoMIPS)
[    0.368012] Memory: 1381780K/1572268K available (22528K kernel code, 4429K rwdata, 16764K rodata, 4884K init, 4724K bss, 185284K reserved, 0K cma-reserved)
[    0.369084] devtmpfs: initialized
[    0.369782] x86/mm: Memory block size: 128MB
[    0.371576] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.371833] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[    0.372901] pinctrl core: initialized pinctrl subsystem
[    0.373986] PM: RTC time: 13:49:46, date: 2025-02-02
[    0.378043] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.379417] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[    0.379835] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.381130] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.381856] audit: initializing netlink subsys (disabled)
[    0.383015] thermal_sys: Registered thermal governor 'fair_share'
[    0.383018] thermal_sys: Registered thermal governor 'bang_bang'
[    0.383810] audit: type=2000 audit(1738504187.245:1): state=initialized audit_enabled=0 res=1
[    0.385810] thermal_sys: Registered thermal governor 'step_wise'
[    0.385812] thermal_sys: Registered thermal governor 'user_space'
[    0.386767] cpuidle: using governor menu
[    0.388460] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.389076] PCI: Using configuration type 1 for base access
[    0.389805] PCI: Using configuration type 1 for extended access
[    0.390993] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.425858] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.426808] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.427814] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.428805] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.436027] cryptd: max_cpu_qlen set to 1000
[    0.437231] raid6: skipped pq benchmark and selected avx2x4
[    0.437807] raid6: using avx2x2 recovery algorithm
[    0.439953] ACPI: Added _OSI(Module Device)
[    0.440640] ACPI: Added _OSI(Processor Device)
[    0.441826] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.442560] ACPI: Added _OSI(Processor Aggregator Device)
[    0.446056] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.451024] ACPI: Interpreter enabled
[    0.451637] ACPI: PM: (supports S0 S3 S4 S5)
[    0.453059] ACPI: Using IOAPIC for interrupt routing
[    0.454025] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.454809] PCI: Using E820 reservations for host bridge windows
[    0.458123] ACPI: Enabled 2 GPEs in block 00 to 0F
[    0.466505] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.466815] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.468418] acpiphp: Slot [2] registered
[    0.468826] acpiphp: Slot [3] registered
[    0.469478] acpiphp: Slot [4] registered
[    0.469844] acpiphp: Slot [5] registered
[    0.470478] acpiphp: Slot [6] registered
[    0.470824] acpiphp: Slot [7] registered
[    0.471476] acpiphp: Slot [8] registered
[    0.471823] acpiphp: Slot [9] registered
[    0.472526] acpiphp: Slot [10] registered
[    0.472835] acpiphp: Slot [11] registered
[    0.473479] acpiphp: Slot [12] registered
[    0.473835] acpiphp: Slot [13] registered
[    0.474511] acpiphp: Slot [14] registered
[    0.474823] acpiphp: Slot [15] registered
[    0.475494] acpiphp: Slot [16] registered
[    0.475880] acpiphp: Slot [17] registered
[    0.476523] acpiphp: Slot [18] registered
[    0.476824] acpiphp: Slot [19] registered
[    0.477570] acpiphp: Slot [20] registered
[    0.477823] acpiphp: Slot [21] registered
[    0.478524] acpiphp: Slot [22] registered
[    0.478824] acpiphp: Slot [23] registered
[    0.479462] acpiphp: Slot [24] registered
[    0.479823] acpiphp: Slot [25] registered
[    0.480492] acpiphp: Slot [26] registered
[    0.480822] acpiphp: Slot [27] registered
[    0.481500] acpiphp: Slot [28] registered
[    0.481824] acpiphp: Slot [29] registered
[    0.482463] acpiphp: Slot [30] registered
[    0.482823] acpiphp: Slot [31] registered
[    0.483480] PCI host bridge to bus 0000:00
[    0.483807] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.484805] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.485816] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.486807] pci_bus 0000:00: root bus resource [mem 0x60000000-0xfebfffff window]
[    0.487806] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]
[    0.488806] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
[    0.489806] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.490816] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 conventional PCI endpoint
[    0.492359] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 conventional PCI endpoint
[    0.493393] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180 conventional PCI endpoint
[    0.495764] pci 0000:00:01.1: BAR 4 [io  0xc100-0xc10f]
[    0.497639] pci 0000:00:01.1: BAR 0 [io  0x01f0-0x01f7]: legacy IDE quirk
[    0.497807] pci 0000:00:01.1: BAR 1 [io  0x03f6]: legacy IDE quirk
[    0.498764] pci 0000:00:01.1: BAR 2 [io  0x0170-0x0177]: legacy IDE quirk
[    0.499806] pci 0000:00:01.1: BAR 3 [io  0x0376]: legacy IDE quirk
[    0.500974] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000 conventional PCI endpoint
[    0.502203] pci 0000:00:01.3: quirk: [io  0x0600-0x063f] claimed by PIIX4 ACPI
[    0.502814] pci 0000:00:01.3: quirk: [io  0x0700-0x070f] claimed by PIIX4 SMB
[    0.504137] pci 0000:00:02.0: [1af4:1005] type 00 class 0x00ff00 conventional PCI endpoint
[    0.505601] pci 0000:00:02.0: BAR 0 [io  0xc0c0-0xc0df]
[    0.506764] pci 0000:00:02.0: BAR 1 [mem 0xfebc0000-0xfebc0fff]
[    0.510566] pci 0000:00:02.0: BAR 4 [mem 0xfebf0000-0xfebf3fff 64bit pref]
[    0.513225] pci 0000:00:03.0: [1af4:1001] type 00 class 0x010000 conventional PCI endpoint
[    0.515128] pci 0000:00:03.0: BAR 0 [io  0xc000-0xc07f]
[    0.516594] pci 0000:00:03.0: BAR 1 [mem 0xfebc1000-0xfebc1fff]
[    0.518765] pci 0000:00:03.0: BAR 4 [mem 0xfebf4000-0xfebf7fff 64bit pref]
[    0.522168] pci 0000:00:04.0: [1af4:1000] type 00 class 0x020000 conventional PCI endpoint
[    0.523496] pci 0000:00:04.0: BAR 0 [io  0xc0e0-0xc0ff]
[    0.524397] pci 0000:00:04.0: BAR 1 [mem 0xfebc2000-0xfebc2fff]
[    0.526679] pci 0000:00:04.0: BAR 4 [mem 0xfebf8000-0xfebfbfff 64bit pref]
[    0.527765] pci 0000:00:04.0: ROM [mem 0xfeb80000-0xfebbffff pref]
[    0.530204] pci 0000:00:05.0: [1af4:1003] type 00 class 0x078000 conventional PCI endpoint
[    0.531521] pci 0000:00:05.0: BAR 0 [io  0xc080-0xc0bf]
[    0.532406] pci 0000:00:05.0: BAR 1 [mem 0xfebc3000-0xfebc3fff]
[    0.534352] pci 0000:00:05.0: BAR 4 [mem 0xfebfc000-0xfebfffff 64bit pref]
[    0.537327] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
[    0.537950] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[    0.538953] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[    0.539938] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[    0.540878] ACPI: PCI: Interrupt link LNKS configured for IRQ 9
[    0.542254] iommu: Default domain type: Translated
[    0.542806] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.543916] SCSI subsystem initialized
[    0.544665] ACPI: bus type USB registered
[    0.544845] usbcore: registered new interface driver usbfs
[    0.545713] usbcore: registered new interface driver hub
[    0.545828] usbcore: registered new device driver usb
[    0.546726] pps_core: LinuxPPS API ver. 1 registered
[    0.546806] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.547814] PTP clock support registered
[    0.548629] EDAC MC: Ver: 3.0.0
[    0.549610] NetLabel: Initializing
[    0.549806] NetLabel:  domain hash size = 128
[    0.550514] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.550856] NetLabel:  unlabeled traffic allowed by default
[    0.551743] mctp: management component transport protocol core
[    0.551821] NET: Registered PF_MCTP protocol family
[    0.552594] PCI: Using ACPI for IRQ routing
[    0.552998] vgaarb: loaded
[    0.553668] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.553814] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
[    0.558818] clocksource: Switched to clocksource kvm-clock
[    0.561649] VFS: Disk quotas dquot_6.6.0
[    0.562634] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.563846] pnp: PnP ACPI init
[    0.564810] pnp: PnP ACPI: found 5 devices
[    0.572473] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.573966] NET: Registered PF_INET protocol family
[    0.575172] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.602784] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[    0.604451] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.605999] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.607460] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.608812] TCP: Hash tables configured (established 16384 bind 16384)
[    0.610088] MPTCP token hash table entries: 2048 (order: 3, 49152 bytes, linear)
[    0.611324] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[    0.612596] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[    0.613910] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.614883] NET: Registered PF_XDP protocol family
[    0.615786] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.616913] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.618045] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.619282] pci_bus 0000:00: resource 7 [mem 0x60000000-0xfebfffff window]
[    0.620537] pci_bus 0000:00: resource 8 [mem 0x100000000-0x17fffffff window]
[    0.621839] pci_bus 0000:00: resource 9 [mem 0xfed40000-0xfed44fff]
[    0.623027] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    0.624116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.625313] PCI: CLS 0 bytes, default 64
[    0.626314] Trying to unpack rootfs image as initramfs...
[    0.627481] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fa6ede6653, max_idle_ns: 440795269869 ns
[    0.709432] Initialise system trusted keyrings
[    0.712010] Key type blacklist registered
[    0.714115] workingset: timestamp_bits=36 max_order=19 bucket_order=0
[    0.716958] zbud: loaded
[    0.718199] integrity: Platform Keyring initialized
[    0.719938] integrity: Machine keyring initialized
[    0.751330] NET: Registered PF_ALG protocol family
[    0.754266] xor: automatically using best checksumming function   avx       
[    0.757316] Key type asymmetric registered
[    0.758003] Asymmetric key parser 'x509' registered
[    1.413041] Freeing initrd memory: 92608K
[    1.418800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    1.420082] io scheduler mq-deadline registered
[    1.420813] io scheduler kyber registered
[    1.421501] io scheduler bfq registered
[    1.423830] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    1.425260] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.426467] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    1.427772] ACPI: button: Power Button [PWRF]
[    1.464770] ACPI: \_SB_.LNKB: Enabled at IRQ 10
[    1.502443] ACPI: \_SB_.LNKC: Enabled at IRQ 11
[    1.539773] ACPI: \_SB_.LNKD: Enabled at IRQ 11
[    1.577270] ACPI: \_SB_.LNKA: Enabled at IRQ 10
[    1.579134] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.580594] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.584803] Non-volatile memory driver v1.3
[    1.586325] Linux agpgart interface v0.103
[    1.588608] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0x1, rev-id 1)
[    1.604057] ACPI: bus type drm_connector registered
[    1.606341] scsi host0: ata_piix
[    1.607046] scsi host1: ata_piix
[    1.607644] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 lpm-pol 0
[    1.608832] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 lpm-pol 0
[    1.610869] usbcore: registered new interface driver usbserial_generic
[    1.611935] usbserial: USB Serial support registered for generic
[    1.612913] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    1.614841] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.615661] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.616590] mousedev: PS/2 mouse device common for all mice
[    1.617819] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[    1.619997] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4
[    1.621417] rtc_cmos 00:04: RTC can wake from S4
[    1.622863] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3
[    1.624255] rtc_cmos 00:04: registered as rtc0
[    1.625036] rtc_cmos 00:04: setting system clock to 2025-02-02T13:49:47 UTC (1738504187)
[    1.626347] rtc_cmos 00:04: alarms up to one day, y3k, 242 bytes nvram, hpet irqs
[    1.627659] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    1.629595] device-mapper: uevent: version 1.0.3
[    1.630385] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[    1.631875] amd_pstate: the _CPC object is not present in SBIOS or ACPI disabled
[    1.633133] hid: raw HID events driver (C) Jiri Kosina
[    1.634013] usbcore: registered new interface driver usbhid
[    1.634887] usbhid: USB HID core driver
[    1.635616] drop_monitor: Initializing network drop monitor service
[    1.636724] Initializing XFRM netlink socket
[    1.637420] NET: Registered PF_INET6 protocol family
[    1.642668] Segment Routing with IPv6
[    1.643284] RPL Segment Routing with IPv6
[    1.643986] In-situ OAM (IOAM) with IPv6
[    1.644654] mip6: Mobile IPv6
[    1.645165] NET: Registered PF_PACKET protocol family
[    1.646355] IPI shorthand broadcast: enabled
[    1.647075] AES CTR mode by8 optimization enabled
[    1.651900] sched_clock: Marking stable (1415002574, 235922482)->(1701651221, -50726165)
[    1.653458] registered taskstats version 1
[    1.654502] Loading compiled-in X.509 certificates
[    1.664776] Loaded X.509 cert 'Fedora kernel signing key: 7d418ed830a7e137fc343b249e39cab3412e0080'
[    1.676910] Loaded X.509 cert 'Fedora IMA CA: a8a00c31663f853f9c6ff2564872e378af026b28'
[    1.689525] Demotion targets for Node 0: null
[    1.690270] page_owner is disabled
[    1.690909] Key type .fscrypt registered
[    1.691564] Key type fscrypt-provisioning registered
[    1.696327] Btrfs loaded, zoned=yes, fsverity=yes
[    1.697159] Key type big_key registered
[    1.697791] Key type trusted registered
[    1.728278] Key type encrypted registered
[    1.729058] Loading compiled-in module X.509 certificates
[    1.730461] Loaded X.509 cert 'Fedora kernel signing key: 7d418ed830a7e137fc343b249e39cab3412e0080'
[    1.731889] ima: Allocated hash algorithm: sha256
[    1.776321] ima: No architecture policies found
[    1.777139] evm: Initialising EVM extended attributes:
[    1.777963] evm: security.selinux
[    1.778510] evm: security.SMACK64 (disabled)
[    1.779183] evm: security.SMACK64EXEC (disabled)
[    1.779912] evm: security.SMACK64TRANSMUTE (disabled)
[    1.780715] evm: security.SMACK64MMAP (disabled)
[    1.781445] evm: security.apparmor (disabled)
[    1.782182] evm: security.ima
[    1.782678] evm: security.capability
[    1.783248] evm: HMAC attrs: 0x1
[    1.835593] alg: No test for 842 (842-scomp)
[    1.837156] alg: No test for 842 (842-generic)
[    1.838810] PM:   Magic number: 13:290:836
[    1.869697] RAS: Correctable Errors collector initialized.
[    1.937997] clk: Disabling unused clocks
[    1.938703] PM: genpd: Disabling unused power domains
[    1.947398] Freeing unused decrypted memory: 2028K
[    1.949685] Freeing unused kernel image (initmem) memory: 4884K
[    1.951953] Write protecting the kernel read-only data: 40960k
[    1.954245] Freeing unused kernel image (rodata/data gap) memory: 1668K
[    2.026918] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.080883] Run /init as init process
[    2.129400] systemd[1]: Successfully made /usr/ read-only.
104[    2.130614] systemd[1]: systemd 256.11-1.fc41 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +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 +XKBCOMMON +UTMP +SYSVINIT +LIBARCHIVE)
[    2.134535] systemd[1]: Detected virtualization kvm.
[    2.135166] systemd[1]: Detected architecture x86-64.
[    2.135835] systemd[1]: Running in initrd.

Welcome to Fedora CoreOS 41.20250202.dev.0 dracut-103-3.fc41 (Initramfs)!


[    2.138005] systemd[1]: No hostname configured, using default hostname.
[    2.138957] systemd[1]: Hostname set to <localhost>.
[    2.139769] systemd[1]: Initializing machine ID from VM UUID.
[    2.277124] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[    2.449813] systemd[1]: Queued start job for default target initrd.target.
[    2.456618] systemd[1]: Started clevis-luks-askpass.path - Forward Password Requests to Clevis Directory Watch.
[  OK  ] Started clevis-luks-askpass.path -…Requests to Clevis Directory Watch.

[    2.459395] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started systemd-ask-password-conso…equests to Console Directory Watch.

[    2.462146] systemd[1]: Expecting device dev-disk-by\x2dlabel-boot.device - /dev/disk/by-label/boot...
         Expecting device dev-disk-by\x2dla…device - /dev/disk/by-label/boot...

[    2.464571] systemd[1]: Expecting device dev-disk-by\x2dlabel-root.device - /dev/disk/by-label/root...
         Expecting device dev-disk-by\x2dla…device - /dev/disk/by-label/root...

[    2.467076] systemd[1]: Reached target initrd-usr-fs.target - Initrd /usr File System.
[  OK  ] Reached target initrd-usr-fs.target - Initrd /usr File System.

[    2.469613] systemd[1]: Reached target paths.target - Path Units.
[  OK  ] Reached target paths.target - Path Units.

[    2.471585] systemd[1]: Reached target slices.target - Slice Units.
[  OK  ] Reached target slices.target - Slice Units.

[    2.473604] systemd[1]: Reached target swap.target - Swaps.
[  OK  ] Reached target swap.target - Swaps.

[    2.475451] systemd[1]: Reached target timers.target - Timer Units.
[  OK  ] Reached target timers.target - Timer Units.

[    2.477653] systemd[1]: Listening on dbus.socket - D-Bus System Message Bus Socket.
[  OK  ] Listening on dbus.socket - D-Bus System Message Bus Socket.

[    2.480144] systemd[1]: Listening on iscsid.socket - Open-iSCSI iscsid Socket.
[  OK  ] Listening on iscsid.socket - Open-iSCSI iscsid Socket.

[    2.482584] systemd[1]: Listening on iscsiuio.socket - Open-iSCSI iscsiuio Socket.
[  OK  ] Listening on iscsiuio.socket - Open-iSCSI iscsiuio Socket.

[    2.485350] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[  OK  ] Listening on systemd-journald-dev-…socket - Journal Socket (/dev/log).

[    2.488257] systemd[1]: Listening on systemd-journald.socket - Journal Sockets.
[  OK  ] Listening on systemd-journald.socket - Journal Sockets.

[    2.490562] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[  OK  ] Listening on systemd-udevd-control.socket - udev Control Socket.

[    2.492995] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[  OK  ] Listening on systemd-udevd-kernel.socket - udev Kernel Socket.

[    2.495331] systemd[1]: Reached target sockets.target - Socket Units.
[  OK  ] Reached target sockets.target - Socket Units.

[    2.498789] systemd[1]: Starting afterburn-network-kargs.service - Afterburn Initrd Setup Network Kernel Arguments...
         Starting afterburn-network-kargs.s…d Setup Network Kernel Arguments...

[    2.504119] systemd[1]: coreos-check-kernel.service - Check That Initrd Matches Kernel was skipped because of an unmet condition check (ConditionPathIsDirectory=!/usr/lib/modules/6.12.12-200.fc41.x86_64).
[    2.507424] systemd[1]: Finished coreos-teardown-initramfs.service - CoreOS Tear Down Initramfs.
[  OK  ] Finished coreos-teardown-initramfs…rvice - CoreOS Tear Down Initramfs.

[    2.514098] systemd[1]: Starting coreos-touch-run-agetty.service - CoreOS: Touch /run/agetty.reload...
         Starting coreos-touch-run-agetty.s…CoreOS: Touch /run/agetty.reload...

[    2.521389] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
         Starting kmod-static-nodes.service…eate List of Static Device Nodes...

[    2.527087] systemd[1]: multipathd-configure.service - Device-Mapper Multipath Default Configuration was skipped because of an unmet condition check (ConditionKernelCommandLine=rd.multipath=default).
[    2.535071] systemd[1]: Starting multipathd.service - Device-Mapper Multipath Device Controller...
         Starting multipathd.service - Devi…pper Multipath Device Controller...

[    2.544053] systemd[1]: Starting systemd-journald.service - Journal Service...
         Starting systemd-journald.service - Journal Service...

[    2.554049] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
         Starting systemd-modules-load.service - Load Kernel Modules...

[    2.560190] systemd[1]: systemd-pcrphase-initrd.service - TPM PCR Barrier (initrd) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    2.563521] systemd[1]: Reached target cryptsetup-pre.target - Local Encrypted Volumes (Pre).
[  OK  ] Reached target cryptsetup-pre.target - Local Encrypted Volumes (Pre).

[    2.566060] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[  OK  ] Reached target cryptsetup.target - Local Encrypted Volumes.

[    2.575087] systemd[1]: Starting systemd-vconsole-setup.service - Virtual Console Setup...
         Starting systemd-vconsole-setup.service - Virtual Console Setup...

[    2.590967] systemd[1]: Finished afterburn-network-kargs.service - Afterburn Initrd Setup Network Kernel Arguments.
[  OK  ] Finished afterburn-network-kargs.s…trd Setup Network Kernel Arguments.

[    2.600064] systemd[1]: Finished coreos-touch-run-agetty.service - CoreOS: Touch /run/agetty.reload.
[  OK  ] Finished coreos-touch-run-agetty.s…- CoreOS: Touch /run/agetty.reload.

[    2.610149] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    2.613335] systemd-journald[303]: Collecting audit messages is disabled.
[  OK  ] Finished kmod-static-nodes.service…Create List of Static Device Nodes.

[    2.631050] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
[    2.640678] fuse: init (API version 7.41)
         Starting systemd-tmpfiles-setup-de… Device Nodes in /dev gracefully...

[    2.655964] alua: device handler registered
[    2.666124] emc: device handler registered
[    2.675326] rdac: device handler registered
[    2.682082] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[    2.686118] systemd-modules-load[304]: Inserted module 'fuse'
[  OK  ] Finished systemd-modules-load.service - Load Kernel Modules.

[    2.690293] systemd[1]: Started systemd-journald.service - Journal Service.
[    2.691305] systemd-modules-load[304]: Module 'msr' is built in
[  OK  ] Started systemd-journald.service - Journal Service.

[    2.696122] systemd-modules-load[304]: Inserted module 'scsi_dh_alua'
         Starting systemd-sysctl.service - Apply Kernel Variables...

[    2.701097] systemd-modules-load[304]: Inserted module 'scsi_dh_emc'
[    2.705098] systemd-modules-load[304]: Inserted module 'scsi_dh_rdac'
[    2.710226] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[    2.717353] multipathd[311]: multipathd v0.9.9: start up
[    2.720975] multipathd[311]: /etc/multipath.conf does not exist, blacklisting all devices.
[    2.724964] multipathd[311]: You can run "/sbin/mpathconf --enable" to create
[    2.725886] multipathd[311]: /etc/multipath.conf. See man mpathconf(8) for more details
[    2.733080] multipathd[311]: /etc/multipath.conf does not exist, blacklisting all devices.
[    2.737666] multipathd[311]: You can run "/sbin/mpathconf --enable" to create
[  OK  ] Started multipathd.service - Devic…Mapper Multipath Device Controller.

[    2.742992] multipathd[311]: /etc/multipath.conf. See man mpathconf(8) for more details
[    2.746747] multipathd[311]: reconfigure: setting up paths and maps
[    2.750974] multipathd[311]: _check_bindings_file: failed to read header from /etc/multipath/bindings
[    2.756183] multipathd[311]: updated bindings file /etc/multipath/bindings
[    2.759429] systemd[1]: Started multipathd.service - Device-Mapper Multipath Device Controller.
[    2.768530] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
[  OK  ] Finished systemd-sysctl.service - Apply Kernel Variables.

[    2.792149] systemd-vconsole-setup[309]: KD_FONT_OP_GET failed while trying to get the font metadata: Invalid argument
[  OK  ] Finished systemd-tmpfiles-setup-de…ic Device Nodes in /dev gracefully.

[    2.796916] systemd-vconsole-setup[309]: Fonts will not be copied to remaining consoles
[  OK  ] Finished systemd-vconsole-setup.service - Virtual Console Setup.

[    2.801046] systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.
[ 
...[truncated 38858 chars]...
: Stopped dracut-pre-pivot.service - dracut pre-pivot and cleanup hook.
[  OK  ] Stopped dracut-pre-mount.service - dracut pre-mount hook.

[  OK  ] Stopped dracut-initqueue.service - dracut initqueue hook.

[    8.753446] systemd[1]: Stopped target initrd.target - Initrd Default Target.
[  OK  ] Stopped ignition-fetch-offline.service - Ignition (fetch-offline).

[  OK  ] Stopped coreos-ignition-setup-user… CoreOS Ignition User Config Setup.

[    8.758437] systemd[1]: Stopped target ignition-complete.target - Ignition Complete.
[  OK  ] Stopped ignition-files.service - Ignition (files).

[  OK  ] Stopped ignition-ostree-check-root…OSTree: Check Root Filesystem Size.

[    8.764038] systemd[1]: Stopped target ignition-diskful.target - Ignition Boot Disk Setup.
[    8.766304] systemd[1]: Stopped target initrd-root-device.target - Initrd Root Device.
         Stopping ignition-ostree-mount-sta…tion OSTree Mount State Overlays...

[  OK  ] Stopped ignition-ostree-transposef…ree: Autosave XFS Rootfs Partition.
[    8.772056] systemd[1]: Stopped target initrd-usr-fs.target - Initrd /usr File System.

[  OK  ] Stopped ignition-ostree-growfs.ser…ition OSTree: Grow Root Filesystem.
[    8.776007] systemd[1]: Stopped target remote-fs.target - Remote File Systems.

[  OK  ] Stopped ignition-ostree-uuid-root.… Regenerate Filesystem UUID (root).

[    8.779374] systemd[1]: Stopped target remote-fs-pre.target - Preparation for Remote File Systems.
[    8.782021] systemd[1]: coreos-boot-edit.service: Deactivated successfully.
[    8.785005] systemd[1]: Stopped coreos-boot-edit.service - CoreOS Boot Edit.
[    8.786592] systemd[1]: coreos-post-ignition-checks.service: Deactivated successfully.
[    8.789033] systemd[1]: Stopped coreos-post-ignition-checks.service - CoreOS Post Ignition Checks.
[    8.792019] systemd[1]: coreos-touch-run-agetty.service: Deactivated successfully.
[    8.793412] systemd[1]: Stopped coreos-touch-run-agetty.service - CoreOS: Touch /run/agetty.reload.
[  OK  ] Finished initrd-cleanup.service - …aning Up and Shutting Down Daemons.

[    8.798431] systemd[1]: dracut-mount.service: Deactivated successfully.
[    8.801901] systemd[1]: Stopped dracut-mount.service - dracut mount hook.
[    8.804094] systemd[1]: dracut-pre-mount.service: Deactivated successfully.
[  OK  ] Stopped ignition-ostree-mount-stat…nition OSTree Mount State Overlays.
[    8.807295] systemd[1]: Stopped dracut-pre-mount.service - dracut pre-mount hook.

[  OK  ] Stopped ignition-ostree-populate-var.service - Populate OSTree /var.
[    8.811031] systemd[1]: dracut-initqueue.service: Deactivated successfully.

[    8.812992] systemd[1]: Stopped dracut-initqueue.service - dracut initqueue hook.
         Stopping ignition-mount.service - Ignition (mount)...
[    8.816036] systemd[1]: ignition-fetch-offline.service: Deactivated successfully.

[    8.818002] systemd[1]: Stopped ignition-fetch-offline.service - Ignition (fetch-offline).
[    8.820618] systemd[1]: coreos-ignition-setup-user.service: Deactivated successfully.
[    8.822026] systemd[1]: Stopped coreos-ignition-setup-user.service - CoreOS Ignition User Config Setup.
[    8.823308] systemd[1]: ignition-files.service: Deactivated successfully.
[    8.824278] systemd[1]: Stopped ignition-files.service - Ignition (files).
[    8.825232] systemd[1]: ignition-ostree-check-rootfs-size.service: Deactivated successfully.
[    8.828066] systemd[1]: Stopped ignition-ostree-check-rootfs-size.service - Ignition OSTree: Check Root Filesystem Size.
[    8.831081] systemd[1]: Stopping ignition-ostree-mount-state-overlays.service - Ignition OSTree Mount State Overlays...
[    8.834001] systemd[1]: ignition-ostree-transposefs-autosave-xfs.service: Deactivated successfully.
[    8.835858] systemd[1]: Stopped ignition-ostree-transposefs-autosave-xfs.service - Ignition OSTree: Autosave XFS Rootfs Partition.
[    8.838717] systemd[1]: ignition-ostree-growfs.service: Deactivated successfully.
[    8.840858] systemd[1]: Stopped ignition-ostree-growfs.service - Ignition OSTree: Grow Root Filesystem.
[    8.843432] systemd[1]: ignition-ostree-uuid-root.service: Deactivated successfully.
[    8.845822] systemd[1]: Stopped ignition-ostree-uuid-root.service - Ignition OSTree: Regenerate Filesystem UUID (root).
[    8.848989] systemd[1]: initrd-cleanup.service: Deactivated successfully.
[    8.850447] systemd[1]: Finished initrd-cleanup.service - Cleaning Up and Shutting Down Daemons.
[    8.853006] systemd[1]: ignition-ostree-mount-state-overlays.service: Deactivated successfully.
[    8.854986] systemd[1]: Stopped ignition-ostree-mount-state-overlays.service - Ignition OSTree Mount State Overlays.
[    8.858217] ignition[1224]: Ignition 2.20.0
[    8.858879] systemd[1]: ignition-ostree-populate-var.service: Deactivated successfully.
[    8.861999] ignition[1224]: Stage: umount
[    8.862580] systemd[1]: Stopped ignition-ostree-populate-var.service - Populate OSTree /var.
[    8.864991] ignition[1224]: reading system config file "/usr/lib/ignition/base.d/00-core.ign"
[    8.867848] systemd[1]: Stopping ignition-mount.service - Ignition (mount)...
[    8.870011] (ignition)[1224]: ignition-mount.service: Referenced but unset environment variable evaluates to an empty string: IGNITION_ARGS
[    8.873799] ignition[1224]: reading system config file "/usr/lib/ignition/base.d/30-afterburn-sshkeys-core.ign"
[    8.876040] systemd[1]: ignition-mount.service: Deactivated successfully.
[  OK  ] Stopped ignition-mount.service - Ignition (mount).

[  OK  ] Stopped target network.target - Network.

[  OK  ] Stopped coreos-ignition-unique-boo…tion Ensure Unique Boot Filesystem.

[    8.882052] systemd[1]: Stopped ignition-mount.service - Ignition (mount).
         Stopping coreos-teardown-initramfs…ice - CoreOS Tear Down Initramfs...
[    8.885029] ignition[1224]: no config dir at "/usr/lib/ignition/base.platform.d/qemu"

[    8.887104] systemd[1]: Stopped target network.target - Network.
[  OK  ] Stopped ignition-disks.service - Ignition (disks).

[  OK  ] Stopped ignition-kargs.service - Ignition (kargs).

[    8.891997] ignition[1224]: umount: umount passed
[    8.892655] systemd[1]: coreos-ignition-unique-boot.service: Deactivated successfully.
         Stopping ignition-ostree-mount-var.service - Mount OSTree /var...
[    8.896015] ignition[1224]: Ignition finished successfully
[    8.896795] systemd[1]: Stopped coreos-ignition-unique-boot.service - CoreOS Ignition Ensure Unique Boot Filesystem.

[    8.901021] 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).
         Stopping ignition-ostree-transpose…: Detect Partition Transposition...

[  OK  ] Stopped ignition-ostree-uuid-boot.… Regenerate Filesystem UUID (boot).

[  OK  ] Stopped coreos-gpt-setup.service -…enerate New UUID For Boot Disk GPT.

[  OK  ] Stopped target basic.target - Basic System.
[    8.910017] systemd[1]: Stopping coreos-teardown-initramfs.service - CoreOS Tear Down Initramfs...

[  OK  ] Stopped target paths.target - Path Units.

[  OK  ] Stopped target slices.target - Slice Units.

[    8.915010] systemd[1]: ignition-disks.service: Deactivated successfully.
[  OK  ] Stopped target sockets.target - Socket Units.

[  OK  ] Stopped target sysinit.target - System Initialization.

[  OK  ] Stopped target cryptsetup.target - Local Encrypted Volumes.

[    8.922043] systemd[1]: Stopped ignition-disks.service - Ignition (disks).
[    8.924136] systemd[1]: ignition-kargs.service: Deactivated successfully.
[  OK  ] Stopped systemd-ask-password-conso…equests to Console Directory Watch.

[  OK  ] Stopped target cryptsetup-pre.target - Local Encrypted Volumes (Pre).

[    8.930002] systemd[1]: Stopped ignition-kargs.service - Ignition (kargs).
[    8.930902] systemd[1]: Stopping ignition-ostree-mount-var.service - Mount OSTree /var...
[  OK  ] Stopped clevis-luks-askpass.path -…Requests to Clevis Directory Watch.

[  OK  ] Stopped target local-fs.target - Local File Systems.

[  OK  ] Stopped target local-fs-pre.target…Preparation for Local File Systems.

[  OK  ] Stopped target swap.target - Swaps.

[  OK  ] Closed iscsid.socket - Open-iSCSI iscsid Socket.

[  OK  ] Closed iscsiuio.socket - Open-iSCSI iscsiuio Socket.
[    8.942047] systemd[1]: Stopping ignition-ostree-transposefs-detect.service - Ignition OSTree: Detect Partition Transposition...

[  OK  ] Stopped coreos-copy-firstboot-netw…CoreOS Firstboot Networking Config.

[  OK  ] Stopped coreos-unique-boot.service…nsure Unique Boot Filesystem Label.

[  OK  ] Stopped systemd-sysctl.service - Apply Kernel Variables.

[  OK  ] Stopped systemd-modules-load.service - Load Kernel Modules.

[  OK  ] Stopped systemd-tmpfiles-setup.ser…reate System Files and Directories.

[  OK  ] Stopped systemd-udev-trigger.service - Coldplug All udev Devices.
[    8.958572] systemd[1]: ignition-ostree-uuid-boot.service: Deactivated successfully.

[  OK  ] Stopped dracut-pre-trigger.service - dracut pre-trigger hook.

[    8.965324] ignition-ostree-mount-var[1230]: Unmounting /sysroot/var
[    8.970394] systemd[1]: Stopped ignition-ostree-uuid-boot.service - Ignition OSTree: Regenerate Filesystem UUID (boot).
[  OK  ] Stopped ignition-ostree-mount-var.service - Mount OSTree /var.

[    8.977132] systemd[1]: coreos-gpt-setup.service: Deactivated successfully.
[  OK  ] Stopped ignition-ostree-transposef…ee: Detect Partition Transposition.

[    8.981490] systemd[1]: Stopped coreos-gpt-setup.service - Generate New UUID For Boot Disk GPT.
[    8.985009] systemd[1]: Stopped target basic.target - Basic System.
[    8.985849] systemd[1]: Stopped target paths.target - Path Units.
         Stopping systemd-udevd.service - R…ager for Device Events and Files...

[    8.993023] systemd[1]: Stopped target slices.target - Slice Units.
[    8.993902] systemd[1]: Stopped target sockets.target - Socket Units.
[    8.998391] systemd[1]: Stopped target sysinit.target - System Initialization.
[    9.001295] systemd[1]: Stopped target cryptsetup.target - Local Encrypted Volumes.
[    9.004193] systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
[    9.007502] systemd[1]: Stopped systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[    9.012581] systemd[1]: Stopped target cryptsetup-pre.target - Local Encrypted Volumes (Pre).
[    9.015020] systemd[1]: clevis-luks-askpass.path: Deactivated successfully.
[  OK  ] Stopped systemd-udevd.service - Ru…anager for Device Events and Files.

[    9.020016] systemd[1]: Stopped clevis-luks-askpass.path - Forward Password Requests to Clevis Directory Watch.
[  OK  ] Closed systemd-udevd-control.socket - udev Control Socket.
[    9.025946] systemd[1]: Stopped target local-fs.target - Local File Systems.
[    9.026904] systemd[1]: Stopped target local-fs-pre.target - Preparation for Local File Systems.

[  OK  ] Closed systemd-udevd-kernel.socket - udev Kernel Socket.

[  OK  ] Stopped dracut-pre-udev.service - dracut pre-udev hook.

[  OK  ] Stopped dracut-cmdline.service - dracut cmdline hook.

[  OK  ] Stopped afterburn-network-kargs.se…trd Setup Network Kernel Arguments.

[  OK  ] Stopped dracut-cmdline-ask.service… for additional cmdline parameters.

[    9.038239] coreos-teardown-initramfs[1229]: info: taking down network device: ens4
         Starting initrd-udevadm-cleanup-db.service - Cleanup udev Database...

[  OK  ] Stopped systemd-tmpfiles-setup-dev…Create Static Device Nodes in /dev.

[    9.044547] systemd[1]: Stopped target swap.target - Swaps.
[  OK  ] Stopped systemd-sysusers.service - Create System Users.
[    9.048087] coreos-teardown-initramfs[1252]: RTNETLINK answers: Operation not supported

[  OK  ] Stopped systemd-tmpfiles-setup-dev…ic Device Nodes in /dev gracefully.

[  OK  ] Stopped kmod-static-nodes.service …Create List of Static Device Nodes.

[  OK  ] Stopped systemd-vconsole-setup.service - Virtual Console Setup.
[    9.055512] systemd[1]: iscsid.socket: Deactivated successfully.

[    9.059013] systemd[1]: Closed iscsid.socket - Open-iSCSI iscsid Socket.
[    9.059907] systemd[1]: iscsiuio.socket: Deactivated successfully.
[    9.064496] systemd[1]: Closed iscsiuio.socket - Open-iSCSI iscsiuio Socket.
[    9.066059] systemd[1]: coreos-copy-firstboot-network.service: Deactivated successfully.
[    9.070028] systemd[1]: Stopped coreos-copy-firstboot-network.service - Copy CoreOS Firstboot Networking Config.
[    9.075006] coreos-teardown-initramfs[1229]: info: flushing all routing
[    9.077774] systemd[1]: coreos-livepxe-rootfs.service - Acquire Live PXE rootfs Image was skipped because of an unmet condition check (ConditionPathExists=/run/ostree-live).
[    9.085889] systemd[1]: coreos-unique-boot.service: Deactivated successfully.
[    9.088015] coreos-teardown-initramfs[1229]: info: no initramfs hostname information to propagate
[    9.093029] systemd[1]: Stopped coreos-unique-boot.service - CoreOS Ensure Unique Boot Filesystem Label.
[  OK  ] Finished initrd-udevadm-cleanup-db.service - Cleanup udev Database.
[    9.098604] systemd[1]: systemd-sysctl.service: Deactivated successfully.

[    9.102145] coreos-teardown-initramfs[1263]: ls: cannot access '/sysroot/etc/sysconfig/network-scripts/': No such file or directory
[    9.105579] systemd[1]: Stopped systemd-sysctl.service - Apply Kernel Variables.
[    9.107719] coreos-teardown-initramfs[1229]: info: no networking config is defined in the real root
[    9.110789] systemd[1]: systemd-modules-load.service: Deactivated successfully.
[    9.112226] systemd[1]: Stopped systemd-modules-load.service - Load Kernel Modules.
[    9.114742] systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
[    9.116550] systemd[1]: Stopped systemd-tmpfiles-setup.service - Create System Files and Directories.
[    9.118996] systemd[1]: systemd-udev-trigger.service: Deactivated successfully.
[    9.120993] systemd[1]: Stopped systemd-udev-trigger.service - Coldplug All udev Devices.
[    9.122776] systemd[1]: dracut-pre-trigger.service: Deactivated successfully.
[    9.124999] systemd[1]: Stopped dracut-pre-trigger.service - dracut pre-trigger hook.
[    9.127005] systemd[1]: run-credentials-systemd\x2dsysctl.service.mount: Deactivated successfully.
[    9.128957] systemd[1]: run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount: Deactivated successfully.
[    9.131690] systemd[1]: sysroot-var.mount: Deactivated successfully.
[    9.133862] systemd[1]: ignition-ostree-mount-var.service: Deactivated successfully.
[    9.136050] systemd[1]: Stopped ignition-ostree-mount-var.service - Mount OSTree /var.
[    9.137772] systemd[1]: ignition-ostree-transposefs-detect.service: Deactivated successfully.
[    9.139998] systemd[1]: Stopped ignition-ostree-transposefs-detect.service - Ignition OSTree: Detect Partition Transposition.
[    9.143998] systemd[1]: Stopping systemd-udevd.service - Rule-based Manager for Device Events and Files...
[    9.145989] systemd[1]: systemd-udevd.service: Deactivated successfully.
[    9.147996] systemd[1]: Stopped systemd-udevd.service - Rule-based Manager for Device Events and Files.
[    9.150998] systemd[1]: systemd-udevd-control.socket: Deactivated successfully.
[    9.152537] systemd[1]: Closed systemd-udevd-control.socket - udev Control Socket.
[    9.155007] systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully.
[    9.156609] systemd[1]: Closed systemd-udevd-kernel.socket - udev Kernel Socket.
[    9.159018] systemd[1]: dracut-pre-udev.service: Deactivated successfully.
[    9.160724] systemd[1]: Stopped dracut-pre-udev.service - dracut pre-udev hook.
[    9.162860] systemd[1]: dracut-cmdline.service: Deactivated successfully.
[    9.164839] systemd[1]: Stopped dracut-cmdline.service - dracut cmdline hook.
[    9.167015] systemd[1]: afterburn-network-kargs.service: Deactivated successfully.
[    9.169028] coreos-teardown-initramfs[1229]: info: skipping propagation of default networking configs
[    9.170891] systemd[1]: Stopped afterburn-network-kargs.service - Afterburn Initrd Setup Network Kernel Arguments.
[    9.174071] systemd[1]: dracut-cmdline-ask.service: Deactivated successfully.
[    9.176547] systemd[1]: Stopped dracut-cmdline-ask.service - dracut ask for additional cmdline parameters.
[  OK  ] Stopped coreos-teardown-initramfs.…rvice - CoreOS Tear Down Initramfs.

[  OK  ] Reached target initrd-switch-root.target - Switch Root.
[    9.181588] systemd[1]: Starting initrd-udevadm-cleanup-db.service - Cleanup udev Database...

[    9.184018] systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
         Starting initrd-switch-root.service - Switch Root...

[    9.188037] systemd[1]: Stopped systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
[    9.190039] systemd[1]: systemd-sysusers.service: Deactivated successfully.
[    9.191966] systemd[1]: Stopped systemd-sysusers.service - Create System Users.
[    9.193024] systemd[1]: systemd-tmpfiles-setup-dev-early.service: Deactivated successfully.
[    9.194118] systemd[1]: Stopped systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.
[    9.195689] systemd[1]: kmod-static-nodes.service: Deactivated successfully.
[    9.198101] systemd[1]: Stopped kmod-static-nodes.service - Create List of Static Device Nodes.
[    9.201128] systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
[    9.204990] systemd[1]: Stopped systemd-vconsole-setup.service - Virtual Console Setup.
[    9.207218] systemd[1]: run-credentials-systemd\x2dsysusers.service.mount: Deactivated successfully.
[    9.210022] systemd[1]: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev\x2dearly.service.mount: Deactivated successfully.
[    9.212989] systemd[1]: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount: Deactivated successfully.
[    9.215985] systemd[1]: run-credentials-systemd\x2dvconsole\x2dsetup.service.mount: Deactivated successfully.
[    9.219004] systemd[1]: initrd-udevadm-cleanup-db.service: Deactivated successfully.
[    9.221031] systemd[1]: Finished initrd-udevadm-cleanup-db.service - Cleanup udev Database.
[    9.222986] systemd[1]: coreos-teardown-initramfs.service: Deactivated successfully.
[    9.225081] systemd[1]: Stopped coreos-teardown-initramfs.service - CoreOS Tear Down Initramfs.
[    9.227549] systemd[1]: Reached target initrd-switch-root.target - Switch Root.
[    9.229736] systemd[1]: Starting initrd-switch-root.service - Switch Root...
[    9.231718] systemd[1]: Switching root.
[    9.254384] systemd-journald[303]: Received SIGTERM from PID 1 (systemd).
[    9.358269] audit: type=1404 audit(1738504195.232:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1
[    9.401394] SELinux:  policy capability network_peer_controls=1
[    9.402212] SELinux:  policy capability open_perms=1
[    9.402860] SELinux:  policy capability extended_socket_class=1
[    9.403646] SELinux:  policy capability always_check_network=0
[    9.404367] SELinux:  policy capability cgroup_seclabel=1
[    9.405038] SELinux:  policy capability nnp_nosuid_transition=1
[    9.405816] SELinux:  policy capability genfs_seclabel_symlinks=1
[    9.406603] SELinux:  policy capability ioctl_skip_cloexec=0
[    9.407295] SELinux:  policy capability userspace_initial_context=0
[    9.454192] audit: type=1403 audit(1738504195.327:3): auid=4294967295 ses=4294967295 lsm=selinux res=1
[    9.456988] systemd[1]: Successfully loaded SELinux policy in 98.905ms.
[    9.502906] systemd[1]: Relabeled /dev/, /dev/shm/, /run/ in 30.112ms.
104[    9.507560] systemd[1]: systemd 256.11-1.fc41 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +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 +XKBCOMMON +UTMP +SYSVINIT +LIBARCHIVE)
[    9.511516] systemd[1]: Detected virtualization kvm.
[    9.512161] systemd[1]: Detected architecture x86-64.
[    9.512908] systemd[1]: Detected first boot.

Welcome to Fedora CoreOS 41.20250202.dev.0!


[    9.515668] systemd[1]: Initializing machine ID from VM UUID.
[    9.803790] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[    9.956483] audit: type=1400 audit(1738504195.830:4): avc:  denied  { getattr } for  pid=1295 comm="coreos-boot-mou" path="/run/coreos/bootfs_uuid" dev="tmpfs" ino=1093 scontext=system_u:system_r:coreos_boot_mount_generator_t:s0 tcontext=system_u:object_r:var_run_t:s0 tclass=file permissive=1
[    9.969579] audit: type=1400 audit(1738504195.843:5): avc:  denied  { read } for  pid=1333 comm="cat" name="bootfs_uuid" dev="tmpfs" ino=1093 scontext=system_u:system_r:coreos_boot_mount_generator_t:s0 tcontext=system_u:object_r:var_run_t:s0 tclass=file permissive=1
[    9.978569] audit: type=1400 audit(1738504195.852:6): avc:  denied  { open } for  pid=1333 comm="cat" path="/run/coreos/bootfs_uuid" dev="tmpfs" ino=1093 scontext=system_u:system_r:coreos_boot_mount_generator_t:s0 tcontext=system_u:object_r:var_run_t:s0 tclass=file permissive=1
[    9.988257] zram_generator::config[1332]: No configuration found.
[   10.010853] Guest personality initialized and is inactive
[   10.012427] audit: type=1400 audit(1738504195.886:7): avc:  denied  { getattr } for  pid=1294 comm="bootc" path="/run/ostree-booted" dev="tmpfs" ino=1074 scontext=system_u:system_r:systemd_generic_generator_t:s0 tcontext=system_u:object_r:var_run_t:s0 tclass=file permissive=1
[   10.017401] VMCI host device registered (name=vmci, major=10, minor=123)
[   10.018250] Initialized host personality
[   10.024979] NET: Registered PF_VSOCK protocol family
[   10.435214] systemd[1]: Populated /etc with preset unit settings.
[   10.654998] systemd[1]: run-credentials-systemd\x2djournald.service.mount: Deactivated successfully.
[   10.656960] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[   10.658220] systemd[1]: Stopped initrd-switch-root.service - Switch Root.
[  OK  ] Stopped initrd-switch-root.service - Switch Root.

[   10.662680] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[   10.664733] systemd[1]: Created slice system-afterburn\x2dsshkeys.slice - Slice /system/afterburn-sshkeys.
[  OK  ] Created slice system-afterburn\x2d… - Slice /system/afterburn-sshkeys.

[   10.668130] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[  OK  ] Created slice system-getty.slice - Slice /system/getty.

[   10.671051] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty.
[  OK  ] Created slice system-serial\x2dget…slice - Slice /system/serial-getty.

[   10.674343] systemd[1]: Created slice system-sshd\x2dkeygen.slice - Slice /system/sshd-keygen.
[  OK  ] Created slice system-sshd\x2dkeygen.slice - Slice /system/sshd-keygen.

[   10.677542] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[  OK  ] Created slice system-systemd\x2dfs…slice - Slice /system/systemd-fsck.

[   10.680913] systemd[1]: Created slice user.slice - User and Session Slice.
[  OK  ] Created slice user.slice - User and Session Slice.

[   10.683212] systemd[1]: Started clevis-luks-askpass.path - Forward Password Requests to Clevis Directory Watch.
[  OK  ] Started clevis-luks-askpass.path -…Requests to Clevis Directory Watch.

[   10.686104] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started systemd-ask-password-conso…equests to Console Directory Watch.

[   10.689069] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[  OK  ] Started systemd-ask-password-wall.…d Requests to Wall Directory Watch.

[   10.692880] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[  OK  ] Set up automount proc-sys-fs-binfm…ormats File System Automount Point.

[   10.695845] systemd[1]: Expecting device dev-disk-by\x2duuid-d42ca3b4\x2ddcb0\x2d4b69\x2d9429\x2d61ad639e5a68.device - /dev/disk/by-uuid/d42ca3b4-dcb0-4b69-9429-61ad639e5a68...
         Expecting device dev-disk-by\x2duu…a3b4-dcb0-4b69-9429-61ad639e5a68...

[   10.699038] systemd[1]: Expecting device dev-ttyS0.device - /dev/ttyS0...
         Expecting device dev-ttyS0.device - /dev/ttyS0...

[   10.701012] systemd[1]: Reached target cryptsetup-pre.target - Local Encrypted Volumes (Pre).
[  OK  ] Reached target cryptsetup-pre.target - Local Encrypted Volumes (Pre).

[   10.703443] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[  OK  ] Reached target cryptsetup.target - Local Encrypted Volumes.

[   10.705625] systemd[1]: Stopped target initrd-switch-root.target - Switch Root.
[  OK  ] Stopped target initrd-switch-root.target - Switch Root.

[   10.707745] systemd[1]: Stopped target initrd-fs.target - Initrd File Systems.
[  OK  ] Stopped target initrd-fs.target - Initrd File Systems.

[   10.709814] systemd[1]: Stopped target initrd-root-fs.target - Initrd Root File System.
[  OK  ] Stopped target initrd-root-fs.target - Initrd Root File System.

[   10.712096] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[  OK  ] Reached target integritysetup.targ… Local Integrity Protected Volumes.

[   10.714662] systemd[1]: Reached target slices.target - Slice Units.
[  OK  ] Reached target slices.target - Slice Units.

[   10.716667] systemd[1]: Reached target swap.target - Swaps.
[  OK  ] Reached target swap.target - Swaps.

[   10.718329] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[  OK  ] Reached target veritysetup.target - Local Verity Protected Volumes.

[   10.721379] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.
[  OK  ] Listening on dm-event.socket - Device-mapper event daemon FIFOs.

[   10.725228] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.
[  OK  ] Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.

[   10.729633] systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket.
[  OK  ] Listening on systemd-coredump.socket - Process Core Dump Socket.

[   10.733579] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption.
[  OK  ] Listening on systemd-creds.socket - Credential Encryption/Decryption.

[   10.736276] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[  OK  ] Listening on systemd-initctl.socke…- initctl Compatibility Named Pipe.

[   10.739428] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[  OK  ] Listening on systemd-journald-audit.socket - Journal Audit Socket.

[   10.742207] systemd[1]: Listening on systemd-mountfsd.socket - DDI File System Mounter Socket.
[  OK  ] Listening on systemd-mountfsd.socket - DDI File System Mounter Socket.

[   10.745059] systemd[1]: Listening on systemd-nsresourced.socket - Namespace Resource Manager Socket.
[  OK  ] Listening on systemd-nsresourced.s… Namespace Resource Manager Socket.

[   10.747773] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   10.749595] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   10.752153] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[  OK  ] Listening on systemd-udevd-control.socket - udev Control Socket.

[   10.754961] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[  OK  ] Listening on systemd-udevd-kernel.socket - udev Kernel Socket.

[   10.757761] systemd[1]: Listening on systemd-userdbd.socket - User Database Manager Socket.
[  OK  ] Listening on systemd-userdbd.socket - User Database Manager Socket.

[   10.762500] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
         Mounting dev-hugepages.mount - Huge Pages File System...

[   10.768097] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
         Mounting dev-mqueue.mount - POSIX Message Queue File System...

[   10.775911] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
         Mounting sys-kernel-debug.mount - Kernel Debug File System...

[   10.790030] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
         Mounting sys-kernel-tracing.mount - Kernel Trace File System...

[   10.800512] systemd[1]: Mounting tmp.mount - Temporary Directory /tmp...
         Mounting tmp.mount - Temporary Directory /tmp...

[   10.805068] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[   10.814138] systemd[1]: Starting coreos-printk-quiet.service - CoreOS: Set printk To Level 4 (warn)...
         Starting coreos-printk-quiet.servi…OS: Set printk To Level 4 (warn)...

[   10.818490] systemd[1]: coreos-rootflags.service: Deactivated successfully.
[   10.820653] systemd[1]: Stopped coreos-rootflags.service.
[  OK  ] Stopped coreos-rootflags.service.

[   10.823315] systemd[1]: ignition-delete-config.service - Ignition (delete config) was skipped because no trigger condition checks were met.
[   10.832149] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
         Starting kmod-static-nodes.service…eate List of Static Device Nodes...

[   10.838800] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
         Starting lvm2-monitor.service - Mo…ing dmeventd or progress polling...

[   10.847733] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
         Starting modprobe@configfs.service - Load Kernel Module configfs...

[   10.856652] systemd[1]: Starting modprobe@dm_multipath.service - Load Kernel Module dm_multipath...
         Starting modprobe@dm_multipath.ser… Load Kernel Module dm_multipath...

[   10.868327] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
         Starting modprobe@drm.service - Load Kernel Module drm...

[   10.877064] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
         Starting modprobe@efi_pstore.servi… - Load Kernel Module efi_pstore...

[   10.885356] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
         Starting modprobe@fuse.service - Load Kernel Module fuse...

[   10.889122] systemd[1]: ostree-prepare-root.service: Deactivated successfully.
[   10.890848] systemd[1]: Stopped ostree-prepare-root.service - OSTree Prepare OS/.
[  OK  ] Stopped ostree-prepare-root.service - OSTree Prepare OS/.

[   10.894478] 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).
[   10.905562] systemd[1]: Starting systemd-journald.service - Journal Service...
         Starting systemd-journald.service - Journal Service...

[   10.918165] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
         Starting systemd-modules-load.service - Load Kernel Modules...

[   10.927169] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line...
         Starting systemd-network-generator…k units from Kernel command line...

[   10.931221] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   10.964075] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
         Starting systemd-remount-fs.servic…unt Root and Kernel File Systems...

[   10.968314] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   10.982633] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials...
         Starting systemd-udev-load-credent…Load udev Rules from Credentials...

[   10.995273] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
         Starting systemd-udev-trigger.service - Coldplug All udev Devices...

[   11.007582] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[  OK  ] Mounted dev-hugepages.mount - Huge Pages File System.

[   11.011308] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[  OK  ] Mounted dev-mqueue.mount - POSIX Message Queue File System.

[   11.015379] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[  OK  ] Mounted sys-kernel-debug.mount - Kernel Debug File System.

[   11.018367] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[  OK  ] Mounted sys-kernel-tracing.mount - Kernel Trace File System.

[   11.022373] systemd[1]: Mounted tmp.mount - Temporary Directory /tmp.
[  OK  ] Mounted tmp.mount - Temporary Directory /tmp.

[   11.027093] systemd[1]: Finished coreos-printk-quiet.service - CoreOS: Set printk To Level 4 (warn).
[  OK  ] Finished coreos-printk-quiet.servi…reOS: Set printk To Level 4 (warn).

[   11.031317] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[  OK  ] Finished kmod-static-nodes.service…Create List of Static Device Nodes.

[   11.035846] systemd[1]: Finished lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
[  OK  ] Finished lvm2-monitor.service - Mo…using dmeventd or progress polling.

[   11.041737] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[   11.045091] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[  OK  ] Finished modprobe@configfs.service - Load Kernel Module configfs.

[   11.048353] systemd[1]: modprobe@dm_multipath.service: Deactivated successfully.
[   11.051242] systemd[1]: Finished modprobe@dm_multipath.service - Load Kernel Module dm_multipath.
[  OK  ] Finished modprobe@dm_multipath.ser… - Load Kernel Module dm_multipath.

[   11.055576] systemd[1]: modprobe@drm.service: Deactivated successfully.
[   11.058983] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[  OK  ] Finished modprobe@drm.service - Load Kernel Module drm.

[   11.062880] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[   11.066292] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[  OK  ] Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.

[   11.070426] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[   11.073026] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[  OK  ] Finished modprobe@fuse.service - Load Kernel Module fuse.

[   11.077076] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[  OK  ] Finished systemd-modules-load.service - Load Kernel Modules.

[   11.081392] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[  OK  ] Finished systemd-remount-fs.servic…mount Root and Kernel File Systems.

[   11.090011] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
         Mounting sys-fs-fuse-connections.mount - FUSE Control File System...

[   11.095055] systemd[1]: multipathd.service - Device-Mapper Multipath Device Controller was skipped because of an unmet condition check (ConditionPathExists=/etc/multipath.conf).
[   11.100235] 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).
[   11.113752] systemd[1]: Starting systemd-hwdb-update.service - Rebuild Hardware Database...
         Starting systemd-hwdb-update.service - Rebuild Hardware Database...

[   11.122559] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
         Starting systemd-sysctl.service - Apply Kernel Variables...

[   11.129223] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
[   11.132136] systemd-journald[1359]: Collecting audit messages is enabled.
         Starting systemd-tmpfiles-setup-de… Device Nodes in /dev gracefully...

[   11.137085] systemd[1]: Finished systemd-network-generator.service - Generate network units from Kernel command line.
[  OK  ] Finished systemd-network-generator…ork units from Kernel command line.

[   11.142139] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[  OK  ] Mounted sys-fs-fuse-connections.mount - FUSE Control File System.

[   11.146172] systemd[1]: Reached target network-pre.target - Preparation for Network.
[  OK  ] Reached target network-pre.target - Preparation for Network.

[   11.177250] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials.
[  OK  ] Finished systemd-udev-load-credent…- Load udev Rules from Credentials.

[   11.181561] audit: type=1130 audit(1738504197.056:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-udev-load-credentials comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.193733] systemd[1]: Started systemd-journald.service - Journal Service.
[  OK  ] Started systemd-journald.service - Journal Service.

[   11.196060] audit: type=1130 audit(1738504197.070:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  OK  ] Finished systemd-sysctl.service - Apply Kernel Variables.

         Starting systemd-userdbd.service - User Database Manager...

         Starting systemd-nsresourced.service - Namespace Resource Manager...

[  OK  ] Started systemd-userdbd.service - User Database Manager.

[  OK  ] Finished systemd-udev-trigger.service - Coldplug All udev Devices.

[  OK  ] Started systemd-nsresourced.service - Namespace Resource Manager.

[  OK  ] Finished systemd-tmpfiles-setup-de…ic Device Nodes in /dev gracefully.

         Starting systemd-sysusers.service - Create System Users...

[  OK  ] Finished systemd-sysusers.service - Create System Users.

         Starting systemd-tmpfiles-setup-de…eate Static Device Nodes in /dev...

[  OK  ] Finished systemd-tmpfiles-setup-de…Create Static Device Nodes in /dev.

[  OK  ] Reached target local-fs-pre.target…Preparation for Local File Systems.

         Mounting var.mount - /var...

[  OK  ] Mounted var.mount - /var.

         Starting coreos-populate-lvmdevice…CoreOS Populate LVM Devices File...

         Starting ostree-remount.service - OSTree Remount OS/ Bind Mounts...

[  OK  ] Finished ostree-remount.service - OSTree Remount OS/ Bind Mounts.

         Starting systemd-journal-flush.ser…sh Journal to Persistent Storage...

         Starting systemd-random-seed.service - Load/Save OS Random Seed...

[  OK  ] Finished systemd-random-seed.service - Load/Save OS Random Seed.

[  OK  ] Finished coreos-populate-lvmdevice…- CoreOS Populate LVM Devices File.

[  OK  ] Finished systemd-journal-flush.ser…lush Journal to Persistent Storage.

[  OK  ] Finished systemd-hwdb-update.service - Rebuild Hardware Database.

         Starting systemd-udevd.service - R…ager for Device Events and Files...

[  OK  ] Started systemd-udevd.service - Ru…anager for Device Events and Files.

         Starting modprobe@configfs.service - Load Kernel Module configfs...

         Starting modprobe@fuse.service - Load Kernel Module fuse...

[  OK  ] Finished modprobe@configfs.service - Load Kernel Module configfs.

[  OK  ] Reached target machines.target - Containers.

[  OK  ] Finished modprobe@fuse.service - Load Kernel Module fuse.

[  OK  ] Reached target tpm2.target - Trusted Platform Module.

         Starting systemd-fsck@dev-disk-by\…a3b4-dcb0-4b69-9429-61ad639e5a68...

[  OK  ] Finished systemd-fsck@dev-disk-by\…2ca3b4-dcb0-4b69-9429-61ad639e5a68.

         Mounting boot.mount - CoreOS Dynamic Mount for /boot...

[  OK  ] Mounted boot.mount - CoreOS Dynamic Mount for /boot.

[  OK  ] Reached target local-fs.target - Local File Systems.

[  OK  ] Listening on systemd-bootctl.socket - Boot Entries Service Socket.

[  OK  ] Listening on systemd-sysext.socket… System Extension Image Management.

[  OK  ] Reached target first-boot-complete.target - First Boot Complete.

         Starting ldconfig.service - Rebuild Dynamic Linker Cache...

         Starting systemd-machine-id-commit…ave Transient machine-id to Disk...

         Starting systemd-tmpfiles-setup.se…ate System Files and Directories...

[  OK  ] Finished systemd-machine-id-commit… Save Transient machine-id to Disk.

[  OK  ] Finished ldconfig.service - Rebuild Dynamic Linker Cache.

         Starting systemd-vconsole-setup.service - Virtual Console Setup...

[  OK  ] Finished systemd-vconsole-setup.service - Virtual Console Setup.

[  OK  ] Finished systemd-tmpfiles-setup.se…reate System Files and Directories.

         Mounting var-lib-nfs-rpc_pipefs.mount - RPC Pipe File System...

         Starting auditd.service - Security Audit Logging Service...

         Starting systemd-journal-catalog-u…ervice - Rebuild Journal Catalog...

         Starting systemd-resolved.service - Network Name Resolution...

[  OK  ] Started auditd.service - Security Audit Logging Service.

         Starting audit-rules.service - Load Audit Rules...

         Starting systemd-update-utmp.servi…ord System Boot/Shutdown in UTMP...

[  OK  ] Finished systemd-update-utmp.servi…ecord System Boot/Shutdown in UTMP.

[  OK  ] Mounted var-lib-nfs-rpc_pipefs.mount - RPC Pipe File System.

[  OK  ] Finished systemd-journal-catalog-u….service - Rebuild Journal Catalog.

[  OK  ] Reached target rpc_pipefs.target.

[  OK  ] Reached target nfs-client.target - NFS client services.

[  OK  ] Reached target remote-fs-pre.targe…reparation for Remote File Systems.

[  OK  ] Reached target remote-cryptsetup.target - Remote Encrypted Volumes.

[  OK  ] Reached target remote-fs.target - Remote File Systems.

         Starting systemd-update-done.service - Update is Completed...

[  OK  ] Finished systemd-update-done.service - Update is Completed.

[  OK  ] Finished audit-rules.service - Load Audit Rules.

[  OK  ] Started systemd-resolved.service - Network Name Resolution.

[  OK  ] Reached target nss-lookup.target - Host and Network Name Lookups.

[  OK  ] Reached target sysinit.target - System Initialization.

[  OK  ] Started bootc-status-updated.path - Monitor bootc for status changes.

[  OK  ] Started ostree-finalize-staged.pat…- OSTree Monitor Staged Deployment.

[  OK  ] Started fstrim.timer - Discard unused filesystem blocks once a week.

[  OK  ] Started fwupd-refresh.timer - Refresh fwupd metadata regularly.

[  OK  ] Started logrotate.timer - Daily rotation of log files.

[  OK  ] Started raid-check.timer - Weekly RAID setup health check.

[  OK  ] Started rpm-ostree-countme.timer - Weekly rpm-ostree Count Me timer.

[  OK  ] Started systemd-tmpfiles-clean.tim…y Cleanup of Temporary Directories.

[  OK  ] Reached target boot-complete.target - Boot Completion Check.

[  OK  ] Reached target paths.target - Path Units.

[  OK  ] Reached target timers.target - Timer Units.

[  OK  ] Listening on dbus.socket - D-Bus System Message Bus Socket.

         Starting docker.socket - Docker Socket for the API...

[  OK  ] Listening on iscsid.socket - Open-iSCSI iscsid Socket.

[  OK  ] Listening on iscsiuio.socket - Open-iSCSI iscsiuio Socket.

[  OK  ] Listening on sshd-unix-local.socke…temd-ssh-generator, AF_UNIX Local).

[  OK  ] Listening on sshd-vsock.socket - O… (systemd-ssh-generator, AF_VSOCK).

[  OK  ] Reached target ssh-access.target - SSH Access Available.

[  OK  ] Listening on systemd-hostnamed.socket - Hostname Service Socket.

         Starting dbus-broker.service - D-Bus System Message Bus...

[  OK  ] Listening on docker.socket - Docker Socket for the API.

[  OK  ] Reached target sockets.target - Socket Units.

[  OK  ] Started dbus-broker.service - D-Bus System Message Bus.

[  OK  ] Reached target basic.target - Basic System.

[  OK  ] Reached target afterburn-sshkeys.t…shkeys@.service template instances.

         Starting console-login-helper-mess…ia console-login-helper-messages...

         Starting coreos-check-ssh-keys.ser… Are Added by Afterburn/Ignition...

         Starting coreos-check-wireless-fir…k For Wireless Firmware Packages...

         Starting coreos-fix-selinux-labels…abeled SELinux contexts on files...

         Starting coreos-ignition-firstboot…reOS Mark Ignition Boot Complete...

         Starting coreos-ignition-write-iss…eate Ignition Status Issue Files...

         Starting coreos-platform-chrony-co…ure Chrony Based On The Platform...

         Starting dracut-shutdown.service -…store /run/initramfs on shutdown...

         Starting rpm-ostree-fix-shadow-mod…date permissions for /etc/shadow...

         Starting ssh-host-keys-migration.s…ate OpenSSH host key permissions...

         Starting sshd-keygen@ecdsa.service…nSSH ecdsa Server Key Generation...

         Starting sshd-keygen@ed25519.servi…SH ed25519 Server Key Generation...

         Starting sshd-keygen@rsa.service -…penSSH rsa Server Key Generation...

[  OK  ] Reached target nss-user-lookup.target - User and Group Name Lookups.

         Starting systemd-homed.service - Home Area Manager...

         Starting systemd-logind.service - User Login Management...

[  OK  ] Finished dracut-shutdown.service - Restore /run/initramfs on shutdown.

[  OK  ] Finished console-login-helper-mess… via console-login-helper-messages.

[  OK  ] Finished coreos-ignition-firstboot…CoreOS Mark Ignition Boot Complete.

[  OK  ] Finished ssh-host-keys-migration.s…pdate OpenSSH host key permissions.

[  OK  ] Finished coreos-platform-chrony-co…igure Chrony Based On The Platform.

         Starting NetworkManager.service - Network Manager...

         Starting chronyd.service - NTP client/server...

[  OK  ] Started systemd-homed.service - Home Area Manager.

[  OK  ] Finished systemd-homed-activate.service - Home Area Activation.

[  OK  ] Finished coreos-ignition-write-iss…Create Ignition Status Issue Files.

[  OK  ] Finished coreos-check-ssh-keys.ser…ys Are Added by Afterburn/Ignition.

         Starting rpm-ostreed.service - rpm-ostree System Management Daemon...

[  OK  ] Finished coreos-fix-selinux-labels…nlabeled SELinux contexts on files.

[  OK  ] Finished rpm-ostree-fix-shadow-mod…Update permissions for /etc/shadow.

[  OK  ] Started systemd-logind.service - User Login Management.

         Starting systemd-hostnamed.service - Hostname Service...

[  OK  ] Finished sshd-keygen@ecdsa.service…penSSH ecdsa Server Key Generation.

[  OK  ] Finished sshd-keygen@ed25519.servi…nSSH ed25519 Server Key Generation.

[  OK  ] Started rpm-ostreed.service - rpm-ostree System Management Daemon.

[  OK  ] Started chronyd.service - NTP client/server.

[  OK  ] Finished coreos-check-wireless-fir…eck For Wireless Firmware Packages.

[  OK  ] Started systemd-hostnamed.service - Hostname Service.

[  OK  ] Listening on systemd-rfkill.socket…ll Switch Status /dev/rfkill Watch.

[  OK  ] Finished sshd-keygen@rsa.service - OpenSSH rsa Server Key Generation.

[  OK  ] Reached target sshd-keygen.target.

         Starting NetworkManager-dispatcher…anager Script Dispatcher Service...

         Starting console-login-helper-mess…ia console-login-helper-messages...

[  OK  ] Started NetworkManager.service - Network Manager.

[  OK  ] Reached target network.target - Network.

         Starting nmstate.service - Apply nmstate on-disk state...

         Starting sshd.service - OpenSSH server daemon...

[  OK  ] Finished nmstate.service - Apply nmstate on-disk state.

[  OK  ] Started NetworkManager-dispatcher.… Manager Script Dispatcher Service.

[  OK  ] Started sshd.service - OpenSSH server daemon.

[  OK  ] Finished console-login-helper-mess… via console-login-helper-messages.

         Starting systemd-user-sessions.service - Permit User Sessions...

[  OK  ] Finished systemd-user-sessions.service - Permit User Sessions.

[  OK  ] Started getty@tty1.service - Getty on tty1.

[  OK  ] Started serial-getty@ttyS0.service - Serial Getty on ttyS0.

[  OK  ] Reached target getty.target - Login Prompts.

[  OK  ] Reached target multi-user.target - Multi-User System.

         Starting systemd-update-utmp-runle…- Record Runlevel Change in UTMP...

         Starting zincati.service - Zincati Update Agent...

[  OK  ] Finished systemd-update-utmp-runle…e - Record Runlevel Change in UTMP.

[  OK  ] Started zincati.service - Zincati Update Agent.



Fedora CoreOS 41.20250202.dev.0
Kernel 6.12.12-200.fc41.x86_64 on an x86_64 (ttyS0)

SSH host key: SHA256:+Qx3mz4w2ph4OUU1E+wPnbbV7LulQwoYkPA64T5o7Z4 (ECDSA)
SSH host key: SHA256:NyRCl1Yj0qfCbUhH6WeS+WkKRsp13iEyUwhBIkzHqcA (ED25519)
SSH host key: SHA256:2ljdM833fT90QbpnytPu3aM/lhsmvQsFnak5IcDProg (RSA)
ens4: 10.0.2.15 fec0::3dbd:2937:30ba:1643
Ignition: ran on 2025/02/02 13:49:54 UTC (this boot)
Ignition: user-provided config was applied
Ignition: wrote ssh authorized keys file for user: core
qemu0 login: 

Standard Error

Feb  2 13:49:48.498681 kernel: Linux version 6.12.12-200.fc41.x86_64 (mockbuild@705a0f43f2254ed2aafbd5bf2b9db346) (gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-7), GNU ld version 2.43.1-5.fc41) #1 SMP PREEMPT_DYNAMIC Sat Feb  1 19:02:08 UTC 2025
Feb  2 13:49:48.498703 kernel: ------------[ cut here ]------------
Feb  2 13:49:48.498712 kernel: WARNING: CPU: 0 PID: 0 at kernel/static_call_inline.c:153 __static_call_update+0x18c/0x1f0
Feb  2 13:49:48.498719 kernel: Modules linked in:
Feb  2 13:49:48.498726 kernel: CPU: 0 UID: 0 PID: 0 Comm: swapper Not tainted 6.12.12-200.fc41.x86_64 #1
Feb  2 13:49:48.498735 kernel: RIP: 0010:__static_call_update+0x18c/0x1f0
Feb  2 13:49:48.498744 kernel: Code: 80 3d 4b 77 88 02 00 0f 85 7b ff ff ff 4c 89 f6 48 c7 c7 70 28 e7 8c c6 05 34 77 88 02 01 e8 9b 69 d8 ff 0f 0b e9 5e ff ff ff <0f> 0b 48 c7 c7 40 62 a0 8d e8 46 14 eb 00 48 8b 44 24 28 65 48 2b
Feb  2 13:49:48.498751 kernel: RSP: 0000:ffffffff8d803e28 EFLAGS: 00010046 ORIG_RAX: 0000000000000000
Feb  2 13:49:48.498757 kernel: RAX: 0000000000000000 RBX: ffffffff8c229658 RCX: 0000000059b7e3e9
Feb  2 13:49:48.498764 kernel: RDX: 0000000000000000 RSI: ffffffff8e774a70 RDI: ffffffff8d872100
Feb  2 13:49:48.498770 kernel: RBP: ffffffff8daa9d30 R08: 00000000ff59b7e3 R09: 2038303a32303a39
Feb  2 13:49:48.498777 kernel: R10: 3220435455203830 R11: 3a32303a39312031 R12: ffffffff8c6d4150
Feb  2 13:49:48.498783 kernel: R13: 0000000000000002 R14: ffffffff8b7c4e40 R15: 00000000000947d0
Feb  2 13:49:48.498790 kernel: FS:  0000000000000000(0000) GS:ffffffff8e291000(0000) knlGS:0000000000000000
Feb  2 13:49:48.498800 kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Feb  2 13:49:48.498806 kernel: CR2: ffff8880000947d0 CR3: 00000000163a4000 CR4: 00000000000000b0
Feb  2 13:49:48.498813 kernel: Call Trace:
Feb  2 13:49:48.498819 kernel:  <TASK>
Feb  2 13:49:48.498825 kernel:  ? __static_call_update+0x18c/0x1f0
Feb  2 13:49:48.498832 kernel:  ? __warn.cold+0x93/0xfa
Feb  2 13:49:48.498838 kernel:  ? __static_call_update+0x18c/0x1f0
Feb  2 13:49:48.498844 kernel:  ? report_bug+0xff/0x140
Feb  2 13:49:48.498850 kernel:  ? __pfx_lockdown_is_locked_down+0x10/0x10
Feb  2 13:49:48.498857 kernel:  ? early_fixup_exception+0x5d/0xb0
Feb  2 13:49:48.498863 kernel:  ? __SCT__lsm_static_call_bpf_token_capable_9+0x8/0x8
Feb  2 13:49:48.498869 kernel:  ? early_idt_handler_common+0x2f/0x3a
Feb  2 13:49:48.498876 kernel:  ? __pfx_lockdown_is_locked_down+0x10/0x10
Feb  2 13:49:48.498882 kernel:  ? __SCT__lsm_static_call_bpf_token_capable_9+0x8/0x8
Feb  2 13:49:48.503846 kernel:  ? __static_call_update+0x18c/0x1f0
Feb  2 13:49:48.503854 kernel:  ? __static_call_update+0x7e/0x1f0
Feb  2 13:49:48.503861 kernel:  ? __pfx_lockdown_is_locked_down+0x10/0x10
Feb  2 13:49:48.503867 kernel:  ? security_add_hooks+0xb8/0x120
Feb  2 13:49:48.503873 kernel:  ? lockdown_lsm_init+0x21/0x30
Feb  2 13:49:48.503884 kernel:  ? initialize_lsm+0x34/0x60
Feb  2 13:49:48.503902 kernel:  ? early_security_init+0x3d/0x50
Feb  2 13:49:48.503908 kernel:  ? start_kernel+0x66/0xa00
Feb  2 13:49:48.503915 kernel:  ? x86_64_start_reservations+0x24/0x30
Feb  2 13:49:48.503921 kernel:  ? x86_64_start_kernel+0xed/0xf0
Feb  2 13:49:48.503927 kernel:  ? common_startup_64+0x13e/0x141
Feb  2 13:49:48.503933 kernel:  </TASK>
Feb  2 13:49:48.503944 kernel: ---[ end trace 0000000000000000 ]---
Feb  2 13:49:48.503951 kernel: ------------[ cut here ]------------
Feb  2 13:49:48.503958 kernel: static_key_enable_cpuslocked(): static key 'security_hook_active_locked_down_0+0x0/0x10' used before call to jump_label_init()
Feb  2 13:49:48.503965 kernel: WARNING: CPU: 0 PID: 0 at kernel/jump_label.c:199 static_key_enable_cpuslocked+0x8c/0x90
Feb  2 13:49:48.503971 kernel: Modules linked in:
Feb  2 13:49:48.503977 kernel: CPU: 0 UID: 0 PID: 0 Comm: swapper Tainted: G        W          6.12.12-200.fc41.x86_64 #1
Feb  2 13:49:48.503983 kernel: Tainted: [W]=WARN
Feb  2 13:49:48.503990 kernel: RIP: 0010:static_key_enable_cpuslocked+0x8c/0x90
Feb  2 13:49:48.503997 kernel: Code: ff c7 03 01 00 00 00 48 c7 c7 e0 8d a0 8d 5b e9 2a fb e8 00 48 89 fa 48 c7 c6 e0 70 67 8c 48 c7 c7 78 2d e7 8c e8 54 50 d6 ff <0f> 0b eb 86 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 f3 0f
Feb  2 13:49:48.504003 kernel: RSP: 0000:ffffffff8d803e70 EFLAGS: 00010086 ORIG_RAX: 0000000000000000
Feb  2 13:49:48.504010 kernel: RAX: 0000000000000000 RBX: ffffffff8e9285e0 RCX: 000000000000007e
Feb  2 13:49:48.504016 kernel: RDX: 000000000000007e RSI: 00000000ffffe02a RDI: ffffffff8d803d20
Feb  2 13:49:48.504023 kernel: RBP: ffffffff8cf68498 R08: 0000000020646573 R09: 0000000000000000
Feb  2 13:49:48.504029 kernel: R10: 6a206f74206c6c61 R11: 0000000000000000 R12: ffffffff8c6d4150
Feb  2 13:49:48.504038 kernel: R13: 0000000000000002 R14: 0000000000000001 R15: 00000000000947d0
Feb  2 13:49:48.504044 kernel: FS:  0000000000000000(0000) GS:ffffffff8e291000(0000) knlGS:0000000000000000
Feb  2 13:49:48.504050 kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Feb  2 13:49:48.504056 kernel: CR2: ffff8880000947d0 CR3: 00000000163a4000 CR4: 00000000000000b0
Feb  2 13:49:48.504062 kernel: Call Trace:
Feb  2 13:49:48.504068 kernel:  <TASK>
Feb  2 13:49:48.504074 kernel:  ? static_key_enable_cpuslocked+0x8c/0x90
Feb  2 13:49:48.504081 kernel:  ? __warn.cold+0x93/0xfa
Feb  2 13:49:48.504087 kernel:  ? static_key_enable_cpuslocked+0x8c/0x90
Feb  2 13:49:48.504093 kernel:  ? report_bug+0xff/0x140
Feb  2 13:49:48.504099 kernel:  ? early_fixup_exception+0x5d/0xb0
Feb  2 13:49:48.504105 kernel:  ? early_idt_handler_common+0x2f/0x3a
Feb  2 13:49:48.504111 kernel:  ? static_key_enable_cpuslocked+0x8c/0x90
Feb  2 13:49:48.504117 kernel:  ? static_key_enable+0x1a/0x20
Feb  2 13:49:48.504123 kernel:  ? security_add_hooks+0xc9/0x120
Feb  2 13:49:48.504130 kernel:  ? lockdown_lsm_init+0x21/0x30
Feb  2 13:49:48.504136 kernel:  ? initialize_lsm+0x34/0x60
Feb  2 13:49:48.504142 kernel:  ? early_security_init+0x3d/0x50
Feb  2 13:49:48.504148 kernel:  ? start_kernel+0x66/0xa00
Feb  2 13:49:48.504154 kernel:  ? x86_64_start_reservations+0x24/0x30
Feb  2 13:49:48.504160 kernel:  ? x86_64_start_kernel+0xed/0xf0
Feb  2 13:49:48.504166 kernel:  ? common_startup_64+0x13e/0x141
Feb  2 13:49:48.504172 kernel:  </TASK>
Feb  2 13:49:48.504178 kernel: ---[ end trace 0000000000000000 ]---
Feb  2 13:49:48.504184 kernel: ------------[ cut here ]------------
Feb  2 13:49:48.504190 kernel: static_key_enable_cpuslocked(): static key 'security_hook_active_lock_kernel_down_0+0x0/0x10' used before call to jump_label_init()
Feb  2 13:49:48.504199 kernel: WARNING: CPU: 0 PID: 0 at kernel/jump_label.c:199 static_key_enable_cpuslocked+0x8c/0x90
Feb  2 13:49:48.504205 kernel: Modules linked in:
Feb  2 13:49:48.504211 kernel: CPU: 0 UID: 0 PID: 0 Comm: swapper Tainted: G        W          6.12.12-200.fc41.x86_64 #1
Feb  2 13:49:48.504218 kernel: Tainted: [W]=WARN
Feb  2 13:49:48.504224 kernel: RIP: 0010:static_key_enable_cpuslocked+0x8c/0x90
Feb  2 13:49:48.504231 kernel: Code: ff c7 03 01 00 00 00 48 c7 c7 e0 8d a0 8d 5b e9 2a fb e8 00 48 89 fa 48 c7 c6 e0 70 67 8c 48 c7 c7 78 2d e7 8c e8 54 50 d6 ff <0f> 0b eb 86 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 f3 0f
Feb  2 13:49:48.504237 kernel: RSP: 0000:ffffffff8d803e70 EFLAGS: 00010086 ORIG_RAX: 0000000000000000
Feb  2 13:49:48.504243 kernel: RAX: 0000000000000000 RBX: ffffffff8e928540 RCX: 00000000000000ed
Feb  2 13:49:48.504249 kernel: RDX: 0000000000000083 RSI: 00000000ffffe04f RDI: ffffffff8d803d20
Feb  2 13:49:48.504256 kernel: RBP: ffffffff8cf684b0 R08: 0000000020646573 R09: 0000000000000000
Feb  2 13:49:48.504262 kernel: R10: 6a206f74206c6c61 R11: 0000000000000000 R12: ffffffff8c6d4150
Feb  2 13:49:48.504268 kernel: R13: 0000000000000002 R14: 0000000000000002 R15: 00000000000947d0
Feb  2 13:49:48.504275 kernel: FS:  0000000000000000(0000) GS:ffffffff8e291000(0000) knlGS:0000000000000000
Feb  2 13:49:48.504281 kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Feb  2 13:49:48.504287 kernel: CR2: ffff8880000947d0 CR3: 00000000163a4000 CR4: 00000000000000b0
Feb  2 13:49:48.504293 kernel: Call Trace:
Feb  2 13:49:48.504298 kernel:  <TASK>
Feb  2 13:49:48.504304 kernel:  ? static_key_enable_cpuslocked+0x8c/0x90
Feb  2 13:49:48.504310 kernel:  ? __warn.cold+0x93/0xfa
Feb  2 13:49:48.504316 kernel:  ? static_key_enable_cpuslocked+0x8c/0x90
Feb  2 13:49:48.504322 kernel:  ? report_bug+0xff/0x140
Feb  2 13:49:48.504328 kernel:  ? early_fixup_exception+0x5d/0xb0
Feb  2 13:49:48.504334 kernel:  ? early_idt_handler_common+0x2f/0x3a
Feb  2 13:49:48.504340 kernel:  ? static_key_enable_cpuslocked+0x8c/0x90
Feb  2 13:49:48.504346 kernel:  ? static_key_enable+0x1a/0x20
Feb  2 13:49:48.504352 kernel:  ? security_add_hooks+0xc9/0x120
Feb  2 13:49:48.504358 kernel:  ? lockdown_lsm_init+0x21/0x30
Feb  2 13:49:48.504364 kernel:  ? initialize_lsm+0x34/0x60
Feb  2 13:49:48.504372 kernel:  ? early_security_init+0x3d/0x50
Feb  2 13:49:48.504378 kernel:  ? start_kernel+0x66/0xa00
Feb  2 13:49:48.504384 kernel:  ? x86_64_start_reservations+0x24/0x30
Feb  2 13:49:48.504390 kernel:  ? x86_64_start_kernel+0xed/0xf0
Feb  2 13:49:48.504396 kernel:  ? common_startup_64+0x13e/0x141
Feb  2 13:49:48.504402 kernel:  </TASK>
Feb  2 13:49:48.504408 kernel: ---[ end trace 0000000000000000 ]---
Feb  2 13:49:48.504415 kernel: Command line: BOOT_IMAGE=(hd0,gpt3)/boot/ostree/fedora-coreos-1ec67de704a6378e62bb7e64dd3dff9eea268d7a7984ba3671f175136989c6ef/vmlinuz-6.12.12-200.fc41.x86_64 rw ignition.firstboot mitigations=auto,nosmt ostree=/ostree/boot.1/fedora-coreos/1ec67de704a6378e62bb7e64dd3dff9eea268d7a7984ba3671f175136989c6ef/0 ignition.platform.id=qemu console=tty0 console=ttyS0,115200n8
Feb  2 13:49:48.504422 kernel: BIOS-provided physical RAM map:
Feb  2 13:49:48.504429 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
Feb  2 13:49:48.504441 kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
Feb  2 13:49:48.504447 kernel: BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
Feb  2 13:49:48.504461 kernel: BIOS-e820: [mem 0x0000000000100000-0x000000005ffccfff] usable
Feb  2 13:49:48.504468 kernel: BIOS-e820: [mem 0x000000005ffcd000-0x000000005fffffff] reserved
Feb  2 13:49:48.504474 kernel: BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
Feb  2 13:49:48.504481 kernel: BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
Feb  2 13:49:48.504487 kernel: BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
Feb  2 13:49:48.504495 kernel: NX (Execute Disable) protection: active
Feb  2 13:49:48.504501 kernel: APIC: Static calls initialized
Feb  2 13:49:48.504508 kernel: SMBIOS 2.8 present.
Feb  2 13:49:48.504515 kernel: DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.16.3-3.fc41 04/01/2014
Feb  2 13:49:48.504521 kernel: DMI: Memory slots populated: 1/1
Feb  2 13:49:48.504527 kernel: Hypervisor detected: KVM
Feb  2 13:49:48.504534 kernel: kvm-clock: Using msrs 4b564d01 and 4b564d00
Feb  2 13:49:48.504540 kernel: kvm-clock: using sched offset of 3241844554 cycles
Feb  2 13:49:48.504547 kernel: clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
Feb  2 13:49:48.504554 kernel: tsc: Detected 2195.862 MHz processor
Feb  2 13:49:48.504561 kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Feb  2 13:49:48.504568 kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Feb  2 13:49:48.504575 kernel: last_pfn = 0x5ffcd max_arch_pfn = 0x400000000
Feb  2 13:49:48.504582 kernel: MTRR map: 4 entries (3 fixed + 1 variable; max 19), built from 8 variable MTRRs
Feb  2 13:49:48.504591 kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Feb  2 13:49:48.504598 kernel: found SMP MP-table at [mem 0x000f5480-0x000f548f]
Feb  2 13:49:48.504604 kernel: Using GB pages for direct mapping
Feb  2 13:49:48.504611 kernel: RAMDISK: [mem 0x2cb11000-0x32580fff]
Feb  2 13:49:48.504618 kernel: ACPI: Early table checksum verification disabled
Feb  2 13:49:48.504624 kernel: ACPI: RSDP 0x00000000000F52C0 000014 (v00 BOCHS )
Feb  2 13:49:48.504631 kernel: ACPI: RSDT 0x000000005FFD1EEF 000038 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
Feb  2 13:49:48.504638 kernel: ACPI: FACP 0x000000005FFD1D57 000074 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
Feb  2 13:49:48.504645 kernel: ACPI: DSDT 0x000000005FFD0040 001D17 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
Feb  2 13:49:48.504651 kernel: ACPI: FACS 0x000000005FFD0000 000040
Feb  2 13:49:48.504658 kernel: ACPI: APIC 0x000000005FFD1DCB 000078 (v03 BOCHS  BXPC     00000001 BXPC 00000001)
Feb  2 13:49:48.504667 kernel: ACPI: HPET 0x000000005FFD1E43 000038 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
Feb  2 13:49:48.504674 kernel: ACPI: TPM2 0x000000005FFD1E7B 00004C (v04 BOCHS  BXPC     00000001 BXPC 00000001)
Feb  2 13:49:48.504680 kernel: ACPI: WAET 0x000000005FFD1EC7 000028 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
Feb  2 13:49:48.504687 kernel: ACPI: Reserving FACP table memory at [mem 0x5ffd1d57-0x5ffd1dca]
Feb  2 13:49:48.504694 kernel: ACPI: Reserving DSDT table memory at [mem 0x5ffd0040-0x5ffd1d56]
Feb  2 13:49:48.504700 kernel: ACPI: Reserving FACS table memory at [mem 0x5ffd0000-0x5ffd003f]
Feb  2 13:49:48.504707 kernel: ACPI: Reserving APIC table memory at [mem 0x5ffd1dcb-0x5ffd1e42]
Feb  2 13:49:48.504714 kernel: ACPI: Reserving HPET table memory at [mem 0x5ffd1e43-0x5ffd1e7a]
Feb  2 13:49:48.504721 kernel: ACPI: Reserving TPM2 table memory at [mem 0x5ffd1e7b-0x5ffd1ec6]
Feb  2 13:49:48.504727 kernel: ACPI: Reserving WAET table memory at [mem 0x5ffd1ec7-0x5ffd1eee]
Feb  2 13:49:48.504734 kernel: No NUMA configuration found
Feb  2 13:49:48.504742 kernel: Faking a node at [mem 0x0000000000000000-0x000000005ffccfff]
Feb  2 13:49:48.504749 kernel: NODE_DATA(0) allocated [mem 0x5ffa22c0-0x5ffccfff]
Feb  2 13:49:48.504756 kernel: Zone ranges:
Feb  2 13:49:48.504762 kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Feb  2 13:49:48.504769 kernel:   DMA32    [mem 0x0000000001000000-0x000000005ffccfff]
Feb  2 13:49:48.504776 kernel:   Normal   empty
Feb  2 13:49:48.504782 kernel:   Device   empty
Feb  2 13:49:48.504789 kernel: Movable zone start for each node
Feb  2 13:49:48.504795 kernel: Early memory node ranges
Feb  2 13:49:48.504802 kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Feb  2 13:49:48.504809 kernel:   node   0: [mem 0x0000000000100000-0x000000005ffccfff]
Feb  2 13:49:48.504815 kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000005ffccfff]
Feb  2 13:49:48.504822 kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Feb  2 13:49:48.504831 kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Feb  2 13:49:48.504837 kernel: On node 0, zone DMA32: 51 pages in unavailable ranges
Feb  2 13:49:48.504844 kernel: ACPI: PM-Timer IO Port: 0x608
Feb  2 13:49:48.504850 kernel: ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
Feb  2 13:49:48.504857 kernel: IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
Feb  2 13:49:48.504864 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Feb  2 13:49:48.504871 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
Feb  2 13:49:48.504877 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Feb  2 13:49:48.504884 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
Feb  2 13:49:48.507487 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
Feb  2 13:49:48.507495 kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Feb  2 13:49:48.507502 kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Feb  2 13:49:48.507514 kernel: TSC deadline timer available
Feb  2 13:49:48.507521 kernel: CPU topo: Max. logical packages:   1
Feb  2 13:49:48.507527 kernel: CPU topo: Max. logical dies:       1
Feb  2 13:49:48.507534 kernel: CPU topo: Max. dies per package:   1
Feb  2 13:49:48.507541 kernel: CPU topo: Max. threads per core:   1
Feb  2 13:49:48.507547 kernel: CPU topo: Num. cores per package:     1
Feb  2 13:49:48.507554 kernel: CPU topo: Num. threads per package:   1
Feb  2 13:49:48.507560 kernel: CPU topo: Allowing 1 present CPUs plus 0 hotplug CPUs
Feb  2 13:49:48.507568 kernel: kvm-guest: APIC: eoi() replaced with kvm_guest_apic_eoi_write()
Feb  2 13:49:48.507576 kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Feb  2 13:49:48.507583 kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Feb  2 13:49:48.507590 kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]
Feb  2 13:49:48.507599 kernel: PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]
Feb  2 13:49:48.507605 kernel: [mem 0x60000000-0xfeffbfff] available for PCI devices
Feb  2 13:49:48.507612 kernel: Booting paravirtualized kernel on KVM
Feb  2 13:49:48.507619 kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Feb  2 13:49:48.507626 kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1
Feb  2 13:49:48.507633 kernel: percpu: Embedded 88 pages/cpu s237568 r8192 d114688 u2097152
Feb  2 13:49:48.507640 kernel: pcpu-alloc: s237568 r8192 d114688 u2097152 alloc=1*2097152
Feb  2 13:49:48.507647 kernel: pcpu-alloc: [0] 0 
Feb  2 13:49:48.507653 kernel: kvm-guest: PV spinlocks disabled, single CPU
Feb  2 13:49:48.507661 kernel: Kernel command line: BOOT_IMAGE=(hd0,gpt3)/boot/ostree/fedora-coreos-1ec67de704a6378e62bb7e64dd3dff9eea268d7a7984ba3671f175136989c6ef/vmlinuz-6.12.12-200.fc41.x86_64 rw ignition.firstboot mitigations=auto,nosmt ostree=/ostree/boot.1/fedora-coreos/1ec67de704a6378e62bb7e64dd3dff9eea268d7a7984ba3671f175136989c6ef/0 ignition.platform.id=qemu console=tty0 console=ttyS0,115200n8
Feb  2 13:49:48.507670 kernel: Unknown kernel command line parameters "BOOT_IMAGE=(hd0,gpt3)/boot/ostree/fedora-coreos-1ec67de704a6378e62bb7e64dd3dff9eea268d7a7984ba3671f175136989c6ef/vmlinuz-6.12.12-200.fc41.x86_64 ostree=/ostree/boot.1/fedora-coreos/1ec67de704a6378e62bb7e64dd3dff9eea268d7a7984ba3671f175136989c6ef/0", will be passed to user space.
Feb  2 13:49:48.507679 kernel: random: crng init done
Feb  2 13:49:48.507686 kernel: Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Feb  2 13:49:48.507693 kernel: Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Feb  2 13:49:48.507699 kernel: Fallback order for Node 0: 0 
Feb  2 13:49:48.507706 kernel: Built 1 zonelists, mobility grouping on.  Total pages: 393067
Feb  2 13:49:48.507713 kernel: Policy zone: DMA32
Feb  2 13:49:48.507719 kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Feb  2 13:49:48.507728 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Feb  2 13:49:48.507738 kernel: ftrace: allocating 57157 entries in 224 pages
Feb  2 13:49:48.507749 kernel: ftrace: allocated 224 pages with 3 groups
Feb  2 13:49:48.507759 kernel: Dynamic Preempt: voluntary
Feb  2 13:49:48.507769 kernel: rcu: Preemptible hierarchical RCU implementation.
Feb  2 13:49:48.507776 kernel: rcu:         RCU event tracing is enabled.
Feb  2 13:49:48.507783 kernel: rcu:         RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.
Feb  2 13:49:48.507790 kernel:         Trampoline variant of Tasks RCU enabled.
Feb  2 13:49:48.507797 kernel:         Rude variant of Tasks RCU enabled.
Feb  2 13:49:48.507803 kernel:         Tracing variant of Tasks RCU enabled.
Feb  2 13:49:48.507810 kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Feb  2 13:49:48.507817 kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
Feb  2 13:49:48.507824 kernel: RCU Tasks: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1.
Feb  2 13:49:48.507831 kernel: RCU Tasks Rude: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1.
Feb  2 13:49:48.507838 kernel: RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1.
Feb  2 13:49:48.507844 kernel: NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16
Feb  2 13:49:48.507854 kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Feb  2 13:49:48.507861 kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Feb  2 13:49:48.507867 kernel: Console: colour *CGA 80x25
Feb  2 13:49:48.507874 kernel: printk: legacy console [tty0] enabled
Feb  2 13:49:48.507880 kernel: printk: legacy console [ttyS0] enabled
Feb  2 13:49:48.508408 kernel: ACPI: Core revision 20240827
Feb  2 13:49:48.508421 kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
Feb  2 13:49:48.508428 kernel: APIC: Switch to symmetric I/O mode setup
Feb  2 13:49:48.508435 kernel: x2apic enabled
Feb  2 13:49:48.508445 kernel: APIC: Switched APIC routing to: physical x2apic
Feb  2 13:49:48.508463 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Feb  2 13:49:48.508470 kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1fa6ede6653, max_idle_ns: 440795269869 ns
Feb  2 13:49:48.508477 kernel: Calibrating delay loop (skipped) preset value.. 4391.72 BogoMIPS (lpj=2195862)
Feb  2 13:49:48.508484 kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Feb  2 13:49:48.508491 kernel: Last level iTLB entries: 4KB 512, 2MB 255, 4MB 127
Feb  2 13:49:48.508498 kernel: Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127, 1GB 0
Feb  2 13:49:48.508505 kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Feb  2 13:49:48.508512 kernel: Spectre V2 : Mitigation: Retpolines
Feb  2 13:49:48.508519 kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Feb  2 13:49:48.508525 kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Feb  2 13:49:48.508535 kernel: Spectre V2 : Enabling Speculation Barrier for firmware calls
Feb  2 13:49:48.508541 kernel: RETBleed: Mitigation: untrained return thunk
Feb  2 13:49:48.508548 kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Feb  2 13:49:48.508555 kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Feb  2 13:49:48.508562 kernel: Speculative Return Stack Overflow: IBPB-extending microcode not applied!
Feb  2 13:49:48.508569 kernel: Speculative Return Stack Overflow: WARNING: See https://kernel.org/doc/html/latest/admin-guide/hw-vuln/srso.html for mitigation options.
Feb  2 13:49:48.508576 kernel: Speculative Return Stack Overflow: Vulnerable: Safe RET, no microcode
Feb  2 13:49:48.508582 kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Feb  2 13:49:48.508589 kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Feb  2 13:49:48.508596 kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Feb  2 13:49:48.508603 kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Feb  2 13:49:48.508612 kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
Feb  2 13:49:48.508619 kernel: Freeing SMP alternatives memory: 48K
Feb  2 13:49:48.508625 kernel: pid_max: default: 32768 minimum: 301
Feb  2 13:49:48.508632 kernel: LSM: initializing lsm=lockdown,capability,yama,selinux,bpf,landlock,ipe,ima,evm
Feb  2 13:49:48.508639 kernel: Yama: becoming mindful.
Feb  2 13:49:48.508645 kernel: SELinux:  Initializing.
Feb  2 13:49:48.508652 kernel: LSM support for eBPF active
Feb  2 13:49:48.508658 kernel: landlock: Up and running.
Feb  2 13:49:48.508665 kernel: Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
Feb  2 13:49:48.508672 kernel: Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
Feb  2 13:49:48.508679 kernel: smpboot: CPU0: AMD EPYC 7552 48-Core Processor (family: 0x17, model: 0x31, stepping: 0x0)
Feb  2 13:49:48.508686 kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Feb  2 13:49:48.508694 kernel: ... version:                0
Feb  2 13:49:48.508701 kernel: ... bit width:              48
Feb  2 13:49:48.508708 kernel: ... generic registers:      6
Feb  2 13:49:48.508714 kernel: ... value mask:             0000ffffffffffff
Feb  2 13:49:48.508721 kernel: ... max period:             00007fffffffffff
Feb  2 13:49:48.508728 kernel: ... fixed-purpose events:   0
Feb  2 13:49:48.508734 kernel: ... event mask:             000000000000003f
Feb  2 13:49:48.508741 kernel: signal: max sigframe size: 1776
Feb  2 13:49:48.508747 kernel: rcu: Hierarchical SRCU implementation.
Feb  2 13:49:48.508754 kernel: rcu:         Max phase no-delay instances is 400.
Feb  2 13:49:48.508761 kernel: smp: Bringing up secondary CPUs ...
Feb  2 13:49:48.508768 kernel: smp: Brought up 1 node, 1 CPU
Feb  2 13:49:48.508776 kernel: smpboot: Total of 1 processors activated (4391.72 BogoMIPS)
Feb  2 13:49:48.508784 kernel: Memory: 1381780K/1572268K available (22528K kernel code, 4429K rwdata, 16764K rodata, 4884K init, 4724K bss, 185284K reserved, 0K cma-reserved)
Feb  2 13:49:48.508790 kernel: devtmpfs: initialized
Feb  2 13:49:48.508797 kernel: x86/mm: Memory block size: 128MB
Feb  2 13:49:48.508804 kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Feb  2 13:49:48.508811 kernel: futex hash table entries: 256 (order: 2, 16384 bytes, linear)
Feb  2 13:49:48.508817 kernel: pinctrl core: initialized pinctrl subsystem
Feb  2 13:49:48.508824 kernel: PM: RTC time: 13:49:46, date: 2025-02-02
Feb  2 13:49:48.508831 kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Feb  2 13:49:48.508838 kernel: DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
Feb  2 13:49:48.508844 kernel: DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Feb  2 13:49:48.508853 kernel: DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Feb  2 13:49:48.508860 kernel: audit: initializing netlink subsys (disabled)
Feb  2 13:49:48.508867 kernel: thermal_sys: Registered thermal governor 'fair_share'
Feb  2 13:49:48.508873 kernel: thermal_sys: Registered thermal governor 'bang_bang'
Feb  2 13:49:48.508880 kernel: audit: type=2000 audit(1738504187.245:1): state=initialized audit_enabled=0 res=1
Feb  2 13:49:48.511919 kernel: thermal_sys: Registered thermal governor 'step_wise'
Feb  2 13:49:48.511932 kernel: thermal_sys: Registered thermal governor 'user_space'
Feb  2 13:49:48.511939 kernel: cpuidle: using governor menu
Feb  2 13:49:48.511946 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Feb  2 13:49:48.511952 kernel: PCI: Using configuration type 1 for base access
Feb  2 13:49:48.511959 kernel: PCI: Using configuration type 1 for extended access
Feb  2 13:49:48.511966 kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Feb  2 13:49:48.511977 kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Feb  2 13:49:48.511984 kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Feb  2 13:49:48.511991 kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Feb  2 13:49:48.511997 kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Feb  2 13:49:48.512004 kernel: cryptd: max_cpu_qlen set to 1000
Feb  2 13:49:48.512011 kernel: raid6: skipped pq benchmark and selected avx2x4
Feb  2 13:49:48.512017 kernel: raid6: using avx2x2 recovery algorithm
Feb  2 13:49:48.512024 kernel: ACPI: Added _OSI(Module Device)
Feb  2 13:49:48.512031 kernel: ACPI: Added _OSI(Processor Device)
Feb  2 13:49:48.512037 kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Feb  2 13:49:48.512044 kernel: ACPI: Added _OSI(Processor Aggregator Device)
Feb  2 13:49:48.512051 kernel: ACPI: 1 ACPI AML tables successfully acquired and loaded
Feb  2 13:49:48.512060 kernel: ACPI: Interpreter enabled
Feb  2 13:49:48.512067 kernel: ACPI: PM: (supports S0 S3 S4 S5)
Feb  2 13:49:48.512073 kernel: ACPI: Using IOAPIC for interrupt routing
Feb  2 13:49:48.512080 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Feb  2 13:49:48.512087 kernel: PCI: Using E820 reservations for host bridge windows
Feb  2 13:49:48.512094 kernel: ACPI: Enabled 2 GPEs in block 00 to 0F
Feb  2 13:49:48.512100 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Feb  2 13:49:48.512314 kernel: acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Feb  2 13:49:48.512326 kernel: acpiphp: Slot [2] registered
Feb  2 13:49:48.512333 kernel: acpiphp: Slot [3] registered
Feb  2 13:49:48.512343 kernel: acpiphp: Slot [4] registered
Feb  2 13:49:48.512349 kernel: acpiphp: Slot [5] registered
Feb  2 13:49:48.512356 kernel: acpiphp: Slot [6] registered
Feb  2 13:49:48.512362 kernel: acpiphp: Slot [7] registered
Feb  2 13:49:48.512369 kernel: acpiphp: Slot [8] registered
Feb  2 13:49:48.512376 kernel: acpiphp: Slot [9] registered
Feb  2 13:49:48.512383 kernel: acpiphp: Slot [10] registered
Feb  2 13:49:48.512389 kernel: acpiphp: Slot [11] registered
Feb  2 13:49:48.512396 kernel: acpiphp: Slot [12] registered
Feb  2 13:49:48.512402 kernel: acpiphp: Slot [13] registered
Feb  2 13:49:48.512409 kernel: acpiphp: Slot [14] registered
Feb  2 13:49:48.512415 kernel: acpiphp: Slot [15] registered
Feb  2 13:49:48.512422 kernel: acpiphp: Slot [16] registered
Feb  2 13:49:48.512431 kernel: acpiphp: Slot [17] registered
Feb  2 13:49:48.512437 kernel: acpiphp: Slot [18] registered
Feb  2 13:49:48.512444 kernel: acpiphp: Slot [19] registered
Feb  2 13:49:48.512462 kernel: acpiphp: Slot [20] registered
Feb  2 13:49:48.512468 kernel: acpiphp: Slot [21] registered
Feb  2 13:49:48.512475 kernel: acpiphp: Slot [22] registered
Feb  2 13:49:48.512482 kernel: acpiphp: Slot [23] registered
Feb  2 13:49:48.512499 kernel: acpiphp: Slot [24] registered
Feb  2 13:49:48.512509 kernel: acpiphp: Slot [25] registered
Feb  2 13:49:48.512515 kernel: acpiphp: Slot [26] registered
Feb  2 13:49:48.512522 kernel: acpiphp: Slot [27] registered
Feb  2 13:49:48.512528 kernel: acpiphp: Slot [28] registered
Feb  2 13:49:48.512535 kernel: acpiphp: Slot [29] registered
Feb  2 13:49:48.512541 kernel: acpiphp: Slot [30] registered
Feb  2 13:49:48.512548 kernel: acpiphp: Slot [31] registered
Feb  2 13:49:48.512554 kernel: PCI host bridge to bus 0000:00
Feb  2 13:49:48.512706 kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Feb  2 13:49:48.512840 kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Feb  2 13:49:48.516298 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Feb  2 13:49:48.516435 kernel: pci_bus 0000:00: root bus resource [mem 0x60000000-0xfebfffff window]
Feb  2 13:49:48.516573 kernel: pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]
Feb  2 13:49:48.516698 kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
Feb  2 13:49:48.516822 kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Feb  2 13:49:48.518011 kernel: pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 conventional PCI endpoint
Feb  2 13:49:48.518165 kernel: pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 conventional PCI endpoint
Feb  2 13:49:48.518325 kernel: pci 0000:00:01.1: [8086:7010] type 00 class 0x010180 conventional PCI endpoint
Feb  2 13:49:48.518472 kernel: pci 0000:00:01.1: BAR 4 [io  0xc100-0xc10f]
Feb  2 13:49:48.518608 kernel: pci 0000:00:01.1: BAR 0 [io  0x01f0-0x01f7]: legacy IDE quirk
Feb  2 13:49:48.518745 kernel: pci 0000:00:01.1: BAR 1 [io  0x03f6]: legacy IDE quirk
Feb  2 13:49:48.524924 kernel: pci 0000:00:01.1: BAR 2 [io  0x0170-0x0177]: legacy IDE quirk
Feb  2 13:49:48.525091 kernel: pci 0000:00:01.1: BAR 3 [io  0x0376]: legacy IDE quirk
Feb  2 13:49:48.525249 kernel: pci 0000:00:01.3: [8086:7113] type 00 class 0x068000 conventional PCI endpoint
Feb  2 13:49:48.525396 kernel: pci 0000:00:01.3: quirk: [io  0x0600-0x063f] claimed by PIIX4 ACPI
Feb  2 13:49:48.525550 kernel: pci 0000:00:01.3: quirk: [io  0x0700-0x070f] claimed by PIIX4 SMB
Feb  2 13:49:48.525710 kernel: pci 0000:00:02.0: [1af4:1005] type 00 class 0x00ff00 conventional PCI endpoint
Feb  2 13:49:48.525851 kernel: pci 0000:00:02.0: BAR 0 [io  0xc0c0-0xc0df]
Feb  2 13:49:48.527393 kernel: pci 0000:00:02.0: BAR 1 [mem 0xfebc0000-0xfebc0fff]
Feb  2 13:49:48.527552 kernel: pci 0000:00:02.0: BAR 4 [mem 0xfebf0000-0xfebf3fff 64bit pref]
Feb  2 13:49:48.527701 kernel: pci 0000:00:03.0: [1af4:1001] type 00 class 0x010000 conventional PCI endpoint
Feb  2 13:49:48.527838 kernel: pci 0000:00:03.0: BAR 0 [io  0xc000-0xc07f]
Feb  2 13:49:48.530139 kernel: pci 0000:00:03.0: BAR 1 [mem 0xfebc1000-0xfebc1fff]
Feb  2 13:49:48.530287 kernel: pci 0000:00:03.0: BAR 4 [mem 0xfebf4000-0xfebf7fff 64bit pref]
Feb  2 13:49:48.530476 kernel: pci 0000:00:04.0: [1af4:1000] type 00 class 0x020000 conventional PCI endpoint
Feb  2 13:49:48.530631 kernel: pci 0000:00:04.0: BAR 0 [io  0xc0e0-0xc0ff]
Feb  2 13:49:48.530767 kernel: pci 0000:00:04.0: BAR 1 [mem 0xfebc2000-0xfebc2fff]
Feb  2 13:49:48.537949 kernel: pci 0000:00:04.0: BAR 4 [mem 0xfebf8000-0xfebfbfff 64bit pref]
Feb  2 13:49:48.538107 kernel: pci 0000:00:04.0: ROM [mem 0xfeb80000-0xfebbffff pref]
Feb  2 13:49:48.538257 kernel: pci 0000:00:05.0: [1af4:1003] type 00 class 0x078000 conventional PCI endpoint
Feb  2 13:49:48.538395 kernel: pci 0000:00:05.0: BAR 0 [io  0xc080-0xc0bf]
Feb  2 13:49:48.538545 kernel: pci 0000:00:05.0: BAR 1 [mem 0xfebc3000-0xfebc3fff]
Feb  2 13:49:48.538679 kernel: pci 0000:00:05.0: BAR 4 [mem 0xfebfc000-0xfebfffff 64bit pref]
Feb  2 13:49:48.538689 kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 10
Feb  2 13:49:48.538696 kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 10
Feb  2 13:49:48.538707 kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 11
Feb  2 13:49:48.538714 kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 11
Feb  2 13:49:48.538721 kernel: ACPI: PCI: Interrupt link LNKS configured for IRQ 9
Feb  2 13:49:48.538728 kernel: iommu: Default domain type: Translated
Feb  2 13:49:48.538735 kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Feb  2 13:49:48.538741 kernel: SCSI subsystem initialized
Feb  2 13:49:48.538749 kernel: libata version 3.00 loaded.
Feb  2 13:49:48.538756 kernel: ACPI: bus type USB registered
Feb  2 13:49:48.538763 kernel: usbcore: registered new interface driver usbfs
Feb  2 13:49:48.538770 kernel: usbcore: registered new interface driver hub
Feb  2 13:49:48.538777 kernel: usbcore: registered new device driver usb
Feb  2 13:49:48.538783 kernel: pps_core: LinuxPPS API ver. 1 registered
Feb  2 13:49:48.538793 kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Feb  2 13:49:48.538800 kernel: PTP clock support registered
Feb  2 13:49:48.538807 kernel: EDAC MC: Ver: 3.0.0
Feb  2 13:49:48.538814 kernel: NetLabel: Initializing
Feb  2 13:49:48.538821 kernel: NetLabel:  domain hash size = 128
Feb  2 13:49:48.538828 kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Feb  2 13:49:48.538835 kernel: NetLabel:  unlabeled traffic allowed by default
Feb  2 13:49:48.538842 kernel: mctp: management component transport protocol core
Feb  2 13:49:48.538849 kernel: NET: Registered PF_MCTP protocol family
Feb  2 13:49:48.538856 kernel: PCI: Using ACPI for IRQ routing
Feb  2 13:49:48.538863 kernel: PCI: pci_cache_line_size set to 64 bytes
Feb  2 13:49:48.538869 kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
Feb  2 13:49:48.538879 kernel: e820: reserve RAM buffer [mem 0x5ffcd000-0x5fffffff]
Feb  2 13:49:48.541738 kernel: vgaarb: loaded
Feb  2 13:49:48.541753 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Feb  2 13:49:48.541760 kernel: hpet0: 3 comparators, 64-bit 100.000000 MHz counter
Feb  2 13:49:48.541767 kernel: clocksource: Switched to clocksource kvm-clock
Feb  2 13:49:48.541774 kernel: VFS: Disk quotas dquot_6.6.0
Feb  2 13:49:48.541781 kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Feb  2 13:49:48.541787 kernel: pnp: PnP ACPI init
Feb  2 13:49:48.542005 kernel: pnp 00:02: [dma 2]
Feb  2 13:49:48.542019 kernel: pnp: PnP ACPI: found 5 devices
Feb  2 13:49:48.542026 kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Feb  2 13:49:48.542038 kernel: NET: Registered PF_INET protocol family
Feb  2 13:49:48.542046 kernel: IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
Feb  2 13:49:48.542053 kernel: tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
Feb  2 13:49:48.542060 kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Feb  2 13:49:48.542067 kernel: TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
Feb  2 13:49:48.542074 kernel: TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
Feb  2 13:49:48.542080 kernel: TCP: Hash tables configured (established 16384 bind 16384)
Feb  2 13:49:48.542087 kernel: MPTCP token hash table entries: 2048 (order: 3, 49152 bytes, linear)
Feb  2 13:49:48.542094 kernel: UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
Feb  2 13:49:48.542101 kernel: UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
Feb  2 13:49:48.542108 kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Feb  2 13:49:48.542117 kernel: NET: Registered PF_XDP protocol family
Feb  2 13:49:48.542251 kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Feb  2 13:49:48.542375 kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Feb  2 13:49:48.542516 kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Feb  2 13:49:48.542641 kernel: pci_bus 0000:00: resource 7 [mem 0x60000000-0xfebfffff window]
Feb  2 13:49:48.542764 kernel: pci_bus 0000:00: resource 8 [mem 0x100000000-0x17fffffff window]
Feb  2 13:49:48.546932 kernel: pci_bus 0000:00: resource 9 [mem 0xfed40000-0xfed44fff]
Feb  2 13:49:48.547094 kernel: pci 0000:00:01.0: PIIX3: Enabling Passive Release
Feb  2 13:49:48.547234 kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers
Feb  2 13:49:48.547244 kernel: PCI: CLS 0 bytes, default 64
Feb  2 13:49:48.547252 kernel: Trying to unpack rootfs image as initramfs...
Feb  2 13:49:48.547264 kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fa6ede6653, max_idle_ns: 440795269869 ns
Feb  2 13:49:48.547271 kernel: Initialise system trusted keyrings
Feb  2 13:49:48.547278 kernel: Key type blacklist registered
Feb  2 13:49:48.547285 kernel: workingset: timestamp_bits=36 max_order=19 bucket_order=0
Feb  2 13:49:48.547292 kernel: zbud: loaded
Feb  2 13:49:48.547299 kernel: integrity: Platform Keyring initialized
Feb  2 13:49:48.547306 kernel: integrity: Machine keyring initialized
Feb  2 13:49:48.547312 kernel: NET: Registered PF_ALG protocol family
Feb  2 13:49:48.547319 kernel: xor: automatically using best checksumming function   avx       
Feb  2 13:49:48.547326 kernel: Key type asymmetric registered
Feb  2 13:49:48.547333 kernel: Asymmetric key parser 'x509' registered
Feb  2 13:49:48.547340 kernel: Freeing initrd memory: 92608K
Feb  2 13:49:48.547350 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
Feb  2 13:49:48.547358 kernel: io scheduler mq-deadline registered
Feb  2 13:49:48.547368 kernel: io scheduler kyber registered
Feb  2 13:49:48.547377 kernel: io scheduler bfq registered
Feb  2 13:49:48.547385 kernel: atomic64_test: passed for x86-64 platform with CX8 and with SSE
Feb  2 13:49:48.547393 kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Feb  2 13:49:48.547400 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
Feb  2 13:49:48.547407 kernel: ACPI: button: Power Button [PWRF]
Feb  2 13:49:48.547415 kernel: ACPI: \_SB_.LNKB: Enabled at IRQ 10
Feb  2 13:49:48.547422 kernel: ACPI: \_SB_.LNKC: Enabled at IRQ 11
Feb  2 13:49:48.547429 kernel: ACPI: \_SB_.LNKD: Enabled at IRQ 11
Feb  2 13:49:48.547435 kernel: ACPI: \_SB_.LNKA: Enabled at IRQ 10
Feb  2 13:49:48.547445 kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Feb  2 13:49:48.547464 kernel: 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Feb  2 13:49:48.547471 kernel: Non-volatile memory driver v1.3
Feb  2 13:49:48.547478 kernel: Linux agpgart interface v0.103
Feb  2 13:49:48.547656 kernel: tpm_tis MSFT0101:00: 2.0 TPM (device-id 0x1, rev-id 1)
Feb  2 13:49:48.547668 kernel: ACPI: bus type drm_connector registered
Feb  2 13:49:48.547807 kernel: ata_piix 0000:00:01.1: version 2.13
Feb  2 13:49:48.552019 kernel: scsi host0: ata_piix
Feb  2 13:49:48.552213 kernel: scsi host1: ata_piix
Feb  2 13:49:48.552230 kernel: ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 lpm-pol 0
Feb  2 13:49:48.552237 kernel: ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 lpm-pol 0
Feb  2 13:49:48.552244 kernel: usbcore: registered new interface driver usbserial_generic
Feb  2 13:49:48.552251 kernel: usbserial: USB Serial support registered for generic
Feb  2 13:49:48.552261 kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
Feb  2 13:49:48.552268 kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Feb  2 13:49:48.552275 kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Feb  2 13:49:48.552282 kernel: mousedev: PS/2 mouse device common for all mice
Feb  2 13:49:48.552289 kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
Feb  2 13:49:48.552296 kernel: input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4
Feb  2 13:49:48.552443 kernel: rtc_cmos 00:04: RTC can wake from S4
Feb  2 13:49:48.552535 kernel: input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3
Feb  2 13:49:48.552669 kernel: rtc_cmos 00:04: registered as rtc0
Feb  2 13:49:48.552797 kernel: rtc_cmos 00:04: setting system clock to 2025-02-02T13:49:47 UTC (1738504187)
Feb  2 13:49:48.558178 kernel: rtc_cmos 00:04: alarms up to one day, y3k, 242 bytes nvram, hpet irqs
Feb  2 13:49:48.558194 kernel: device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
Feb  2 13:49:48.558202 kernel: device-mapper: uevent: version 1.0.3
Feb  2 13:49:48.558209 kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
Feb  2 13:49:48.558217 kernel: amd_pstate: the _CPC object is not present in SBIOS or ACPI disabled
Feb  2 13:49:48.558224 kernel: hid: raw HID events driver (C) Jiri Kosina
Feb  2 13:49:48.558231 kernel: usbcore: registered new interface driver usbhid
Feb  2 13:49:48.558239 kernel: usbhid: USB HID core driver
Feb  2 13:49:48.558245 kernel: drop_monitor: Initializing network drop monitor service
Feb  2 13:49:48.558258 kernel: Initializing XFRM netlink socket
Feb  2 13:49:48.558265 kernel: NET: Registered PF_INET6 protocol family
Feb  2 13:49:48.558271 kernel: Segment Routing with IPv6
Feb  2 13:49:48.558279 kernel: RPL Segment Routing with IPv6
Feb  2 13:49:48.558285 kernel: In-situ OAM (IOAM) with IPv6
Feb  2 13:49:48.558292 kernel: mip6: Mobile IPv6
Feb  2 13:49:48.558299 kernel: NET: Registered PF_PACKET protocol family
Feb  2 13:49:48.558307 kernel: IPI shorthand broadcast: enabled
Feb  2 13:49:48.558313 kernel: AES CTR mode by8 optimization enabled
Feb  2 13:49:48.558321 kernel: sched_clock: Marking stable (1415002574, 235922482)->(1701651221, -50726165)
Feb  2 13:49:48.558327 kernel: registered taskstats version 1
Feb  2 13:49:48.558334 kernel: Loading compiled-in X.509 certificates
Feb  2 13:49:48.558344 kernel: Loaded X.509 cert 'Fedora kernel signing key: 7d418ed830a7e137fc343b249e39cab3412e0080'
Feb  2 13:49:48.558351 kernel: Loaded X.509 cert 'Fedora IMA CA: a8a00c31663f853f9c6ff2564872e378af026b28'
Feb  2 13:49:48.558358 kernel: Demotion targets for Node 0: null
Feb  2 13:49:48.558365 kernel: page_owner is disabled
Feb  2 13:49:48.558372 kernel: Key type .fscrypt registered
Feb  2 13:49:48.558379 kernel: Key type fscrypt-provisioning registered
Feb  2 13:49:48.558385 kernel: Btrfs loaded, zoned=yes, fsverity=yes
Feb  2 13:49:48.558392 kernel: Key type big_key registered
Feb  2 13:49:48.558399 kernel: Key type trusted registered
Feb  2 13:49:48.558406 kernel: Key type encrypted registered
Feb  2 13:49:48.558413 kernel: Loading compiled-in module X.509 certificates
Feb  2 13:49:48.558420 kernel: Loaded X.509 cert 'Fedora kernel signing key: 7d418ed830a7e137fc343b249e39cab3412e0080'
Feb  2 13:49:48.558429 kernel: ima: Allocated hash algorithm: sha256
Feb  2 13:49:48.558436 kernel: ima: No architecture policies found
Feb  2 13:49:48.558443 kernel: evm: Initialising EVM extended attributes:
Feb  2 13:49:48.558463 kernel: evm: security.selinux
Feb  2 13:49:48.558470 kernel: evm: security.SMACK64 (disabled)
Feb  2 13:49:48.558476 kernel: evm: security.SMACK64EXEC (disabled)
Feb  2 13:49:48.558483 kernel: evm: security.SMACK64TRANSMUTE (disabled)
Feb  2 13:49:48.558491 kernel: evm: security.SMACK64MMAP (disabled)
Feb  2 13:49:48.558498 kernel: evm: security.apparmor (disabled)
Feb  2 13:49:48.558504 kernel: evm: security.ima
Feb  2 13:49:48.558511 kernel: evm: security.capability
Feb  2 13:49:48.558518 kernel: evm: HMAC attrs: 0x1
Feb  2 13:49:48.558527 kernel: alg: No test for 842 (842-scomp)
Feb  2 13:49:48.558534 kernel: alg: No test for 842 (842-generic)
Feb  2 13:49:48.558541 kernel: PM:   Magic number: 13:290:836
Feb  2 13:49:48.558548 kernel: RAS: Correctable Errors collector initialized.
Feb  2 13:49:48.558555 kernel: clk: Disabling unused clocks
Feb  2 13:49:48.558562 kernel: PM: genpd: Disabling unused power domains
Feb  2 13:49:48.558569 kernel: Freeing unused decrypted memory: 2028K
Feb  2 13:49:48.558575 kernel: Freeing unused kernel image (initmem) memory: 4884K
Feb  2 13:49:48.558582 kernel: Write protecting the kernel read-only data: 40960k
Feb  2 13:49:48.558589 kernel: Freeing unused kernel image (rodata/data gap) memory: 1668K
Feb  2 13:49:48.558596 kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Feb  2 13:49:48.558603 kernel: Run /init as init process
Feb  2 13:49:48.558612 kernel:   with arguments:
Feb  2 13:49:48.558619 kernel:     /init
Feb  2 13:49:48.558626 kernel:   with environment:
Feb  2 13:49:48.558633 kernel:     HOME=/
Feb  2 13:49:48.558640 kernel:     TERM=linux
Feb  2 13:49:48.558647 kernel:     BOOT_IMAGE=(hd0,gpt3)/boot/ostree/fedora-coreos-1ec67de704a6378e62bb7e64dd3dff9eea268d7a7984ba3671f175136989c6ef/vmlinuz-6.12.12-200.fc41.x86_64
Feb  2 13:49:48.558654 kernel:     ostree=/ostree/boot.1/fedora-coreos/1ec67de704a6378e62bb7e64dd3dff9eea268d7a7984ba3671f175136989c6ef/0
Feb  2 13:49:48.558736 systemd-journald.service[303]: Missed 45 kernel messages
Feb  2 13:49:48.558757 kernel: fuse: init (API version 7.41)
Feb  2 13:49:48.558764 kernel: alua: device handler registered
Feb  2 13:49:48.558771 kernel: emc: device handler registered
Feb  2 13:49:48.558778 kernel: rdac: device handler registered
Feb  2 13:49:48.558786 systemd-journald.service[303]: Journal started
Feb  2 13:49:48.558825 systemd-journald.service[303]: Runtime Journal (/run/log/journal/bb5f904b033148d1917d1bc050a16392) is 3.6M, max 29M, 25.4M free.
Feb  2 13:49:48.520500 systemd-modules-load.service[304]: Inserted module 'fuse'
Feb  2 13:49:48.520628 systemd-modules-load.service[304]: Module 'msr' is built in
Feb  2 13:49:48.534930 systemd-modules-load.service[304]: Inserted module 'scsi_dh_alua'
Feb  2 13:49:48.544947 systemd-modules-load.service[304]: Inserted module 'scsi_dh_emc'
Feb  2 13:49:48.555943 systemd-modules-load.service[304]: Inserted module 'scsi_dh_rdac'
Feb  2 13:49:48.574186 init.scope[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
Feb  2 13:49:48.591179 multipathd.service[311]: multipathd v0.9.9: start up
Feb  2 13:49:48.591179 multipathd.service[311]: /etc/multipath.conf does not exist, blacklisting all devices.
Feb  2 13:49:48.591179 multipathd.service[311]: You can run "/sbin/mpathconf --enable" to create
Feb  2 13:49:48.591179 multipathd.service[311]: /etc/multipath.conf. See man mpathconf(8) for more details
Feb  2 13:49:48.608036 multipathd.service[311]: /etc/multipath.conf does not exist, blacklisting all devices.
Feb  2 13:49:48.608036 multipathd.service[311]: You can run "/sbin/mpathconf --enable" to create
Feb  2 13:49:48.608036 multipathd.service[311]: /etc/multipath.conf. See man mpathconf(8) for more details
Feb  2 13:49:48.608036 multipathd.service[311]: reconfigure: setting up paths and maps
Feb  2 13:49:48.608036 multipathd.service[311]: _check_bindings_file: failed to read header from /etc/multipath/bindings
Feb  2 13:49:48.608036 multipathd.service[311]: updated bindings file /etc/multipath/bindings
Feb  2 13:49:48.615297 init.scope[1]: Started multipathd.service - Device-Mapper Multipath Device Controller.
Feb  2 13:49:48.643475 init.scope[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
Feb  2 13:49:48.666938 systemd-vconsole-setup.service[309]: KD_FONT_OP_GET failed while trying to get the font metadata: Invalid argument
Feb  2 13:49:48.668557 systemd-vconsole-setup.service[309]: Fonts will not be copied to remaining consoles
Feb  2 13:49:48.669964 init.scope[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.
Feb  2 13:49:48.672963 init.scope[1]: Finished systemd-vconsole-setup.service - Virtual Console Setup.
Feb  2 13:49:48.680174 init.scope[1]: Starting dracut-cmdline-ask.service - dracut ask for additional cmdline parameters...
Feb  2 13:49:48.685064 init.scope[1]: Starting systemd-sysusers.service - Create System Users...
Feb  2 13:49:48.713303 init.scope[1]: F
...[truncated 374662 chars]...
 [36/48] Installing httpd-0:2.4.63-1.fc4 100% | 964.3 KiB/s |  68.5 KiB |  00m00s
Feb  2 13:50:26.038646 user@1000.service[2381]: [37/48] Installing systemd-networkd-0:2 100% |  33.6 MiB/s |   2.1 MiB |  00m00s
Feb  2 13:50:26.063029 user@1000.service[2381]: [38/48] Installing systemd-resolved-0:2 100% |  21.7 MiB/s | 665.4 KiB |  00m00s
Feb  2 13:50:26.063029 user@1000.service[2381]: >>> Running post-install scriptlet: systemd-resolved-0:256.11-1.fc41.x86_64
Feb  2 13:50:26.063029 user@1000.service[2381]: >>> Finished post-install scriptlet: systemd-resolved-0:256.11-1.fc41.x86_64
Feb  2 13:50:26.063029 user@1000.service[2381]: >>> Scriptlet output:
Feb  2 13:50:26.063029 user@1000.service[2381]: >>> Created symlink '/etc/systemd/system/dbus-org.freedesktop.resolve1.service'
Feb  2 13:50:26.063029 user@1000.service[2381]: >>> Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-resolved.s
Feb  2 13:50:26.063029 user@1000.service[2381]: >>>
Feb  2 13:50:26.067959 user@1000.service[2381]: [39/48] Installing mod_lua-0:2.4.63-1.f 100% |  45.2 MiB/s | 138.8 KiB |  00m00s
Feb  2 13:50:26.072974 user@1000.service[2381]: [40/48] Installing mod_http2-0:2.0.29-2 100% |  84.8 MiB/s | 434.3 KiB |  00m00s
Feb  2 13:50:26.097768 user@1000.service[2381]: [41/48] Installing libxkbcommon-0:1.7.0 100% |  82.5 MiB/s | 338.1 KiB |  00m00s
Feb  2 13:50:26.099775 user@1000.service[2381]: [42/48] Installing julietaula-montserra 100% | 166.3 MiB/s |   4.2 MiB |  00m00s
Feb  2 13:50:26.104057 user@1000.service[2381]: [43/48] Installing libfido2-0:1.15.0-2. 100% |  78.0 MiB/s | 239.7 KiB |  00m00s
Feb  2 13:50:26.148625 user@1000.service[2381]: [44/48] Installing apr-util-openssl-0:1 100% | 870.0 KiB/s |  24.4 KiB |  00m00s
Feb  2 13:50:26.148625 user@1000.service[2381]: >>> Running pre-install scriptlet: tpm2-tss-0:4.1.3-3.fc41.x86_64
Feb  2 13:50:26.148625 user@1000.service[2381]: >>> Finished pre-install scriptlet: tpm2-tss-0:4.1.3-3.fc41.x86_64
Feb  2 13:50:26.148625 user@1000.service[2381]: >>> Scriptlet output:
Feb  2 13:50:26.148625 user@1000.service[2381]: >>> useradd: Warning: missing or non-executable shell '/usr/sbin/nologin'
Feb  2 13:50:26.148625 user@1000.service[2381]: >>>
Feb  2 13:50:26.153784 user@1000.service[2381]: [45/48] Installing tpm2-tss-0:4.1.3-3.f 100% |  79.0 MiB/s |   1.6 MiB |  00m00s
Feb  2 13:50:26.161078 user@1000.service[2381]: [46/48] Installing qrencode-libs-0:4.1. 100% |  53.0 MiB/s | 162.7 KiB |  00m00s
Feb  2 13:50:26.166034 user@1000.service[2381]: [47/48] Installing diffutils-0:3.10-8.f 100% | 227.2 MiB/s |   1.6 MiB |  00m00s
Feb  2 13:50:27.021959 user@1000.service[2381]: [48/48] Installing libbpf-2:1.4.7-1.fc4 100% | 470.7 KiB/s | 403.4 KiB |  00m01s
Feb  2 13:50:27.021959 user@1000.service[2381]: >>> Running trigger-install scriptlet: systemd-0:256.11-1.fc41.x86_64
Feb  2 13:50:27.021959 user@1000.service[2381]: >>> Finished trigger-install scriptlet: systemd-0:256.11-1.fc41.x86_64
Feb  2 13:50:27.021959 user@1000.service[2381]: >>> Scriptlet output:
Feb  2 13:50:27.021959 user@1000.service[2381]: >>> Creating group 'systemd-coredump' with GID 998.
Feb  2 13:50:27.021959 user@1000.service[2381]: >>> Creating user 'systemd-coredump' (systemd Core Dumper) with UID 998 and GID
Feb  2 13:50:27.021959 user@1000.service[2381]: >>> Creating group 'systemd-network' with GID 192.
Feb  2 13:50:27.021959 user@1000.service[2381]: >>> Creating user 'systemd-network' (systemd Network Management) with UID 192 an
Feb  2 13:50:27.021959 user@1000.service[2381]: >>> Creating group 'systemd-resolve' with GID 193.
Feb  2 13:50:27.021959 user@1000.service[2381]: >>> Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
Feb  2 13:50:27.021959 user@1000.service[2381]: >>> Creating group 'systemd-timesync' with GID 997.
Feb  2 13:50:27.021959 user@1000.service[2381]: >>> Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997
Feb  2 13:50:27.021959 user@1000.service[2381]: >>>
Feb  2 13:50:27.025041 user@1000.service[2381]: Complete!
Feb  2 13:50:27.115793 kola-runext.service[2233]: Removed 12 files, 8 directories. 0 errors occurred.
Feb  2 13:50:27.124805 user@1000.service[2381]: Created symlink '/etc/systemd/system/multi-user.target.wants/httpd.service' → '/usr/lib/systemd/system/httpd.service'.
Feb  2 13:50:27.128165 user@1000.service[1819]: crun-buildah-buildah3505181988.scope: Consumed 12.601s CPU time, 366.3M memory peak.
Feb  2 13:50:29.246320 kola-runext.service[2233]: --> 69d2eeb4e14f
Feb  2 13:50:29.253551 kola-runext.service[2233]: STEP 4/4: ENTRYPOINT [ "/sbin/init" ]
Feb  2 13:50:29.289937 kola-runext.service[2233]: COMMIT httpd
Feb  2 13:50:29.302198 kola-runext.service[2233]: --> c162bfd1ce27
Feb  2 13:50:29.302390 kola-runext.service[2233]: Successfully tagged localhost/httpd:latest
Feb  2 13:50:29.571700 kola-runext.service[2233]: c162bfd1ce27c13f026540ef77e04cbbbc8d829b943cad8adf492a8d2be0ddf3
Feb  2 13:50:29.573184 user@1000.service[2242]: 2025-02-02 13:50:29.572832427 +0000 UTC m=+23.077169970 image build  c162bfd1ce27c13f026540ef77e04cbbbc8d829b943cad8adf492a8d2be0ddf3
Feb  2 13:50:29.579893 user@1000.service[1819]: podman-2242.scope: Consumed 7.395s CPU time, 480.1M memory peak.
Feb  2 13:50:29.589940 user@1000.service[1819]: Started podman-pause-c98a5826.scope.
Feb  2 13:50:29.593230 session-c1.scope[2235]: + podman run -t -d --name httpd --publish 8080:80 httpd
Feb  2 13:50:29.639069 user@1000.service[1819]: Started podman-2767.scope.
Feb  2 13:50:29.679332 user@1000.service[2767]: 2025-02-02 13:50:29.679113163 +0000 UTC m=+0.075773539 container create 8368f45a90292c426800d9c4a6e9bf3d9a57a7e12667daec1ce662420f5ef03f (image=localhost/httpd:latest, name=httpd, org.opencontainers.image.url=https://fedoraproject.org/, version=41, org.opencontainers.image.license=MIT, org.opencontainers.image.vendor=Fedora Project, io.buildah.version=1.38.1, org.opencontainers.image.name=fedora, name=fedora, license=MIT, vendor=Fedora Project, org.opencontainers.image.version=41)
Feb  2 13:50:29.690634 user@1000.service[2776]: Couldn't get any nameserver address
Feb  2 13:50:29.721384 user@1000.service[1819]: Started libpod-conmon-8368f45a90292c426800d9c4a6e9bf3d9a57a7e12667daec1ce662420f5ef03f.scope.
Feb  2 13:50:29.727264 user@1000.service[2767]: 2025-02-02 13:50:29.647049551 +0000 UTC m=+0.043709947 image pull c162bfd1ce27c13f026540ef77e04cbbbc8d829b943cad8adf492a8d2be0ddf3 httpd
Feb  2 13:50:29.734055 user@1000.service[1819]: Started libpod-8368f45a90292c426800d9c4a6e9bf3d9a57a7e12667daec1ce662420f5ef03f.scope - libcrun container.
Feb  2 13:50:29.745523 user@1000.service[2767]: 2025-02-02 13:50:29.74546477 +0000 UTC m=+0.142125166 container init 8368f45a90292c426800d9c4a6e9bf3d9a57a7e12667daec1ce662420f5ef03f (image=localhost/httpd:latest, name=httpd, org.opencontainers.image.name=fedora, io.buildah.version=1.38.1, org.opencontainers.image.vendor=Fedora Project, license=MIT, vendor=Fedora Project, version=41, org.opencontainers.image.version=41, name=fedora, org.opencontainers.image.license=MIT, org.opencontainers.image.url=https://fedoraproject.org/)
Feb  2 13:50:29.749032 user@1000.service[2767]: 2025-02-02 13:50:29.748949079 +0000 UTC m=+0.145609465 container start 8368f45a90292c426800d9c4a6e9bf3d9a57a7e12667daec1ce662420f5ef03f (image=localhost/httpd:latest, name=httpd, org.opencontainers.image.vendor=Fedora Project, name=fedora, vendor=Fedora Project, io.buildah.version=1.38.1, org.opencontainers.image.name=fedora, org.opencontainers.image.license=MIT, license=MIT, org.opencontainers.image.url=https://fedoraproject.org/, version=41, org.opencontainers.image.version=41)
Feb  2 13:50:29.751648 kola-runext.service[2233]: 8368f45a90292c426800d9c4a6e9bf3d9a57a7e12667daec1ce662420f5ef03f
Feb  2 13:50:29.762385 user@1000.service[2786]: Failed to set RLIMIT_CORE: Operation not permitted\u000d\u000d
                                                
Feb  2 13:50:29.765823 session-c1.scope[2232]: pam_unix(sudo:session): session closed for user core
Feb  2 13:50:29.765000 audit[2232]: USER_END pid=2232 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'
Feb  2 13:50:29.766000 audit[2232]: CRED_DISP pid=2232 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'
Feb  2 13:50:29.771920 kola-runext.service[2229]: + sleep 5
Feb  2 13:50:29.772673 init.scope[1]: session-c1.scope: Deactivated successfully.
Feb  2 13:50:29.774448 init.scope[1]: session-c1.scope: Consumed 247ms CPU time, 64.4M memory peak.
Feb  2 13:50:29.864244 user@1000.service[2786]: \u001b[!p\u001b]104\u0007\u001b[?7hsystemd 256.11-1.fc41 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +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 +XKBCOMMON +UTMP +SYSVINIT +LIBARCHIVE)\u000d\u000d
                                                
Feb  2 13:50:29.865701 user@1000.service[2786]: Detected virtualization podman.\u000d\u000d
                                                
Feb  2 13:50:29.865710 user@1000.service[2786]: Detected architecture x86-64.\u000d\u000d
                                                
Feb  2 13:50:29.865716 user@1000.service[2786]: \u000d
                                                
Feb  2 13:50:29.865722 user@1000.service[2786]: Welcome to \u001b[0;38;2;60;110;180mFedora Linux 41 (Container Image)\u001b[0m!\u000d
                                                
Feb  2 13:50:29.865729 user@1000.service[2786]: \u000d\u000d
                                                
Feb  2 13:50:29.865735 user@1000.service[2786]: bpf-restrict-fs: BPF LSM hook not enabled in the kernel, BPF LSM not supported.\u000d\u000d
                                                
Feb  2 13:50:29.938810 user@1000.service[2786]: Queued start job for default target graphical.target.\u000d\u000d
                                                
Feb  2 13:50:29.943982 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Created slice \u001b[0;1;39msystem-getty.slice\u001b[0m - Slice /system/getty.\u000d\u000d
                                                
Feb  2 13:50:29.944863 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Created slice \u001b[0;1;39msystem-modprobe.slice\u001b[0m - Slice /system/modprobe.\u000d\u000d
                                                
Feb  2 13:50:29.945582 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Created slice \u001b[0;1;39muser.slice\u001b[0m - User and Session Slice.\u000d\u000d
                                                
Feb  2 13:50:29.945874 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Started \u001b[0;1;39msystemd-ask-password-conso…\u001b[0mequests to Console Directory Watch.\u000d\u000d
                                                
Feb  2 13:50:29.946125 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Started \u001b[0;1;39msystemd-ask-password-wall.…\u001b[0md Requests to Wall Directory Watch.\u000d\u000d
                                                
Feb  2 13:50:29.946317 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Reached target \u001b[0;1;39mcryptsetup.target\u001b[0m - Local Encrypted Volumes.\u000d\u000d
                                                
Feb  2 13:50:29.946493 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Reached target \u001b[0;1;39mintegritysetup.targ…\u001b[0m Local Integrity Protected Volumes.\u000d\u000d
                                                
Feb  2 13:50:29.946659 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Reached target \u001b[0;1;39mpaths.target\u001b[0m - Path Units.\u000d\u000d
                                                
Feb  2 13:50:29.946820 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Reached target \u001b[0;1;39mremote-cryptsetup.target\u001b[0m - Remote Encrypted Volumes.\u000d\u000d
                                                
Feb  2 13:50:29.947008 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Reached target \u001b[0;1;39mremote-fs.target\u001b[0m - Remote File Systems.\u000d\u000d
                                                
Feb  2 13:50:29.947180 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Reached target \u001b[0;1;39mslices.target\u001b[0m - Slice Units.\u000d\u000d
                                                
Feb  2 13:50:29.947346 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Reached target \u001b[0;1;39mswap.target\u001b[0m - Swaps.\u000d\u000d
                                                
Feb  2 13:50:29.947507 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Reached target \u001b[0;1;39mveritysetup.target\u001b[0m - Local Verity Protected Volumes.\u000d\u000d
                                                
Feb  2 13:50:29.949084 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Listening on \u001b[0;1;39msystemd-coredump.socket\u001b[0m - Process Core Dump Socket.\u000d\u000d
                                                
Feb  2 13:50:29.950114 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Listening on \u001b[0;1;39msystemd-creds.socket\u001b[0m - Credential Encryption/Decryption.\u000d\u000d
                                                
Feb  2 13:50:29.950619 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Listening on \u001b[0;1;39msystemd-initctl.socke…\u001b[0m- initctl Compatibility Named Pipe.\u000d\u000d
                                                
Feb  2 13:50:29.950731 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Listening on \u001b[0;1;39msystemd-journald-dev-…socket\u001b[0m - Journal Socket (/dev/log).\u000d\u000d
                                                
Feb  2 13:50:29.951065 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Listening on \u001b[0;1;39msystemd-journald.socket\u001b[0m - Journal Sockets.\u000d\u000d
                                                
Feb  2 13:50:29.951320 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Listening on \u001b[0;1;39msystemd-mountfsd.socket\u001b[0m - DDI File System Mounter Socket.\u000d\u000d
                                                
Feb  2 13:50:29.951567 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Listening on \u001b[0;1;39msystemd-nsresourced.s…\u001b[0m Namespace Resource Manager Socket.\u000d\u000d
                                                
Feb  2 13:50:29.951906 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Listening on \u001b[0;1;39msystemd-oomd.socket\u001b[0m -… Out-Of-Memory (OOM) Killer Socket.\u000d\u000d
                                                
Feb  2 13:50:29.952888 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Listening on \u001b[0;1;39msystemd-userdbd.socket\u001b[0m - User Database Manager Socket.\u000d\u000d
                                                
Feb  2 13:50:29.955049 user@1000.service[2786]:          Starting \u001b[0;1;39msystemd-journald.service\u001b[0m - Journal Service...\u000d\u000d
                                                
Feb  2 13:50:29.958073 user@1000.service[2786]:          Starting \u001b[0;1;39msystemd-network-generator…\u001b[0mk units from Kernel command line...\u000d\u000d
                                                
Feb  2 13:50:29.962190 user@1000.service[2786]:          Starting \u001b[0;1;39msystemd-remount-fs.servic…\u001b[0munt Root and Kernel File Systems...\u000d\u000d
                                                
Feb  2 13:50:29.967110 user@1000.service[2786]:          Starting \u001b[0;1;39msystemd-tmpfiles-setup-de…\u001b[0m Device Nodes in /dev gracefully...\u000d\u000d
                                                
Feb  2 13:50:29.976636 user@1000.service[2786]:          Starting \u001b[0;1;39msystemd-udev-load-credent…\u001b[0mLoad udev Rules from Credentials...\u000d\u000d
                                                
Feb  2 13:50:30.003052 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Finished \u001b[0;1;39msystemd-remount-fs.servic…\u001b[0mmount Root and Kernel File Systems.\u000d\u000d
                                                
Feb  2 13:50:30.011116 user@1000.service[2786]:          Starting \u001b[0;1;39msystemd-hwdb-update.service\u001b[0m - Rebuild Hardware Database...\u000d\u000d
                                                
Feb  2 13:50:30.012996 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Finished \u001b[0;1;39msystemd-network-generator…\u001b[0mork units from Kernel command line.\u000d\u000d
                                                
Feb  2 13:50:30.015981 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Reached target \u001b[0;1;39mnetwork-pre.target\u001b[0m - Preparation for Network.\u000d\u000d
                                                
Feb  2 13:50:30.018522 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Finished \u001b[0;1;39msystemd-udev-load-credent…\u001b[0m- Load udev Rules from Credentials.\u000d\u000d
                                                
Feb  2 13:50:30.026221 user@1000.service[2786]:          Starting \u001b[0;1;39msystemd-nsresourced.service\u001b[0m - Namespace Resource Manager...\u000d\u000d
                                                
Feb  2 13:50:30.032075 user@1000.service[2786]:          Starting \u001b[0;1;39msystemd-userdbd.service\u001b[0m - User Database Manager...\u000d\u000d
                                                
Feb  2 13:50:30.048312 user@1000.service[2786]: systemd-nsresourced.service: ProtectHostname=yes is configured, but UTS namespace setup is prohibited (container manager?), ignoring namespace setup.\u000d\u000d
                                                
Feb  2 13:50:30.050205 user@1000.service[2786]: systemd-userdbd.service: ProtectHostname=yes is configured, but UTS namespace setup is prohibited (container manager?), ignoring namespace setup.\u000d\u000d
                                                
Feb  2 13:50:30.056778 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Started \u001b[0;1;39msystemd-journald.service\u001b[0m - Journal Service.\u000d\u000d
                                                
Feb  2 13:50:30.157239 user@1000.service[2786]:          Starting \u001b[0;1;39msystemd-journal-flush.ser…\u001b[0msh Journal to Persistent Storage...\u000d\u000d
                                                
Feb  2 13:50:30.158092 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Started \u001b[0;1;39msystemd-nsresourced.service\u001b[0m - Namespace Resource Manager.\u000d\u000d
                                                
Feb  2 13:50:30.158225 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Started \u001b[0;1;39msystemd-userdbd.service\u001b[0m - User Database Manager.\u000d\u000d
                                                
Feb  2 13:50:30.258948 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Finished \u001b[0;1;39msystemd-journal-flush.ser…\u001b[0mlush Journal to Persistent Storage.\u000d\u000d
                                                
Feb  2 13:50:30.259223 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Finished \u001b[0;1;39msystemd-tmpfiles-setup-de…\u001b[0mic Device Nodes in /dev gracefully.\u000d\u000d
                                                
Feb  2 13:50:30.259295 user@1000.service[2786]:          Starting \u001b[0;1;39msystemd-sysusers.service\u001b[0m - Create System Users...\u000d\u000d
                                                
Feb  2 13:50:30.359551 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Finished \u001b[0;1;39msystemd-sysusers.service\u001b[0m - Create System Users.\u000d\u000d
                                                
Feb  2 13:50:30.359749 user@1000.service[2786]:          Starting \u001b[0;1;39msystemd-tmpfiles-setup-de…\u001b[0meate Static Device Nodes in /dev...\u000d\u000d
                                                
Feb  2 13:50:30.359822 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Finished \u001b[0;1;39msystemd-tmpfiles-setup-de…\u001b[0mCreate Static Device Nodes in /dev.\u000d\u000d
                                                
Feb  2 13:50:30.359915 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Reached target \u001b[0;1;39mlocal-fs-pre.target\u001b[0m…Preparation for Local File Systems.\u000d\u000d
                                                
Feb  2 13:50:30.359982 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Reached target \u001b[0;1;39mlocal-fs.target\u001b[0m - Local File Systems.\u000d\u000d
                                                
Feb  2 13:50:30.360044 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Listening on \u001b[0;1;39msystemd-bootctl.socket\u001b[0m - Boot Entries Service Socket.\u000d\u000d
                                                
Feb  2 13:50:30.360116 user@1000.service[2786]:          Starting \u001b[0;1;39mldconfig.service\u001b[0m - Rebuild Dynamic Linker Cache...\u000d\u000d
                                                
Feb  2 13:50:30.460373 user@1000.service[2786]:          Starting \u001b[0;1;39msystemd-tmpfiles-setup.se…\u001b[0mate System Files and Directories...\u000d\u000d
                                                
Feb  2 13:50:30.460387 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Finished \u001b[0;1;39mldconfig.service\u001b[0m - Rebuild Dynamic Linker Cache.\u000d\u000d
                                                
Feb  2 13:50:30.660788 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Finished \u001b[0;1;39msystemd-tmpfiles-setup.se…\u001b[0mreate System Files and Directories.\u000d\u000d
                                                
Feb  2 13:50:30.660802 user@1000.service[2786]:          Starting \u001b[0;1;39msystemd-journal-catalog-u…ervice\u001b[0m - Rebuild Journal Catalog...\u000d\u000d
                                                
Feb  2 13:50:30.660808 user@1000.service[2786]:          Starting \u001b[0;1;39msystemd-oomd.service\u001b[0m - Us…space Out-Of-Memory (OOM) Killer...\u000d\u000d
                                                
Feb  2 13:50:30.660814 user@1000.service[2786]:          Starting \u001b[0;1;39msystemd-resolved.service\u001b[0m - Network Name Resolution...\u000d\u000d
                                                
Feb  2 13:50:30.660823 user@1000.service[2786]:          Starting \u001b[0;1;39msystemd-update-utmp.servi…\u001b[0mord System Boot/Shutdown in UTMP...\u000d\u000d
                                                
Feb  2 13:50:30.660828 user@1000.service[2786]: [\u001b[0;1;31mFAILED\u001b[0m] Failed to start \u001b[0;1;39msystemd-oomd.servi…\u001b[0merspace Out-Of-Memory (OOM) Killer.\u000d\u000d
                                                
Feb  2 13:50:30.661866 user@1000.service[2786]: See 'systemctl status systemd-oomd.service' for details.\u000d\u000d
                                                
Feb  2 13:50:30.661882 user@1000.service[2786]: [\u001b[0;1;31mFAILED\u001b[0m] Failed to start \u001b[0;1;39msystemd-resolved.service\u001b[0m - Network Name Resolution.\u000d\u000d
                                                
Feb  2 13:50:30.661887 user@1000.service[2786]: See 'systemctl status systemd-resolved.service' for details.\u000d\u000d
                                                
Feb  2 13:50:30.661892 user@1000.service[2786]:          Starting \u001b[0;1;39msystemd-resolved.service\u001b[0m - Network Name Resolution...\u000d\u000d
                                                
Feb  2 13:50:30.661898 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Finished \u001b[0;1;39msystemd-update-utmp.servi…\u001b[0mecord System Boot/Shutdown in UTMP.\u000d\u000d
                                                
Feb  2 13:50:30.762120 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Finished \u001b[0;1;39msystemd-journal-catalog-u….service\u001b[0m - Rebuild Journal Catalog.\u000d\u000d
                                                
Feb  2 13:50:30.762141 user@1000.service[2786]: [\u001b[0;1;31mFAILED\u001b[0m] Failed to start \u001b[0;1;39msystemd-resolved.service\u001b[0m - Network Name Resolution.\u000d\u000d
                                                
Feb  2 13:50:30.762147 user@1000.service[2786]: See 'systemctl status systemd-resolved.service' for details.\u000d\u000d
                                                
Feb  2 13:50:30.762154 user@1000.service[2786]:          Starting \u001b[0;1;39msystemd-resolved.service\u001b[0m - Network Name Resolution...\u000d\u000d
                                                
Feb  2 13:50:30.762161 user@1000.service[2786]: [\u001b[0;1;31mFAILED\u001b[0m] Failed to start \u001b[0;1;39msystemd-resolved.service\u001b[0m - Network Name Resolution.\u000d\u000d
                                                
Feb  2 13:50:30.762167 user@1000.service[2786]: See 'systemctl status systemd-resolved.service' for details.\u000d\u000d
                                                
Feb  2 13:50:30.762173 user@1000.service[2786]:          Starting \u001b[0;1;39msystemd-oomd.service\u001b[0m - Us…space Out-Of-Memory (OOM) Killer...\u000d\u000d
                                                
Feb  2 13:50:30.762179 user@1000.service[2786]:          Starting \u001b[0;1;39msystemd-resolved.service\u001b[0m - Network Name Resolution...\u000d\u000d
                                                
Feb  2 13:50:30.762185 user@1000.service[2786]: [\u001b[0;1;31mFAILED\u001b[0m] Failed to start \u001b[0;1;39msystemd-oomd.servi…\u001b[0merspace Out-Of-Memory (OOM) Killer.\u000d\u000d
                                                
Feb  2 13:50:30.762190 user@1000.service[2786]: See 'systemctl status systemd-oomd.service' for details.\u000d\u000d
                                                
Feb  2 13:50:30.762196 user@1000.service[2786]: [\u001b[0;1;31mFAILED\u001b[0m] Failed to start \u001b[0;1;39msystemd-resolved.service\u001b[0m - Network Name Resolution.\u000d\u000d
                                                
Feb  2 13:50:30.762202 user@1000.service[2786]: See 'systemctl status systemd-resolved.service' for details.\u000d\u000d
                                                
Feb  2 13:50:30.762208 user@1000.service[2786]:          Starting \u001b[0;1;39msystemd-resolved.service\u001b[0m - Network Name Resolution...\u000d\u000d
                                                
Feb  2 13:50:30.862451 user@1000.service[2786]: [\u001b[0;1;31mFAILED\u001b[0m] Failed to start \u001b[0;1;39msystemd-resolved.service\u001b[0m - Network Name Resolution.\u000d\u000d
                                                
Feb  2 13:50:30.862466 user@1000.service[2786]: See 'systemctl status systemd-resolved.service' for details.\u000d\u000d
                                                
Feb  2 13:50:30.862472 user@1000.service[2786]: [\u001b[0;1;31mFAILED\u001b[0m] Failed to start \u001b[0;1;39msystemd-resolved.service\u001b[0m - Network Name Resolution.\u000d\u000d
                                                
Feb  2 13:50:30.862478 user@1000.service[2786]: See 'systemctl status systemd-resolved.service' for details.\u000d\u000d
                                                
Feb  2 13:50:30.862485 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Reached target \u001b[0;1;39mnss-lookup.target\u001b[0m - Host and Network Name Lookups.\u000d\u000d
                                                
Feb  2 13:50:31.063931 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Finished \u001b[0;1;39msystemd-hwdb-update.service\u001b[0m - Rebuild Hardware Database.\u000d\u000d
                                                
Feb  2 13:50:31.063945 user@1000.service[2786]:          Starting \u001b[0;1;39msystemd-oomd.service\u001b[0m - Us…space Out-Of-Memory (OOM) Killer...\u000d\u000d
                                                
Feb  2 13:50:31.063950 user@1000.service[2786]:          Starting \u001b[0;1;39msystemd-update-done.service\u001b[0m - Update is Completed...\u000d\u000d
                                                
Feb  2 13:50:31.164156 user@1000.service[2786]: [\u001b[0;1;31mFAILED\u001b[0m] Failed to start \u001b[0;1;39msystemd-oomd.servi…\u001b[0merspace Out-Of-Memory (OOM) Killer.\u000d\u000d
                                                
Feb  2 13:50:31.164171 user@1000.service[2786]: See 'systemctl status systemd-oomd.service' for details.\u000d\u000d
                                                
Feb  2 13:50:31.164177 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Finished \u001b[0;1;39msystemd-update-done.service\u001b[0m - Update is Completed.\u000d\u000d
                                                
Feb  2 13:50:31.164182 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Reached target \u001b[0;1;39msysinit.target\u001b[0m - System Initialization.\u000d\u000d
                                                
Feb  2 13:50:31.164188 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Started \u001b[0;1;39msystemd-tmpfiles-clean.tim…\u001b[0my Cleanup of Temporary Directories.\u000d\u000d
                                                
Feb  2 13:50:31.164194 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Reached target \u001b[0;1;39mtimers.target\u001b[0m - Timer Units.\u000d\u000d
                                                
Feb  2 13:50:31.164199 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Listening on \u001b[0;1;39mdbus.socket\u001b[0m - D-Bus System Message Bus Socket.\u000d\u000d
                                                
Feb  2 13:50:31.164205 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Listening on \u001b[0;1;39msystemd-hostnamed.socket\u001b[0m - Hostname Service Socket.\u000d\u000d
                                                
Feb  2 13:50:31.164211 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Reached target \u001b[0;1;39msockets.target\u001b[0m - Socket Units.\u000d\u000d
                                                
Feb  2 13:50:31.164219 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Reached target \u001b[0;1;39mbasic.target\u001b[0m - Basic System.\u000d\u000d
                                                
Feb  2 13:50:31.164224 user@1000.service[2786]:          Starting \u001b[0;1;39mhttpd.service\u001b[0m - The Apache HTTP Server...\u000d\u000d
                                                
Feb  2 13:50:31.164230 user@1000.service[2786]:          Starting \u001b[0;1;39msystemd-homed.service\u001b[0m - Home Area Manager...\u000d\u000d
                                                
Feb  2 13:50:31.164235 user@1000.service[2786]:          Starting \u001b[0;1;39msystemd-logind.service\u001b[0m - User Login Management...\u000d\u000d
                                                
Feb  2 13:50:31.164240 user@1000.service[2786]:          Starting \u001b[0;1;39mdbus-broker.service\u001b[0m - D-Bus System Message Bus...\u000d\u000d
                                                
Feb  2 13:50:31.164246 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Started \u001b[0;1;39msystemd-logind.service\u001b[0m - User Login Management.\u000d\u000d
                                                
Feb  2 13:50:31.164251 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Started \u001b[0;1;39mdbus-broker.service\u001b[0m - D-Bus System Message Bus.\u000d\u000d
                                                
Feb  2 13:50:31.264450 user@1000.service[2786]:          Starting \u001b[0;1;39msystemd-oomd.service\u001b[0m - Us…space Out-Of-Memory (OOM) Killer...\u000d\u000d
                                                
Feb  2 13:50:31.264619 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Started \u001b[0;1;39msystemd-homed.service\u001b[0m - Home Area Manager.\u000d\u000d
                                                
Feb  2 13:50:31.264732 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Finished \u001b[0;1;39msystemd-homed-activate.service\u001b[0m - Home Area Activation.\u000d\u000d
                                                
Feb  2 13:50:31.264739 user@1000.service[2786]:          Starting \u001b[0;1;39msystemd-user-sessions.service\u001b[0m - Permit User Sessions...\u000d\u000d
                                                
Feb  2 13:50:31.264745 user@1000.service[2786]: [\u001b[0;1;31mFAILED\u001b[0m] Failed to start \u001b[0;1;39msystemd-oomd.servi…\u001b[0merspace Out-Of-Memory (OOM) Killer.\u000d\u000d
                                                
Feb  2 13:50:31.264751 user@1000.service[2786]: See 'systemctl status systemd-oomd.service' for details.\u000d\u000d
                                                
Feb  2 13:50:31.264756 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Finished \u001b[0;1;39msystemd-user-sessions.service\u001b[0m - Permit User Sessions.\u000d\u000d
                                                
Feb  2 13:50:31.264762 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Started \u001b[0;1;39mconsole-getty.service\u001b[0m - Console Getty.\u000d\u000d
                                                
Feb  2 13:50:31.264768 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Reached target \u001b[0;1;39mgetty.target\u001b[0m - Login Prompts.\u000d\u000d
                                                
Feb  2 13:50:31.365013 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Started \u001b[0;1;39mhttpd.service\u001b[0m - The Apache HTTP Server.\u000d\u000d
                                                
Feb  2 13:50:31.365034 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Reached target \u001b[0;1;39mmulti-user.target\u001b[0m - Multi-User System.\u000d\u000d
                                                
Feb  2 13:50:31.365040 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Reached target \u001b[0;1;39mgraphical.target\u001b[0m - Graphical Interface.\u000d\u000d
                                                
Feb  2 13:50:31.365046 user@1000.service[2786]:          Starting \u001b[0;1;39msystemd-update-utmp-runle…\u001b[0m- Record Runlevel Change in UTMP...\u000d\u000d
                                                
Feb  2 13:50:31.365052 user@1000.service[2786]: [\u001b[0;32m  OK  \u001b[0m] Finished \u001b[0;1;39msystemd-update-utmp-runle…e\u001b[0m - Record Runlevel Change in UTMP.\u000d\u000d
                                                
Feb  2 13:50:32.318488 user@1000.service[2786]: \u000d\u000d
                                                
Feb  2 13:50:32.319076 user@1000.service[2786]: Fedora Linux 41 (Container Image)\u000d
                                                
Feb  2 13:50:32.319169 user@1000.service[2786]: Kernel 6.12.12-200.fc41.x86_64 on an x86_64 (console)\u000d
                                                
Feb  2 13:50:32.319237 user@1000.service[2786]: \u000d
                                                
Feb  2 13:50:32.800520 init.scope[1]: systemd-hostnamed.service: Deactivated successfully.
Feb  2 13:50:32.800000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb  2 13:50:32.809000 audit: BPF prog-id=80 op=UNLOAD
Feb  2 13:50:34.785156 kola-runext.service[2229]: + retryflag=--retry-all-errors
Feb  2 13:50:34.785156 kola-runext.service[2229]: + curl --silent --show-error --retry 5 --retry-all-errors http://localhost:8080
Feb  2 13:50:34.796964 kola-runext.service[2229]: + ok 'setup http server container successfully'
Feb  2 13:50:34.798428 kola-runext.service[2229]: + echo ok 'setup http server container successfully'
Feb  2 13:50:34.798428 kola-runext.service[2229]: ok setup http server container successfully
Feb  2 13:50:35.181929 session-18.scope[2223]: Dispatching kola-runext.service
Feb  2 13:50:35.186741 session-18.scope[2223]: Done dispatching kola-runext.service
Feb  2 13:50:35.189126 session-18.scope[2208]: pam_unix(sudo:session): session closed for user root
Feb  2 13:50:35.189000 audit[2208]: USER_END pid=2208 uid=1000 auid=1000 ses=18 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'
Feb  2 13:50:35.189000 audit[2208]: CRED_DISP pid=2208 uid=1000 auid=1000 ses=18 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'
Feb  2 13:50:35.192000 audit[2200]: USER_END pid=2200 uid=0 auid=1000 ses=18 subj=system_u:system_r:sshd_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'
Feb  2 13:50:35.193453 session-18.scope[2207]: Connection closed by 10.0.2.2 port 34498
Feb  2 13:50:35.193000 audit[2200]: USER_LOGOUT pid=2200 uid=0 auid=1000 ses=18 subj=system_u:system_r:sshd_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'
Feb  2 13:50:35.193000 audit[2200]: CRYPTO_KEY_USER pid=2200 uid=0 auid=1000 ses=18 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=2207 suid=1000 rport=34498 laddr=10.0.2.15 lport=22  exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.0.2.2 terminal=? res=success'
Feb  2 13:50:35.198129 session-18.scope[2200]: pam_unix(sshd:session): session closed for user core
Feb  2 13:50:35.197000 audit[2200]: USER_END pid=2200 uid=0 auid=1000 ses=18 subj=system_u:system_r:sshd_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_lastlog acct="core" exe="/usr/libexec/openssh/sshd-session" hostname=10.0.2.2 addr=10.0.2.2 terminal=ssh res=success'
Feb  2 13:50:35.198000 audit[2200]: CRED_DISP pid=2200 uid=0 auid=1000 ses=18 subj=system_u:system_r:sshd_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'
Feb  2 13:50:35.198000 audit[2200]: CRYPTO_KEY_USER pid=2200 uid=0 auid=1000 ses=18 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:da:58:dd:33:cd:f7:7d:3f:74:41:ba:67:ca:d3:ee:dd:a3:3f:96:1b:26:bd:0b:05:9d:a9:39:21:c0:cf:ae:88 direction=? spid=2200 suid=0  exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.0.2.2 terminal=? res=success'
Feb  2 13:50:35.199000 audit[2200]: CRYPTO_KEY_USER pid=2200 uid=0 auid=1000 ses=18 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:f9:0c:77:9b:3e:30:da:98:78:39:45:35:13:ec:0f:9d:b6:d5:ec:bb:a5:43:0a:18:90:f0:3a:e1:3e:68:ed:9e direction=? spid=2200 suid=0  exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.0.2.2 terminal=? res=success'
Feb  2 13:50:35.199000 audit[2200]: CRYPTO_KEY_USER pid=2200 uid=0 auid=1000 ses=18 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:37:24:42:97:56:23:d2:a7:c2:6d:48:47:e9:67:92:f9:69:0a:46:ca:75:de:21:32:53:08:41:22:4c:c7:a9:c0 direction=? spid=2200 suid=0  exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.0.2.2 terminal=? res=success'
Feb  2 13:50:35.201366 init.scope[1]: session-18.scope: Deactivated successfully.
Feb  2 13:50:35.203154 systemd-logind.service[1572]: Session 18 logged out. Waiting for processes to exit.
Feb  2 13:50:35.206789 systemd-logind.service[1572]: Removed session 18.
Feb  2 13:50:37.205000 audit[3085]: CRYPTO_KEY_USER pid=3085 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:da:58:dd:33:cd:f7:7d:3f:74:41:ba:67:ca:d3:ee:dd:a3:3f:96:1b:26:bd:0b:05:9d:a9:39:21:c0:cf:ae:88 direction=? spid=3085 suid=0  exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.0.2.2 terminal=? res=success'
Feb  2 13:50:37.205000 audit[3085]: CRYPTO_KEY_USER pid=3085 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:f9:0c:77:9b:3e:30:da:98:78:39:45:35:13:ec:0f:9d:b6:d5:ec:bb:a5:43:0a:18:90:f0:3a:e1:3e:68:ed:9e direction=? spid=3085 suid=0  exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.0.2.2 terminal=? res=success'
Feb  2 13:50:37.205000 audit[3085]: CRYPTO_KEY_USER pid=3085 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:37:24:42:97:56:23:d2:a7:c2:6d:48:47:e9:67:92:f9:69:0a:46:ca:75:de:21:32:53:08:41:22:4c:c7:a9:c0 direction=? spid=3085 suid=0  exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.0.2.2 terminal=? res=success'
Feb  2 13:50:37.206000 audit[3084]: CRYPTO_SESSION pid=3084 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-server cipher=aes128-gcm@openssh.com ksize=128 mac=<implicit> pfs=curve25519-sha256 spid=3085 suid=74 rport=59762 laddr=10.0.2.15 lport=22  exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.0.2.2 terminal=? res=success'
Feb  2 13:50:37.206000 audit[3084]: CRYPTO_SESSION pid=3084 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-client cipher=aes128-gcm@openssh.com ksize=128 mac=<implicit> pfs=curve25519-sha256 spid=3085 suid=74 rport=59762 laddr=10.0.2.15 lport=22  exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.0.2.2 terminal=? res=success'
Feb  2 13:50:37.227000 audit[3084]: USER_AUTH pid=3084 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_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'
Feb  2 13:50:37.227000 audit[3084]: CRYPTO_KEY_USER pid=3084 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=negotiate kind=auth-key fp=SHA256:c2:03:6c:96:1c:d7:ec:1c:9d:7e:e7:57:25:ec:7f:80:c3:08:73:ef:d1:dd:e1:a9:dd:88:85:82:b8:9c:67:5a exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.0.2.2 terminal=? res=success'
Feb  2 13:50:37.232000 audit[3084]: USER_ACCT pid=3084 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_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'
Feb  2 13:50:37.233613 sshd.service[3084]: Accepted publickey for core from 10.0.2.2 port 59762 ssh2: RSA SHA256:wgNslhzX7BydfudXJex/gMMIc+/R3eGp3YiFgricZ1o
Feb  2 13:50:37.233000 audit[3084]: CRYPTO_KEY_USER pid=3084 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=3085 suid=74 rport=59762 laddr=10.0.2.15 lport=22  exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.0.2.2 terminal=? res=success'
Feb  2 13:50:37.236000 audit[3084]: CRED_ACQ pid=3084 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_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'
Feb  2 13:50:37.237000 audit[3084]: USER_ROLE_CHANGE pid=3084 uid=0 auid=1000 ses=19 subj=system_u:system_r:sshd_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'
Feb  2 13:50:37.247961 systemd-logind.service[1572]: New session 19 of user core.
Feb  2 13:50:37.251973 init.scope[1]: Started session-19.scope - Session 19 of User core.
Feb  2 13:50:37.254035 sshd.service[3084]: pam_unix(sshd:session): session opened for user core(uid=1000) by core(uid=0)
Feb  2 13:50:37.254000 audit[3084]: USER_START pid=3084 uid=0 auid=1000 ses=19 subj=system_u:system_r:sshd_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_lastlog acct="core" exe="/usr/libexec/openssh/sshd-session" hostname=10.0.2.2 addr=10.0.2.2 terminal=ssh res=success'
Feb  2 13:50:37.255000 audit[3089]: CRYPTO_KEY_USER pid=3089 uid=0 auid=1000 ses=19 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:da:58:dd:33:cd:f7:7d:3f:74:41:ba:67:ca:d3:ee:dd:a3:3f:96:1b:26:bd:0b:05:9d:a9:39:21:c0:cf:ae:88 direction=? spid=3089 suid=0  exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.0.2.2 terminal=? res=success'
Feb  2 13:50:37.255000 audit[3089]: CRYPTO_KEY_USER pid=3089 uid=0 auid=1000 ses=19 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:f9:0c:77:9b:3e:30:da:98:78:39:45:35:13:ec:0f:9d:b6:d5:ec:bb:a5:43:0a:18:90:f0:3a:e1:3e:68:ed:9e direction=? spid=3089 suid=0  exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.0.2.2 terminal=? res=success'
Feb  2 13:50:37.255000 audit[3089]: CRYPTO_KEY_USER pid=3089 uid=0 auid=1000 ses=19 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:37:24:42:97:56:23:d2:a7:c2:6d:48:47:e9:67:92:f9:69:0a:46:ca:75:de:21:32:53:08:41:22:4c:c7:a9:c0 direction=? spid=3089 suid=0  exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.0.2.2 terminal=? res=success'
Feb  2 13:50:37.257000 audit[3089]: CRED_ACQ pid=3089 uid=0 auid=1000 ses=19 subj=system_u:system_r:sshd_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'
Feb  2 13:50:37.261000 audit[3084]: USER_LOGIN pid=3084 uid=0 auid=1000 ses=19 subj=system_u:system_r:sshd_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'
Feb  2 13:50:37.261000 audit[3084]: USER_START pid=3084 uid=0 auid=1000 ses=19 subj=system_u:system_r:sshd_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'
Feb  2 13:50:37.296049 session-19.scope[3089]: Connection closed by 10.0.2.2 port 59762
Feb  2 13:50:37.295000 audit[3084]: USER_END pid=3084 uid=0 auid=1000 ses=19 subj=system_u:system_r:sshd_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'
Feb  2 13:50:37.296000 audit[3084]: USER_LOGOUT pid=3084 uid=0 auid=1000 ses=19 subj=system_u:system_r:sshd_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'
Feb  2 13:50:37.296000 audit[3084]: CRYPTO_KEY_USER pid=3084 uid=0 auid=1000 ses=19 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=3089 suid=1000 rport=59762 laddr=10.0.2.15 lport=22  exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.0.2.2 terminal=? res=success'
Feb  2 13:50:37.300459 sshd.service[3084]: pam_unix(sshd:session): session closed for user core
Feb  2 13:50:37.299000 audit[3084]: USER_END pid=3084 uid=0 auid=1000 ses=19 subj=system_u:system_r:sshd_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_lastlog acct="core" exe="/usr/libexec/openssh/sshd-session" hostname=10.0.2.2 addr=10.0.2.2 terminal=ssh res=success'
Feb  2 13:50:37.300000 audit[3084]: CRED_DISP pid=3084 uid=0 auid=1000 ses=19 subj=system_u:system_r:sshd_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'
Feb  2 13:50:37.300000 audit[3084]: CRYPTO_KEY_USER pid=3084 uid=0 auid=1000 ses=19 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:da:58:dd:33:cd:f7:7d:3f:74:41:ba:67:ca:d3:ee:dd:a3:3f:96:1b:26:bd:0b:05:9d:a9:39:21:c0:cf:ae:88 direction=? spid=3084 suid=0  exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.0.2.2 terminal=? res=success'
Feb  2 13:50:37.301000 audit[3084]: CRYPTO_KEY_USER pid=3084 uid=0 auid=1000 ses=19 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:f9:0c:77:9b:3e:30:da:98:78:39:45:35:13:ec:0f:9d:b6:d5:ec:bb:a5:43:0a:18:90:f0:3a:e1:3e:68:ed:9e direction=? spid=3084 suid=0  exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.0.2.2 terminal=? res=success'
Feb  2 13:50:37.301000 audit[3084]: CRYPTO_KEY_USER pid=3084 uid=0 auid=1000 ses=19 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:37:24:42:97:56:23:d2:a7:c2:6d:48:47:e9:67:92:f9:69:0a:46:ca:75:de:21:32:53:08:41:22:4c:c7:a9:c0 direction=? spid=3084 suid=0  exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.0.2.2 terminal=? res=success'
Feb  2 13:50:37.304718 systemd-logind.service[1572]: Session 19 logged out. Waiting for processes to exit.
Feb  2 13:50:37.305037 init.scope[1]: session-19.scope: Deactivated successfully.
Feb  2 13:50:37.308829 systemd-logind.service[1572]: Removed session 19.