Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

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

Open
tomasalmeida opened this issue Jan 29, 2020 · 2 comments
Open

Comments

@tomasalmeida
Copy link

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

@gibello
Copy link
Contributor

gibello commented Jan 30, 2020

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 :)

@jacobdanner
Copy link

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]

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

No branches or pull requests

3 participants