You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by je...@cloudbees.com on 2016/11/23 15:47:10 UTC

Build failed in Jenkins: jclouds-labs-1.9.x-branch #183

https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/183/Changes:

[Andrea Turli] Apache jclouds 1.9.3-rc1 release

[Andrea Turli] Next development version 1.9.4-SNAPSHOT

------------------------------------------
Started by an SCM change
Building remotely on 70e5c6ee (standard m1.large lxc-fedora17 large) in workspace <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/>
$ sudo /opt/jenkins/sbin/mount-webdav https://repository-jclouds.forge.cloudbees.com/private jclouds alert
webdav mount try 1
Private webdav filestore is mounted
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/jclouds-labs.git
 > git init <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/jclouds-labs.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://git-wip-us.apache.org/repos/asf/jclouds-labs.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/jclouds-labs.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/jclouds-labs.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/jclouds-labs.git
 > git -c core.askpass=true fetch --tags --progress https://git-wip-us.apache.org/repos/asf/jclouds-labs.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/1.9.x^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/1.9.x^{commit} # timeout=10
Checking out Revision 5245910355dd692e437106bca32247f8a8972178 (refs/remotes/origin/1.9.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5245910355dd692e437106bca32247f8a8972178
 > git rev-list aa37c7f3b946fb57b6285fc14411d73eb6aabcaa # timeout=10
 > git tag -a -f -m Jenkins Build #183 jenkins-jclouds-labs-1.9.x-branch-183 # timeout=10
Parsing POMs
Failed to transfer Could not find metadata org.apache.jclouds:jclouds-project:1.9.4-SNAPSHOT/maven-metadata.xml in apache-snapshots (https://repository.apache.org/content/repositories/snapshots)
Failed to transfer Could not find metadata org.apache.jclouds:jclouds-project:1.9.4-SNAPSHOT/maven-metadata.xml in sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots)
Failed to transfer Could not find metadata org.apache.jclouds:jclouds-project:1.9.4-SNAPSHOT/maven-metadata.xml in cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot)
Failed to transfer Could not find artifact org.apache.jclouds:jclouds-project:pom:1.9.4-SNAPSHOT in cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot)
Failed to transfer Could not find artifact org.apache.jclouds:jclouds-project:pom:1.9.4-SNAPSHOT in apache-snapshots (https://repository.apache.org/content/repositories/snapshots)
Failed to transfer Could not find artifact org.apache.jclouds:jclouds-project:pom:1.9.4-SNAPSHOT in sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots)
ERROR: Failed to parse POMs
java.io.IOException: remote file operation failed: <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/> at hudson.remoting.Channel@3063a2ac:70e5c6ee: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.jclouds:jclouds-project:pom:1.9.4-SNAPSHOT in cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot) and 'parent.relativePath' points at wrong local POM @ line 22, column 11

	at hudson.FilePath.act(FilePath.java:1014)
	at hudson.FilePath.act(FilePath.java:996)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:959)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:679)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:544)
	at hudson.model.Run.execute(Run.java:1741)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.jclouds:jclouds-project:pom:1.9.4-SNAPSHOT in cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot) and 'parent.relativePath' points at wrong local POM @ line 22, column 11

	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1363)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1097)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2772)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:332)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	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:745)
	at ......remote call to 70e5c6ee(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:781)
	at hudson.FilePath.act(FilePath.java:1007)
	... 8 more
Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.jclouds:jclouds-project:pom:1.9.4-SNAPSHOT in cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot) and 'parent.relativePath' points at wrong local POM @ line 22, column 11

	at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:364)
	at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:361)
	at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:331)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1300)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1097)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2772)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:332)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	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:745)
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds

Jenkins build is back to normal : jclouds-labs-1.9.x-branch #186

Posted by je...@cloudbees.com.
https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/186/

Build failed in Jenkins: jclouds-labs-1.9.x-branch #185

Posted by je...@cloudbees.com.
https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/185/------------------------------------------
[...truncated 408 lines...]
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=cloudsigma2 -Dversion=1.9.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.jclouds.labs -DartifactId=cloudsigma2 -Dversion=1.9.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:cloudsigma2-hnl:bundle:1.9.4-SNAPSHOT
  	2) org.apache.jclouds.labs:cloudsigma2:jar:1.9.4-SNAPSHOT

