Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16188/
Java: 64bit/jdk-9-ea+107 -XX:-UseCompressedOops -XX:+UseSerialGC

2 tests failed.
FAILED:  
org.apache.lucene.codecs.perfield.TestPerFieldPostingsFormat.testDocsAndFreqsAndPositions

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

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=1981, name=Thread-1761, state=RUNNABLE, 
group=TGRP-TestPerFieldPostingsFormat]
Caused by: java.lang.RuntimeException: java.lang.IllegalArgumentException: 
source=3 is out of bounds (maxState is 2)
        at __randomizedtesting.SeedInfo.seed([416B2DFF201E24F5]: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: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:277)
        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.index.TestDuelingCodecs.testCrazyReaderEquals

Error Message:
7

Stack Trace:
java.lang.ArrayIndexOutOfBoundsException: 7
        at 
__randomizedtesting.SeedInfo.seed([416B2DFF201E24F5:F551F7C32C57F9F6]:0)
        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.LuceneTestCase.assertTermsEquals(LuceneTestCase.java:2022)
        at 
org.apache.lucene.util.LuceneTestCase.assertFieldsEquals(LuceneTestCase.java:1984)
        at 
org.apache.lucene.util.LuceneTestCase.assertReaderEquals(LuceneTestCase.java:1944)
        at 
org.apache.lucene.index.TestDuelingCodecs.testCrazyReaderEquals(TestDuelingCodecs.java:172)
        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 720 lines...]
   [junit4] Suite: org.apache.lucene.index.TestDuelingCodecs
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDuelingCodecs 
-Dtests.method=testCrazyReaderEquals -Dtests.seed=416B2DFF201E24F5 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fi 
-Dtests.timezone=Europe/Prague -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   7.04s J1 | TestDuelingCodecs.testCrazyReaderEquals <<<
   [junit4]    > Throwable #1: java.lang.ArrayIndexOutOfBoundsException: 7
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([416B2DFF201E24F5:F551F7C32C57F9F6]:0)
   [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.LuceneTestCase.assertTermsEquals(LuceneTestCase.java:2022)
   [junit4]    >        at 
org.apache.lucene.util.LuceneTestCase.assertFieldsEquals(LuceneTestCase.java:1984)
   [junit4]    >        at 
org.apache.lucene.util.LuceneTestCase.assertReaderEquals(LuceneTestCase.java:1944)
   [junit4]    >        at 
org.apache.lucene.index.TestDuelingCodecs.testCrazyReaderEquals(TestDuelingCodecs.java:172)
   [junit4]    >        at java.lang.Thread.run(Thread.java:804)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/J1/temp/lucene.index.TestDuelingCodecs_416B2DFF201E24F5-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, 
docValues:{}, maxPointsInLeafNode=86, maxMBSortInHeap=6.95230802392305, 
sim=RandomSimilarity(queryNorm=true,coord=yes): 
{titleTokenized=BM25(k1=1.2,b=0.75), body=IB LL-LZ(0.3)}, locale=fi, 
timezone=Europe/Prague
   [junit4]   2> NOTE: Linux 3.19.0-51-generic amd64/Oracle Corporation 9-ea 
(64-bit)/cpus=12,threads=1,free=282272560,total=508952576
   [junit4]   2> NOTE: All tests run in this JVM: [TestFileSwitchDirectory, 
TestVersion, TestDocumentsWriterDeleteQueue, TestByteBlockPool, 
TestAllFilesHaveCodecHeader, LimitedFiniteStringsIteratorTest, TestTermVectors, 
TestRegExp, TestRamUsageEstimator, TestSortedSetDocValues, 
TestCompiledAutomaton, TestFilterSpans, TestSameTokenSamePosition, 
TestRollingBuffer, TestIndexWriterExceptions2, TestFieldCacheRewriteMethod, 
TestBytesRefAttImpl, TestLevenshteinAutomata, TestSameScoresWithThreads, 
TestAssertions, TestParallelTermEnum, TestTimSorter, TestOmitTf, 
TestInfoStream, TestBooleanRewrites, TestMathUtil, TestBooleanQuery, 
TestTryDelete, TestCachingTokenFilter, TestSleepingLockWrapper, 
TestRecyclingIntBlockAllocator, TestBlockPostingsFormat3, 
TestIndexWriterExceptions, TestIndexWriterOnVMError, 
TestDocumentsWriterStallControl, TestHugeRamFile, TestFieldsReader, 
TestSpanExplanations, TestPerFieldPostingsFormat2, TestMultiPhraseEnum, 
TestApproximationSearchEquivalence, 
TestLucene50StoredFieldsFormatHighCompression, TestSimilarity, 
TestRoaringDocIdSet, TestSpanMultiTermQueryWrapper, TestSortedSetSelector, 
TestCharsRefBuilder, TestDuelingCodecs]
   [junit4] Completed [159/414 (1!)] on J1 in 11.66s, 2 tests, 1 error <<< 
FAILURES!

[...truncated 248 lines...]
   [junit4] Suite: org.apache.lucene.codecs.perfield.TestPerFieldPostingsFormat
   [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]   2> Mar 12, 2016 11:34:01 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-1761,5,TGRP-TestPerFieldPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: 
java.lang.IllegalArgumentException: source=3 is out of bounds (maxState is 2)
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([416B2DFF201E24F5]: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: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: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> Mar 12, 2016 11:34:01 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-1762,5,TGRP-TestPerFieldPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: 
java.lang.ArrayIndexOutOfBoundsException: 10
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([416B2DFF201E24F5]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1006)
   [junit4]   2> Caused by: java.lang.ArrayIndexOutOfBoundsException: 10
   [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=TestPerFieldPostingsFormat 
-Dtests.method=testDocsAndFreqsAndPositions -Dtests.seed=416B2DFF201E24F5 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-BM 
-Dtests.timezone=Africa/Johannesburg -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.27s J2 | 
TestPerFieldPostingsFormat.testDocsAndFreqsAndPositions <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=1981, name=Thread-1761, state=RUNNABLE, 
group=TGRP-TestPerFieldPostingsFormat]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.lang.IllegalArgumentException: source=3 is out of bounds (maxState is 2)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([416B2DFF201E24F5]: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: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: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)Throwable
 #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=1982, name=Thread-1762, state=RUNNABLE, 
group=TGRP-TestPerFieldPostingsFormat]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.lang.ArrayIndexOutOfBoundsException: 10
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([416B2DFF201E24F5]:0)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1006)
   [junit4]    > Caused by: java.lang.ArrayIndexOutOfBoundsException: 10
   [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] 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=Lucene60, 
