Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10206/
Java: 64bit/jdk1.7.0_60-ea-b14 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

3 tests failed.
REGRESSION:  org.apache.lucene.analysis.core.TestAllAnalyzersHaveFactories.test

Error Message:
A SPI class of type org.apache.lucene.analysis.util.TokenFilterFactory with 
name 'Cranky' does not exist. You need to add the corresponding JAR file 
supporting this SPI to your classpath. The current classpath supports the 
following names: [apostrophe, arabicnormalization, arabicstem, bulgarianstem, 
brazilianstem, cjkbigram, cjkwidth, soraninormalization, soranistem, 
commongrams, commongramsquery, dictionarycompoundword, hyphenationcompoundword, 
lowercase, stop, type, uppercase, czechstem, germanlightstem, 
germanminimalstem, germannormalization, germanstem, greeklowercase, greekstem, 
englishminimalstem, englishpossessive, kstem, porterstem, spanishlightstem, 
persiannormalization, finnishlightstem, frenchlightstem, frenchminimalstem, 
irishlowercase, galicianminimalstem, galicianstem, hindinormalization, 
hindistem, hungarianlightstem, hunspellstem, indonesianstem, 
indicnormalization, italianlightstem, latvianstem, asciifolding, 
capitalization, codepointcount, hyphenatedwords, keepword, keywordmarker, 
keywordrepeat, length, limittokencount, limittokenposition, removeduplicates, 
stemmeroverride, trim, truncate, worddelimiter, scandinavianfolding, 
scandinaviannormalization, edgengram, ngram, norwegianlightstem, 
norwegianminimalstem, patternreplace, patterncapturegroup, delimitedpayload, 
numericpayload, tokenoffsetpayload, typeaspayload, portugueselightstem, 
portugueseminimalstem, portuguesestem, reversestring, russianlightstem, 
shingle, snowballporter, classic, standard, swedishlightstem, synonym, 
thaiword, turkishlowercase, elision]

Stack Trace:
java.lang.IllegalArgumentException: A SPI class of type 
org.apache.lucene.analysis.util.TokenFilterFactory with name 'Cranky' does not 
exist. You need to add the corresponding JAR file supporting this SPI to your 
classpath. The current classpath supports the following names: [apostrophe, 
arabicnormalization, arabicstem, bulgarianstem, brazilianstem, cjkbigram, 
cjkwidth, soraninormalization, soranistem, commongrams, commongramsquery, 
dictionarycompoundword, hyphenationcompoundword, lowercase, stop, type, 
uppercase, czechstem, germanlightstem, germanminimalstem, germannormalization, 
germanstem, greeklowercase, greekstem, englishminimalstem, englishpossessive, 
kstem, porterstem, spanishlightstem, persiannormalization, finnishlightstem, 
frenchlightstem, frenchminimalstem, irishlowercase, galicianminimalstem, 
galicianstem, hindinormalization, hindistem, hungarianlightstem, hunspellstem, 
indonesianstem, indicnormalization, italianlightstem, latvianstem, 
asciifolding, capitalization, codepointcount, hyphenatedwords, keepword, 
keywordmarker, keywordrepeat, length, limittokencount, limittokenposition, 
removeduplicates, stemmeroverride, trim, truncate, worddelimiter, 
scandinavianfolding, scandinaviannormalization, edgengram, ngram, 
norwegianlightstem, norwegianminimalstem, patternreplace, patterncapturegroup, 
delimitedpayload, numericpayload, tokenoffsetpayload, typeaspayload, 
portugueselightstem, portugueseminimalstem, portuguesestem, reversestring, 
russianlightstem, shingle, snowballporter, classic, standard, swedishlightstem, 
synonym, thaiword, turkishlowercase, elision]
        at 
__randomizedtesting.SeedInfo.seed([358F86B7E9419656:BDDBB96D47BDFBAE]:0)
        at 
org.apache.lucene.analysis.util.AnalysisSPILoader.lookupClass(AnalysisSPILoader.java:122)
        at 
org.apache.lucene.analysis.util.TokenFilterFactory.lookupClass(TokenFilterFactory.java:42)
        at 
