Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Git exception in Hudson

I wonder  if recent network problems on the hudson slaves have anything to do with
http://eclipsewebmaster.blogspot.de/2013/02/cisco-css-load-balancing-from-inside-too.html 

Jan

From: cross-project-issues-dev-bounces@xxxxxxxxxxx [mailto:cross-project-issues-dev-bounces@xxxxxxxxxxx] On Behalf Of Justin Early
Sent: Mittwoch, 6. März 2013 04:40
To: Cross project issues
Subject: Re: [cross-project-issues-dev] Git exception in Hudson

Hi Henry,

I am also seeing a similar error but issues with update

Command "git submodule update" returned status code 1: git.eclipse.org[0: 172.30.3.5]: errno=Connection refused
fatal: unable to connect a socket (Connection refused)

I have my build configured to pull from git://git.eclipse.org/gitroot/vjet/org.eclipse.vjet.all tonight it no longer is able to pull


I tried using different paths as mentioned on this page [1] ... /gitroot such as :


file:///gitroot/vjet/org.eclipse.vjet.all.git

this works / clone / update happens but for submodules they are still referenced using git://git.eclipse.org way so my recursive clone fails.

Justin

[1] http://wiki.eclipse.org/IT_Infrastructure_Doc#Access.2Fuse_the_Eclipse_Build_Server.3F


On Mar 5, 2013, at 9:53 AM, Henrik <hrr@xxxxxxxxx> wrote:


Hi,

when I trigger a build manually I obtain
Started by user hrentzreich
Building remotely on hudson-slave4
Cleaning the workspace because project is configured to clean the workspace before each build.
Checkout:mdt-etrice-nightly / /opt/users/hudsonbuild/workspace/mdt-etrice-nightly - hudson.remoting.Channel@d4a9b08:hudson-slave4
Using strategy: Default
Last Built Revision: Revision 0cfb582b70f84448b8551bdea4e432e27a71bafb (origin/master)
Checkout:etrice_local_repo / /opt/users/hudsonbuild/workspace/mdt-etrice-nightly/etrice_local_repo - hudson.remoting.LocalChannel@768afd65
Cloning the remote Git repository
Cloning repository origin
ERROR: Error cloning remote repo 'origin' : Could not clone http://git.eclipse.org/gitroot/etrice/org.eclipse.etrice.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: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:619)
(https://hudson.eclipse.org/hudson/job/mdt-etrice-nightly/lastBuild/console)

Is anybody else experiencing this?

Thanks,
Henrik
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev



Back to the top