UnitTestBot / UnitTestBot/usvm
Instrumentation timed out on one of `spoon` classes and was killed
Open
@DaniilStepanov is already working on this.
Since Nov 25, 2023.
bug
- Dominant language
- Kotlin
- Stars
- 33
- Forks
- 27
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 15
Description
Run ContestEstimator with the following settings
timeLimit = 30
methodFilter = "spoon.reflect.visitor.ModelConsistencyChecker.*"
projectFilter = listOf("spoon-core-7.0.0")
The instrumentation timeout was reported:
ERROR | (x1) executor.execute((id:44)spoon.reflect.visitor.ModelConsistencyChecker#exit(spoon.reflect.declaration.CtElement)) failed
java.lang.ThreadDeath: null
at java.lang.Thread.stop(Thread.java:858)
18:24:31.641 | WARN | Spent 26421 ms on region [executor.execute(spoon.reflect.visitor.ModelConsistencyChecker)] for [(id:44)spoon.reflect.visitor.ModelConsistencyChecker#exit(spoon.reflect.declaration.CtElement)]
18:24:31.648 | ERROR | (x1) analyzeAsync time exceeded hard time out
one more similar problem
ERROR | (x1) executor.execute((id:44)spoon.support.reflect.code.CtStatementListImpl#getStatement(int)) failed
java.lang.ThreadDeath: null
at java.lang.Thread.stop(Thread.java:858)
18:25:53.991 | WARN | Spent 25969 ms on region [executor.execute(spoon.support.reflect.code.CtStatementListImpl)] for [(id:44)spoon.support.reflect.code.CtStatementListImpl#getStatement(int)]
18:25:53.999 | ERROR | (x1) analyzeAsync time exceeded hard time out
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.