Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/2035/
Java: 64bit/jdk-12.0.2 -XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions
-XX:+UseShenandoahGC
1 tests failed.
FAILED: org.apache.lucene.index.TestTransactions.testTransactions
Error Message:
MockDirectoryWrapper: cannot close: there are still 1 open files:
{_e_Lucene85FieldsIndexfile_pointers_1j.tmp=1}
Stack Trace:
java.lang.RuntimeException: MockDirectoryWrapper: cannot close: there are still
1 open files: {_e_Lucene85FieldsIndexfile_pointers_1j.tmp=1}
at
__randomizedtesting.SeedInfo.seed([5B05A046484C851D:98971C8E1CD86C19]:0)
at
org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:838)
at
org.apache.lucene.index.TestTransactions.testTransactions(TestTransactions.java:269)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
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:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
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
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:368)
at java.base/java.lang.Thread.run(Thread.java:835)
Caused by: java.lang.RuntimeException: unclosed IndexOutput:
_e_Lucene85FieldsIndexfile_pointers_1j.tmp
at
org.apache.lucene.store.MockDirectoryWrapper.addFileHandle(MockDirectoryWrapper.java:730)
at
org.apache.lucene.store.MockDirectoryWrapper.createTempOutput(MockDirectoryWrapper.java:711)
at
org.apache.lucene.store.FilterDirectory.createTempOutput(FilterDirectory.java:79)
at
org.apache.lucene.store.FilterDirectory.createTempOutput(FilterDirectory.java:79)
at
org.apache.lucene.store.TrackingDirectoryWrapper.createTempOutput(TrackingDirectoryWrapper.java:51)
at
org.apache.lucene.codecs.compressing.FieldsIndexWriter.<init>(FieldsIndexWriter.java:87)
at
org.apache.lucene.codecs.compressing.CompressingStoredFieldsWriter.<init>(CompressingStoredFieldsWriter.java:117)
at
org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsWriter(CompressingStoredFieldsFormat.java:130)
at
org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.fieldsWriter(Lucene50StoredFieldsFormat.java:145)
at
org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat.fieldsWriter(AssertingStoredFieldsFormat.java:48)
at
org.apache.lucene.index.SegmentMerger.mergeFields(SegmentMerger.java:228)
at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:106)
at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4463)
at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4057)
at
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
at
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)
Build Log:
[...truncated 1683 lines...]
[junit4] Suite: org.apache.lucene.index.TestTransactions
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestTransactions
-Dtests.method=testTransactions -Dtests.seed=5B05A046484C851D
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-TZ
-Dtests.timezone=Africa/Ndjamena -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 2.07s J1 | TestTransactions.testTransactions <<<
[junit4] > Throwable #1: java.lang.RuntimeException:
MockDirectoryWrapper: cannot close: there are still 1 open files:
{_e_Lucene85FieldsIndexfile_pointers_1j.tmp=1}
[junit4] > at
__randomizedtesting.SeedInfo.seed([5B05A046484C851D:98971C8E1CD86C19]:0)
[junit4] > at
org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:838)
[junit4] > at
org.apache.lucene.index.TestTransactions.testTransactions(TestTransactions.java:269)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] > at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] > at
java.base/java.lang.reflect.Method.invoke(Method.java:567)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:835)
[junit4] > Caused by: java.lang.RuntimeException: unclosed IndexOutput:
_e_Lucene85FieldsIndexfile_pointers_1j.tmp
[junit4] > at
org.apache.lucene.store.MockDirectoryWrapper.addFileHandle(MockDirectoryWrapper.java:730)
[junit4] > at
org.apache.lucene.store.MockDirectoryWrapper.createTempOutput(MockDirectoryWrapper.java:711)
[junit4] > at
org.apache.lucene.store.FilterDirectory.createTempOutput(FilterDirectory.java:79)
[junit4] > at
org.apache.lucene.store.FilterDirectory.createTempOutput(FilterDirectory.java:79)
[junit4] > at
org.apache.lucene.store.TrackingDirectoryWrapper.createTempOutput(TrackingDirectoryWrapper.java:51)
[junit4] > at
org.apache.lucene.codecs.compressing.FieldsIndexWriter.<init>(FieldsIndexWriter.java:87)
[junit4] > at
org.apache.lucene.codecs.compressing.CompressingStoredFieldsWriter.<init>(CompressingStoredFieldsWriter.java:117)
[junit4] > at
org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsWriter(CompressingStoredFieldsFormat.java:130)
[junit4] > at
org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.fieldsWriter(Lucene50StoredFieldsFormat.java:145)
[junit4] > at
org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat.fieldsWriter(AssertingStoredFieldsFormat.java:48)
[junit4] > at
org.apache.lucene.index.SegmentMerger.mergeFields(SegmentMerger.java:228)
[junit4] > at
org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:106)
[junit4] > at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4463)
[junit4] > at
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4057)
[junit4] > at
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
[junit4] > at
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene84):
{contents=PostingsFormat(name=LuceneVarGapFixedInterval), id=FST50},
docValues:{}, maxPointsInLeafNode=689, maxMBSortInHeap=6.705916057781952,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5cf885f0),
locale=en-TZ, timezone=Africa/Ndjamena
[junit4] 2> NOTE: Linux 5.3.0-26-generic amd64/AdoptOpenJDK 12.0.2
(64-bit)/cpus=16,threads=1,free=436409360,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [TestSimpleSearchEquivalence,
TestMaxScoreSumPropagator, TestSameTokenSamePosition,
TestIndexWriterOnDiskFull, TestIndexWriterConfig, TestMultiLevelSkipList,
TestCachingTokenFilter, TestShardSearching, TestIndexWriterUnicode,
TestForDeltaUtil, TestMultiTermQueryRewrites, TestDemo,
TestSizeBoundedForceMerge, TestFstDirectAddressing, TestSloppyMath,
TestComplexExplanations, TestFieldInfos, TestTransactionRollback,
TestDocValuesQueries, TestTermRangeQuery, TestFieldCacheRewriteMethod,
TestPendingSoftDeletes, TestRateLimiter, Test2BPoints,
TestIndexWriterFromReader, TestAllFilesHaveCodecHeader, TestIndexSearcher,
TestOmitNorms, TestTimSorter, TestTerm, TestIndependenceSaturated,
TestSpanNotQuery, TestTerms, TestStressDeletes, TestIntroSorter,
TestDirectoryReader, TestLucene50LiveDocsFormat, TestPackedInts,
TestForceMergeForever, TestPerFieldPostingsFormat2, FiniteStringsIteratorTest,
TestPagedBytes, TestMathUtil, TestLongDistanceFeatureQuery,
TestGraphTokenFilter, TestLine2D, TestNot, TestWordlistLoader,
TestStandardAnalyzer, TestCodecUtil, TestCompetitiveFreqNormAccumulator,
TestFastCompressionMode, TestFastDecompressionMode, TestHighCompressionMode,
TestLucene50StoredFieldsFormat, TestLucene50StoredFieldsFormatMergeInstance,
TestLucene60FieldInfoFormat, TestLucene60PointsFormat, TestFeatureDoubleValues,
TestFeatureField, TestFeatureSort, TestField, TestFieldType, TestFloatRange,
TestIntRange, TestLatLonPoint, TestLongRange, TestXYLineShapeQueries,
TestXYMultiPointShapeQueries, TestXYMultiPolygonShapeQueries,
TestGeoEncodingUtils, Test2BSortedDocValuesOrds, Test4GBStoredFields,
TestAllFilesCheckIndexHeader, TestAtomicUpdate, TestBagOfPostings,
TestBinaryTerms, TestByteSlices, TestCodecHoldsOpenFiles,
TestConcurrentMergeScheduler, TestDocCount, TestDocInverterPerFieldErrorInfo,
TestDocumentWriter, TestDuelingCodecs, TestIndexInput,
TestIndexWriterDeleteByQuery, TestIndexWriterExceptions,
TestIndexingSequenceNumbers, TestIntBlockPool, TestLongPostings,
TestMultiTermsEnum, TestNRTThreads, TestNorms, TestOmitTf, TestOrdinalMap,
TestParallelLeafReader, TestPointValues, TestReadOnlyIndex, TestReaderPool,
TestRollback, TestSegmentMerger, TestSoftDeletesDirectoryReaderWrapper,
TestSortedSetDocValues, TestStressIndexing2, TestSumDocFreq, TestTransactions]
[junit4] Completed [388/554 (1!)] on J1 in 2.28s, 1 test, 1 error <<<
FAILURES!
[...truncated 62611 lines...]
[repro] Jenkins log URL:
https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/2035/consoleText
[repro] Revision: e0d35f964169a0d1efb686f2e2586c896194c02c
[repro] Ant options: "-Dargs=-XX:+UseCompressedOops
-XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC"
[repro] Repro line: ant test -Dtestcase=TestTransactions
-Dtests.method=testTransactions -Dtests.seed=5B05A046484C851D
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-TZ
-Dtests.timezone=Africa/Ndjamena -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[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] TestTransactions
[repro] ant compile-test
[...truncated 151 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5
-Dtests.class="*.TestTransactions" -Dtests.showOutput=onerror
"-Dargs=-XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions
-XX:+UseShenandoahGC" -Dtests.seed=5B05A046484C851D -Dtests.multiplier=3
-Dtests.slow=true -Dtests.locale=en-TZ -Dtests.timezone=Africa/Ndjamena
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
[...truncated 81 lines...]
[repro] Failures w/original seeds:
[repro] 0/5 failed: org.apache.lucene.index.TestTransactions
[repro] Exiting with code 0
[...truncated 45 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]