You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Geoffrey Corey (JIRA)" <ji...@apache.org> on 2015/12/16 20:23:46 UTC

[jira] [Commented] (INFRA-10334) Problems with git on Jenkins Solaris

    [ https://issues.apache.org/jira/browse/INFRA-10334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15060596#comment-15060596 ] 

Geoffrey Corey commented on INFRA-10334:
----------------------------------------

Is this still an issue?

> Problems with git on Jenkins Solaris
> ------------------------------------
>
>                 Key: INFRA-10334
>                 URL: https://issues.apache.org/jira/browse/INFRA-10334
>             Project: Infrastructure
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>            Reporter: Hendrik Saly
>
> Started by an SCM change
> Building remotely on solaris1 (Solaris) in workspace
> /export/home/hudson/hudson-slave/workspace/johnzon
> Cloning the remote Git repository
> Cloning repository http://git-wip-us.apache.org/repos/asf/incubator-johnzon
>  > git init /export/home/hudson/hudson-slave/workspace/johnzon # timeout=10
> ERROR: Error cloning remote repo 'origin'
> hudson.plugins.git.GitException: Could not init
> /export/home/hudson/hudson-slave/workspace/johnzon
> at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$4.execute(CliGitAPIImpl.java:502)
> at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:402)
> at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
> at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
> at hudson.remoting.UserRequest.perform(UserRequest.java:118)
> at hudson.remoting.UserRequest.perform(UserRequest.java:48)
> at hudson.remoting.Request$2.run(Request.java:328)
> 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 init /export/home/hudson/hudson-slave/workspace/johnzon
> at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1442)
> at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1411)
> at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1407)
> at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1110)
> at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$4.execute(CliGitAPIImpl.java:500)
> ... 12 more
> Caused by: java.io.IOException: Cannot run program "git" (in directory
> "/export/home/hudson/hudson-slave/workspace/johnzon"): 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:780)
> at hudson.Launcher$ProcStarter.start(Launcher.java:360)
> at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1431)
> ... 16 more
> Caused by: java.io.IOException: error=2, No such file or directory
> 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:453)
> ... 21 more
> https://builds.apache.org/job/johnzon/326/console



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)