Hi, We had some fun with partition resizing, but all went well :-) Thanks also @ infra. Jenkins back online and we have enough space:
uschindler@lucene1-us-west:~$ df -k /home/jenkins/jenkins-slave/workspace/ Filesystem 1K-blocks Used Available Use% Mounted on /dev/sdb1 139204584 64770856 67916324 49% /x1 Uwe ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -----Original Message----- > From: Uwe Schindler [mailto:u...@thetaphi.de] > Sent: Monday, April 25, 2016 10:14 PM > To: Steve Rowe <sar...@gmail.com>; dev@lucene.apache.org > Subject: Re: [JENKINS] Lucene-Solr-Tests-5.5-Java8 - Build # 10 - Still > Failing > > Thanks! > > Uwe > > Am 25. April 2016 22:10:06 MESZ, schrieb Steve Rowe <sar...@gmail.com>: > >I created an issue to request more disk space on the lucene Jenkins > >slave: <https://issues.apache.org/jira/browse/INFRA-11743>. > > > >-- > >Steve > >www.lucidworks > > > >> On Apr 25, 2016, at 3:07 PM, Uwe Schindler <u...@thetaphi.de> wrote: > >> > >> Hi, > >> > >> I am fine with that. I'd suggest to ask them to ideally resize the > >underlaying VM virtual disk and we resize the file system afterwards. > >Otherwise we may need a completely new device and copy ask stuff over. > >> > >> I did the "resize virtual disk" workflow several times in Virtualbox > >on Policeman Jenkins and also in VMware infrastructures. Not a big deal > >with virtual devices :) You just have to know how to do this: enlarge > >disk, reboot VM, start fdisk and update partition table, call e2resize > >to enlarge file system. > >> > >> Uwe > >> > >> Am 25. April 2016 20:32:21 MESZ, schrieb Steve Rowe > ><sar...@gmail.com>: > >>> I wiped out the workspaces for all the disabled 6.0 jobs, which > >>> reclaimed a little under 12GB. Here’s where we are now: > >>> > >>> $ df -k /home/jenkins/jenkins-slave/workspace/ > >>> Filesystem 1K-blocks Used Available Use% Mounted on > >>> /dev/sdb1 82437808 66355440 11871732 85% /x1 > >>> > >>> (For some reason the Jenkins UI claimed there was no workspace for > >two > >>> jobs - Lucene-Solr-Tests-6.0 and Solr-Artifacts-6.0 - even though > >the > >>> directories existed, so I logged into the VM and rm -rf’d them > >>> manually.) > >>> > >>> Uwe, unless you naysay it in the next day or so, I’ll be filing a > >JIRA > >>> requesting more disk space. > >>> > >>> -- > >>> Steve > >>> www.lucidworks.com > >>> > >>>> On Apr 25, 2016, at 2:05 PM, Steve Rowe <sar...@gmail.com> wrote: > >>>> > >>>> Just before these errors started, there were a couple failures > >about > >>> the disk being full. I’ll go see what can be cleaned up. > >>>> > >>>> I think we should ask for more disk space. Uwe, last time I > >brought > >>> this up, you said it wasn’t necessary. Do you still think that? > >>>> > >>>> Steve > >>>> > >>>>> On Apr 25, 2016, at 1:05 PM, Anshum Gupta > <ans...@anshumgupta.net> > >>> wrote: > >>>>> > >>>>> Does any one have an idea about what's happening here? From what > I > >>> read online, seems like it could be a plugin issue. > >>>>> > >>>>> On Mon, Apr 25, 2016 at 9:41 AM, Apache Jenkins Server > >>> <jenk...@builds.apache.org> wrote: > >>>>> Build: > >https://builds.apache.org/job/Lucene-Solr-Tests-5.5-Java8/10/ > >>>>> > >>>>> No tests ran. > >>>>> > >>>>> Build Log: > >>>>> [...truncated 10 lines...] > >>>>> ERROR: Error fetching remote repo 'origin' > >>>>> hudson.plugins.git.GitException: Failed to fetch from > >>> git://git.apache.org/lucene-solr.git > >>>>> at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:766) > >>>>> at > >>> hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1022) > >>>>> at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1053) > >>>>> at hudson.scm.SCM.checkout(SCM.java:485) > >>>>> at > >>> hudson.model.AbstractProject.checkout(AbstractProject.java:1276) > >>>>> at > >>> > >hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(Abst > ractBuild.java:607) > >>>>> at > >>> > >jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86 > ) > >>>>> at > >>> > >hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java > :529) > >>>>> at hudson.model.Run.execute(Run.java:1738) > >>>>> at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) > >>>>> at > >>> hudson.model.ResourceController.execute(ResourceController.java:98) > >>>>> at hudson.model.Executor.run(Executor.java:410) > >>>>> Caused by: hudson.plugins.git.GitException: Command "git reset > >>> --hard" returned status code 128: > >>>>> stdout: > >>>>> stderr: fatal: Could not write new index file. > >>>>> > >>>>> at > >>> > >org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImp > l.java:1693) > >>>>> at > >>> > >org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImp > l.java:1669) > >>>>> at > >>> > >org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImp > l.java:1665) > >>>>> at > >>> > >org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.j > ava:1307) > >>>>> at > >>> > >org.jenkinsci.plugins.gitclient.CliGitAPIImpl.reset(CliGitAPIImpl.java:371) > >>>>> at > >>> > >org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:669) > >>>>> at hudson.plugins.git.GitAPI.clean(GitAPI.java:311) > >>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > >>> Method) > >>>>> at > >>> > >sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl > .java:57) > >>>>> at > >>> > >sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce > ssorImpl.java:43) > >>>>> at java.lang.reflect.Method.invoke(Method.java:606) > >>>>> at > >>> > >hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(Remote > InvocationHandler.java:608) > >>>>> at > >>> > >hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvo > cationHandler.java:583) > >>>>> at > >>> > >hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvo > cationHandler.java:542) > >>>>> at hudson.remoting.UserRequest.perform(UserRequest.java:120) > >>>>> at hudson.remoting.UserRequest.perform(UserRequest.java:48) > >>>>> at hudson.remoting.Request$2.run(Request.java:326) > >>>>> at > >>> > >hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorS > ervice.java:68) > >>>>> at java.util.concurrent.FutureTask.run(FutureTask.java:262) > >>>>> at > >>> > >java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.ja > va:1145) > >>>>> at > >>> > >java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.j > ava:615) > >>>>> at java.lang.Thread.run(Thread.java:745) > >>>>> at ......remote call to lucene(Native Method) > >>>>> at > >>> hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416) > >>>>> at > >>> hudson.remoting.UserResponse.retrieve(UserRequest.java:220) > >>>>> at hudson.remoting.Channel.call(Channel.java:781) > >>>>> at > >>> > >hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHan > dler.java:250) > >>>>> at com.sun.proxy.$Proxy115.clean(Unknown Source) > >>>>> at > >>> > >org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:45 > 3) > >>>>> at > >>> > >hudson.plugins.git.extensions.impl.CleanBeforeCheckout.decorateFetchCo > mmand(CleanBeforeCheckout.java:32) > >>>>> at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:762) > >>>>> ... 11 more > >>>>> ERROR: null > >>>>> Retrying after 10 seconds > >>>>>> git rev-parse --is-inside-work-tree # timeout=10 > >>>>> Fetching changes from the remote Git repository > >>>>>> git config remote.origin.url git://git.apache.org/lucene-solr.git > ># > >>> timeout=10 > >>>>> Cleaning workspace > >>>>>> git rev-parse --verify HEAD # timeout=10 > >>>>> Resetting working tree > >>>>>> git reset --hard # timeout=10 > >>>>> ERROR: Error fetching remote repo 'origin' > >>>>> hudson.plugins.git.GitException: Failed to fetch from > >>> git://git.apache.org/lucene-solr.git > >>>>> at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:766) > >>>>> at > >>> hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1022) > >>>>> at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1053) > >>>>> at hudson.scm.SCM.checkout(SCM.java:485) > >>>>> at > >>> hudson.model.AbstractProject.checkout(AbstractProject.java:1276) > >>>>> at > >>> > >hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(Abst > ractBuild.java:607) > >>>>> at > >>> > >jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86 > ) > >>>>> at > >>> > >hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java > :529) > >>>>> at hudson.model.Run.execute(Run.java:1738) > >>>>> at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) > >>>>> at > >>> hudson.model.ResourceController.execute(ResourceController.java:98) > >>>>> at hudson.model.Executor.run(Executor.java:410) > >>>>> Caused by: hudson.plugins.git.GitException: Command "git reset > >>> --hard" returned status code 128: > >>>>> stdout: > >>>>> stderr: fatal: Could not write new index file. > >>>>> > >>>>> at > >>> > >org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImp > l.java:1693) > >>>>> at > >>> > >org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImp > l.java:1669) > >>>>> at > >>> > >org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImp > l.java:1665) > >>>>> at > >>> > >org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.j > ava:1307) > >>>>> at > >>> > >org.jenkinsci.plugins.gitclient.CliGitAPIImpl.reset(CliGitAPIImpl.java:371) > >>>>> at > >>> > >org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:669) > >>>>> at hudson.plugins.git.GitAPI.clean(GitAPI.java:311) > >>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > >>> Method) > >>>>> at > >>> > >sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl > .java:57) > >>>>> at > >>> > >sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce > ssorImpl.java:43) > >>>>> at java.lang.reflect.Method.invoke(Method.java:606) > >>>>> at > >>> > >hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(Remote > InvocationHandler.java:608) > >>>>> at > >>> > >hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvo > cationHandler.java:583) > >>>>> at > >>> > >hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvo > cationHandler.java:542) > >>>>> at hudson.remoting.UserRequest.perform(UserRequest.java:120) > >>>>> at hudson.remoting.UserRequest.perform(UserRequest.java:48) > >>>>> at hudson.remoting.Request$2.run(Request.java:326) > >>>>> at > >>> > >hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorS > ervice.java:68) > >>>>> at java.util.concurrent.FutureTask.run(FutureTask.java:262) > >>>>> at > >>> > >java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.ja > va:1145) > >>>>> at > >>> > >java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.j > ava:615) > >>>>> at java.lang.Thread.run(Thread.java:745) > >>>>> at ......remote call to lucene(Native Method) > >>>>> at > >>> hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416) > >>>>> at > >>> hudson.remoting.UserResponse.retrieve(UserRequest.java:220) > >>>>> at hudson.remoting.Channel.call(Channel.java:781) > >>>>> at > >>> > >hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHan > dler.java:250) > >>>>> at com.sun.proxy.$Proxy115.clean(Unknown Source) > >>>>> at > >>> > >org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:45 > 3) > >>>>> at > >>> > >hudson.plugins.git.extensions.impl.CleanBeforeCheckout.decorateFetchCo > mmand(CleanBeforeCheckout.java:32) > >>>>> at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:762) > >>>>> ... 11 more > >>>>> ERROR: null > >>>>> Retrying after 10 seconds > >>>>>> git rev-parse --is-inside-work-tree # timeout=10 > >>>>> Fetching changes from the remote Git repository > >>>>>> git config remote.origin.url git://git.apache.org/lucene-solr.git > ># > >>> timeout=10 > >>>>> Cleaning workspace > >>>>>> git rev-parse --verify HEAD # timeout=10 > >>>>> Resetting working tree > >>>>>> git reset --hard # timeout=10 > >>>>> ERROR: Error fetching remote repo 'origin' > >>>>> hudson.plugins.git.GitException: Failed to fetch from > >>> git://git.apache.org/lucene-solr.git > >>>>> at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:766) > >>>>> at > >>> hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1022) > >>>>> at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1053) > >>>>> at hudson.scm.SCM.checkout(SCM.java:485) > >>>>> at > >>> hudson.model.AbstractProject.checkout(AbstractProject.java:1276) > >>>>> at > >>> > >hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(Abst > ractBuild.java:607) > >>>>> at > >>> > >jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86 > ) > >>>>> at > >>> > >hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java > :529) > >>>>> at hudson.model.Run.execute(Run.java:1738) > >>>>> at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) > >>>>> at > >>> hudson.model.ResourceController.execute(ResourceController.java:98) > >>>>> at hudson.model.Executor.run(Executor.java:410) > >>>>> Caused by: hudson.plugins.git.GitException: Command "git reset > >>> --hard" returned status code 128: > >>>>> stdout: > >>>>> stderr: fatal: Could not write new index file. > >>>>> > >>>>> at > >>> > >org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImp > l.java:1693) > >>>>> at > >>> > >org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImp > l.java:1669) > >>>>> at > >>> > >org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImp > l.java:1665) > >>>>> at > >>> > >org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.j > ava:1307) > >>>>> at > >>> > >org.jenkinsci.plugins.gitclient.CliGitAPIImpl.reset(CliGitAPIImpl.java:371) > >>>>> at > >>> > >org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:669) > >>>>> at hudson.plugins.git.GitAPI.clean(GitAPI.java:311) > >>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > >>> Method) > >>>>> at > >>> > >sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl > .java:57) > >>>>> at > >>> > >sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce > ssorImpl.java:43) > >>>>> at java.lang.reflect.Method.invoke(Method.java:606) > >>>>> at > >>> > >hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(Remote > InvocationHandler.java:608) > >>>>> at > >>> > >hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvo > cationHandler.java:583) > >>>>> at > >>> > >hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvo > cationHandler.java:542) > >>>>> at hudson.remoting.UserRequest.perform(UserRequest.java:120) > >>>>> at hudson.remoting.UserRequest.perform(UserRequest.java:48) > >>>>> at hudson.remoting.Request$2.run(Request.java:326) > >>>>> at > >>> > >hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorS > ervice.java:68) > >>>>> at java.util.concurrent.FutureTask.run(FutureTask.java:262) > >>>>> at > >>> > >java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.ja > va:1145) > >>>>> at > >>> > >java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.j > ava:615) > >>>>> at java.lang.Thread.run(Thread.java:745) > >>>>> at ......remote call to lucene(Native Method) > >>>>> at > >>> hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416) > >>>>> at > >>> hudson.remoting.UserResponse.retrieve(UserRequest.java:220) > >>>>> at hudson.remoting.Channel.call(Channel.java:781) > >>>>> at > >>> > >hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHan > dler.java:250) > >>>>> at com.sun.proxy.$Proxy115.clean(Unknown Source) > >>>>> at > >>> > >org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:45 > 3) > >>>>> at > >>> > >hudson.plugins.git.extensions.impl.CleanBeforeCheckout.decorateFetchCo > mmand(CleanBeforeCheckout.java:32) > >>>>> at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:762) > >>>>> ... 11 more > >>>>> ERROR: null > >>>>> Archiving artifacts > >>>>> Recording test results > >>>>> ERROR: Step ‘Publish JUnit test result report’ failed: Test > >reports > >>> were found but none of them are new. Did tests run? > >>>>> For example, > >>> > >/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5- > Java8/lucene/build/core/test/TEST-org.apache.lucene.TestAssertions.xml > >>> is 2 hr 58 min old > >>>>> > >>>>> Email was triggered for: Failure - Any > >>>>> Sending email for trigger: Failure - Any > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>> > >--------------------------------------------------------------------- > >>>>> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > >>>>> For additional commands, e-mail: dev-h...@lucene.apache.org > >>>>> > >>>>> > >>>>> > >>>>> -- > >>>>> Anshum Gupta > >>>> > >>> > >>> > >>> > >--------------------------------------------------------------------- > >>> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > >>> For additional commands, e-mail: dev-h...@lucene.apache.org > >> > >> -- > >> Uwe Schindler > >> H.-H.-Meier-Allee 63, 28213 Bremen > >> http://www.thetaphi.de > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > >For additional commands, e-mail: dev-h...@lucene.apache.org > > -- > Uwe Schindler > H.-H.-Meier-Allee 63, 28213 Bremen > http://www.thetaphi.de > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > For additional commands, e-mail: dev-h...@lucene.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org