![]() |
|
|
|
Change By:
|
Ryan Lovelett
(16/Jul/12 6:58 PM)
|
Description:
|
When cloning on a slave machine the git command is failing with the following message.
I can work-around the below error, if I run the clone command ("/usr/local/bin/git clone --progress -o origin g...@ourserver.com:/testing.git /var/jenkins/workspace/Test/gcc/5VLLTR1-ubuntu-server-vm") as the Jenkins user on the slave machine before I run the build.
In all cases the (fail or pass) the directory "/var/jenkins/workspace/Test/gcc/5VLLTR1-ubuntu-server-vm" always exists and is writable by the Jenkins user when the build is done.
{code
:title=Error
} Started by upstream project "Test" build number 20 Building remotely on 5VLLTR1-ubuntu-server-vm in workspace /var/jenkins/workspace/Test/gcc/5VLLTR1-ubuntu-server-vm Checkout:5VLLTR1-ubuntu-server-vm / /var/jenkins/workspace/Test/gcc/5VLLTR1-ubuntu-server-vm - hudson.remoting.Channel@16bd72d:5VLLTR1-ubuntu-server-vm Using strategy: Default Last Built Revision: Revision fbe7001a321737db2cc2b2b29e1ce80b05a7ad6b (origin/master) Cloning the remote Git repository Cloning repository origin ERROR: Error cloning remote repo 'origin' : Could not clone g...@ourserver.com:/testing.git hudson.plugins.git.GitException: Could not clone g...@ourserver.com:/testing.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:2196) 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:334) at java.util.concurrent.FutureTask.run(FutureTask.java:166) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) Caused by: hudson.plugins.git.GitException: Command "/usr/local/bin/git clone --progress -o origin g...@ourserver.com:/testing.git /var/jenkins/workspace/Test/gcc/5VLLTR1-ubuntu-server-vm" returned status code 128: stdout: stderr: fatal: Could not get current working directory: No such file or directory
at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:818) 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 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:2196) 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:334) at java.util.concurrent.FutureTask.run(FutureTask.java:166) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) {
/
code}
|
|
|
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
Updated error formatting.