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/05/05 16:57:51 UTC

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

This looks to be a Jenkins error, not a problem with the build. 



Sent from my mobile device

 -----Original Message-----
From: 	Apache Jenkins Server [mailto:hudson@hudson.apache.org]
Sent:	Wednesday, May 04, 2011 08:33 PM Eastern Standard Time
To:	rave-commits@incubator.apache.org
Subject:	Build failed in Jenkins: rave-project-trunk #31

See <https://builds.apache.org/hudson/job/rave-project-trunk/31/>

------------------------------------------
Started by an SCM change
Building remotely on ubuntu1
hudson.util.IOException2: remote file operation failed: <https://builds.apache.org/hudson/job/rave-project-trunk/ws/> at hudson.remoting.Channel@223b6b3f:ubuntu1
	at hudson.FilePath.act(FilePath.java:753)
	at hudson.FilePath.act(FilePath.java:739)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:684)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:633)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1174)
	at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:523)
	at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:418)
	at hudson.model.Run.run(Run.java:1362)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:467)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:145)
Caused by: java.io.IOException: Remote call on ubuntu1 failed
	at hudson.remoting.Channel.call(Channel.java:652)
	at hudson.FilePath.act(FilePath.java:746)
	... 10 more
Caused by: java.lang.Error: Failed to deserialize the Callable object.
	at hudson.remoting.UserRequest.perform(UserRequest.java:104)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	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: java.lang.IllegalStateException: Unable to call fetch2. Invalid object ID 1479
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:268)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	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:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:662)