You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jclouds.apache.org by je...@cloudbees.com on 2013/12/26 19:54:54 UTC

Build failed in Jenkins: jclouds-1.7.x-branch #9

See <https://jclouds.ci.cloudbees.com/job/jclouds-1.7.x-branch/9/changes>

Changes:

[Andrew Gaul] Remove erroneous deprecation of ByteSource method

------------------------------------------
[...truncated 3206 lines...]
  	1) dummy:dummy:jar:1.0
  	2) org.apache.maven.surefire:surefire-testng:jar:2.12.4
  	3) org.apache.maven:maven-artifact:jar:2.0
  	4) org.codehaus.plexus:plexus-utils:jar:1.0.4

----------
3 required artifacts are missing.

for artifact: 
  dummy:dummy:jar:1.0

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

Stack trace : 
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project jclouds-core: Unable to generate classpath: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing:
----------
1) org.apache.maven:maven-artifact:jar:2.0

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.maven -DartifactId=maven-artifact -Dversion=2.0 -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.maven -DartifactId=maven-artifact -Dversion=2.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) dummy:dummy:jar:1.0
  	2) org.apache.maven.surefire:surefire-testng:jar:2.12.4
  	3) org.apache.maven:maven-artifact:jar:2.0

2) org.apache.maven.surefire:surefire-testng:jar:2.12.4

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.maven.surefire -DartifactId=surefire-testng -Dversion=2.12.4 -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.maven.surefire -DartifactId=surefire-testng -Dversion=2.12.4 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) dummy:dummy:jar:1.0
  	2) org.apache.maven.surefire:surefire-testng:jar:2.12.4

3) org.codehaus.plexus:plexus-utils:jar:1.0.4

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.codehaus.plexus -DartifactId=plexus-utils -Dversion=1.0.4 -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.codehaus.plexus -DartifactId=plexus-utils -Dversion=1.0.4 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) dummy:dummy:jar:1.0
  	2) org.apache.maven.surefire:surefire-testng:jar:2.12.4
  	3) org.apache.maven:maven-artifact:jar:2.0
  	4) org.codehaus.plexus:plexus-utils:jar:1.0.4

----------
3 required artifacts are missing.

for artifact: 
  dummy:dummy:jar:1.0

from the specified remote repositories:
  cloudbees-private-release-repository (https://repository-jclouds.forge.cloudbees.com/release, releases=true, snapshots=false),
  cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot, releases=false, snapshots=true),
  central (http://repo.cloudbees.com/content/repositories/central, releases=true, snapshots=false),
  sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/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:319)
	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:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	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:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:129)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:67)
	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:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
	at java.lang.Thread.run(Thread.java:662)
Caused by: org.apache.maven.plugin.MojoExecutionException: Unable to generate classpath: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing:
----------
1) org.apache.maven:maven-artifact:jar:2.0

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.maven -DartifactId=maven-artifact -Dversion=2.0 -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.maven -DartifactId=maven-artifact -Dversion=2.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) dummy:dummy:jar:1.0
  	2) org.apache.maven.surefire:surefire-testng:jar:2.12.4
  	3) org.apache.maven:maven-artifact:jar:2.0

2) org.apache.maven.surefire:surefire-testng:jar:2.12.4

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.maven.surefire -DartifactId=surefire-testng -Dversion=2.12.4 -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.maven.surefire -DartifactId=surefire-testng -Dversion=2.12.4 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) dummy:dummy:jar:1.0
  	2) org.apache.maven.surefire:surefire-testng:jar:2.12.4

3) org.codehaus.plexus:plexus-utils:jar:1.0.4

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.codehaus.plexus -DartifactId=plexus-utils -Dversion=1.0.4 -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.codehaus.plexus -DartifactId=plexus-utils -Dversion=1.0.4 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) dummy:dummy:jar:1.0
  	2) org.apache.maven.surefire:surefire-testng:jar:2.12.4
  	3) org.apache.maven:maven-artifact:jar:2.0
  	4) org.codehaus.plexus:plexus-utils:jar:1.0.4

----------
3 required artifacts are missing.

for artifact: 
  dummy:dummy:jar:1.0

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

	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.createStartupConfiguration(AbstractSurefireMojo.java:1035)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.createForkStarter(AbstractSurefireMojo.java:1227)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:737)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAllProviders(AbstractSurefireMojo.java:682)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:648)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:586)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 31 more
Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing:
----------
1) org.apache.maven:maven-artifact:jar:2.0

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.maven -DartifactId=maven-artifact -Dversion=2.0 -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.maven -DartifactId=maven-artifact -Dversion=2.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) dummy:dummy:jar:1.0
  	2) org.apache.maven.surefire:surefire-testng:jar:2.12.4
  	3) org.apache.maven:maven-artifact:jar:2.0

2) org.apache.maven.surefire:surefire-testng:jar:2.12.4

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.maven.surefire -DartifactId=surefire-testng -Dversion=2.12.4 -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.maven.surefire -DartifactId=surefire-testng -Dversion=2.12.4 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) dummy:dummy:jar:1.0
  	2) org.apache.maven.surefire:surefire-testng:jar:2.12.4

3) org.codehaus.plexus:plexus-utils:jar:1.0.4

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.codehaus.plexus -DartifactId=plexus-utils -Dversion=1.0.4 -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.codehaus.plexus -DartifactId=plexus-utils -Dversion=1.0.4 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) dummy:dummy:jar:1.0
  	2) org.apache.maven.surefire:surefire-testng:jar:2.12.4
  	3) org.apache.maven:maven-artifact:jar:2.0
  	4) org.codehaus.plexus:plexus-utils:jar:1.0.4

----------
3 required artifacts are missing.

for artifact: 
  dummy:dummy:jar:1.0

from the specified remote repositories:
  cloudbees-private-release-repository (https://repository-jclouds.forge.cloudbees.com/release, releases=true, snapshots=false),
  cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot, releases=false, snapshots=true),
  central (http://repo.cloudbees.com/content/repositories/central, releases=true, snapshots=false),
  sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/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:256)
	at org.apache.maven.plugin.surefire.SurefireDependencyResolver.resolveArtifact(SurefireDependencyResolver.java:122)
	at org.apache.maven.plugin.surefire.SurefireDependencyResolver.getProviderClasspath(SurefireDependencyResolver.java:137)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo$TestNgProviderInfo.getProviderClasspath(AbstractSurefireMojo.java:1717)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.createStartupConfiguration(AbstractSurefireMojo.java:1014)
	... 38 more
Sending e-mails to: dev@jclouds.apache.org
channel stopped