systemd / mkosi

💽 Build Bespoke OS Images
https://mkosi.systemd.io/
1.2k stars 325 forks source link

Stale dnf5 metadata even when passing `--cache-only=never` #2707

Closed septatrix closed 6 months ago

septatrix commented 6 months ago

mkosi commit the issue has been seen with

main

Used host distribution

Fedora 40

Used target distribution

Fedora 40

Linux kernel version used

6.8.9-300.fc40.x86_64

CPU architectures issue was seen on

x86_64

Unexpected behaviour you saw

DNF5 is unable to find a package I recently added to a COPR even though I explicitly passed --cache-only=never to refresh the metadata. DNF from my host and DNF5 from a container are able to find it so the package is properly advertised by the COPR

Used mkosi config

config as JSON ```ini { "Images": [ { "Acl": false, "Architecture": "x86-64", "Autologin": true, "BaseTrees": [], "BiosBootloader": "none", "Bootable": "enabled", "Bootloader": "systemd-boot", "BuildDirectory": "/home/septatrix/Documents/Simply5/programming/digital-signage-linux/mkosi.builddir/fedora~40~x86-64", "BuildPackages": [ "pnpm", "nodejs-full-i18n" ], "BuildScripts": [ "/home/septatrix/Documents/Simply5/programming/digital-signage-linux/mkosi.images/system/mkosi.build" ], "BuildSources": [ { "Source": "/home/septatrix/Documents/Simply5/programming/digital-signage-mkosi-copy", "Target": "digital-signage" } ], "BuildSourcesEphemeral": true, "CacheDirectory": "/home/septatrix/Documents/Simply5/programming/digital-signage-linux/mkosi.cache", "CacheOnly": "always", "Checksum": false, "CleanPackageMetadata": "auto", "CleanScripts": [ "/home/septatrix/Documents/Simply5/programming/digital-signage-linux/mkosi.images/system/mkosi.clean" ], "CompressLevel": 3, "CompressOutput": "none", "ConfigureScripts": [], "Credentials": { "agetty.autologin": "root", "firstboot.locale": "C.UTF-8", "firstboot.timezone": "Europe/Berlin", "login.noauth": "yes", "ssh.authorized_keys.root": "..." }, "Dependencies": [], "Distribution": "fedora", "Environment": { "GIT_PROXY_SSL_CAINFO": "/proxy.cacert", "IMAGE_ID": "DSPlayerOS", "IMAGE_VERSION": "2.5.4", "SYSTEMD_TMPFILES_FORCE_SUBVOL": "0", "TERM": "xterm-256color" }, "EnvironmentFiles": [], "Ephemeral": true, "ExtraSearchPaths": [], "ExtraTrees": [ { "Source": "/home/septatrix/Documents/Simply5/programming/digital-signage-linux/mkosi.images/system/mkosi.extra", "Target": null } ], "FinalizeScripts": [], "Format": "directory", "ForwardJournal": null, "Hostname": "Digital-Signage-Player", "Image": "system", "ImageId": "DSPlayerOS", "ImageVersion": "2.5.4", "Images": [ "system" ], "Include": [], "Incremental": true, "InitrdInclude": [], "InitrdPackages": [], "InitrdVolatilePackages": [], "Initrds": [], "KernelCommandLine": [ "pci=noaer", "rw", "audit=0" ], "KernelCommandLineExtra": [ "systemd.wants=network.target", "module_blacklist=vmw_vmci", "systemd.tty.term.ttyS0=xterm-256color", "systemd.tty.columns.ttyS0=80", "systemd.tty.rows.ttyS0=24", "ip=enc0:any", "ip=enp0s1:any", "ip=enp0s2:any", "ip=host0:any", "ip=none", "loglevel=4", "SYSTEMD_SULOGIN_FORCE=1" ], "KernelModulesExclude": [], "KernelModulesInclude": [], "KernelModulesIncludeHost": false, "KernelModulesInitrd": true, "KernelModulesInitrdExclude": [ ".*" ], "KernelModulesInitrdInclude": [ "^fs/(?!(smb|nfs|nls)/)", "^drivers/gpu/drm/(intel|amd)", "^drivers/md/", "^drivers/block/", "^drivers/hid/", "^drivers/input/", "crypto/", "tpm/", "virtio", "nvme", "hid-generic", "squashfs", "ahci", "usb-storage", "nls_iso8859-1", "kmod-nls-cp437", "sdhci-pci", "sdhci-acpi", "mmc-block", "xhci-pci", "dwc2", "autofs4", "algif_skcipher", "cryptomgr", "dm_crypt", "dm_mod", "aes", "cbc", "echainiv", "sha256", "xts", "aesni-intel", "phy-generic", "fixed", "gpio-regulator", "genet", "i2c-bcm2708", "sdhci-iproc", "vc4", "nvmem_mtk-efuse", "mt6360_charger", "mtk-pmic-wrap", "^drivers/hid", "vmd", "xhci-pci-renesas", "bochs", "i915", "mpt3sas", "raid_class", "scsi_transport_sas", "ses", "virtio_scsi", "virtio_blk", "virtio_gpu", "virtio_input", "hv_storvsc", "megaraid_sas", "mptspi", "virtio-pci", "virtio-mmio", "hv-vmbus", "pci-hyperv", "xen-pcifront", "ahci", "nvme", "sd_mod", "sr_mod", "virtio-blk", "virtio-scsi", "hv-storvsc", "xen-blkfront", "dm_crypt", "scsi_dh_rdac", "scsi_dh_emc", "scsi_dh_alua", "^drivers/usb/storage", "^ide", "nvme", "vmd", "virtio_blk", "virtio_scsi", "hid_generic", "unix", "ehci-hcd", "ehci-pci", "ehci-platform", "ohci-hcd", "ohci-pci", "uhci-hcd", "usbhid", "xhci-hcd", "xhci-pci", "xhci-plat-hcd", "^drivers/hid", "^drivers/tty/serial", "^drivers/input/serio", "^drivers/input/keyboard", "^drivers/pci/host", "^drivers/pci/controller", "^drivers/pinctrl", "^drivers/usb/typec", "^drivers/watchdog", "yenta_socket", "spi_pxa2xx_platform", "atkbd", "i8042", "firewire-ohci", "pcmcia", "hv-vmbus", "virtio", "virtio_ring", "virtio_pci", "pci_hyperv", "^drivers/pcmcia", "sg", "sr_mod", "sd_mod", "scsi_dh", "ata_piix", "btrfs", "ext2", "ext3", "ext4", "f2fs", "isofs", "jfs", "reiserfs", "udf", "xfs", "nfs", "nfsv2", "nfsv3", "nfsv4", "af_packet", "atkbd", "i8042", "psmouse", "virtio_pci", "virtio_mmio", "^drivers/usb/host", "^drivers/usb", "extcon-usb-gpio", "extcon-usbc-cros-ec", "axp20x_usb_power", "^drivers/input/keyboard", "^drivers/hid", "cros_ec_spi", "^drivers/rtc", "^drivers/net/(?!wireless/)", "nvmem-imx-ocotp", "^drivers/ide", "^drivers/mmc", "^drivers/scsi", "^drivers/ufs", "mptfc", "mptsas", "mptscsih", "mptspi", "zfcp", "^drivers/ata", "^drivers/block", "^drivers/nvme", "vmd", "deflate", "zlib", "lzo", "ubi", "ubifs", "firewire-ohci", "firewire-sbp2", "dasd_diag_mod", "dasd_eckd_mod", "dasd_fba_mod", "^drivers/usb/storage", "rockchipdrm", "pwm-cros-ec", "pwm_bl", "pwm-rockchip", "panel-simple", "analogix-anx6345", "pwm-sun4i", "sun4i-drm", "sun8i-mixer", "panel-edp", "pwm_imx27", "nwl-dsi", "ti-sn65dsi86", "imx-dcss", "mux-mmio", "mxsfb", "imx8mq-interconnect" ], "KernelModulesInitrdIncludeHost": false, "Key": null, "Keymap": "de", "LocalMirror": null, "Locale": "en_US.UTF-8", "LocaleMessages": "en_US.UTF-8", "Machine": null, "MakeInitrd": false, "ManifestFormat": [ "json" ], "MicrocodeHost": false, "MinimumVersion": null, "Mirror": null, "NSpawnSettings": null, "Output": "DSPlayerOS_2.5.4", "OutputDirectory": "/home/septatrix/Documents/Simply5/programming/digital-signage-linux/mkosi.output", "Overlay": false, "PackageCacheDirectory": null, "PackageDirectories": [], "PackageManagerTrees": [ { "Source": "/home/septatrix/Documents/Simply5/programming/digital-signage-linux/mkosi.images/system/mkosi.skeleton", "Target": null } ], "Packages": [ "kernel-core", "kernel-modules", "systemd", "systemd-boot", "systemd-udev", "systemd-resolved", "systemd-networkd", "systemd-container", "zram-generator", "zram-generator-defaults", "udev", "dbus", "polkit", "kernel-tools", "iproute", "iputils", "nano", "less", "btop", "htop", "ncdu", "tree", "iotop", "igt-gpu-tools", "hw-probe", "edid-decode", "lsusb", "lspci", "libva-utils", "python3", "python3-pydantic", "python3-pydantic-settings", "python3-hypercorn+uvloop", "python3-httpx", "python3-icalendar", "python3-dateutil", "mailcap", "weston", "cog", "glib-networking", "urw-base35-nimbus-roman-fonts", "gstreamer1", "gstreamer1-plugins-good >= 1.24", "gstreamer1-plugins-base-tools >= 1.24", "gstreamer1-plugins-bad-free >= 1.24", "intel-media-driver", "iwd", "openssh-server", "openvpn", "node-exporter", "@hardware-support", "linux-firmware", "wireless-regdb", "microcode_ctl", "amd-ucode-firmware", "libbpf", "tpm2-tss", "e2fsprogs" ], "Passphrase": null, "PostInstallationScripts": [ "/home/septatrix/Documents/Simply5/programming/digital-signage-linux/mkosi.images/system/mkosi.postinst" ], "PrepareScripts": [ "/home/septatrix/Documents/Simply5/programming/digital-signage-linux/mkosi.images/system/mkosi.prepare" ], "Profile": null, "ProxyClientCertificate": null, "ProxyClientKey": null, "ProxyExclude": [], "ProxyPeerCertificate": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem", "ProxyUrl": null, "QemuArgs": [], "QemuCdrom": false, "QemuDrives": [], "QemuFirmware": "auto", "QemuFirmwareVariables": null, "QemuGui": true, "QemuKernel": null, "QemuKvm": "auto", "QemuMem": 2147483648, "QemuSmp": 1, "QemuSwtpm": "auto", "QemuVsock": "auto", "QemuVsockConnectionId": -1, "Release": "40", "RemoveFiles": [], "RemovePackages": [], "RepartDirectories": [ "/home/septatrix/Documents/Simply5/programming/digital-signage-linux/mkosi.images/system/mkosi.repart" ], "RepartOffline": true, "Repositories": [], "RepositoryKeyCheck": true, "RootPassword": [ "asdf", false ], "RootShell": null, "RuntimeBuildSources": false, "RuntimeNetwork": "user", "RuntimeScratch": "auto", "RuntimeSize": 4294967296, "RuntimeTrees": [], "SELinuxRelabel": "auto", "SectorSize": null, "SecureBoot": false, "SecureBootAutoEnroll": true, "SecureBootCertificate": "/home/septatrix/Documents/Simply5/programming/digital-signage-linux/mkosi.crt", "SecureBootKey": "/home/septatrix/Documents/Simply5/programming/digital-signage-linux/mkosi.key", "SecureBootKeySource": { "Source": "", "Type": "file" }, "SecureBootSignTool": "auto", "Seed": "926cba0f-d127-460d-ab12-84f1409f58e9", "ShimBootloader": "none", "Sign": false, "SignExpectedPcr": "auto", "SkeletonTrees": [ { "Source": "/home/septatrix/Documents/Simply5/programming/digital-signage-linux/mkosi.images/system/mkosi.skeleton", "Target": null } ], "SourceDateEpoch": null, "SplitArtifacts": false, "Ssh": true, "SshCertificate": "/home/septatrix/Documents/Simply5/programming/digital-signage-linux/mkosi.crt", "SshKey": "/home/septatrix/Documents/Simply5/programming/digital-signage-linux/mkosi.key", "SyncScripts": [], "Timezone": "Europe/Berlin", "ToolsTree": "default", "ToolsTreeCertificates": true, "ToolsTreeDistribution": "fedora", "ToolsTreeMirror": null, "ToolsTreePackageManagerTrees": [], "ToolsTreePackages": [ "python3-pip", "pnpm", "nodejs-full-i18n", "qemu-ui-*", "qemu-device-display-*" ], "ToolsTreeRelease": "40", "ToolsTreeRepositories": [], "UnifiedKernelImages": "auto", "UnitProperties": [], "UseSubvolumes": "auto", "VerityCertificate": "/home/septatrix/Documents/Simply5/programming/digital-signage-linux/mkosi.crt", "VerityKey": "/home/septatrix/Documents/Simply5/programming/digital-signage-linux/mkosi.key", "VerityKeySource": { "Source": "", "Type": "file" }, "VirtualMachineMonitor": "qemu", "VolatilePackages": [], "WithDocs": true, "WithNetwork": false, "WithRecommends": false, "WithTests": true, "WorkspaceDirectory": null } ] } ```

mkosi output