2) org.apache.jclouds.labs:cloudsigma2:test-jar:tests:1.9.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=cloudsigma2 -Dversion=1.9.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.jclouds.labs -DartifactId=cloudsigma2 -Dversion=1.9.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:cloudsigma2-hnl:bundle:1.9.4-SNAPSHOT
  	2) org.apache.jclouds.labs:cloudsigma2:test-jar:tests:1.9.4-SNAPSHOT

----------
2 required artifacts are missing.

for artifact: 
  org.apache.jclouds.labs:cloudsigma2-hnl:bundle:1.9.4-SNAPSHOT

from the specified remote repositories:
  central (https://repo.cloudbees.com/content/repositories/central, releases=true, snapshots=false),
  cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot, releases=false, snapshots=true),
  cloudbees-private-release-repository (https://repository-jclouds.forge.cloudbees.com/release, releases=true, snapshots=false),
  apache-snapshots (https://repository.apache.org/content/repositories/snapshots, releases=false, snapshots=true),
  sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
  apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true)

	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:117)
	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:606)
	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:178)
	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:606)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:136)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:71)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:332)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	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:745)
Caused by: org.apache.maven.plugin.MojoExecutionException: MavenReportException: Error while creating archive: Missing:
----------
1) org.apache.jclouds.labs:cloudsigma2:jar:1.9.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=cloudsigma2 -Dversion=1.9.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.jclouds.labs -DartifactId=cloudsigma2 -Dversion=1.9.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:cloudsigma2-hnl:bundle:1.9.4-SNAPSHOT
  	2) org.apache.jclouds.labs:cloudsigma2:jar:1.9.4-SNAPSHOT

2) org.apache.jclouds.labs:cloudsigma2:test-jar:tests:1.9.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=cloudsigma2 -Dversion=1.9.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.jclouds.labs -DartifactId=cloudsigma2 -Dversion=1.9.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:cloudsigma2-hnl:bundle:1.9.4-SNAPSHOT
  	2) org.apache.jclouds.labs:cloudsigma2:test-jar:tests:1.9.4-SNAPSHOT

----------
2 required artifacts are missing.

for artifact: 
  org.apache.jclouds.labs:cloudsigma2-hnl:bundle:1.9.4-SNAPSHOT

from the specified remote repositories:
  central (https://repo.cloudbees.com/content/repositories/central, releases=true, snapshots=false),
  cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot, releases=false, snapshots=true),
  cloudbees-private-release-repository (https://repository-jclouds.forge.cloudbees.com/release, releases=true, snapshots=false),
  apache-snapshots (https://repository.apache.org/content/repositories/snapshots, releases=false, snapshots=true),
  sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
  apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true)

	at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.failOnError(AbstractJavadocMojo.java:5826)
	at org.apache.maven.plugin.javadoc.JavadocJar.execute(JavadocJar.java:209)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: org.apache.maven.reporting.MavenReportException: Missing:
----------
1) org.apache.jclouds.labs:cloudsigma2:jar:1.9.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=cloudsigma2 -Dversion=1.9.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.jclouds.labs -DartifactId=cloudsigma2 -Dversion=1.9.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:cloudsigma2-hnl:bundle:1.9.4-SNAPSHOT
  	2) org.apache.jclouds.labs:cloudsigma2:jar:1.9.4-SNAPSHOT

2) org.apache.jclouds.labs:cloudsigma2:test-jar:tests:1.9.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=cloudsigma2 -Dversion=1.9.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.jclouds.labs -DartifactId=cloudsigma2 -Dversion=1.9.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:cloudsigma2-hnl:bundle:1.9.4-SNAPSHOT
  	2) org.apache.jclouds.labs:cloudsigma2:test-jar:tests:1.9.4-SNAPSHOT

----------
2 required artifacts are missing.

for artifact: 
  org.apache.jclouds.labs:cloudsigma2-hnl:bundle:1.9.4-SNAPSHOT

