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/04/15 18:01:39 UTC

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

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

No tests ran.

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



[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 2235 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/2235/

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZkTest

Error Message:
ERROR: SolrIndexSearcher opens=91 closes=89

Stack Trace:
java.lang.AssertionError: ERROR: SolrIndexSearcher opens=91 closes=89
	at __randomizedtesting.SeedInfo.seed([D0FBCD90316B7A0E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:212)
	at org.apache.solr.SolrTestCaseJ4.afterClassSolrTestCase(SolrTestCaseJ4.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1844)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$1000(RandomizedRunner.java:142)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:679)
	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:63)
	at org.apache.lucene.util.UncaughtExceptionsRule$1.evaluate(UncaughtExceptionsRule.java:75)
	at org.apache.lucene.util.StoreClassNameRule$1.evaluate(StoreClassNameRule.java:38)
	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:69)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:553)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$400(RandomizedRunner.java:142)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:499)




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



[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 2234 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/2234/

No tests ran.

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



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

Posted by Dawid Weiss <da...@cs.put.poznan.pl>.
Specifically, it's this one again. I'll file an issue about "<<<
FAILURES" not being present here, seems like they're not logged for
suite-level errors.

   [junit4] ERROR   0.00s J1 | BasicDistributedZkTest (suite)
   [junit4]    > Throwable #1: java.lang.AssertionError: ERROR:
SolrIndexSearcher opens=93 closes=91
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([59150493F236873A]:0)
   [junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
   [junit4]    > 	at
org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:212)
   [junit4]    > 	at
org.apache.solr.SolrTestCaseJ4.afterClassSolrTestCase(SolrTestCaseJ4.java:101)
   [junit4]    > 	at
sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source)
   [junit4]    > 	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:601)
   [junit4]    > 	at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1844)
   [junit4]    > 	at
com.carrotsearch.randomizedtesting.RandomizedRunner.access$1000(RandomizedRunner.java:142)
   [junit4]    > 	at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:679)
   [junit4]    > 	at
org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:63)
   [junit4]    > 	at
org.apache.lucene.util.UncaughtExceptionsRule$1.evaluate(UncaughtExceptionsRule.java:75)
   [junit4]    > 	at
org.apache.lucene.util.StoreClassNameRule$1.evaluate(StoreClassNameRule.java:38)
   [junit4]    > 	at
org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:69)
   [junit4]    > 	at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:553)
   [junit4]    > 	at
com.carrotsearch.randomizedtesting.RandomizedRunner.access$400(RandomizedRunner.java:142)
   [junit4]    > 	at
com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:499)


On Sun, Apr 15, 2012 at 6:07 PM, Dawid Weiss
<da...@cs.put.poznan.pl> wrote:
> This is a test failure --
>
> org.apache.solr.cloud.BasicDistributedZkTest
>
> What's interesting is that it's a suite-level failure (happened in an
> @AfterClass hook). Can we tell jenkins to store certain artifacts
> after a build is completed? Those detailed execution logs would be
> nice (or those HTML5 reports).
>
> Dawid
>
>
> On Sun, Apr 15, 2012 at 6:01 PM, Apache Jenkins Server
> <je...@builds.apache.org> wrote:
>> Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/2233/
>>
>> No tests ran.
>>
>> Build Log (for compile errors):
>> [...truncated 10982 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


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

Posted by Dawid Weiss <da...@cs.put.poznan.pl>.
This is a test failure --

org.apache.solr.cloud.BasicDistributedZkTest

What's interesting is that it's a suite-level failure (happened in an
@AfterClass hook). Can we tell jenkins to store certain artifacts
after a build is completed? Those detailed execution logs would be
nice (or those HTML5 reports).

Dawid


On Sun, Apr 15, 2012 at 6:01 PM, Apache Jenkins Server
<je...@builds.apache.org> wrote:
> Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/2233/
>
> No tests ran.
>
> Build Log (for compile errors):
> [...truncated 10982 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