You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2020/01/18 10:23:14 UTC

[JENKINS] Lucene-Solr-8.x-MacOSX (64bit/jdk-11.0.4) - Build # 527 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/527/
Java: 64bit/jdk-11.0.4 -XX:+UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.lucene.codecs.lucene70.TestLucene70DocValuesFormat.testTermsEnumVariableWidth

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([F776E95868535E72]:0)


FAILED:  junit.framework.TestSuite.org.apache.lucene.codecs.lucene70.TestLucene70DocValuesFormat

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

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




Build Log:
[...truncated 5409 lines...]
   [junit4] Suite: org.apache.lucene.codecs.lucene70.TestLucene70DocValuesFormat
   [junit4] IGNOR/A 0.01s J3 | TestLucene70DocValuesFormat.testTermsEnumRandomMany
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J3 | TestLucene70DocValuesFormat.testSortedVariableLengthManyVsStoredFields
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4]   2> сту 18, 2020 8:15:29 PM com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
   [junit4]   2> WARNING: Suite execution timed out: org.apache.lucene.codecs.lucene70.TestLucene70DocValuesFormat
   [junit4]   2>    1) Thread[id=15, name=SUITE-TestLucene70DocValuesFormat-seed#[F776E95868535E72], state=RUNNABLE, group=TGRP-TestLucene70DocValuesFormat]
   [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>    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=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>    4) Thread[id=16, name=TEST-TestLucene70DocValuesFormat.testTermsEnumVariableWidth-seed#[F776E95868535E72], state=RUNNABLE, group=TGRP-TestLucene70DocValuesFormat]
   [junit4]   2>         at java.base@11.0.4/java.lang.String.valueOf(String.java:2951)
   [junit4]   2>         at java.base@11.0.4/java.lang.StringBuilder.append(StringBuilder.java:168)
   [junit4]   2>         at java.base@11.0.4/java.util.AbstractMap.toString(AbstractMap.java:554)
   [junit4]   2>         at java.base@11.0.4/java.util.Collections$UnmodifiableMap.toString(Collections.java:1493)
   [junit4]   2>         at app//org.apache.lucene.index.SegmentInfo.toString(SegmentInfo.java:217)
   [junit4]   2>         at app//org.apache.lucene.index.SegmentCommitInfo.toString(SegmentCommitInfo.java:345)
   [junit4]   2>         at app//org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4678)
   [junit4]   2>         at app//org.apache.lucene.index.IndexWriter$$Lambda$91/0x0000000800144840.apply(Unknown Source)
   [junit4]   2>         at java.base@11.0.4/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
   [junit4]   2>         at java.base@11.0.4/java.util.ArrayList$Itr.forEachRemaining(ArrayList.java:1032)
   [junit4]   2>         at java.base@11.0.4/java.util.Collections$UnmodifiableCollection$1.forEachRemaining(Collections.java:1054)
   [junit4]   2>         at java.base@11.0.4/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
   [junit4]   2>         at java.base@11.0.4/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
   [junit4]   2>         at java.base@11.0.4/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
   [junit4]   2>         at java.base@11.0.4/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)
   [junit4]   2>         at java.base@11.0.4/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
   [junit4]   2>         at java.base@11.0.4/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578)
   [junit4]   2>         at app//org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4670)
   [junit4]   2>         at app//org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4665)
   [junit4]   2>         at app//org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3173)
   [junit4]   2>         at app//org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3445)
   [junit4]   2>         at app//org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3410)
   [junit4]   2>         at app//org.apache.lucene.index.RandomIndexWriter.commit(RandomIndexWriter.java:336)
   [junit4]   2>         at app//org.apache.lucene.index.RandomIndexWriter.commit(RandomIndexWriter.java:320)
   [junit4]   2>         at app//org.apache.lucene.codecs.lucene70.TestLucene70DocValuesFormat.doTestTermsEnumRandom(TestLucene70DocValuesFormat.java:332)
   [junit4]   2>         at app//org.apache.lucene.codecs.lucene70.TestLucene70DocValuesFormat.testTermsEnumVariableWidth(TestLucene70DocValuesFormat.java:132)
   [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: reproduce with: ant test  -Dtestcase=TestLucene70DocValuesFormat -Dtests.method=testTermsEnumVariableWidth -Dtests.seed=F776E95868535E72 -Dtests.slow=true -Dtests.locale=be-BY -Dtests.timezone=Australia/Currie -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   3.41s J3 | TestLucene70DocValuesFormat.testTermsEnumVariableWidth <<<
   [junit4]    > Throwable #1: java.lang.Exception: Test abandoned because suite timeout was reached.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F776E95868535E72]:0)
   [junit4]   2> сту 18, 2020 8:15:30 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> сту 18, 2020 8:15:50 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.lucene.codecs.lucene70.TestLucene70DocValuesFormat: 
   [junit4]   2>    1) Thread[id=16, name=TEST-TestLucene70DocValuesFormat.testTermsEnumVariableWidth-seed#[F776E95868535E72], state=RUNNABLE, group=TGRP-TestLucene70DocValuesFormat]
   [junit4]   2>         at java.base@11.0.4/sun.nio.ch.FileDispatcherImpl.read0(Native Method)
   [junit4]   2>         at java.base@11.0.4/sun.nio.ch.FileDispatcherImpl.read(FileDispatcherImpl.java:48)
   [junit4]   2>         at java.base@11.0.4/sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:276)
   [junit4]   2>         at java.base@11.0.4/sun.nio.ch.IOUtil.read(IOUtil.java:245)
   [junit4]   2>         at java.base@11.0.4/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:223)
   [junit4]   2>         at app//org.apache.lucene.mockfile.FilterSeekableByteChannel.read(FilterSeekableByteChannel.java:59)
   [junit4]   2>         at app//org.apache.lucene.mockfile.FilterSeekableByteChannel.read(FilterSeekableByteChannel.java:59)
   [junit4]   2>         at app//org.apache.lucene.store.SimpleFSDirectory$SimpleFSIndexInput.readInternal(SimpleFSDirectory.java:178)
   [junit4]   2>         at app//org.apache.lucene.store.BufferedIndexInput.refill(BufferedIndexInput.java:342)
   [junit4]   2>         at app//org.apache.lucene.store.BufferedIndexInput.readByte(BufferedIndexInput.java:54)
   [junit4]   2>         at app//org.apache.lucene.store.DataInput.readVInt(DataInput.java:126)
   [junit4]   2>         at app//org.apache.lucene.store.BufferedIndexInput.readVInt(BufferedIndexInput.java:221)
   [junit4]   2>         at app//org.apache.lucene.store.MockIndexInputWrapper.readVInt(MockIndexInputWrapper.java:183)
   [junit4]   2>         at app//org.apache.lucene.codecs.blocktreeords.OrdsSegmentTermsEnumFrame.loadBlock(OrdsSegmentTermsEnumFrame.java:172)
   [junit4]   2>         at app//org.apache.lucene.codecs.blocktreeords.OrdsSegmentTermsEnum.seekExact(OrdsSegmentTermsEnum.java:1015)
   [junit4]   2>         at app//org.apache.lucene.codecs.lucene70.TestLucene70DocValuesFormat.assertEquals(TestLucene70DocValuesFormat.java:425)
   [junit4]   2>         at app//org.apache.lucene.codecs.lucene70.TestLucene70DocValuesFormat.doTestTermsEnumRandom(TestLucene70DocValuesFormat.java:370)
   [junit4]   2>         at app//org.apache.lucene.codecs.lucene70.TestLucene70DocValuesFormat.testTermsEnumVariableWidth(TestLucene70DocValuesFormat.java:132)
   [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> сту 18, 2020 8:15:50 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=16, name=TEST-TestLucene70DocValuesFormat.testTermsEnumVariableWidth-seed#[F776E95868535E72], state=RUNNABLE, group=TGRP-TestLucene70DocValuesFormat]
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/backward-codecs/test/J3/temp/lucene.codecs.lucene70.TestLucene70DocValuesFormat_F776E95868535E72-001
   [junit4]   2> Jan 18, 2020 9:15:50 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=1047, maxMBSortInHeap=7.584941993250633, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@64fa56c8), locale=be-BY, timezone=Australia/Currie
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 11.0.4 (64-bit)/cpus=6,threads=1,free=204344568,total=277872640
   [junit4]   2> NOTE: All tests run in this JVM: [TestForUtil, TestLucene70DocValuesFormat]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLucene70DocValuesFormat -Dtests.seed=F776E95868535E72 -Dtests.slow=true -Dtests.locale=be-BY -Dtests.timezone=Australia/Currie -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J3 | TestLucene70DocValuesFormat (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F776E95868535E72]:0)
   [junit4] Completed [10/10 (1!)] on J3 in 173.63s, 121 tests, 2 errors, 2 skipped <<< FAILURES!

[...truncated 55674 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/527/consoleText

[repro] Revision: 155b099caaa786f9e9c84c72eca2ee6683d289b1

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC"
[repro] Repro line:  ant test  -Dtestcase=TestLucene70DocValuesFormat -Dtests.method=testTermsEnumVariableWidth -Dtests.seed=F776E95868535E72 -Dtests.slow=true -Dtests.locale=be-BY -Dtests.timezone=Australia/Currie -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] Repro line:  ant test  -Dtestcase=TestLucene70DocValuesFormat -Dtests.seed=F776E95868535E72 -Dtests.slow=true -Dtests.locale=be-BY -Dtests.timezone=Australia/Currie -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    lucene/backward-codecs
[repro]       TestLucene70DocValuesFormat
[repro] ant compile-test

[...truncated 182 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestLucene70DocValuesFormat" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC" -Dtests.seed=F776E95868535E72 -Dtests.slow=true -Dtests.locale=be-BY -Dtests.timezone=Australia/Currie -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 721 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.lucene.codecs.lucene70.TestLucene70DocValuesFormat
[repro] Exiting with code 0

[...truncated 75 lines...]