Been getting this recently, it seems to kill Konsole, any game I have running after I tab out of it, etc. with a “Memory Shortage Avoided” notification. Sometimes it happens without a game even running? Any ideas, is ori and the will of the wisps memory leaking or smth
How much memory does your machine have ?
Swap enabled ?
Can you please run the following command and give the output over here. This will help in determining how much RAM, SWAP and disk/partition size do you have
inxi -bm -C -G -L -j -z -P
The output of the command given above should be enclosed in the “details” tag. Or you can use the Gear Icon > Hide Details.
Also provide which game are you running?
Also what is the service, x20Wisps@8af9d133347004dc7ad9e83a4950791ba.service, that is being run?
I am not the OP but I’m seeing what I believe to be the same issue (at least mostly same symptoms). In my case, though, it is the Steam client that is explicitly killed off. I have enclosed the output of the inxi command on my machine (an older 7th gen Intel CPU matched with an RX7600 and 16 Gb of RAM) at the bottom of this reply as requested.
I have never had this issue before it started cropping up a lot these past few days. My own hypothesis is that it is linked to a pacman -Syu
update I did (catching up on 2-3 weeks of updates while on holiday). Unlike OP I have only seen it applied to Steam. Any games running under Steam then stutter slightly and CTD. It has struck 4 times while playing two different games (one Proton-based, one native) and once while not in game. Usually I will get in a decent amount of time - anything from half an hour to a couple of hours - before it happens.
I am looking into logging memory use to find out whether or not Steam really is hogging memory or whether the kernel is just overreacting. I have also installed the lts-kernel and attempted to compare results but so far haven’t managed to boot with it (some issue at startup).
Summary
System:
Kernel: 6.14.10-arch1-1 arch: x86_64 bits: 64
Desktop: KDE Plasma v: 6.3.5 Distro: EndeavourOS
Machine:
Type: Desktop Mobo: ASUSTeK model: PRIME Z270-A v: Rev 1.xx
serial: <superuser required> UEFI: American Megatrends v: 0801
date: 01/25/2017
Memory:
System RAM: total: 16 GiB available: 15.55 GiB used: 5.24 GiB (33.7%)
Array-1: capacity: 64 GiB slots: 4 modules: 2 EC: None
Device-1: ChannelA-DIMM1 type: no module installed
Device-2: ChannelA-DIMM2 type: DDR4 size: 8 GiB speed: 3000 MT/s
Device-3: ChannelB-DIMM1 type: no module installed
Device-4: ChannelB-DIMM2 type: DDR4 size: 8 GiB speed: 3000 MT/s
CPU:
Info: quad core model: Intel Core i5-7600K bits: 64 type: MCP cache:
L2: 1024 KiB
Speed (MHz): avg: 4800 min/max: 800/4800 cores: 1: 4800 2: 4800 3: 4800
4: 4800
Graphics:
Device-1: Advanced Micro Devices [AMD/ATI] Navi 33 [Radeon RX 7600/7600
XT/7600M XT/7600S/7700S / PRO W7600] driver: amdgpu v: kernel
Device-2: Logitech C920 HD Pro Webcam driver: snd-usb-audio,uvcvideo
type: USB
Display: wayland server: X.org v: 1.21.1.16 with: Xwayland v: 24.1.6
compositor: kwin_wayland driver: X: loaded: modesetting dri: radeonsi
gpu: amdgpu resolution: 1920x1200~60Hz
API: EGL v: 1.5 drivers: kms_swrast,radeonsi,swrast
platforms: gbm,wayland,x11,surfaceless,device
API: OpenGL v: 4.6 compat-v: 4.5 vendor: amd mesa v: 25.1.3-arch1.2
renderer: AMD Radeon RX 7600 (radeonsi navi33 LLVM 19.1.7 DRM 3.61
6.14.10-arch1-1)
API: Vulkan v: 1.4.313 drivers: radv surfaces: N/A
Info: Tools: api: clinfo, eglinfo, glxinfo, vulkaninfo
de: kscreen-console,kscreen-doctor gpu: corectrl, lact, radeontop
wl: wayland-info x11: xdpyinfo, xprop, xrandr
Network:
Device-1: Intel Ethernet I219-V driver: e1000e
Device-2: Intel Wireless 7260 driver: iwlwifi
Logical:
Message: No logical block device data found.
Device-1: luks-d8b77bd8-85b4-4530-a1f2-e8bfd0566fca type: LUKS
size: 223.07 GiB Components: p-1: nvme0n1p2
Device-2: luks-ec60364a-b258-430a-8b2a-21998c3d8387 type: LUKS
size: 8.78 GiB Components: p-1: nvme0n1p3
Drives:
Local Storage: total: 12.3 TiB used: 8.22 TiB (66.8%)
Partition:
ID-1: / size: 218.51 GiB used: 114.53 GiB (52.4%) fs: ext4 dev: /dev/dm-0
Swap:
ID-1: swap-1 type: partition size: 8.78 GiB used: 1.16 GiB (13.3%)
dev: /dev/dm-1
Info:
Processes: 294 Uptime: 1h 54m Shell: Bash inxi: 3.3.38
You can fix this with sudo pacman -Syuu
So I could. Can you help me understand why? Pacman -Sh says
-u, --sysupgrade upgrade installed packages (-uu enables downgrades)
But I wasn’t asking it to downgrade anything? (the boot issue was something to do with mounting /, I think)
Anyways, lts is currently kernel 6.12.32 so it should allow me to test whether or not a kernel upgrade is at the root of all this.
If anyone has a better suggestion I would love to hear it. I have gotten back in to Hitman Freelancer and there are no in-mission saves for that, so it’s a real pain in the butt to get CTDs just as I’m ready to hand in a mission
Enabling downgrade means that if the package on your system appears to be newer than the one offered in the repos then still replace it with the ones in the repos - without the second u
then the exchange only occurs with packages that are newer in the repos.
Without looking my guess is some package or other has been reverted. Include the second u
to follow this reversion - ostensibly to fix a known error.
You need to downgrade dracut
to 106. That is what is causing the issue with LTS
@brokkr Please do downgrade dracut to 106 as suggested by @dalto, install the LTS kernel, boot EOS using the LTS kernel and see if the crashes with Steam client still occurs. If it does not occur then the LTS kernel is for you when you are playing Steam games.
Do not uninstall the existing main line kernel 6.14.x from your system. This is not what I am saying or advocating.
What is given below is assumed to be done by booting into the Linux LTS 6.12.x kernel.
You have 16GB of RAM on your computer with only 33% being used. Also the GPU, i.e. AMD RX7600 is supposed to have 8GB of RAM inbuilt. It should be enough. Keep an eye on the RAM usage when you run Steam client and see how it goes.
One thing that you should be watching out for is SWAP. You have 8GB of SWAP partition. With 16GB of RAM, ideally your OS and Steam client should not use SWAP, but please keep an eye out on the SWAP file usage too.
KDE has lots of widgets for RAM size and SWAP file usage that you can place on the K Menu to see the values in real time.
I am assuming that you have not overclocked your GPU, i.e. AMD RX7600 or fiddled with its frequency. If you have can you please consider downclocking your GPU from 2600 Mhz to say 2500 Ghz. You will have issues with your rendering while using Steam. You can check with the game that you are playing on steam and what is its recommended or optimal GPU setting required for it. Compare it with your GPU speed.
To finally rule out GPU as the cause of the crash of steam client disconnect or remove the GPU, i.e. AMD RX7600, and then booting into Linux LTS 6.12.x kernel see if you are still facing issues with Steam client crashes. Beware that your gaming experience on an old Intel 7th Gen might not be best or optimal, but this would be crucial to eliminate the GPU as the cause of Steam client crashes.
Do update us how it goes.
Thanks for the replies, guys.
First things first: When I ran pacman -Syuu
, I did notice something about dracut, yes, and that did appear to fix the issue, so I’m now able to boot into the lts kernel, i.e. 6.12.32, as confirmed by uname --all
. I have no intention of uninstalling the default kernel
Watching usage (RAM, GPU memory, swap) in real time should all be doable with Mangohud, so I’ll stick that on all the games I’m currently playing.
I have not (consciously) overclocked the GPU, though a quick check in LACT reminded me that I had fiddled with fan curve stuff, trying to get the fans to cool more aggressively (in Mangohud the GPU reports as thermal throttling even when temperatures are very low). When I hit ‘reset’ on the OC page in LACT (see screenshot), nothing changes (though I don’t know whether that means what I think it does). On the thermals page, ‘reset’ raises target temperature from 75 to 83 degrees celsius. In any case, I can keep a check on GPU clock in Mangohud too.
(The CPU is overclocked from 3.8 GHz, first to 4.3 which ran smoothly for 8 years, then more recently to 4.8 which hasn’t caused any apparent issues in the past 2 months)
As for the integrated graphics suggestion, sure I can do that. Though I will probably find something more 2D and less demanding than Hitman
83 degree Celsius is high IMHO for a GPU. We are discussing water cooling in another thread. Maybe it is time for you to consider it once the Steam client crashing is fixed.
Agreed, that’s probably why I had it turned down to mid 70s. IIRC in my tests after installing the RX7600 (two months ago), it never reached that high anyway, maybe due to the aforementioned throttling. In any case gpu_temps are included in the default mangohud logging output (see below for example), so I can recheck that while I am at it.
Summary
fps,frametime,cpu_load,cpu_power,gpu_load,cpu_temp,gpu_temp,gpu_core_clock,gpu_mem_clock,gpu_vram_used,gpu_power,ram_used,swap_used,process_rss,elapsed
58.2953,17.154,58.8832,0,77,44,50,1735,1124,3.06995,61,10.9111,0,0,427505725
51.2942,19.4954,58.8832,0,77,44,50,1735,1124,3.06995,61,10.9111,0,0,447001174
71.8702,13.914,58.8832,0,77,44,50,1735,1124,3.06995,61,10.9111,0,0,460915175
51.1451,19.5522,58.8832,0,77,44,50,1735,1124,3.06995,61,10.9111,0,0,480467506
59.5415,16.795,58.8832,0,77,44,50,1735,1124,3.06995,61,10.9111,0,0,497262835
52.3905,19.0874,58.8832,0,77,44,50,1735,1124,3.06995,61,10.9111,0,0,516350362
The figures look decent, like GPU_TEMP, CPU_TEMP, GPU_LOAD, CPU_LOAD, RAM_USED, GPU_CORE_CLOCK.
Please install the LTS kernel and let us know what happens. @dalto may have point.
There is a good Wiki article available for AMD GPUs. Go through it. The amdgpu
driver is being used as per the output of the inxi
command. amdgpu
is the open source graphics driver for AMD Radeon graphics cards. There is an option to use the vulkan-radeon instead of the default amdvlk. The Wiki article has more details. Check it out whether that resolves Steam client crashing.
If you are fine with using non open source drivers then there is an option to use Workstation OpenGL (Proprietary) drivers along with other proprietary drivers.
Thanks for the suggestions
I’ve been running the lts kernel for the past two days and so far no Steam killings, CTDs or memory shortage notifications. I have noticed memory use (including swap) slowly creeping up over the course of a gaming session, though, so I’ll try to see if I can push it over the edge.
I will test various combinations (lts/non-lts kernel, GPU/integrated graphics, etc.) over the next week and see if I can get some interesting data. I will report back when I’ve got something useful.
Good to know that LTS is not causing an issue.
You have 8GB of Swap with 16GB of RAM. It would be good to consider to increase the SWAP partition size or increase the RAM. RAM is cheap depending on where you are situated. Ideally with 16GB RAM, Steam Client running and no other application running in background, Steam Client should not use the SWAP at all.
Can I please request you to do the following
- What suggestions did you try you and what worked? What have you not tried? What did not work?
- Which Linux LTS kernel are you using? 6.12.x or 6.6.x or 6.1.x?
- While using Linux-LTS kernel do you notice a slow down or degradation of performance while playing games? Like dropped frames? or Stutter? or delayed response?
- Please open a bug with Steam/Valve that using Linux main line kernel (provide the version of linux kernel that you are using), AMD GPU (provide details of the driver and GPU Hardware) and Steam Client version and CPU (provide details of the CPU).
Finally let us know how it goes.
So far I have only tried one suggestion and that was using an lts kernel, specifically 6.12.
Sadly, my assumption that that would change anything does not seem to be borne out by results so far. See the chart below for a ~2 hour session of Hitman WoA. As is apparent, RAM usage just goes up and up over time and only falls as swap is used. I did experience some frametime slowdowns that are probably related to swapping out.
I would happily invest in more swap or even RAM to fix it but right now, I’m suspecting that that too would just be gobbled up. The issue literally appeared overnight after an update. It don’t believe it’s the gradual decline of out-of-date specs.
Seeing as gpu_vram is not affected I doubt switching drivers will change much but I can give it a go, still. In any case I will continue testing some more with various changes (games, kernel, drivers, …)
EDIT: Added the pacman.log of the update prior to the symptoms in case it might be relevant. The latest update before that was May 14th.
Summary
[2025-06-07T01:41:11+0200] [PACMAN] Running 'pacman -S -y --config /etc/pacman.conf --'
[2025-06-07T01:41:11+0200] [PACMAN] synchronizing package lists
[2025-06-07T01:41:52+0200] [PACMAN] Running 'pacman -S -y -u --config /etc/pacman.conf --'
[2025-06-07T01:41:52+0200] [PACMAN] synchronizing package lists
[2025-06-07T01:41:53+0200] [PACMAN] starting full system upgrade
[2025-06-07T02:03:08+0200] [ALPM] running '90-kernel-remove.hook'...
[2025-06-07T02:03:08+0200] [ALPM-SCRIPTLET] :: kernel-install removing kernel 6.14.6-arch1-1
[2025-06-07T02:03:08+0200] [ALPM] transaction started
[2025-06-07T02:03:08+0200] [ALPM] removed qgpgme-qt6 (1.24.2-1)
[2025-06-07T02:03:08+0200] [ALPM] upgraded abseil-cpp (20250127.1-2 -> 20250512.0-1)
[2025-06-07T02:03:08+0200] [ALPM] upgraded adwaita-cursors (48.0-1 -> 48.1-1)
[2025-06-07T02:03:08+0200] [ALPM] upgraded adwaita-icon-theme (48.0-1 -> 48.1-1)
[2025-06-07T02:03:08+0200] [ALPM] upgraded readline (8.2.013-1 -> 8.2.013-2)
[2025-06-07T02:03:08+0200] [ALPM] upgraded sqlite (3.49.2-1 -> 3.50.0-1)
[2025-06-07T02:03:09+0200] [ALPM] upgraded glib2 (2.84.1-1 -> 2.84.2-1)
[2025-06-07T02:03:09+0200] [ALPM] upgraded libldap (2.6.9-1 -> 2.6.10-1)
[2025-06-07T02:03:09+0200] [ALPM] upgraded audit (4.0.3-1 -> 4.0.5-1)
[2025-06-07T02:03:09+0200] [ALPM] upgraded libtirpc (1.3.6-1 -> 1.3.6-2)
[2025-06-07T02:03:09+0200] [ALPM] upgraded systemd-libs (257.5-3 -> 257.6-1)
[2025-06-07T02:03:09+0200] [ALPM] upgraded leancrypto (1.3.0-1 -> 1.4.0-1)
[2025-06-07T02:03:09+0200] [ALPM] upgraded libcups (2:2.4.12-1 -> 2:2.4.12-2)
[2025-06-07T02:03:09+0200] [ALPM] upgraded libxkbcommon (1.9.2-1 -> 1.10.0-1)
[2025-06-07T02:03:09+0200] [ALPM] upgraded libxkbcommon-x11 (1.9.2-1 -> 1.10.0-1)
[2025-06-07T02:03:09+0200] [ALPM] upgraded json-c (0.18-1 -> 0.18-2)
[2025-06-07T02:03:09+0200] [ALPM] upgraded libnghttp3 (1.9.0-1 -> 1.10.1-1)
[2025-06-07T02:03:09+0200] [ALPM] upgraded ca-certificates-mozilla (3.111-1 -> 3.112-1)
[2025-06-07T02:03:09+0200] [ALPM] upgraded curl (8.13.0-2 -> 8.14.1-1)
[2025-06-07T02:03:09+0200] [ALPM] upgraded mesa (1:25.0.5-1 -> 1:25.1.2-1)
[2025-06-07T02:03:09+0200] [ALPM] upgraded qt6-translations (6.9.0-1 -> 6.9.1-1)
[2025-06-07T02:03:09+0200] [ALPM] upgraded libgudev (238-1 -> 238-3)
[2025-06-07T02:03:09+0200] [ALPM] upgraded libwacom (2.15.0-1 -> 2.15.0-2)
[2025-06-07T02:03:09+0200] [ALPM] upgraded qt6-base (6.9.0-1 -> 6.9.1-1)
[2025-06-07T02:03:10+0200] [ALPM] upgraded qt6-declarative (6.9.0-2 -> 6.9.1-1)
[2025-06-07T02:03:12+0200] [ALPM] upgraded qt6-svg (6.9.0-1 -> 6.9.1-1)
[2025-06-07T02:03:12+0200] [ALPM] upgraded kirigami (6.14.0-1 -> 6.14.1-1)
[2025-06-07T02:03:12+0200] [ALPM] upgraded libusb (1.0.28-1 -> 1.0.29-1)
[2025-06-07T02:03:12+0200] [ALPM] upgraded gnupg (2.4.7-1 -> 2.4.7-3)
[2025-06-07T02:03:12+0200] [ALPM] upgraded gpgme (1.24.2-1 -> 2.0.0-1)
[2025-06-07T02:03:12+0200] [ALPM] installed gpgmepp (2.0.0-2)
[2025-06-07T02:03:12+0200] [ALPM] upgraded qt6-wayland (6.9.0-2 -> 6.9.1-1)
[2025-06-07T02:03:12+0200] [ALPM] upgraded nss (3.111-1 -> 3.112-1)
[2025-06-07T02:03:13+0200] [ALPM] upgraded qt6-shadertools (6.9.0-1 -> 6.9.1-1)
[2025-06-07T02:03:13+0200] [ALPM] upgraded qt6-5compat (6.9.0-1 -> 6.9.1-1)
[2025-06-07T02:03:13+0200] [ALPM] upgraded kwallet (6.14.0-1 -> 6.14.1-3)
[2025-06-07T02:03:13+0200] [ALPM] upgraded signon-kwallet-extension (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:13+0200] [ALPM] upgraded volume_key (0.3.12-10 -> 0.3.12-11)
[2025-06-07T02:03:13+0200] [ALPM] upgraded kbd (2.7.1-2 -> 2.8.0-1)
[2025-06-07T02:03:13+0200] [ALPM] upgraded hwdata (0.395-1 -> 0.396-1)
[2025-06-07T02:03:13+0200] [ALPM] upgraded systemd (257.5-3 -> 257.6-1)
[2025-06-07T02:03:14+0200] [ALPM] upgraded libpipewire (1:1.4.2-1 -> 1:1.4.5-1)
[2025-06-07T02:03:14+0200] [ALPM] upgraded pipewire (1:1.4.2-1 -> 1:1.4.5-1)
[2025-06-07T02:03:14+0200] [ALPM] upgraded alsa-card-profiles (1:1.4.2-1 -> 1:1.4.5-1)
[2025-06-07T02:03:14+0200] [ALPM] upgraded bluez-libs (5.82-1 -> 5.83-1)
[2025-06-07T02:03:14+0200] [ALPM] upgraded webrtc-audio-processing-1 (1.3-4 -> 1.3-5)
[2025-06-07T02:03:14+0200] [ALPM] upgraded pipewire-audio (1:1.4.2-1 -> 1:1.4.5-1)
[2025-06-07T02:03:14+0200] [ALPM] upgraded libwireplumber (0.5.8-1 -> 0.5.10-1)
[2025-06-07T02:03:14+0200] [ALPM] upgraded lua (5.4.7-1 -> 5.4.8-1)
[2025-06-07T02:03:14+0200] [ALPM] upgraded wireplumber (0.5.8-1 -> 0.5.10-1)
[2025-06-07T02:03:14+0200] [ALPM] upgraded pipewire-jack (1:1.4.2-1 -> 1:1.4.5-1)
[2025-06-07T02:03:14+0200] [ALPM] upgraded libopenmpt (0.7.13-2 -> 0.8.0-1)
[2025-06-07T02:03:14+0200] [ALPM] upgraded libplacebo (7.349.0-7 -> 7.351.0-1)
[2025-06-07T02:03:14+0200] [ALPM] upgraded v4l-utils (1.28.1-2 -> 1.30.1-1)
[2025-06-07T02:03:14+0200] [ALPM] upgraded hidapi (0.14.0-3 -> 0.15.0-1)
[2025-06-07T02:03:14+0200] [ALPM] upgraded sdl3 (3.2.12-1 -> 3.2.16-1)
[2025-06-07T02:03:14+0200] [ALPM] upgraded ffmpeg (2:7.1.1-2 -> 2:7.1.1-3)
[2025-06-07T02:03:14+0200] [ALPM] upgraded qt6-positioning (6.9.0-1 -> 6.9.1-1)
[2025-06-07T02:03:14+0200] [ALPM] upgraded qt6-webchannel (6.9.0-1 -> 6.9.1-1)
[2025-06-07T02:03:14+0200] [ALPM] upgraded re2 (1:20240702-4 -> 1:20240702-5)
[2025-06-07T02:03:14+0200] [ALPM] upgraded noto-fonts (1:2025.05.01-1 -> 1:2025.06.01-1)
[2025-06-07T02:03:15+0200] [ALPM] upgraded qt6-webengine (6.9.0-7 -> 6.9.1-1)
[2025-06-07T02:03:15+0200] [ALPM] upgraded kaccounts-integration (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:15+0200] [ALPM] upgraded libakonadi (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:15+0200] [ALPM] upgraded mariadb-libs (11.7.2-3 -> 11.8.2-1)
[2025-06-07T02:03:15+0200] [ALPM] upgraded mariadb-clients (11.7.2-3 -> 11.8.2-1)
[2025-06-07T02:03:16+0200] [ALPM] upgraded mariadb (11.7.2-3 -> 11.8.2-1)
[2025-06-07T02:03:16+0200] [ALPM-SCRIPTLET] :: MariaDB was updated to a new feature release. To update the data run:
[2025-06-07T02:03:16+0200] [ALPM-SCRIPTLET] # systemctl restart mariadb.service && mariadb-upgrade -u root -p
[2025-06-07T02:03:16+0200] [ALPM] upgraded akonadi (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:16+0200] [ALPM] upgraded grantleetheme (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:16+0200] [ALPM] upgraded kmime (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:16+0200] [ALPM] upgraded qt6-multimedia-ffmpeg (6.9.0-1 -> 6.9.1-1)
[2025-06-07T02:03:16+0200] [ALPM] upgraded qt6-multimedia (6.9.0-1 -> 6.9.1-1)
[2025-06-07T02:03:16+0200] [ALPM] upgraded qt6-speech (6.9.0-1 -> 6.9.1-1)
[2025-06-07T02:03:16+0200] [ALPM] upgraded qt5-translations (5.15.16-3 -> 5.15.17-1)
[2025-06-07T02:03:16+0200] [ALPM] upgraded qt5-base (5.15.16+kde+r131-1 -> 5.15.17+kde+r122-1)
[2025-06-07T02:03:16+0200] [ALPM] upgraded qt5-declarative (5.15.16+kde+r22-3 -> 5.15.17+kde+r21-1)
[2025-06-07T02:03:16+0200] [ALPM] upgraded qt5-x11extras (5.15.16-3 -> 5.15.17-1)
[2025-06-07T02:03:16+0200] [ALPM] upgraded qt5-wayland (5.15.16+kde+r60-1 -> 5.15.17+kde+r57-1)
[2025-06-07T02:03:16+0200] [ALPM] upgraded gstreamer (1.26.1-1 -> 1.26.2-1)
[2025-06-07T02:03:17+0200] [ALPM] upgraded gst-plugins-base-libs (1.26.1-1 -> 1.26.2-1)
[2025-06-07T02:03:17+0200] [ALPM] upgraded gst-plugins-base (1.26.1-1 -> 1.26.2-1)
[2025-06-07T02:03:17+0200] [ALPM] upgraded qt5-multimedia (5.15.16+kde+r2-3 -> 5.15.17+kde+r2-1)
[2025-06-07T02:03:17+0200] [ALPM] upgraded qt5-speech (5.15.16+kde+r1-3 -> 5.15.17+kde+r1-1)
[2025-06-07T02:03:17+0200] [ALPM] upgraded kwallet5 (5.116.0-1 -> 5.116.0-2)
[2025-06-07T02:03:17+0200] [ALPM] upgraded ktextaddons (1.5.4-1 -> 1.6.0-1)
[2025-06-07T02:03:17+0200] [ALPM] upgraded qrencode (4.1.1-3 -> 4.1.1-4)
[2025-06-07T02:03:17+0200] [ALPM] upgraded akonadi-contacts (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:17+0200] [ALPM] upgraded akonadi-mime (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:17+0200] [ALPM] upgraded kpimtextedit (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:17+0200] [ALPM] upgraded kidentitymanagement (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:17+0200] [ALPM] upgraded kcalutils (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:17+0200] [ALPM] upgraded ksmtp (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:17+0200] [ALPM] upgraded libkgapi (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:17+0200] [ALPM] upgraded kmailtransport (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:17+0200] [ALPM] installed qgpgme (2.0.0-1)
[2025-06-07T02:03:17+0200] [ALPM] upgraded libkleo (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:17+0200] [ALPM] upgraded akonadi-search (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:17+0200] [ALPM] upgraded kmbox (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:17+0200] [ALPM] upgraded libgravatar (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:17+0200] [ALPM] upgraded libkdepim (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:17+0200] [ALPM] upgraded kimap (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:17+0200] [ALPM] upgraded kldap (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:17+0200] [ALPM] upgraded pimcommon (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:17+0200] [ALPM] upgraded messagelib (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:17+0200] [ALPM] upgraded akonadi-calendar (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:17+0200] [ALPM] upgraded mailimporter (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:17+0200] [ALPM] upgraded mailcommon (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:17+0200] [ALPM] upgraded akonadi-import-wizard (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:17+0200] [ALPM] upgraded protobuf (30.2-3 -> 31.0-2)
[2025-06-07T02:03:17+0200] [ALPM] upgraded android-udev (20250314-1 -> 20250525-1)
[2025-06-07T02:03:18+0200] [ALPM] upgraded android-tools (35.0.2-15 -> 35.0.2-16)
[2025-06-07T02:03:18+0200] [ALPM] upgraded libarchive (3.7.9-2 -> 3.8.1-1)
[2025-06-07T02:03:18+0200] [ALPM] upgraded libzip (1.11.3-1 -> 1.11.4-1)
[2025-06-07T02:03:18+0200] [ALPM] upgraded poppler (25.05.0-1 -> 25.05.0-2)
[2025-06-07T02:03:18+0200] [ALPM] upgraded poppler-qt6 (25.05.0-1 -> 25.05.0-2)
[2025-06-07T02:03:18+0200] [ALPM] upgraded taglib (2.0.2-1 -> 2.1-1)
[2025-06-07T02:03:18+0200] [ALPM] upgraded ark (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:18+0200] [ALPM] upgraded automake (1.17-1 -> 1.18-1)
[2025-06-07T02:03:18+0200] [ALPM] upgraded baloo-widgets (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:18+0200] [ALPM] upgraded bc (1.08.1-1 -> 1.08.2-1)
[2025-06-07T02:03:18+0200] [ALPM] upgraded dnssec-anchors (20190629-4 -> 20250524-1)
[2025-06-07T02:03:18+0200] [ALPM] upgraded bind (9.20.8-2 -> 9.20.9-1)
[2025-06-07T02:03:18+0200] [ALPM] upgraded bluez (5.82-1 -> 5.83-1)
[2025-06-07T02:03:18+0200] [ALPM] upgraded bluez-utils (5.82-1 -> 5.83-1)
[2025-06-07T02:03:18+0200] [ALPM] upgraded boost-libs (1.88.0-2 -> 1.88.0-3)
[2025-06-07T02:03:18+0200] [ALPM] upgraded box2d (3.1.0-1 -> 3.1.1-1)
[2025-06-07T02:03:18+0200] [ALPM] upgraded optipng (0.7.8-1 -> 7.9.1-1)
[2025-06-07T02:03:18+0200] [ALPM] upgraded python-markdown (3.7-2 -> 3.8-1)
[2025-06-07T02:03:18+0200] [ALPM] upgraded python-pycryptodomex (3.22.0-1 -> 3.23.0-1)
[2025-06-07T02:03:18+0200] [ALPM] upgraded python-inflate64 (1.0.1-1 -> 1.0.3-1)
[2025-06-07T02:03:18+0200] [ALPM] upgraded python-py7zr (0.22.0-4 -> 1.0.0-1)
[2025-06-07T02:03:18+0200] [ALPM] upgraded python-pycryptodome (3.22.0-1 -> 3.23.0-1)
[2025-06-07T02:03:18+0200] [ALPM] upgraded python-pyqt6-sip (13.10.0-1 -> 13.10.2-1)
[2025-06-07T02:03:18+0200] [ALPM] upgraded python-pyqt6 (6.9.0-1 -> 6.9.1-1)
[2025-06-07T02:03:18+0200] [ALPM] upgraded python-zeroconf (0.147.0-1 -> 0.147.0-2)
[2025-06-07T02:03:18+0200] [ALPM] upgraded qt6-imageformats (6.9.0-1 -> 6.9.1-1)
[2025-06-07T02:03:19+0200] [ALPM] upgraded calibre (8.4.0-1 -> 8.4.0-2)
[2025-06-07T02:03:19+0200] [ALPM] upgraded chromium (136.0.7103.92-1 -> 137.0.7151.68-1)
[2025-06-07T02:03:20+0200] [ALPM] upgraded discord (1:0.0.94-1 -> 1:0.0.96-1)
[2025-06-07T02:03:20+0200] [ALPM] upgraded libkexiv2 (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:20+0200] [ALPM] upgraded ldb (2:4.22.1-1 -> 2:4.22.2-1)
[2025-06-07T02:03:20+0200] [ALPM] upgraded libwbclient (2:4.22.1-1 -> 2:4.22.2-1)
[2025-06-07T02:03:20+0200] [ALPM] upgraded smbclient (2:4.22.1-1 -> 2:4.22.2-1)
[2025-06-07T02:03:20+0200] [ALPM] upgraded libupnp (1.14.20-2 -> 1.14.22-1)
[2025-06-07T02:03:20+0200] [ALPM] upgraded libvlc (3.0.21-19 -> 3.0.21-20)
[2025-06-07T02:03:20+0200] [ALPM] upgraded qt5-svg (5.15.16+kde+r5-3 -> 5.15.17+kde+r5-1)
[2025-06-07T02:03:20+0200] [ALPM] upgraded vlc (3.0.21-19 -> 3.0.21-20)
[2025-06-07T02:03:21+0200] [ALPM] upgraded kio-extras (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:21+0200] [ALPM] upgraded dolphin (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:21+0200] [ALPM] upgraded dolphin-plugins (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:21+0200] [ALPM] warning: /etc/pacman.d/endeavouros-mirrorlist installed as /etc/pacman.d/endeavouros-mirrorlist.pacnew
[2025-06-07T02:03:21+0200] [ALPM] upgraded endeavouros-mirrorlist (25.5-1 -> 25.6-1)
[2025-06-07T02:03:21+0200] [ALPM] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
[2025-06-07T02:03:21+0200] [ALPM] upgraded pacman-mirrorlist (20250503-1 -> 20250522-1)
[2025-06-07T02:03:21+0200] [ALPM] warning: /etc/makepkg.conf.d/rust.conf installed as /etc/makepkg.conf.d/rust.conf.pacnew
[2025-06-07T02:03:21+0200] [ALPM] upgraded pacman (7.0.0.r6.gc685ae6-2 -> 7.0.0.r6.gc685ae6-6)
[2025-06-07T02:03:21+0200] [ALPM] upgraded eos-bash-shared (25.5-1 -> 25.5.2-1)
[2025-06-07T02:03:21+0200] [ALPM] upgraded fastfetch (2.43.0-1 -> 2.44.0-1)
[2025-06-07T02:03:21+0200] [ALPM] upgraded ffmpegthumbs (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:21+0200] [ALPM] upgraded firefox (138.0.3-1 -> 139.0.1-1)
[2025-06-07T02:03:21+0200] [ALPM] upgraded libjcat (0.2.3-1 -> 0.2.3-2)
[2025-06-07T02:03:21+0200] [ALPM] upgraded protobuf-c (1.5.2-2 -> 1.5.2-3)
[2025-06-07T02:03:21+0200] [ALPM] upgraded fwupd (2.0.9-1 -> 2.0.11-1)
[2025-06-07T02:03:21+0200] [ALPM] upgraded libdecor (0.2.2-1 -> 0.2.3-1)
[2025-06-07T02:03:21+0200] [ALPM] upgraded luajit (2.1.1741730670-1 -> 2.1.1748459687-1)
[2025-06-07T02:03:21+0200] [ALPM] upgraded gamescope (3.16.5-1 -> 3.16.9-1)
[2025-06-07T02:03:21+0200] [ALPM] upgraded libgexiv2 (0.14.3-2 -> 0.14.5-1)
[2025-06-07T02:03:21+0200] [ALPM] upgraded poppler-glib (25.05.0-1 -> 25.05.0-2)
[2025-06-07T02:03:21+0200] [ALPM] upgraded libgirepository (1.84.0-1 -> 1.84.0-2)
[2025-06-07T02:03:21+0200] [ALPM] upgraded gobject-introspection-runtime (1.84.0-1 -> 1.84.0-2)
[2025-06-07T02:03:22+0200] [ALPM] upgraded gimp (3.0.2-3 -> 3.0.4-2)
[2025-06-07T02:03:22+0200] [ALPM] upgraded gst-libav (1.26.1-1 -> 1.26.2-1)
[2025-06-07T02:03:22+0200] [ALPM] upgraded gst-plugin-pipewire (1:1.4.2-1 -> 1:1.4.5-1)
[2025-06-07T02:03:22+0200] [ALPM] upgraded gupnp-igd (1.6.0-1 -> 1.6.0-2)
[2025-06-07T02:03:22+0200] [ALPM] upgraded libnice (0.1.22-1 -> 0.1.22-2)
[2025-06-07T02:03:22+0200] [ALPM] upgraded gst-plugins-bad-libs (1.26.1-1 -> 1.26.2-1)
[2025-06-07T02:03:22+0200] [ALPM] upgraded libinstpatch (1.1.6-3 -> 1.1.7-2)
[2025-06-07T02:03:22+0200] [ALPM] upgraded gst-plugins-bad (1.26.1-1 -> 1.26.2-1)
[2025-06-07T02:03:22+0200] [ALPM] upgraded gst-plugins-ugly (1.26.1-1 -> 1.26.2-1)
[2025-06-07T02:03:22+0200] [ALPM] upgraded libkdcraw (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:22+0200] [ALPM] upgraded gwenview (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:22+0200] [ALPM] upgraded kdsingleapplication (1.1.0-1 -> 1.2.0-1)
[2025-06-07T02:03:22+0200] [ALPM] upgraded mpv (1:0.40.0-2 -> 1:0.40.0-3)
[2025-06-07T02:03:22+0200] [ALPM] upgraded haruna (1.4.0-1 -> 1.4.0-2)
[2025-06-07T02:03:22+0200] [ALPM] upgraded hwloc (2.12.0-2 -> 2.12.1-1)
[2025-06-07T02:03:22+0200] [ALPM] upgraded python-coverage (7.8.0-1 -> 7.8.2-1)
[2025-06-07T02:03:22+0200] [ALPM] upgraded python-numpy (2.2.5-1 -> 2.2.6-1)
[2025-06-07T02:03:22+0200] [ALPM] installed python-tinycss2 (1.4.0-2)
[2025-06-07T02:03:23+0200] [ALPM] upgraded inkscape (1.4.2-1 -> 1.4.2-2)
[2025-06-07T02:03:23+0200] [ALPM] upgraded iproute2 (6.14.0-1 -> 6.15.0-1)
[2025-06-07T02:03:23+0200] [ALPM] upgraded iputils (20240905-1 -> 20250605-1)
[2025-06-07T02:03:23+0200] [ALPM] upgraded isoimagewriter (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:23+0200] [ALPM] upgraded kaccounts-providers (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:23+0200] [ALPM] upgraded qt6-networkauth (6.9.0-1 -> 6.9.1-1)
[2025-06-07T02:03:23+0200] [ALPM] upgraded kdepim-runtime (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:23+0200] [ALPM] upgraded kontactinterface (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:23+0200] [ALPM] upgraded kaddressbook (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:24+0200] [ALPM] upgraded kate (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:24+0200] [ALPM] upgraded kcalc (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:24+0200] [ALPM] upgraded kdegraphics-mobipocket (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:24+0200] [ALPM] upgraded kdegraphics-thumbnailers (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:24+0200] [ALPM] upgraded samba (2:4.22.1-1 -> 2:4.22.2-1)
[2025-06-07T02:03:24+0200] [ALPM] upgraded kdenetwork-filesharing (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:24+0200] [ALPM] upgraded kernel-install-for-dracut (1.11-1 -> 1.13-1)
[2025-06-07T02:03:24+0200] [ALPM] upgraded kio-admin (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:24+0200] [ALPM] upgraded kirigami-addons (1.7.0-1 -> 1.8.1-1)
[2025-06-07T02:03:24+0200] [ALPM] upgraded kmail-account-wizard (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:24+0200] [ALPM] upgraded ktnef (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:25+0200] [ALPM] upgraded libksieve (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:25+0200] [ALPM] upgraded mbox-importer (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:25+0200] [ALPM] upgraded pim-data-exporter (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:25+0200] [ALPM] upgraded pim-sieve-editor (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:25+0200] [ALPM] upgraded kmail (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:25+0200] [ALPM] upgraded konsole (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:25+0200] [ALPM] upgraded kontact (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:25+0200] [ALPM] upgraded kpmcore (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:25+0200] [ALPM] upgraded kqtquickcharts (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:25+0200] [ALPM] upgraded qt5-graphicaleffects (5.15.16-3 -> 5.15.17-1)
[2025-06-07T02:03:25+0200] [ALPM] upgraded qt5-quickcontrols2 (5.15.16+kde+r5-3 -> 5.15.17+kde+r5-1)
[2025-06-07T02:03:25+0200] [ALPM] upgraded qt5-xmlpatterns (5.15.16-3 -> 5.15.17-1)
[2025-06-07T02:03:25+0200] [ALPM] upgraded ktouch (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:25+0200] [ALPM] upgraded qt6-sensors (6.9.0-1 -> 6.9.1-1)
[2025-06-07T02:03:25+0200] [ALPM] upgraded qt6-tools (6.9.0-2 -> 6.9.1-1)
[2025-06-07T02:03:25+0200] [ALPM] upgraded layer-shell-qt (6.3.5-1 -> 6.3.5-2)
[2025-06-07T02:03:25+0200] [ALPM] upgraded kwin (6.3.5-1 -> 6.3.5-2)
[2025-06-07T02:03:25+0200] [ALPM] upgraded lib32-audit (4.0.3-1 -> 4.0.5-1)
[2025-06-07T02:03:25+0200] [ALPM] upgraded lib32-libnghttp3 (1.9.0-1 -> 1.10.1-1)
[2025-06-07T02:03:25+0200] [ALPM] upgraded lib32-libldap (2.6.9-1 -> 2.6.10-1)
[2025-06-07T02:03:25+0200] [ALPM] upgraded lib32-curl (8.13.0-1 -> 8.14.1-1)
[2025-06-07T02:03:25+0200] [ALPM] upgraded lib32-glib2 (2.84.1-1 -> 2.84.2-1)
[2025-06-07T02:03:25+0200] [ALPM] upgraded lib32-libgcrypt (1.11.0-1 -> 1.11.1-1)
[2025-06-07T02:03:25+0200] [ALPM] upgraded lib32-systemd (257.5-1 -> 257.6-1)
[2025-06-07T02:03:25+0200] [ALPM] upgraded lib32-json-c (0.18-1 -> 0.18-2)
[2025-06-07T02:03:25+0200] [ALPM] upgraded lib32-gstreamer (1.26.1-1 -> 1.26.2-1)
[2025-06-07T02:03:26+0200] [ALPM] upgraded lib32-libgudev (238-2 -> 238-3)
[2025-06-07T02:03:26+0200] [ALPM] upgraded lib32-mesa (1:25.0.5-1 -> 1:25.1.2-1)
[2025-06-07T02:03:26+0200] [ALPM] upgraded lib32-gst-plugins-base-libs (1.26.1-1 -> 1.26.2-1)
[2025-06-07T02:03:26+0200] [ALPM] upgraded lib32-libpipewire (1:1.4.2-1 -> 1:1.4.5-1)
[2025-06-07T02:03:26+0200] [ALPM] upgraded lib32-libusb (1.0.28-1 -> 1.0.29-1)
[2025-06-07T02:03:26+0200] [ALPM] upgraded lib32-libxkbcommon (1.9.2-1 -> 1.10.0-1)
[2025-06-07T02:03:26+0200] [ALPM] upgraded lib32-sqlite (3.49.1-1 -> 3.49.2-1)
[2025-06-07T02:03:26+0200] [ALPM] upgraded lib32-nss (3.111-1 -> 3.112-1)
[2025-06-07T02:03:26+0200] [ALPM] upgraded lib32-pipewire (1:1.4.2-1 -> 1:1.4.5-1)
[2025-06-07T02:03:26+0200] [ALPM] upgraded vulkan-radeon (1:25.0.5-1 -> 1:25.1.2-1)
[2025-06-07T02:03:26+0200] [ALPM] upgraded lib32-vulkan-radeon (1:25.0.5-1 -> 1:25.1.2-1)
[2025-06-07T02:03:26+0200] [ALPM] upgraded libadwaita (1:1.7.2-1 -> 1:1.7.4-1)
[2025-06-07T02:03:26+0200] [ALPM] upgraded libcurl-gnutls (8.13.0-2 -> 8.14.1-1)
[2025-06-07T02:03:26+0200] [ALPM] upgraded libkdcraw5 (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:26+0200] [ALPM] upgraded liborcus (0.20.0-2 -> 0.20.1-1)
[2025-06-07T02:03:26+0200] [ALPM] upgraded libp11 (0.4.13-1 -> 0.4.14-2)
[2025-06-07T02:03:31+0200] [ALPM] upgraded libreoffice-fresh (25.2.3-3 -> 25.2.4-1)
[2025-06-07T02:03:35+0200] [ALPM] upgraded linux (6.14.6.arch1-1 -> 6.14.10.arch1-1)
[2025-06-07T02:03:35+0200] [ALPM] upgraded linux-firmware-whence (20250508.788aadc8-1 -> 20250508.788aadc8-2)
[2025-06-07T02:03:42+0200] [ALPM] upgraded linux-firmware (20250508.788aadc8-1 -> 20250508.788aadc8-2)
[2025-06-07T02:03:44+0200] [ALPM] upgraded linux-headers (6.14.6.arch1-1 -> 6.14.10.arch1-1)
[2025-06-07T02:03:44+0200] [ALPM] upgraded maliit-framework (2.3.0-2 -> 2.3.0-3)
[2025-06-07T02:03:44+0200] [ALPM] upgraded mesa-utils (9.0.0-5 -> 9.0.0-6)
[2025-06-07T02:03:44+0200] [ALPM] upgraded meson (1.8.0-1 -> 1.8.1-1)
[2025-06-07T02:03:44+0200] [ALPM] upgraded ncdu (2.7-1 -> 2.8.2-2)
[2025-06-07T02:03:46+0200] [ALPM] upgraded noto-fonts-extra (1:2025.05.01-1 -> 1:2025.06.01-1)
[2025-06-07T02:03:48+0200] [ALPM] upgraded okular (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:49+0200] [ALPM] upgraded opencv (4.11.0-9 -> 4.11.0-11)
[2025-06-07T02:03:50+0200] [ALPM] upgraded parallel (20250422-1 -> 20250522-1)
[2025-06-07T02:03:51+0200] [ALPM] upgraded partitionmanager (25.04.1-1 -> 25.04.2-1)
[2025-06-07T02:03:51+0200] [ALPM] upgraded php (8.4.7-1 -> 8.4.8-1)
[2025-06-07T02:03:51+0200] [ALPM] upgraded pipewire-alsa (1:1.4.2-1 -> 1:1.4.5-1)
[2025-06-07T02:03:51+0200] [ALPM] upgraded pipewire-pulse (1:1.4.2-1 -> 1:1.4.5-1)
[2025-06-07T02:03:51+0200] [ALPM] upgraded pkcs11-helper (1.30.0-1 -> 1.30.0-2)
[2025-06-07T02:03:51+0200] [ALPM] upgraded plasma5support (6.3.5-1 -> 6.3.5-2)
[2025-06-07T02:03:51+0200] [ALPM] upgraded qt6-virtualkeyboard (6.9.0-1 -> 6.9.1-1)
[2025-06-07T02:04:03+0200] [ALPM] upgraded plasma-workspace (6.3.5-1 -> 6.3.5-2)
[2025-06-07T02:04:04+0200] [ALPM] upgraded xdg-desktop-portal (1.20.0-2 -> 1.20.3-1)
[2025-06-07T02:04:04+0200] [ALPM] upgraded plasma-integration (6.3.5-1 -> 6.3.5-2)
[2025-06-07T02:04:04+0200] [ALPM] upgraded python-bcrypt (4.2.1-2 -> 4.3.0-1)
[2025-06-07T02:04:04+0200] [ALPM] upgraded python-cryptography (44.0.3-1 -> 45.0.3-1)
[2025-06-07T02:04:04+0200] [ALPM] upgraded python-fonttools (4.58.0-1 -> 4.58.2-1)
[2025-06-07T02:04:04+0200] [ALPM] upgraded python-pyparsing (3.2.2-1 -> 3.2.3-1)
[2025-06-07T02:04:04+0200] [ALPM] upgraded python-matplotlib (3.10.1-1 -> 3.10.3-1)
[2025-06-07T02:04:04+0200] [ALPM] upgraded python-more-itertools (10.6.0-1 -> 10.7.0-1)
[2025-06-07T02:04:04+0200] [ALPM] upgraded python-pluggy (1.5.0-3 -> 1.6.0-1)
[2025-06-07T02:04:04+0200] [ALPM] upgraded python-typing-inspection (0.4.0-1 -> 0.4.1-1)
[2025-06-07T02:04:04+0200] [ALPM] upgraded python-pydantic (2.11.4-1 -> 2.11.5-1)
[2025-06-07T02:04:04+0200] [ALPM] upgraded python-pytest (1:8.3.5-1 -> 1:8.4.0-1)
[2025-06-07T02:04:04+0200] [ALPM] upgraded python-pytest-asyncio (0.25.3-1 -> 0.26.0-1)
[2025-06-07T02:04:05+0200] [ALPM] upgraded python-setuptools (1:80.3.1-1 -> 1:80.9.0-1)
[2025-06-07T02:04:05+0200] [ALPM] upgraded python-trove-classifiers (2025.5.7.19-1 -> 2025.5.9.12-1)
[2025-06-07T02:04:05+0200] [ALPM] upgraded qt5-charts (5.15.16-3 -> 5.15.17-1)
[2025-06-07T02:04:05+0200] [ALPM] upgraded qt5-location (5.15.16+kde+r7-4 -> 5.15.17+kde+r7-1)
[2025-06-07T02:04:05+0200] [ALPM] upgraded qt5-quickcontrols (5.15.16-3 -> 5.15.17-1)
[2025-06-07T02:04:05+0200] [ALPM] upgraded qt5-webchannel (5.15.16+kde+r3-3 -> 5.15.17+kde+r3-1)
[2025-06-07T02:04:05+0200] [ALPM] upgraded qt5-webengine (5.15.18-7 -> 5.15.19-2)
[2025-06-07T02:04:05+0200] [ALPM] upgraded qt5-websockets (5.15.16+kde+r2-3 -> 5.15.17+kde+r2-1)
[2025-06-07T02:04:05+0200] [ALPM] upgraded qt6-charts (6.9.0-1 -> 6.9.1-1)
[2025-06-07T02:04:05+0200] [ALPM] upgraded qt6-connectivity (6.9.0-1 -> 6.9.1-1)
[2025-06-07T02:04:05+0200] [ALPM] upgraded qt6-quicktimeline (6.9.0-1 -> 6.9.1-1)
[2025-06-07T02:04:05+0200] [ALPM] upgraded qt6-quick3d (6.9.0-1 -> 6.9.1-1)
[2025-06-07T02:04:05+0200] [ALPM] upgraded qt6-websockets (6.9.0-1 -> 6.9.1-1)
[2025-06-07T02:04:06+0200] [ALPM] upgraded rust (1:1.86.0-1 -> 1:1.87.0-1)
[2025-06-07T02:04:06+0200] [ALPM] upgraded stress-ng (0.19.00-1 -> 0.19.01-1)
[2025-06-07T02:04:06+0200] [ALPM] upgraded syft (1.20.0-1 -> 1.26.1-1)
[2025-06-07T02:04:06+0200] [ALPM] upgraded syncthing (1.29.6-1 -> 1.29.7-1)
[2025-06-07T02:04:06+0200] [ALPM] upgraded systemd-resolvconf (257.5-3 -> 257.6-1)
[2025-06-07T02:04:06+0200] [ALPM] upgraded systemd-sysvcompat (257.5-3 -> 257.6-1)
[2025-06-07T02:04:12+0200] [ALPM] upgraded vim-runtime (9.1.1376-1 -> 9.1.1431-1)
[2025-06-07T02:04:13+0200] [ALPM] upgraded vim (9.1.1376-1 -> 9.1.1431-1)
[2025-06-07T02:04:13+0200] [ALPM] upgraded vte-common (0.80.1-1 -> 0.80.2-1)
[2025-06-07T02:04:13+0200] [ALPM] upgraded vte3 (0.80.1-1 -> 0.80.2-1)
[2025-06-07T02:04:13+0200] [ALPM] upgraded webkit2gtk-4.1 (2.48.1-2 -> 2.48.3-1)
[2025-06-07T02:04:53+0200] [ALPM] upgraded wine (10.7-1 -> 10.8-1)
[2025-06-07T02:05:01+0200] [ALPM] upgraded wireshark-cli (4.4.6-2 -> 4.4.7-1)
[2025-06-07T02:05:18+0200] [ALPM] upgraded wireshark-qt (4.4.6-2 -> 4.4.7-1)
[2025-06-07T02:05:18+0200] [ALPM] upgraded xterm (398-1 -> 399-1)
[2025-06-07T02:05:20+0200] [ALPM] upgraded yt-dlp (2025.04.30-1 -> 2025.05.22-1)
[2025-06-07T02:05:23+0200] [ALPM] transaction completed
[2025-06-07T02:05:26+0200] [ALPM] running '20-systemd-sysusers.hook'...
[2025-06-07T02:05:26+0200] [ALPM] running '30-systemd-binfmt.hook'...
[2025-06-07T02:05:26+0200] [ALPM] running '30-systemd-catalog.hook'...
[2025-06-07T02:05:26+0200] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2025-06-07T02:05:26+0200] [ALPM] running '30-systemd-daemon-reload-user.hook'...
[2025-06-07T02:05:27+0200] [ALPM] running '30-systemd-hwdb.hook'...
[2025-06-07T02:05:27+0200] [ALPM] running '30-systemd-restart-marked.hook'...
[2025-06-07T02:05:28+0200] [ALPM] running '30-systemd-sysctl.hook'...
[2025-06-07T02:05:28+0200] [ALPM] running '30-systemd-tmpfiles.hook'...
[2025-06-07T02:05:28+0200] [ALPM] running '30-systemd-udev-reload.hook'...
[2025-06-07T02:05:29+0200] [ALPM] running '30-systemd-update.hook'...
[2025-06-07T02:05:29+0200] [ALPM] running '30-update-mime-database.hook'...
[2025-06-07T02:05:30+0200] [ALPM] running '40-update-ca-trust.hook'...
[2025-06-07T02:05:30+0200] [ALPM] running '60-depmod.hook'...
[2025-06-07T02:05:31+0200] [ALPM] running '90-kernel-install.hook'...
[2025-06-07T02:05:32+0200] [ALPM-SCRIPTLET] Running kernel-install for 6.14.10-arch1-1
[2025-06-07T02:05:33+0200] [ALPM-SCRIPTLET] dracut[I]: Executing: /usr/bin/dracut --no-hostonly --force /efi/f0ba482329dc420ca6d6d0900f32878a/6.14.10-arch1-1/initrd-fallback 6.14.10-arch1-1
[2025-06-07T02:05:34+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: bash ***
[2025-06-07T02:05:34+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd ***
[2025-06-07T02:05:34+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-ask-password ***
[2025-06-07T02:05:34+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-battery-check ***
[2025-06-07T02:05:34+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-cryptsetup ***
[2025-06-07T02:05:34+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-initrd ***
[2025-06-07T02:05:34+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-journald ***
[2025-06-07T02:05:34+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-modules-load ***
[2025-06-07T02:05:34+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-pcrphase ***
[2025-06-07T02:05:34+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-sysctl ***
[2025-06-07T02:05:34+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-tmpfiles ***
[2025-06-07T02:05:34+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-udevd ***
[2025-06-07T02:05:34+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: modsign ***
[2025-06-07T02:05:34+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: i18n ***
[2025-06-07T02:05:34+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: btrfs ***
[2025-06-07T02:05:34+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: crypt ***
[2025-06-07T02:05:34+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: dm ***
[2025-06-07T02:05:34+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: kernel-modules ***
[2025-06-07T02:05:36+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: kernel-modules-extra ***
[2025-06-07T02:05:36+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: lvm ***
[2025-06-07T02:05:39+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: mdraid ***
[2025-06-07T02:05:44+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: nvdimm ***
[2025-06-07T02:05:44+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: qemu ***
[2025-06-07T02:05:44+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: qemu-net ***
[2025-06-07T02:05:44+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: fido2 ***
[2025-06-07T02:05:44+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: pkcs11 ***
[2025-06-07T02:05:45+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: hwdb ***
[2025-06-07T02:05:45+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: lunmask ***
[2025-06-07T02:05:45+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: resume ***
[2025-06-07T02:05:45+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: rootfs-block ***
[2025-06-07T02:05:45+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: terminfo ***
[2025-06-07T02:05:45+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: udev-rules ***
[2025-06-07T02:05:45+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: virtiofs ***
[2025-06-07T02:05:45+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: dracut-systemd ***
[2025-06-07T02:05:45+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: usrmount ***
[2025-06-07T02:05:45+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: base ***
[2025-06-07T02:05:45+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: fs-lib ***
[2025-06-07T02:05:45+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: shell-interpreter ***
[2025-06-07T02:05:45+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: shutdown ***
[2025-06-07T02:05:45+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-sysusers ***
[2025-06-07T02:05:45+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including modules done ***
[2025-06-07T02:05:45+0200] [ALPM-SCRIPTLET] dracut[I]: *** Installing kernel module dependencies ***
[2025-06-07T02:05:45+0200] [ALPM-SCRIPTLET] dracut[I]: *** Installing kernel module dependencies done ***
[2025-06-07T02:05:45+0200] [ALPM-SCRIPTLET] dracut[I]: *** Resolving executable dependencies ***
[2025-06-07T02:05:46+0200] [ALPM-SCRIPTLET] dracut[I]: *** Resolving executable dependencies done ***
[2025-06-07T02:05:46+0200] [ALPM-SCRIPTLET] dracut[I]: *** Hardlinking files ***
[2025-06-07T02:05:46+0200] [ALPM-SCRIPTLET] dracut[I]: *** Hardlinking files done ***
[2025-06-07T02:05:46+0200] [ALPM-SCRIPTLET] dracut[I]: *** Generating early-microcode cpio image ***
[2025-06-07T02:05:46+0200] [ALPM-SCRIPTLET] dracut[I]: *** Constructing GenuineIntel.bin ***
[2025-06-07T02:05:46+0200] [ALPM-SCRIPTLET] dracut[I]: *** Store current command line parameters ***
[2025-06-07T02:05:46+0200] [ALPM-SCRIPTLET] dracut[I]: *** Stripping files ***
[2025-06-07T02:05:48+0200] [ALPM-SCRIPTLET] dracut[I]: *** Stripping files done ***
[2025-06-07T02:05:48+0200] [ALPM-SCRIPTLET] dracut[I]: *** Creating image file '/efi/f0ba482329dc420ca6d6d0900f32878a/6.14.10-arch1-1/initrd-fallback' ***
[2025-06-07T02:05:51+0200] [ALPM-SCRIPTLET] dracut[I]: *** Creating initramfs image file '/efi/f0ba482329dc420ca6d6d0900f32878a/6.14.10-arch1-1/initrd-fallback' done ***
[2025-06-07T02:05:54+0200] [ALPM-SCRIPTLET] dracut[I]: Executing: /usr/bin/dracut --hostonly --no-hostonly-cmdline -f /efi/f0ba482329dc420ca6d6d0900f32878a/6.14.10-arch1-1/initrd 6.14.10-arch1-1
[2025-06-07T02:05:55+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: bash ***
[2025-06-07T02:05:55+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd ***
[2025-06-07T02:05:55+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-ask-password ***
[2025-06-07T02:05:55+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-battery-check ***
[2025-06-07T02:05:55+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-cryptsetup ***
[2025-06-07T02:05:55+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-initrd ***
[2025-06-07T02:05:55+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-journald ***
[2025-06-07T02:05:55+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-modules-load ***
[2025-06-07T02:05:55+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-pcrphase ***
[2025-06-07T02:05:55+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-sysctl ***
[2025-06-07T02:05:55+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-tmpfiles ***
[2025-06-07T02:05:55+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-udevd ***
[2025-06-07T02:05:55+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: i18n ***
[2025-06-07T02:05:56+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: btrfs ***
[2025-06-07T02:05:56+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: crypt ***
[2025-06-07T02:05:56+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: dm ***
[2025-06-07T02:05:56+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: kernel-modules ***
[2025-06-07T02:05:57+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: kernel-modules-extra ***
[2025-06-07T02:05:57+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: lvm ***
[2025-06-07T02:05:57+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: mdraid ***
[2025-06-07T02:05:57+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: qemu ***
[2025-06-07T02:05:57+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: qemu-net ***
[2025-06-07T02:05:57+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: hwdb ***
[2025-06-07T02:05:57+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: lunmask ***
[2025-06-07T02:05:57+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: resume ***
[2025-06-07T02:05:57+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: rootfs-block ***
[2025-06-07T02:05:57+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: terminfo ***
[2025-06-07T02:05:57+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: udev-rules ***
[2025-06-07T02:05:57+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: virtiofs ***
[2025-06-07T02:05:57+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: dracut-systemd ***
[2025-06-07T02:05:57+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: usrmount ***
[2025-06-07T02:05:57+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: base ***
[2025-06-07T02:05:57+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: fs-lib ***
[2025-06-07T02:05:57+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: shell-interpreter ***
[2025-06-07T02:05:57+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: shutdown ***
[2025-06-07T02:05:57+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-sysusers ***
[2025-06-07T02:05:57+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including modules done ***
[2025-06-07T02:05:57+0200] [ALPM-SCRIPTLET] dracut[I]: *** Installing kernel module dependencies ***
[2025-06-07T02:05:58+0200] [ALPM-SCRIPTLET] dracut[I]: *** Installing kernel module dependencies done ***
[2025-06-07T02:05:58+0200] [ALPM-SCRIPTLET] dracut[I]: *** Resolving executable dependencies ***
[2025-06-07T02:05:58+0200] [ALPM-SCRIPTLET] dracut[I]: *** Resolving executable dependencies done ***
[2025-06-07T02:05:58+0200] [ALPM-SCRIPTLET] dracut[I]: *** Hardlinking files ***
[2025-06-07T02:05:58+0200] [ALPM-SCRIPTLET] dracut[I]: *** Hardlinking files done ***
[2025-06-07T02:05:58+0200] [ALPM-SCRIPTLET] dracut[I]: *** Generating early-microcode cpio image ***
[2025-06-07T02:05:58+0200] [ALPM-SCRIPTLET] dracut[I]: *** Constructing GenuineIntel.bin ***
[2025-06-07T02:05:58+0200] [ALPM-SCRIPTLET] dracut[I]: *** Store current command line parameters ***
[2025-06-07T02:05:58+0200] [ALPM-SCRIPTLET] dracut[I]: *** Stripping files ***
[2025-06-07T02:05:59+0200] [ALPM-SCRIPTLET] dracut[I]: *** Stripping files done ***
[2025-06-07T02:05:59+0200] [ALPM-SCRIPTLET] dracut[I]: *** Creating image file '/efi/f0ba482329dc420ca6d6d0900f32878a/6.14.10-arch1-1/initrd' ***
[2025-06-07T02:06:02+0200] [ALPM-SCRIPTLET] dracut[I]: *** Creating initramfs image file '/efi/f0ba482329dc420ca6d6d0900f32878a/6.14.10-arch1-1/initrd' done ***
[2025-06-07T02:06:03+0200] [ALPM] running 'dbus-reload.hook'...
[2025-06-07T02:06:03+0200] [ALPM] running 'eos-rankmirrors.hook'...
[2025-06-07T02:06:03+0200] [ALPM-SCRIPTLET] -> configuration set to rank mirrors
[2025-06-07T02:06:05+0200] [ALPM-SCRIPTLET] e[0;94m==> eos-rankmirrors: info: extracting package endeavouros-mirrorlist 25.6-1 ...e[0m
[2025-06-07T02:06:05+0200] [ALPM-SCRIPTLET] e[0;94m==> eos-rankmirrors: info: ranking EndeavourOS mirrors, please wait ...e[0m
[2025-06-07T02:06:08+0200] [ALPM-SCRIPTLET] e[0;95m==> Warning about https://distrohub.kyiv.ua/endeavouros/repo/$repo/$arch:e[0m
[2025-06-07T02:06:08+0200] [ALPM-SCRIPTLET] e[0;95mConnection to this mirror failed (curl exit code 7).e[0m
[2025-06-07T02:06:33+0200] [ALPM-SCRIPTLET] e[0;94m==> Info: Results of ranking EndeavourOS mirrors:
[2025-06-07T02:06:33+0200] [ALPM-SCRIPTLET] e[0m
[2025-06-07T02:06:33+0200] [ALPM-SCRIPTLET]
[2025-06-07T02:06:33+0200] [ALPM-SCRIPTLET] ==> Writing new ranked EndeavourOS mirrorlist to /etc/pacman.d/endeavouros-mirrorlist.pacnew.
[2025-06-07T02:06:33+0200] [ALPM-SCRIPTLET]
[2025-06-07T02:06:33+0200] [ALPM] running 'eos-reboot-required.hook'...
[2025-06-07T02:06:34+0200] [ALPM] running 'fontconfig.hook'...
[2025-06-07T02:06:35+0200] [ALPM] running 'fontconfig-32.hook'...
[2025-06-07T02:06:35+0200] [ALPM] running 'glib-compile-schemas.hook'...
[2025-06-07T02:06:35+0200] [ALPM] running 'gtk-update-icon-cache.hook'...
[2025-06-07T02:06:36+0200] [ALPM] running 'rebuild-detector.hook'...
[2025-06-07T02:06:49+0200] [ALPM-SCRIPTLET] foreign heroic-gogdl
[2025-06-07T02:06:49+0200] [ALPM-SCRIPTLET] foreign proton-ge-custom-bin
[2025-06-07T02:06:49+0200] [ALPM] running 'systemd-boot.hook'...
[2025-06-07T02:06:49+0200] [ALPM-SCRIPTLET] Copied "/usr/lib/systemd/boot/efi/systemd-bootx64.efi" to "/efi/EFI/systemd/systemd-bootx64.efi".
[2025-06-07T02:06:49+0200] [ALPM-SCRIPTLET] Copied "/usr/lib/systemd/boot/efi/systemd-bootx64.efi" to "/efi/EFI/BOOT/BOOTX64.EFI".
[2025-06-07T02:06:49+0200] [ALPM-SCRIPTLET] Skipping "/efi/EFI/BOOT/BOOTX64.EFI", same boot loader version in place already.
[2025-06-07T02:06:49+0200] [ALPM] running 'texinfo-install.hook'...
[2025-06-07T02:06:49+0200] [ALPM] running 'update-desktop-database.hook'...
[2025-06-07T02:06:49+0200] [ALPM] running 'update-vlc-plugin-cache.hook'...
[2025-06-07T02:11:49+0200] [PACMAN] Running 'pacman -U --config /etc/pacman.conf -- /home/mads/.cache/yay/heimdall-grimler-git/heimdall-grimler-git-2.2.2.r0.d9554e7-1-x86_64.pkg.tar.zst /home/mads/.cache/yay/proton-ge-custom-bin/proton-ge-custom-bin-1:GE_Proton10_4-1-x86_64.pkg.tar.zst /home/mads/.cache/yay/furmark/furmark-2.8.2.0-1-x86_64.pkg.tar.zst /home/mads/.cache/yay/nexusmods-app-bin/nexusmods-app-bin-0.11.3-1-x86_64.pkg.tar.zst /home/mads/.cache/yay/unixbench/unixbench-6.0.0-2-x86_64.pkg.tar.zst /home/mads/.cache/yay/heroic-games-launcher-bin/heroic-games-launcher-bin-2.17.1-1-x86_64.pkg.tar.zst'
[2025-06-07T10:26:49+0200] [ALPM] transaction started
[2025-06-07T10:26:49+0200] [ALPM] upgraded heimdall-grimler-git (2.1.0.r1.1afaefb-3 -> 2.2.2.r0.d9554e7-1)
[2025-06-07T10:26:51+0200] [ALPM] upgraded proton-ge-custom-bin (1:GE_Proton10_1-1 -> 1:GE_Proton10_4-1)
[2025-06-07T10:26:51+0200] [ALPM-SCRIPTLET]
[2025-06-07T10:26:51+0200] [ALPM-SCRIPTLET] The wine executable used by proton can automatically set the niceness of a process;
[2025-06-07T10:26:51+0200] [ALPM-SCRIPTLET] Consider adding yourself to the games group to make this work by issuing: usermod -a -G games
[2025-06-07T10:26:51+0200] [ALPM-SCRIPTLET]
[2025-06-07T10:26:51+0200] [ALPM] upgraded furmark (2.3.0.0-1 -> 2.8.2.0-1)
[2025-06-07T10:26:52+0200] [ALPM] upgraded nexusmods-app-bin (0.10.2-1 -> 0.11.3-1)
[2025-06-07T10:26:52+0200] [ALPM-SCRIPTLET] When upgrading, please clear the data directory:
[2025-06-07T10:26:52+0200] [ALPM-SCRIPTLET] rm -Rf ~/.local/share/NexusMods.App
[2025-06-07T10:26:52+0200] [ALPM-SCRIPTLET] See: https://github.com/Nexus-Mods/NexusMods.App/releases/tag/v0.6.0
[2025-06-07T10:26:53+0200] [ALPM] upgraded unixbench (5.1.3-5 -> 6.0.0-2)
[2025-06-07T10:26:53+0200] [ALPM] upgraded heroic-games-launcher-bin (2.16.1-1 -> 2.17.1-1)
[2025-06-07T10:26:54+0200] [ALPM] transaction completed
[2025-06-07T10:26:54+0200] [ALPM] running '30-systemd-update.hook'...
[2025-06-07T10:26:54+0200] [ALPM] running 'gtk-update-icon-cache.hook'...
[2025-06-07T10:26:54+0200] [ALPM] running 'rebuild-detector.hook'...
[2025-06-07T10:26:58+0200] [ALPM-SCRIPTLET] foreign heroic-gogdl
[2025-06-07T10:26:58+0200] [ALPM-SCRIPTLET] foreign nexusmods-app-bin
[2025-06-07T10:26:58+0200] [ALPM-SCRIPTLET] foreign proton-ge-custom-bin
[2025-06-07T10:26:58+0200] [ALPM] running 'update-desktop-database.hook'...
[2025-06-07T10:27:04+0200] [PACMAN] Running 'pacman -D -q --asexplicit --config /etc/pacman.conf -- heimdall-grimler-git proton-ge-custom-bin furmark nexusmods-app-bin unixbench heroic-games-launcher-bin'