Re: [JENKINS] Lucene-Solr-NightlyTests-5.x - Build # 690 - Failure

2014-12-02 Thread Michael McCandless
I committed a fix: the test got MockRandomMP, causing O(N^2) merging

Mike McCandless

http://blog.mikemccandless.com


On Mon, Dec 1, 2014 at 5:14 PM, Michael McCandless
 wrote:
> I'll dig.
>
> Mike McCandless
>
> http://blog.mikemccandless.com
>
>
> On Mon, Dec 1, 2014 at 5:12 PM, Apache Jenkins Server
>  wrote:
>> Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/690/
>>
>> 2 tests failed.
>> REGRESSION:  
>> org.apache.lucene.index.TestDemoParallelLeafReader.testRandomMultipleSchemaGensSameField
>>
>> Error Message:
>> Test abandoned because suite timeout was reached.
>>
>> Stack Trace:
>> java.lang.Exception: Test abandoned because suite timeout was reached.
>> at __randomizedtesting.SeedInfo.seed([1A30B36FF7E830A0]:0)
>>
>>
>> FAILED:  
>> junit.framework.TestSuite.org.apache.lucene.index.TestDemoParallelLeafReader
>>
>> Error Message:
>> Suite timeout exceeded (>= 720 msec).
>>
>> Stack Trace:
>> java.lang.Exception: Suite timeout exceeded (>= 720 msec).
>> at __randomizedtesting.SeedInfo.seed([1A30B36FF7E830A0]:0)
>>
>>
>>
>>
>> Build Log:
>> [...truncated 1679 lines...]
>>[junit4] Suite: org.apache.lucene.index.TestDemoParallelLeafReader
>>[junit4]   2> ??? 01, 2014 10:21:13 ? 
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
>>[junit4]   2> WARNING: Suite execution timed out: 
>> org.apache.lucene.index.TestDemoParallelLeafReader
>>[junit4]   2>  jstack at approximately timeout time 
>>[junit4]   2> 
>> "TEST-TestDemoParallelLeafReader.testRandomMultipleSchemaGensSameField-seed#[1A30B36FF7E830A0]"
>>  ID=22 RUNNABLE
>>[junit4]   2>at sun.nio.fs.UnixNativeDispatcher.open0(Native 
>> Method)
>>[junit4]   2>at 
>> sun.nio.fs.UnixNativeDispatcher.open(UnixNativeDispatcher.java:71)
>>[junit4]   2>at 
>> sun.nio.fs.UnixChannelFactory.open(UnixChannelFactory.java:258)
>>[junit4]   2>at 
>> sun.nio.fs.UnixChannelFactory.newFileChannel(UnixChannelFactory.java:136)
>>[junit4]   2>at 
>> sun.nio.fs.UnixChannelFactory.newFileChannel(UnixChannelFactory.java:149)
>>[junit4]   2>at 
>> sun.nio.fs.UnixFileSystemProvider.newFileChannel(UnixFileSystemProvider.java:175)
>>[junit4]   2>at 
>> org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:180)
>>[junit4]   2>at 
>> org.apache.lucene.mockfile.DisableFsyncFS.newFileChannel(DisableFsyncFS.java:46)
>>[junit4]   2>at 
>> org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:180)
>>[junit4]   2>at 
>> org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:151)
>>[junit4]   2>at 
>> org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:180)
>>[junit4]   2>at 
>> org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:151)
>>[junit4]   2>at 
>> java.nio.channels.FileChannel.open(FileChannel.java:287)
>>[junit4]   2>at 
>> java.nio.channels.FileChannel.open(FileChannel.java:334)
>>[junit4]   2>at 
>> org.apache.lucene.store.MMapDirectory.openInput(MMapDirectory.java:205)
>>[junit4]   2>at 
>> org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:80)
>>[junit4]   2>at 
>> org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:654)
>>[junit4]   2>- locked 
>> org.apache.lucene.store.MockDirectoryWrapper@3f04f430
>>[junit4]   2>at 
>> org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:80)
>>[junit4]   2>at 
>> org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.write(Lucene50CompoundFormat.java:91)
>>[junit4]   2>at 
>> org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:4504)
>>[junit4]   2>at 
>> org.apache.lucene.index.DocumentsWriterPerThread.sealFlushedSegment(DocumentsWriterPerThread.java:509)
>>[junit4]   2>at 
>> org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:476)
>>[junit4]   2>at 
>> org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:514)
>>[junit4]   2>at 
>> org.apache.lucene.index.DocumentsWriter.postUpdate(DocumentsWriter.java:379)
>>[junit4]   2>at 
>> org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:478)
>>[junit4]   2>at 
>> org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1398)
>>[junit4]   2>at 
>> org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1133)
>>[junit4]   2>at 
>> org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1118)
>>[junit4]   2>at 
>> org.apache.lucene.index.TestDemoParallelLeafReader$3.reindex(TestDem

Re: [JENKINS] Lucene-Solr-NightlyTests-5.x - Build # 690 - Failure

2014-12-01 Thread Michael McCandless
I'll dig.

Mike McCandless

http://blog.mikemccandless.com


On Mon, Dec 1, 2014 at 5:12 PM, Apache Jenkins Server
 wrote:
> Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/690/
>
> 2 tests failed.
> REGRESSION:  
> org.apache.lucene.index.TestDemoParallelLeafReader.testRandomMultipleSchemaGensSameField
>
> Error Message:
> Test abandoned because suite timeout was reached.
>
> Stack Trace:
> java.lang.Exception: Test abandoned because suite timeout was reached.
> at __randomizedtesting.SeedInfo.seed([1A30B36FF7E830A0]:0)
>
>
> FAILED:  
> junit.framework.TestSuite.org.apache.lucene.index.TestDemoParallelLeafReader
>
> Error Message:
> Suite timeout exceeded (>= 720 msec).
>
> Stack Trace:
> java.lang.Exception: Suite timeout exceeded (>= 720 msec).
> at __randomizedtesting.SeedInfo.seed([1A30B36FF7E830A0]:0)
>
>
>
>
> Build Log:
> [...truncated 1679 lines...]
>[junit4] Suite: org.apache.lucene.index.TestDemoParallelLeafReader
>[junit4]   2> ??? 01, 2014 10:21:13 ? 
> com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
>[junit4]   2> WARNING: Suite execution timed out: 
> org.apache.lucene.index.TestDemoParallelLeafReader
>[junit4]   2>  jstack at approximately timeout time 
>[junit4]   2> 
> "TEST-TestDemoParallelLeafReader.testRandomMultipleSchemaGensSameField-seed#[1A30B36FF7E830A0]"
>  ID=22 RUNNABLE
>[junit4]   2>at sun.nio.fs.UnixNativeDispatcher.open0(Native 
> Method)
>[junit4]   2>at 
> sun.nio.fs.UnixNativeDispatcher.open(UnixNativeDispatcher.java:71)
>[junit4]   2>at 
> sun.nio.fs.UnixChannelFactory.open(UnixChannelFactory.java:258)
>[junit4]   2>at 
> sun.nio.fs.UnixChannelFactory.newFileChannel(UnixChannelFactory.java:136)
>[junit4]   2>at 
> sun.nio.fs.UnixChannelFactory.newFileChannel(UnixChannelFactory.java:149)
>[junit4]   2>at 
> sun.nio.fs.UnixFileSystemProvider.newFileChannel(UnixFileSystemProvider.java:175)
>[junit4]   2>at 
> org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:180)
>[junit4]   2>at 
> org.apache.lucene.mockfile.DisableFsyncFS.newFileChannel(DisableFsyncFS.java:46)
>[junit4]   2>at 
> org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:180)
>[junit4]   2>at 
> org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:151)
>[junit4]   2>at 
> org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:180)
>[junit4]   2>at 
> org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:151)
>[junit4]   2>at 
> java.nio.channels.FileChannel.open(FileChannel.java:287)
>[junit4]   2>at 
> java.nio.channels.FileChannel.open(FileChannel.java:334)
>[junit4]   2>at 
> org.apache.lucene.store.MMapDirectory.openInput(MMapDirectory.java:205)
>[junit4]   2>at 
> org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:80)
>[junit4]   2>at 
> org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:654)
>[junit4]   2>- locked 
> org.apache.lucene.store.MockDirectoryWrapper@3f04f430
>[junit4]   2>at 
> org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:80)
>[junit4]   2>at 
> org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.write(Lucene50CompoundFormat.java:91)
>[junit4]   2>at 
> org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:4504)
>[junit4]   2>at 
> org.apache.lucene.index.DocumentsWriterPerThread.sealFlushedSegment(DocumentsWriterPerThread.java:509)
>[junit4]   2>at 
> org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:476)
>[junit4]   2>at 
> org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:514)
>[junit4]   2>at 
> org.apache.lucene.index.DocumentsWriter.postUpdate(DocumentsWriter.java:379)
>[junit4]   2>at 
> org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:478)
>[junit4]   2>at 
> org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1398)
>[junit4]   2>at 
> org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1133)
>[junit4]   2>at 
> org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1118)
>[junit4]   2>at 
> org.apache.lucene.index.TestDemoParallelLeafReader$3.reindex(TestDemoParallelLeafReader.java:823)
>[junit4]   2>at 
> org.apache.lucene.index.TestDemoParallelLeafReader$ReindexingReader.getParallelLeafReader(TestDemoParallelLeafReader.java:394)
>[junit4]   2>- locked 
> org.apache.lucene.index.TestDemoParallelLeafReader$3@1b66d903
>[

[JENKINS] Lucene-Solr-NightlyTests-5.x - Build # 690 - Failure

2014-12-01 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/690/

2 tests failed.
REGRESSION:  
org.apache.lucene.index.TestDemoParallelLeafReader.testRandomMultipleSchemaGensSameField

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
at __randomizedtesting.SeedInfo.seed([1A30B36FF7E830A0]:0)


FAILED:  
junit.framework.TestSuite.org.apache.lucene.index.TestDemoParallelLeafReader

Error Message:
Suite timeout exceeded (>= 720 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 720 msec).
at __randomizedtesting.SeedInfo.seed([1A30B36FF7E830A0]:0)




Build Log:
[...truncated 1679 lines...]
   [junit4] Suite: org.apache.lucene.index.TestDemoParallelLeafReader
   [junit4]   2> ??? 01, 2014 10:21:13 ? 
com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
   [junit4]   2> WARNING: Suite execution timed out: 
org.apache.lucene.index.TestDemoParallelLeafReader
   [junit4]   2>  jstack at approximately timeout time 
   [junit4]   2> 
"TEST-TestDemoParallelLeafReader.testRandomMultipleSchemaGensSameField-seed#[1A30B36FF7E830A0]"
 ID=22 RUNNABLE
   [junit4]   2>at sun.nio.fs.UnixNativeDispatcher.open0(Native Method)
   [junit4]   2>at 
sun.nio.fs.UnixNativeDispatcher.open(UnixNativeDispatcher.java:71)
   [junit4]   2>at 
sun.nio.fs.UnixChannelFactory.open(UnixChannelFactory.java:258)
   [junit4]   2>at 
sun.nio.fs.UnixChannelFactory.newFileChannel(UnixChannelFactory.java:136)
   [junit4]   2>at 
sun.nio.fs.UnixChannelFactory.newFileChannel(UnixChannelFactory.java:149)
   [junit4]   2>at 
sun.nio.fs.UnixFileSystemProvider.newFileChannel(UnixFileSystemProvider.java:175)
   [junit4]   2>at 
org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:180)
   [junit4]   2>at 
