Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 11FBC9AE5 for ; Fri, 30 Dec 2011 04:49:53 +0000 (UTC) Received: (qmail 55677 invoked by uid 500); 30 Dec 2011 04:49:51 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 55368 invoked by uid 500); 30 Dec 2011 04:49:40 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 55358 invoked by uid 99); 30 Dec 2011 04:49:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Dec 2011 04:49:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.8] (HELO aegis.apache.org) (140.211.11.8) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Dec 2011 04:49:30 +0000 Received: from aegis (localhost [127.0.0.1]) by aegis.apache.org (Postfix) with ESMTP id 4962FC00A0 for ; Fri, 30 Dec 2011 04:49:09 +0000 (UTC) Date: Fri, 30 Dec 2011 04:49:09 +0000 (UTC) From: Apache Jenkins Server To: dev@lucene.apache.org Message-ID: <1736711071.1581325220549282.JavaMail.hudson@aegis> Subject: [JENKINS] Lucene-trunk - Build # 1784 - Failure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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.(RunAutomaton.java:128) at org.apache.lucene.util.automaton.ByteRunAutomaton.(ByteRunAutomaton.java:28) at org.apache.lucene.util.automaton.CompiledAutomaton.(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: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org