Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Failing verification build

2012/5/18 Dariusz Luksza <dariusz.luksza@xxxxxxxxx>
What is going on with egit verification build ? Last five builds for change 5876,2 are failed because build server couldn't fetch sources:

ERROR: Problem fetching from origin / origin - could be unavailable. Continuing anyway
ERROR:  (Underlying report) : Error performing command: git fetch -t git://git.eclipse.org/gitroot/egit/egit.git refs/changes/76/5876/2
Cannot run program "git" (in directory "/opt/users/hudsonbuild/.hudson/jobs/egit.gerrit/workspace"): java.io.IOException: error=12, Cannot allocate memory
ERROR: Could not fetch from any repository

Maybe restring hudson will solve this problem or increasing cheap size

First the egit.gerrit job complained about missing jgit source bundle which seems to be no longer available
from the jgit p2 repo:

Caused by: java.lang.RuntimeException: Could not download artifacts from any repository
   osgi.bundle,org.eclipse.jgit.source,2.0.0.201205160211

I think this has the same cause as https://bugs.eclipse.org/bugs/show_bug.cgi?id=379402
In the meantime sandbox hudson ran into a memory problem and it looks like webmaster restarted it.

I disabled voting for the egit.gerrit job until the jgit source bundle problem is fixed.

--
Matthias

Back to the top