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/02/17 06:43:59 UTC

[JENKINS-EA] Lucene-Solr-trunk-Linux (64bit/jdk-9-ea+105) - Build # 15909 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15909/
Java: 64bit/jdk-9-ea+105 -XX:+UseCompressedOops -XX:+UseG1GC -XX:-CompactStrings -XX:-UseSuperWord

3 tests failed.
FAILED:  org.apache.lucene.search.TestMinShouldMatch2.testAdvanceAllTerms

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([85A56F8EB29D3E7C:102B757709DA9187]:0)
	at org.apache.lucene.search.BooleanScorer.scoreWindowIntoBitSetAndReplay(BooleanScorer.java:218)
	at org.apache.lucene.search.BooleanScorer.scoreWindowMultipleScorers(BooleanScorer.java:266)
	at org.apache.lucene.search.BooleanScorer.scoreWindow(BooleanScorer.java:311)
	at org.apache.lucene.search.BooleanScorer.score(BooleanScorer.java:335)
	at org.apache.lucene.search.BulkScorerWrapperScorer.refill(BulkScorerWrapperScorer.java:52)
	at org.apache.lucene.search.BulkScorerWrapperScorer.access$500(BulkScorerWrapperScorer.java:25)
	at org.apache.lucene.search.BulkScorerWrapperScorer$2.advance(BulkScorerWrapperScorer.java:101)
	at org.apache.lucene.search.TestMinShouldMatch2.assertAdvance(TestMinShouldMatch2.java:176)
	at org.apache.lucene.search.TestMinShouldMatch2.testAdvanceAllTerms(TestMinShouldMatch2.java:257)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:520)
	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 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 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(Thread.java:804)


FAILED:  org.apache.lucene.search.spans.TestSpanFirstQuery.testStartPositions

Error Message:
source=3 is out of bounds (maxState is 2)

Stack Trace:
java.lang.IllegalArgumentException: source=3 is out of bounds (maxState is 2)
	at __randomizedtesting.SeedInfo.seed([85A56F8EB29D3E7C:4680BDC48B9C39BA]:0)
	at org.apache.lucene.util.automaton.Automaton.addTransition(Automaton.java:165)
	at org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:245)
	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:515)
	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:495)
	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:426)
	at org.apache.lucene.search.spans.TestSpanFirstQuery.testStartPositions(TestSpanFirstQuery.java:40)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:520)
	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 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 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(Thread.java:804)


FAILED:  org.apache.lucene.util.automaton.TestAutomaton.testRandomFinite

Error Message:
58

Stack Trace:
java.lang.ArrayIndexOutOfBoundsException: 58
	at __randomizedtesting.SeedInfo.seed([85A56F8EB29D3E7C:C21309B30D0D5B5D]:0)
	at org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:235)
	at org.apache.lucene.util.automaton.TestAutomaton.randomNoOp(TestAutomaton.java:606)
	at org.apache.lucene.util.automaton.TestAutomaton.assertSame(TestAutomaton.java:1124)
	at org.apache.lucene.util.automaton.TestAutomaton.testRandomFinite(TestAutomaton.java:1034)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:520)
	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 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 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(Thread.java:804)




Build Log:
[...truncated 548 lines...]
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanFirstQuery
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSpanFirstQuery -Dtests.method=testStartPositions -Dtests.seed=85A56F8EB29D3E7C -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=lo -Dtests.timezone=Europe/Podgorica -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.01s J2 | TestSpanFirstQuery.testStartPositions <<<
   [junit4]    > Throwable #1: java.lang.IllegalArgumentException: source=3 is out of bounds (maxState is 2)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([85A56F8EB29D3E7C:4680BDC48B9C39BA]:0)
   [junit4]    > 	at org.apache.lucene.util.automaton.Automaton.addTransition(Automaton.java:165)
   [junit4]    > 	at org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:245)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:515)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:495)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:426)
   [junit4]    > 	at org.apache.lucene.search.spans.TestSpanFirstQuery.testStartPositions(TestSpanFirstQuery.java:40)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:804)
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=28789, maxDocsPerChunk=6, blockSize=953), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=28789, blockSize=953)), sim=ClassicSimilarity, locale=lo, timezone=Europe/Podgorica
   [junit4]   2> NOTE: Linux 3.19.0-47-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=443301640,total=533725184
   [junit4]   2> NOTE: All tests run in this JVM: [TestIndexWriterMerging, TestSimpleSearchEquivalence, TestField, Test2BBinaryDocValues, TestFilterSpans, TestDirectoryReader, TestApproximationSearchEquivalence, TestMergeRateLimiter, TestSearchWithThreads, TestLucene50SegmentInfoFormat, TestNIOFSDirectory, TestSpanOrQuery, TestForceMergeForever, TestTieredMergePolicy, TestSleepingLockWrapper, TestSegmentInfos, TestTermsEnum2, TestMaxTermFrequency, TestComplexExplanationsOfNonMatches, TestOfflineSorter, TestCharTermAttributeImpl, TestMixedCodecs, TestCodecHoldsOpenFiles, TestControlledRealTimeReopenThread, TestNoMergeScheduler, TestIndexInput, TestBlockPostingsFormat, TestMathUtil, TestDocumentWriter, TestLiveFieldValues, TestIndexableField, TestLongPostings, TestSpanFirstQuery]
   [junit4] Completed [103/411 (1!)] on J2 in 0.02s, 1 test, 1 error <<< FAILURES!

[...truncated 194 lines...]
   [junit4] Suite: org.apache.lucene.util.automaton.TestAutomaton
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestAutomaton -Dtests.method=testRandomFinite -Dtests.seed=85A56F8EB29D3E7C -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=cgg -Dtests.timezone=Asia/Kathmandu -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.20s J2 | TestAutomaton.testRandomFinite <<<
   [junit4]    > Throwable #1: java.lang.ArrayIndexOutOfBoundsException: 58
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([85A56F8EB29D3E7C:C21309B30D0D5B5D]:0)
   [junit4]    > 	at org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:235)
   [junit4]    > 	at org.apache.lucene.util.automaton.TestAutomaton.randomNoOp(TestAutomaton.java:606)
   [junit4]    > 	at org.apache.lucene.util.automaton.TestAutomaton.assertSame(TestAutomaton.java:1124)
   [junit4]    > 	at org.apache.lucene.util.automaton.TestAutomaton.testRandomFinite(TestAutomaton.java:1034)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:804)
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=ClassicSimilarity, locale=cgg, timezone=Asia/Kathmandu
   [junit4]   2> NOTE: Linux 3.19.0-47-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=428911000,total=533725184
   [junit4]   2> NOTE: All tests run in this JVM: [TestIndexWriterMerging, TestSimpleSearchEquivalence, TestField, Test2BBinaryDocValues, TestFilterSpans, TestDirectoryReader, TestApproximationSearchEquivalence, TestMergeRateLimiter, TestSearchWithThreads, TestLucene50SegmentInfoFormat, TestNIOFSDirectory, TestSpanOrQuery, TestForceMergeForever, TestTieredMergePolicy, TestSleepingLockWrapper, TestSegmentInfos, TestTermsEnum2, TestMaxTermFrequency, TestComplexExplanationsOfNonMatches, TestOfflineSorter, TestCharTermAttributeImpl, TestMixedCodecs, TestCodecHoldsOpenFiles, TestControlledRealTimeReopenThread, TestNoMergeScheduler, TestIndexInput, TestBlockPostingsFormat, TestMathUtil, TestDocumentWriter, TestLiveFieldValues, TestIndexableField, TestLongPostings, TestSpanFirstQuery, TestDuelingCodecsAtNight, TestDocValuesScoring, TestSortedSetSelector, TestWildcard, TestSort, TestIndexWriterReader, TestStressIndexing2, TestPhrasePrefixQuery, TestIndexWriterMaxDocs, TestNumericTokenStream, TestNorms, TestExternalCodecs, TestLazyProxSkipping, TestForUtil, TestLucene50TermVectorsFormat, TestSpans, TestTransactions, TestAutomaton]
   [junit4] Completed [161/411 (2!)] on J2 in 1.82s, 56 tests, 1 error <<< FAILURES!

[...truncated 702 lines...]
   [junit4] Suite: org.apache.lucene.search.TestMinShouldMatch2
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestMinShouldMatch2 -Dtests.method=testAdvanceAllTerms -Dtests.seed=85A56F8EB29D3E7C -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=lu-CD -Dtests.timezone=Asia/Qatar -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.00s J2 | TestMinShouldMatch2.testAdvanceAllTerms <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([85A56F8EB29D3E7C:102B757709DA9187]:0)
   [junit4]    > 	at org.apache.lucene.search.BooleanScorer.scoreWindowIntoBitSetAndReplay(BooleanScorer.java:218)
   [junit4]    > 	at org.apache.lucene.search.BooleanScorer.scoreWindowMultipleScorers(BooleanScorer.java:266)
   [junit4]    > 	at org.apache.lucene.search.BooleanScorer.scoreWindow(BooleanScorer.java:311)
   [junit4]    > 	at org.apache.lucene.search.BooleanScorer.score(BooleanScorer.java:335)
   [junit4]    > 	at org.apache.lucene.search.BulkScorerWrapperScorer.refill(BulkScorerWrapperScorer.java:52)
   [junit4]    > 	at org.apache.lucene.search.BulkScorerWrapperScorer.access$500(BulkScorerWrapperScorer.java:25)
   [junit4]    > 	at org.apache.lucene.search.BulkScorerWrapperScorer$2.advance(BulkScorerWrapperScorer.java:101)
   [junit4]    > 	at org.apache.lucene.search.TestMinShouldMatch2.assertAdvance(TestMinShouldMatch2.java:176)
   [junit4]    > 	at org.apache.lucene.search.TestMinShouldMatch2.testAdvanceAllTerms(TestMinShouldMatch2.java:257)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:804)
   [junit4]   2> NOTE: test params are: codec=Lucene60, sim=ClassicSimilarity, locale=lu-CD, timezone=Asia/Qatar
   [junit4]   2> NOTE: Linux 3.19.0-47-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=335970792,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestIndexWriterMerging, TestSimpleSearchEquivalence, TestField, Test2BBinaryDocValues, TestFilterSpans, TestDirectoryReader, TestApproximationSearchEquivalence, TestMergeRateLimiter, TestSearchWithThreads, TestLucene50SegmentInfoFormat, TestNIOFSDirectory, TestSpanOrQuery, TestForceMergeForever, TestTieredMergePolicy, TestSleepingLockWrapper, TestSegmentInfos, TestTermsEnum2, TestMaxTermFrequency, TestComplexExplanationsOfNonMatches, TestOfflineSorter, TestCharTermAttributeImpl, TestMixedCodecs, TestCodecHoldsOpenFiles, TestControlledRealTimeReopenThread, TestNoMergeScheduler, TestIndexInput, TestBlockPostingsFormat, TestMathUtil, TestDocumentWriter, TestLiveFieldValues, TestIndexableField, TestLongPostings, TestSpanFirstQuery, TestDuelingCodecsAtNight, TestDocValuesScoring, TestSortedSetSelector, TestWildcard, TestSort, TestIndexWriterReader, TestStressIndexing2, TestPhrasePrefixQuery, TestIndexWriterMaxDocs, TestNumericTokenStream, TestNorms, TestExternalCodecs, TestLazyProxSkipping, TestForUtil, TestLucene50TermVectorsFormat, TestSpans, TestTransactions, TestAutomaton, TestDemoParallelLeafReader, TestMultiMMap, Test2BPagedBytes, TestFieldReuse, TestConcurrentMergeScheduler, TestBufferedIndexInput, Test2BNumericDocValues, TestCharsRefBuilder, TestBooleanOr, TestAllFilesHaveChecksumFooter, TestSpanContainQuery, TestTwoPhaseCommitTool, TestNRTThreads, TestReqExclBulkScorer, TestBytesRefHash, TestBytesStore, TestBooleanRewrites, TestFastDecompressionMode, TestTimSorterWorstCase, TestIndexWriter, TestPerFieldDocValuesFormat, TestDeletionPolicy, TestSloppyPhraseQuery, TestIndexWriterMergePolicy, TestAtomicUpdate, TestDocumentsWriterStallControl, TestFlex, TestFastCompressionMode, TestDeterminism, TestStressNRT, TestOmitTf, TestSameScoresWithThreads, TestForTooMuchCloning, TestDoc, TestNoDeletionPolicy, TestIntBlockPool, TestParallelReaderEmptyIndex, TestTopFieldCollector, TestWildcardRandom, TestMultiLevelSkipList, TestCheckIndex, TestIndexFileDeleter, TestRecyclingIntBlockAllocator, TestConjunctions, TestPositionIncrement, TestSpanExplanationsOfNonMatches, TestRollingBuffer, TestFilterLeafReader, TestCachingTokenFilter, TestDateTools, TestDocCount, TestAttributeSource, TestIsCurrent, TestByteBlockPool, TestRollback, TestIntsRef, TestIndexCommit, TestNewestSegment, TestBytesRefAttImpl, TestLucene50CompoundFormat, TestLucene60PointFormat, TestFieldType, Test2BSortedDocValuesOrds, TestDocInverterPerFieldErrorInfo, TestExitableDirectoryReader, TestFilterDirectoryReader, TestIndexReaderClose, TestIndexWriterFromReader, TestInfoStream, TestManyFields, TestMaxPosition, TestMergePolicyWrapper, TestMultiTermsEnum, TestNRTReaderCleanup, TestOrdinalMap, TestPointValues, TestReadOnlyIndex, TestReaderWrapperDVTypeCheck, TestStressDeletes, TestSwappedIndexFiles, TestTermVectors, TestTryDelete, TestBlendedTermQuery, TestEarlyTermination, TestMatchNoDocsQuery, TestMinShouldMatch2]
   [junit4] Completed [382/411 (3!)] on J2 in 5.24s, 6 tests, 1 failure <<< FAILURES!

[...truncated 116 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build.xml:50: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1014: There were test failures: 411 suites (1 ignored), 3386 tests, 2 errors, 1 failure, 57 ignored (53 assumptions) [seed: 85A56F8EB29D3E7C]

Total time: 6 minutes 56 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