On 11/20/25 16:24, Miklos Vajna wrote:
* Jenkins / CI update (Cloph)
[...]> 40 CppunitTest_slideshow_engine gerrit_linux_gcc_release
- sample log:
https://ci.libreoffice.org/view/Gerrit/job/gerrit_linux_gcc_release/200066/console
The output there,
Hint: You are currently not seeing messages from other users and the system.
Users in groups 'adm', 'systemd-journal', 'wheel' can see all messages.
Pass -q to turn off this notice.
No journal files were opened due to insufficient permissions.
apparently comes from the call to
$COREDUMPCTL --json=short list COREDUMP_USER_UNIT="$LIBO_TEST_UNIT".scope
in solenv/bin/gdb-core-bt.sh and means that, on that machine
(<https://ci.libreoffice.org/computer/tb101-2/>), the user that is
running the build has no access at all to the relevant systsemd journal
files, so that coredumpctl can't provide any information at all, not
even about coredumps of processes from that very user (but which we
require).
It would be great if that restriction could be lifted on that machine,
one way or another (by adding that user to one of the mentioned groups,
or lifting the ACLs on the relevant systemd journal files, or whatever...).