Build failed in Jenkins: java-support-v8-multi » JDK-1.8,WindowsServer2012 #83

Shibboleth Jenkins noreply at shibboleth.net
Tue Dec 12 21:28:22 EST 2017


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

------------------------------------------
Started by upstream project "java-support-v8-multi" build number 83
originally caused by:
 Started by timer
Building remotely on WindowsServer2012 (windows) in workspace <https://build.shibboleth.net/jenkins/job/java-support-v8-multi/jdk=JDK-1.8,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 b565519cdeaafdee3e6653c7c30b64fdc99fa3d5 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b565519cdeaafdee3e6653c7c30b64fdc99fa3d5
Commit message: "Fix ThreadSafe annotation package."
 > git rev-list b565519cdeaafdee3e6653c7c30b64fdc99fa3d5 # timeout=10
[WindowsServer2012] $ cmd.exe /C '""C:\Program Files\Apache\apache-maven-3.3.1\bin\mvn.cmd"' -Djdk=JDK-1.8 -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/8.0.0-SNAPSHOT/maven-metadata.xml
601/601 B               Downloaded: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/parent/8.0.0-SNAPSHOT/maven-metadata.xml (601 B at 2.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.8,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-v8-multi/jdk=JDK-1.8,label=WindowsServer2012/ws/target\classes>
[WARNING] /C:/Users/jenkins/jenkins-slave/workspace/java-support-v8-multi/jdk/JDK-1.8/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-v8-multi/jdk/JDK-1.8/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-v8-multi/jdk/JDK-1.8/label/WindowsServer2012/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
[INFO] /C:/Users/jenkins/jenkins-slave/workspace/java-support-v8-multi/jdk/JDK-1.8/label/WindowsServer2012/src/main/java/net/shibboleth/utilities/java/support/collection/ClassIndexedSet.java: Some input files use unchecked or unsafe operations.
[INFO] /C:/Users/jenkins/jenkins-slave/workspace/java-support-v8-multi/jdk/JDK-1.8/label/WindowsServer2012/src/main/java/net/shibboleth/utilities/java/support/collection/ClassIndexedSet.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-v8-multi/jdk=JDK-1.8,label=WindowsServer2012/ws/target\test-classes>
[INFO] /C:/Users/jenkins/jenkins-slave/workspace/java-support-v8-multi/jdk/JDK-1.8/label/WindowsServer2012/src/test/java/net/shibboleth/utilities/java/support/net/URISupportTest.java: Some input files use unchecked or unsafe operations.
[INFO] /C:/Users/jenkins/jenkins-slave/workspace/java-support-v8-multi/jdk/JDK-1.8/label/WindowsServer2012/src/test/java/net/shibboleth/utilities/java/support/net/URISupportTest.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: 9.861 s <<< FAILURE! - in TestSuite
[ERROR] test(net.shibboleth.utilities.java.support.httpclient.IdleConectionSweeperTest)  Time elapsed: 0.411 s  <<< FAILURE!
java.lang.AssertionError: expected [true] but found [false]
	at net.shibboleth.utilities.java.support.httpclient.IdleConectionSweeperTest.test(IdleConectionSweeperTest.java:53)

[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   IdleConectionSweeperTest.test:53 expected [true] but found [false]
[INFO] 
[ERROR] Tests run: 206, Failures: 1, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:06 min
[INFO] Finished at: 2017-12-12T21:28:21-05:00
[INFO] Final Memory: 28M/76M
[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.8,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-v8-multi/configurations/axis-jdk/JDK-1.8/axis-label/WindowsServer2012/builds/83/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