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

Bug 430751

Summary: Can't connect/retrieve from windows7test slave
Product: Community Reporter: David Williams <david_williams>
Component: CI-JenkinsAssignee: CI Admin Inbox <ci.admin-inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: major    
Priority: P3 CC: webmaster
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description David Williams CLA 2014-03-19 22:50:53 EDT
Such as see 

https://hudson.eclipse.org/hudson/view/Eclipse%20and%20Equinox/job/ep44N-unit-win32/1039/console

It actually seems to be able to fetch some individual files, but not a large 
"CGit Zip". 

fetchEBuilderFromGit:
     [echo] Fetching EBuilder from Git via CGit
      [get] Getting: http://git.eclipse.org/c/platform/eclipse.platform.releng.aggregator.git/snapshot/eclipse.platform.releng.aggregator-master.zip
      [get] To: c:\hb\workspace\ep44N-unit-win32\eclipse.platform.releng.aggregator-master.zip
      [get] Error getting http://git.eclipse.org/c/platform/eclipse.platform.releng.aggregator.git/snapshot/eclipse.platform.releng.aggregator-master.zip to c:\hb\workspace\ep44N-unit-win32\eclipse.platform.releng.aggregator-master.zip

BUILD FAILED
c:\hb\workspace\ep44N-unit-win32\getEBuilder.xml:134: The following error occurred while executing this line:
c:\hb\workspace\ep44N-unit-win32\getEBuilder.xml:247: java.net.ConnectException: Connection timed out: connect
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
	at java.net.Socket.connect(Socket.java:529)
	at java.net.Socket.connect(Socket.java:478)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:163)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:394)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:529)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:233)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
Comment 1 David Williams CLA 2014-03-19 22:51:45 EDT
I'm marking as "blocker" since completely stops our tests from running on Windows.
Comment 2 David Williams CLA 2014-03-21 14:48:56 EDT
This worked, the following night. So ... not sure if you want to document how fixed? ... or ... investigate something? ... But, can't call it a blocker, since it appears fixed. Maybe someone just restarted something? 

In any case, I'll leave for you to close how you'd like.
Comment 3 Eclipse Webmaster CLA 2014-03-25 10:59:39 EDT
One of the git nodes got spaced out, so we had to re-route our internal DNS around it.  I suspect the delay in the fix 'appearing' was caused by the various host caches.

-M.