You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/05/26 21:56:39 UTC

[JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1147: POMs out of sync

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



[JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1149: POMs out of sync

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1149/

2 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.org.apache.solr.cloud.CollectionsAPIDistributedZkTest

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

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


FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([7154727157C9DB86]:0)




Build Log:
[...truncated 54883 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: 202 minutes 38 seconds
Build step 'Invoke Ant' marked build as failure
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1148: POMs out of sync

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1148/

2 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch

Error Message:
There are still nodes recoverying - waited for 330 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 330 seconds
	at __randomizedtesting.SeedInfo.seed([9B6D809ADDE3BF0C:1A8B0E82AABCDF30]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:178)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:137)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:132)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:770)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:203)


FAILED:  org.apache.solr.cloud.HttpPartitionTest.testDistribSearch

Error Message:
No registered leader was found after waiting for 60000ms , collection: c8n_1x3_lf slice: shard1

Stack Trace:
org.apache.solr.common.SolrException: No registered leader was found after waiting for 60000ms , collection: c8n_1x3_lf slice: shard1
	at __randomizedtesting.SeedInfo.seed([75D3F100E960383D:F4357F189E3F5801]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:567)
	at org.apache.solr.cloud.HttpPartitionTest.testRf3WithLeaderFailover(HttpPartitionTest.java:349)
	at org.apache.solr.cloud.HttpPartitionTest.doTest(HttpPartitionTest.java:148)




Build Log:
[...truncated 54639 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: 244 minutes 51 seconds
Build step 'Invoke Ant' marked build as failure
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



Re: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1147: POMs out of sync

Posted by Steve Rowe <sa...@gmail.com>.
I committed a fix.

On May 26, 2014, at 3:56 PM, Apache Jenkins Server <je...@builds.apache.org> 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: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org