Build failed in Jenkins: java-opensaml #279

Shibboleth Jenkins noreply at shibboleth.net
Thu Jun 13 12:35:15 EDT 2013


See <https://build.shibboleth.net/jenkins/job/java-opensaml/279/changes>

Changes:

[scantor] Move storage classes into their own modules.

------------------------------------------
[...truncated 317 lines...]
[INFO]                                                                         
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking OpenSAML :: Core 3.0-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-dependency-plugin:2.7:copy (default) @ opensaml-core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ opensaml-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ opensaml-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 109 source files to <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-core/target/classes>
[WARNING] <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-core/src/main/java/org/opensaml/core/xml/NamespaceManager.java>: Some input files use unchecked or unsafe operations.
[WARNING] <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-core/src/main/java/org/opensaml/core/xml/NamespaceManager.java>: Recompile with -Xlint:unchecked for details.
[INFO]                                                                         
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking OpenSAML :: Security API 3.0-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-dependency-plugin:2.7:copy (default) @ opensaml-security-api ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ opensaml-security-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ opensaml-security-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 42 source files to <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-security-api/target/classes>
[WARNING] <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-security-api/src/main/java/org/opensaml/security/x509/X509Support.java>: <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-security-api/src/main/java/org/opensaml/security/x509/X509Support.java> uses unchecked or unsafe operations.
[WARNING] <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-security-api/src/main/java/org/opensaml/security/x509/X509Support.java>: Recompile with -Xlint:unchecked for details.
[INFO]                                                                         
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking OpenSAML :: XML Security API 3.0-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-dependency-plugin:2.7:copy (default) @ opensaml-xmlsec-api ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ opensaml-xmlsec-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ opensaml-xmlsec-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 124 source files to <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-xmlsec-api/target/classes>
[WARNING] <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/encryption/support/Encrypter.java>: Some input files use unchecked or unsafe operations.
[WARNING] <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/encryption/support/Encrypter.java>: Recompile with -Xlint:unchecked for details.
[INFO]                                                                         
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking OpenSAML :: Messaging API's 3.0-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-dependency-plugin:2.7:copy (default) @ opensaml-messaging-api ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ opensaml-messaging-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ opensaml-messaging-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 43 source files to <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-messaging-api/target/classes>
[WARNING] <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-messaging-api/src/main/java/org/opensaml/messaging/context/BaseContext.java>:[199,17] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to java.lang.Object for a varargs call
  cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING] <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-messaging-api/src/main/java/org/opensaml/messaging/context/BaseContext.java>:[208,21] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to java.lang.Object for a varargs call
  cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING] <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-messaging-api/src/main/java/org/opensaml/messaging/context/BaseContext.java>:[215,17] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to java.lang.Object for a varargs call
  cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING] <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-messaging-api/src/main/java/org/opensaml/messaging/context/BaseContext.java>:[223,21] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to java.lang.Object for a varargs call
  cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING] <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-messaging-api/src/main/java/org/opensaml/messaging/context/BaseContext.java>:[238,17] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to java.lang.Object for a varargs call
  cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING] <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-messaging-api/src/main/java/org/opensaml/messaging/context/navigate/ParentContextLookup.java>: Some input files use unchecked or unsafe operations.
