Konsolenausgabe

Vorausgehende 73 KB sind in dieser Darstellung ausgelassen. Alles anzeigen
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@5b1f9139 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <HashMapTests:98 - testIMRemoveValue>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2980ba12 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2980ba12 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2980ba12 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <HashMapTests:113 - testIMAddAll>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@5e717d03 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@5e717d03 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@5e717d03 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <HashMapTests:132 - testIMCopy>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@cc42d6e rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@cc42d6e rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@cc42d6e rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <HashMapTests:144 - testIMCopyConstructor>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@255e112c rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@255e112c rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@255e112c rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <HashMapTests:156 - testIMFlush>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@6a1c865d rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@6a1c865d rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@6a1c865d rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <HashSetTests:5 - testHashSet>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@58f11706 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@58f11706 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@58f11706 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <HashtableTests:4 - testBasicDatatypes>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@621f2fb5 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@621f2fb5 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@621f2fb5 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <HashtableTests:22 - testFlushing>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@22623fe5 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@22623fe5 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@22623fe5 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <HashtableTests:36 - testOverwrite>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2e238d4b rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2e238d4b rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2e238d4b rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <HashtableTests:45 - testRemove>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@35a292b0 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@35a292b0 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@35a292b0 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <Interpolation:95 - linearVecTest>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@6113c05b rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@6113c05b rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@6113c05b rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <LinkedListModuleTests:19 - test>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@26ab212f rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@26ab212f rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@26ab212f rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <LinkedListModuleTests:36 - testDestroy>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@4889e16b rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@4889e16b rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@4889e16b rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <LinkedListTests:5 - testAddRemove>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@58a5cdcd rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@58a5cdcd rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@58a5cdcd rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <LinkedListTests:20 - testForLoop>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@57b92896 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@57b92896 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@57b92896 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <LinkedListTests:33 - testBackIter>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@470822f9 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@470822f9 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@470822f9 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <LinkedListTests:45 - testAddAll>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@692da6bd rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@692da6bd rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@692da6bd rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <LinkedListTests:61 - testAddVararg>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@74cf5204 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@74cf5204 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@74cf5204 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <LinkedListTests:78 - testClosures>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@71763d94 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@71763d94 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@71763d94 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <LinkedListTests:92 - testGenerics>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@38fcd515 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@38fcd515 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@38fcd515 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <LinkedListTests:104 - testSort>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@5ec4a7af rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@5ec4a7af rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@5ec4a7af rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <LinkedListTests:129 - testAddAt>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@59cf130f rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@59cf130f rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@59cf130f rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <LinkedListTests:139 - testRemoveWhen>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@492326fc rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@492326fc rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@492326fc rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <LinkedListTests:147 - testFilter>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@466acc02 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@466acc02 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@466acc02 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <LinkedListTests:155 - testFoldl>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2c8348f3 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2c8348f3 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2c8348f3 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <LinkedListTests:162 - testToString>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@3c612263 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@3c612263 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@3c612263 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <LinkedListTests:169 - testSortReal>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@4a3ece99 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@4a3ece99 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@4a3ece99 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <LinkedListTests:177 - testAsList>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@c780b73 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@c780b73 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@c780b73 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <MapBounds:63 - testMapBounds>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2af1ec4d rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2af1ec4d rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2af1ec4d rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <Maths:140 - minmax>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2542f767 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2542f767 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2542f767 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <Maths:149 - test_hypot>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2bc8c0e9 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2bc8c0e9 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2bc8c0e9 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <ObjectIds:50 - test_idString2IdInteger>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@1af85446 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@1af85446 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@1af85446 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <ObjectIds:55 - test_idInteger2IdString>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@f6b6b60 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@f6b6b60 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@f6b6b60 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <ObjectIds:76 - asListIntTest>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@64d6e8ea rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@64d6e8ea rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@64d6e8ea rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <ObjectIds:82 - asListStringTest>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@1b529d25 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@1b529d25 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@1b529d25 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <Player:143 - testPlayer>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@52d4b83c rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@52d4b83c rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@52d4b83c rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <Playercolor:69 - testToInt>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@24516edd rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@24516edd rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@24516edd rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <Playercolor:73 - testToPlayerColor>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@661ad831 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@661ad831 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@661ad831 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <Playercolor:77 - testGetPlayer>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@49ded83f rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@49ded83f rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@49ded83f rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <Playercolor:81 - testGetPlayers>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2ca3cd41 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2ca3cd41 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2ca3cd41 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <PrimitivesTests:4 - testR2SW>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@46ad1650 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@46ad1650 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@46ad1650 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <PrimitivesTests:9 - testArithmetics>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2a6d79b7 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2a6d79b7 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2a6d79b7 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <PrimitivesTests:20 - testMisc>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@14721adc rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@14721adc rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@14721adc rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <StringTests:4 - testToCharsetInt>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@7e9fb794 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@7e9fb794 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@7e9fb794 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <StringTests:10 - testSubstring>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@5c7808bc rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@5c7808bc rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@5c7808bc rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <StringTests:14 - testLength>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@1667ea3c rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@1667ea3c rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@1667ea3c rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <StringTests:17 - testCharAt>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@10684de9 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@10684de9 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@10684de9 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <StringTests:22 - testEndsWith>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@12fbb75d rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@12fbb75d rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@12fbb75d rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <StringTests:28 - testStartsWith>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@6e0424 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@6e0424 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@6e0424 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <StringTests:34 - testToLowerCase>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@50fb2966 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@50fb2966 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@50fb2966 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <StringTests:37 - testToUpperCase>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2a117847 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2a117847 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2a117847 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <StringTests:40 - testIsUpper>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@15cf721a rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@15cf721a rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@15cf721a rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <StringTests:44 - testTrim>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@1e7902cf rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@1e7902cf rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@1e7902cf rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <StringTests:77 - testIndexOf>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@5a53db5f rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@5a53db5f rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@5a53db5f rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <StringTests:83 - testLastIndexOf>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@6fb3a6e6 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@6fb3a6e6 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@6fb3a6e6 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <StringTests:88 - testCountOccurences>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@e3a9131 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@e3a9131 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@e3a9131 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <StringTests:93 - testContains>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@1089839f rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@1089839f rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@1089839f rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <StringTests:97 - testIsWhitespace>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@39f47a6c rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@39f47a6c rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@39f47a6c rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <StringTests:104 - testFirstUpper>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@7b3188f4 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@7b3188f4 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@7b3188f4 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <StringTests:108 - testReplace>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@6c7d3cff rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@6c7d3cff rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@6c7d3cff rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <StringTests:112 - testGetHash>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@7ff78bd7 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@7ff78bd7 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@7ff78bd7 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <StringTests:115 - testFormat>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@c246673 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@c246673 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@c246673 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <StringTests:121 - testIterator>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@71a6c123 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@71a6c123 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@71a6c123 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <StringTests:127 - testConversion>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@ebe0314 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@ebe0314 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@ebe0314 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <StringUtilsTests:6 - testSplit>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@19a6f2d3 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@19a6f2d3 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@19a6f2d3 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <StringUtilsTests:25 - testJoin>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@719b2027 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@719b2027 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@719b2027 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <StringUtilsTests:34 - testReduce>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@759ec132 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@759ec132 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@759ec132 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Running <Vectors:360 - vectorTests>..
	FAILED with exception: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@4bdac5df rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]