‣ Including configuration file /home/septatrix/Documents/Simply5/programming/digital-signage-linux/mkosi.conf
‣ Including configuration file /home/septatrix/Documents/Simply5/programming/digital-signage-linux/mkosi.images/installer/mkosi.conf
‣ Including configuration file /home/septatrix/Documents/Simply5/programming/digital-signage-linux/mkosi.images/system/mkosi.conf
‣ Including configuration file /home/septatrix/Documents/Simply5/programming/digital-signage-linux/mkosi.images/system/mkosi.conf.d/initrd.conf
‣ Including configuration file /tmp/tmprks9p697/resources/mkosi-tools/mkosi.conf
‣ Including configuration file /tmp/tmprks9p697/resources/mkosi-tools/mkosi.conf.d/10-centos-fedora/mkosi.conf
‣ Including configuration file /tmp/tmprks9p697/resources/mkosi-tools/mkosi.conf.d/10-centos-fedora/mkosi.conf.d/10-grub.conf
‣ Including configuration file /tmp/tmprks9p697/resources/mkosi-tools/mkosi.conf.d/10-centos-fedora/mkosi.conf.d/10-uefi.conf
‣ Including configuration file /tmp/tmprks9p697/resources/mkosi-tools/mkosi.conf.d/10-fedora/mkosi.conf
‣ Including configuration file /tmp/tmprks9p697/resources/mkosi-tools/mkosi.conf.d/10-fedora/mkosi.conf.d/10-uefi.conf
‣ Including configuration file /tmp/tmprks9p697/resources/mkosi-tools/mkosi.conf
‣ Including configuration file /tmp/tmprks9p697/resources/mkosi-tools/mkosi.conf.d/10-centos-fedora/mkosi.conf
‣ Including configuration file /tmp/tmprks9p697/resources/mkosi-tools/mkosi.conf.d/10-centos-fedora/mkosi.conf.d/10-grub.conf
‣ Including configuration file /tmp/tmprks9p697/resources/mkosi-tools/mkosi.conf.d/10-centos-fedora/mkosi.conf.d/10-uefi.conf
‣ Including configuration file /tmp/tmprks9p697/resources/mkosi-tools/mkosi.conf.d/10-fedora/mkosi.conf
‣ Including configuration file /tmp/tmprks9p697/resources/mkosi-tools/mkosi.conf.d/10-fedora/mkosi.conf.d/10-uefi.conf
‣ Acquiring lock on /tmp/mkosi-uidmap-lock7wpr1zdh
‣ Acquired lock on /tmp/mkosi-uidmap-lock7wpr1zdh
‣ + flock --exclusive --close /tmp/mkosi-uidmap-lock7wpr1zdh newuidmap 341593 0 524288 65436 65436 1000 1 65437 589725 99
‣ + flock --exclusive --close /tmp/mkosi-uidmap-lock7wpr1zdh newgidmap 341593 0 524288 65436 65436 1000 1 65437 589725 99
‣ Running clean script /home/septatrix/Documents/Simply5/programming/digital-signage-linux/mkosi.images/system/mkosi.clean…
‣ + /work/clean
+ rm -f -- '/work/out/DSPlayerOS_2.5.4._*.*.raw*'
‣ + stat --file-system --format %T /home/septatrix/.cache/mkosi/mkosi-workspace0a12dew8
‣ + btrfs subvolume create /home/septatrix/.cache/mkosi/mkosi-workspace0a12dew8/root
Create subvolume '/home/septatrix/.cache/mkosi/mkosi-workspace0a12dew8/root'
‣ + cp --version
‣ + cp --recursive --dereference --preserve=mode,links --reflink=auto --copy-contents /home/septatrix/Documents/Simply5/programming/digital-signage-linux/mkosi.output/fedora-tools/etc/crypto-policies /home/septatrix/.cache/mkosi/mkosi-workspace0a12dew8/pkgmngr/etc/crypto-policies --no-target-directory
‣ Copying in package manager file trees…
‣ + cp --version
‣ + cp --recursive --no-dereference --preserve=mode,links --reflink=auto --copy-contents /home/septatrix/Documents/Simply5/programming/digital-signage-linux/mkosi.images/system/mkosi.skeleton /home/septatrix/.cache/mkosi/mkosi-workspace0a12dew8/pkgmngr --no-target-directory
‣ + rpm --eval '%{__plugindir}'
‣ Syncing package manager metadata for DSPlayerOS image
‣ Acquiring lock on /home/septatrix/.cache/mkosi/fedora~40~x86-64/cache/libdnf5
‣ Acquired lock on /home/septatrix/.cache/mkosi/fedora~40~x86-64/cache/libdnf5
‣ Acquiring lock on /home/septatrix/.cache/mkosi/fedora~40~x86-64/lib/libdnf5
‣ Acquired lock on /home/septatrix/.cache/mkosi/fedora~40~x86-64/lib/libdnf5
‣ + dnf5 --assumeyes --best --releasever=40 --installroot=/buildroot --setopt=keepcache=1 --setopt=logdir=/var/log --setopt=cachedir=/var/cache/libdnf5 --setopt=persistdir=/var/lib/libdnf5 --setopt=install_weak_deps=0 --setopt=check_config_file_age=0 '--disable-plugin=*' --enable-plugin=builddep --setopt=debuglevel=10 --setopt=metadata_expire=never --setopt=cacheonly=metadata --use-host-config --setopt=proxy_sslcacert=/proxy.cacert makecache --setopt=cacheonly=none
Updating and loading repositories:
Repositories loaded.
Metadata cache created.
‣ + rm -rf -- /home/septatrix/.cache/mkosi/mkosi-workspace0a12dew8
‣ Acquiring lock on /tmp/mkosi-uidmap-lock9llydryh
‣ Acquired lock on /tmp/mkosi-uidmap-lock9llydryh
‣ + flock --exclusive --close /tmp/mkosi-uidmap-lock9llydryh newuidmap 341778 0 524288 65436 65436 1000 1 65437 589725 99
‣ + flock --exclusive --close /tmp/mkosi-uidmap-lock9llydryh newgidmap 341778 0 524288 65436 65436 1000 1 65437 589725 99
‣ + mount --rbind /etc /etc --options ro
‣ + mount --rbind /opt /opt --options ro
‣ + mount --rbind /boot /boot --options ro
‣ + mount --rbind /media /media --options ro
‣ + mount --rbind /usr /usr --options ro
‣ Building DSPlayerOS image
‣ + stat --file-system --format %T /home/septatrix/.cache/mkosi/mkosi-workspacebcbud3j7
‣ + btrfs subvolume create /home/septatrix/.cache/mkosi/mkosi-workspacebcbud3j7/root
Create subvolume '/home/septatrix/.cache/mkosi/mkosi-workspacebcbud3j7/root'
‣ + cp --version
‣ + cp --recursive --dereference --preserve=mode,links --reflink=auto --copy-contents /home/septatrix/Documents/Simply5/programming/digital-signage-linux/mkosi.output/fedora-tools/etc/crypto-policies /home/septatrix/.cache/mkosi/mkosi-workspacebcbud3j7/pkgmngr/etc/crypto-policies --no-target-directory
‣  Copying in package manager file trees…
‣ + cp --version
‣ + cp --recursive --no-dereference --preserve=mode,links --reflink=auto --copy-contents /home/septatrix/Documents/Simply5/programming/digital-signage-linux/mkosi.images/system/mkosi.skeleton /home/septatrix/.cache/mkosi/mkosi-workspacebcbud3j7/pkgmngr --no-target-directory
‣ Cache manifest mismatch, not reusing cached images
‣ + diff '/home/septatrix/Documents/Simply5/programming/digital-signage-linux/mkosi.cache/fedora~40~x86-64~system.manifest' -
24c24
<         "gstreamer1-plugins-good",
---
>         "gstreamer1-plugins-good >= 1.24",
43,44d42
<         "mesa-va-drivers",
<         "mesa-vulkan-drivers",
‣ Acquiring lock on /home/septatrix/.cache/mkosi/fedora~40~x86-64/cache/libdnf5
‣ Acquired lock on /home/septatrix/.cache/mkosi/fedora~40~x86-64/cache/libdnf5
‣ Acquiring lock on /home/septatrix/.cache/mkosi/fedora~40~x86-64/lib/libdnf5
‣ Acquired lock on /home/septatrix/.cache/mkosi/fedora~40~x86-64/lib/libdnf5
‣ + cp --version
‣ + cp --recursive --no-dereference --preserve=mode,links --reflink=auto --copy-contents '/home/septatrix/.cache/mkosi/fedora~40~x86-64/cache/libdnf5' /home/septatrix/.cache/mkosi/mkosi-workspacebcbud3j7/root/var/cache/libdnf5 --no-target-directory
‣ + cp --version
‣ + cp --recursive --no-dereference --preserve=mode,links --reflink=auto --copy-contents '/home/septatrix/.cache/mkosi/fedora~40~x86-64/lib/libdnf5' /home/septatrix/.cache/mkosi/mkosi-workspacebcbud3j7/root/var/lib/libdnf5 --no-target-directory
‣ + rpm --eval '%{__plugindir}'
‣  Copying in skeleton file trees…
‣ + cp --version
‣ + cp --recursive --no-dereference --preserve=mode,links --reflink=auto --copy-contents /home/septatrix/Documents/Simply5/programming/digital-signage-linux/mkosi.images/system/mkosi.skeleton /home/septatrix/.cache/mkosi/mkosi-workspacebcbud3j7/root --no-target-directory
‣  Installing Fedora
‣ + mount --no-mtab overlay /home/septatrix/.cache/mkosi/mkosi-workspacebcbud3j7/tmp/volatile-overlay8sbgdegm-mountpointvtos75kg --types overlay --options lowerdir=/home/septatrix/Documents/Simply5/programming/digital-signage-mkosi-copy,upperdir=/home/septatrix/.cache/mkosi/mkosi-workspacebcbud3j7/tmp/volatile-overlay8sbgdegm,workdir=/home/septatrix/.cache/mkosi/mkosi-workspacebcbud3j7/tmp/volatile-overlay8sbgdegm-workdir31aboz_i,index=off,metacopy=off,userxattr
‣ + dnf5 --assumeyes --best --releasever=40 --installroot=/buildroot --setopt=keepcache=1 --setopt=logdir=/var/log --setopt=cachedir=/var/cache/libdnf5 --setopt=persistdir=/var/lib/libdnf5 --setopt=install_weak_deps=0 --setopt=check_config_file_age=0 '--disable-plugin=*' --enable-plugin=builddep --setopt=debuglevel=10 --setopt=metadata_expire=never --setopt=cacheonly=metadata --use-host-config --setopt=proxy_sslcacert=/proxy.cacert install basesystem
Updating and loading repositories:
Repositories loaded.
Package                        Arch   Version       Repository      Size
Installing:                                                             
 basesystem                    noarch 11-20.fc40    fedora       0.0   B
Installing dependencies:                                                
 fedora-gpg-keys               noarch 40-1          fedora     125.0 KiB
 fedora-release                noarch 40-39         updates      0.0   B
 fedora-release-common         noarch 40-39         updates     19.1 KiB
 fedora-release-identity-basic noarch 40-39         updates    654.0   B
 fedora-repos                  noarch 40-1          fedora       4.9 KiB
 filesystem                    x86_64 3.18-8.fc40   fedora     106.0   B
 setup                         noarch 2.14.5-2.fc40 fedora     720.4 KiB

Transaction Summary:
 Installing:        8 packages

Total size of inbound packages is 1 MiB. Need to download 0 B.
After this operation 870 KiB will be used (install 870 KiB, remove 0 B).
[1/8] basesystem-0:11-20.fc40.noarch    100% |   0.0   B/s |   0.0   B |  00m00s
>>> Already downloaded
[2/8] filesystem-0:3.18-8.fc40.x86_64   100% |   0.0   B/s |   0.0   B |  00m00s
>>> Already downloaded
[3/8] setup-0:2.14.5-2.fc40.noarch      100% |   0.0   B/s |   0.0   B |  00m00s
>>> Already downloaded
[4/8] fedora-release-0:40-39.noarch     100% |   0.0   B/s |   0.0   B |  00m00s
>>> Already downloaded
[5/8] fedora-release-common-0:40-39.noa 100% |   0.0   B/s |   0.0   B |  00m00s
>>> Already downloaded
[6/8] fedora-repos-0:40-1.noarch        100% |   0.0   B/s |   0.0   B |  00m00s
>>> Already downloaded
[7/8] fedora-gpg-keys-0:40-1.noarch     100% |   0.0   B/s |   0.0   B |  00m00s
>>> Already downloaded
[8/8] fedora-release-identity-basic-0:4 100% |   0.0   B/s |   0.0   B |  00m00s
>>> Already downloaded
--------------------------------------------------------------------------------
[8/8] Total                             100% |   0.0   B/s |   0.0   B |  00m00s
Running transaction
Importing PGP key 0xA15B79CC:
 Userid     : "Fedora (40) <fedora-40-primary@fedoraproject.org>"
 Fingerprint: 115DF9AEF857853EE8445D0A0727707EA15B79CC
 From       : file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-40-primary
The key was successfully imported.
[ 1/10] Verify package files            100% |  48.0   B/s |   8.0   B |  00m00s
>>> Running pre-transaction scriptlet: filesystem-0:3.18-8.fc40.x86_64
>>> Stop pre-transaction scriptlet: filesystem-0:3.18-8.fc40.x86_64
[ 2/10] Prepare transaction             100% | 800.0   B/s |   8.0   B |  00m00s
[ 3/10] Installing fedora-release-ident 100% |  89.1 KiB/s | 912.0   B |  00m00s
[ 4/10] Installing fedora-gpg-keys-0:40 100% |  11.9 MiB/s | 170.1 KiB |  00m00s
[ 5/10] Installing fedora-repos-0:40-1. 100% |   5.6 MiB/s |   5.7 KiB |  00m00s
[ 6/10] Installing fedora-release-commo 100% |   7.6 MiB/s |  23.3 KiB |  00m00s
[ 7/10] Installing fedora-release-0:40- 100% | 121.1 KiB/s | 124.0   B |  00m00s
[ 8/10] Installing setup-0:2.14.5-2.fc4 100% |  59.1 MiB/s | 725.8 KiB |  00m00s
>>> Running post-install scriptlet: setup-0:2.14.5-2.fc40.noarch
>>> Stop post-install scriptlet: setup-0:2.14.5-2.fc40.noarch
[ 9/10] Installing filesystem-0:3.18-8. 100% |   5.8 MiB/s | 212.4 KiB |  00m00s
[10/10] Installing basesystem-0:11-20.f 100% |   5.8 KiB/s | 124.0   B |  00m00s
>>> Running post-transaction scriptlet: filesystem-0:3.18-8.fc40.x86_64
>>> Stop post-transaction scriptlet: filesystem-0:3.18-8.fc40.x86_64
‣ + umount --no-mtab /home/septatrix/.cache/mkosi/mkosi-workspacebcbud3j7/tmp/volatile-overlay8sbgdegm-mountpointvtos75kg
‣ + mount --no-mtab overlay /home/septatrix/.cache/mkosi/mkosi-workspacebcbud3j7/tmp/volatile-overlayd1aq1a6_-mountpoint9jlaxd_8 --types overlay --options lowerdir=/home/septatrix/Documents/Simply5/programming/digital-signage-mkosi-copy,upperdir=/home/septatrix/.cache/mkosi/mkosi-workspacebcbud3j7/tmp/volatile-overlayd1aq1a6_,workdir=/home/septatrix/.cache/mkosi/mkosi-workspacebcbud3j7/tmp/volatile-overlayd1aq1a6_-workdiri1s990m_,index=off,metacopy=off,userxattr
‣ + dnf5 --assumeyes --best --releasever=40 --installroot=/buildroot --setopt=keepcache=1 --setopt=logdir=/var/log --setopt=cachedir=/var/cache/libdnf5 --setopt=persistdir=/var/lib/libdnf5 --setopt=install_weak_deps=0 --setopt=check_config_file_age=0 '--disable-plugin=*' --enable-plugin=builddep --setopt=debuglevel=10 --setopt=metadata_expire=never --setopt=cacheonly=metadata --use-host-config --setopt=proxy_sslcacert=/proxy.cacert install kernel-core kernel-modules systemd systemd-boot systemd-udev systemd-resolved systemd-networkd systemd-container zram-generator zram-generator-defaults udev dbus polkit kernel-tools iproute iputils nano less btop htop ncdu tree iotop igt-gpu-tools hw-probe edid-decode lsusb lspci libva-utils python3 python3-pydantic python3-pydantic-settings python3-hypercorn+uvloop python3-httpx python3-icalendar python3-dateutil mailcap weston cog glib-networking urw-base35-nimbus-roman-fonts gstreamer1 'gstreamer1-plugins-good >= 1.24' 'gstreamer1-plugins-base-tools >= 1.24' 'gstreamer1-plugins-bad-free >= 1.24' intel-media-driver iwd openssh-server openvpn node-exporter @hardware-support linux-firmware wireless-regdb microcode_ctl amd-ucode-firmware libbpf tpm2-tss e2fsprogs
Updating and loading repositories:
Repositories loaded.
Failed to resolve the transaction:
No match for argument: gstreamer1-plugins-good >= 1.24
You can try to add to command line:
  --skip-unavailable to skip unavailable packages