[WARNING] <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-messaging-api/src/main/java/org/opensaml/messaging/context/navigate/ParentContextLookup.java>: Recompile with -Xlint:unchecked for details.
[INFO]                                                                         
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking OpenSAML :: SOAP Provider API's 3.0-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-dependency-plugin:2.7:copy (default) @ opensaml-soap-api ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ opensaml-soap-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ opensaml-soap-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 170 source files to <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-soap-api/target/classes>
[WARNING] <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-soap-api/src/main/java/org/opensaml/soap/client/http/HttpSOAPClient.java>: Some input files use unchecked or unsafe operations.
[WARNING] <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-soap-api/src/main/java/org/opensaml/soap/client/http/HttpSOAPClient.java>: Recompile with -Xlint:unchecked for details.
[INFO]                                                                         
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking OpenSAML :: SAML Provider API's 3.0-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Downloading: https://build.shibboleth.net/nexus/content/repositories/snapshots/org/opensaml/opensaml-storage-api/3.0-SNAPSHOT/maven-metadata.xml
Downloading: https://build.shibboleth.net/nexus/content/repositories/snapshots/org/opensaml/opensaml-storage-api/3.0-SNAPSHOT/opensaml-storage-api-3.0-SNAPSHOT.pom
[WARNING] The POM for org.opensaml:opensaml-storage-api:jar:3.0-SNAPSHOT is missing, no dependency information available
Downloading: https://build.shibboleth.net/nexus/content/repositories/snapshots/org/opensaml/opensaml-storage-api/3.0-SNAPSHOT/opensaml-storage-api-3.0-SNAPSHOT.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping OpenSAML
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] OpenSAML .......................................... FAILURE [23.048s]
[INFO] OpenSAML :: Utilities ............................. SKIPPED
[INFO] OpenSAML :: Core .................................. SKIPPED
[INFO] OpenSAML :: Security API .......................... SKIPPED
[INFO] OpenSAML :: XML Security API ...................... SKIPPED
[INFO] OpenSAML :: Messaging API's ....................... SKIPPED
[INFO] OpenSAML :: SOAP Provider API's ................... SKIPPED
[INFO] OpenSAML :: SAML Provider API's ................... SKIPPED
[INFO] OpenSAML :: XACML Provider API's .................. SKIPPED
[INFO] OpenSAML :: SAML XACML Profile APIs ............... SKIPPED
[INFO] OpenSAML :: Security Implementation ............... SKIPPED
[INFO] OpenSAML :: XML Security Implementation ........... SKIPPED
[INFO] OpenSAML :: Messaging Implementations ............. SKIPPED
[INFO] OpenSAML :: SOAP Provider Implementations ......... SKIPPED
[INFO] OpenSAML :: SAML Provider Implementations ......... SKIPPED
[INFO] OpenSAML :: XACML Provider Implementations ........ SKIPPED
[INFO] OpenSAML :: SAML XACML Profile Implementation ..... SKIPPED
[INFO] OpenSAML :: Profile API ........................... SKIPPED
[INFO] OpenSAML :: Profile Implementations ............... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 24.928s
[INFO] Finished at: Thu Jun 13 12:33:54 EDT 2013
[INFO] Final Memory: 45M/195M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-messaging-api/pom.xml> to /home/jenkins/.jenkins/jobs/java-opensaml/modules/org.opensaml$opensaml-messaging-api/builds/2013-06-13_12-33-20/archive/org.opensaml/opensaml-messaging-api/3.0-SNAPSHOT/opensaml-messaging-api-3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-xacml-saml-api/pom.xml> to /home/jenkins/.jenkins/jobs/java-opensaml/modules/org.opensaml$opensaml-xacml-saml-api/builds/2013-06-13_12-33-20/archive/org.opensaml/opensaml-xacml-saml-api/3.0-SNAPSHOT/opensaml-xacml-saml-api-3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-core/pom.xml> to /home/jenkins/.jenkins/jobs/java-opensaml/modules/org.opensaml$opensaml-core/builds/2013-06-13_12-33-20/archive/org.opensaml/opensaml-core/3.0-SNAPSHOT/opensaml-core-3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-saml-api/pom.xml> to /home/jenkins/.jenkins/jobs/java-opensaml/modules/org.opensaml$opensaml-saml-api/builds/2013-06-13_12-33-20/archive/org.opensaml/opensaml-saml-api/3.0-SNAPSHOT/opensaml-saml-api-3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-xacml-saml-impl/pom.xml> to /home/jenkins/.jenkins/jobs/java-opensaml/modules/org.opensaml$opensaml-xacml-saml-impl/builds/2013-06-13_12-33-20/archive/org.opensaml/opensaml-xacml-saml-impl/3.0-SNAPSHOT/opensaml-xacml-saml-impl-3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-xmlsec-api/pom.xml> to /home/jenkins/.jenkins/jobs/java-opensaml/modules/org.opensaml$opensaml-xmlsec-api/builds/2013-06-13_12-33-20/archive/org.opensaml/opensaml-xmlsec-api/3.0-SNAPSHOT/opensaml-xmlsec-api-3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-profile-api/pom.xml> to /home/jenkins/.jenkins/jobs/java-opensaml/modules/org.opensaml$opensaml-profile-api/builds/2013-06-13_12-33-20/archive/org.opensaml/opensaml-profile-api/3.0-SNAPSHOT/opensaml-profile-api-3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-xacml-impl/pom.xml> to /home/jenkins/.jenkins/jobs/java-opensaml/modules/org.opensaml$opensaml-xacml-impl/builds/2013-06-13_12-33-20/archive/org.opensaml/opensaml-xacml-impl/3.0-SNAPSHOT/opensaml-xacml-impl-3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-util/pom.xml> to /home/jenkins/.jenkins/jobs/java-opensaml/modules/org.opensaml$opensaml-util/builds/2013-06-13_12-33-20/archive/org.opensaml/opensaml-util/3.0-SNAPSHOT/opensaml-util-3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-xacml-api/pom.xml> to /home/jenkins/.jenkins/jobs/java-opensaml/modules/org.opensaml$opensaml-xacml-api/builds/2013-06-13_12-33-20/archive/org.opensaml/opensaml-xacml-api/3.0-SNAPSHOT/opensaml-xacml-api-3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-security-api/pom.xml> to /home/jenkins/.jenkins/jobs/java-opensaml/modules/org.opensaml$opensaml-security-api/builds/2013-06-13_12-33-20/archive/org.opensaml/opensaml-security-api/3.0-SNAPSHOT/opensaml-security-api-3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-soap-api/pom.xml> to /home/jenkins/.jenkins/jobs/java-opensaml/modules/org.opensaml$opensaml-soap-api/builds/2013-06-13_12-33-20/archive/org.opensaml/opensaml-soap-api/3.0-SNAPSHOT/opensaml-soap-api-3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-messaging-impl/pom.xml> to /home/jenkins/.jenkins/jobs/java-opensaml/modules/org.opensaml$opensaml-messaging-impl/builds/2013-06-13_12-33-20/archive/org.opensaml/opensaml-messaging-impl/3.0-SNAPSHOT/opensaml-messaging-impl-3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-saml-impl/pom.xml> to /home/jenkins/.jenkins/jobs/java-opensaml/modules/org.opensaml$opensaml-saml-impl/builds/2013-06-13_12-33-20/archive/org.opensaml/opensaml-saml-impl/3.0-SNAPSHOT/opensaml-saml-impl-3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-parent/pom.xml> to /home/jenkins/.jenkins/jobs/java-opensaml/modules/org.opensaml$opensaml-parent/builds/2013-06-13_12-33-20/archive/org.opensaml/opensaml-parent/3.0-SNAPSHOT/opensaml-parent-3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-parent/target/opensaml-parent-3.0-SNAPSHOT-tests.jar> to /home/jenkins/.jenkins/jobs/java-opensaml/modules/org.opensaml$opensaml-parent/builds/2013-06-13_12-33-20/archive/org.opensaml/opensaml-parent/3.0-SNAPSHOT/opensaml-parent-3.0-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-xmlsec-impl/pom.xml> to /home/jenkins/.jenkins/jobs/java-opensaml/modules/org.opensaml$opensaml-xmlsec-impl/builds/2013-06-13_12-33-20/archive/org.opensaml/opensaml-xmlsec-impl/3.0-SNAPSHOT/opensaml-xmlsec-impl-3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-profile-impl/pom.xml> to /home/jenkins/.jenkins/jobs/java-opensaml/modules/org.opensaml$opensaml-profile-impl/builds/2013-06-13_12-33-20/archive/org.opensaml/opensaml-profile-impl/3.0-SNAPSHOT/opensaml-profile-impl-3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-soap-impl/pom.xml> to /home/jenkins/.jenkins/jobs/java-opensaml/modules/org.opensaml$opensaml-soap-impl/builds/2013-06-13_12-33-20/archive/org.opensaml/opensaml-soap-impl/3.0-SNAPSHOT/opensaml-soap-impl-3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-opensaml/ws/opensaml-security-impl/pom.xml> to /home/jenkins/.jenkins/jobs/java-opensaml/modules/org.opensaml$opensaml-security-impl/builds/2013-06-13_12-33-20/archive/org.opensaml/opensaml-security-impl/3.0-SNAPSHOT/opensaml-security-impl-3.0-SNAPSHOT.pom
Waiting for Jenkins to finish collecting data
mavenExecutionResult exceptions not empty
message : Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.2:site (default-site) on project opensaml-parent: failed to get report for org.apache.maven.plugins:maven-javadoc-plugin
cause : failed to get report for org.apache.maven.plugins:maven-javadoc-plugin
Stack trace : 
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.2:site (default-site) on project opensaml-parent: failed to get report for org.apache.maven.plugins:maven-javadoc-plugin
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:79)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:158)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:100)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:66)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:722)
Caused by: org.apache.maven.plugin.MojoExecutionException: failed to get report for org.apache.maven.plugins:maven-javadoc-plugin
	at org.apache.maven.reporting.exec.DefaultMavenReportExecutor.buildMavenReports(DefaultMavenReportExecutor.java:156)
	at org.apache.maven.plugins.site.AbstractSiteRenderingMojo.getReports(AbstractSiteRenderingMojo.java:235)
	at org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:121)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 27 more