org.apache.lucene.analysis.core.TestAllAnalyzersHaveFactories.test(TestAllAnalyzersHaveFactories.java:148)
        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:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        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:65)
        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:360)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:793)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:453)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        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:65)
        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:360)
        at java.lang.Thread.run(Thread.java:744)


REGRESSION:  
org.apache.lucene.analysis.core.TestRandomChains.testRandomChainsWithLargeStrings

Error Message:
TokenStream implementation classes or at least their incrementToken() 
implementation must be final

Stack Trace:
java.lang.AssertionError: TokenStream implementation classes or at least their 
incrementToken() implementation must be final
        at 
__randomizedtesting.SeedInfo.seed([358F86B7E9419656:5FD439A6B00FB6A5]:0)
        at 
org.apache.lucene.analysis.TokenStream.assertFinal(TokenStream.java:120)
        at org.apache.lucene.analysis.TokenStream.<init>(TokenStream.java:101)
        at org.apache.lucene.analysis.TokenFilter.<init>(TokenFilter.java:33)
        at 
org.apache.lucene.analysis.CrankyTokenFilter.<init>(CrankyTokenFilter.java:35)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
        at 
org.apache.lucene.analysis.core.TestRandomChains$MockRandomAnalyzer.createComponent(TestRandomChains.java:681)
        at 
org.apache.lucene.analysis.core.TestRandomChains$MockRandomAnalyzer.newFilterChain(TestRandomChains.java:793)
        at 
org.apache.lucene.analysis.core.TestRandomChains$MockRandomAnalyzer.toString(TestRandomChains.java:670)
        at java.lang.String.valueOf(String.java:2847)
        at java.lang.StringBuilder.append(StringBuilder.java:128)
        at 
org.apache.lucene.analysis.core.TestRandomChains.testRandomChainsWithLargeStrings(TestRandomChains.java:923)
        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:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        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:65)
        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:360)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:793)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:453)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        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:65)
        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:360)
        at java.lang.Thread.run(Thread.java:744)


REGRESSION:  org.apache.lucene.analysis.core.TestRandomChains.testRandomChains

Error Message:
TokenStream implementation classes or at least their incrementToken() 
implementation must be final

Stack Trace:
java.lang.AssertionError: TokenStream implementation classes or at least their 
incrementToken() implementation must be final
        at 
__randomizedtesting.SeedInfo.seed([358F86B7E9419656:86EAFD6AE538B96]:0)
        at 
org.apache.lucene.analysis.TokenStream.assertFinal(TokenStream.java:120)
        at org.apache.lucene.analysis.TokenStream.<init>(TokenStream.java:101)
        at org.apache.lucene.analysis.TokenFilter.<init>(TokenFilter.java:33)
        at 
org.apache.lucene.analysis.CrankyTokenFilter.<init>(CrankyTokenFilter.java:35)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
        at 
org.apache.lucene.analysis.core.TestRandomChains$MockRandomAnalyzer.createComponent(TestRandomChains.java:681)
        at 
org.apache.lucene.analysis.core.TestRandomChains$MockRandomAnalyzer.newFilterChain(TestRandomChains.java:793)
        at 
org.apache.lucene.analysis.core.TestRandomChains$MockRandomAnalyzer.toString(TestRandomChains.java:670)
        at java.lang.String.valueOf(String.java:2847)
        at java.lang.StringBuilder.append(StringBuilder.java:128)
        at 
org.apache.lucene.analysis.core.TestRandomChains.testRandomChains(TestRandomChains.java:904)
        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:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        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:65)
        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:360)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:793)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:453)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        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:65)
        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:360)
        at java.lang.Thread.run(Thread.java:744)




Build Log:
[...truncated 5568 lines...]
   [junit4] Suite: org.apache.lucene.analysis.core.TestRandomChains
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRandomChains 
-Dtests.method=testRandomChainsWithLargeStrings -Dtests.seed=358F86B7E9419656 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ms_MY 
-Dtests.timezone=Asia/Kuala_Lumpur -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 6.12s J1 | 
TestRandomChains.testRandomChainsWithLargeStrings <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: TokenStream 
implementation classes or at least their incrementToken() implementation must 
be final
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([358F86B7E9419656:5FD439A6B00FB6A5]:0)
   [junit4]    >        at 
