Build failed in Jenkins: java-support-nightly #48

Shibboleth Jenkins noreply at shibboleth.net
Mon Nov 18 06:47:09 EST 2013


See <https://build.shibboleth.net/jenkins/job/java-support-nightly/48/>

------------------------------------------
Started by user rdw
Building in workspace <https://build.shibboleth.net/jenkins/job/java-support-nightly/ws/>
Updating https://svn.shibboleth.net/utilities/java-support/trunk at revision '2013-11-18T06:47:02.359 -0500'
Fetching 'https://svn.shibboleth.net/java-parent-projects/java-parent-project-v3/trunk/resources/eclipse/.settings' at 184 into '<https://build.shibboleth.net/jenkins/job/java-support-nightly/ws/.settings'>
At revision 184
At revision 476
no change for https://svn.shibboleth.net/utilities/java-support/trunk since the previous build
no change for https://svn.shibboleth.net/java-parent-projects/java-parent-project-v3/trunk/resources/eclipse/.settings since the previous build
[workspace] $ /opt/maven/bin/mvn -Dmaven.repo.local=<https://build.shibboleth.net/jenkins/job/java-support-nightly/ws/.repository> clean -Prelease deploy site
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building java-support 2.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ java-support ---
[INFO] Deleting <https://build.shibboleth.net/jenkins/job/java-support-nightly/ws/target>
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:copy (default) @ java-support ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ java-support ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ java-support ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 129 source files to <https://build.shibboleth.net/jenkins/job/java-support-nightly/ws/target/classes>
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://build.shibboleth.net/jenkins/job/java-support-nightly/ws/src/main/java/net/shibboleth/utilities/java/support/httpclient/HttpResource.java>:[47,35] org.apache.http.impl.cookie.DateUtils in org.apache.http.impl.cookie has been deprecated
[WARNING] <https://build.shibboleth.net/jenkins/job/java-support-nightly/ws/src/main/java/net/shibboleth/utilities/java/support/net/ThreadLocalHttpServletRequestProxy.java>:[310,20] isRequestedSessionIdFromUrl() in javax.servlet.http.HttpServletRequest has been deprecated
[WARNING] <https://build.shibboleth.net/jenkins/job/java-support-nightly/ws/src/main/java/net/shibboleth/utilities/java/support/net/ThreadLocalHttpServletRequestProxy.java>:[164,19] getRealPath(java.lang.String) in javax.servlet.ServletRequest has been deprecated
[WARNING] <https://build.shibboleth.net/jenkins/job/java-support-nightly/ws/src/main/java/net/shibboleth/utilities/java/support/net/ThreadLocalHttpServletResponseProxy.java>:[195,17] setStatus(int,java.lang.String) in javax.servlet.http.HttpServletResponse has been deprecated
[WARNING] <https://build.shibboleth.net/jenkins/job/java-support-nightly/ws/src/main/java/net/shibboleth/utilities/java/support/net/ThreadLocalHttpServletResponseProxy.java>:[139,19] encodeRedirectUrl(java.lang.String) in javax.servlet.http.HttpServletResponse has been deprecated
[WARNING] <https://build.shibboleth.net/jenkins/job/java-support-nightly/ws/src/main/java/net/shibboleth/utilities/java/support/net/ThreadLocalHttpServletResponseProxy.java>:[133,19] encodeUrl(java.lang.String) in javax.servlet.http.HttpServletResponse has been deprecated
[WARNING] <https://build.shibboleth.net/jenkins/job/java-support-nightly/ws/src/main/java/net/shibboleth/utilities/java/support/httpclient/HttpResource.java>:[138,42] org.apache.http.impl.cookie.DateUtils in org.apache.http.impl.cookie has been deprecated
[WARNING] <https://build.shibboleth.net/jenkins/job/java-support-nightly/ws/src/main/java/net/shibboleth/utilities/java/support/httpclient/HttpResource.java>:[203,19] getConnectionManager() in org.apache.http.client.HttpClient has been deprecated
[WARNING] <https://build.shibboleth.net/jenkins/job/java-support-nightly/ws/src/main/java/net/shibboleth/utilities/java/support/collection/ClassIndexedSet.java>: Some input files use unchecked or unsafe operations.
[WARNING] <https://build.shibboleth.net/jenkins/job/java-support-nightly/ws/src/main/java/net/shibboleth/utilities/java/support/collection/ClassIndexedSet.java>: Recompile with -Xlint:unchecked for details.
[INFO] 10 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://build.shibboleth.net/jenkins/job/java-support-nightly/ws/src/main/java/net/shibboleth/utilities/java/support/logging/LogbackConfigurationListener.java>:[35,37] package ch.qos.logback.core.joran.spi does not exist
[ERROR] <https://build.shibboleth.net/jenkins/job/java-support-nightly/ws/src/main/java/net/shibboleth/utilities/java/support/logging/LogbackConfigurationListener.java>:[36,32] package ch.qos.logback.core.util does not exist
[ERROR] <https://build.shibboleth.net/jenkins/job/java-support-nightly/ws/src/main/java/net/shibboleth/utilities/java/support/logging/LogbackConfigurationListener.java>:[58,29] cannot access ch.qos.logback.core.ContextBase
  class file for ch.qos.logback.core.ContextBase not found
