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

Test failures with bouncycastle 1.70 on Fedora 36 #28

Open
ellert opened this issue Jan 13, 2022 · 1 comment
Open

Test failures with bouncycastle 1.70 on Fedora 36 #28

ellert opened this issue Jan 13, 2022 · 1 comment

Comments

@ellert
Copy link
Contributor

ellert commented Jan 13, 2022

With the update to bouncycastle 1.70 in Fedora 36 (rawhide) the voms-api-java build started failing due to test failures.
I did not file an issue for this before, because it was potentially related to the failures in eu-emi/canl-java#115, However, that issue is now resolved, and the test failures in voma-api-java remain.

The tests that fail do so due to an exception:
java.lang.IllegalStateException: object explicit - implicit expected.

[INFO] Running org.italiangrid.voms.test.ac.TestACGeneration
[ERROR] Tests run: 6, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 0.26 s <<< FAILURE! - in org.italiangrid.voms.test.ac.TestACGeneration
[ERROR] org.italiangrid.voms.test.ac.TestACGeneration.testGeneratedACParsing  Time elapsed: 0.007 s  <<< ERROR!
java.lang.IllegalStateException: object explicit - implicit expected.
	at org.italiangrid.voms.test.ac.TestACGeneration.testGeneratedACParsing(TestACGeneration.java:201)
[ERROR] org.italiangrid.voms.test.ac.TestACGeneration.testACValidation  Time elapsed: 0.005 s  <<< ERROR!
java.lang.IllegalStateException: object explicit - implicit expected.
	at org.italiangrid.voms.test.ac.TestACGeneration.testACValidation(TestACGeneration.java:243)
[ERROR] org.italiangrid.voms.test.ac.TestACGeneration.testRevokedAACertValidationFailure  Time elapsed: 0.005 s  <<< ERROR!
java.lang.IllegalStateException: object explicit - implicit expected.
	at org.italiangrid.voms.test.ac.TestACGeneration.testRevokedAACertValidationFailure(TestACGeneration.java:299)
[ERROR] org.italiangrid.voms.test.ac.TestACGeneration.testExpiredAACertValidationFailure  Time elapsed: 0.006 s  <<< ERROR!
java.lang.IllegalStateException: object explicit - implicit expected.
	at org.italiangrid.voms.test.ac.TestACGeneration.testExpiredAACertValidationFailure(TestACGeneration.java:282)
[ERROR] org.italiangrid.voms.test.ac.TestACGeneration.testLSCValidationFailure  Time elapsed: 0.006 s  <<< ERROR!
java.lang.IllegalStateException: object explicit - implicit expected.
	at org.italiangrid.voms.test.ac.TestACGeneration.testLSCValidationFailure(TestACGeneration.java:262)
[INFO] Running org.italiangrid.voms.test.ac.TestFakeVOMSACService
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.014 s <<< FAILURE! - in org.italiangrid.voms.test.ac.TestFakeVOMSACService
[ERROR] org.italiangrid.voms.test.ac.TestFakeVOMSACService.testFakeAcServiceCreation  Time elapsed: 0.005 s  <<< ERROR!
java.lang.IllegalStateException: object explicit - implicit expected.
	at org.italiangrid.voms.test.ac.TestFakeVOMSACService.testFakeAcServiceCreation(TestFakeVOMSACService.java:74)
@ellert
Copy link
Contributor Author

ellert commented Jan 13, 2022

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

1 participant