from the specified remote repositories:
  central (https://repo.cloudbees.com/content/repositories/central, releases=true, snapshots=false),
  cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot, releases=false, snapshots=true),
  cloudbees-private-release-repository (https://repository-jclouds.forge.cloudbees.com/release, releases=true, snapshots=false),
  apache-snapshots (https://repository.apache.org/content/repositories/snapshots, releases=false, snapshots=true),
  sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
  apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true)

	at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.getClasspath(AbstractJavadocMojo.java:2438)
	at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.addJavadocOptions(AbstractJavadocMojo.java:4536)
	at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.executeReport(AbstractJavadocMojo.java:1937)
	at org.apache.maven.plugin.javadoc.JavadocJar.execute(JavadocJar.java:181)
	... 32 more
Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing:
----------
1) org.apache.jclouds.labs:cloudsigma2:jar:1.9.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=cloudsigma2 -Dversion=1.9.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.jclouds.labs -DartifactId=cloudsigma2 -Dversion=1.9.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:cloudsigma2-hnl:bundle:1.9.4-SNAPSHOT
  	2) org.apache.jclouds.labs:cloudsigma2:jar:1.9.4-SNAPSHOT

2) org.apache.jclouds.labs:cloudsigma2:test-jar:tests:1.9.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=cloudsigma2 -Dversion=1.9.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.jclouds.labs -DartifactId=cloudsigma2 -Dversion=1.9.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:cloudsigma2-hnl:bundle:1.9.4-SNAPSHOT
  	2) org.apache.jclouds.labs:cloudsigma2:test-jar:tests:1.9.4-SNAPSHOT

----------
2 required artifacts are missing.

for artifact: 
  org.apache.jclouds.labs:cloudsigma2-hnl:bundle:1.9.4-SNAPSHOT

from the specified remote repositories:
  central (https://repo.cloudbees.com/content/repositories/central, releases=true, snapshots=false),
  cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot, releases=false, snapshots=true),
  cloudbees-private-release-repository (https://repository-jclouds.forge.cloudbees.com/release, releases=true, snapshots=false),
  apache-snapshots (https://repository.apache.org/content/repositories/snapshots, releases=false, snapshots=true),
  sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
  apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true)

	at org.apache.maven.artifact.resolver.DefaultResolutionErrorHandler.throwErrors(DefaultResolutionErrorHandler.java:71)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveWithExceptions(DefaultArtifactResolver.java:326)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:314)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:293)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:271)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:264)
	at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.getClasspath(AbstractJavadocMojo.java:2423)
	... 35 more
