Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Instrumentation timed out on one of `spoon` classes and was killed

Open
#156 2 comments 0 reactions 1 assignee View on GitHub

@DaniilStepanov is already working on this.

Since Nov 25, 2023.

Assessment

This issue has not been assessed yet.

Description

bug

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
Dominant language
Kotlin
Stars
33
Forks
27
Avg merge
4d 3h
Merged PRs (30d)
15

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from UnitTestBot/usvm

All issues in UnitTestBot/usvm

Similar issues

More Kotlin issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.