Build failed in Jenkins: java-opensaml-v5 » OpenSAML :: SAML Provider Implementations #50
Shibboleth Jenkins
noreply at shibboleth.net
Fri Aug 5 18:56:35 UTC 2022
See <http://127.0.0.1:1583/jenkins/job/java-opensaml-v5/org.opensaml$opensaml-saml-impl/50/display/redirect>
Changes:
------------------------------------------
[INFO]
[INFO] ------------------< org.opensaml:opensaml-saml-impl >-------------------
[INFO] Building OpenSAML :: SAML Provider Implementations 5.0.0-SNAPSHOT [17/23]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ opensaml-saml-impl ---
[INFO] Deleting <http://127.0.0.1:1583/jenkins/job/java-opensaml-v5/org.opensaml$opensaml-saml-impl/ws/target>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ opensaml-saml-impl ---
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ opensaml-saml-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 29 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ opensaml-saml-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 833 source files to <http://127.0.0.1:1583/jenkins/job/java-opensaml-v5/org.opensaml$opensaml-saml-impl/ws/target/classes>
[INFO] <http://127.0.0.1:1583/jenkins/job/java-opensaml-v5/org.opensaml$opensaml-saml-impl/ws/src/main/java/org/opensaml/saml/saml2/core/impl/ConditionsImpl.java>: Some input files use unchecked or unsafe operations.
[INFO] <http://127.0.0.1:1583/jenkins/job/java-opensaml-v5/org.opensaml$opensaml-saml-impl/ws/src/main/java/org/opensaml/saml/saml2/core/impl/ConditionsImpl.java>: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ opensaml-saml-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 449 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ opensaml-saml-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 331 source files to <http://127.0.0.1:1583/jenkins/job/java-opensaml-v5/org.opensaml$opensaml-saml-impl/ws/target/test-classes>
[INFO] <http://127.0.0.1:1583/jenkins/job/java-opensaml-v5/org.opensaml$opensaml-saml-impl/ws/src/test/java/org/opensaml/saml/saml2/assertion/tests/MockAssertionValidator.java>: Some input files use or override a deprecated API.
[INFO] <http://127.0.0.1:1583/jenkins/job/java-opensaml-v5/org.opensaml$opensaml-saml-impl/ws/src/test/java/org/opensaml/saml/saml2/assertion/tests/MockAssertionValidator.java>: Recompile with -Xlint:deprecation for details.
[INFO] <http://127.0.0.1:1583/jenkins/job/java-opensaml-v5/org.opensaml$opensaml-saml-impl/ws/src/test/java/org/opensaml/saml/common/binding/security/impl/SAMLMDClientCertAuthSecurityHandlerTest.java>: Some input files use or override a deprecated API that is marked for removal.
[INFO] <http://127.0.0.1:1583/jenkins/job/java-opensaml-v5/org.opensaml$opensaml-saml-impl/ws/src/test/java/org/opensaml/saml/common/binding/security/impl/SAMLMDClientCertAuthSecurityHandlerTest.java>: Recompile with -Xlint:removal for details.
[INFO] <http://127.0.0.1:1583/jenkins/job/java-opensaml-v5/org.opensaml$opensaml-saml-impl/ws/src/test/java/org/opensaml/saml/saml2/assertion/tests/MockAssertionValidator.java>: Some input files use unchecked or unsafe operations.
[INFO] <http://127.0.0.1:1583/jenkins/job/java-opensaml-v5/org.opensaml$opensaml-saml-impl/ws/src/test/java/org/opensaml/saml/saml2/assertion/tests/MockAssertionValidator.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] <http://127.0.0.1:1583/jenkins/job/java-opensaml-v5/org.opensaml$opensaml-saml-impl/ws/src/test/java/org/opensaml/saml/saml2/assertion/impl/OneTimeUseConditionValidatorTest.java>:[60,23] org.opensaml.storage.ReplayCache is abstract; cannot be instantiated
[ERROR] <http://127.0.0.1:1583/jenkins/job/java-opensaml-v5/org.opensaml$opensaml-saml-impl/ws/src/test/java/org/opensaml/saml/saml2/assertion/impl/OneTimeUseConditionValidatorTest.java>:[61,20] cannot find symbol
symbol: method setId(java.lang.String)
location: variable replayCache of type org.opensaml.storage.ReplayCache
[ERROR] <http://127.0.0.1:1583/jenkins/job/java-opensaml-v5/org.opensaml$opensaml-saml-impl/ws/src/test/java/org/opensaml/saml/saml2/assertion/impl/OneTimeUseConditionValidatorTest.java>:[62,20] cannot find symbol
symbol: method setStorage(org.opensaml.storage.impl.MemoryStorageService)
location: variable replayCache of type org.opensaml.storage.ReplayCache
[ERROR] <http://127.0.0.1:1583/jenkins/job/java-opensaml-v5/org.opensaml$opensaml-saml-impl/ws/src/test/java/org/opensaml/saml/saml2/assertion/impl/OneTimeUseConditionValidatorTest.java>:[63,20] cannot find symbol
symbol: method initialize()
location: variable replayCache of type org.opensaml.storage.ReplayCache
[ERROR] <http://127.0.0.1:1583/jenkins/job/java-opensaml-v5/org.opensaml$opensaml-saml-impl/ws/src/test/java/org/opensaml/saml/saml2/assertion/impl/OneTimeUseConditionValidatorTest.java>:[72,20] cannot find symbol
symbol: method destroy()
location: variable replayCache of type org.opensaml.storage.ReplayCache
[ERROR] <http://127.0.0.1:1583/jenkins/job/java-opensaml-v5/org.opensaml$opensaml-saml-impl/ws/src/test/java/org/opensaml/saml/common/binding/security/impl/MessageReplaySecurityHandlerTest.java>:[63,23] org.opensaml.storage.ReplayCache is abstract; cannot be instantiated
[ERROR] <http://127.0.0.1:1583/jenkins/job/java-opensaml-v5/org.opensaml$opensaml-saml-impl/ws/src/test/java/org/opensaml/saml/common/binding/security/impl/MessageReplaySecurityHandlerTest.java>:[64,20] cannot find symbol
symbol: method setStorage(org.opensaml.storage.impl.MemoryStorageService)
location: variable replayCache of type org.opensaml.storage.ReplayCache
[ERROR] <http://127.0.0.1:1583/jenkins/job/java-opensaml-v5/org.opensaml$opensaml-saml-impl/ws/src/test/java/org/opensaml/saml/common/binding/security/impl/MessageReplaySecurityHandlerTest.java>:[65,20] cannot find symbol
symbol: method initialize()
location: variable replayCache of type org.opensaml.storage.ReplayCache
[ERROR] <http://127.0.0.1:1583/jenkins/job/java-opensaml-v5/org.opensaml$opensaml-saml-impl/ws/src/test/java/org/opensaml/saml/common/binding/security/impl/MessageReplaySecurityHandlerTest.java>:[76,20] cannot find symbol
symbol: method destroy()
location: variable replayCache of type org.opensaml.storage.ReplayCache
[INFO] 9 errors
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
More information about the commits
mailing list