Here are some compiler internals, that might help Wurst developers to debug this issue:
	Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@4bdac5df rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@4bdac5df rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
	at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
	at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
	at de.peeeq.wurstio.languageserver.requests.RunTests.runTests(RunTests.java:174)
	at de.peeeq.wurstio.Main.doCompilation(Main.java:374)
	at de.peeeq.wurstio.Main.main(Main.java:144)

Tests succeeded: 1/113
>> 112 Tests have failed!
Finished running tests
compilation finished (errors: 112, warnings: 3)
Error in File BitSet.wurst line 31:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@7a990492 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File BitSet.wurst line 45:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@4b006976 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File BitSet.wurst line 48:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@3d03e4b1 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File BufferTests.wurst line 53:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@28d421da rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File BufferTests.wurst line 75:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@58a4885f rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File BufferTests.wurst line 93:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@c86d372 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File BufferTests.wurst line 117:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@c2e79f0 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File Colors.wurst line 208:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@1c31c015 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File Colors.wurst line 219:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@34425181 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File Colors.wurst line 227:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@34b271fa rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File Colors.wurst line 234:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@3b28f0a7 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File Destructable.wurst line 33:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@33ee0e46 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File Dialog.wurst line 45:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@51c7d2ed rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File Effect.wurst line 79:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@22d89e86 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File ForceTests.wurst line 8:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@55f852c0 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File ForceTests.wurst line 20:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@6beb9aed rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File GameCacheTests.wurst line 8:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@7bacd800 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File GroupTests.wurst line 4:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@49c8edd2 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File GroupTests.wurst line 23:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@17e77540 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File GroupTests.wurst line 41:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@7e0b0516 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File GroupTests.wurst line 61:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@6ec6aa6c rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File GroupTests.wurst line 71:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@260b2f03 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File HashListTests.wurst line 5:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@34c7a8b rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File HashListTests.wurst line 11:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@9f64299 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File HashListTests.wurst line 19:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@20b4c47c rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File HashListTests.wurst line 36:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@3d7219d6 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File HashListTests.wurst line 44:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@18bac23f rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File HashListTests.wurst line 52:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@68558e9e rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File HashListTests.wurst line 61:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@63cbcbe4 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File HashListTests.wurst line 70:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@46911db1 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File HashListTests.wurst line 78:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@24b3c2f4 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File HashListTests.wurst line 85:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@4a45e16d rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File HashListTests.wurst line 92:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@3cfb2c49 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File HashListTests.wurst line 105:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@65dd7ddb rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File HashListTests.wurst line 118:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@293d4224 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File HashListTests.wurst line 130:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@121257fb rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File HashMapTests.wurst line 5:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@10c95ab4 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File HashMapTests.wurst line 12:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@72b98949 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File HashMapTests.wurst line 21:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@4bce1fc9 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File HashMapTests.wurst line 30:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@226b551e rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File HashMapTests.wurst line 38:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@4fe3a6ad rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File HashMapTests.wurst line 60:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@18f13795 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File HashMapTests.wurst line 73:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@78528323 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File HashMapTests.wurst line 86:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@5b1f9139 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File HashMapTests.wurst line 98:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2980ba12 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File HashMapTests.wurst line 113:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@5e717d03 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File HashMapTests.wurst line 132:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@cc42d6e rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File HashMapTests.wurst line 144:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@255e112c rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File HashMapTests.wurst line 156:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@6a1c865d rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File HashSetTests.wurst line 5:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@58f11706 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File HashtableTests.wurst line 4:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@621f2fb5 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File HashtableTests.wurst line 22:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@22623fe5 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File HashtableTests.wurst line 36:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2e238d4b rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File HashtableTests.wurst line 45:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@35a292b0 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File Interpolation.wurst line 95:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@6113c05b rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File LinkedListModuleTests.wurst line 19:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@26ab212f rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File LinkedListModuleTests.wurst line 36:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@4889e16b rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File LinkedListTests.wurst line 5:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@58a5cdcd rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File LinkedListTests.wurst line 20:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@57b92896 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File LinkedListTests.wurst line 33:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@470822f9 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File LinkedListTests.wurst line 45:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@692da6bd rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File LinkedListTests.wurst line 61:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@74cf5204 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File LinkedListTests.wurst line 78:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@71763d94 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File LinkedListTests.wurst line 92:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@38fcd515 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File LinkedListTests.wurst line 104:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@5ec4a7af rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File LinkedListTests.wurst line 129:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@59cf130f rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File LinkedListTests.wurst line 139:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@492326fc rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File LinkedListTests.wurst line 147:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@466acc02 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File LinkedListTests.wurst line 155:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2c8348f3 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File LinkedListTests.wurst line 162:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@3c612263 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File LinkedListTests.wurst line 169:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@4a3ece99 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File LinkedListTests.wurst line 177:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@c780b73 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File MapBounds.wurst line 63:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2af1ec4d rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File Maths.wurst line 140:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2542f767 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File Maths.wurst line 149:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2bc8c0e9 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File ObjectIds.wurst line 50:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@1af85446 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File ObjectIds.wurst line 55:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@f6b6b60 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File ObjectIds.wurst line 76:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@64d6e8ea rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File ObjectIds.wurst line 82:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@1b529d25 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File Player.wurst line 143:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@52d4b83c rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File Playercolor.wurst line 69:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@24516edd rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File Playercolor.wurst line 73:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@661ad831 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File Playercolor.wurst line 77:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@49ded83f rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File Playercolor.wurst line 81:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2ca3cd41 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File PrimitivesTests.wurst line 4:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@46ad1650 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File PrimitivesTests.wurst line 9:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2a6d79b7 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File PrimitivesTests.wurst line 20:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@14721adc rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File StringTests.wurst line 4:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@7e9fb794 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File StringTests.wurst line 10:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@5c7808bc rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File StringTests.wurst line 14:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@1667ea3c rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File StringTests.wurst line 17:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@10684de9 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File StringTests.wurst line 22:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@12fbb75d rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File StringTests.wurst line 28:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@6e0424 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File StringTests.wurst line 34:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@50fb2966 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File StringTests.wurst line 37:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2a117847 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File StringTests.wurst line 40:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@15cf721a rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File StringTests.wurst line 44:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@1e7902cf rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File StringTests.wurst line 77:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@5a53db5f rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File StringTests.wurst line 83:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@6fb3a6e6 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File StringTests.wurst line 88:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@e3a9131 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File StringTests.wurst line 93:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@1089839f rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File StringTests.wurst line 97:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@39f47a6c rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File StringTests.wurst line 104:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@7b3188f4 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File StringTests.wurst line 108:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@6c7d3cff rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File StringTests.wurst line 112:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@7ff78bd7 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File StringTests.wurst line 115:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@c246673 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File StringTests.wurst line 121:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@71a6c123 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File StringTests.wurst line 127:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@ebe0314 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File StringUtilsTests.wurst line 6:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@19a6f2d3 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File StringUtilsTests.wurst line 25:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@719b2027 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File StringUtilsTests.wurst line 34:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@759ec132 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Error in File Vectors.wurst line 360:
 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@4bdac5df rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7f08d712[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
Build step 'Execute shell' marked build as failure
Sending e-mails to: [email protected]
Finished: FAILURE