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/10 22:47:47 UTC

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

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

3 tests failed.
FAILED:  org.apache.solr.cloud.FullSolrCloudTest.testDistribSearch

Error Message:
Could not connect to ZooKeeper 127.0.0.1:65285 within 30000 ms

Stack Trace:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:65285 within 30000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:129)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:105)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:86)
	at org.apache.solr.cloud.AbstractDistributedZkTestCase.printLayout(AbstractDistributedZkTestCase.java:89)
	at org.apache.solr.cloud.FullSolrCloudTest.tearDown(FullSolrCloudTest.java:1268)
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:165)
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:57)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.FullSolrCloudTest

Error Message:
ERROR: SolrIndexSearcher opens=34 closes=30

Stack Trace:
junit.framework.AssertionFailedError: ERROR: SolrIndexSearcher opens=34 closes=30
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:152)
	at org.apache.solr.SolrTestCaseJ4.afterClassSolrTestCase(SolrTestCaseJ4.java:76)


REGRESSION:  org.apache.solr.cloud.LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout

Error Message:
Could not connect to ZooKeeper 127.0.0.1:14438 within 30000 ms

Stack Trace:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:14438 within 30000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:129)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:105)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:86)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:75)
	at org.apache.solr.cloud.LeaderElectionIntegrationTest.setUp(LeaderElectionIntegrationTest.java:84)
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:165)
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:57)




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



---------------------------------------------------------------------
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 # 12396 - Failure

Posted by Mark Miller <ma...@gmail.com>.
Like I said, I have a blackhole in my env too, so I don't assume its because of that at all.

On Feb 10, 2012, at 5:20 PM, Uwe Schindler wrote:

> Jenkins has a blackout, so a timeout would not really help? In my opinions,
> those tests should simply use a Fake IP address from IPv6, so they *always*
> fail. IPv6 has enough "private" addresses that should work with that?
> 
> Uwe
> 
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: uwe@thetaphi.de
> 
>> -----Original Message-----
>> From: Mark Miller [mailto:markrmiller@gmail.com]
>> Sent: Friday, February 10, 2012 11:14 PM
>> To: dev@lucene.apache.org
>> Subject: Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 12396 -
> Failure
>> 
>> Hmm...just enabled this one after getting it to pass on my blackhole
> freebsd virt
>> machine consistently - will have to see if this is common on jenkins or if
> we
>> need to raise the timeout or what.
>> 
>> On Feb 10, 2012, at 4:47 PM, Apache Jenkins Server wrote:
>> 
>>> Build:
>>> https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12396/
>>> 
>>> 3 tests failed.
>>> FAILED:  org.apache.solr.cloud.FullSolrCloudTest.testDistribSearch
>>> 
>>> Error Message:
>>> Could not connect to ZooKeeper 127.0.0.1:65285 within 30000 ms
>>> 
>>> Stack Trace:
>>> java.util.concurrent.TimeoutException: Could not connect to ZooKeeper
>> 127.0.0.1:65285 within 30000 ms
>>> 	at
>> org.apache.solr.common.cloud.ConnectionManager.waitForConnected(Connect
>> ionManager.java:129)
>>> 	at
>> org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
>>> 	at
>> org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:105)
>>> 	at
>> org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:86)
>>> 	at
>> 
> org.apache.solr.cloud.AbstractDistributedZkTestCase.printLayout(AbstractDist
> ri
>> butedZkTestCase.java:89)
>>> 	at
>> 
> org.apache.solr.cloud.FullSolrCloudTest.tearDown(FullSolrCloudTest.java:1268
> )
>>> 	at
>> org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.
>> java:165)
>>> 	at
>>> org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRun
>>> ner.java:57)
>>> 
>>> 
>>> FAILED:
>>> junit.framework.TestSuite.org.apache.solr.cloud.FullSolrCloudTest
>>> 
>>> Error Message:
>>> ERROR: SolrIndexSearcher opens=34 closes=30
>>> 
>>> Stack Trace:
>>> junit.framework.AssertionFailedError: ERROR: SolrIndexSearcher opens=34
>> closes=30
>>> 	at
>> 
> org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:152)
>>> 	at
>>> org.apache.solr.SolrTestCaseJ4.afterClassSolrTestCase(SolrTestCaseJ4.j
>>> ava:76)
>>> 
>>> 
>>> REGRESSION:
>>> org.apache.solr.cloud.LeaderElectionIntegrationTest.testLeaderElection
>>> AfterClientTimeout
>>> 
>>> Error Message:
>>> Could not connect to ZooKeeper 127.0.0.1:14438 within 30000 ms
>>> 
>>> Stack Trace:
>>> java.util.concurrent.TimeoutException: Could not connect to ZooKeeper
>> 127.0.0.1:14438 within 30000 ms
>>> 	at
>> org.apache.solr.common.cloud.ConnectionManager.waitForConnected(Connect
>> ionManager.java:129)
>>> 	at
>> org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
>>> 	at
>> org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:105)
>>> 	at
>> org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:86)
>>> 	at
>> 
> org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.j
>> ava:75)
>>> 	at
>> 
> org.apache.solr.cloud.LeaderElectionIntegrationTest.setUp(LeaderElectionInte
> g
>> rationTest.java:84)
>>> 	at
>> org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.
>> java:165)
>>> 	at
>>> org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRun
>>> ner.java:57)
>>> 
>>> 
>>> 
>>> 
>>> Build Log (for compile errors):
>>> [...truncated 12050 lines...]
>>> 
>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For
>>> additional commands, e-mail: dev-help@lucene.apache.org
>>> 
>> 
>> - Mark Miller
>> lucidimagination.com
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> 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
> 

- Mark Miller
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 # 12396 - Failure