‣ "bwrap --die-with-parent --proc /proc --setenv SYSTEMD_OFFLINE 1 --unsetenv TMPDIR --tmpfs /tmp --unshare-ipc --dev /dev --symlink usr/bin /bin --symlink usr/sbin /sbin --symlink usr/lib /lib --symlink usr/lib64 /lib64 --setenv PATH /scripts:/usr/bin:/usr/sbin --uid 0 --gid 0 --cap-add ALL --dir /work/src --chdir /work/src --bind /home/septatrix/.cache/mkosi/mkosi-workspacebcbud3j7/root /buildroot --bind /home/septatrix/.cache/mkosi/mkosi-workspacebcbud3j7/pkgmngr/etc /etc --ro-bind /home/septatrix/Documents/Simply5/programming/digital-signage-linux/mkosi.output/fedora-tools/etc/alternatives /etc/alternatives --ro-bind /home/septatrix/Documents/Simply5/programming/digital-signage-linux/mkosi.output/fedora-tools/etc/pacman.d/gnupg /etc/pacman.d/gnupg --ro-bind /home/septatrix/Documents/Simply5/programming/digital-signage-linux/mkosi.output/fedora-tools/etc/pki /etc/pki --bind /etc/resolv.conf /etc/resolv.conf --ro-bind /home/septatrix/Documents/Simply5/programming/digital-signage-linux/mkosi.output/fedora-tools/etc/ssl /etc/ssl --ro-bind /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem /proxy.cacert --ro-bind /home/septatrix/Documents/Simply5/programming/digital-signage-linux/mkosi.output/fedora-tools/usr /usr --bind /home/septatrix/.cache/mkosi/mkosi-workspacebcbud3j7/root/var/cache/libdnf5 /var/cache/libdnf5 --bind '/home/septatrix/.cache/mkosi/fedora~40~x86-64/cache/libdnf5/copr:copr.fedorainfracloud.org:philn:wpewebkit-f3f984647dc05053/packages' /var/cache/libdnf5/copr:copr.fedorainfracloud.org:philn:wpewebkit-f3f984647dc05053/packages --bind '/home/septatrix/.cache/mkosi/fedora~40~x86-64/cache/libdnf5/copr:copr.fedorainfracloud.org:septatrix:gstreamer1-194ff7d30fe9ebce/packages' /var/cache/libdnf5/copr:copr.fedorainfracloud.org:septatrix:gstreamer1-194ff7d30fe9ebce/packages --bind '/home/septatrix/.cache/mkosi/fedora~40~x86-64/cache/libdnf5/fedora-de0bb1deee98eda5/packages' /var/cache/libdnf5/fedora-de0bb1deee98eda5/packages --bind '/home/septatrix/.cache/mkosi/fedora~40~x86-64/cache/libdnf5/rpmfusion-nonfree-a320b61b9f10c472/packages' /var/cache/libdnf5/rpmfusion-nonfree-a320b61b9f10c472/packages --bind '/home/septatrix/.cache/mkosi/fedora~40~x86-64/cache/libdnf5/updates-4a8088a5c17ad284/packages' /var/cache/libdnf5/updates-4a8088a5c17ad284/packages --bind /home/septatrix/.cache/mkosi/mkosi-workspacebcbud3j7/root/var/lib/libdnf5 /var/lib/libdnf5 --bind /home/septatrix/.cache/mkosi/mkosi-workspacebcbud3j7/pkgmngr/var/log /var/log --bind /home/septatrix/.cache/mkosi/mkosi-workspacebcbud3j7/tmp/mkosi-var-tmp-f919594d8d604fcc /var/tmp --bind /home/septatrix/.cache/mkosi/mkosi-workspacebcbud3j7/packages /work/packages --bind /home/septatrix/.cache/mkosi/mkosi-workspacebcbud3j7/tmp/volatile-overlayd1aq1a6_-mountpoint9jlaxd_8 /work/src/digital-signage sh -c 'chmod 1777 /dev/shm && chmod 755 /etc && exec $0 "$@"' bwrap --dev-bind / / --tmpfs /buildroot/run --tmpfs /buildroot/tmp --bind /var/tmp /buildroot/var/tmp --proc /buildroot/proc --dev /buildroot/dev --ro-bind-try /buildroot/etc/machine-id /buildroot/etc/machine-id --dir /buildroot/run/user/0 --ro-bind-try /buildroot/etc/passwd /etc/passwd --ro-bind-try /buildroot/etc/group /etc/group --ro-bind-try /buildroot/etc/shadow /etc/shadow --ro-bind-try /buildroot/etc/gshadow /etc/gshadow sh -c 'chmod 1777 /buildroot/tmp /buildroot/var/tmp /buildroot/dev/shm && chmod 755 /buildroot/run && mkdir -m 755 /buildroot/run/host && echo mkosi >/buildroot/run/host/container-manager && exec $0 "$@"' setpgid --foreground -- dnf5 --assumeyes --best --releasever=40 --installroot=/buildroot --setopt=keepcache=1 --setopt=logdir=/var/log --setopt=cachedir=/var/cache/libdnf5 --setopt=persistdir=/var/lib/libdnf5 --setopt=install_weak_deps=0 --setopt=check_config_file_age=0 '--disable-plugin=*' --enable-plugin=builddep --setopt=debuglevel=10 --setopt=metadata_expire=never --setopt=cacheonly=metadata --use-host-config --setopt=proxy_sslcacert=/proxy.cacert install kernel-core kernel-modules systemd systemd-boot systemd-udev systemd-resolved systemd-networkd systemd-container zram-generator zram-generator-defaults udev dbus polkit kernel-tools iproute iputils nano less btop htop ncdu tree iotop igt-gpu-tools hw-probe edid-decode lsusb lspci libva-utils python3 python3-pydantic python3-pydantic-settings python3-hypercorn+uvloop python3-httpx python3-icalendar python3-dateutil mailcap weston cog glib-networking urw-base35-nimbus-roman-fonts gstreamer1 'gstreamer1-plugins-good >= 1.24' 'gstreamer1-plugins-base-tools >= 1.24' 'gstreamer1-plugins-bad-free >= 1.24' intel-media-driver iwd openssh-server openvpn node-exporter @hardware-support linux-firmware wireless-regdb microcode_ctl amd-ucode-firmware libbpf tpm2-tss e2fsprogs" returned non-zero exit code 1.
‣ + umount --no-mtab /home/septatrix/.cache/mkosi/mkosi-workspacebcbud3j7/tmp/volatile-overlayd1aq1a6_-mountpoint9jlaxd_8
‣ + rm -rf -- /home/septatrix/.cache/mkosi/mkosi-workspacebcbud3j7
‣  (Fixing ownership of package manager cache directory)
‣ + chown --recursive 65436:65436 '/home/septatrix/.cache/mkosi/fedora~40~x86-64/cache/libdnf5'
‣ + chown --recursive 65436:65436 '/home/septatrix/.cache/mkosi/fedora~40~x86-64/lib/libdnf5'
Traceback (most recent call last):
  File "/home/septatrix/Documents/Simply5/programming/digital-signage-linux/.venv/lib64/python3.12/site-packages/mkosi/run.py", line 60, in uncaught_exception_handler
    yield
  File "/home/septatrix/Documents/Simply5/programming/digital-signage-linux/.venv/lib64/python3.12/site-packages/mkosi/run.py", line 101, in fork_and_wait
    target(*args, **kwargs)
  File "/home/septatrix/Documents/Simply5/programming/digital-signage-linux/.venv/lib64/python3.12/site-packages/mkosi/__init__.py", line 4486, in run_build
    build_image(Context(args, config, workspace=workspace, resources=resources))
  File "/home/septatrix/Documents/Simply5/programming/digital-signage-linux/.venv/lib64/python3.12/site-packages/mkosi/__init__.py", line 3674, in build_image
    install_distribution(context)
  File "/home/septatrix/Documents/Simply5/programming/digital-signage-linux/.venv/lib64/python3.12/site-packages/mkosi/__init__.py", line 163, in install_distribution
    context.config.distribution.install_packages(context, context.config.packages)
  File "/home/septatrix/Documents/Simply5/programming/digital-signage-linux/.venv/lib64/python3.12/site-packages/mkosi/distributions/__init__.py", line 134, in install_packages
    return self.installer().install_packages(context, packages)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/septatrix/Documents/Simply5/programming/digital-signage-linux/.venv/lib64/python3.12/site-packages/mkosi/distributions/fedora.py", line 92, in install_packages
    Dnf.invoke(context, "install", packages, apivfs=apivfs)
  File "/home/septatrix/Documents/Simply5/programming/digital-signage-linux/.venv/lib64/python3.12/site-packages/mkosi/installer/dnf.py", line 173, in invoke
    return run(
           ^^^^
  File "/home/septatrix/Documents/Simply5/programming/digital-signage-linux/.venv/lib64/python3.12/site-packages/mkosi/run.py", line 150, in run
    with spawn(
  File "/usr/lib64/python3.12/contextlib.py", line 144, in __exit__
    next(self.gen)
  File "/home/septatrix/Documents/Simply5/programming/digital-signage-linux/.venv/lib64/python3.12/site-packages/mkosi/run.py", line 351, in spawn
    raise subprocess.CalledProcessError(returncode, cmdline)
subprocess.CalledProcessError: Command '['dnf5', '--assumeyes', '--best', '--releasever=40', '--installroot=/buildroot', '--setopt=keepcache=1', '--setopt=logdir=/var/log', '--setopt=cachedir=/var/cache/libdnf5', '--setopt=persistdir=/var/lib/libdnf5', '--setopt=install_weak_deps=0', '--setopt=check_config_file_age=0', '--disable-plugin=*', '--enable-plugin=builddep', '--setopt=debuglevel=10', '--setopt=metadata_expire=never', '--setopt=cacheonly=metadata', '--use-host-config', '--setopt=proxy_sslcacert=/proxy.cacert', 'install', 'kernel-core', 'kernel-modules', 'systemd', 'systemd-boot', 'systemd-udev', 'systemd-resolved', 'systemd-networkd', 'systemd-container', 'zram-generator', 'zram-generator-defaults', 'udev', 'dbus', 'polkit', 'kernel-tools', 'iproute', 'iputils', 'nano', 'less', 'btop', 'htop', 'ncdu', 'tree', 'iotop', 'igt-gpu-tools', 'hw-probe', 'edid-decode', 'lsusb', 'lspci', 'libva-utils', 'python3', 'python3-pydantic', 'python3-pydantic-settings', 'python3-hypercorn+uvloop', 'python3-httpx', 'python3-icalendar', 'python3-dateutil', 'mailcap', 'weston', 'cog', 'glib-networking', 'urw-base35-nimbus-roman-fonts', 'gstreamer1', 'gstreamer1-plugins-good >= 1.24', 'gstreamer1-plugins-base-tools >= 1.24', 'gstreamer1-plugins-bad-free >= 1.24', 'intel-media-driver', 'iwd', 'openssh-server', 'openvpn', 'node-exporter', '@hardware-support', 'linux-firmware', 'wireless-regdb', 'microcode_ctl', 'amd-ucode-firmware', 'libbpf', 'tpm2-tss', 'e2fsprogs']' returned non-zero exit status 1.
septatrix commented 6 months ago

COPR is https://copr.fedorainfracloud.org/coprs/septatrix/gstreamer1/ where I added the gstreamer1-plugins-good recently.

Running mkosi with -ff resolves this but it is not clear to me from the documentation why this would be the case.

DaanDeMeyer commented 6 months ago

I need a reproducer or the logs from /var/log/dnf5.log when running with --debug-shell and it fails

septatrix commented 6 months ago

Running with -ff resulted in a fresh cache so I can no longer reproduce this currently but I will try to add a new package to the COPR and reproduce the issue. Than I could at least provide the dnf5 log

septatrix commented 6 months ago
Log from dnf5 ``` 2024-05-14T20:14:02+0000 [70945] INFO --- DNF5 launched with arguments: "dnf5 --assumeyes --best --releasever=40 --installroot=/buildroot --setopt=keepcache=1 --setopt=logdir=/var/log --setopt=cachedir=/var/cache/libdnf5 --setopt=persistdir=/var/lib/libdnf5 --setopt=install_weak_deps=0 --setopt=check_config_file_age=0 --disable-plugin=* --enable-plugin=builddep --setopt=metadata_expire=never --setopt=cacheonly=metadata --use-host-config --setopt=proxy_sslcacert=/proxy.cacert install basesystem" --- 2024-05-14T20:14:02+0000 [70945] DEBUG Loading plugin file="/usr/lib64/dnf5/plugins/builddep_cmd_plugin.so" 2024-05-14T20:14:02+0000 [70945] INFO Loaded dnf5 plugin "builddep" ("/usr/lib64/dnf5/plugins/builddep_cmd_plugin.so") version "1.0.0" 2024-05-14T20:14:02+0000 [70945] DEBUG Loading plugin file="/usr/lib64/dnf5/plugins/changelog_cmd_plugin.so" 2024-05-14T20:14:02+0000 [70945] INFO Loaded dnf5 plugin "changelog" ("/usr/lib64/dnf5/plugins/changelog_cmd_plugin.so") version "1.0.0" 2024-05-14T20:14:02+0000 [70945] DEBUG Loading plugin file="/usr/lib64/dnf5/plugins/config-manager_cmd_plugin.so" 2024-05-14T20:14:02+0000 [70945] INFO Loaded dnf5 plugin "config-manager" ("/usr/lib64/dnf5/plugins/config-manager_cmd_plugin.so") version "0.1.0" 2024-05-14T20:14:02+0000 [70945] DEBUG Loading plugin file="/usr/lib64/dnf5/plugins/copr_cmd_plugin.so" 2024-05-14T20:14:02+0000 [70945] INFO Loaded dnf5 plugin "copr" ("/usr/lib64/dnf5/plugins/copr_cmd_plugin.so") version "0.1.0" 2024-05-14T20:14:02+0000 [70945] DEBUG Loading plugin file="/usr/lib64/dnf5/plugins/needs_restarting_cmd_plugin.so" 2024-05-14T20:14:02+0000 [70945] INFO Loaded dnf5 plugin "needs_restarting" ("/usr/lib64/dnf5/plugins/needs_restarting_cmd_plugin.so") version "1.0.0" 2024-05-14T20:14:02+0000 [70945] DEBUG Loading plugin file="/usr/lib64/dnf5/plugins/repoclosure_cmd_plugin.so" 2024-05-14T20:14:02+0000 [70945] INFO Loaded dnf5 plugin "repoclosure" ("/usr/lib64/dnf5/plugins/repoclosure_cmd_plugin.so") version "1.0.0" 2024-05-14T20:14:02+0000 [70945] DEBUG Creating repo "copr:copr.fedorainfracloud.org:philn:wpewebkit" from config file "/etc/yum.repos.d/_copr:copr.fedorainfracloud.org:philn:wpewebkit.repo" section "copr:copr.fedorainfracloud.org:philn:wpewebkit" 2024-05-14T20:14:02+0000 [70945] DEBUG Creating repo "copr:copr.fedorainfracloud.org:septatrix:gstreamer1" from config file "/etc/yum.repos.d/_copr:copr.fedorainfracloud.org:septatrix:gstreamer1.repo" section "copr:copr.fedorainfracloud.org:septatrix:gstreamer1" 2024-05-14T20:14:02+0000 [70945] DEBUG Creating repo "fedora" from config file "/etc/yum.repos.d/mkosi.repo" section "fedora" 2024-05-14T20:14:02+0000 [70945] DEBUG Creating repo "fedora-debuginfo" from config file "/etc/yum.repos.d/mkosi.repo" section "fedora-debuginfo" 2024-05-14T20:14:02+0000 [70945] DEBUG Creating repo "fedora-source" from config file "/etc/yum.repos.d/mkosi.repo" section "fedora-source" 2024-05-14T20:14:02+0000 [70945] DEBUG Creating repo "updates" from config file "/etc/yum.repos.d/mkosi.repo" section "updates" 2024-05-14T20:14:02+0000 [70945] DEBUG Creating repo "updates-debuginfo" from config file "/etc/yum.repos.d/mkosi.repo" section "updates-debuginfo" 2024-05-14T20:14:02+0000 [70945] DEBUG Creating repo "updates-source" from config file "/etc/yum.repos.d/mkosi.repo" section "updates-source" 2024-05-14T20:14:02+0000 [70945] DEBUG Creating repo "updates-testing" from config file "/etc/yum.repos.d/mkosi.repo" section "updates-testing" 2024-05-14T20:14:02+0000 [70945] DEBUG Creating repo "updates-testing-debuginfo" from config file "/etc/yum.repos.d/mkosi.repo" section "updates-testing-debuginfo" 2024-05-14T20:14:02+0000 [70945] DEBUG Creating repo "updates-testing-source" from config file "/etc/yum.repos.d/mkosi.repo" section "updates-testing-source" 2024-05-14T20:14:02+0000 [70945] DEBUG Creating repo "rpmfusion-nonfree" from config file "/etc/yum.repos.d/rpmfusion-nonfree.repo" section "rpmfusion-nonfree" 2024-05-14T20:14:02+0000 [70945] DEBUG Creating repo "rpmfusion-nonfree-debuginfo" from config file "/etc/yum.repos.d/rpmfusion-nonfree.repo" section "rpmfusion-nonfree-debuginfo" 2024-05-14T20:14:02+0000 [70945] DEBUG Creating repo "rpmfusion-nonfree-source" from config file "/etc/yum.repos.d/rpmfusion-nonfree.repo" section "rpmfusion-nonfree-source" 2024-05-14T20:14:02+0000 [70945] DEBUG Loading system repo rpmdb from root "/" 2024-05-14T20:14:02+0000 [70945] INFO [librepo] Librepo version: 1.17.1 with CURL_GLOBAL_ACK_EINTR support (libcurl/8.6.0 OpenSSL/3.2.1 zlib/1.3.0.zlib-ng libidn2/2.3.7 nghttp2/1.59.0) 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] Current date: 2024-05-14T20:14:02+0000 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_perform: Using dir: /var/cache/libdnf5/fedora-de0bb1deee98eda5 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_perform: Using own SIGINT handler 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Preparing internal mirrorlist 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_prepare_metalink: Local metalink.xml found at /var/cache/libdnf5/fedora-de0bb1deee98eda5/metalink.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_prepare_metalink: Parsing metalink.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_prepare_metalink: Mirrors from metalink: 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirrors.xtom.de/fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirrors.xtom.de/fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirrors.xtom.de/fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://ftp.plusline.net/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://ftp.plusline.net/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://ftp.plusline.net/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://ftp.uni-bayreuth.de/linux/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://rsync.uni-bayreuth.de/fedora-enchilada/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirror.23m.com/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirror.23m.com/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirror.23m.com/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://ftp.halifax.rwth-aachen.de/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://ftp.halifax.rwth-aachen.de/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://ftp.fau.de/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://ftp.fau.de/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://ftp.fau.de/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://level66.mm.fcix.net/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://level66.mm.fcix.net/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://level66.mm.fcix.net/fedora-enchilada/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://fedora.tu-chemnitz.de/ftp/pub/linux/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://fedora.tu-chemnitz.de/pub/linux/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://ftp-stud.hs-esslingen.de/pub/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://ftp-stud.hs-esslingen.de/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://ftp-stud.hs-esslingen.de/pub/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirror.dogado.de/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirror.dogado.de/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirror.dogado.de/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirror.netzwerge.de/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirror.netzwerge.de/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirror.netzwerge.de/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirror.nl.leaseweb.net/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirror.nl.leaseweb.net/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://fedora.mirrorservice.org/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://fedora.mirrorservice.org/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://rsync.mirrorservice.org/dl.fedoraproject.org/pub/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirror.bahnhof.net/pub/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirror.bahnhof.net/pub/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://ftp.icm.edu.pl/pub/Linux/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://ftp.icm.edu.pl/pub/Linux/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://ftp.icm.edu.pl/pub/Linux/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirror.karneval.cz/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirror.karneval.cz/pub/linux/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirror.it4i.cz/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirror.it4i.cz/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirror.it4i.cz/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://ftp.lysator.liu.se/pub/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://ftp.lysator.liu.se/pub/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://ftp.lysator.liu.se/pub/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://fedora.cu.be/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://fedora.cu.be/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirrors.xtom.ee/fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirrors.xtom.ee/fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirrors.xtom.ee/fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://ftp.nluug.nl/Fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://ftp.nluug.nl/pub/os/Linux/distr/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirrors.dotsrc.org/fedora-enchilada/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirrors.dotsrc.org/fedora-enchilada/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirrors.dotsrc.org/fedora-enchilada/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://fedora.ip-connect.vn.ua/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://fedora.ip-connect.vn.ua/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://fedora.ip-connect.vn.ua/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirroronet.pl/pub/mirrors/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirroronet.pl/pub/mirrors/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirroronet.pl/pub/mirrors/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirror.serverion.com/fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirror.serverion.com/fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirror.serverion.com/fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://distrib-coffee.ipsl.jussieu.fr/pub/linux/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://distrib-coffee.ipsl.jussieu.fr/pub/linux/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirror.netsite.dk/fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirror.netsite.dk/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirror.netsite.dk/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirror.datacenter.by/fedora-linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirror.datacenter.by/pub/fedoraproject.org/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirror.datacenter.by/pub/fedoraproject.org/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://ask4.mm.fcix.net/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://ask4.mm.fcix.net/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://ask4.mm.fcix.net/fedora-enchilada/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirror.accum.se/mirror/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirror.accum.se/mirror/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirror.accum.se/mirror/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://fedora.ipacct.com/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://fedora.ipacct.com/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://fedora.ipacct.com/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://fedora.mirror.wearetriple.com/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://fedora.mirror.wearetriple.com/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirror.in2p3.fr/pub/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirror.in2p3.fr/pub/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirror.in2p3.fr/pub/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirror.yandex.ru/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirror.yandex.ru/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirror.yandex.ru/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirror.init7.net/fedora/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirror.init7.net/fedora/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://rsync.nic.funet.fi/ftp/pub/mirrors/fedora.redhat.com/pub/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://www.nic.funet.fi/pub/mirrors/fedora.redhat.com/pub/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://fedora.ip-connect.info/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://fedora.ip-connect.info/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://fedora.ip-connect.info/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://ftp.fi.muni.cz/pub/linux/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://ftp.fi.muni.cz/pub/linux/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://www.fedora.is/fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://www.fedora.is/fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://www.fedora.is/fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://divergentnetworks.mm.fcix.net/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://divergentnetworks.mm.fcix.net/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://divergentnetworks.mm.fcix.net/fedora-enchilada/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://ftp.tudelft.nl/download.fedora.redhat.com/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirror.linux-ia64.org/fedora/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirror.linux-ia64.org/fedora/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://fedora-mirror02.rbc.ru/fedora-enchilada/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://fedora-mirror02.rbc.ru/pub/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://creeperhost.mm.fcix.net/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://creeperhost.mm.fcix.net/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://creeperhost.mm.fcix.net/fedora-enchilada/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirror.hyperdedic.ru/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirror.hyperdedic.ru/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirror.hyperdedic.ru/fedora-linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://b4sh.mm.fcix.net/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://b4sh.mm.fcix.net/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://b4sh.mm.fcix.net/fedora-enchilada/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://ftp.lip6.fr/ftp/pub/linux/distributions/fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://ftp.lip6.fr/Fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://ftp.lip6.fr/ftp/pub/linux/distributions/fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://ipng.mm.fcix.net/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://ipng.mm.fcix.net/fedora-enchilada/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://ipng.mm.fcix.net/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://ftp.dei.uc.pt/pub/linux/fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://fr2.rpmfind.net/linux/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://fr2.rpmfind.net/linux/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://fr2.rpmfind.net/linux/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://repo.hyron.dev/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirror.slu.cz/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirror.slu.cz/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://ftp.linux.org.tr/fedora-linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://ftp.linux.org.tr/fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://ftp.linux.org.tr/fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://ftp.upjs.sk/pub/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://ftp.upjs.sk/pub/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://ftp.upjs.sk/pub/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirror.library.ucy.ac.cy/linux/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirror.library.ucy.ac.cy/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://ftp.otenet.gr/linux/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_prepare_metalink: Metalink parsed 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Finalizing internal mirrorlist 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Finalizing mirrors reported via LRI_MIRRORS 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_perform: Downloading/Locating yum repo 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_use_local: Locating repo.. 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_use_local_load_base: Found local metalink: /var/cache/libdnf5/fedora-de0bb1deee98eda5/metalink.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_use_local_load_base: Parsing repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_use_local_load_base: Repomd revision: 1713120683 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] Found primary_zck so using instead of primary 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_use_local: Repository was successfully located 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checking checksum of /var/cache/libdnf5/fedora-de0bb1deee98eda5/repodata/66a61883ee852ef3ee5f8cbf854a947cafbfc982e5c35a19fbfb924373a18098-primary.xml.zck (expected: 3ff883244ba3174f12e841e8ef0ef8835d6801f45622bc7339b1779cd1d5afe3 [sha256]) 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checksum check - Passed 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checking checksum of /var/cache/libdnf5/fedora-de0bb1deee98eda5/repodata/77fa7b31d79d10b49ca7ae3e94ed5b216053675d62876c6d60313b35073de763-comps-Everything.x86_64.xml.gz (expected: 77fa7b31d79d10b49ca7ae3e94ed5b216053675d62876c6d60313b35073de763 [sha256]) 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checksum check - Passed 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_perform: Restoring an old SIGINT handler 2024-05-14T20:14:02+0000 [70945] DEBUG Using cache for repo "fedora" 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_perform: Using dir: /var/cache/libdnf5/copr:copr.fedorainfracloud.org:septatrix:gstreamer1-194ff7d30fe9ebce 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_perform: Using own SIGINT handler 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Preparing internal mirrorlist 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Finalizing internal mirrorlist 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Finalizing mirrors reported via LRI_MIRRORS 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_perform: Downloading/Locating yum repo 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_use_local: Locating repo.. 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_use_local_load_base: Parsing repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_use_local_load_base: Repomd revision: 1715638873 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_use_local: Repository was successfully located 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checking checksum of /var/cache/libdnf5/copr:copr.fedorainfracloud.org:septatrix:gstreamer1-194ff7d30fe9ebce/repodata/3866c24886446942bd7e1414cc42657db8e65949c1fb795b58c8bf547c451e00-primary.xml.gz (expected: 3866c24886446942bd7e1414cc42657db8e65949c1fb795b58c8bf547c451e00 [sha256]) 2024-05-14T20:14:02+0000 [70945] DEBUG Loading solv cache file: "/var/cache/libdnf5/fedora-de0bb1deee98eda5/solv/fedora.solv" 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checksum check - Passed 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_perform: Restoring an old SIGINT handler 2024-05-14T20:14:02+0000 [70945] DEBUG Using cache for repo "copr:copr.fedorainfracloud.org:septatrix:gstreamer1" 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_perform: Using dir: /var/cache/libdnf5/copr:copr.fedorainfracloud.org:philn:wpewebkit-f3f984647dc05053 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_perform: Using own SIGINT handler 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Preparing internal mirrorlist 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Finalizing internal mirrorlist 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Finalizing mirrors reported via LRI_MIRRORS 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_perform: Downloading/Locating yum repo 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_use_local: Locating repo.. 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_use_local_load_base: Parsing repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_use_local_load_base: Repomd revision: 1714735922 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_use_local: Repository was successfully located 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checking checksum of /var/cache/libdnf5/copr:copr.fedorainfracloud.org:philn:wpewebkit-f3f984647dc05053/repodata/7b372fef2344eaf9d62cb2f4441d21a77b4a14abe325504226ea64616394e3cd-primary.xml.gz (expected: 7b372fef2344eaf9d62cb2f4441d21a77b4a14abe325504226ea64616394e3cd [sha256]) 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checksum check - Passed 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_perform: Restoring an old SIGINT handler 2024-05-14T20:14:02+0000 [70945] DEBUG Using cache for repo "copr:copr.fedorainfracloud.org:philn:wpewebkit" 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_perform: Using dir: /var/cache/libdnf5/rpmfusion-nonfree-a320b61b9f10c472 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_perform: Using own SIGINT handler 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Preparing internal mirrorlist 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_prepare_metalink: Local metalink.xml found at /var/cache/libdnf5/rpmfusion-nonfree-a320b61b9f10c472/metalink.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_prepare_metalink: Parsing metalink.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_prepare_metalink: Mirrors from metalink: 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirror.de.leaseweb.net/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://ftp-stud.hs-esslingen.de/pub/Mirrors/rpmfusion.org/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirror1.hs-esslingen.de/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://ftp-stud.hs-esslingen.de/pub/Mirrors/rpmfusion.org/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://fedora.tu-chemnitz.de/pub/linux/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://rpmfusion.ip-connect.vn.ua/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://rpmfusion.ip-connect.vn.ua/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://www.mirrorservice.org/sites/download1.rpmfusion.org/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://rsync.mirrorservice.org/download1.rpmfusion.org/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://rpmfusion.ip-connect.info/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://rpmfusion.ip-connect.info/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://rpmfusion.ip-connect.info/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirrors.netix.net/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirror.netsite.dk/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirror.netsite.dk/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirror.netsite.dk/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://ftp.icm.edu.pl/pub/Linux/dist/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://ftp.icm.edu.pl/pub/Linux/dist/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://ftp.icm.edu.pl/pub/Linux/dist/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://ftp.nluug.nl/os/Linux/distr/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://fr2.rpmfind.net/linux/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://fr2.rpmfind.net/linux/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirror.nl.leaseweb.net/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mir01.syntis.net/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://download1.rpmfusion.org/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://download1.rpmfusion.org/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://download1.rpmfusion.org/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirrors.coreix.net/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://www.fedora.is/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://rsync.fedora.is/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirror.yandex.ru/fedora/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirror.yandex.ru/fedora/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://ftp.upjs.sk/pub/mirrors/rpmfusion.org/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_prepare_metalink: Metalink parsed 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Finalizing internal mirrorlist 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Finalizing mirrors reported via LRI_MIRRORS 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_perform: Downloading/Locating yum repo 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_use_local: Locating repo.. 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_use_local_load_base: Found local metalink: /var/cache/libdnf5/rpmfusion-nonfree-a320b61b9f10c472/metalink.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_use_local_load_base: Parsing repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_use_local_load_base: Repomd revision: 1713615501 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_use_local: Repository was successfully located 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checking checksum of /var/cache/libdnf5/rpmfusion-nonfree-a320b61b9f10c472/repodata/a45ceef360d90d5180c2ec6418e2e7075c3243c01c74e3371337425d6f0be95c-comps-f40.xml.xz (expected: a45ceef360d90d5180c2ec6418e2e7075c3243c01c74e3371337425d6f0be95c [sha256]) 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checksum check - Passed 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checking checksum of /var/cache/libdnf5/rpmfusion-nonfree-a320b61b9f10c472/repodata/8c9a42190281f6082d1130a6303f3f9844770f44800ea78c9959143939c7523e-primary.xml.gz (expected: 8c9a42190281f6082d1130a6303f3f9844770f44800ea78c9959143939c7523e [sha256]) 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checksum check - Passed 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_perform: Restoring an old SIGINT handler 2024-05-14T20:14:02+0000 [70945] DEBUG Using cache for repo "rpmfusion-nonfree" 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_perform: Using dir: /var/cache/libdnf5/updates-4a8088a5c17ad284 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_perform: Using own SIGINT handler 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Preparing internal mirrorlist 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_prepare_metalink: Local metalink.xml found at /var/cache/libdnf5/updates-4a8088a5c17ad284/metalink.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_prepare_metalink: Parsing metalink.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_prepare_metalink: Mirrors from metalink: 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://fedora.tu-chemnitz.de/ftp/pub/linux/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://fedora.tu-chemnitz.de/pub/linux/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirror.dogado.de/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirror.dogado.de/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirror.dogado.de/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirrors.xtom.de/fedora/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirrors.xtom.de/fedora/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirrors.xtom.de/fedora/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirror.23m.com/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirror.23m.com/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirror.23m.com/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://ftp.uni-bayreuth.de/linux/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://rsync.uni-bayreuth.de/fedora-enchilada/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://ftp-stud.hs-esslingen.de/pub/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://ftp-stud.hs-esslingen.de/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://ftp-stud.hs-esslingen.de/pub/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://ftp.plusline.net/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://ftp.plusline.net/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://ftp.plusline.net/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://ftp.fau.de/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://ftp.fau.de/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://ftp.fau.de/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://ftp.halifax.rwth-aachen.de/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://ftp.halifax.rwth-aachen.de/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://level66.mm.fcix.net/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://level66.mm.fcix.net/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://level66.mm.fcix.net/fedora-enchilada/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirror.netzwerge.de/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirror.netzwerge.de/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirror.netzwerge.de/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirrors.dotsrc.org/fedora-enchilada/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirrors.dotsrc.org/fedora-enchilada/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirrors.dotsrc.org/fedora-enchilada/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirroronet.pl/pub/mirrors/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirroronet.pl/pub/mirrors/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirroronet.pl/pub/mirrors/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirror.init7.net/fedora/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirror.init7.net/fedora/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://ftp.nluug.nl/Fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://ftp.nluug.nl/pub/os/Linux/distr/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirror.it4i.cz/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirror.it4i.cz/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirror.it4i.cz/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://ipng.mm.fcix.net/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://ipng.mm.fcix.net/fedora-enchilada/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://ipng.mm.fcix.net/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://fedora.ip-connect.vn.ua/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://fedora.ip-connect.vn.ua/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://fedora.ip-connect.vn.ua/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirrors.xtom.ee/fedora/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirrors.xtom.ee/fedora/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirrors.xtom.ee/fedora/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://fedora.mirrorservice.org/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://fedora.mirrorservice.org/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://rsync.mirrorservice.org/dl.fedoraproject.org/pub/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirror.netsite.dk/fedora/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirror.netsite.dk/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirror.netsite.dk/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://ftp.linux.org.tr/fedora-linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://ftp.linux.org.tr/fedora/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://ftp.linux.org.tr/fedora/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirror.yandex.ru/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirror.yandex.ru/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirror.yandex.ru/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://ftp.icm.edu.pl/pub/Linux/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://ftp.icm.edu.pl/pub/Linux/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://ftp.icm.edu.pl/pub/Linux/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirror.linux-ia64.org/fedora/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirror.linux-ia64.org/fedora/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirror.nl.leaseweb.net/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirror.nl.leaseweb.net/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://fedora.ip-connect.info/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://fedora.ip-connect.info/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://fedora.ip-connect.info/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://fedora.mirror.wearetriple.com/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://fedora.mirror.wearetriple.com/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirror.accum.se/mirror/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirror.accum.se/mirror/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirror.accum.se/mirror/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirror.in2p3.fr/pub/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirror.in2p3.fr/pub/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirror.in2p3.fr/pub/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://fedora-mirror02.rbc.ru/fedora-enchilada/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://fedora-mirror02.rbc.ru/pub/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://ask4.mm.fcix.net/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://ask4.mm.fcix.net/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://ask4.mm.fcix.net/fedora-enchilada/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://ftp.lysator.liu.se/pub/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://ftp.lysator.liu.se/pub/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://ftp.lysator.liu.se/pub/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://ftp.tudelft.nl/download.fedora.redhat.com/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://ftp.fi.muni.cz/pub/linux/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://ftp.fi.muni.cz/pub/linux/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirror.bahnhof.net/pub/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirror.bahnhof.net/pub/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://rsync.nic.funet.fi/ftp/pub/mirrors/fedora.redhat.com/pub/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://www.nic.funet.fi/pub/mirrors/fedora.redhat.com/pub/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://www.fedora.is/fedora/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://www.fedora.is/fedora/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://www.fedora.is/fedora/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirror.karneval.cz/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirror.karneval.cz/pub/linux/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirror.library.ucy.ac.cy/linux/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirror.library.ucy.ac.cy/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://fr2.rpmfind.net/linux/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://fr2.rpmfind.net/linux/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://fr2.rpmfind.net/linux/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://b4sh.mm.fcix.net/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://b4sh.mm.fcix.net/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://b4sh.mm.fcix.net/fedora-enchilada/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://distrib-coffee.ipsl.jussieu.fr/pub/linux/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://distrib-coffee.ipsl.jussieu.fr/pub/linux/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://ftp.upjs.sk/pub/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://ftp.upjs.sk/pub/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://ftp.upjs.sk/pub/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://repo.hyron.dev/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirror.hyperdedic.ru/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirror.hyperdedic.ru/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirror.hyperdedic.ru/fedora-linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://creeperhost.mm.fcix.net/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://creeperhost.mm.fcix.net/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://creeperhost.mm.fcix.net/fedora-enchilada/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://ftp.lip6.fr/ftp/pub/linux/distributions/fedora/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://ftp.lip6.fr/Fedora/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://ftp.lip6.fr/ftp/pub/linux/distributions/fedora/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://divergentnetworks.mm.fcix.net/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://divergentnetworks.mm.fcix.net/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://divergentnetworks.mm.fcix.net/fedora-enchilada/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirror.datacenter.by/fedora-linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] https://mirror.datacenter.by/pub/fedoraproject.org/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirror.datacenter.by/pub/fedoraproject.org/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://mirror.slu.cz/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] rsync://mirror.slu.cz/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] http://ftp.otenet.gr/linux/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_prepare_metalink: Metalink parsed 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Finalizing internal mirrorlist 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Finalizing mirrors reported via LRI_MIRRORS 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_perform: Downloading/Locating yum repo 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_use_local: Locating repo.. 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_use_local_load_base: Found local metalink: /var/cache/libdnf5/updates-4a8088a5c17ad284/metalink.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_use_local_load_base: Parsing repomd.xml 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_use_local_load_base: Repomd revision: 1715560042 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] Found primary_zck so using instead of primary 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] Found updateinfo_zck so using instead of updateinfo 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_use_local: Repository was successfully located 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checking checksum of /var/cache/libdnf5/updates-4a8088a5c17ad284/repodata/b57fdd1c8a98e4db90f4f7ac6749ca43bd3eda20cf405ffb38be8e16c789304c-primary.xml.zck (expected: 8116e741da4126b7afa37d9ac0013895b23ea7204f3b04149ffb596fc5898bec [sha256]) 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checksum check - Passed 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checking checksum of /var/cache/libdnf5/updates-4a8088a5c17ad284/repodata/238ea052d6ffae04d37c458e0c5f3f5c79739269164ceed8e11680ddd36ecb94-comps-Everything.x86_64.xml (expected: 238ea052d6ffae04d37c458e0c5f3f5c79739269164ceed8e11680ddd36ecb94 [sha256]) 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checksum check - Passed 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checking checksum of /var/cache/libdnf5/updates-4a8088a5c17ad284/repodata/420aa6bdba1aaa117509d4ed363b06df0ef796894fd780e27e2689372dd61b12-updateinfo.xml.zck (expected: 083ece9254856b070ce48522f55b63a28678faf1f5d4d4ffc534b2c76b66e1dd [sha256]) 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checksum check - Passed 2024-05-14T20:14:02+0000 [70945] DEBUG [librepo] lr_handle_perform: Restoring an old SIGINT handler 2024-05-14T20:14:02+0000 [70945] DEBUG Using cache for repo "updates" 2024-05-14T20:14:02+0000 [70945] DEBUG No updateinfo metadata available for repo "fedora" 2024-05-14T20:14:02+0000 [70945] DEBUG Loading solv cache file: "/var/cache/libdnf5/fedora-de0bb1deee98eda5/solv/fedora-group.solvx" 2024-05-14T20:14:02+0000 [70945] DEBUG No modules metadata available for repo fedora 2024-05-14T20:14:02+0000 [70945] DEBUG Loading solv cache file: "/var/cache/libdnf5/copr:copr.fedorainfracloud.org:septatrix:gstreamer1-194ff7d30fe9ebce/solv/copr:copr.fedorainfracloud.org:septatrix:gstreamer1.solv" 2024-05-14T20:14:02+0000 [70945] DEBUG No updateinfo metadata available for repo "copr:copr.fedorainfracloud.org:septatrix:gstreamer1" 2024-05-14T20:14:02+0000 [70945] DEBUG No group metadata available for repo "copr:copr.fedorainfracloud.org:septatrix:gstreamer1" 2024-05-14T20:14:02+0000 [70945] DEBUG No modules metadata available for repo copr:copr.fedorainfracloud.org:septatrix:gstreamer1 2024-05-14T20:14:02+0000 [70945] DEBUG Loading solv cache file: "/var/cache/libdnf5/copr:copr.fedorainfracloud.org:philn:wpewebkit-f3f984647dc05053/solv/copr:copr.fedorainfracloud.org:philn:wpewebkit.solv" 2024-05-14T20:14:02+0000 [70945] DEBUG No updateinfo metadata available for repo "copr:copr.fedorainfracloud.org:philn:wpewebkit" 2024-05-14T20:14:02+0000 [70945] DEBUG No group metadata available for repo "copr:copr.fedorainfracloud.org:philn:wpewebkit" 2024-05-14T20:14:02+0000 [70945] DEBUG No modules metadata available for repo copr:copr.fedorainfracloud.org:philn:wpewebkit 2024-05-14T20:14:02+0000 [70945] DEBUG Loading solv cache file: "/var/cache/libdnf5/rpmfusion-nonfree-a320b61b9f10c472/solv/rpmfusion-nonfree.solv" 2024-05-14T20:14:02+0000 [70945] DEBUG No updateinfo metadata available for repo "rpmfusion-nonfree" 2024-05-14T20:14:02+0000 [70945] DEBUG Loading solv cache file: "/var/cache/libdnf5/rpmfusion-nonfree-a320b61b9f10c472/solv/rpmfusion-nonfree-group.solvx" 2024-05-14T20:14:02+0000 [70945] DEBUG No modules metadata available for repo rpmfusion-nonfree 2024-05-14T20:14:02+0000 [70945] DEBUG Loading solv cache file: "/var/cache/libdnf5/updates-4a8088a5c17ad284/solv/updates.solv" 2024-05-14T20:14:02+0000 [70945] DEBUG Loading solv cache file: "/var/cache/libdnf5/updates-4a8088a5c17ad284/solv/updates-updateinfo.solvx" 2024-05-14T20:14:02+0000 [70945] DEBUG Loading solv cache file: "/var/cache/libdnf5/updates-4a8088a5c17ad284/solv/updates-group.solvx" 2024-05-14T20:14:02+0000 [70945] DEBUG No modules metadata available for repo updates 2024-05-14T20:14:03+0000 [70945] DEBUG Rewriting repo "@System" with added file provides 2024-05-14T20:14:03+0000 [70945] DEBUG Rewriting repo "fedora" with added file provides 2024-05-14T20:14:03+0000 [70945] TRACE Writing primary cache for repo "fedora" to "/var/cache/libdnf5/fedora-de0bb1deee98eda5/solv/fedora.solv.hxao53" (checksum: 0xa2d30ff9a6c8706b739e591c27e00e59bd442b692fccf2afdb8011e4c4b97b01) 2024-05-14T20:14:03+0000 [70945] DEBUG Rewriting repo "copr:copr.fedorainfracloud.org:septatrix:gstreamer1" with added file provides 2024-05-14T20:14:03+0000 [70945] TRACE Writing primary cache for repo "copr:copr.fedorainfracloud.org:septatrix:gstreamer1" to "/var/cache/libdnf5/copr:copr.fedorainfracloud.org:septatrix:gstreamer1-194ff7d30fe9ebce/solv/copr:copr.fedorainfracloud.org:septatrix:gstreamer1.solv.cc3amw" (checksum: 0x833314d813a1478363e3bff8dd0e0f863a97d6e38598520d2cb8b0c36cd6f92d) 2024-05-14T20:14:03+0000 [70945] DEBUG Rewriting repo "copr:copr.fedorainfracloud.org:philn:wpewebkit" with added file provides 2024-05-14T20:14:03+0000 [70945] TRACE Writing primary cache for repo "copr:copr.fedorainfracloud.org:philn:wpewebkit" to "/var/cache/libdnf5/copr:copr.fedorainfracloud.org:philn:wpewebkit-f3f984647dc05053/solv/copr:copr.fedorainfracloud.org:philn:wpewebkit.solv.GSYDkI" (checksum: 0xb10fb77dcb4f7910cd1048ce5d0d82cd600dbb88b686bdb5959684047e7cf7e2) 2024-05-14T20:14:03+0000 [70945] DEBUG Rewriting repo "rpmfusion-nonfree" with added file provides 2024-05-14T20:14:03+0000 [70945] TRACE Writing primary cache for repo "rpmfusion-nonfree" to "/var/cache/libdnf5/rpmfusion-nonfree-a320b61b9f10c472/solv/rpmfusion-nonfree.solv.fjxc8P" (checksum: 0xcc1abb4d71a47240799e1e06f38226c3ef132d1abc991d988afa570ae7576954) 2024-05-14T20:14:03+0000 [70945] DEBUG Rewriting repo "@System" with added file provides 2024-05-14T20:14:03+0000 [70945] DEBUG Rewriting repo "updates" with added file provides 2024-05-14T20:14:03+0000 [70945] TRACE Writing primary cache for repo "updates" to "/var/cache/libdnf5/updates-4a8088a5c17ad284/solv/updates.solv.htqqwN" (checksum: 0xfbd6b8755a12c5afa70048236f8133019f91b5ddffec6accb0d088a06c0a3e36) 2024-05-14T20:14:03+0000 [70945] DEBUG Cannot find "/boot/vmlinuz-6.8.9-300.fc40.x86_64" to verify running kernel 2024-05-14T20:14:03+0000 [70945] DEBUG Cannot find "/lib/modules/6.8.9-300.fc40.x86_64" to verify running kernel 2024-05-14T20:14:03+0000 [70945] DEBUG Failed to find rpm package of a running kernel in sack 2024-05-14T20:14:03+0000 [70945] DEBUG [librepo] lr_download_packages: Using own SIGINT handler 2024-05-14T20:14:03+0000 [70945] DEBUG [librepo] lr_checksum_fd_compare: Using mtime cached in xattr: [user.Librepo.checksum.mtime] 1712079804615651818 2024-05-14T20:14:03+0000 [70945] DEBUG [librepo] lr_checksum_fd_compare: Using checksum cached in xattr: [user.Librepo.checksum.sha256] 6404b1028262aeaf3e083f08959969abea1301f7f5e8610492cf900b3d13d5db 2024-05-14T20:14:03+0000 [70945] DEBUG [librepo] lr_download_packages: Package /var/cache/libdnf5/fedora-de0bb1deee98eda5/packages/basesystem-11-20.fc40.noarch.rpm is already downloaded (checksum matches) 2024-05-14T20:14:03+0000 [70945] DEBUG [librepo] lr_checksum_fd_compare: Using mtime cached in xattr: [user.Librepo.checksum.mtime] 1712079645001223348 2024-05-14T20:14:03+0000 [70945] DEBUG [librepo] lr_checksum_fd_compare: Using checksum cached in xattr: [user.Librepo.checksum.sha256] 063af3db3808bea0d5c07dbb2d8369b275e1d05ad0850c80a8fec0413f47cd64 2024-05-14T20:14:03+0000 [70945] DEBUG [librepo] lr_download_packages: Package /var/cache/libdnf5/fedora-de0bb1deee98eda5/packages/filesystem-3.18-8.fc40.x86_64.rpm is already downloaded (checksum matches) 2024-05-14T20:14:03+0000 [70945] DEBUG [librepo] lr_checksum_fd_compare: Using mtime cached in xattr: [user.Librepo.checksum.mtime] 1712079642639231805 2024-05-14T20:14:03+0000 [70945] DEBUG [librepo] lr_checksum_fd_compare: Using checksum cached in xattr: [user.Librepo.checksum.sha256] 89862f646cd64e81497f01a8b69ab30ac8968c47afef92a2c333608fdb90ccc1 2024-05-14T20:14:03+0000 [70945] DEBUG [librepo] lr_download_packages: Package /var/cache/libdnf5/fedora-de0bb1deee98eda5/packages/setup-2.14.5-2.fc40.noarch.rpm is already downloaded (checksum matches) 2024-05-14T20:14:03+0000 [70945] DEBUG [librepo] lr_checksum_fd_compare: Using mtime cached in xattr: [user.Librepo.checksum.mtime] 1713994383335709848 2024-05-14T20:14:03+0000 [70945] DEBUG [librepo] lr_checksum_fd_compare: Using checksum cached in xattr: [user.Librepo.checksum.sha256] bd62f80ae7dc50c20b0633d86f1c4a9f205f7df13c8ee1a5d5f624872c29271e 2024-05-14T20:14:03+0000 [70945] DEBUG [librepo] lr_download_packages: Package /var/cache/libdnf5/updates-4a8088a5c17ad284/packages/fedora-release-40-39.noarch.rpm is already downloaded (checksum matches) 2024-05-14T20:14:03+0000 [70945] DEBUG [librepo] lr_checksum_fd_compare: Using mtime cached in xattr: [user.Librepo.checksum.mtime] 1713994383347710069 2024-05-14T20:14:03+0000 [70945] DEBUG [librepo] lr_checksum_fd_compare: Using checksum cached in xattr: [user.Librepo.checksum.sha256] 590c9439a81fb9e35a8b4d19dc159ce09b756f8f7f66a6290d8785f424d97003 2024-05-14T20:14:03+0000 [70945] DEBUG [librepo] lr_download_packages: Package /var/cache/libdnf5/updates-4a8088a5c17ad284/packages/fedora-release-common-40-39.noarch.rpm is already downloaded (checksum matches) 2024-05-14T20:14:03+0000 [70945] DEBUG [librepo] lr_checksum_fd_compare: Using mtime cached in xattr: [user.Librepo.checksum.mtime] 1713994383344710014 2024-05-14T20:14:03+0000 [70945] DEBUG [librepo] lr_checksum_fd_compare: Using checksum cached in xattr: [user.Librepo.checksum.sha256] 4eb9b6ecc46fb6c7592de7faabd9c460fa5b551a7074d5e5da49f69c5b9d0e09 2024-05-14T20:14:03+0000 [70945] DEBUG [librepo] lr_download_packages: Package /var/cache/libdnf5/fedora-de0bb1deee98eda5/packages/fedora-repos-40-1.noarch.rpm is already downloaded (checksum matches) 2024-05-14T20:14:03+0000 [70945] DEBUG [librepo] lr_checksum_fd_compare: Using mtime cached in xattr: [user.Librepo.checksum.mtime] 1713994383488712670 2024-05-14T20:14:03+0000 [70945] DEBUG [librepo] lr_checksum_fd_compare: Using checksum cached in xattr: [user.Librepo.checksum.sha256] 601842a8c2ed5c58481e7cf14c03d128dd7b8512304d144c37aee9c8a1c3330d 2024-05-14T20:14:03+0000 [70945] DEBUG [librepo] lr_download_packages: Package /var/cache/libdnf5/fedora-de0bb1deee98eda5/packages/fedora-gpg-keys-40-1.noarch.rpm is already downloaded (checksum matches) 2024-05-14T20:14:03+0000 [70945] DEBUG [librepo] lr_checksum_fd_compare: Using mtime cached in xattr: [user.Librepo.checksum.mtime] 1713994383479712504 2024-05-14T20:14:03+0000 [70945] DEBUG [librepo] lr_checksum_fd_compare: Using checksum cached in xattr: [user.Librepo.checksum.sha256] 057acf25df0f6b028657790b2addca123faac0b80639ac6da13632dc7811d6f3 2024-05-14T20:14:03+0000 [70945] DEBUG [librepo] lr_download_packages: Package /var/cache/libdnf5/updates-4a8088a5c17ad284/packages/fedora-release-identity-basic-40-39.noarch.rpm is already downloaded (checksum matches) 2024-05-14T20:14:03+0000 [70945] DEBUG [librepo] lr_download: No targets 2024-05-14T20:14:03+0000 [70945] DEBUG [librepo] lr_download_packages: Restoring an old SIGINT handler 2024-05-14T20:14:03+0000 [70945] INFO RPM callback verify start, total 8 2024-05-14T20:14:03+0000 [70945] INFO RPM callback open file "/var/cache/libdnf5/updates-4a8088a5c17ad284/packages/fedora-release-identity-basic-40-39.noarch.rpm" 2024-05-14T20:14:03+0000 [70945] INFO RPM callback close file 2024-05-14T20:14:03+0000 [70945] INFO RPM callback open file "/var/cache/libdnf5/fedora-de0bb1deee98eda5/packages/fedora-gpg-keys-40-1.noarch.rpm" 2024-05-14T20:14:03+0000 [70945] INFO RPM callback close file 2024-05-14T20:14:03+0000 [70945] INFO RPM callback open file "/var/cache/libdnf5/fedora-de0bb1deee98eda5/packages/fedora-repos-40-1.noarch.rpm" 2024-05-14T20:14:03+0000 [70945] INFO RPM callback close file 2024-05-14T20:14:03+0000 [70945] INFO RPM callback open file "/var/cache/libdnf5/updates-4a8088a5c17ad284/packages/fedora-release-common-40-39.noarch.rpm" 2024-05-14T20:14:03+0000 [70945] INFO RPM callback close file 2024-05-14T20:14:03+0000 [70945] INFO RPM callback open file "/var/cache/libdnf5/updates-4a8088a5c17ad284/packages/fedora-release-40-39.noarch.rpm" 2024-05-14T20:14:03+0000 [70945] INFO RPM callback close file 2024-05-14T20:14:03+0000 [70945] INFO RPM callback open file "/var/cache/libdnf5/fedora-de0bb1deee98eda5/packages/setup-2.14.5-2.fc40.noarch.rpm" 2024-05-14T20:14:03+0000 [70945] INFO RPM callback close file 2024-05-14T20:14:03+0000 [70945] INFO RPM callback open file "/var/cache/libdnf5/fedora-de0bb1deee98eda5/packages/filesystem-3.18-8.fc40.x86_64.rpm" 2024-05-14T20:14:03+0000 [70945] INFO RPM callback close file 2024-05-14T20:14:03+0000 [70945] INFO RPM callback open file "/var/cache/libdnf5/fedora-de0bb1deee98eda5/packages/basesystem-11-20.fc40.noarch.rpm" 2024-05-14T20:14:03+0000 [70945] INFO RPM callback close file 2024-05-14T20:14:03+0000 [70945] INFO RPM callback verify stop, total 8 2024-05-14T20:14:03+0000 [70945] INFO RPM callback open file "/var/cache/libdnf5/updates-4a8088a5c17ad284/packages/fedora-release-identity-basic-40-39.noarch.rpm" 2024-05-14T20:14:03+0000 [70945] INFO RPM callback close file 2024-05-14T20:14:03+0000 [70945] INFO RPM callback open file "/var/cache/libdnf5/fedora-de0bb1deee98eda5/packages/fedora-gpg-keys-40-1.noarch.rpm" 2024-05-14T20:14:03+0000 [70945] INFO RPM callback close file 2024-05-14T20:14:03+0000 [70945] INFO RPM callback open file "/var/cache/libdnf5/fedora-de0bb1deee98eda5/packages/fedora-repos-40-1.noarch.rpm" 2024-05-14T20:14:03+0000 [70945] INFO RPM callback close file 2024-05-14T20:14:03+0000 [70945] INFO RPM callback open file "/var/cache/libdnf5/updates-4a8088a5c17ad284/packages/fedora-release-common-40-39.noarch.rpm" 2024-05-14T20:14:03+0000 [70945] INFO RPM callback close file 2024-05-14T20:14:03+0000 [70945] INFO RPM callback open file "/var/cache/libdnf5/updates-4a8088a5c17ad284/packages/fedora-release-40-39.noarch.rpm" 2024-05-14T20:14:03+0000 [70945] INFO RPM callback close file 2024-05-14T20:14:03+0000 [70945] INFO RPM callback open file "/var/cache/libdnf5/fedora-de0bb1deee98eda5/packages/setup-2.14.5-2.fc40.noarch.rpm" 2024-05-14T20:14:03+0000 [70945] INFO RPM callback close file 2024-05-14T20:14:03+0000 [70945] INFO RPM callback open file "/var/cache/libdnf5/fedora-de0bb1deee98eda5/packages/filesystem-3.18-8.fc40.x86_64.rpm" 2024-05-14T20:14:04+0000 [70945] INFO RPM callback close file 2024-05-14T20:14:04+0000 [70945] INFO RPM callback open file "/var/cache/libdnf5/fedora-de0bb1deee98eda5/packages/basesystem-11-20.fc40.noarch.rpm" 2024-05-14T20:14:04+0000 [70945] INFO RPM callback close file 2024-05-14T20:14:04+0000 [70945] INFO RPM callback verify start, total 8 2024-05-14T20:14:04+0000 [70945] INFO RPM callback open file "/var/cache/libdnf5/updates-4a8088a5c17ad284/packages/fedora-release-identity-basic-40-39.noarch.rpm" 2024-05-14T20:14:04+0000 [70945] INFO RPM callback close file 2024-05-14T20:14:04+0000 [70945] INFO RPM callback open file "/var/cache/libdnf5/fedora-de0bb1deee98eda5/packages/fedora-gpg-keys-40-1.noarch.rpm" 2024-05-14T20:14:04+0000 [70945] INFO RPM callback close file 2024-05-14T20:14:04+0000 [70945] INFO RPM callback open file "/var/cache/libdnf5/fedora-de0bb1deee98eda5/packages/fedora-repos-40-1.noarch.rpm" 2024-05-14T20:14:04+0000 [70945] INFO RPM callback close file 2024-05-14T20:14:04+0000 [70945] INFO RPM callback open file "/var/cache/libdnf5/updates-4a8088a5c17ad284/packages/fedora-release-common-40-39.noarch.rpm" 2024-05-14T20:14:04+0000 [70945] INFO RPM callback close file 2024-05-14T20:14:04+0000 [70945] INFO RPM callback open file "/var/cache/libdnf5/updates-4a8088a5c17ad284/packages/fedora-release-40-39.noarch.rpm" 2024-05-14T20:14:04+0000 [70945] INFO RPM callback close file 2024-05-14T20:14:04+0000 [70945] INFO RPM callback open file "/var/cache/libdnf5/fedora-de0bb1deee98eda5/packages/setup-2.14.5-2.fc40.noarch.rpm" 2024-05-14T20:14:04+0000 [70945] INFO RPM callback close file 2024-05-14T20:14:04+0000 [70945] INFO RPM callback open file "/var/cache/libdnf5/fedora-de0bb1deee98eda5/packages/filesystem-3.18-8.fc40.x86_64.rpm" 2024-05-14T20:14:04+0000 [70945] INFO RPM callback close file 2024-05-14T20:14:04+0000 [70945] INFO RPM callback open file "/var/cache/libdnf5/fedora-de0bb1deee98eda5/packages/basesystem-11-20.fc40.noarch.rpm" 2024-05-14T20:14:04+0000 [70945] INFO RPM callback close file 2024-05-14T20:14:04+0000 [70945] INFO RPM callback verify stop, total 8 2024-05-14T20:14:04+0000 [70945] INFO RPM callback open file "/var/cache/libdnf5/fedora-de0bb1deee98eda5/packages/filesystem-3.18-8.fc40.x86_64.rpm" 2024-05-14T20:14:04+0000 [70945] INFO RPM callback close file 2024-05-14T20:14:04+0000 [70945] INFO RPM callback open file "/var/cache/libdnf5/updates-4a8088a5c17ad284/packages/fedora-release-identity-basic-40-39.noarch.rpm" 2024-05-14T20:14:04+0000 [70945] INFO RPM callback close file 2024-05-14T20:14:04+0000 [70945] INFO RPM callback open file "/var/cache/libdnf5/fedora-de0bb1deee98eda5/packages/fedora-gpg-keys-40-1.noarch.rpm" 2024-05-14T20:14:04+0000 [70945] INFO RPM callback close file 2024-05-14T20:14:04+0000 [70945] INFO RPM callback open file "/var/cache/libdnf5/fedora-de0bb1deee98eda5/packages/fedora-repos-40-1.noarch.rpm" 2024-05-14T20:14:04+0000 [70945] INFO RPM callback close file 2024-05-14T20:14:04+0000 [70945] INFO RPM callback open file "/var/cache/libdnf5/updates-4a8088a5c17ad284/packages/fedora-release-common-40-39.noarch.rpm" 2024-05-14T20:14:04+0000 [70945] INFO RPM callback close file 2024-05-14T20:14:04+0000 [70945] INFO RPM callback open file "/var/cache/libdnf5/updates-4a8088a5c17ad284/packages/fedora-release-40-39.noarch.rpm" 2024-05-14T20:14:04+0000 [70945] INFO RPM callback close file 2024-05-14T20:14:04+0000 [70945] INFO RPM callback open file "/var/cache/libdnf5/fedora-de0bb1deee98eda5/packages/setup-2.14.5-2.fc40.noarch.rpm" 2024-05-14T20:14:04+0000 [70945] INFO RPM callback close file 2024-05-14T20:14:04+0000 [70945] INFO RPM callback open file "/var/cache/libdnf5/fedora-de0bb1deee98eda5/packages/filesystem-3.18-8.fc40.x86_64.rpm" 2024-05-14T20:14:04+0000 [70945] INFO RPM callback close file 2024-05-14T20:14:04+0000 [70945] INFO RPM callback open file "/var/cache/libdnf5/fedora-de0bb1deee98eda5/packages/basesystem-11-20.fc40.noarch.rpm" 2024-05-14T20:14:04+0000 [70945] INFO RPM callback close file 2024-05-14T20:14:04+0000 [70945] INFO DNF5 finished 2024-05-14T20:14:04+0000 [70994] INFO --- DNF5 launched with arguments: "dnf5 --assumeyes --best --releasever=40 --installroot=/buildroot --setopt=keepcache=1 --setopt=logdir=/var/log --setopt=cachedir=/var/cache/libdnf5 --setopt=persistdir=/var/lib/libdnf5 --setopt=install_weak_deps=0 --setopt=check_config_file_age=0 --disable-plugin=* --enable-plugin=builddep --setopt=metadata_expire=never --setopt=cacheonly=metadata --use-host-config --setopt=proxy_sslcacert=/proxy.cacert install kernel-core kernel-modules systemd systemd-boot systemd-udev systemd-resolved systemd-networkd systemd-container zram-generator zram-generator-defaults udev dbus polkit kernel-tools iproute iputils nano less btop htop ncdu tree iotop igt-gpu-tools hw-probe edid-decode lsusb lspci libva-utils python3 python3-pydantic python3-pydantic-settings python3-hypercorn+uvloop python3-httpx python3-icalendar python3-dateutil mailcap weston cog glib-networking urw-base35-nimbus-roman-fonts gstreamer1 >= 1.24 gstreamer1-plugins-good >= 1.24 gstreamer1-plugins-base-tools >= 1.24 gstreamer1-vaapi >= 1.24 gstreamer1-plugins-bad-free >= 1.24 intel-media-driver iwd openssh-server openvpn node-exporter @hardware-support linux-firmware wireless-regdb microcode_ctl amd-ucode-firmware mesa-vulkan-drivers mesa-va-drivers libbpf tpm2-tss e2fsprogs" --- 2024-05-14T20:14:04+0000 [70994] DEBUG Loading plugin file="/usr/lib64/dnf5/plugins/builddep_cmd_plugin.so" 2024-05-14T20:14:04+0000 [70994] INFO Loaded dnf5 plugin "builddep" ("/usr/lib64/dnf5/plugins/builddep_cmd_plugin.so") version "1.0.0" 2024-05-14T20:14:04+0000 [70994] DEBUG Loading plugin file="/usr/lib64/dnf5/plugins/changelog_cmd_plugin.so" 2024-05-14T20:14:04+0000 [70994] INFO Loaded dnf5 plugin "changelog" ("/usr/lib64/dnf5/plugins/changelog_cmd_plugin.so") version "1.0.0" 2024-05-14T20:14:04+0000 [70994] DEBUG Loading plugin file="/usr/lib64/dnf5/plugins/config-manager_cmd_plugin.so" 2024-05-14T20:14:04+0000 [70994] INFO Loaded dnf5 plugin "config-manager" ("/usr/lib64/dnf5/plugins/config-manager_cmd_plugin.so") version "0.1.0" 2024-05-14T20:14:04+0000 [70994] DEBUG Loading plugin file="/usr/lib64/dnf5/plugins/copr_cmd_plugin.so" 2024-05-14T20:14:04+0000 [70994] INFO Loaded dnf5 plugin "copr" ("/usr/lib64/dnf5/plugins/copr_cmd_plugin.so") version "0.1.0" 2024-05-14T20:14:04+0000 [70994] DEBUG Loading plugin file="/usr/lib64/dnf5/plugins/needs_restarting_cmd_plugin.so" 2024-05-14T20:14:04+0000 [70994] INFO Loaded dnf5 plugin "needs_restarting" ("/usr/lib64/dnf5/plugins/needs_restarting_cmd_plugin.so") version "1.0.0" 2024-05-14T20:14:04+0000 [70994] DEBUG Loading plugin file="/usr/lib64/dnf5/plugins/repoclosure_cmd_plugin.so" 2024-05-14T20:14:04+0000 [70994] INFO Loaded dnf5 plugin "repoclosure" ("/usr/lib64/dnf5/plugins/repoclosure_cmd_plugin.so") version "1.0.0" 2024-05-14T20:14:04+0000 [70994] DEBUG Creating repo "copr:copr.fedorainfracloud.org:philn:wpewebkit" from config file "/etc/yum.repos.d/_copr:copr.fedorainfracloud.org:philn:wpewebkit.repo" section "copr:copr.fedorainfracloud.org:philn:wpewebkit" 2024-05-14T20:14:04+0000 [70994] DEBUG Creating repo "copr:copr.fedorainfracloud.org:septatrix:gstreamer1" from config file "/etc/yum.repos.d/_copr:copr.fedorainfracloud.org:septatrix:gstreamer1.repo" section "copr:copr.fedorainfracloud.org:septatrix:gstreamer1" 2024-05-14T20:14:04+0000 [70994] DEBUG Creating repo "fedora" from config file "/etc/yum.repos.d/mkosi.repo" section "fedora" 2024-05-14T20:14:04+0000 [70994] DEBUG Creating repo "fedora-debuginfo" from config file "/etc/yum.repos.d/mkosi.repo" section "fedora-debuginfo" 2024-05-14T20:14:04+0000 [70994] DEBUG Creating repo "fedora-source" from config file "/etc/yum.repos.d/mkosi.repo" section "fedora-source" 2024-05-14T20:14:04+0000 [70994] DEBUG Creating repo "updates" from config file "/etc/yum.repos.d/mkosi.repo" section "updates" 2024-05-14T20:14:04+0000 [70994] DEBUG Creating repo "updates-debuginfo" from config file "/etc/yum.repos.d/mkosi.repo" section "updates-debuginfo" 2024-05-14T20:14:04+0000 [70994] DEBUG Creating repo "updates-source" from config file "/etc/yum.repos.d/mkosi.repo" section "updates-source" 2024-05-14T20:14:04+0000 [70994] DEBUG Creating repo "updates-testing" from config file "/etc/yum.repos.d/mkosi.repo" section "updates-testing" 2024-05-14T20:14:04+0000 [70994] DEBUG Creating repo "updates-testing-debuginfo" from config file "/etc/yum.repos.d/mkosi.repo" section "updates-testing-debuginfo" 2024-05-14T20:14:04+0000 [70994] DEBUG Creating repo "updates-testing-source" from config file "/etc/yum.repos.d/mkosi.repo" section "updates-testing-source" 2024-05-14T20:14:04+0000 [70994] DEBUG Creating repo "rpmfusion-nonfree" from config file "/etc/yum.repos.d/rpmfusion-nonfree.repo" section "rpmfusion-nonfree" 2024-05-14T20:14:04+0000 [70994] DEBUG Creating repo "rpmfusion-nonfree-debuginfo" from config file "/etc/yum.repos.d/rpmfusion-nonfree.repo" section "rpmfusion-nonfree-debuginfo" 2024-05-14T20:14:04+0000 [70994] DEBUG Creating repo "rpmfusion-nonfree-source" from config file "/etc/yum.repos.d/rpmfusion-nonfree.repo" section "rpmfusion-nonfree-source" 2024-05-14T20:14:04+0000 [70994] DEBUG Loading system repo rpmdb from root "/" 2024-05-14T20:14:04+0000 [70994] INFO [librepo] Librepo version: 1.17.1 with CURL_GLOBAL_ACK_EINTR support (libcurl/8.6.0 OpenSSL/3.2.1 zlib/1.3.0.zlib-ng libidn2/2.3.7 nghttp2/1.59.0) 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] Current date: 2024-05-14T20:14:04+0000 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_perform: Using dir: /var/cache/libdnf5/fedora-de0bb1deee98eda5 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_perform: Using own SIGINT handler 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Preparing internal mirrorlist 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_prepare_metalink: Local metalink.xml found at /var/cache/libdnf5/fedora-de0bb1deee98eda5/metalink.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_prepare_metalink: Parsing metalink.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_prepare_metalink: Mirrors from metalink: 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirrors.xtom.de/fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirrors.xtom.de/fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirrors.xtom.de/fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://ftp.plusline.net/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://ftp.plusline.net/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://ftp.plusline.net/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://ftp.uni-bayreuth.de/linux/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://rsync.uni-bayreuth.de/fedora-enchilada/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirror.23m.com/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirror.23m.com/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirror.23m.com/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://ftp.halifax.rwth-aachen.de/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://ftp.halifax.rwth-aachen.de/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://ftp.fau.de/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://ftp.fau.de/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://ftp.fau.de/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://level66.mm.fcix.net/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://level66.mm.fcix.net/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://level66.mm.fcix.net/fedora-enchilada/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://fedora.tu-chemnitz.de/ftp/pub/linux/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://fedora.tu-chemnitz.de/pub/linux/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://ftp-stud.hs-esslingen.de/pub/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://ftp-stud.hs-esslingen.de/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://ftp-stud.hs-esslingen.de/pub/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirror.dogado.de/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirror.dogado.de/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirror.dogado.de/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirror.netzwerge.de/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirror.netzwerge.de/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirror.netzwerge.de/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirror.nl.leaseweb.net/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirror.nl.leaseweb.net/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://fedora.mirrorservice.org/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://fedora.mirrorservice.org/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://rsync.mirrorservice.org/dl.fedoraproject.org/pub/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirror.bahnhof.net/pub/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirror.bahnhof.net/pub/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://ftp.icm.edu.pl/pub/Linux/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://ftp.icm.edu.pl/pub/Linux/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://ftp.icm.edu.pl/pub/Linux/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirror.karneval.cz/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirror.karneval.cz/pub/linux/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirror.it4i.cz/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirror.it4i.cz/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirror.it4i.cz/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://ftp.lysator.liu.se/pub/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://ftp.lysator.liu.se/pub/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://ftp.lysator.liu.se/pub/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://fedora.cu.be/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://fedora.cu.be/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirrors.xtom.ee/fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirrors.xtom.ee/fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirrors.xtom.ee/fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://ftp.nluug.nl/Fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://ftp.nluug.nl/pub/os/Linux/distr/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirrors.dotsrc.org/fedora-enchilada/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirrors.dotsrc.org/fedora-enchilada/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirrors.dotsrc.org/fedora-enchilada/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://fedora.ip-connect.vn.ua/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://fedora.ip-connect.vn.ua/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://fedora.ip-connect.vn.ua/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirroronet.pl/pub/mirrors/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirroronet.pl/pub/mirrors/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirroronet.pl/pub/mirrors/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirror.serverion.com/fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirror.serverion.com/fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirror.serverion.com/fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://distrib-coffee.ipsl.jussieu.fr/pub/linux/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://distrib-coffee.ipsl.jussieu.fr/pub/linux/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirror.netsite.dk/fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirror.netsite.dk/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirror.netsite.dk/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirror.datacenter.by/fedora-linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirror.datacenter.by/pub/fedoraproject.org/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirror.datacenter.by/pub/fedoraproject.org/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://ask4.mm.fcix.net/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://ask4.mm.fcix.net/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://ask4.mm.fcix.net/fedora-enchilada/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirror.accum.se/mirror/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirror.accum.se/mirror/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirror.accum.se/mirror/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://fedora.ipacct.com/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://fedora.ipacct.com/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://fedora.ipacct.com/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://fedora.mirror.wearetriple.com/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://fedora.mirror.wearetriple.com/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirror.in2p3.fr/pub/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirror.in2p3.fr/pub/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirror.in2p3.fr/pub/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirror.yandex.ru/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirror.yandex.ru/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirror.yandex.ru/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirror.init7.net/fedora/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirror.init7.net/fedora/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://rsync.nic.funet.fi/ftp/pub/mirrors/fedora.redhat.com/pub/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://www.nic.funet.fi/pub/mirrors/fedora.redhat.com/pub/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://fedora.ip-connect.info/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://fedora.ip-connect.info/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://fedora.ip-connect.info/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://ftp.fi.muni.cz/pub/linux/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://ftp.fi.muni.cz/pub/linux/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://www.fedora.is/fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://www.fedora.is/fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://www.fedora.is/fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://divergentnetworks.mm.fcix.net/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://divergentnetworks.mm.fcix.net/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://divergentnetworks.mm.fcix.net/fedora-enchilada/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://ftp.tudelft.nl/download.fedora.redhat.com/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirror.linux-ia64.org/fedora/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirror.linux-ia64.org/fedora/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://fedora-mirror02.rbc.ru/fedora-enchilada/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://fedora-mirror02.rbc.ru/pub/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://creeperhost.mm.fcix.net/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://creeperhost.mm.fcix.net/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://creeperhost.mm.fcix.net/fedora-enchilada/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirror.hyperdedic.ru/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirror.hyperdedic.ru/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirror.hyperdedic.ru/fedora-linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://b4sh.mm.fcix.net/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://b4sh.mm.fcix.net/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://b4sh.mm.fcix.net/fedora-enchilada/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://ftp.lip6.fr/ftp/pub/linux/distributions/fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://ftp.lip6.fr/Fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://ftp.lip6.fr/ftp/pub/linux/distributions/fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://ipng.mm.fcix.net/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://ipng.mm.fcix.net/fedora-enchilada/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://ipng.mm.fcix.net/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://ftp.dei.uc.pt/pub/linux/fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://fr2.rpmfind.net/linux/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://fr2.rpmfind.net/linux/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://fr2.rpmfind.net/linux/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://repo.hyron.dev/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirror.slu.cz/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirror.slu.cz/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://ftp.linux.org.tr/fedora-linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://ftp.linux.org.tr/fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://ftp.linux.org.tr/fedora/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://ftp.upjs.sk/pub/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://ftp.upjs.sk/pub/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://ftp.upjs.sk/pub/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirror.library.ucy.ac.cy/linux/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirror.library.ucy.ac.cy/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://ftp.otenet.gr/linux/fedora/linux/releases/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_prepare_metalink: Metalink parsed 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Finalizing internal mirrorlist 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Finalizing mirrors reported via LRI_MIRRORS 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_perform: Downloading/Locating yum repo 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_use_local: Locating repo.. 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_use_local_load_base: Found local metalink: /var/cache/libdnf5/fedora-de0bb1deee98eda5/metalink.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_use_local_load_base: Parsing repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_use_local_load_base: Repomd revision: 1713120683 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] Found primary_zck so using instead of primary 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_use_local: Repository was successfully located 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checking checksum of /var/cache/libdnf5/fedora-de0bb1deee98eda5/repodata/66a61883ee852ef3ee5f8cbf854a947cafbfc982e5c35a19fbfb924373a18098-primary.xml.zck (expected: 3ff883244ba3174f12e841e8ef0ef8835d6801f45622bc7339b1779cd1d5afe3 [sha256]) 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checksum check - Passed 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checking checksum of /var/cache/libdnf5/fedora-de0bb1deee98eda5/repodata/77fa7b31d79d10b49ca7ae3e94ed5b216053675d62876c6d60313b35073de763-comps-Everything.x86_64.xml.gz (expected: 77fa7b31d79d10b49ca7ae3e94ed5b216053675d62876c6d60313b35073de763 [sha256]) 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_checksum_fd_compare: Using mtime cached in xattr: [user.Librepo.checksum.mtime] 1715717642495466798 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_checksum_fd_compare: Using checksum cached in xattr: [user.Librepo.checksum.sha256] 77fa7b31d79d10b49ca7ae3e94ed5b216053675d62876c6d60313b35073de763 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checksum check - Passed 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_perform: Restoring an old SIGINT handler 2024-05-14T20:14:04+0000 [70994] DEBUG Using cache for repo "fedora" 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_perform: Using dir: /var/cache/libdnf5/copr:copr.fedorainfracloud.org:septatrix:gstreamer1-194ff7d30fe9ebce 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_perform: Using own SIGINT handler 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Preparing internal mirrorlist 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Finalizing internal mirrorlist 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Finalizing mirrors reported via LRI_MIRRORS 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_perform: Downloading/Locating yum repo 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_use_local: Locating repo.. 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_use_local_load_base: Parsing repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG Loading solv cache file: "/var/cache/libdnf5/fedora-de0bb1deee98eda5/solv/fedora.solv" 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_use_local_load_base: Repomd revision: 1715638873 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_use_local: Repository was successfully located 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checking checksum of /var/cache/libdnf5/copr:copr.fedorainfracloud.org:septatrix:gstreamer1-194ff7d30fe9ebce/repodata/3866c24886446942bd7e1414cc42657db8e65949c1fb795b58c8bf547c451e00-primary.xml.gz (expected: 3866c24886446942bd7e1414cc42657db8e65949c1fb795b58c8bf547c451e00 [sha256]) 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_checksum_fd_compare: Using mtime cached in xattr: [user.Librepo.checksum.mtime] 1715717642497466833 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_checksum_fd_compare: Using checksum cached in xattr: [user.Librepo.checksum.sha256] 3866c24886446942bd7e1414cc42657db8e65949c1fb795b58c8bf547c451e00 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checksum check - Passed 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_perform: Restoring an old SIGINT handler 2024-05-14T20:14:04+0000 [70994] DEBUG Using cache for repo "copr:copr.fedorainfracloud.org:septatrix:gstreamer1" 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_perform: Using dir: /var/cache/libdnf5/copr:copr.fedorainfracloud.org:philn:wpewebkit-f3f984647dc05053 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_perform: Using own SIGINT handler 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Preparing internal mirrorlist 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Finalizing internal mirrorlist 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Finalizing mirrors reported via LRI_MIRRORS 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_perform: Downloading/Locating yum repo 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_use_local: Locating repo.. 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_use_local_load_base: Parsing repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_use_local_load_base: Repomd revision: 1714735922 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_use_local: Repository was successfully located 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checking checksum of /var/cache/libdnf5/copr:copr.fedorainfracloud.org:philn:wpewebkit-f3f984647dc05053/repodata/7b372fef2344eaf9d62cb2f4441d21a77b4a14abe325504226ea64616394e3cd-primary.xml.gz (expected: 7b372fef2344eaf9d62cb2f4441d21a77b4a14abe325504226ea64616394e3cd [sha256]) 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_checksum_fd_compare: Using mtime cached in xattr: [user.Librepo.checksum.mtime] 1715717642496466816 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_checksum_fd_compare: Using checksum cached in xattr: [user.Librepo.checksum.sha256] 7b372fef2344eaf9d62cb2f4441d21a77b4a14abe325504226ea64616394e3cd 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checksum check - Passed 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_perform: Restoring an old SIGINT handler 2024-05-14T20:14:04+0000 [70994] DEBUG Using cache for repo "copr:copr.fedorainfracloud.org:philn:wpewebkit" 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_perform: Using dir: /var/cache/libdnf5/rpmfusion-nonfree-a320b61b9f10c472 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_perform: Using own SIGINT handler 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Preparing internal mirrorlist 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_prepare_metalink: Local metalink.xml found at /var/cache/libdnf5/rpmfusion-nonfree-a320b61b9f10c472/metalink.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_prepare_metalink: Parsing metalink.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_prepare_metalink: Mirrors from metalink: 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirror.de.leaseweb.net/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://ftp-stud.hs-esslingen.de/pub/Mirrors/rpmfusion.org/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirror1.hs-esslingen.de/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://ftp-stud.hs-esslingen.de/pub/Mirrors/rpmfusion.org/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://fedora.tu-chemnitz.de/pub/linux/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://rpmfusion.ip-connect.vn.ua/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://rpmfusion.ip-connect.vn.ua/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://www.mirrorservice.org/sites/download1.rpmfusion.org/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://rsync.mirrorservice.org/download1.rpmfusion.org/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://rpmfusion.ip-connect.info/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://rpmfusion.ip-connect.info/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://rpmfusion.ip-connect.info/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirrors.netix.net/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirror.netsite.dk/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirror.netsite.dk/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirror.netsite.dk/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://ftp.icm.edu.pl/pub/Linux/dist/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://ftp.icm.edu.pl/pub/Linux/dist/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://ftp.icm.edu.pl/pub/Linux/dist/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://ftp.nluug.nl/os/Linux/distr/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://fr2.rpmfind.net/linux/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://fr2.rpmfind.net/linux/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirror.nl.leaseweb.net/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mir01.syntis.net/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://download1.rpmfusion.org/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://download1.rpmfusion.org/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://download1.rpmfusion.org/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirrors.coreix.net/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://www.fedora.is/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://rsync.fedora.is/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirror.yandex.ru/fedora/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirror.yandex.ru/fedora/rpmfusion/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://ftp.upjs.sk/pub/mirrors/rpmfusion.org/nonfree/fedora/development/40/Everything/x86_64/os/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_prepare_metalink: Metalink parsed 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Finalizing internal mirrorlist 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Finalizing mirrors reported via LRI_MIRRORS 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_perform: Downloading/Locating yum repo 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_use_local: Locating repo.. 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_use_local_load_base: Found local metalink: /var/cache/libdnf5/rpmfusion-nonfree-a320b61b9f10c472/metalink.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_use_local_load_base: Parsing repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_use_local_load_base: Repomd revision: 1713615501 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_use_local: Repository was successfully located 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checking checksum of /var/cache/libdnf5/rpmfusion-nonfree-a320b61b9f10c472/repodata/a45ceef360d90d5180c2ec6418e2e7075c3243c01c74e3371337425d6f0be95c-comps-f40.xml.xz (expected: a45ceef360d90d5180c2ec6418e2e7075c3243c01c74e3371337425d6f0be95c [sha256]) 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_checksum_fd_compare: Using mtime cached in xattr: [user.Librepo.checksum.mtime] 1715717642496466816 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_checksum_fd_compare: Using checksum cached in xattr: [user.Librepo.checksum.sha256] a45ceef360d90d5180c2ec6418e2e7075c3243c01c74e3371337425d6f0be95c 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checksum check - Passed 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checking checksum of /var/cache/libdnf5/rpmfusion-nonfree-a320b61b9f10c472/repodata/8c9a42190281f6082d1130a6303f3f9844770f44800ea78c9959143939c7523e-primary.xml.gz (expected: 8c9a42190281f6082d1130a6303f3f9844770f44800ea78c9959143939c7523e [sha256]) 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_checksum_fd_compare: Using mtime cached in xattr: [user.Librepo.checksum.mtime] 1715717642497466833 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_checksum_fd_compare: Using checksum cached in xattr: [user.Librepo.checksum.sha256] 8c9a42190281f6082d1130a6303f3f9844770f44800ea78c9959143939c7523e 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checksum check - Passed 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_perform: Restoring an old SIGINT handler 2024-05-14T20:14:04+0000 [70994] DEBUG Using cache for repo "rpmfusion-nonfree" 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_perform: Using dir: /var/cache/libdnf5/updates-4a8088a5c17ad284 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_perform: Using own SIGINT handler 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Preparing internal mirrorlist 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_prepare_metalink: Local metalink.xml found at /var/cache/libdnf5/updates-4a8088a5c17ad284/metalink.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_prepare_metalink: Parsing metalink.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_prepare_metalink: Mirrors from metalink: 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://fedora.tu-chemnitz.de/ftp/pub/linux/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://fedora.tu-chemnitz.de/pub/linux/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirror.dogado.de/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirror.dogado.de/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirror.dogado.de/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirrors.xtom.de/fedora/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirrors.xtom.de/fedora/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirrors.xtom.de/fedora/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirror.23m.com/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirror.23m.com/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirror.23m.com/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://ftp.uni-bayreuth.de/linux/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://rsync.uni-bayreuth.de/fedora-enchilada/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://ftp-stud.hs-esslingen.de/pub/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://ftp-stud.hs-esslingen.de/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://ftp-stud.hs-esslingen.de/pub/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://ftp.plusline.net/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://ftp.plusline.net/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://ftp.plusline.net/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://ftp.fau.de/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://ftp.fau.de/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://ftp.fau.de/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://ftp.halifax.rwth-aachen.de/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://ftp.halifax.rwth-aachen.de/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://level66.mm.fcix.net/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://level66.mm.fcix.net/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://level66.mm.fcix.net/fedora-enchilada/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirror.netzwerge.de/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirror.netzwerge.de/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirror.netzwerge.de/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirrors.dotsrc.org/fedora-enchilada/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirrors.dotsrc.org/fedora-enchilada/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirrors.dotsrc.org/fedora-enchilada/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirroronet.pl/pub/mirrors/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirroronet.pl/pub/mirrors/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirroronet.pl/pub/mirrors/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirror.init7.net/fedora/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirror.init7.net/fedora/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://ftp.nluug.nl/Fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://ftp.nluug.nl/pub/os/Linux/distr/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirror.it4i.cz/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirror.it4i.cz/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirror.it4i.cz/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://ipng.mm.fcix.net/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://ipng.mm.fcix.net/fedora-enchilada/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://ipng.mm.fcix.net/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://fedora.ip-connect.vn.ua/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://fedora.ip-connect.vn.ua/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://fedora.ip-connect.vn.ua/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirrors.xtom.ee/fedora/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirrors.xtom.ee/fedora/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirrors.xtom.ee/fedora/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://fedora.mirrorservice.org/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://fedora.mirrorservice.org/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://rsync.mirrorservice.org/dl.fedoraproject.org/pub/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirror.netsite.dk/fedora/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirror.netsite.dk/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirror.netsite.dk/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://ftp.linux.org.tr/fedora-linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://ftp.linux.org.tr/fedora/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://ftp.linux.org.tr/fedora/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirror.yandex.ru/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirror.yandex.ru/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirror.yandex.ru/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://ftp.icm.edu.pl/pub/Linux/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://ftp.icm.edu.pl/pub/Linux/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://ftp.icm.edu.pl/pub/Linux/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirror.linux-ia64.org/fedora/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirror.linux-ia64.org/fedora/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirror.nl.leaseweb.net/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirror.nl.leaseweb.net/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://fedora.ip-connect.info/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://fedora.ip-connect.info/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://fedora.ip-connect.info/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://fedora.mirror.wearetriple.com/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://fedora.mirror.wearetriple.com/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirror.accum.se/mirror/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirror.accum.se/mirror/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirror.accum.se/mirror/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirror.in2p3.fr/pub/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirror.in2p3.fr/pub/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirror.in2p3.fr/pub/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://fedora-mirror02.rbc.ru/fedora-enchilada/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://fedora-mirror02.rbc.ru/pub/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://ask4.mm.fcix.net/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://ask4.mm.fcix.net/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://ask4.mm.fcix.net/fedora-enchilada/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://ftp.lysator.liu.se/pub/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://ftp.lysator.liu.se/pub/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://ftp.lysator.liu.se/pub/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://ftp.tudelft.nl/download.fedora.redhat.com/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://ftp.fi.muni.cz/pub/linux/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://ftp.fi.muni.cz/pub/linux/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirror.bahnhof.net/pub/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirror.bahnhof.net/pub/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://rsync.nic.funet.fi/ftp/pub/mirrors/fedora.redhat.com/pub/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://www.nic.funet.fi/pub/mirrors/fedora.redhat.com/pub/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://www.fedora.is/fedora/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://www.fedora.is/fedora/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://www.fedora.is/fedora/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirror.karneval.cz/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirror.karneval.cz/pub/linux/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirror.library.ucy.ac.cy/linux/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirror.library.ucy.ac.cy/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://fr2.rpmfind.net/linux/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://fr2.rpmfind.net/linux/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://fr2.rpmfind.net/linux/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://b4sh.mm.fcix.net/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://b4sh.mm.fcix.net/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://b4sh.mm.fcix.net/fedora-enchilada/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://distrib-coffee.ipsl.jussieu.fr/pub/linux/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://distrib-coffee.ipsl.jussieu.fr/pub/linux/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://ftp.upjs.sk/pub/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://ftp.upjs.sk/pub/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://ftp.upjs.sk/pub/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://repo.hyron.dev/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirror.hyperdedic.ru/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirror.hyperdedic.ru/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirror.hyperdedic.ru/fedora-linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://creeperhost.mm.fcix.net/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://creeperhost.mm.fcix.net/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://creeperhost.mm.fcix.net/fedora-enchilada/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://ftp.lip6.fr/ftp/pub/linux/distributions/fedora/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://ftp.lip6.fr/Fedora/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://ftp.lip6.fr/ftp/pub/linux/distributions/fedora/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://divergentnetworks.mm.fcix.net/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://divergentnetworks.mm.fcix.net/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://divergentnetworks.mm.fcix.net/fedora-enchilada/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirror.datacenter.by/fedora-linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] https://mirror.datacenter.by/pub/fedoraproject.org/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirror.datacenter.by/pub/fedoraproject.org/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://mirror.slu.cz/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] rsync://mirror.slu.cz/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] http://ftp.otenet.gr/linux/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_prepare_metalink: Metalink parsed 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Finalizing internal mirrorlist 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_prepare_internal_mirrorlist: Finalizing mirrors reported via LRI_MIRRORS 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_perform: Downloading/Locating yum repo 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_use_local: Locating repo.. 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_use_local_load_base: Found local metalink: /var/cache/libdnf5/updates-4a8088a5c17ad284/metalink.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_use_local_load_base: Parsing repomd.xml 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_use_local_load_base: Repomd revision: 1715560042 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] Found primary_zck so using instead of primary 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] Found updateinfo_zck so using instead of updateinfo 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_use_local: Repository was successfully located 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checking checksum of /var/cache/libdnf5/updates-4a8088a5c17ad284/repodata/b57fdd1c8a98e4db90f4f7ac6749ca43bd3eda20cf405ffb38be8e16c789304c-primary.xml.zck (expected: 8116e741da4126b7afa37d9ac0013895b23ea7204f3b04149ffb596fc5898bec [sha256]) 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checksum check - Passed 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checking checksum of /var/cache/libdnf5/updates-4a8088a5c17ad284/repodata/238ea052d6ffae04d37c458e0c5f3f5c79739269164ceed8e11680ddd36ecb94-comps-Everything.x86_64.xml (expected: 238ea052d6ffae04d37c458e0c5f3f5c79739269164ceed8e11680ddd36ecb94 [sha256]) 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_checksum_fd_compare: Using mtime cached in xattr: [user.Librepo.checksum.mtime] 1715717642496466816 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_checksum_fd_compare: Using checksum cached in xattr: [user.Librepo.checksum.sha256] 238ea052d6ffae04d37c458e0c5f3f5c79739269164ceed8e11680ddd36ecb94 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checksum check - Passed 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checking checksum of /var/cache/libdnf5/updates-4a8088a5c17ad284/repodata/420aa6bdba1aaa117509d4ed363b06df0ef796894fd780e27e2689372dd61b12-updateinfo.xml.zck (expected: 083ece9254856b070ce48522f55b63a28678faf1f5d4d4ffc534b2c76b66e1dd [sha256]) 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_yum_check_checksum_of_md_record: Checksum check - Passed 2024-05-14T20:14:04+0000 [70994] DEBUG [librepo] lr_handle_perform: Restoring an old SIGINT handler 2024-05-14T20:14:04+0000 [70994] DEBUG Using cache for repo "updates" 2024-05-14T20:14:04+0000 [70994] DEBUG No updateinfo metadata available for repo "fedora" 2024-05-14T20:14:04+0000 [70994] DEBUG Loading solv cache file: "/var/cache/libdnf5/fedora-de0bb1deee98eda5/solv/fedora-group.solvx" 2024-05-14T20:14:04+0000 [70994] DEBUG No modules metadata available for repo fedora 2024-05-14T20:14:04+0000 [70994] DEBUG Loading solv cache file: "/var/cache/libdnf5/copr:copr.fedorainfracloud.org:septatrix:gstreamer1-194ff7d30fe9ebce/solv/copr:copr.fedorainfracloud.org:septatrix:gstreamer1.solv" 2024-05-14T20:14:04+0000 [70994] DEBUG No updateinfo metadata available for repo "copr:copr.fedorainfracloud.org:septatrix:gstreamer1" 2024-05-14T20:14:04+0000 [70994] DEBUG No group metadata available for repo "copr:copr.fedorainfracloud.org:septatrix:gstreamer1" 2024-05-14T20:14:04+0000 [70994] DEBUG No modules metadata available for repo copr:copr.fedorainfracloud.org:septatrix:gstreamer1 2024-05-14T20:14:04+0000 [70994] DEBUG Loading solv cache file: "/var/cache/libdnf5/copr:copr.fedorainfracloud.org:philn:wpewebkit-f3f984647dc05053/solv/copr:copr.fedorainfracloud.org:philn:wpewebkit.solv" 2024-05-14T20:14:04+0000 [70994] DEBUG No updateinfo metadata available for repo "copr:copr.fedorainfracloud.org:philn:wpewebkit" 2024-05-14T20:14:04+0000 [70994] DEBUG No group metadata available for repo "copr:copr.fedorainfracloud.org:philn:wpewebkit" 2024-05-14T20:14:04+0000 [70994] DEBUG No modules metadata available for repo copr:copr.fedorainfracloud.org:philn:wpewebkit 2024-05-14T20:14:04+0000 [70994] DEBUG Loading solv cache file: "/var/cache/libdnf5/rpmfusion-nonfree-a320b61b9f10c472/solv/rpmfusion-nonfree.solv" 2024-05-14T20:14:04+0000 [70994] DEBUG No updateinfo metadata available for repo "rpmfusion-nonfree" 2024-05-14T20:14:04+0000 [70994] DEBUG Loading solv cache file: "/var/cache/libdnf5/rpmfusion-nonfree-a320b61b9f10c472/solv/rpmfusion-nonfree-group.solvx" 2024-05-14T20:14:04+0000 [70994] DEBUG No modules metadata available for repo rpmfusion-nonfree 2024-05-14T20:14:04+0000 [70994] DEBUG Loading solv cache file: "/var/cache/libdnf5/updates-4a8088a5c17ad284/solv/updates.solv" 2024-05-14T20:14:04+0000 [70994] DEBUG Loading solv cache file: "/var/cache/libdnf5/updates-4a8088a5c17ad284/solv/updates-updateinfo.solvx" 2024-05-14T20:14:04+0000 [70994] DEBUG Loading solv cache file: "/var/cache/libdnf5/updates-4a8088a5c17ad284/solv/updates-group.solvx" 2024-05-14T20:14:04+0000 [70994] DEBUG No modules metadata available for repo updates 2024-05-14T20:14:04+0000 [70994] DEBUG Rewriting repo "@System" with added file provides 2024-05-14T20:14:04+0000 [70994] DEBUG Rewriting repo "fedora" with added file provides 2024-05-14T20:14:04+0000 [70994] DEBUG Rewriting repo "copr:copr.fedorainfracloud.org:septatrix:gstreamer1" with added file provides 2024-05-14T20:14:04+0000 [70994] DEBUG Rewriting repo "copr:copr.fedorainfracloud.org:philn:wpewebkit" with added file provides 2024-05-14T20:14:04+0000 [70994] DEBUG Rewriting repo "@System" with added file provides 2024-05-14T20:14:04+0000 [70994] DEBUG Rewriting repo "rpmfusion-nonfree" with added file provides 2024-05-14T20:14:04+0000 [70994] DEBUG Rewriting repo "updates" with added file provides 2024-05-14T20:14:04+0000 [70994] ERROR No match for argument: gstreamer1-vaapi >= 1.24 2024-05-14T20:14:04+0000 [70994] DEBUG Cannot find "/boot/vmlinuz-6.8.9-300.fc40.x86_64" to verify running kernel 2024-05-14T20:14:04+0000 [70994] DEBUG Cannot find "/lib/modules/6.8.9-300.fc40.x86_64" to verify running kernel 2024-05-14T20:14:04+0000 [70994] DEBUG Failed to find rpm package of a running kernel in sack ```

However, curl https://download.copr.fedorainfracloud.org/results/septatrix/gstreamer1/fedora-40-x86_64/repodata/2b822d65ea0d3c372f3ef0fc82feac924e6290bdc7a3d3f1961e5ac062835934-primary.xml.gz | zcat | grep gstreamer1-vaapi works and shows entries for a gstreamer1-vaapi package with version 1.24.3

DaanDeMeyer commented 6 months ago

So my guess is that unless -ff is specified, we don't explicitly refresh caches when syncing repository metadata. You can try replacing context.args.force > 1 in dnf.py's sync() method with context.args.force > 0 and see if that fixes it.