You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: