Build failed in Jenkins: java-support-v8-multi » JDK-1.9,master #13

Shibboleth Jenkins noreply at shibboleth.net
Thu Oct 5 22:21:35 EDT 2017


See <https://build.shibboleth.net/jenkins/job/java-support-v8-multi/jdk=JDK-1.9,label=master/13/display/redirect>

------------------------------------------
Started by upstream project "java-support-v8-multi" build number 13
originally caused by:
 Started by timer
Building on master in workspace <https://build.shibboleth.net/jenkins/job/java-support-v8-multi/jdk=JDK-1.9,label=master/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://git.shibboleth.net/java-support # timeout=10
Fetching upstream changes from git://git.shibboleth.net/java-support
 > git --version # timeout=10
 > git fetch --tags --progress git://git.shibboleth.net/java-support +refs/heads/*:refs/remotes/origin/*
Checking out Revision 4b41dac2a96fad6ce7164b567b1426926e26224d (refs/remotes/origin/master)
Commit message: "Javadoc fixes"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4b41dac2a96fad6ce7164b567b1426926e26224d
 > git rev-list 4b41dac2a96fad6ce7164b567b1426926e26224d # timeout=10
[master] $ /opt/maven/bin/mvn -Djdk=JDK-1.9 -Dmatrix-combinations= -Dlabel=master clean verify -Prelease --update-snapshots --fail-at-end
[INFO] Scanning for projects...
Downloading: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/parent/8.0.0-SNAPSHOT/maven-metadata.xml
599/599 B               Downloaded: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/parent/8.0.0-SNAPSHOT/maven-metadata.xml (599 B at 3.1 KB/sec)
Downloading: https://build.shibboleth.net/nexus/content/repositories/thirdparty-snapshots/net/shibboleth/parent/8.0.0-SNAPSHOT/maven-metadata.xml
            [INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building java-support 8.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ java-support ---
[INFO] Deleting <https://build.shibboleth.net/jenkins/job/java-support-v8-multi/jdk=JDK-1.9,label=master/ws/target>
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ java-support ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ java-support ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 155 source files to <https://build.shibboleth.net/jenkins/job/java-support-v8-multi/jdk=JDK-1.9,label=master/ws/target/classes>
[WARNING] bootstrap class path not set in conjunction with -source 1.8
[WARNING] <https://build.shibboleth.net/jenkins/job/java-support-v8-multi/jdk=JDK-1.9,label=master/ws/src/main/java/net/shibboleth/utilities/java/support/httpclient/FileCachingHttpClientBuilder.java>:[42,28] org.apache.http.conn.ClientConnectionManager in org.apache.http.conn has been deprecated
[WARNING] <https://build.shibboleth.net/jenkins/job/java-support-v8-multi/jdk=JDK-1.9,label=master/ws/src/main/java/net/shibboleth/utilities/java/support/httpclient/FileCachingHttpClientBuilder.java>:[48,30] org.apache.http.params.HttpParams in org.apache.http.params has been deprecated
[WARNING] <https://build.shibboleth.net/jenkins/job/java-support-v8-multi/jdk=JDK-1.9,label=master/ws/src/main/java/net/shibboleth/utilities/java/support/scripting/EvaluableScript.java>:[140,59] toString(java.io.File,java.nio.charset.Charset) in com.google.common.io.Files has been deprecated
[WARNING] <https://build.shibboleth.net/jenkins/job/java-support-v8-multi/jdk=JDK-1.9,label=master/ws/src/main/java/net/shibboleth/utilities/java/support/xml/BasicParserPool.java>:[843,24] finalize() in java.lang.Object has been deprecated
[WARNING] <https://build.shibboleth.net/jenkins/job/java-support-v8-multi/jdk=JDK-1.9,label=master/ws/src/main/java/net/shibboleth/utilities/java/support/xml/BasicParserPool.java>:[844,18] finalize() in java.lang.Object has been deprecated
[INFO] <https://build.shibboleth.net/jenkins/job/java-support-v8-multi/jdk=JDK-1.9,label=master/ws/src/main/java/net/shibboleth/utilities/java/support/httpclient/TLSSocketFactory.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://build.shibboleth.net/jenkins/job/java-support-v8-multi/jdk=JDK-1.9,label=master/ws/src/main/java/net/shibboleth/utilities/java/support/httpclient/TLSSocketFactory.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ java-support ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ java-support ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 72 source files to <https://build.shibboleth.net/jenkins/job/java-support-v8-multi/jdk=JDK-1.9,label=master/ws/target/test-classes>
[WARNING] bootstrap class path not set in conjunction with -source 1.8
[WARNING] <https://build.shibboleth.net/jenkins/job/java-support-v8-multi/jdk=JDK-1.9,label=master/ws/src/test/java/net/shibboleth/utilities/java/support/collection/MapTest.java>:[46,46] Integer(int) in java.lang.Integer has been deprecated
[WARNING] <https://build.shibboleth.net/jenkins/job/java-support-v8-multi/jdk=JDK-1.9,label=master/ws/src/test/java/net/shibboleth/utilities/java/support/collection/PairTest.java>:[30,46] Integer(int) in java.lang.Integer has been deprecated
[WARNING] <https://build.shibboleth.net/jenkins/job/java-support-v8-multi/jdk=JDK-1.9,label=master/ws/src/test/java/net/shibboleth/utilities/java/support/collection/PairTest.java>:[32,46] Integer(int) in java.lang.Integer has been deprecated
[WARNING] <https://build.shibboleth.net/jenkins/job/java-support-v8-multi/jdk=JDK-1.9,label=master/ws/src/test/java/net/shibboleth/utilities/java/support/primitive/ObjectSupportTest.java>:[45,44] Integer(int) in java.lang.Integer has been deprecated
[WARNING] <https://build.shibboleth.net/jenkins/job/java-support-v8-multi/jdk=JDK-1.9,label=master/ws/src/test/java/net/shibboleth/utilities/java/support/primitive/ObjectSupportTest.java>:[45,60] Double(double) in java.lang.Double has been deprecated
[WARNING] <https://build.shibboleth.net/jenkins/job/java-support-v8-multi/jdk=JDK-1.9,label=master/ws/src/test/java/net/shibboleth/utilities/java/support/primitive/ObjectSupportTest.java>:[46,55] Integer(int) in java.lang.Integer has been deprecated
[WARNING] <https://build.shibboleth.net/jenkins/job/java-support-v8-multi/jdk=JDK-1.9,label=master/ws/src/test/java/net/shibboleth/utilities/java/support/primitive/ObjectSupportTest.java>:[46,74] Boolean(boolean) in java.lang.Boolean has been deprecated
[WARNING] <https://build.shibboleth.net/jenkins/job/java-support-v8-multi/jdk=JDK-1.9,label=master/ws/src/test/java/net/shibboleth/utilities/java/support/primitive/LazilyFormattedStringTest.java>:[32,24] Integer(int) in java.lang.Integer has been deprecated
[WARNING] <https://build.shibboleth.net/jenkins/job/java-support-v8-multi/jdk=JDK-1.9,label=master/ws/src/test/java/net/shibboleth/utilities/java/support/primitive/LazilyFormattedStringTest.java>:[43,24] Integer(int) in java.lang.Integer has been deprecated
[WARNING] <https://build.shibboleth.net/jenkins/job/java-support-v8-multi/jdk=JDK-1.9,label=master/ws/src/test/java/net/shibboleth/utilities/java/support/net/SimpleURLCanonicalizerTest.java>:[50,83] Integer(int) in java.lang.Integer has been deprecated
[INFO] <https://build.shibboleth.net/jenkins/job/java-support-v8-multi/jdk=JDK-1.9,label=master/ws/src/test/java/net/shibboleth/utilities/java/support/collection/CollectionTest.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://build.shibboleth.net/jenkins/job/java-support-v8-multi/jdk=JDK-1.9,label=master/ws/src/test/java/net/shibboleth/utilities/java/support/collection/CollectionTest.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.20.1:test (default-test) @ java-support ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
[ERROR] Tests run: 202, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 7.204 s <<< FAILURE! - in TestSuite
[ERROR] testPrettyPrintXML(net.shibboleth.utilities.java.support.xml.SerializeSupportTest)  Time elapsed: 0.018 s  <<< FAILURE!
java.lang.AssertionError: 
Should serialize to same output expected [<?xml version="1.0" encoding="UTF-8"?><me:Parent xmlns:me="http://example.org/Outer" xmlns="http://example.org/Outer">
  <Child xmlns="http://example.org/Outer"/>
</me:Parent>] but found [<?xml version="1.0" encoding="UTF-8"?><me:Parent xmlns:me="http://example.org/Outer" xmlns="http://example.org/Outer">
    <Child xmlns="http://example.org/Outer"/>
</me:Parent>]
	at net.shibboleth.utilities.java.support.xml.SerializeSupportTest.testPrettyPrintXML(SerializeSupportTest.java:102)

[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   SerializeSupportTest.testPrettyPrintXML:102 Should serialize to same output expected [<?xml version="1.0" encoding="UTF-8"?><me:Parent xmlns:me="http://example.org/Outer" xmlns="http://example.org/Outer">
  <Child xmlns="http://example.org/Outer"/>
</me:Parent>] but found [<?xml version="1.0" encoding="UTF-8"?><me:Parent xmlns:me="http://example.org/Outer" xmlns="http://example.org/Outer">
    <Child xmlns="http://example.org/Outer"/>
</me:Parent>]
[INFO] 
[ERROR] Tests run: 202, Failures: 1, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14.691 s
[INFO] Finished at: 2017-10-05T22:21:34-04:00
[INFO] Final Memory: 29M/94M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.20.1:test (default-test) on project java-support: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://build.shibboleth.net/jenkins/job/java-support-v8-multi/jdk=JDK-1.9,label=master/ws/target/surefire-reports> for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[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
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
Saving reports...
Processing '/var/lib/jenkins/jobs/java-support-v8-multi/configurations/axis-jdk/JDK-1.9/axis-label/master/builds/13/testng/testng-results.xml'
0.495050% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH


More information about the commits mailing list