| Summary: | All build2-tied jobs in Virgo job view failing due to GIT access problems | ||
|---|---|---|---|
| Product: | Community | Reporter: | Steve Powell <zteve.powell> |
| Component: | CI-Jenkins | Assignee: | CI Admin Inbox <ci.admin-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | eclipse, glyn.normington, webmaster |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Mac OS X - Carbon (unsup.) | ||
| Whiteboard: | |||
|
Description
Steve Powell
It looks like build2 can reach git.eclipse.org fine: hudsonbuild@build2:/tmp/m> git clone git://git.eclipse.org/gitroot/virgo/org.eclipse.virgo.web-server.git Initialized empty Git repository in /tmp/m/org.eclipse.virgo.web-server/.git/ remote: Counting objects: 216, done. remote: Compressing objects: 100% (205/205), done. remote: Total 216 (delta 97), reused 0 (delta 0) Receiving objects: 100% (216/216), 94.81 KiB, done. Resolving deltas: 100% (97/97), done. -M. (In reply to comment #1) > It looks like build2 can reach git.eclipse.org fine: > > hudsonbuild@build2:/tmp/m> git clone > git://git.eclipse.org/gitroot/virgo/org.eclipse.virgo.web-server.git > Initialized empty Git repository in /tmp/m/org.eclipse.virgo.web-server/.git/ > remote: Counting objects: 216, done. > remote: Compressing objects: 100% (205/205), done. > remote: Total 216 (delta 97), reused 0 (delta 0) > Receiving objects: 100% (216/216), 94.81 KiB, done. > Resolving deltas: 100% (97/97), done. > > -M. This doesn't look fine to me..... Started by an SCM change ln -s 2010-06-23_12-00-34 /opt/users/hudsonbuild/.hudson/jobs/virgo.web-server.snapshot/builds/23 failed: -1 Building remotely on build2 Checkout:virgo.web-server.snapshot / /opt/users/hudsonbuild/workspace/virgo.web-server.snapshot - hudson.remoting.Channel@678b678b:build2 Using strategy: Default Last Built Revision: Revision 021496e0e553fa6aabc425ed86a30b3a19b06614 (web-server/master) Checkout:virgo.web-server.snapshot / /opt/users/hudsonbuild/workspace/virgo.web-server.snapshot - hudson.remoting.LocalChannel@4a604a60 GitAPI created Fetching changes from the remote Git repository Fetching upstream changes from git://git.eclipse.org/gitroot/virgo/org.eclipse.virgo.web-server.git [virgo.web-server.snapshot] $ /usr/local/bin/git fetch -t git://git.eclipse.org/gitroot/virgo/org.eclipse.virgo.web-server.git +refs/heads/*:refs/remotes/web-server/* git.eclipse.org[0: 206.191.52.53]: errno=Connection refused fatal: unable to connect a socket (Connection refused) ERROR: Problem fetching from web-server / web-server - could be unavailable. Continuing anyway [virgo.web-server.snapshot] $ /usr/local/bin/git tag -l master [virgo.web-server.snapshot] $ /usr/local/bin/git rev-parse web-server/master Commencing build of Revision c9255b771f18d3ddfeeb6730c98c2d318092c113 (web-server/master) GitAPI created Checking out Revision c9255b771f18d3ddfeeb6730c98c2d318092c113 (web-server/master) [virgo.web-server.snapshot] $ /usr/local/bin/git checkout -f c9255b771f18d3ddfeeb6730c98c2d318092c113 [virgo.web-server.snapshot] $ /usr/local/bin/git submodule init [virgo.web-server.snapshot] $ /usr/local/bin/git submodule sync Fetching upstream changes from git://git.eclipse.org/gitroot/virgo/org.eclipse.virgo.web-server.git [virgo.web-server.snapshot] $ /usr/local/bin/git fetch -t git://git.eclipse.org/gitroot/virgo/org.eclipse.virgo.web-server.git +refs/heads/*:refs/remotes/web-server/* git.eclipse.org[0: 206.191.52.53]: errno=Connection refused fatal: unable to connect a socket (Connection refused) ERROR: Problem fetching from web-server / web-server - could be unavailable. Continuing anyway [virgo.web-server.snapshot] $ /usr/local/bin/git submodule update FATAL: Error performing /usr/local/bin/git submodule update hudson.plugins.git.GitException: Error performing /usr/local/bin/git submodule update at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:385) at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:350) at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:360) at hudson.plugins.git.GitAPI.submoduleUpdate(GitAPI.java:331) at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:742) at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:707) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2018) at hudson.remoting.UserRequest.perform(UserRequest.java:114) 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:453) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:315) at java.util.concurrent.FutureTask.run(FutureTask.java:150) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at hudson.remoting.Engine$1$1.run(Engine.java:58) at java.lang.Thread.run(Thread.java:736) Caused by: hudson.plugins.git.GitException: Command returned status code 1: git.eclipse.org[0: 206.191.52.53]: errno=Connection refused fatal: unable to connect a socket (Connection refused) Unable to fetch in submodule path 'virgo-build' at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:380) ... 16 more OK, seems to be working now. Thank you, whatever you did. (Second.) Observed one build starts correctly, so I infer this problem has disappeared. Seems to have subsided. |