Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 350886

Summary: Git failing on slave1
Product: Community Reporter: Steffen Pingel <steffen.pingel>
Component: CI-JenkinsAssignee: Eclipse Webmaster <webmaster>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Steffen Pingel CLA 2011-06-30 17:53:50 EDT
We are having trouble building on slave1. Could someone restart the slave?

Started by timer
Building remotely on hudson-slave1
Checkout:mylyn-reviews-nightly / /opt/users/hudsonbuild/workspace/mylyn-reviews-nightly - hudson.remoting.Channel@646df40d:hudson-slave1
Using strategy: Default
Last Built Revision: Revision cf467faf50c91ab230be9de9b0de5e9dbfaf9669 (origin/master)
hudson.util.IOException2: remote file operation failed: /opt/users/hudsonbuild/workspace/mylyn-reviews-nightly at hudson.remoting.Channel@646df40d:hudson-slave1
	at hudson.FilePath.act(FilePath.java:749)
	at hudson.FilePath.act(FilePath.java:735)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:658)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1118)
	at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:480)
	at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:412)
	at hudson.model.Run.run(Run.java:1337)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:140)
Caused by: java.io.IOException: Remote call on hudson-slave1 failed
	at hudson.remoting.Channel.call(Channel.java:638)
	at hudson.FilePath.act(FilePath.java:742)
	... 9 more
Caused by: java.lang.LinkageError: loader (instance of  hudson/remoting/RemoteClassLoader): attempted  duplicate class definition for name: "hudson/scm/ChangeLogSet$AffectedFile"
	at java.lang.ClassLoader.defineClass1(Native Method)
Comment 1 Denis Roy CLA 2011-07-01 08:35:50 EDT
I've killed off all the stalled jobs, and the egit job seems to be running fine.  Can you confirm if it's working for you?
Comment 2 Steffen Pingel CLA 2011-07-01 08:44:43 EDT
Yes, it's looking good: https://hudson.eclipse.org/hudson/job/mylyn-reviews-nightly/564/console . Thanks!