Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.5-Linux/81/
Java: 64bit/jdk-9-ea+106 -XX:+UseCompressedOops -XX:+UseG1GC

3 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.lucene.codecs.memory.TestMemoryPostingsFormat

Error Message:
The test or suite printed 11784 bytes to stdout and stderr, even though the 
limit was set to 8192 bytes. Increase the limit with @Limit, ignore it 
completely with @SuppressSysoutChecks or run with -Dtests.verbose=true

Stack Trace:
java.lang.AssertionError: The test or suite printed 11784 bytes to stdout and 
stderr, even though the limit was set to 8192 bytes. Increase the limit with 
@Limit, ignore it completely with @SuppressSysoutChecks or run with 
-Dtests.verbose=true
        at __randomizedtesting.SeedInfo.seed([F21D8556605F9927]:0)
        at 
org.apache.lucene.util.TestRuleLimitSysouts.afterIfSuccessful(TestRuleLimitSysouts.java:211)
        at 
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterIfSuccessful(TestRuleAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:37)
        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.codecs.bloom.TestBloomPostingsFormat.testDocsAndFreqsAndPositions

Error Message:
Captured an uncaught exception in thread: Thread[id=548, name=Thread-527, 
state=RUNNABLE, group=TGRP-TestBloomPostingsFormat]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=548, name=Thread-527, state=RUNNABLE, 
group=TGRP-TestBloomPostingsFormat]
        at 
__randomizedtesting.SeedInfo.seed([F21D8556605F9927:E83E31C798BC9923]:0)
Caused by: java.lang.RuntimeException: 
java.lang.ArrayIndexOutOfBoundsException: 9
        at __randomizedtesting.SeedInfo.seed([F21D8556605F9927]:0)
        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1005)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 9
        at 
org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:235)
        at 
org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:524)
        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.util.automaton.AutomatonTestUtil.randomSingleAutomaton(AutomatonTestUtil.java:262)
        at 
org.apache.lucene.util.automaton.AutomatonTestUtil.randomAutomaton(AutomatonTestUtil.java:276)
        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1166)
        at 
org.apache.lucene.index.RandomPostingsTester.access$000(RandomPostingsTester.java:62)
        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1003)


FAILED:  
org.apache.lucene.codecs.memory.TestMemoryPostingsFormat.testDocsAndFreqsAndPositions

Error Message:
Captured an uncaught exception in thread: Thread[id=616, name=Thread-595, 
state=RUNNABLE, group=TGRP-TestMemoryPostingsFormat]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=616, name=Thread-595, state=RUNNABLE, 
group=TGRP-TestMemoryPostingsFormat]
Caused by: java.lang.RuntimeException: java.lang.IllegalArgumentException: 
source=3 is out of bounds (maxState is 2)
        at __randomizedtesting.SeedInfo.seed([F21D8556605F9927]:0)
        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1005)
Caused by: java.lang.IllegalArgumentException: source=3 is out of bounds 
(maxState is 2)
        at 
org.apache.lucene.util.automaton.Automaton.addTransition(Automaton.java:167)
        at 
org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:245)
        at 
org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:537)
        at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:617)
        at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:614)
        at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:614)
        at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:614)
        at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:614)
        at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:614)
        at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:614)
        at 
org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:521)
        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.util.automaton.AutomatonTestUtil.randomSingleAutomaton(AutomatonTestUtil.java:262)
        at 
org.apache.lucene.util.automaton.AutomatonTestUtil.randomAutomaton(AutomatonTestUtil.java:276)
        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1166)
        at 
org.apache.lucene.index.RandomPostingsTester.access$000(RandomPostingsTester.java:62)
        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1003)




Build Log:
[...truncated 6314 lines...]
   [junit4] Suite: org.apache.lucene.codecs.memory.TestMemoryPostingsFormat
   [junit4]   2> ?????? 23, 2016 3:50:17 ? 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-595,5,TGRP-TestMemoryPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: 
java.lang.IllegalArgumentException: source=3 is out of bounds (maxState is 2)
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([F21D8556605F9927]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1005)
   [junit4]   2> Caused by: java.lang.IllegalArgumentException: source=3 is out 
of bounds (maxState is 2)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.Automaton.addTransition(Automaton.java:167)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:245)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:537)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:617)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:614)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:614)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:614)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:614)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:614)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:614)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:521)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:495)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:426)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.AutomatonTestUtil.randomSingleAutomaton(AutomatonTestUtil.java:262)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.AutomatonTestUtil.randomAutomaton(AutomatonTestUtil.java:276)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1166)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$000(RandomPostingsTester.java:62)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1003)
   [junit4]   2> 
   [junit4]   2> ?????? 23, 2016 3:50:17 ? 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-597,5,TGRP-TestMemoryPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: 
java.lang.IllegalArgumentException: source=3 is out of bounds (maxState is 2)
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([F21D8556605F9927]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1005)
   [junit4]   2> Caused by: java.lang.IllegalArgumentException: source=3 is out 
