Two things strike me: 1. It seems to try to run the build on the solaris1 slave and not the dedicated tapestry slave that I provided. 2. That slave seems to not have git on its $PATH, causing git --version and thus the whole build to fail.
Uli On 14.09.2012 20:47, Howard Lewis Ship wrote: > I just disabled the Jenkins job ... it hasn't been working in months. > > It looks like its having trouble cloning the repository from Git; if > someone has some cycles, perhaps they could take a peek. I won't have > time until next week at the earliest. > > > On Wed, Sep 12, 2012 at 3:55 PM, Apache Jenkins Server > <[email protected]> wrote: >> See <https://builds.apache.org/job/tapestry-trunk-freestyle/958/> >> >> ------------------------------------------ >> Started by an SCM change >> Building remotely on solaris1 in workspace >> <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/> >> Checkout:tapestry-trunk-freestyle / >> <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/> - >> hudson.remoting.Channel@3a1e0ed:solaris1 >> Using strategy: Default >> Last Built Revision: Revision aea07df75c1149b3a0ca0cc864d949f39d550c93 >> (origin/master) >> Cloning the remote Git repository >> Cloning repository origin >> Error trying to determine the git version: Error performing command: git >> --version >> Assuming 1.6 >> ERROR: Error cloning remote repo 'origin' : Could not clone >> https://git-wip-us.apache.org/repos/asf/tapestry-5.git >> hudson.plugins.git.GitException: Could not clone >> https://git-wip-us.apache.org/repos/asf/tapestry-5.git >> at hudson.plugins.git.GitAPI.clone(GitAPI.java:251) >> at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1122) >> at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1064) >> at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2200) >> 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:269) >> at java.util.concurrent.FutureTask.run(FutureTask.java:123) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676) >> at java.lang.Thread.run(Thread.java:595) >> Caused by: hudson.plugins.git.GitException: Error performing command: git >> clone -o origin https://git-wip-us.apache.org/repos/asf/tapestry-5.git >> <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/> >> at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:825) >> at hudson.plugins.git.GitAPI.access$000(GitAPI.java:39) >> at hudson.plugins.git.GitAPI$1.invoke(GitAPI.java:247) >> at hudson.plugins.git.GitAPI$1.invoke(GitAPI.java:227) >> at hudson.FilePath.act(FilePath.java:842) >> at hudson.FilePath.act(FilePath.java:824) >> at hudson.plugins.git.GitAPI.clone(GitAPI.java:227) >> ... 12 more >> Caused by: java.io.IOException: git: not found >> at java.lang.UNIXProcess.forkAndExec(Native Method) >> at java.lang.UNIXProcess.<init>(UNIXProcess.java:53) >> at java.lang.ProcessImpl.start(ProcessImpl.java:65) >> at java.lang.ProcessBuilder.start(ProcessBuilder.java:451) >> at hudson.Proc$LocalProc.<init>(Proc.java:244) >> at hudson.Proc$LocalProc.<init>(Proc.java:216) >> at hudson.Launcher$LocalLauncher.launch(Launcher.java:709) >> at hudson.Launcher$ProcStarter.start(Launcher.java:338) >> at hudson.Launcher$ProcStarter.join(Launcher.java:345) >> at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:806) >> ... 18 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:1134) >> at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1064) >> at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2200) >> 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:269) >> at java.util.concurrent.FutureTask.run(FutureTask.java:123) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676) >> at java.lang.Thread.run(Thread.java:595) >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
