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

Bug 400417

Summary: windows test machine (may) need some IP work? (or, be restarted)
Product: Community Reporter: David Williams <david_williams>
Component: CI-JenkinsAssignee: CI Admin Inbox <ci.admin-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: blocker    
Priority: P3 CC: daniel_megert, webmaster
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description David Williams CLA 2013-02-11 00:39:13 EST
The windows test machine can't seem to "wget" to CGit ... not sure which end the problem is on, but works find on Linux test machine, and from external network. 

c:\hb\workspace\ep4-unit-win32>wget http://git.eclipse.org/c/platform/eclipse.platform.releng.eclipsebuilder.git/snapshot/master.zip   && unzip master.zip -d eb   && xcopy /E /I eb\master\* org.eclipse.releng.eclipsebuilder 
SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc
syswgetrc = C:\Program Files\GnuWin32/etc/wgetrc
--2013-02-10 23:50:54--  http://git.eclipse.org/c/platform/eclipse.platform.releng.eclipsebuilder.git/snapshot/master.zip
Resolving git.eclipse.org... 172.25.25.51
Connecting to git.eclipse.org|172.25.25.51|:80... failed: Connection timed out.
Retrying.

--2013-02-10 23:51:16--  (try: 2)  http://git.eclipse.org/c/platform/eclipse.platform.releng.eclipsebuilder.git/snapshot/master.zip
Connecting to git.eclipse.org|172.25.25.51|:80... failed: Connection timed out.
Retrying.

--2013-02-10 23:51:39--  (try: 3)  http://git.eclipse.org/c/platform/eclipse.platform.releng.eclipsebuilder.git/snapshot/master.zip
Connecting to git.eclipse.org|172.25.25.51|:80... failed: Connection timed out.
Retrying.

--2013-02-10 23:52:03--  (try: 4)  http://git.eclipse.org/c/platform/eclipse.platform.releng.eclipsebuilder.git/snapshot/master.zip
Connecting to git.eclipse.org|172.25.25.51|:80... failed: Connection timed out.
Retrying.
Comment 1 David Williams CLA 2013-02-11 13:13:27 EST
I'm marking this as "blocker" ... its arguable if its "blocking" right now (its not) but will be Tuesday morning (10 AM) when we start our weekly I-build.
Comment 2 Eclipse Webmaster CLA 2013-02-11 13:36:53 EST
DNS scope error. Fixed.

-M.
Comment 3 David Williams CLA 2013-02-11 16:34:58 EST
I've still seeing. Perhaps the machine needs to be restarted also? (or, better, its DNS Cache flushed? Just guessing). 

= = = = = 

syswgetrc = C:\Program Files\GnuWin32/etc/wgetrc
--2013-02-11 16:31:44--  http://git.eclipse.org/c/platform/eclipse.platform.releng.eclipsebuilder.git/snapshot/master.zip
Resolving git.eclipse.org... 198.41.30.196
Connecting to git.eclipse.org|198.41.30.196|:80... failed: Connection timed out.
Retrying.

--2013-02-11 16:32:06--  (try: 2)  http://git.eclipse.org/c/platform/eclipse.platform.releng.eclipsebuilder.git/snapshot/master.zip
Connecting to git.eclipse.org|198.41.30.196|:80... failed: Connection timed out.
Retrying.

--2013-02-11 16:32:29--  (try: 3)  http://git.eclipse.org/c/platform/eclipse.platform.releng.eclipsebuilder.git/snapshot/master.zip
Connecting to git.eclipse.org|198.41.30.196|:80... failed: Connection timed out.
Retrying.
Comment 4 David Williams CLA 2013-02-12 00:03:16 EST
Latest "failed" log, if it helps, is at 

https://hudson.eclipse.org/hudson/job/ep4-unit-win32/513/console
Comment 5 Eclipse Webmaster CLA 2013-02-12 11:45:45 EST
Ok, so aside from the bad dev node netmask, this was confused by the fact that via command.exe wget was using the proxies specified in the default wgetrc file(so it was 'working' when I logged in), but Hudson is apparently looking in the wrong place for that file.

I think we're ok now: https://hudson.eclipse.org/hudson/job/matt2/22/console

-M.