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 Hudson Server <hu...@hudson.apache.org> on 2010/12/09 17:59:09 UTC

Lucene-Solr-tests-only-trunk - Build # 2362 - Failure

Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/2362/

1 tests failed.
REGRESSION:  org.apache.lucene.index.TestBackwardsCompatibility.testUnsupportedOldIndexes

Error Message:
MockDirectoryWrapper: cannot close: there are still open files: {_6_0.doc=1, _6_3.pos=1, _6_3.skp=1, _6_3.tii=1, _6_1.frq=1, _6_3.tis=1, _6_3.doc=1, _6_3.frq=1, _6_2.prx=1, _6_1.prx=1, _6_0.frq=1, _6_0.tis=1, _6_1.tii=1, _6_3.pyl=1, _6_0.tii=1, _6_2.tis=1, _6_0.pos=1, _6_2.frq=1, _6_2.tii=1, _6_0.skp=1, _6.nrm=1, _6_0.pyl=1, _6_1.tis=1}

Stack Trace:
java.lang.RuntimeException: MockDirectoryWrapper: cannot close: there are still open files: {_6_0.doc=1, _6_3.pos=1, _6_3.skp=1, _6_3.tii=1, _6_1.frq=1, _6_3.tis=1, _6_3.doc=1, _6_3.frq=1, _6_2.prx=1, _6_1.prx=1, _6_0.frq=1, _6_0.tis=1, _6_1.tii=1, _6_3.pyl=1, _6_0.tii=1, _6_2.tis=1, _6_0.pos=1, _6_2.frq=1, _6_2.tii=1, _6_0.skp=1, _6.nrm=1, _6_0.pyl=1, _6_1.tis=1}
	at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:387)
	at org.apache.lucene.index.TestBackwardsCompatibility.testUnsupportedOldIndexes(TestBackwardsCompatibility.java:204)
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1039)
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:977)
Caused by: java.lang.RuntimeException: unclosed IndexInput
	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:342)
	at org.apache.lucene.index.codecs.FixedGapTermsIndexReader.<init>(FixedGapTermsIndexReader.java:98)
	at org.apache.lucene.index.codecs.pulsing.PulsingCodec.fieldsProducer(PulsingCodec.java:119)
	at org.apache.lucene.index.PerFieldCodecWrapper$FieldsReader.<init>(PerFieldCodecWrapper.java:111)
	at org.apache.lucene.index.PerFieldCodecWrapper.fieldsProducer(PerFieldCodecWrapper.java:191)
	at org.apache.lucene.index.SegmentReader$CoreReaders.<init>(SegmentReader.java:131)
	at org.apache.lucene.index.SegmentReader.get(SegmentReader.java:527)
	at org.apache.lucene.index.IndexWriter$ReaderPool.get(IndexWriter.java:564)
	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:3518)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:2960)
	at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:37)
	at org.apache.lucene.index.IndexWriter.closeInternal(IndexWriter.java:1049)
	at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1006)
	at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:970)
	at org.apache.lucene.index.TestBackwardsCompatibility.testUnsupportedOldIndexes(TestBackwardsCompatibility.java:187)




Build Log (for compile errors):
[...truncated 3100 lines...]



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


Re: Lucene-Solr-tests-only-trunk - Build # 2362 - Failure

Posted by Michael McCandless <lu...@mikemccandless.com>.
I just committed a fix for this.

Mike

On Thu, Dec 9, 2010 at 11:59 AM, Apache Hudson Server
<hu...@hudson.apache.org> wrote:
> Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/2362/
>
> 1 tests failed.
> REGRESSION:  org.apache.lucene.index.TestBackwardsCompatibility.testUnsupportedOldIndexes
>
> Error Message:
> MockDirectoryWrapper: cannot close: there are still open files: {_6_0.doc=1, _6_3.pos=1, _6_3.skp=1, _6_3.tii=1, _6_1.frq=1, _6_3.tis=1, _6_3.doc=1, _6_3.frq=1, _6_2.prx=1, _6_1.prx=1, _6_0.frq=1, _6_0.tis=1, _6_1.tii=1, _6_3.pyl=1, _6_0.tii=1, _6_2.tis=1, _6_0.pos=1, _6_2.frq=1, _6_2.tii=1, _6_0.skp=1, _6.nrm=1, _6_0.pyl=1, _6_1.tis=1}
>
> Stack Trace:
> java.lang.RuntimeException: MockDirectoryWrapper: cannot close: there are still open files: {_6_0.doc=1, _6_3.pos=1, _6_3.skp=1, _6_3.tii=1, _6_1.frq=1, _6_3.tis=1, _6_3.doc=1, _6_3.frq=1, _6_2.prx=1, _6_1.prx=1, _6_0.frq=1, _6_0.tis=1, _6_1.tii=1, _6_3.pyl=1, _6_0.tii=1, _6_2.tis=1, _6_0.pos=1, _6_2.frq=1, _6_2.tii=1, _6_0.skp=1, _6.nrm=1, _6_0.pyl=1, _6_1.tis=1}
>        at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:387)
>        at org.apache.lucene.index.TestBackwardsCompatibility.testUnsupportedOldIndexes(TestBackwardsCompatibility.java:204)
>        at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1039)
>        at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:977)
> Caused by: java.lang.RuntimeException: unclosed IndexInput
>        at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:342)
>        at org.apache.lucene.index.codecs.FixedGapTermsIndexReader.<init>(FixedGapTermsIndexReader.java:98)
>        at org.apache.lucene.index.codecs.pulsing.PulsingCodec.fieldsProducer(PulsingCodec.java:119)
>        at org.apache.lucene.index.PerFieldCodecWrapper$FieldsReader.<init>(PerFieldCodecWrapper.java:111)
>        at org.apache.lucene.index.PerFieldCodecWrapper.fieldsProducer(PerFieldCodecWrapper.java:191)
>        at org.apache.lucene.index.SegmentReader$CoreReaders.<init>(SegmentReader.java:131)
>        at org.apache.lucene.index.SegmentReader.get(SegmentReader.java:527)
>        at org.apache.lucene.index.IndexWriter$ReaderPool.get(IndexWriter.java:564)
>        at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:3518)
>        at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:2960)
>        at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:37)
>        at org.apache.lucene.index.IndexWriter.closeInternal(IndexWriter.java:1049)
>        at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1006)
>        at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:970)
>        at org.apache.lucene.index.TestBackwardsCompatibility.testUnsupportedOldIndexes(TestBackwardsCompatibility.java:187)
>
>
>
>
> Build Log (for compile errors):
> [...truncated 3100 lines...]
>
>
>
> ---------------------------------------------------------------------
> 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