org.apache.lucene.analysis.TokenStream.assertFinal(TokenStream.java:120)
   [junit4]    >        at 
org.apache.lucene.analysis.TokenStream.<init>(TokenStream.java:101)
   [junit4]    >        at 
org.apache.lucene.analysis.TokenFilter.<init>(TokenFilter.java:33)
   [junit4]    >        at 
org.apache.lucene.analysis.CrankyTokenFilter.<init>(CrankyTokenFilter.java:35)
   [junit4]    >        at 
java.lang.reflect.Constructor.newInstance(Constructor.java:526)
   [junit4]    >        at 
org.apache.lucene.analysis.core.TestRandomChains$MockRandomAnalyzer.createComponent(TestRandomChains.java:681)
   [junit4]    >        at 
org.apache.lucene.analysis.core.TestRandomChains$MockRandomAnalyzer.newFilterChain(TestRandomChains.java:793)
   [junit4]    >        at 
org.apache.lucene.analysis.core.TestRandomChains$MockRandomAnalyzer.toString(TestRandomChains.java:670)
   [junit4]    >        at java.lang.String.valueOf(String.java:2847)
   [junit4]    >        at 
java.lang.StringBuilder.append(StringBuilder.java:128)
   [junit4]    >        at 
org.apache.lucene.analysis.core.TestRandomChains.testRandomChainsWithLargeStrings(TestRandomChains.java:923)
   [junit4]    >        at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRandomChains 
-Dtests.method=testRandomChains -Dtests.seed=358F86B7E9419656 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ms_MY 
-Dtests.timezone=Asia/Kuala_Lumpur -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 15.3s J1 | TestRandomChains.testRandomChains <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: TokenStream 
implementation classes or at least their incrementToken() implementation must 
be final
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([358F86B7E9419656:86EAFD6AE538B96]:0)
   [junit4]    >        at 
org.apache.lucene.analysis.TokenStream.assertFinal(TokenStream.java:120)
   [junit4]    >        at 
org.apache.lucene.analysis.TokenStream.<init>(TokenStream.java:101)
   [junit4]    >        at 
org.apache.lucene.analysis.TokenFilter.<init>(TokenFilter.java:33)
   [junit4]    >        at 
org.apache.lucene.analysis.CrankyTokenFilter.<init>(CrankyTokenFilter.java:35)
   [junit4]    >        at 
java.lang.reflect.Constructor.newInstance(Constructor.java:526)
   [junit4]    >        at 
org.apache.lucene.analysis.core.TestRandomChains$MockRandomAnalyzer.createComponent(TestRandomChains.java:681)
   [junit4]    >        at 
org.apache.lucene.analysis.core.TestRandomChains$MockRandomAnalyzer.newFilterChain(TestRandomChains.java:793)
   [junit4]    >        at 
org.apache.lucene.analysis.core.TestRandomChains$MockRandomAnalyzer.toString(TestRandomChains.java:670)
   [junit4]    >        at java.lang.String.valueOf(String.java:2847)
   [junit4]    >        at 
java.lang.StringBuilder.append(StringBuilder.java:128)
   [junit4]    >        at 
org.apache.lucene.analysis.core.TestRandomChains.testRandomChains(TestRandomChains.java:904)
   [junit4]    >        at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/analysis/common/test/J1/./lucene.analysis.core.TestRandomChains-358F86B7E9419656-001
   [junit4]   2> NOTE: test params are: codec=Asserting, sim=DefaultSimilarity, 
locale=ms_MY, timezone=Asia/Kuala_Lumpur
   [junit4]   2> NOTE: Linux 3.8.0-38-generic amd64/Oracle Corporation 
