yosu@avalon:~/Projects/STAMP/Git/dhell> mvn test org.pitest:pitest-maven:mutationCoverage [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building hello_app 1.0.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hello_app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/yosu/Projects/STAMP/Git/dhell/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ hello_app --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hello_app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/yosu/Projects/STAMP/Git/dhell/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ hello_app --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ hello_app --- [INFO] Surefire report directory: /home/yosu/Projects/STAMP/Git/dhell/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running fr.inria.stamp.examples.dhell.MyStorageTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec Running fr.inria.stamp.examples.dhell.HelloAppTest Oct 10, 2017 3:44:17 PM fr.inria.stamp.examples.dhell.HelloApp INFO: MyPrintCount = 1 - MyTracesName = myHelloApp.traces - - Hello World ! - Oct 10, 2017 3:44:17 PM fr.inria.stamp.examples.dhell.HelloApp INFO: MyPrintCount = 8 - MyTracesName = foo3.traces -------- -------- Hello World ! -------- Oct 10, 2017 3:44:17 PM fr.inria.stamp.examples.dhell.HelloApp INFO: MyPrintCount = 22 - MyTracesName = hello_run3.traces ---------------------- ---------------------- Hello World ! ---------------------- Oct 10, 2017 3:44:17 PM fr.inria.stamp.examples.dhell.HelloApp INFO: MyPrintCount = 1 - MyTracesName = myHelloApp.traces Oct 10, 2017 3:44:17 PM fr.inria.stamp.examples.dhell.HelloApp INFO: MyPrintCount = 8 - MyTracesName = foo2.traces Oct 10, 2017 3:44:17 PM fr.inria.stamp.examples.dhell.HelloApp INFO: MyPrintCount = 1 - MyTracesName = foo1.traces Oct 10, 2017 3:44:17 PM fr.inria.stamp.examples.dhell.HelloApp INFO: MyPrintCount = 8 - MyTracesName = myHelloApp.traces Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec Results : Tests run: 11, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- pitest-maven:1.2.0:mutationCoverage (default-cli) @ hello_app --- [INFO] Found plugin : JSON report plugin [INFO] Found plugin : Default csv report plugin [INFO] Found plugin : Default xml report plugin [INFO] Found plugin : Default html report plugin [INFO] Found plugin : Default limit mutations plugin [INFO] Found plugin : Kotlin junk mutations filter [INFO] Found shared classpath plugin : Engine for extreme mutation operators [INFO] Found shared classpath plugin : Default mutation engine [INFO] Adding fr.inria.stamp:descartes to SUT classpath [INFO] Adding org.pitest:pitest to SUT classpath [INFO] Mutating from /home/yosu/Projects/STAMP/Git/dhell/target/classes 3:44:18 PM PIT >> INFO : Verbose logging is disabled. If you encounter an problem please enable it before reporting an issue. CP is :/home/yosu/Projects/STAMP/Git/dhell/target/test-classes:/home/yosu/Projects/STAMP/Git/dhell/target/classes:/home/yosu/.m2/repository/junit/junit/4.11/junit-4.11.jar:/home/yosu/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/yosu/.m2/repository/fr/inria/stamp/descartes/0.2-SNAPSHOT/descartes-0.2-SNAPSHOT.jar:/home/yosu/.m2/repository/org/pitest/pitest/1.2.0/pitest-1.2.0.jar 3:44:19 PM PIT >> INFO : Sending 0 test classes to minion 3:44:19 PM PIT >> INFO : Sent tests to minion 3:44:19 PM PIT >> INFO : Calculated coverage in 0 seconds. 3:44:19 PM PIT >> INFO : Created 0 mutation test units [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3.308 s [INFO] Finished at: 2017-10-10T15:44:19+02:00 [INFO] Final Memory: 17M/238M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.pitest:pitest-maven:1.2.0:mutationCoverage (default-cli) on project hello_app: Execution default-cli of goal org.pitest:pitest-maven:1.2.0:mutationCoverage failed: No mutations found. This probably means there is an issue with either the supplied classpath or filters. [ERROR] See http://pitest.org for more details. [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/PluginExecutionException