of bounds (maxState is 2)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.Automaton.addTransition(Automaton.java:167)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:245)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:537)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:546)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:546)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:617)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:519)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:495)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:426)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.AutomatonTestUtil.randomSingleAutomaton(AutomatonTestUtil.java:262)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.AutomatonTestUtil.randomAutomaton(AutomatonTestUtil.java:276)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1166)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$000(RandomPostingsTester.java:62)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1003)
   [junit4]   2> 
   [junit4]   2> ?????? 23, 2016 3:50:17 ? 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-596,5,TGRP-TestMemoryPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: 
java.lang.ArrayIndexOutOfBoundsException: 5
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([F21D8556605F9927]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1005)
   [junit4]   2> Caused by: java.lang.ArrayIndexOutOfBoundsException: 5
   [junit4]   2>        at 
org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:235)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:524)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:546)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:617)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:612)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:521)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:617)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:510)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:495)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:426)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.AutomatonTestUtil.randomSingleAutomaton(AutomatonTestUtil.java:262)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.AutomatonTestUtil.randomAutomaton(AutomatonTestUtil.java:276)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1166)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$000(RandomPostingsTester.java:62)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1003)
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestMemoryPostingsFormat -Dtests.method=testDocsAndFreqsAndPositions 
-Dtests.seed=F21D8556605F9927 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=ar-MA -Dtests.timezone=BST -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.41s J2 | 
TestMemoryPostingsFormat.testDocsAndFreqsAndPositions <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=616, name=Thread-595, state=RUNNABLE, 
group=TGRP-TestMemoryPostingsFormat]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.lang.IllegalArgumentException: source=3 is out of bounds (maxState is 2)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([F21D8556605F9927]:0)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1005)
   [junit4]    > Caused by: java.lang.IllegalArgumentException: source=3 is out 
of bounds (maxState is 2)
   [junit4]    >        at 
org.apache.lucene.util.automaton.Automaton.addTransition(Automaton.java:167)
   [junit4]    >        at 
org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:245)
   [junit4]    >        at 
org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:537)
   [junit4]    >        at 
org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:617)
   [junit4]    >        at 
org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:614)
   [junit4]    >        at 
org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:614)
   [junit4]    >        at 
org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:614)
   [junit4]    >        at 
org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:614)
   [junit4]    >        at 
org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:614)
   [junit4]    >        at 
org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:614)
   [junit4]    >        at 
org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:521)
   [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.util.automaton.AutomatonTestUtil.randomSingleAutomaton(AutomatonTestUtil.java:262)
   [junit4]    >        at 
org.apache.lucene.util.automaton.AutomatonTestUtil.randomAutomaton(AutomatonTestUtil.java:276)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1166)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.access$000(RandomPostingsTester.java:62)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1003)Throwable
 #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=618, name=Thread-597, state=RUNNABLE, 
group=TGRP-TestMemoryPostingsFormat]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.lang.IllegalArgumentException: source=3 is out of bounds (maxState is 2)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([F21D8556605F9927]:0)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1005)
   [junit4]    > Caused by: java.lang.IllegalArgumentException: source=3 is out 
of bounds (maxState is 2)
   [junit4]    >        at 
org.apache.lucene.util.automaton.Automaton.addTransition(Automaton.java:167)
   [junit4]    >        at 
org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:245)
   [junit4]    >        at 
org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:537)
   [junit4]    >        at 
org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:546)
   [junit4]    >        at 
org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:546)
   [junit4]    >        at 
org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:617)
   [junit4]    >        at 
org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:519)
   [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.util.automaton.AutomatonTestUtil.randomSingleAutomaton(AutomatonTestUtil.java:262)
   [junit4]    >        at 
org.apache.lucene.util.automaton.AutomatonTestUtil.randomAutomaton(AutomatonTestUtil.java:276)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1166)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.access$000(RandomPostingsTester.java:62)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1003)Throwable
 #3: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=617, name=Thread-596, state=RUNNABLE, 
group=TGRP-TestMemoryPostingsFormat]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.lang.ArrayIndexOutOfBoundsException: 5
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([F21D8556605F9927]:0)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1005)
   [junit4]    > Caused by: java.lang.ArrayIndexOutOfBoundsException: 5
   [junit4]    >        at 
org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:235)
   [junit4]    >        at 
org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:524)
   [junit4]    >        at 
org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:546)
   [junit4]    >        at 
org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:617)
   [junit4]    >        at 
org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:612)
   [junit4]    >        at 
org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:521)
   [junit4]    >        at 
org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:617)
   [junit4]    >        at 
org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:510)
   [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.util.automaton.AutomatonTestUtil.randomSingleAutomaton(AutomatonTestUtil.java:262)
   [junit4]    >        at 
org.apache.lucene.util.automaton.AutomatonTestUtil.randomAutomaton(AutomatonTestUtil.java:276)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1166)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.access$000(RandomPostingsTester.java:62)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1003)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene54): {}, 
docValues:{}, sim=RandomSimilarity(queryNorm=false,coord=crazy): 
{f_DOCS_AND_FREQS=DFR I(ne)BZ(0.3), field=DFI(Standardized), 
f_DOCS_AND_FREQS_AND_POSITIONS_AND_OFFSETS=DFI(Standardized), 
titleTokenized=DFR I(n)L2, f_DOCS_AND_FREQS_AND_POSITIONS=IB LL-D2, body=IB 
LL-L3(800.0), f_DOCS=DFR I(F)1}, locale=ar-MA, timezone=BST
   [junit4]   2> NOTE: Linux 3.19.0-47-generic amd64/Oracle Corporation 9-ea 
