[13452] WARN DynamothCodeGenesisImpl - Unable to spoon the project
java.lang.IllegalArgumentException: Unrecognized option : -1.7
at org.eclipse.jdt.internal.compiler.batch.Main.configure(Main.java:2860)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnits(JDTBasedSpoonCompiler.java:440)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnitsAndModel(JDTBasedSpoonCompiler.java:386)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildSources(JDTBasedSpoonCompiler.java:347)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:118)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:101)
at fr.inria.lille.commons.spoon.util.SpoonModelLibrary.modelFor(SpoonModelLibrary.java:53)
at fr.inria.lille.commons.spoon.SpoonedFile.<init>(SpoonedFile.java:60)
at fr.inria.lille.commons.spoon.SpoonedProject.<init>(SpoonedProject.java:17)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.initSpoon(DynamothCodeGenesisImpl.java:337)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.processClassPrepareEvent(DynamothCodeGenesisImpl.java:202)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.processVMEvents(DynamothCodeGenesisImpl.java:176)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.run(DynamothCodeGenesisImpl.java:148)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.createSynthesizer(DynamothCodeGenesisTest.java:239)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.test(DynamothCodeGenesisTest.java:244)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.test3(DynamothCodeGenesisTest.java:88)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:159)
at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:87)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:95)
[13460] INFO DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_3.NopolExampleTest#test4 iteration 0
java.lang.NullPointerException: Cannot invoke "fr.inria.lille.repair.synthesis.collect.SpoonElementsCollector.collect(com.sun.jdi.ThreadReference)" because "this.spoonElementsCollector" is null
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.processBreakPointEvents(DynamothCodeGenesisImpl.java:281)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.processVMEvents(DynamothCodeGenesisImpl.java:179)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.run(DynamothCodeGenesisImpl.java:148)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.createSynthesizer(DynamothCodeGenesisTest.java:239)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.test(DynamothCodeGenesisTest.java:244)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.test3(DynamothCodeGenesisTest.java:88)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:159)
at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:87)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:95)
java -cp /builds/workspace/nopol/nopol/../test-projects/target/test-classes:/builds/workspace/nopol/nopol/../test-projects/target/classes:/builds/workspace/nopol/nopol/lib/junit-4.11.jar:/builds/workspace/nopol/nopol/target/test-classes:/builds/workspace/nopol/nopol/target/classes:/builds/.m2/repository/com/github/spoonlabs/flacoco/1.0.5/flacoco-1.0.5.jar:/builds/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.jar:/builds/.m2/repository/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar:/builds/.m2/repository/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar:/builds/.m2/repository/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.jar:/builds/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.jar:/builds/.m2/repository/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.jar:/builds/.m2/repository/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.jar:/builds/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.jar:/builds/.m2/repository/eu/stamp-project/test-runner/4.11/test-runner-4.11.jar:/builds/.m2/repository/eu/stamp-project/descartes/1.2.4/descartes-1.2.4.jar:/builds/.m2/repository/org/pitest/pitest-entry/1.6.7/pitest-entry-1.6.7.jar:/builds/.m2/repository/org/pitest/pitest/1.6.7/pitest-1.6.7.jar:/builds/.m2/repository/org/jacoco/org.jacoco.core/0.8.8/org.jacoco.core-0.8.8.jar:/builds/.m2/repository/org/ow2/asm/asm/9.2/asm-9.2.jar:/builds/.m2/repository/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar:/builds/.m2/repository/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar:/builds/.m2/repository/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar:/builds/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar:/builds/.m2/repository/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.jar:/builds/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar:/builds/.m2/repository/org/pitest/pitest-junit5-plugin/0.8/pitest-junit5-plugin-0.8.jar:/builds/.m2/repository/org/apache/logging/log4j/log4j-core/2.17.2/log4j-core-2.17.2.jar:/builds/.m2/repository/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2.jar:/builds/.m2/repository/org/apache/logging/log4j/log4j-jcl/2.17.2/log4j-jcl-2.17.2.jar:/builds/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar:/builds/.m2/repository/info/picocli/picocli/4.6.3/picocli-4.6.3.jar:/builds/.m2/repository/com/google/code/gson/gson/2.9.0/gson-2.9.0.jar:/builds/.m2/repository/net/sf/supercsv/super-csv/2.4.0/super-csv-2.4.0.jar:/builds/.m2/repository/com/github/stefanbirkner/system-lambda/1.2.1/system-lambda-1.2.1.jar:/builds/.m2/repository/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.jar:/builds/.m2/repository/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.jar:/builds/.m2/repository/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.jar:/builds/.m2/repository/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.jar:/builds/.m2/repository/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.jar:/builds/.m2/repository/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.jar:/builds/.m2/repository/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar:/builds/.m2/repository/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar:/builds/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar:/builds/.m2/repository/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar:/builds/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar:/builds/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar:/builds/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar:/builds/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar:/builds/.m2/repository/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar:/builds/.m2/repository/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar:/builds/.m2/repository/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.jar:/builds/.m2/repository/junit/junit/4.13.2/junit-4.13.2.jar:/builds/.m2/repository/org/reflections/reflections/0.9.9-RC1/reflections-0.9.9-RC1.jar:/builds/.m2/repository/org/javassist/javassist/3.16.1-GA/javassist-3.16.1-GA.jar:/builds/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/builds/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:/builds/.m2/repository/com/google/guava/guava/32.0.0-jre/guava-32.0.0-jre.jar:/builds/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/builds/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/builds/.m2/repository/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar:/builds/.m2/repository/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar:/builds/.m2/repository/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar:/builds/.m2/repository/ch/qos/logback/logback-classic/1.2.13/logback-classic-1.2.13.jar:/builds/.m2/repository/ch/qos/logback/logback-core/1.2.13/logback-core-1.2.13.jar:/builds/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar:/builds/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar:/builds/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/builds/.m2/repository/gov/nasa/jpf/jpf/1154/jpf-1154.jar:/builds/.m2/repository/gov/nasa/jpf/jpf-symbc/576/jpf-symbc-576.jar:/builds/.m2/repository/com/microsoft/z3/z3/0.0.1/z3-0.0.1.jar:/builds/.m2/repository/fr/inria/gforge/spoon/spoon-core/11.1.1-SNAPSHOT/spoon-core-11.1.1-SNAPSHOT.jar:/builds/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core/3.39.0/org.eclipse.jdt.core-3.39.0.jar:/builds/.m2/repository/org/eclipse/jdt/ecj/3.39.0/ecj-3.39.0.jar:/builds/.m2/repository/com/martiansoftware/jsap/2.1/jsap-2.1.jar:/builds/.m2/repository/commons-io/commons-io/2.18.0/commons-io-2.18.0.jar:/builds/.m2/repository/org/apache/maven/maven-model/3.6.0/maven-model-3.6.0.jar:/builds/.m2/repository/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar:/builds/.m2/repository/org/apache/commons/commons-lang3/3.17.0/commons-lang3-3.17.0.jar:/builds/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.18.2/jackson-databind-2.18.2.jar:/builds/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.18.2/jackson-annotations-2.18.2.jar:/builds/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.18.2/jackson-core-2.18.2.jar:/builds/.m2/repository/org/apache/commons/commons-compress/1.27.1/commons-compress-1.27.1.jar:/builds/.m2/repository/commons-codec/commons-codec/1.17.1/commons-codec-1.17.1.jar:/builds/.m2/repository/org/jspecify/jspecify/1.0.0/jspecify-1.0.0.jar:/builds/.m2/repository/org/apache/maven/shared/maven-invoker/3.3.0/maven-invoker-3.3.0.jar:/builds/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar:/builds/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar:/builds/.m2/repository/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.jar:/builds/.m2/repository/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.jar:/builds/.m2/repository/commons-cli/commons-cli/1.3/commons-cli-1.3.jar:/builds/.m2/repository/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/CocoSpoon-1.0.0-SNAPSHOT.jar:/builds/.m2/repository/org/easytesting/fest-assert/1.4/fest-assert-1.4.jar:/builds/.m2/repository/org/easytesting/fest-util/1.1.6/fest-util-1.1.6.jar:/builds/.m2/repository/com/cloudbees/diff4j/1.2/diff4j-1.2.jar:/builds/.m2/repository/org/jvnet/localizer/localizer/1.12/localizer-1.12.jar:/builds/.m2/repository/org/json/json/20231013/json-20231013.jar: fr.inria.lille.repair.MethodTestRunner nopol_examples.nopol_example_4.NopolExampleTest#test4 nopol_examples.nopol_example_4.NopolExampleTest#test5 nopol_examples.nopol_example_4.NopolExampleTest#test2 nopol_examples.nopol_example_4.NopolExampleTest#test3 nopol_examples.nopol_example_4.NopolExampleTest#test8 nopol_examples.nopol_example_4.NopolExampleTest#test9 nopol_examples.nopol_example_4.NopolExampleTest#test11 nopol_examples.nopol_example_4.NopolExampleTest#test6 nopol_examples.nopol_example_4.NopolExampleTest#test10 nopol_examples.nopol_example_4.NopolExampleTest#test7 nopol_examples.nopol_example_4.NopolExampleTest#test1
[13917] WARN DynamothCodeGenesisImpl - Unable to spoon the project
java.lang.IllegalArgumentException: Unrecognized option : -1.7
at org.eclipse.jdt.internal.compiler.batch.Main.configure(Main.java:2860)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnits(JDTBasedSpoonCompiler.java:440)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnitsAndModel(JDTBasedSpoonCompiler.java:386)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildSources(JDTBasedSpoonCompiler.java:347)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:118)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:101)
at fr.inria.lille.commons.spoon.util.SpoonModelLibrary.modelFor(SpoonModelLibrary.java:53)
at fr.inria.lille.commons.spoon.SpoonedFile.<init>(SpoonedFile.java:60)
at fr.inria.lille.commons.spoon.SpoonedProject.<init>(SpoonedProject.java:17)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.initSpoon(DynamothCodeGenesisImpl.java:337)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.processClassPrepareEvent(DynamothCodeGenesisImpl.java:202)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.processVMEvents(DynamothCodeGenesisImpl.java:176)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.run(DynamothCodeGenesisImpl.java:148)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.createSynthesizer(DynamothCodeGenesisTest.java:239)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.test4(DynamothCodeGenesisTest.java:108)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:159)
at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:87)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:95)
[13923] INFO DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_4.NopolExampleTest#test4 iteration 0
java.lang.NullPointerException: Cannot invoke "fr.inria.lille.repair.synthesis.collect.SpoonElementsCollector.collect(com.sun.jdi.ThreadReference)" because "this.spoonElementsCollector" is null
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.processBreakPointEvents(DynamothCodeGenesisImpl.java:281)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.processVMEvents(DynamothCodeGenesisImpl.java:179)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.run(DynamothCodeGenesisImpl.java:148)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.createSynthesizer(DynamothCodeGenesisTest.java:239)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.test4(DynamothCodeGenesisTest.java:108)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:159)
at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:87)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:95)
java -cp /builds/workspace/nopol/nopol/../test-projects/target/test-classes:/builds/workspace/nopol/nopol/../test-projects/target/classes:/builds/workspace/nopol/nopol/lib/junit-4.11.jar:/builds/workspace/nopol/nopol/target/test-classes:/builds/workspace/nopol/nopol/target/classes:/builds/.m2/repository/com/github/spoonlabs/flacoco/1.0.5/flacoco-1.0.5.jar:/builds/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.jar:/builds/.m2/repository/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar:/builds/.m2/repository/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar:/builds/.m2/repository/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.jar:/builds/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.jar:/builds/.m2/repository/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.jar:/builds/.m2/repository/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.jar:/builds/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.jar:/builds/.m2/repository/eu/stamp-project/test-runner/4.11/test-runner-4.11.jar:/builds/.m2/repository/eu/stamp-project/descartes/1.2.4/descartes-1.2.4.jar:/builds/.m2/repository/org/pitest/pitest-entry/1.6.7/pitest-entry-1.6.7.jar:/builds/.m2/repository/org/pitest/pitest/1.6.7/pitest-1.6.7.jar:/builds/.m2/repository/org/jacoco/org.jacoco.core/0.8.8/org.jacoco.core-0.8.8.jar:/builds/.m2/repository/org/ow2/asm/asm/9.2/asm-9.2.jar:/builds/.m2/repository/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar:/builds/.m2/repository/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar:/builds/.m2/repository/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar:/builds/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar:/builds/.m2/repository/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.jar:/builds/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar:/builds/.m2/repository/org/pitest/pitest-junit5-plugin/0.8/pitest-junit5-plugin-0.8.jar:/builds/.m2/repository/org/apache/logging/log4j/log4j-core/2.17.2/log4j-core-2.17.2.jar:/builds/.m2/repository/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2.jar:/builds/.m2/repository/org/apache/logging/log4j/log4j-jcl/2.17.2/log4j-jcl-2.17.2.jar:/builds/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar:/builds/.m2/repository/info/picocli/picocli/4.6.3/picocli-4.6.3.jar:/builds/.m2/repository/com/google/code/gson/gson/2.9.0/gson-2.9.0.jar:/builds/.m2/repository/net/sf/supercsv/super-csv/2.4.0/super-csv-2.4.0.jar:/builds/.m2/repository/com/github/stefanbirkner/system-lambda/1.2.1/system-lambda-1.2.1.jar:/builds/.m2/repository/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.jar:/builds/.m2/repository/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.jar:/builds/.m2/repository/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.jar:/builds/.m2/repository/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.jar:/builds/.m2/repository/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.jar:/builds/.m2/repository/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.jar:/builds/.m2/repository/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar:/builds/.m2/repository/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar:/builds/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar:/builds/.m2/repository/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar:/builds/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar:/builds/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar:/builds/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar:/builds/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar:/builds/.m2/repository/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar:/builds/.m2/repository/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar:/builds/.m2/repository/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.jar:/builds/.m2/repository/junit/junit/4.13.2/junit-4.13.2.jar:/builds/.m2/repository/org/reflections/reflections/0.9.9-RC1/reflections-0.9.9-RC1.jar:/builds/.m2/repository/org/javassist/javassist/3.16.1-GA/javassist-3.16.1-GA.jar:/builds/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/builds/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:/builds/.m2/repository/com/google/guava/guava/32.0.0-jre/guava-32.0.0-jre.jar:/builds/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/builds/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/builds/.m2/repository/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar:/builds/.m2/repository/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar:/builds/.m2/repository/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar:/builds/.m2/repository/ch/qos/logback/logback-classic/1.2.13/logback-classic-1.2.13.jar:/builds/.m2/repository/ch/qos/logback/logback-core/1.2.13/logback-core-1.2.13.jar:/builds/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar:/builds/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar:/builds/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/builds/.m2/repository/gov/nasa/jpf/jpf/1154/jpf-1154.jar:/builds/.m2/repository/gov/nasa/jpf/jpf-symbc/576/jpf-symbc-576.jar:/builds/.m2/repository/com/microsoft/z3/z3/0.0.1/z3-0.0.1.jar:/builds/.m2/repository/fr/inria/gforge/spoon/spoon-core/11.1.1-SNAPSHOT/spoon-core-11.1.1-SNAPSHOT.jar:/builds/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core/3.39.0/org.eclipse.jdt.core-3.39.0.jar:/builds/.m2/repository/org/eclipse/jdt/ecj/3.39.0/ecj-3.39.0.jar:/builds/.m2/repository/com/martiansoftware/jsap/2.1/jsap-2.1.jar:/builds/.m2/repository/commons-io/commons-io/2.18.0/commons-io-2.18.0.jar:/builds/.m2/repository/org/apache/maven/maven-model/3.6.0/maven-model-3.6.0.jar:/builds/.m2/repository/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar:/builds/.m2/repository/org/apache/commons/commons-lang3/3.17.0/commons-lang3-3.17.0.jar:/builds/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.18.2/jackson-databind-2.18.2.jar:/builds/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.18.2/jackson-annotations-2.18.2.jar:/builds/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.18.2/jackson-core-2.18.2.jar:/builds/.m2/repository/org/apache/commons/commons-compress/1.27.1/commons-compress-1.27.1.jar:/builds/.m2/repository/commons-codec/commons-codec/1.17.1/commons-codec-1.17.1.jar:/builds/.m2/repository/org/jspecify/jspecify/1.0.0/jspecify-1.0.0.jar:/builds/.m2/repository/org/apache/maven/shared/maven-invoker/3.3.0/maven-invoker-3.3.0.jar:/builds/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar:/builds/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar:/builds/.m2/repository/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.jar:/builds/.m2/repository/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.jar:/builds/.m2/repository/commons-cli/commons-cli/1.3/commons-cli-1.3.jar:/builds/.m2/repository/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/CocoSpoon-1.0.0-SNAPSHOT.jar:/builds/.m2/repository/org/easytesting/fest-assert/1.4/fest-assert-1.4.jar:/builds/.m2/repository/org/easytesting/fest-util/1.1.6/fest-util-1.1.6.jar:/builds/.m2/repository/com/cloudbees/diff4j/1.2/diff4j-1.2.jar:/builds/.m2/repository/org/jvnet/localizer/localizer/1.12/localizer-1.12.jar:/builds/.m2/repository/org/json/json/20231013/json-20231013.jar: fr.inria.lille.repair.MethodTestRunner nopol_examples.nopol_example_5.NopolExampleTest#test4 nopol_examples.nopol_example_5.NopolExampleTest#test5 nopol_examples.nopol_example_5.NopolExampleTest#test2 nopol_examples.nopol_example_5.NopolExampleTest#test3 nopol_examples.nopol_example_5.NopolExampleTest#test6 nopol_examples.nopol_example_5.NopolExampleTest#test1
[14401] WARN DynamothCodeGenesisImpl - Unable to spoon the project
java.lang.IllegalArgumentException: Unrecognized option : -1.7
at org.eclipse.jdt.internal.compiler.batch.Main.configure(Main.java:2860)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnits(JDTBasedSpoonCompiler.java:440)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnitsAndModel(JDTBasedSpoonCompiler.java:386)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildSources(JDTBasedSpoonCompiler.java:347)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:118)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:101)
at fr.inria.lille.commons.spoon.util.SpoonModelLibrary.modelFor(SpoonModelLibrary.java:53)
at fr.inria.lille.commons.spoon.SpoonedFile.<init>(SpoonedFile.java:60)
at fr.inria.lille.commons.spoon.SpoonedProject.<init>(SpoonedProject.java:17)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.initSpoon(DynamothCodeGenesisImpl.java:337)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.processClassPrepareEvent(DynamothCodeGenesisImpl.java:202)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.processVMEvents(DynamothCodeGenesisImpl.java:176)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.run(DynamothCodeGenesisImpl.java:148)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.createSynthesizer(DynamothCodeGenesisTest.java:239)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.test(DynamothCodeGenesisTest.java:244)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.test5(DynamothCodeGenesisTest.java:127)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:159)
at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:87)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:95)
[14407] INFO DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_5.NopolExampleTest#test4 iteration 0
java.lang.NullPointerException: Cannot invoke "fr.inria.lille.repair.synthesis.collect.SpoonElementsCollector.collect(com.sun.jdi.ThreadReference)" because "this.spoonElementsCollector" is null
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.processBreakPointEvents(DynamothCodeGenesisImpl.java:281)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.processVMEvents(DynamothCodeGenesisImpl.java:179)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.run(DynamothCodeGenesisImpl.java:148)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.createSynthesizer(DynamothCodeGenesisTest.java:239)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.test(DynamothCodeGenesisTest.java:244)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.test5(DynamothCodeGenesisTest.java:127)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:159)
at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:87)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:95)
java -cp /builds/workspace/nopol/nopol/../test-projects/target/test-classes:/builds/workspace/nopol/nopol/../test-projects/target/classes:/builds/workspace/nopol/nopol/lib/junit-4.11.jar:/builds/workspace/nopol/nopol/target/test-classes:/builds/workspace/nopol/nopol/target/classes:/builds/.m2/repository/com/github/spoonlabs/flacoco/1.0.5/flacoco-1.0.5.jar:/builds/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.jar:/builds/.m2/repository/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar:/builds/.m2/repository/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar:/builds/.m2/repository/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.jar:/builds/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.jar:/builds/.m2/repository/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.jar:/builds/.m2/repository/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.jar:/builds/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.jar:/builds/.m2/repository/eu/stamp-project/test-runner/4.11/test-runner-4.11.jar:/builds/.m2/repository/eu/stamp-project/descartes/1.2.4/descartes-1.2.4.jar:/builds/.m2/repository/org/pitest/pitest-entry/1.6.7/pitest-entry-1.6.7.jar:/builds/.m2/repository/org/pitest/pitest/1.6.7/pitest-1.6.7.jar:/builds/.m2/repository/org/jacoco/org.jacoco.core/0.8.8/org.jacoco.core-0.8.8.jar:/builds/.m2/repository/org/ow2/asm/asm/9.2/asm-9.2.jar:/builds/.m2/repository/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar:/builds/.m2/repository/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar:/builds/.m2/repository/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar:/builds/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar:/builds/.m2/repository/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.jar:/builds/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar:/builds/.m2/repository/org/pitest/pitest-junit5-plugin/0.8/pitest-junit5-plugin-0.8.jar:/builds/.m2/repository/org/apache/logging/log4j/log4j-core/2.17.2/log4j-core-2.17.2.jar:/builds/.m2/repository/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2.jar:/builds/.m2/repository/org/apache/logging/log4j/log4j-jcl/2.17.2/log4j-jcl-2.17.2.jar:/builds/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar:/builds/.m2/repository/info/picocli/picocli/4.6.3/picocli-4.6.3.jar:/builds/.m2/repository/com/google/code/gson/gson/2.9.0/gson-2.9.0.jar:/builds/.m2/repository/net/sf/supercsv/super-csv/2.4.0/super-csv-2.4.0.jar:/builds/.m2/repository/com/github/stefanbirkner/system-lambda/1.2.1/system-lambda-1.2.1.jar:/builds/.m2/repository/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.jar:/builds/.m2/repository/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.jar:/builds/.m2/repository/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.jar:/builds/.m2/repository/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.jar:/builds/.m2/repository/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.jar:/builds/.m2/repository/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.jar:/builds/.m2/repository/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar:/builds/.m2/repository/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar:/builds/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar:/builds/.m2/repository/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar:/builds/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar:/builds/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar:/builds/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar:/builds/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar:/builds/.m2/repository/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar:/builds/.m2/repository/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar:/builds/.m2/repository/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.jar:/builds/.m2/repository/junit/junit/4.13.2/junit-4.13.2.jar:/builds/.m2/repository/org/reflections/reflections/0.9.9-RC1/reflections-0.9.9-RC1.jar:/builds/.m2/repository/org/javassist/javassist/3.16.1-GA/javassist-3.16.1-GA.jar:/builds/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/builds/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:/builds/.m2/repository/com/google/guava/guava/32.0.0-jre/guava-32.0.0-jre.jar:/builds/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/builds/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/builds/.m2/repository/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar:/builds/.m2/repository/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar:/builds/.m2/repository/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar:/builds/.m2/repository/ch/qos/logback/logback-classic/1.2.13/logback-classic-1.2.13.jar:/builds/.m2/repository/ch/qos/logback/logback-core/1.2.13/logback-core-1.2.13.jar:/builds/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar:/builds/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar:/builds/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/builds/.m2/repository/gov/nasa/jpf/jpf/1154/jpf-1154.jar:/builds/.m2/repository/gov/nasa/jpf/jpf-symbc/576/jpf-symbc-576.jar:/builds/.m2/repository/com/microsoft/z3/z3/0.0.1/z3-0.0.1.jar:/builds/.m2/repository/fr/inria/gforge/spoon/spoon-core/11.1.1-SNAPSHOT/spoon-core-11.1.1-SNAPSHOT.jar:/builds/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core/3.39.0/org.eclipse.jdt.core-3.39.0.jar:/builds/.m2/repository/org/eclipse/jdt/ecj/3.39.0/ecj-3.39.0.jar:/builds/.m2/repository/com/martiansoftware/jsap/2.1/jsap-2.1.jar:/builds/.m2/repository/commons-io/commons-io/2.18.0/commons-io-2.18.0.jar:/builds/.m2/repository/org/apache/maven/maven-model/3.6.0/maven-model-3.6.0.jar:/builds/.m2/repository/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar:/builds/.m2/repository/org/apache/commons/commons-lang3/3.17.0/commons-lang3-3.17.0.jar:/builds/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.18.2/jackson-databind-2.18.2.jar:/builds/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.18.2/jackson-annotations-2.18.2.jar:/builds/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.18.2/jackson-core-2.18.2.jar:/builds/.m2/repository/org/apache/commons/commons-compress/1.27.1/commons-compress-1.27.1.jar:/builds/.m2/repository/commons-codec/commons-codec/1.17.1/commons-codec-1.17.1.jar:/builds/.m2/repository/org/jspecify/jspecify/1.0.0/jspecify-1.0.0.jar:/builds/.m2/repository/org/apache/maven/shared/maven-invoker/3.3.0/maven-invoker-3.3.0.jar:/builds/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar:/builds/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar:/builds/.m2/repository/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.jar:/builds/.m2/repository/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.jar:/builds/.m2/repository/commons-cli/commons-cli/1.3/commons-cli-1.3.jar:/builds/.m2/repository/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/CocoSpoon-1.0.0-SNAPSHOT.jar:/builds/.m2/repository/org/easytesting/fest-assert/1.4/fest-assert-1.4.jar:/builds/.m2/repository/org/easytesting/fest-util/1.1.6/fest-util-1.1.6.jar:/builds/.m2/repository/com/cloudbees/diff4j/1.2/diff4j-1.2.jar:/builds/.m2/repository/org/jvnet/localizer/localizer/1.12/localizer-1.12.jar:/builds/.m2/repository/org/json/json/20231013/json-20231013.jar: fr.inria.lille.repair.MethodTestRunner nopol_examples.nopol_example_6.NopolExampleTest#test4 nopol_examples.nopol_example_6.NopolExampleTest#test5 nopol_examples.nopol_example_6.NopolExampleTest#test2 nopol_examples.nopol_example_6.NopolExampleTest#test3 nopol_examples.nopol_example_6.NopolExampleTest#test6 nopol_examples.nopol_example_6.NopolExampleTest#test1
[14875] WARN DynamothCodeGenesisImpl - Unable to spoon the project
java.lang.IllegalArgumentException: Unrecognized option : -1.7
at org.eclipse.jdt.internal.compiler.batch.Main.configure(Main.java:2860)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnits(JDTBasedSpoonCompiler.java:440)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnitsAndModel(JDTBasedSpoonCompiler.java:386)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildSources(JDTBasedSpoonCompiler.java:347)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:118)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:101)
at fr.inria.lille.commons.spoon.util.SpoonModelLibrary.modelFor(SpoonModelLibrary.java:53)
at fr.inria.lille.commons.spoon.SpoonedFile.<init>(SpoonedFile.java:60)
at fr.inria.lille.commons.spoon.SpoonedProject.<init>(SpoonedProject.java:17)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.initSpoon(DynamothCodeGenesisImpl.java:337)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.processClassPrepareEvent(DynamothCodeGenesisImpl.java:202)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.processVMEvents(DynamothCodeGenesisImpl.java:176)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.run(DynamothCodeGenesisImpl.java:148)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.createSynthesizer(DynamothCodeGenesisTest.java:239)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.test(DynamothCodeGenesisTest.java:244)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.test6(DynamothCodeGenesisTest.java:142)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:159)
at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:87)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:95)
[14880] INFO DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_6.NopolExampleTest#test4 iteration 0
java.lang.NullPointerException: Cannot invoke "fr.inria.lille.repair.synthesis.collect.SpoonElementsCollector.collect(com.sun.jdi.ThreadReference)" because "this.spoonElementsCollector" is null
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.processBreakPointEvents(DynamothCodeGenesisImpl.java:281)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.processVMEvents(DynamothCodeGenesisImpl.java:179)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.run(DynamothCodeGenesisImpl.java:148)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.createSynthesizer(DynamothCodeGenesisTest.java:239)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.test(DynamothCodeGenesisTest.java:244)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.test6(DynamothCodeGenesisTest.java:142)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:159)
at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:87)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:95)
java -cp /builds/workspace/nopol/nopol/../test-projects/target/test-classes:/builds/workspace/nopol/nopol/../test-projects/target/classes:/builds/workspace/nopol/nopol/lib/junit-4.11.jar:/builds/workspace/nopol/nopol/target/test-classes:/builds/workspace/nopol/nopol/target/classes:/builds/.m2/repository/com/github/spoonlabs/flacoco/1.0.5/flacoco-1.0.5.jar:/builds/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.jar:/builds/.m2/repository/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar:/builds/.m2/repository/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar:/builds/.m2/repository/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.jar:/builds/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.jar:/builds/.m2/repository/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.jar:/builds/.m2/repository/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.jar:/builds/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.jar:/builds/.m2/repository/eu/stamp-project/test-runner/4.11/test-runner-4.11.jar:/builds/.m2/repository/eu/stamp-project/descartes/1.2.4/descartes-1.2.4.jar:/builds/.m2/repository/org/pitest/pitest-entry/1.6.7/pitest-entry-1.6.7.jar:/builds/.m2/repository/org/pitest/pitest/1.6.7/pitest-1.6.7.jar:/builds/.m2/repository/org/jacoco/org.jacoco.core/0.8.8/org.jacoco.core-0.8.8.jar:/builds/.m2/repository/org/ow2/asm/asm/9.2/asm-9.2.jar:/builds/.m2/repository/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar:/builds/.m2/repository/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar:/builds/.m2/repository/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar:/builds/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar:/builds/.m2/repository/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.jar:/builds/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar:/builds/.m2/repository/org/pitest/pitest-junit5-plugin/0.8/pitest-junit5-plugin-0.8.jar:/builds/.m2/repository/org/apache/logging/log4j/log4j-core/2.17.2/log4j-core-2.17.2.jar:/builds/.m2/repository/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2.jar:/builds/.m2/repository/org/apache/logging/log4j/log4j-jcl/2.17.2/log4j-jcl-2.17.2.jar:/builds/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar:/builds/.m2/repository/info/picocli/picocli/4.6.3/picocli-4.6.3.jar:/builds/.m2/repository/com/google/code/gson/gson/2.9.0/gson-2.9.0.jar:/builds/.m2/repository/net/sf/supercsv/super-csv/2.4.0/super-csv-2.4.0.jar:/builds/.m2/repository/com/github/stefanbirkner/system-lambda/1.2.1/system-lambda-1.2.1.jar:/builds/.m2/repository/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.jar:/builds/.m2/repository/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.jar:/builds/.m2/repository/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.jar:/builds/.m2/repository/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.jar:/builds/.m2/repository/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.jar:/builds/.m2/repository/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.jar:/builds/.m2/repository/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar:/builds/.m2/repository/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar:/builds/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar:/builds/.m2/repository/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar:/builds/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar:/builds/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar:/builds/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar:/builds/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar:/builds/.m2/repository/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar:/builds/.m2/repository/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar:/builds/.m2/repository/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.jar:/builds/.m2/repository/junit/junit/4.13.2/junit-4.13.2.jar:/builds/.m2/repository/org/reflections/reflections/0.9.9-RC1/reflections-0.9.9-RC1.jar:/builds/.m2/repository/org/javassist/javassist/3.16.1-GA/javassist-3.16.1-GA.jar:/builds/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/builds/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:/builds/.m2/repository/com/google/guava/guava/32.0.0-jre/guava-32.0.0-jre.jar:/builds/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/builds/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/builds/.m2/repository/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar:/builds/.m2/repository/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar:/builds/.m2/repository/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar:/builds/.m2/repository/ch/qos/logback/logback-classic/1.2.13/logback-classic-1.2.13.jar:/builds/.m2/repository/ch/qos/logback/logback-core/1.2.13/logback-core-1.2.13.jar:/builds/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar:/builds/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar:/builds/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/builds/.m2/repository/gov/nasa/jpf/jpf/1154/jpf-1154.jar:/builds/.m2/repository/gov/nasa/jpf/jpf-symbc/576/jpf-symbc-576.jar:/builds/.m2/repository/com/microsoft/z3/z3/0.0.1/z3-0.0.1.jar:/builds/.m2/repository/fr/inria/gforge/spoon/spoon-core/11.1.1-SNAPSHOT/spoon-core-11.1.1-SNAPSHOT.jar:/builds/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core/3.39.0/org.eclipse.jdt.core-3.39.0.jar:/builds/.m2/repository/org/eclipse/jdt/ecj/3.39.0/ecj-3.39.0.jar:/builds/.m2/repository/com/martiansoftware/jsap/2.1/jsap-2.1.jar:/builds/.m2/repository/commons-io/commons-io/2.18.0/commons-io-2.18.0.jar:/builds/.m2/repository/org/apache/maven/maven-model/3.6.0/maven-model-3.6.0.jar:/builds/.m2/repository/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar:/builds/.m2/repository/org/apache/commons/commons-lang3/3.17.0/commons-lang3-3.17.0.jar:/builds/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.18.2/jackson-databind-2.18.2.jar:/builds/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.18.2/jackson-annotations-2.18.2.jar:/builds/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.18.2/jackson-core-2.18.2.jar:/builds/.m2/repository/org/apache/commons/commons-compress/1.27.1/commons-compress-1.27.1.jar:/builds/.m2/repository/commons-codec/commons-codec/1.17.1/commons-codec-1.17.1.jar:/builds/.m2/repository/org/jspecify/jspecify/1.0.0/jspecify-1.0.0.jar:/builds/.m2/repository/org/apache/maven/shared/maven-invoker/3.3.0/maven-invoker-3.3.0.jar:/builds/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar:/builds/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar:/builds/.m2/repository/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.jar:/builds/.m2/repository/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.jar:/builds/.m2/repository/commons-cli/commons-cli/1.3/commons-cli-1.3.jar:/builds/.m2/repository/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/CocoSpoon-1.0.0-SNAPSHOT.jar:/builds/.m2/repository/org/easytesting/fest-assert/1.4/fest-assert-1.4.jar:/builds/.m2/repository/org/easytesting/fest-util/1.1.6/fest-util-1.1.6.jar:/builds/.m2/repository/com/cloudbees/diff4j/1.2/diff4j-1.2.jar:/builds/.m2/repository/org/jvnet/localizer/localizer/1.12/localizer-1.12.jar:/builds/.m2/repository/org/json/json/20231013/json-20231013.jar: fr.inria.lille.repair.MethodTestRunner nopol_examples.nopol_example_8.NopolExampleTest#test_4 nopol_examples.nopol_example_8.NopolExampleTest#test_3 nopol_examples.nopol_example_8.NopolExampleTest#test_2 nopol_examples.nopol_example_8.NopolExampleTest#test_1 nopol_examples.nopol_example_8.NopolExampleTest#test_11 nopol_examples.nopol_example_8.NopolExampleTest#test_9 nopol_examples.nopol_example_8.NopolExampleTest#test_10 nopol_examples.nopol_example_8.NopolExampleTest#test_8 nopol_examples.nopol_example_8.NopolExampleTest#test_7 nopol_examples.nopol_example_8.NopolExampleTest#test_6 nopol_examples.nopol_example_8.NopolExampleTest#test_5
[15336] WARN DynamothCodeGenesisImpl - Unable to spoon the project
java.lang.IllegalArgumentException: Unrecognized option : -1.7
at org.eclipse.jdt.internal.compiler.batch.Main.configure(Main.java:2860)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnits(JDTBasedSpoonCompiler.java:440)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnitsAndModel(JDTBasedSpoonCompiler.java:386)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildSources(JDTBasedSpoonCompiler.java:347)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:118)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:101)
at fr.inria.lille.commons.spoon.util.SpoonModelLibrary.modelFor(SpoonModelLibrary.java:53)
at fr.inria.lille.commons.spoon.SpoonedFile.<init>(SpoonedFile.java:60)
at fr.inria.lille.commons.spoon.SpoonedProject.<init>(SpoonedProject.java:17)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.initSpoon(DynamothCodeGenesisImpl.java:337)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.processClassPrepareEvent(DynamothCodeGenesisImpl.java:202)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.processVMEvents(DynamothCodeGenesisImpl.java:176)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.run(DynamothCodeGenesisImpl.java:148)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.createSynthesizer(DynamothCodeGenesisTest.java:239)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.test(DynamothCodeGenesisTest.java:244)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.test8(DynamothCodeGenesisTest.java:163)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:159)
at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:87)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:95)
[15344] INFO DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_8.NopolExampleTest#test_4 iteration 0
java.lang.NullPointerException: Cannot invoke "fr.inria.lille.repair.synthesis.collect.SpoonElementsCollector.collect(com.sun.jdi.ThreadReference)" because "this.spoonElementsCollector" is null
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.processBreakPointEvents(DynamothCodeGenesisImpl.java:281)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.processVMEvents(DynamothCodeGenesisImpl.java:179)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.run(DynamothCodeGenesisImpl.java:148)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.createSynthesizer(DynamothCodeGenesisTest.java:239)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.test(DynamothCodeGenesisTest.java:244)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.test8(DynamothCodeGenesisTest.java:163)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:159)
at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:87)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:95)
Tests run: 10, Failures: 0, Errors: 9, Skipped: 0, Time elapsed: 5.188 sec <<< FAILURE!
test12(fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest) Time elapsed: 0.929 sec <<< ERROR!
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266)
at java.base/java.util.Objects.checkIndex(Objects.java:361)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.printSummary(DynamothCodeGenesisImpl.java:590)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.combineValues(DynamothCodeGenesisImpl.java:546)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.run(DynamothCodeGenesisImpl.java:154)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.createSynthesizer(DynamothCodeGenesisTest.java:239)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.test12(DynamothCodeGenesisTest.java:178)
test13(fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest) Time elapsed: 0.603 sec <<< ERROR!
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266)
at java.base/java.util.Objects.checkIndex(Objects.java:361)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.printSummary(DynamothCodeGenesisImpl.java:590)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.combineValues(DynamothCodeGenesisImpl.java:546)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.run(DynamothCodeGenesisImpl.java:154)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.createSynthesizer(DynamothCodeGenesisTest.java:239)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.test13(DynamothCodeGenesisTest.java:209)
test1(fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest) Time elapsed: 0.574 sec <<< ERROR!
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266)
at java.base/java.util.Objects.checkIndex(Objects.java:361)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.printSummary(DynamothCodeGenesisImpl.java:590)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.combineValues(DynamothCodeGenesisImpl.java:546)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.run(DynamothCodeGenesisImpl.java:154)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.createSynthesizer(DynamothCodeGenesisTest.java:239)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.test(DynamothCodeGenesisTest.java:244)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.test1(DynamothCodeGenesisTest.java:52)
test2(fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest) Time elapsed: 0.665 sec <<< ERROR!
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266)
at java.base/java.util.Objects.checkIndex(Objects.java:361)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.printSummary(DynamothCodeGenesisImpl.java:590)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.combineValues(DynamothCodeGenesisImpl.java:546)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.run(DynamothCodeGenesisImpl.java:154)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.createSynthesizer(DynamothCodeGenesisTest.java:239)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.test(DynamothCodeGenesisTest.java:244)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.test2(DynamothCodeGenesisTest.java:70)
test3(fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest) Time elapsed: 0.522 sec <<< ERROR!
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266)
at java.base/java.util.Objects.checkIndex(Objects.java:361)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.printSummary(DynamothCodeGenesisImpl.java:590)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.combineValues(DynamothCodeGenesisImpl.java:546)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.run(DynamothCodeGenesisImpl.java:154)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.createSynthesizer(DynamothCodeGenesisTest.java:239)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.test(DynamothCodeGenesisTest.java:244)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.test3(DynamothCodeGenesisTest.java:88)
test4(fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest) Time elapsed: 0.45 sec <<< ERROR!
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266)
at java.base/java.util.Objects.checkIndex(Objects.java:361)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.printSummary(DynamothCodeGenesisImpl.java:590)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.combineValues(DynamothCodeGenesisImpl.java:546)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.run(DynamothCodeGenesisImpl.java:154)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.createSynthesizer(DynamothCodeGenesisTest.java:239)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.test4(DynamothCodeGenesisTest.java:108)
test5(fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest) Time elapsed: 0.486 sec <<< ERROR!
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266)
at java.base/java.util.Objects.checkIndex(Objects.java:361)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.printSummary(DynamothCodeGenesisImpl.java:590)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.combineValues(DynamothCodeGenesisImpl.java:546)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.run(DynamothCodeGenesisImpl.java:154)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.createSynthesizer(DynamothCodeGenesisTest.java:239)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.test(DynamothCodeGenesisTest.java:244)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.test5(DynamothCodeGenesisTest.java:127)
test6(fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest) Time elapsed: 0.459 sec <<< ERROR!
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266)
at java.base/java.util.Objects.checkIndex(Objects.java:361)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.printSummary(DynamothCodeGenesisImpl.java:590)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.combineValues(DynamothCodeGenesisImpl.java:546)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.run(DynamothCodeGenesisImpl.java:154)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.createSynthesizer(DynamothCodeGenesisTest.java:239)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.test(DynamothCodeGenesisTest.java:244)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.test6(DynamothCodeGenesisTest.java:142)
test8(fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest) Time elapsed: 0.463 sec <<< ERROR!
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266)
at java.base/java.util.Objects.checkIndex(Objects.java:361)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.printSummary(DynamothCodeGenesisImpl.java:590)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.combineValues(DynamothCodeGenesisImpl.java:546)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisImpl.run(DynamothCodeGenesisImpl.java:154)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.createSynthesizer(DynamothCodeGenesisTest.java:239)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.test(DynamothCodeGenesisTest.java:244)
at fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest.test8(DynamothCodeGenesisTest.java:163)
Running fr.inria.lille.repair.spoon.ConditionnalInstrumenterTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.006 sec <<< FAILURE!
testConditionnalInstrumenter(fr.inria.lille.repair.spoon.ConditionnalInstrumenterTest) Time elapsed: 0 sec <<< ERROR!
java.lang.IllegalArgumentException: Unrecognized option : -1.7
at org.eclipse.jdt.internal.compiler.batch.Main.configure(Main.java:2860)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnits(JDTBasedSpoonCompiler.java:440)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnitsAndModel(JDTBasedSpoonCompiler.java:386)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildSources(JDTBasedSpoonCompiler.java:347)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:118)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:101)
at fr.inria.lille.commons.spoon.util.SpoonModelLibrary.modelFor(SpoonModelLibrary.java:53)
at fr.inria.lille.commons.spoon.SpoonedFile.<init>(SpoonedFile.java:60)
at fr.inria.lille.commons.spoon.SpoonedProject.<init>(SpoonedProject.java:17)
at fr.inria.lille.repair.spoon.ConditionnalInstrumenterTest.testConditionnalInstrumenter(ConditionnalInstrumenterTest.java:43)
testConditionnalLoggingInstrumenter(fr.inria.lille.repair.spoon.ConditionnalInstrumenterTest) Time elapsed: 0 sec <<< ERROR!
java.lang.IllegalArgumentException: Unrecognized option : -1.7
at org.eclipse.jdt.internal.compiler.batch.Main.configure(Main.java:2860)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnits(JDTBasedSpoonCompiler.java:440)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnitsAndModel(JDTBasedSpoonCompiler.java:386)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildSources(JDTBasedSpoonCompiler.java:347)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:118)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:101)
at fr.inria.lille.commons.spoon.util.SpoonModelLibrary.modelFor(SpoonModelLibrary.java:53)
at fr.inria.lille.commons.spoon.SpoonedFile.<init>(SpoonedFile.java:60)
at fr.inria.lille.commons.spoon.SpoonedProject.<init>(SpoonedProject.java:17)
at fr.inria.lille.repair.spoon.ConditionnalInstrumenterTest.testConditionnalLoggingInstrumenter(ConditionnalInstrumenterTest.java:128)
Running fr.inria.lille.repair.expression.ExpressionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running fr.inria.lille.repair.nopol.TseEvaluationTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.029 sec
Running fr.inria.lille.repair.nopol.Defects4jEvaluationMathTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running fr.inria.lille.repair.nopol.Defects4jEvaluationTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running fr.inria.lille.repair.nopol.NopolTest
[15487] INFO NoPol - Source files: [../test-projects/src/main/java/nopol_examples/nopol_example_2]
[15488] INFO NoPol - Classpath: [file:/builds/workspace/nopol/nopol/../test-projects/target/test-classes/, file:/builds/workspace/nopol/nopol/../test-projects/target/classes/, file:/builds/workspace/nopol/nopol/lib/junit-4.11.jar]
[15489] INFO NoPol - Statement type: CONDITIONAL
[15489] INFO NoPol - Args: [nopol_examples.nopol_example_2.NopolExampleTest]
[15489] INFO NoPol - Config: Config{synthesisDepth=3, collectStaticMethods=true, collectStaticFields=false, collectLiterals=false, onlyOneSynthesisResult=false, sortExpressions=true, maxLineInvocationPerTest=250, timeoutMethodInvocation=2000, dataCollectionTimeoutInSecondForSynthesis=900, addWeight=0.19478, subWeight=0.04554, mulWeight=0.0102, divWeight=0.00613, andWeight=0.10597, orWeight=0.05708, eqWeight=0.22798, nEqWeight=0.0, lessEqWeight=0.0255, lessWeight=0.0947, methodCallWeight=0.1, fieldAccessWeight=0.08099, constantWeight=0.14232, variableWeight=0.05195, mode=REPAIR, type=CONDITIONAL, synthesis=DYNAMOTH, oracle=ANGELIC, solver=Z3, solverPath='null', projectSources=[../test-projects/src/main/java/nopol_examples/nopol_example_2], projectClasspath='[Ljava.net.URL;@1f85904a', projectTests=[nopol_examples.nopol_example_2.NopolExampleTest], complianceLevel=7, outputFolder=./, json=false}
[15494] INFO NoPol - Available processors (cores): 1
[15494] INFO NoPol - Free memory: 1 GB
[15495] INFO NoPol - Maximum memory: 1 GB
[15495] INFO NoPol - Total memory available to JVM: 1 GB
[15496] INFO NoPol - Java version: null
[15496] INFO NoPol - JAVA_HOME: /usr/lib/jvm/java-17-openjdk-amd64/
[15497] INFO NoPol - PATH: /usr/lib/jvm/java-17-openjdk-amd64//bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
[15525] INFO NoPol - Source files: [../test-projects/src/main/java/nopol_examples/nopol_example_1]
[15525] INFO NoPol - Classpath: [file:/builds/workspace/nopol/nopol/../test-projects/target/test-classes/, file:/builds/workspace/nopol/nopol/../test-projects/target/classes/, file:/builds/workspace/nopol/nopol/lib/junit-4.11.jar]
[15525] INFO NoPol - Statement type: CONDITIONAL
[15525] INFO NoPol - Args: [nopol_examples.nopol_example_1.NopolExampleTest]
[15525] INFO NoPol - Config: Config{synthesisDepth=3, collectStaticMethods=true, collectStaticFields=false, collectLiterals=false, onlyOneSynthesisResult=true, sortExpressions=true, maxLineInvocationPerTest=250, timeoutMethodInvocation=2000, dataCollectionTimeoutInSecondForSynthesis=900, addWeight=0.19478, subWeight=0.04554, mulWeight=0.0102, divWeight=0.00613, andWeight=0.10597, orWeight=0.05708, eqWeight=0.22798, nEqWeight=0.0, lessEqWeight=0.0255, lessWeight=0.0947, methodCallWeight=0.1, fieldAccessWeight=0.08099, constantWeight=0.14232, variableWeight=0.05195, mode=REPAIR, type=CONDITIONAL, synthesis=SMT, oracle=ANGELIC, solver=Z3, solverPath='null', projectSources=[../test-projects/src/main/java/nopol_examples/nopol_example_1], projectClasspath='[Ljava.net.URL;@7a247711', projectTests=[nopol_examples.nopol_example_1.NopolExampleTest], complianceLevel=7, outputFolder=./, json=false}
[15525] INFO NoPol - Available processors (cores): 1
[15525] INFO NoPol - Free memory: 1 GB
[15525] INFO NoPol - Maximum memory: 1 GB
[15525] INFO NoPol - Total memory available to JVM: 1 GB
[15526] INFO NoPol - Java version: null
[15526] INFO NoPol - JAVA_HOME: /usr/lib/jvm/java-17-openjdk-amd64/
[15526] INFO NoPol - PATH: /usr/lib/jvm/java-17-openjdk-amd64//bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
[15546] INFO NoPol - Source files: [../test-projects/src/main/java/nopol_examples/nopol_example_2]
[15546] INFO NoPol - Classpath: [file:/builds/workspace/nopol/nopol/../test-projects/target/test-classes/, file:/builds/workspace/nopol/nopol/../test-projects/target/classes/, file:/builds/workspace/nopol/nopol/lib/junit-4.11.jar]
[15546] INFO NoPol - Statement type: CONDITIONAL
[15546] INFO NoPol - Args: [nopol_examples.nopol_example_2.NopolExampleTest]
[15547] INFO NoPol - Config: Config{synthesisDepth=3, collectStaticMethods=true, collectStaticFields=false, collectLiterals=false, onlyOneSynthesisResult=true, sortExpressions=true, maxLineInvocationPerTest=250, timeoutMethodInvocation=2000, dataCollectionTimeoutInSecondForSynthesis=900, addWeight=0.19478, subWeight=0.04554, mulWeight=0.0102, divWeight=0.00613, andWeight=0.10597, orWeight=0.05708, eqWeight=0.22798, nEqWeight=0.0, lessEqWeight=0.0255, lessWeight=0.0947, methodCallWeight=0.1, fieldAccessWeight=0.08099, constantWeight=0.14232, variableWeight=0.05195, mode=REPAIR, type=CONDITIONAL, synthesis=SMT, oracle=ANGELIC, solver=Z3, solverPath='null', projectSources=[../test-projects/src/main/java/nopol_examples/nopol_example_2], projectClasspath='[Ljava.net.URL;@45cb5307', projectTests=[nopol_examples.nopol_example_2.NopolExampleTest], complianceLevel=7, outputFolder=./, json=false}
[15547] INFO NoPol - Available processors (cores): 1
[15547] INFO NoPol - Free memory: 1 GB
[15547] INFO NoPol - Maximum memory: 1 GB
[15547] INFO NoPol - Total memory available to JVM: 1 GB
[15547] INFO NoPol - Java version: null
[15547] INFO NoPol - JAVA_HOME: /usr/lib/jvm/java-17-openjdk-amd64/
[15547] INFO NoPol - PATH: /usr/lib/jvm/java-17-openjdk-amd64//bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
[15571] INFO NoPol - Source files: [../test-projects/src/main/java/nopol_examples/nopol_example_3]
[15571] INFO NoPol - Classpath: [file:/builds/workspace/nopol/nopol/../test-projects/target/test-classes/, file:/builds/workspace/nopol/nopol/../test-projects/target/classes/, file:/builds/workspace/nopol/nopol/lib/junit-4.11.jar]
[15571] INFO NoPol - Statement type: CONDITIONAL
[15571] INFO NoPol - Args: [nopol_examples.nopol_example_3.NopolExampleTest]
[15571] INFO NoPol - Config: Config{synthesisDepth=3, collectStaticMethods=true, collectStaticFields=false, collectLiterals=false, onlyOneSynthesisResult=true, sortExpressions=true, maxLineInvocationPerTest=250, timeoutMethodInvocation=2000, dataCollectionTimeoutInSecondForSynthesis=900, addWeight=0.19478, subWeight=0.04554, mulWeight=0.0102, divWeight=0.00613, andWeight=0.10597, orWeight=0.05708, eqWeight=0.22798, nEqWeight=0.0, lessEqWeight=0.0255, lessWeight=0.0947, methodCallWeight=0.1, fieldAccessWeight=0.08099, constantWeight=0.14232, variableWeight=0.05195, mode=REPAIR, type=CONDITIONAL, synthesis=SMT, oracle=ANGELIC, solver=Z3, solverPath='null', projectSources=[../test-projects/src/main/java/nopol_examples/nopol_example_3], projectClasspath='[Ljava.net.URL;@4bf10fe1', projectTests=[nopol_examples.nopol_example_3.NopolExampleTest], complianceLevel=7, outputFolder=./, json=false}
[15571] INFO NoPol - Available processors (cores): 1
[15571] INFO NoPol - Free memory: 1 GB
[15571] INFO NoPol - Maximum memory: 1 GB
[15571] INFO NoPol - Total memory available to JVM: 1 GB
[15572] INFO NoPol - Java version: null
[15572] INFO NoPol - JAVA_HOME: /usr/lib/jvm/java-17-openjdk-amd64/
[15572] INFO NoPol - PATH: /usr/lib/jvm/java-17-openjdk-amd64//bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
[15593] INFO NoPol - Source files: [../test-projects/src/main/java/nopol_examples/nopol_example_5]
[15593] INFO NoPol - Classpath: [file:/builds/workspace/nopol/nopol/../test-projects/target/test-classes/, file:/builds/workspace/nopol/nopol/../test-projects/target/classes/, file:/builds/workspace/nopol/nopol/lib/junit-4.11.jar]
[15593] INFO NoPol - Statement type: PRECONDITION
[15593] INFO NoPol - Args: [nopol_examples.nopol_example_5.NopolExampleTest]
[15593] INFO NoPol - Config: Config{synthesisDepth=3, collectStaticMethods=true, collectStaticFields=false, collectLiterals=false, onlyOneSynthesisResult=true, sortExpressions=true, maxLineInvocationPerTest=250, timeoutMethodInvocation=2000, dataCollectionTimeoutInSecondForSynthesis=900, addWeight=0.19478, subWeight=0.04554, mulWeight=0.0102, divWeight=0.00613, andWeight=0.10597, orWeight=0.05708, eqWeight=0.22798, nEqWeight=0.0, lessEqWeight=0.0255, lessWeight=0.0947, methodCallWeight=0.1, fieldAccessWeight=0.08099, constantWeight=0.14232, variableWeight=0.05195, mode=REPAIR, type=PRECONDITION, synthesis=SMT, oracle=ANGELIC, solver=Z3, solverPath='null', projectSources=[../test-projects/src/main/java/nopol_examples/nopol_example_5], projectClasspath='[Ljava.net.URL;@99223ac', projectTests=[nopol_examples.nopol_example_5.NopolExampleTest], complianceLevel=7, outputFolder=./, json=false}
[15593] INFO NoPol - Available processors (cores): 1
[15593] INFO NoPol - Free memory: 1 GB
[15593] INFO NoPol - Maximum memory: 1 GB
[15593] INFO NoPol - Total memory available to JVM: 1 GB
[15593] INFO NoPol - Java version: null
[15593] INFO NoPol - JAVA_HOME: /usr/lib/jvm/java-17-openjdk-amd64/
[15594] INFO NoPol - PATH: /usr/lib/jvm/java-17-openjdk-amd64//bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
[15609] INFO NoPol - Source files: [../test-projects/src/main/java/nopol_examples/nopol_example_6]
[15609] INFO NoPol - Classpath: [file:/builds/workspace/nopol/nopol/../test-projects/target/test-classes/, file:/builds/workspace/nopol/nopol/../test-projects/target/classes/, file:/builds/workspace/nopol/nopol/lib/junit-4.11.jar]
[15609] INFO NoPol - Statement type: CONDITIONAL
[15609] INFO NoPol - Args: [nopol_examples.nopol_example_6.NopolExampleTest]
[15609] INFO NoPol - Config: Config{synthesisDepth=3, collectStaticMethods=true, collectStaticFields=false, collectLiterals=false, onlyOneSynthesisResult=true, sortExpressions=true, maxLineInvocationPerTest=250, timeoutMethodInvocation=2000, dataCollectionTimeoutInSecondForSynthesis=900, addWeight=0.19478, subWeight=0.04554, mulWeight=0.0102, divWeight=0.00613, andWeight=0.10597, orWeight=0.05708, eqWeight=0.22798, nEqWeight=0.0, lessEqWeight=0.0255, lessWeight=0.0947, methodCallWeight=0.1, fieldAccessWeight=0.08099, constantWeight=0.14232, variableWeight=0.05195, mode=REPAIR, type=CONDITIONAL, synthesis=SMT, oracle=ANGELIC, solver=Z3, solverPath='null', projectSources=[../test-projects/src/main/java/nopol_examples/nopol_example_6], projectClasspath='[Ljava.net.URL;@2cebf82f', projectTests=[nopol_examples.nopol_example_6.NopolExampleTest], complianceLevel=7, outputFolder=./, json=false}
[15609] INFO NoPol - Available processors (cores): 1
[15610] INFO NoPol - Free memory: 1 GB
[15610] INFO NoPol - Maximum memory: 1 GB
[15610] INFO NoPol - Total memory available to JVM: 1 GB
[15610] INFO NoPol - Java version: null
[15611] INFO NoPol - JAVA_HOME: /usr/lib/jvm/java-17-openjdk-amd64/
[15611] INFO NoPol - PATH: /usr/lib/jvm/java-17-openjdk-amd64//bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
[15640] INFO NoPol - Source files: [../test-projects/src/main/java/nopol_examples/nopol_example_7]
[15640] INFO NoPol - Classpath: [file:/builds/workspace/nopol/nopol/../test-projects/target/test-classes/, file:/builds/workspace/nopol/nopol/../test-projects/target/classes/, file:/builds/workspace/nopol/nopol/lib/junit-4.11.jar]
[15640] INFO NoPol - Statement type: CONDITIONAL
[15640] INFO NoPol - Args: [nopol_examples.nopol_example_7.NopolExampleTest]
[15641] INFO NoPol - Config: Config{synthesisDepth=3, collectStaticMethods=true, collectStaticFields=false, collectLiterals=false, onlyOneSynthesisResult=true, sortExpressions=true, maxLineInvocationPerTest=250, timeoutMethodInvocation=2000, dataCollectionTimeoutInSecondForSynthesis=900, addWeight=0.19478, subWeight=0.04554, mulWeight=0.0102, divWeight=0.00613, andWeight=0.10597, orWeight=0.05708, eqWeight=0.22798, nEqWeight=0.0, lessEqWeight=0.0255, lessWeight=0.0947, methodCallWeight=0.1, fieldAccessWeight=0.08099, constantWeight=0.14232, variableWeight=0.05195, mode=REPAIR, type=CONDITIONAL, synthesis=SMT, oracle=ANGELIC, solver=Z3, solverPath='null', projectSources=[../test-projects/src/main/java/nopol_examples/nopol_example_7], projectClasspath='[Ljava.net.URL;@36a1fd20', projectTests=[nopol_examples.nopol_example_7.NopolExampleTest], complianceLevel=7, outputFolder=./, json=false}
[15641] INFO NoPol - Available processors (cores): 1
[15641] INFO NoPol - Free memory: 1 GB
[15641] INFO NoPol - Maximum memory: 1 GB
[15641] INFO NoPol - Total memory available to JVM: 1 GB
[15641] INFO NoPol - Java version: null
[15642] INFO NoPol - JAVA_HOME: /usr/lib/jvm/java-17-openjdk-amd64/
[15643] INFO NoPol - PATH: /usr/lib/jvm/java-17-openjdk-amd64//bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
[15665] INFO NoPol - Source files: [../test-projects/src/main/java/nopol_examples/nopol_example_8]
[15665] INFO NoPol - Classpath: [file:/builds/workspace/nopol/nopol/../test-projects/target/test-classes/, file:/builds/workspace/nopol/nopol/../test-projects/target/classes/, file:/builds/workspace/nopol/nopol/lib/junit-4.11.jar]
[15665] INFO NoPol - Statement type: CONDITIONAL
[15670] INFO NoPol - Args: [nopol_examples.nopol_example_8.NopolExampleTest]
[15670] INFO NoPol - Config: Config{synthesisDepth=3, collectStaticMethods=true, collectStaticFields=false, collectLiterals=false, onlyOneSynthesisResult=true, sortExpressions=true, maxLineInvocationPerTest=250, timeoutMethodInvocation=2000, dataCollectionTimeoutInSecondForSynthesis=900, addWeight=0.19478, subWeight=0.04554, mulWeight=0.0102, divWeight=0.00613, andWeight=0.10597, orWeight=0.05708, eqWeight=0.22798, nEqWeight=0.0, lessEqWeight=0.0255, lessWeight=0.0947, methodCallWeight=0.1, fieldAccessWeight=0.08099, constantWeight=0.14232, variableWeight=0.05195, mode=REPAIR, type=CONDITIONAL, synthesis=SMT, oracle=ANGELIC, solver=Z3, solverPath='null', projectSources=[../test-projects/src/main/java/nopol_examples/nopol_example_8], projectClasspath='[Ljava.net.URL;@69ab2d6a', projectTests=[nopol_examples.nopol_example_8.NopolExampleTest], complianceLevel=7, outputFolder=./, json=false}
[15670] INFO NoPol - Available processors (cores): 1
[15670] INFO NoPol - Free memory: 1 GB
[15670] INFO NoPol - Maximum memory: 1 GB
[15671] INFO NoPol - Total memory available to JVM: 1 GB
[15671] INFO NoPol - Java version: null
[15671] INFO NoPol - JAVA_HOME: /usr/lib/jvm/java-17-openjdk-amd64/
[15671] INFO NoPol - PATH: /usr/lib/jvm/java-17-openjdk-amd64//bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
[15682] INFO NoPol - Source files: [../test-projects/src/main/java/nopol_examples/nopol_example_2]
[15683] INFO NoPol - Classpath: [file:/builds/workspace/nopol/nopol/../test-projects/target/test-classes/, file:/builds/workspace/nopol/nopol/../test-projects/target/classes/, file:/builds/workspace/nopol/nopol/lib/junit-4.11.jar]
[15683] INFO NoPol - Statement type: CONDITIONAL
[15683] INFO NoPol - Args: [nopol_examples.nopol_example_2.NopolExampleTest]
[15684] INFO NoPol - Config: Config{synthesisDepth=3, collectStaticMethods=true, collectStaticFields=false, collectLiterals=false, onlyOneSynthesisResult=true, sortExpressions=true, maxLineInvocationPerTest=250, timeoutMethodInvocation=2000, dataCollectionTimeoutInSecondForSynthesis=900, addWeight=0.19478, subWeight=0.04554, mulWeight=0.0102, divWeight=0.00613, andWeight=0.10597, orWeight=0.05708, eqWeight=0.22798, nEqWeight=0.0, lessEqWeight=0.0255, lessWeight=0.0947, methodCallWeight=0.1, fieldAccessWeight=0.08099, constantWeight=0.14232, variableWeight=0.05195, mode=REPAIR, type=CONDITIONAL, synthesis=SMT, oracle=ANGELIC, solver=Z3, solverPath='null', projectSources=[../test-projects/src/main/java/nopol_examples/nopol_example_2], projectClasspath='[Ljava.net.URL;@505a8582', projectTests=[nopol_examples.nopol_example_2.NopolExampleTest], complianceLevel=7, outputFolder=./, json=false}
[15684] INFO NoPol - Available processors (cores): 1
[15685] INFO NoPol - Free memory: 1 GB
[15686] INFO NoPol - Maximum memory: 1 GB
[15686] INFO NoPol - Total memory available to JVM: 1 GB
[15687] INFO NoPol - Java version: null
[15687] INFO NoPol - JAVA_HOME: /usr/lib/jvm/java-17-openjdk-amd64/
[15688] INFO NoPol - PATH: /usr/lib/jvm/java-17-openjdk-amd64//bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
[15707] INFO NoPol - Source files: [../test-projects/src/main/java/nopol_examples/nopol_example_5]
[15707] INFO NoPol - Classpath: [file:/builds/workspace/nopol/nopol/../test-projects/target/test-classes/, file:/builds/workspace/nopol/nopol/../test-projects/target/classes/, file:/builds/workspace/nopol/nopol/lib/junit-4.11.jar]
[15707] INFO NoPol - Statement type: PRE_THEN_COND
[15707] INFO NoPol - Args: [nopol_examples.nopol_example_5.NopolExampleTest]
[15707] INFO NoPol - Config: Config{synthesisDepth=3, collectStaticMethods=true, collectStaticFields=false, collectLiterals=false, onlyOneSynthesisResult=true, sortExpressions=true, maxLineInvocationPerTest=250, timeoutMethodInvocation=2000, dataCollectionTimeoutInSecondForSynthesis=900, addWeight=0.19478, subWeight=0.04554, mulWeight=0.0102, divWeight=0.00613, andWeight=0.10597, orWeight=0.05708, eqWeight=0.22798, nEqWeight=0.0, lessEqWeight=0.0255, lessWeight=0.0947, methodCallWeight=0.1, fieldAccessWeight=0.08099, constantWeight=0.14232, variableWeight=0.05195, mode=REPAIR, type=PRE_THEN_COND, synthesis=SMT, oracle=ANGELIC, solver=Z3, solverPath='null', projectSources=[../test-projects/src/main/java/nopol_examples/nopol_example_5], projectClasspath='[Ljava.net.URL;@28f8ce2e', projectTests=[nopol_examples.nopol_example_5.NopolExampleTest], complianceLevel=7, outputFolder=./, json=false}
[15707] INFO NoPol - Available processors (cores): 1
[15707] INFO NoPol - Free memory: 1 GB
[15707] INFO NoPol - Maximum memory: 1 GB
[15707] INFO NoPol - Total memory available to JVM: 1 GB
[15708] INFO NoPol - Java version: null
[15708] INFO NoPol - JAVA_HOME: /usr/lib/jvm/java-17-openjdk-amd64/
[15708] INFO NoPol - PATH: /usr/lib/jvm/java-17-openjdk-amd64//bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
[15719] INFO NoPol - Source files: [../test-projects/src/main/java/nopol_examples/nopol_example_2]
[15719] INFO NoPol - Classpath: [file:/builds/workspace/nopol/nopol/../test-projects/target/test-classes/, file:/builds/workspace/nopol/nopol/../test-projects/target/classes/, file:/builds/workspace/nopol/nopol/lib/junit-4.11.jar]
[15720] INFO NoPol - Statement type: CONDITIONAL
[15720] INFO NoPol - Args: [nopol_examples.nopol_example_2.NopolExampleTest]
[15723] INFO NoPol - Config: Config{synthesisDepth=3, collectStaticMethods=true, collectStaticFields=false, collectLiterals=false, onlyOneSynthesisResult=true, sortExpressions=true, maxLineInvocationPerTest=250, timeoutMethodInvocation=2000, dataCollectionTimeoutInSecondForSynthesis=900, addWeight=0.19478, subWeight=0.04554, mulWeight=0.0102, divWeight=0.00613, andWeight=0.10597, orWeight=0.05708, eqWeight=0.22798, nEqWeight=0.0, lessEqWeight=0.0255, lessWeight=0.0947, methodCallWeight=0.1, fieldAccessWeight=0.08099, constantWeight=0.14232, variableWeight=0.05195, mode=REPAIR, type=CONDITIONAL, synthesis=SMT, oracle=ANGELIC, solver=Z3, solverPath='null', projectSources=[../test-projects/src/main/java/nopol_examples/nopol_example_2], projectClasspath='[Ljava.net.URL;@2c0a3826', projectTests=[nopol_examples.nopol_example_2.NopolExampleTest], complianceLevel=7, outputFolder=./, json=false}
[15723] INFO NoPol - Available processors (cores): 1
[15724] INFO NoPol - Free memory: 1 GB
[15725] INFO NoPol - Maximum memory: 1 GB
[15726] INFO NoPol - Total memory available to JVM: 1 GB
[15726] INFO NoPol - Java version: null
[15727] INFO NoPol - JAVA_HOME: /usr/lib/jvm/java-17-openjdk-amd64/
[15727] INFO NoPol - PATH: /usr/lib/jvm/java-17-openjdk-amd64//bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
[15745] INFO NoPol - Source files: [../test-projects/src/main/java/nopol_examples/nopol_example_1]
[15745] INFO NoPol - Classpath: [file:/builds/workspace/nopol/nopol/../test-projects/target/test-classes/, file:/builds/workspace/nopol/nopol/../test-projects/target/classes/, file:/builds/workspace/nopol/nopol/lib/junit-4.11.jar]
[15745] INFO NoPol - Statement type: COND_THEN_PRE
[15745] INFO NoPol - Args: [nopol_examples.nopol_example_1.NopolExampleTest]
[15745] INFO NoPol - Config: Config{synthesisDepth=3, collectStaticMethods=true, collectStaticFields=false, collectLiterals=false, onlyOneSynthesisResult=true, sortExpressions=true, maxLineInvocationPerTest=250, timeoutMethodInvocation=2000, dataCollectionTimeoutInSecondForSynthesis=900, addWeight=0.19478, subWeight=0.04554, mulWeight=0.0102, divWeight=0.00613, andWeight=0.10597, orWeight=0.05708, eqWeight=0.22798, nEqWeight=0.0, lessEqWeight=0.0255, lessWeight=0.0947, methodCallWeight=0.1, fieldAccessWeight=0.08099, constantWeight=0.14232, variableWeight=0.05195, mode=REPAIR, type=COND_THEN_PRE, synthesis=SMT, oracle=ANGELIC, solver=Z3, solverPath='null', projectSources=[../test-projects/src/main/java/nopol_examples/nopol_example_1], projectClasspath='[Ljava.net.URL;@311a09b2', projectTests=[nopol_examples.nopol_example_1.NopolExampleTest], complianceLevel=7, outputFolder=./, json=false}
[15745] INFO NoPol - Available processors (cores): 1
[15745] INFO NoPol - Free memory: 1 GB
[15745] INFO NoPol - Maximum memory: 1 GB
[15746] INFO NoPol - Total memory available to JVM: 1 GB
[15746] INFO NoPol - Java version: null
[15746] INFO NoPol - JAVA_HOME: /usr/lib/jvm/java-17-openjdk-amd64/
[15747] INFO NoPol - PATH: /usr/lib/jvm/java-17-openjdk-amd64//bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
[15772] INFO NoPol - Source files: [../test-projects/src/main/java/nopol_examples/nopol_example_1]
[15772] INFO NoPol - Classpath: [file:/builds/workspace/nopol/nopol/../test-projects/target/test-classes/, file:/builds/workspace/nopol/nopol/../test-projects/target/classes/, file:/builds/workspace/nopol/nopol/lib/junit-4.11.jar]
[15772] INFO NoPol - Statement type: CONDITIONAL
[15772] INFO NoPol - Args: [nopol_examples.nopol_example_1.NopolExampleTest]
[15772] INFO NoPol - Config: Config{synthesisDepth=3, collectStaticMethods=true, collectStaticFields=false, collectLiterals=false, onlyOneSynthesisResult=true, sortExpressions=true, maxLineInvocationPerTest=250, timeoutMethodInvocation=2000, dataCollectionTimeoutInSecondForSynthesis=900, addWeight=0.19478, subWeight=0.04554, mulWeight=0.0102, divWeight=0.00613, andWeight=0.10597, orWeight=0.05708, eqWeight=0.22798, nEqWeight=0.0, lessEqWeight=0.0255, lessWeight=0.0947, methodCallWeight=0.1, fieldAccessWeight=0.08099, constantWeight=0.14232, variableWeight=0.05195, mode=REPAIR, type=CONDITIONAL, synthesis=SMT, oracle=ANGELIC, solver=Z3, solverPath='null', projectSources=[../test-projects/src/main/java/nopol_examples/nopol_example_1], projectClasspath='[Ljava.net.URL;@6f80cf5', projectTests=[nopol_examples.nopol_example_1.NopolExampleTest], complianceLevel=7, outputFolder=./, json=false}
[15772] INFO NoPol - Available processors (cores): 1
[15772] INFO NoPol - Free memory: 1 GB
[15772] INFO NoPol - Maximum memory: 1 GB
[15772] INFO NoPol - Total memory available to JVM: 1 GB
[15772] INFO NoPol - Java version: null
[15773] INFO NoPol - JAVA_HOME: /usr/lib/jvm/java-17-openjdk-amd64/
[15773] INFO NoPol - PATH: /usr/lib/jvm/java-17-openjdk-amd64//bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
[15796] INFO NoPol - Source files: [../test-projects/src/main/java/nopol_examples/nopol_example_1]
[15797] INFO NoPol - Classpath: [file:/builds/workspace/nopol/nopol/../test-projects/target/test-classes/, file:/builds/workspace/nopol/nopol/../test-projects/target/classes/, file:/builds/workspace/nopol/nopol/lib/junit-4.11.jar]
[15797] INFO NoPol - Statement type: PRE_THEN_COND
[15797] INFO NoPol - Args: [nopol_examples.nopol_example_1.NopolExampleTest]
[15797] INFO NoPol - Config: Config{synthesisDepth=3, collectStaticMethods=true, collectStaticFields=false, collectLiterals=false, onlyOneSynthesisResult=true, sortExpressions=true, maxLineInvocationPerTest=250, timeoutMethodInvocation=2000, dataCollectionTimeoutInSecondForSynthesis=900, addWeight=0.19478, subWeight=0.04554, mulWeight=0.0102, divWeight=0.00613, andWeight=0.10597, orWeight=0.05708, eqWeight=0.22798, nEqWeight=0.0, lessEqWeight=0.0255, lessWeight=0.0947, methodCallWeight=0.1, fieldAccessWeight=0.08099, constantWeight=0.14232, variableWeight=0.05195, mode=REPAIR, type=PRE_THEN_COND, synthesis=SMT, oracle=ANGELIC, solver=Z3, solverPath='null', projectSources=[../test-projects/src/main/java/nopol_examples/nopol_example_1], projectClasspath='[Ljava.net.URL;@114b2414', projectTests=[nopol_examples.nopol_example_1.NopolExampleTest], complianceLevel=7, outputFolder=./, json=false}
[15797] INFO NoPol - Available processors (cores): 1
[15797] INFO NoPol - Free memory: 1 GB
[15797] INFO NoPol - Maximum memory: 1 GB
[15797] INFO NoPol - Total memory available to JVM: 1 GB
[15797] INFO NoPol - Java version: null
[15797] INFO NoPol - JAVA_HOME: /usr/lib/jvm/java-17-openjdk-amd64/
[15797] INFO NoPol - PATH: /usr/lib/jvm/java-17-openjdk-amd64//bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
[15823] INFO NoPol - Source files: [../test-projects/src/main/java/nopol_examples/nopol_example_5]
[15823] INFO NoPol - Classpath: [file:/builds/workspace/nopol/nopol/../test-projects/target/test-classes/, file:/builds/workspace/nopol/nopol/../test-projects/target/classes/, file:/builds/workspace/nopol/nopol/lib/junit-4.11.jar]
[15823] INFO NoPol - Statement type: COND_THEN_PRE
[15823] INFO NoPol - Args: [nopol_examples.nopol_example_5.NopolExampleTest]
[15823] INFO NoPol - Config: Config{synthesisDepth=3, collectStaticMethods=true, collectStaticFields=false, collectLiterals=false, onlyOneSynthesisResult=true, sortExpressions=true, maxLineInvocationPerTest=250, timeoutMethodInvocation=2000, dataCollectionTimeoutInSecondForSynthesis=900, addWeight=0.19478, subWeight=0.04554, mulWeight=0.0102, divWeight=0.00613, andWeight=0.10597, orWeight=0.05708, eqWeight=0.22798, nEqWeight=0.0, lessEqWeight=0.0255, lessWeight=0.0947, methodCallWeight=0.1, fieldAccessWeight=0.08099, constantWeight=0.14232, variableWeight=0.05195, mode=REPAIR, type=COND_THEN_PRE, synthesis=SMT, oracle=ANGELIC, solver=Z3, solverPath='null', projectSources=[../test-projects/src/main/java/nopol_examples/nopol_example_5], projectClasspath='[Ljava.net.URL;@62cf86d6', projectTests=[nopol_examples.nopol_example_5.NopolExampleTest], complianceLevel=7, outputFolder=./, json=false}
[15823] INFO NoPol - Available processors (cores): 1
[15823] INFO NoPol - Free memory: 1 GB
[15823] INFO NoPol - Maximum memory: 1 GB
[15824] INFO NoPol - Total memory available to JVM: 1 GB
[15824] INFO NoPol - Java version: null
[15824] INFO NoPol - JAVA_HOME: /usr/lib/jvm/java-17-openjdk-amd64/
[15824] INFO NoPol - PATH: /usr/lib/jvm/java-17-openjdk-amd64//bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
Tests run: 16, Failures: 0, Errors: 15, Skipped: 1, Time elapsed: 0.347 sec <<< FAILURE!
testDynamoth(fr.inria.lille.repair.nopol.NopolTest) Time elapsed: 0.02 sec <<< ERROR!
java.lang.IllegalArgumentException: Unrecognized option : -1.7
at org.eclipse.jdt.internal.compiler.batch.Main.configure(Main.java:2860)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnits(JDTBasedSpoonCompiler.java:440)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnitsAndModel(JDTBasedSpoonCompiler.java:386)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildSources(JDTBasedSpoonCompiler.java:347)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:118)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:101)
at fr.inria.lille.commons.spoon.util.SpoonModelLibrary.modelFor(SpoonModelLibrary.java:53)
at fr.inria.lille.commons.spoon.SpoonedFile.<init>(SpoonedFile.java:60)
at fr.inria.lille.commons.spoon.SpoonedProject.<init>(SpoonedProject.java:17)
at fr.inria.lille.repair.nopol.NoPol.<init>(NoPol.java:108)
at fr.inria.lille.repair.nopol.NopolTest.testDynamoth(NopolTest.java:285)
example1Fix(fr.inria.lille.repair.nopol.NopolTest) Time elapsed: 0.023 sec <<< ERROR!
java.lang.IllegalArgumentException: Unrecognized option : -1.7
at org.eclipse.jdt.internal.compiler.batch.Main.configure(Main.java:2860)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnits(JDTBasedSpoonCompiler.java:440)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnitsAndModel(JDTBasedSpoonCompiler.java:386)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildSources(JDTBasedSpoonCompiler.java:347)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:118)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:101)
at fr.inria.lille.commons.spoon.util.SpoonModelLibrary.modelFor(SpoonModelLibrary.java:53)
at fr.inria.lille.commons.spoon.SpoonedFile.<init>(SpoonedFile.java:60)
at fr.inria.lille.commons.spoon.SpoonedProject.<init>(SpoonedProject.java:17)
at fr.inria.lille.repair.nopol.NoPol.<init>(NoPol.java:108)
at fr.inria.lille.repair.TestUtility.patchFor(TestUtility.java:68)
at fr.inria.lille.repair.TestUtility.setupAndRun(TestUtility.java:84)
at fr.inria.lille.repair.nopol.NopolTest.example1Fix(NopolTest.java:33)
example2Fix(fr.inria.lille.repair.nopol.NopolTest) Time elapsed: 0.024 sec <<< ERROR!
java.lang.IllegalArgumentException: Unrecognized option : -1.7
at org.eclipse.jdt.internal.compiler.batch.Main.configure(Main.java:2860)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnits(JDTBasedSpoonCompiler.java:440)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnitsAndModel(JDTBasedSpoonCompiler.java:386)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildSources(JDTBasedSpoonCompiler.java:347)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:118)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:101)
at fr.inria.lille.commons.spoon.util.SpoonModelLibrary.modelFor(SpoonModelLibrary.java:53)
at fr.inria.lille.commons.spoon.SpoonedFile.<init>(SpoonedFile.java:60)
at fr.inria.lille.commons.spoon.SpoonedProject.<init>(SpoonedProject.java:17)
at fr.inria.lille.repair.nopol.NoPol.<init>(NoPol.java:108)
at fr.inria.lille.repair.TestUtility.patchFor(TestUtility.java:68)
at fr.inria.lille.repair.TestUtility.setupAndRun(TestUtility.java:84)
at fr.inria.lille.repair.nopol.NopolTest.example2Fix(NopolTest.java:45)
example3Fix(fr.inria.lille.repair.nopol.NopolTest) Time elapsed: 0.02 sec <<< ERROR!
java.lang.IllegalArgumentException: Unrecognized option : -1.7
at org.eclipse.jdt.internal.compiler.batch.Main.configure(Main.java:2860)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnits(JDTBasedSpoonCompiler.java:440)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnitsAndModel(JDTBasedSpoonCompiler.java:386)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildSources(JDTBasedSpoonCompiler.java:347)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:118)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:101)
at fr.inria.lille.commons.spoon.util.SpoonModelLibrary.modelFor(SpoonModelLibrary.java:53)
at fr.inria.lille.commons.spoon.SpoonedFile.<init>(SpoonedFile.java:60)
at fr.inria.lille.commons.spoon.SpoonedProject.<init>(SpoonedProject.java:17)
at fr.inria.lille.repair.nopol.NoPol.<init>(NoPol.java:108)
at fr.inria.lille.repair.TestUtility.patchFor(TestUtility.java:68)
at fr.inria.lille.repair.TestUtility.setupAndRun(TestUtility.java:84)
at fr.inria.lille.repair.nopol.NopolTest.example3Fix(NopolTest.java:57)
example5Fix(fr.inria.lille.repair.nopol.NopolTest) Time elapsed: 0.015 sec <<< ERROR!
java.lang.IllegalArgumentException: Unrecognized option : -1.7
at org.eclipse.jdt.internal.compiler.batch.Main.configure(Main.java:2860)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnits(JDTBasedSpoonCompiler.java:440)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnitsAndModel(JDTBasedSpoonCompiler.java:386)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildSources(JDTBasedSpoonCompiler.java:347)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:118)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:101)
at fr.inria.lille.commons.spoon.util.SpoonModelLibrary.modelFor(SpoonModelLibrary.java:53)
at fr.inria.lille.commons.spoon.SpoonedFile.<init>(SpoonedFile.java:60)
at fr.inria.lille.commons.spoon.SpoonedProject.<init>(SpoonedProject.java:17)
at fr.inria.lille.repair.nopol.NoPol.<init>(NoPol.java:108)
at fr.inria.lille.repair.TestUtility.patchFor(TestUtility.java:68)
at fr.inria.lille.repair.TestUtility.setupAndRun(TestUtility.java:84)
at fr.inria.lille.repair.nopol.NopolTest.example5Fix(NopolTest.java:84)
example6Fix(fr.inria.lille.repair.nopol.NopolTest) Time elapsed: 0.016 sec <<< ERROR!
java.lang.IllegalArgumentException: Unrecognized option : -1.7
at org.eclipse.jdt.internal.compiler.batch.Main.configure(Main.java:2860)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnits(JDTBasedSpoonCompiler.java:440)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnitsAndModel(JDTBasedSpoonCompiler.java:386)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildSources(JDTBasedSpoonCompiler.java:347)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:118)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:101)
at fr.inria.lille.commons.spoon.util.SpoonModelLibrary.modelFor(SpoonModelLibrary.java:53)
at fr.inria.lille.commons.spoon.SpoonedFile.<init>(SpoonedFile.java:60)
at fr.inria.lille.commons.spoon.SpoonedProject.<init>(SpoonedProject.java:17)
at fr.inria.lille.repair.nopol.NoPol.<init>(NoPol.java:108)
at fr.inria.lille.repair.TestUtility.patchFor(TestUtility.java:68)
at fr.inria.lille.repair.TestUtility.setupAndRun(TestUtility.java:84)
at fr.inria.lille.repair.nopol.NopolTest.example6Fix(NopolTest.java:97)
example7Fix(fr.inria.lille.repair.nopol.NopolTest) Time elapsed: 0.031 sec <<< ERROR!
java.lang.IllegalArgumentException: Unrecognized option : -1.7
at org.eclipse.jdt.internal.compiler.batch.Main.configure(Main.java:2860)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnits(JDTBasedSpoonCompiler.java:440)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnitsAndModel(JDTBasedSpoonCompiler.java:386)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildSources(JDTBasedSpoonCompiler.java:347)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:118)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:101)
at fr.inria.lille.commons.spoon.util.SpoonModelLibrary.modelFor(SpoonModelLibrary.java:53)
at fr.inria.lille.commons.spoon.SpoonedFile.<init>(SpoonedFile.java:60)
at fr.inria.lille.commons.spoon.SpoonedProject.<init>(SpoonedProject.java:17)
at fr.inria.lille.repair.nopol.NoPol.<init>(NoPol.java:108)
at fr.inria.lille.repair.TestUtility.patchFor(TestUtility.java:68)
at fr.inria.lille.repair.TestUtility.setupAndRun(TestUtility.java:84)
at fr.inria.lille.repair.nopol.NopolTest.example7Fix(NopolTest.java:110)
example8Fix(fr.inria.lille.repair.nopol.NopolTest) Time elapsed: 0.024 sec <<< ERROR!
java.lang.IllegalArgumentException: Unrecognized option : -1.7
at org.eclipse.jdt.internal.compiler.batch.Main.configure(Main.java:2860)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnits(JDTBasedSpoonCompiler.java:440)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnitsAndModel(JDTBasedSpoonCompiler.java:386)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildSources(JDTBasedSpoonCompiler.java:347)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:118)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:101)
at fr.inria.lille.commons.spoon.util.SpoonModelLibrary.modelFor(SpoonModelLibrary.java:53)
at fr.inria.lille.commons.spoon.SpoonedFile.<init>(SpoonedFile.java:60)
at fr.inria.lille.commons.spoon.SpoonedProject.<init>(SpoonedProject.java:17)
at fr.inria.lille.repair.nopol.NoPol.<init>(NoPol.java:108)
at fr.inria.lille.repair.TestUtility.patchFor(TestUtility.java:68)
at fr.inria.lille.repair.TestUtility.setupAndRun(TestUtility.java:84)
at fr.inria.lille.repair.nopol.NopolTest.example8Fix(NopolTest.java:147)
testIgnoreTestCouldCreateOtherPatches(fr.inria.lille.repair.nopol.NopolTest) Time elapsed: 0.016 sec <<< ERROR!
java.lang.IllegalArgumentException: Unrecognized option : -1.7
at org.eclipse.jdt.internal.compiler.batch.Main.configure(Main.java:2860)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnits(JDTBasedSpoonCompiler.java:440)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnitsAndModel(JDTBasedSpoonCompiler.java:386)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildSources(JDTBasedSpoonCompiler.java:347)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:118)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:101)
at fr.inria.lille.commons.spoon.util.SpoonModelLibrary.modelFor(SpoonModelLibrary.java:53)
at fr.inria.lille.commons.spoon.SpoonedFile.<init>(SpoonedFile.java:60)
at fr.inria.lille.commons.spoon.SpoonedProject.<init>(SpoonedProject.java:17)
at fr.inria.lille.repair.nopol.NoPol.<init>(NoPol.java:108)
at fr.inria.lille.repair.nopol.NopolTest.testIgnoreTestCouldCreateOtherPatches(NopolTest.java:266)
preconditionThenConditionalPrecondition(fr.inria.lille.repair.nopol.NopolTest) Time elapsed: 0.016 sec <<< ERROR!
java.lang.IllegalArgumentException: Unrecognized option : -1.7
at org.eclipse.jdt.internal.compiler.batch.Main.configure(Main.java:2860)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnits(JDTBasedSpoonCompiler.java:440)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnitsAndModel(JDTBasedSpoonCompiler.java:386)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildSources(JDTBasedSpoonCompiler.java:347)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:118)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:101)
at fr.inria.lille.commons.spoon.util.SpoonModelLibrary.modelFor(SpoonModelLibrary.java:53)
at fr.inria.lille.commons.spoon.SpoonedFile.<init>(SpoonedFile.java:60)
at fr.inria.lille.commons.spoon.SpoonedProject.<init>(SpoonedProject.java:17)
at fr.inria.lille.repair.nopol.NoPol.<init>(NoPol.java:108)
at fr.inria.lille.repair.TestUtility.patchFor(TestUtility.java:68)
at fr.inria.lille.repair.TestUtility.setupAndRun(TestUtility.java:84)
at fr.inria.lille.repair.nopol.NopolTest.preconditionThenConditionalPrecondition(NopolTest.java:219)
testAPI(fr.inria.lille.repair.nopol.NopolTest) Time elapsed: 0.02 sec <<< ERROR!
java.lang.IllegalArgumentException: Unrecognized option : -1.7
at org.eclipse.jdt.internal.compiler.batch.Main.configure(Main.java:2860)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnits(JDTBasedSpoonCompiler.java:440)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnitsAndModel(JDTBasedSpoonCompiler.java:386)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildSources(JDTBasedSpoonCompiler.java:347)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:118)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:101)
at fr.inria.lille.commons.spoon.util.SpoonModelLibrary.modelFor(SpoonModelLibrary.java:53)
at fr.inria.lille.commons.spoon.SpoonedFile.<init>(SpoonedFile.java:60)
at fr.inria.lille.commons.spoon.SpoonedProject.<init>(SpoonedProject.java:17)
at fr.inria.lille.repair.nopol.NoPol.<init>(NoPol.java:108)
at fr.inria.lille.repair.nopol.NopolTest.testAPI(NopolTest.java:243)
conditionalThenPreconditionnal(fr.inria.lille.repair.nopol.NopolTest) Time elapsed: 0.015 sec <<< ERROR!
java.lang.IllegalArgumentException: Unrecognized option : -1.7
at org.eclipse.jdt.internal.compiler.batch.Main.configure(Main.java:2860)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnits(JDTBasedSpoonCompiler.java:440)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnitsAndModel(JDTBasedSpoonCompiler.java:386)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildSources(JDTBasedSpoonCompiler.java:347)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:118)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:101)
at fr.inria.lille.commons.spoon.util.SpoonModelLibrary.modelFor(SpoonModelLibrary.java:53)
at fr.inria.lille.commons.spoon.SpoonedFile.<init>(SpoonedFile.java:60)
at fr.inria.lille.commons.spoon.SpoonedProject.<init>(SpoonedProject.java:17)
at fr.inria.lille.repair.nopol.NoPol.<init>(NoPol.java:108)
at fr.inria.lille.repair.TestUtility.patchFor(TestUtility.java:68)
at fr.inria.lille.repair.TestUtility.setupAndRun(TestUtility.java:84)
at fr.inria.lille.repair.nopol.NopolTest.conditionalThenPreconditionnal(NopolTest.java:183)
testSkippingRegressionStepLeadToAPatch(fr.inria.lille.repair.nopol.NopolTest) Time elapsed: 0.024 sec <<< ERROR!
java.lang.IllegalArgumentException: Unrecognized option : -1.7
at org.eclipse.jdt.internal.compiler.batch.Main.configure(Main.java:2860)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnits(JDTBasedSpoonCompiler.java:440)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnitsAndModel(JDTBasedSpoonCompiler.java:386)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildSources(JDTBasedSpoonCompiler.java:347)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:118)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:101)
at fr.inria.lille.commons.spoon.util.SpoonModelLibrary.modelFor(SpoonModelLibrary.java:53)
at fr.inria.lille.commons.spoon.SpoonedFile.<init>(SpoonedFile.java:60)
at fr.inria.lille.commons.spoon.SpoonedProject.<init>(SpoonedProject.java:17)
at fr.inria.lille.repair.nopol.NoPol.<init>(NoPol.java:108)
at fr.inria.lille.repair.TestUtility.patchFor(TestUtility.java:68)
at fr.inria.lille.repair.nopol.NopolTest.testSkippingRegressionStepLeadToAPatch(NopolTest.java:233)
preconditionThenConditional(fr.inria.lille.repair.nopol.NopolTest) Time elapsed: 0.027 sec <<< ERROR!
java.lang.IllegalArgumentException: Unrecognized option : -1.7
at org.eclipse.jdt.internal.compiler.batch.Main.configure(Main.java:2860)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnits(JDTBasedSpoonCompiler.java:440)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnitsAndModel(JDTBasedSpoonCompiler.java:386)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildSources(JDTBasedSpoonCompiler.java:347)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:118)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:101)
at fr.inria.lille.commons.spoon.util.SpoonModelLibrary.modelFor(SpoonModelLibrary.java:53)
at fr.inria.lille.commons.spoon.SpoonedFile.<init>(SpoonedFile.java:60)
at fr.inria.lille.commons.spoon.SpoonedProject.<init>(SpoonedProject.java:17)
at fr.inria.lille.repair.nopol.NoPol.<init>(NoPol.java:108)
at fr.inria.lille.repair.TestUtility.patchFor(TestUtility.java:68)
at fr.inria.lille.repair.TestUtility.setupAndRun(TestUtility.java:84)
at fr.inria.lille.repair.nopol.NopolTest.preconditionThenConditional(NopolTest.java:165)
conditionalThenPreconditionalUsePrecond(fr.inria.lille.repair.nopol.NopolTest) Time elapsed: 0.016 sec <<< ERROR!
java.lang.IllegalArgumentException: Unrecognized option : -1.7
at org.eclipse.jdt.internal.compiler.batch.Main.configure(Main.java:2860)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnits(JDTBasedSpoonCompiler.java:440)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnitsAndModel(JDTBasedSpoonCompiler.java:386)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildSources(JDTBasedSpoonCompiler.java:347)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:118)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:101)
at fr.inria.lille.commons.spoon.util.SpoonModelLibrary.modelFor(SpoonModelLibrary.java:53)
at fr.inria.lille.commons.spoon.SpoonedFile.<init>(SpoonedFile.java:60)
at fr.inria.lille.commons.spoon.SpoonedProject.<init>(SpoonedProject.java:17)
at fr.inria.lille.repair.nopol.NoPol.<init>(NoPol.java:108)
at fr.inria.lille.repair.TestUtility.patchFor(TestUtility.java:68)
at fr.inria.lille.repair.TestUtility.setupAndRun(TestUtility.java:84)
at fr.inria.lille.repair.nopol.NopolTest.conditionalThenPreconditionalUsePrecond(NopolTest.java:201)
Running fr.inria.lille.commons.smt.SMTLibTest
Tests run: 32, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.265 sec
Running fr.inria.lille.commons.smt.SMTLibEqualVisitorTest
[16152] WARN SMTLibEqualVisitor - Empty implementation of fr.inria.lille.commons.synthesis.smt.SMTLibEqualVisitor.visit(IApplication)
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
Running fr.inria.lille.commons.smt.ComparisonTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running fr.inria.lille.commons.trace.ValuesCollectorTest
Collected variables [aBoolean, reachableVariable]
Expected variables [aBoolean, reachableVariable]
Getters: {}
Collected variables [index, word, infinitel_examples.infinitel_example_5.InfinitelExample.this.consumer]
Expected variables [word, index, infinitel_examples.infinitel_example_5.InfinitelExample.this.consumer]
Getters: {infinitel_examples.infinitel_example_5.InfinitelExample.this.consumer=[getConsumed, getSize]}
Collected variables [nested.privateInstanceField, spoon.example.ClassToSpoon.privateStaticField, spoon.example.ClassToSpoon.this.protectedInstanceField, spoon.example.ClassToSpoon.this.publicInstanceField, spoon.example.ClassToSpoon.protectedStaticField, spoon.example.ClassToSpoon.NestedClassToSpoon.this.privateNestedInstanceField, comparable.privateNestedInstanceField, comparable.publicNestedInstanceField, nested, nested.protectedInstanceField, nested.publicInstanceField, comparable.protectedNestedInstanceField, spoon.example.ClassToSpoon.publicStaticField, spoon.example.ClassToSpoon.NestedClassToSpoon.this.protectedNestedInstanceField, spoon.example.ClassToSpoon.this.privateInstanceField, comparable, spoon.example.ClassToSpoon.NestedClassToSpoon.this.publicNestedInstanceField]
Expected variables [comparable, nested, comparable.privateNestedInstanceField, comparable.publicNestedInstanceField, comparable.protectedNestedInstanceField, spoon.example.ClassToSpoon.protectedStaticField, spoon.example.ClassToSpoon.privateStaticField, spoon.example.ClassToSpoon.publicStaticField, nested.publicInstanceField, nested.protectedInstanceField, nested.privateInstanceField, spoon.example.ClassToSpoon.NestedClassToSpoon.this.protectedNestedInstanceField, spoon.example.ClassToSpoon.NestedClassToSpoon.this.publicNestedInstanceField, spoon.example.ClassToSpoon.NestedClassToSpoon.this.privateNestedInstanceField, spoon.example.ClassToSpoon.this.publicInstanceField, spoon.example.ClassToSpoon.this.privateInstanceField, spoon.example.ClassToSpoon.this.protectedInstanceField]
Getters: {}
Collected variables [nopol_examples.nopol_example_2.NopolExample.1.this.limit]
Expected variables [nopol_examples.nopol_example_2.NopolExample.1.this.limit]
Getters: {}
Collected variables [a, b]
Expected variables [a, b]
Getters: {}
Collected variables [11, (!(a < b)), 0, a, (a * b), b, -b, ((a * b) < 11), (a < b)]
Expected variables [0, 11, a, b, -b, (a * b), (a < b), (!(a < b)), ((a * b) < 11)]
Getters: {}
Collected variables [spoon.example.ClassToSpoon.privateStaticField, nested2.protectedInstanceField, spoon.example.ClassToSpoon.this.protectedInstanceField, spoon.example.ClassToSpoon.this.publicInstanceField, spoon.example.ClassToSpoon.protectedStaticField, comparable.privateNestedInstanceField, nested2, comparable.publicNestedInstanceField, nested2.privateInstanceField, nested2.publicInstanceField, comparable.protectedNestedInstanceField, spoon.example.ClassToSpoon.publicStaticField, spoon.example.ClassToSpoon.this.privateInstanceField, comparable]
Expected variables [comparable, nested2, comparable.privateNestedInstanceField, comparable.publicNestedInstanceField, comparable.protectedNestedInstanceField, spoon.example.ClassToSpoon.protectedStaticField, spoon.example.ClassToSpoon.privateStaticField, spoon.example.ClassToSpoon.publicStaticField, nested2.privateInstanceField, nested2.publicInstanceField, nested2.protectedInstanceField, spoon.example.ClassToSpoon.this.publicInstanceField, spoon.example.ClassToSpoon.this.privateInstanceField, spoon.example.ClassToSpoon.this.protectedInstanceField]
Getters: {}
Collected variables [aBoolean, nopol_examples.nopol_example_2.NopolExample.InnerNopolExample.this.fieldOfInnerClass, nopol_examples.nopol_example_2.NopolExample.this.fieldOfOuterClass]
Expected variables [aBoolean, nopol_examples.nopol_example_2.NopolExample.InnerNopolExample.this.fieldOfInnerClass, nopol_examples.nopol_example_2.NopolExample.this.fieldOfOuterClass]
Getters: {}
Collected variables [index, nopol_examples.nopol_example_1.NopolExample.s, s, nopol_examples.nopol_example_1.NopolExample.this.index]
Expected variables [s, index, nopol_examples.nopol_example_1.NopolExample.this.index, nopol_examples.nopol_example_1.NopolExample.s]
Getters: {}
Collected variables [a, b, nopol_examples.nopol_example_2.NopolExample.this.fieldOfOuterClass]
Expected variables [b, a, nopol_examples.nopol_example_2.NopolExample.this.fieldOfOuterClass]
Getters: {}
Collected variables [a, tmp]
Expected variables [a, tmp]
Getters: {}
Collected variables [a, nopol_examples.nopol_example_5.NopolExample.this.unreachableFromInnterStaticClass, r]
Expected variables [r, a, nopol_examples.nopol_example_5.NopolExample.this.unreachableFromInnterStaticClass]
Getters: {}
Collected variables [a, b]
Expected variables [a, b]
Getters: {}
Collected variables [stringParameter]
Expected variables [stringParameter]
Getters: {}
Tests run: 26, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 29.573 sec
Running fr.inria.lille.commons.synthesis.CodeSynthesisTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.717 sec
Running fr.inria.lille.commons.synthesis.smt.constraint.ConstraintTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec
Running fr.inria.lille.commons.synthesis.LocationVariableContainerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running fr.inria.lille.commons.synthesis.LocationVariableTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running fr.inria.lille.commons.synthesis.OperatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running fr.inria.lille.evo.TestPatchEvo
[46588] INFO NoPol - Source files: [../test-projects/src/main/java, ../test-projects/src/test/java, src/test/resources/evo/destSrcTest]
[46590] INFO NoPol - Classpath: [file:/builds/workspace/nopol/nopol/../test-projects/target/classes/, file:/builds/workspace/nopol/nopol/../test-projects/target/test-classes/, file:/builds/workspace/nopol/nopol/src/test/resources/evo/destCpTest/, file:/builds/workspace/nopol/nopol/lib/junit-4.11.jar]
[46591] INFO NoPol - Statement type: CONDITIONAL
[46591] INFO NoPol - Args: [evo_examples.evo_example_1.EvoExampleTest]
[46592] INFO NoPol - Config: Config{synthesisDepth=3, collectStaticMethods=true, collectStaticFields=false, collectLiterals=false, onlyOneSynthesisResult=true, sortExpressions=true, maxLineInvocationPerTest=250, timeoutMethodInvocation=2000, dataCollectionTimeoutInSecondForSynthesis=900, addWeight=0.19478, subWeight=0.04554, mulWeight=0.0102, divWeight=0.00613, andWeight=0.10597, orWeight=0.05708, eqWeight=0.22798, nEqWeight=0.0, lessEqWeight=0.0255, lessWeight=0.0947, methodCallWeight=0.1, fieldAccessWeight=0.08099, constantWeight=0.14232, variableWeight=0.05195, mode=REPAIR, type=CONDITIONAL, synthesis=SMT, oracle=ANGELIC, solver=Z3, solverPath='null', projectSources=[../test-projects/src/main/java, ../test-projects/src/test/java, src/test/resources/evo/destSrcTest], projectClasspath='[Ljava.net.URL;@4ebd0b52', projectTests=[evo_examples.evo_example_1.EvoExampleTest], complianceLevel=7, outputFolder=./, json=false}
[46592] INFO NoPol - Available processors (cores): 1
[46599] INFO NoPol - Free memory: 1 GB
[46599] INFO NoPol - Maximum memory: 1 GB
[46599] INFO NoPol - Total memory available to JVM: 1 GB
[46599] INFO NoPol - Java version: null
[46600] INFO NoPol - JAVA_HOME: /usr/lib/jvm/java-17-openjdk-amd64/
[46600] INFO NoPol - PATH: /usr/lib/jvm/java-17-openjdk-amd64//bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.048 sec <<< FAILURE!
test(fr.inria.lille.evo.TestPatchEvo) Time elapsed: 0.044 sec <<< ERROR!
java.lang.IllegalArgumentException: Unrecognized option : -1.7
at org.eclipse.jdt.internal.compiler.batch.Main.configure(Main.java:2860)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnits(JDTBasedSpoonCompiler.java:440)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnitsAndModel(JDTBasedSpoonCompiler.java:386)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildSources(JDTBasedSpoonCompiler.java:347)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:118)
at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:101)
at fr.inria.lille.commons.spoon.util.SpoonModelLibrary.modelFor(SpoonModelLibrary.java:53)
at fr.inria.lille.commons.spoon.SpoonedFile.<init>(SpoonedFile.java:60)
at fr.inria.lille.commons.spoon.SpoonedProject.<init>(SpoonedProject.java:17)
at fr.inria.lille.repair.nopol.NoPol.<init>(NoPol.java:108)
at fr.inria.lille.evo.Main.NopolPatchGeneration(Main.java:253)
at fr.inria.lille.evo.Main.tryAllTests(Main.java:293)
at fr.inria.lille.evo.TestPatchEvo.test(TestPatchEvo.java:48)
Running fr.inria.lille.diff.PatchGeneratorTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.932 sec
Results :
Tests in error:
DumbLocalizerTest.testDumbLocalizerWithPatch3:62 » IllegalArgument Unrecognize...
DumbLocalizerTest.testDumbLocalizer:39 » IllegalArgument Unrecognized option :...
DumbLocalizerTest.testDumbLocalizerWithPatch:51 » IllegalArgument Unrecognized...
CocospoonLocalizerTest.testOchiaiCoCoSpoonLocalizer:33 » IllegalArgument Unrec...
CocospoonLocalizerTest.test2:83 » IllegalArgument Unrecognized option : -1.7
InfinitelTest.numberOfBreaksInExample3:124 » IllegalArgument Unrecognized opti...
InfinitelTest.nestedLoopIsNotInfiniteInExample3:73 » IllegalArgument Unrecogni...
InfinitelTest.theBreakMustBeForTheWhile:98 » IllegalArgument Unrecognized opti...
InfinitelTest.bookkeepingInLoopsOfExample3:137 » IllegalArgument Unrecognized ...
InfinitelTest.theReturnMustBeForTheWhile:111 » IllegalArgument Unrecognized op...
InfinitelTest.infinitelExample2:208->checkInfinitel:233->infiniteLoopFixerForExample:270 » IllegalArgument
InfinitelTest.infinitelExample4:166->infiniteLoopFixerForExample:270 » IllegalArgument
InfinitelTest.infinitelExample5:223->checkInfinitel:233->infiniteLoopFixerForExample:270 » IllegalArgument
InfinitelTest.numberOfReturnsInExample1:85 » IllegalArgument Unrecognized opti...
DynamothCodeGenesisTest.test12:178->createSynthesizer:239 » IndexOutOfBounds I...
DynamothCodeGenesisTest.test13:209->createSynthesizer:239 » IndexOutOfBounds I...
DynamothCodeGenesisTest.test1:52->test:244->createSynthesizer:239 » IndexOutOfBounds
DynamothCodeGenesisTest.test2:70->test:244->createSynthesizer:239 » IndexOutOfBounds
DynamothCodeGenesisTest.test3:88->test:244->createSynthesizer:239 » IndexOutOfBounds
DynamothCodeGenesisTest.test4:108->createSynthesizer:239 » IndexOutOfBounds In...
DynamothCodeGenesisTest.test5:127->test:244->createSynthesizer:239 » IndexOutOfBounds
DynamothCodeGenesisTest.test6:142->test:244->createSynthesizer:239 » IndexOutOfBounds
DynamothCodeGenesisTest.test8:163->test:244->createSynthesizer:239 » IndexOutOfBounds
ConditionnalInstrumenterTest.testConditionnalInstrumenter:43 » IllegalArgument
ConditionnalInstrumenterTest.testConditionnalLoggingInstrumenter:128 » IllegalArgument
NopolTest.testDynamoth:285 » IllegalArgument Unrecognized option : -1.7
NopolTest.example1Fix:33 » IllegalArgument Unrecognized option : -1.7
NopolTest.example2Fix:45 » IllegalArgument Unrecognized option : -1.7
NopolTest.example3Fix:57 » IllegalArgument Unrecognized option : -1.7
NopolTest.example5Fix:84 » IllegalArgument Unrecognized option : -1.7
NopolTest.example6Fix:97 » IllegalArgument Unrecognized option : -1.7
NopolTest.example7Fix:110 » IllegalArgument Unrecognized option : -1.7
NopolTest.example8Fix:147 » IllegalArgument Unrecognized option : -1.7
NopolTest.testIgnoreTestCouldCreateOtherPatches:266 » IllegalArgument Unrecogn...
NopolTest.preconditionThenConditionalPrecondition:219 » IllegalArgument Unreco...
NopolTest.testAPI:243 » IllegalArgument Unrecognized option : -1.7
NopolTest.conditionalThenPreconditionnal:183 » IllegalArgument Unrecognized op...
NopolTest.testSkippingRegressionStepLeadToAPatch:233 » IllegalArgument Unrecog...
NopolTest.preconditionThenConditional:165 » IllegalArgument Unrecognized optio...
NopolTest.conditionalThenPreconditionalUsePrecond:201 » IllegalArgument Unreco...
TestPatchEvo.test:48 » IllegalArgument Unrecognized option : -1.7
Tests run: 366, Failures: 0, Errors: 41, Skipped: 12
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:16 min
[INFO] Finished at: 2024-12-13T10:40:15+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.14.1:test (default-test) on project nopol: There are test failures.
[ERROR]
[ERROR] Please refer to /builds/workspace/nopol/nopol/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Build step 'Execute shell' marked build as failure
Recording test results
[Checks API] No suitable checks publisher found.
Sending e-mails to: spoon-devel@lists.gforge.inria.fr
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
Finished: FAILURE