pitest icon indicating copy to clipboard operation
pitest copied to clipboard

Exception - PitError: null

Open Wolf2323 opened this issue 2 years ago • 0 comments

I am not sure why this occurs. If you need more information, just ask for it, but for now i just start with the actual log error:

12:06:15 PM PIT >> WARNING : Minion exited abnormally due to TIMED_OUT
12:06:23 PM PIT >> WARNING : Minion exited abnormally due to TIMED_OUT
12:06:31 PM PIT >> WARNING : Minion exited abnormally due to TIMED_OUT
-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|12:07:56 PM PIT >> WARNING : Error while watching child process
java.util.concurrent.ExecutionException: org.pitest.util.PitError: null

Please copy and paste the information and the complete stacktrace below when reporting an issue
VM : OpenJDK 64-Bit Server VM
Vendor : Private Build
Version : 17.0.7+7-Ubuntu-0ubuntu120.04
Uptime : 291045
Input -> 
 1 : -Dclassworlds.conf=/home/inkarkat/Resilient/ReBuild/Maven/mvn/bin/m2.conf
 2 : -Dmaven.home=/home/inkarkat/Resilient/ReBuild/Maven/mvn
 3 : -Dlibrary.jansi.path=/home/inkarkat/Resilient/ReBuild/Maven/mvn/lib/jansi-native
 4 : -Dmaven.multiModuleProjectDirectory=/home/inkarkat/Resilient/ReBuild
BootClassPathSupported : false

	at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:205)
	at org.pitest.util.CommunicationThread.waitToFinish(CommunicationThread.java:62)
	at org.pitest.mutationtest.execute.MutationTestProcess.waitToDie(MutationTestProcess.java:47)
	at org.pitest.mutationtest.build.MutationTestUnit.waitForMinionToDie(MutationTestUnit.java:92)
	at org.pitest.mutationtest.build.MutationTestUnit.runTestInSeperateProcessForMutationRange(MutationTestUnit.java:85)
	at org.pitest.mutationtest.build.MutationTestUnit.runTestsInSeperateProcess(MutationTestUnit.java:68)
	at org.pitest.mutationtest.build.MutationTestUnit.call(MutationTestUnit.java:55)
	at org.pitest.mutationtest.build.MutationTestUnit.call(MutationTestUnit.java:30)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: org.pitest.util.PitError: null

Please copy and paste the information and the complete stacktrace below when reporting an issue

Wolf2323 avatar May 31 '23 15:05 Wolf2323