You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/10/18 10:40:47 UTC

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_102) - Build # 18080 - Failure!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18080/
Java: 64bit/jdk1.8.0_102 -XX:-UseCompressedOops -XX:+UseParallelGC

All tests passed

Build Log:
[...truncated 52806 lines...]
-ecj-javadoc-lint-tests:
    [mkdir] Created dir: /tmp/ecj278709342
 [ecj-lint] Compiling 276 source files to /tmp/ecj278709342
 [ecj-lint] ----------
 [ecj-lint] 1. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/charfilter/HTMLStripCharFilterTest.java (at line 68)
 [ecj-lint] 	HTMLStripCharFilter reader = new HTMLStripCharFilter(new InputStreamReader(stream, StandardCharsets.UTF_8));
 [ecj-lint] 	                    ^^^^^^
 [ecj-lint] Resource leak: 'reader' is never closed
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/charfilter/HTMLStripCharFilterTest.java (at line 85)
 [ecj-lint] 	HTMLStripCharFilter reader = new HTMLStripCharFilter(new InputStreamReader(stream, StandardCharsets.UTF_8));
 [ecj-lint] 	                    ^^^^^^
 [ecj-lint] Resource leak: 'reader' is never closed
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/charfilter/HTMLStripCharFilterTest.java (at line 117)
 [ecj-lint] 	Reader reader = new HTMLStripCharFilter(new StringReader(test), set);
 [ecj-lint] 	       ^^^^^^
 [ecj-lint] Resource leak: 'reader' is never closed
 [ecj-lint] ----------
 [ecj-lint] 4. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/charfilter/HTMLStripCharFilterTest.java (at line 360)
 [ecj-lint] 	HTMLStripCharFilter reader = new HTMLStripCharFilter(new BufferedReader(new StringReader(in)));
 [ecj-lint] 	                    ^^^^^^
 [ecj-lint] Resource leak: 'reader' is never closed
 [ecj-lint] ----------
 [ecj-lint] 5. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/charfilter/HTMLStripCharFilterTest.java (at line 387)
 [ecj-lint] 	HTMLStripCharFilter reader = new HTMLStripCharFilter(new BufferedReader(new StringReader(in)));
 [ecj-lint] 	                    ^^^^^^
 [ecj-lint] Resource leak: 'reader' is never closed
 [ecj-lint] ----------
 [ecj-lint] 6. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/charfilter/HTMLStripCharFilterTest.java (at line 592)
 [ecj-lint] 	Reader reader = new HTMLStripCharFilter
 [ecj-lint] 	       ^^^^^^
 [ecj-lint] Resource leak: 'reader' is never closed
 [ecj-lint] ----------
 [ecj-lint] 7. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/charfilter/HTMLStripCharFilterTest.java (at line 638)
 [ecj-lint] 	reader = new HTMLStripCharFilter(input);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'reader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 8. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/charfilter/TestMappingCharFilter.java (at line 67)
 [ecj-lint] 	CharFilter cs = new MappingCharFilter( normMap, new StringReader( "x" ) );
 [ecj-lint] 	           ^^
 [ecj-lint] Resource leak: 'cs' is never closed
 [ecj-lint] ----------
 [ecj-lint] 9. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/charfilter/TestMappingCharFilter.java (at line 418)
 [ecj-lint] 	final MappingCharFilter mapFilter = new MappingCharFilter(charMap, new StringReader(content));
 [ecj-lint] 	                        ^^^^^^^^^
 [ecj-lint] Resource leak: 'mapFilter' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 10. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/ckb/TestSoraniStemFilterFactory.java (at line 37)
 [ecj-lint] 	stream = tokenFilterFactory("SoraniStem").create(stream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'stream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 11. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/compound/TestCompoundWordTokenFilter.java (at line 252)
 [ecj-lint] 	TokenStream stream = new MockRetainAttributeFilter(tokenizer);
 [ecj-lint] 	            ^^^^^^
 [ecj-lint] Resource leak: 'stream' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 12. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/compound/TestDictionaryCompoundWordTokenFilterFactory.java (at line 39)
 [ecj-lint] 	stream = tokenFilterFactory("DictionaryCompoundWord", 
 [ecj-lint]         "dictionary", "compoundDictionary.txt").create(stream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'stream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 13. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/compound/TestHyphenationCompoundWordTokenFilterFactory.java (at line 39)
 [ecj-lint] 	stream = tokenFilterFactory("HyphenationCompoundWord", 
 [ecj-lint]         "hyphenator", "da_UTF8.xml",
 [ecj-lint]         "dictionary", "da_compoundDictionary.txt").create(stream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'stream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 14. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/compound/TestHyphenationCompoundWordTokenFilterFactory.java (at line 58)
 [ecj-lint] 	stream = tokenFilterFactory("HyphenationCompoundWord", 
 [ecj-lint]         "hyphenator", "da_UTF8.xml",
 [ecj-lint]         "minSubwordSize", "2",
 [ecj-lint]         "maxSubwordSize", "4").create(stream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'stream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 15. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/core/TestDecimalDigitFilter.java (at line 25)
 [ecj-lint] 	import org.apache.lucene.util.ArrayUtil;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.lucene.util.ArrayUtil is never used
 [ecj-lint] ----------
 [ecj-lint] 16. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/core/TestDecimalDigitFilter.java (at line 26)
 [ecj-lint] 	import org.apache.lucene.util.Bits;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.lucene.util.Bits is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 17. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/core/TestDuelingAnalyzers.java (at line 217)
 [ecj-lint] 	r = new MockReaderWrapper(random, r);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'r' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 18. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/cz/TestCzechStemFilterFactory.java (at line 39)
 [ecj-lint] 	stream = tokenFilterFactory("CzechStem").create(stream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'stream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 19. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/de/TestGermanMinimalStemFilterFactory.java (at line 36)
 [ecj-lint] 	stream = tokenFilterFactory("GermanMinimalStem").create(stream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'stream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 20. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/de/TestGermanNormalizationFilterFactory.java (at line 36)
 [ecj-lint] 	stream = tokenFilterFactory("GermanNormalization").create(stream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'stream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 21. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/de/TestGermanStemFilterFactory.java (at line 39)
 [ecj-lint] 	stream = tokenFilterFactory("GermanStem").create(stream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'stream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 22. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/es/TestSpanishLightStemFilterFactory.java (at line 36)
 [ecj-lint] 	stream = tokenFilterFactory("SpanishLightStem").create(stream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'stream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 23. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/fi/TestFinnishLightStemFilterFactory.java (at line 36)
 [ecj-lint] 	stream = tokenFilterFactory("FinnishLightStem").create(stream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'stream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 24. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/id/TestIndonesianStemFilterFactory.java (at line 39)
 [ecj-lint] 	stream = tokenFilterFactory("IndonesianStem").create(stream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'stream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 25. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/id/TestIndonesianStemFilterFactory.java (at line 50)
 [ecj-lint] 	stream = tokenFilterFactory("IndonesianStem", "stemDerivational", "false").create(stream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'stream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 26. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/lv/TestLatvianStemFilterFactory.java (at line 36)
 [ecj-lint] 	stream = tokenFilterFactory("LatvianStem").create(stream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'stream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 27. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestCapitalizationFilter.java (at line 159)
 [ecj-lint] 	new CapitalizationFilter(whitespaceMockTokenizer("accept only valid arguments"),true, null, true, null, -1 , DEFAULT_MAX_WORD_COUNT, DEFAULT_MAX_TOKEN_LENGTH);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 28. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestCapitalizationFilter.java (at line 163)
 [ecj-lint] 	new CapitalizationFilter(whitespaceMockTokenizer("accept only valid arguments"),true, null, true, null, 0 , -10, DEFAULT_MAX_TOKEN_LENGTH);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 29. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestCapitalizationFilter.java (at line 167)
 [ecj-lint] 	new CapitalizationFilter(whitespaceMockTokenizer("accept only valid arguments"),true, null, true, null, 0 , DEFAULT_MAX_WORD_COUNT, -50);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 30. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestCodepointCountFilter.java (at line 80)
 [ecj-lint] 	new CodepointCountFilter(whitespaceMockTokenizer("accept only valid arguments"), 4, 1);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 31. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestCodepointCountFilterFactory.java (at line 34)
 [ecj-lint] 	stream = tokenFilterFactory("CodepointCount",
 [ecj-lint]         "min", "4",
 [ecj-lint]         "max", "10").create(stream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'stream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 32. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestFingerprintFilterFactory.java (at line 36)
 [ecj-lint] 	stream = tokenFilterFactory("Fingerprint",
 [ecj-lint]           FingerprintFilterFactory.MAX_OUTPUT_TOKEN_SIZE_KEY, "256",
 [ecj-lint]           FingerprintFilterFactory.SEPARATOR_KEY, "_"
 [ecj-lint]       ).create(stream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'tokenizer' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 33. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestLengthFilter.java (at line 57)
 [ecj-lint] 	new LengthFilter(whitespaceMockTokenizer("accept only valid arguments"), -4, -1);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 34. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestLengthFilterFactory.java (at line 34)
 [ecj-lint] 	stream = tokenFilterFactory("Length",
 [ecj-lint]         LengthFilterFactory.MIN_KEY, "4",
 [ecj-lint]         LengthFilterFactory.MAX_KEY, "10").create(stream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'stream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 35. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestLimitTokenCountFilter.java (at line 38)
 [ecj-lint] 	new LimitTokenCountFilter(whitespaceMockTokenizer("A1 B2 C3 D4 E5 F6"), -1);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 36. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestLimitTokenCountFilterFactory.java (at line 36)
 [ecj-lint] 	stream = tokenFilterFactory("LimitTokenCount",
 [ecj-lint]           LimitTokenCountFilterFactory.MAX_TOKEN_COUNT_KEY, "3",
 [ecj-lint]           LimitTokenCountFilterFactory.CONSUME_ALL_TOKENS_KEY, Boolean.toString(consumeAll)
 [ecj-lint]       ).create(stream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'tokenizer' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 37. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestLimitTokenOffsetFilter.java (at line 39)
 [ecj-lint] 	new LimitTokenOffsetFilter(whitespaceMockTokenizer("A1 B2 C3 D4 E5 F6"), -1);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 38. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestLimitTokenOffsetFilterFactory.java (at line 36)
 [ecj-lint] 	stream = tokenFilterFactory("LimitTokenOffset",
 [ecj-lint]           LimitTokenOffsetFilterFactory.MAX_START_OFFSET, "3",
 [ecj-lint]           LimitTokenOffsetFilterFactory.CONSUME_ALL_TOKENS_KEY, Boolean.toString(consumeAll)
 [ecj-lint]       ).create(stream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'tokenizer' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 39. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestLimitTokenPositionFilter.java (at line 91)
 [ecj-lint] 	new LimitTokenPositionFilter(whitespaceMockTokenizer("one two three four five"), 0);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 40. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestRemoveDuplicatesTokenFilterFactory.java (at line 36)
 [ecj-lint] 	stream = tokenFilterFactory("RemoveDuplicates").create(stream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'stream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 41. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestTruncateTokenFilter.java (at line 37)
 [ecj-lint] 	new TruncateTokenFilter(whitespaceMockTokenizer("length must be a positive number"), -48);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 42. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestTruncateTokenFilterFactory.java (at line 39)
 [ecj-lint] 	stream = tokenFilterFactory("Truncate",
 [ecj-lint]         TruncateTokenFilterFactory.PREFIX_LENGTH_KEY, "5").create(stream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'stream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 43. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/ngram/EdgeNGramTokenFilterTest.java (at line 211)
 [ecj-lint] 	TokenStream tk = new KeywordTokenizer();
 [ecj-lint] 	            ^^
 [ecj-lint] Resource leak: 'tk' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 44. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/ngram/NGramTokenFilterTest.java (at line 174)
 [ecj-lint] 	TokenStream tk = new KeywordTokenizer();
 [ecj-lint] 	            ^^
 [ecj-lint] Resource leak: 'tk' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 45. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/ngram/NGramTokenizerTest.java (at line 50)
 [ecj-lint] 	NGramTokenizer tok = new NGramTokenizer(2, 1);
 [ecj-lint] 	               ^^^
 [ecj-lint] Resource leak: 'tok' is never closed
 [ecj-lint] ----------
 [ecj-lint] 46. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/ngram/NGramTokenizerTest.java (at line 56)
 [ecj-lint] 	NGramTokenizer tok = new NGramTokenizer(0, 1);
 [ecj-lint] 	               ^^^
 [ecj-lint] Resource leak: 'tok' is never closed
 [ecj-lint] ----------
 [ecj-lint] 47. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/ngram/NGramTokenizerTest.java (at line 157)
 [ecj-lint] 	final Tokenizer grams = new NGramTokenizer(minGram, maxGram, edgesOnly) {
 [ecj-lint] 	                ^^^^^
 [ecj-lint] Resource leak: 'grams' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 48. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/no/TestNorwegianMinimalStemFilterFactory.java (at line 36)
 [ecj-lint] 	stream = tokenFilterFactory("NorwegianMinimalStem").create(stream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'stream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 49. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/no/TestNorwegianMinimalStemFilterFactory.java (at line 45)
 [ecj-lint] 	stream = tokenFilterFactory("NorwegianMinimalStem", "variant", "nb").create(stream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'stream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 50. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/no/TestNorwegianMinimalStemFilterFactory.java (at line 54)
 [ecj-lint] 	stream = tokenFilterFactory("NorwegianMinimalStem", "variant", "nn").create(stream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'stream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 51. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/pattern/TestPatternReplaceCharFilter.java (at line 103)
 [ecj-lint] 	CharFilter cs = new PatternReplaceCharFilter(pattern(pattern), replacement,
 [ecj-lint] 	           ^^
 [ecj-lint] Resource leak: 'cs' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 52. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/pattern/TestPatternReplaceCharFilterFactory.java (at line 36)
 [ecj-lint] 	reader = charFilterFactory("PatternReplace",
 [ecj-lint]         "pattern", "(aa)\\s+(bb)\\s+(cc)",
 [ecj-lint]         "replacement", "$1$2$3").create(reader);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'reader' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 53. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/pattern/TestPatternReplaceCharFilterFactory.java (at line 50)
 [ecj-lint] 	reader = charFilterFactory("PatternReplace",
 [ecj-lint]         "pattern", "(aa)\\s+(bb)\\s+(cc)").create(reader);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'reader' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 54. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/pattern/TestPatternReplaceCharFilterFactory.java (at line 61)
 [ecj-lint] 	reader = charFilterFactory("PatternReplace",
 [ecj-lint]         "pattern", "(aa)\\s+(bb)\\s+(cc)",
 [ecj-lint]         "replacement", "$1#$2#$3").create(reader);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'reader' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 55. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/payloads/NumericPayloadTokenFilterTest.java (at line 37)
 [ecj-lint] 	NumericPayloadTokenFilter nptf = new NumericPayloadTokenFilter(new WordTokenFilter(input), 3, "D");
 [ecj-lint] 	                          ^^^^
 [ecj-lint] Resource leak: 'nptf' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 56. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/payloads/TestDelimitedPayloadTokenFilterFactory.java (at line 36)
 [ecj-lint] 	stream = tokenFilterFactory("DelimitedPayload", "encoder", "float").create(stream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'stream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 57. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/payloads/TestDelimitedPayloadTokenFilterFactory.java (at line 55)
 [ecj-lint] 	stream = tokenFilterFactory("DelimitedPayload",
 [ecj-lint]         "encoder", "float",
 [ecj-lint]         "delimiter", "*").create(stream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'stream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 58. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/payloads/TokenOffsetPayloadTokenFilterTest.java (at line 31)
 [ecj-lint] 	TokenOffsetPayloadTokenFilter nptf = new TokenOffsetPayloadTokenFilter(whitespaceMockTokenizer(test));
 [ecj-lint] 	                              ^^^^
 [ecj-lint] Resource leak: 'nptf' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 59. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/payloads/TypeAsPayloadTokenFilterTest.java (at line 33)
 [ecj-lint] 	TypeAsPayloadTokenFilter nptf = new TypeAsPayloadTokenFilter(new WordTokenFilter(whitespaceMockTokenizer(test)));
 [ecj-lint] 	                         ^^^^
 [ecj-lint] Resource leak: 'nptf' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 60. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/pt/TestPortugueseLightStemFilterFactory.java (at line 36)
 [ecj-lint] 	stream = tokenFilterFactory("PortugueseLightStem").create(stream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'stream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 61. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/pt/TestPortugueseMinimalStemFilterFactory.java (at line 36)
 [ecj-lint] 	stream = tokenFilterFactory("PortugueseMinimalStem").create(stream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'stream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 62. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/snowball/TestSnowball.java (at line 55)
 [ecj-lint] 	SnowballFilter filter = new SnowballFilter(new TestTokenStream(), "English");
 [ecj-lint] 	               ^^^^^^
 [ecj-lint] Resource leak: 'filter' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 63. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/sr/TestSerbianNormalizationFilterFactory.java (at line 36)
 [ecj-lint] 	stream = tokenFilterFactory("SerbianNormalization").create(stream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'stream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 64. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/sr/TestSerbianNormalizationFilterFactory.java (at line 44)
 [ecj-lint] 	stream = tokenFilterFactory("SerbianNormalization", "haircut", "regular").create(stream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'stream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 65. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/tr/TestApostropheFilterFactory.java (at line 40)
 [ecj-lint] 	stream = tokenFilterFactory("Apostrophe").create(stream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'stream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 66. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/tr/TestTurkishLowerCaseFilterFactory.java (at line 39)
 [ecj-lint] 	stream = tokenFilterFactory("TurkishLowerCase").create(stream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'stream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 67. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/util/TestElisionFilterFactory.java (at line 38)
 [ecj-lint] 	stream = tokenFilterFactory("Elision", "articles", "frenchArticles.txt").create(stream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'stream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 68. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/util/TestElisionFilterFactory.java (at line 49)
 [ecj-lint] 	stream = tokenFilterFactory("Elision").create(stream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'stream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 69. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/util/TestElisionFilterFactory.java (at line 60)
 [ecj-lint] 	stream = tokenFilterFactory("Elision",
 [ecj-lint]         "articles", "frenchArticles.txt",
 [ecj-lint]         "ignoreCase", "true").create(stream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'stream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 69 problems (2 errors, 67 warnings)

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:765: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:101: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build.xml:204: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:2177: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/build.xml:142: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/build.xml:38: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1998: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:2031: Compile failed; see the compiler error output for details.

Total time: 69 minutes 39 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+140) - Build # 18081 - Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18081/
Java: 64bit/jdk-9-ea+140 -XX:+UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.handler.component.SpellCheckComponentTest.testNumericQuery

Error Message:
List size mismatch @ spellcheck/suggestions

Stack Trace:
java.lang.RuntimeException: List size mismatch @ spellcheck/suggestions
	at __randomizedtesting.SeedInfo.seed([1FF23BFF675A7F3C:14DE6C3FF893C393]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:901)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:848)
	at org.apache.solr.handler.component.SpellCheckComponentTest.testNumericQuery(SpellCheckComponentTest.java:154)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:535)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	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:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	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:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	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(java.base@9-ea/Thread.java:843)




Build Log:
[...truncated 11223 lines...]
   [junit4] Suite: org.apache.solr.handler.component.SpellCheckComponentTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.SpellCheckComponentTest_1FF23BFF675A7F3C-001/init-core-data-001
   [junit4]   2> 510206 INFO  (SUITE-SpellCheckComponentTest-seed#[1FF23BFF675A7F3C]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 510206 INFO  (SUITE-SpellCheckComponentTest-seed#[1FF23BFF675A7F3C]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 510207 INFO  (SUITE-SpellCheckComponentTest-seed#[1FF23BFF675A7F3C]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 510277 WARN  (SUITE-SpellCheckComponentTest-seed#[1FF23BFF675A7F3C]-worker) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 510277 INFO  (SUITE-SpellCheckComponentTest-seed#[1FF23BFF675A7F3C]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 510292 INFO  (SUITE-SpellCheckComponentTest-seed#[1FF23BFF675A7F3C]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 510339 WARN  (SUITE-SpellCheckComponentTest-seed#[1FF23BFF675A7F3C]-worker) [    ] o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 510341 INFO  (SUITE-SpellCheckComponentTest-seed#[1FF23BFF675A7F3C]-worker) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 510374 INFO  (coreLoadExecutor-2304-thread-1) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 510436 WARN  (coreLoadExecutor-2304-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 510437 INFO  (coreLoadExecutor-2304-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 510446 INFO  (coreLoadExecutor-2304-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 510500 WARN  (coreLoadExecutor-2304-thread-1) [    ] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 510502 INFO  (coreLoadExecutor-2304-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 510519 INFO  (coreLoadExecutor-2304-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 510520 INFO  (coreLoadExecutor-2304-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.SpellCheckComponentTest_1FF23BFF675A7F3C-001/init-core-data-001/]
   [junit4]   2> 510520 INFO  (coreLoadExecutor-2304-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=53.6591796875, floorSegmentMB=1.423828125, forceMergeDeletesPctAllowed=24.58572302894612, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3358086529905764
   [junit4]   2> 510524 INFO  (coreLoadExecutor-2304-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 510524 INFO  (coreLoadExecutor-2304-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 510524 INFO  (coreLoadExecutor-2304-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=54.9560546875, floorSegmentMB=0.6357421875, forceMergeDeletesPctAllowed=3.0076676405019684, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3602352287135626
   [junit4]   2> 510524 INFO  (coreLoadExecutor-2304-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4e613b97[collection1] main]
   [junit4]   2> 510524 WARN  (coreLoadExecutor-2304-thread-1) [    ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 510525 INFO  (coreLoadExecutor-2304-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 510561 INFO  (coreLoadExecutor-2304-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: default
   [junit4]   2> 510596 INFO  (coreLoadExecutor-2304-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: default_teststop
   [junit4]   2> 510602 INFO  (coreLoadExecutor-2304-thread-1) [    ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=teststop}
   [junit4]   2> 510602 INFO  (coreLoadExecutor-2304-thread-1) [    ] o.a.s.s.DirectSolrSpellChecker init: {name=direct_lowerfilt,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=lowerfilt}
   [junit4]   2> 510626 INFO  (coreLoadExecutor-2304-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: threshold
   [junit4]   2> 510626 INFO  (coreLoadExecutor-2304-thread-1) [    ] o.a.s.s.DirectSolrSpellChecker init: {name=threshold_direct,classname=solr.DirectSolrSpellChecker,field=lowerfilt,spellcheckIndexDir=spellcheckerThreshold,buildOnCommit=true,thresholdTokenFrequency=0.29}
   [junit4]   2> 510626 INFO  (coreLoadExecutor-2304-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: threshold_direct
   [junit4]   2> 510656 INFO  (coreLoadExecutor-2304-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: multipleFields
   [junit4]   2> 510756 INFO  (coreLoadExecutor-2304-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: freq
   [junit4]   2> 510789 INFO  (coreLoadExecutor-2304-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: fqcn
   [junit4]   2> 510789 INFO  (coreLoadExecutor-2304-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 510789 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 510790 INFO  (SUITE-SpellCheckComponentTest-seed#[1FF23BFF675A7F3C]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 510790 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default_teststop
   [junit4]   2> 510791 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNumericQuery
   [junit4]   2> 510792 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 510792 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct_lowerfilt
   [junit4]   2> 510792 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 510792 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold
   [junit4]   2> 510792 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 1
   [junit4]   2> 510793 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold_direct
   [junit4]   2> 510793 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 510794 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 510794 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 510794 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 510794 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 510794 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 510795 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 510795 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 510795 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 510796 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 510796 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 510796 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 510796 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 510796 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@230ef440
   [junit4]   2> 510797 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 510798 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 510799 WARN  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.c.SolrCore [collection1] PERFORMANCE WARNING: Overlapping onDeckSearchers=2
   [junit4]   2> 510800 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@36fe0a3b[collection1] main]
   [junit4]   2> 510800 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 510800 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 510800 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4e613b97[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 510800 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 510802 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default_teststop
   [junit4]   2> 510804 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 510804 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct_lowerfilt
   [junit4]   2> 510804 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 510804 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold
   [junit4]   2> 510806 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold_direct
   [junit4]   2> 510806 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 510809 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 510811 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 510812 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 510814 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 510816 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 510816 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@36fe0a3b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c10)))}
   [junit4]   2> 510816 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 20
   [junit4]   2> 510819 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=12346&qt=spellCheckCompRH&spellcheck=true&wt=xml} hits=0 status=0 QTime=1
   [junit4]   2> 510819 ERROR (TEST-SpellCheckComponentTest.testNumericQuery-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.SolrTestCaseJ4 query failed JSON validation. error=List size mismatch @ spellcheck/suggestions
   [junit4]   2>  expected =/spellcheck=={'suggestions':['12346',{'numFound':1,'startOffset':0,'endOffset':5,'suggestion':['12345']}]}
   [junit4]   2>  response = {
   [junit4]   2>   "responseHeader":{
   [junit4]   2>     "status":0,
   [junit4]   2>     "QTime":1},
   [junit4]   2>   "response":{"numFound":0,"start":0,"docs":[]
   [junit4]   2>   },
   [junit4]   2>   "spellcheck":{
   [junit4]   2>     "suggestions":[]}}
   [junit4]   2> 
   [junit4]   2>  request = q=12346&qt=spellCheckCompRH&spellcheck=true&wt=xml
   [junit4]   2> 510820 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNumericQuery
   [junit4]   2> 510820 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 510820 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 510820 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 510820 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@230ef440
   [junit4]   2> 510821 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6e8d533d[collection1] main]
   [junit4]   2> 510821 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 510821 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 510890 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 510937 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 510993 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 510993 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 511054 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 511102 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 511142 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6e8d533d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 511143 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 322
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SpellCheckComponentTest -Dtests.method=testNumericQuery -Dtests.seed=1FF23BFF675A7F3C -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=eo -Dtests.timezone=Africa/Ndjamena -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.36s J1 | SpellCheckComponentTest.testNumericQuery <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: List size mismatch @ spellcheck/suggestions
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1FF23BFF675A7F3C:14DE6C3FF893C393]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:901)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:848)
   [junit4]    > 	at org.apache.solr.handler.component.SpellCheckComponentTest.testNumericQuery(SpellCheckComponentTest.java:154)
   [junit4]    > 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
   [junit4]    > 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 511147 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRebuildOnCommit
   [junit4]   2> 511147 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 511147 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 511148 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 511148 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 511148 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 511148 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 511149 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 511149 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 511149 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 511149 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 511149 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 511149 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@230ef440
   [junit4]   2> 511152 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4c6541b6[collection1] main]
   [junit4]   2> 511152 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 511152 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 511293 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 511339 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 511476 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 511476 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 511568 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 511690 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 511818 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4c6541b6[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):c10)))}
   [junit4]   2> 511818 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 668
   [junit4]   2> 511819 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:lucenejavt&qt=spellCheckCompRH&spellcheck=true&wt=xml} hits=0 status=0 QTime=1
   [junit4]   2> 511820 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[11231]} 0 0
   [junit4]   2> 511820 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 511820 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@230ef440
   [junit4]   2> 511823 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@663fdd0[collection1] main]
   [junit4]   2> 511823 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 511823 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 511952 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 511997 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 512185 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 512186 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 512357 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 512534 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 512748 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@663fdd0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):c10) Uninverting(_2(7.0.0):c1)))}
   [junit4]   2> 512748 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 928
   [junit4]   2> 512749 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:lucenejavt&qt=spellCheckCompRH&spellcheck=true&wt=xml} hits=0 status=0 QTime=931
   [junit4]   2> 512750 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRebuildOnCommit
   [junit4]   2> 512750 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 512750 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 512750 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 512750 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@230ef440
   [junit4]   2> 512750 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@23ba60ba[collection1] main]
   [junit4]   2> 512750 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 512751 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 512849 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 512921 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 512956 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 512956 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 513001 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 513054 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 513105 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@23ba60ba[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 513105 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 355
   [junit4]   2> 513107 INFO  (TEST-SpellCheckComponentTest.test-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 513107 INFO  (TEST-SpellCheckComponentTest.test-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 513108 INFO  (TEST-SpellCheckComponentTest.test-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 513108 INFO  (TEST-SpellCheckComponentTest.test-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 513108 INFO  (TEST-SpellCheckComponentTest.test-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 513108 INFO  (TEST-SpellCheckComponentTest.test-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 513109 INFO  (TEST-SpellCheckComponentTest.test-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 513109 INFO  (TEST-SpellCheckComponentTest.test-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 513109 INFO  (TEST-SpellCheckComponentTest.test-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 513109 INFO  (TEST-SpellCheckComponentTest.test-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 513110 INFO  (TEST-SpellCheckComponentTest.test-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 513110 INFO  (TEST-SpellCheckComponentTest.test-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 513110 INFO  (TEST-SpellCheckComponentTest.test-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@230ef440
   [junit4]   2> 513113 INFO  (TEST-SpellCheckComponentTest.test-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2e8268c1[collection1] main]
   [junit4]   2> 513114 INFO  (TEST-SpellCheckComponentTest.test-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 513114 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 513202 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 513255 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 513365 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 513365 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 513441 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 513540 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 513686 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2e8268c1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(7.0.0):c10)))}
   [junit4]   2> 513686 INFO  (TEST-SpellCheckComponentTest.test-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 576
   [junit4]   2> 513687 INFO  (TEST-SpellCheckComponentTest.test-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=documemt&qt=spellCheckCompRH&spellcheck=true&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 513687 INFO  (TEST-SpellCheckComponentTest.test-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> 513688 INFO  (TEST-SpellCheckComponentTest.test-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 513688 INFO  (TEST-SpellCheckComponentTest.test-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 513688 INFO  (TEST-SpellCheckComponentTest.test-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 513688 INFO  (TEST-SpellCheckComponentTest.test-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@230ef440
   [junit4]   2> 513688 INFO  (TEST-SpellCheckComponentTest.test-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@79976002[collection1] main]
   [junit4]   2> 513688 INFO  (TEST-SpellCheckComponentTest.test-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 513688 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 513752 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 513789 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 513825 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 513826 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 513880 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 513935 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 513971 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@79976002[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 513971 INFO  (TEST-SpellCheckComponentTest.test-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 283
   [junit4]   2> 513973 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPerDictionary
   [junit4]   2> 513973 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 513973 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 513974 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 513974 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 513974 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 513974 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 513974 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 513975 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 513975 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 513975 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 513975 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 513975 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@230ef440
   [junit4]   2> 513977 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@718bc0ea[collection1] main]
   [junit4]   2> 513977 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 513977 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 514118 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 514170 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 514273 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 514273 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 514376 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 514496 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 514634 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@718bc0ea[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(7.0.0):c10)))}
   [junit4]   2> 514635 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 659
   [junit4]   2> 514635 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=documemt&qt=spellCheckCompRH&spellcheck.dictionary=perDict&json.nl=map&spellcheck..perDict.foo=bar&spellcheck=true&spellcheck..perDict.bar=foo&wt=xml&spellcheck.build=true} hits=0 status=0 QTime=0
   [junit4]   2> 514636 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testPerDictionary
   [junit4]   2> 514636 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 514636 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 514636 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 514636 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@230ef440
   [junit4]   2> 514636 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@26197b30[collection1] main]
   [junit4]   2> 514637 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 514637 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 514672 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 514705 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 514756 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 514756 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 514798 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 514841 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 514909 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@26197b30[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 514909 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 272
   [junit4]   2> 514910 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testExtendedResultsCount
   [junit4]   2> 514911 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 514911 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 514911 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 514912 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 514912 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 514912 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 514912 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 514912 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 514913 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 514913 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 514913 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 514913 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@230ef440
   [junit4]   2> 514915 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7a35cd7[collection1] main]
   [junit4]   2> 514915 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 514915 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 515044 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 515090 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 515167 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 515167 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 515311 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 515446 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 515570 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7a35cd7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(7.0.0):c10)))}
   [junit4]   2> 515570 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 657
   [junit4]   2> 515730 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=bluo&qt=spellCheckCompRH&spellcheck=true&spellcheck.count=5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false} hits=0 status=0 QTime=159
   [junit4]   2> 515732 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=bluo&qt=spellCheckCompRH&spellcheck=true&spellcheck.count=3&wt=xml&spellcheck.extendedResults=true} hits=0 status=0 QTime=0
   [junit4]   2> 515732 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testExtendedResultsCount
   [junit4]   2> 515732 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 515732 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 515733 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 515733 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@230ef440
   [junit4]   2> 515733 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@396e780f[collection1] main]
   [junit4]   2> 515733 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 515733 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 515795 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 515873 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 515922 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 515922 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 515987 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 516041 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 516091 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@396e780f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 516091 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 358
   [junit4]   2> 516093 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCorrectSpelling
   [junit4]   2> 516093 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 516094 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 516094 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 516094 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 516095 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 516095 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 516095 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 516096 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 516096 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 516096 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 516096 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 516096 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@230ef440
   [junit4]   2> 516099 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@b1ddd16[collection1] main]
   [junit4]   2> 516099 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 516099 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 516197 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 516230 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 516323 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 516323 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 516435 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 516570 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 516672 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@b1ddd16[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(7.0.0):c10)))}
   [junit4]   2> 516672 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 576
   [junit4]   2> 516673 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:lazy+lowerfilt:brown&qt=spellCheckCompRH&json.nl=map&spellcheck=true&wt=xml&spellcheck.extendedResults=true} hits=1 status=0 QTime=0
   [junit4]   2> 516674 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:lazy+lowerfilt:brown&qt=spellCheckCompRH&spellcheck.dictionary=direct_lowerfilt&json.nl=map&spellcheck=true&wt=xml&spellcheck.extendedResults=true} hits=1 status=0 QTime=0
   [junit4]   2> 516681 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lakkle&qt=spellCheckCompRH&spellcheck.dictionary=direct_lowerfilt&json.nl=map&spellcheck=true&wt=xml&spellcheck.extendedResults=true} hits=0 status=0 QTime=6
   [junit4]   2> 516681 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCorrectSpelling
   [junit4]   2> 516682 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 516682 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 516682 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 516682 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@230ef440
   [junit4]   2> 516683 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@155f9467[collection1] main]
   [junit4]   2> 516683 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 516683 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 516736 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 516834 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 516874 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 516874 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 516933 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 516994 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 517046 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@155f9467[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 517046 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 363
   [junit4]   2> 517047 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testThresholdTokenFrequency
   [junit4]   2> 517048 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 517048 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 517048 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 517049 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 517049 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 517049 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 517050 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 517050 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 517050 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 517050 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 517051 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 517051 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@230ef440
   [junit4]   2> 517054 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@58a4bfa8[collection1] main]
   [junit4]   2> 517054 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 517054 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 517162 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 517201 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 517319 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 517319 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 517418 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 517540 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 517666 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@58a4bfa8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_7(7.0.0):c10)))}
   [junit4]   2> 517666 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 615
   [junit4]   2> 517667 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=documenq&qt=spellCheckCompRH&spellcheck.dictionary=threshold&spellcheck=true&spellcheck.count=5&wt=xml&spellcheck.extendedResults=true} hits=0 status=0 QTime=0
   [junit4]   2> 517674 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=documenq&qt=spellCheckCompRH&spellcheck.dictionary=threshold_direct&spellcheck=true&spellcheck.count=5&wt=xml&spellcheck.extendedResults=true} hits=0 status=0 QTime=6
   [junit4]   2> 517680 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testThresholdTokenFrequency
   [junit4]   2> 517680 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 517680 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 517680 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 517680 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@230ef440
   [junit4]   2> 517681 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1bc2a824[collection1] main]
   [junit4]   2> 517681 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 517681 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 517734 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 517773 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 517832 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 517832 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 517888 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 517942 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 517992 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1bc2a824[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 517993 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 312
   [junit4]   2> 517994 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMaximumResultsForSuggest
   [junit4]   2> 517994 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 517995 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 517995 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 517995 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 517996 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 517996 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 517996 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 517996 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 517997 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 517997 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 517997 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 517997 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@230ef440
   [junit4]   2> 518000 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@36aeffe2[collection1] main]
   [junit4]   2> 518000 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 518000 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 518226 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 518293 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 518394 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 518394 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 518501 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 518646 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 518798 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@36aeffe2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_8(7.0.0):c10)))}
   [junit4]   2> 518799 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 801
   [junit4]   2> 518951 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:(this+OR+brwn)&spellcheck.maxResultsForSuggest=7&qt=spellCheckCompRH&spellcheck=true&spellcheck.count=5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false} hits=7 status=0 QTime=151
   [junit4]   2> 519050 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:(this+OR+brwn)&spellcheck.maxResultsForSuggest=6&qt=spellCheckCompRH&spellcheck=true&spellcheck.count=5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false} hits=7 status=0 QTime=98
   [junit4]   2> 519050 ERROR (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.SolrTestCaseJ4 query failed JSON validation. error=Path not found: /spellcheck/suggestions/[1]/numFound
   [junit4]   2>  expected =/spellcheck/suggestions/[1]/numFound==1
   [junit4]   2>  response = {
   [junit4]   2>   "responseHeader":{
   [junit4]   2>     "status":0,
   [junit4]   2>     "QTime":98},
   [junit4]   2>   "command":"build",
   [junit4]   2>   "response":{"numFound":7,"start":0,"docs":[
   [junit4]   2>       {
   [junit4]   2>         "id":4,
   [junit4]   2>         "range_facet_l":[4],
   [junit4]   2>         "range_facet_l_dv":[4],
   [junit4]   2>         "range_facet_i_dv":[4],
   [junit4]   2>         "lowerfilt":["this blue"],
   [junit4]   2>         "lowerfilt1and2":["this blue"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-10-18T13:05:15.213Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":5,
   [junit4]   2>         "range_facet_l":[5],
   [junit4]   2>         "range_facet_l_dv":[5],
   [junit4]   2>         "range_facet_i_dv":[5],
   [junit4]   2>         "lowerfilt":["this blud"],
   [junit4]   2>         "lowerfilt1and2":["this blud"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-10-18T13:05:15.214Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":6,
   [junit4]   2>         "range_facet_l":[6],
   [junit4]   2>         "range_facet_l_dv":[6],
   [junit4]   2>         "range_facet_i_dv":[6],
   [junit4]   2>         "lowerfilt":["this boue"],
   [junit4]   2>         "lowerfilt1and2":["this boue"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-10-18T13:05:15.214Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":7,
   [junit4]   2>         "range_facet_l":[7],
   [junit4]   2>         "range_facet_l_dv":[7],
   [junit4]   2>         "range_facet_i_dv":[7],
   [junit4]   2>         "lowerfilt":["this glue"],
   [junit4]   2>         "lowerfilt1and2":["this glue"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-10-18T13:05:15.214Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":8,
   [junit4]   2>         "range_facet_l":[8],
   [junit4]   2>         "range_facet_l_dv":[8],
   [junit4]   2>         "range_facet_i_dv":[8],
   [junit4]   2>         "lowerfilt":["this blee"],
   [junit4]   2>         "lowerfilt1and2":["this blee"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-10-18T13:05:15.215Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":0,
   [junit4]   2>         "range_facet_l":[0],
   [junit4]   2>         "range_facet_l_dv":[0],
   [junit4]   2>         "range_facet_i_dv":[0],
   [junit4]   2>         "lowerfilt":["This is a title"],
   [junit4]   2>         "lowerfilt1and2":["This is a title"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-10-18T13:05:15.212Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":2,
   [junit4]   2>         "range_facet_l":[2],
   [junit4]   2>         "range_facet_l_dv":[2],
   [junit4]   2>         "range_facet_i_dv":[2],
   [junit4]   2>         "lowerfilt":["This is a document"],
   [junit4]   2>         "lowerfilt1and2":["This is a document"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-10-18T13:05:15.213Z"}]
   [junit4]   2>   },
   [junit4]   2>   "spellcheck":{
   [junit4]   2>     "suggestions":[]}}
   [junit4]   2> 
   [junit4]   2>  request = q=lowerfilt:(this+OR+brwn)&spellcheck.maxResultsForSuggest=6&qt=spellCheckCompRH&spellcheck=true&spellcheck.count=5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false
   [junit4]   2> 519194 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:(this+OR+brwn)&spellcheck.maxResultsForSuggest=.90&qt=spellCheckCompRH&spellcheck=true&fq=id:[0+TO+9]&fq=lowerfilt:th*&spellcheck.count=5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false} hits=7 status=0 QTime=143
   [junit4]   2> 519348 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:(this+OR+brwn)&spellcheck.maxResultsForSuggest=.80&qt=spellCheckCompRH&spellcheck=true&fq=id:[0+TO+9]&fq=lowerfilt:th*&spellcheck.count=5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false} hits=7 status=0 QTime=153
   [junit4]   2> 519349 ERROR (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.SolrTestCaseJ4 query failed JSON validation. error=Path not found: /spellcheck/suggestions/[1]/numFound
   [junit4]   2>  expected =/spellcheck/suggestions/[1]/numFound==1
   [junit4]   2>  response = {
   [junit4]   2>   "responseHeader":{
   [junit4]   2>     "status":0,
   [junit4]   2>     "QTime":153},
   [junit4]   2>   "command":"build",
   [junit4]   2>   "response":{"numFound":7,"start":0,"docs":[
   [junit4]   2>       {
   [junit4]   2>         "id":4,
   [junit4]   2>         "range_facet_l":[4],
   [junit4]   2>         "range_facet_l_dv":[4],
   [junit4]   2>         "range_facet_i_dv":[4],
   [junit4]   2>         "lowerfilt":["this blue"],
   [junit4]   2>         "lowerfilt1and2":["this blue"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-10-18T13:05:15.213Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":5,
   [junit4]   2>         "range_facet_l":[5],
   [junit4]   2>         "range_facet_l_dv":[5],
   [junit4]   2>         "range_facet_i_dv":[5],
   [junit4]   2>         "lowerfilt":["this blud"],
   [junit4]   2>         "lowerfilt1and2":["this blud"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-10-18T13:05:15.214Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":6,
   [junit4]   2>         "range_facet_l":[6],
   [junit4]   2>         "range_facet_l_dv":[6],
   [junit4]   2>         "range_facet_i_dv":[6],
   [junit4]   2>         "lowerfilt":["this boue"],
   [junit4]   2>         "lowerfilt1and2":["this boue"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-10-18T13:05:15.214Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":7,
   [junit4]   2>         "range_facet_l":[7],
   [junit4]   2>         "range_facet_l_dv":[7],
   [junit4]   2>         "range_facet_i_dv":[7],
   [junit4]   2>         "lowerfilt":["this glue"],
   [junit4]   2>         "lowerfilt1and2":["this glue"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-10-18T13:05:15.214Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":8,
   [junit4]   2>         "range_facet_l":[8],
   [junit4]   2>         "range_facet_l_dv":[8],
   [junit4]   2>         "range_facet_i_dv":[8],
   [junit4]   2>         "lowerfilt":["this blee"],
   [junit4]   2>         "lowerfilt1and2":["this blee"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-10-18T13:05:15.215Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":0,
   [junit4]   2>         "range_facet_l":[0],
   [junit4]   2>         "range_facet_l_dv":[0],
   [junit4]   2>         "range_facet_i_dv":[0],
   [junit4]   2>         "lowerfilt":["This is a title"],
   [junit4]   2>         "lowerfilt1and2":["This is a title"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-10-18T13:05:15.212Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":2,
   [junit4]   2>         "range_facet_l":[2],
   [junit4]   2>         "range_facet_l_dv":[2],
   [junit4]   2>         "range_facet_i_dv":[2],
   [junit4]   2>         "lowerfilt":["This is a document"],
   [junit4]   2>         "lowerfilt1and2":["This is a document"],
   [junit4]   2>         "multiDefault":["

[...truncated too long message...]

 2> 522954 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 522954 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 522954 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 522955 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 522955 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 522955 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 522955 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@230ef440
   [junit4]   2> 522957 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4120c2c[collection1] main]
   [junit4]   2> 522957 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 522957 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 523067 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 523106 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 523192 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 523192 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 523337 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 523462 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 523568 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4120c2c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_c(7.0.0):c10)))}
   [junit4]   2> 523568 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 613
   [junit4]   2> 523697 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=documemt&qt=spellCheckCompRH&json.nl=map&spellcheck=true&wt=xml&spellcheck.build=true&spellcheck.collate=true} hits=0 status=0 QTime=128
   [junit4]   2> 523697 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=documemt+lowerfilt:broen^4&qt=spellCheckCompRH&json.nl=map&spellcheck=true&wt=xml&spellcheck.collate=true} hits=0 status=0 QTime=0
   [junit4]   2> 523698 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=documemtsss+broens&qt=spellCheckCompRH&json.nl=map&spellcheck=true&wt=xml&spellcheck.collate=true} hits=0 status=0 QTime=0
   [junit4]   2> 523699 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=pixma&qt=spellCheckCompRH&json.nl=map&spellcheck=true&wt=xml&spellcheck.collate=true} hits=0 status=0 QTime=0
   [junit4]   2> 523699 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCollate
   [junit4]   2> 523699 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 523699 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 523699 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 523699 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@230ef440
   [junit4]   2> 523700 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@63158da4[collection1] main]
   [junit4]   2> 523700 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 523700 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 523748 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 523787 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 523847 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 523847 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 523889 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 523937 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 523993 INFO  (searcherExecutor-2305-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@63158da4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 523993 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[1FF23BFF675A7F3C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 293
   [junit4]   2> 523993 INFO  (SUITE-SpellCheckComponentTest-seed#[1FF23BFF675A7F3C]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 523993 INFO  (SUITE-SpellCheckComponentTest-seed#[1FF23BFF675A7F3C]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=926560569
   [junit4]   2> 523993 INFO  (coreCloseExecutor-2309-thread-1) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2483b204
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.SpellCheckComponentTest_1FF23BFF675A7F3C-001
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=5624, maxDocsPerChunk=2, blockSize=850), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=5624, blockSize=850)), sim=RandomSimilarity(queryNorm=true): {}, locale=eo, timezone=Africa/Ndjamena
   [junit4]   2> NOTE: Linux 4.4.0-42-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=174552752,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestComplexPhraseQParserPlugin, SmileWriterTest, DistributedIntervalFacetingTest, TestRequestStatusCollectionAPI, TestUpdate, SimpleMLTQParserTest, TestNamedUpdateProcessors, TestLeaderElectionWithEmptyReplica, ZkStateReaderTest, TimeZoneUtilsTest, DateRangeFieldTest, TestMissingGroups, SpatialHeatmapFacetsTest, TestInfoStreamLogging, TestRestoreCore, DistributedDebugComponentTest, SolrXmlInZkTest, LoggingHandlerTest, TestSolr4Spatial2, TestFieldTypeCollectionResource, DistributedMLTComponentTest, DocValuesTest, TestAddFieldRealTimeGet, BadCopyFieldTest, RollingRestartTest, TestPerFieldSimilarity, TestRebalanceLeaders, DirectoryFactoryTest, TestPostingsSolrHighlighter, HighlighterTest, IndexSchemaRuntimeFieldTest, FileUtilsTest, TestMiniSolrCloudCluster, LeaderFailureAfterFreshStartTest, TermsComponentTest, IndexBasedSpellCheckerTest, DirectSolrConnectionTest, DistributedTermsComponentTest, TestRestManager, DistribJoinFromCollectionTest, DistanceFunctionTest, TestFastLRUCache, TestSchemaManager, TestTrie, TestScoreJoinQPScore, DistributedFacetPivotSmallTest, BaseCdcrDistributedZkTest, BigEndianAscendingWordSerializerTest, MergeStrategyTest, TestXmlQParserPlugin, ConjunctionSolrSpellCheckerTest, TestInitQParser, MigrateRouteKeyTest, SchemaVersionSpecificBehaviorTest, TestFiltering, TestGeoJSONResponseWriter, SpellCheckComponentTest]
   [junit4] Completed [202/638 (1!)] on J1 in 13.80s, 11 tests, 1 error <<< FAILURES!

[...truncated 51312 lines...]


Re: [JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_102) - Build # 18080 - Failure!

Posted by Adrien Grand <jp...@gmail.com>.
Woops, thanks Mike!

Le mar. 18 oct. 2016 à 12:50, Michael McCandless <lu...@mikemccandless.com>
a écrit :

> I pushed a fix.
>
> Mike McCandless
>
> http://blog.mikemccandless.com
>
>
> On Tue, Oct 18, 2016 at 6:40 AM, Policeman Jenkins Server
> <je...@thetaphi.de> wrote:
> > Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18080/
> > Java: 64bit/jdk1.8.0_102 -XX:-UseCompressedOops -XX:+UseParallelGC
> >
> > All tests passed
> >
> > Build Log:
> > [...truncated 52806 lines...]
> > -ecj-javadoc-lint-tests:
> >     [mkdir] Created dir: /tmp/ecj278709342
> >  [ecj-lint] Compiling 276 source files to /tmp/ecj278709342
> >  [ecj-lint] ----------
> >  [ecj-lint] 1. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/charfilter/HTMLStripCharFilterTest.java
> (at line 68)
> >  [ecj-lint]     HTMLStripCharFilter reader = new HTMLStripCharFilter(new
> InputStreamReader(stream, StandardCharsets.UTF_8));
> >  [ecj-lint]                         ^^^^^^
> >  [ecj-lint] Resource leak: 'reader' is never closed
> >  [ecj-lint] ----------
> >  [ecj-lint] 2. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/charfilter/HTMLStripCharFilterTest.java
> (at line 85)
> >  [ecj-lint]     HTMLStripCharFilter reader = new HTMLStripCharFilter(new
> InputStreamReader(stream, StandardCharsets.UTF_8));
> >  [ecj-lint]                         ^^^^^^
> >  [ecj-lint] Resource leak: 'reader' is never closed
> >  [ecj-lint] ----------
> >  [ecj-lint] 3. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/charfilter/HTMLStripCharFilterTest.java
> (at line 117)
> >  [ecj-lint]     Reader reader = new HTMLStripCharFilter(new
> StringReader(test), set);
> >  [ecj-lint]            ^^^^^^
> >  [ecj-lint] Resource leak: 'reader' is never closed
> >  [ecj-lint] ----------
> >  [ecj-lint] 4. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/charfilter/HTMLStripCharFilterTest.java
> (at line 360)
> >  [ecj-lint]     HTMLStripCharFilter reader = new HTMLStripCharFilter(new
> BufferedReader(new StringReader(in)));
> >  [ecj-lint]                         ^^^^^^
> >  [ecj-lint] Resource leak: 'reader' is never closed
> >  [ecj-lint] ----------
> >  [ecj-lint] 5. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/charfilter/HTMLStripCharFilterTest.java
> (at line 387)
> >  [ecj-lint]     HTMLStripCharFilter reader = new HTMLStripCharFilter(new
> BufferedReader(new StringReader(in)));
> >  [ecj-lint]                         ^^^^^^
> >  [ecj-lint] Resource leak: 'reader' is never closed
> >  [ecj-lint] ----------
> >  [ecj-lint] 6. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/charfilter/HTMLStripCharFilterTest.java
> (at line 592)
> >  [ecj-lint]     Reader reader = new HTMLStripCharFilter
> >  [ecj-lint]            ^^^^^^
> >  [ecj-lint] Resource leak: 'reader' is never closed
> >  [ecj-lint] ----------
> >  [ecj-lint] 7. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/charfilter/HTMLStripCharFilterTest.java
> (at line 638)
> >  [ecj-lint]     reader = new HTMLStripCharFilter(input);
> >  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'reader' is never closed
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 8. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/charfilter/TestMappingCharFilter.java
> (at line 67)
> >  [ecj-lint]     CharFilter cs = new MappingCharFilter( normMap, new
> StringReader( "x" ) );
> >  [ecj-lint]                ^^
> >  [ecj-lint] Resource leak: 'cs' is never closed
> >  [ecj-lint] ----------
> >  [ecj-lint] 9. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/charfilter/TestMappingCharFilter.java
> (at line 418)
> >  [ecj-lint]     final MappingCharFilter mapFilter = new
> MappingCharFilter(charMap, new StringReader(content));
> >  [ecj-lint]                             ^^^^^^^^^
> >  [ecj-lint] Resource leak: 'mapFilter' is never closed
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 10. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/ckb/TestSoraniStemFilterFactory.java
> (at line 37)
> >  [ecj-lint]     stream = tokenFilterFactory("SoraniStem").create(stream);
> >  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'stream' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 11. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/compound/TestCompoundWordTokenFilter.java
> (at line 252)
> >  [ecj-lint]     TokenStream stream = new
> MockRetainAttributeFilter(tokenizer);
> >  [ecj-lint]                 ^^^^^^
> >  [ecj-lint] Resource leak: 'stream' is never closed
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 12. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/compound/TestDictionaryCompoundWordTokenFilterFactory.java
> (at line 39)
> >  [ecj-lint]     stream = tokenFilterFactory("DictionaryCompoundWord",
> >  [ecj-lint]         "dictionary",
> "compoundDictionary.txt").create(stream);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'stream' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 13. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/compound/TestHyphenationCompoundWordTokenFilterFactory.java
> (at line 39)
> >  [ecj-lint]     stream = tokenFilterFactory("HyphenationCompoundWord",
> >  [ecj-lint]         "hyphenator", "da_UTF8.xml",
> >  [ecj-lint]         "dictionary",
> "da_compoundDictionary.txt").create(stream);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'stream' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] 14. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/compound/TestHyphenationCompoundWordTokenFilterFactory.java
> (at line 58)
> >  [ecj-lint]     stream = tokenFilterFactory("HyphenationCompoundWord",
> >  [ecj-lint]         "hyphenator", "da_UTF8.xml",
> >  [ecj-lint]         "minSubwordSize", "2",
> >  [ecj-lint]         "maxSubwordSize", "4").create(stream);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'stream' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 15. ERROR in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/core/TestDecimalDigitFilter.java
> (at line 25)
> >  [ecj-lint]     import org.apache.lucene.util.ArrayUtil;
> >  [ecj-lint]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] The import org.apache.lucene.util.ArrayUtil is never used
> >  [ecj-lint] ----------
> >  [ecj-lint] 16. ERROR in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/core/TestDecimalDigitFilter.java
> (at line 26)
> >  [ecj-lint]     import org.apache.lucene.util.Bits;
> >  [ecj-lint]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] The import org.apache.lucene.util.Bits is never used
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 17. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/core/TestDuelingAnalyzers.java
> (at line 217)
> >  [ecj-lint]     r = new MockReaderWrapper(random, r);
> >  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'r' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 18. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/cz/TestCzechStemFilterFactory.java
> (at line 39)
> >  [ecj-lint]     stream = tokenFilterFactory("CzechStem").create(stream);
> >  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'stream' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 19. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/de/TestGermanMinimalStemFilterFactory.java
> (at line 36)
> >  [ecj-lint]     stream =
> tokenFilterFactory("GermanMinimalStem").create(stream);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'stream' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 20. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/de/TestGermanNormalizationFilterFactory.java
> (at line 36)
> >  [ecj-lint]     stream =
> tokenFilterFactory("GermanNormalization").create(stream);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'stream' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 21. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/de/TestGermanStemFilterFactory.java
> (at line 39)
> >  [ecj-lint]     stream = tokenFilterFactory("GermanStem").create(stream);
> >  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'stream' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 22. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/es/TestSpanishLightStemFilterFactory.java
> (at line 36)
> >  [ecj-lint]     stream =
> tokenFilterFactory("SpanishLightStem").create(stream);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'stream' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 23. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/fi/TestFinnishLightStemFilterFactory.java
> (at line 36)
> >  [ecj-lint]     stream =
> tokenFilterFactory("FinnishLightStem").create(stream);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'stream' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 24. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/id/TestIndonesianStemFilterFactory.java
> (at line 39)
> >  [ecj-lint]     stream =
> tokenFilterFactory("IndonesianStem").create(stream);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'stream' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] 25. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/id/TestIndonesianStemFilterFactory.java
> (at line 50)
> >  [ecj-lint]     stream = tokenFilterFactory("IndonesianStem",
> "stemDerivational", "false").create(stream);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'stream' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 26. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/lv/TestLatvianStemFilterFactory.java
> (at line 36)
> >  [ecj-lint]     stream =
> tokenFilterFactory("LatvianStem").create(stream);
> >  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'stream' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 27. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestCapitalizationFilter.java
> (at line 159)
> >  [ecj-lint]     new CapitalizationFilter(whitespaceMockTokenizer("accept
> only valid arguments"),true, null, true, null, -1 , DEFAULT_MAX_WORD_COUNT,
> DEFAULT_MAX_TOKEN_LENGTH);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
> >  [ecj-lint] ----------
> >  [ecj-lint] 28. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestCapitalizationFilter.java
> (at line 163)
> >  [ecj-lint]     new CapitalizationFilter(whitespaceMockTokenizer("accept
> only valid arguments"),true, null, true, null, 0 , -10,
> DEFAULT_MAX_TOKEN_LENGTH);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
> >  [ecj-lint] ----------
> >  [ecj-lint] 29. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestCapitalizationFilter.java
> (at line 167)
> >  [ecj-lint]     new CapitalizationFilter(whitespaceMockTokenizer("accept
> only valid arguments"),true, null, true, null, 0 , DEFAULT_MAX_WORD_COUNT,
> -50);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 30. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestCodepointCountFilter.java
> (at line 80)
> >  [ecj-lint]     new CodepointCountFilter(whitespaceMockTokenizer("accept
> only valid arguments"), 4, 1);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 31. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestCodepointCountFilterFactory.java
> (at line 34)
> >  [ecj-lint]     stream = tokenFilterFactory("CodepointCount",
> >  [ecj-lint]         "min", "4",
> >  [ecj-lint]         "max", "10").create(stream);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'stream' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 32. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestFingerprintFilterFactory.java
> (at line 36)
> >  [ecj-lint]     stream = tokenFilterFactory("Fingerprint",
> >  [ecj-lint]
>  FingerprintFilterFactory.MAX_OUTPUT_TOKEN_SIZE_KEY, "256",
> >  [ecj-lint]           FingerprintFilterFactory.SEPARATOR_KEY, "_"
> >  [ecj-lint]       ).create(stream);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'tokenizer' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 33. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestLengthFilter.java
> (at line 57)
> >  [ecj-lint]     new LengthFilter(whitespaceMockTokenizer("accept only
> valid arguments"), -4, -1);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 34. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestLengthFilterFactory.java
> (at line 34)
> >  [ecj-lint]     stream = tokenFilterFactory("Length",
> >  [ecj-lint]         LengthFilterFactory.MIN_KEY, "4",
> >  [ecj-lint]         LengthFilterFactory.MAX_KEY, "10").create(stream);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'stream' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 35. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestLimitTokenCountFilter.java
> (at line 38)
> >  [ecj-lint]     new LimitTokenCountFilter(whitespaceMockTokenizer("A1 B2
> C3 D4 E5 F6"), -1);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 36. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestLimitTokenCountFilterFactory.java
> (at line 36)
> >  [ecj-lint]     stream = tokenFilterFactory("LimitTokenCount",
> >  [ecj-lint]           LimitTokenCountFilterFactory.MAX_TOKEN_COUNT_KEY,
> "3",
> >  [ecj-lint]
>  LimitTokenCountFilterFactory.CONSUME_ALL_TOKENS_KEY,
> Boolean.toString(consumeAll)
> >  [ecj-lint]       ).create(stream);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'tokenizer' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 37. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestLimitTokenOffsetFilter.java
> (at line 39)
> >  [ecj-lint]     new LimitTokenOffsetFilter(whitespaceMockTokenizer("A1
> B2 C3 D4 E5 F6"), -1);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 38. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestLimitTokenOffsetFilterFactory.java
> (at line 36)
> >  [ecj-lint]     stream = tokenFilterFactory("LimitTokenOffset",
> >  [ecj-lint]           LimitTokenOffsetFilterFactory.MAX_START_OFFSET,
> "3",
> >  [ecj-lint]
>  LimitTokenOffsetFilterFactory.CONSUME_ALL_TOKENS_KEY,
> Boolean.toString(consumeAll)
> >  [ecj-lint]       ).create(stream);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'tokenizer' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 39. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestLimitTokenPositionFilter.java
> (at line 91)
> >  [ecj-lint]     new
> LimitTokenPositionFilter(whitespaceMockTokenizer("one two three four
> five"), 0);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 40. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestRemoveDuplicatesTokenFilterFactory.java
> (at line 36)
> >  [ecj-lint]     stream =
> tokenFilterFactory("RemoveDuplicates").create(stream);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'stream' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 41. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestTruncateTokenFilter.java
> (at line 37)
> >  [ecj-lint]     new TruncateTokenFilter(whitespaceMockTokenizer("length
> must be a positive number"), -48);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 42. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestTruncateTokenFilterFactory.java
> (at line 39)
> >  [ecj-lint]     stream = tokenFilterFactory("Truncate",
> >  [ecj-lint]         TruncateTokenFilterFactory.PREFIX_LENGTH_KEY,
> "5").create(stream);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'stream' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 43. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/ngram/EdgeNGramTokenFilterTest.java
> (at line 211)
> >  [ecj-lint]     TokenStream tk = new KeywordTokenizer();
> >  [ecj-lint]                 ^^
> >  [ecj-lint] Resource leak: 'tk' is never closed
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 44. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/ngram/NGramTokenFilterTest.java
> (at line 174)
> >  [ecj-lint]     TokenStream tk = new KeywordTokenizer();
> >  [ecj-lint]                 ^^
> >  [ecj-lint] Resource leak: 'tk' is never closed
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 45. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/ngram/NGramTokenizerTest.java
> (at line 50)
> >  [ecj-lint]     NGramTokenizer tok = new NGramTokenizer(2, 1);
> >  [ecj-lint]                    ^^^
> >  [ecj-lint] Resource leak: 'tok' is never closed
> >  [ecj-lint] ----------
> >  [ecj-lint] 46. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/ngram/NGramTokenizerTest.java
> (at line 56)
> >  [ecj-lint]     NGramTokenizer tok = new NGramTokenizer(0, 1);
> >  [ecj-lint]                    ^^^
> >  [ecj-lint] Resource leak: 'tok' is never closed
> >  [ecj-lint] ----------
> >  [ecj-lint] 47. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/ngram/NGramTokenizerTest.java
> (at line 157)
> >  [ecj-lint]     final Tokenizer grams = new NGramTokenizer(minGram,
> maxGram, edgesOnly) {
> >  [ecj-lint]                     ^^^^^
> >  [ecj-lint] Resource leak: 'grams' is never closed
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 48. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/no/TestNorwegianMinimalStemFilterFactory.java
> (at line 36)
> >  [ecj-lint]     stream =
> tokenFilterFactory("NorwegianMinimalStem").create(stream);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'stream' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] 49. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/no/TestNorwegianMinimalStemFilterFactory.java
> (at line 45)
> >  [ecj-lint]     stream = tokenFilterFactory("NorwegianMinimalStem",
> "variant", "nb").create(stream);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'stream' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] 50. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/no/TestNorwegianMinimalStemFilterFactory.java
> (at line 54)
> >  [ecj-lint]     stream = tokenFilterFactory("NorwegianMinimalStem",
> "variant", "nn").create(stream);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'stream' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 51. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/pattern/TestPatternReplaceCharFilter.java
> (at line 103)
> >  [ecj-lint]     CharFilter cs = new
> PatternReplaceCharFilter(pattern(pattern), replacement,
> >  [ecj-lint]                ^^
> >  [ecj-lint] Resource leak: 'cs' is never closed
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 52. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/pattern/TestPatternReplaceCharFilterFactory.java
> (at line 36)
> >  [ecj-lint]     reader = charFilterFactory("PatternReplace",
> >  [ecj-lint]         "pattern", "(aa)\\s+(bb)\\s+(cc)",
> >  [ecj-lint]         "replacement", "$1$2$3").create(reader);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'reader' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] 53. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/pattern/TestPatternReplaceCharFilterFactory.java
> (at line 50)
> >  [ecj-lint]     reader = charFilterFactory("PatternReplace",
> >  [ecj-lint]         "pattern", "(aa)\\s+(bb)\\s+(cc)").create(reader);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'reader' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] 54. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/pattern/TestPatternReplaceCharFilterFactory.java
> (at line 61)
> >  [ecj-lint]     reader = charFilterFactory("PatternReplace",
> >  [ecj-lint]         "pattern", "(aa)\\s+(bb)\\s+(cc)",
> >  [ecj-lint]         "replacement", "$1#$2#$3").create(reader);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'reader' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 55. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/payloads/NumericPayloadTokenFilterTest.java
> (at line 37)
> >  [ecj-lint]     NumericPayloadTokenFilter nptf = new
> NumericPayloadTokenFilter(new WordTokenFilter(input), 3, "D");
> >  [ecj-lint]                               ^^^^
> >  [ecj-lint] Resource leak: 'nptf' is never closed
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 56. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/payloads/TestDelimitedPayloadTokenFilterFactory.java
> (at line 36)
> >  [ecj-lint]     stream = tokenFilterFactory("DelimitedPayload",
> "encoder", "float").create(stream);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'stream' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] 57. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/payloads/TestDelimitedPayloadTokenFilterFactory.java
> (at line 55)
> >  [ecj-lint]     stream = tokenFilterFactory("DelimitedPayload",
> >  [ecj-lint]         "encoder", "float",
> >  [ecj-lint]         "delimiter", "*").create(stream);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'stream' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 58. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/payloads/TokenOffsetPayloadTokenFilterTest.java
> (at line 31)
> >  [ecj-lint]     TokenOffsetPayloadTokenFilter nptf = new
> TokenOffsetPayloadTokenFilter(whitespaceMockTokenizer(test));
> >  [ecj-lint]                                   ^^^^
> >  [ecj-lint] Resource leak: 'nptf' is never closed
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 59. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/payloads/TypeAsPayloadTokenFilterTest.java
> (at line 33)
> >  [ecj-lint]     TypeAsPayloadTokenFilter nptf = new
> TypeAsPayloadTokenFilter(new
> WordTokenFilter(whitespaceMockTokenizer(test)));
> >  [ecj-lint]                              ^^^^
> >  [ecj-lint] Resource leak: 'nptf' is never closed
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 60. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/pt/TestPortugueseLightStemFilterFactory.java
> (at line 36)
> >  [ecj-lint]     stream =
> tokenFilterFactory("PortugueseLightStem").create(stream);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'stream' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 61. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/pt/TestPortugueseMinimalStemFilterFactory.java
> (at line 36)
> >  [ecj-lint]     stream =
> tokenFilterFactory("PortugueseMinimalStem").create(stream);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'stream' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 62. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/snowball/TestSnowball.java
> (at line 55)
> >  [ecj-lint]     SnowballFilter filter = new SnowballFilter(new
> TestTokenStream(), "English");
> >  [ecj-lint]                    ^^^^^^
> >  [ecj-lint] Resource leak: 'filter' is never closed
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 63. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/sr/TestSerbianNormalizationFilterFactory.java
> (at line 36)
> >  [ecj-lint]     stream =
> tokenFilterFactory("SerbianNormalization").create(stream);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'stream' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] 64. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/sr/TestSerbianNormalizationFilterFactory.java
> (at line 44)
> >  [ecj-lint]     stream = tokenFilterFactory("SerbianNormalization",
> "haircut", "regular").create(stream);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'stream' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 65. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/tr/TestApostropheFilterFactory.java
> (at line 40)
> >  [ecj-lint]     stream = tokenFilterFactory("Apostrophe").create(stream);
> >  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'stream' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 66. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/tr/TestTurkishLowerCaseFilterFactory.java
> (at line 39)
> >  [ecj-lint]     stream =
> tokenFilterFactory("TurkishLowerCase").create(stream);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'stream' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] ----------
> >  [ecj-lint] 67. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/util/TestElisionFilterFactory.java
> (at line 38)
> >  [ecj-lint]     stream = tokenFilterFactory("Elision", "articles",
> "frenchArticles.txt").create(stream);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'stream' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] 68. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/util/TestElisionFilterFactory.java
> (at line 49)
> >  [ecj-lint]     stream = tokenFilterFactory("Elision").create(stream);
> >  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'stream' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] 69. WARNING in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/util/TestElisionFilterFactory.java
> (at line 60)
> >  [ecj-lint]     stream = tokenFilterFactory("Elision",
> >  [ecj-lint]         "articles", "frenchArticles.txt",
> >  [ecj-lint]         "ignoreCase", "true").create(stream);
> >  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  [ecj-lint] Resource leak: 'stream' is not closed at this location
> >  [ecj-lint] ----------
> >  [ecj-lint] 69 problems (2 errors, 67 warnings)
> >
> > BUILD FAILED
> > /home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:765: The
> following error occurred while executing this line:
> > /home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:101: The
> following error occurred while executing this line:
> > /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build.xml:204:
> The following error occurred while executing this line:
> >
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:2177:
> The following error occurred while executing this line:
> >
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/build.xml:142:
> The following error occurred while executing this line:
> >
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/build.xml:38:
> The following error occurred while executing this line:
> >
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1998:
> The following error occurred while executing this line:
> >
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:2031:
> Compile failed; see the compiler error output for details.
> >
> > Total time: 69 minutes 39 seconds
> > Build step 'Invoke Ant' marked build as failure
> > Archiving artifacts
> > [WARNINGS] Skipping publisher since build result is FAILURE
> > Recording test results
> > Email was triggered for: Failure - Any
> > Sending email for trigger: Failure - Any
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> > For additional commands, e-mail: dev-help@lucene.apache.org
>

Re: [JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_102) - Build # 18080 - Failure!

Posted by Michael McCandless <lu...@mikemccandless.com>.
I pushed a fix.

Mike McCandless

http://blog.mikemccandless.com


On Tue, Oct 18, 2016 at 6:40 AM, Policeman Jenkins Server
<je...@thetaphi.de> wrote:
> Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18080/
> Java: 64bit/jdk1.8.0_102 -XX:-UseCompressedOops -XX:+UseParallelGC
>
> All tests passed
>
> Build Log:
> [...truncated 52806 lines...]
> -ecj-javadoc-lint-tests:
>     [mkdir] Created dir: /tmp/ecj278709342
>  [ecj-lint] Compiling 276 source files to /tmp/ecj278709342
>  [ecj-lint] ----------
>  [ecj-lint] 1. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/charfilter/HTMLStripCharFilterTest.java (at line 68)
>  [ecj-lint]     HTMLStripCharFilter reader = new HTMLStripCharFilter(new InputStreamReader(stream, StandardCharsets.UTF_8));
>  [ecj-lint]                         ^^^^^^
>  [ecj-lint] Resource leak: 'reader' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] 2. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/charfilter/HTMLStripCharFilterTest.java (at line 85)
>  [ecj-lint]     HTMLStripCharFilter reader = new HTMLStripCharFilter(new InputStreamReader(stream, StandardCharsets.UTF_8));
>  [ecj-lint]                         ^^^^^^
>  [ecj-lint] Resource leak: 'reader' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] 3. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/charfilter/HTMLStripCharFilterTest.java (at line 117)
>  [ecj-lint]     Reader reader = new HTMLStripCharFilter(new StringReader(test), set);
>  [ecj-lint]            ^^^^^^
>  [ecj-lint] Resource leak: 'reader' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] 4. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/charfilter/HTMLStripCharFilterTest.java (at line 360)
>  [ecj-lint]     HTMLStripCharFilter reader = new HTMLStripCharFilter(new BufferedReader(new StringReader(in)));
>  [ecj-lint]                         ^^^^^^
>  [ecj-lint] Resource leak: 'reader' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] 5. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/charfilter/HTMLStripCharFilterTest.java (at line 387)
>  [ecj-lint]     HTMLStripCharFilter reader = new HTMLStripCharFilter(new BufferedReader(new StringReader(in)));
>  [ecj-lint]                         ^^^^^^
>  [ecj-lint] Resource leak: 'reader' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] 6. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/charfilter/HTMLStripCharFilterTest.java (at line 592)
>  [ecj-lint]     Reader reader = new HTMLStripCharFilter
>  [ecj-lint]            ^^^^^^
>  [ecj-lint] Resource leak: 'reader' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] 7. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/charfilter/HTMLStripCharFilterTest.java (at line 638)
>  [ecj-lint]     reader = new HTMLStripCharFilter(input);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'reader' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 8. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/charfilter/TestMappingCharFilter.java (at line 67)
>  [ecj-lint]     CharFilter cs = new MappingCharFilter( normMap, new StringReader( "x" ) );
>  [ecj-lint]                ^^
>  [ecj-lint] Resource leak: 'cs' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] 9. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/charfilter/TestMappingCharFilter.java (at line 418)
>  [ecj-lint]     final MappingCharFilter mapFilter = new MappingCharFilter(charMap, new StringReader(content));
>  [ecj-lint]                             ^^^^^^^^^
>  [ecj-lint] Resource leak: 'mapFilter' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 10. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/ckb/TestSoraniStemFilterFactory.java (at line 37)
>  [ecj-lint]     stream = tokenFilterFactory("SoraniStem").create(stream);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'stream' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 11. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/compound/TestCompoundWordTokenFilter.java (at line 252)
>  [ecj-lint]     TokenStream stream = new MockRetainAttributeFilter(tokenizer);
>  [ecj-lint]                 ^^^^^^
>  [ecj-lint] Resource leak: 'stream' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 12. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/compound/TestDictionaryCompoundWordTokenFilterFactory.java (at line 39)
>  [ecj-lint]     stream = tokenFilterFactory("DictionaryCompoundWord",
>  [ecj-lint]         "dictionary", "compoundDictionary.txt").create(stream);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'stream' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 13. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/compound/TestHyphenationCompoundWordTokenFilterFactory.java (at line 39)
>  [ecj-lint]     stream = tokenFilterFactory("HyphenationCompoundWord",
>  [ecj-lint]         "hyphenator", "da_UTF8.xml",
>  [ecj-lint]         "dictionary", "da_compoundDictionary.txt").create(stream);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'stream' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] 14. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/compound/TestHyphenationCompoundWordTokenFilterFactory.java (at line 58)
>  [ecj-lint]     stream = tokenFilterFactory("HyphenationCompoundWord",
>  [ecj-lint]         "hyphenator", "da_UTF8.xml",
>  [ecj-lint]         "minSubwordSize", "2",
>  [ecj-lint]         "maxSubwordSize", "4").create(stream);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'stream' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 15. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/core/TestDecimalDigitFilter.java (at line 25)
>  [ecj-lint]     import org.apache.lucene.util.ArrayUtil;
>  [ecj-lint]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] The import org.apache.lucene.util.ArrayUtil is never used
>  [ecj-lint] ----------
>  [ecj-lint] 16. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/core/TestDecimalDigitFilter.java (at line 26)
>  [ecj-lint]     import org.apache.lucene.util.Bits;
>  [ecj-lint]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] The import org.apache.lucene.util.Bits is never used
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 17. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/core/TestDuelingAnalyzers.java (at line 217)
>  [ecj-lint]     r = new MockReaderWrapper(random, r);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'r' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 18. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/cz/TestCzechStemFilterFactory.java (at line 39)
>  [ecj-lint]     stream = tokenFilterFactory("CzechStem").create(stream);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'stream' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 19. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/de/TestGermanMinimalStemFilterFactory.java (at line 36)
>  [ecj-lint]     stream = tokenFilterFactory("GermanMinimalStem").create(stream);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'stream' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 20. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/de/TestGermanNormalizationFilterFactory.java (at line 36)
>  [ecj-lint]     stream = tokenFilterFactory("GermanNormalization").create(stream);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'stream' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 21. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/de/TestGermanStemFilterFactory.java (at line 39)
>  [ecj-lint]     stream = tokenFilterFactory("GermanStem").create(stream);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'stream' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 22. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/es/TestSpanishLightStemFilterFactory.java (at line 36)
>  [ecj-lint]     stream = tokenFilterFactory("SpanishLightStem").create(stream);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'stream' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 23. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/fi/TestFinnishLightStemFilterFactory.java (at line 36)
>  [ecj-lint]     stream = tokenFilterFactory("FinnishLightStem").create(stream);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'stream' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 24. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/id/TestIndonesianStemFilterFactory.java (at line 39)
>  [ecj-lint]     stream = tokenFilterFactory("IndonesianStem").create(stream);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'stream' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] 25. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/id/TestIndonesianStemFilterFactory.java (at line 50)
>  [ecj-lint]     stream = tokenFilterFactory("IndonesianStem", "stemDerivational", "false").create(stream);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'stream' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 26. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/lv/TestLatvianStemFilterFactory.java (at line 36)
>  [ecj-lint]     stream = tokenFilterFactory("LatvianStem").create(stream);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'stream' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 27. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestCapitalizationFilter.java (at line 159)
>  [ecj-lint]     new CapitalizationFilter(whitespaceMockTokenizer("accept only valid arguments"),true, null, true, null, -1 , DEFAULT_MAX_WORD_COUNT, DEFAULT_MAX_TOKEN_LENGTH);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] 28. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestCapitalizationFilter.java (at line 163)
>  [ecj-lint]     new CapitalizationFilter(whitespaceMockTokenizer("accept only valid arguments"),true, null, true, null, 0 , -10, DEFAULT_MAX_TOKEN_LENGTH);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] 29. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestCapitalizationFilter.java (at line 167)
>  [ecj-lint]     new CapitalizationFilter(whitespaceMockTokenizer("accept only valid arguments"),true, null, true, null, 0 , DEFAULT_MAX_WORD_COUNT, -50);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 30. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestCodepointCountFilter.java (at line 80)
>  [ecj-lint]     new CodepointCountFilter(whitespaceMockTokenizer("accept only valid arguments"), 4, 1);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 31. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestCodepointCountFilterFactory.java (at line 34)
>  [ecj-lint]     stream = tokenFilterFactory("CodepointCount",
>  [ecj-lint]         "min", "4",
>  [ecj-lint]         "max", "10").create(stream);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'stream' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 32. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestFingerprintFilterFactory.java (at line 36)
>  [ecj-lint]     stream = tokenFilterFactory("Fingerprint",
>  [ecj-lint]           FingerprintFilterFactory.MAX_OUTPUT_TOKEN_SIZE_KEY, "256",
>  [ecj-lint]           FingerprintFilterFactory.SEPARATOR_KEY, "_"
>  [ecj-lint]       ).create(stream);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'tokenizer' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 33. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestLengthFilter.java (at line 57)
>  [ecj-lint]     new LengthFilter(whitespaceMockTokenizer("accept only valid arguments"), -4, -1);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 34. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestLengthFilterFactory.java (at line 34)
>  [ecj-lint]     stream = tokenFilterFactory("Length",
>  [ecj-lint]         LengthFilterFactory.MIN_KEY, "4",
>  [ecj-lint]         LengthFilterFactory.MAX_KEY, "10").create(stream);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'stream' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 35. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestLimitTokenCountFilter.java (at line 38)
>  [ecj-lint]     new LimitTokenCountFilter(whitespaceMockTokenizer("A1 B2 C3 D4 E5 F6"), -1);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 36. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestLimitTokenCountFilterFactory.java (at line 36)
>  [ecj-lint]     stream = tokenFilterFactory("LimitTokenCount",
>  [ecj-lint]           LimitTokenCountFilterFactory.MAX_TOKEN_COUNT_KEY, "3",
>  [ecj-lint]           LimitTokenCountFilterFactory.CONSUME_ALL_TOKENS_KEY, Boolean.toString(consumeAll)
>  [ecj-lint]       ).create(stream);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'tokenizer' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 37. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestLimitTokenOffsetFilter.java (at line 39)
>  [ecj-lint]     new LimitTokenOffsetFilter(whitespaceMockTokenizer("A1 B2 C3 D4 E5 F6"), -1);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 38. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestLimitTokenOffsetFilterFactory.java (at line 36)
>  [ecj-lint]     stream = tokenFilterFactory("LimitTokenOffset",
>  [ecj-lint]           LimitTokenOffsetFilterFactory.MAX_START_OFFSET, "3",
>  [ecj-lint]           LimitTokenOffsetFilterFactory.CONSUME_ALL_TOKENS_KEY, Boolean.toString(consumeAll)
>  [ecj-lint]       ).create(stream);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'tokenizer' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 39. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestLimitTokenPositionFilter.java (at line 91)
>  [ecj-lint]     new LimitTokenPositionFilter(whitespaceMockTokenizer("one two three four five"), 0);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 40. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestRemoveDuplicatesTokenFilterFactory.java (at line 36)
>  [ecj-lint]     stream = tokenFilterFactory("RemoveDuplicates").create(stream);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'stream' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 41. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestTruncateTokenFilter.java (at line 37)
>  [ecj-lint]     new TruncateTokenFilter(whitespaceMockTokenizer("length must be a positive number"), -48);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 42. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestTruncateTokenFilterFactory.java (at line 39)
>  [ecj-lint]     stream = tokenFilterFactory("Truncate",
>  [ecj-lint]         TruncateTokenFilterFactory.PREFIX_LENGTH_KEY, "5").create(stream);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'stream' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 43. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/ngram/EdgeNGramTokenFilterTest.java (at line 211)
>  [ecj-lint]     TokenStream tk = new KeywordTokenizer();
>  [ecj-lint]                 ^^
>  [ecj-lint] Resource leak: 'tk' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 44. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/ngram/NGramTokenFilterTest.java (at line 174)
>  [ecj-lint]     TokenStream tk = new KeywordTokenizer();
>  [ecj-lint]                 ^^
>  [ecj-lint] Resource leak: 'tk' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 45. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/ngram/NGramTokenizerTest.java (at line 50)
>  [ecj-lint]     NGramTokenizer tok = new NGramTokenizer(2, 1);
>  [ecj-lint]                    ^^^
>  [ecj-lint] Resource leak: 'tok' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] 46. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/ngram/NGramTokenizerTest.java (at line 56)
>  [ecj-lint]     NGramTokenizer tok = new NGramTokenizer(0, 1);
>  [ecj-lint]                    ^^^
>  [ecj-lint] Resource leak: 'tok' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] 47. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/ngram/NGramTokenizerTest.java (at line 157)
>  [ecj-lint]     final Tokenizer grams = new NGramTokenizer(minGram, maxGram, edgesOnly) {
>  [ecj-lint]                     ^^^^^
>  [ecj-lint] Resource leak: 'grams' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 48. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/no/TestNorwegianMinimalStemFilterFactory.java (at line 36)
>  [ecj-lint]     stream = tokenFilterFactory("NorwegianMinimalStem").create(stream);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'stream' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] 49. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/no/TestNorwegianMinimalStemFilterFactory.java (at line 45)
>  [ecj-lint]     stream = tokenFilterFactory("NorwegianMinimalStem", "variant", "nb").create(stream);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'stream' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] 50. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/no/TestNorwegianMinimalStemFilterFactory.java (at line 54)
>  [ecj-lint]     stream = tokenFilterFactory("NorwegianMinimalStem", "variant", "nn").create(stream);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'stream' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 51. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/pattern/TestPatternReplaceCharFilter.java (at line 103)
>  [ecj-lint]     CharFilter cs = new PatternReplaceCharFilter(pattern(pattern), replacement,
>  [ecj-lint]                ^^
>  [ecj-lint] Resource leak: 'cs' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 52. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/pattern/TestPatternReplaceCharFilterFactory.java (at line 36)
>  [ecj-lint]     reader = charFilterFactory("PatternReplace",
>  [ecj-lint]         "pattern", "(aa)\\s+(bb)\\s+(cc)",
>  [ecj-lint]         "replacement", "$1$2$3").create(reader);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'reader' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] 53. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/pattern/TestPatternReplaceCharFilterFactory.java (at line 50)
>  [ecj-lint]     reader = charFilterFactory("PatternReplace",
>  [ecj-lint]         "pattern", "(aa)\\s+(bb)\\s+(cc)").create(reader);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'reader' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] 54. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/pattern/TestPatternReplaceCharFilterFactory.java (at line 61)
>  [ecj-lint]     reader = charFilterFactory("PatternReplace",
>  [ecj-lint]         "pattern", "(aa)\\s+(bb)\\s+(cc)",
>  [ecj-lint]         "replacement", "$1#$2#$3").create(reader);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'reader' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 55. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/payloads/NumericPayloadTokenFilterTest.java (at line 37)
>  [ecj-lint]     NumericPayloadTokenFilter nptf = new NumericPayloadTokenFilter(new WordTokenFilter(input), 3, "D");
>  [ecj-lint]                               ^^^^
>  [ecj-lint] Resource leak: 'nptf' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 56. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/payloads/TestDelimitedPayloadTokenFilterFactory.java (at line 36)
>  [ecj-lint]     stream = tokenFilterFactory("DelimitedPayload", "encoder", "float").create(stream);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'stream' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] 57. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/payloads/TestDelimitedPayloadTokenFilterFactory.java (at line 55)
>  [ecj-lint]     stream = tokenFilterFactory("DelimitedPayload",
>  [ecj-lint]         "encoder", "float",
>  [ecj-lint]         "delimiter", "*").create(stream);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'stream' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 58. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/payloads/TokenOffsetPayloadTokenFilterTest.java (at line 31)
>  [ecj-lint]     TokenOffsetPayloadTokenFilter nptf = new TokenOffsetPayloadTokenFilter(whitespaceMockTokenizer(test));
>  [ecj-lint]                                   ^^^^
>  [ecj-lint] Resource leak: 'nptf' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 59. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/payloads/TypeAsPayloadTokenFilterTest.java (at line 33)
>  [ecj-lint]     TypeAsPayloadTokenFilter nptf = new TypeAsPayloadTokenFilter(new WordTokenFilter(whitespaceMockTokenizer(test)));
>  [ecj-lint]                              ^^^^
>  [ecj-lint] Resource leak: 'nptf' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 60. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/pt/TestPortugueseLightStemFilterFactory.java (at line 36)
>  [ecj-lint]     stream = tokenFilterFactory("PortugueseLightStem").create(stream);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'stream' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 61. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/pt/TestPortugueseMinimalStemFilterFactory.java (at line 36)
>  [ecj-lint]     stream = tokenFilterFactory("PortugueseMinimalStem").create(stream);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'stream' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 62. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/snowball/TestSnowball.java (at line 55)
>  [ecj-lint]     SnowballFilter filter = new SnowballFilter(new TestTokenStream(), "English");
>  [ecj-lint]                    ^^^^^^
>  [ecj-lint] Resource leak: 'filter' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 63. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/sr/TestSerbianNormalizationFilterFactory.java (at line 36)
>  [ecj-lint]     stream = tokenFilterFactory("SerbianNormalization").create(stream);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'stream' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] 64. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/sr/TestSerbianNormalizationFilterFactory.java (at line 44)
>  [ecj-lint]     stream = tokenFilterFactory("SerbianNormalization", "haircut", "regular").create(stream);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'stream' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 65. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/tr/TestApostropheFilterFactory.java (at line 40)
>  [ecj-lint]     stream = tokenFilterFactory("Apostrophe").create(stream);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'stream' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 66. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/tr/TestTurkishLowerCaseFilterFactory.java (at line 39)
>  [ecj-lint]     stream = tokenFilterFactory("TurkishLowerCase").create(stream);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'stream' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 67. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/util/TestElisionFilterFactory.java (at line 38)
>  [ecj-lint]     stream = tokenFilterFactory("Elision", "articles", "frenchArticles.txt").create(stream);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'stream' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] 68. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/util/TestElisionFilterFactory.java (at line 49)
>  [ecj-lint]     stream = tokenFilterFactory("Elision").create(stream);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'stream' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] 69. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/common/src/test/org/apache/lucene/analysis/util/TestElisionFilterFactory.java (at line 60)
>  [ecj-lint]     stream = tokenFilterFactory("Elision",
>  [ecj-lint]         "articles", "frenchArticles.txt",
>  [ecj-lint]         "ignoreCase", "true").create(stream);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'stream' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] 69 problems (2 errors, 67 warnings)
>
> BUILD FAILED
> /home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:765: The following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:101: The following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build.xml:204: The following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:2177: The following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/build.xml:142: The following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/analysis/build.xml:38: The following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1998: The following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:2031: Compile failed; see the compiler error output for details.
>
> Total time: 69 minutes 39 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> [WARNINGS] Skipping publisher since build result is FAILURE
> Recording test results
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
>
>
>
>
> ---------------------------------------------------------------------
> 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