You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/11/30 21:02:01 UTC

[JENKINS] Lucene-Solr-NightlyTests-master - Build # 2033 - Still unstable

Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/2033/

2 tests failed.
FAILED:  org.apache.lucene.index.TestIndexWriterDelete.testDeletesOnDiskFull

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([9EA2AFABB4471F98]:0)


FAILED:  junit.framework.TestSuite.org.apache.lucene.index.TestIndexWriterDelete

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([9EA2AFABB4471F98]:0)




Build Log:
[...truncated 2374 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterDelete
   [junit4]   2> Nov 30, 2019 7:24:50 PM com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
   [junit4]   2> WARNING: Suite execution timed out: org.apache.lucene.index.TestIndexWriterDelete
   [junit4]   2>    1) Thread[id=11, name=JUnit4-serializer-daemon, state=TIMED_WAITING, group=main]
   [junit4]   2>         at java.base@11.0.4/java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at app//com.carrotsearch.ant.tasks.junit4.events.Serializer$1.run(Serializer.java:50)
   [junit4]   2>    2) Thread[id=1, name=main, state=WAITING, group=main]
   [junit4]   2>         at java.base@11.0.4/java.lang.Object.wait(Native Method)
   [junit4]   2>         at java.base@11.0.4/java.lang.Thread.join(Thread.java:1305)
   [junit4]   2>         at java.base@11.0.4/java.lang.Thread.join(Thread.java:1379)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:639)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.RandomizedRunner.run(RandomizedRunner.java:496)
   [junit4]   2>         at app//com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:269)
   [junit4]   2>         at app//com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:394)
   [junit4]   2>         at app//com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
   [junit4]   2>    3) Thread[id=10698, name=SUITE-TestIndexWriterDelete-seed#[9EA2AFABB4471F98], state=RUNNABLE, group=TGRP-TestIndexWriterDelete]
   [junit4]   2>         at java.base/java.lang.Thread.getStackTrace(Thread.java:1606)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:696)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:693)
   [junit4]   2>         at java.base/java.security.AccessController.doPrivileged(Native Method)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.getStackTrace(ThreadLeakControl.java:693)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.getThreadsWithTraces(ThreadLeakControl.java:709)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.formatThreadStacksFull(ThreadLeakControl.java:689)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.access$1000(ThreadLeakControl.java:65)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:415)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:708)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:629)
   [junit4]   2>    4) Thread[id=10699, name=TEST-TestIndexWriterDelete.testDeletesOnDiskFull-seed#[9EA2AFABB4471F98], state=TIMED_WAITING, group=TGRP-TestIndexWriterDelete]
   [junit4]   2>         at java.base@11.0.4/java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at app//org.apache.lucene.store.SlowOpeningMockIndexInputWrapper.<init>(SlowOpeningMockIndexInputWrapper.java:33)
   [junit4]   2>         at app//org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:764)
   [junit4]   2>         at app//org.apache.lucene.store.Directory.copyFrom(Directory.java:182)
   [junit4]   2>         at app//org.apache.lucene.util.TestUtil.ramCopyOf(TestUtil.java:1315)
   [junit4]   2>         at app//org.apache.lucene.index.TestIndexWriterDelete.doTestOperationsOnDiskFull(TestIndexWriterDelete.java:528)
   [junit4]   2>         at app//org.apache.lucene.index.TestIndexWriterDelete.testDeletesOnDiskFull(TestIndexWriterDelete.java:486)
   [junit4]   2>         at java.base@11.0.4/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at java.base@11.0.4/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at java.base@11.0.4/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.base@11.0.4/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at app//org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   2>         at app//org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.base@11.0.4/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriterDelete -Dtests.method=testDeletesOnDiskFull -Dtests.seed=9EA2AFABB4471F98 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt -Dtests.locale=en-ZA -Dtests.timezone=Asia/Nicosia -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   7180s J1 | TestIndexWriterDelete.testDeletesOnDiskFull <<<
   [junit4]    > Throwable #1: java.lang.Exception: Test abandoned because suite timeout was reached.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9EA2AFABB4471F98]:0)
   [junit4]   2> Nov 30, 2019 7:24:50 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Nov 30, 2019 7:25:10 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.lucene.index.TestIndexWriterDelete: 
   [junit4]   2>    1) Thread[id=10699, name=TEST-TestIndexWriterDelete.testDeletesOnDiskFull-seed#[9EA2AFABB4471F98], state=TIMED_WAITING, group=TGRP-TestIndexWriterDelete]
   [junit4]   2>         at java.base@11.0.4/java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at app//org.apache.lucene.store.SlowClosingMockIndexInputWrapper.close(SlowClosingMockIndexInputWrapper.java:39)
   [junit4]   2>         at app//org.apache.lucene.codecs.lucene80.Lucene80DocValuesProducer.close(Lucene80DocValuesProducer.java:274)
   [junit4]   2>         at app//org.apache.lucene.codecs.asserting.AssertingDocValuesFormat$AssertingDocValuesProducer.close(AssertingDocValuesFormat.java:294)
   [junit4]   2>         at app//org.apache.lucene.util.IOUtils.close(IOUtils.java:89)
   [junit4]   2>         at app//org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsReader.close(PerFieldDocValuesFormat.java:346)
   [junit4]   2>         at app//org.apache.lucene.index.SegmentDocValues$1.release(SegmentDocValues.java:56)
   [junit4]   2>         at app//org.apache.lucene.util.RefCount.decRef(RefCount.java:53)
   [junit4]   2>         at app//org.apache.lucene.index.SegmentDocValues.lambda$decRef$0(SegmentDocValues.java:85)
   [junit4]   2>         at app//org.apache.lucene.index.SegmentDocValues$$Lambda$225/0x0000000100417840.accept(Unknown Source)
   [junit4]   2>         at app//org.apache.lucene.util.IOUtils.lambda$applyToAll$0(IOUtils.java:645)
   [junit4]   2>         at app//org.apache.lucene.util.IOUtils$$Lambda$115/0x0000000100274840.close(Unknown Source)
   [junit4]   2>         at app//org.apache.lucene.util.IOUtils.close(IOUtils.java:89)
   [junit4]   2>         at app//org.apache.lucene.util.IOUtils.applyToAll(IOUtils.java:645)
   [junit4]   2>         at app//org.apache.lucene.index.SegmentDocValues.decRef(SegmentDocValues.java:82)
   [junit4]   2>         at app//org.apache.lucene.index.SegmentReader.doClose(SegmentReader.java:210)
   [junit4]   2>         at app//org.apache.lucene.index.IndexReader.decRef(IndexReader.java:244)
   [junit4]   2>         at app//org.apache.lucene.index.IndexReader.close(IndexReader.java:385)
   [junit4]   2>         at app//org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:787)
   [junit4]   2>         at app//org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:302)
   [junit4]   2>         at app//org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:831)
   [junit4]   2>         at app//org.apache.lucene.index.TestIndexWriterDelete.doTestOperationsOnDiskFull(TestIndexWriterDelete.java:699)
   [junit4]   2>         at app//org.apache.lucene.index.TestIndexWriterDelete.testDeletesOnDiskFull(TestIndexWriterDelete.java:486)
   [junit4]   2>         at java.base@11.0.4/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at java.base@11.0.4/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at java.base@11.0.4/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.base@11.0.4/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at app//org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   2>         at app//org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.base@11.0.4/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> Nov 30, 2019 7:25:10 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=10699, name=TEST-TestIndexWriterDelete.testDeletesOnDiskFull-seed#[9EA2AFABB4471F98], state=TIMED_WAITING, group=TGRP-TestIndexWriterDelete]
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/J1/temp/lucene.index.TestIndexWriterDelete_9EA2AFABB4471F98-001
   [junit4]   2> Nov 30, 2019 5:25:11 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {city=FST50, contents=FSTOrd50, id=FST50, value=Lucene84, content=Lucene84}, docValues:{dv=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Lucene80), content=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=612, maxMBSortInHeap=7.789067220015047, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2247d584), locale=en-ZA, timezone=Asia/Nicosia
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 11.0.4 (64-bit)/cpus=4,threads=1,free=310856576,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestSpanCollection, TestSpansEnum, TestSpanNearQuery, TestBKD, TestIntBlockPool, TestBytesRef, TestPForUtil, TestLongsRef, TestFilterMergePolicy, TestTieredMergePolicy, TestDocValuesIndexing, TestNumericUtils, TestPackedTokenAttributeImpl, TestTermQuery, TestDemo, TestNeverDelete, TestSnapshotDeletionPolicy, TestSimpleExplanationsWithFillerDocs, TestLogMergePolicy, TestWildcard, TestCachingTokenFilter, TestLatLonDocValuesField, TestAddIndexes, TestBinaryTerms, TestSpanSearchEquivalence, TestMaxScoreSumPropagator, TestAllFilesHaveChecksumFooter, TestBooleanMinShouldMatch, TestSpanExplanationsOfNonMatches, TestRamUsageEstimator, TestBM25Similarity, TestFilterDirectory, TestAutomatonQuery, TestPolygon2D, TestTotalHits, TestSloppyPhraseQuery2, TestLatLonPointQueries, TestMatchesIterator, TestIndexCommit, TestExitableDirectoryReader, TestAxiomaticF1LOG, TestGeoEncodingUtils, TestFeatureField, MultiCollectorTest, TestSortedSetSortField, TestRegexpRandom2, TestStopFilter, TestSortedSetDocValues, TestTermVectorsWriter, TestIndexSorting, TestStringHelper, TestMultiFields, TestIndexableField, TestPriorityQueue, TestFieldReuse, TestSimpleFSLockFactory, TestStandardAnalyzer, TestDocument, TestIndexWriterCommit, TestBasicModelIn, TestDocValuesRewriteMethod, TestCharFilter, TestFrequencyTrackingRingBuffer, Test2BSortedDocValuesOrds, TestBagOfPositions, TestTermsEnum, TestFastDecompressionMode, TestIntsRef, TestPrefixRandom, TestIndexWriterOnVMError, TestCustomSearcherSort, TestCodecHoldsOpenFiles, TestTrackingDirectoryWrapper, TestIndexWriterNRTIsCurrent, TestClassicSimilarity, TestIndexWriterThreadsToSegments, TestPerFieldPostingsFormat2, TestMultiset, TestByteBuffersDirectory, TestFilterCodecReader, TestCharsRef, TestFilterSpans, TestTopFieldCollector, TestLucene50LiveDocsFormat, TestPersistentSnapshotDeletionPolicy, TestSegmentTermEnum, TestSortRescorer, TestDisjunctionScoreBlockBoundaryPropagator, Test2BPostingsBytes, Test2BSortedDocValuesFixedSorted, Test4GBStoredFields, TestBinaryDocValuesUpdates, TestCheckIndex, TestConsistentFieldNumbers, TestCrash, TestCrashCausesCorruptIndex, TestCustomNorms, TestCustomTermFreq, TestDeletionPolicy, TestDemoParallelLeafReader, TestDirectoryReader, TestDoc, TestDocCount, TestDocInverterPerFieldErrorInfo, TestDocValues, TestDocsWithFieldSet, TestDocumentWriter, TestDocumentsWriterDeleteQueue, TestDuelingCodecs, TestDuelingCodecsAtNight, TestExceedMaxTermLength, TestFlushByRamOrCountsPolicy, TestForTooMuchCloning, TestForceMergeForever, TestFrozenBufferedUpdates, TestIndexInput, TestIndexManyDocuments, TestIndexOptions, TestIndexWriterDelete]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriterDelete -Dtests.seed=9EA2AFABB4471F98 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt -Dtests.locale=en-ZA -Dtests.timezone=Asia/Nicosia -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | TestIndexWriterDelete (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9EA2AFABB4471F98]:0)
   [junit4] Completed [526/526 (1!)] on J1 in 7220.39s, 9 tests, 2 errors <<< FAILURES!

[...truncated 66945 lines...]