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 2012/02/21 19:53:12 UTC

[JENKINS] Lucene-Solr-tests-only-trunk - Build # 12485 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12485/

1 tests failed.
REGRESSION:  org.apache.lucene.search.TestComplexExplanations.testFQ5

Error Message:
java.lang.AssertionError: org.apache.lucene.search.TestComplexExplanations.testFQ5: Insane FieldCache usage(s) found expected:<0> but was:<1>

Stack Trace:
java.lang.RuntimeException: java.lang.AssertionError: org.apache.lucene.search.TestComplexExplanations.testFQ5: Insane FieldCache usage(s) found expected:<0> but was:<1>
	at org.apache.lucene.util.LuceneTestCase.tearDownInternal(LuceneTestCase.java:780)
	at org.apache.lucene.util.LuceneTestCase.access$1000(LuceneTestCase.java:138)
	at org.apache.lucene.util.LuceneTestCase$InternalSetupTeardownRule$1.evaluate(LuceneTestCase.java:607)
	at org.apache.lucene.util.LuceneTestCase$TestResultInterceptorRule$1.evaluate(LuceneTestCase.java:511)
	at org.apache.lucene.util.LuceneTestCase$RememberThreadRule$1.evaluate(LuceneTestCase.java:569)
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:165)
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:57)
	at org.apache.lucene.util.LuceneTestCase.assertSaneFieldCaches(LuceneTestCase.java:907)
	at org.apache.lucene.util.LuceneTestCase.tearDownInternal(LuceneTestCase.java:770)




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



Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 12485 - Failure

Posted by Robert Muir <rc...@gmail.com>.
FYI: until Uwe has some time to also help, i disabled the wrapping of
atomic-readers temporarily in this method (if its already atomic, e.g.
the test explicitly made a slowwrapper), then we don't wrap it.

We shouldn't leave it like this though, maybe its not a test bug but
maybe there is some real bug.

On Tue, Feb 21, 2012 at 3:38 PM, Robert Muir <rc...@gmail.com> wrote:
> ok I got this
>
> On Tue, Feb 21, 2012 at 3:15 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
>> These errors could be caused by our new heavy wrapping with MultiReaders, slow readers, parallel readers. I have no time to investigate at the moment (visit by relatives...)
>>
>> Robert, can you maybe dig into?
>>
>> Uwe
>>
>> -----
>> Uwe Schindler
>> H.-H.-Meier-Allee 63, D-28213 Bremen
>> http://www.thetaphi.de
>> eMail: uwe@thetaphi.de
>>
>>
>>> -----Original Message-----
>>> From: Apache Jenkins Server [mailto:jenkins@builds.apache.org]
>>> Sent: Tuesday, February 21, 2012 7:53 PM
>>> To: dev@lucene.apache.org
>>> Subject: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 12485 - Failure
>>>
>>> Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12485/
>>>
>>> 1 tests failed.
>>> REGRESSION:  org.apache.lucene.search.TestComplexExplanations.testFQ5
>>>
>>> Error Message:
>>> java.lang.AssertionError:
>>> org.apache.lucene.search.TestComplexExplanations.testFQ5: Insane FieldCache
>>> usage(s) found expected:<0> but was:<1>
>>>
>>> Stack Trace:
>>> java.lang.RuntimeException: java.lang.AssertionError:
>>> org.apache.lucene.search.TestComplexExplanations.testFQ5: Insane FieldCache
>>> usage(s) found expected:<0> but was:<1>
>>>       at
>>> org.apache.lucene.util.LuceneTestCase.tearDownInternal(LuceneTestCase.java:
>>> 780)
>>>       at
>>> org.apache.lucene.util.LuceneTestCase.access$1000(LuceneTestCase.java:138)
>>>       at
>>> org.apache.lucene.util.LuceneTestCase$InternalSetupTeardownRule$1.evaluate
>>> (LuceneTestCase.java:607)
>>>       at
>>> org.apache.lucene.util.LuceneTestCase$TestResultInterceptorRule$1.evaluate(L
>>> uceneTestCase.java:511)
>>>       at
>>> org.apache.lucene.util.LuceneTestCase$RememberThreadRule$1.evaluate(Luc
>>> eneTestCase.java:569)
>>>       at
>>> org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.
>>> java:165)
>>>       at
>>> org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.
>>> java:57)
>>>       at
>>> org.apache.lucene.util.LuceneTestCase.assertSaneFieldCaches(LuceneTestCase.
>>> java:907)
>>>       at
>>> org.apache.lucene.util.LuceneTestCase.tearDownInternal(LuceneTestCase.java:
>>> 770)
>>>
>>>
>>>
>>>
>>> Build Log (for compile errors):
>>> [...truncated 1480 lines...]
>>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>>
>
>
>
> --
> lucidimagination.com



