Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"End Repair Search: NOT Found solution" even in case of provided examples. #346

Open
rajdeep-biswas opened this issue Oct 28, 2021 · 1 comment

Comments

@rajdeep-biswas
Copy link

Steps to reproduce -

  1. Cloned this repo as is.
  2. On mvn clean install step, there is an error regarding Source option 5 is no longer supported. Use 6 or later.
    This appeared on Math-issue-309 and Math-issue-280, their pom.xml files' tags had to be updated from 1.5 to 1.6 and then the command works.
  3. Running this command as is specified in the doc java -cp target/astor-*-jar-with-dependencies.jar fr.inria.main.evolution.AstorMain -mode jgenprog -srcjavafolder /src/java/ -srctestfolder /src/test/ -binjavafolder /target/classes/ -bintestfolder /target/test-classes/ -location /Users/trb/Documents/SideGigs/Patcher/astor/examples/Math-issue-309 -dependencies examples/Math-issue-309/lib
    Results in the following log -
[1190389] WARN AstorCoreEngine - ----------Running generation: 199, population size: 1
[1190712] WARN AstorCoreEngine - ----------Running generation: 200, population size: 1
[1201220] INFO main - The Process that runs JUnit test cases did not terminate within waitTime of 10 seconds
[1201220] INFO main - Killed the Process that runs JUnit test cases 17210
[1201224] INFO AstorCoreEngine - Time Repair Loop (s): 1112.246
[1201224] INFO AstorCoreEngine - generationsexecuted: 200
[1201224] WARN AstorCoreEngine - ----SUMMARY_EXECUTION---
[1201224] WARN AstorCoreEngine - End Repair Search: NOT Found solution
[1201224] WARN AstorCoreEngine - Number suspicious:1
[1201233] INFO AstorMain - Time Total(s): 1201.231

There is no patch.diff file generated, either, as it should be according to the doc; in the output directory.

@ShifatSahariar
Copy link

did you solved the problem later? please let me know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants