Build: https://builds.apache.org/job/Lucene-trunk/1784/
3 tests failed.
REGRESSION: org.apache.lucene.index.TestDuelingCodecs.testEquals
Error Message:
Java heap space
Stack Trace:
java.lang.OutOfMemoryError: Java heap space
at org.apache.lucene.util.ArrayUtil.grow(ArrayUtil.java:338)
at org.apache.lucene.util.fst.FST.addNode(FST.java:527)
at org.apache.lucene.util.fst.NodeHash.add(NodeHash.java:122)
at org.apache.lucene.util.fst.Builder.compileNode(Builder.java:180)
at org.apache.lucene.util.fst.Builder.freezeTail(Builder.java:271)
at org.apache.lucene.util.fst.Builder.add(Builder.java:414)
at org.apache.lucene.util.fst.Builder.add(Builder.java:302)
at
org.apache.lucene.codecs.memory.MemoryPostingsFormat$TermsWriter.finishTerm(MemoryPostingsFormat.java:216)
at
org.apache.lucene.index.FreqProxTermsWriterPerField.flush(FreqProxTermsWriterPerField.java:409)
at
org.apache.lucene.index.FreqProxTermsWriter.flush(FreqProxTermsWriter.java:92)
at org.apache.lucene.index.TermsHash.flush(TermsHash.java:117)
at org.apache.lucene.index.DocInverter.flush(DocInverter.java:77)
at
org.apache.lucene.index.DocFieldProcessor.flush(DocFieldProcessor.java:83)
at
org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:474)
at
org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:432)
at
org.apache.lucene.index.DocumentsWriter.postUpdate(DocumentsWriter.java:323)
at
org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:396)
at
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1534)
at
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1292)
at
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1273)
at
org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:162)
at
org.apache.lucene.index.TestDuelingCodecs.createRandomIndex(TestDuelingCodecs.java:128)
at
org.apache.lucene.index.TestDuelingCodecs.setUp(TestDuelingCodecs.java:97)
FAILED: junit.framework.TestSuite.org.apache.lucene.index.TestDuelingCodecs
Error Message:
java.lang.AssertionError: ensure your setUp() calls super.setUp() and your
tearDown() calls super.tearDown()!!!
Stack Trace:
java.lang.RuntimeException: java.lang.AssertionError: ensure your setUp() calls
super.setUp() and your tearDown() calls super.tearDown()!!!
at
org.apache.lucene.util.LuceneTestCase.afterClassLuceneTestCaseJ4(LuceneTestCase.java:405)
at
org.apache.lucene.util.LuceneTestCase.afterClassLuceneTestCaseJ4(LuceneTestCase.java:347)
REGRESSION: org.apache.lucene.util.automaton.TestCompiledAutomaton.testRandom
Error Message:
Java heap space
Stack Trace:
java.lang.OutOfMemoryError: Java heap space
at
org.apache.lucene.util.automaton.RunAutomaton.<init>(RunAutomaton.java:128)
at
org.apache.lucene.util.automaton.ByteRunAutomaton.<init>(ByteRunAutomaton.java:28)
at
org.apache.lucene.util.automaton.CompiledAutomaton.<init>(CompiledAutomaton.java:134)
at
org.apache.lucene.util.automaton.TestCompiledAutomaton.build(TestCompiledAutomaton.java:40)
at
org.apache.lucene.util.automaton.TestCompiledAutomaton.testTerms(TestCompiledAutomaton.java:56)
at
org.apache.lucene.util.automaton.TestCompiledAutomaton.testRandom(TestCompiledAutomaton.java:102)
at
org.apache.lucene.util.LuceneTestCase$3$1.evaluate(LuceneTestCase.java:528)
at
org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:165)
at
org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:57)
Build Log (for compile errors):
[...truncated 12727 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]