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

1 tests failed.
FAILED:  org.apache.lucene.codecs.memory.TestMemoryPostingsFormat.testRandom

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

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=602, name=Thread-579, state=RUNNABLE, 
group=TGRP-TestMemoryPostingsFormat]
        at 
__randomizedtesting.SeedInfo.seed([A3531F208DDF387C:D11F3A2F3CBF8E0F]:0)
Caused by: java.lang.RuntimeException: 
java.lang.ArrayIndexOutOfBoundsException: 6
        at __randomizedtesting.SeedInfo.seed([A3531F208DDF387C]:0)
        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1005)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 6
        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.findLeaves(RegExp.java:617)
        at 
org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:510)
        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: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 6375 lines...]
   [junit4] Suite: org.apache.lucene.codecs.memory.TestMemoryPostingsFormat
   [junit4]   2> ???. 22, 2016 5:03:48 ?? 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-579,5,TGRP-TestMemoryPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: 
java.lang.ArrayIndexOutOfBoundsException: 6
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([A3531F208DDF387C]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1005)
   [junit4]   2> Caused by: java.lang.ArrayIndexOutOfBoundsException: 6
   [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.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.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> NOTE: reproduce with: ant test  
-Dtestcase=TestMemoryPostingsFormat -Dtests.method=testRandom 
-Dtests.seed=A3531F208DDF387C -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=uk-UA -Dtests.timezone=America/Argentina/Mendoza 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.45s J2 | TestMemoryPostingsFormat.testRandom <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=602, name=Thread-579, state=RUNNABLE, 
group=TGRP-TestMemoryPostingsFormat]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([A3531F208DDF387C:D11F3A2F3CBF8E0F]:0)
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.lang.ArrayIndexOutOfBoundsException: 6
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([A3531F208DDF387C]:0)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1005)
   [junit4]    > Caused by: java.lang.ArrayIndexOutOfBoundsException: 6
   [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.findLeaves(RegExp.java:617)
   [junit4]    >        at 
org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:510)
   [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)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene54): {}, 
docValues:{}, sim=RandomSimilarity(queryNorm=false,coord=no): 
{f_DOCS_AND_FREQS=IB SPL-D1, field=DFR GLZ(0.3), 
f_DOCS_AND_FREQS_AND_POSITIONS_AND_OFFSETS=DFR I(F)L1, 
f_DOCS_AND_FREQS_AND_POSITIONS=DFR I(F)L1, titleTokenized=DFI(Saturated), 
body=DFR I(ne)1, f_DOCS=DFR I(F)3(800.0)}, locale=uk-UA, 
timezone=America/Argentina/Mendoza
   [junit4]   2> NOTE: Linux 3.19.0-47-generic amd64/Oracle Corporation 9-ea 
(64-bit)/cpus=12,threads=1,free=387580752,total=430440448
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestSimpleTextPostingsFormat, TestSimpleTextNormsFormat, 
TestVarGapDocFreqIntervalPostingsFormat, TestBloomPostingsFormat, 
TestDirectPostingsFormat, TestMemoryPostingsFormat]
   [junit4] Completed [9/21 (1!)] on J2 in 7.52s, 30 tests, 1 error <<< 
FAILURES!

[...truncated 48 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 error, 33 ignored (33 
assumptions) [seed: A3531F208DDF387C]

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