Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/58/
Java: 64bit/jdk-9-ea+107 -XX:+UseCompressedOops -XX:+UseParallelGC

4 tests failed.
FAILED:  
org.apache.lucene.codecs.perfield.TestPerFieldPostingsFormat.testDocsAndFreqsAndPositionsAndOffsetsAndPayloads

Error Message:
Captured an uncaught exception in thread: Thread[id=1502, name=Thread-1221, 
state=RUNNABLE, group=TGRP-TestPerFieldPostingsFormat]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=1502, name=Thread-1221, state=RUNNABLE, 
group=TGRP-TestPerFieldPostingsFormat]
        at 
__randomizedtesting.SeedInfo.seed([A02DB1F5BA98B4E7:4E08A80D026F28E9]:0)
Caused by: java.lang.RuntimeException: 
java.lang.ArrayIndexOutOfBoundsException: 7
        at __randomizedtesting.SeedInfo.seed([A02DB1F5BA98B4E7]:0)
        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1006)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 7
        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:1167)
        at 
org.apache.lucene.index.RandomPostingsTester.access$000(RandomPostingsTester.java:61)
        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1004)


FAILED:  org.apache.lucene.search.TestFieldCacheRewriteMethod.testRegexps

Error Message:
Unequal lengths: hits1=0,hits2=1

Stack Trace:
junit.framework.AssertionFailedError: Unequal lengths: hits1=0,hits2=1
        at 
__randomizedtesting.SeedInfo.seed([A02DB1F5BA98B4E7:4171F0E46432E36F]:0)
        at junit.framework.Assert.fail(Assert.java:50)
        at org.apache.lucene.search.CheckHits.checkEqual(CheckHits.java:211)
        at 
org.apache.lucene.search.TestFieldCacheRewriteMethod.assertSame(TestFieldCacheRewriteMethod.java:42)
        at 
org.apache.lucene.search.TestRegexpRandom2.testRegexps(TestRegexpRandom2.java:160)
        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.TestLevenshteinAutomata.testLev2

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([A02DB1F5BA98B4E7:FAA978E5943A286]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertTrue(Assert.java:54)
        at 
org.apache.lucene.util.automaton.TestLevenshteinAutomata.assertLev(TestLevenshteinAutomata.java:108)
        at 
org.apache.lucene.util.automaton.TestLevenshteinAutomata.assertCharVectors(TestLevenshteinAutomata.java:60)
        at 
org.apache.lucene.util.automaton.TestLevenshteinAutomata.testLev2(TestLevenshteinAutomata.java:41)
        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.TestLevenshteinAutomata.testLev1

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([A02DB1F5BA98B4E7:773CA31C61DD3A14]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertTrue(Assert.java:54)
        at 
org.apache.lucene.util.automaton.TestLevenshteinAutomata.assertLev(TestLevenshteinAutomata.java:109)
        at 
org.apache.lucene.util.automaton.TestLevenshteinAutomata.assertCharVectors(TestLevenshteinAutomata.java:60)
        at 
org.apache.lucene.util.automaton.TestLevenshteinAutomata.testLev1(TestLevenshteinAutomata.java:36)
        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 697 lines...]
   [junit4] Suite: org.apache.lucene.codecs.perfield.TestPerFieldPostingsFormat
   [junit4]   2> Mar 08, 2016 8:49:24 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-1221,5,TGRP-TestPerFieldPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: 
java.lang.ArrayIndexOutOfBoundsException: 7
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([A02DB1F5BA98B4E7]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1006)
   [junit4]   2> Caused by: java.lang.ArrayIndexOutOfBoundsException: 7
   [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: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=TestPerFieldPostingsFormat 
-Dtests.method=testDocsAndFreqsAndPositionsAndOffsetsAndPayloads 
-Dtests.seed=A02DB1F5BA98B4E7 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=en-LR -Dtests.timezone=Europe/Zaporozhye -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.87s J2 | 
TestPerFieldPostingsFormat.testDocsAndFreqsAndPositionsAndOffsetsAndPayloads <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=1502, name=Thread-1221, state=RUNNABLE, 
group=TGRP-TestPerFieldPostingsFormat]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([A02DB1F5BA98B4E7:4E08A80D026F28E9]:0)
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.lang.ArrayIndexOutOfBoundsException: 7
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([A02DB1F5BA98B4E7]:0)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1006)
   [junit4]    > Caused by: java.lang.ArrayIndexOutOfBoundsException: 7
   [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: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] IGNOR/A 0.00s J2 | TestPerFieldPostingsFormat.testMergeStability
   [junit4]    > Assumption #1: The MockRandom PF randomizes content on the 
