You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2011/12/23 11:40:25 UTC

[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1319 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1319/

4 tests failed.
REGRESSION:  org.apache.lucene.index.TestDuelingCodecs.testEquals

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:2662)
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:2816)
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:2798)
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:2782)
	at org.apache.lucene.index.RandomIndexWriter.maybeCommit(RandomIndexWriter.java:230)
	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:165)
	at org.apache.lucene.index.TestDuelingCodecs.createRandomIndex(TestDuelingCodecs.java:128)
	at org.apache.lucene.index.TestDuelingCodecs.setUp(TestDuelingCodecs.java:97)
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:165)
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:57)


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.index.TestFieldsReader.testExceptions

Error Message:
java.lang.AssertionError: Some threads threw uncaught exceptions!

Stack Trace:
java.lang.RuntimeException: java.lang.AssertionError: Some threads threw uncaught exceptions!
	at org.apache.lucene.util.LuceneTestCase.tearDown(LuceneTestCase.java:657)
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:165)
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:57)
	at org.apache.lucene.util.LuceneTestCase.checkUncaughtExceptionsAfter(LuceneTestCase.java:685)
	at org.apache.lucene.util.LuceneTestCase.tearDown(LuceneTestCase.java:629)


REGRESSION:  org.apache.lucene.util.packed.TestPackedInts.testIntOverflow

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space
	at org.apache.lucene.util.packed.Packed32.<init>(Packed32.java:120)
	at org.apache.lucene.util.packed.TestPackedInts.testIntOverflow(TestPackedInts.java:279)
	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 1783 lines...]



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