[ERROR] 
[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/MojoExecutionException
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/joyentcloud/pom.xml> to org.apache.jclouds.labs/joyentcloud/1.9.4-SNAPSHOT/joyentcloud-1.9.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/joyent-cloudapi/pom.xml> to org.apache.jclouds.labs/joyent-cloudapi/1.9.4-SNAPSHOT/joyent-cloudapi-1.9.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/cloudsigma2-wdc/pom.xml> to org.apache.jclouds.labs/cloudsigma2-wdc/1.9.4-SNAPSHOT/cloudsigma2-wdc-1.9.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/cloudsigma2/pom.xml> to org.apache.jclouds.labs/cloudsigma2/1.9.4-SNAPSHOT/cloudsigma2-1.9.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/digitalocean2/pom.xml> to org.apache.jclouds.labs/digitalocean2/1.9.4-SNAPSHOT/digitalocean2-1.9.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/cloudsigma2-zrh/pom.xml> to org.apache.jclouds.labs/cloudsigma2-zrh/1.9.4-SNAPSHOT/cloudsigma2-zrh-1.9.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/shipyard/pom.xml> to org.apache.jclouds.labs/shipyard/1.9.4-SNAPSHOT/shipyard-1.9.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/digitalocean/pom.xml> to org.apache.jclouds.labs/digitalocean/1.9.4-SNAPSHOT/digitalocean-1.9.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/pom.xml> to org.apache.jclouds.labs/jclouds-labs/1.9.4-SNAPSHOT/jclouds-labs-1.9.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/target/jclouds-labs-1.9.4-SNAPSHOT-tests.jar> to org.apache.jclouds.labs/jclouds-labs/1.9.4-SNAPSHOT/jclouds-labs-1.9.4-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/cloudsigma2-hnl/pom.xml> to org.apache.jclouds.labs/cloudsigma2-hnl/1.9.4-SNAPSHOT/cloudsigma2-hnl-1.9.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/oauth/pom.xml> to org.apache.jclouds.labs/oauth/1.9.4-SNAPSHOT/oauth-1.9.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/docker/pom.xml> to org.apache.jclouds.labs/docker/1.9.4-SNAPSHOT/docker-1.9.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/cloudsigma2-mia/pom.xml> to org.apache.jclouds.labs/cloudsigma2-mia/1.9.4-SNAPSHOT/cloudsigma2-mia-1.9.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/azurecompute/pom.xml> to org.apache.jclouds.labs/azurecompute/1.9.4-SNAPSHOT/azurecompute-1.9.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/cloudsigma2-sjc/pom.xml> to org.apache.jclouds.labs/cloudsigma2-sjc/1.9.4-SNAPSHOT/cloudsigma2-sjc-1.9.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/cdmi/pom.xml> to org.apache.jclouds.labs/cdmi/1.9.4-SNAPSHOT/cdmi-1.9.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/cloudsigma2-lvs/pom.xml> to org.apache.jclouds.labs/cloudsigma2-lvs/1.9.4-SNAPSHOT/cloudsigma2-lvs-1.9.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/abiquo/pom.xml> to org.apache.jclouds.labs/abiquo/1.9.4-SNAPSHOT/abiquo-1.9.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/profitbricks/pom.xml> to org.apache.jclouds.labs/profitbricks/1.9.4-SNAPSHOT/profitbricks-1.9.4-SNAPSHOT.pom
Sending e-mails to: notifications@jclouds.apache.org
channel stopped
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds

Build failed in Jenkins: jclouds-labs-1.9.x-branch #184

Posted by je...@cloudbees.com.
https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/184/------------------------------------------
[...truncated 2715 lines...]
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=cloudsigma2 -Dversion=1.9.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.jclouds.labs -DartifactId=cloudsigma2 -Dversion=1.9.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:cloudsigma2-hnl:bundle:1.9.4-SNAPSHOT
  	2) org.apache.jclouds.labs:cloudsigma2:test-jar:tests:1.9.4-SNAPSHOT

2) org.apache.jclouds.labs:cloudsigma2:jar:1.9.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=cloudsigma2 -Dversion=1.9.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.jclouds.labs -DartifactId=cloudsigma2 -Dversion=1.9.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:cloudsigma2-hnl:bundle:1.9.4-SNAPSHOT
  	2) org.apache.jclouds.labs:cloudsigma2:jar:1.9.4-SNAPSHOT

----------
2 required artifacts are missing.

for artifact: 
  org.apache.jclouds.labs:cloudsigma2-hnl:bundle:1.9.4-SNAPSHOT

from the specified remote repositories:
  central (https://repo.cloudbees.com/content/repositories/central, releases=true, snapshots=false),
  cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot, releases=false, snapshots=true),
  cloudbees-private-release-repository (https://repository-jclouds.forge.cloudbees.com/release, releases=true, snapshots=false),
  apache-snapshots (https://repository.apache.org/content/repositories/snapshots, releases=false, snapshots=true),
  sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
  apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true)

	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:117)
	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:606)
	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:178)
	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:606)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:136)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:71)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:332)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	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:745)
Caused by: org.apache.maven.plugin.MojoExecutionException: MavenReportException: Error while creating archive: Missing:
----------
1) org.apache.jclouds.labs:cloudsigma2:test-jar:tests:1.9.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=cloudsigma2 -Dversion=1.9.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.jclouds.labs -DartifactId=cloudsigma2 -Dversion=1.9.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:cloudsigma2-hnl:bundle:1.9.4-SNAPSHOT
  	2) org.apache.jclouds.labs:cloudsigma2:test-jar:tests:1.9.4-SNAPSHOT