Caused by: org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project opensaml-saml-api: Could not resolve dependencies for project org.opensaml:opensaml-saml-api:jar:3.0-SNAPSHOT: Could not find artifact org.opensaml:opensaml-storage-api:jar:3.0-SNAPSHOT in shib-snapshot (https://build.shibboleth.net/nexus/content/repositories/snapshots)
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:210)
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:117)
	at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:258)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:201)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions(MojoExecutor.java:365)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeForkedExecutions(DefaultLifecycleExecutor.java:173)
	at org.apache.maven.reporting.exec.DefaultMavenReportExecutor.buildReportPlugin(DefaultMavenReportExecutor.java:284)
	at org.apache.maven.reporting.exec.DefaultMavenReportExecutor.buildMavenReports(DefaultMavenReportExecutor.java:150)
	... 31 more
Caused by: org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project org.opensaml:opensaml-saml-api:jar:3.0-SNAPSHOT: Could not find artifact org.opensaml:opensaml-storage-api:jar:3.0-SNAPSHOT in shib-snapshot (https://build.shibboleth.net/nexus/content/repositories/snapshots)
	at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:189)
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:185)
	... 40 more
Caused by: org.sonatype.aether.resolution.DependencyResolutionException: Could not find artifact org.opensaml:opensaml-storage-api:jar:3.0-SNAPSHOT in shib-snapshot (https://build.shibboleth.net/nexus/content/repositories/snapshots)
	at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:375)
	at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:183)
	... 41 more
Caused by: org.sonatype.aether.resolution.ArtifactResolutionException: Could not find artifact org.opensaml:opensaml-storage-api:jar:3.0-SNAPSHOT in shib-snapshot (https://build.shibboleth.net/nexus/content/repositories/snapshots)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:538)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:216)
	at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:358)
	... 42 more
Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException: Could not find artifact org.opensaml:opensaml-storage-api:jar:3.0-SNAPSHOT in shib-snapshot (https://build.shibboleth.net/nexus/content/repositories/snapshots)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:947)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:941)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:669)
	at org.sonatype.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:60)
	... 3 more
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
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
Saving reports...
Found matching files but did not find any TestNG results.


More information about the commits mailing list