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

Updating maven-failsafe-plugin to 3.0.0-M5 fails CI integration tests under openjdk11 #150

Open
heuermh opened this issue Jan 31, 2021 · 1 comment · Fixed by #168 or #174
Open
Milestone

Comments

@heuermh
Copy link
Contributor

heuermh commented Jan 31, 2021

Not sure about this one ... something wrong with the classpath definition wrt JDK11 modules?

[INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (default) @ disq ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.disq_bio.disq.RealWorldFilesIT
[ERROR] WARNING: An illegal reflective access operation has occurred
[ERROR] WARNING: Illegal reflective access by org.apache.spark.unsafe.Platform (file:/home/travis/.m2/repository/org/apache/spark/spark-unsafe_2.12/3.0.1/spark-unsafe_2.12-3.0.1.jar) to constructor java.nio.DirectByteBuffer(long,int)
[ERROR] WARNING: Please consider reporting this to the maintainers of org.apache.spark.unsafe.Platform
[ERROR] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
[ERROR] WARNING: All illegal access operations will be denied in a future release
[ERROR] Tests run: 139, Failures: 0, Errors: 139, Skipped: 0, Time elapsed: 7.313 s <<< FAILURE! - in org.disq_bio.disq.RealWorldFilesIT
[ERROR] org.disq_bio.disq.RealWorldFilesIT.testReads(/home/travis/build/disq-bio/disq/gatk/src/test/resources/large/expected.NA12878.RNAseq.splitNcigarReads.noSecondaryAlignments.bam, /home/travis/build/disq-bio/disq/gatk/src/test/resources/large/human_g1k_v37.20.21.fasta, 1048576, false) [0]  Time elapsed: 0.016 s  <<< ERROR!

java.lang.NoClassDefFoundError: htsjdk/samtools/ValidationStringency
	at [email protected]/org.disq_bio.disq.RealWorldFilesIT.testReads(RealWorldFilesIT.java:70)

Caused by: java.lang.ClassNotFoundException: htsjdk.samtools.ValidationStringency
	at [email protected]/org.disq_bio.disq.RealWorldFilesIT.testReads(RealWorldFilesIT.java:70)

https://travis-ci.org/github/disq-bio/disq/jobs/756879092

@heuermh
Copy link
Contributor Author

heuermh commented Feb 24, 2022

Showing up again in failed run https://github.com/disq-bio/disq/runs/5324325691

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