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

Bug 353480

Summary: gemini web job fails with "Could not fetch from any repository"
Product: Community Reporter: violeta.georgieva
Component: CI-JenkinsAssignee: Eclipse Webmaster <webmaster>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: dennis.huebner, eclipse
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description violeta.georgieva CLA 2011-08-01 04:57:51 EDT
Build Identifier: 

Gemini Web job fails with:

Building remotely on hudson-slave1
Checkout:virgo.gemini-web-container.snapshot / /opt/users/hudsonbuild/workspace/virgo.gemini-web-container.snapshot - hudson.remoting.Channel@1a2f6aea:hudson-slave1
Using strategy: Default
Last Built Revision: Revision 255f789ec3be28daf96e36fc52304432ec5b33e3 (origin/master)
Checkout:virgo.gemini-web-container.snapshot / /opt/users/hudsonbuild/workspace/virgo.gemini-web-container.snapshot - hudson.remoting.LocalChannel@281f2a40
GitAPI created
Fetching changes from the remote Git repository
Fetching upstream changes from git://git.eclipse.org/gitroot/gemini.web/org.eclipse.gemini.web.gemini-web-container.git
[virgo.gemini-web-container.snapshot] $ git fetch -t git://git.eclipse.org/gitroot/gemini.web/org.eclipse.gemini.web.gemini-web-container.git +refs/heads/*:refs/remotes/origin/*
fatal: Unable to look up git.eclipse.org (port 9418) (Name or service not known)
ERROR: Problem fetching from origin / origin - could be unavailable. Continuing anyway
ERROR: Could not fetch from any repository
FATAL: Could not fetch from any repository
hudson.plugins.git.GitException: Could not fetch from any repository
	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:691)
	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:658)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1899)
	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: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/view/Virgo/job/virgo.gemini-web-container.snapshot/550/console

Could you please what's wrong.
I can fetch locally on my machine.

Thanks and Regards
Violeta

Reproducible: Always
Comment 1 Chris Frost CLA 2011-08-01 05:14:46 EDT
I can also fetch locally so I suspect a Hudson or Hudson network problem. This is effecting every Virgo build.
Comment 2 Dennis Huebner CLA 2011-08-01 08:37:38 EDT
*** Bug 353489 has been marked as a duplicate of this bug. ***
Comment 3 Denis Roy CLA 2011-08-01 10:06:56 EDT
There was a DNS entry missing on our internal DNS for 'dev.eclipse.org'.  git is a CNAME for it.  I've added it; can you confirm that it works?
Comment 4 Dennis Huebner CLA 2011-08-01 10:08:36 EDT
(In reply to comment #3)
> There was a DNS entry missing on our internal DNS for 'dev.eclipse.org'.  git
> is a CNAME for it.  I've added it; can you confirm that it works?

Jep works for Xtext. Thanks! Bugzilla mails are also delivered now
Comment 5 violeta.georgieva CLA 2011-08-01 13:09:05 EDT
Gemini Web and Virgo builds are OK also.

Thanks
Violeta