Posted by Uwe Schindler <uw...@thetaphi.de>.
Jenkins has a blackout, so a timeout would not really help? In my opinions,
those tests should simply use a Fake IP address from IPv6, so they *always*
fail. IPv6 has enough "private" addresses that should work with that?

Uwe

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

> -----Original Message-----
> From: Mark Miller [mailto:markrmiller@gmail.com]
> Sent: Friday, February 10, 2012 11:14 PM
> To: dev@lucene.apache.org
> Subject: Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 12396 -
Failure
> 
> Hmm...just enabled this one after getting it to pass on my blackhole
freebsd virt
> machine consistently - will have to see if this is common on jenkins or if
we
> need to raise the timeout or what.
> 
> On Feb 10, 2012, at 4:47 PM, Apache Jenkins Server wrote:
> 
> > Build:
> > https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12396/
> >
> > 3 tests failed.
> > FAILED:  org.apache.solr.cloud.FullSolrCloudTest.testDistribSearch
> >
> > Error Message:
> > Could not connect to ZooKeeper 127.0.0.1:65285 within 30000 ms
> >
> > Stack Trace:
> > java.util.concurrent.TimeoutException: Could not connect to ZooKeeper
> 127.0.0.1:65285 within 30000 ms
> > 	at
> org.apache.solr.common.cloud.ConnectionManager.waitForConnected(Connect
> ionManager.java:129)
> > 	at
> org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
> > 	at
> org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:105)
> > 	at
> org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:86)
> > 	at
>
org.apache.solr.cloud.AbstractDistributedZkTestCase.printLayout(AbstractDist
ri
> butedZkTestCase.java:89)
> > 	at
>
org.apache.solr.cloud.FullSolrCloudTest.tearDown(FullSolrCloudTest.java:1268
)
> > 	at
> org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.
> java:165)
> > 	at
> > org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRun
> > ner.java:57)
> >
> >
> > FAILED:
> > junit.framework.TestSuite.org.apache.solr.cloud.FullSolrCloudTest
> >
> > Error Message:
> > ERROR: SolrIndexSearcher opens=34 closes=30
> >
> > Stack Trace:
> > junit.framework.AssertionFailedError: ERROR: SolrIndexSearcher opens=34
> closes=30
> > 	at
>
org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:152)
> > 	at
> > org.apache.solr.SolrTestCaseJ4.afterClassSolrTestCase(SolrTestCaseJ4.j
> > ava:76)
> >
> >
> > REGRESSION:
> > org.apache.solr.cloud.LeaderElectionIntegrationTest.testLeaderElection
> > AfterClientTimeout
> >
> > Error Message:
> > Could not connect to ZooKeeper 127.0.0.1:14438 within 30000 ms
> >
> > Stack Trace:
> > java.util.concurrent.TimeoutException: Could not connect to ZooKeeper
> 127.0.0.1:14438 within 30000 ms
> > 	at
> org.apache.solr.common.cloud.ConnectionManager.waitForConnected(Connect
> ionManager.java:129)
> > 	at
> org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
> > 	at
> org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:105)
> > 	at
> org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:86)
> > 	at
>
org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.j
> ava:75)
> > 	at
>
org.apache.solr.cloud.LeaderElectionIntegrationTest.setUp(LeaderElectionInte
g
> rationTest.java:84)
> > 	at
> org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.
> java:165)
> > 	at
> > org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRun
> > ner.java:57)
> >
> >
> >
> >
> > Build Log (for compile errors):
> > [...truncated 12050 lines...]
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For
> > additional commands, e-mail: dev-help@lucene.apache.org
> >
> 
> - Mark Miller
> lucidimagination.com
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> 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 - Build # 12396 - Failure

Posted by Mark Miller <ma...@gmail.com>.
Hmm...just enabled this one after getting it to pass on my blackhole freebsd virt machine consistently - will have to see if this is common on jenkins or if we need to raise the timeout or what.

On Feb 10, 2012, at 4:47 PM, Apache Jenkins Server wrote:

> Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12396/
> 
> 3 tests failed.
> FAILED:  org.apache.solr.cloud.FullSolrCloudTest.testDistribSearch
> 
> Error Message:
> Could not connect to ZooKeeper 127.0.0.1:65285 within 30000 ms
> 
> Stack Trace:
> java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:65285 within 30000 ms
> 	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:129)
> 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
> 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:105)
> 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:86)
> 	at org.apache.solr.cloud.AbstractDistributedZkTestCase.printLayout(AbstractDistributedZkTestCase.java:89)
> 	at org.apache.solr.cloud.FullSolrCloudTest.tearDown(FullSolrCloudTest.java:1268)
> 	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:165)
> 	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:57)
> 
> 
> FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.FullSolrCloudTest
> 
> Error Message:
> ERROR: SolrIndexSearcher opens=34 closes=30
> 
> Stack Trace:
> junit.framework.AssertionFailedError: ERROR: SolrIndexSearcher opens=34 closes=30
> 	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:152)
> 	at org.apache.solr.SolrTestCaseJ4.afterClassSolrTestCase(SolrTestCaseJ4.java:76)
> 
> 
> REGRESSION:  org.apache.solr.cloud.LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout
> 
> Error Message:
> Could not connect to ZooKeeper 127.0.0.1:14438 within 30000 ms
> 
> Stack Trace:
> java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:14438 within 30000 ms
> 	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:129)
> 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
> 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:105)
> 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:86)
> 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:75)
> 	at org.apache.solr.cloud.LeaderElectionIntegrationTest.setUp(LeaderElectionIntegrationTest.java:84)
> 	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:165)
> 	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:57)
> 
> 
> 
> 
> Build Log (for compile errors):
> [...truncated 12050 lines...]
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
> 

- Mark Miller
lucidimagination.com












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