1.7.0_60-ea (64-bit)/cpus=8,threads=1,free=75951208,total=126418944
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestBulgarianStemFilterFactory, TestSnowballPorterFilterFactory, 
TestTrimFilterFactory, TestHungarianLightStemFilterFactory, 
TestArmenianAnalyzer, TestEnglishMinimalStemFilterFactory, 
DateRecognizerSinkTokenizerTest, TokenOffsetPayloadTokenFilterTest, 
TestKStemmer, QueryAutoStopWordAnalyzerTest, TestSpanishLightStemFilterFactory, 
EdgeNGramTokenizerTest, DelimitedPayloadTokenFilterTest, TestBulgarianStemmer, 
TestCompoundWordTokenFilter, TestTurkishAnalyzer, 
TestTruncateTokenFilterFactory, TestPortugueseAnalyzer, 
TestPortugueseStemFilter, TestComplexPrefix, TestDanishAnalyzer, 
TestCJKBigramFilterFactory, TestLatvianStemFilterFactory, TestIndicNormalizer, 
TestPerFieldAnalyzerWrapper, TestNorwegianMinimalStemFilter, 
TestHunspellStemFilterFactory, TestCJKWidthFilter, 
TestCommonGramsFilterFactory, TestCommonGramsQueryFilterFactory, 
TestCodepointCountFilter, TestHindiFilters, TestClassicAnalyzer, 
TestFrenchMinimalStemFilterFactory, TestFinnishAnalyzer, NGramTokenFilterTest, 
TestSegmentingTokenizerBase, TestCollationKeyAnalyzer, 
TestGalicianStemFilterFactory, TestEnglishMinimalStemFilter, TestHindiAnalyzer, 
CommonGramsFilterTest, TestMorph, TestGalicianAnalyzer, 
TestWordnetSynonymParser, TestStandardAnalyzer, 
TestPortugueseStemFilterFactory, TestArabicFilters, 
TestStemmerOverrideFilterFactory, TestGreekStemmer, TestFrenchAnalyzer, 
TestRollingCharBuffer, TestCharArrayMap, 
TestDictionaryCompoundWordTokenFilterFactory, TestSpanishLightStemFilter, 
TestIrishLowerCaseFilter, TestCharacterUtils, TestCzechStemmer, 
TestCapitalizationFilter, TestStemmer, TestUAX29URLEmailTokenizer, 
TestGreekStemFilterFactory, TestSnowball, TestRandomChains]
   [junit4] Completed on J1 in 21.83s, 2 tests, 2 failures <<< FAILURES!

[...truncated 109 lines...]
   [junit4] Suite: org.apache.lucene.analysis.core.TestAllAnalyzersHaveFactories
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestAllAnalyzersHaveFactories -Dtests.method=test 
-Dtests.seed=358F86B7E9419656 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=es_SV -Dtests.timezone=America/Yellowknife 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.19s J1 | TestAllAnalyzersHaveFactories.test <<<
   [junit4]    > Throwable #1: java.lang.IllegalArgumentException: A SPI class 
of type org.apache.lucene.analysis.util.TokenFilterFactory with name 'Cranky' 
does not exist. You need to add the corresponding JAR file supporting this SPI 
to your classpath. The current classpath supports the following names: 
[apostrophe, arabicnormalization, arabicstem, bulgarianstem, brazilianstem, 
cjkbigram, cjkwidth, soraninormalization, soranistem, commongrams, 
commongramsquery, dictionarycompoundword, hyphenationcompoundword, lowercase, 
stop, type, uppercase, czechstem, germanlightstem, germanminimalstem, 
germannormalization, germanstem, greeklowercase, greekstem, englishminimalstem, 
englishpossessive, kstem, porterstem, spanishlightstem, persiannormalization, 
finnishlightstem, frenchlightstem, frenchminimalstem, irishlowercase, 
galicianminimalstem, galicianstem, hindinormalization, hindistem, 
hungarianlightstem, hunspellstem, indonesianstem, indicnormalization, 
italianlightstem, latvianstem, asciifolding, capitalization, codepointcount, 
hyphenatedwords, keepword, keywordmarker, keywordrepeat, length, 
limittokencount, limittokenposition, removeduplicates, stemmeroverride, trim, 
truncate, worddelimiter, scandinavianfolding, scandinaviannormalization, 
edgengram, ngram, norwegianlightstem, norwegianminimalstem, patternreplace, 
patterncapturegroup, delimitedpayload, numericpayload, tokenoffsetpayload, 
typeaspayload, portugueselightstem, portugueseminimalstem, portuguesestem, 
reversestring, russianlightstem, shingle, snowballporter, classic, standard, 
swedishlightstem, synonym, thaiword, turkishlowercase, elision]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([358F86B7E9419656:BDDBB96D47BDFBAE]:0)
   [junit4]    >        at 
