You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rave.apache.org by "Franklin, Matthew B." <mf...@mitre.org> on 2011/08/31 00:57:53 UTC

RE: Build failed in Jenkins: rave-project-trunk #201

I upped the master dependency to the release. I will change it back to snapshot when I get to a computer, unless someone beats me to it.



Sent via a mobile device. Please excuse typos or brevity.

 -----Original Message-----
From: 	Apache Jenkins Server [mailto:jenkins@builds.apache.org]
Sent:	Tuesday, August 30, 2011 06:35 PM Eastern Standard Time
To:	rave-commits@incubator.apache.org
Subject:	Build failed in Jenkins: rave-project-trunk #201

See <https://builds.apache.org/job/rave-project-trunk/201/changes>

Changes:

[mfranklin] [maven-release-plugin] prepare for next development iteration

[mfranklin] [maven-release-plugin] prepare release 0.3-incubating

------------------------------------------
Started by an SCM change
Started by upstream project "rave-master-pom-trunk" build number 14
Building remotely on ubuntu4
Updating http://svn.apache.org/repos/asf/incubator/rave/trunk
U         rave-shindig/pom.xml
U         rave-commons/pom.xml
U         pom.xml
U         rave-portal/pom.xml
At revision 1163439
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
 your Apache Maven build is setup to use a config with id  but cannot find the config
 your Apache Maven build is setup to use a global settings config with id  but cannot find the config
Parsing POMs
Failed to transfer Unable to locate resource in repository
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
ERROR: Failed to parse POMs
hudson.util.IOException2: remote file operation failed: <https://builds.apache.org/job/rave-project-trunk/ws/trunk> at hudson.remoting.Channel@7d7e4394:ubuntu4
	at hudson.FilePath.act(FilePath.java:754)
	at hudson.FilePath.act(FilePath.java:740)
	at hudson.maven.MavenModuleSetBuild$RunnerImpl.parsePoms(MavenModuleSetBuild.java:874)
	at hudson.maven.MavenModuleSetBuild$RunnerImpl.doRun(MavenModuleSetBuild.java:644)
	at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:448)
	at hudson.model.Run.run(Run.java:1376)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:479)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:230)
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.rave:rave-master:pom:0.3-incubating in central (http://repo1.maven.org/maven2) and 'parent.relativePath' points at wrong local POM @ line 26, column 13

	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1408)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1187)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1994)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:287)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	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:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:636)
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.rave:rave-master:pom:0.3-incubating in central (http://repo1.maven.org/maven2) and 'parent.relativePath' points at wrong local POM @ line 26, column 13

	at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:339)
	at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:360)
	at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:330)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1358)
	... 11 more


Re: Build failed in Jenkins: rave-project-trunk #201

Posted by Ate Douma <at...@douma.nu>.
On 08/31/2011 12:57 AM, Franklin, Matthew B. wrote:
> I upped the master dependency to the release. I will change it back to snapshot when I get to a computer, unless someone beats me to it.
>
Beat you to it and also pushed a new master 0.4-incubation-SNAPSHOT to the 
snapshot repository.

Ate