Build failed in Jenkins: java-support-v7-multi » JDK-1.7.0,WindowsServer2012 #685

Shibboleth Jenkins noreply at shibboleth.net
Mon Nov 13 21:21:06 EST 2017


See <https://build.shibboleth.net/jenkins/job/java-support-v7-multi/jdk=JDK-1.7.0,label=WindowsServer2012/685/display/redirect>

------------------------------------------
Started by upstream project "java-support-v7-multi" build number 685
originally caused by:
 Started by timer
Building remotely on WindowsServer2012 (windows) in workspace <https://build.shibboleth.net/jenkins/job/java-support-v7-multi/jdk=JDK-1.7.0,label=WindowsServer2012/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 f902b193b40e941d3eee2b92ff244803f0aebacf (refs/remotes/origin/maint-7)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f902b193b40e941d3eee2b92ff244803f0aebacf
Commit message: "JSPT-76 - centralise detection of Java runtime version"
 > git rev-list f902b193b40e941d3eee2b92ff244803f0aebacf # timeout=10
[WindowsServer2012] $ cmd.exe /C '""C:\Program Files\Apache\apache-maven-3.3.1\bin\mvn.cmd"' -Djdk=JDK-1.7.0 -Dmatrix-combinations= -Dlabel=WindowsServer2012 clean test -Prelease --update-snapshots --fail-at-end && exit %%ERRORLEVEL%%"
[INFO] Scanning for projects...
Downloading: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/parent/7.11.0-SNAPSHOT/maven-metadata.xml
601/601 B               Downloaded: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/parent/7.11.0-SNAPSHOT/maven-metadata.xml (601 B at 0.0 KB/sec)
Downloading: https://build.shibboleth.net/nexus/content/repositories/thirdparty-snapshots/net/shibboleth/parent/7.11.0-SNAPSHOT/maven-metadata.xml
            [INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building java-support 7.4.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-v7-multi/jdk=JDK-1.7.0,label=WindowsServer2012/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-v7-multi/jdk=JDK-1.7.0,label=WindowsServer2012/ws/target\classes>
[WARNING] /C:/Users/jenkins/jenkins-slave/workspace/java-support-v7-multi/jdk/JDK-1.7.0/label/WindowsServer2012/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] /C:/Users/jenkins/jenkins-slave/workspace/java-support-v7-multi/jdk/JDK-1.7.0/label/WindowsServer2012/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] /C:/Users/jenkins/jenkins-slave/workspace/java-support-v7-multi/jdk/JDK-1.7.0/label/WindowsServer2012/src/main/java/net/shibboleth/utilities/java/support/net/ThreadLocalHttpServletRequestProxy.java:[319,20] isRequestedSessionIdFromUrl() in javax.servlet.http.HttpServletRequest has been deprecated
[WARNING] /C:/Users/jenkins/jenkins-slave/workspace/java-support-v7-multi/jdk/JDK-1.7.0/label/WindowsServer2012/src/main/java/net/shibboleth/utilities/java/support/net/ThreadLocalHttpServletRequestProxy.java:[173,19] getRealPath(java.lang.String) in javax.servlet.ServletRequest has been deprecated
[WARNING] /C:/Users/jenkins/jenkins-slave/workspace/java-support-v7-multi/jdk/JDK-1.7.0/label/WindowsServer2012/src/main/java/net/shibboleth/utilities/java/support/net/ThreadLocalHttpServletResponseProxy.java:[196,17] setStatus(int,java.lang.String) in javax.servlet.http.HttpServletResponse has been deprecated
[WARNING] /C:/Users/jenkins/jenkins-slave/workspace/java-support-v7-multi/jdk/JDK-1.7.0/label/WindowsServer2012/src/main/java/net/shibboleth/utilities/java/support/net/ThreadLocalHttpServletResponseProxy.java:[140,19] encodeRedirectUrl(java.lang.String) in javax.servlet.http.HttpServletResponse has been deprecated
[WARNING] /C:/Users/jenkins/jenkins-slave/workspace/java-support-v7-multi/jdk/JDK-1.7.0/label/WindowsServer2012/src/main/java/net/shibboleth/utilities/java/support/net/ThreadLocalHttpServletResponseProxy.java:[134,19] encodeUrl(java.lang.String) in javax.servlet.http.HttpServletResponse has been deprecated
[INFO] /C:/Users/jenkins/jenkins-slave/workspace/java-support-v7-multi/jdk/JDK-1.7.0/label/WindowsServer2012/src/main/java/net/shibboleth/utilities/java/support/httpclient/TLSSocketFactory.java: Some input files use unchecked or unsafe operations.
[INFO] /C:/Users/jenkins/jenkins-slave/workspace/java-support-v7-multi/jdk/JDK-1.7.0/label/WindowsServer2012/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 75 source files to <https://build.shibboleth.net/jenkins/job/java-support-v7-multi/jdk=JDK-1.7.0,label=WindowsServer2012/ws/target\test-classes>
[INFO] /C:/Users/jenkins/jenkins-slave/workspace/java-support-v7-multi/jdk/JDK-1.7.0/label/WindowsServer2012/src/test/java/net/shibboleth/utilities/java/support/logic/AllMatchPredicateTest.java: Some input files use unchecked or unsafe operations.
[INFO] /C:/Users/jenkins/jenkins-slave/workspace/java-support-v7-multi/jdk/JDK-1.7.0/label/WindowsServer2012/src/test/java/net/shibboleth/utilities/java/support/logic/AllMatchPredicateTest.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: 206, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 10.789 s <<< FAILURE! - in TestSuite
[ERROR] timeOut(net.shibboleth.utilities.java.support.security.DataSealerTest)  Time elapsed: 0.382 s  <<< FAILURE!
java.lang.AssertionError: Should have timed out
	at net.shibboleth.utilities.java.support.security.DataSealerTest.timeOut(DataSealerTest.java:129)

[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   DataSealerTest.timeOut:129 Should have timed out
[INFO] 
[ERROR] Tests run: 206, Failures: 1, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:13 min
[INFO] Finished at: 2017-11-13T21:21:04-05:00
[INFO] Final Memory: 26M/86M
[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-v7-multi/jdk=JDK-1.7.0,label=WindowsServer2012/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-v7-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/WindowsServer2012/builds/685/testng/testng-results.xml'
0.485437% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH


More information about the commits mailing list