[ERROR] <https://build.shibboleth.net/jenkins/job/java-support-nightly/ws/src/main/java/net/shibboleth/utilities/java/support/logging/LogbackConfigurationListener.java>:[106,21] cannot access ch.qos.logback.core.joran.JoranConfiguratorBase
  class file for ch.qos.logback.core.joran.JoranConfiguratorBase not found
[ERROR] <https://build.shibboleth.net/jenkins/job/java-support-nightly/ws/src/main/java/net/shibboleth/utilities/java/support/logging/LogbackConfigurationListener.java>:[109,25] cannot find symbol
  symbol:   method doConfigure(java.net.URL)
  location: variable configurator of type ch.qos.logback.classic.joran.JoranConfigurator
[ERROR] <https://build.shibboleth.net/jenkins/job/java-support-nightly/ws/src/main/java/net/shibboleth/utilities/java/support/logging/LogbackConfigurationListener.java>:[110,18] cannot find symbol
  symbol:   class JoranException
  location: class net.shibboleth.utilities.java.support.logging.LogbackConfigurationListener
[ERROR] <https://build.shibboleth.net/jenkins/job/java-support-nightly/ws/src/main/java/net/shibboleth/utilities/java/support/logging/LogbackConfigurationListener.java>:[113,9] cannot find symbol
  symbol:   variable StatusPrinter
  location: class net.shibboleth.utilities.java.support.logging.LogbackConfigurationListener
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.871s
[INFO] Finished at: Mon Nov 18 06:47:09 EST 2013
[INFO] Final Memory: 25M/337M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project java-support: Compilation failure: Compilation failure:
[ERROR] <https://build.shibboleth.net/jenkins/job/java-support-nightly/ws/src/main/java/net/shibboleth/utilities/java/support/logging/LogbackConfigurationListener.java>:[35,37] package ch.qos.logback.core.joran.spi does not exist
[ERROR] <https://build.shibboleth.net/jenkins/job/java-support-nightly/ws/src/main/java/net/shibboleth/utilities/java/support/logging/LogbackConfigurationListener.java>:[36,32] package ch.qos.logback.core.util does not exist
[ERROR] <https://build.shibboleth.net/jenkins/job/java-support-nightly/ws/src/main/java/net/shibboleth/utilities/java/support/logging/LogbackConfigurationListener.java>:[58,29] cannot access ch.qos.logback.core.ContextBase
[ERROR] class file for ch.qos.logback.core.ContextBase not found
[ERROR] <https://build.shibboleth.net/jenkins/job/java-support-nightly/ws/src/main/java/net/shibboleth/utilities/java/support/logging/LogbackConfigurationListener.java>:[106,21] cannot access ch.qos.logback.core.joran.JoranConfiguratorBase
[ERROR] class file for ch.qos.logback.core.joran.JoranConfiguratorBase not found
[ERROR] <https://build.shibboleth.net/jenkins/job/java-support-nightly/ws/src/main/java/net/shibboleth/utilities/java/support/logging/LogbackConfigurationListener.java>:[109,25] cannot find symbol
[ERROR] symbol:   method doConfigure(java.net.URL)
[ERROR] location: variable configurator of type ch.qos.logback.classic.joran.JoranConfigurator
[ERROR] <https://build.shibboleth.net/jenkins/job/java-support-nightly/ws/src/main/java/net/shibboleth/utilities/java/support/logging/LogbackConfigurationListener.java>:[110,18] cannot find symbol
[ERROR] symbol:   class JoranException
[ERROR] location: class net.shibboleth.utilities.java.support.logging.LogbackConfigurationListener
[ERROR] <https://build.shibboleth.net/jenkins/job/java-support-nightly/ws/src/main/java/net/shibboleth/utilities/java/support/logging/LogbackConfigurationListener.java>:[113,9] cannot find symbol
[ERROR] symbol:   variable StatusPrinter
[ERROR] location: class net.shibboleth.utilities.java.support.logging.LogbackConfigurationListener
[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
[htmlpublisher] Archiving HTML reports...
[htmlpublisher] Archiving at PROJECT level <https://build.shibboleth.net/jenkins/job/java-support-nightly/ws/target/site> to /home/jenkins/.jenkins/jobs/java-support-nightly/htmlreports/Site_Report
ERROR: Specified HTML directory '<https://build.shibboleth.net/jenkins/job/java-support-nightly/ws/target/site'> does not exist.
Publishing Javadoc
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/target/surefire-reports/testng-results.xml
Did not find any matching files.


More information about the commits mailing list