Build failed in Jenkins: java-support-multi-jdk » OpenJDK-1.8.0 #14
Shibboleth Jenkins
noreply at shibboleth.net
Tue Oct 20 00:47:49 EDT 2015
See <https://build.shibboleth.net/jenkins/job/java-support-multi-jdk/jdk=OpenJDK-1.8.0/14/changes>
Changes:
[Tom Zeller] JPAR-72 - Make Checkstyle config local.
------------------------------------------
Started by upstream project "java-support-multi-jdk" build number 14
originally caused by:
Started by an SCM change
Building in workspace <https://build.shibboleth.net/jenkins/job/java-support-multi-jdk/jdk=OpenJDK-1.8.0/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 -c core.askpass=true fetch --tags --progress git://git.shibboleth.net/java-support +refs/heads/*:refs/remotes/origin/*
Checking out Revision 2da0f9ceb7a95b66d6cee8c3339ec27919489a9a (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 2da0f9ceb7a95b66d6cee8c3339ec27919489a9a
> git rev-list 42970e03773cdc67532c996ac34d9af472dd9430 # timeout=10
[OpenJDK-1.8.0] $ /opt/maven/bin/mvn -Djdk=OpenJDK-1.8.0 clean verify -Prelease
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building java-support 7.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ java-support ---
[INFO] Deleting <https://build.shibboleth.net/jenkins/job/java-support-multi-jdk/jdk=OpenJDK-1.8.0/ws/target>
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ java-support ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ java-support ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 138 source files to <https://build.shibboleth.net/jenkins/job/java-support-multi-jdk/jdk=OpenJDK-1.8.0/ws/target/classes>
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[WARNING] <https://build.shibboleth.net/jenkins/job/java-support-multi-jdk/jdk=OpenJDK-1.8.0/ws/src/main/java/net/shibboleth/utilities/java/support/httpclient/FileCachingHttpClientBuilder.java>:[41,28] org.apache.http.conn.ClientConnectionManager in org.apache.http.conn has been deprecated
[WARNING] <https://build.shibboleth.net/jenkins/job/java-support-multi-jdk/jdk=OpenJDK-1.8.0/ws/src/main/java/net/shibboleth/utilities/java/support/httpclient/FileCachingHttpClientBuilder.java>:[47,30] org.apache.http.params.HttpParams in org.apache.http.params has been deprecated
[WARNING] <https://build.shibboleth.net/jenkins/job/java-support-multi-jdk/jdk=OpenJDK-1.8.0/ws/src/main/java/net/shibboleth/utilities/java/support/xml/SimpleNamespaceContext.java>: Some input files use unchecked or unsafe operations.
[WARNING] <https://build.shibboleth.net/jenkins/job/java-support-multi-jdk/jdk=OpenJDK-1.8.0/ws/src/main/java/net/shibboleth/utilities/java/support/xml/SimpleNamespaceContext.java>: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ java-support ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 20 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ java-support ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 60 source files to <https://build.shibboleth.net/jenkins/job/java-support-multi-jdk/jdk=OpenJDK-1.8.0/ws/target/test-classes>
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[WARNING] <https://build.shibboleth.net/jenkins/job/java-support-multi-jdk/jdk=OpenJDK-1.8.0/ws/src/test/java/net/shibboleth/utilities/java/support/net/URISupportTest.java>: Some input files use unchecked or unsafe operations.
[WARNING] <https://build.shibboleth.net/jenkins/job/java-support-multi-jdk/jdk=OpenJDK-1.8.0/ws/src/test/java/net/shibboleth/utilities/java/support/net/URISupportTest.java>: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ java-support ---
[INFO] Surefire report directory: <https://build.shibboleth.net/jenkins/job/java-support-multi-jdk/jdk=OpenJDK-1.8.0/ws/target/surefire-reports>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
OpenJDK 64-Bit Server VM warning: ignoring option UseSplitVerifier; support was removed in 8.0
Running TestSuite
Tests run: 192, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 7.628 sec <<< FAILURE! - in TestSuite
setUp(net.shibboleth.utilities.java.support.net.ThreadLocalHttpServletResponseProxyTest) Time elapsed: 0.012 sec <<< FAILURE!
java.lang.NoClassDefFoundError: org/springframework/http/MediaType
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at org.springframework.mock.web.MockHttpServletResponse.setContentType(MockHttpServletResponse.java:238)
at net.shibboleth.utilities.java.support.net.ThreadLocalHttpServletResponseProxyTest.setUp(ThreadLocalHttpServletResponseProxyTest.java:50)
Results :
Failed tests:
ThreadLocalHttpServletResponseProxyTest.setUp:50 » NoClassDefFound org/springf...
Tests run: 192, Failures: 1, Errors: 0, Skipped: 5
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.190 s
[INFO] Finished at: 2015-10-20T00:47:48-04:00
[INFO] Final Memory: 26M/458M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project java-support: There are test failures.
[ERROR]
[ERROR] Please refer to <https://build.shibboleth.net/jenkins/job/java-support-multi-jdk/jdk=OpenJDK-1.8.0/ws/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
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-multi-jdk/configurations/axis-jdk/OpenJDK-1.8.0/builds/14/testng/testng-results.xml'
Failed Tests/Configs found. Marking build as UNSTABLE.
TestNG Reports Processing: FINISH
More information about the commits
mailing list