2) org.apache.jclouds.labs:cloudsigma2:jar:1.9.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=cloudsigma2 -Dversion=1.9.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.jclouds.labs -DartifactId=cloudsigma2 -Dversion=1.9.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:cloudsigma2-hnl:bundle:1.9.4-SNAPSHOT
  	2) org.apache.jclouds.labs:cloudsigma2:jar:1.9.4-SNAPSHOT

----------
2 required artifacts are missing.

for artifact: 
  org.apache.jclouds.labs:cloudsigma2-hnl:bundle:1.9.4-SNAPSHOT

from the specified remote repositories:
  central (https://repo.cloudbees.com/content/repositories/central, releases=true, snapshots=false),
  cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot, releases=false, snapshots=true),
  cloudbees-private-release-repository (https://repository-jclouds.forge.cloudbees.com/release, releases=true, snapshots=false),
  apache-snapshots (https://repository.apache.org/content/repositories/snapshots, releases=false, snapshots=true),
  sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
  apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true)

	at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.failOnError(AbstractJavadocMojo.java:5826)
	at org.apache.maven.plugin.javadoc.JavadocJar.execute(JavadocJar.java:209)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: org.apache.maven.reporting.MavenReportException: Missing:
----------
1) org.apache.jclouds.labs:cloudsigma2:test-jar:tests:1.9.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=cloudsigma2 -Dversion=1.9.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.jclouds.labs -DartifactId=cloudsigma2 -Dversion=1.9.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:cloudsigma2-hnl:bundle:1.9.4-SNAPSHOT
  	2) org.apache.jclouds.labs:cloudsigma2:test-jar:tests:1.9.4-SNAPSHOT

2) org.apache.jclouds.labs:cloudsigma2:jar:1.9.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=cloudsigma2 -Dversion=1.9.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.jclouds.labs -DartifactId=cloudsigma2 -Dversion=1.9.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:cloudsigma2-hnl:bundle:1.9.4-SNAPSHOT
  	2) org.apache.jclouds.labs:cloudsigma2:jar:1.9.4-SNAPSHOT

----------
2 required artifacts are missing.

for artifact: 
  org.apache.jclouds.labs:cloudsigma2-hnl:bundle:1.9.4-SNAPSHOT

from the specified remote repositories:
  central (https://repo.cloudbees.com/content/repositories/central, releases=true, snapshots=false),
  cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot, releases=false, snapshots=true),
  cloudbees-private-release-repository (https://repository-jclouds.forge.cloudbees.com/release, releases=true, snapshots=false),
  apache-snapshots (https://repository.apache.org/content/repositories/snapshots, releases=false, snapshots=true),
  sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
  apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true)

	at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.getClasspath(AbstractJavadocMojo.java:2438)
	at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.addJavadocOptions(AbstractJavadocMojo.java:4536)
	at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.executeReport(AbstractJavadocMojo.java:1937)
	at org.apache.maven.plugin.javadoc.JavadocJar.execute(JavadocJar.java:181)
	... 32 more
Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing:
----------
1) org.apache.jclouds.labs:cloudsigma2:test-jar:tests:1.9.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=cloudsigma2 -Dversion=1.9.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.jclouds.labs -DartifactId=cloudsigma2 -Dversion=1.9.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:cloudsigma2-hnl:bundle:1.9.4-SNAPSHOT
  	2) org.apache.jclouds.labs:cloudsigma2:test-jar:tests:1.9.4-SNAPSHOT

2) org.apache.jclouds.labs:cloudsigma2:jar:1.9.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=cloudsigma2 -Dversion=1.9.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.jclouds.labs -DartifactId=cloudsigma2 -Dversion=1.9.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:cloudsigma2-hnl:bundle:1.9.4-SNAPSHOT
  	2) org.apache.jclouds.labs:cloudsigma2:jar:1.9.4-SNAPSHOT

----------
2 required artifacts are missing.

for artifact: 
  org.apache.jclouds.labs:cloudsigma2-hnl:bundle:1.9.4-SNAPSHOT

