Build failed in Jenkins: java-identity-provider » Shibboleth IdP :: SAML Profile Implementation #540
Shibboleth Jenkins
noreply at shibboleth.net
Fri Nov 6 17:05:58 EST 2015
See <https://build.shibboleth.net/jenkins/job/java-identity-provider/net.shibboleth.idp$idp-saml-impl/540/changes>
Changes:
[Brent Putman] Extend new abstract SOAP header generating handler class.
------------------------------------------
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Shibboleth IdP :: SAML Profile Implementation 3.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ idp-saml-impl ---
[INFO] Deleting <https://build.shibboleth.net/jenkins/job/java-identity-provider/net.shibboleth.idp$idp-saml-impl/ws/target>
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ idp-saml-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ idp-saml-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 168 source files to <https://build.shibboleth.net/jenkins/job/java-identity-provider/net.shibboleth.idp$idp-saml-impl/ws/target/classes>
[INFO] <https://build.shibboleth.net/jenkins/job/java-identity-provider/net.shibboleth.idp$idp-saml-impl/ws/src/main/java/net/shibboleth/idp/saml/profile/impl/BaseAddAttributeStatementToAssertion.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://build.shibboleth.net/jenkins/job/java-identity-provider/net.shibboleth.idp$idp-saml-impl/ws/src/main/java/net/shibboleth/idp/saml/profile/impl/BaseAddAttributeStatementToAssertion.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING :
[INFO] -------------------------------------------------------------
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider/net.shibboleth.idp$idp-saml-impl/ws/src/main/java/net/shibboleth/idp/saml/nameid/impl/StoredPersistentIdDecoder.java>:[35,38] net.shibboleth.idp.saml.nameid.PersistentIdStore in net.shibboleth.idp.saml.nameid has been deprecated
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider/net.shibboleth.idp$idp-saml-impl/ws/src/main/java/net/shibboleth/idp/saml/nameid/impl/StoredPersistentIdGenerationStrategy.java>:[28,38] net.shibboleth.idp.saml.nameid.PersistentIdStore in net.shibboleth.idp.saml.nameid has been deprecated
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider/net.shibboleth.idp$idp-saml-impl/ws/src/main/java/net/shibboleth/idp/saml/nameid/impl/JDBCPersistentIdStore.java>:[35,38] net.shibboleth.idp.saml.nameid.PersistentIdStore in net.shibboleth.idp.saml.nameid has been deprecated
[INFO] 3 warnings
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/net.shibboleth.idp$idp-saml-impl/ws/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/messaging/impl/AddSenderHandler.java>:[33,40] package org.opensaml.soap.messaging.impl does not exist
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/net.shibboleth.idp$idp-saml-impl/ws/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/messaging/impl/AddSenderHandler.java>:[42,39] cannot find symbol
symbol: class AbstractHeaderGeneratingMessageHandler
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/net.shibboleth.idp$idp-saml-impl/ws/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/messaging/impl/AddFrameworkHandler.java>:[31,40] package org.opensaml.soap.messaging.impl does not exist
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/net.shibboleth.idp$idp-saml-impl/ws/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/messaging/impl/AddFrameworkHandler.java>:[38,42] cannot find symbol
symbol: class AbstractHeaderGeneratingMessageHandler
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/net.shibboleth.idp$idp-saml-impl/ws/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/messaging/impl/AddSenderHandler.java>:[66,25] method ifInitializedThrowUnmodifiabledComponentException in class net.shibboleth.utilities.java.support.component.ComponentSupport cannot be applied to given types;
required: net.shibboleth.utilities.java.support.component.InitializableComponent
found: net.shibboleth.idp.saml.saml2.profile.delegation.messaging.impl.AddSenderHandler
reason: actual argument net.shibboleth.idp.saml.saml2.profile.delegation.messaging.impl.AddSenderHandler cannot be converted to net.shibboleth.utilities.java.support.component.InitializableComponent by method invocation conversion
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/net.shibboleth.idp$idp-saml-impl/ws/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/messaging/impl/AddSenderHandler.java>:[67,25] method ifDestroyedThrowDestroyedComponentException in class net.shibboleth.utilities.java.support.component.ComponentSupport cannot be applied to given types;
required: net.shibboleth.utilities.java.support.component.DestructableComponent
found: net.shibboleth.idp.saml.saml2.profile.delegation.messaging.impl.AddSenderHandler
reason: actual argument net.shibboleth.idp.saml.saml2.profile.delegation.messaging.impl.AddSenderHandler cannot be converted to net.shibboleth.utilities.java.support.component.DestructableComponent by method invocation conversion
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/net.shibboleth.idp$idp-saml-impl/ws/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/messaging/impl/AddSenderHandler.java>:[89,9] cannot find symbol
symbol: method decorateGeneratedHeader(org.opensaml.messaging.context.MessageContext,org.openliberty.xmltooling.soapbinding.Sender)
location: class net.shibboleth.idp.saml.saml2.profile.delegation.messaging.impl.AddSenderHandler
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/net.shibboleth.idp$idp-saml-impl/ws/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/messaging/impl/AddFrameworkHandler.java>:[64,25] method ifInitializedThrowUnmodifiabledComponentException in class net.shibboleth.utilities.java.support.component.ComponentSupport cannot be applied to given types;
required: net.shibboleth.utilities.java.support.component.InitializableComponent
found: net.shibboleth.idp.saml.saml2.profile.delegation.messaging.impl.AddFrameworkHandler
reason: actual argument net.shibboleth.idp.saml.saml2.profile.delegation.messaging.impl.AddFrameworkHandler cannot be converted to net.shibboleth.utilities.java.support.component.InitializableComponent by method invocation conversion
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/net.shibboleth.idp$idp-saml-impl/ws/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/messaging/impl/AddFrameworkHandler.java>:[65,25] method ifDestroyedThrowDestroyedComponentException in class net.shibboleth.utilities.java.support.component.ComponentSupport cannot be applied to given types;
required: net.shibboleth.utilities.java.support.component.DestructableComponent
found: net.shibboleth.idp.saml.saml2.profile.delegation.messaging.impl.AddFrameworkHandler
reason: actual argument net.shibboleth.idp.saml.saml2.profile.delegation.messaging.impl.AddFrameworkHandler cannot be converted to net.shibboleth.utilities.java.support.component.DestructableComponent by method invocation conversion
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/net.shibboleth.idp$idp-saml-impl/ws/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/messaging/impl/AddFrameworkHandler.java>:[74,9] cannot find symbol
symbol: method decorateGeneratedHeader(org.opensaml.messaging.context.MessageContext,org.openliberty.xmltooling.soapbinding.Framework)
location: class net.shibboleth.idp.saml.saml2.profile.delegation.messaging.impl.AddFrameworkHandler
[INFO] 10 errors
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
More information about the commits
mailing list