Console Output

12:11:07 Started by an SCM change
12:11:07 Building remotely on build1 (indigo latex helios digibib) in workspace /var/jenkins/workspace/Aggregator
12:11:07  > git rev-parse --is-inside-work-tree
12:11:07 ERROR: Workspace has a .git repository, but it appears to be corrupt.
12:11:07 hudson.plugins.git.GitException: Error performing command: git rev-parse --is-inside-work-tree
12:11:07 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1332)
12:11:07 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1301)
12:11:07 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1297)
12:11:07 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1084)
12:11:07 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1094)
12:11:07 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.hasGitRepo(CliGitAPIImpl.java:172)
12:11:07 	at hudson.plugins.git.GitAPI.hasGitRepo(GitAPI.java:186)
12:11:07 	at sun.reflect.GeneratedMethodAccessor97.invoke(Unknown Source)
12:11:07 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:11:07 	at java.lang.reflect.Method.invoke(Method.java:606)
12:11:07 	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:311)
12:11:07 	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:292)
12:11:07 	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:251)
12:11:07 	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
12:11:07 	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
12:11:07 	at hudson.remoting.Request$2.run(Request.java:328)
12:11:07 	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
12:11:07 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
12:11:07 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
12:11:07 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
12:11:07 	at java.lang.Thread.run(Thread.java:745)
12:11:07 Caused by: java.io.IOException: Cannot run program "git" (in directory "/var/jenkins/workspace/Aggregator"): error=24, Zu viele offene Dateien
12:11:07 	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1041)
12:11:07 	at hudson.Proc$LocalProc.<init>(Proc.java:244)
12:11:07 	at hudson.Proc$LocalProc.<init>(Proc.java:216)
12:11:07 	at hudson.Launcher$LocalLauncher.launch(Launcher.java:775)
12:11:07 	at hudson.Launcher$ProcStarter.start(Launcher.java:355)
12:11:07 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1321)
12:11:07 	... 20 more
12:11:07 Caused by: java.io.IOException: error=24, Zu viele offene Dateien
12:11:07 	at java.lang.UNIXProcess.forkAndExec(Native Method)
12:11:07 	at java.lang.UNIXProcess.<init>(UNIXProcess.java:186)
12:11:07 	at java.lang.ProcessImpl.start(ProcessImpl.java:130)
12:11:07 	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1022)
12:11:07 	... 25 more
12:11:07 Cloning the remote Git repository
12:11:07 Cloning repository git@git.projects.gwdg.de:aggregator.git
12:11:09  > git init /var/jenkins/workspace/Aggregator
12:11:09 ERROR: Error cloning remote repo 'origin'
12:11:09 hudson.plugins.git.GitException: Could not init /var/jenkins/workspace/Aggregator
12:11:09 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$4.execute(CliGitAPIImpl.java:476)
12:11:09 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:379)
12:11:09 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
12:11:09 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
12:11:09 	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
12:11:09 	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
12:11:09 	at hudson.remoting.Request$2.run(Request.java:328)
12:11:09 	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
12:11:09 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
12:11:09 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
12:11:09 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
12:11:09 	at java.lang.Thread.run(Thread.java:745)
12:11:09 Caused by: hudson.plugins.git.GitException: Error performing command: git init /var/jenkins/workspace/Aggregator
12:11:09 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1332)
12:11:09 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1301)
12:11:09 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1297)
12:11:09 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1084)
12:11:09 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$4.execute(CliGitAPIImpl.java:474)
12:11:09 	... 11 more
12:11:09 Caused by: java.io.IOException: Cannot run program "git" (in directory "/var/jenkins/workspace/Aggregator"): error=24, Zu viele offene Dateien
12:11:09 	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1041)
12:11:09 	at hudson.Proc$LocalProc.<init>(Proc.java:244)
12:11:09 	at hudson.Proc$LocalProc.<init>(Proc.java:216)
12:11:09 	at hudson.Launcher$LocalLauncher.launch(Launcher.java:775)
12:11:09 	at hudson.Launcher$ProcStarter.start(Launcher.java:355)
12:11:09 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1321)
12:11:09 	... 15 more
12:11:09 Caused by: java.io.IOException: error=24, Zu viele offene Dateien
12:11:09 	at java.lang.UNIXProcess.forkAndExec(Native Method)
12:11:09 	at java.lang.UNIXProcess.<init>(UNIXProcess.java:186)
12:11:09 	at java.lang.ProcessImpl.start(ProcessImpl.java:130)
12:11:09 	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1022)
12:11:09 	... 20 more
12:11:09 ERROR: null
12:11:09 Skipped archiving because build is not successful
12:11:09 Build step 'Dependency analysis' marked build as failure
12:11:09 IRC notifier plugin: Sending notification to: #textgrid
12:11:09 Email was triggered for: Failure - 1st
12:11:09 Trigger Failure - Any was overridden by another trigger and will not send an email.
12:11:09 Trigger Failure - Still was overridden by another trigger and will not send an email.
12:11:09 Sending email for trigger: Failure - 1st
12:11:09 Sending email to: thorsten.vitt@uni-wuerzburg.de
12:11:10 [BFA] Scanning build for known causes...
12:11:10 
12:11:10 [BFA] Done. 0s
12:11:10 Finished: FAILURE