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 2014/10/23 08:01:54 UTC

Build failed in Jenkins: jclouds-labs-1.8.x-branch #47

See <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.8.x-branch/47/changes>

Changes:

[Andrew Phillips] [maven-release-plugin] prepare for next development iteration

[Andrew Phillips] jclouds.version up to next development version 1.8.2-SNAPSHOT

------------------------------------------
Started by an SCM change
Building remotely on 3dc5d6cd (lxc-fedora17 standard m1.large large) in workspace <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.8.x-branch/ws/>
$ sudo /opt/jenkins/sbin/mount-webdav https://repository-jclouds.forge.cloudbees.com/private jclouds alert
webdav mount try 1
p11-kit: couldn't read config file: /etc/pkcs11/modules/.
Private webdav filestore is mounted
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/jclouds-labs.git
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/jclouds-labs.git
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/jclouds-labs.git
Checking out Revision 2f50f7a7d3a67aa6207c1a9d10892286d31da6bc (origin/1.8.x)
Parsing POMs
Failed to transfer Could not find metadata org.apache.jclouds:jclouds-project:1.8.2-SNAPSHOT/maven-metadata.xml in cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot)
Failed to transfer Could not find metadata org.apache.jclouds:jclouds-project:1.8.2-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.8.2-SNAPSHOT/maven-metadata.xml in apache-snapshots (https://repository.apache.org/content/repositories/snapshots)
Failed to transfer Could not find artifact org.apache.jclouds:jclouds-project:pom:1.8.2-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.8.2-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.8.2-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.8.x-branch/ws/> at hudson.remoting.Channel@252a026d:3dc5d6cd
	at hudson.FilePath.act(FilePath.java:946)
	at hudson.FilePath.act(FilePath.java:923)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:953)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:681)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:606)
	at hudson.model.Run.execute(Run.java:1684)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:232)
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.8.2-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:1357)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1091)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2527)
	at hudson.remoting.UserRequest.perform(UserRequest.java:121)
	at hudson.remoting.UserRequest.perform(UserRequest.java:49)
	at hudson.remoting.Request$2.run(Request.java:324)
	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 3dc5d6cd(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
	at hudson.remoting.Channel.call(Channel.java:752)
	at hudson.FilePath.act(FilePath.java:939)
	... 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.8.2-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:1294)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1091)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2527)
	at hudson.remoting.UserRequest.perform(UserRequest.java:121)
	at hudson.remoting.UserRequest.perform(UserRequest.java:49)
	at hudson.remoting.Request$2.run(Request.java:324)
	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)

Jenkins build is back to normal : jclouds-labs-1.8.x-branch #48

Posted by je...@cloudbees.com.
See <https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.8.x-branch/48/>