DTrace crashes in FIPS jobs
After SystemTap userspace tracing got added to main
via #4041 (closed), the FIPS build jobs failed:
This is because DTrace dumps core:
../../libtool: line 1915: 11123 Segmentation fault (core dumped) /usr/sbin/dtrace -s ./probes.d -G -fPIC -DPIC -o .libs/probes.o
Disabling tracing in FIPS build jobs might be an option.