(64-bit)/cpus=12,threads=1,free=302531376,total=526385152
   [junit4]   2> NOTE: All tests run in this JVM: [TestSimpleTextNormsFormat, 
TestDirectDocValuesFormat, TestDirectPostingsFormat, TestMemoryPostingsFormat]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestMemoryPostingsFormat -Dtests.seed=F21D8556605F9927 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar-MA 
-Dtests.timezone=BST -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J2 | TestMemoryPostingsFormat (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: The test or suite 
printed 11784 bytes to stdout and stderr, even though the limit was set to 8192 
bytes. Increase the limit with @Limit, ignore it completely with 
@SuppressSysoutChecks or run with -Dtests.verbose=true
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([F21D8556605F9927]:0)
   [junit4]    >        at java.lang.Thread.run(Thread.java:804)
   [junit4] Completed [10/21 (1!)] on J2 in 8.41s, 30 tests, 1 failure, 1 error 
<<< FAILURES!

[...truncated 64 lines...]
   [junit4] Suite: org.apache.lucene.codecs.bloom.TestBloomPostingsFormat
   [junit4]   2> Hwe 22, 2016 11:50:24 P.M. 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-527,5,TGRP-TestBloomPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: 
java.lang.ArrayIndexOutOfBoundsException: 9
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([F21D8556605F9927]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1005)
   [junit4]   2> Caused by: java.lang.ArrayIndexOutOfBoundsException: 9
   [junit4]   2>        at 
org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:235)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:524)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:495)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:426)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.AutomatonTestUtil.randomSingleAutomaton(AutomatonTestUtil.java:262)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.AutomatonTestUtil.randomAutomaton(AutomatonTestUtil.java:276)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1166)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$000(RandomPostingsTester.java:62)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1003)
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestBloomPostingsFormat -Dtests.method=testDocsAndFreqsAndPositions 
-Dtests.seed=F21D8556605F9927 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=kw-GB -Dtests.timezone=Africa/Blantyre -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.52s J1 | 
TestBloomPostingsFormat.testDocsAndFreqsAndPositions <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=548, name=Thread-527, state=RUNNABLE, 
group=TGRP-TestBloomPostingsFormat]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([F21D8556605F9927:E83E31C798BC9923]:0)
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.lang.ArrayIndexOutOfBoundsException: 9
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([F21D8556605F9927]:0)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1005)
   [junit4]    > Caused by: java.lang.ArrayIndexOutOfBoundsException: 9
   [junit4]    >        at 
org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:235)
   [junit4]    >        at 
org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:524)
   [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.util.automaton.AutomatonTestUtil.randomSingleAutomaton(AutomatonTestUtil.java:262)
   [junit4]    >        at 
org.apache.lucene.util.automaton.AutomatonTestUtil.randomAutomaton(AutomatonTestUtil.java:276)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1166)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.access$000(RandomPostingsTester.java:62)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1003)
   [junit4]   2> NOTE: test params are: 
codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST,
 chunkSize=1, maxDocsPerChunk=6, blockSize=2), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, 
chunkSize=1, blockSize=2)), sim=RandomSimilarity(queryNorm=false,coord=no): 
{f_DOCS_AND_FREQS=DFR I(F)L1, field=DFR I(F)1, 
f_DOCS_AND_FREQS_AND_POSITIONS_AND_OFFSETS=IB LL-D2, titleTokenized=DFR 
I(ne)LZ(0.3), f_DOCS_AND_FREQS_AND_POSITIONS=IB LL-D1, body=DFR I(ne)1, 
f_DOCS=DFI(Saturated)}, locale=kw-GB, timezone=Africa/Blantyre
   [junit4]   2> NOTE: Linux 3.19.0-47-generic amd64/Oracle Corporation 9-ea 
(64-bit)/cpus=12,threads=1,free=287565024,total=526385152
   [junit4]   2> NOTE: All tests run in this JVM: [TestAutoPrefixTerms, 
TestSimpleTextDocValuesFormat, TestFSTPostingsFormat, TestBloomPostingsFormat]
   [junit4] Completed [12/21 (2!)] on J1 in 7.56s, 30 tests, 1 error <<< 
FAILURES!

[...truncated 43 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:750: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:694: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:59: The following error 
occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/lucene/build.xml:475: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/lucene/common-build.xml:2273: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/lucene/module-build.xml:58: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/lucene/common-build.xml:1477: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/lucene/common-build.xml:1033: 
There were test failures: 21 suites, 712 tests, 1 suite-level error, 2 errors, 
33 ignored (33 assumptions) [seed: F21D8556605F9927]

Total time: 18 minutes 17 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to