You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2018/05/27 14:00:41 UTC

[JENKINS] Lucene-Solr-7.x-Linux (64bit/jdk1.8.0_172) - Build # 1992 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1992/
Java: 64bit/jdk1.8.0_172 -XX:-UseCompressedOops -XX:+UseParallelGC

4 tests failed.
FAILED:  org.apache.lucene.index.TestIndexWriter.testFullyDeletedSegmentsReleaseFiles

Error Message:
[_0.cfe, _0.si, _0.cfs] vs [_0.cfe, _0.si, _0.cfs, extra0] expected:<3> but was:<4>

Stack Trace:
java.lang.AssertionError: [_0.cfe, _0.si, _0.cfs] vs [_0.cfe, _0.si, _0.cfs, extra0] expected:<3> but was:<4>
	at __randomizedtesting.SeedInfo.seed([4B61719D05BF1903:119AD344B9B4F646]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.lucene.index.TestIndexWriter.assertFiles(TestIndexWriter.java:3352)
	at org.apache.lucene.index.TestIndexWriter.testFullyDeletedSegmentsReleaseFiles(TestIndexWriter.java:3373)
	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:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.lucene.index.TestIndexWriter.testFullyDeletedSegmentsReleaseFiles

Error Message:
[_0.cfe, _0.si, _0.cfs] vs [_0.cfe, _0.si, _0.cfs, extra0] expected:<3> but was:<4>

Stack Trace:
java.lang.AssertionError: [_0.cfe, _0.si, _0.cfs] vs [_0.cfe, _0.si, _0.cfs, extra0] expected:<3> but was:<4>
	at __randomizedtesting.SeedInfo.seed([4B61719D05BF1903:119AD344B9B4F646]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.lucene.index.TestIndexWriter.assertFiles(TestIndexWriter.java:3352)
	at org.apache.lucene.index.TestIndexWriter.testFullyDeletedSegmentsReleaseFiles(TestIndexWriter.java:3373)
	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:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.lucene.index.TestIndexWriter.testFullyDeletedSegmentsReleaseFiles

Error Message:
[_0.cfe, _0.si, _0.cfs] vs [_0.cfe, _0.si, _0.cfs, extra0] expected:<3> but was:<4>

Stack Trace:
java.lang.AssertionError: [_0.cfe, _0.si, _0.cfs] vs [_0.cfe, _0.si, _0.cfs, extra0] expected:<3> but was:<4>
	at __randomizedtesting.SeedInfo.seed([4B61719D05BF1903:119AD344B9B4F646]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.lucene.index.TestIndexWriter.assertFiles(TestIndexWriter.java:3352)
	at org.apache.lucene.index.TestIndexWriter.testFullyDeletedSegmentsReleaseFiles(TestIndexWriter.java:3373)
	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:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.lucene.index.TestIndexWriter.testFullyDeletedSegmentsReleaseFiles

Error Message:
[_0.cfe, _0.si, _0.cfs] vs [_0.cfe, _0.si, _0.cfs, extra0] expected:<3> but was:<4>

Stack Trace:
java.lang.AssertionError: [_0.cfe, _0.si, _0.cfs] vs [_0.cfe, _0.si, _0.cfs, extra0] expected:<3> but was:<4>
	at __randomizedtesting.SeedInfo.seed([4B61719D05BF1903:119AD344B9B4F646]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.lucene.index.TestIndexWriter.assertFiles(TestIndexWriter.java:3352)
	at org.apache.lucene.index.TestIndexWriter.testFullyDeletedSegmentsReleaseFiles(TestIndexWriter.java:3373)
	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:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 1462 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexWriter
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriter -Dtests.method=testFullyDeletedSegmentsReleaseFiles -Dtests.seed=4B61719D05BF1903 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-ZA -Dtests.timezone=America/Denver -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.03s J0 | TestIndexWriter.testFullyDeletedSegmentsReleaseFiles <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: [_0.cfe, _0.si, _0.cfs] vs [_0.cfe, _0.si, _0.cfs, extra0] expected:<3> but was:<4>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4B61719D05BF1903:119AD344B9B4F646]:0)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriter.assertFiles(TestIndexWriter.java:3352)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriter.testFullyDeletedSegmentsReleaseFiles(TestIndexWriter.java:3373)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/test/J0/temp/lucene.index.TestIndexWriter_4B61719D05BF1903-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), a=FST50, c=PostingsFormat(name=LuceneVarGapDocFreqInterval), string=PostingsFormat(name=LuceneVarGapDocFreqInterval), foo=Lucene50(blocksize=128), body=Lucene50(blocksize=128), version=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), content=FST50, str=FST50, tvtest=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), field=Lucene50(blocksize=128), content4=FST50, str3=Lucene50(blocksize=128), content1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), str2=FST50, binary=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=PostingsFormat(name=LuceneVarGapDocFreqInterval), myfield=Lucene50(blocksize=128)}, docValues:{binarydv=DocValuesFormat(name=Lucene70), dv=DocValuesFormat(name=Lucene70), sortedsetdv=DocValuesFormat(name=Lucene70), field=DocValuesFormat(name=Lucene70), sortednumericdv=DocValuesFormat(name=Lucene70), numericdv=DocValuesFormat(name=Lucene70), soft_delete=DocValuesFormat(name=Direct), sorteddv=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1760, maxMBSortInHeap=7.640354117463529, sim=RandomSimilarity(queryNorm=true): {=DFR I(n)B2, c=DFI(Standardized), string=DFR I(n)LZ(0.3), body=DFR G1, content=DFR I(n)LZ(0.3), str=DFR I(ne)BZ(0.3), tvtest=DFR GZ(0.3), field=IB LL-LZ(0.3), content4=DFR I(n)BZ(0.3), content1=IB LL-DZ(0.3), str2=DFR I(n)3(800.0), binary=DFR I(ne)B2, id=DFR I(F)2, myfield=DFR I(ne)B3(800.0)}, locale=en-ZA, timezone=America/Denver
   [junit4]   2> NOTE: Linux 4.13.0-41-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=8,threads=1,free=173078960,total=362283008
   [junit4]   2> NOTE: All tests run in this JVM: [TestIndexWriterNRTIsCurrent, TestFieldValueQuery, TestMutableValues, TestTermsEnum, TestTopFieldCollector, TestReadOnlyIndex, Test2BBinaryDocValues, TestBytesRef, FuzzyTermOnShortTermsTest, TestSort, TestIntroSorter, TestRegexpRandom, TestSimpleSearchEquivalence, TestLucene50StoredFieldsFormatHighCompression, TestNoDeletionPolicy, TestFlushByRamOrCountsPolicy, TestSpanMultiTermQueryWrapper, TestFuzzyQuery, TestMatchNoDocsQuery, TestBinaryTerms, TestSimpleExplanationsWithFillerDocs, TestIOUtils, TestPerFieldPostingsFormat, LimitedFiniteStringsIteratorTest, TestUniqueTermCount, TestIndexWriterOnVMError, TestDelegatingAnalyzerWrapper, TestIntBlockPool, TestSloppyPhraseQuery, TestAxiomaticSimilarity, TestQueryRescorer, TestMatchAllDocsQuery, TestSimilarityProvider, TestTermVectorsWriter, TestTimSorter, TestDocValuesFieldUpdates, TestLRUQueryCache, TestTerm, Test2BPoints, TestNotDocIdSet, TestMultiCollector, TestIsCurrent, TestDateTools, TestFeatureField, TestSmallFloat, TestDocsAndPositions, TestIndexWriterConfig, TestMultiThreadTermVectors, TestSimpleFSLockFactory, TestCodecs, TestNeedsScores, TestIndexWriterWithThreads, TestIndexSorting, TestUnicodeUtil, TestBooleanScorer, TestSpanCollection, TestNamedSPILoader, TestForceMergeForever, TestSortedSetSelector, TestIntsRef, TestIndexWriterOnJRECrash, TestOmitNorms, TestDocValuesIndexing, TestGeoUtils, TestStandardAnalyzer, TestFrequencyTrackingRingBuffer, TestDeletionPolicy, TestIndexWriterExceptions, TestDocValuesQueries, TestFieldReuse, TestMultiPhraseQuery, TestNumericDocValuesUpdates, TestIndexableField, TestIndexWriter]
   [junit4] Completed [376/475 (1!)] on J0 in 9.15s, 83 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 64131 lines...]
[asciidoctor:convert] asciidoctor: ERROR: about-this-guide.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)
[asciidoctor:convert] asciidoctor: ERROR: solr-glossary.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)
     [java] Processed 2200 links (1755 relative) to 2952 anchors in 228 files
     [echo] Validated Links & Anchors via: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-ref-guide/bare-bones-html/

-documentation-lint:
    [jtidy] Checking for broken html (such as invalid tags)...
   [delete] Deleting directory /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/jtidy_tmp
     [echo] Checking for broken links...
     [exec] 
     [exec] Crawl/parse...
     [exec] 
     [exec] Verify...
     [echo] Checking for malformed docs...

jar-checksums:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

common.resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/null1682967948
     [copy] Copying 39 files to /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/null1682967948
   [delete] Deleting directory /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/null1682967948

resolve-example:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

resolve-server:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/null587064794
     [copy] Copying 246 files to /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/null587064794
   [delete] Deleting directory /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/null587064794

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 57ms :: artifacts dl 0ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 72 minutes 23 seconds
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[Lucene-Solr-7.x-Linux] $ /bin/sh -xe /tmp/jenkins509081359012561239.sh
+ mv lucene/build lucene/build.orig
+ mv solr/build solr/build.orig
+ export ANT_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
+ export PATH=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/bin:/home/jenkins/tools/java/64bit/jdk1.8.0_172/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
+ python3 -u dev-tools/scripts/reproduceJenkinsFailures.py --no-git https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1992/consoleText
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1992/consoleText

[repro] Revision: 3c6fb974aefc50f411cba90b2b267804fbb6e1cb

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC"
[repro] Repro line:  ant test  -Dtestcase=TestIndexWriter -Dtests.method=testFullyDeletedSegmentsReleaseFiles -Dtests.seed=4B61719D05BF1903 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-ZA -Dtests.timezone=America/Denver -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] ant clean
Buildfile: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/build.xml

clean:

clean:

clean:

BUILD SUCCESSFUL
Total time: 0 seconds
[repro] Test suites by module:
[repro]    lucene/core
[repro]       TestIndexWriter
[repro] ant compile-test
Buildfile: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/core/build.xml

-check-git-state:

-git-cleanroot:

-copy-git-state:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build
     [copy] Copying 1 file to /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build

git-autoclean:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java
    [javac] Compiling 842 source files to /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/util/graph/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/document/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/util/bkd/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/compressing/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene60/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/util/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/index/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/util/fst/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/analysis/tokenattributes/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/search/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene62/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/util/packed/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/util/mutable/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene70/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/perfield/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/analysis/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/analysis/standard/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/store/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/blocktree/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/search/spans/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/search/similarities/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/util/automaton/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene50/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/geo/package-info.class
     [copy] Copying 3 files to /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java

compile-test-framework:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

init:

compile-lucene-core:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:

compile-codecs:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/codecs/classes/java
    [javac] Compiling 67 source files to /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/codecs/classes/java
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/bloom/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/memory/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/simpletext/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/blockterms/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/blocktreeords/package-info.class
     [copy] Copying 3 files to /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/codecs/classes/java

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

common.compile-core:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/test-framework/classes/java
    [javac] Compiling 191 source files to /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/test-framework/classes/java
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/asserting/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/ramonly/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/mockfile/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/cheapbastard/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/mockrandom/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/cranky/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/compressing/dummy/package-info.class
     [copy] Copying 4 files to /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/test-framework/classes/java

compile-core:

