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 A2E9F9018 for ; Wed, 30 Nov 2011 14:55:41 +0000 (UTC) Received: (qmail 10555 invoked by uid 500); 30 Nov 2011 14:55:40 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 10501 invoked by uid 500); 30 Nov 2011 14:55: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 10494 invoked by uid 99); 30 Nov 2011 14:55:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Nov 2011 14:55:40 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rcmuir@gmail.com designates 209.85.214.48 as permitted sender) Received: from [209.85.214.48] (HELO mail-bw0-f48.google.com) (209.85.214.48) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Nov 2011 14:55:35 +0000 Received: by bkcjk13 with SMTP id jk13so1155055bkc.35 for ; Wed, 30 Nov 2011 06:55:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=0n5MEGLtusBdEDxNeNZtIq0CNqGBjJK65eIVAP/8m9Y=; b=diYgcnvinLsRPFamNlkDSyqzq7vcHY2+eildzKEC7RXViZyLPFC7MVwhkOdviab4Ly qO9ldoxlBVhrSjwl1ruq60v6gTp+jnIHny9DyA2u217THmlH720FEE7+2w8Junuf3wy1 3dHVIjQE9KRVqdeW+HJMFQ3k5wvqyjRc8BSoA= Received: by 10.205.135.129 with SMTP id ig1mr2744520bkc.106.1322664912627; Wed, 30 Nov 2011 06:55:12 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.102.135 with HTTP; Wed, 30 Nov 2011 06:54:51 -0800 (PST) In-Reply-To: <1802432074.1021322657969076.JavaMail.hudson@aegis> References: <1802432074.1021322657969076.JavaMail.hudson@aegis> From: Robert Muir Date: Wed, 30 Nov 2011 09:54:51 -0500 Message-ID: Subject: Re: [JENKINS-MAVEN] Lucene-Solr-Maven-3.x #316: POMs out of sync To: dev@lucene.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable This looks like a localization bug. is it possible to get the seed or more information on this test fail? Did maven truncate the test output or is there a bug in LuceneTestCase where its not providing the "reproduce-with (hopefully)" that it should if beforeClass() throws an exception? I looked at the console log and there wasn't any failure information there.= .. On Wed, Nov 30, 2011 at 7:59 AM, Apache Jenkins Server wrote: > Build: https://builds.apache.org/job/Lucene-Solr-Maven-3.x/316/ > > 2 tests failed. > FAILED: =C2=A0org.apache.lucene.queryParser.standard.TestNumericQueryPars= er.org.apache.lucene.queryParser.standard.TestNumericQueryParser > > Error Message: > Unparseable date: "1867.06.20 6=E6=99=8234=E5=88=8609=E7=A7=92 CET =C2=A0= 9 +0100 1867" > > Stack Trace: > java.text.ParseException: Unparseable date: "1867.06.20 6=E6=99=8234=E5= =88=8609=E7=A7=92 CET =C2=A09 +0100 1867" > =C2=A0 =C2=A0 =C2=A0 =C2=A0at java.text.DateFormat.parse(DateFormat.java:= 354) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.lucene.queryParser.standard.Test= NumericQueryParser.checkDateFormatSanity(TestNumericQueryParser.java:88) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.lucene.queryParser.standard.Test= NumericQueryParser.beforeClass(TestNumericQueryParser.java:145) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at sun.reflect.NativeMethodAccessorImpl.invoke= 0(Native Method) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at sun.reflect.NativeMethodAccessorImpl.invoke= (NativeMethodAccessorImpl.java:57) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at sun.reflect.DelegatingMethodAccessorImpl.in= voke(DelegatingMethodAccessorImpl.java:43) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at java.lang.reflect.Method.invoke(Method.java= :616) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.junit.runners.model.FrameworkMethod$1.r= unReflectiveCall(FrameworkMethod.java:44) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.junit.internal.runners.model.Reflective= Callable.run(ReflectiveCallable.java:15) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.junit.runners.model.FrameworkMethod.inv= okeExplosively(FrameworkMethod.java:41) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.junit.internal.runners.statements.RunBe= fores.evaluate(RunBefores.java:27) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.junit.internal.runners.statements.RunAf= ters.evaluate(RunAfters.java:31) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.junit.runners.ParentRunner.run(ParentRu= nner.java:236) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.maven.surefire.junit4.JUnit4Test= Set.execute(JUnit4TestSet.java:53) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.maven.surefire.junit4.JUnit4Prov= ider.executeTestSet(JUnit4Provider.java:123) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.maven.surefire.junit4.JUnit4Prov= ider.invoke(JUnit4Provider.java:104) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at sun.reflect.NativeMethodAccessorImpl.invoke= 0(Native Method) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at sun.reflect.NativeMethodAccessorImpl.invoke= (NativeMethodAccessorImpl.java:57) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at sun.reflect.DelegatingMethodAccessorImpl.in= voke(DelegatingMethodAccessorImpl.java:43) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at java.lang.reflect.Method.invoke(Method.java= :616) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.maven.surefire.util.ReflectionUt= ils.invokeMethodWithArray(ReflectionUtils.java:164) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.maven.surefire.booter.ProviderFa= ctory$ProviderProxy.invoke(ProviderFactory.java:110) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.maven.surefire.booter.SurefireSt= arter.invokeProvider(SurefireStarter.java:175) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.maven.surefire.booter.SurefireSt= arter.runSuitesInProcessWhenForked(SurefireStarter.java:107) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.maven.surefire.booter.ForkedBoot= er.main(ForkedBooter.java:68) > > > FAILED: =C2=A0org.apache.lucene.queryParser.standard.TestNumericQueryPars= er.org.apache.lucene.queryParser.standard.TestNumericQueryParser > > Error Message: > null > > Stack Trace: > java.lang.NullPointerException > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.lucene.queryParser.standard.Test= NumericQueryParser.afterClass(TestNumericQueryParser.java:495) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at sun.reflect.NativeMethodAccessorImpl.invoke= 0(Native Method) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at sun.reflect.NativeMethodAccessorImpl.invoke= (NativeMethodAccessorImpl.java:57) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at sun.reflect.DelegatingMethodAccessorImpl.in= voke(DelegatingMethodAccessorImpl.java:43) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at java.lang.reflect.Method.invoke(Method.java= :616) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.junit.runners.model.FrameworkMethod$1.r= unReflectiveCall(FrameworkMethod.java:44) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.junit.internal.runners.model.Reflective= Callable.run(ReflectiveCallable.java:15) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.junit.runners.model.FrameworkMethod.inv= okeExplosively(FrameworkMethod.java:41) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.junit.internal.runners.statements.RunAf= ters.evaluate(RunAfters.java:37) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.junit.runners.ParentRunner.run(ParentRu= nner.java:236) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.maven.surefire.junit4.JUnit4Test= Set.execute(JUnit4TestSet.java:53) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.maven.surefire.junit4.JUnit4Prov= ider.executeTestSet(JUnit4Provider.java:123) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.maven.surefire.junit4.JUnit4Prov= ider.invoke(JUnit4Provider.java:104) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at sun.reflect.NativeMethodAccessorImpl.invoke= 0(Native Method) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at sun.reflect.NativeMethodAccessorImpl.invoke= (NativeMethodAccessorImpl.java:57) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at sun.reflect.DelegatingMethodAccessorImpl.in= voke(DelegatingMethodAccessorImpl.java:43) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at java.lang.reflect.Method.invoke(Method.java= :616) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.maven.surefire.util.ReflectionUt= ils.invokeMethodWithArray(ReflectionUtils.java:164) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.maven.surefire.booter.ProviderFa= ctory$ProviderProxy.invoke(ProviderFactory.java:110) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.maven.surefire.booter.SurefireSt= arter.invokeProvider(SurefireStarter.java:175) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.maven.surefire.booter.SurefireSt= arter.runSuitesInProcessWhenForked(SurefireStarter.java:107) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.maven.surefire.booter.ForkedBoot= er.main(ForkedBooter.java:68) > > > > > Build Log (for compile errors): > [...truncated 26196 lines...] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org > For additional commands, e-mail: dev-help@lucene.apache.org > > --=20 lucidimagination.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org