| Summary: | slow or no access to p2 repositories on download.eclipse.org from Hudson ? | ||
|---|---|---|---|
| Product: | Community | Reporter: | Matthias Sohn <matthias.sohn> |
| Component: | CI-Jenkins | Assignee: | Eclipse Webmaster <webmaster> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | david_williams, john.arthorne, ken.lee, robin, tomasz.zarna, webmaster |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Mac OS X | ||
| Whiteboard: | |||
| Bug Depends on: | 401964 | ||
| Bug Blocks: | |||
|
Description
Matthias Sohn
See build time trend of the egit job https://hudson.eclipse.org/hudson/job/egit/buildTimeTrend My theory is all requests are going though the proxies ... see bug 401964. (And, pretty tough to get p2 to work through a proxy). I tried again with -Djava.net.useSystemProxies=true and this still fails when trying to download Jetty 7.6 from the archive server: !MESSAGE Connection to http://archive.eclipse.org/jetty/updates/jetty-bundles-7.x/7.6.0.v20120127/p2.index failed on Connection timed out. Retry attempt 0 started see https://hudson.eclipse.org/hudson/job/egit/2795/console the egit job doesn't hit this network problem on the master node, but on none of the following slaves I tried: slave1, slave2, slave4, slave6, fastlane So it seems something is wrong with the network settings of the slaves. Unfortunately on master some tests can't cleanup resources created during the tests, also wiping the Hudson workspace fails with an error message. Since wiping the workspace on master failed partially now git refuses to fetch so I am now completely stuck with the egit job. I updated the internal DNS and tweaked the proxy rules for slave1 and it seems to be happy to run the egit job. If you can verify this I'll roll these changes to the other slaves. -M. (In reply to comment #5) > I updated the internal DNS and tweaked the proxy rules for slave1 and it > seems to be happy to run the egit job. If you can verify this I'll roll > these changes to the other slaves. looks good, please copy these settings to all other slaves Ok, I"ve pushed these changes to the other slaves. -M. grrr, changed the wrong bug. |