Oracle Linux QCOW2 FIPS images default to systemd-coredump(5)
system, which takes hold of core files and effectively hides them from post-processing via bin/tests/system/get_core_dumps.sh
, e.g., in unit:gcc:9fips:amd64
, the tls_test
unit test has been aborted, but no core file was present in CI artifacts and backtrace hasn't been generated:
[ RUN ] tls_timeout_recovery
PID 9158 exceeded run time limit, sending SIGABRT
FAIL tls_test (exit status: 124)
Same for system:gcc:9fips:amd64
, no core file in CI artifacts.
I tested with staging images from this branch, and core dump files are now created.