Community
Participate
Working Groups
When trying to clone with git for the XQuery jobs we get the following error message after the Server upgrades this weekend: [cbi-wtp-inc-xquery] $ /usr/local/bin/git fetch -t git://git.eclipse.org/gitroot/webtools/org.eclipse.webtools.incubator.git +refs/heads/*:refs/remotes/origin/* git.eclipse.org[0: 206.191.52.51]: errno=Connection refused fatal: unable to connect a socket (Connection refused) This worked before any of the server changes.
Well a 'basic' clone seems to work fine: dacarver@build2:/tmp> /usr/local/bin/git clone git://git.eclipse.org/gitroot/webtools/org.eclipse.webtools.incubator.git Initialized empty Git repository in /tmp/org.eclipse.webtools.incubator/.git/ remote: Counting objects: 30422, done. remote: Compressing objects: 100% (8304/8304), done. remote: Total 30422 (delta 14956), reused 29489 (delta 14435) Receiving objects: 100% (30422/30422), 12.17 MiB | 2.16 MiB/s, done. Resolving deltas: 100% (14956/14956), done. But when I try the command below I get a different error: dacarver@build2:/tmp/t1> /usr/local/bin/git fetch -t git://git.eclipse.org/gitroot/webtools/org.eclipse.webtools.incubator.git +refs/heads/*:refs/remotes/origin/* fatal: Not a git repository (or any of the parent directories): .git -M.
I think this may be another symptom of bug 320452. https://bugs.eclipse.org/bugs/show_bug.cgi?id=320452
This was unrelated to the upgrade. Since build2 is pointing to only one of the three git servers, that server was throttling connections after 10 connections/second. I never understand why a build needs to establish and tear down so many connections in a single second, but at any rate, I've increased it to 200 connections per second.
*** Bug 321680 has been marked as a duplicate of this bug. ***