I committed a fix.

On May 26, 2014, at 3:56 PM, Apache Jenkins Server <[email protected]> 
wrote:

> Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1147/
> 
> 10 tests failed.
> FAILED:  
> org.apache.lucene.codecs.idversion.TestIDVersionPostingsFormat.testBasic
> 
> Error Message:
> A SPI class of type org.apache.lucene.codecs.PostingsFormat with name 
> 'IDVersion' does not exist. You need to add the corresponding JAR file 
> supporting this SPI to your classpath.The current classpath supports the 
> following names: [MockRandom, NestedPulsing, RAMOnly, Lucene41WithOrds, 
> Lucene41VarGapFixedInterval, TestBloomFilteredLucene41Postings, Asserting, 
> Lucene40, Lucene41, Pulsing41, SimpleText, Memory, BloomFilter, Direct, 
> FSTPulsing41, FSTOrdPulsing41, FST41, FSTOrd41]
> 
> Stack Trace:
> java.lang.IllegalArgumentException: A SPI class of type 
> org.apache.lucene.codecs.PostingsFormat with name 'IDVersion' does not exist. 
> You need to add the corresponding JAR file supporting this SPI to your 
> classpath.The current classpath supports the following names: [MockRandom, 
> NestedPulsing, RAMOnly, Lucene41WithOrds, Lucene41VarGapFixedInterval, 
> TestBloomFilteredLucene41Postings, Asserting, Lucene40, Lucene41, Pulsing41, 
> SimpleText, Memory, BloomFilter, Direct, FSTPulsing41, FSTOrdPulsing41, 
> FST41, FSTOrd41]
>       at 
> __randomizedtesting.SeedInfo.seed([EB5D077F845620B9:40A71A6A5B8AA697]:0)
>       at org.apache.lucene.util.NamedSPILoader.lookup(NamedSPILoader.java:109)
>       at 
> org.apache.lucene.codecs.PostingsFormat.forName(PostingsFormat.java:100)
>       at 
> org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:221)
>       at 
> org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:286)
>       at 
> org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:109)
>       at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:101)
>       at 
> org.apache.lucene.index.StandardDirectoryReader$1.doBody(StandardDirectoryReader.java:59)
>       at 
> org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:787)
>       at 
> org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:50)
>       at org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:64)
>       at 
> org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:341)
>       at 
> org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:271)
>       at 
> org.apache.lucene.codecs.idversion.TestIDVersionPostingsFormat.testBasic(TestIDVersionPostingsFormat.java:78)
> 
> 
> FAILED:  
> org.apache.lucene.codecs.idversion.TestIDVersionPostingsFormat.testMoreThanOneDocPerIDWithDeletesAcrossSegments
> 
> Error Message:
> A SPI class of type org.apache.lucene.codecs.PostingsFormat with name 
> 'IDVersion' does not exist. You need to add the corresponding JAR file 
> supporting this SPI to your classpath.The current classpath supports the 
> following names: [MockRandom, NestedPulsing, RAMOnly, Lucene41WithOrds, 
> Lucene41VarGapFixedInterval, TestBloomFilteredLucene41Postings, Asserting, 
> Lucene40, Lucene41, Pulsing41, SimpleText, Memory, BloomFilter, Direct, 
> FSTPulsing41, FSTOrdPulsing41, FST41, FSTOrd41]
> 
> Stack Trace:
> java.lang.IllegalArgumentException: A SPI class of type 
> org.apache.lucene.codecs.PostingsFormat with name 'IDVersion' does not exist. 
> You need to add the corresponding JAR file supporting this SPI to your 
> classpath.The current classpath supports the following names: [MockRandom, 
> NestedPulsing, RAMOnly, Lucene41WithOrds, Lucene41VarGapFixedInterval, 
> TestBloomFilteredLucene41Postings, Asserting, Lucene40, Lucene41, Pulsing41, 
> SimpleText, Memory, BloomFilter, Direct, FSTPulsing41, FSTOrdPulsing41, 
> FST41, FSTOrd41]
>       at 
> __randomizedtesting.SeedInfo.seed([EB5D077F845620B9:E857EBFCFE64954C]:0)
>       at org.apache.lucene.util.NamedSPILoader.lookup(NamedSPILoader.java:109)
>       at 
> org.apache.lucene.codecs.PostingsFormat.forName(PostingsFormat.java:100)
>       at 
> org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:221)
>       at 
> org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:286)
>       at 
> org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:109)
>       at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:101)
>       at 
> org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:133)
>       at 
> org.apache.lucene.index.BufferedUpdatesStream.applyDeletesAndUpdates(BufferedUpdatesStream.java:273)
>       at 
> org.apache.lucene.index.IndexWriter.applyAllDeletesAndUpdates(IndexWriter.java:3041)
>       at 
> org.apache.lucene.index.IndexWriter.maybeApplyDeletes(IndexWriter.java:3032)
>       at org.apache.lucene.index.IndexWriter.doFlush(IndexWriter.java:3005)
>       at org.apache.lucene.index.IndexWriter.flush(IndexWriter.java:2973)
>       at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1625)
>       at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1601)
>       at 
> org.apache.lucene.index.RandomIndexWriter.forceMerge(RandomIndexWriter.java:388)
>       at 
> org.apache.lucene.codecs.idversion.TestIDVersionPostingsFormat.testMoreThanOneDocPerIDWithDeletesAcrossSegments(TestIDVersionPostingsFormat.java:531)
> 
> 
> FAILED:  
> org.apache.lucene.codecs.idversion.TestIDVersionPostingsFormat.testMoreThanOneDocPerIDWithUpdates
> 
> Error Message:
> CheckIndex failed
> 
> Stack Trace:
> java.lang.RuntimeException: CheckIndex failed
>       at 
> __randomizedtesting.SeedInfo.seed([EB5D077F845620B9:C82A906E82167E46]:0)
>       at org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:203)
>       at 
> org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:692)
>       at 
> org.apache.lucene.codecs.idversion.TestIDVersionPostingsFormat.testMoreThanOneDocPerIDWithUpdates(TestIDVersionPostingsFormat.java:430)
> 
> 
> FAILED:  
> org.apache.lucene.codecs.idversion.TestIDVersionPostingsFormat.testMoreThanOneDocPerIDTwoSegments
> 
> Error Message:
> CheckIndex failed
> 
> Stack Trace:
> java.lang.RuntimeException: CheckIndex failed
>       at 
> __randomizedtesting.SeedInfo.seed([EB5D077F845620B9:AB2BB352E0995AA8]:0)
>       at org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:203)
>       at 
> org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:692)
>       at 
> org.apache.lucene.codecs.idversion.TestIDVersionPostingsFormat.testMoreThanOneDocPerIDTwoSegments(TestIDVersionPostingsFormat.java:413)
> 
> 
> FAILED:  
> org.apache.lucene.codecs.idversion.TestIDVersionPostingsFormat.testRandom
> 
> Error Message:
> A SPI class of type org.apache.lucene.codecs.PostingsFormat with name 
> 'IDVersion' does not exist. You need to add the corresponding JAR file 
> supporting this SPI to your classpath.The current classpath supports the 
> following names: [MockRandom, NestedPulsing, RAMOnly, Lucene41WithOrds, 
> Lucene41VarGapFixedInterval, TestBloomFilteredLucene41Postings, Asserting, 
> Lucene40, Lucene41, Pulsing41, SimpleText, Memory, BloomFilter, Direct, 
> FSTPulsing41, FSTOrdPulsing41, FST41, FSTOrd41]
> 
> Stack Trace:
> java.lang.IllegalArgumentException: A SPI class of type 
> org.apache.lucene.codecs.PostingsFormat with name 'IDVersion' does not exist. 
> You need to add the corresponding JAR file supporting this SPI to your 
> classpath.The current classpath supports the following names: [MockRandom, 
> NestedPulsing, RAMOnly, Lucene41WithOrds, Lucene41VarGapFixedInterval, 
> TestBloomFilteredLucene41Postings, Asserting, Lucene40, Lucene41, Pulsing41, 
> SimpleText, Memory, BloomFilter, Direct, FSTPulsing41, FSTOrdPulsing41, 
> FST41, FSTOrd41]
>       at 
> __randomizedtesting.SeedInfo.seed([EB5D077F845620B9:99112270353696CA]:0)
>       at org.apache.lucene.util.NamedSPILoader.lookup(NamedSPILoader.java:109)
>       at 
> org.apache.lucene.codecs.PostingsFormat.forName(PostingsFormat.java:100)
>       at 
> org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:221)
>       at 
> org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:286)
>       at 
> org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:109)
>       at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:101)
>       at 
> org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:133)
>       at 
> org.apache.lucene.index.BufferedUpdatesStream.applyDeletesAndUpdates(BufferedUpdatesStream.java:273)
>       at 
> org.apache.lucene.index.IndexWriter.applyAllDeletesAndUpdates(IndexWriter.java:3041)
>       at 
> org.apache.lucene.index.IndexWriter.maybeApplyDeletes(IndexWriter.java:3032)
>       at 
> org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:2746)
>       at 
> org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:2895)
>       at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:2862)
>       at 
> org.apache.lucene.index.RandomIndexWriter.maybeCommit(RandomIndexWriter.java:160)
>       at 
> org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:151)
>       at 
> org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:109)
>       at 
> org.apache.lucene.codecs.idversion.TestIDVersionPostingsFormat.testRandom(TestIDVersionPostingsFormat.java:240)
> 
> 
> FAILED:  
> org.apache.lucene.codecs.idversion.TestIDVersionPostingsFormat.testGlobalVersions
> 
> Error Message:
> A SPI class of type org.apache.lucene.codecs.PostingsFormat with name 
> 'IDVersion' does not exist. You need to add the corresponding JAR file 
> supporting this SPI to your classpath.The current classpath supports the 
> following names: [MockRandom, NestedPulsing, RAMOnly, Lucene41WithOrds, 
> Lucene41VarGapFixedInterval, TestBloomFilteredLucene41Postings, Asserting, 
> Lucene40, Lucene41, Pulsing41, SimpleText, Memory, BloomFilter, Direct, 
> FSTPulsing41, FSTOrdPulsing41, FST41, FSTOrd41]
> 
> Stack Trace:
> java.lang.IllegalArgumentException: A SPI class of type 
> org.apache.lucene.codecs.PostingsFormat with name 'IDVersion' does not exist. 
> You need to add the corresponding JAR file supporting this SPI to your 
> classpath.The current classpath supports the following names: [MockRandom, 
> NestedPulsing, RAMOnly, Lucene41WithOrds, Lucene41VarGapFixedInterval, 
> TestBloomFilteredLucene41Postings, Asserting, Lucene40, Lucene41, Pulsing41, 
> SimpleText, Memory, BloomFilter, Direct, FSTPulsing41, FSTOrdPulsing41, 
> FST41, FSTOrd41]
>       at 
> __randomizedtesting.SeedInfo.seed([EB5D077F845620B9:596A5AA42EE32AA9]:0)
>       at org.apache.lucene.util.NamedSPILoader.lookup(NamedSPILoader.java:109)
>       at 
> org.apache.lucene.codecs.PostingsFormat.forName(PostingsFormat.java:100)
>       at 
> org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:221)
>       at 
> org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:286)
>       at 
> org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:109)
>       at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:101)
>       at 
> org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:133)
>       at 
> org.apache.lucene.index.ReadersAndUpdates.getReadOnlyClone(ReadersAndUpdates.java:185)
>       at 
> org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:95)
>       at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:388)
>       at 
> org.apache.lucene.index.StandardDirectoryReader.doOpenFromWriter(StandardDirectoryReader.java:282)
>       at 
> org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:257)
>       at 
> org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:247)
>       at 
> org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:124)
>       at 
> org.apache.lucene.search.SearcherManager.refreshIfNeeded(SearcherManager.java:118)
>       at 
> org.apache.lucene.search.SearcherManager.refreshIfNeeded(SearcherManager.java:58)
>       at 
> org.apache.lucene.search.ReferenceManager.doMaybeRefresh(ReferenceManager.java:176)
>       at 
> org.apache.lucene.search.ReferenceManager.maybeRefresh(ReferenceManager.java:225)
>       at 
> org.apache.lucene.codecs.idversion.TestIDVersionPostingsFormat.testGlobalVersions(TestIDVersionPostingsFormat.java:796)
> 
> 
> FAILED:  
> org.apache.lucene.codecs.idversion.TestIDVersionPostingsFormat.testMoreThanOneDocPerIDWithDeletes
> 
> Error Message:
> CheckIndex failed
> 
> Stack Trace:
> java.lang.RuntimeException: CheckIndex failed
>       at 
> __randomizedtesting.SeedInfo.seed([EB5D077F845620B9:F6E598252FBAF37]:0)
>       at org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:203)
>       at 
> org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:692)
>       at 
> org.apache.lucene.codecs.idversion.TestIDVersionPostingsFormat.testMoreThanOneDocPerIDWithDeletes(TestIDVersionPostingsFormat.java:447)
> 
> 
> FAILED:  
> org.apache.lucene.codecs.idversion.TestIDVersionPostingsFormat.org.apache.lucene.codecs.idversion.TestIDVersionPostingsFormat
> 
> Error Message:
> Captured an uncaught exception in thread: Thread[id=29, name=Thread-5, 
> state=RUNNABLE, group=TGRP-TestIDVersionPostingsFormat]
> 
> Stack Trace:
> com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
> uncaught exception in thread: Thread[id=29, name=Thread-5, state=RUNNABLE, 
> group=TGRP-TestIDVersionPostingsFormat]
> Caused by: java.lang.RuntimeException: java.lang.IllegalArgumentException: A 
> SPI class of type org.apache.lucene.codecs.PostingsFormat with name 
> 'IDVersion' does not exist. You need to add the corresponding JAR file 
> supporting this SPI to your classpath.The current classpath supports the 
> following names: [MockRandom, NestedPulsing, RAMOnly, Lucene41WithOrds, 
> Lucene41VarGapFixedInterval, TestBloomFilteredLucene41Postings, Asserting, 
> Lucene40, Lucene41, Pulsing41, SimpleText, Memory, BloomFilter, Direct, 
> FSTPulsing41, FSTOrdPulsing41, FST41, FSTOrd41]
>       at __randomizedtesting.SeedInfo.seed([EB5D077F845620B9]:0)
>       at 
> org.apache.lucene.codecs.idversion.TestIDVersionPostingsFormat$10.run(TestIDVersionPostingsFormat.java:682)
> Caused by: java.lang.IllegalArgumentException: A SPI class of type 
> org.apache.lucene.codecs.PostingsFormat with name 'IDVersion' does not exist. 
> You need to add the corresponding JAR file supporting this SPI to your 
> classpath.The current classpath supports the following names: [MockRandom, 
> NestedPulsing, RAMOnly, Lucene41WithOrds, Lucene41VarGapFixedInterval, 
> TestBloomFilteredLucene41Postings, Asserting, Lucene40, Lucene41, Pulsing41, 
> SimpleText, Memory, BloomFilter, Direct, FSTPulsing41, FSTOrdPulsing41, 
> FST41, FSTOrd41]
>       at org.apache.lucene.util.NamedSPILoader.lookup(NamedSPILoader.java:109)
>       at 
> org.apache.lucene.codecs.PostingsFormat.forName(PostingsFormat.java:100)
>       at 
> org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:221)
>       at 
> org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:286)
>       at 
> org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:109)
>       at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:101)
>       at 
> org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:133)
>       at 
> org.apache.lucene.index.BufferedUpdatesStream.applyDeletesAndUpdates(BufferedUpdatesStream.java:273)
>       at 
> org.apache.lucene.index.IndexWriter.applyAllDeletesAndUpdates(IndexWriter.java:3041)
>       at 
> org.apache.lucene.index.IndexWriter.applyDeletesAndPurge(IndexWriter.java:4514)
>       at 
> org.apache.lucene.index.DocumentsWriter$ApplyDeletesEvent.process(DocumentsWriter.java:686)
>       at 
> org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:4548)
>       at 
> org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:4540)
>       at 
> org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1390)
>       at 
> org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1362)
>       at 
> org.apache.lucene.index.RandomIndexWriter.updateDocument(RandomIndexWriter.java:217)
>       at 
> org.apache.lucene.codecs.idversion.TestIDVersionPostingsFormat$10.runForReal(TestIDVersionPostingsFormat.java:772)
>       at 
> org.apache.lucene.codecs.idversion.TestIDVersionPostingsFormat$10.run(TestIDVersionPostingsFormat.java:680)
> 
> 
> FAILED:  
> org.apache.lucene.codecs.idversion.TestIDVersionPostingsFormat.org.apache.lucene.codecs.idversion.TestIDVersionPostingsFormat
> 
> Error Message:
> Captured an uncaught exception in thread: Thread[id=31, name=Thread-7, 
> state=RUNNABLE, group=TGRP-TestIDVersionPostingsFormat]
> 
> Stack Trace:
> com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
> uncaught exception in thread: Thread[id=31, name=Thread-7, state=RUNNABLE, 
> group=TGRP-TestIDVersionPostingsFormat]
> Caused by: java.lang.RuntimeException: java.lang.IllegalArgumentException: A 
> SPI class of type org.apache.lucene.codecs.PostingsFormat with name 
> 'IDVersion' does not exist. You need to add the corresponding JAR file 
> supporting this SPI to your classpath.The current classpath supports the 
> following names: [MockRandom, NestedPulsing, RAMOnly, Lucene41WithOrds, 
> Lucene41VarGapFixedInterval, TestBloomFilteredLucene41Postings, Asserting, 
> Lucene40, Lucene41, Pulsing41, SimpleText, Memory, BloomFilter, Direct, 
> FSTPulsing41, FSTOrdPulsing41, FST41, FSTOrd41]
>       at __randomizedtesting.SeedInfo.seed([EB5D077F845620B9]:0)
>       at 
> org.apache.lucene.codecs.idversion.TestIDVersionPostingsFormat$10.run(TestIDVersionPostingsFormat.java:682)
> Caused by: java.lang.IllegalArgumentException: A SPI class of type 
> org.apache.lucene.codecs.PostingsFormat with name 'IDVersion' does not exist. 
> You need to add the corresponding JAR file supporting this SPI to your 
> classpath.The current classpath supports the following names: [MockRandom, 
> NestedPulsing, RAMOnly, Lucene41WithOrds, Lucene41VarGapFixedInterval, 
> TestBloomFilteredLucene41Postings, Asserting, Lucene40, Lucene41, Pulsing41, 
> SimpleText, Memory, BloomFilter, Direct, FSTPulsing41, FSTOrdPulsing41, 
> FST41, FSTOrd41]
>       at org.apache.lucene.util.NamedSPILoader.lookup(NamedSPILoader.java:109)
>       at 
> org.apache.lucene.codecs.PostingsFormat.forName(PostingsFormat.java:100)
>       at 
> org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:221)
>       at 
> org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:286)
>       at 
> org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:109)
>       at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:101)
>       at 
> org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:133)
>       at 
> org.apache.lucene.index.BufferedUpdatesStream.applyDeletesAndUpdates(BufferedUpdatesStream.java:273)
>       at 
> org.apache.lucene.index.IndexWriter.applyAllDeletesAndUpdates(IndexWriter.java:3041)
>       at 
> org.apache.lucene.index.IndexWriter.applyDeletesAndPurge(IndexWriter.java:4514)
>       at 
> org.apache.lucene.index.DocumentsWriter$ApplyDeletesEvent.process(DocumentsWriter.java:686)
>       at 
> org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:4548)
>       at 
> org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:4540)
>       at 
> org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1390)
>       at 
> org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1362)
>       at 
> org.apache.lucene.index.RandomIndexWriter.updateDocument(RandomIndexWriter.java:217)
>       at 
> org.apache.lucene.codecs.idversion.TestIDVersionPostingsFormat$10.runForReal(TestIDVersionPostingsFormat.java:772)
>       at 
> org.apache.lucene.codecs.idversion.TestIDVersionPostingsFormat$10.run(TestIDVersionPostingsFormat.java:680)
> 
> 
> FAILED:  
> org.apache.lucene.codecs.idversion.TestIDVersionPostingsFormat.org.apache.lucene.codecs.idversion.TestIDVersionPostingsFormat
> 
> Error Message:
> Captured an uncaught exception in thread: Thread[id=30, name=Thread-6, 
> state=RUNNABLE, group=TGRP-TestIDVersionPostingsFormat]
> 
> Stack Trace:
> com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
> uncaught exception in thread: Thread[id=30, name=Thread-6, state=RUNNABLE, 
> group=TGRP-TestIDVersionPostingsFormat]
> Caused by: java.lang.RuntimeException: java.lang.IllegalArgumentException: A 
> SPI class of type org.apache.lucene.codecs.PostingsFormat with name 
> 'IDVersion' does not exist. You need to add the corresponding JAR file 
> supporting this SPI to your classpath.The current classpath supports the 
> following names: [MockRandom, NestedPulsing, RAMOnly, Lucene41WithOrds, 
> Lucene41VarGapFixedInterval, TestBloomFilteredLucene41Postings, Asserting, 
> Lucene40, Lucene41, Pulsing41, SimpleText, Memory, BloomFilter, Direct, 
> FSTPulsing41, FSTOrdPulsing41, FST41, FSTOrd41]
>       at __randomizedtesting.SeedInfo.seed([EB5D077F845620B9]:0)
>       at 
> org.apache.lucene.codecs.idversion.TestIDVersionPostingsFormat$10.run(TestIDVersionPostingsFormat.java:682)
> Caused by: java.lang.IllegalArgumentException: A SPI class of type 
> org.apache.lucene.codecs.PostingsFormat with name 'IDVersion' does not exist. 
> You need to add the corresponding JAR file supporting this SPI to your 
> classpath.The current classpath supports the following names: [MockRandom, 
> NestedPulsing, RAMOnly, Lucene41WithOrds, Lucene41VarGapFixedInterval, 
> TestBloomFilteredLucene41Postings, Asserting, Lucene40, Lucene41, Pulsing41, 
> SimpleText, Memory, BloomFilter, Direct, FSTPulsing41, FSTOrdPulsing41, 
> FST41, FSTOrd41]
>       at org.apache.lucene.util.NamedSPILoader.lookup(NamedSPILoader.java:109)
>       at 
> org.apache.lucene.codecs.PostingsFormat.forName(PostingsFormat.java:100)
>       at 
> org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:221)
>       at 
> org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:286)
>       at 
> org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:109)
>       at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:101)
>       at 
> org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:133)
>       at 
> org.apache.lucene.index.BufferedUpdatesStream.applyDeletesAndUpdates(BufferedUpdatesStream.java:273)
>       at 
> org.apache.lucene.index.IndexWriter.applyAllDeletesAndUpdates(IndexWriter.java:3041)
>       at 
> org.apache.lucene.index.IndexWriter.applyDeletesAndPurge(IndexWriter.java:4514)
>       at 
> org.apache.lucene.index.DocumentsWriter$ApplyDeletesEvent.process(DocumentsWriter.java:686)
>       at 
> org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:4548)
>       at 
> org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:4540)
>       at 
> org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1390)
>       at 
> org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1362)
>       at 
> org.apache.lucene.index.RandomIndexWriter.updateDocument(RandomIndexWriter.java:217)
>       at 
> org.apache.lucene.codecs.idversion.TestIDVersionPostingsFormat$10.runForReal(TestIDVersionPostingsFormat.java:772)
>       at 
> org.apache.lucene.codecs.idversion.TestIDVersionPostingsFormat$10.run(TestIDVersionPostingsFormat.java:680)
> 
> 
> 
> 
> Build Log:
> [...truncated 49429 lines...]
> BUILD FAILED
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:490:
>  The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:182:
>  The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/extra-targets.xml:77:
>  Java returned: 1
> 
> Total time: 51 minutes 25 seconds
> Build step 'Invoke Ant' marked build as failure
> Recording test results
> Email was triggered for: Failure
> Sending email for trigger: Failure
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to