fly, so we can't check it
   [junit4] IGNOR/A 0.00s J2 | TestPerFieldPostingsFormat.testPostingsEnumReuse
   [junit4]    > Assumption #1: The MockRandom PF randomizes content on the 
fly, so we can't check it
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, 
docValues:{}, maxPointsInLeafNode=554, maxMBSortInHeap=5.109242297471452, 
sim=ClassicSimilarity, locale=en-LR, timezone=Europe/Zaporozhye
   [junit4]   2> NOTE: Linux 3.19.0-51-generic amd64/Oracle Corporation 9-ea 
(64-bit)/cpus=12,threads=1,free=58737272,total=333971456
   [junit4]   2> NOTE: All tests run in this JVM: [TestMergeSchedulerExternal, 
TestSimpleFSDirectory, TestLongPostings, TestLucene50SegmentInfoFormat, 
TestSearchForDuplicates, TestCharsRef, TestPointQueries, TestTermVectors, 
TestArrayUtil, TestNumericUtils, TestNRTReaderCleanup, TestIndexWriterMaxDocs, 
TestManyFields, TestSpans, TestRegExp, TestBooleanOr, 
TestParallelReaderEmptyIndex, TestIndexableField, TestDateTools, 
TestIntroSorter, TestTopDocsCollector, TestIndexCommit, TestNoMergeScheduler, 
TestAttributeSource, TestTimSorter, TestSpanOrQuery, 
TestControlledRealTimeReopenThread, TestTransactions, 
TestCrashCausesCorruptIndex, TestConjunctions, TestBufferedChecksum, 
TestPointValues, TestAllFilesHaveChecksumFooter, TestIndexWriterOnDiskFull, 
TestIndexWriterDeleteByQuery, TestRegexpRandom2, TestReqExclBulkScorer, 
TestCustomSearcherSort, TestApproximationSearchEquivalence, TestDocBoost, 
TestWildcard, TestPrefixQuery, TestConcurrentMergeScheduler, 
TestSortedSetSelector, TestDirectMonotonic, TestSpanExplanationsOfNonMatches, 
TestMergeRateLimiter, TestFastDecompressionMode, TestStressIndexing2, 
TestNorms, TestNumericTokenStream, TestIndexWriterMerging, 
TestCodecHoldsOpenFiles, TestTryDelete, LimitedFiniteStringsIteratorTest, 
TestDirectory, TestComplexExplanationsOfNonMatches, TestCharsRefBuilder, 
TestComplexExplanations, TestIOUtils, TestIndexWriterThreadsToSegments, 
TestForceMergeForever, TestBytesRefHash, TestRollingUpdates, 
TestNearSpansOrdered, TestAtomicUpdate, TestNRTThreads, 
TestElevationComparator, TestFilterSpans, TestDocValuesScoring, 
TestIndexWriter, TestIndexWriterReader, TestNumericRangeQuery64, 
TestBytesStore, TestNumericRangeQuery32, TestMultiMMap, TestSearcherManager, 
TestFlushByRamOrCountsPolicy, TestSloppyPhraseQuery, TestIndexWriterDelete, 
TestDuelingCodecs, TestPersistentSnapshotDeletionPolicy, TestStressAdvance, 
TestDirectoryReaderReopen, TestSearchWithThreads, TestSearchAfter, 
TestNeverDelete, TestTopDocsMerge, TestMinimize, TestSnapshotDeletionPolicy, 
TestNRTReaderWithThreads, TestTieredMergePolicy, TestPerFieldPostingsFormat]
   [junit4] Completed [157/412 (1!)] on J2 in 9.87s, 24 tests, 1 error, 2 
skipped <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.lucene.util.automaton.TestLevenshteinAutomata
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestLevenshteinAutomata -Dtests.method=testLev2 
-Dtests.seed=A02DB1F5BA98B4E7 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=es-VE -Dtests.timezone=Canada/Eastern -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.02s J2 | TestLevenshteinAutomata.testLev2 <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([A02DB1F5BA98B4E7:FAA978E5943A286]:0)
   [junit4]    >        at 
org.apache.lucene.util.automaton.TestLevenshteinAutomata.assertLev(TestLevenshteinAutomata.java:108)
   [junit4]    >        at 
org.apache.lucene.util.automaton.TestLevenshteinAutomata.assertCharVectors(TestLevenshteinAutomata.java:60)
   [junit4]    >        at 
org.apache.lucene.util.automaton.TestLevenshteinAutomata.testLev2(TestLevenshteinAutomata.java:41)
   [junit4]    >        at java.lang.Thread.run(Thread.java:804)
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestLevenshteinAutomata -Dtests.method=testLev1 
-Dtests.seed=A02DB1F5BA98B4E7 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=es-VE -Dtests.timezone=Canada/Eastern -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.01s J2 | TestLevenshteinAutomata.testLev1 <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([A02DB1F5BA98B4E7:773CA31C61DD3A14]:0)
   [junit4]    >        at 
