Build failed in Jenkins: java-opensaml-multi » JDK-1.8,WindowsServer2012 #335

Shibboleth Jenkins noreply at shibboleth.net
Wed Oct 12 05:12:28 EDT 2016


See <https://build.shibboleth.net/jenkins/job/java-opensaml-multi/jdk=JDK-1.8,label=WindowsServer2012/335/changes>

Changes:

[Brent Putman] In support of OSJ-168, update response handler to return fetched XMLObject with attached XMLObjectSource.

Unit tests still pending.

[Brent Putman] In support of OSJ-168, update FilesystemLoadSaveManager so saves from XMLObjectSource if present.

Also load an object with attached XMLObjectSource, for symmetry.

[Brent Putman] Move unit test class, which I somehow managed to checkin to the wrong classpath and package.

[Brent Putman] In support of OSJ-168, add supporting code to track source byte[] of an object.

Also update AbstractXMLObject impl so that this object metadata is cleared on the
same conditions as DOM release (which is typically on object mutation).

[Brent Putman] OSJ-168: On-disk caching of dynamically acquired metadata

Added fix for subtle issue that: If the metadata filter mutates the XMLObject,
then that will cause DOM drop and issues with persistence to cache if the
XMLObject can't be rountripped, e.g. signatures. So in that case filter on
a clone of the root object input.  This would also be relevant even when we
have the planned origin byte[] object metadata, since that will be dropped
along with the DOM.

[Brent Putman] OSJ-178: AbstractDynamicMetadataResolver does not drop DOM of resolved metadata

[Rod Widdowson] IDP-1047 Annotations to Constructor Parameters

https://issues.shibboleth.net/jira/browse/IDP-1047

Also some finals as collateral damage.

------------------------------------------
[...truncated 1128 lines...]
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ opensaml-messaging-impl ---
[INFO] 
1 warning
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - Malformed URL: https://build.shibboleth.net/nexus/content/sites/site/java-opensaml/${opensaml.version}/apidocs/
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-opensaml-multi/jdk=JDK-1.8,label=WindowsServer2012/ws/opensaml-messaging-impl\target\opensaml-messaging-impl-3.3.0-SNAPSHOT-javadoc.jar>
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:test-jar (attach-javadocs) @ opensaml-messaging-impl ---
[INFO] 
1 warning
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - Malformed URL: https://build.shibboleth.net/nexus/content/sites/site/java-opensaml/${opensaml.version}/apidocs/
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-opensaml-multi/jdk=JDK-1.8,label=WindowsServer2012/ws/opensaml-messaging-impl\target\opensaml-messaging-impl-3.3.0-SNAPSHOT-test-javadoc.jar>
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-sources) > generate-sources @ opensaml-messaging-impl >>>
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-sources) < generate-sources @ opensaml-messaging-impl <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ opensaml-messaging-impl ---
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-opensaml-multi/jdk=JDK-1.8,label=WindowsServer2012/ws/opensaml-messaging-impl\target\opensaml-messaging-impl-3.3.0-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ opensaml-messaging-impl ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building OpenSAML :: SOAP Provider Implementations 3.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ opensaml-soap-impl ---
[INFO] Deleting <https://build.shibboleth.net/jenkins/job/java-opensaml-multi/jdk=JDK-1.8,label=WindowsServer2012/ws/opensaml-soap-impl\target>
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ opensaml-soap-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ opensaml-soap-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 504 source files to <https://build.shibboleth.net/jenkins/job/java-opensaml-multi/jdk=JDK-1.8,label=WindowsServer2012/ws/opensaml-soap-impl\target\classes>
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] /C:/Users/jenkins/jenkins-slave/workspace/java-opensaml-multi/jdk/JDK-1.8/label/WindowsServer2012/opensaml-soap-impl/src/main/java/org/opensaml/soap/wstrust/impl/ClaimsImpl.java: Some input files use unchecked or unsafe operations.
[INFO] /C:/Users/jenkins/jenkins-slave/workspace/java-opensaml-multi/jdk/JDK-1.8/label/WindowsServer2012/opensaml-soap-impl/src/main/java/org/opensaml/soap/wstrust/impl/ClaimsImpl.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ opensaml-soap-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ opensaml-soap-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 19 source files to <https://build.shibboleth.net/jenkins/job/java-opensaml-multi/jdk=JDK-1.8,label=WindowsServer2012/ws/opensaml-soap-impl\target\test-classes>
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] /C:/Users/jenkins/jenkins-slave/workspace/java-opensaml-multi/jdk/JDK-1.8/label/WindowsServer2012/opensaml-soap-impl/src/test/java/org/opensaml/soap/wsaddressing/messaging/impl/ValidateActionHandlerTest.java: Some input files use unchecked or unsafe operations.
[INFO] /C:/Users/jenkins/jenkins-slave/workspace/java-opensaml-multi/jdk/JDK-1.8/label/WindowsServer2012/opensaml-soap-impl/src/test/java/org/opensaml/soap/wsaddressing/messaging/impl/ValidateActionHandlerTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.19:test (default-test) @ opensaml-soap-impl ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running TestSuite
Tests run: 152, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.33 sec - in TestSuite

