Hey Hyunsik, It looks like the pre-commit build server is having problems with the "git" command. Do you have any idea how to fix this?
Thanks, - Nitay On Dec 19, 2012, at 10:16 PM, Apache Jenkins Server <jenk...@builds.apache.org> wrote: > Jira: https://issues.apache.org/jira/browse/GIRAPH-458 > Build: https://builds.apache.org/job/PreCommit-GIRAPH-Build/60/ > > ################################################################################### > ########################## LAST 60 LINES OF THE CONSOLE > ########################### > [...truncated 3 lines...] > Using strategy: Default > Cloning the remote Git repository > Cloning repository http://git-wip-us.apache.org/repos/asf/giraph.git > Error trying to determine the git version: Error performing command: git > --version > Assuming 1.6 > ERROR: Error cloning remote repo 'origin' : Could not clone > http://git-wip-us.apache.org/repos/asf/giraph.git > hudson.plugins.git.GitException: Could not clone > http://git-wip-us.apache.org/repos/asf/giraph.git > at hudson.plugins.git.GitAPI.clone(GitAPI.java:273) > at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1044) > at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:986) > at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2309) > at hudson.remoting.UserRequest.perform(UserRequest.java:118) > at hudson.remoting.UserRequest.perform(UserRequest.java:48) > at hudson.remoting.Request$2.run(Request.java:326) > at > hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) > at java.util.concurrent.FutureTask.run(FutureTask.java:138) > at > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > at java.lang.Thread.run(Thread.java:662) > Caused by: hudson.plugins.git.GitException: Error performing command: git > clone -o origin http://git-wip-us.apache.org/repos/asf/giraph.git > /home/jenkins/jenkins-slave/workspace/PreCommit-GIRAPH-Build > at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:904) > at hudson.plugins.git.GitAPI.access$000(GitAPI.java:42) > at hudson.plugins.git.GitAPI$1.invoke(GitAPI.java:269) > at hudson.plugins.git.GitAPI$1.invoke(GitAPI.java:248) > at hudson.FilePath.act(FilePath.java:852) > at hudson.FilePath.act(FilePath.java:825) > at hudson.plugins.git.GitAPI.clone(GitAPI.java:248) > ... 12 more > Caused by: java.io.IOException: Cannot run program "git": > java.io.IOException: error=2, No such file or directory > at java.lang.ProcessBuilder.start(ProcessBuilder.java:460) > at hudson.Proc$LocalProc.<init>(Proc.java:244) > at hudson.Proc$LocalProc.<init>(Proc.java:216) > at hudson.Launcher$LocalLauncher.launch(Launcher.java:763) > at hudson.Launcher$ProcStarter.start(Launcher.java:353) > at hudson.Launcher$ProcStarter.join(Launcher.java:360) > at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:885) > ... 18 more > Caused by: java.io.IOException: java.io.IOException: error=2, No such file or > directory > at java.lang.UNIXProcess.<init>(UNIXProcess.java:148) > at java.lang.ProcessImpl.start(ProcessImpl.java:65) > at java.lang.ProcessBuilder.start(ProcessBuilder.java:453) > ... 24 more > Trying next repository > ERROR: Could not clone repository > FATAL: Could not clone > hudson.plugins.git.GitException: Could not clone > at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1056) > at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:986) > at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2309) > at hudson.remoting.UserRequest.perform(UserRequest.java:118) > at hudson.remoting.UserRequest.perform(UserRequest.java:48) > at hudson.remoting.Request$2.run(Request.java:326) > at > hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) > at java.util.concurrent.FutureTask.run(FutureTask.java:138) > at > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > at java.lang.Thread.run(Thread.java:662) > > > > ################################################################################### > ############################## FAILED TESTS (if any) > ############################## > No tests ran.