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

[JENKINS] Lucene-Solr-BadApples-Tests-8.x - Build # 463 - Unstable

Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-8.x/463/

1 tests failed.
FAILED:  org.apache.lucene.index.TestSegmentInfos.testBitFlippedTriggersCorruptIndexException

Error Message:
Unexpected exception type, expected any of [CorruptIndexException, IndexFormatTooOldException, IndexFormatTooNewException] but got: java.lang.IllegalArgumentException: An SPI class of type org.apache.lucene.codecs.Codec with name 'FastCompressi�gStoredFieldsData' does not exist.  You need to add the corresponding JAR file supporting this SPI to your classpath.  The current classpath supports the following names: [SimpleText, Asserting, CheapBastard, FastCompressingStoredFieldsData, FastDecompressionCompressingStoredFieldsData, HighCompressionCompressingStoredFieldsData, DummyCompressingStoredFieldsData, Lucene86]

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected any of [CorruptIndexException, IndexFormatTooOldException, IndexFormatTooNewException] but got: java.lang.IllegalArgumentException: An SPI class of type org.apache.lucene.codecs.Codec with name 'FastCompressi�gStoredFieldsData' does not exist.  You need to add the corresponding JAR file supporting this SPI to your classpath.  The current classpath supports the following names: [SimpleText, Asserting, CheapBastard, FastCompressingStoredFieldsData, FastDecompressionCompressingStoredFieldsData, HighCompressionCompressingStoredFieldsData, DummyCompressingStoredFieldsData, Lucene86]
	at __randomizedtesting.SeedInfo.seed([726808CED67D094F:200C813CB9971D63]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrowsAnyOf(LuceneTestCase.java:2768)
	at org.apache.lucene.index.TestSegmentInfos.testBitFlippedTriggersCorruptIndexException(TestSegmentInfos.java:245)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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)
Caused by: java.lang.IllegalArgumentException: An SPI class of type org.apache.lucene.codecs.Codec with name 'FastCompressi�gStoredFieldsData' does not exist.  You need to add the corresponding JAR file supporting this SPI to your classpath.  The current classpath supports the following names: [SimpleText, Asserting, CheapBastard, FastCompressingStoredFieldsData, FastDecompressionCompressingStoredFieldsData, HighCompressionCompressingStoredFieldsData, DummyCompressingStoredFieldsData, Lucene86]
	at org.apache.lucene.util.NamedSPILoader.lookup(NamedSPILoader.java:116)
	at org.apache.lucene.codecs.Codec.forName(Codec.java:116)
	at org.apache.lucene.index.SegmentInfos.readCodec(SegmentInfos.java:445)
	at org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:356)
	at org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:291)
	at org.apache.lucene.index.SegmentInfos$1.doBody(SegmentInfos.java:461)
	at org.apache.lucene.index.SegmentInfos$1.doBody(SegmentInfos.java:458)
	at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:720)
	at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:672)
	at org.apache.lucene.index.SegmentInfos.readLatestCommit(SegmentInfos.java:463)
	at org.apache.lucene.index.TestSegmentInfos.lambda$testBitFlippedTriggersCorruptIndexException$2(TestSegmentInfos.java:247)
	at org.apache.lucene.util.LuceneTestCase._expectThrows(LuceneTestCase.java:2863)
	at org.apache.lucene.util.LuceneTestCase.expectThrowsAnyOf(LuceneTestCase.java:2756)
	... 37 more
	Suppressed: org.apache.lucene.index.CorruptIndexException: checksum failed (hardware problem?) : expected=3a42f3d4 actual=31d02d5 (resource=BufferedChecksumIndexInput(MockIndexInputWrapper(RAMInputStream(name=segments_1))))
		at org.apache.lucene.codecs.CodecUtil.checkFooter(CodecUtil.java:419)
		at org.apache.lucene.codecs.CodecUtil.checkFooter(CodecUtil.java:462)
		at org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:434)
		... 46 more