sim=RandomSimilarity(queryNorm=true,coord=crazy): {f_DOCS_AND_FREQS=DFR 
GLZ(0.3), field=DFR I(ne)3(800.0), 
f_DOCS_AND_FREQS_AND_POSITIONS_AND_OFFSETS=DFR GL1, titleTokenized=DFR I(F)L1, 
f_DOCS_AND_FREQS_AND_POSITIONS=DFR I(n)B3(800.0), body=DFR I(n)L1, f_DOCS=DFR 
I(n)1}, locale=en-BM, timezone=Africa/Johannesburg
   [junit4]   2> NOTE: Linux 3.19.0-51-generic amd64/Oracle Corporation 9-ea 
(64-bit)/cpus=12,threads=1,free=160331360,total=508952576
   [junit4]   2> NOTE: All tests run in this JVM: [TestForceMergeForever, 
TestSpanTermQuery, TestIntBlockPool, TestSimpleSearchEquivalence, 
TestMixedCodecs, TestTopDocsMerge, TestNearSpansOrdered, TestFilterDirectory, 
TestSearchWithThreads, TestCodecUtil, TestLucene60PointsFormat, 
TestAttributeSource, TestIndexInput, TestSloppyPhraseQuery, 
TestParallelReaderEmptyIndex, TestComplexExplanations, TestCharsRef, TestSpans, 
TestInPlaceMergeSorter, TestSpanExplanationsOfNonMatches, TestIOUtils, 
Test2BBinaryDocValues, TestTermVectorsReader, TestTimSorterWorstCase, 
TestExternalCodecs, TestNativeFSLockFactory, TestTransactions, 
TestStressIndexing2, TestPrefixQuery, TestSpanFirstQuery, 
TestTwoPhaseCommitTool, TestMergeSchedulerExternal, TestNumericTokenStream, 
TestLucene50TermVectorsFormat, TestConsistentFieldNumbers, TestField, TestSort, 
TestBooleanOr, TestMergedIterator, TestSparseFixedBitSet, 
TestComplexExplanationsOfNonMatches, TestDateTools, TestLiveFieldValues, 
TestDirectory, TestTopDocsCollector, TestDocValuesScoring, 
TestUpgradeIndexMergePolicy, TestForUtil, TestMinShouldMatch2, 
TestQueryCachingPolicy, TestStressDeletes, TestIndexWriterReader, 
TestNumericRangeQuery32, TestMultiMMap, TestElevationComparator, 
TestMultiLevelSkipList, TestReaderWrapperDVTypeCheck, 
Test2BSortedDocValuesFixedSorted, TestIndexReaderClose, TestBM25Similarity, 
TestLogMergePolicy, TestDirectPacked, TestIndexSearcher, 
TestDocValuesRewriteMethod, TestIndexableField, TestMaxTermFrequency, 
Test2BNumericDocValues, Test2BPagedBytes, TestDocValues, 
TestBlockPostingsFormat, TestIndexWriterMerging, TestFSTs, TestBytesStore, 
TestPackedInts, TestIndexWriterWithThreads, TestAddIndexes, 
TestSearcherManager, TestDeletionPolicy, TestIndexWriterMergePolicy, 
TestPersistentSnapshotDeletionPolicy, TestAtomicUpdate, TestStressAdvance, 
TestTimeLimitingCollector, TestHighCompressionMode, TestLongPostings, 
TestRollingUpdates, TestSnapshotDeletionPolicy, TestTieredMergePolicy, 
TestPerFieldPostingsFormat]
   [junit4] Completed [237/414 (2!)] on J2 in 5.00s, 24 tests, 1 error, 2 
skipped <<< FAILURES!

[...truncated 600 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build.xml:50: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1457: 
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1014: 
There were test failures: 414 suites (1 ignored), 3455 tests, 2 errors, 67 
ignored (63 assumptions) [seed: 416B2DFF201E24F5]

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