Community
Participate
Working Groups
We wiped the workspace of our build (EMF Compare 1.2, see https://hudson.eclipse.org/hudson/view/Modeling/job/emf-compare-1.2.0/) so that there is no longer a "workspace" directory at '/shared/jobs/emf-compare-1.2.0/workspace' . Unfortunately, it seems like the git clone cannot create that folder (I guess that's a permission denied). The log can be found on https://hudson.eclipse.org/hudson/view/Modeling/job/emf-compare-1.2.0/95/console for what it's worth. We cannot log in to hudson.eclipse.org to try and make that folder ourselves, and thus are stuck with that exception.
This issue blocks our Indigo RC3 contribution and we don't have a clue or any workaround in the horizon.
Actually, the error is: Cannot run program "git": java.io.IOException: error=2, No such file or directory I've symlinked /usr/bin/git to /usr/local/bin/git, so you should be all set.
That was fast ! The build is going on now, thanks Denis !
(In reply to comment #2) > Actually, the error is: Cannot run program "git": java.io.IOException: error=2, > No such file or directory > > I've symlinked /usr/bin/git to /usr/local/bin/git, so you should be all set. And that's what I get for reading error messages too fast :s. Thanks for the fix :).
Didn't mean to reopen -_-
For future reference, anything in /shared is also accessible on the build.eclipse.org server... so technically, you never need to SSH into hudson.eclipse.org.