Hi! `pants test` fails even though the tests actua...
# general
a
Hi!
pants test
fails even though the tests actually pass. Anyone knows what am i missing?
f
That's interesting. What's the exit code?
f
-11 as an exit code means some sort of signal forced an exit.
Check your kernel log to see if the process was killed for a resource usage issue.
🙏 1
e
That's SIGSEGV right? In which case the cone of suspicion is narrowly focused on the Pants engine I'd think. You should have a crash dump somewhere if those are enabled.
I guess I'm wrong about the cone of suspicion. Pants looks like it chugs along fine, it's just the pytest subprocess that gets SIGSEGV - maybe. Clear as mud unless you can find a crash dump.
f
yeah could be SIGSEGV. another avenue to investigate is making sure core dumps are enabled in order to find the crash dump as suggested.