Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java8/606/

1 tests failed.
FAILED:  org.apache.lucene.analysis.core.TestAllAnalyzersHaveFactories.test

Error Message:
A SPI class of type org.apache.lucene.analysis.util.TokenFilterFactory with 
name 'SerbianNormalizationRegular' 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, decimaldigit, 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, 
fingerprint, hyphenatedwords, keepword, keywordmarker, keywordrepeat, length, 
limittokencount, limittokenoffset, 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, serbiannormalization, classic, standard, 
swedishlightstem, synonym, turkishlowercase, elision]

Stack Trace:
java.lang.IllegalArgumentException: A SPI class of type 
org.apache.lucene.analysis.util.TokenFilterFactory with name 
'SerbianNormalizationRegular' 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, decimaldigit, 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, fingerprint, hyphenatedwords, 
keepword, keywordmarker, keywordrepeat, length, limittokencount, 
limittokenoffset, 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, serbiannormalization, 
classic, standard, swedishlightstem, synonym, turkishlowercase, elision]
        at 
__randomizedtesting.SeedInfo.seed([A5B814AD47251689:2DEC2B77E9D97B71]:0)
        at 
org.apache.lucene.analysis.util.AnalysisSPILoader.lookupClass(AnalysisSPILoader.java:124)
        at 
org.apache.lucene.analysis.util.TokenFilterFactory.lookupClass(TokenFilterFactory.java:42)
        at 
org.apache.lucene.analysis.core.TestAllAnalyzersHaveFactories.test(TestAllAnalyzersHaveFactories.java:153)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:497)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1660)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:866)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:902)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:916)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:875)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:777)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:811)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:822)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        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:54)
        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:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 2659 lines...]
   [junit4] Suite: org.apache.lucene.analysis.core.TestAllAnalyzersHaveFactories
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestAllAnalyzersHaveFactories -Dtests.method=test 
-Dtests.seed=A5B814AD47251689 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=pt_PT -Dtests.timezone=Navajo -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.38s J0 | TestAllAnalyzersHaveFactories.test <<<
   [junit4]    > Throwable #1: java.lang.IllegalArgumentException: A SPI class 
of type org.apache.lucene.analysis.util.TokenFilterFactory with name 
'SerbianNormalizationRegular' 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, decimaldigit, 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, fingerprint, hyphenatedwords, 
keepword, keywordmarker, keywordrepeat, length, limittokencount, 
limittokenoffset, 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, serbiannormalization, 
classic, standard, swedishlightstem, synonym, turkishlowercase, elision]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([A5B814AD47251689:2DEC2B77E9D97B71]:0)
   [junit4]    >        at 
org.apache.lucene.analysis.util.AnalysisSPILoader.lookupClass(AnalysisSPILoader.java:124)
   [junit4]    >        at 
org.apache.lucene.analysis.util.TokenFilterFactory.lookupClass(TokenFilterFactory.java:42)
   [junit4]    >        at 
org.apache.lucene.analysis.core.TestAllAnalyzersHaveFactories.test(TestAllAnalyzersHaveFactories.java:153)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60), 
sim=ClassicSimilarity, locale=pt_PT, timezone=Navajo
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 
1.8.0_66 (64-bit)/cpus=4,threads=1,free=192545056,total=340262912
   [junit4]   2> NOTE: All tests run in this JVM: [TestTeeSinkTokenFilter, 
TestGalicianMinimalStemFilterFactory, TestFilesystemResourceLoader, 
TestPortugueseStemFilter, TestStopFilterFactory, TestPortugueseLightStemFilter, 
TestPatternReplaceCharFilterFactory, TestSoraniAnalyzer, 
TestGermanNormalizationFilterFactory, TestRussianLightStemFilterFactory, 
TestWordlistLoader, TestPatternTokenizer, EdgeNGramTokenizerTest, 
TestCJKBigramFilter, TestKeepWordFilter, TestPortugueseStemFilterFactory, 
NGramTokenFilterTest, TestDictionary, TestUAX29URLEmailTokenizerFactory, 
TestGreekLowerCaseFilterFactory, TestCharArraySet, 
TestHyphenationCompoundWordTokenFilterFactory, TestOnlyInCompound, 
TestPrefixAndSuffixAwareTokenFilter, TestSoraniStemFilterFactory, 
TestDecimalDigitFilter, TestFinnishAnalyzer, TestCodepointCountFilterFactory, 
TestSerbianNormalizationFilterFactory, TestTruncateTokenFilterFactory, 
TestZeroAffix2, TestCustomAnalyzer, TestNGramFilters, TestMultiWordSynonyms, 
TestStopAnalyzer, TestPatternTokenizerFactory, TestFingerprintFilter, 
TestPersianAnalyzer, TestBulgarianStemFilterFactory, TestTrimFilter, 
TestUAX29URLEmailTokenizer, TestKeywordAnalyzer, TestCollationKeyAnalyzer, 
TestHungarianLightStemFilter, TestRandomChains, TestSynonymMapFilter, 
TestRemoveDuplicatesTokenFilter, TestMappingCharFilter, 
TestAllAnalyzersHaveFactories]
   [junit4] Completed [149/277] on J0 in 0.43s, 1 test, 1 error <<< FAILURES!

[...truncated 392 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/build.xml:775:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/build.xml:719:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/build.xml:59: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/lucene/build.xml:471:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/lucene/common-build.xml:2162:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/lucene/analysis/build.xml:106:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/lucene/analysis/build.xml:38:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/lucene/module-build.xml:58:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/lucene/common-build.xml:1432:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/lucene/common-build.xml:987:
 There were test failures: 277 suites (2 ignored), 1422 tests, 1 error, 1 
ignored [seed: A5B814AD47251689]

Total time: 12 minutes 4 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


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

Reply via email to