Build failed in Jenkins: java-support #343
Shibboleth Jenkins
noreply at shibboleth.net
Wed Aug 6 21:03:34 EDT 2014
See <https://build.shibboleth.net/jenkins/job/java-support/343/changes>
Changes:
[Scott Cantor] Update to latest BC version, and port cert generation to new APIs for testing.
------------------------------------------
Started by an SCM change
Building in workspace <https://build.shibboleth.net/jenkins/job/java-support/ws/>
Updating https://svn.shibboleth.net/utilities/java-support/trunk at revision '2014-08-06T21:03:16.078 -0400'
U src/main/java/net/shibboleth/utilities/java/support/security/SelfSignedCertificateGenerator.java
At revision 654
Parsing POMs
[workspace] $ /opt/jdk1.7/bin/java -cp /home/jenkins/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-agent-1.5.jar:/opt/maven/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /opt/maven /home/jenkins/tomcat_base/work/Catalina/localhost/jenkins/WEB-INF/lib/remoting-2.39.jar /home/jenkins/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-1.5.jar /home/jenkins/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.5.jar 45017
<===[JENKINS REMOTING CAPACITY]===> channel started
Executing Maven: -B -f <https://build.shibboleth.net/jenkins/job/java-support/ws/pom.xml> clean -Prelease install
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building java-support 5.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/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 0 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ java-support ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 140 source files to <https://build.shibboleth.net/jenkins/job/java-support/ws/target/classes>
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING :
[INFO] -------------------------------------------------------------
[WARNING] <https://build.shibboleth.net/jenkins/job/java-support/ws/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] <https://build.shibboleth.net/jenkins/job/java-support/ws/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] <https://build.shibboleth.net/jenkins/job/java-support/ws/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
[WARNING] <https://build.shibboleth.net/jenkins/job/java-support/ws/src/main/java/net/shibboleth/utilities/java/support/net/ThreadLocalHttpServletRequestProxy.java>:[319,20] isRequestedSessionIdFromUrl() in javax.servlet.http.HttpServletRequest has been deprecated
[WARNING] <https://build.shibboleth.net/jenkins/job/java-support/ws/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] <https://build.shibboleth.net/jenkins/job/java-support/ws/src/main/java/net/shibboleth/utilities/java/support/security/BasicKeystoreKeyStrategy.java>: Some input files use unchecked or unsafe operations.
[WARNING] <https://build.shibboleth.net/jenkins/job/java-support/ws/src/main/java/net/shibboleth/utilities/java/support/security/BasicKeystoreKeyStrategy.java>: Recompile with -Xlint:unchecked for details.
[INFO] 7 warnings
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] <https://build.shibboleth.net/jenkins/job/java-support/ws/src/main/java/net/shibboleth/utilities/java/support/security/SelfSignedCertificateGenerator.java>:[57,39] cannot find symbol
symbol: class JcaPEMWriter
location: package org.bouncycastle.openssl.jcajce
[ERROR] <https://build.shibboleth.net/jenkins/job/java-support/ws/src/main/java/net/shibboleth/utilities/java/support/security/SelfSignedCertificateGenerator.java>:[232,19] cannot find symbol
symbol: class JcaPEMWriter
location: class net.shibboleth.utilities.java.support.security.SelfSignedCertificateGenerator
[ERROR] <https://build.shibboleth.net/jenkins/job/java-support/ws/src/main/java/net/shibboleth/utilities/java/support/security/SelfSignedCertificateGenerator.java>:[232,45] cannot find symbol
symbol: class JcaPEMWriter
location: class net.shibboleth.utilities.java.support.security.SelfSignedCertificateGenerator
[ERROR] <https://build.shibboleth.net/jenkins/job/java-support/ws/src/main/java/net/shibboleth/utilities/java/support/security/SelfSignedCertificateGenerator.java>:[239,19] cannot find symbol
symbol: class JcaPEMWriter
location: class net.shibboleth.utilities.java.support.security.SelfSignedCertificateGenerator
[ERROR] <https://build.shibboleth.net/jenkins/job/java-support/ws/src/main/java/net/shibboleth/utilities/java/support/security/SelfSignedCertificateGenerator.java>:[239,46] cannot find symbol
symbol: class JcaPEMWriter
location: class net.shibboleth.utilities.java.support.security.SelfSignedCertificateGenerator
[INFO] 5 errors
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13.876s
[INFO] Finished at: Wed Aug 06 21:03:33 EDT 2014
[INFO] Final Memory: 19M/215M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
Waiting for Jenkins to finish collecting data
[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/ws/src/main/java/net/shibboleth/utilities/java/support/security/SelfSignedCertificateGenerator.java>:[57,39] cannot find symbol
[ERROR] symbol: class JcaPEMWriter
[ERROR] location: package org.bouncycastle.openssl.jcajce
[ERROR] <https://build.shibboleth.net/jenkins/job/java-support/ws/src/main/java/net/shibboleth/utilities/java/support/security/SelfSignedCertificateGenerator.java>:[232,19] cannot find symbol
[ERROR] symbol: class JcaPEMWriter
[ERROR] location: class net.shibboleth.utilities.java.support.security.SelfSignedCertificateGenerator
[ERROR] <https://build.shibboleth.net/jenkins/job/java-support/ws/src/main/java/net/shibboleth/utilities/java/support/security/SelfSignedCertificateGenerator.java>:[232,45] cannot find symbol
[ERROR] symbol: class JcaPEMWriter
[ERROR] location: class net.shibboleth.utilities.java.support.security.SelfSignedCertificateGenerator
[ERROR] <https://build.shibboleth.net/jenkins/job/java-support/ws/src/main/java/net/shibboleth/utilities/java/support/security/SelfSignedCertificateGenerator.java>:[239,19] cannot find symbol
[ERROR] symbol: class JcaPEMWriter
[ERROR] location: class net.shibboleth.utilities.java.support.security.SelfSignedCertificateGenerator
[ERROR] <https://build.shibboleth.net/jenkins/job/java-support/ws/src/main/java/net/shibboleth/utilities/java/support/security/SelfSignedCertificateGenerator.java>:[239,46] cannot find symbol
[ERROR] symbol: class JcaPEMWriter
[ERROR] location: class net.shibboleth.utilities.java.support.security.SelfSignedCertificateGenerator
[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
Sending e-mails to: commits at shibboleth.net
channel stopped
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