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

Bug 395142

Summary: Could not clone git repository on hudson-slave8
Product: Community Reporter: Dennis Huebner <dennis.huebner>
Component: CI-JenkinsAssignee: CI Admin Inbox <ci.admin-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: webmaster
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Dennis Huebner CLA 2012-11-27 05:17:41 EST
hudson-slave8 can't clone our repository, on the other nodes it works fine.

https://hudson.eclipse.org/hudson/job/xtend-head-test/733/console


Started by user dhubner
Building remotely on hudson-slave8(ppc64)
Checkout:xtend-head-test / /opt/users/hudsonbuild/hudson/workspace/xtend-head-test - hudson.remoting.Channel@35807b9a:hudson-slave8(ppc64)
Using strategy: Default
Last Built Revision: Revision f8745715432f2e2983621ba1cb9b904c9b6006da (origin/master)
Checkout:org.eclipse.xtend.git / /opt/users/hudsonbuild/hudson/workspace/xtend-head-test/org.eclipse.xtend.git - hudson.remoting.LocalChannel@f5ad06a0
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository origin
ERROR: Error cloning remote repo 'origin' : Could not clone git://git.eclipse.org/gitroot/xtend/org.eclipse.xtend.git
ERROR: Cause: Exception caught during execution of fetch command
Trying next repository
ERROR: Could not clone repository
FATAL: Could not clone
hudson.plugins.git.GitException: Could not clone
	at hudson.plugins.git.GitSCM$3.invoke(GitSCM.java:913)
	at hudson.plugins.git.GitSCM$3.invoke(GitSCM.java:845)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1960)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:283)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:482)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:345)
	at java.util.concurrent.FutureTask.run(FutureTask.java:177)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1121)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:614)
	at java.lang.Thread.run(Thread.java:769)
Comment 1 Denis Roy CLA 2012-11-27 09:12:11 EST
*sigh*   I can clone just fine from the commandline.  I've tried manually wiping the workspace and running your job again, no dice.  With an error like "Could not clone" I don't have much to work with.  I hate to say this, but please use a different node.
Comment 2 Dennis Huebner CLA 2012-11-27 09:31:19 EST
(In reply to comment #1)
> *sigh*   I can clone just fine from the commandline.  I've tried manually
> wiping the workspace and running your job again, no dice.  With an error
> like "Could not clone" I don't have much to work with.  I hate to say this,
> but please use a different node.

Could you please explain how to do this for a matrix job?
I can't find the corresponding configuration field.

Thanks,
Dennis.
Comment 3 Dennis Huebner CLA 2012-11-27 09:56:27 EST
I've wipped out the workspace (main job and axis WS), then deleted the repository configuration and added it again. No it somehow works again. However I can't change the node for the main multi-platform job.