from the specified remote repositories:
  central (https://repo.cloudbees.com/content/repositories/central, releases=true, snapshots=false),
  cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot, releases=false, snapshots=true),
  cloudbees-private-release-repository (https://repository-jclouds.forge.cloudbees.com/release, releases=true, snapshots=false),
  apache-snapshots (https://repository.apache.org/content/repositories/snapshots, releases=false, snapshots=true),
  sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
  apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true)

	at org.apache.maven.artifact.resolver.DefaultResolutionErrorHandler.throwErrors(DefaultResolutionErrorHandler.java:71)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveWithExceptions(DefaultArtifactResolver.java:326)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:314)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:293)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:271)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:264)
	at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.getClasspath(AbstractJavadocMojo.java:2423)
	... 35 more
[ERROR] 
[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/MojoExecutionException
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/joyentcloud/pom.xml> to org.apache.jclouds.labs/joyentcloud/1.9.4-SNAPSHOT/joyentcloud-1.9.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/joyent-cloudapi/pom.xml> to org.apache.jclouds.labs/joyent-cloudapi/1.9.4-SNAPSHOT/joyent-cloudapi-1.9.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/cloudsigma2-wdc/pom.xml> to org.apache.jclouds.labs/cloudsigma2-wdc/1.9.4-SNAPSHOT/cloudsigma2-wdc-1.9.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/cloudsigma2/pom.xml> to org.apache.jclouds.labs/cloudsigma2/1.9.4-SNAPSHOT/cloudsigma2-1.9.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/digitalocean2/pom.xml> to org.apache.jclouds.labs/digitalocean2/1.9.4-SNAPSHOT/digitalocean2-1.9.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/cloudsigma2-zrh/pom.xml> to org.apache.jclouds.labs/cloudsigma2-zrh/1.9.4-SNAPSHOT/cloudsigma2-zrh-1.9.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/shipyard/pom.xml> to org.apache.jclouds.labs/shipyard/1.9.4-SNAPSHOT/shipyard-1.9.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/digitalocean/pom.xml> to org.apache.jclouds.labs/digitalocean/1.9.4-SNAPSHOT/digitalocean-1.9.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/pom.xml> to org.apache.jclouds.labs/jclouds-labs/1.9.4-SNAPSHOT/jclouds-labs-1.9.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/target/jclouds-labs-1.9.4-SNAPSHOT-tests.jar> to org.apache.jclouds.labs/jclouds-labs/1.9.4-SNAPSHOT/jclouds-labs-1.9.4-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/cloudsigma2-hnl/pom.xml> to org.apache.jclouds.labs/cloudsigma2-hnl/1.9.4-SNAPSHOT/cloudsigma2-hnl-1.9.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/oauth/pom.xml> to org.apache.jclouds.labs/oauth/1.9.4-SNAPSHOT/oauth-1.9.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/docker/pom.xml> to org.apache.jclouds.labs/docker/1.9.4-SNAPSHOT/docker-1.9.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/cloudsigma2-mia/pom.xml> to org.apache.jclouds.labs/cloudsigma2-mia/1.9.4-SNAPSHOT/cloudsigma2-mia-1.9.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/azurecompute/pom.xml> to org.apache.jclouds.labs/azurecompute/1.9.4-SNAPSHOT/azurecompute-1.9.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/cloudsigma2-sjc/pom.xml> to org.apache.jclouds.labs/cloudsigma2-sjc/1.9.4-SNAPSHOT/cloudsigma2-sjc-1.9.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/cdmi/pom.xml> to org.apache.jclouds.labs/cdmi/1.9.4-SNAPSHOT/cdmi-1.9.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/cloudsigma2-lvs/pom.xml> to org.apache.jclouds.labs/cloudsigma2-lvs/1.9.4-SNAPSHOT/cloudsigma2-lvs-1.9.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/abiquo/pom.xml> to org.apache.jclouds.labs/abiquo/1.9.4-SNAPSHOT/abiquo-1.9.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/ws/profitbricks/pom.xml> to org.apache.jclouds.labs/profitbricks/1.9.4-SNAPSHOT/profitbricks-1.9.4-SNAPSHOT.pom
Sending e-mails to: notifications@jclouds.apache.org
channel stopped
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds