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

1 tests failed.
REGRESSION:  org.apache.solr.cloud.FullSolrCloudTest.testDistribSearch

Error Message:
Timeout occured while waiting response from server at: 
http://localhost:32077/solr/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://localhost:32077/solr/collection1
        at 
__randomizedtesting.SeedInfo.seed([57B5E9D45FE12268:D65367CC28BE4254]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:410)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
        at 
org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:90)
        at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:324)
        at 
org.apache.solr.cloud.FullSolrCloudTest.testUpdateAndDelete(FullSolrCloudTest.java:629)
        at 
org.apache.solr.cloud.FullSolrCloudTest.doTest(FullSolrCloudTest.java:567)
        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:679)
        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:1995)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.access$1100(RandomizedRunner.java:132)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:818)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:877)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:32)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
org.apache.lucene.util.TestRuleReportUncaughtExceptions$1.evaluate(TestRuleReportUncaughtExceptions.java:68)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:825)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.access$700(RandomizedRunner.java:132)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3$1.run(RandomizedRunner.java:671)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:697)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:736)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleReportUncaughtExceptions$1.evaluate(TestRuleReportUncaughtExceptions.java:68)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
        at 
org.apache.lucene.util.TestRuleIcuHack$1.evaluate(TestRuleIcuHack.java:51)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
org.apache.lucene.util.TestRuleNoInstanceHooksOverrides$1.evaluate(TestRuleNoInstanceHooksOverrides.java:53)
        at 
org.apache.lucene.util.TestRuleNoStaticHooksShadowing$1.evaluate(TestRuleNoStaticHooksShadowing.java:52)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:36)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:605)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.access$400(RandomizedRunner.java:132)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:551)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.read(SocketInputStream.java:150)
        at java.net.SocketInputStream.read(SocketInputStream.java:121)
        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:149)
        at 
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:111)
        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:264)
        at 
org.apache.http.impl.conn.DefaultResponseParser.parseHead(DefaultResponseParser.java:98)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:252)
        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:282)
        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:247)
        at 
org.apache.http.impl.conn.AbstractClientConnAdapter.receiveResponseHeader(AbstractClientConnAdapter.java:216)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:298)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:647)
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:464)
        at 
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
        at 
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
        at 
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:732)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:353)
        ... 45 more




Build Log:
[...truncated 14431 lines...]
[junit4:junit4]   2>            at 
org.eclipse.jetty.server.Server.handle(Server.java:351)
[junit4:junit4]   2>            at 
org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
[junit4:junit4]   2>            at 
org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
[junit4:junit4]   2>            at 
org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:890)
[junit4:junit4]   2>            at 
org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:944)
[junit4:junit4]   2>            at 
org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:634)
[junit4:junit4]   2>            at 
org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:230)
[junit4:junit4]   2>            at 
org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
[junit4:junit4]   2>            at 
org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
[junit4:junit4]   2>            at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
[junit4:junit4]   2>            at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
[junit4:junit4]   2>            at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2>    
[junit4:junit4]   2> 94685 T2464 C141 P32077 oasc.SolrCore.close [collection1]  
CLOSING SolrCore org.apache.solr.core.SolrCore@16d29890
[junit4:junit4]   2> 94686 T2464 C141 P32077 oasc.SolrCore.closeSearcher 
[collection1] Closing main searcher on request.
[junit4:junit4]   2> 94689 T2464 C141 P32077 oasu.DirectUpdateHandler2.close 
closing DirectUpdateHandler2{commits=12,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=152,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 94728 T2432 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 
13960
[junit4:junit4]   2> 94728 T2432 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=952119285
[junit4:junit4]   2> 94728 T2432 oasc.RecoveryStrategy.close WARNING Stopping 
recovery for core collection1 zkNodeName=127.0.0.1:13960_solr_collection1
[junit4:junit4]   2> 94729 T2432 oasc.SolrCore.close [collection1]  CLOSING 
SolrCore org.apache.solr.core.SolrCore@36d1a07c
[junit4:junit4]   2> 94731 T2432 oasc.SolrCore.closeSearcher [collection1] 
Closing main searcher on request.
[junit4:junit4]   2> 94731 T2432 oasu.DirectUpdateHandler2.close closing 
DirectUpdateHandler2{commits=3,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 94734 T2432 oasc.RecoveryStrategy.close WARNING Stopping 
recovery for core collection1 zkNodeName=127.0.0.1:13960_solr_collection1
[junit4:junit4]   2> 94835 T2959 oaz.ClientCnxn$EventThread.run EventThread 
shut down
[junit4:junit4]   2> 94835 T2432 oaz.ZooKeeper.close Session: 0x138b5288f6f000d 
closed
[junit4:junit4]   2> 94837 T2432 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 94890 T2432 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 
11561
[junit4:junit4]   2> 94890 T2432 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=1407756099
[junit4:junit4]   2> 94890 T2432 oasc.RecoveryStrategy.close WARNING Stopping 
recovery for core collection1 zkNodeName=127.0.0.1:11561_solr_collection1
[junit4:junit4]   2> 94891 T2432 oasc.SolrCore.close [collection1]  CLOSING 
SolrCore org.apache.solr.core.SolrCore@717a091e
[junit4:junit4]   2> 94892 T2432 oasc.SolrCore.closeSearcher [collection1] 
Closing main searcher on request.
[junit4:junit4]   2> 94892 T2432 oasu.DirectUpdateHandler2.close closing 
DirectUpdateHandler2{commits=12,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=152,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 94895 T2432 oasc.RecoveryStrategy.close WARNING Stopping 
recovery for core collection1 zkNodeName=127.0.0.1:11561_solr_collection1
[junit4:junit4]   2> 94997 T2490 oaz.ClientCnxn$EventThread.run EventThread 
shut down
[junit4:junit4]   2> 94997 T2432 oaz.ZooKeeper.close Session: 0x138b5288f6f0005 
closed
[junit4:junit4]   2> 94999 T2432 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 95051 T2432 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 
57446
[junit4:junit4]   2> 95051 T2432 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=1129455102
[junit4:junit4]   2> 95052 T2432 oasc.RecoveryStrategy.close WARNING Stopping 
recovery for core collection1 zkNodeName=127.0.0.1:57446_solr_collection1
[junit4:junit4]   2> 95052 T2432 oasc.SolrCore.close [collection1]  CLOSING 
SolrCore org.apache.solr.core.SolrCore@7e46ee2c
[junit4:junit4]   2> 95054 T2432 oasc.SolrCore.closeSearcher [collection1] 
Closing main searcher on request.
[junit4:junit4]   2> 95057 T2432 oasu.DirectUpdateHandler2.close closing 
DirectUpdateHandler2{commits=12,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=150,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 95059 T2432 oasc.RecoveryStrategy.close WARNING Stopping 
recovery for core collection1 zkNodeName=127.0.0.1:57446_solr_collection1
[junit4:junit4]   2> 95161 T2503 oaz.ClientCnxn$EventThread.run EventThread 
shut down
[junit4:junit4]   2> 95161 T2432 oaz.ZooKeeper.close Session: 0x138b5288f6f0006 
closed
[junit4:junit4]   2> 95163 T2432 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 95215 T2432 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 
40862
[junit4:junit4]   2> 95215 T2432 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=1112820921
[junit4:junit4]   2> 95216 T2432 oasc.RecoveryStrategy.close WARNING Stopping 
recovery for core collection1 zkNodeName=127.0.0.1:40862_solr_collection1
[junit4:junit4]   2> 95216 T2432 oasc.SolrCore.close [collection1]  CLOSING 
SolrCore org.apache.solr.core.SolrCore@4de8de3
[junit4:junit4]   2> 95219 T2432 oasc.SolrCore.closeSearcher [collection1] 
Closing main searcher on request.
[junit4:junit4]   2> 95220 T2432 oasu.DirectUpdateHandler2.close closing 
DirectUpdateHandler2{commits=3,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=2,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 95226 T2432 oasc.RecoveryStrategy.close WARNING Stopping 
recovery for core collection1 zkNodeName=127.0.0.1:40862_solr_collection1
[junit4:junit4]   2> 95328 T2982 oaz.ClientCnxn$EventThread.run EventThread 
shut down
[junit4:junit4]   2> 95328 T2432 oaz.ZooKeeper.close Session: 0x138b5288f6f000e 
closed
[junit4:junit4]   2> 95330 T2432 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 95539 T2432 oas.SolrTestCaseJ4.tearDown ###Ending 
testDistribSearch
[junit4:junit4]   1>            "node_name":"127.0.0.1:32077_solr",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:32077/solr"}
[junit4:junit4]   1>      /solr/collections/collection1/leaders/shard2 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "core":"collection1",
[junit4:junit4]   1>            "node_name":"127.0.0.1:57446_solr",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:57446/solr"}
[junit4:junit4]   1>    /solr/collections/control_collection (3)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"configName":"conf1"}
[junit4:junit4]   1>     /solr/collections/control_collection/shards (0)
[junit4:junit4]   1>     /solr/collections/control_collection/leader_elect (1)
[junit4:junit4]   1>      
/solr/collections/control_collection/leader_elect/control_shard (1)
[junit4:junit4]   1>       
/solr/collections/control_collection/leader_elect/control_shard/election (1)
[junit4:junit4]   1>        
/solr/collections/control_collection/leader_elect/control_shard/election/88019378543460354-127.0.0.1:28842_solr_collection1-n_0000000000
 (0)
[junit4:junit4]   1>     /solr/collections/control_collection/leaders (1)
[junit4:junit4]   1>      
/solr/collections/control_collection/leaders/control_shard (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "core":"collection1",
[junit4:junit4]   1>            "node_name":"127.0.0.1:28842_solr",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:28842/solr"}
[junit4:junit4]   1>   /solr/clusterstate.json (0)
[junit4:junit4]   1>   DATA:
[junit4:junit4]   1>       {
[junit4:junit4]   1>         "collection1":{
[junit4:junit4]   1>           "shard1":{
[junit4:junit4]   1>             "127.0.0.1:32077_solr_collection1":{
[junit4:junit4]   1>               "shard":"shard1",
[junit4:junit4]   1>               "leader":"true",
[junit4:junit4]   1>               "roles":null,
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "core":"collection1",
[junit4:junit4]   1>               "collection":"collection1",
[junit4:junit4]   1>               "node_name":"127.0.0.1:32077_solr",
[junit4:junit4]   1>               "base_url":"http://127.0.0.1:32077/solr"},
[junit4:junit4]   1>             "127.0.0.1:11561_solr_collection1":{
[junit4:junit4]   1>               "shard":"shard1",
[junit4:junit4]   1>               "roles":null,
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "core":"collection1",
[junit4:junit4]   1>               "collection":"collection1",
[junit4:junit4]   1>               "node_name":"127.0.0.1:11561_solr",
[junit4:junit4]   1>               "base_url":"http://127.0.0.1:11561/solr"},
[junit4:junit4]   1>             "127.0.0.1:40862_solr_collection1":{
[junit4:junit4]   1>               "shard":"shard1",
[junit4:junit4]   1>               "roles":null,
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "core":"collection1",
[junit4:junit4]   1>               "collection":"collection1",
[junit4:junit4]   1>               "node_name":"127.0.0.1:40862_solr",
[junit4:junit4]   1>               "base_url":"http://127.0.0.1:40862/solr"}},
[junit4:junit4]   1>           "shard2":{
[junit4:junit4]   1>             "127.0.0.1:13960_solr_collection1":{
[junit4:junit4]   1>               "shard":"shard2",
[junit4:junit4]   1>               "roles":null,
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "core":"collection1",
[junit4:junit4]   1>               "collection":"collection1",
[junit4:junit4]   1>               "node_name":"127.0.0.1:13960_solr",
[junit4:junit4]   1>               "base_url":"http://127.0.0.1:13960/solr"},
[junit4:junit4]   1>             "127.0.0.1:57446_solr_collection1":{
[junit4:junit4]   1>               "shard":"shard2",
[junit4:junit4]   1>               "roles":null,
[junit4:junit4]   1>               "leader":"true",
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "core":"collection1",
[junit4:junit4]   1>               "collection":"collection1",
[junit4:junit4]   1>               "node_name":"127.0.0.1:57446_solr",
[junit4:junit4]   1>               "base_url":"http://127.0.0.1:57446/solr"}}},
[junit4:junit4]   1>         
"control_collection":{"control_shard":{"127.0.0.1:28842_solr_collection1":{
[junit4:junit4]   1>               "shard":"control_shard",
[junit4:junit4]   1>               "roles":null,
[junit4:junit4]   1>               "leader":"true",
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "core":"collection1",
[junit4:junit4]   1>               "collection":"control_collection",
[junit4:junit4]   1>               "node_name":"127.0.0.1:28842_solr",
[junit4:junit4]   1>               "base_url":"http://127.0.0.1:28842/solr"}}}}
[junit4:junit4]   1>  /zookeeper (1)
[junit4:junit4]   1>  DATA:
[junit4:junit4]   1>      
[junit4:junit4]   1> 
[junit4:junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=FullSolrCloudTest -Dtests.method=testDistribSearch 
-Dtests.seed=57B5E9D45FE12268 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=ar_YE -Dtests.timezone=America/Argentina/Ushuaia 
-Dtests.file.encoding=UTF-8
[junit4:junit4]   1> 
[junit4:junit4]   2>
[junit4:junit4]    > (@AfterClass output)
[junit4:junit4]   2> 95602 T2432 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene40: 
{n_f1=Lucene40(minBlockSize=79 maxBlockSize=254), 
foo_b=MockVariableIntBlock(baseBlockSize=51), foo_d=Pulsing40(freqCutoff=4 
minBlockSize=79 maxBlockSize=254), 
foo_f=MockVariableIntBlock(baseBlockSize=51), n_tl1=Lucene40(minBlockSize=79 
maxBlockSize=254), n_d1=MockFixedIntBlock(blockSize=1554), 
rnd_b=Pulsing40(freqCutoff=4 minBlockSize=79 maxBlockSize=254), 
intDefault=MockFixedIntBlock(blockSize=1554), n_td1=Lucene40(minBlockSize=79 
maxBlockSize=254), id=Pulsing40(freqCutoff=4 minBlockSize=79 maxBlockSize=254), 
timestamp=MockFixedIntBlock(blockSize=1554), 
range_facet_sl=MockVariableIntBlock(baseBlockSize=51), 
range_facet_si=Lucene40(minBlockSize=79 maxBlockSize=254), 
oddField_s=MockVariableIntBlock(baseBlockSize=51), 
multiDefault=Lucene40(minBlockSize=79 maxBlockSize=254), 
n_tf1=MockFixedIntBlock(blockSize=1554), n_dt1=Lucene40(minBlockSize=79 
maxBlockSize=254), n_ti1=Pulsing40(freqCutoff=4 minBlockSize=79 
maxBlockSize=254), range_facet_l=MockFixedIntBlock(blockSize=1554), 
text=MockVariableIntBlock(baseBlockSize=51), 
_version_=MockFixedIntBlock(blockSize=1554), 
SubjectTerms_mfacet=MockFixedIntBlock(blockSize=1554), 
a_t=MockFixedIntBlock(blockSize=1554), 
n_tdt1=MockFixedIntBlock(blockSize=1554), 
other_tl1=MockFixedIntBlock(blockSize=1554), 
n_l1=MockFixedIntBlock(blockSize=1554), a_si=Lucene40(minBlockSize=79 
maxBlockSize=254)}, sim=DefaultSimilarity, locale=ar_YE, 
timezone=America/Argentina/Ushuaia
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 
1.7.0_04 (64-bit)/cpus=16,threads=1,free=215580848,total=383778816
[junit4:junit4]   2> NOTE: All tests run in this JVM: 
[TestWikipediaTokenizerFactory, DebugComponentTest, TestReload, 
TestPersianNormalizationFilterFactory, ResourceLoaderTest, TestLRUCache, 
TestReverseStringFilterFactory, CSVRequestHandlerTest, TestPropInjectDefaults, 
SampleTest, TestConfig, TimeZoneUtilsTest, IndexSchemaRuntimeFieldTest, 
TestBinaryResponseWriter, TestDocSet, TestCJKBigramFilterFactory, 
TestStressReorder, BasicZkTest, CircularListTest, MultiTermTest, 
TestShingleFilterFactory, TestUAX29URLEmailTokenizerFactory, 
TestGreekStemFilterFactory, TestDocumentBuilder, DocumentBuilderTest, 
IndexSchemaTest, IndexReaderFactoryTest, URLClassifyProcessorTest, TestTrie, 
TestHungarianLightStemFilterFactory, TestElisionFilterFactory, 
SignatureUpdateProcessorFactoryTest, MBeansHandlerTest, 
TestPortugueseLightStemFilterFactory, TestXIncludeConfig, 
UniqFieldsUpdateProcessorFactoryTest, PolyFieldTest, LeaderElectionTest, 
TestIndexSearcher, SolrCoreTest, SolrPluginUtilsTest, 
FieldMutatingUpdateProcessorTest, QueryParsingTest, OverseerTest, 
TestLMJelinekMercerSimilarityFactory, TestWriterPerf, 
TestJapaneseTokenizerFactory, TestGalicianMinimalStemFilterFactory, 
TestPatternReplaceFilterFactory, SearchHandlerTest, 
TestEnglishMinimalStemFilterFactory, PeerSyncTest, TestQuerySenderNoQuery, 
TestJapaneseIterationMarkCharFilterFactory, TestReplicationHandler, 
TestGermanMinimalStemFilterFactory, NoCacheHeaderTest, SpellCheckComponentTest, 
CommonGramsFilterFactoryTest, TestOmitPositions, JsonLoaderTest, 
TestFastLRUCache, TestIndonesianStemFilterFactory, SuggesterFSTTest, 
TestRussianLightStemFilterFactory, TestUtils, TestNGramFilters, 
TestLMDirichletSimilarityFactory, TestSystemIdResolver, BasicDistributedZkTest, 
FullSolrCloudTest]
[junit4:junit4]   2> 
[junit4:junit4] Completed on J1 in 95.65s, 1 test, 1 error <<< FAILURES!
[...truncated 457 lines...]

[...truncated 15039 lines...]

[...truncated 15039 lines...]

[...truncated 15039 lines...]

[...truncated 15039 lines...]

[...truncated 15026 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk-java7/checkout/build.xml:29:
 The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk-java7/checkout/solr/build.xml:144:
 The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk-java7/checkout/lucene/module-build.xml:62:
 The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk-java7/checkout/lucene/common-build.xml:1094:
 The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk-java7/checkout/lucene/common-build.xml:789:
 There were test failures: 297 suites, 1054 tests, 1 error, 5 ignored

Total time: 30 minutes 57 seconds
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure


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

Reply via email to