Not really. H3 was taken out of service so that re-runs won’t hit it, but it’s not coming back in:
https://builds.apache.org/computer/H3/log > On Feb 24, 2016, at 10:16 AM, Robert Kanter <[email protected]> wrote: > > Looks like gkesavan fixed it, whatever the problem was. > > On Wed, Feb 24, 2016 at 4:09 AM, Tsuyoshi Ozawa <[email protected]> wrote: > >> 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 >>