org.apache.lucene.analysis.util.AnalysisSPILoader.lookupClass(AnalysisSPILoader.java:122)
   [junit4]    >        at 
org.apache.lucene.analysis.util.TokenFilterFactory.lookupClass(TokenFilterFactory.java:42)
   [junit4]    >        at 
org.apache.lucene.analysis.core.TestAllAnalyzersHaveFactories.test(TestAllAnalyzersHaveFactories.java:148)
   [junit4]    >        at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> NOTE: test params are: 
codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=56), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=56)), sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, 
locale=es_SV, timezone=America/Yellowknife
   [junit4]   2> NOTE: Linux 3.8.0-38-generic amd64/Oracle Corporation 
1.7.0_60-ea (64-bit)/cpus=8,threads=1,free=66008280,total=126418944
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestBulgarianStemFilterFactory, TestSnowballPorterFilterFactory, 
TestTrimFilterFactory, TestHungarianLightStemFilterFactory, 
TestArmenianAnalyzer, TestEnglishMinimalStemFilterFactory, 
DateRecognizerSinkTokenizerTest, TokenOffsetPayloadTokenFilterTest, 
TestKStemmer, QueryAutoStopWordAnalyzerTest, TestSpanishLightStemFilterFactory, 
EdgeNGramTokenizerTest, DelimitedPayloadTokenFilterTest, TestBulgarianStemmer, 
TestCompoundWordTokenFilter, TestTurkishAnalyzer, 
TestTruncateTokenFilterFactory, TestPortugueseAnalyzer, 
TestPortugueseStemFilter, TestComplexPrefix, TestDanishAnalyzer, 
TestCJKBigramFilterFactory, TestLatvianStemFilterFactory, TestIndicNormalizer, 
TestPerFieldAnalyzerWrapper, TestNorwegianMinimalStemFilter, 
TestHunspellStemFilterFactory, TestCJKWidthFilter, 
TestCommonGramsFilterFactory, TestCommonGramsQueryFilterFactory, 
TestCodepointCountFilter, TestHindiFilters, TestClassicAnalyzer, 
TestFrenchMinimalStemFilterFactory, TestFinnishAnalyzer, NGramTokenFilterTest, 
TestSegmentingTokenizerBase, TestCollationKeyAnalyzer, 
TestGalicianStemFilterFactory, TestEnglishMinimalStemFilter, TestHindiAnalyzer, 
CommonGramsFilterTest, TestMorph, TestGalicianAnalyzer, 
TestWordnetSynonymParser, TestStandardAnalyzer, 
TestPortugueseStemFilterFactory, TestArabicFilters, 
TestStemmerOverrideFilterFactory, TestGreekStemmer, TestFrenchAnalyzer, 
TestRollingCharBuffer, TestCharArrayMap, 
TestDictionaryCompoundWordTokenFilterFactory, TestSpanishLightStemFilter, 
TestIrishLowerCaseFilter, TestCharacterUtils, TestCzechStemmer, 
TestCapitalizationFilter, TestStemmer, TestUAX29URLEmailTokenizer, 
TestGreekStemFilterFactory, TestSnowball, TestRandomChains, 
HTMLStripCharFilterTest, TestAnalyzers, TestSynonymMapFilter, 
TestPatternReplaceCharFilter, TestRemoveDuplicatesTokenFilter, 
TestMappingCharFilter, TestAllAnalyzersHaveFactories]
   [junit4] Completed on J1 in 0.21s, 1 test, 1 error <<< FAILURES!

[...truncated 354 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:467: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:447: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:45: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build.xml:539: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:2017:
 The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/analysis/build.xml:106:
 The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/analysis/build.xml:38:
 The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/module-build.xml:60: 
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1296:
 The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:920: 
There were test failures: 252 suites, 1342 tests, 1 error, 2 failures, 1 ignored

Total time: 18 minutes 14 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0_60-ea-b14 -XX:-UseCompressedOops 
-XX:+UseConcMarkSweepGC
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]

Reply via email to