Results :

Tests run: 152, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ opensaml-soap-impl ---
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-opensaml-multi/jdk=JDK-1.8,label=WindowsServer2012/ws/opensaml-soap-impl\target\opensaml-soap-impl-3.3.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (default) @ opensaml-soap-impl ---
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-opensaml-multi/jdk=JDK-1.8,label=WindowsServer2012/ws/opensaml-soap-impl\target\opensaml-soap-impl-3.3.0-SNAPSHOT-tests.jar>
[INFO] 
[INFO] --- maven-assembly-plugin:2.6:attached (make-assembly) @ opensaml-soap-impl ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ opensaml-soap-impl ---
[INFO] 
1 warning
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - Malformed URL: https://build.shibboleth.net/nexus/content/sites/site/java-opensaml/${opensaml.version}/apidocs/
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-opensaml-multi/jdk=JDK-1.8,label=WindowsServer2012/ws/opensaml-soap-impl\target\opensaml-soap-impl-3.3.0-SNAPSHOT-javadoc.jar>
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:test-jar (attach-javadocs) @ opensaml-soap-impl ---
[ERROR] Error fetching link: <https://build.shibboleth.net/jenkins/job/java-opensaml-multi/jdk=JDK-1.8,label=WindowsServer2012/ws/opensaml-soap-api\target\testapidocs/package-list.> Ignored it.
[INFO] 
1 warning
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - Malformed URL: https://build.shibboleth.net/nexus/content/sites/site/java-opensaml/${opensaml.version}/apidocs/
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-opensaml-multi/jdk=JDK-1.8,label=WindowsServer2012/ws/opensaml-soap-impl\target\opensaml-soap-impl-3.3.0-SNAPSHOT-test-javadoc.jar>
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-sources) > generate-sources @ opensaml-soap-impl >>>
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-sources) < generate-sources @ opensaml-soap-impl <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ opensaml-soap-impl ---
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-opensaml-multi/jdk=JDK-1.8,label=WindowsServer2012/ws/opensaml-soap-impl\target\opensaml-soap-impl-3.3.0-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ opensaml-soap-impl ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping OpenSAML :: SAML Provider Implementations
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping OpenSAML :: XACML Provider Implementations
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping OpenSAML :: SAML XACML Profile Implementation
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building OpenSAML :: Profile Implementations 3.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ opensaml-profile-impl ---
[INFO] Deleting <https://build.shibboleth.net/jenkins/job/java-opensaml-multi/jdk=JDK-1.8,label=WindowsServer2012/ws/opensaml-profile-impl\target>
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ opensaml-profile-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ opensaml-profile-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to <https://build.shibboleth.net/jenkins/job/java-opensaml-multi/jdk=JDK-1.8,label=WindowsServer2012/ws/opensaml-profile-impl\target\classes>
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] /C:/Users/jenkins/jenkins-slave/workspace/java-opensaml-multi/jdk/JDK-1.8/label/WindowsServer2012/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/DecodeMessage.java: Some input files use unchecked or unsafe operations.
[INFO] /C:/Users/jenkins/jenkins-slave/workspace/java-opensaml-multi/jdk/JDK-1.8/label/WindowsServer2012/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/DecodeMessage.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ opensaml-profile-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ opensaml-profile-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to <https://build.shibboleth.net/jenkins/job/java-opensaml-multi/jdk=JDK-1.8,label=WindowsServer2012/ws/opensaml-profile-impl\target\test-classes>
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] /C:/Users/jenkins/jenkins-slave/workspace/java-opensaml-multi/jdk/JDK-1.8/label/WindowsServer2012/opensaml-profile-impl/src/test/java/org/opensaml/profile/action/impl/PopulateSignatureValidationParametersTest.java: Some input files use unchecked or unsafe operations.
[INFO] /C:/Users/jenkins/jenkins-slave/workspace/java-opensaml-multi/jdk/JDK-1.8/label/WindowsServer2012/opensaml-profile-impl/src/test/java/org/opensaml/profile/action/impl/PopulateSignatureValidationParametersTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.19:test (default-test) @ opensaml-profile-impl ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running TestSuite
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.57 sec - in TestSuite