org.apache.lucene.util.automaton.TestLevenshteinAutomata.assertLev(TestLevenshteinAutomata.java:109)
   [junit4]    >        at 
org.apache.lucene.util.automaton.TestLevenshteinAutomata.assertCharVectors(TestLevenshteinAutomata.java:60)
   [junit4]    >        at 
org.apache.lucene.util.automaton.TestLevenshteinAutomata.testLev1(TestLevenshteinAutomata.java:36)
   [junit4]    >        at java.lang.Thread.run(Thread.java:804)
   [junit4]   2> NOTE: test params are: 
codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=619, maxDocsPerChunk=5, blockSize=500), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=619, blockSize=500)), sim=ClassicSimilarity, locale=es-VE, 
timezone=Canada/Eastern
   [junit4]   2> NOTE: Linux 3.19.0-51-generic amd64/Oracle Corporation 9-ea 
(64-bit)/cpus=12,threads=1,free=172834120,total=324534272
   [junit4]   2> NOTE: All tests run in this JVM: [TestMergeSchedulerExternal, 
TestSimpleFSDirectory, TestLongPostings, TestLucene50SegmentInfoFormat, 
TestSearchForDuplicates, TestCharsRef, TestPointQueries, TestTermVectors, 
TestArrayUtil, TestNumericUtils, TestNRTReaderCleanup, TestIndexWriterMaxDocs, 
TestManyFields, TestSpans, TestRegExp, TestBooleanOr, 
TestParallelReaderEmptyIndex, TestIndexableField, TestDateTools, 
TestIntroSorter, TestTopDocsCollector, TestIndexCommit, TestNoMergeScheduler, 
TestAttributeSource, TestTimSorter, TestSpanOrQuery, 
TestControlledRealTimeReopenThread, TestTransactions, 
TestCrashCausesCorruptIndex, TestConjunctions, TestBufferedChecksum, 
TestPointValues, TestAllFilesHaveChecksumFooter, TestIndexWriterOnDiskFull, 
TestIndexWriterDeleteByQuery, TestRegexpRandom2, TestReqExclBulkScorer, 
TestCustomSearcherSort, TestApproximationSearchEquivalence, TestDocBoost, 
TestWildcard, TestPrefixQuery, TestConcurrentMergeScheduler, 
TestSortedSetSelector, TestDirectMonotonic, TestSpanExplanationsOfNonMatches, 
TestMergeRateLimiter, TestFastDecompressionMode, TestStressIndexing2, 
TestNorms, TestNumericTokenStream, TestIndexWriterMerging, 
TestCodecHoldsOpenFiles, TestTryDelete, LimitedFiniteStringsIteratorTest, 
TestDirectory, TestComplexExplanationsOfNonMatches, TestCharsRefBuilder, 
TestComplexExplanations, TestIOUtils, TestIndexWriterThreadsToSegments, 
TestForceMergeForever, TestBytesRefHash, TestRollingUpdates, 
TestNearSpansOrdered, TestAtomicUpdate, TestNRTThreads, 
TestElevationComparator, TestFilterSpans, TestDocValuesScoring, 
TestIndexWriter, TestIndexWriterReader, TestNumericRangeQuery64, 
TestBytesStore, TestNumericRangeQuery32, TestMultiMMap, TestSearcherManager, 
TestFlushByRamOrCountsPolicy, TestSloppyPhraseQuery, TestIndexWriterDelete, 
TestDuelingCodecs, TestPersistentSnapshotDeletionPolicy, TestStressAdvance, 
TestDirectoryReaderReopen, TestSearchWithThreads, TestSearchAfter, 
TestNeverDelete, TestTopDocsMerge, TestMinimize, TestSnapshotDeletionPolicy, 
TestNRTReaderWithThreads, TestTieredMergePolicy, TestPerFieldPostingsFormat, 
TestLevenshteinAutomata]
   [junit4] Completed [158/412 (2!)] on J2 in 0.04s, 4 tests, 2 failures <<< 
FAILURES!

[...truncated 81 lines...]
   [junit4] Suite: org.apache.lucene.search.TestFieldCacheRewriteMethod
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestFieldCacheRewriteMethod -Dtests.method=testRegexps 
-Dtests.seed=A02DB1F5BA98B4E7 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=nl-SR -Dtests.timezone=CAT -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.50s J2 | TestFieldCacheRewriteMethod.testRegexps <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Unequal 
lengths: hits1=0,hits2=1
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([A02DB1F5BA98B4E7:4171F0E46432E36F]:0)
   [junit4]    >        at junit.framework.Assert.fail(Assert.java:50)
   [junit4]    >        at 
