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/07/01 21:28:39 UTC

[JENKINS] Lucene-Solr-8.6-MacOSX (64bit/jdk-13.0.2) - Build # 82 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.6-MacOSX/82/
Java: 64bit/jdk-13.0.2 -XX:+UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.lucene.index.TestIndexWriter.testSoftAndHardLiveDocs

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


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

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

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




Build Log:
[...truncated 1292 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexWriter
   [junit4]   2> 7月 01, 2020 9:16:58 下午 com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
   [junit4]   2> 警告: Suite execution timed out: org.apache.lucene.index.TestIndexWriter
   [junit4]   2>    1) Thread[id=235, name=SUITE-TestIndexWriter-seed#[15D17059C9E52EF5], state=RUNNABLE, group=TGRP-TestIndexWriter]
   [junit4]   2>         at java.base/java.lang.Thread.getStackTrace(Thread.java:1598)
   [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(AccessController.java:312)
   [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=236, name=TEST-TestIndexWriter.testSoftAndHardLiveDocs-seed#[15D17059C9E52EF5], state=RUNNABLE, group=TGRP-TestIndexWriter]
   [junit4]   2>         at java.base@13.0.2/java.lang.Thread.yield(Native Method)
   [junit4]   2>         at app//org.apache.lucene.store.MockDirectoryWrapper.maybeYield(MockDirectoryWrapper.java:633)
   [junit4]   2>         at app//org.apache.lucene.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:651)
   [junit4]   2>         at app//org.apache.lucene.store.LockValidatingDirectoryWrapper.createOutput(LockValidatingDirectoryWrapper.java:44)
   [junit4]   2>         at app//org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:43)
   [junit4]   2>         at app//org.apache.lucene.codecs.compressing.CompressingStoredFieldsWriter.<init>(CompressingStoredFieldsWriter.java:113)
   [junit4]   2>         at app//org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsWriter(CompressingStoredFieldsFormat.java:130)
   [junit4]   2>         at app//org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.fieldsWriter(Lucene50StoredFieldsFormat.java:145)
   [junit4]   2>         at app//org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat.fieldsWriter(AssertingStoredFieldsFormat.java:48)
   [junit4]   2>         at app//org.apache.lucene.index.StoredFieldsConsumer.initStoredFieldsWriter(StoredFieldsConsumer.java:39)
   [junit4]   2>         at app//org.apache.lucene.index.StoredFieldsConsumer.startDocument(StoredFieldsConsumer.java:46)
   [junit4]   2>         at app//org.apache.lucene.index.DefaultIndexingChain.startStoredFields(DefaultIndexingChain.java:426)
   [junit4]   2>         at app//org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:462)
   [junit4]   2>         at app//org.apache.lucene.index.DocumentsWriterPerThread.updateDocuments(DocumentsWriterPerThread.java:233)
   [junit4]   2>         at app//org.apache.lucene.index.DocumentsWriter.updateDocuments(DocumentsWriter.java:419)
   [junit4]   2>         at app//org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1333)
   [junit4]   2>         at app//org.apache.lucene.index.IndexWriter.softUpdateDocument(IndexWriter.java:1661)
   [junit4]   2>         at app//org.apache.lucene.index.TestIndexWriter.testSoftAndHardLiveDocs(TestIndexWriter.java:3621)
   [junit4]   2>         at java.base@13.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at java.base@13.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at java.base@13.0.2/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.base@13.0.2/java.lang.reflect.Method.invoke(Method.java:567)
   [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@13.0.2/java.lang.Thread.run(Thread.java:830)
   [junit4]   2>    3) Thread[id=1, name=main, state=WAITING, group=main]
   [junit4]   2>         at java.base@13.0.2/java.lang.Object.wait(Native Method)
   [junit4]   2>         at java.base@13.0.2/java.lang.Thread.join(Thread.java:1303)
   [junit4]   2>         at java.base@13.0.2/java.lang.Thread.join(Thread.java:1371)
   [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>    4) Thread[id=11, name=JUnit4-serializer-daemon, state=TIMED_WAITING, group=main]
   [junit4]   2>         at java.base@13.0.2/java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at app//com.carrotsearch.ant.tasks.junit4.events.Serializer$1.run(Serializer.java:50)
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriter -Dtests.method=testSoftAndHardLiveDocs -Dtests.seed=15D17059C9E52EF5 -Dtests.slow=true -Dtests.locale=zh-HK -Dtests.timezone=Eire -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.42s J0 | TestIndexWriter.testSoftAndHardLiveDocs <<<
   [junit4]    > Throwable #1: java.lang.Exception: Test abandoned because suite timeout was reached.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([15D17059C9E52EF5]:0)
   [junit4]   2> 7月 01, 2020 9:16:58 下午 com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> 警告: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {=FST50, a=PostingsFormat(name=Direct), c=PostingsFormat(name=MockRandom), string=PostingsFormat(name=Direct), foo=BlockTreeOrds(blocksize=128), body=BlockTreeOrds(blocksize=128), version=FST50, content=PostingsFormat(name=Direct), str=PostingsFormat(name=Direct), tvtest=BlockTreeOrds(blocksize=128), field=BlockTreeOrds(blocksize=128), str3=BlockTreeOrds(blocksize=128), content4=PostingsFormat(name=MockRandom), binary=PostingsFormat(name=Direct), str2=PostingsFormat(name=Direct), content1=BlockTreeOrds(blocksize=128), id=PostingsFormat(name=MockRandom), myfield=BlockTreeOrds(blocksize=128)}, docValues:{binarydv=DocValuesFormat(name=Lucene80), my_deletes=DocValuesFormat(name=Lucene80), dv=DocValuesFormat(name=Direct), numval=DocValuesFormat(name=Lucene80), dv_field=DocValuesFormat(name=Lucene80), sortedsetdv=DocValuesFormat(name=Lucene80), sortednumericdv=DocValuesFormat(name=Asserting), numericdv=DocValuesFormat(name=Lucene80), soft_delete=DocValuesFormat(name=Asserting), num=DocValuesFormat(name=Direct), sorteddv=DocValuesFormat(name=Lucene80), id=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=755, maxMBSortInHeap=6.453040659278431, sim=Asserting(RandomSimilarity(queryNorm=false): {=IB LL-D2, c=DFR I(n)L2, string=F2EXP, body=LM Jelinek-Mercer(0.700000), content=IB SPL-L3(800.0), str=F2EXP, tvtest=DFR I(ne)B3(800.0), field=DFR I(n)B1, content4=IB LL-D1, binary=DFR I(ne)BZ(0.3), str2=DFR I(F)B1, content1=IB LL-L1, id=IB LL-D1, myfield=DFR I(n)BZ(0.3)}), locale=zh-HK, timezone=Eire
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 13.0.2 (64-bit)/cpus=6,threads=1,free=141074896,total=203423744
   [junit4]   2> NOTE: All tests run in this JVM: [TestBytesRef, TestFstDirectAddressing, TestXYCircle, TestAllFilesHaveChecksumFooter, Test4GBStoredFields, TestTermsEnum, TestPayloads, TestTermRangeQuery, TestCrashCausesCorruptIndex, TestIndexWriterUnicode, TestDistributionLL, TestSameScoresWithThreads, TestCharFilter, TestXYPolygonShapeQueries, TestSortedSetDocValues, TestSegmentTermEnum, TestFixedBitSet, TestDisjunctionScoreBlockBoundaryPropagator, TestSloppyPhraseQuery2, TestLucene50TermVectorsFormat, TestSpans, TestSpanNearQuery, TestSpanContainQuery, TestDoubleValuesSource, TestIntBlockPool, TestStressNRT, TestDeterminism, TestMultiTermsEnum, TestIOUtils, TestPrefixQuery, TestIntRange, TestBytesRefAttImpl, TestLatLonMultiPolygonShapeQueries, TestApproximationSearchEquivalence, TestDirectoryReader, TestBasicModelIF, TestRamUsageEstimator, TestConstantScoreScorer, TestBinaryDocument, TestSimpleExplanations, TestBoolean2, Test2BPostings, TestGeoEncodingUtils, TestTopFieldCollector, TestXYLineShapeQueries, TestNewestSegment, TestLatLonPolygonShapeQueries, TestCodecUtil, TestMultiPhraseQuery, TestIndexManyDocuments, TestFieldMaskingSpanQuery, TestFilterWeight, TestSparseFixedBitDocIdSet, TestIndexWriter]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriter -Dtests.seed=15D17059C9E52EF5 -Dtests.slow=true -Dtests.locale=zh-HK -Dtests.timezone=Eire -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestIndexWriter (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([15D17059C9E52EF5]:0)
   [junit4] Completed [286/567 (1!)] on J0 in 27.56s, 93 tests, 2 errors, 1 skipped <<< FAILURES!

[...truncated 62715 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.6-MacOSX/82/consoleText

[repro] Revision: 51ce30d16f3c261143ff5c286e625c0858564383

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC"
[repro] Repro line:  ant test  -Dtestcase=TestIndexWriter -Dtests.method=testSoftAndHardLiveDocs -Dtests.seed=15D17059C9E52EF5 -Dtests.slow=true -Dtests.locale=zh-HK -Dtests.timezone=Eire -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] Repro line:  ant test  -Dtestcase=TestIndexWriter -Dtests.seed=15D17059C9E52EF5 -Dtests.slow=true -Dtests.locale=zh-HK -Dtests.timezone=Eire -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/core
[repro]       TestIndexWriter
[repro] ant compile-test

[...truncated 190 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestIndexWriter" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC" -Dtests.seed=15D17059C9E52EF5 -Dtests.slow=true -Dtests.locale=zh-HK -Dtests.timezone=Eire -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 571 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.lucene.index.TestIndexWriter
[repro] Exiting with code 0

[...truncated 93 lines...]