org.apache.lucene.mockfile.DisableFsyncFS.newFileChannel(DisableFsyncFS.java:46)
   [junit4]   2>at 
org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:180)
   [junit4]   2>at 
org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:151)
   [junit4]   2>at 
org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:180)
   [junit4]   2>at 
org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:151)
   [junit4]   2>at 
java.nio.channels.FileChannel.open(FileChannel.java:287)
   [junit4]   2>at 
java.nio.channels.FileChannel.open(FileChannel.java:334)
   [junit4]   2>at 
org.apache.lucene.store.MMapDirectory.openInput(MMapDirectory.java:205)
   [junit4]   2>at 
org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:80)
   [junit4]   2>at 
org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:654)
   [junit4]   2>- locked 
org.apache.lucene.store.MockDirectoryWrapper@3f04f430
   [junit4]   2>at 
org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:80)
   [junit4]   2>at 
org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.write(Lucene50CompoundFormat.java:91)
   [junit4]   2>at 
org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:4504)
   [junit4]   2>at 
org.apache.lucene.index.DocumentsWriterPerThread.sealFlushedSegment(DocumentsWriterPerThread.java:509)
   [junit4]   2>at 
org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:476)
   [junit4]   2>at 
org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:514)
   [junit4]   2>at 
org.apache.lucene.index.DocumentsWriter.postUpdate(DocumentsWriter.java:379)
   [junit4]   2>at 
org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:478)
   [junit4]   2>at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1398)
   [junit4]   2>at 
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1133)
   [junit4]   2>at 
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1118)
   [junit4]   2>at 
org.apache.lucene.index.TestDemoParallelLeafReader$3.reindex(TestDemoParallelLeafReader.java:823)
   [junit4]   2>at 
org.apache.lucene.index.TestDemoParallelLeafReader$ReindexingReader.getParallelLeafReader(TestDemoParallelLeafReader.java:394)
   [junit4]   2>- locked 
org.apache.lucene.index.TestDemoParallelLeafReader$3@1b66d903
   [junit4]   2>at 
org.apache.lucene.index.TestDemoParallelLeafReader$ReindexingReader$1.warm(TestDemoParallelLeafReader.java:133)
   [junit4]   2>at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4097)
   [junit4]   2>at 
org.apache.lucene.index.IndexWriter.merge(IndexWriter.ja