Details
-
New Feature
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
3.0.0
-
None
-
None
Description
Our builds were failing with the error:
System.exit() or native command error interrupted process checker.
java.lang.IllegalStateException: Cannot use PPID 687 process information. Going to use NOOP events.
at org.apache.maven.surefire.booter.PpidChecker.checkProcessInfo(PpidChecker.java:155)
checking the code it looks like you run ps -p:
installing procps in alipine seems to fix it
I wonder if it is possible add something to check if ps supports the -p flag as I imagine I'm not the only one to use alpine to build software?
Simply adding an error that the ps doesn't support -p would save significant time