compile-test:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/test
    [javac] Compiling 482 source files to /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/test
    [javac] /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/core/src/test/org/apache/lucene/index/TestIndexWriter.java:2685: warning: [try] auto-closeable resource closeable is never referenced in body of corresponding try statement
    [javac]          Closeable closeable = () -> IOUtils.close(toClose)) {
    [javac]                    ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 1 warning
     [copy] Copying 3 files to /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/test

BUILD SUCCESSFUL
Total time: 10 seconds
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestIndexWriter" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=4B61719D05BF1903 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-ZA -Dtests.timezone=America/Denver -Dtests.asserts=true -Dtests.file.encoding=UTF-8
Buildfile: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/core/build.xml

-clover.disable:

ivy-configure:
[ivy:configure] :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

install-junit4-taskdef:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

resolve-groovy:
[ivy:cachepath] :: resolving dependencies :: org.codehaus.groovy#groovy-all-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.codehaus.groovy#groovy-all;2.4.15 in public
[ivy:cachepath] :: resolution report :: resolve 10ms :: artifacts dl 0ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   1   |   0   |   0   |   0   ||   1   |   0   |
	---------------------------------------------------------------------

-init-totals:

-test:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/test
[junit4:pickseed] Seed property 'tests.seed' already defined: 4B61719D05BF1903
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/test/temp
   [junit4] <JUnit4> says jolly good day! Master seed: 4B61719D05BF1903
   [junit4] Executing 5 suites with 3 JVMs.
   [junit4] 
   [junit4] Started J2 PID(14633@localhost).
   [junit4] Started J0 PID(14631@localhost).
   [junit4] Started J1 PID(14632@localhost).
   [junit4] Suite: org.apache.lucene.index.TestIndexWriter
   [junit4] OK      0.47s J0 | TestIndexWriter.testHasUncommittedChanges
   [junit4] OK      0.11s J0 | TestIndexWriter.testWithPendingDeletions
   [junit4] OK      1.37s J0 | TestIndexWriter.testCheckPendingFlushPostUpdate
   [junit4] OK      0.00s J0 | TestIndexWriter.testNRTAfterSetUserDataWithCommit
   [junit4] OK      0.07s J0 | TestIndexWriter.testLeftoverTempFiles
   [junit4] OK      0.00s J0 | TestIndexWriter.testCorruptFirstCommit
   [junit4] OK      0.01s J0 | TestIndexWriter.testNRTAfterCommit
   [junit4] OK      0.07s J0 | TestIndexWriter.testEnablingNorms
   [junit4] OK      0.05s J0 | TestIndexWriter.testDeleteUnusedFiles2
   [junit4] OK      0.02s J0 | TestIndexWriter.testCloseDuringCommit
   [junit4] OK      0.01s J0 | TestIndexWriter.testOnlyUpdateDocuments
   [junit4] OK      0.40s J0 | TestIndexWriter.testIds
   [junit4] OK      0.02s J0 | TestIndexWriter.testNullAnalyzer
   [junit4] OK      0.01s J0 | TestIndexWriter.testNeverCheckOutOnFullFlush
   [junit4] OK      0.00s J0 | TestIndexWriter.testIterableThrowsException2
   [junit4] OK      0.56s J0 | TestIndexWriter.testHighFreqTerm
   [junit4] OK      0.42s J0 | TestIndexWriter.testIterableThrowsException
   [junit4] OK      0.03s J0 | TestIndexWriter.testWhetherDeleteAllDeletesWriteLock
   [junit4] OK      0.03s J0 | TestIndexWriter.testEmptyFieldNameWithEmptyTerm
   [junit4] OK      0.03s J0 | TestIndexWriter.testDeleteHappensBeforeWhileFlush
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriter -Dtests.method=testFullyDeletedSegmentsReleaseFiles -Dtests.seed=4B61719D05BF1903 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=en-ZA -Dtests.timezone=America/Denver -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.07s J0 | TestIndexWriter.testFullyDeletedSegmentsReleaseFiles <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: [_0.cfe, _0.si, _0.cfs] vs [_0.cfe, _0.si, _0.cfs, extra0] expected:<3> but was:<4>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4B61719D05BF1903:119AD344B9B4F646]:0)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriter.assertFiles(TestIndexWriter.java:3352)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriter.testFullyDeletedSegmentsReleaseFiles(TestIndexWriter.java:3373)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4] OK      0.48s J0 | TestIndexWriter.testMergeAllDeleted
   [junit4] OK      0.03s J0 | TestIndexWriter.testCreateWithReader
   [junit4] OK      0.06s J0 | TestIndexWriter.testCloseThenRollback
   [junit4] OK      0.43s J0 | TestIndexWriter.testVariableSchema
   [junit4] OK      0.38s J0 | TestIndexWriter.testPendingDeleteDVGeneration
   [junit4] OK      0.00s J0 | TestIndexWriter.testPrepareCommitThenRollback2
   [junit4] OK      0.01s J0 | TestIndexWriter.testNullDocuments
   [junit4] OK      0.14s J0 | TestIndexWriter.testDeleteUnusedFiles
   [junit4] OK      0.04s J0 | TestIndexWriter.testSoftUpdateDocuments
   [junit4] OK      0.01s J0 | TestIndexWriter.testNRTSegmentsFile
   [junit4] OK      0.00s J0 | TestIndexWriter.testPrepareCommitThenClose
   [junit4] OK      0.00s J0 | TestIndexWriter.testCommitWithUserDataOnly
   [junit4] OK      0.02s J0 | TestIndexWriter.testNullDocument
   [junit4] OK      0.20s J0 | TestIndexWriter.testIterableFieldThrowsException
   [junit4] OK      0.02s J0 | TestIndexWriter.testOtherFiles
   [junit4] OK      0.01s J0 | TestIndexWriter.testGetCommitData
   [junit4] OK      0.04s J0 | TestIndexWriter.testDontInvokeAnalyzerForUnAnalyzedFields
   [junit4] OK      0.02s J0 | TestIndexWriter.testChangeIndexOptions
   [junit4] OK      0.09s J0 | TestIndexWriter.testHoldLockOnLargestWriter
   [junit4] OK      0.01s J0 | TestIndexWriter.testBadSegment
   [junit4] OK      0.01s J0 | TestIndexWriter.testEmptyNorm
   [junit4] OK      0.02s J0 | TestIndexWriter.testNRTReaderVersion
   [junit4] OK      0.03s J0 | TestIndexWriter.testStopwordsPosIncHole2
   [junit4] OK      0.08s J0 | TestIndexWriter.testSoftUpdatesConcurrentlyMixedDeletes
   [junit4] OK      0.02s J0 | TestIndexWriter.testDeleteSameTermAcrossFields
   [junit4] OK      0.27s J0 | TestIndexWriter.testManySeparateThreads
   [junit4] OK      0.02s J0 | TestIndexWriter.testMaxThreadPriority
   [junit4] OK      0.00s J0 | TestIndexWriter.testCommitImmediatelyAfterNRTReopen
   [junit4] OK      0.00s J0 | TestIndexWriter.testPrepareCommitThenRollback
   [junit4] OK      0.00s J0 | TestIndexWriter.testNegativePositions
   [junit4] OK      0.01s J0 | TestIndexWriter.testEmptyFieldName
   [junit4] OK      0.00s J0 | TestIndexWriter.testNRTAfterSetUserDataWithoutCommit
   [junit4] OK      0.00s J0 | TestIndexWriter.testIndexNoDocuments
   [junit4] OK      0.06s J0 | TestIndexWriter.testSoftUpdatesConcurrently
   [junit4] OK      0.02s J0 | TestIndexWriter.testCloseWhileMergeIsRunning
   [junit4] OK      0.02s J0 | TestIndexWriter.testDocCount
   [junit4] OK      0.00s J0 | TestIndexWriter.testDoBeforeAfterFlush
   [junit4] OK      0.04s J0 | TestIndexWriter.testChangingRAMBuffer
   [junit4] OK      0.00s J0 | TestIndexWriter.testRollbackThenClose
   [junit4] OK      0.00s J0 | TestIndexWriter.testEmptyDirRollback
   [junit4] OK      0.45s J0 | TestIndexWriter.testNoUnwantedTVFiles
   [junit4] OK      0.05s J0 | TestIndexWriter.testSmallRAMBuffer
   [junit4] OK      0.00s J0 | TestIndexWriter.testHasUncommittedChangesAfterException
   [junit4] OK      0.00s J0 | TestIndexWriter.testNoDocsIndex
   [junit4] OK      4.14s J0 | TestIndexWriter.testThreadInterruptDeadlock
   [junit4] OK      0.01s J0 | TestIndexWriter.testChangesAfterClose
   [junit4] OK      0.03s J0 | TestIndexWriter.testDeadlock
   [junit4] OK      0.01s J0 | TestIndexWriter.testIndexStoreCombos
   [junit4] OK      0.01s J0 | TestIndexWriter.testStopwordsPosIncHole
   [junit4] OK      0.02s J0 | TestIndexWriter.testUnlimitedMaxFieldLength
   [junit4] OK      0.01s J0 | TestIndexWriter.testDeleteAllNRTLeftoverFiles
   [junit4] OK      0.01s J0 | TestIndexWriter.testPendingDeletesAlreadyWrittenFiles
   [junit4] OK      0.10s J0 | TestIndexWriter.testFlushWithNoMerging
   [junit4] OK      0.01s J0 | TestIndexWriter.testPositionIncrementGapEmptyField
   [junit4] OK      0.00s J0 | TestIndexWriter.testRecordsIndexCreatedVersion
   [junit4] OK      0.01s J0 | TestIndexWriter.testEmptyDocAfterFlushingRealDoc
   [junit4] OK      0.01s J0 | TestIndexWriter.testEmptyFSDirWithNoLock
   [junit4] OK      0.01s J0 | TestIndexWriter.testDoubleClose
   [junit4] OK      0.02s J0 | TestIndexWriter.testFlushLargestWriter
   [junit4] OK      0.01s J0 | TestIndexWriter.testWickedLongTerm
   [junit4] OK      0.00s J0 | TestIndexWriter.testEmptyFieldNameTerms
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/test/J0/temp/lucene.index.TestIndexWriter_4B61719D05BF1903-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), a=FST50, c=PostingsFormat(name=LuceneVarGapDocFreqInterval), string=PostingsFormat(name=LuceneVarGapDocFreqInterval), foo=Lucene50(blocksize=128), body=Lucene50(blocksize=128), version=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), content=FST50, str=FST50, tvtest=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), field=Lucene50(blocksize=128), content4=FST50, str3=Lucene50(blocksize=128), content1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), str2=FST50, binary=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=PostingsFormat(name=LuceneVarGapDocFreqInterval), myfield=Lucene50(blocksize=128)}, docValues:{binarydv=DocValuesFormat(name=Lucene70), dv=DocValuesFormat(name=Lucene70), sortedsetdv=DocValuesFormat(name=Lucene70), field=DocValuesFormat(name=Lucene70), sortednumericdv=DocValuesFormat(name=Lucene70), numericdv=DocValuesFormat(name=Lucene70), soft_delete=DocValuesFormat(name=Direct), sorteddv=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1760, maxMBSortInHeap=7.640354117463529, sim=RandomSimilarity(queryNorm=true): {=DFR I(n)B2, c=DFI(Standardized), string=DFR I(n)LZ(0.3), body=DFR G1, content=DFR I(n)LZ(0.3), str=DFR I(ne)BZ(0.3), tvtest=DFR GZ(0.3), field=IB LL-LZ(0.3), content4=DFR I(n)BZ(0.3), content1=IB LL-DZ(0.3), str2=DFR I(n)3(800.0), binary=DFR I(ne)B2, id=DFR I(F)2, myfield=DFR I(ne)B3(800.0)}, locale=en-ZA, timezone=America/Denver
   [junit4]   2> NOTE: Linux 4.13.0-41-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=8,threads=1,free=375914024,total=523763712
   [junit4]   2> NOTE: All tests run in this JVM: [TestIndexWriter]
   [junit4] Completed [1/5 (1!)] on J0 in 11.65s, 83 tests, 1 failure, 1 skipped <<< FAILURES!
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriter
   [junit4] OK      0.39s J1 | TestIndexWriter.testHasUncommittedChanges
   [junit4] OK      0.11s J1 | TestIndexWriter.testWithPendingDeletions
   [junit4] OK      1.58s J1 | TestIndexWriter.testCheckPendingFlushPostUpdate
   [junit4] OK      0.00s J1 | TestIndexWriter.testNRTAfterSetUserDataWithCommit
   [junit4] OK      0.00s J1 | TestIndexWriter.testLeftoverTempFiles
   [junit4] OK      0.00s J1 | TestIndexWriter.testCorruptFirstCommit
   [junit4] OK      0.01s J1 | TestIndexWriter.testNRTAfterCommit
   [junit4] OK      0.11s J1 | TestIndexWriter.testEnablingNorms
   [junit4] OK      0.05s J1 | TestIndexWriter.testDeleteUnusedFiles2
   [junit4] OK      0.04s J1 | TestIndexWriter.testCloseDuringCommit
   [junit4] OK      0.02s J1 | TestIndexWriter.testOnlyUpdateDocuments
   [junit4] OK      0.33s J1 | TestIndexWriter.testIds
   [junit4] OK      0.03s J1 | TestIndexWriter.testNullAnalyzer
   [junit4] OK      0.03s J1 | TestIndexWriter.testNeverCheckOutOnFullFlush
   [junit4] OK      0.01s J1 | TestIndexWriter.testIterableThrowsException2
   [junit4] OK      0.50s J1 | TestIndexWriter.testHighFreqTerm
   [junit4] OK      0.35s J1 | TestIndexWriter.testIterableThrowsException
   [junit4] OK      0.04s J1 | TestIndexWriter.testWhetherDeleteAllDeletesWriteLock
   [junit4] OK      0.03s J1 | TestIndexWriter.testEmptyFieldNameWithEmptyTerm
   [junit4] OK      0.04s J1 | TestIndexWriter.testDeleteHappensBeforeWhileFlush
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriter -Dtests.method=testFullyDeletedSegmentsReleaseFiles -Dtests.seed=4B61719D05BF1903 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=en-ZA -Dtests.timezone=America/Denver -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.12s J1 | TestIndexWriter.testFullyDeletedSegmentsReleaseFiles <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: [_0.cfe, _0.si, _0.cfs] vs [_0.cfe, _0.si, _0.cfs, extra0] expected:<3> but was:<4>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4B61719D05BF1903:119AD344B9B4F646]:0)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriter.assertFiles(TestIndexWriter.java:3352)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriter.testFullyDeletedSegmentsReleaseFiles(TestIndexWriter.java:3373)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4] OK      0.48s J1 | TestIndexWriter.testMergeAllDeleted
   [junit4] OK      0.04s J1 | TestIndexWriter.testCreateWithReader
   [junit4] OK      0.04s J1 | TestIndexWriter.testCloseThenRollback
   [junit4] OK      0.41s J1 | TestIndexWriter.testVariableSchema
   [junit4] OK      0.41s J1 | TestIndexWriter.testPendingDeleteDVGeneration
   [junit4] OK      0.00s J1 | TestIndexWriter.testPrepareCommitThenRollback2
   [junit4] OK      0.03s J1 | TestIndexWriter.testNullDocuments
   [junit4] OK      0.14s J1 | TestIndexWriter.testDeleteUnusedFiles
   [junit4] OK      0.03s J1 | TestIndexWriter.testSoftUpdateDocuments
   [junit4] OK      0.01s J1 | TestIndexWriter.testNRTSegmentsFile
   [junit4] OK      0.00s J1 | TestIndexWriter.testPrepareCommitThenClose
   [junit4] OK      0.02s J1 | TestIndexWriter.testCommitWithUserDataOnly
   [junit4] OK      0.04s J1 | TestIndexWriter.testNullDocument
   [junit4] OK      0.20s J1 | TestIndexWriter.testIterableFieldThrowsException
   [junit4] OK      0.02s J1 | TestIndexWriter.testOtherFiles
   [junit4] OK      0.01s J1 | TestIndexWriter.testGetCommitData
   [junit4] OK      0.02s J1 | TestIndexWriter.testDontInvokeAnalyzerForUnAnalyzedFields
   [junit4] OK      0.01s J1 | TestIndexWriter.testChangeIndexOptions
   [junit4] OK      0.08s J1 | TestIndexWriter.testHoldLockOnLargestWriter
   [junit4] OK      0.01s J1 | TestIndexWriter.testBadSegment
   [junit4] OK      0.02s J1 | TestIndexWriter.testEmptyNorm
   [junit4] OK      0.02s J1 | TestIndexWriter.testNRTReaderVersion
   [junit4] OK      0.03s J1 | TestIndexWriter.testStopwordsPosIncHole2
   [junit4] OK      0.08s J1 | TestIndexWriter.testSoftUpdatesConcurrentlyMixedDeletes
   [junit4] OK      0.01s J1 | TestIndexWriter.testDeleteSameTermAcrossFields
   [junit4] OK      0.14s J1 | TestIndexWriter.testManySeparateThreads
   [junit4] OK      0.04s J1 | TestIndexWriter.testMaxThreadPriority
   [junit4] OK      0.01s J1 | TestIndexWriter.testCommitImmediatelyAfterNRTReopen
   [junit4] OK      0.00s J1 | TestIndexWriter.testPrepareCommitThenRollback
   [junit4] OK      0.01s J1 | TestIndexWriter.testNegativePositions
   [junit4] OK      0.02s J1 | TestIndexWriter.testEmptyFieldName
   [junit4] OK      0.00s J1 | TestIndexWriter.testNRTAfterSetUserDataWithoutCommit
   [junit4] OK      0.00s J1 | TestIndexWriter.testIndexNoDocuments
   [junit4] OK      0.10s J1 | TestIndexWriter.testSoftUpdatesConcurrently
   [junit4] OK      0.04s J1 | TestIndexWriter.testCloseWhileMergeIsRunning
   [junit4] OK      0.04s J1 | TestIndexWriter.testDocCount
   [junit4] OK      0.01s J1 | TestIndexWriter.testDoBeforeAfterFlush
   [junit4] OK      0.06s J1 | TestIndexWriter.testChangingRAMBuffer
   [junit4] OK      0.00s J1 | TestIndexWriter.testRollbackThenClose
   [junit4] OK      0.00s J1 | TestIndexWriter.testEmptyDirRollback
   [junit4] OK      0.53s J1 | TestIndexWriter.testNoUnwantedTVFiles
   [junit4] OK      0.02s J1 | TestIndexWriter.testSmallRAMBuffer
   [junit4] OK      0.01s J1 | TestIndexWriter.testHasUncommittedChangesAfterException
   [junit4] OK      0.00s J1 | TestIndexWriter.testNoDocsIndex
   [junit4] OK      4.10s J1 | TestIndexWriter.testThreadInterruptDeadlock
   [junit4] OK      0.00s J1 | TestIndexWriter.testChangesAfterClose
   [junit4] OK      0.04s J1 | TestIndexWriter.testDeadlock
   [junit4] OK      0.03s J1 | TestIndexWriter.testIndexStoreCombos
   [junit4] OK      0.01s J1 | TestIndexWriter.testStopwordsPosIncHole
   [junit4] OK      0.03s J1 | TestIndexWriter.testUnlimitedMaxFieldLength
   [junit4] OK      0.02s J1 | TestIndexWriter.testDeleteAllNRTLeftoverFiles
   [junit4] OK      0.01s J1 | TestIndexWriter.testPendingDeletesAlreadyWrittenFiles
   [junit4] OK      0.06s J1 | TestIndexWriter.testFlushWithNoMerging
   [junit4] OK      0.01s J1 | TestIndexWriter.testPositionIncrementGapEmptyField
   [junit4] OK      0.00s J1 | TestIndexWriter.testRecordsIndexCreatedVersion
   [junit4] OK      0.00s J1 | TestIndexWriter.testEmptyDocAfterFlushingRealDoc
   [junit4] OK      0.00s J1 | TestIndexWriter.testEmptyFSDirWithNoLock
   [junit4] OK      0.00s J1 | TestIndexWriter.testDoubleClose
   [junit4] OK      0.02s J1 | TestIndexWriter.testFlushLargestWriter
   [junit4] OK      0.01s J1 | TestIndexWriter.testWickedLongTerm
   [junit4] OK      0.00s J1 | TestIndexWriter.testEmptyFieldNameTerms
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/test/J1/temp/lucene.index.TestIndexWriter_4B61719D05BF1903-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), a=FST50, c=PostingsFormat(name=LuceneVarGapDocFreqInterval), string=PostingsFormat(name=LuceneVarGapDocFreqInterval), foo=Lucene50(blocksize=128), body=Lucene50(blocksize=128), version=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), content=FST50, str=FST50, tvtest=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), field=Lucene50(blocksize=128), content4=FST50, str3=Lucene50(blocksize=128), content1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), str2=FST50, binary=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=PostingsFormat(name=LuceneVarGapDocFreqInterval), myfield=Lucene50(blocksize=128)}, docValues:{binarydv=DocValuesFormat(name=Lucene70), dv=DocValuesFormat(name=Lucene70), sortedsetdv=DocValuesFormat(name=Lucene70), field=DocValuesFormat(name=Lucene70), sortednumericdv=DocValuesFormat(name=Lucene70), numericdv=DocValuesFormat(name=Lucene70), soft_delete=DocValuesFormat(name=Direct), sorteddv=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1760, maxMBSortInHeap=7.640354117463529, sim=RandomSimilarity(queryNorm=true): {=DFR I(n)B2, c=DFI(Standardized), string=DFR I(n)LZ(0.3), body=DFR G1, content=DFR I(n)LZ(0.3), str=DFR I(ne)BZ(0.3), tvtest=DFR GZ(0.3), field=IB LL-LZ(0.3), content4=DFR I(n)BZ(0.3), content1=IB LL-DZ(0.3), str2=DFR I(n)3(800.0), binary=DFR I(ne)B2, id=DFR I(F)2, myfield=DFR I(ne)B3(800.0)}, locale=en-ZA, timezone=America/Denver
   [junit4]   2> NOTE: Linux 4.13.0-41-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=8,threads=1,free=374726136,total=520617984
   [junit4]   2> NOTE: All tests run in this JVM: [TestIndexWriter]
   [junit4] Completed [2/5 (2!)] on J1 in 11.83s, 83 tests, 1 failure, 1 skipped <<< FAILURES!
   [junit4] 
   [junit4] Duplicate suite name used with XML reports: org.apache.lucene.index.TestIndexWriter. This may confuse tools that process XML reports. Set 'ignoreDuplicateSuites' to true to skip this message.
   [junit4] Suite: org.apache.lucene.index.TestIndexWriter
   [junit4] OK      0.47s J2 | TestIndexWriter.testHasUncommittedChanges
   [junit4] OK      0.08s J2 | TestIndexWriter.testWithPendingDeletions
   [junit4] OK      1.65s J2 | TestIndexWriter.testCheckPendingFlushPostUpdate
   [junit4] OK      0.00s J2 | TestIndexWriter.testNRTAfterSetUserDataWithCommit
   [junit4] OK      0.01s J2 | TestIndexWriter.testLeftoverTempFiles
   [junit4] OK      0.00s J2 | TestIndexWriter.testCorruptFirstCommit
   [junit4] OK      0.01s J2 | TestIndexWriter.testNRTAfterCommit
   [junit4] OK      0.08s J2 | TestIndexWriter.testEnablingNorms
   [junit4] OK      0.06s J2 | TestIndexWriter.testDeleteUnusedFiles2
   [junit4] OK      0.03s J2 | TestIndexWriter.testCloseDuringCommit
   [junit4] OK      0.02s J2 | TestIndexWriter.testOnlyUpdateDocuments
   [junit4] OK      0.31s J2 | TestIndexWriter.testIds
   [junit4] OK      0.02s J2 | TestIndexWriter.testNullAnalyzer
   [junit4] OK      0.05s J2 | TestIndexWriter.testNeverCheckOutOnFullFlush
   [junit4] OK      0.00s J2 | TestIndexWriter.testIterableThrowsException2
   [junit4] OK      0.77s J2 | TestIndexWriter.testHighFreqTerm
   [junit4] OK      0.45s J2 | TestIndexWriter.testIterableThrowsException
   [junit4] OK      0.03s J2 | TestIndexWriter.testWhetherDeleteAllDeletesWriteLock
   [junit4] OK      0.05s J2 | TestIndexWriter.testEmptyFieldNameWithEmptyTerm
   [junit4] OK      0.03s J2 | TestIndexWriter.testDeleteHappensBeforeWhileFlush
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriter -Dtests.method=testFullyDeletedSegmentsReleaseFiles -Dtests.seed=4B61719D05BF1903 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=en-ZA -Dtests.timezone=America/Denver -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.13s J2 | TestIndexWriter.testFullyDeletedSegmentsReleaseFiles <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: [_0.cfe, _0.si, _0.cfs] vs [_0.cfe, _0.si, _0.cfs, extra0] expected:<3> but was:<4>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4B61719D05BF1903:119AD344B9B4F646]:0)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriter.assertFiles(TestIndexWriter.java:3352)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriter.testFullyDeletedSegmentsReleaseFiles(TestIndexWriter.java:3373)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4] OK      0.37s J2 | TestIndexWriter.testMergeAllDeleted
   [junit4] OK      0.01s J2 | TestIndexWriter.testCreateWithReader
   [junit4] OK      0.06s J2 | TestIndexWriter.testCloseThenRollback
   [junit4] OK      0.44s J2 | TestIndexWriter.testVariableSchema
   [junit4] OK      0.39s J2 | TestIndexWriter.testPendingDeleteDVGeneration
   [junit4] OK      0.01s J2 | TestIndexWriter.testPrepareCommitThenRollback2
   [junit4] OK      0.03s J2 | TestIndexWriter.testNullDocuments
   [junit4] OK      0.15s J2 | TestIndexWriter.testDeleteUnusedFiles
   [junit4] OK      0.03s J2 | TestIndexWriter.testSoftUpdateDocuments
   [junit4] OK      0.02s J2 | TestIndexWriter.testNRTSegmentsFile
   [junit4] OK      0.00s J2 | TestIndexWriter.testPrepareCommitThenClose
   [junit4] OK      0.01s J2 | TestIndexWriter.testCommitWithUserDataOnly
   [junit4] OK      0.02s J2 | TestIndexWriter.testNullDocument
   [junit4] OK      0.12s J2 | TestIndexWriter.testIterableFieldThrowsException
   [junit4] OK      0.01s J2 | TestIndexWriter.testOtherFiles
   [junit4] OK      0.00s J2 | TestIndexWriter.testGetCommitData
   [junit4] OK      0.02s J2 | TestIndexWriter.testDontInvokeAnalyzerForUnAnalyzedFields
   [junit4] OK      0.01s J2 | TestIndexWriter.testChangeIndexOptions
   [junit4] OK      0.04s J2 | TestIndexWriter.testHoldLockOnLargestWriter
   [junit4] OK      0.00s J2 | TestIndexWriter.testBadSegment
   [junit4] OK      0.00s J2 | TestIndexWriter.testEmptyNorm
   [junit4] OK      0.01s J2 | TestIndexWriter.testNRTReaderVersion
   [junit4] OK      0.01s J2 | TestIndexWriter.testStopwordsPosIncHole2
   [junit4] OK      0.04s J2 | TestIndexWriter.testSoftUpdatesConcurrentlyMixedDeletes
   [junit4] OK      0.00s J2 | TestIndexWriter.testDeleteSameTermAcrossFields
   [junit4] OK      0.61s J2 | TestIndexWriter.testManySeparateThreads
   [junit4] OK      0.05s J2 | TestIndexWriter.testMaxThreadPriority
   [junit4] OK      0.02s J2 | TestIndexWriter.testCommitImmediatelyAfterNRTReopen
   [junit4] OK      0.00s J2 | TestIndexWriter.testPrepareCommitThenRollback
   [junit4] OK      0.01s J2 | TestIndexWriter.testNegativePositions
   [junit4] OK      0.04s J2 | TestIndexWriter.testEmptyFieldName
   [junit4] OK      0.01s J2 | TestIndexWriter.testNRTAfterSetUserDataWithoutCommit
   [junit4] OK      0.00s J2 | TestIndexWriter.testIndexNoDocuments
   [junit4] OK      0.10s J2 | TestIndexWriter.testSoftUpdatesConcurrently
   [junit4] OK      0.08s J2 | TestIndexWriter.testCloseWhileMergeIsRunning
   [junit4] OK      0.04s J2 | TestIndexWriter.testDocCount
   [junit4] OK      0.01s J2 | TestIndexWriter.testDoBeforeAfterFlush
   [junit4] OK      0.03s J2 | TestIndexWriter.testChangingRAMBuffer
   [junit4] OK      0.00s J2 | TestIndexWriter.testRollbackThenClose
   [junit4] OK      0.00s J2 | TestIndexWriter.testEmptyDirRollback
   [junit4] OK      0.37s J2 | TestIndexWriter.testNoUnwantedTVFiles
   [junit4] OK      0.06s J2 | TestIndexWriter.testSmallRAMBuffer
   [junit4] OK      0.01s J2 | TestIndexWriter.testHasUncommittedChangesAfterException
   [junit4] OK      0.00s J2 | TestIndexWriter.testNoDocsIndex
   [junit4] OK      4.57s J2 | TestIndexWriter.testThreadInterruptDeadlock
   [junit4] OK      0.03s J2 | TestIndexWriter.testChangesAfterClose
   [junit4] OK      0.05s J2 | TestIndexWriter.testDeadlock
   [junit4] OK      0.04s J2 | TestIndexWriter.testIndexStoreCombos
   [junit4] OK      0.01s J2 | TestIndexWriter.testStopwordsPosIncHole
   [junit4] OK      0.05s J2 | TestIndexWriter.testUnlimitedMaxFieldLength
   [junit4] OK      0.03s J2 | TestIndexWriter.testDeleteAllNRTLeftoverFiles
   [junit4] OK      0.01s J2 | TestIndexWriter.testPendingDeletesAlreadyWrittenFiles
   [junit4] OK      0.08s J2 | TestIndexWriter.testFlushWithNoMerging
   [junit4] OK      0.01s J2 | TestIndexWriter.testPositionIncrementGapEmptyField
   [junit4] OK      0.00s J2 | TestIndexWriter.testRecordsIndexCreatedVersion
   [junit4] OK      0.01s J2 | TestIndexWriter.testEmptyDocAfterFlushingRealDoc
   [junit4] OK      0.00s J2 | TestIndexWriter.testEmptyFSDirWithNoLock
   [junit4] OK      0.00s J2 | TestIndexWriter.testDoubleClose
   [junit4] OK      0.02s J2 | TestIndexWriter.testFlushLargestWriter
   [junit4] OK      0.01s J2 | TestIndexWriter.testWickedLongTerm
   [junit4] OK      0.00s J2 | TestIndexWriter.testEmptyFieldNameTerms
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/test/J2/temp/lucene.index.TestIndexWriter_4B61719D05BF1903-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), a=FST50, c=PostingsFormat(name=LuceneVarGapDocFreqInterval), string=PostingsFormat(name=LuceneVarGapDocFreqInterval), foo=Lucene50(blocksize=128), body=Lucene50(blocksize=128), version=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), content=FST50, str=FST50, tvtest=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), field=Lucene50(blocksize=128), content4=FST50, str3=Lucene50(blocksize=128), content1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), str2=FST50, binary=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=PostingsFormat(name=LuceneVarGapDocFreqInterval), myfield=Lucene50(blocksize=128)}, docValues:{binarydv=DocValuesFormat(name=Lucene70), dv=DocValuesFormat(name=Lucene70), sortedsetdv=DocValuesFormat(name=Lucene70), field=DocValuesFormat(name=Lucene70), sortednumericdv=DocValuesFormat(name=Lucene70), numericdv=DocValuesFormat(name=Lucene70), soft_delete=DocValuesFormat(name=Direct), sorteddv=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1760, maxMBSortInHeap=7.640354117463529, sim=RandomSimilarity(queryNorm=true): {=DFR I(n)B2, c=DFI(Standardized), string=DFR I(n)LZ(0.3), body=DFR G1, content=DFR I(n)LZ(0.3), str=DFR I(ne)BZ(0.3), tvtest=DFR GZ(0.3), field=IB LL-LZ(0.3), content4=DFR I(n)BZ(0.3), content1=IB LL-DZ(0.3), str2=DFR I(n)3(800.0), binary=DFR I(ne)B2, id=DFR I(F)2, myfield=DFR I(ne)B3(800.0)}, locale=en-ZA, timezone=America/Denver
   [junit4]   2> NOTE: Linux 4.13.0-41-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=8,threads=1,free=410420752,total=521142272
   [junit4]   2> NOTE: All tests run in this JVM: [TestIndexWriter]
   [junit4] Completed [3/5 (3!)] on J2 in 12.95s, 83 tests, 1 failure, 1 skipped <<< FAILURES!
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriter
   [junit4] OK      0.02s J0 | TestIndexWriter.testHasUncommittedChanges
   [junit4] OK      0.02s J0 | TestIndexWriter.testWithPendingDeletions
   [junit4] OK      1.43s J0 | TestIndexWriter.testCheckPendingFlushPostUpdate
   [junit4] OK      0.00s J0 | TestIndexWriter.testNRTAfterSetUserDataWithCommit
   [junit4] OK      0.00s J0 | TestIndexWriter.testLeftoverTempFiles
   [junit4] OK      0.00s J0 | TestIndexWriter.testCorruptFirstCommit
   [junit4] OK      0.00s J0 | TestIndexWriter.testNRTAfterCommit
   [junit4] OK      0.01s J0 | TestIndexWriter.testEnablingNorms
   [junit4] OK      0.01s J0 | TestIndexWriter.testDeleteUnusedFiles2
   [junit4] OK      0.02s J0 | TestIndexWriter.testCloseDuringCommit
   [junit4] OK      0.00s J0 | TestIndexWriter.testOnlyUpdateDocuments
   [junit4] OK      0.13s J0 | TestIndexWriter.testIds
   [junit4] OK      0.00s J0 | TestIndexWriter.testNullAnalyzer
   [junit4] OK      0.02s J0 | TestIndexWriter.testNeverCheckOutOnFullFlush
   [junit4] OK      0.00s J0 | TestIndexWriter.testIterableThrowsException2
   [junit4] OK      0.13s J0 | TestIndexWriter.testHighFreqTerm
   [junit4] OK      0.09s J0 | TestIndexWriter.testIterableThrowsException
   [junit4] OK      0.00s J0 | TestIndexWriter.testWhetherDeleteAllDeletesWriteLock
   [junit4] OK      0.01s J0 | TestIndexWriter.testEmptyFieldNameWithEmptyTerm
   [junit4] OK      0.01s J0 | TestIndexWriter.testDeleteHappensBeforeWhileFlush
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriter -Dtests.method=testFullyDeletedSegmentsReleaseFiles -Dtests.seed=4B61719D05BF1903 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=en-ZA -Dtests.timezone=America/Denver -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.01s J0 | TestIndexWriter.testFullyDeletedSegmentsReleaseFiles <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: [_0.cfe, _0.si, _0.cfs] vs [_0.cfe, _0.si, _0.cfs, extra0] expected:<3> but was:<4>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4B61719D05BF1903:119AD344B9B4F646]:0)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriter.assertFiles(TestIndexWriter.java:3352)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriter.testFullyDeletedSegmentsReleaseFiles(TestIndexWriter.java:3373)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4] OK      0.13s J0 | TestIndexWriter.testMergeAllDeleted
   [junit4] OK      0.00s J0 | TestIndexWriter.testCreateWithReader
   [junit4] OK      0.00s J0 | TestIndexWriter.testCloseThenRollback
   [junit4] OK      0.13s J0 | TestIndexWriter.testVariableSchema
   [junit4] OK      0.13s J0 | TestIndexWriter.testPendingDeleteDVGeneration
   [junit4] OK      0.00s J0 | TestIndexWriter.testPrepareCommitThenRollback2
   [junit4] OK      0.00s J0 | TestIndexWriter.testNullDocuments
   [junit4] OK      0.07s J0 | TestIndexWriter.testDeleteUnusedFiles
   [junit4] OK      0.01s J0 | TestIndexWriter.testSoftUpdateDocuments
   [junit4] OK      0.00s J0 | TestIndexWriter.testNRTSegmentsFile
   [junit4] OK      0.00s J0 | TestIndexWriter.testPrepareCommitThenClose
   [junit4] OK      0.00s J0 | TestIndexWriter.testCommitWithUserDataOnly
   [junit4] OK      0.03s J0 | TestIndexWriter.testNullDocument
   [junit4] OK      0.08s J0 | TestIndexWriter.testIterableFieldThrowsException
   [junit4] OK      0.00s J0 | TestIndexWriter.testOtherFiles
   [junit4] OK      0.00s J0 | TestIndexWriter.testGetCommitData
   [junit4] OK      0.00s J0 | TestIndexWriter.testDontInvokeAnalyzerForUnAnalyzedFields
   [junit4] OK      0.00s J0 | TestIndexWriter.testChangeIndexOptions
   [junit4] OK      0.05s J0 | TestIndexWriter.testHoldLockOnLargestWriter
   [junit4] OK      0.00s J0 | TestIndexWriter.testBadSegment
   [junit4] OK      0.00s J0 | TestIndexWriter.testEmptyNorm
   [junit4] OK      0.01s J0 | TestIndexWriter.testNRTReaderVersion
   [junit4] OK      0.01s J0 | TestIndexWriter.testStopwordsPosIncHole2
   [junit4] OK      0.05s J0 | TestIndexWriter.testSoftUpdatesConcurrentlyMixedDeletes
   [junit4] OK      0.01s J0 | TestIndexWriter.testDeleteSameTermAcrossFields
   [junit4] OK      0.29s J0 | TestIndexWriter.testManySeparateThreads
   [junit4] OK      0.03s J0 | TestIndexWriter.testMaxThreadPriority
   [junit4] OK      0.00s J0 | TestIndexWriter.testCommitImmediatelyAfterNRTReopen
   [junit4] OK      0.00s J0 | TestIndexWriter.testPrepareCommitThenRollback
   [junit4] OK      0.00s J0 | TestIndexWriter.testNegativePositions
   [junit4] OK      0.01s J0 | TestIndexWriter.testEmptyFieldName
   [junit4] OK      0.00s J0 | TestIndexWriter.testNRTAfterSetUserDataWithoutCommit
   [junit4] OK      0.00s J0 | TestIndexWriter.testIndexNoDocuments
   [junit4] OK      0.08s J0 | TestIndexWriter.testSoftUpdatesConcurrently
   [junit4] OK      0.01s J0 | TestIndexWriter.testCloseWhileMergeIsRunning
   [junit4] OK      0.01s J0 | TestIndexWriter.testDocCount
   [junit4] OK      0.00s J0 | TestIndexWriter.testDoBeforeAfterFlush
   [junit4] OK      0.02s J0 | TestIndexWriter.testChangingRAMBuffer
   [junit4] OK      0.00s J0 | TestIndexWriter.testRollbackThenClose
   [junit4] OK      0.00s J0 | TestIndexWriter.testEmptyDirRollback
   [junit4] OK      0.30s J0 | TestIndexWriter.testNoUnwantedTVFiles
   [junit4] OK      0.01s J0 | TestIndexWriter.testSmallRAMBuffer
   [junit4] OK      0.01s J0 | TestIndexWriter.testHasUncommittedChangesAfterException
   [junit4] OK      0.00s J0 | TestIndexWriter.testNoDocsIndex
   [junit4] OK      3.76s J0 | TestIndexWriter.testThreadInterruptDeadlock
   [junit4] OK      0.00s J0 | TestIndexWriter.testChangesAfterClose
   [junit4] OK      0.02s J0 | TestIndexWriter.testDeadlock
   [junit4] OK      0.03s J0 | TestIndexWriter.testIndexStoreCombos
   [junit4] OK      0.01s J0 | TestIndexWriter.testStopwordsPosIncHole
   [junit4] OK      0.01s J0 | TestIndexWriter.testUnlimitedMaxFieldLength
   [junit4] OK      0.01s J0 | TestIndexWriter.testDeleteAllNRTLeftoverFiles
   [junit4] OK      0.01s J0 | TestIndexWriter.testPendingDeletesAlreadyWrittenFiles
   [junit4] OK      0.08s J0 | TestIndexWriter.testFlushWithNoMerging
   [junit4] OK      0.01s J0 | TestIndexWriter.testPositionIncrementGapEmptyField
   [junit4] OK      0.00s J0 | TestIndexWriter.testRecordsIndexCreatedVersion
   [junit4] OK      0.00s J0 | TestIndexWriter.testEmptyDocAfterFlushingRealDoc
   [junit4] OK      0.00s J0 | TestIndexWriter.testEmptyFSDirWithNoLock
   [junit4] OK      0.00s J0 | TestIndexWriter.testDoubleClose
   [junit4] OK      0.03s J0 | TestIndexWriter.testFlushLargestWriter
   [junit4] OK      0.01s J0 | TestIndexWriter.testWickedLongTerm
   [junit4] OK      0.00s J0 | TestIndexWriter.testEmptyFieldNameTerms
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/test/J0/temp/lucene.index.TestIndexWriter_4B61719D05BF1903-002
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), a=FST50, c=PostingsFormat(name=LuceneVarGapDocFreqInterval), string=PostingsFormat(name=LuceneVarGapDocFreqInterval), foo=Lucene50(blocksize=128), body=Lucene50(blocksize=128), version=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), content=FST50, str=FST50, tvtest=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), field=Lucene50(blocksize=128), content4=FST50, str3=Lucene50(blocksize=128), content1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), str2=FST50, binary=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=PostingsFormat(name=LuceneVarGapDocFreqInterval), myfield=Lucene50(blocksize=128)}, docValues:{binarydv=DocValuesFormat(name=Lucene70), dv=DocValuesFormat(name=Lucene70), sortedsetdv=DocValuesFormat(name=Lucene70), field=DocValuesFormat(name=Lucene70), sortednumericdv=DocValuesFormat(name=Lucene70), numericdv=DocValuesFormat(name=Lucene70), soft_delete=DocValuesFormat(name=Direct), sorteddv=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1760, maxMBSortInHeap=7.640354117463529, sim=RandomSimilarity(queryNorm=true): {=DFR I(n)B2, c=DFI(Standardized), string=DFR I(n)LZ(0.3), body=DFR G1, content=DFR I(n)L

[...truncated too long message...]

nit4] FAILURE 0.02s J1 | TestIndexWriter.testFullyDeletedSegmentsReleaseFiles <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: [_0.cfe, _0.si, _0.cfs] vs [_0.cfe, _0.si, _0.cfs, extra0] expected:<3> but was:<4>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4B61719D05BF1903:119AD344B9B4F646]:0)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriter.assertFiles(TestIndexWriter.java:3352)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriter.testFullyDeletedSegmentsReleaseFiles(TestIndexWriter.java:3373)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4] OK      0.15s J1 | TestIndexWriter.testMergeAllDeleted
   [junit4] OK      0.01s J1 | TestIndexWriter.testCreateWithReader
   [junit4] OK      0.00s J1 | TestIndexWriter.testCloseThenRollback
   [junit4] OK      0.14s J1 | TestIndexWriter.testVariableSchema
   [junit4] OK      0.14s J1 | TestIndexWriter.testPendingDeleteDVGeneration
   [junit4] OK      0.00s J1 | TestIndexWriter.testPrepareCommitThenRollback2
   [junit4] OK      0.00s J1 | TestIndexWriter.testNullDocuments
   [junit4] OK      0.05s J1 | TestIndexWriter.testDeleteUnusedFiles
   [junit4] OK      0.01s J1 | TestIndexWriter.testSoftUpdateDocuments
   [junit4] OK      0.00s J1 | TestIndexWriter.testNRTSegmentsFile
   [junit4] OK      0.00s J1 | TestIndexWriter.testPrepareCommitThenClose
   [junit4] OK      0.00s J1 | TestIndexWriter.testCommitWithUserDataOnly
   [junit4] OK      0.01s J1 | TestIndexWriter.testNullDocument
   [junit4] OK      0.06s J1 | TestIndexWriter.testIterableFieldThrowsException
   [junit4] OK      0.00s J1 | TestIndexWriter.testOtherFiles
   [junit4] OK      0.00s J1 | TestIndexWriter.testGetCommitData
   [junit4] OK      0.01s J1 | TestIndexWriter.testDontInvokeAnalyzerForUnAnalyzedFields
   [junit4] OK      0.00s J1 | TestIndexWriter.testChangeIndexOptions
   [junit4] OK      0.05s J1 | TestIndexWriter.testHoldLockOnLargestWriter
   [junit4] OK      0.00s J1 | TestIndexWriter.testBadSegment
   [junit4] OK      0.00s J1 | TestIndexWriter.testEmptyNorm
   [junit4] OK      0.00s J1 | TestIndexWriter.testNRTReaderVersion
   [junit4] OK      0.01s J1 | TestIndexWriter.testStopwordsPosIncHole2
   [junit4] OK      0.06s J1 | TestIndexWriter.testSoftUpdatesConcurrentlyMixedDeletes
   [junit4] OK      0.01s J1 | TestIndexWriter.testDeleteSameTermAcrossFields
   [junit4] OK      0.17s J1 | TestIndexWriter.testManySeparateThreads
   [junit4] OK      0.03s J1 | TestIndexWriter.testMaxThreadPriority
   [junit4] OK      0.00s J1 | TestIndexWriter.testCommitImmediatelyAfterNRTReopen
   [junit4] OK      0.00s J1 | TestIndexWriter.testPrepareCommitThenRollback
   [junit4] OK      0.00s J1 | TestIndexWriter.testNegativePositions
   [junit4] OK      0.00s J1 | TestIndexWriter.testEmptyFieldName
   [junit4] OK      0.00s J1 | TestIndexWriter.testNRTAfterSetUserDataWithoutCommit
   [junit4] OK      0.00s J1 | TestIndexWriter.testIndexNoDocuments
   [junit4] OK      0.05s J1 | TestIndexWriter.testSoftUpdatesConcurrently
   [junit4] OK      0.02s J1 | TestIndexWriter.testCloseWhileMergeIsRunning
   [junit4] OK      0.02s J1 | TestIndexWriter.testDocCount
   [junit4] OK      0.00s J1 | TestIndexWriter.testDoBeforeAfterFlush
   [junit4] OK      0.03s J1 | TestIndexWriter.testChangingRAMBuffer
   [junit4] OK      0.00s J1 | TestIndexWriter.testRollbackThenClose
   [junit4] OK      0.00s J1 | TestIndexWriter.testEmptyDirRollback
   [junit4] OK      0.22s J1 | TestIndexWriter.testNoUnwantedTVFiles
   [junit4] OK      0.01s J1 | TestIndexWriter.testSmallRAMBuffer
   [junit4] OK      0.01s J1 | TestIndexWriter.testHasUncommittedChangesAfterException
   [junit4] OK      0.00s J1 | TestIndexWriter.testNoDocsIndex
   [junit4] OK      3.65s J1 | TestIndexWriter.testThreadInterruptDeadlock
   [junit4] OK      0.00s J1 | TestIndexWriter.testChangesAfterClose
   [junit4] OK      0.02s J1 | TestIndexWriter.testDeadlock
   [junit4] OK      0.01s J1 | TestIndexWriter.testIndexStoreCombos
   [junit4] OK      0.00s J1 | TestIndexWriter.testStopwordsPosIncHole
   [junit4] OK      0.01s J1 | TestIndexWriter.testUnlimitedMaxFieldLength
   [junit4] OK      0.01s J1 | TestIndexWriter.testDeleteAllNRTLeftoverFiles
   [junit4] OK      0.01s J1 | TestIndexWriter.testPendingDeletesAlreadyWrittenFiles
   [junit4] OK      0.06s J1 | TestIndexWriter.testFlushWithNoMerging
   [junit4] OK      0.00s J1 | TestIndexWriter.testPositionIncrementGapEmptyField
   [junit4] OK      0.00s J1 | TestIndexWriter.testRecordsIndexCreatedVersion
   [junit4] OK      0.00s J1 | TestIndexWriter.testEmptyDocAfterFlushingRealDoc
   [junit4] OK      0.00s J1 | TestIndexWriter.testEmptyFSDirWithNoLock
   [junit4] OK      0.00s J1 | TestIndexWriter.testDoubleClose
   [junit4] OK      0.02s J1 | TestIndexWriter.testFlushLargestWriter
   [junit4] OK      0.01s J1 | TestIndexWriter.testWickedLongTerm
   [junit4] OK      0.00s J1 | TestIndexWriter.testEmptyFieldNameTerms
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/test/J1/temp/lucene.index.TestIndexWriter_4B61719D05BF1903-002
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), a=FST50, c=PostingsFormat(name=LuceneVarGapDocFreqInterval), string=PostingsFormat(name=LuceneVarGapDocFreqInterval), foo=Lucene50(blocksize=128), body=Lucene50(blocksize=128), version=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), content=FST50, str=FST50, tvtest=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), field=Lucene50(blocksize=128), content4=FST50, str3=Lucene50(blocksize=128), content1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), str2=FST50, binary=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=PostingsFormat(name=LuceneVarGapDocFreqInterval), myfield=Lucene50(blocksize=128)}, docValues:{binarydv=DocValuesFormat(name=Lucene70), dv=DocValuesFormat(name=Lucene70), sortedsetdv=DocValuesFormat(name=Lucene70), field=DocValuesFormat(name=Lucene70), sortednumericdv=DocValuesFormat(name=Lucene70), numericdv=DocValuesFormat(name=Lucene70), soft_delete=DocValuesFormat(name=Direct), sorteddv=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1760, maxMBSortInHeap=7.640354117463529, sim=RandomSimilarity(queryNorm=true): {=DFR I(n)B2, c=DFI(Standardized), string=DFR I(n)LZ(0.3), body=DFR G1, content=DFR I(n)LZ(0.3), str=DFR I(ne)BZ(0.3), tvtest=DFR GZ(0.3), field=IB LL-LZ(0.3), content4=DFR I(n)BZ(0.3), content1=IB LL-DZ(0.3), str2=DFR I(n)3(800.0), binary=DFR I(ne)B2, id=DFR I(F)2, myfield=DFR I(ne)B3(800.0)}, locale=en-ZA, timezone=America/Denver
   [junit4]   2> NOTE: Linux 4.13.0-41-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=8,threads=1,free=399210960,total=532152320
   [junit4]   2> NOTE: All tests run in this JVM: [TestIndexWriter, TestIndexWriter]
   [junit4] Completed [5/5 (5!)] on J1 in 7.51s, 83 tests, 1 failure, 1 skipped <<< FAILURES!
   [junit4] 
   [junit4] 
   [junit4] Tests with failures [seed: 4B61719D05BF1903]:
   [junit4]   - org.apache.lucene.index.TestIndexWriter.testFullyDeletedSegmentsReleaseFiles
   [junit4]   - org.apache.lucene.index.TestIndexWriter.testFullyDeletedSegmentsReleaseFiles
   [junit4]   - org.apache.lucene.index.TestIndexWriter.testFullyDeletedSegmentsReleaseFiles
   [junit4]   - org.apache.lucene.index.TestIndexWriter.testFullyDeletedSegmentsReleaseFiles
   [junit4]   - org.apache.lucene.index.TestIndexWriter.testFullyDeletedSegmentsReleaseFiles
   [junit4] 
   [junit4] 
   [junit4] JVM J0:     0.37 ..    20.44 =    20.07s
   [junit4] JVM J1:     0.38 ..    20.77 =    20.40s
   [junit4] JVM J2:     0.36 ..    13.96 =    13.60s
   [junit4] Execution time total: 21 seconds
   [junit4] Tests summary: 5 suites, 415 tests, 5 failures, 5 ignored

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/common-build.xml:1568: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/common-build.xml:1092: There were test failures: 5 suites, 415 tests, 5 failures, 5 ignored [seed: 4B61719D05BF1903]

Total time: 22 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   5/5 failed: org.apache.lucene.index.TestIndexWriter
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
mv: cannot stat 'solr/build': No such file or directory
+ true
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=3c6fb974aefc50f411cba90b2b267804fbb6e1cb, workspace=/var/lib/jenkins/workspace/Lucene-Solr-7.x-Linux
[WARNINGS] Computing warning deltas based on reference build #1991
Recording test results
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

Re: [JENKINS] Lucene-Solr-7.x-Linux (64bit/jdk1.8.0_172) - Build # 1992 - Unstable!

Posted by Adrien Grand <jp...@gmail.com>.
This is a test bug when the test runs with ExtraFS. I pushed a fix.

Le dim. 27 mai 2018 à 16:02, Policeman Jenkins Server <je...@thetaphi.de>
a écrit :

> Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1992/
> Java: 64bit/jdk1.8.0_172 -XX:-UseCompressedOops -XX:+UseParallelGC
>
> 4 tests failed.
> FAILED:
> org.apache.lucene.index.TestIndexWriter.testFullyDeletedSegmentsReleaseFiles
>
> Error Message:
> [_0.cfe, _0.si, _0.cfs] vs [_0.cfe, _0.si, _0.cfs, extra0] expected:<3>
> but was:<4>
>
> Stack Trace:
> java.lang.AssertionError: [_0.cfe, _0.si, _0.cfs] vs [_0.cfe, _0.si,
> _0.cfs, extra0] expected:<3> but was:<4>
>         at
> __randomizedtesting.SeedInfo.seed([4B61719D05BF1903:119AD344B9B4F646]:0)
>         at org.junit.Assert.fail(Assert.java:93)
>         at org.junit.Assert.failNotEquals(Assert.java:647)
>         at org.junit.Assert.assertEquals(Assert.java:128)
>         at org.junit.Assert.assertEquals(Assert.java:472)
>         at
> org.apache.lucene.index.TestIndexWriter.assertFiles(TestIndexWriter.java:3352)
>         at
> org.apache.lucene.index.TestIndexWriter.testFullyDeletedSegmentsReleaseFiles(TestIndexWriter.java:3373)
>         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:498)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
>         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:943)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
>         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:368)
>         at java.lang.Thread.run(Thread.java:748)
>
>
> FAILED:
> org.apache.lucene.index.TestIndexWriter.testFullyDeletedSegmentsReleaseFiles
>
> Error Message:
> [_0.cfe, _0.si, _0.cfs] vs [_0.cfe, _0.si, _0.cfs, extra0] expected:<3>
> but was:<4>
>
> Stack Trace:
> java.lang.AssertionError: [_0.cfe, _0.si, _0.cfs] vs [_0.cfe, _0.si,
> _0.cfs, extra0] expected:<3> but was:<4>
>         at
> __randomizedtesting.SeedInfo.seed([4B61719D05BF1903:119AD344B9B4F646]:0)
>         at org.junit.Assert.fail(Assert.java:93)
>         at org.junit.Assert.failNotEquals(Assert.java:647)
>         at org.junit.Assert.assertEquals(Assert.java:128)
>         at org.junit.Assert.assertEquals(Assert.java:472)
>         at
> org.apache.lucene.index.TestIndexWriter.assertFiles(TestIndexWriter.java:3352)
>         at
> org.apache.lucene.index.TestIndexWriter.testFullyDeletedSegmentsReleaseFiles(TestIndexWriter.java:3373)
>         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:498)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
>         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:943)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
>         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:368)
>         at java.lang.Thread.run(Thread.java:748)
>
>
> FAILED:
> org.apache.lucene.index.TestIndexWriter.testFullyDeletedSegmentsReleaseFiles
>
> Error Message:
> [_0.cfe, _0.si, _0.cfs] vs [_0.cfe, _0.si, _0.cfs, extra0] expected:<3>
> but was:<4>
>
> Stack Trace:
> java.lang.AssertionError: [_0.cfe, _0.si, _0.cfs] vs [_0.cfe, _0.si,
> _0.cfs, extra0] expected:<3> but was:<4>
>         at
> __randomizedtesting.SeedInfo.seed([4B61719D05BF1903:119AD344B9B4F646]:0)
>         at org.junit.Assert.fail(Assert.java:93)
>         at org.junit.Assert.failNotEquals(Assert.java:647)
>         at org.junit.Assert.assertEquals(Assert.java:128)
>         at org.junit.Assert.assertEquals(Assert.java:472)
>         at
> org.apache.lucene.index.TestIndexWriter.assertFiles(TestIndexWriter.java:3352)
>         at
> org.apache.lucene.index.TestIndexWriter.testFullyDeletedSegmentsReleaseFiles(TestIndexWriter.java:3373)
>         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:498)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
>         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:943)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
>         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:368)
>         at java.lang.Thread.run(Thread.java:748)
>
>
> FAILED:
> org.apache.lucene.index.TestIndexWriter.testFullyDeletedSegmentsReleaseFiles
>
> Error Message:
> [_0.cfe, _0.si, _0.cfs] vs [_0.cfe, _0.si, _0.cfs, extra0] expected:<3>
> but was:<4>
>
> Stack Trace:
> java.lang.AssertionError: [_0.cfe, _0.si, _0.cfs] vs [_0.cfe, _0.si,
> _0.cfs, extra0] expected:<3> but was:<4>
>         at
> __randomizedtesting.SeedInfo.seed([4B61719D05BF1903:119AD344B9B4F646]:0)
>         at org.junit.Assert.fail(Assert.java:93)
>         at org.junit.Assert.failNotEquals(Assert.java:647)
>         at org.junit.Assert.assertEquals(Assert.java:128)
>         at org.junit.Assert.assertEquals(Assert.java:472)
>         at
> org.apache.lucene.index.TestIndexWriter.assertFiles(TestIndexWriter.java:3352)
>         at
> org.apache.lucene.index.TestIndexWriter.testFullyDeletedSegmentsReleaseFiles(TestIndexWriter.java:3373)
>         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:498)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
>         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:943)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
>         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:368)
>         at java.lang.Thread.run(Thread.java:748)
>
>
>
>
> Build Log:
> [...truncated 1462 lines...]
>    [junit4] Suite: org.apache.lucene.index.TestIndexWriter
>    [junit4]   2> NOTE: reproduce with: ant test
> -Dtestcase=TestIndexWriter
> -Dtests.method=testFullyDeletedSegmentsReleaseFiles
> -Dtests.seed=4B61719D05BF1903 -Dtests.multiplier=3 -Dtests.slow=true
> -Dtests.locale=en-ZA -Dtests.timezone=America/Denver -Dtests.asserts=true
> -Dtests.file.encoding=UTF-8
>    [junit4] FAILURE 0.03s J0 |
> TestIndexWriter.testFullyDeletedSegmentsReleaseFiles <<<
>    [junit4]    > Throwable #1: java.lang.AssertionError: [_0.cfe, _0.si,
> _0.cfs] vs [_0.cfe, _0.si, _0.cfs, extra0] expected:<3> but was:<4>
>    [junit4]    >        at
> __randomizedtesting.SeedInfo.seed([4B61719D05BF1903:119AD344B9B4F646]:0)
>    [junit4]    >        at
> org.apache.lucene.index.TestIndexWriter.assertFiles(TestIndexWriter.java:3352)
>    [junit4]    >        at
> org.apache.lucene.index.TestIndexWriter.testFullyDeletedSegmentsReleaseFiles(TestIndexWriter.java:3373)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [junit4]   2> NOTE: leaving temporary files on disk at:
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/test/J0/temp/lucene.index.TestIndexWriter_4B61719D05BF1903-001
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70):
> {=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
> a=FST50, c=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> string=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> foo=Lucene50(blocksize=128), body=Lucene50(blocksize=128),
> version=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
> content=FST50, str=FST50,
> tvtest=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
> field=Lucene50(blocksize=128), content4=FST50,
> str3=Lucene50(blocksize=128),
> content1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
> str2=FST50, binary=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> id=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> myfield=Lucene50(blocksize=128)},
> docValues:{binarydv=DocValuesFormat(name=Lucene70),
> dv=DocValuesFormat(name=Lucene70),
> sortedsetdv=DocValuesFormat(name=Lucene70),
> field=DocValuesFormat(name=Lucene70),
> sortednumericdv=DocValuesFormat(name=Lucene70),
> numericdv=DocValuesFormat(name=Lucene70),
> soft_delete=DocValuesFormat(name=Direct),
> sorteddv=DocValuesFormat(name=Lucene70),
> id=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1760,
> maxMBSortInHeap=7.640354117463529, sim=RandomSimilarity(queryNorm=true):
> {=DFR I(n)B2, c=DFI(Standardized), string=DFR I(n)LZ(0.3), body=DFR G1,
> content=DFR I(n)LZ(0.3), str=DFR I(ne)BZ(0.3), tvtest=DFR GZ(0.3), field=IB
> LL-LZ(0.3), content4=DFR I(n)BZ(0.3), content1=IB LL-DZ(0.3), str2=DFR
> I(n)3(800.0), binary=DFR I(ne)B2, id=DFR I(F)2, myfield=DFR
> I(ne)B3(800.0)}, locale=en-ZA, timezone=America/Denver
>    [junit4]   2> NOTE: Linux 4.13.0-41-generic amd64/Oracle Corporation
> 1.8.0_172 (64-bit)/cpus=8,threads=1,free=173078960,total=362283008
>    [junit4]   2> NOTE: All tests run in this JVM:
> [TestIndexWriterNRTIsCurrent, TestFieldValueQuery, TestMutableValues,
> TestTermsEnum, TestTopFieldCollector, TestReadOnlyIndex,
> Test2BBinaryDocValues, TestBytesRef, FuzzyTermOnShortTermsTest, TestSort,
> TestIntroSorter, TestRegexpRandom, TestSimpleSearchEquivalence,
> TestLucene50StoredFieldsFormatHighCompression, TestNoDeletionPolicy,
> TestFlushByRamOrCountsPolicy, TestSpanMultiTermQueryWrapper,
> TestFuzzyQuery, TestMatchNoDocsQuery, TestBinaryTerms,
> TestSimpleExplanationsWithFillerDocs, TestIOUtils,
> TestPerFieldPostingsFormat, LimitedFiniteStringsIteratorTest,
> TestUniqueTermCount, TestIndexWriterOnVMError,
> TestDelegatingAnalyzerWrapper, TestIntBlockPool, TestSloppyPhraseQuery,
> TestAxiomaticSimilarity, TestQueryRescorer, TestMatchAllDocsQuery,
> TestSimilarityProvider, TestTermVectorsWriter, TestTimSorter,
> TestDocValuesFieldUpdates, TestLRUQueryCache, TestTerm, Test2BPoints,
> TestNotDocIdSet, TestMultiCollector, TestIsCurrent, TestDateTools,
> TestFeatureField, TestSmallFloat, TestDocsAndPositions,
> TestIndexWriterConfig, TestMultiThreadTermVectors, TestSimpleFSLockFactory,
> TestCodecs, TestNeedsScores, TestIndexWriterWithThreads, TestIndexSorting,
> TestUnicodeUtil, TestBooleanScorer, TestSpanCollection, TestNamedSPILoader,
> TestForceMergeForever, TestSortedSetSelector, TestIntsRef,
> TestIndexWriterOnJRECrash, TestOmitNorms, TestDocValuesIndexing,
> TestGeoUtils, TestStandardAnalyzer, TestFrequencyTrackingRingBuffer,
> TestDeletionPolicy, TestIndexWriterExceptions, TestDocValuesQueries,
> TestFieldReuse, TestMultiPhraseQuery, TestNumericDocValuesUpdates,
> TestIndexableField, TestIndexWriter]
>    [junit4] Completed [376/475 (1!)] on J0 in 9.15s, 83 tests, 1 failure,
> 1 skipped <<< FAILURES!
>
> [...truncated 64131 lines...]
> [asciidoctor:convert] asciidoctor: ERROR: about-this-guide.adoc: line 1:
> invalid part, must have at least one section (e.g., chapter, appendix, etc.)
> [asciidoctor:convert] asciidoctor: ERROR: solr-glossary.adoc: line 1:
> invalid part, must have at least one section (e.g., chapter, appendix, etc.)
>      [java] Processed 2200 links (1755 relative) to 2952 anchors in 228
> files
>      [echo] Validated Links & Anchors via:
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-ref-guide/bare-bones-html/
>
> -documentation-lint:
>     [jtidy] Checking for broken html (such as invalid tags)...
>    [delete] Deleting directory
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/jtidy_tmp
>      [echo] Checking for broken links...
>      [exec]
>      [exec] Crawl/parse...
>      [exec]
>      [exec] Verify...
>      [echo] Checking for malformed docs...
>
> jar-checksums:
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> common.resolve:
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> jar-checksums:
>     [mkdir] Created dir:
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/null1682967948
>      [copy] Copying 39 files to
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/null1682967948
>    [delete] Deleting directory
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/null1682967948
>
> resolve-example:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> resolve-server:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> jar-checksums:
>     [mkdir] Created dir:
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/null587064794
>      [copy] Copying 246 files to
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/null587064794
>    [delete] Deleting directory
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/null587064794
>
> check-working-copy:
> [ivy:cachepath] :: resolving dependencies ::
> org.eclipse.jgit#org.eclipse.jgit-caller;working
> [ivy:cachepath]         confs: [default]
> [ivy:cachepath]         found
> org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
> [ivy:cachepath]         found com.jcraft#jsch;0.1.53 in public
> [ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in
> public
> [ivy:cachepath]         found org.apache.httpcomponents#httpclient;4.3.6
> in public
> [ivy:cachepath]         found org.apache.httpcomponents#httpcore;4.3.3 in
> public
> [ivy:cachepath]         found commons-logging#commons-logging;1.1.3 in
> public
> [ivy:cachepath]         found commons-codec#commons-codec;1.6 in public
> [ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
> [ivy:cachepath] :: resolution report :: resolve 57ms :: artifacts dl 0ms
>
> ---------------------------------------------------------------------
>         |                  |            modules            ||   artifacts
>  |
>         |       conf       | number| search|dwnlded|evicted||
> number|dwnlded|
>
> ---------------------------------------------------------------------
>         |      default     |   8   |   0   |   0   |   0   ||   8   |   0
>  |
>
> ---------------------------------------------------------------------
> [wc-checker] Initializing working copy...
> [wc-checker] SLF4J: Failed to load class
> "org.slf4j.impl.StaticLoggerBinder".
> [wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
> [wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder
> for further details.
> [wc-checker] Checking working copy status...
>
> -jenkins-base:
>
> BUILD SUCCESSFUL
> Total time: 72 minutes 23 seconds
> Setting
> ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
> [Lucene-Solr-7.x-Linux] $ /bin/sh -xe /tmp/jenkins509081359012561239.sh
> + mv lucene/build lucene/build.orig
> + mv solr/build solr/build.orig
> + export
> ANT_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
> + export
> PATH=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/bin:/home/jenkins/tools/java/64bit/jdk1.8.0_172/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
> + python3 -u dev-tools/scripts/reproduceJenkinsFailures.py --no-git
> https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1992/consoleText
> [repro] Jenkins log URL:
> https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1992/consoleText
>
> [repro] Revision: 3c6fb974aefc50f411cba90b2b267804fbb6e1cb
>
> [repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC"
> [repro] Repro line:  ant test  -Dtestcase=TestIndexWriter
> -Dtests.method=testFullyDeletedSegmentsReleaseFiles
> -Dtests.seed=4B61719D05BF1903 -Dtests.multiplier=3 -Dtests.slow=true
> -Dtests.locale=en-ZA -Dtests.timezone=America/Denver -Dtests.asserts=true
> -Dtests.file.encoding=UTF-8
>
> [repro] ant clean
> Buildfile: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/build.xml
>
> clean:
>
> clean:
>
> clean:
>
> BUILD SUCCESSFUL
> Total time: 0 seconds
> [repro] Test suites by module:
> [repro]    lucene/core
> [repro]       TestIndexWriter
> [repro] ant compile-test
> Buildfile:
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/core/build.xml
>
> -check-git-state:
>
> -git-cleanroot:
>
> -copy-git-state:
>     [mkdir] Created dir:
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build
>      [copy] Copying 1 file to
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build
>
> git-autoclean:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: Apache Ivy 2.4.0 - 20141213170938 ::
> http://ant.apache.org/ivy/ ::
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> init:
>
> -clover.disable:
>
> -clover.load:
>
> -clover.classpath:
>
> -clover.setup:
>
> clover:
>
> compile-core:
>     [mkdir] Created dir:
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java
>     [javac] Compiling 842 source files to
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/util/graph/package-info.class
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/document/package-info.class
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/package-info.class
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/util/bkd/package-info.class
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/compressing/package-info.class
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene60/package-info.class
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/package-info.class
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/util/package-info.class
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/index/package-info.class
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/util/fst/package-info.class
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/analysis/tokenattributes/package-info.class
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/search/package-info.class
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene62/package-info.class
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/util/packed/package-info.class
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/util/mutable/package-info.class
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene70/package-info.class
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/perfield/package-info.class
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/analysis/package-info.class
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/analysis/standard/package-info.class
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/store/package-info.class
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/blocktree/package-info.class
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/search/spans/package-info.class
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/search/similarities/package-info.class
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/util/automaton/package-info.class
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene50/package-info.class
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java/org/apache/lucene/geo/package-info.class
>      [copy] Copying 3 files to
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/java
>
> compile-test-framework:
>
> -check-git-state:
>
> -git-cleanroot:
>
> -copy-git-state:
>
> git-autoclean:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> init:
>
> compile-lucene-core:
>
> -check-git-state:
>
> -git-cleanroot:
>
> -copy-git-state:
>
> git-autoclean:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> init:
>
> -clover.disable:
>
> -clover.load:
>
> -clover.classpath:
>
> -clover.setup:
>
> clover:
>
> compile-core:
>
> compile-codecs:
>
> -check-git-state:
>
> -git-cleanroot:
>
> -copy-git-state:
>
> git-autoclean:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> common.init:
>
> compile-lucene-core:
>
> init:
>
> -clover.disable:
>
> -clover.load:
>
> -clover.classpath:
>
> -clover.setup:
>
> clover:
>
> compile-core:
>     [mkdir] Created dir:
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/codecs/classes/java
>     [javac] Compiling 67 source files to
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/codecs/classes/java
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/bloom/package-info.class
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/memory/package-info.class
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/simpletext/package-info.class
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/blockterms/package-info.class
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/blocktreeords/package-info.class
>      [copy] Copying 3 files to
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/codecs/classes/java
>
> -clover.disable:
>
> -clover.load:
>
> -clover.classpath:
>
> -clover.setup:
>
> clover:
>
> common.compile-core:
>     [mkdir] Created dir:
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/test-framework/classes/java
>     [javac] Compiling 191 source files to
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/test-framework/classes/java
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/asserting/package-info.class
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/ramonly/package-info.class
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/mockfile/package-info.class
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/cheapbastard/package-info.class
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/mockrandom/package-info.class
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/cranky/package-info.class
>     [javac] Creating empty
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/compressing/dummy/package-info.class
>      [copy] Copying 4 files to
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/test-framework/classes/java
>
> compile-core:
>
> compile-test:
>     [mkdir] Created dir:
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/test
>     [javac] Compiling 482 source files to
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/test
>     [javac]
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/core/src/test/org/apache/lucene/index/TestIndexWriter.java:2685:
> warning: [try] auto-closeable resource closeable is never referenced in
> body of corresponding try statement
>     [javac]          Closeable closeable = () -> IOUtils.close(toClose)) {
>     [javac]                    ^
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] 1 warning
>      [copy] Copying 3 files to
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/classes/test
>
> BUILD SUCCESSFUL
> Total time: 10 seconds
> [repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5
> -Dtests.class="*.TestIndexWriter" -Dtests.showOutput=onerror
> "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC"
> -Dtests.seed=4B61719D05BF1903 -Dtests.multiplier=3 -Dtests.slow=true
> -Dtests.locale=en-ZA -Dtests.timezone=America/Denver -Dtests.asserts=true
> -Dtests.file.encoding=UTF-8
> Buildfile:
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/core/build.xml
>
> -clover.disable:
>
> ivy-configure:
> [ivy:configure] :: Apache Ivy 2.4.0 - 20141213170938 ::
> http://ant.apache.org/ivy/ ::
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml
>
> install-junit4-taskdef:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> resolve-groovy:
> [ivy:cachepath] :: resolving dependencies ::
> org.codehaus.groovy#groovy-all-caller;working
> [ivy:cachepath]         confs: [default]
> [ivy:cachepath]         found org.codehaus.groovy#groovy-all;2.4.15 in
> public
> [ivy:cachepath] :: resolution report :: resolve 10ms :: artifacts dl 0ms
>
> ---------------------------------------------------------------------
>         |                  |            modules            ||   artifacts
>  |
>         |       conf       | number| search|dwnlded|evicted||
> number|dwnlded|
>
> ---------------------------------------------------------------------
>         |      default     |   1   |   0   |   0   |   0   ||   1   |   0
>  |
>
> ---------------------------------------------------------------------
>
> -init-totals:
>
> -test:
>     [mkdir] Created dir:
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/test
> [junit4:pickseed] Seed property 'tests.seed' already defined:
> 4B61719D05BF1903
>     [mkdir] Created dir:
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/test/temp
>    [junit4] <JUnit4> says jolly good day! Master seed: 4B61719D05BF1903
>    [junit4] Executing 5 suites with 3 JVMs.
>    [junit4]
>    [junit4] Started J2 PID(14633@localhost).
>    [junit4] Started J0 PID(14631@localhost).
>    [junit4] Started J1 PID(14632@localhost).
>    [junit4] Suite: org.apache.lucene.index.TestIndexWriter
>    [junit4] OK      0.47s J0 | TestIndexWriter.testHasUncommittedChanges
>    [junit4] OK      0.11s J0 | TestIndexWriter.testWithPendingDeletions
>    [junit4] OK      1.37s J0 |
> TestIndexWriter.testCheckPendingFlushPostUpdate
>    [junit4] OK      0.00s J0 |
> TestIndexWriter.testNRTAfterSetUserDataWithCommit
>    [junit4] OK      0.07s J0 | TestIndexWriter.testLeftoverTempFiles
>    [junit4] OK      0.00s J0 | TestIndexWriter.testCorruptFirstCommit
>    [junit4] OK      0.01s J0 | TestIndexWriter.testNRTAfterCommit
>    [junit4] OK      0.07s J0 | TestIndexWriter.testEnablingNorms
>    [junit4] OK      0.05s J0 | TestIndexWriter.testDeleteUnusedFiles2
>    [junit4] OK      0.02s J0 | TestIndexWriter.testCloseDuringCommit
>    [junit4] OK      0.01s J0 | TestIndexWriter.testOnlyUpdateDocuments
>    [junit4] OK      0.40s J0 | TestIndexWriter.testIds
>    [junit4] OK      0.02s J0 | TestIndexWriter.testNullAnalyzer
>    [junit4] OK      0.01s J0 | TestIndexWriter.testNeverCheckOutOnFullFlush
>    [junit4] OK      0.00s J0 | TestIndexWriter.testIterableThrowsException2
>    [junit4] OK      0.56s J0 | TestIndexWriter.testHighFreqTerm
>    [junit4] OK      0.42s J0 | TestIndexWriter.testIterableThrowsException
>    [junit4] OK      0.03s J0 |
> TestIndexWriter.testWhetherDeleteAllDeletesWriteLock
>    [junit4] OK      0.03s J0 |
> TestIndexWriter.testEmptyFieldNameWithEmptyTerm
>    [junit4] OK      0.03s J0 |
> TestIndexWriter.testDeleteHappensBeforeWhileFlush
>    [junit4]   2> NOTE: reproduce with: ant test
> -Dtestcase=TestIndexWriter
> -Dtests.method=testFullyDeletedSegmentsReleaseFiles
> -Dtests.seed=4B61719D05BF1903 -Dtests.multiplier=3 -Dtests.slow=true
> -Dtests.badapples=true -Dtests.locale=en-ZA -Dtests.timezone=America/Denver
> -Dtests.asserts=true -Dtests.file.encoding=UTF-8
>    [junit4] FAILURE 0.07s J0 |
> TestIndexWriter.testFullyDeletedSegmentsReleaseFiles <<<
>    [junit4]    > Throwable #1: java.lang.AssertionError: [_0.cfe, _0.si,
> _0.cfs] vs [_0.cfe, _0.si, _0.cfs, extra0] expected:<3> but was:<4>
>    [junit4]    >        at
> __randomizedtesting.SeedInfo.seed([4B61719D05BF1903:119AD344B9B4F646]:0)
>    [junit4]    >        at
> org.apache.lucene.index.TestIndexWriter.assertFiles(TestIndexWriter.java:3352)
>    [junit4]    >        at
> org.apache.lucene.index.TestIndexWriter.testFullyDeletedSegmentsReleaseFiles(TestIndexWriter.java:3373)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [junit4] OK      0.48s J0 | TestIndexWriter.testMergeAllDeleted
>    [junit4] OK      0.03s J0 | TestIndexWriter.testCreateWithReader
>    [junit4] OK      0.06s J0 | TestIndexWriter.testCloseThenRollback
>    [junit4] OK      0.43s J0 | TestIndexWriter.testVariableSchema
>    [junit4] OK      0.38s J0 |
> TestIndexWriter.testPendingDeleteDVGeneration
>    [junit4] OK      0.00s J0 |
> TestIndexWriter.testPrepareCommitThenRollback2
>    [junit4] OK      0.01s J0 | TestIndexWriter.testNullDocuments
>    [junit4] OK      0.14s J0 | TestIndexWriter.testDeleteUnusedFiles
>    [junit4] OK      0.04s J0 | TestIndexWriter.testSoftUpdateDocuments
>    [junit4] OK      0.01s J0 | TestIndexWriter.testNRTSegmentsFile
>    [junit4] OK      0.00s J0 | TestIndexWriter.testPrepareCommitThenClose
>    [junit4] OK      0.00s J0 | TestIndexWriter.testCommitWithUserDataOnly
>    [junit4] OK      0.02s J0 | TestIndexWriter.testNullDocument
>    [junit4] OK      0.20s J0 |
> TestIndexWriter.testIterableFieldThrowsException
>    [junit4] OK      0.02s J0 | TestIndexWriter.testOtherFiles
>    [junit4] OK      0.01s J0 | TestIndexWriter.testGetCommitData
>    [junit4] OK      0.04s J0 |
> TestIndexWriter.testDontInvokeAnalyzerForUnAnalyzedFields
>    [junit4] OK      0.02s J0 | TestIndexWriter.testChangeIndexOptions
>    [junit4] OK      0.09s J0 | TestIndexWriter.testHoldLockOnLargestWriter
>    [junit4] OK      0.01s J0 | TestIndexWriter.testBadSegment
>    [junit4] OK      0.01s J0 | TestIndexWriter.testEmptyNorm
>    [junit4] OK      0.02s J0 | TestIndexWriter.testNRTReaderVersion
>    [junit4] OK      0.03s J0 | TestIndexWriter.testStopwordsPosIncHole2
>    [junit4] OK      0.08s J0 |
> TestIndexWriter.testSoftUpdatesConcurrentlyMixedDeletes
>    [junit4] OK      0.02s J0 |
> TestIndexWriter.testDeleteSameTermAcrossFields
>    [junit4] OK      0.27s J0 | TestIndexWriter.testManySeparateThreads
>    [junit4] OK      0.02s J0 | TestIndexWriter.testMaxThreadPriority
>    [junit4] OK      0.00s J0 |
> TestIndexWriter.testCommitImmediatelyAfterNRTReopen
>    [junit4] OK      0.00s J0 |
> TestIndexWriter.testPrepareCommitThenRollback
>    [junit4] OK      0.00s J0 | TestIndexWriter.testNegativePositions
>    [junit4] OK      0.01s J0 | TestIndexWriter.testEmptyFieldName
>    [junit4] OK      0.00s J0 |
> TestIndexWriter.testNRTAfterSetUserDataWithoutCommit
>    [junit4] OK      0.00s J0 | TestIndexWriter.testIndexNoDocuments
>    [junit4] OK      0.06s J0 | TestIndexWriter.testSoftUpdatesConcurrently
>    [junit4] OK      0.02s J0 | TestIndexWriter.testCloseWhileMergeIsRunning
>    [junit4] OK      0.02s J0 | TestIndexWriter.testDocCount
>    [junit4] OK      0.00s J0 | TestIndexWriter.testDoBeforeAfterFlush
>    [junit4] OK      0.04s J0 | TestIndexWriter.testChangingRAMBuffer
>    [junit4] OK      0.00s J0 | TestIndexWriter.testRollbackThenClose
>    [junit4] OK      0.00s J0 | TestIndexWriter.testEmptyDirRollback
>    [junit4] OK      0.45s J0 | TestIndexWriter.testNoUnwantedTVFiles
>    [junit4] OK      0.05s J0 | TestIndexWriter.testSmallRAMBuffer
>    [junit4] OK      0.00s J0 |
> TestIndexWriter.testHasUncommittedChangesAfterException
>    [junit4] OK      0.00s J0 | TestIndexWriter.testNoDocsIndex
>    [junit4] OK      4.14s J0 | TestIndexWriter.testThreadInterruptDeadlock
>    [junit4] OK      0.01s J0 | TestIndexWriter.testChangesAfterClose
>    [junit4] OK      0.03s J0 | TestIndexWriter.testDeadlock
>    [junit4] OK      0.01s J0 | TestIndexWriter.testIndexStoreCombos
>    [junit4] OK      0.01s J0 | TestIndexWriter.testStopwordsPosIncHole
>    [junit4] OK      0.02s J0 | TestIndexWriter.testUnlimitedMaxFieldLength
>    [junit4] OK      0.01s J0 |
> TestIndexWriter.testDeleteAllNRTLeftoverFiles
>    [junit4] OK      0.01s J0 |
> TestIndexWriter.testPendingDeletesAlreadyWrittenFiles
>    [junit4] OK      0.10s J0 | TestIndexWriter.testFlushWithNoMerging
>    [junit4] OK      0.01s J0 |
> TestIndexWriter.testPositionIncrementGapEmptyField
>    [junit4] OK      0.00s J0 |
> TestIndexWriter.testRecordsIndexCreatedVersion
>    [junit4] OK      0.01s J0 |
> TestIndexWriter.testEmptyDocAfterFlushingRealDoc
>    [junit4] OK      0.01s J0 | TestIndexWriter.testEmptyFSDirWithNoLock
>    [junit4] OK      0.01s J0 | TestIndexWriter.testDoubleClose
>    [junit4] OK      0.02s J0 | TestIndexWriter.testFlushLargestWriter
>    [junit4] OK      0.01s J0 | TestIndexWriter.testWickedLongTerm
>    [junit4] OK      0.00s J0 | TestIndexWriter.testEmptyFieldNameTerms
>    [junit4]   2> NOTE: leaving temporary files on disk at:
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/test/J0/temp/lucene.index.TestIndexWriter_4B61719D05BF1903-001
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70):
> {=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
> a=FST50, c=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> string=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> foo=Lucene50(blocksize=128), body=Lucene50(blocksize=128),
> version=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
> content=FST50, str=FST50,
> tvtest=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
> field=Lucene50(blocksize=128), content4=FST50,
> str3=Lucene50(blocksize=128),
> content1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
> str2=FST50, binary=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> id=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> myfield=Lucene50(blocksize=128)},
> docValues:{binarydv=DocValuesFormat(name=Lucene70),
> dv=DocValuesFormat(name=Lucene70),
> sortedsetdv=DocValuesFormat(name=Lucene70),
> field=DocValuesFormat(name=Lucene70),
> sortednumericdv=DocValuesFormat(name=Lucene70),
> numericdv=DocValuesFormat(name=Lucene70),
> soft_delete=DocValuesFormat(name=Direct),
> sorteddv=DocValuesFormat(name=Lucene70),
> id=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1760,
> maxMBSortInHeap=7.640354117463529, sim=RandomSimilarity(queryNorm=true):
> {=DFR I(n)B2, c=DFI(Standardized), string=DFR I(n)LZ(0.3), body=DFR G1,
> content=DFR I(n)LZ(0.3), str=DFR I(ne)BZ(0.3), tvtest=DFR GZ(0.3), field=IB
> LL-LZ(0.3), content4=DFR I(n)BZ(0.3), content1=IB LL-DZ(0.3), str2=DFR
> I(n)3(800.0), binary=DFR I(ne)B2, id=DFR I(F)2, myfield=DFR
> I(ne)B3(800.0)}, locale=en-ZA, timezone=America/Denver
>    [junit4]   2> NOTE: Linux 4.13.0-41-generic amd64/Oracle Corporation
> 1.8.0_172 (64-bit)/cpus=8,threads=1,free=375914024,total=523763712
>    [junit4]   2> NOTE: All tests run in this JVM: [TestIndexWriter]
>    [junit4] Completed [1/5 (1!)] on J0 in 11.65s, 83 tests, 1 failure, 1
> skipped <<< FAILURES!
>    [junit4]
>    [junit4] Suite: org.apache.lucene.index.TestIndexWriter
>    [junit4] OK      0.39s J1 | TestIndexWriter.testHasUncommittedChanges
>    [junit4] OK      0.11s J1 | TestIndexWriter.testWithPendingDeletions
>    [junit4] OK      1.58s J1 |
> TestIndexWriter.testCheckPendingFlushPostUpdate
>    [junit4] OK      0.00s J1 |
> TestIndexWriter.testNRTAfterSetUserDataWithCommit
>    [junit4] OK      0.00s J1 | TestIndexWriter.testLeftoverTempFiles
>    [junit4] OK      0.00s J1 | TestIndexWriter.testCorruptFirstCommit
>    [junit4] OK      0.01s J1 | TestIndexWriter.testNRTAfterCommit
>    [junit4] OK      0.11s J1 | TestIndexWriter.testEnablingNorms
>    [junit4] OK      0.05s J1 | TestIndexWriter.testDeleteUnusedFiles2
>    [junit4] OK      0.04s J1 | TestIndexWriter.testCloseDuringCommit
>    [junit4] OK      0.02s J1 | TestIndexWriter.testOnlyUpdateDocuments
>    [junit4] OK      0.33s J1 | TestIndexWriter.testIds
>    [junit4] OK      0.03s J1 | TestIndexWriter.testNullAnalyzer
>    [junit4] OK      0.03s J1 | TestIndexWriter.testNeverCheckOutOnFullFlush
>    [junit4] OK      0.01s J1 | TestIndexWriter.testIterableThrowsException2
>    [junit4] OK      0.50s J1 | TestIndexWriter.testHighFreqTerm
>    [junit4] OK      0.35s J1 | TestIndexWriter.testIterableThrowsException
>    [junit4] OK      0.04s J1 |
> TestIndexWriter.testWhetherDeleteAllDeletesWriteLock
>    [junit4] OK      0.03s J1 |
> TestIndexWriter.testEmptyFieldNameWithEmptyTerm
>    [junit4] OK      0.04s J1 |
> TestIndexWriter.testDeleteHappensBeforeWhileFlush
>    [junit4]   2> NOTE: reproduce with: ant test
> -Dtestcase=TestIndexWriter
> -Dtests.method=testFullyDeletedSegmentsReleaseFiles
> -Dtests.seed=4B61719D05BF1903 -Dtests.multiplier=3 -Dtests.slow=true
> -Dtests.badapples=true -Dtests.locale=en-ZA -Dtests.timezone=America/Denver
> -Dtests.asserts=true -Dtests.file.encoding=UTF-8
>    [junit4] FAILURE 0.12s J1 |
> TestIndexWriter.testFullyDeletedSegmentsReleaseFiles <<<
>    [junit4]    > Throwable #1: java.lang.AssertionError: [_0.cfe, _0.si,
> _0.cfs] vs [_0.cfe, _0.si, _0.cfs, extra0] expected:<3> but was:<4>
>    [junit4]    >        at
> __randomizedtesting.SeedInfo.seed([4B61719D05BF1903:119AD344B9B4F646]:0)
>    [junit4]    >        at
> org.apache.lucene.index.TestIndexWriter.assertFiles(TestIndexWriter.java:3352)
>    [junit4]    >        at
> org.apache.lucene.index.TestIndexWriter.testFullyDeletedSegmentsReleaseFiles(TestIndexWriter.java:3373)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [junit4] OK      0.48s J1 | TestIndexWriter.testMergeAllDeleted
>    [junit4] OK      0.04s J1 | TestIndexWriter.testCreateWithReader
>    [junit4] OK      0.04s J1 | TestIndexWriter.testCloseThenRollback
>    [junit4] OK      0.41s J1 | TestIndexWriter.testVariableSchema
>    [junit4] OK      0.41s J1 |
> TestIndexWriter.testPendingDeleteDVGeneration
>    [junit4] OK      0.00s J1 |
> TestIndexWriter.testPrepareCommitThenRollback2
>    [junit4] OK      0.03s J1 | TestIndexWriter.testNullDocuments
>    [junit4] OK      0.14s J1 | TestIndexWriter.testDeleteUnusedFiles
>    [junit4] OK      0.03s J1 | TestIndexWriter.testSoftUpdateDocuments
>    [junit4] OK      0.01s J1 | TestIndexWriter.testNRTSegmentsFile
>    [junit4] OK      0.00s J1 | TestIndexWriter.testPrepareCommitThenClose
>    [junit4] OK      0.02s J1 | TestIndexWriter.testCommitWithUserDataOnly
>    [junit4] OK      0.04s J1 | TestIndexWriter.testNullDocument
>    [junit4] OK      0.20s J1 |
> TestIndexWriter.testIterableFieldThrowsException
>    [junit4] OK      0.02s J1 | TestIndexWriter.testOtherFiles
>    [junit4] OK      0.01s J1 | TestIndexWriter.testGetCommitData
>    [junit4] OK      0.02s J1 |
> TestIndexWriter.testDontInvokeAnalyzerForUnAnalyzedFields
>    [junit4] OK      0.01s J1 | TestIndexWriter.testChangeIndexOptions
>    [junit4] OK      0.08s J1 | TestIndexWriter.testHoldLockOnLargestWriter
>    [junit4] OK      0.01s J1 | TestIndexWriter.testBadSegment
>    [junit4] OK      0.02s J1 | TestIndexWriter.testEmptyNorm
>    [junit4] OK      0.02s J1 | TestIndexWriter.testNRTReaderVersion
>    [junit4] OK      0.03s J1 | TestIndexWriter.testStopwordsPosIncHole2
>    [junit4] OK      0.08s J1 |
> TestIndexWriter.testSoftUpdatesConcurrentlyMixedDeletes
>    [junit4] OK      0.01s J1 |
> TestIndexWriter.testDeleteSameTermAcrossFields
>    [junit4] OK      0.14s J1 | TestIndexWriter.testManySeparateThreads
>    [junit4] OK      0.04s J1 | TestIndexWriter.testMaxThreadPriority
>    [junit4] OK      0.01s J1 |
> TestIndexWriter.testCommitImmediatelyAfterNRTReopen
>    [junit4] OK      0.00s J1 |
> TestIndexWriter.testPrepareCommitThenRollback
>    [junit4] OK      0.01s J1 | TestIndexWriter.testNegativePositions
>    [junit4] OK      0.02s J1 | TestIndexWriter.testEmptyFieldName
>    [junit4] OK      0.00s J1 |
> TestIndexWriter.testNRTAfterSetUserDataWithoutCommit
>    [junit4] OK      0.00s J1 | TestIndexWriter.testIndexNoDocuments
>    [junit4] OK      0.10s J1 | TestIndexWriter.testSoftUpdatesConcurrently
>    [junit4] OK      0.04s J1 | TestIndexWriter.testCloseWhileMergeIsRunning
>    [junit4] OK      0.04s J1 | TestIndexWriter.testDocCount
>    [junit4] OK      0.01s J1 | TestIndexWriter.testDoBeforeAfterFlush
>    [junit4] OK      0.06s J1 | TestIndexWriter.testChangingRAMBuffer
>    [junit4] OK      0.00s J1 | TestIndexWriter.testRollbackThenClose
>    [junit4] OK      0.00s J1 | TestIndexWriter.testEmptyDirRollback
>    [junit4] OK      0.53s J1 | TestIndexWriter.testNoUnwantedTVFiles
>    [junit4] OK      0.02s J1 | TestIndexWriter.testSmallRAMBuffer
>    [junit4] OK      0.01s J1 |
> TestIndexWriter.testHasUncommittedChangesAfterException
>    [junit4] OK      0.00s J1 | TestIndexWriter.testNoDocsIndex
>    [junit4] OK      4.10s J1 | TestIndexWriter.testThreadInterruptDeadlock
>    [junit4] OK      0.00s J1 | TestIndexWriter.testChangesAfterClose
>    [junit4] OK      0.04s J1 | TestIndexWriter.testDeadlock
>    [junit4] OK      0.03s J1 | TestIndexWriter.testIndexStoreCombos
>    [junit4] OK      0.01s J1 | TestIndexWriter.testStopwordsPosIncHole
>    [junit4] OK      0.03s J1 | TestIndexWriter.testUnlimitedMaxFieldLength
>    [junit4] OK      0.02s J1 |
> TestIndexWriter.testDeleteAllNRTLeftoverFiles
>    [junit4] OK      0.01s J1 |
> TestIndexWriter.testPendingDeletesAlreadyWrittenFiles
>    [junit4] OK      0.06s J1 | TestIndexWriter.testFlushWithNoMerging
>    [junit4] OK      0.01s J1 |
> TestIndexWriter.testPositionIncrementGapEmptyField
>    [junit4] OK      0.00s J1 |
> TestIndexWriter.testRecordsIndexCreatedVersion
>    [junit4] OK      0.00s J1 |
> TestIndexWriter.testEmptyDocAfterFlushingRealDoc
>    [junit4] OK      0.00s J1 | TestIndexWriter.testEmptyFSDirWithNoLock
>    [junit4] OK      0.00s J1 | TestIndexWriter.testDoubleClose
>    [junit4] OK      0.02s J1 | TestIndexWriter.testFlushLargestWriter
>    [junit4] OK      0.01s J1 | TestIndexWriter.testWickedLongTerm
>    [junit4] OK      0.00s J1 | TestIndexWriter.testEmptyFieldNameTerms
>    [junit4]   2> NOTE: leaving temporary files on disk at:
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/test/J1/temp/lucene.index.TestIndexWriter_4B61719D05BF1903-001
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70):
> {=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
> a=FST50, c=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> string=PostingsFormat(name=LuceneVarGapDocFreqInterval), foo=Luce