org.apache.lucene.search.CheckHits.checkEqual(CheckHits.java:211)
   [junit4]    >        at 
org.apache.lucene.search.TestFieldCacheRewriteMethod.assertSame(TestFieldCacheRewriteMethod.java:42)
   [junit4]    >        at 
org.apache.lucene.search.TestRegexpRandom2.testRegexps(TestRegexpRandom2.java:160)
   [junit4]    >        at java.lang.Thread.run(Thread.java:804)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): 
{=PostingsFormat(name=LuceneFixedGap), field=PostingsFormat(name=Memory 
doPackFST= false)}, docValues:{=DocValuesFormat(name=Lucene54), 
field=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1215, 
maxMBSortInHeap=6.3548792735928386, sim=ClassicSimilarity, locale=nl-SR, 
timezone=CAT
   [junit4]   2> NOTE: Linux 3.19.0-51-generic amd64/Oracle Corporation 9-ea 
(64-bit)/cpus=12,threads=1,free=79187256,total=369623040
   [junit4]   2> NOTE: All tests run in this JVM: [TestMergeSchedulerExternal, 
TestSimpleFSDirectory, TestLongPostings, TestLucene50SegmentInfoFormat, 
TestSearchForDuplicates, TestCharsRef, TestPointQueries, TestTermVectors, 
TestArrayUtil, TestNumericUtils, TestNRTReaderCleanup, TestIndexWriterMaxDocs, 
TestManyFields, TestSpans, TestRegExp, TestBooleanOr, 
TestParallelReaderEmptyIndex, TestIndexableField, TestDateTools, 
TestIntroSorter, TestTopDocsCollector, TestIndexCommit, TestNoMergeScheduler, 
TestAttributeSource, TestTimSorter, TestSpanOrQuery, 
TestControlledRealTimeReopenThread, TestTransactions, 
TestCrashCausesCorruptIndex, TestConjunctions, TestBufferedChecksum, 
TestPointValues, TestAllFilesHaveChecksumFooter, TestIndexWriterOnDiskFull, 
TestIndexWriterDeleteByQuery, TestRegexpRandom2, TestReqExclBulkScorer, 
TestCustomSearcherSort, TestApproximationSearchEquivalence, TestDocBoost, 
TestWildcard, TestPrefixQuery, TestConcurrentMergeScheduler, 
TestSortedSetSelector, TestDirectMonotonic, TestSpanExplanationsOfNonMatches, 
TestMergeRateLimiter, TestFastDecompressionMode, TestStressIndexing2, 
TestNorms, TestNumericTokenStream, TestIndexWriterMerging, 
TestCodecHoldsOpenFiles, TestTryDelete, LimitedFiniteStringsIteratorTest, 
TestDirectory, TestComplexExplanationsOfNonMatches, TestCharsRefBuilder, 
TestComplexExplanations, TestIOUtils, TestIndexWriterThreadsToSegments, 
TestForceMergeForever, TestBytesRefHash, TestRollingUpdates, 
TestNearSpansOrdered, TestAtomicUpdate, TestNRTThreads, 
TestElevationComparator, TestFilterSpans, TestDocValuesScoring, 
TestIndexWriter, TestIndexWriterReader, TestNumericRangeQuery64, 
TestBytesStore, TestNumericRangeQuery32, TestMultiMMap, TestSearcherManager, 
TestFlushByRamOrCountsPolicy, TestSloppyPhraseQuery, TestIndexWriterDelete, 
TestDuelingCodecs, TestPersistentSnapshotDeletionPolicy, TestStressAdvance, 
TestDirectoryReaderReopen, TestSearchWithThreads, TestSearchAfter, 
TestNeverDelete, TestTopDocsMerge, TestMinimize, TestSnapshotDeletionPolicy, 
TestNRTReaderWithThreads, TestTieredMergePolicy, TestPerFieldPostingsFormat, 
TestLevenshteinAutomata, TestBufferedIndexInput, TestConsistentFieldNumbers, 
TestDirectoryReader, TestLockFactory, TestBagOfPositions, TestOmitNorms, 
TestFixedBitSet, TestSegmentReader, TestIndexWriterNRTIsCurrent, 
TestFieldCacheRewriteMethod]
   [junit4] Completed [181/412 (3!)] on J2 in 0.57s, 2 tests, 1 failure <<< 
FAILURES!

[...truncated 770 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:740: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:684: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:59: The following error 
occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/build.xml:50: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1457: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1014: 
There were test failures: 412 suites (1 ignored), 3447 tests, 1 error, 3 
failures, 58 ignored (54 assumptions) [seed: A02DB1F5BA98B4E7]

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