Thanks. Did you clean up all workspaces or only this one?
I was not in office, so I was not able to take action (on vacation in Cambridge to meet Alan, Charlie and Cao Manh Dat). I just have seen the millions of failing builds. Uwe ----- Uwe Schindler Achterdiek 19, D-28357 Bremen http://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: Steve Rowe <[email protected]> > Sent: Saturday, December 15, 2018 4:45 PM > To: Lucene Dev <[email protected]> > Subject: Re: [JENKINS] Lucene-Solr-repro - Build # 2483 - Still Failing > > Same problem, from a commit prior to Dawid's suite timeout fixes: from > https://builds.apache.org/view/L/view/Lucene/job/Lucene-Solr-NightlyTests- > master/1723 : > > Checking out Revision 774e9aefbcd1016f1681f13409b37d9b1068af37 > (refs/remotes/origin/master) > [...] > [junit4] HEARTBEAT J2 PID(15818@lucene1-us-west): 2018-12-14T21:37:03, > stalled for 47287s at: HdfsAutoAddReplicasIntegrationTest (suite) > [junit4] HEARTBEAT J0 PID(15819@lucene1-us-west): 2018-12-14T21:37:03, > stalled for 47323s at: HdfsCollectionsAPIDistributedZkTest (suite) > [junit4] Event bus dispatch error: java.io.IOException: No space left on > device > > I cleaned up the workspace. > > Steve > > > On Dec 15, 2018, at 6:59 AM, Apache Jenkins Server > <[email protected]> wrote: > > > > Build: https://builds.apache.org/job/Lucene-Solr-repro/2483/ > > > > [...truncated 9 lines...] > > ERROR: Error cloning remote repo 'origin' > > hudson.plugins.git.GitException: Could not init /home/jenkins/jenkins- > slave/workspace/Lucene-Solr-repro > > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:772) > > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:564) > > 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:212) > > at hudson.remoting.UserRequest.perform(UserRequest.java:54) > > at hudson.remoting.Request$2.run(Request.java:369) > > at > hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorSer > vice.java:72) > > at java.util.concurrent.FutureTask.run(FutureTask.java:266) > > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.jav > a:1142) > > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.ja > va:617) > > at java.lang.Thread.run(Thread.java:748) > > Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote > call to lucene > > at > hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741) > > at > hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.jav > a:357) > > at hudson.remoting.Channel.call(Channel.java:955) > > at > org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.e > xecute(RemoteGitImpl.java:146) > > at > sun.reflect.GeneratedMethodAccessor1641.invoke(Unknown Source) > > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess > orImpl.java:43) > > at java.lang.reflect.Method.invoke(Method.java:498) > > at > org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.in > voke(RemoteGitImpl.java:132) > > at com.sun.proxy.$Proxy118.execute(Unknown Source) > > at > hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1146) > > at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186) > > at hudson.scm.SCM.checkout(SCM.java:504) > > at > hudson.model.AbstractProject.checkout(AbstractProject.java:1208) > > at > hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(Abstr > actBuild.java:574) > > at > jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) > > at > hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java: > 499) > > at hudson.model.Run.execute(Run.java:1794) > > at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) > > at > hudson.model.ResourceController.execute(ResourceController.java:97) > > at hudson.model.Executor.run(Executor.java:429) > > Caused by: hudson.plugins.git.GitException: Command "git init > /home/jenkins/jenkins-slave/workspace/Lucene-Solr-repro" returned status > code 1: > > stdout: > > stderr: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-repro/.git: No > space left on device > > > > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.j > ava:2002) > > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.j > ava:1970) > > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.j > ava:1966) > > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.ja > va:1597) > > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:770) > > ... 11 more > > ERROR: Error cloning remote repo 'origin' > > Retrying after 10 seconds > > Cloning the remote Git repository > > Cloning repository git://git.apache.org/lucene-solr.git > >> git init /home/jenkins/jenkins-slave/workspace/Lucene-Solr-repro # > timeout=10 > > ERROR: Error cloning remote repo 'origin' > > hudson.plugins.git.GitException: Could not init /home/jenkins/jenkins- > slave/workspace/Lucene-Solr-repro > > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:772) > > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:564) > > 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:212) > > at hudson.remoting.UserRequest.perform(UserRequest.java:54) > > at hudson.remoting.Request$2.run(Request.java:369) > > at > hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorSer > vice.java:72) > > at java.util.concurrent.FutureTask.run(FutureTask.java:266) > > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.jav > a:1142) > > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.ja > va:617) > > at java.lang.Thread.run(Thread.java:748) > > Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote > call to lucene > > at > hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741) > > at > hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.jav > a:357) > > at hudson.remoting.Channel.call(Channel.java:955) > > at > org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.e > xecute(RemoteGitImpl.java:146) > > at > sun.reflect.GeneratedMethodAccessor1641.invoke(Unknown Source) > > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess > orImpl.java:43) > > at java.lang.reflect.Method.invoke(Method.java:498) > > at > org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.in > voke(RemoteGitImpl.java:132) > > at com.sun.proxy.$Proxy118.execute(Unknown Source) > > at > hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1146) > > at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186) > > at hudson.scm.SCM.checkout(SCM.java:504) > > at > hudson.model.AbstractProject.checkout(AbstractProject.java:1208) > > at > hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(Abstr > actBuild.java:574) > > at > jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) > > at > hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java: > 499) > > at hudson.model.Run.execute(Run.java:1794) > > at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) > > at > hudson.model.ResourceController.execute(ResourceController.java:97) > > at hudson.model.Executor.run(Executor.java:429) > > Caused by: hudson.plugins.git.GitException: Command "git init > /home/jenkins/jenkins-slave/workspace/Lucene-Solr-repro" returned status > code 1: > > stdout: > > stderr: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-repro/.git: No > space left on device > > > > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.j > ava:2002) > > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.j > ava:1970) > > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.j > ava:1966) > > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.ja > va:1597) > > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:770) > > ... 11 more > > ERROR: Error cloning remote repo 'origin' > > Retrying after 10 seconds > > Cloning the remote Git repository > > Cloning repository git://git.apache.org/lucene-solr.git > >> git init /home/jenkins/jenkins-slave/workspace/Lucene-Solr-repro # > timeout=10 > > ERROR: Error cloning remote repo 'origin' > > hudson.plugins.git.GitException: Could not init /home/jenkins/jenkins- > slave/workspace/Lucene-Solr-repro > > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:772) > > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:564) > > 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:212) > > at hudson.remoting.UserRequest.perform(UserRequest.java:54) > > at hudson.remoting.Request$2.run(Request.java:369) > > at > hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorSer > vice.java:72) > > at java.util.concurrent.FutureTask.run(FutureTask.java:266) > > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.jav > a:1142) > > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.ja > va:617) > > at java.lang.Thread.run(Thread.java:748) > > Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote > call to lucene > > at > hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741) > > at > hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.jav > a:357) > > at hudson.remoting.Channel.call(Channel.java:955) > > at > org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.e > xecute(RemoteGitImpl.java:146) > > at > sun.reflect.GeneratedMethodAccessor1641.invoke(Unknown Source) > > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess > orImpl.java:43) > > at java.lang.reflect.Method.invoke(Method.java:498) > > at > org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.in > voke(RemoteGitImpl.java:132) > > at com.sun.proxy.$Proxy118.execute(Unknown Source) > > at > hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1146) > > at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186) > > at hudson.scm.SCM.checkout(SCM.java:504) > > at > hudson.model.AbstractProject.checkout(AbstractProject.java:1208) > > at > hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(Abstr > actBuild.java:574) > > at > jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) > > at > hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java: > 499) > > at hudson.model.Run.execute(Run.java:1794) > > at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) > > at > hudson.model.ResourceController.execute(ResourceController.java:97) > > at hudson.model.Executor.run(Executor.java:429) > > Caused by: hudson.plugins.git.GitException: Command "git init > /home/jenkins/jenkins-slave/workspace/Lucene-Solr-repro" returned status > code 1: > > stdout: > > stderr: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-repro/.git: No > space left on device > > > > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.j > ava:2002) > > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.j > ava:1970) > > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.j > ava:1966) > > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.ja > va:1597) > > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:770) > > ... 11 more > > ERROR: Error cloning remote repo 'origin' > > Archiving artifacts > > Recording test results > > Email was triggered for: Failure - Any > > Sending email for trigger: Failure - Any > > > > --------------------------------------------------------------------- > > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
