Thanks Uwe.

I noticed Lucene-Solr-6.1-Linux was still running on Policeman Jenkins, so I 
disabled it as well. 

I also disabled the 6.1 jobs on ASF Jenkins.

--
Steve
www.lucidworks.com

> On Jun 16, 2016, at 12:16 PM, Uwe Schindler <u...@thetaphi.de> wrote:
> 
> Hi,
> 
> as 6.1 is out I disabled this job and nuked workspace.
> Unfortunately the Windows VMs are a bit limited in space (although they have 
> the largest disk!). If one of the jobs somehow uses much space (randomly) it 
> fcks up :-(
> 
> Uwe
> 
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: u...@thetaphi.de
> 
>> -----Original Message-----
>> From: Steve Rowe [mailto:sar...@gmail.com]
>> Sent: Thursday, June 16, 2016 4:23 PM
>> To: Uwe Schindler <u...@thetaphi.de>
>> Cc: Lucene Dev <dev@lucene.apache.org>
>> Subject: Re: [JENKINS] Lucene-Solr-6.x-Windows (32bit/jdk1.8.0_92) - Build #
>> 252 - Still Failing!
>> 
>> Uwe, looks like you have disk space problems on Policeman Jenkins:
>> 
>>> Caused by: java.io.IOException: There is not enough space on the disk
>> 
>> --
>> Steve
>> www.lucidworks.com
>> 
>>> On Jun 16, 2016, at 10:18 AM, Policeman Jenkins Server
>> <jenk...@thetaphi.de> wrote:
>>> 
>>> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Windows/252/
>>> Java: 32bit/jdk1.8.0_92 -client -XX:+UseParallelGC
>>> 
>>> No tests ran.
>>> 
>>> Build Log:
>>> [...truncated 14 lines...]
>>> FATAL: Exception caught during execution of reset command. {0}
>>> org.eclipse.jgit.api.errors.JGitInternalException: Exception caught during
>> execution of reset command. {0}
>>>     at org.eclipse.jgit.api.ResetCommand.call(ResetCommand.java:230)
>>>     at
>> org.jenkinsci.plugins.gitclient.JGitAPIImpl.clean(JGitAPIImpl.java:1299)
>>>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>>>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
>> Source)
>>>     at java.lang.reflect.Method.invoke(Unknown Source)
>>>     at
>> hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteI
>> nvocationHandler.java:884)
>>>     at
>> hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvoca
>> tionHandler.java:859)
>>>     at
>> hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvoca
>> tionHandler.java:818)
>>>     at hudson.remoting.UserRequest.perform(UserRequest.java:152)
>>>     at hudson.remoting.UserRequest.perform(UserRequest.java:50)
>>>     at hudson.remoting.Request$2.run(Request.java:332)
>>>     at
>> hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorSe
>> rvice.java:68)
>>>     at java.util.concurrent.FutureTask.run(Unknown Source)
>>>     at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown
>> Source)
>>>     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown
>> Source)
>>>     at java.lang.Thread.run(Unknown Source)
>>>     at ......remote call to Windows VBOX(Native Method)
>>>     at
>> hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
>>>     at hudson.remoting.UserResponse.retrieve(UserRequest.java:252)
>>>     at hudson.remoting.Channel.call(Channel.java:781)
>>>     at
>> hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandl
>> er.java:249)
>>>     at com.sun.proxy.$Proxy56.clean(Unknown Source)
>>>     at
>> org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:453)
>>>     at
>> hudson.plugins.git.extensions.impl.CleanBeforeCheckout.decorateFetchCo
>> mmand(CleanBeforeCheckout.java:32)
>>>     at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:806)
>>>     at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1066)
>>>     at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1097)
>>>     at hudson.scm.SCM.checkout(SCM.java:485)
>>>     at
>> hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
>>>     at
>> hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(Abstr
>> actBuild.java:604)
>>>     at
>> jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
>>>     at
>> hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:
>> 529)
>>>     at hudson.model.Run.execute(Run.java:1741)
>>>     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: java.io.IOException: There is not enough space on the disk
>>>     at java.io.FileOutputStream.writeBytes(Native Method)
>>>     at java.io.FileOutputStream.write(Unknown Source)
>>>     at
>> org.eclipse.jgit.internal.storage.file.LockFile$2.write(LockFile.java:327)
>>>     at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
>>>     at java.io.BufferedOutputStream.write(Unknown Source)
>>>     at java.security.DigestOutputStream.write(Unknown Source)
>>>     at
>> org.eclipse.jgit.dircache.DirCacheEntry.write(DirCacheEntry.java:299)
>>>     at org.eclipse.jgit.dircache.DirCache.writeTo(DirCache.java:670)
>>>     at org.eclipse.jgit.dircache.DirCache.write(DirCache.java:610)
>>>     at
>> org.eclipse.jgit.dircache.BaseDirCacheEditor.commit(BaseDirCacheEditor.java
>> :198)
>>>     at
>> org.eclipse.jgit.dircache.DirCacheBuilder.commit(DirCacheBuilder.java:72)
>>>     at
>> org.eclipse.jgit.dircache.DirCacheCheckout.doCheckout(DirCacheCheckout.ja
>> va:455)
>>>     at
>> org.eclipse.jgit.dircache.DirCacheCheckout.checkout(DirCacheCheckout.java:
>> 396)
>>>     at
>> org.eclipse.jgit.api.ResetCommand.checkoutIndex(ResetCommand.java:396)
>>>     at org.eclipse.jgit.api.ResetCommand.call(ResetCommand.java:203)
>>>     at
>> org.jenkinsci.plugins.gitclient.JGitAPIImpl.clean(JGitAPIImpl.java:1299)
>>>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>>>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
>> Source)
>>>     at java.lang.reflect.Method.invoke(Unknown Source)
>>>     at
>> hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteI
>> nvocationHandler.java:884)
>>>     at
>> hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvoca
>> tionHandler.java:859)
>>>     at
>> hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvoca
>> tionHandler.java:818)
>>>     at hudson.remoting.UserRequest.perform(UserRequest.java:152)
>>>     at hudson.remoting.UserRequest.perform(UserRequest.java:50)
>>>     at hudson.remoting.Request$2.run(Request.java:332)
>>>     at
>> hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorSe
>> rvice.java:68)
>>>     at java.util.concurrent.FutureTask.run(Unknown Source)
>>>     at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown
>> Source)
>>>     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown
>> Source)
>>>     at java.lang.Thread.run(Unknown Source)
>>> Archiving artifacts
>>> [WARNINGS] Skipping publisher since build result is FAILURE
>>> 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, C:\Users\jenkins\workspace\Lucene-Solr-6.x-
>> Windows\lucene\build\analysis\common\test\TEST-
>> org.apache.lucene.analysis.ar.TestArabicAnalyzer.xml is 10 hr 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
>> 
>> 
>> ---------------------------------------------------------------------
>> 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
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to