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 CEFE7992B for ; Wed, 29 Feb 2012 09:20:20 +0000 (UTC) Received: (qmail 48424 invoked by uid 500); 29 Feb 2012 09:20:19 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 48373 invoked by uid 500); 29 Feb 2012 09:20:19 -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 48366 invoked by uid 99); 29 Feb 2012 09:20:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Feb 2012 09:20:19 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.215.48] (HELO mail-lpp01m010-f48.google.com) (209.85.215.48) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Feb 2012 09:20:14 +0000 Received: by lagu2 with SMTP id u2so4547122lag.35 for ; Wed, 29 Feb 2012 01:19:52 -0800 (PST) Received-SPF: pass (google.com: domain of lucene@mikemccandless.com designates 10.152.135.148 as permitted sender) client-ip=10.152.135.148; Authentication-Results: mr.google.com; spf=pass (google.com: domain of lucene@mikemccandless.com designates 10.152.135.148 as permitted sender) smtp.mail=lucene@mikemccandless.com Received: from mr.google.com ([10.152.135.148]) by 10.152.135.148 with SMTP id ps20mr17181454lab.20.1330507192357 (num_hops = 1); Wed, 29 Feb 2012 01:19:52 -0800 (PST) Received: by 10.152.135.148 with SMTP id ps20mr14375563lab.20.1330507192165; Wed, 29 Feb 2012 01:19:52 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.49.41 with HTTP; Wed, 29 Feb 2012 01:19:32 -0800 (PST) In-Reply-To: <1700373493.1281330486833929.JavaMail.hudson@aegis> References: <2068891458.3241330401500367.JavaMail.hudson@aegis> <1700373493.1281330486833929.JavaMail.hudson@aegis> From: Michael McCandless Date: Wed, 29 Feb 2012 04:19:32 -0500 Message-ID: Subject: Re: [JENKINS] Lucene-trunk - Build # 1844 - Still Failing To: dev@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQmAAZoKOJfIO4/f9quwwn0bQI0w0k28MyLqigcJ7Kc+6lFbBDPpyJhQj7IANhmvxWDTqC5x X-Virus-Checked: Checked by ClamAV on apache.org I committed a fix. Mike McCandless http://blog.mikemccandless.com On Tue, Feb 28, 2012 at 10:40 PM, Apache Jenkins Server wrote: > Build: https://builds.apache.org/job/Lucene-trunk/1844/ > > 1 tests failed. > FAILED: =A0org.apache.lucene.search.TestSort.testRandomStringSort > > Error Message: > codec=3DLucene3x does not support docValues: from docValuesFormat().docsC= onsumer(...) returned null; field=3Dstringdv > > Stack Trace: > java.lang.IllegalStateException: codec=3DLucene3x does not support docVal= ues: from docValuesFormat().docsConsumer(...) returned null; field=3Dstring= dv > =A0 =A0 =A0 =A0at org.apache.lucene.index.DocFieldProcessor.docValuesCons= umer(DocFieldProcessor.java:341) > =A0 =A0 =A0 =A0at org.apache.lucene.index.DocFieldProcessor.processDocume= nt(DocFieldProcessor.java:274) > =A0 =A0 =A0 =A0at org.apache.lucene.index.DocumentsWriterPerThread.update= Documents(DocumentsWriterPerThread.java:293) > =A0 =A0 =A0 =A0at org.apache.lucene.index.DocumentsWriter.updateDocuments= (DocumentsWriter.java:342) > =A0 =A0 =A0 =A0at org.apache.lucene.index.IndexWriter.updateDocuments(Ind= exWriter.java:1384) > =A0 =A0 =A0 =A0at org.apache.lucene.index.IndexWriter.addDocuments(IndexW= riter.java:1344) > =A0 =A0 =A0 =A0at org.apache.lucene.index.RandomIndexWriter.addDocument(R= andomIndexWriter.java:138) > =A0 =A0 =A0 =A0at org.apache.lucene.index.RandomIndexWriter.addDocument(R= andomIndexWriter.java:126) > =A0 =A0 =A0 =A0at org.apache.lucene.search.TestSort.testRandomStringSort(= TestSort.java:1373) > =A0 =A0 =A0 =A0at org.apache.lucene.util.LuceneTestCase$SubclassSetupTear= downRule$1.evaluate(LuceneTestCase.java:715) > =A0 =A0 =A0 =A0at org.apache.lucene.util.LuceneTestCase$InternalSetupTear= downRule$1.evaluate(LuceneTestCase.java:611) > =A0 =A0 =A0 =A0at org.apache.lucene.util.LuceneTestCase$TestResultInterce= ptorRule$1.evaluate(LuceneTestCase.java:511) > =A0 =A0 =A0 =A0at org.apache.lucene.util.LuceneTestCase$RememberThreadRul= e$1.evaluate(LuceneTestCase.java:573) > =A0 =A0 =A0 =A0at org.apache.lucene.util.LuceneTestCaseRunner.runChild(Lu= ceneTestCaseRunner.java:165) > =A0 =A0 =A0 =A0at org.apache.lucene.util.LuceneTestCaseRunner.runChild(Lu= ceneTestCaseRunner.java:57) > > > > > Build Log (for compile errors): > [...truncated 13581 lines...] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org > For additional commands, e-mail: dev-help@lucene.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org