STAMP-project/pitmp-maven-plugin

Help needed: Junit5 + JDK11 + PitMP generates a compilation failure

tomasalmeida opened this issue · 2 comments

I am trying to enable pitmp in the project, but it fails

Code: https://github.com/tomasalmeida/mutant-testing/tree/feature/pitmp-plugin

Command: mvn clean compile pitmp:run

Not sure this is a JDK 11 issue ?
Note that running "mvn clean install" generates PIT reports in target/ directories... Don't understand why trying to run pit manually fails ??

Note: I used "mvn eu.stamp-project:pitmp-maven-plugin:run" and "mvn eu.stamp-project:pitmp-maven-plugin:run" (not "pitmp:run") after clean/install, does not work.

Error follows:
[ERROR] Failed to execute goal eu.stamp-project:pitmp-maven-plugin:1.3.6:descartes (default-cli) on project validators: Execution default-cli of goal eu.stamp-project:pitmp-maven-plugin:1.3.6:descartes failed: Coverage generation minion exited abnormally. Please check the classpath.
[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 : Private Build
[ERROR] Version : 11.0.5+10-post-Ubuntu-0ubuntu1.118.04
[ERROR] Uptime : 8341
[ERROR] Input ->
[ERROR] 1 : -Djavax.xml.accessExternalSchema=all
[ERROR] 2 : -Dclassworlds.conf=/usr/share/maven/bin/m2.conf
[ERROR] 3 : -Dmaven.home=/usr/share/maven
[ERROR] 4 : -Dlibrary.jansi.path=/usr/share/maven/lib/jansi-native
[ERROR] 5 : -Dmaven.multiModuleProjectDirectory=/tmp/mutant-testing
[ERROR] BootClassPathSupported : false

Sorry I can't help more: just a user of pitmp, not in the dev team :)

seeing similar on latest

Execution default-cli of goal eu.stamp-project:pitmp-maven-plugin:1.3.7:run failed: Coverage generation minion exited abnormally. Please check the classpath.
[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 : Azul Systems, Inc.
[ERROR] Version : 11.0.15+10-LTS
[ERROR] Uptime : 4497
[ERROR] Input ->
[ERROR]  1 : -Dclassworlds.conf=
[ERROR]  2 : -Dmaven.home=
[ERROR]  3 : -Dlibrary.jansi.path=
[ERROR]  4 : -Dmaven.multiModuleProjectDirectory=
[ERROR] BootClassPathSupported : false
[ERROR]