-- 
lucidimagination.com

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


Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 12485 - Failure

Posted by Robert Muir <rc...@gmail.com>.
ok I got this

On Tue, Feb 21, 2012 at 3:15 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
> These errors could be caused by our new heavy wrapping with MultiReaders, slow readers, parallel readers. I have no time to investigate at the moment (visit by relatives...)
>
> Robert, can you maybe dig into?
>
> Uwe
>
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: uwe@thetaphi.de
>
>
>> -----Original Message-----
>> From: Apache Jenkins Server [mailto:jenkins@builds.apache.org]
>> Sent: Tuesday, February 21, 2012 7:53 PM
>> To: dev@lucene.apache.org
>> Subject: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 12485 - Failure
>>
>> Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12485/
>>
>> 1 tests failed.
>> REGRESSION:  org.apache.lucene.search.TestComplexExplanations.testFQ5
>>
>> Error Message:
>> java.lang.AssertionError:
>> org.apache.lucene.search.TestComplexExplanations.testFQ5: Insane FieldCache
>> usage(s) found expected:<0> but was:<1>
>>
>> Stack Trace:
>> java.lang.RuntimeException: java.lang.AssertionError:
>> org.apache.lucene.search.TestComplexExplanations.testFQ5: Insane FieldCache
>> usage(s) found expected:<0> but was:<1>
>>       at
>> org.apache.lucene.util.LuceneTestCase.tearDownInternal(LuceneTestCase.java:
>> 780)
>>       at
>> org.apache.lucene.util.LuceneTestCase.access$1000(LuceneTestCase.java:138)
>>       at
>> org.apache.lucene.util.LuceneTestCase$InternalSetupTeardownRule$1.evaluate
>> (LuceneTestCase.java:607)
>>       at
>> org.apache.lucene.util.LuceneTestCase$TestResultInterceptorRule$1.evaluate(L
>> uceneTestCase.java:511)
>>       at
>> org.apache.lucene.util.LuceneTestCase$RememberThreadRule$1.evaluate(Luc
>> eneTestCase.java:569)
>>       at
>> org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.
>> java:165)
>>       at
>> org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.
>> java:57)
>>       at
>> org.apache.lucene.util.LuceneTestCase.assertSaneFieldCaches(LuceneTestCase.
>> java:907)
>>       at
>> org.apache.lucene.util.LuceneTestCase.tearDownInternal(LuceneTestCase.java:
>> 770)
>>
>>
>>
>>
>> Build Log (for compile errors):
>> [...truncated 1480 lines...]
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>



-- 
lucidimagination.com

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


RE: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 12485 - Failure

Posted by Uwe Schindler <uw...@thetaphi.de>.
These errors could be caused by our new heavy wrapping with MultiReaders, slow readers, parallel readers. I have no time to investigate at the moment (visit by relatives...)

Robert, can you maybe dig into?

Uwe

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de


> -----Original Message-----
> From: Apache Jenkins Server [mailto:jenkins@builds.apache.org]
> Sent: Tuesday, February 21, 2012 7:53 PM
> To: dev@lucene.apache.org
> Subject: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 12485 - Failure
> 
> Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12485/
> 
> 1 tests failed.
> REGRESSION:  org.apache.lucene.search.TestComplexExplanations.testFQ5
> 
> Error Message:
> java.lang.AssertionError:
> org.apache.lucene.search.TestComplexExplanations.testFQ5: Insane FieldCache
> usage(s) found expected:<0> but was:<1>
> 
> Stack Trace:
> java.lang.RuntimeException: java.lang.AssertionError:
> org.apache.lucene.search.TestComplexExplanations.testFQ5: Insane FieldCache
> usage(s) found expected:<0> but was:<1>
> 	at
> org.apache.lucene.util.LuceneTestCase.tearDownInternal(LuceneTestCase.java:
> 780)
> 	at
> org.apache.lucene.util.LuceneTestCase.access$1000(LuceneTestCase.java:138)
> 	at
> org.apache.lucene.util.LuceneTestCase$InternalSetupTeardownRule$1.evaluate
> (LuceneTestCase.java:607)
> 	at
> org.apache.lucene.util.LuceneTestCase$TestResultInterceptorRule$1.evaluate(L
> uceneTestCase.java:511)
> 	at
> org.apache.lucene.util.LuceneTestCase$RememberThreadRule$1.evaluate(Luc
> eneTestCase.java:569)
> 	at
> org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.
> java:165)
> 	at
> org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.
> java:57)
> 	at
> org.apache.lucene.util.LuceneTestCase.assertSaneFieldCaches(LuceneTestCase.
> java:907)
> 	at
> org.apache.lucene.util.LuceneTestCase.tearDownInternal(LuceneTestCase.java:
> 770)
> 
> 
> 
> 
> Build Log (for compile errors):
> [...truncated 1480 lines...]
> 



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