Build: https://builds.apache.org/job/Lucene-trunk/1607/

10 tests failed.
FAILED:  
org.apache.lucene.util.packed.TestPackedInts.testSortWithScoreAndMaxScoreTracking

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.


REGRESSION:  org.apache.lucene.index.TestNRTThreads.testNRTThreads

Error Message:
this writer hit an OutOfMemoryError; cannot commit

Stack Trace:
java.lang.IllegalStateException: this writer hit an OutOfMemoryError; cannot 
commit
        at 
org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:3724)
        at 
org.apache.lucene.index.IndexWriter.prepareCommit(IndexWriter.java:2649)
        at 
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:2720)
        at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:2702)
        at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:2686)
        at 
org.apache.lucene.index.TestNRTThreads.testNRTThreads(TestNRTThreads.java:378)
        at 
org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1430)
        at 
org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1348)


REGRESSION:  org.apache.lucene.index.TestNorms.testNorms

Error Message:
Some threads threw uncaught exceptions!

Stack Trace:
junit.framework.AssertionFailedError: Some threads threw uncaught exceptions!
        at 
org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1430)
        at 
org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1348)
        at 
org.apache.lucene.util.LuceneTestCase.tearDown(LuceneTestCase.java:605)


REGRESSION:  org.apache.lucene.search.TestFieldCache.testInfoStream

Error Message:
this writer hit an OutOfMemoryError; cannot complete optimize

Stack Trace:
java.lang.IllegalStateException: this writer hit an OutOfMemoryError; cannot 
complete optimize
        at org.apache.lucene.index.IndexWriter.optimize(IndexWriter.java:1696)
        at org.apache.lucene.index.IndexWriter.optimize(IndexWriter.java:1640)
        at org.apache.lucene.index.IndexWriter.optimize(IndexWriter.java:1610)
        at 
org.apache.lucene.index.RandomIndexWriter.doRandomOptimize(RandomIndexWriter.java:322)
        at 
org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:336)
        at 
org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:308)
        at org.apache.lucene.search.TestFieldCache.setUp(TestFieldCache.java:84)
        at 
org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1430)
        at 
org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1348)


FAILED:  junit.framework.TestSuite.org.apache.lucene.search.TestFieldCache

Error Message:
ensure your setUp() calls super.setUp() and your tearDown() calls 
super.tearDown()!!!

Stack Trace:
junit.framework.AssertionFailedError: ensure your setUp() calls super.setUp() 
and your tearDown() calls super.tearDown()!!!
        at 
org.apache.lucene.util.LuceneTestCase.afterClassLuceneTestCaseJ4(LuceneTestCase.java:403)


FAILED:  
junit.framework.TestSuite.org.apache.lucene.search.TestNumericRangeQuery32

Error Message:
this writer hit an OutOfMemoryError; cannot commit

Stack Trace:
java.lang.IllegalStateException: this writer hit an OutOfMemoryError; cannot 
commit
        at 
org.apache.lucene.index.IndexWriter.prepareCommit(IndexWriter.java:2638)
        at 
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:2720)
        at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:2702)
        at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:2686)
        at 
org.apache.lucene.index.RandomIndexWriter.maybeCommit(RandomIndexWriter.java:218)
        at 
org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:166)
        at 
org.apache.lucene.search.TestNumericRangeQuery32.beforeClass(TestNumericRangeQuery32.java:88)


FAILED:  
junit.framework.TestSuite.org.apache.lucene.search.TestNumericRangeQuery32

Error Message:
null

Stack Trace:
java.lang.NullPointerException
        at 
org.apache.lucene.search.TestNumericRangeQuery32.afterClass(TestNumericRangeQuery32.java:98)


REGRESSION:  org.apache.lucene.search.TestPhraseQuery.testRandomPhrases

Error Message:
Index: 8, Size: 7

Stack Trace:
java.lang.IndexOutOfBoundsException: Index: 8, Size: 7
        at java.util.ArrayList.rangeCheck(ArrayList.java:571)
        at java.util.ArrayList.get(ArrayList.java:349)
        at org.apache.lucene.store.RAMFile.getBuffer(RAMFile.java:70)
        at 
org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:154)
        at 
org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:138)
        at 
org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:119)
        at 
org.apache.lucene.store.MockIndexOutputWrapper.writeByte(MockIndexOutputWrapper.java:73)
        at org.apache.lucene.store.DataOutput.writeVInt(DataOutput.java:79)
        at 
org.apache.lucene.index.codecs.mockintblock.MockFixedIntBlockCodec$MockIntFactory$2.flushBlock(MockFixedIntBlockCodec.java:114)
        at 
org.apache.lucene.index.codecs.intblock.FixedIntBlockIndexOutput.close(FixedIntBlockIndexOutput.java:117)
        at org.apache.lucene.util.IOUtils.closeSafely(IOUtils.java:118)
        at 
org.apache.lucene.index.codecs.sep.SepPostingsWriterImpl.close(SepPostingsWriterImpl.java:317)
        at 
org.apache.lucene.index.codecs.pulsing.PulsingPostingsWriterImpl.close(PulsingPostingsWriterImpl.java:262)
        at org.apache.lucene.util.IOUtils.closeSafely(IOUtils.java:118)
        at 
org.apache.lucene.index.codecs.BlockTermsWriter.close(BlockTermsWriter.java:139)
        at org.apache.lucene.util.IOUtils.closeSafely(IOUtils.java:143)
        at 
org.apache.lucene.index.PerFieldCodecWrapper$FieldsWriter.close(PerFieldCodecWrapper.java:92)
        at 
org.apache.lucene.index.FreqProxTermsWriter.flush(FreqProxTermsWriter.java:103)
        at org.apache.lucene.index.TermsHash.flush(TermsHash.java:117)
        at org.apache.lucene.index.DocInverter.flush(DocInverter.java:80)
        at 
org.apache.lucene.index.DocFieldProcessor.flush(DocFieldProcessor.java:79)
        at 
org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:459)
        at 
org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:421)
        at 
org.apache.lucene.index.DocumentsWriter.postUpdate(DocumentsWriter.java:313)
        at 
org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:385)
        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1476)
        at 
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1236)
        at 
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1217)
        at 
org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:163)
        at 
org.apache.lucene.search.TestPhraseQuery.testRandomPhrases(TestPhraseQuery.java:659)
        at 
org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1430)
        at 
org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1348)


FAILED:  TEST-org.apache.lucene.search.TestSort.xml.<init>

Error Message:


Stack Trace:
Test report file 
/home/hudson/hudson-slave/workspace/Lucene-trunk/checkout/lucene/build/test/TEST-org.apache.lucene.search.TestSort.xml
 was length 0

FAILED:  org.apache.lucene.search.TestSearchWithThreads.test

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space




Build Log (for compile errors):
[...truncated 11818 lines...]



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

Reply via email to