You are not logged in.

#26 2025-05-23 06:53:47

Enrico1989
Member
Registered: 2018-07-05
Posts: 270

Re: Help in troubleshooting high CPU temperature

To add more info and questions:

  - I've tried having htop running, I see that Root.exe seems to share the load evenly across the 8 cores;
  - (I don't have two screens, so I can't look at top/htop at the same time I'm playing the game Root, which seem to refuse being put in half screen, like I did for blobby2 above) but when I switch from the workspace with the game to the one where htop and the other tools for monitoring are, and I've quick enough to make a screenshot, I get the first image below, so I think that in reality the GPU is doing some work; is the filling of that Render/3D bar what I'd want to be higher? Or the one "Video" or "VideoEnhance" below it? Or what?
  - Also, we are using this intel-gpu-top thing; from the line IGT GPU Tools is a collection of tools for development and testing of the DRM drivers and looking up the acronyms, do I understand correctly that it knows about my NVIDIA graphic card? I'm asking because I don't read "nvidia" in the ouptut.
  - Ideally, would I want to see the PID of Root.exe (I think 448170 in htop's output) in the second table output by intel-gpu-top, and quite filled?
  - Is there a way, after a crash to recover the temperature and load profile of the CPU cores? Or do I have to spin some shell script that dumps this info to file?
  - Similarly what part of the output of intel-gpu-top is telling the load of the GPU? As in, what would I want to see, if everything was working fine?
  - Incidentally, I tried passing the option PROTON_USE_WINED3D=1 and then the option PROTON_USE_WINED3D=0 out of ignorance and for experimenting a bit, and I haven't noticed anything different.
  - After reading https://wiki.archlinux.org/title/PRIME, I've tried passing `__NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia %command%` as the launcher command (in hindsight, maybe the attempt made at the previous point should have had %command% as well), and I keep seeing the same behavior the second screenshot below shows what I see right after switching away from the workspace with the Root game running

top
top2

Last edited by Enrico1989 (2025-05-23 07:48:39)

Offline

#27 2025-05-23 13:37:30

seth
Member
Registered: 2012-09-03
Posts: 65,912

Re: Help in troubleshooting high CPU temperature

There's no reason to assume the CPU load is because root.exe is rendering anything in software.
Can you crash the system w/ stress and running it on 6,7,8 cores?

Status quo is that there's an incredibly CPU intense process (root.exe) and your system cannot keep the resulting temperatures under control.
root.exe is probably just a bug/shit code - what you need to figure is whether and how your system fails to maintain core temperatures - do you overclock it in any way?
If you ramp up the CPU load and it heats up and then you kill the trigger (stress) before temps get critical: how long does it take to cool it down?
Are the fans controlled by the UEFI or some userspace tool in the OS?
Can you set them to act more aggressively?

And indeed inspect the device for dust.

If you want to check the load w/ the nvidia driver, use nvidia-smi.
All lines in igt show the IGP load, upper part "for what" and lower part "by what" 

Since you tested OpenGL it's probably not the problem, but you do have  lib32-vulkan-intel installed?

Offline

#28 2025-05-24 10:31:54

Enrico1989
Member
Registered: 2018-07-05
Posts: 270

Re: Help in troubleshooting high CPU temperature

seth wrote:

Can you crash the system w/ stress and running it on 6,7,8 cores?

When I run with 6 and 8 cpus, the results are:

  - 8 cores - after ~4m30s, when I heard the fan speed very slighly going above idle: https://i.ibb.co/RGMNrzdt/2025-05-24-10-35.png
  - 8 cores - after ~8m20s, when I heard the fan speed going a bit higher: https://i.ibb.co/JjtnhLsC/2025-05-24-10-39.png
  - 8 cores - after ~12m, when I decided things were not gonna change much: https://i.ibb.co/Rk8k0htx/2025-05-24-10-42.png
  - 6 cores - when I heard the slight rise in fan speed: https://i.ibb.co/4gsfyyVw/2025-05-24-10-47.png
  - 6 cores - when I heard another rise in fan speed: https://i.ibb.co/DgYpJX0p/2025-05-24-10-50.png

Weirdly, if my impressions of when the fan speed increased in the various moments is correct, the test with 6 cores would make the fan speed go higher a bit sooner.

Anyway, the temperature got to ~50°C in ~1 minute in both cases, so no, I don't manage to cause a crash with that. I mean, I could leave `stress` running for a hour and see if things are not stable as they looked.

I tried again with `echo "scale=50000; a(1)*4" | bc -l` (only one), and I observe the same.

seth wrote:

do you overclock it in any way?

No, I don't, unless the laptop was already overclocked as I took it out of the packaging when I bought years ago. I don't know how to do overclocking and I've never done it. It's not something I can do by accident, can I?

seth wrote:

If you ramp up the CPU load and it heats up and then you kill the trigger (stress) before temps get critical: how long does it take to cool it down?

As I said, it took roughly a minute to get back to ~50°C, which seems fairly stable.


seth wrote:

Are the fans controlled by the UEFI or some userspace tool in the OS?
Can you set them to act more aggressively?

I don't think I've done anything myself to control the fans, so I assume they are controlled by UEFI. Any way to check this? Do I set them to act more aggressively by going in the BIOS and looking for appropriate settings, right?

seth wrote:

And indeed inspect the device for dust.

I'll ask a friend to help me on this. I presume with some compressed air pointed at the air outlet I can achive some cleaning from the outside. But if I need to open the laptop, I have to check first if there's some warranty still active, even if I think by now I'm on my own.

seth wrote:

If you want to check the load w/ the nvidia driver, use nvidia-smi.

You mean I can install one of these packages from the AUR? https://aur.archlinux.org/packages?O=0&K=nvidia-smi

seth wrote:

Since you tested OpenGL it's probably not the problem, but you do have  lib32-vulkan-intel installed?

Nope, that's not installed.

Offline

#29 2025-05-24 10:58:35

ugjka
Member
From: Latvia
Registered: 2014-04-01
Posts: 1,920
Website

Re: Help in troubleshooting high CPU temperature

I had a laptop that had the cooling heatpipes go bad. They contain coolant liquid and if that escapes the heatpipes lose the ability to transfer heat. I had to order a new one from aliexpress and that solved the issue.

If it is not that or dust then another option is reapplying thermal paste on the cpu

Offline

#30 2025-05-24 12:53:06

seth
Member
Registered: 2012-09-03
Posts: 65,912

Re: Help in troubleshooting high CPU temperature

Weirdly, if my impressions of when the fan speed increased in the various moments is correct, the test with 6 cores would make the fan speed go higher a bit sooner

Less cores being active allows them to be run at higher frequencies what might run you into higher temperatures faster.

Anyway, the temperature got to ~50°C in ~1 minute in both cases, so no, I don't manage to cause a crash with that.

What else than Root.exe gets the system to crash?
Can you crash it w/ a dedicated GPU benchmark?
https://wiki.archlinux.org/title/Benchmarking#Graphics

Offline

#31 2025-05-25 05:22:48

Enrico1989
Member
Registered: 2018-07-05
Posts: 270

Re: Help in troubleshooting high CPU temperature

seth wrote:

What else than Root.exe gets the system to crash?

I don't think I've seen it crashing for intence CPU load before, but it's also true that I haven't played videogames much on this computer. I do remember that even The Darkest Woods 1 and 2 would send the fan spinning a lot, but I don't remember it causing the system to crash... but I have to consider that my gaming sessions might have been just a few minutes, I suppose.

seth wrote:

Can you crash it w/ a dedicated GPU benchmark?
https://wiki.archlinux.org/title/Benchmarking#Graphics

I've run glmark2 successfully, and not seen the CPUs reaching 70°C in the meanwhiile, whereas the render/3d engine as shown by intel-gpu-top would be ~100% all the time, which I think it's very good. I suppose this is one more proof that the benchmark is way better code at hammering the GPU instead of the CPU than Root :'D

Anyway, glmark2 was last updated on 2024-07-12, according to Arch packages, and its GitHub repo shows it's been updated 3 months ago, so I suppose I should consider it up-to-date. Anyway, I'll try some more benchmark from the page you linked (most are from the AUR). Do you have one of those in mind specifically? I suppose I can disregard glxgears, which is old and surely stress-tests way less than glmark2, right?

Offline

#32 2025-05-25 07:53:25

seth
Member
Registered: 2012-09-03
Posts: 65,912

Re: Help in troubleshooting high CPU temperature

You could try the unigine demos, they should tax your system a bit.


The system still overheats and crashes reliably when running Root.exe?
It is normal that the system heats up (and then the fans kick in) if you run resource intense processes, but getting it into emergency shutdowns is not and means you need to either restrict maximum frequencies, increase fan aggressiveness or adjust the frequency governor to stay inside the TDB - there may also be firmware updates itr?

Offline

#33 2025-05-26 18:25:14

Enrico1989
Member
Registered: 2018-07-05
Posts: 270

Re: Help in troubleshooting high CPU temperature

seth wrote:

The system still overheats and crashes reliably when running Root.exe?

"Reliably" is a big big word. It crashed today. The best I can do is to time myself since I start playing, to see if there's some critical time. But if the crash is indeed due to temperature, I don't expect the time-to-crash to be particularly consistent.

seth wrote:

You could try the unigine demos, they should tax your system a bit.

I've tried Heaven, and the result is this. I can tell you that the GPU does like crap. In the sense that the movement is not fluid at all. But at least, with rendering/3d at 100%, the CPU is just fine, never going above 80°C, and most of the time under 70°C.

I suppose that I do have a shitty laptop to start with, but the problem seems to be with this game specifically:

   - we tried hogging the CPU, and things didn't go as bad as with the game
   - we tried hogging the GPU, and things didn't go as bad as with the game

sad

---

As I was playing, I moved to the window where htop and the other terminals with monitoring stuff are, and something is very weird (but I'm not sure it's always been like this. I should probably review the screenshots I've attached so far): I've seen the usage % of the 8 cores be as low and the temperatoure as high as you see here for several seconds, ultil I just closed the game (which was clearly not even visible on screen, as it was in another workspace!). It puzzles me a bit... how can the temperature be so high if the CPU usage is so low???

Last edited by Enrico1989 (2025-05-26 19:08:01)

Offline

#34 2025-05-26 20:30:57

seth
Member
Registered: 2012-09-03
Posts: 65,912

Re: Help in troubleshooting high CPU temperature

I suppose that I do have a shitty laptop to start with

Heaven was a showcase for the high-end GPU of the time, the fact that what's likely a for-office designed notebook can run that at all means it's not "shitty", it's not designed for this kind of task. Hence the plan to torture your system with that.

how can the temperature be so high if the CPU usage is so low???

The main load is probably on the IGP, which is  the same chip but logically not the CPU.
You could try to run "LIBGL_ALWAYS_SOFTWARE=1 unigine-heaven"

So, status quo: root.exe is an unexpected resource hog (looks like shit but requires a lot of CPU time - happens)
Occasionally the system reboots hard, this might or not be due to the load inflicted by said root.exe.
Or it's purely coincidental because you're addicted to that game (the system probably also crashes while you're breathing, but that's because you're breathing all the time - not because you breathing would be the cause of those crashes)

Any discernible pattern to the reboots?
Time of day, or after you suspended the system to RAM or woke up from hibernation or attached some external device, …?

Offline

#35 2025-05-27 08:02:44

Enrico1989
Member
Registered: 2018-07-05
Posts: 270

Re: Help in troubleshooting high CPU temperature

seth wrote:

Heaven was a showcase for the high-end GPU of the time, the fact that what's likely a for-office designed notebook can run that at all means it's not "shitty", it's not designed for this kind of task. Hence the plan to torture your system with that.

Thanks for clarifying.

seth wrote:

The main load is probably on the IGP, which is  the same chip but logically not the CPU.

Oh, didn't know that. By the way, the way you describe it, I'd assume IGP stands for "integrated graphic processor", but it's a bit weird that I don't find many results if I web search for it. Does it stand for something else?

seth wrote:

You could try to run "LIBGL_ALWAYS_SOFTWARE=1 unigine-heaven"

I'll report on that.

seth wrote:

Or it's purely coincidental because you're addicted to that game (the system probably also crashes while you're breathing, but that's because you're breathing all the time - not because you breathing would be the cause of those crashes)

True in principle, but I've started playing this game not more than a few weeks ago, while the laptop is years old, and I've not seen crashes all along since I installed Arch when I bought it, as far as my memory can tell.

seth wrote:

Any discernible pattern to the reboots?
Time of day, or after you suspended the system to RAM or woke up from hibernation or attached some external device, …?

That's very hard to tell, I haven't noticed anything special. For instance, I'm pretty sure that on a fresh boot (e.g. after rebooting after a crash, having left some time for things to cool down) the heat up happens.

Offline

#36 2025-05-27 08:16:57

jl2
Member
From: 47° 18' N 8° 34' E
Registered: 2022-06-01
Posts: 773

Re: Help in troubleshooting high CPU temperature

IGP is misspelled/shorten, it should be iGPU.

- we tried hogging the CPU, and things didn't go as bad as with the game
   - we tried hogging the GPU, and things didn't go as bad as with the game

And what if you do both?

A interesting thing I occasionally encounter is that CPUs under medium load tend to get hotter than full load on all cores, even on PC systems. I think it might have to do with all these boost clock stuff.

Last edited by jl2 (2025-05-27 08:17:42)


Why I run Arch? To "BTW I run Arch" the guy one grade younger.
And to let my siblings and cousins laugh at Arsch Linux...

Upload longer text output like this

Offline

#37 2025-05-27 08:55:23

stfischr
Member
Registered: 2020-04-29
Posts: 34

Re: Help in troubleshooting high CPU temperature

Hi.

jl2 wrote:

And what if you do both?

A interesting thing I occasionally encounter is that CPUs under medium load tend to get hotter than full load on all cores, even on PC systems. I think it might have to do with all these boost clock stuff.

Typically the CPU+iGPU is limited by temperature and power, the less cores that are boosting the higher the boost frequency. So you can theoretical reach higher temperatures with less cores loaded, though I never seen that.

My go to heat tests are: for CPU prime95 (the stress test): https://www.mersenne.org/download/ and for GPU furmark https://geeks3d.com/furmark/downloads/

Both should reach temperatures that no other tool or program can achieve, both together should crash your system fast if you have heat-problems.
If a crash due to heat occurs, then you have a hardware problem. First thing check for dust in the cooling system, if you don't want to open the laptop use a vacuum cleaner on all openings.
If that doesn't help, the thermal paste might be dried out but that is unlikely with the age of your laptop.

Also, make sure to know where your graphics workload is running, if you're gaming and the iGPU isn't near 100% 3D-load the reason is probably that the nvidia card is being used (see with nvidia-smi). Make sure you use the proprietary nvidia driver because the open driver has poor power management.

Offline

#38 2025-05-27 09:03:44

seth
Member
Registered: 2012-09-03
Posts: 65,912

Re: Help in troubleshooting high CPU temperature

IGP is misspelled/shorten, it should be iGPU.

https://en.wikipedia.org/wiki/Graphics_ … d_graphics
https://de.wikipedia.org/wiki/Integrier … kprozessor

You mean I can install one of these packages from the AUR? https://aur.archlinux.org/packages?O=0&K=nvidia-smi

nvidia-smi is part of nvidia-utils

Nope, that's not installed.

Install it as well as lib32-nvidia-utils (we might be facing a 32bit game trying to run on the nvidia gpu and falling back to software because of that?)

Offline

#39 2025-05-27 10:56:29

jl2
Member
From: 47° 18' N 8° 34' E
Registered: 2022-06-01
Posts: 773

Re: Help in troubleshooting high CPU temperature

That doesn't change that the widely used shortening for it still is iGPU (with varying capitalization).
(Googling IGP will give me this lol https://www.aop-igp.ch/ueber-aop-igp/de … n-aop-igp/ [ olma bratwurst ist damit gelabelt tongue ] )

Last edited by jl2 (2025-05-27 10:56:53)


Why I run Arch? To "BTW I run Arch" the guy one grade younger.
And to let my siblings and cousins laugh at Arsch Linux...

Upload longer text output like this

Offline

#40 2025-06-19 16:38:13

Enrico1989
Member
Registered: 2018-07-05
Posts: 270

Re: Help in troubleshooting high CPU temperature

Incidental question, aimed at not worsening things more and maybe to provide more detail: today upon trying an update, I see this:

:: Synchronising package databases...
 core                                                                                                                         116.2 KiB  1211 KiB/s 00:00 [----------------------------------------------------------------------------------------------] 100%
 extra                                                                                                                          7.8 MiB  23.5 MiB/s 00:00 [----------------------------------------------------------------------------------------------] 100%
 multilib                                                                                                                     135.0 KiB  1452 KiB/s 00:00 [----------------------------------------------------------------------------------------------] 100%
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
warning: dependency cycle detected:
warning: nvidia-utils will be installed before its mesa dependency
warning: dependency cycle detected:
warning: nvidia-utils will be installed before its mesa dependency

Package (11)                 Old Version   New Version   Net Change  Download Size

extra/abseil-cpp             20250512.0-1  20250512.1-1    0.00 MiB       1.20 MiB
multilib/lib32-libnghttp2    1.65.0-1      1.66.0-1        0.00 MiB       0.06 MiB
multilib/lib32-mesa          1:25.1.3-3    1:25.1.4-1      0.00 MiB      10.26 MiB
multilib/lib32-nvidia-utils  575.57.08-1   575.64-2        0.00 MiB      51.41 MiB
multilib/lib32-vulkan-intel  1:25.1.3-3    1:25.1.4-1      0.00 MiB       4.32 MiB
core/libnghttp2              1.65.0-1      1.66.0-1        0.00 MiB       0.09 MiB
extra/libxnvctrl             575.57.08-1   575.64-1        0.00 MiB       0.07 MiB
extra/mesa                   1:25.1.3-3    1:25.1.4-1      0.00 MiB      10.17 MiB
extra/nvidia                 575.57.08-5   575.64-1       -0.03 MiB      84.62 MiB
extra/nvidia-utils           575.57.08-3   575.64-1       -3.51 MiB     275.90 MiB
extra/vulkan-intel           1:25.1.3-3    1:25.1.4-1      0.00 MiB       4.27 MiB

Total Download Size:    442.38 MiB
Total Installed Size:  1381.95 MiB
Net Upgrade Size:        -3.54 MiB

:: Proceed with installation? [Y/n]

Does this show anything that I should have uninstalled?

Offline

#41 2025-06-20 05:13:35

raindog1975
Member
From: Romania
Registered: 2017-04-04
Posts: 24

Re: Help in troubleshooting high CPU temperature

@Enrico1989, did you clean the fan/change the thermal paste since you bought the laptop? Looking at the cooler it seems to marginal at best ( single heat-pipe for a system with discrete graphics - what was Dell thinking ??? ) so it needs regular maintenance.

Offline

#42 2025-06-20 08:18:22

seth
Member
Registered: 2012-09-03
Posts: 65,912

Re: Help in troubleshooting high CPU temperature

Does this show anything that I should have uninstalled?

No

Offline

#43 2025-06-24 19:09:08

Enrico1989
Member
Registered: 2018-07-05
Posts: 270

Re: Help in troubleshooting high CPU temperature

seth wrote:

And indeed inspect the device for dust.

I opened it today, and there was no dust in it. I blew a bit of air though the fan, but no visible dust particles were expelled.

Offline

#44 2025-06-24 19:16:18

seth
Member
Registered: 2012-09-03
Posts: 65,912

Re: Help in troubleshooting high CPU temperature

Is this both still true

seth wrote:

So, status quo: root.exe is an unexpected resource hog (looks like shit but requires a lot of CPU time - happens)
Occasionally the system reboots hard, this might or not be due to the load inflicted by said root.exe.

?

Btw, I kinda  forgot to point that out, but "prime-run unigine-heaven" will likely yield much better performance.

Offline

#45 2025-07-06 18:24:57

Enrico1989
Member
Registered: 2018-07-05
Posts: 270

Re: Help in troubleshooting high CPU temperature

Not sure what happens, but I've started the game today, and I've been playing for a hour or so, and the temperature seems to be at acceptable levels. The fan indeed is not even spinning too much.

I suppose there might have been some system upgrade that improved something?

Offline

#46 2025-07-06 19:54:50

seth
Member
Registered: 2012-09-03
Posts: 65,912

Re: Help in troubleshooting high CPU temperature

I suppose there might have been some system upgrade that improved something?

=> /var/log/pacman.log

Offline

#47 2025-07-07 06:49:40

Enrico1989
Member
Registered: 2018-07-05
Posts: 270

Re: Help in troubleshooting high CPU temperature

sed -n '/2025-06-24/,$p' /var/log/pacman.log

gives

[2025-06-24T06:13:30+0100] [PACMAN] Running 'pacman -Syu'
[2025-06-24T06:13:30+0100] [PACMAN] synchronizing package lists
[2025-06-24T06:13:31+0100] [PACMAN] starting full system upgrade
[2025-06-24T06:13:34+0100] [ALPM] transaction started
[2025-06-24T06:13:34+0100] [ALPM] upgraded python (3.13.3-1 -> 3.13.5-1)
[2025-06-24T06:13:35+0100] [ALPM] upgraded libxml2 (2.14.4-1 -> 2.14.4-2)
[2025-06-24T06:13:35+0100] [ALPM] upgraded audacity (1:3.7.4-1 -> 1:3.7.4-2)
[2025-06-24T06:13:35+0100] [ALPM] upgraded btrfs-progs (6.14-1 -> 6.15-1)
[2025-06-24T06:13:35+0100] [ALPM] upgraded lib32-libxml2 (2.14.4-1 -> 2.14.4-2)
[2025-06-24T06:13:35+0100] [ALPM] upgraded pciutils (3.13.0-2 -> 3.14.0-1)
[2025-06-24T06:13:35+0100] [ALPM] installed perl-clone-choose (0.010-4)
[2025-06-24T06:13:35+0100] [ALPM] upgraded perl-specio (0.51-1 -> 0.51-2)
[2025-06-24T06:13:35+0100] [ALPM] upgraded qt6-base (6.9.1-1 -> 6.9.1-2)
[2025-06-24T06:13:35+0100] [ALPM] transaction completed
[2025-06-24T06:13:35+0100] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2025-06-24T06:13:36+0100] [ALPM] running '30-systemd-restart-marked.hook'...
[2025-06-24T06:13:36+0100] [ALPM] running '30-systemd-udev-reload.hook'...
[2025-06-24T06:13:36+0100] [ALPM] running '30-systemd-update.hook'...
[2025-06-24T06:13:36+0100] [ALPM] running '30-update-mime-database.hook'...
[2025-06-24T06:13:37+0100] [ALPM] running '90-mkinitcpio-install.hook'...
[2025-06-24T06:13:37+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2025-06-24T06:13:37+0100] [ALPM-SCRIPTLET] ==> Using configuration file: '/etc/mkinitcpio.conf'
[2025-06-24T06:13:37+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2025-06-24T06:13:37+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.15.3-arch1-1'
[2025-06-24T06:13:37+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2025-06-24T06:13:37+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2025-06-24T06:13:37+0100] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2025-06-24T06:13:37+0100] [ALPM-SCRIPTLET]   -> Running build hook: [microcode]
[2025-06-24T06:13:37+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2025-06-24T06:13:37+0100] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2025-06-24T06:13:40+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2025-06-24T06:13:40+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2025-06-24T06:13:40+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2025-06-24T06:13:40+0100] [ALPM-SCRIPTLET] ==> ERROR: consolefont: requested font not found: 'ter-d24b.psf.gz'
[2025-06-24T06:13:40+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2025-06-24T06:13:40+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2025-06-24T06:13:40+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2025-06-24T06:13:40+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-06-24T06:13:41+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux.img'
[2025-06-24T06:13:41+0100] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2025-06-24T06:13:41+0100] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-06-24T06:13:41+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2025-06-24T06:13:41+0100] [ALPM-SCRIPTLET] ==> Using configuration file: '/etc/mkinitcpio.conf'
[2025-06-24T06:13:41+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2025-06-24T06:13:41+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.15.3-arch1-1'
[2025-06-24T06:13:41+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2025-06-24T06:13:41+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2025-06-24T06:13:41+0100] [ALPM-SCRIPTLET]   -> Running build hook: [microcode]
[2025-06-24T06:13:41+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2025-06-24T06:13:41+0100] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2025-06-24T06:13:43+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'ast'
[2025-06-24T06:13:47+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2025-06-24T06:13:47+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
[2025-06-24T06:13:47+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2025-06-24T06:13:47+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2025-06-24T06:13:47+0100] [ALPM-SCRIPTLET] ==> ERROR: consolefont: requested font not found: 'ter-d24b.psf.gz'
[2025-06-24T06:13:47+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2025-06-24T06:13:47+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2025-06-24T06:13:47+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2025-06-24T06:13:48+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2025-06-24T06:13:48+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2025-06-24T06:13:48+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2025-06-24T06:13:48+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2025-06-24T06:13:49+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2025-06-24T06:13:50+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2025-06-24T06:13:52+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-06-24T06:13:52+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-fallback.img'
[2025-06-24T06:13:53+0100] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2025-06-24T06:13:53+0100] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-06-24T06:13:53+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2025-06-24T06:13:53+0100] [ALPM] running 'update-desktop-database.hook'...
[2025-06-24T20:06:35+0100] [PACMAN] Running 'pacman -Syu'
[2025-06-24T20:06:35+0100] [PACMAN] synchronizing package lists
[2025-06-24T20:06:35+0100] [PACMAN] starting full system upgrade
[2025-06-24T20:06:37+0100] [ALPM] transaction started
[2025-06-24T20:06:37+0100] [ALPM] upgraded iniparser (4.2.6-1 -> 4.2.6-2)
[2025-06-24T20:06:37+0100] [ALPM] upgraded xorg-server-common (21.1.18-1 -> 21.1.18-2)
[2025-06-24T20:06:37+0100] [ALPM] upgraded xorg-server (21.1.18-1 -> 21.1.18-2)
[2025-06-24T20:06:37+0100] [ALPM] upgraded xorg-server-devel (21.1.18-1 -> 21.1.18-2)
[2025-06-24T20:06:37+0100] [ALPM] upgraded xorg-server-xephyr (21.1.18-1 -> 21.1.18-2)
[2025-06-24T20:06:37+0100] [ALPM] upgraded xorg-server-xnest (21.1.18-1 -> 21.1.18-2)
[2025-06-24T20:06:37+0100] [ALPM] upgraded xorg-server-xvfb (21.1.18-1 -> 21.1.18-2)
[2025-06-24T20:06:38+0100] [ALPM] transaction completed
[2025-06-24T20:06:38+0100] [ALPM] running '30-systemd-update.hook'...
[2025-06-25T17:55:16+0100] [PACMAN] Running 'pacman -Syu'
[2025-06-25T17:55:16+0100] [PACMAN] synchronizing package lists
[2025-06-25T17:55:16+0100] [PACMAN] starting full system upgrade
[2025-06-25T17:55:28+0100] [ALPM] transaction started
[2025-06-25T17:55:28+0100] [ALPM] upgraded docker (1:28.2.2-1 -> 1:28.3.0-1)
[2025-06-25T17:55:28+0100] [ALPM] upgraded libssh (0.11.1-1 -> 0.11.2-1)
[2025-06-25T17:55:28+0100] [ALPM] upgraded linux-firmware-whence (20250613.12fe085f-6 -> 20250613.12fe085f-9)
[2025-06-25T17:55:28+0100] [ALPM] upgraded linux-firmware-amdgpu (20250613.12fe085f-6 -> 20250613.12fe085f-9)
[2025-06-25T17:55:28+0100] [ALPM] upgraded linux-firmware-atheros (20250613.12fe085f-6 -> 20250613.12fe085f-9)
[2025-06-25T17:55:28+0100] [ALPM] upgraded linux-firmware-broadcom (20250613.12fe085f-6 -> 20250613.12fe085f-9)
[2025-06-25T17:55:28+0100] [ALPM] installed linux-firmware-cirrus (20250613.12fe085f-9)
[2025-06-25T17:55:28+0100] [ALPM] upgraded linux-firmware-intel (20250613.12fe085f-6 -> 20250613.12fe085f-9)
[2025-06-25T17:55:28+0100] [ALPM] upgraded linux-firmware-mediatek (20250613.12fe085f-6 -> 20250613.12fe085f-9)
[2025-06-25T17:55:28+0100] [ALPM] upgraded linux-firmware-nvidia (20250613.12fe085f-6 -> 20250613.12fe085f-9)
[2025-06-25T17:55:28+0100] [ALPM] upgraded linux-firmware-other (20250613.12fe085f-6 -> 20250613.12fe085f-9)
[2025-06-25T17:55:28+0100] [ALPM] upgraded linux-firmware-radeon (20250613.12fe085f-6 -> 20250613.12fe085f-9)
[2025-06-25T17:55:28+0100] [ALPM] upgraded linux-firmware-realtek (20250613.12fe085f-6 -> 20250613.12fe085f-9)
[2025-06-25T17:55:28+0100] [ALPM] upgraded linux-firmware (20250613.12fe085f-6 -> 20250613.12fe085f-9)
[2025-06-25T17:55:28+0100] [ALPM] transaction completed
[2025-06-25T17:55:29+0100] [ALPM] running '20-systemd-sysusers.hook'...
[2025-06-25T17:55:29+0100] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2025-06-25T17:55:29+0100] [ALPM] running '30-systemd-restart-marked.hook'...
[2025-06-25T17:55:29+0100] [ALPM] running '30-systemd-udev-reload.hook'...
[2025-06-25T17:55:29+0100] [ALPM] running '30-systemd-update.hook'...
[2025-06-25T17:55:29+0100] [ALPM] running '90-mkinitcpio-install.hook'...
[2025-06-25T17:55:30+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2025-06-25T17:55:30+0100] [ALPM-SCRIPTLET] ==> Using configuration file: '/etc/mkinitcpio.conf'
[2025-06-25T17:55:30+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2025-06-25T17:55:30+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.15.3-arch1-1'
[2025-06-25T17:55:30+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2025-06-25T17:55:30+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2025-06-25T17:55:30+0100] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2025-06-25T17:55:30+0100] [ALPM-SCRIPTLET]   -> Running build hook: [microcode]
[2025-06-25T17:55:30+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2025-06-25T17:55:30+0100] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2025-06-25T17:55:33+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2025-06-25T17:55:33+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2025-06-25T17:55:33+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2025-06-25T17:55:33+0100] [ALPM-SCRIPTLET] ==> ERROR: consolefont: requested font not found: 'ter-d24b.psf.gz'
[2025-06-25T17:55:33+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2025-06-25T17:55:34+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2025-06-25T17:55:34+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2025-06-25T17:55:34+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-06-25T17:55:34+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux.img'
[2025-06-25T17:55:34+0100] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2025-06-25T17:55:34+0100] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-06-25T17:55:34+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2025-06-25T17:55:34+0100] [ALPM-SCRIPTLET] ==> Using configuration file: '/etc/mkinitcpio.conf'
[2025-06-25T17:55:34+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2025-06-25T17:55:34+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.15.3-arch1-1'
[2025-06-25T17:55:34+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2025-06-25T17:55:34+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2025-06-25T17:55:35+0100] [ALPM-SCRIPTLET]   -> Running build hook: [microcode]
[2025-06-25T17:55:35+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2025-06-25T17:55:35+0100] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2025-06-25T17:55:37+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'ast'
[2025-06-25T17:55:40+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2025-06-25T17:55:40+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
[2025-06-25T17:55:40+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2025-06-25T17:55:40+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2025-06-25T17:55:40+0100] [ALPM-SCRIPTLET] ==> ERROR: consolefont: requested font not found: 'ter-d24b.psf.gz'
[2025-06-25T17:55:40+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2025-06-25T17:55:41+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2025-06-25T17:55:41+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2025-06-25T17:55:41+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2025-06-25T17:55:41+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2025-06-25T17:55:41+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2025-06-25T17:55:41+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2025-06-25T17:55:43+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2025-06-25T17:55:43+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2025-06-25T17:55:46+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-06-25T17:55:46+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-fallback.img'
[2025-06-25T17:55:47+0100] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2025-06-25T17:55:47+0100] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-06-26T21:31:49+0100] [PACMAN] Running 'pacman -Syu'
[2025-06-26T21:31:49+0100] [PACMAN] synchronizing package lists
[2025-06-26T21:31:50+0100] [PACMAN] starting full system upgrade
[2025-06-26T21:31:56+0100] [ALPM] transaction started
[2025-06-26T21:31:56+0100] [ALPM] upgraded asciinema (3.0.0rc.4-1 -> 3.0.0rc.5-1)
[2025-06-26T21:31:56+0100] [ALPM] upgraded util-linux-libs (2.41-4 -> 2.41.1-1)
[2025-06-26T21:31:56+0100] [ALPM] upgraded systemd-libs (257.6-1 -> 257.7-1)
[2025-06-26T21:31:56+0100] [ALPM] upgraded cryptsetup (2.7.5-2 -> 2.8.0-1)
[2025-06-26T21:31:56+0100] [ALPM] upgraded util-linux (2.41-4 -> 2.41.1-1)
[2025-06-26T21:31:56+0100] [ALPM] upgraded systemd (257.6-1 -> 257.7-1)
[2025-06-26T21:31:57+0100] [ALPM] upgraded chromium (137.0.7151.119-1 -> 138.0.7204.49-1)
[2025-06-26T21:31:57+0100] [ALPM] upgraded intel-media-driver (25.2.3-1 -> 25.2.5-1)
[2025-06-26T21:31:57+0100] [ALPM] upgraded lib32-systemd (257.6-1 -> 257.7-1)
[2025-06-26T21:31:57+0100] [ALPM] upgraded lib32-util-linux (2.41-1 -> 2.41.1-1)
[2025-06-26T21:31:58+0100] [ALPM] upgraded python-pygments (2.19.1-1 -> 2.19.2-1)
[2025-06-26T21:31:58+0100] [ALPM] upgraded systemd-sysvcompat (257.6-1 -> 257.7-1)
[2025-06-26T21:31:58+0100] [ALPM] upgraded thin-provisioning-tools (1.1.0-1 -> 1.2.0-1)
[2025-06-26T21:31:58+0100] [ALPM] upgraded unrar (1:7.1.7-1 -> 1:7.1.8-1)
[2025-06-26T21:31:58+0100] [ALPM] transaction completed
[2025-06-26T21:31:58+0100] [ALPM] running '20-systemd-sysusers.hook'...
[2025-06-26T21:31:58+0100] [ALPM] running '30-systemd-catalog.hook'...
[2025-06-26T21:31:58+0100] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2025-06-26T21:31:59+0100] [ALPM] running '30-systemd-daemon-reload-user.hook'...
[2025-06-26T21:31:59+0100] [ALPM] running '30-systemd-hwdb.hook'...
[2025-06-26T21:32:00+0100] [ALPM] running '30-systemd-restart-marked.hook'...
[2025-06-26T21:32:00+0100] [ALPM] running '30-systemd-sysctl.hook'...
[2025-06-26T21:32:00+0100] [ALPM] running '30-systemd-tmpfiles.hook'...
[2025-06-26T21:32:00+0100] [ALPM] running '30-systemd-udev-reload.hook'...
[2025-06-26T21:32:00+0100] [ALPM] running '30-systemd-update.hook'...
[2025-06-26T21:32:00+0100] [ALPM] running '30-update-mime-database.hook'...
[2025-06-26T21:32:01+0100] [ALPM] running '90-mkinitcpio-install.hook'...
[2025-06-26T21:32:01+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2025-06-26T21:32:01+0100] [ALPM-SCRIPTLET] ==> Using configuration file: '/etc/mkinitcpio.conf'
[2025-06-26T21:32:01+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2025-06-26T21:32:01+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.15.3-arch1-1'
[2025-06-26T21:32:01+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2025-06-26T21:32:01+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2025-06-26T21:32:01+0100] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2025-06-26T21:32:01+0100] [ALPM-SCRIPTLET]   -> Running build hook: [microcode]
[2025-06-26T21:32:01+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2025-06-26T21:32:01+0100] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2025-06-26T21:32:03+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2025-06-26T21:32:03+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2025-06-26T21:32:03+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2025-06-26T21:32:03+0100] [ALPM-SCRIPTLET] ==> ERROR: consolefont: requested font not found: 'ter-d24b.psf.gz'
[2025-06-26T21:32:03+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2025-06-26T21:32:04+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2025-06-26T21:32:04+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2025-06-26T21:32:04+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-06-26T21:32:04+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux.img'
[2025-06-26T21:32:04+0100] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2025-06-26T21:32:04+0100] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-06-26T21:32:04+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2025-06-26T21:32:04+0100] [ALPM-SCRIPTLET] ==> Using configuration file: '/etc/mkinitcpio.conf'
[2025-06-26T21:32:04+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2025-06-26T21:32:04+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.15.3-arch1-1'
[2025-06-26T21:32:04+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2025-06-26T21:32:05+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2025-06-26T21:32:05+0100] [ALPM-SCRIPTLET]   -> Running build hook: [microcode]
[2025-06-26T21:32:05+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2025-06-26T21:32:05+0100] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2025-06-26T21:32:08+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'ast'
[2025-06-26T21:32:11+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2025-06-26T21:32:11+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
[2025-06-26T21:32:12+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2025-06-26T21:32:12+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2025-06-26T21:32:12+0100] [ALPM-SCRIPTLET] ==> ERROR: consolefont: requested font not found: 'ter-d24b.psf.gz'
[2025-06-26T21:32:12+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2025-06-26T21:32:12+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2025-06-26T21:32:12+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2025-06-26T21:32:12+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2025-06-26T21:32:12+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2025-06-26T21:32:12+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2025-06-26T21:32:12+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2025-06-26T21:32:13+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2025-06-26T21:32:14+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2025-06-26T21:32:16+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-06-26T21:32:16+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-fallback.img'
[2025-06-26T21:32:17+0100] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2025-06-26T21:32:18+0100] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-06-26T21:32:18+0100] [ALPM] running 'dbus-reload.hook'...
[2025-06-26T21:32:18+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2025-06-26T21:32:18+0100] [ALPM] running 'update-desktop-database.hook'...
[2025-07-04T15:15:54+0100] [PACMAN] Running 'pacman -Syu'
[2025-07-04T15:15:54+0100] [PACMAN] synchronizing package lists
[2025-07-04T15:15:54+0100] [PACMAN] starting full system upgrade
[2025-07-04T15:16:48+0100] [ALPM] running '60-mkinitcpio-remove.hook'...
[2025-07-04T15:16:49+0100] [ALPM] running 'ghc-unregister.hook'...
[2025-07-04T15:16:51+0100] [ALPM] transaction started
[2025-07-04T15:16:51+0100] [ALPM] upgraded adobe-source-han-sans-cn-fonts (2.004-2 -> 2.005-1)
[2025-07-04T15:16:51+0100] [ALPM] upgraded adobe-source-han-sans-kr-fonts (2.004-2 -> 2.005-1)
[2025-07-04T15:16:51+0100] [ALPM] upgraded adwaita-fonts (48.2-1 -> 49.0-2)
[2025-07-04T15:16:51+0100] [ALPM] upgraded alsa-card-profiles (1:1.4.5-1 -> 1:1.4.6-1)
[2025-07-04T15:16:51+0100] [ALPM] upgraded assimp (5.4.3-1 -> 6.0.2-1)
[2025-07-04T15:16:51+0100] [ALPM] upgraded openssl (3.5.0-1 -> 3.5.1-1)
[2025-07-04T15:16:51+0100] [ALPM] upgraded sqlite (3.50.1-1 -> 3.50.2-1)
[2025-07-04T15:16:51+0100] [ALPM] upgraded krb5 (1.21.3-1 -> 1.21.3-2)
[2025-07-04T15:16:51+0100] [ALPM] upgraded libffi (3.5.0-1 -> 3.5.1-1)
[2025-07-04T15:16:51+0100] [ALPM] upgraded at-spi2-core (2.56.2-1 -> 2.56.3-1)
[2025-07-04T15:16:51+0100] [ALPM] upgraded findutils (4.10.0-2 -> 4.10.0-3)
[2025-07-04T15:16:51+0100] [ALPM] upgraded ca-certificates-mozilla (3.113-1 -> 3.113.1-1)
[2025-07-04T15:16:51+0100] [ALPM] upgraded nss (3.113-1 -> 3.113.1-1)
[2025-07-04T15:16:51+0100] [ALPM] upgraded libpng (1.6.49-1 -> 1.6.50-1)
[2025-07-04T15:16:51+0100] [ALPM] upgraded fontconfig (2:2.16.2-1 -> 2:2.17.1-1)
[2025-07-04T15:16:51+0100] [ALPM-SCRIPTLET] Rebuilding fontconfig cache...
[2025-07-04T15:16:55+0100] [ALPM] upgraded libjpeg-turbo (3.1.0-1 -> 3.1.1-1)
[2025-07-04T15:16:55+0100] [ALPM] upgraded pango (1:1.56.3-1 -> 1:1.56.4-1)
[2025-07-04T15:16:55+0100] [ALPM] upgraded libcolord (1.4.7-2 -> 1.4.8-1)
[2025-07-04T15:16:55+0100] [ALPM] upgraded leancrypto (1.4.0-1 -> 1.5.0-1)
[2025-07-04T15:16:55+0100] [ALPM] upgraded nettle (3.10.1-1 -> 3.10.2-1)
[2025-07-04T15:16:56+0100] [ALPM] upgraded llvm-libs (20.1.6-3 -> 20.1.7-1)
[2025-07-04T15:16:56+0100] [ALPM] upgraded mesa (1:25.1.4-1 -> 1:25.1.4-2)
[2025-07-04T15:16:57+0100] [ALPM] upgraded nvidia-utils (575.64-1 -> 575.64.03-1)
[2025-07-04T15:16:57+0100] [ALPM] upgraded libproxy (0.5.9-1 -> 0.5.10-1)
[2025-07-04T15:16:57+0100] [ALPM] upgraded hwdata (0.396-1 -> 0.397-1)
[2025-07-04T15:16:57+0100] [ALPM] upgraded device-mapper (2.03.32-1 -> 2.03.33-1)
[2025-07-04T15:16:57+0100] [ALPM] upgraded shadow (4.17.4-1 -> 4.18.0-1)
[2025-07-04T15:16:58+0100] [ALPM] upgraded chromium (138.0.7204.49-1 -> 138.0.7204.92-1)
[2025-07-04T15:16:58+0100] [ALPM] upgraded compiler-rt (20.1.6-1 -> 20.1.7-1)
[2025-07-04T15:16:58+0100] [ALPM] upgraded clang (20.1.6-1 -> 20.1.7-1)
[2025-07-04T15:17:00+0100] [ALPM] upgraded dotnet-host (9.0.4.sdk105-1 -> 9.0.5.sdk106-1)
[2025-07-04T15:17:00+0100] [ALPM] upgraded libunwind (1.8.1-3 -> 1.8.2-1)
[2025-07-04T15:17:00+0100] [ALPM] upgraded dotnet-runtime (9.0.4.sdk105-1 -> 9.0.5.sdk106-1)
[2025-07-04T15:17:00+0100] [ALPM] upgraded netstandard-targeting-pack (9.0.4.sdk105-1 -> 9.0.5.sdk106-1)
[2025-07-04T15:17:00+0100] [ALPM] upgraded dotnet-targeting-pack (9.0.4.sdk105-1 -> 9.0.5.sdk106-1)
[2025-07-04T15:17:02+0100] [ALPM] upgraded dotnet-sdk (9.0.4.sdk105-1 -> 9.0.5.sdk106-1)
[2025-07-04T15:17:02+0100] [ALPM] upgraded gsfonts (20200910-4 -> 20200910-5)
[2025-07-04T15:17:02+0100] [ALPM] upgraded gssdp (1.6.3-2 -> 1.6.4-1)
[2025-07-04T15:17:02+0100] [ALPM] upgraded gstreamer (1.26.2-2 -> 1.26.3-2)
[2025-07-04T15:17:02+0100] [ALPM] upgraded gst-plugins-base-libs (1.26.2-2 -> 1.26.3-2)
[2025-07-04T15:17:02+0100] [ALPM] upgraded gupnp (1:1.6.8-2 -> 1:1.6.9-1)
[2025-07-04T15:17:02+0100] [ALPM] upgraded gst-plugins-bad-libs (1.26.2-2 -> 1.26.3-2)
[2025-07-04T15:17:02+0100] [ALPM] upgraded gst-plugins-base (1.26.2-2 -> 1.26.3-2)
[2025-07-04T15:17:02+0100] [ALPM] upgraded vim-runtime (9.1.1431-1 -> 9.1.1497-1)
[2025-07-04T15:17:02+0100] [ALPM] upgraded gvim (9.1.1431-1 -> 9.1.1497-1)
[2025-07-04T15:17:02+0100] [ALPM] upgraded haskell-distributive (0.6.2.1-241 -> 0.6.2.1-242)
[2025-07-04T15:17:02+0100] [ALPM] upgraded haskell-foldable1-classes-compat (0.1-181 -> 0.1-183)
[2025-07-04T15:17:02+0100] [ALPM] upgraded haskell-indexed-traversable (0.1.4-94 -> 0.1.4-96)
[2025-07-04T15:17:02+0100] [ALPM] upgraded haskell-comonad (5.0.9-38 -> 5.0.9-40)
[2025-07-04T15:17:02+0100] [ALPM] upgraded haskell-bifunctors (5.6-181 -> 5.6-183)
[2025-07-04T15:17:02+0100] [ALPM] upgraded haskell-profunctors (5.6.2-225 -> 5.6.3-2)
[2025-07-04T15:17:02+0100] [ALPM] upgraded haskell-unordered-containers (0.2.20-56 -> 0.2.20-57)
[2025-07-04T15:17:02+0100] [ALPM] upgraded haskell-semigroupoids (6.0.1-19 -> 6.0.1-20)
[2025-07-04T15:17:02+0100] [ALPM] upgraded haskell-free (5.2-40 -> 5.2-42)
[2025-07-04T15:17:02+0100] [ALPM] upgraded haskell-adjunctions (4.4.3-18 -> 4.4.3-20)
[2025-07-04T15:17:02+0100] [ALPM] upgraded haskell-onetuple (0.4.2-37 -> 0.4.2-39)
[2025-07-04T15:17:02+0100] [ALPM] upgraded haskell-indexed-traversable-instances (0.1.2-47 -> 0.1.2-48)
[2025-07-04T15:17:02+0100] [ALPM] upgraded haskell-assoc (1.1.1-20 -> 1.1.1-22)
[2025-07-04T15:17:02+0100] [ALPM] upgraded haskell-these (1.2.1-4 -> 1.2.1-6)
[2025-07-04T15:17:02+0100] [ALPM] upgraded haskell-semialign (1.3-36 -> 1.3-37)
[2025-07-04T15:17:02+0100] [ALPM] upgraded haskell-strict (0.5-66 -> 0.5-68)
[2025-07-04T15:17:02+0100] [ALPM] upgraded haskell-witherable (0.4.2-154 -> 0.4.2-155)
[2025-07-04T15:17:02+0100] [ALPM] upgraded haskell-aeson (2.1.2.1-103 -> 2.1.2.1-104)
[2025-07-04T15:17:02+0100] [ALPM] upgraded haskell-bitvec (1.1.3.0-150 -> 1.1.3.0-151)
[2025-07-04T15:17:02+0100] [ALPM] upgraded haskell-vector-algorithms (0.9.1.0-32 -> 0.9.1.0-33)
[2025-07-04T15:17:02+0100] [ALPM] upgraded haskell-mono-traversable (1.0.21.0-43 -> 1.0.21.0-45)
[2025-07-04T15:17:02+0100] [ALPM] upgraded haskell-conduit (1.3.6.1-42 -> 1.3.6.1-44)
[2025-07-04T15:17:02+0100] [ALPM] upgraded haskell-conduit-extra (1.3.6-199 -> 1.3.6-201)
[2025-07-04T15:17:02+0100] [ALPM] upgraded haskell-invariant (0.6.4-12 -> 0.6.4-14)
[2025-07-04T15:17:02+0100] [ALPM] upgraded haskell-kan-extensions (5.2.7-1 -> 5.2.7-3)
[2025-07-04T15:17:02+0100] [ALPM] upgraded haskell-lens (5.2.3-105 -> 5.2.3-107)
[2025-07-04T15:17:02+0100] [ALPM] upgraded haskell-xml-conduit (1.9.1.4-51 -> 1.9.1.4-53)
[2025-07-04T15:17:02+0100] [ALPM] upgraded haskell-dbus (1.3.1-91 -> 1.3.1-93)
[2025-07-04T15:17:02+0100] [ALPM] upgraded haskell-deriving-aeson (0.2.10-44 -> 0.2.10-45)
[2025-07-04T15:17:02+0100] [ALPM] upgraded haskell-extra (1.7.16-47 -> 1.7.16-48)
[2025-07-04T15:17:02+0100] [ALPM] upgraded haskell-filepattern (0.1.3-145 -> 0.1.3-146)
[2025-07-04T15:17:02+0100] [ALPM] upgraded haskell-uniplate (1.6.13-261 -> 1.6.13-262)
[2025-07-04T15:17:02+0100] [ALPM] upgraded haskell-ghc-lib-parser-ex (9.4.0.0-27 -> 9.4.0.0-28)
[2025-07-04T15:17:02+0100] [ALPM] upgraded haskell-libyaml (0.1.4-70 -> 0.1.4-72)
[2025-07-04T15:17:02+0100] [ALPM] upgraded haskell-regex-tdfa (1.3.2.4-8 -> 1.3.2.4-9)
[2025-07-04T15:17:02+0100] [ALPM] upgraded haskell-yaml (0.11.11.2-114 -> 0.11.11.2-116)
[2025-07-04T15:17:02+0100] [ALPM] upgraded hlint (3.5-29 -> 3.5-31)
[2025-07-04T15:17:02+0100] [ALPM] upgraded jq (1.8.0-1 -> 1.8.1-1)
[2025-07-04T15:17:02+0100] [ALPM] upgraded lib32-libpng (1.6.49-1 -> 1.6.50-1)
[2025-07-04T15:17:02+0100] [ALPM] upgraded lib32-libffi (3.5.0-1 -> 3.5.1-1)
[2025-07-04T15:17:02+0100] [ALPM] upgraded lib32-fontconfig (2:2.16.2-1 -> 2:2.17.1-1)
[2025-07-04T15:17:02+0100] [ALPM-SCRIPTLET] Rebuilding 32-bit fontconfig cache...
[2025-07-04T15:17:05+0100] [ALPM] upgraded libpipewire (1:1.4.5-1 -> 1:1.4.6-1)
[2025-07-04T15:17:05+0100] [ALPM] upgraded lib32-libpipewire (1:1.4.5-1 -> 1:1.4.6-1)
[2025-07-04T15:17:05+0100] [ALPM] upgraded lib32-openssl (1:3.5.0-1 -> 1:3.5.1-1)
[2025-07-04T15:17:06+0100] [ALPM] upgraded lib32-nvidia-utils (575.64-2 -> 575.64.03-1)
[2025-07-04T15:17:06+0100] [ALPM] upgraded lib32-mesa (1:25.1.4-1 -> 1:25.1.4-2)
[2025-07-04T15:17:06+0100] [ALPM] upgraded lib32-sqlite (3.50.1-1 -> 3.50.2-1)
[2025-07-04T15:17:06+0100] [ALPM] upgraded lib32-nss (3.113-1 -> 3.113.1-1)
[2025-07-04T15:17:06+0100] [ALPM] upgraded pipewire (1:1.4.5-1 -> 1:1.4.6-1)
[2025-07-04T15:17:06+0100] [ALPM] upgraded lib32-pipewire (1:1.4.5-1 -> 1:1.4.6-1)
[2025-07-04T15:17:06+0100] [ALPM] upgraded vulkan-intel (1:25.1.4-1 -> 1:25.1.4-2)
[2025-07-04T15:17:06+0100] [ALPM] upgraded lib32-vulkan-intel (1:25.1.4-1 -> 1:25.1.4-2)
[2025-07-04T15:17:06+0100] [ALPM] upgraded libadwaita (1:1.7.4-1 -> 1:1.7.5-1)
[2025-07-04T15:17:06+0100] [ALPM] upgraded libheif (1.19.8-3 -> 1.20.1-1)
[2025-07-04T15:17:06+0100] [ALPM] upgraded libjxl (0.11.1-3 -> 0.11.1-4)
[2025-07-04T15:17:06+0100] [ALPM] upgraded pipewire-audio (1:1.4.5-1 -> 1:1.4.6-1)
[2025-07-04T15:17:06+0100] [ALPM] upgraded pipewire-session-manager (1:1.4.5-1 -> 1:1.4.6-1)
[2025-07-04T15:17:06+0100] [ALPM] upgraded pipewire-jack (1:1.4.5-1 -> 1:1.4.6-1)
[2025-07-04T15:17:06+0100] [ALPM] upgraded libopenmpt (0.8.0-1 -> 0.8.1-1)
[2025-07-04T15:17:07+0100] [ALPM] upgraded linux (6.15.3.arch1-1 -> 6.15.4.arch2-1)
[2025-07-04T15:17:07+0100] [ALPM] upgraded linux-firmware-whence (20250613.12fe085f-9 -> 20250627-1)
[2025-07-04T15:17:07+0100] [ALPM] upgraded linux-firmware-amdgpu (20250613.12fe085f-9 -> 20250627-1)
[2025-07-04T15:17:07+0100] [ALPM] upgraded linux-firmware-atheros (20250613.12fe085f-9 -> 20250627-1)
[2025-07-04T15:17:07+0100] [ALPM] upgraded linux-firmware-broadcom (20250613.12fe085f-9 -> 20250627-1)
[2025-07-04T15:17:07+0100] [ALPM] upgraded linux-firmware-cirrus (20250613.12fe085f-9 -> 20250627-1)
[2025-07-04T15:17:07+0100] [ALPM] upgraded linux-firmware-intel (20250613.12fe085f-9 -> 20250627-1)
[2025-07-04T15:17:07+0100] [ALPM] upgraded linux-firmware-mediatek (20250613.12fe085f-9 -> 20250627-1)
[2025-07-04T15:17:07+0100] [ALPM] upgraded linux-firmware-nvidia (20250613.12fe085f-9 -> 20250627-1)
[2025-07-04T15:17:07+0100] [ALPM] upgraded linux-firmware-other (20250613.12fe085f-9 -> 20250627-1)
[2025-07-04T15:17:07+0100] [ALPM] upgraded linux-firmware-radeon (20250613.12fe085f-9 -> 20250627-1)
[2025-07-04T15:17:07+0100] [ALPM] upgraded linux-firmware-realtek (20250613.12fe085f-9 -> 20250627-1)
[2025-07-04T15:17:07+0100] [ALPM] upgraded linux-firmware (20250613.12fe085f-9 -> 20250627-1)
[2025-07-04T15:17:08+0100] [ALPM] upgraded llvm (20.1.6-3 -> 20.1.7-1)
[2025-07-04T15:17:08+0100] [ALPM] upgraded lsof (4.99.4-1 -> 4.99.5-1)
[2025-07-04T15:17:08+0100] [ALPM] upgraded lvm2 (2.03.32-1 -> 2.03.33-1)
[2025-07-04T15:17:08+0100] [ALPM] upgraded netpbm (10.86.46-3 -> 10.86.47-1)
[2025-07-04T15:17:08+0100] [ALPM] upgraded nodejs (24.2.0-1 -> 24.3.0-1)
[2025-07-04T15:17:08+0100] [ALPM] upgraded noto-fonts (1:2025.06.01-1 -> 1:2025.07.01-1)
[2025-07-04T15:17:08+0100] [ALPM] upgraded nvidia (575.64-2 -> 575.64.03-1)
[2025-07-04T15:17:08+0100] [ALPM] upgraded openucx (1.18.1-2 -> 1.18.1-3)
[2025-07-04T15:17:08+0100] [ALPM] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
[2025-07-04T15:17:08+0100] [ALPM] upgraded pacman-mirrorlist (20250522-1 -> 20250702-2)
[2025-07-04T15:17:08+0100] [ALPM] upgraded php (8.4.8-1 -> 8.4.10-1)
[2025-07-04T15:17:08+0100] [ALPM] upgraded pipewire-alsa (1:1.4.5-1 -> 1:1.4.6-1)
[2025-07-04T15:17:08+0100] [ALPM] upgraded pipewire-pulse (1:1.4.5-1 -> 1:1.4.6-1)
[2025-07-04T15:17:09+0100] [ALPM] upgraded pkgconf (2.5.0-1 -> 2.5.1-1)
[2025-07-04T15:17:09+0100] [ALPM] upgraded portmidi (1:2.0.4-2 -> 1:2.0.6-1)
[2025-07-04T15:17:09+0100] [ALPM] upgraded run-parts (5.22-1 -> 5.23.1-1)
[2025-07-04T15:17:09+0100] [ALPM] upgraded shellcheck (0.10.0-65 -> 0.10.0-66)
[2025-07-04T15:17:09+0100] [ALPM] warning: /etc/sudoers installed as /etc/sudoers.pacnew
[2025-07-04T15:17:09+0100] [ALPM] upgraded sudo (1.9.16.p2-2 -> 1.9.17.p1-1)
[2025-07-04T15:17:09+0100] [ALPM] upgraded taglib (2.1-1 -> 2.1.1-1)
[2025-07-04T15:17:09+0100] [ALPM] upgraded terminus-font (4.49.1-7 -> 4.49.1-8)
[2025-07-04T15:17:09+0100] [ALPM] upgraded vte-common (0.80.2-1 -> 0.80.3-1)
[2025-07-04T15:17:09+0100] [ALPM] upgraded vte3 (0.80.2-1 -> 0.80.3-1)
[2025-07-04T15:17:09+0100] [ALPM] upgraded xfsprogs (6.14.0-1 -> 6.15.0-1)
[2025-07-04T15:17:09+0100] [ALPM] transaction completed
[2025-07-04T15:17:10+0100] [ALPM] running '20-systemd-sysusers.hook'...
[2025-07-04T15:17:10+0100] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2025-07-04T15:17:10+0100] [ALPM] running '30-systemd-daemon-reload-user.hook'...
[2025-07-04T15:17:10+0100] [ALPM] running '30-systemd-restart-marked.hook'...
[2025-07-04T15:17:10+0100] [ALPM] running '30-systemd-tmpfiles.hook'...
[2025-07-04T15:17:11+0100] [ALPM] running '30-systemd-udev-reload.hook'...
[2025-07-04T15:17:11+0100] [ALPM] running '30-systemd-update.hook'...
[2025-07-04T15:17:11+0100] [ALPM] running '30-update-mime-database.hook'...
[2025-07-04T15:17:11+0100] [ALPM] running '40-fontconfig-config.hook'...
[2025-07-04T15:17:11+0100] [ALPM] running '40-update-ca-trust.hook'...
[2025-07-04T15:17:12+0100] [ALPM] running '60-depmod.hook'...
[2025-07-04T15:17:13+0100] [ALPM] running '90-mkinitcpio-install.hook'...
[2025-07-04T15:17:14+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2025-07-04T15:17:14+0100] [ALPM-SCRIPTLET] ==> Using configuration file: '/etc/mkinitcpio.conf'
[2025-07-04T15:17:14+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2025-07-04T15:17:14+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.15.4-arch2-1'
[2025-07-04T15:17:14+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2025-07-04T15:17:15+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2025-07-04T15:17:15+0100] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2025-07-04T15:17:15+0100] [ALPM-SCRIPTLET]   -> Running build hook: [microcode]
[2025-07-04T15:17:15+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2025-07-04T15:17:15+0100] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2025-07-04T15:17:17+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2025-07-04T15:17:17+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2025-07-04T15:17:17+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2025-07-04T15:17:17+0100] [ALPM-SCRIPTLET] ==> ERROR: consolefont: requested font not found: 'ter-d24b.psf.gz'
[2025-07-04T15:17:17+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2025-07-04T15:17:17+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2025-07-04T15:17:17+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2025-07-04T15:17:17+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-07-04T15:17:17+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux.img'
[2025-07-04T15:17:17+0100] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2025-07-04T15:17:17+0100] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-07-04T15:17:17+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2025-07-04T15:17:17+0100] [ALPM-SCRIPTLET] ==> Using configuration file: '/etc/mkinitcpio.conf'
[2025-07-04T15:17:17+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2025-07-04T15:17:17+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.15.4-arch2-1'
[2025-07-04T15:17:17+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2025-07-04T15:17:18+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2025-07-04T15:17:18+0100] [ALPM-SCRIPTLET]   -> Running build hook: [microcode]
[2025-07-04T15:17:18+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2025-07-04T15:17:18+0100] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2025-07-04T15:17:19+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'ast'
[2025-07-04T15:17:21+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2025-07-04T15:17:21+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
[2025-07-04T15:17:22+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2025-07-04T15:17:22+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2025-07-04T15:17:22+0100] [ALPM-SCRIPTLET] ==> ERROR: consolefont: requested font not found: 'ter-d24b.psf.gz'
[2025-07-04T15:17:22+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2025-07-04T15:17:22+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2025-07-04T15:17:22+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2025-07-04T15:17:22+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2025-07-04T15:17:22+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2025-07-04T15:17:22+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2025-07-04T15:17:22+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2025-07-04T15:17:23+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2025-07-04T15:17:24+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2025-07-04T15:17:25+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-07-04T15:17:26+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-fallback.img'
[2025-07-04T15:17:26+0100] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2025-07-04T15:17:26+0100] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-07-04T15:17:26+0100] [ALPM] running 'dbus-reload.hook'...
[2025-07-04T15:17:26+0100] [ALPM] running 'fontconfig.hook'...
[2025-07-04T15:17:27+0100] [ALPM] running 'fontconfig-32.hook'...
[2025-07-04T15:17:27+0100] [ALPM] running 'gdk-pixbuf-query-loaders.hook'...
[2025-07-04T15:17:27+0100] [ALPM] running 'ghc-register.hook'...
[2025-07-04T15:17:29+0100] [ALPM] running 'glib-compile-schemas.hook'...
[2025-07-04T15:17:29+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2025-07-04T15:17:29+0100] [ALPM] running 'texinfo-install.hook'...
[2025-07-04T15:17:29+0100] [ALPM] running 'update-desktop-database.hook'...
[2025-07-04T15:17:29+0100] [ALPM] running 'xorg-mkfontscale.hook'...
[2025-07-06T11:07:47+0100] [PACMAN] Running 'pacman -Syu'
[2025-07-06T11:07:47+0100] [PACMAN] synchronizing package lists
[2025-07-06T11:07:48+0100] [PACMAN] starting full system upgrade
[2025-07-06T11:07:53+0100] [ALPM] transaction started
[2025-07-06T11:07:53+0100] [ALPM] upgraded mesa (1:25.1.4-2 -> 1:25.1.5-1)
[2025-07-06T11:07:53+0100] [ALPM] upgraded lib32-mesa (1:25.1.4-2 -> 1:25.1.5-1)
[2025-07-06T11:07:53+0100] [ALPM] upgraded vulkan-intel (1:25.1.4-2 -> 1:25.1.5-1)
[2025-07-06T11:07:53+0100] [ALPM] upgraded lib32-vulkan-intel (1:25.1.4-2 -> 1:25.1.5-1)
[2025-07-06T11:07:53+0100] [ALPM] upgraded perl-libwww (6.78-1 -> 6.79-1)
[2025-07-06T11:07:53+0100] [ALPM] upgraded python-pillow (11.2.1-1 -> 11.3.0-1)
[2025-07-06T11:07:53+0100] [ALPM] upgraded python-typing_extensions (4.13.2-1 -> 4.14.1-1)
[2025-07-06T11:07:53+0100] [ALPM] upgraded sdl2-compat (2.32.56-1 -> 2.32.56-2)
[2025-07-06T11:07:53+0100] [ALPM] upgraded zathura (0.5.11-1 -> 0.5.12-1)
[2025-07-06T11:07:53+0100] [ALPM] upgraded zathura-cb (0.1.11-4 -> 0.1.11-5)
[2025-07-06T11:07:53+0100] [ALPM] upgraded zathura-djvu (0.2.10-4 -> 0.2.10-5)
[2025-07-06T11:07:53+0100] [ALPM] upgraded zathura-pdf-poppler (0.3.3-4 -> 0.3.3-5)
[2025-07-06T11:07:53+0100] [ALPM] upgraded zathura-ps (0.2.8-5 -> 0.2.8-6)
[2025-07-06T11:07:54+0100] [ALPM] transaction completed
[2025-07-06T11:07:54+0100] [ALPM] running '30-systemd-update.hook'...
[2025-07-06T11:07:54+0100] [ALPM] running 'detect-old-perl-modules.hook'...
[2025-07-06T11:07:54+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2025-07-06T11:07:54+0100] [ALPM] running 'update-desktop-database.hook'...

I see there's been updates to packages we mentioned, e.g.

[2025-06-25T17:55:28+0100] [ALPM] upgraded linux-firmware-intel (20250613.12fe085f-6 -> 20250613.12fe085f-9)
[2025-06-25T17:55:28+0100] [ALPM] upgraded linux-firmware-nvidia (20250613.12fe085f-6 -> 20250613.12fe085f-9)
[2025-06-26T21:31:57+0100] [ALPM] upgraded intel-media-driver (25.2.3-1 -> 25.2.5-1)
[2025-07-04T15:16:56+0100] [ALPM] upgraded mesa (1:25.1.4-1 -> 1:25.1.4-2)
[2025-07-04T15:16:57+0100] [ALPM] upgraded nvidia-utils (575.64-1 -> 575.64.03-1)
[2025-07-04T15:17:06+0100] [ALPM] upgraded lib32-nvidia-utils (575.64-2 -> 575.64.03-1)
[2025-07-04T15:17:06+0100] [ALPM] upgraded lib32-mesa (1:25.1.4-1 -> 1:25.1.4-2)
[2025-07-04T15:17:06+0100] [ALPM] upgraded vulkan-intel (1:25.1.4-1 -> 1:25.1.4-2)
[2025-07-04T15:17:06+0100] [ALPM] upgraded lib32-vulkan-intel (1:25.1.4-1 -> 1:25.1.4-2)
[2025-07-04T15:17:07+0100] [ALPM] upgraded linux-firmware-intel (20250613.12fe085f-9 -> 20250627-1)
[2025-07-04T15:17:07+0100] [ALPM] upgraded linux-firmware-nvidia (20250613.12fe085f-9 -> 20250627-1)
[2025-07-04T15:17:08+0100] [ALPM] upgraded nvidia (575.64-2 -> 575.64.03-1)
[2025-07-06T11:07:53+0100] [ALPM] upgraded mesa (1:25.1.4-2 -> 1:25.1.5-1)
[2025-07-06T11:07:53+0100] [ALPM] upgraded lib32-mesa (1:25.1.4-2 -> 1:25.1.5-1)
[2025-07-06T11:07:53+0100] [ALPM] upgraded vulkan-intel (1:25.1.4-2 -> 1:25.1.5-1)
[2025-07-06T11:07:53+0100] [ALPM] upgraded lib32-vulkan-intel (1:25.1.4-2 -> 1:25.1.5-1)

Maybe one of these updates is responsible for the improvement?

Another question. I remember once some feature of my browser was very sluggish because of fonts. Maybe some font-related upgrade could be the culprit?

I guess I could do some targeted downgrades to see if I spot what package update caused the change in behavior.

In the meanwhile I'll reboot and will give another go to the game to see if everything is still fine.

Last edited by Enrico1989 (2025-07-07 07:02:37)

Offline

#48 2025-07-07 07:19:38

Enrico1989
Member
Registered: 2018-07-05
Posts: 270

Re: Help in troubleshooting high CPU temperature

I can't believe it. I rebooted and it seems like I'm back to square zero, with temperatures going up. I swear I played a few hours yesterday and the temperature was never at or above 80°C.

Maybe the improvement was due to updates done before the reboot right before I played yesterday, and a regression is due to some update I've done after that very reboot? Am I saying crap?

Offline

#49 2025-07-07 07:28:08

Enrico1989
Member
Registered: 2018-07-05
Posts: 270

Re: Help in troubleshooting high CPU temperature

Oh, I forgot that when I started the game after reboot, Steam did some vulkan shared-related upgrade. I suppose that's the main suspect?

Offline

#50 2025-07-07 07:58:28

jl2
Member
From: 47° 18' N 8° 34' E
Registered: 2022-06-01
Posts: 773

Re: Help in troubleshooting high CPU temperature

Oh, I forgot that when I started the game after reboot, Steam did some vulkan shared-related upgrade. I suppose that's the main suspect?

Yeah, shader pre-cache might be a problem. Go into the steam settings => Downloads => scroll to the bottom and disable shader pre-caching and then try again.
Now the game will compile the shaders in-game instead of pre-starting up by steam, you might get microstutters or similar, but they should go away after a while.


Why I run Arch? To "BTW I run Arch" the guy one grade younger.
And to let my siblings and cousins laugh at Arsch Linux...

Upload longer text output like this

Offline

Board footer

Powered by FluxBB