Build Log:
[...truncated 770 lines...]
   [junit4] Suite: org.apache.lucene.index.TestSegmentInfos
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSegmentInfos -Dtests.method=testBitFlippedTriggersCorruptIndexException -Dtests.seed=726808CED67D094F -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=ar-BH -Dtests.timezone=Europe/Tirane -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.00s J0 | TestSegmentInfos.testBitFlippedTriggersCorruptIndexException <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Unexpected exception type, expected any of [CorruptIndexException, IndexFormatTooOldException, IndexFormatTooNewException] but got: java.lang.IllegalArgumentException: An SPI class of type org.apache.lucene.codecs.Codec with name 'FastCompressi�gStoredFieldsData' does not exist.  You need to add the corresponding JAR file supporting this SPI to your classpath.  The current classpath supports the following names: [SimpleText, Asserting, CheapBastard, FastCompressingStoredFieldsData, FastDecompressionCompressingStoredFieldsData, HighCompressionCompressingStoredFieldsData, DummyCompressingStoredFieldsData, Lucene86]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([726808CED67D094F:200C813CB9971D63]:0)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrowsAnyOf(LuceneTestCase.java:2768)
   [junit4]    > 	at org.apache.lucene.index.TestSegmentInfos.testBitFlippedTriggersCorruptIndexException(TestSegmentInfos.java:245)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.IllegalArgumentException: An SPI class of type org.apache.lucene.codecs.Codec with name 'FastCompressi�gStoredFieldsData' does not exist.  You need to add the corresponding JAR file supporting this SPI to your classpath.  The current classpath supports the following names: [SimpleText, Asserting, CheapBastard, FastCompressingStoredFieldsData, FastDecompressionCompressingStoredFieldsData, HighCompressionCompressingStoredFieldsData, DummyCompressingStoredFieldsData, Lucene86]
   [junit4]    > 	at org.apache.lucene.util.NamedSPILoader.lookup(NamedSPILoader.java:116)
   [junit4]    > 	at org.apache.lucene.codecs.Codec.forName(Codec.java:116)
   [junit4]    > 	at org.apache.lucene.index.SegmentInfos.readCodec(SegmentInfos.java:445)
   [junit4]    > 	at org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:356)
   [junit4]    > 	at org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:291)
   [junit4]    > 	at org.apache.lucene.index.SegmentInfos$1.doBody(SegmentInfos.java:461)
   [junit4]    > 	at org.apache.lucene.index.SegmentInfos$1.doBody(SegmentInfos.java:458)
   [junit4]    > 	at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:720)
   [junit4]    > 	at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:672)
   [junit4]    > 	at org.apache.lucene.index.SegmentInfos.readLatestCommit(SegmentInfos.java:463)
   [junit4]    > 	at org.apache.lucene.index.TestSegmentInfos.lambda$testBitFlippedTriggersCorruptIndexException$2(TestSegmentInfos.java:247)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase._expectThrows(LuceneTestCase.java:2863)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrowsAnyOf(LuceneTestCase.java:2756)
   [junit4]    > 	... 37 more
   [junit4]    > 	Suppressed: org.apache.lucene.index.CorruptIndexException: checksum failed (hardware problem?) : expected=3a42f3d4 actual=31d02d5 (resource=BufferedChecksumIndexInput(MockIndexInputWrapper(RAMInputStream(name=segments_1))))
   [junit4]    > 		at org.apache.lucene.codecs.CodecUtil.checkFooter(CodecUtil.java:419)
   [junit4]    > 		at org.apache.lucene.codecs.CodecUtil.checkFooter(CodecUtil.java:462)
   [junit4]    > 		at org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:434)
   [junit4]    > 		... 46 more
   [junit4]   1> TEST(8.6.0):C10000:[indexSort=<doc>]:[diagnostics={key1=value1, key2=value2}]:[attributes={key1=value1, key2=value2}]
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=3, maxDocsPerChunk=8, blockShift=8), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=3, blockSize=8)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@42e199e6), locale=ar-BH, timezone=Europe/Tirane
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=205249336,total=247988224
   [junit4]   2> NOTE: All tests run in this JVM: [TestMultiMMap, TestFieldMaskingSpanQuery, TestPostingsOffsets, TestOrdinalMap, TestBlockMaxConjunction, TestSparseFixedBitDocIdSet, TestXYLine, TestDocumentsWriterStallControl, TestXYShape, TestDirectMonotonic, TestCollectionUtil, TestDeterminism, TestRegexpRandom, TestLine2D, TestExceedMaxTermLength, TestSimpleExplanationsOfNonMatches, TestRollingBuffer, TestSynonymQuery, TestSloppyPhraseQuery, TestIndexReaderClose, TestNeedsScores, TestCrashCausesCorruptIndex, TestMergeSchedulerExternal, TestTermScorer, TestXYDocValuesQueries, TestCharArraySet, TestTermStates, TestDisjunctionScoreBlockBoundaryPropagator, TestSortedSetSelector, TestNorms, TestDeletionPolicy, TestBoostQuery, TestSegmentTermDocs, TestCharsRef, TestDateTools, TestTransactions, TestOmitPositions, TestSortedSetDocValues, TestFileSwitchDirectory, TestXYMultiPolygonShapeQueries, TestSpanMultiTermQueryWrapper, TestBytesStore, TestReaderClosed, TestQueryVisitor, TestComplexExplanationsOfNonMatches, TestFieldsReader, TestSpanBoostQuery, TestCheckIndex, TestBytesRef, TestAssertions, TestMultiPhraseQuery, TestUTF32ToUTF8, TestFrequencyTrackingRingBuffer, TestIndexWriterMerging, TestDistributionSPL, TestCircle2D, TestMatchesIterator, TestIntRangeFieldQueries, TestLongValuesSource, TestSumDocFreq, TestAutomatonQuery, TestSimpleFSDirectory, TestMultiTermsEnum, TestSegmentInfos]
   [junit4] Completed [136/564 (1!)] on J0 in 0.26s, 7 tests, 1 failure <<< FAILURES!

[...truncated 67730 lines...]