Results :

Tests run: 19, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ opensaml-profile-impl ---
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-opensaml-multi/jdk=JDK-1.8,label=WindowsServer2012/ws/opensaml-profile-impl\target\opensaml-profile-impl-3.3.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (default) @ opensaml-profile-impl ---
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-opensaml-multi/jdk=JDK-1.8,label=WindowsServer2012/ws/opensaml-profile-impl\target\opensaml-profile-impl-3.3.0-SNAPSHOT-tests.jar>
[INFO] 
[INFO] --- maven-assembly-plugin:2.6:attached (make-assembly) @ opensaml-profile-impl ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ opensaml-profile-impl ---
[INFO] 
1 warning
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - Malformed URL: https://build.shibboleth.net/nexus/content/sites/site/java-opensaml/${opensaml.version}/apidocs/
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-opensaml-multi/jdk=JDK-1.8,label=WindowsServer2012/ws/opensaml-profile-impl\target\opensaml-profile-impl-3.3.0-SNAPSHOT-javadoc.jar>
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:test-jar (attach-javadocs) @ opensaml-profile-impl ---
[INFO] 
1 warning
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - Malformed URL: https://build.shibboleth.net/nexus/content/sites/site/java-opensaml/${opensaml.version}/apidocs/
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-opensaml-multi/jdk=JDK-1.8,label=WindowsServer2012/ws/opensaml-profile-impl\target\opensaml-profile-impl-3.3.0-SNAPSHOT-test-javadoc.jar>
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-sources) > generate-sources @ opensaml-profile-impl >>>
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-sources) < generate-sources @ opensaml-profile-impl <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ opensaml-profile-impl ---
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-opensaml-multi/jdk=JDK-1.8,label=WindowsServer2012/ws/opensaml-profile-impl\target\opensaml-profile-impl-3.3.0-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ opensaml-profile-impl ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] OpenSAML ........................................... SUCCESS [ 23.752 s]
[INFO] OpenSAML :: Core ................................... SUCCESS [01:17 min]
[INFO] OpenSAML :: Storage API ............................ SUCCESS [ 20.188 s]
[INFO] OpenSAML :: Messaging API .......................... SUCCESS [ 25.247 s]
[INFO] OpenSAML :: Security API ........................... SUCCESS [ 28.747 s]
[INFO] OpenSAML :: XML Security API ....................... SUCCESS [01:01 min]
[INFO] OpenSAML :: SOAP Provider API ...................... SUCCESS [ 36.503 s]
[INFO] OpenSAML :: Profile API ............................ SUCCESS [ 15.054 s]
[INFO] OpenSAML :: SAML Provider API ...................... SUCCESS [01:21 min]
[INFO] OpenSAML :: XACML Provider API ..................... SUCCESS [ 22.443 s]
[INFO] OpenSAML :: SAML XACML Profile API ................. SUCCESS [ 18.727 s]
[INFO] OpenSAML :: Storage Implementation ................. FAILURE [01:08 min]
[INFO] OpenSAML :: Security Implementation ................ SUCCESS [ 37.809 s]
[INFO] OpenSAML :: XML Security Implementation ............ SUCCESS [01:45 min]
[INFO] OpenSAML :: Messaging Implementations .............. SUCCESS [ 16.038 s]
[INFO] OpenSAML :: SOAP Provider Implementations .......... SUCCESS [01:35 min]
[INFO] OpenSAML :: SAML Provider Implementations .......... SKIPPED
[INFO] OpenSAML :: XACML Provider Implementations ......... SKIPPED
[INFO] OpenSAML :: SAML XACML Profile Implementation ...... SKIPPED
[INFO] OpenSAML :: Profile Implementations ................ SUCCESS [ 19.762 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:39 min
[INFO] Finished at: 2016-10-12T05:12:09-04:00
[INFO] Final Memory: 68M/178M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19:test (default-test) on project opensaml-storage-impl: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://build.shibboleth.net/jenkins/job/java-opensaml-multi/jdk=JDK-1.8,label=WindowsServer2012/ws/opensaml-storage-impl\target\surefire-reports> for the individual test results.
[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-storage-impl
Build step 'Invoke top-level Maven targets' marked build as failure
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.
Saving reports...
Processing '/var/lib/jenkins/jobs/java-opensaml-multi/configurations/axis-jdk/JDK-1.8/axis-label/WindowsServer2012/builds/335/testng/testng-results-1.xml'
Processing '/var/lib/jenkins/jobs/java-opensaml-multi/configurations/axis-jdk/JDK-1.8/axis-label/WindowsServer2012/builds/335/testng/testng-results-10.xml'
Processing '/var/lib/jenkins/jobs/java-opensaml-multi/configurations/axis-jdk/JDK-1.8/axis-label/WindowsServer2012/builds/335/testng/testng-results-11.xml'
Processing '/var/lib/jenkins/jobs/java-opensaml-multi/configurations/axis-jdk/JDK-1.8/axis-label/WindowsServer2012/builds/335/testng/testng-results-12.xml'
Processing '/var/lib/jenkins/jobs/java-opensaml-multi/configurations/axis-jdk/JDK-1.8/axis-label/WindowsServer2012/builds/335/testng/testng-results-2.xml'
Processing '/var/lib/jenkins/jobs/java-opensaml-multi/configurations/axis-jdk/JDK-1.8/axis-label/WindowsServer2012/builds/335/testng/testng-results-3.xml'
Processing '/var/lib/jenkins/jobs/java-opensaml-multi/configurations/axis-jdk/JDK-1.8/axis-label/WindowsServer2012/builds/335/testng/testng-results-4.xml'
Processing '/var/lib/jenkins/jobs/java-opensaml-multi/configurations/axis-jdk/JDK-1.8/axis-label/WindowsServer2012/builds/335/testng/testng-results-5.xml'
Processing '/var/lib/jenkins/jobs/java-opensaml-multi/configurations/axis-jdk/JDK-1.8/axis-label/WindowsServer2012/builds/335/testng/testng-results-6.xml'
Processing '/var/lib/jenkins/jobs/java-opensaml-multi/configurations/axis-jdk/JDK-1.8/axis-label/WindowsServer2012/builds/335/testng/testng-results-7.xml'
Processing '/var/lib/jenkins/jobs/java-opensaml-multi/configurations/axis-jdk/JDK-1.8/axis-label/WindowsServer2012/builds/335/testng/testng-results-8.xml'
Processing '/var/lib/jenkins/jobs/java-opensaml-multi/configurations/axis-jdk/JDK-1.8/axis-label/WindowsServer2012/builds/335/testng/testng-results-9.xml'
Processing '/var/lib/jenkins/jobs/java-opensaml-multi/configurations/axis-jdk/JDK-1.8/axis-label/WindowsServer2012/builds/335/testng/testng-results.xml'
0.244499% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH


More information about the commits mailing list