Console Output

07:28:58 Started by an SCM change
07:28:58 Building remotely on build1 (indigo latex helios digibib) in workspace /var/jenkins/workspace/link-rewriter
07:28:58 ERROR: Workspace has a .git repository, but it appears to be corrupt.
07:28:58 hudson.plugins.git.GitException: Error performing command: git rev-parse --is-inside-work-tree
07:28:58 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1283)
07:28:58 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1253)
07:28:58 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1249)
07:28:58 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1065)
07:28:58 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1075)
07:28:58 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.hasGitRepo(CliGitAPIImpl.java:171)
07:28:58 	at hudson.plugins.git.GitAPI.hasGitRepo(GitAPI.java:186)
07:28:58 	at sun.reflect.GeneratedMethodAccessor610.invoke(Unknown Source)
07:28:58 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:58 	at java.lang.reflect.Method.invoke(Method.java:606)
07:28:58 	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:299)
07:28:58 	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:280)
07:28:58 	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:239)
07:28:58 	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
07:28:58 	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
07:28:58 	at hudson.remoting.Request$2.run(Request.java:328)
07:28:58 	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
07:28:58 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
07:28:58 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
07:28:58 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
07:28:58 	at java.lang.Thread.run(Thread.java:744)
07:28:58 Caused by: java.io.IOException: Cannot run program "git" (in directory "/var/jenkins/workspace/link-rewriter"): error=24, Zu viele offene Dateien
07:28:58 	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1041)
07:28:58 	at hudson.Proc$LocalProc.<init>(Proc.java:244)
07:28:58 	at hudson.Proc$LocalProc.<init>(Proc.java:216)
07:28:58 	at hudson.Launcher$LocalLauncher.launch(Launcher.java:773)
07:28:58 	at hudson.Launcher$ProcStarter.start(Launcher.java:353)
07:28:58 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1272)
07:28:58 	... 20 more
07:28:58 Caused by: java.io.IOException: error=24, Zu viele offene Dateien
07:28:58 	at java.lang.UNIXProcess.forkAndExec(Native Method)
07:28:58 	at java.lang.UNIXProcess.<init>(UNIXProcess.java:135)
07:28:58 	at java.lang.ProcessImpl.start(ProcessImpl.java:130)
07:28:58 	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1022)
07:28:58 	... 25 more
07:28:58 Cloning the remote Git repository
07:28:58 Cloning repository git@git.projects.gwdg.de:link-rewriter.git
07:28:59 ERROR: Error cloning remote repo 'origin'
07:28:59 hudson.plugins.git.GitException: Could not init /var/jenkins/workspace/link-rewriter
07:28:59 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$4.execute(CliGitAPIImpl.java:473)
07:28:59 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:376)
07:28:59 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
07:28:59 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
07:28:59 	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
07:28:59 	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
07:28:59 	at hudson.remoting.Request$2.run(Request.java:328)
07:28:59 	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
07:28:59 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
07:28:59 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
07:28:59 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
07:28:59 	at java.lang.Thread.run(Thread.java:744)
07:28:59 Caused by: hudson.plugins.git.GitException: Error performing command: git init /var/jenkins/workspace/link-rewriter
07:28:59 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1283)
07:28:59 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1253)
07:28:59 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1249)
07:28:59 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1065)
07:28:59 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$4.execute(CliGitAPIImpl.java:471)
07:28:59 	... 11 more
07:28:59 Caused by: java.io.IOException: Cannot run program "git" (in directory "/var/jenkins/workspace/link-rewriter"): error=24, Zu viele offene Dateien
07:28:59 	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1041)
07:28:59 	at hudson.Proc$LocalProc.<init>(Proc.java:244)
07:28:59 	at hudson.Proc$LocalProc.<init>(Proc.java:216)
07:28:59 	at hudson.Launcher$LocalLauncher.launch(Launcher.java:773)
07:28:59 	at hudson.Launcher$ProcStarter.start(Launcher.java:353)
07:28:59 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1272)
07:28:59 	... 15 more
07:28:59 Caused by: java.io.IOException: error=24, Zu viele offene Dateien
07:28:59 	at java.lang.UNIXProcess.forkAndExec(Native Method)
07:28:59 	at java.lang.UNIXProcess.<init>(UNIXProcess.java:135)
07:28:59 	at java.lang.ProcessImpl.start(ProcessImpl.java:130)
07:28:59 	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1022)
07:28:59 	... 20 more
07:28:59 ERROR: null
07:28:59 Build step 'Dependency analysis' marked build as failure
07:28:59 IRC notifier plugin: Sending notification to: #textgrid
07:28:59 [BFA] Scanning build for known causes...
07:28:59 
07:28:59 [BFA] Done. 0s
07:29:00 Finished: FAILURE
[BFA] Scanning build for known causes...

[BFA] Done. 0s