-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build image using mainline kernel #1
Conversation
Since `set -u` is present, `build.sh` will immediately fail when evaluating the value of RUN_BUILD_SCRIPT. By providing a default parameter expansion, bash will not complain if the variable is unset. Without this change, a generic error message is printed on the console rather than the more informative message.
The script fails to run without RUN_BUILD_SCRIPT=1 to prevent nuking a live system's OS. It was not set in the container initially.
The name of the package isn't mainline-mainline-releases. They use the same names as the official kernel packages. This misunderstanding came up because the copr's project package name is 'mainline-mainline-releaes'. Instead, I now use a specific `--repo` argument when installing. It is possible to set the copr id when importing the repository file, but if the upstream's organization substantively changes I'd like this to break. That will make sure I'm alerted. I also added debugging print statements, to show extra dnf5 info regarding added repositories and packages.
This makes our image follow Universal Blue's naming conventions. After all, this image is based on `bluefin-dx` rather than `bluefin`.
Booting this image immediately causes a kernel panic with en error. I didn't see any logs during boot, but it displayed a splash screen along the lines of:
|
Digging around...
|
More digging, since cliwrap doesn't appear to have done anything based on the logs (it's already enabled):
LogsThe logs in question (from https://github.com/drf-jpg/bluefin-mainline/actions/runs/12448498149/job/34753150850?pr=1): First, a warning regarding cliwrap:
Then, an error after installing the kernel:
Extremely related PR?Looking at coreos/rpm-ostree#4950 ... Some notable quotes:
|
Using
|
This reverts commit 618ece6.
This comment was marked as outdated.
This comment was marked as outdated.
Simply forgot to specify a new filesystem while running |
It boots, but there's some issue near the end of boot. It looks like it's unable to locate |
When comparing dracut logs between this repository and ublue, it looks like
while in upstream...
|
It has to do with the 2024-12-22T22:35:59+0000 [6] INFO --- DNF5 launched with arguments: "dnf5 config-manager addrepo --from-repofile=https://copr.fedorainfracloud.org/coprs/g/kernel-vanilla/mainline/repo/fedora-41/group_kernel-vanilla-mainline-fedora-41.repo" --- 2024-12-22T22:35:59+0000 [6] DEBUG Loading plugin file="/usr/lib64/dnf5/plugins/builddep_cmd_plugin.so" 2024-12-22T22:35:59+0000 [6] INFO Loaded dnf5 plugin "builddep" ("/usr/lib64/dnf5/plugins/builddep_cmd_plugin.so") version "1.0.0" 2024-12-22T22:35:59+0000 [6] DEBUG Loading plugin file="/usr/lib64/dnf5/plugins/changelog_cmd_plugin.so" 2024-12-22T22:35:59+0000 [6] INFO Loaded dnf5 plugin "changelog" ("/usr/lib64/dnf5/plugins/changelog_cmd_plugin.so") version "1.0.0" 2024-12-22T22:35:59+0000 [6] DEBUG Loading plugin file="/usr/lib64/dnf5/plugins/config-manager_cmd_plugin.so" 2024-12-22T22:35:59+0000 [6] INFO Loaded dnf5 plugin "config-manager" ("/usr/lib64/dnf5/plugins/config-manager_cmd_plugin.so") version "0.1.0" 2024-12-22T22:35:59+0000 [6] DEBUG Loading plugin file="/usr/lib64/dnf5/plugins/copr_cmd_plugin.so" 2024-12-22T22:35:59+0000 [6] INFO Loaded dnf5 plugin "copr" ("/usr/lib64/dnf5/plugins/copr_cmd_plugin.so") version "0.1.0" 2024-12-22T22:35:59+0000 [6] DEBUG Loading plugin file="/usr/lib64/dnf5/plugins/needs_restarting_cmd_plugin.so" 2024-12-22T22:35:59+0000 [6] INFO Loaded dnf5 plugin "needs_restarting" ("/usr/lib64/dnf5/plugins/needs_restarting_cmd_plugin.so") version "1.0.0" 2024-12-22T22:35:59+0000 [6] DEBUG Loading plugin file="/usr/lib64/dnf5/plugins/repoclosure_cmd_plugin.so" 2024-12-22T22:35:59+0000 [6] INFO Loaded dnf5 plugin "repoclosure" ("/usr/lib64/dnf5/plugins/repoclosure_cmd_plugin.so") version "1.0.0" 2024-12-22T22:35:59+0000 [6] DEBUG Loading plugin file="/usr/lib64/dnf5/plugins/reposync_cmd_plugin.so" 2024-12-22T22:35:59+0000 [6] INFO Loaded dnf5 plugin "reposync" ("/usr/lib64/dnf5/plugins/reposync_cmd_plugin.so") version "1.0.0" 2024-12-22T22:35:59+0000 [6] DEBUG Loading system state from dnf4 history database "/var/lib/dnf/history.sqlite" 2024-12-22T22:35:59+0000 [6] DEBUG Reading from history database failed: Failed to open database "/var/lib/dnf/history.sqlite": (14) - unable to open database file 2024-12-22T22:35:59+0000 [6] DEBUG Creating repo "copr:copr.fedorainfracloud.org:phracek:PyCharm" from config file "/etc/yum.repos.d/_copr:copr.fedorainfracloud.org:phracek:PyCharm.repo" section "copr:copr.fedorainfracloud.org:phracek:PyCharm" 2024-12-22T22:35:59+0000 [6] DEBUG Creating repo "copr:copr.fedorainfracloud.org:che:nerd-fonts" from config file "/etc/yum.repos.d/_copr_che-nerd-fonts-41.repo" section "copr:copr.fedorainfracloud.org:che:nerd-fonts" 2024-12-22T22:35:59+0000 [6] DEBUG Creating repo "copr:copr.fedorainfracloud.org:ublue-os:akmods" from config file "/etc/yum.repos.d/_copr_ublue-os-akmods.repo" section "copr:copr.fedorainfracloud.org:ublue-os:akmods" 2024-12-22T22:35:59+0000 [6] DEBUG Creating repo "copr:copr.fedorainfracloud.org:atim:ubuntu-fonts" from config file "/etc/yum.repos.d/atim-ubuntu-fonts-fedora-41.repo" section "copr:copr.fedorainfracloud.org:atim:ubuntu-fonts" 2024-12-22T22:35:59+0000 [6] DEBUG Creating repo "charm" from config file "/etc/yum.repos.d/charm.repo" section "charm" 2024-12-22T22:35:59+0000 [6] DEBUG Creating repo "docker-ce-stable" from config file "/etc/yum.repos.d/docker-ce.repo" section "docker-ce-stable" 2024-12-22T22:35:59+0000 [6] DEBUG Creating repo "fedora-cisco-openh264" from config file "/etc/yum.repos.d/fedora-cisco-openh264.repo" section "fedora-cisco-openh264" 2024-12-22T22:35:59+0000 [6] DEBUG Creating repo "fedora-cisco-openh264-debuginfo" from config file "/etc/yum.repos.d/fedora-cisco-openh264.repo" section "fedora-cisco-openh264-debuginfo" 2024-12-22T22:35:59+0000 [6] DEBUG Creating repo "fedora-cisco-openh264-source" from config file "/etc/yum.repos.d/fedora-cisco-openh264.repo" section "fedora-cisco-openh264-source" 2024-12-22T22:35:59+0000 [6] DEBUG Creating repo "updates-archive" from config file "/etc/yum.repos.d/fedora-updates-archive.repo" section "updates-archive" 2024-12-22T22:35:59+0000 [6] DEBUG Creating repo "updates-testing" from config file "/etc/yum.repos.d/fedora-updates-testing.repo" section "updates-testing" 2024-12-22T22:35:59+0000 [6] DEBUG Creating repo "updates-testing-debuginfo" from config file "/etc/yum.repos.d/fedora-updates-testing.repo" section "updates-testing-debuginfo" 2024-12-22T22:35:59+0000 [6] DEBUG Creating repo "updates-testing-source" from config file "/etc/yum.repos.d/fedora-updates-testing.repo" section "updates-testing-source" 2024-12-22T22:35:59+0000 [6] DEBUG Creating repo "updates" from config file "/etc/yum.repos.d/fedora-updates.repo" section "updates" 2024-12-22T22:35:59+0000 [6] DEBUG Creating repo "updates-debuginfo" from config file "/etc/yum.repos.d/fedora-updates.repo" section "updates-debuginfo" 2024-12-22T22:35:59+0000 [6] DEBUG Creating repo "updates-source" from config file "/etc/yum.repos.d/fedora-updates.repo" section "updates-source" 2024-12-22T22:35:59+0000 [6] DEBUG Creating repo "fedora" from config file "/etc/yum.repos.d/fedora.repo" section "fedora" 2024-12-22T22:35:59+0000 [6] DEBUG Creating repo "fedora-debuginfo" from config file "/etc/yum.repos.d/fedora.repo" section "fedora-debuginfo" 2024-12-22T22:35:59+0000 [6] DEBUG Creating repo "fedora-source" from config file "/etc/yum.repos.d/fedora.repo" section "fedora-source" 2024-12-22T22:35:59+0000 [6] DEBUG Creating repo "copr:copr.fedorainfracloud.org:ganto:lxc4" from config file "/etc/yum.repos.d/ganto-lxc4-fedora-41.repo" section "copr:copr.fedorainfracloud.org:ganto:lxc4" 2024-12-22T22:35:59+0000 [6] DEBUG Creating repo "copr:copr.fedorainfracloud.org:ganto:umoci" from config file "/etc/yum.repos.d/ganto-umoci-fedora-41.repo" section "copr:copr.fedorainfracloud.org:ganto:umoci" 2024-12-22T22:35:59+0000 [6] DEBUG Creating repo "copr:copr.fedorainfracloud.org:gmaglione:podman-bootc" from config file "/etc/yum.repos.d/gmaglione-podman-bootc-fedora-41.repo" section "copr:copr.fedorainfracloud.org:gmaglione:podman-bootc" 2024-12-22T22:35:59+0000 [6] DEBUG Creating repo "google-chrome" from config file "/etc/yum.repos.d/google-chrome.repo" section "google-chrome" 2024-12-22T22:35:59+0000 [6] DEBUG Creating repo "copr:copr.fedorainfracloud.org:hikariknight:looking-glass-kvmfr" from config file "/etc/yum.repos.d/hikariknight-looking-glass-kvmfr-fedora-41.repo" section "copr:copr.fedorainfracloud.org:hikariknight:looking-glass-kvmfr" 2024-12-22T22:35:59+0000 [6] DEBUG Creating repo "copr:copr.fedorainfracloud.org:karmab:kcli" from config file "/etc/yum.repos.d/karmab-kcli-fedora-41.repo" section "copr:copr.fedorainfracloud.org:karmab:kcli" 2024-12-22T22:35:59+0000 [6] DEBUG Creating repo "fedora-multimedia" from config file "/etc/yum.repos.d/negativo17-fedora-multimedia.repo" section "fedora-multimedia" 2024-12-22T22:35:59+0000 [6] DEBUG Creating repo "fedora-multimedia-source" from config file "/etc/yum.repos.d/negativo17-fedora-multimedia.repo" section "fedora-multimedia-source" 2024-12-22T22:35:59+0000 [6] DEBUG Creating repo "fedora-multimedia-debug" from config file "/etc/yum.repos.d/negativo17-fedora-multimedia.repo" section "fedora-multimedia-debug" 2024-12-22T22:35:59+0000 [6] DEBUG Creating repo "rpmfusion-nonfree-nvidia-driver" from config file "/etc/yum.repos.d/rpmfusion-nonfree-nvidia-driver.repo" section "rpmfusion-nonfree-nvidia-driver" 2024-12-22T22:35:59+0000 [6] DEBUG Creating repo "rpmfusion-nonfree-nvidia-driver-debuginfo" from config file "/etc/yum.repos.d/rpmfusion-nonfree-nvidia-driver.repo" section "rpmfusion-nonfree-nvidia-driver-debuginfo" 2024-12-22T22:35:59+0000 [6] DEBUG Creating repo "rpmfusion-nonfree-nvidia-driver-source" from config file "/etc/yum.repos.d/rpmfusion-nonfree-nvidia-driver.repo" section "rpmfusion-nonfree-nvidia-driver-source" 2024-12-22T22:35:59+0000 [6] DEBUG Creating repo "rpmfusion-nonfree-steam" from config file "/etc/yum.repos.d/rpmfusion-nonfree-steam.repo" section "rpmfusion-nonfree-steam" 2024-12-22T22:35:59+0000 [6] DEBUG Creating repo "rpmfusion-nonfree-steam-debuginfo" from config file "/etc/yum.repos.d/rpmfusion-nonfree-steam.repo" section "rpmfusion-nonfree-steam-debuginfo" 2024-12-22T22:35:59+0000 [6] DEBUG Creating repo "rpmfusion-nonfree-steam-source" from config file "/etc/yum.repos.d/rpmfusion-nonfree-steam.repo" section "rpmfusion-nonfree-steam-source" 2024-12-22T22:35:59+0000 [6] DEBUG Creating repo "tailscale-stable" from config file "/etc/yum.repos.d/tailscale.repo" section "tailscale-stable" 2024-12-22T22:35:59+0000 [6] DEBUG Creating repo "copr:copr.fedorainfracloud.org:ublue-os:staging" from config file "/etc/yum.repos.d/ublue-os-staging-fedora-41.repo" section "copr:copr.fedorainfracloud.org:ublue-os:staging" 2024-12-22T22:35:59+0000 [6] DEBUG Creating repo "code" from config file "/etc/yum.repos.d/vscode.repo" section "code" 2024-12-22T22:35:59+0000 [6] INFO [librepo] Librepo version: 1.19.0 with CURL_GLOBAL_ACK_EINTR support (libcurl/8.9.1 OpenSSL/3.2.2 zlib/1.3.1.zlib-ng libidn2/2.3.7 nghttp2/1.62.1) 2024-12-22T22:35:59+0000 [6] DEBUG [librepo] Current date: 2024-12-22T22:35:59+0000 2024-12-22T22:35:59+0000 [6] DEBUG [librepo] lr_download: Target: https://copr.fedorainfracloud.org/coprs/g/kernel-vanilla/mainline/repo/fedora-41/group_kernel-vanilla-mainline-fedora-41.repo (-) 2024-12-22T22:35:59+0000 [6] DEBUG [librepo] Selecting mirror for: https://copr.fedorainfracloud.org/coprs/g/kernel-vanilla/mainline/repo/fedora-41/group_kernel-vanilla-mainline-fedora-41.repo 2024-12-22T22:35:59+0000 [6] INFO [librepo] Downloading: https://copr.fedorainfracloud.org/coprs/g/kernel-vanilla/mainline/repo/fedora-41/group_kernel-vanilla-mainline-fedora-41.repo 2024-12-22T22:35:59+0000 [6] DEBUG [librepo] prepare_next_transfer: Resume ignored, existing file was not originally being downloaded by Librepo 2024-12-22T22:35:59+0000 [6] DEBUG [librepo] lr_download: Downloading started 2024-12-22T22:35:59+0000 [6] DEBUG [librepo] Transfer finished: https://copr.fedorainfracloud.org/coprs/g/kernel-vanilla/mainline/repo/fedora-41/group_kernel-vanilla-mainline-fedora-41.repo (Effective url: https://copr.fedorainfracloud.org/coprs/g/kernel-vanilla/mainline/repo/fedora-41/group_kernel-vanilla-mainline-fedora-41.repo) 2024-12-22T22:35:59+0000 [6] INFO config-manager: Added repofile "/etc/yum.repos.d/group_kernel-vanilla-mainline-fedora-41.repo" from "https://copr.fedorainfracloud.org/coprs/g/kernel-vanilla/mainline/repo/fedora-41/group_kernel-vanilla-mainline-fedora-41.repo" 2024-12-22T22:35:59+0000 [6] INFO DNF5 finished 2024-12-22T22:35:59+0000 [8] INFO --- DNF5 launched with arguments: "dnf5 repo list" --- 2024-12-22T22:35:59+0000 [8] DEBUG Loading plugin file="/usr/lib64/dnf5/plugins/builddep_cmd_plugin.so" 2024-12-22T22:35:59+0000 [8] INFO Loaded dnf5 plugin "builddep" ("/usr/lib64/dnf5/plugins/builddep_cmd_plugin.so") version "1.0.0" 2024-12-22T22:35:59+0000 [8] DEBUG Loading plugin file="/usr/lib64/dnf5/plugins/changelog_cmd_plugin.so" 2024-12-22T22:35:59+0000 [8] INFO Loaded dnf5 plugin "changelog" ("/usr/lib64/dnf5/plugins/changelog_cmd_plugin.so") version "1.0.0" 2024-12-22T22:35:59+0000 [8] DEBUG Loading plugin file="/usr/lib64/dnf5/plugins/config-manager_cmd_plugin.so" 2024-12-22T22:35:59+0000 [8] INFO Loaded dnf5 plugin "config-manager" ("/usr/lib64/dnf5/plugins/config-manager_cmd_plugin.so") version "0.1.0" 2024-12-22T22:35:59+0000 [8] DEBUG Loading plugin file="/usr/lib64/dnf5/plugins/copr_cmd_plugin.so" 2024-12-22T22:35:59+0000 [8] INFO Loaded dnf5 plugin "copr" ("/usr/lib64/dnf5/plugins/copr_cmd_plugin.so") version "0.1.0" 2024-12-22T22:35:59+0000 [8] DEBUG Loading plugin file="/usr/lib64/dnf5/plugins/needs_restarting_cmd_plugin.so" 2024-12-22T22:35:59+0000 [8] INFO Loaded dnf5 plugin "needs_restarting" ("/usr/lib64/dnf5/plugins/needs_restarting_cmd_plugin.so") version "1.0.0" 2024-12-22T22:35:59+0000 [8] DEBUG Loading plugin file="/usr/lib64/dnf5/plugins/repoclosure_cmd_plugin.so" 2024-12-22T22:35:59+0000 [8] INFO Loaded dnf5 plugin "repoclosure" ("/usr/lib64/dnf5/plugins/repoclosure_cmd_plugin.so") version "1.0.0" 2024-12-22T22:35:59+0000 [8] DEBUG Loading plugin file="/usr/lib64/dnf5/plugins/reposync_cmd_plugin.so" 2024-12-22T22:35:59+0000 [8] INFO Loaded dnf5 plugin "reposync" ("/usr/lib64/dnf5/plugins/reposync_cmd_plugin.so") version "1.0.0" 2024-12-22T22:35:59+0000 [8] DEBUG Loading system state from dnf4 history database "/var/lib/dnf/history.sqlite" 2024-12-22T22:35:59+0000 [8] DEBUG Reading from history database failed: Failed to open database "/var/lib/dnf/history.sqlite": (14) - unable to open database file 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "copr:copr.fedorainfracloud.org:phracek:PyCharm" from config file "/etc/yum.repos.d/_copr:copr.fedorainfracloud.org:phracek:PyCharm.repo" section "copr:copr.fedorainfracloud.org:phracek:PyCharm" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "copr:copr.fedorainfracloud.org:che:nerd-fonts" from config file "/etc/yum.repos.d/_copr_che-nerd-fonts-41.repo" section "copr:copr.fedorainfracloud.org:che:nerd-fonts" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "copr:copr.fedorainfracloud.org:ublue-os:akmods" from config file "/etc/yum.repos.d/_copr_ublue-os-akmods.repo" section "copr:copr.fedorainfracloud.org:ublue-os:akmods" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "copr:copr.fedorainfracloud.org:atim:ubuntu-fonts" from config file "/etc/yum.repos.d/atim-ubuntu-fonts-fedora-41.repo" section "copr:copr.fedorainfracloud.org:atim:ubuntu-fonts" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "charm" from config file "/etc/yum.repos.d/charm.repo" section "charm" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "docker-ce-stable" from config file "/etc/yum.repos.d/docker-ce.repo" section "docker-ce-stable" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "fedora-cisco-openh264" from config file "/etc/yum.repos.d/fedora-cisco-openh264.repo" section "fedora-cisco-openh264" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "fedora-cisco-openh264-debuginfo" from config file "/etc/yum.repos.d/fedora-cisco-openh264.repo" section "fedora-cisco-openh264-debuginfo" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "fedora-cisco-openh264-source" from config file "/etc/yum.repos.d/fedora-cisco-openh264.repo" section "fedora-cisco-openh264-source" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "updates-archive" from config file "/etc/yum.repos.d/fedora-updates-archive.repo" section "updates-archive" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "updates-testing" from config file "/etc/yum.repos.d/fedora-updates-testing.repo" section "updates-testing" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "updates-testing-debuginfo" from config file "/etc/yum.repos.d/fedora-updates-testing.repo" section "updates-testing-debuginfo" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "updates-testing-source" from config file "/etc/yum.repos.d/fedora-updates-testing.repo" section "updates-testing-source" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "updates" from config file "/etc/yum.repos.d/fedora-updates.repo" section "updates" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "updates-debuginfo" from config file "/etc/yum.repos.d/fedora-updates.repo" section "updates-debuginfo" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "updates-source" from config file "/etc/yum.repos.d/fedora-updates.repo" section "updates-source" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "fedora" from config file "/etc/yum.repos.d/fedora.repo" section "fedora" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "fedora-debuginfo" from config file "/etc/yum.repos.d/fedora.repo" section "fedora-debuginfo" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "fedora-source" from config file "/etc/yum.repos.d/fedora.repo" section "fedora-source" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "copr:copr.fedorainfracloud.org:ganto:lxc4" from config file "/etc/yum.repos.d/ganto-lxc4-fedora-41.repo" section "copr:copr.fedorainfracloud.org:ganto:lxc4" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "copr:copr.fedorainfracloud.org:ganto:umoci" from config file "/etc/yum.repos.d/ganto-umoci-fedora-41.repo" section "copr:copr.fedorainfracloud.org:ganto:umoci" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "copr:copr.fedorainfracloud.org:gmaglione:podman-bootc" from config file "/etc/yum.repos.d/gmaglione-podman-bootc-fedora-41.repo" section "copr:copr.fedorainfracloud.org:gmaglione:podman-bootc" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "google-chrome" from config file "/etc/yum.repos.d/google-chrome.repo" section "google-chrome" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline" from config file "/etc/yum.repos.d/group_kernel-vanilla-mainline-fedora-41.repo" section "copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "coprdep:copr.fedorainfracloud.org:group_kernel-vanilla:mainline-wo-mergew" from config file "/etc/yum.repos.d/group_kernel-vanilla-mainline-fedora-41.repo" section "coprdep:copr.fedorainfracloud.org:group_kernel-vanilla:mainline-wo-mergew" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "coprdep:copr.fedorainfracloud.org:group_kernel-vanilla:stable" from config file "/etc/yum.repos.d/group_kernel-vanilla-mainline-fedora-41.repo" section "coprdep:copr.fedorainfracloud.org:group_kernel-vanilla:stable" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "coprdep:copr.fedorainfracloud.org:group_kernel-vanilla:stable-rc" from config file "/etc/yum.repos.d/group_kernel-vanilla-mainline-fedora-41.repo" section "coprdep:copr.fedorainfracloud.org:group_kernel-vanilla:stable-rc" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "coprdep:copr.fedorainfracloud.org:group_kernel-vanilla:fedora" from config file "/etc/yum.repos.d/group_kernel-vanilla-mainline-fedora-41.repo" section "coprdep:copr.fedorainfracloud.org:group_kernel-vanilla:fedora" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "coprdep:copr.fedorainfracloud.org:group_kernel-vanilla:fedora-rc" from config file "/etc/yum.repos.d/group_kernel-vanilla-mainline-fedora-41.repo" section "coprdep:copr.fedorainfracloud.org:group_kernel-vanilla:fedora-rc" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "copr:copr.fedorainfracloud.org:hikariknight:looking-glass-kvmfr" from config file "/etc/yum.repos.d/hikariknight-looking-glass-kvmfr-fedora-41.repo" section "copr:copr.fedorainfracloud.org:hikariknight:looking-glass-kvmfr" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "copr:copr.fedorainfracloud.org:karmab:kcli" from config file "/etc/yum.repos.d/karmab-kcli-fedora-41.repo" section "copr:copr.fedorainfracloud.org:karmab:kcli" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "fedora-multimedia" from config file "/etc/yum.repos.d/negativo17-fedora-multimedia.repo" section "fedora-multimedia" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "fedora-multimedia-source" from config file "/etc/yum.repos.d/negativo17-fedora-multimedia.repo" section "fedora-multimedia-source" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "fedora-multimedia-debug" from config file "/etc/yum.repos.d/negativo17-fedora-multimedia.repo" section "fedora-multimedia-debug" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "rpmfusion-nonfree-nvidia-driver" from config file "/etc/yum.repos.d/rpmfusion-nonfree-nvidia-driver.repo" section "rpmfusion-nonfree-nvidia-driver" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "rpmfusion-nonfree-nvidia-driver-debuginfo" from config file "/etc/yum.repos.d/rpmfusion-nonfree-nvidia-driver.repo" section "rpmfusion-nonfree-nvidia-driver-debuginfo" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "rpmfusion-nonfree-nvidia-driver-source" from config file "/etc/yum.repos.d/rpmfusion-nonfree-nvidia-driver.repo" section "rpmfusion-nonfree-nvidia-driver-source" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "rpmfusion-nonfree-steam" from config file "/etc/yum.repos.d/rpmfusion-nonfree-steam.repo" section "rpmfusion-nonfree-steam" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "rpmfusion-nonfree-steam-debuginfo" from config file "/etc/yum.repos.d/rpmfusion-nonfree-steam.repo" section "rpmfusion-nonfree-steam-debuginfo" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "rpmfusion-nonfree-steam-source" from config file "/etc/yum.repos.d/rpmfusion-nonfree-steam.repo" section "rpmfusion-nonfree-steam-source" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "tailscale-stable" from config file "/etc/yum.repos.d/tailscale.repo" section "tailscale-stable" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "copr:copr.fedorainfracloud.org:ublue-os:staging" from config file "/etc/yum.repos.d/ublue-os-staging-fedora-41.repo" section "copr:copr.fedorainfracloud.org:ublue-os:staging" 2024-12-22T22:35:59+0000 [8] DEBUG Creating repo "code" from config file "/etc/yum.repos.d/vscode.repo" section "code" 2024-12-22T22:35:59+0000 [8] INFO DNF5 finished 2024-12-22T22:36:01+0000 [25] INFO --- DNF5 launched with arguments: "dnf5 -y install --repo=copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline --allowerasing kernel kernel-core kernel-modules kernel-modules-core kernel-modules-extra" --- 2024-12-22T22:36:01+0000 [25] DEBUG Loading plugin file="/usr/lib64/dnf5/plugins/builddep_cmd_plugin.so" 2024-12-22T22:36:01+0000 [25] INFO Loaded dnf5 plugin "builddep" ("/usr/lib64/dnf5/plugins/builddep_cmd_plugin.so") version "1.0.0" 2024-12-22T22:36:01+0000 [25] DEBUG Loading plugin file="/usr/lib64/dnf5/plugins/changelog_cmd_plugin.so" 2024-12-22T22:36:01+0000 [25] INFO Loaded dnf5 plugin "changelog" ("/usr/lib64/dnf5/plugins/changelog_cmd_plugin.so") version "1.0.0" 2024-12-22T22:36:01+0000 [25] DEBUG Loading plugin file="/usr/lib64/dnf5/plugins/config-manager_cmd_plugin.so" 2024-12-22T22:36:01+0000 [25] INFO Loaded dnf5 plugin "config-manager" ("/usr/lib64/dnf5/plugins/config-manager_cmd_plugin.so") version "0.1.0" 2024-12-22T22:36:01+0000 [25] DEBUG Loading plugin file="/usr/lib64/dnf5/plugins/copr_cmd_plugin.so" 2024-12-22T22:36:01+0000 [25] INFO Loaded dnf5 plugin "copr" ("/usr/lib64/dnf5/plugins/copr_cmd_plugin.so") version "0.1.0" 2024-12-22T22:36:01+0000 [25] DEBUG Loading plugin file="/usr/lib64/dnf5/plugins/needs_restarting_cmd_plugin.so" 2024-12-22T22:36:01+0000 [25] INFO Loaded dnf5 plugin "needs_restarting" ("/usr/lib64/dnf5/plugins/needs_restarting_cmd_plugin.so") version "1.0.0" 2024-12-22T22:36:01+0000 [25] DEBUG Loading plugin file="/usr/lib64/dnf5/plugins/repoclosure_cmd_plugin.so" 2024-12-22T22:36:01+0000 [25] INFO Loaded dnf5 plugin "repoclosure" ("/usr/lib64/dnf5/plugins/repoclosure_cmd_plugin.so") version "1.0.0" 2024-12-22T22:36:01+0000 [25] DEBUG Loading plugin file="/usr/lib64/dnf5/plugins/reposync_cmd_plugin.so" 2024-12-22T22:36:01+0000 [25] INFO Loaded dnf5 plugin "reposync" ("/usr/lib64/dnf5/plugins/reposync_cmd_plugin.so") version "1.0.0" 2024-12-22T22:36:01+0000 [25] DEBUG Loading system state from dnf4 history database "/var/lib/dnf/history.sqlite" 2024-12-22T22:36:01+0000 [25] DEBUG Reading from history database failed: Failed to open database "/var/lib/dnf/history.sqlite": (14) - unable to open database file 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "copr:copr.fedorainfracloud.org:phracek:PyCharm" from config file "/etc/yum.repos.d/_copr:copr.fedorainfracloud.org:phracek:PyCharm.repo" section "copr:copr.fedorainfracloud.org:phracek:PyCharm" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "copr:copr.fedorainfracloud.org:che:nerd-fonts" from config file "/etc/yum.repos.d/_copr_che-nerd-fonts-41.repo" section "copr:copr.fedorainfracloud.org:che:nerd-fonts" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "copr:copr.fedorainfracloud.org:ublue-os:akmods" from config file "/etc/yum.repos.d/_copr_ublue-os-akmods.repo" section "copr:copr.fedorainfracloud.org:ublue-os:akmods" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "copr:copr.fedorainfracloud.org:atim:ubuntu-fonts" from config file "/etc/yum.repos.d/atim-ubuntu-fonts-fedora-41.repo" section "copr:copr.fedorainfracloud.org:atim:ubuntu-fonts" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "charm" from config file "/etc/yum.repos.d/charm.repo" section "charm" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "docker-ce-stable" from config file "/etc/yum.repos.d/docker-ce.repo" section "docker-ce-stable" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "fedora-cisco-openh264" from config file "/etc/yum.repos.d/fedora-cisco-openh264.repo" section "fedora-cisco-openh264" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "fedora-cisco-openh264-debuginfo" from config file "/etc/yum.repos.d/fedora-cisco-openh264.repo" section "fedora-cisco-openh264-debuginfo" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "fedora-cisco-openh264-source" from config file "/etc/yum.repos.d/fedora-cisco-openh264.repo" section "fedora-cisco-openh264-source" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "updates-archive" from config file "/etc/yum.repos.d/fedora-updates-archive.repo" section "updates-archive" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "updates-testing" from config file "/etc/yum.repos.d/fedora-updates-testing.repo" section "updates-testing" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "updates-testing-debuginfo" from config file "/etc/yum.repos.d/fedora-updates-testing.repo" section "updates-testing-debuginfo" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "updates-testing-source" from config file "/etc/yum.repos.d/fedora-updates-testing.repo" section "updates-testing-source" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "updates" from config file "/etc/yum.repos.d/fedora-updates.repo" section "updates" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "updates-debuginfo" from config file "/etc/yum.repos.d/fedora-updates.repo" section "updates-debuginfo" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "updates-source" from config file "/etc/yum.repos.d/fedora-updates.repo" section "updates-source" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "fedora" from config file "/etc/yum.repos.d/fedora.repo" section "fedora" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "fedora-debuginfo" from config file "/etc/yum.repos.d/fedora.repo" section "fedora-debuginfo" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "fedora-source" from config file "/etc/yum.repos.d/fedora.repo" section "fedora-source" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "copr:copr.fedorainfracloud.org:ganto:lxc4" from config file "/etc/yum.repos.d/ganto-lxc4-fedora-41.repo" section "copr:copr.fedorainfracloud.org:ganto:lxc4" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "copr:copr.fedorainfracloud.org:ganto:umoci" from config file "/etc/yum.repos.d/ganto-umoci-fedora-41.repo" section "copr:copr.fedorainfracloud.org:ganto:umoci" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "copr:copr.fedorainfracloud.org:gmaglione:podman-bootc" from config file "/etc/yum.repos.d/gmaglione-podman-bootc-fedora-41.repo" section "copr:copr.fedorainfracloud.org:gmaglione:podman-bootc" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "google-chrome" from config file "/etc/yum.repos.d/google-chrome.repo" section "google-chrome" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline" from config file "/etc/yum.repos.d/group_kernel-vanilla-mainline-fedora-41.repo" section "copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "coprdep:copr.fedorainfracloud.org:group_kernel-vanilla:mainline-wo-mergew" from config file "/etc/yum.repos.d/group_kernel-vanilla-mainline-fedora-41.repo" section "coprdep:copr.fedorainfracloud.org:group_kernel-vanilla:mainline-wo-mergew" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "coprdep:copr.fedorainfracloud.org:group_kernel-vanilla:stable" from config file "/etc/yum.repos.d/group_kernel-vanilla-mainline-fedora-41.repo" section "coprdep:copr.fedorainfracloud.org:group_kernel-vanilla:stable" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "coprdep:copr.fedorainfracloud.org:group_kernel-vanilla:stable-rc" from config file "/etc/yum.repos.d/group_kernel-vanilla-mainline-fedora-41.repo" section "coprdep:copr.fedorainfracloud.org:group_kernel-vanilla:stable-rc" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "coprdep:copr.fedorainfracloud.org:group_kernel-vanilla:fedora" from config file "/etc/yum.repos.d/group_kernel-vanilla-mainline-fedora-41.repo" section "coprdep:copr.fedorainfracloud.org:group_kernel-vanilla:fedora" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "coprdep:copr.fedorainfracloud.org:group_kernel-vanilla:fedora-rc" from config file "/etc/yum.repos.d/group_kernel-vanilla-mainline-fedora-41.repo" section "coprdep:copr.fedorainfracloud.org:group_kernel-vanilla:fedora-rc" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "copr:copr.fedorainfracloud.org:hikariknight:looking-glass-kvmfr" from config file "/etc/yum.repos.d/hikariknight-looking-glass-kvmfr-fedora-41.repo" section "copr:copr.fedorainfracloud.org:hikariknight:looking-glass-kvmfr" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "copr:copr.fedorainfracloud.org:karmab:kcli" from config file "/etc/yum.repos.d/karmab-kcli-fedora-41.repo" section "copr:copr.fedorainfracloud.org:karmab:kcli" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "fedora-multimedia" from config file "/etc/yum.repos.d/negativo17-fedora-multimedia.repo" section "fedora-multimedia" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "fedora-multimedia-source" from config file "/etc/yum.repos.d/negativo17-fedora-multimedia.repo" section "fedora-multimedia-source" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "fedora-multimedia-debug" from config file "/etc/yum.repos.d/negativo17-fedora-multimedia.repo" section "fedora-multimedia-debug" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "rpmfusion-nonfree-nvidia-driver" from config file "/etc/yum.repos.d/rpmfusion-nonfree-nvidia-driver.repo" section "rpmfusion-nonfree-nvidia-driver" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "rpmfusion-nonfree-nvidia-driver-debuginfo" from config file "/etc/yum.repos.d/rpmfusion-nonfree-nvidia-driver.repo" section "rpmfusion-nonfree-nvidia-driver-debuginfo" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "rpmfusion-nonfree-nvidia-driver-source" from config file "/etc/yum.repos.d/rpmfusion-nonfree-nvidia-driver.repo" section "rpmfusion-nonfree-nvidia-driver-source" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "rpmfusion-nonfree-steam" from config file "/etc/yum.repos.d/rpmfusion-nonfree-steam.repo" section "rpmfusion-nonfree-steam" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "rpmfusion-nonfree-steam-debuginfo" from config file "/etc/yum.repos.d/rpmfusion-nonfree-steam.repo" section "rpmfusion-nonfree-steam-debuginfo" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "rpmfusion-nonfree-steam-source" from config file "/etc/yum.repos.d/rpmfusion-nonfree-steam.repo" section "rpmfusion-nonfree-steam-source" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "tailscale-stable" from config file "/etc/yum.repos.d/tailscale.repo" section "tailscale-stable" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "copr:copr.fedorainfracloud.org:ublue-os:staging" from config file "/etc/yum.repos.d/ublue-os-staging-fedora-41.repo" section "copr:copr.fedorainfracloud.org:ublue-os:staging" 2024-12-22T22:36:01+0000 [25] DEBUG Creating repo "code" from config file "/etc/yum.repos.d/vscode.repo" section "code" 2024-12-22T22:36:01+0000 [25] INFO [librepo] Librepo version: 1.19.0 with CURL_GLOBAL_ACK_EINTR support (libcurl/8.9.1 OpenSSL/3.2.2 zlib/1.3.1.zlib-ng libidn2/2.3.7 nghttp2/1.62.1) 2024-12-22T22:36:01+0000 [25] DEBUG [librepo] Current date: 2024-12-22T22:36:01+0000 2024-12-22T22:36:01+0000 [25] DEBUG Loading system repo rpmdb from root "/" 2024-12-22T22:36:01+0000 [25] DEBUG [librepo] lr_handle_perform: Using dir: /var/cache/libdnf5/copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline-b024848b022b3b17 2024-12-22T22:36:01+0000 [25] DEBUG [librepo] lr_handle_perform: Using own SIGINT handler 2024-12-22T22:36:01+0000 [25] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Preparing internal mirrorlist 2024-12-22T22:36:01+0000 [25] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Finalizing internal mirrorlist 2024-12-22T22:36:01+0000 [25] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Finalizing mirrors reported via LRI_MIRRORS 2024-12-22T22:36:01+0000 [25] DEBUG [librepo] lr_handle_perform: Downloading/Locating yum repo 2024-12-22T22:36:01+0000 [25] DEBUG [librepo] lr_yum_use_local: Locating repo.. 2024-12-22T22:36:01+0000 [25] DEBUG [librepo] lr_yum_use_local_load_base: open(/var/cache/libdnf5/copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline-b024848b022b3b17/repodata/repomd.xml): No such file or directory 2024-12-22T22:36:01+0000 [25] DEBUG [librepo] lr_handle_perform: Restoring an old SIGINT handler 2024-12-22T22:36:01+0000 [25] DEBUG Downloading metadata for repo "copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline" 2024-12-22T22:36:01+0000 [25] DEBUG [librepo] lr_handle_perform: Using dir: /var/cache/libdnf5/copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline-b024848b022b3b17/tmpdir.ROkscA 2024-12-22T22:36:01+0000 [25] DEBUG [librepo] lr_handle_perform: Using own SIGINT handler 2024-12-22T22:36:01+0000 [25] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Preparing internal mirrorlist 2024-12-22T22:36:01+0000 [25] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Finalizing internal mirrorlist 2024-12-22T22:36:01+0000 [25] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Finalizing mirrors reported via LRI_MIRRORS 2024-12-22T22:36:01+0000 [25] DEBUG [librepo] lr_handle_perform: Downloading/Locating yum repo 2024-12-22T22:36:01+0000 [25] DEBUG [librepo] lr_yum_download_remote: Downloading/Copying repo.. 2024-12-22T22:36:01+0000 [25] DEBUG [librepo] lr_yum_download_repomd: Downloading repomd.xml via mirrorlist 2024-12-22T22:36:01+0000 [25] DEBUG [librepo] lr_download: Target: repodata/repomd.xml (-) 2024-12-22T22:36:01+0000 [25] DEBUG [librepo] lr_prepare_lrmirrors: Preparing internal mirror list for handle id: 0x559e5fcafd10 2024-12-22T22:36:01+0000 [25] DEBUG [librepo] lr_prepare_lrmirrors: Mirror: https://download.copr.fedorainfracloud.org/results/@kernel-vanilla/mainline/fedora-41-x86_64/ 2024-12-22T22:36:01+0000 [25] DEBUG [librepo] Selecting mirror for: repodata/repomd.xml 2024-12-22T22:36:01+0000 [25] INFO [librepo] Downloading: https://download.copr.fedorainfracloud.org/results/@kernel-vanilla/mainline/fedora-41-x86_64/repodata/repomd.xml 2024-12-22T22:36:01+0000 [25] DEBUG [librepo] lr_download: Downloading started 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] Transfer finished: repodata/repomd.xml (Effective url: https://download.copr.fedorainfracloud.org/results/@kernel-vanilla/mainline/fedora-41-x86_64/repodata/repomd.xml) 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] lr_yum_download_remote: Parsing repomd.xml 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] 1734238167: Repomd revision: lr_yum_download_remote 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] lr_download: Target: repodata/5fa2cc8ec248d66bc3658158fed29cc9e0e86a0a8994cd7d8013554be2f46906-primary.xml.gz (-) 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] lr_prepare_lrmirrors: Preparing internal mirror list for handle id: 0x559e5fcafd10 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] lr_prepare_lrmirrors: Mirror: https://download.copr.fedorainfracloud.org/results/@kernel-vanilla/mainline/fedora-41-x86_64/ 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] Selecting mirror for: repodata/5fa2cc8ec248d66bc3658158fed29cc9e0e86a0a8994cd7d8013554be2f46906-primary.xml.gz 2024-12-22T22:36:02+0000 [25] INFO [librepo] Downloading: https://download.copr.fedorainfracloud.org/results/@kernel-vanilla/mainline/fedora-41-x86_64/repodata/5fa2cc8ec248d66bc3658158fed29cc9e0e86a0a8994cd7d8013554be2f46906-primary.xml.gz 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] lr_download: Downloading started 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] Transfer finished: repodata/5fa2cc8ec248d66bc3658158fed29cc9e0e86a0a8994cd7d8013554be2f46906-primary.xml.gz (Effective url: https://download.copr.fedorainfracloud.org/results/@kernel-vanilla/mainline/fedora-41-x86_64/repodata/5fa2cc8ec248d66bc3658158fed29cc9e0e86a0a8994cd7d8013554be2f46906-primary.xml.gz) 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] check_finished_transfer_checksum: Checksum (sha256) 5fa2cc8ec248d66bc3658158fed29cc9e0e86a0a8994cd7d8013554be2f46906 is OK 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] lr_handle_perform: Restoring an old SIGINT handler 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] lr_handle_perform: Using dir: /var/cache/libdnf5/copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline-b024848b022b3b17 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] lr_handle_perform: Using own SIGINT handler 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Preparing internal mirrorlist 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Finalizing internal mirrorlist 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Finalizing mirrors reported via LRI_MIRRORS 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] lr_handle_perform: Downloading/Locating yum repo 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] lr_yum_use_local: Locating repo.. 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] lr_yum_use_local_load_base: Parsing repomd.xml 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] lr_yum_use_local_load_base: Repomd revision: 1734238167 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] lr_yum_use_local: Repository was successfully located 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checking checksum of /var/cache/libdnf5/copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline-b024848b022b3b17/repodata/5fa2cc8ec248d66bc3658158fed29cc9e0e86a0a8994cd7d8013554be2f46906-primary.xml.gz (expected: 5fa2cc8ec248d66bc3658158fed29cc9e0e86a0a8994cd7d8013554be2f46906 [sha256]) 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] lr_checksum_fd_compare: Using mtime cached in xattr: [user.librepo.checksum.mtime] 1734906962262738218 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] lr_checksum_fd_compare: Using checksum cached in xattr: [user.librepo.checksum.sha256] 5fa2cc8ec248d66bc3658158fed29cc9e0e86a0a8994cd7d8013554be2f46906 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checksum check - Passed 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] lr_handle_perform: Restoring an old SIGINT handler 2024-12-22T22:36:02+0000 [25] TRACE Cache file "/var/cache/libdnf5/copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline-b024848b022b3b17/solv/copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline.solv" not found 2024-12-22T22:36:02+0000 [25] DEBUG Loading repomd and primary for repo "copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline" 2024-12-22T22:36:02+0000 [25] TRACE Writing primary cache for repo "copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline" to "/var/cache/libdnf5/copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline-b024848b022b3b17/solv/copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline.solv.q8dW8D" (checksum: 0xf27bfd8aa62ed8418a93c4e3aad92645e1326119d5f2f709b6d02b059f902604) 2024-12-22T22:36:02+0000 [25] DEBUG No updateinfo metadata available for repo "copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline" 2024-12-22T22:36:02+0000 [25] DEBUG No group metadata available for repo "copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline" 2024-12-22T22:36:02+0000 [25] DEBUG No modules metadata available for repo copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline 2024-12-22T22:36:02+0000 [25] DEBUG Rewriting repo "@System" with added file provides 2024-12-22T22:36:02+0000 [25] DEBUG Rewriting repo "@System" with added file provides 2024-12-22T22:36:02+0000 [25] DEBUG Rewriting repo "copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline" with added file provides 2024-12-22T22:36:02+0000 [25] TRACE Writing primary cache for repo "copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline" to "/var/cache/libdnf5/copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline-b024848b022b3b17/solv/copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline.solv.QnN70b" (checksum: 0xf27bfd8aa62ed8418a93c4e3aad92645e1326119d5f2f709b6d02b059f902604) 2024-12-22T22:36:02+0000 [25] WARNING Package "kernel-modules-extra-6.12.5-200.fc41.x86_64" is already installed. 2024-12-22T22:36:02+0000 [25] DEBUG Cannot find "/boot/vmlinuz-6.12.5-200.fc41.x86_64" to verify running kernel 2024-12-22T22:36:02+0000 [25] DEBUG Failed to find rpm package of a running kernel in sack 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] lr_download_packages: Using own SIGINT handler 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Preparing internal mirrorlist 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Finalizing internal mirrorlist 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Finalizing mirrors reported via LRI_MIRRORS 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] lr_download: Target: 08331395-mainline-mainline-releases/kernel-6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64.rpm (-) 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] lr_prepare_lrmirrors: Preparing internal mirror list for handle id: 0x559e5fcd2ec0 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] lr_prepare_lrmirrors: Mirror: https://download.copr.fedorainfracloud.org/results/@kernel-vanilla/mainline/fedora-41-x86_64/ 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] lr_download: Target: 08331395-mainline-mainline-releases/kernel-core-6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64.rpm (-) 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] lr_download: Target: 08331395-mainline-mainline-releases/kernel-modules-6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64.rpm (-) 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] lr_download: Target: 08331395-mainline-mainline-releases/kernel-modules-core-6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64.rpm (-) 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] Selecting mirror for: 08331395-mainline-mainline-releases/kernel-6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64.rpm 2024-12-22T22:36:02+0000 [25] INFO [librepo] Downloading: https://download.copr.fedorainfracloud.org/results/@kernel-vanilla/mainline/fedora-41-x86_64/08331395-mainline-mainline-releases/kernel-6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64.rpm 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] prepare_next_transfer: Resume ignored, existing file was not originally being downloaded by Librepo 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] Selecting mirror for: 08331395-mainline-mainline-releases/kernel-core-6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64.rpm 2024-12-22T22:36:02+0000 [25] INFO [librepo] Downloading: https://download.copr.fedorainfracloud.org/results/@kernel-vanilla/mainline/fedora-41-x86_64/08331395-mainline-mainline-releases/kernel-core-6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64.rpm 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] prepare_next_transfer: Resume ignored, existing file was not originally being downloaded by Librepo 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] Selecting mirror for: 08331395-mainline-mainline-releases/kernel-modules-6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64.rpm 2024-12-22T22:36:02+0000 [25] INFO [librepo] Downloading: https://download.copr.fedorainfracloud.org/results/@kernel-vanilla/mainline/fedora-41-x86_64/08331395-mainline-mainline-releases/kernel-modules-6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64.rpm 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] prepare_next_transfer: Resume ignored, existing file was not originally being downloaded by Librepo 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] lr_download: Downloading started 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] Transfer finished: 08331395-mainline-mainline-releases/kernel-6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64.rpm (Effective url: https://download.copr.fedorainfracloud.org/results/@kernel-vanilla/mainline/fedora-41-x86_64/08331395-mainline-mainline-releases/kernel-6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64.rpm) 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] check_finished_transfer_checksum: Checksum (sha256) b2a45d10f5e59d9b21a15a69c5033651157875466be53070649a17aa1fedbba0 is OK 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] Selecting mirror for: 08331395-mainline-mainline-releases/kernel-modules-core-6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64.rpm 2024-12-22T22:36:02+0000 [25] INFO [librepo] Downloading: https://download.copr.fedorainfracloud.org/results/@kernel-vanilla/mainline/fedora-41-x86_64/08331395-mainline-mainline-releases/kernel-modules-core-6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64.rpm 2024-12-22T22:36:02+0000 [25] DEBUG [librepo] prepare_next_transfer: Resume ignored, existing file was not originally being downloaded by Librepo 2024-12-22T22:36:03+0000 [25] DEBUG [librepo] Transfer finished: 08331395-mainline-mainline-releases/kernel-core-6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64.rpm (Effective url: https://download.copr.fedorainfracloud.org/results/@kernel-vanilla/mainline/fedora-41-x86_64/08331395-mainline-mainline-releases/kernel-core-6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64.rpm) 2024-12-22T22:36:03+0000 [25] DEBUG [librepo] check_finished_transfer_checksum: Checksum (sha256) 16740fcf6bc86f42ef08a47c8da6d82cdda459368ad1329c2ec7e1c0d58e8d29 is OK 2024-12-22T22:36:04+0000 [25] DEBUG [librepo] Transfer finished: 08331395-mainline-mainline-releases/kernel-modules-6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64.rpm (Effective url: https://download.copr.fedorainfracloud.org/results/@kernel-vanilla/mainline/fedora-41-x86_64/08331395-mainline-mainline-releases/kernel-modules-6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64.rpm) 2024-12-22T22:36:05+0000 [25] DEBUG [librepo] check_finished_transfer_checksum: Checksum (sha256) 9633d2ebf8843bc2dd2f4084d8b8963632edf735dc9f79cda0e41ade698940d5 is OK 2024-12-22T22:36:05+0000 [25] DEBUG [librepo] Transfer finished: 08331395-mainline-mainline-releases/kernel-modules-core-6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64.rpm (Effective url: https://download.copr.fedorainfracloud.org/results/@kernel-vanilla/mainline/fedora-41-x86_64/08331395-mainline-mainline-releases/kernel-modules-core-6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64.rpm) 2024-12-22T22:36:05+0000 [25] DEBUG [librepo] check_finished_transfer_checksum: Checksum (sha256) 25afd8706d6d8ab50fbd93324dc0076f18635d8eb72a7411f153b2ad2af26f96 is OK 2024-12-22T22:36:05+0000 [25] DEBUG [librepo] lr_download_packages: Restoring an old SIGINT handler 2024-12-22T22:36:05+0000 [25] DEBUG [librepo] lr_download: Target: https://download.copr.fedorainfracloud.org/results/@kernel-vanilla/mainline/pubkey.gpg (-) 2024-12-22T22:36:05+0000 [25] DEBUG [librepo] Selecting mirror for: https://download.copr.fedorainfracloud.org/results/@kernel-vanilla/mainline/pubkey.gpg 2024-12-22T22:36:05+0000 [25] INFO [librepo] Downloading: https://download.copr.fedorainfracloud.org/results/@kernel-vanilla/mainline/pubkey.gpg 2024-12-22T22:36:05+0000 [25] DEBUG [librepo] prepare_next_transfer: Resume ignored, existing file was not originally being downloaded by Librepo 2024-12-22T22:36:05+0000 [25] DEBUG [librepo] lr_download: Downloading started 2024-12-22T22:36:05+0000 [25] DEBUG [librepo] Transfer finished: https://download.copr.fedorainfracloud.org/results/@kernel-vanilla/mainline/pubkey.gpg (Effective url: https://download.copr.fedorainfracloud.org/results/@kernel-vanilla/mainline/pubkey.gpg) 2024-12-22T22:36:06+0000 [25] INFO RPM callback verify start, total 4 2024-12-22T22:36:06+0000 [25] INFO RPM callback open file "/var/cache/libdnf5/copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline-b024848b022b3b17/packages/kernel-modules-core-6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64.rpm" 2024-12-22T22:36:06+0000 [25] INFO RPM callback close file 2024-12-22T22:36:06+0000 [25] INFO RPM callback open file "/var/cache/libdnf5/copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline-b024848b022b3b17/packages/kernel-core-6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64.rpm" 2024-12-22T22:36:06+0000 [25] INFO RPM callback close file 2024-12-22T22:36:06+0000 [25] INFO RPM callback open file "/var/cache/libdnf5/copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline-b024848b022b3b17/packages/kernel-modules-6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64.rpm" 2024-12-22T22:36:06+0000 [25] INFO RPM callback close file 2024-12-22T22:36:06+0000 [25] INFO RPM callback open file "/var/cache/libdnf5/copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline-b024848b022b3b17/packages/kernel-6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64.rpm" 2024-12-22T22:36:06+0000 [25] INFO RPM callback close file 2024-12-22T22:36:06+0000 [25] INFO RPM callback verify stop, total 4 2024-12-22T22:36:06+0000 [25] INFO RPM callback transaction start, total 4 2024-12-22T22:36:06+0000 [25] INFO RPM callback transaction stop, total 4 2024-12-22T22:36:06+0000 [25] INFO RPM callback open file "/var/cache/libdnf5/copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline-b024848b022b3b17/packages/kernel-modules-core-6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64.rpm" 2024-12-22T22:36:06+0000 [25] INFO RPM callback close file 2024-12-22T22:36:06+0000 [25] INFO RPM callback open file "/var/cache/libdnf5/copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline-b024848b022b3b17/packages/kernel-core-6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64.rpm" 2024-12-22T22:36:06+0000 [25] INFO RPM callback close file 2024-12-22T22:36:06+0000 [25] INFO RPM callback open file "/var/cache/libdnf5/copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline-b024848b022b3b17/packages/kernel-modules-6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64.rpm" 2024-12-22T22:36:06+0000 [25] INFO RPM callback close file 2024-12-22T22:36:06+0000 [25] INFO RPM callback open file "/var/cache/libdnf5/copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline-b024848b022b3b17/packages/kernel-6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64.rpm" 2024-12-22T22:36:06+0000 [25] INFO RPM callback close file 2024-12-22T22:36:06+0000 [25] INFO RPM callback verify start, total 4 2024-12-22T22:36:06+0000 [25] INFO RPM callback open file "/var/cache/libdnf5/copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline-b024848b022b3b17/packages/kernel-modules-core-6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64.rpm" 2024-12-22T22:36:06+0000 [25] INFO RPM callback close file 2024-12-22T22:36:06+0000 [25] INFO RPM callback open file "/var/cache/libdnf5/copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline-b024848b022b3b17/packages/kernel-core-6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64.rpm" 2024-12-22T22:36:06+0000 [25] INFO RPM callback close file 2024-12-22T22:36:06+0000 [25] INFO RPM callback open file "/var/cache/libdnf5/copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline-b024848b022b3b17/packages/kernel-modules-6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64.rpm" 2024-12-22T22:36:06+0000 [25] INFO RPM callback close file 2024-12-22T22:36:06+0000 [25] INFO RPM callback open file "/var/cache/libdnf5/copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline-b024848b022b3b17/packages/kernel-6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64.rpm" 2024-12-22T22:36:06+0000 [25] INFO RPM callback close file 2024-12-22T22:36:06+0000 [25] INFO RPM callback verify stop, total 4 2024-12-22T22:36:06+0000 [25] INFO RPM callback transaction start, total 4 2024-12-22T22:36:06+0000 [25] INFO RPM callback transaction stop, total 4 2024-12-22T22:36:06+0000 [25] INFO RPM callback open file "/var/cache/libdnf5/copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline-b024848b022b3b17/packages/kernel-modules-core-6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64.rpm" 2024-12-22T22:36:06+0000 [25] INFO RPM callback install start "kernel-modules-core-0:6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64" total 39762620 2024-12-22T22:36:07+0000 [25] INFO RPM callback install stop "kernel-modules-core-0:6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64" amount 39762620 total 39762620 2024-12-22T22:36:07+0000 [25] INFO RPM callback close file 2024-12-22T22:36:07+0000 [25] INFO RPM callback open file "/var/cache/libdnf5/copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline-b024848b022b3b17/packages/kernel-core-6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64.rpm" 2024-12-22T22:36:07+0000 [25] INFO RPM callback install start "kernel-core-0:6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64" total 27246692 2024-12-22T22:36:07+0000 [25] INFO RPM callback install stop "kernel-core-0:6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64" amount 27246692 total 27246692 2024-12-22T22:36:07+0000 [25] INFO RPM callback start post-install scriptlet "kernel-core-0:6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64" 2024-12-22T22:36:07+0000 [25] INFO RPM callback stop post-install scriptlet "kernel-core-0:6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64" return code 0 2024-12-22T22:36:07+0000 [25] INFO RPM callback close file 2024-12-22T22:36:07+0000 [25] INFO RPM callback open file "/var/cache/libdnf5/copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline-b024848b022b3b17/packages/kernel-modules-6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64.rpm" 2024-12-22T22:36:07+0000 [25] INFO RPM callback install start "kernel-modules-0:6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64" total 66858568 2024-12-22T22:36:07+0000 [25] INFO RPM callback install stop "kernel-modules-0:6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64" amount 66858568 total 66858568 2024-12-22T22:36:07+0000 [25] INFO RPM callback start post-install scriptlet "kernel-modules-0:6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64" 2024-12-22T22:36:10+0000 [25] INFO RPM callback stop post-install scriptlet "kernel-modules-0:6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64" return code 0 2024-12-22T22:36:10+0000 [25] INFO RPM callback close file 2024-12-22T22:36:10+0000 [25] INFO RPM callback open file "/var/cache/libdnf5/copr:copr.fedorainfracloud.org:group_kernel-vanilla:mainline-b024848b022b3b17/packages/kernel-6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64.rpm" 2024-12-22T22:36:10+0000 [25] INFO RPM callback install start "kernel-0:6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64" total 124 2024-12-22T22:36:10+0000 [25] INFO RPM callback install stop "kernel-0:6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64" amount 124 total 124 2024-12-22T22:36:10+0000 [25] INFO RPM callback close file 2024-12-22T22:36:10+0000 [25] INFO RPM callback start post-transaction scriptlet "kernel-modules-core-0:6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64" 2024-12-22T22:36:13+0000 [25] INFO RPM callback stop post-transaction scriptlet "kernel-modules-core-0:6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64" return code 0 2024-12-22T22:36:13+0000 [25] INFO RPM callback start post-transaction scriptlet "kernel-core-0:6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64" 2024-12-22T22:36:13+0000 [25] INFO [scriptlet] error: rpm-ostree kernel-install wrapper: Unwrapping systemctl: No such file or directory (os error 2) 2024-12-22T22:36:13+0000 [25] WARNING [rpm] %posttrans(kernel-core-6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64) scriptlet failed, exit status 1 2024-12-22T22:36:13+0000 [25] INFO RPM callback stop post-transaction scriptlet "kernel-core-0:6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64" return code 1 2024-12-22T22:36:13+0000 [25] WARNING RPM callback non-critical error in post-transaction scriptlet "kernel-core-0:6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64" 2024-12-22T22:36:13+0000 [25] INFO RPM callback start post-transaction scriptlet "kernel-modules-0:6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64" 2024-12-22T22:36:13+0000 [25] INFO RPM callback stop post-transaction scriptlet "kernel-modules-0:6.13.0-0.rc0.20241201gtbcc8eda6.413.vanilla.fc41.x86_64" return code 0 2024-12-22T22:36:13+0000 [25] INFO RPM callback start trigger-install scriptlet "glibc-common-0:2.40-17.fc41.x86_64" 2024-12-22T22:36:13+0000 [25] INFO RPM callback stop trigger-install scriptlet "glibc-common-0:2.40-17.fc41.x86_64" return code 0 2024-12-22T22:36:13+0000 [25] INFO DNF5 finished |
Another thread to explore later...
|
It worked! Just had to use rpm-ostree to install the actual kernel rather than using |
Uses https://copr.fedorainfracloud.org/coprs/g/kernel-vanilla/mainline/ for the kernel. See NOTES.md for more information.