Hi Robert, Thank you for taking the issue. Does the Jenkins slave have enough disk space?
- Tsuyoshi On Wed, Feb 24, 2016 at 9:06 AM, Robert Kanter <[email protected]> wrote: > Hi all, > > I was trying to manually kick off a the PreCommit-MAPREDUCE job for > MAPREDUCE-6622 because it wasn't being picked up for some reason, but it's > getting errors trying to simply checkout the git repo. > > ERROR: Error cloning remote repo 'origin' > hudson.plugins.git.GitException: Could not init > /home/jenkins/jenkins-slave/workspace/PreCommit-MAPREDUCE-Build > ... > Caused by: java.io.IOException: Cannot run program "git" (in directory > "/home/jenkins/jenkins-slave/workspace/PreCommit-MAPREDUCE-Build"): > error=11, Resource temporarily unavailable > at java.lang.ProcessBuilder.start(ProcessBuilder.java:1047) > at hudson.Proc$LocalProc.<init>(Proc.java:244) > at hudson.Proc$LocalProc.<init>(Proc.java:216) > at hudson.Launcher$LocalLauncher.launch(Launcher.java:803) > at hudson.Launcher$ProcStarter.start(Launcher.java:381) > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1689) > ... 15 more > Caused by: java.io.IOException: error=11, Resource temporarily unavailable > at java.lang.UNIXProcess.forkAndExec(Native Method) > at java.lang.UNIXProcess.<init>(UNIXProcess.java:186) > at java.lang.ProcessImpl.start(ProcessImpl.java:130) > at java.lang.ProcessBuilder.start(ProcessBuilder.java:1028) > ... 20 more > > Full stack trace at: > https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/6344/console > > Does anyone have any ideas how to fix this? I tried wiping out the > workspace and that didn't help. > > > thanks > - Robert
