Advertisement
A248

Gregor mutator IndexOutOfBounds

Jun 9th, 2021
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. stderr : 15:59:47 PIT >> WARNING : Error during mutation test
  2. stderr : java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
  3. stderr : at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
  4. stderr : at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
  5. stderr : at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266)
  6. stderr : at java.base/java.util.Objects.checkIndex(Objects.java:359)
  7. stderr : at java.base/java.util.ArrayList.get(ArrayList.java:427)
  8. stderr : at org.pitest.mutationtest.engine.gregor.GregorMutater.getMutation(GregorMutater.java:111)
  9. stderr : at org.pitest.mutationtest.execute.MutationTestWorker.processMutation(MutationTestWorker.java:93)
  10. stderr : at org.pitest.mutationtest.execute.MutationTestWorker.run(MutationTestWorker.java:79)
  11. stderr : at org.pitest.mutationtest.execute.MutationTestMinion.run(MutationTestMinion.java:97)
  12. stderr : at org.pitest.mutationtest.e15:59:47 PIT >> FINE : Exit code was - UNKxNOWN_ERROR
  13. ecute.MutationTestMinion.main(MutationTestMinion.java:137)
  14. 15:59:47 PIT >> WARNING : Minion exited abnormally due to RUN_ERROR
  15. 15:59:47 PIT >> FINE : Setting 1 unfinished runs to RUN_ERROR state
  16. 15:59:47 PIT >> FINE : No longer able to read stream.
  17. stdout : Installing PIT agent
  18. stdout : java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
  19. stdout : at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
  20. stdout : at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
  21. stdout : at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266)
  22. stdout : at java.base/java.util.Objects.checkIndex(Objects.java:359)
  23. stdout : at java.base/java.util.ArrayList.get(ArrayList.java:427)
  24. stdout : at org.pitest.mutationtest.engine.gregor.GregorMutater.getMutation(GregorMutater.java:111)
  25. stdout : at org.pitest.mutationtest.execute.MutationTestWorker.processMutation(MutationTestWorker.java:93)
  26. stdout : at org.pitest.mutationtest.execute.MutationTestWorker.run(MutationTestWorker.java:79)
  27. stdout : at org.pitest.mutationtest.execute.MutationTestMinion.run(MutationTestMinion.java:97)
  28. stdout : at org.pitest.mutationtest.execute.MutationTestMinion.main(MutationTestMinion.java:137)
  29. 15:59:50 PIT >> FINE : Exit code was - UNKNOWN_ERROR
  30. 15:59:50 PIT >> WARNING : Minion exited abnormally due to RUN_ERROR
  31. 15:59:50 PIT >> FINE : Setting 1 unfinished runs to RUN_ERROR state
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement