Build failed in Jenkins: java-opensaml #927
Shibboleth Jenkins
noreply at shibboleth.net
Wed May 28 19:08:49 EDT 2014
See <https://build.shibboleth.net/jenkins/job/java-opensaml/927/changes>
Changes:
[Brent Putman] Update ChainingCredentialResolver and ChainingEncryptedKeyResolver to be more Spring-friendly, with constructor injection of chain.
For all EncryptedKeyResolver impls, do same by having recipients set supplied via constructor injection.
------------------------------------------
[...truncated 238 lines...]
[INFO] Surefire report directory: <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-security-api/target/surefire-reports>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running TestSuite
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.959 sec - in TestSuite
Results :
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0
[JENKINS] Recording test results
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ opensaml-security-api ---
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-security-api/target/opensaml-security-api-3.0-SNAPSHOT.jar>
[INFO]
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ opensaml-security-api ---
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-security-api/target/opensaml-security-api-3.0-SNAPSHOT-tests.jar>
[INFO]
[INFO] --- maven-assembly-plugin:2.4:attached (make-assembly) @ opensaml-security-api ---
[INFO]
[INFO] --- maven-javadoc-plugin:2.9.1:jar (attach-javadocs) @ opensaml-security-api ---
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-security-api/target/opensaml-security-api-3.0-SNAPSHOT-javadoc.jar>
[INFO]
[INFO] --- maven-javadoc-plugin:2.9.1:test-jar (attach-javadocs) @ opensaml-security-api ---
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-security-api/target/opensaml-security-api-3.0-SNAPSHOT-test-javadoc.jar>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO]
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ opensaml-security-api ---
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-security-api/target/opensaml-security-api-3.0-SNAPSHOT-sources.jar>
[INFO]
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ opensaml-security-api ---
[INFO] Installing <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-security-api/target/opensaml-security-api-3.0-SNAPSHOT.jar> to /home/jenkins/.m2/repository/org/opensaml/opensaml-security-api/3.0-SNAPSHOT/opensaml-security-api-3.0-SNAPSHOT.jar
[INFO] Installing <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-security-api/pom.xml> to /home/jenkins/.m2/repository/org/opensaml/opensaml-security-api/3.0-SNAPSHOT/opensaml-security-api-3.0-SNAPSHOT.pom
[INFO] Installing <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-security-api/target/opensaml-security-api-3.0-SNAPSHOT-tests.jar> to /home/jenkins/.m2/repository/org/opensaml/opensaml-security-api/3.0-SNAPSHOT/opensaml-security-api-3.0-SNAPSHOT-tests.jar
[INFO] Installing <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-security-api/target/opensaml-security-api-3.0-SNAPSHOT-javadoc.jar> to /home/jenkins/.m2/repository/org/opensaml/opensaml-security-api/3.0-SNAPSHOT/opensaml-security-api-3.0-SNAPSHOT-javadoc.jar
[INFO] Installing <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-security-api/target/opensaml-security-api-3.0-SNAPSHOT-test-javadoc.jar> to /home/jenkins/.m2/repository/org/opensaml/opensaml-security-api/3.0-SNAPSHOT/opensaml-security-api-3.0-SNAPSHOT-test-javadoc.jar
[INFO] Installing <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-security-api/target/opensaml-security-api-3.0-SNAPSHOT-sources.jar> to /home/jenkins/.m2/repository/org/opensaml/opensaml-security-api/3.0-SNAPSHOT/opensaml-security-api-3.0-SNAPSHOT-sources.jar
[JENKINS] Archiving disabled
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building OpenSAML :: Messaging API 3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ opensaml-messaging-api ---
[INFO] Deleting <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-messaging-api/target>
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ opensaml-messaging-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ opensaml-messaging-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 44 source files to <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-messaging-api/target/classes>
[WARNING] <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-messaging-api/src/main/java/org/opensaml/messaging/context/navigate/ParentContextLookup.java>: Some input files use unchecked or unsafe operations.
[WARNING] <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-messaging-api/src/main/java/org/opensaml/messaging/context/navigate/ParentContextLookup.java>: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ opensaml-messaging-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ opensaml-messaging-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-messaging-api/target/test-classes>
[WARNING] <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-messaging-api/src/test/java/org/opensaml/messaging/handler/AbstractMessageHandlerTest.java>: <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-messaging-api/src/test/java/org/opensaml/messaging/handler/AbstractMessageHandlerTest.java> uses unchecked or unsafe operations.
[WARNING] <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-messaging-api/src/test/java/org/opensaml/messaging/handler/AbstractMessageHandlerTest.java>: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ opensaml-messaging-api ---
[INFO] Surefire report directory: <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-messaging-api/target/surefire-reports>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running TestSuite
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.767 sec - in TestSuite
Results :
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0
[JENKINS] Recording test results
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ opensaml-messaging-api ---
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-messaging-api/target/opensaml-messaging-api-3.0-SNAPSHOT.jar>
[INFO]
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ opensaml-messaging-api ---
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-messaging-api/target/opensaml-messaging-api-3.0-SNAPSHOT-tests.jar>
[INFO]
[INFO] --- maven-assembly-plugin:2.4:attached (make-assembly) @ opensaml-messaging-api ---
[INFO]
[INFO] --- maven-javadoc-plugin:2.9.1:jar (attach-javadocs) @ opensaml-messaging-api ---
[INFO]
4 warnings
[WARNING] Javadoc Warnings
[WARNING] <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-messaging-api/src/main/java/org/opensaml/messaging/context/navigate/MessageLookup.java>:32: warning - Tag @link: reference not found: Function
[WARNING] <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-messaging-api/src/main/java/org/opensaml/messaging/context/navigate/MessageLookup.java>:32: warning - Tag @link: reference not found: Function
[WARNING] <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-messaging-api/src/main/java/org/opensaml/messaging/context/navigate/MessageLookup.java>:32: warning - Tag @link: reference not found: Function
[WARNING] <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-messaging-api/src/main/java/org/opensaml/messaging/context/navigate/MessageLookup.java>:32: warning - Tag @link: reference not found: Function
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-messaging-api/target/opensaml-messaging-api-3.0-SNAPSHOT-javadoc.jar>
[INFO]
[INFO] --- maven-javadoc-plugin:2.9.1:test-jar (attach-javadocs) @ opensaml-messaging-api ---
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-messaging-api/target/opensaml-messaging-api-3.0-SNAPSHOT-test-javadoc.jar>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO]
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ opensaml-messaging-api ---
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-messaging-api/target/opensaml-messaging-api-3.0-SNAPSHOT-sources.jar>
[INFO]
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ opensaml-messaging-api ---
[INFO] Installing <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-messaging-api/target/opensaml-messaging-api-3.0-SNAPSHOT.jar> to /home/jenkins/.m2/repository/org/opensaml/opensaml-messaging-api/3.0-SNAPSHOT/opensaml-messaging-api-3.0-SNAPSHOT.jar
[INFO] Installing <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-messaging-api/pom.xml> to /home/jenkins/.m2/repository/org/opensaml/opensaml-messaging-api/3.0-SNAPSHOT/opensaml-messaging-api-3.0-SNAPSHOT.pom
[INFO] Installing <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-messaging-api/target/opensaml-messaging-api-3.0-SNAPSHOT-tests.jar> to /home/jenkins/.m2/repository/org/opensaml/opensaml-messaging-api/3.0-SNAPSHOT/opensaml-messaging-api-3.0-SNAPSHOT-tests.jar
[INFO] Installing <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-messaging-api/target/opensaml-messaging-api-3.0-SNAPSHOT-javadoc.jar> to /home/jenkins/.m2/repository/org/opensaml/opensaml-messaging-api/3.0-SNAPSHOT/opensaml-messaging-api-3.0-SNAPSHOT-javadoc.jar
[INFO] Installing <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-messaging-api/target/opensaml-messaging-api-3.0-SNAPSHOT-test-javadoc.jar> to /home/jenkins/.m2/repository/org/opensaml/opensaml-messaging-api/3.0-SNAPSHOT/opensaml-messaging-api-3.0-SNAPSHOT-test-javadoc.jar
[INFO] Installing <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-messaging-api/target/opensaml-messaging-api-3.0-SNAPSHOT-sources.jar> to /home/jenkins/.m2/repository/org/opensaml/opensaml-messaging-api/3.0-SNAPSHOT/opensaml-messaging-api-3.0-SNAPSHOT-sources.jar
[JENKINS] Archiving disabled
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building OpenSAML :: XML Security API 3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ opensaml-xmlsec-api ---
[INFO] Deleting <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-xmlsec-api/target>
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ opensaml-xmlsec-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ opensaml-xmlsec-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 199 source files to <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-xmlsec-api/target/classes>
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING :
[INFO] -------------------------------------------------------------
[WARNING] <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/signature/support/SignatureSupport.java>: Some input files use unchecked or unsafe operations.
[WARNING] <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/signature/support/SignatureSupport.java>: Recompile with -Xlint:unchecked for details.
[INFO] 2 warnings
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/encryption/support/AbstractEncryptedKeyResolver.java>:[38,30] package org.testng.collections does not exist
[ERROR] <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/encryption/support/ChainingEncryptedKeyResolver.java>:[37,30] package org.testng.collections does not exist
[ERROR] <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/encryption/support/AbstractEncryptedKeyResolver.java>:[61,22] cannot find symbol
symbol: variable Sets
location: class org.opensaml.xmlsec.encryption.support.AbstractEncryptedKeyResolver
[ERROR] <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/encryption/support/ChainingEncryptedKeyResolver.java>:[62,21] cannot find symbol
symbol: variable Lists
location: class org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver
[ERROR] <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/encryption/support/ChainingEncryptedKeyResolver.java>:[74,21] cannot find symbol
symbol: variable Lists
location: class org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver
[INFO] 5 errors
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] OpenSAML .......................................... SUCCESS [23.311s]
[INFO] OpenSAML :: Core .................................. SUCCESS [39.161s]
[INFO] OpenSAML :: Storage API ........................... SUCCESS [19.024s]
[INFO] OpenSAML :: Security API .......................... SUCCESS [32.640s]
[INFO] OpenSAML :: Messaging API ......................... SUCCESS [26.386s]
[INFO] OpenSAML :: XML Security API ...................... FAILURE [13.755s]
[INFO] OpenSAML :: SOAP Provider API ..................... SKIPPED
[INFO] OpenSAML :: Profile API ........................... SKIPPED
[INFO] OpenSAML :: SAML Provider API ..................... SKIPPED
[INFO] OpenSAML :: XACML Provider API .................... SKIPPED
[INFO] OpenSAML :: SAML XACML Profile API ................ SKIPPED
[INFO] OpenSAML :: Storage Implementation ................ SKIPPED
[INFO] OpenSAML :: Security Implementation ............... SKIPPED
[INFO] OpenSAML :: XML Security Implementation ........... SKIPPED
[INFO] OpenSAML :: Messaging Implementations ............. SKIPPED
[INFO] OpenSAML :: SOAP Provider Implementations ......... SKIPPED
[INFO] OpenSAML :: SAML Provider Implementations ......... SKIPPED
[INFO] OpenSAML :: XACML Provider Implementations ........ SKIPPED
[INFO] OpenSAML :: SAML XACML Profile Implementation ..... SKIPPED
[INFO] OpenSAML :: Profile Implementations ............... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:36.352s
[INFO] Finished at: Wed May 28 19:06:08 EDT 2014
[INFO] Final Memory: 31M/126M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project opensaml-xmlsec-api: Compilation failure: Compilation failure:
[ERROR] <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/encryption/support/AbstractEncryptedKeyResolver.java>:[38,30] package org.testng.collections does not exist
[ERROR] <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/encryption/support/ChainingEncryptedKeyResolver.java>:[37,30] package org.testng.collections does not exist
[ERROR] <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/encryption/support/AbstractEncryptedKeyResolver.java>:[61,22] cannot find symbol
[ERROR] symbol: variable Sets
[ERROR] location: class org.opensaml.xmlsec.encryption.support.AbstractEncryptedKeyResolver
[ERROR] <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/encryption/support/ChainingEncryptedKeyResolver.java>:[62,21] cannot find symbol
[ERROR] symbol: variable Lists
[ERROR] location: class org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver
[ERROR] <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/encryption/support/ChainingEncryptedKeyResolver.java>:[74,21] cannot find symbol
[ERROR] symbol: variable Lists
[ERROR] location: class org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :opensaml-xmlsec-api
Sending e-mails to: commits at shibboleth.net
channel stopped
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/target/surefire-reports/testng-results.xml
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
Saving reports...
Processing '/home/jenkins/.jenkins/jobs/java-opensaml/builds/2014-05-28_19-03-21/testng/testng-results-1.xml'
Processing '/home/jenkins/.jenkins/jobs/java-opensaml/builds/2014-05-28_19-03-21/testng/testng-results-2.xml'
Processing '/home/jenkins/.jenkins/jobs/java-opensaml/builds/2014-05-28_19-03-21/testng/testng-results-3.xml'
Processing '/home/jenkins/.jenkins/jobs/java-opensaml/builds/2014-05-28_19-03-21/testng/testng-results.xml'
TestNG Reports Processing: FINISH
More information about the commits
mailing list