Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 317715 - All build2-tied jobs in Virgo job view failing due to GIT access problems
Summary: All build2-tied jobs in Virgo job view failing due to GIT access problems
Status: CLOSED FIXED
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: CI-Jenkins (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: CI Admin Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-23 11:35 EDT by Steve Powell CLA
Modified: 2010-08-06 04:19 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Powell CLA 2010-06-23 11:35:30 EDT
It seems that all the build2 tied jobs in the Virgo view are failing (first noticed about 1hr ago).

Trivial analysis implies there are git.eclipe.org fetch problems. I cannot check them all because the hudson web interface appears to be EXTREMELY slow at the moment.  I'm gonna raise another bug for that.

This is stopping effective work across multiple build artifacts, hence the major severity level.
Comment 1 Eclipse Webmaster CLA 2010-06-23 12:03:33 EDT
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.
Comment 2 Steve Powell CLA 2010-06-23 12:29:05 EDT
(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
Comment 3 Steve Powell CLA 2010-06-23 13:58:03 EDT
OK, seems to be working now. Thank you, whatever you did.  (Second.)
Comment 4 Steve Powell CLA 2010-06-23 13:58:56 EDT
Observed one build starts correctly, so I infer this problem has disappeared.
Comment 5 Steve Powell CLA 2010-08-06 04:19:40 EDT
Seems to have subsided.