blob: 4636bb9da96056659f11e18ea4341986e86edba3 [file] [log] [blame]
vulgar52012cebf7c2025-06-07 17:58:05 +08001# Created at 2025-06-06T13:53:42.822
2System.exit() or native command error interrupted process checker.
3java.lang.IllegalStateException: Cannot use PPID 5704 process information. Going to use NOOP events.
4 at org.apache.maven.surefire.booter.PpidChecker.checkProcessInfo(PpidChecker.java:155)
5 at org.apache.maven.surefire.booter.PpidChecker.isProcessAlive(PpidChecker.java:116)
6 at org.apache.maven.surefire.booter.ForkedBooter$2.run(ForkedBooter.java:214)
7 at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
8 at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
9 at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
10 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
11 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
12 at java.base/java.lang.Thread.run(Thread.java:840)
13
14