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

2 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.lucene.codecs.bloom.TestBloomPostingsFormat

Error Message:
The test or suite printed 16504 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 16504 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([616A00DEC1D31363]: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=274, name=Thread-254, 
state=RUNNABLE, group=TGRP-TestBloomPostingsFormat]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=274, name=Thread-254, state=RUNNABLE, 
group=TGRP-TestBloomPostingsFormat]
Caused by: java.lang.RuntimeException: java.lang.IllegalArgumentException: 
source=3 is out of bounds (maxState is 2)
        at __randomizedtesting.SeedInfo.seed([616A00DEC1D31363]:0)
        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1006)
Caused by: java.lang.IllegalArgumentException: source=3 is out of bounds 
(maxState is 2)
        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:537)
        at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:617)
        at 
org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:519)
        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:1167)
        at 
org.apache.lucene.index.RandomPostingsTester.access$000(RandomPostingsTester.java:61)
        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1004)




Build Log:
[...truncated 5926 lines...]
   [junit4] Suite: org.apache.lucene.codecs.bloom.TestBloomPostingsFormat
   [junit4]   2> ???? 16, 2016 7:57:20 ????????? 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-254,5,TGRP-TestBloomPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: 
java.lang.IllegalArgumentException: source=3 is out of bounds (maxState is 2)
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([616A00DEC1D31363]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1006)
   [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:165)
   [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.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:1167)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$000(RandomPostingsTester.java:61)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1004)
   [junit4]   2> 
   [junit4]   2> ???? 16, 2016 7:57:20 ????????? 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-257,5,TGRP-TestBloomPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: 
java.lang.IllegalArgumentException: source=3 is out of bounds (maxState is 2)
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([616A00DEC1D31363]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1006)
   [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:165)
   [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.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:1167)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$000(RandomPostingsTester.java:61)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1004)
   [junit4]   2> 
   [junit4]   2> ???? 16, 2016 7:57:20 ????????? 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-258,5,TGRP-TestBloomPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: 
java.lang.IllegalArgumentException: source=3 is out of bounds (maxState is 2)
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([616A00DEC1D31363]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1006)
   [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:165)
   [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.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:1167)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$000(RandomPostingsTester.java:61)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1004)
   [junit4]   2> 
   [junit4]   2> ???? 16, 2016 7:57:20 ????????? 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-260,5,TGRP-TestBloomPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: 
java.lang.IllegalArgumentException: source=3 is out of bounds (maxState is 2)
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([616A00DEC1D31363]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1006)
   [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:165)
   [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:515)
   [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:1167)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$000(RandomPostingsTester.java:61)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1004)
   [junit4]   2> 
   [junit4]   2> ???? 16, 2016 7:57:20 ????????? 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-259,5,TGRP-TestBloomPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: 
java.lang.ArrayIndexOutOfBoundsException: 5
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([616A00DEC1D31363]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1006)
   [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.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:277)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1167)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$000(RandomPostingsTester.java:61)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1004)
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestBloomPostingsFormat -Dtests.method=testDocsAndFreqsAndPositions 
-Dtests.seed=616A00DEC1D31363 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=hi -Dtests.timezone=America/Cuiaba -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.84s J2 | 
TestBloomPostingsFormat.testDocsAndFreqsAndPositions <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=274, name=Thread-254, state=RUNNABLE, 
group=TGRP-TestBloomPostingsFormat]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.lang.IllegalArgumentException: source=3 is out of bounds (maxState is 2)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([616A00DEC1D31363]:0)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1006)
   [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:165)
   [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.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:1167)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.access$000(RandomPostingsTester.java:61)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1004)Throwable
 #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=277, name=Thread-257, state=RUNNABLE, 
group=TGRP-TestBloomPostingsFormat]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.lang.IllegalArgumentException: source=3 is out of bounds (maxState is 2)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([616A00DEC1D31363]:0)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1006)
   [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:165)
   [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.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:1167)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.access$000(RandomPostingsTester.java:61)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1004)Throwable
 #3: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=278, name=Thread-258, state=RUNNABLE, 
group=TGRP-TestBloomPostingsFormat]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.lang.IllegalArgumentException: source=3 is out of bounds (maxState is 2)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([616A00DEC1D31363]:0)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1006)
   [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:165)
   [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.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:1167)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.access$000(RandomPostingsTester.java:61)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1004)Throwable
 #4: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=280, name=Thread-260, state=RUNNABLE, 
group=TGRP-TestBloomPostingsFormat]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.lang.IllegalArgumentException: source=3 is out of bounds (maxState is 2)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([616A00DEC1D31363]:0)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1006)
   [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: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.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:1167)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.access$000(RandomPostingsTester.java:61)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1004)Throwable
 #5: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=279, name=Thread-259, state=RUNNABLE, 
group=TGRP-TestBloomPostingsFormat]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.lang.ArrayIndexOutOfBoundsException: 5
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([616A00DEC1D31363]:0)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1006)
   [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.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:277)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1167)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.access$000(RandomPostingsTester.java:61)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1004)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60), 
sim=RandomSimilarity(queryNorm=false,coord=no): {f_DOCS_AND_FREQS=DFR 
I(F)BZ(0.3), field=DFR GL3(800.0), 
f_DOCS_AND_FREQS_AND_POSITIONS_AND_OFFSETS=DFR I(n)B3(800.0), 
titleTokenized=DFR GL1, f_DOCS_AND_FREQS_AND_POSITIONS=BM25(k1=1.2,b=0.75), 
body=IB LL-L3(800.0), f_DOCS=DFR I(F)3(800.0)}, locale=hi, 
timezone=America/Cuiaba
   [junit4]   2> NOTE: Linux 3.19.0-47-generic amd64/Oracle Corporation 9-ea 
(64-bit)/cpus=12,threads=1,free=405623184,total=526385152
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestSimpleTextPostingsFormat, TestVarGapDocFreqIntervalPostingsFormat, 
TestSimpleTextStoredFieldsFormat, TestBloomPostingsFormat]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestBloomPostingsFormat -Dtests.seed=616A00DEC1D31363 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=hi 
-Dtests.timezone=America/Cuiaba -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J2 | TestBloomPostingsFormat (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: The test or suite 
printed 16504 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([616A00DEC1D31363]:0)
   [junit4]    >        at java.lang.Thread.run(Thread.java:804)
   [junit4] Completed [8/22 (1!)] on J2 in 9.43s, 24 tests, 1 failure, 1 error 
<<< FAILURES!

[...truncated 63 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:475: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:2187: 
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/module-build.xml:58: 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: 22 suites, 662 tests, 1 suite-level error, 1 error, 
29 ignored (29 assumptions) [seed: 616A00DEC1D31363]

Total time: 22 minutes 12 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