Mark Grondona

Results 659 comments of Mark Grondona

This indicates we could probably work around the issue for now by using the systemd `override.conf` proposed above.

> LimitMEMLOCK=unlimited Do you mean `LimitMEMLOCK=infinity`?

Yes, that indicates the broker crashed. It is very difficult to get debug out of the buildfarm builds since it is occuring inside an rpmbuild running in a mock chroot....

Ok I was able to get a core backtrace out of the buildfarm: ``` Thread 1 (Thread 0x3fff6f7eedc0 (LWP 56060)): #0 0x00003fffa22a43d8 in raise () from /usr/lib64/libc.so.6 #1 0x00003fffa228448c in...

And maybe a different one: ``` Thread 1 (Thread 0x3fff55b2edc0 (LWP 46250)): #0 0x00003fff80c343d8 in raise () from /usr/lib64/libc.so.6 #1 0x00003fff80c1448c in abort () from /usr/lib64/libc.so.6 #2 0x00003fff807fcfb0 in _Unwind_Resume...

Maybe some of the compiler flags are introducing these extra assertions? We're using the default GCC in the buildfarm and I doubt there is more than one compiler version installed....

No the x86_64 builder is succeeding

Also, FYI, the valgrind test is failing on ppc64le as well. I just realized I have `make check` disabled for flux-core RPMs in toss4 as well. I'm beginning to think...

If you propose something I can relatively easily add patches to the rpm as a stopgap

BTW, I was able to get TOSS3 RPMs built without this issue, so this was only a problem on RHEL8/TOSS4.