I'll dig.

On Thu, Jun 13, 2013 at 6:30 AM, Apache Jenkins Server
<[email protected]> wrote:
> Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java7/4061/
>
> 1 tests failed.
> REGRESSION:  
> org.apache.lucene.analysis.util.TestCharacterUtils.testConversions
>
> Error Message:
> expected:<-2> but was:<0>
>
> Stack Trace:
> java.lang.AssertionError: expected:<-2> but was:<0>
>         at 
> __randomizedtesting.SeedInfo.seed([48092F6AF46F2F70:4EB14D2C1D71191D]:0)
>         at org.junit.Assert.fail(Assert.java:93)
>         at org.junit.Assert.failNotEquals(Assert.java:647)
>         at org.junit.Assert.assertEquals(Assert.java:128)
>         at org.junit.Assert.assertEquals(Assert.java:472)
>         at org.junit.Assert.assertEquals(Assert.java:456)
>         at 
> org.apache.lucene.analysis.util.TestCharacterUtils.testConversions(TestCharacterUtils.java:138)
>         at 
> org.apache.lucene.analysis.util.TestCharacterUtils.testConversions(TestCharacterUtils.java:126)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>         at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:601)
>         at 
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
>         at 
> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
>         at 
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
>         at 
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
>         at 
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
>         at 
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
>         at 
> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
>         at 
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at 
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         at 
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
>         at 
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>         at 
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at 
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at 
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
>         at 
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
>         at 
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
>         at 
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
>         at 
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
>         at 
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
>         at 
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
>         at 
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at 
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
>         at 
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         at 
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at 
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at 
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at 
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
>         at 
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at 
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>         at 
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
>         at 
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at 
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
>         at java.lang.Thread.run(Thread.java:722)
>
>
>
>
> Build Log:
> [...truncated 4722 lines...]
> [junit4:junit4] Suite: org.apache.lucene.analysis.util.TestCharacterUtils
> [junit4:junit4]   2> NOTE: reproduce with: ant test  
> -Dtestcase=TestCharacterUtils -Dtests.method=testConversions 
> -Dtests.seed=48092F6AF46F2F70 -Dtests.multiplier=3 -Dtests.slow=true 
> -Dtests.locale=no -Dtests.timezone=Africa/Tripoli 
> -Dtests.file.encoding=US-ASCII
> [junit4:junit4] FAILURE 0.09s J1 | TestCharacterUtils.testConversions <<<
> [junit4:junit4]    > Throwable #1: java.lang.AssertionError: expected:<-2> 
> but was:<0>
> [junit4:junit4]    >    at 
> __randomizedtesting.SeedInfo.seed([48092F6AF46F2F70:4EB14D2C1D71191D]:0)
> [junit4:junit4]    >    at 
> org.apache.lucene.analysis.util.TestCharacterUtils.testConversions(TestCharacterUtils.java:138)
> [junit4:junit4]    >    at 
> org.apache.lucene.analysis.util.TestCharacterUtils.testConversions(TestCharacterUtils.java:126)
> [junit4:junit4]    >    at java.lang.Thread.run(Thread.java:722)
> [junit4:junit4]   2> NOTE: test params are: codec=Asserting, 
> sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=no, 
> timezone=Africa/Tripoli
> [junit4:junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 
> 1.7.0_21 (64-bit)/cpus=16,threads=1,free=113693376,total=328204288
> [junit4:junit4]   2> NOTE: All tests run in this JVM: 
> [TestHungarianLightStemFilterFactory, TestStopAnalyzer, 
> TestHyphenatedWordsFilter, TestLimitTokenCountAnalyzer, 
> TestEnglishMinimalStemFilterFactory, TestCzechAnalyzer, 
> NumericPayloadTokenFilterTest, TestPersianNormalizationFilterFactory, 
> TestTurkishAnalyzer, TestFinnishAnalyzer, TestMappingCharFilterFactory, 
> TestPortugueseLightStemFilterFactory, TestKeywordMarkerFilter, 
> TestKeywordMarkerFilterFactory, TestDelimitedPayloadTokenFilterFactory, 
> TestArabicAnalyzer, TestASCIIFoldingFilter, TestRollingCharBuffer, 
> TestWordlistLoader, TestCatalanAnalyzer, TestLimitTokenPositionFilter, 
> TestCharArrayIterator, TestNGramFilters, TestHungarianLightStemFilter, 
> TestGermanStemFilterFactory, TestPortugueseStemFilter, 
> TestCapitalizationFilterFactory, TestPatternTokenizerFactory, 
> TestIrishLowerCaseFilterFactory, TestRussianLightStemFilter, 
> TestPorterStemFilter, TestSnowball, TestWikipediaTokenizerFactory, 
> TestStandardAnalyzer, TestEmptyTokenStream, TestFrenchAnalyzer, 
> TestSpanishLightStemFilter, TestStandardFactories, 
> TestCommonGramsFilterFactory, HunspellDictionaryTest, TestElision, 
> TestIrishAnalyzer, TestPorterStemFilterFactory, TestBulgarianStemmer, 
> TestSwedishLightStemFilterFactory, TestLengthFilterFactory, 
> TestPortugueseLightStemFilter, EdgeNGramTokenizerTest, 
> TestCJKBigramFilterFactory, TestClassicAnalyzer, 
> TestEnglishMinimalStemFilter, TestHTMLStripCharFilterFactory, 
> TestCharacterUtils]
> [junit4:junit4] Completed on J1 in 0.13s, 9 tests, 1 failure <<< FAILURES!
>
> [...truncated 337 lines...]
> BUILD FAILED
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:385:
>  The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:365:
>  The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:39:
>  The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/build.xml:557:
>  The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:1825:
>  The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/analysis/build.xml:105:
>  The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/analysis/build.xml:38:
>  The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/module-build.xml:61:
>  The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:1240:
>  The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:884:
>  There were test failures: 216 suites, 1205 tests, 1 failure, 1 ignored
>
> Total time: 10 minutes 29 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> Recording test results
> Email was triggered for: Failure
> Sending email for trigger: Failure
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]



--
Adrien

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to