pitest icon indicating copy to clipboard operation
pitest copied to clipboard

mutationCoverage failed: Coverage generation minion exited abnormally!

Open felix1982 opened this issue 3 years ago • 0 comments

maven config:

    <groupId>org.pitest</groupId>
    <artifactId>pitest-maven</artifactId>
    <version>1.7.2</version>
    <dependencies>
        <dependency>
            <groupId>org.pitest</groupId>
            <artifactId>pitest-junit5-plugin</artifactId>
            <version>0.15</version>
        </dependency>
    </dependencies>
</plugin>

error info: [ERROR] Failed to execute goal org.pitest:pitest-maven:1.7.2:mutationCoverage (default-cli) on project myproject: Execution default-cli of goal org.pitest:pitest-maven:1.7.2:mutationCoverage failed: Coverage generation minion exited abnormally! [ERROR] [ERROR] Please copy and paste the information and the complete stacktrace below when reporting an issue [ERROR] VM : OpenJDK 64-Bit Server VM [ERROR] Vendor : Oracle Corporation [ERROR] Version : 25.202-b08 [ERROR] Uptime : 61283 [ERROR] Input -> [ERROR] 1 : -Dclassworlds.conf=/usr/local/maven/bin/m2.conf [ERROR] 2 : -Dmaven.home=/usr/local/maven [ERROR] 3 : -Dmaven.multiModuleProjectDirectory=/pitest/myproject [ERROR] BootClassPathSupported : true [ERROR] [ERROR] [ERROR] Please copy and paste the information and the complete stacktrace below when reporting an issue [ERROR] VM : OpenJDK 64-Bit Server VM [ERROR] Vendor : Oracle Corporation [ERROR] Version : 25.202-b08 [ERROR] Uptime : 61284 [ERROR] Input -> [ERROR] 1 : -Dclassworlds.conf=/usr/local/maven/bin/m2.conf [ERROR] 2 : -Dmaven.home=/usr/local/maven [ERROR] 3 : -Dmaven.multiModuleProjectDirectory=/pitest/myproject [ERROR] BootClassPathSupported : true [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

felix1982 avatar Oct 19 '21 10:10 felix1982