You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@sd-datasolutions.de> on 2012/06/28 04:31:51 UTC

[JENKINS] Lucene-Solr-4.x-Linux-Java7-64 - Build # 253 - Failure!

Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Linux-Java7-64/253/

1 tests failed.
REGRESSION:  org.apache.solr.cloud.BasicZkTest.testBasic

Error Message:
Cannot talk to ZooKeeper - Updates are disabled.

Stack Trace:
org.apache.solr.common.SolrException: Cannot talk to ZooKeeper - Updates are disabled.
	at __randomizedtesting.SeedInfo.seed([8D356153700D4542:26CF7C46AFD1C36C]:0)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.zkCheck(DistributedUpdateProcessor.java:802)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.processDelete(DistributedUpdateProcessor.java:598)
	at org.apache.solr.update.processor.LogUpdateProcessor.processDelete(LogUpdateProcessorFactory.java:118)
	at org.apache.solr.handler.loader.XMLLoader.processDelete(XMLLoader.java:333)
	at org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:264)
	at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:158)
	at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:92)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1561)
	at org.apache.solr.servlet.DirectSolrConnection.request(DirectSolrConnection.java:131)
	at org.apache.solr.util.TestHarness.update(TestHarness.java:229)
	at org.apache.solr.util.TestHarness.checkUpdateStatus(TestHarness.java:277)
	at org.apache.solr.util.TestHarness.validateUpdate(TestHarness.java:247)
	at org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:415)
	at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:394)
	at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:388)
	at org.apache.solr.cloud.BasicZkTest.testBasic(BasicZkTest.java:136)
	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:1969)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$1100(RandomizedRunner.java:132)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:814)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:875)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:889)
	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.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:821)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$700(RandomizedRunner.java:132)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3$1.run(RandomizedRunner.java:669)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:695)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:734)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:745)
	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.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:56)
	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)




Build Log:
[...truncated 8116 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicZkTest
   [junit4]    > (@BeforeClass output)
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux-Java7-64/checkout/solr/build/solr-core/test/J1/./solrtest-BasicZkTest-1340850612442
   [junit4]   2> 0 T2089 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1 T2090 oazs.ZooKeeperServer.setTickTime tickTime set to 3000
   [junit4]   2> 2 T2090 oazs.NIOServerCnxn$Factory.<init> binding to port 0.0.0.0/0.0.0.0:0
   [junit4]   2> 2 T2090 oazsp.FileTxnSnapLog.save Snapshotting: 0
   [junit4]   2> 101 T2089 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51874 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@61cdb3c4
   [junit4]   2> 102 T2095 oaz.ClientCnxn$SendThread.startConnect Opening socket connection to server /127.0.0.1:51874
   [junit4]   2> 102 T2095 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:51874, initiating session
   [junit4]   2> 102 T2091 oazs.NIOServerCnxn$Factory.run Accepted socket connection from /127.0.0.1:48482
   [junit4]   2> 103 T2091 oazs.NIOServerCnxn.readConnectRequest Client attempting to establish new session at /127.0.0.1:48482
   [junit4]   2> 103 T2093 oazsp.FileTxnLog.append Creating new log file: log.1
   [junit4]   2> 114 T2093 oazs.NIOServerCnxn.finishSessionInit Established session 0x13830eca8dd0000 with negotiated timeout 10000 for client /127.0.0.1:48482
   [junit4]   2> 114 T2095 oaz.ClientCnxn$SendThread.readConnectResult Session establishment complete on server localhost.localdomain/127.0.0.1:51874, sessionid = 0x13830eca8dd0000, negotiated timeout = 10000
   [junit4]   2> 115 T2096 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@61cdb3c4 name:ZooKeeperConnection Watcher:127.0.0.1:51874 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 115 T2089 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 116 T2094 oazs.PrepRequestProcessor.pRequest Processed session termination for sessionid: 0x13830eca8dd0000
   [junit4]   2> 117 T2096 oaz.ClientCnxn$EventThread.run EventThread shut down
   [junit4]   2> 117 T2089 oaz.ZooKeeper.close Session: 0x13830eca8dd0000 closed
   [junit4]   2> 117 T2091 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:48482 which had sessionid 0x13830eca8dd0000
   [junit4]   2> 117 T2089 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51874/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@3a72fa38
   [junit4]   2> 118 T2097 oaz.ClientCnxn$SendThread.startConnect Opening socket connection to server /127.0.0.1:51874
   [junit4]   2> 118 T2097 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:51874, initiating session
   [junit4]   2> 118 T2091 oazs.NIOServerCnxn$Factory.run Accepted socket connection from /127.0.0.1:48483
   [junit4]   2> 118 T2091 oazs.NIOServerCnxn.readConnectRequest Client attempting to establish new session at /127.0.0.1:48483
   [junit4]   2> 119 T2097 oaz.ClientCnxn$SendThread.readConnectResult Session establishment complete on server localhost.localdomain/127.0.0.1:51874, sessionid = 0x13830eca8dd0001, negotiated timeout = 10000
   [junit4]   2> 119 T2093 oazs.NIOServerCnxn.finishSessionInit Established session 0x13830eca8dd0001 with negotiated timeout 10000 for client /127.0.0.1:48483
   [junit4]   2> 119 T2098 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3a72fa38 name:ZooKeeperConnection Watcher:127.0.0.1:51874/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 119 T2089 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 120 T2089 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 121 T2089 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 122 T2089 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 124 T2089 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 127 T2089 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 130 T2089 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 132 T2089 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 134 T2089 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 135 T2089 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 137 T2089 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 139 T2089 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 140 T2089 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 141 T2089 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 143 T2094 oazs.PrepRequestProcessor.pRequest Processed session termination for sessionid: 0x13830eca8dd0001
   [junit4]   2> 143 T2098 oaz.ClientCnxn$EventThread.run EventThread shut down
   [junit4]   2> 143 T2091 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:48483 which had sessionid 0x13830eca8dd0001
   [junit4]   2> 143 T2089 oaz.ZooKeeper.close Session: 0x13830eca8dd0001 closed
   [junit4]   2> 143 T2089 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 143 T2089 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux-Java7-64/checkout/solr/build/solr-core/test-files/solr/collection1/'
   [junit4]   2> 144 T2089 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux-Java7-64/checkout/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 144 T2089 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux-Java7-64/checkout/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 166 T2089 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_40
   [junit4]   2> 207 T2089 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 207 T2089 oass.IndexSchema.readSchema Reading Solr Schema
   [junit4]   2> 211 T2089 oass.IndexSchema.readSchema Schema name=test
   [junit4]   2> 2295 T2089 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2304 T2089 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2650 T2089 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2656 T2089 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2660 T2089 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2664 T2089 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2664 T2089 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2665 T2089 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2665 T2089 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux-Java7-64/checkout/solr/build/solr-core/test-files/solr
   [junit4]   2> 2666 T2089 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux-Java7-64/checkout/solr/build/solr-core/test-files/solr/'
   [junit4]   2> 2666 T2089 oasc.CoreContainer.<init> New CoreContainer 259215844
   [junit4]   2> 2666 T2089 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:51874/solr
   [junit4]   2> 2668 T2089 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51874/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@5c0557a8
   [junit4]   2> 2668 T2099 oaz.ClientCnxn$SendThread.startConnect Opening socket connection to server /127.0.0.1:51874
   [junit4]   2> 2669 T2099 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:51874, initiating session
   [junit4]   2> 2669 T2091 oazs.NIOServerCnxn$Factory.run Accepted socket connection from /127.0.0.1:48574
   [junit4]   2> 2669 T2091 oazs.NIOServerCnxn.readConnectRequest Client attempting to establish new session at /127.0.0.1:48574
   [junit4]   2> 2672 T2099 oaz.ClientCnxn$SendThread.readConnectResult Session establishment complete on server localhost.localdomain/127.0.0.1:51874, sessionid = 0x13830eca8dd0002, negotiated timeout = 10000
   [junit4]   2> 2672 T2093 oazs.NIOServerCnxn.finishSessionInit Established session 0x13830eca8dd0002 with negotiated timeout 10000 for client /127.0.0.1:48574
   [junit4]   2> 2673 T2100 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5c0557a8 name:ZooKeeperConnection Watcher:127.0.0.1:51874/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2674 T2089 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 2675 T2089 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/serv1.sd-datasolutions.de:null_solr
   [junit4]   2> 3639 T2094 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13830eca8dd0002 type:delete cxid:0x6 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/live_nodes/serv1.sd-datasolutions.de:null_solr Error:KeeperErrorCode = NoNode for /solr/live_nodes/serv1.sd-datasolutions.de:null_solr
   [junit4]   2> 4037 T2089 oascc.SolrZkClient.makePath makePath: /live_nodes/serv1.sd-datasolutions.de:null_solr
   [junit4]   2> 4039 T2089 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 4135 T2089 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 4136 T2089 oasc.Overseer.<init> Overseer (id=87873985737195522-serv1.sd-datasolutions.de:null_solr-n_0000000000) starting
   [junit4]   2> 4137 T2094 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13830eca8dd0002 type:create cxid:0x18 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
   [junit4]   2> 4137 T2094 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13830eca8dd0002 type:create cxid:0x19 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
   [junit4]   2> 4138 T2094 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13830eca8dd0002 type:create cxid:0x1a zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
   [junit4]   2> 4138 T2089 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 4140 T2089 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4141 T2101 oasc.Overseer$CloudStateUpdater.run Starting to work on the main queue
   [junit4]   2> 4141 T2089 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux-Java7-64/checkout/solr/build/solr-core/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux-Java7-64/checkout/solr/build/solr-core/test/J1/./solrtest-BasicZkTest-1340850612442/
   [junit4]   2> 4141 T2089 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@114bc6a3
   [junit4]   2> 4141 T2089 oasc.SolrCore.getNewIndexDir WARNING New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux-Java7-64/checkout/solr/build/solr-core/test/J1/./solrtest-BasicZkTest-1340850612442/index/
   [junit4]   2> 4142 T2089 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux-Java7-64/checkout/solr/build/solr-core/test/J1/./solrtest-BasicZkTest-1340850612442/index' doesn't exist. Creating new index...
   [junit4]   2> 4250 T2089 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@679515ae lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5756d476),segFN=segments_1,generation=1,filenames=[segments_1]
   [junit4]   2> 4250 T2089 oasc.SolrDeletionPolicy.updateCommits newest commit = 1
   [junit4]   2> 4251 T2089 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 4252 T2089 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4253 T2089 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 4253 T2089 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4253 T2089 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 4254 T2089 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4254 T2089 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 4254 T2089 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 4254 T2089 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 4255 T2089 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 4255 T2089 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 4256 T2089 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 4256 T2089 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 4256 T2089 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 4256 T2089 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 4257 T2089 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 4257 T2089 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 4257 T2089 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4258 T2089 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4258 T2089 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4258 T2089 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4258 T2089 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4259 T2089 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4259 T2089 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4260 T2089 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 4260 T2089 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 4312 T2089 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4315 T2089 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 4316 T2089 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML, SCHEMA-REPLICATION2.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SCHEMA-MINIMAL.XML, SOLRCONFIG-CACHING.XML, SOLRCONFIG-REPEATER.XML, SOLRCONFIG-MERGEPOLICY.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, CURRENCY.XML, SOLRCONFIG-TLOG.XML, SOLRCONFIG-MASTER.XML, SCHEMA11.XML, SOLRCONFIG-BASIC.XML, DA_COMPOUNDDICTIONARY.TXT, SCHEMA-COPYFIELD-TEST.XML, SOLRCONFIG-SLAVE.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, ELEVATE.XML, SCHEMA-IB.XML, SOLRCONFIG-QUERYSENDER.XML, DA_UTF8.XML, SCHEMA-REPLICATION1.XML, SOLRCONFIG-ENABLEPLUGIN.XML, HYPHENATION.DTD, SCHEMA-PHRASESUGGEST.XML, STEMDICT.TXT, HUNSPELL-TEST.AFF, STOPTYPES-1.TXT, STOPWORDSWRONGENCODING.TXT, SCHEMA-NUMERIC.XML, SOLRCONFIG-TRANSFORMERS.XML, SOLRCONFIG-PROPINJECT.XML, BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SOLRCONFIG-SIMPLELOCK.XML, WDFTYPES.TXT, SCHEMA-REVERSED.XML, STOPTYPES-2.TXT, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, SOLRCONFIG-PHRASESUGGEST.XML, SCHEMA-DFR.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, OPEN-EXCHANGE-RATES.JSON, STOPWITHBOM.TXT, SCHEMA-BINARYFIELD.XML, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, SOLRCONFIG-MASTER1.XML, SYNONYMS.TXT, SCHEMA.XML, SCHEMA_CODEC.XML, SOLRCONFIG-SOLR-749.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, STOP-2.TXT, SOLRCONFIG-FUNCTIONQUERY.XML, SCHEMA-LMDIRICHLET.XML, SOLRCONFIG-TERMINDEX.XML, SOLRCONFIG-ELEVATE.XML, SCHEMA-FOLDING.XML, STOPWORDS.TXT, SCHEMA-STOP-KEEP.XML, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, STOP-1.TXT, SOLRCONFIG-MASTER2.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-LAZYWRITER.XML, SCHEMA-LUCENEMATCHVERSION.XML, BAD-MP-SOLRCONFIG.XML, FRENCHARTICLES.TXT, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMASURROUND.XML, SCHEMA-COLLATEFILTER.XML, SOLRCONFIG-MASTER3.XML, HUNSPELL-TEST.DIC, SOLRCONFIG-XINCLUDE.XML, SOLRCONFIG-DELPOLICY1.XML, SOLRCONFIG-SLAVE1.XML, SCHEMA-SIM.XML, SCHEMA-COLLATE.XML, STOP-SNOWBALL.TXT, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, PROTWORDS.TXT, SCHEMA-TRIE.XML, SOLRCONFIG_CODEC.XML, SCHEMA-TFIDF.XML, SCHEMA-LMJELINEKMERCER.XML, PHRASESUGGEST.TXT, SOLRCONFIG-BASIC-LUCENEVERSION31.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, OLD_SYNONYMS.TXT, SOLRCONFIG-DELPOLICY2.XML, SOLRCONFIG-NATIVELOCK.XML, XSLT, BAD-SCHEMA-DUP-FIELD.XML, SOLRCONFIG-NOCACHE.XML, SCHEMA-BM25.XML, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, SOLRCONFIG-ALTDIRECTORY.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG_PERF.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, KEEP-2.TXT, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, SCHEMA12.XML, MAPPING-ISOLATIN1ACCENT.TXT, BAD_SOLRCONFIG.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML]
   [junit4]   2> 4318 T2089 oass.SolrIndexSearcher.<init> Opening Searcher@75931f6c main
   [junit4]   2> 4319 T2089 oass.SolrIndexSearcher.<init> WARNING WARNING: Directory impl does not support setting indexDir: org.apache.lucene.store.MockDirectoryWrapper
   [junit4]   2> 4319 T2089 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4321 T2089 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4322 T2089 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 4332 T2089 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 4580 T2089 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 4580 T2089 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 4580 T2089 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 4581 T2089 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4581 T2089 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4581 T2089 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4581 T2089 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4581 T2089 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4582 T2089 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4582 T2089 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
   [junit4]   2> 4844 T2102 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@75931f6c main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 4848 T2094 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13830eca8dd0002 type:create cxid:0x2a zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
   [junit4]   2> 5143 T2101 oascc.ZkStateReader.updateCloudState Manual update of cluster state initiated
   [junit4]   2> 5143 T2101 oascc.ZkStateReader.updateCloudState Updating cloud state from ZooKeeper... 
   [junit4]   2> 5144 T2094 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13830eca8dd0002 type:create cxid:0x35 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
   [junit4]   2> 5148 T2100 oascc.ZkStateReader$2.process A cluster state change has occurred
   [junit4]   2> 5350 T2089 oasc.CoreContainer.register registering core: collection1
   [junit4]   2> 5351 T2089 oasc.ZkController.register Register shard - core:collection1 address:http://serv1.sd-datasolutions.de:null/solr shardId:shard1
   [junit4]   2> 5351 T2089 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 5356 T2089 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 5358 T2094 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13830eca8dd0002 type:create cxid:0x53 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
   [junit4]   2> 5650 T2101 oascc.ZkStateReader.updateCloudState Manual update of cluster state initiated
   [junit4]   2> 5650 T2101 oascc.ZkStateReader.updateCloudState Updating cloud state from ZooKeeper... 
   [junit4]   2> 5654 T2100 oascc.ZkStateReader$2.process A cluster state change has occurred
   [junit4]   2> 5659 T2089 oasc.ZkController.register We are http://serv1.sd-datasolutions.de:null/solr/collection1/ and leader is http://serv1.sd-datasolutions.de:null/solr/collection1/
   [junit4]   2> 5659 T2089 oasc.ZkController.checkRecovery WARNING Skipping recovery according to sys prop solrcloud.skip.autorecovery
   [junit4]   2> 5660 T2089 oascc.ZkStateReader.updateCloudState Manual update of cluster state initiated
   [junit4]   2> 5661 T2089 oascc.ZkStateReader.updateCloudState Updating cloud state from ZooKeeper... 
   [junit4]   2> 5661 T2089 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 
   [junit4] ERROR   6.67s J1 | BasicZkTest.testBasic
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: Cannot talk to ZooKeeper - Updates are disabled.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8D356153700D4542:26CF7C46AFD1C36C]:0)
   [junit4]    > 	at org.apache.solr.update.processor.DistributedUpdateProcessor.zkCheck(DistributedUpdateProcessor.java:802)
   [junit4]    > 	at org.apache.solr.update.processor.DistributedUpdateProcessor.processDelete(DistributedUpdateProcessor.java:598)
   [junit4]    > 	at org.apache.solr.update.processor.LogUpdateProcessor.processDelete(LogUpdateProcessorFactory.java:118)
   [junit4]    > 	at org.apache.solr.handler.loader.XMLLoader.processDelete(XMLLoader.java:333)
   [junit4]    > 	at org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:264)
   [junit4]    > 	at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:158)
   [junit4]    > 	at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:92)
   [junit4]    > 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
   [junit4]    > 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]    > 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1561)
   [junit4]    > 	at org.apache.solr.servlet.DirectSolrConnection.request(DirectSolrConnection.java:131)
   [junit4]    > 	at org.apache.solr.util.TestHarness.update(TestHarness.java:229)
   [junit4]    > 	at org.apache.solr.util.TestHarness.checkUpdateStatus(TestHarness.java:277)
   [junit4]    > 	at org.apache.solr.util.TestHarness.validateUpdate(TestHarness.java:247)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:415)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:394)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:388)
   [junit4]    > 	at org.apache.solr.cloud.BasicZkTest.testBasic(BasicZkTest.java:136)
   [junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   [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:1969)
   [junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$1100(RandomizedRunner.java:132)
   [junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:814)
   [junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:875)
   [junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:889)
   [junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
   [junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
   [junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:32)
   [junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
   [junit4]    > 	at org.apache.lucene.util.TestRuleReportUncaughtExceptions$1.evaluate(TestRuleReportUncaughtExceptions.java:68)
   [junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:821)
   [junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$700(RandomizedRunner.java:132)
   [junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3$1.run(RandomizedRunner.java:669)
   [junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:695)
   [junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:734)
   [junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:745)
   [junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
   [junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]    > 	at org.apache.lucene.util.TestRuleReportUncaughtExceptions$1.evaluate(TestRuleReportUncaughtExceptions.java:68)
   [junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
   [junit4]    > 	at org.apache.lucene.util.TestRuleIcuHack$1.evaluate(TestRuleIcuHack.java:51)
   [junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
   [junit4]    > 	at org.apache.lucene.util.TestRuleNoInstanceHooksOverrides$1.evaluate(TestRuleNoInstanceHooksOverrides.java:53)
   [junit4]    > 	at org.apache.lucene.util.TestRuleNoStaticHooksShadowing$1.evaluate(TestRuleNoStaticHooksShadowing.java:52)
   [junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:36)
   [junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:56)
   [junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:605)
   [junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$400(RandomizedRunner.java:132)
   [junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:551)
   [junit4]    > 
   [junit4]   2> 5963 T2089 oas.SolrTestCaseJ4.setUp ###Starting testBasic
   [junit4]   2> 5965 T2089 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@679515ae lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5756d476),segFN=segments_1,generation=1,filenames=[segments_1]
   [junit4]   2> 5965 T2089 oasc.SolrDeletionPolicy.updateCommits newest commit = 1
   [junit4]   2> ASYNC  NEW_CORE C100 name=collection1 org.apache.solr.core.SolrCore@437d8c87 url=http://serv1.sd-datasolutions.de:null/solr/collection1 node=serv1.sd-datasolutions.de:null_solr
   [junit4]   2> 5966 T2089 C100 Pnull REQ [collection1] webapp=null path=null params={start=0&q=qlkciyopsbgzyvkylsjhchghjrdf&qt=standard&rows=20&version=2.2} hits=0 status=0 QTime=1 
   [junit4]   2> 6045 T2089 C100 Pnull UPDATE [collection1] webapp=null path=null params={} {delete=[42]} 0 66
   [junit4]   2> 6105 T2089 C100 Pnull UPDATE [collection1] webapp=null path=null params={} {add=[42]} 0 19
   [junit4]   2> 6124 T2089 C100 Pnull oasu.DirectUpdateHandler2.commit start commit{flags=0,version=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
   [junit4]   2> 6136 T2089 C100 Pnull oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@679515ae lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5756d476),segFN=segments_1,generation=1,filenames=[segments_1]
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@679515ae lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5756d476),segFN=segments_2,generation=2,filenames=[_0_Lucene40_0.tim, _0.fnm, _0_Lucene40_0.frq, _0_nrm.cfe, segments_2, _0.fdx, _0_nrm.cfs, _0.si, _0_Lucene40_0.prx, _0.fdt, _0_Lucene40_0.tip]
   [junit4]   2> 6137 T2089 C100 Pnull oasc.SolrDeletionPolicy.updateCommits newest commit = 2
   [junit4]   2> 6139 T2089 C100 Pnull oass.SolrIndexSearcher.<init> Opening Searcher@474ca32a main
   [junit4]   2> 6140 T2089 C100 Pnull oass.SolrIndexSearcher.<init> WARNING WARNING: Directory impl does not support setting indexDir: org.apache.lucene.store.MockDirectoryWrapper
   [junit4]   2> 6140 T2089 C100 Pnull oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 6156 T2101 oascc.ZkStateReader.updateCloudState Manual update of cluster state initiated
   [junit4]   2> 6156 T2101 oascc.ZkStateReader.updateCloudState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6162 T2100 oascc.ZkStateReader$2.process A cluster state change has occurred
   [junit4]   2> 6164 T2102 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@474ca32a main{StandardDirectoryReader(segments_2:3 _0(4.0):C1)}
   [junit4]   2> 6166 T2089 C100 Pnull UPDATE [collection1] webapp=null path=null params={} {commit=} 0 42
   [junit4]   2> 6447 T2089 C100 Pnull REQ [collection1] webapp=null path=null params={start=0&q=id:42+AND+val_s:aa\;bb&qt=standard&rows=20&version=2.2} hits=1 status=0 QTime=278 
   [junit4]   2> 6645 T2089 C100 Pnull REQ [collection1] webapp=null path=null params={start=0&q=id:42+AND+val_s:"aa;bb"&qt=standard&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 6650 T2089 C100 Pnull REQ [collection1] webapp=null path=null params={start=0&q=id:42+AND+val_s:aa&qt=standard&rows=20&version=2.2} hits=0 status=0 QTime=1 
   [junit4]   2> 6857 T2089 C100 Pnull UPDATE [collection1] webapp=null path=null params={} {delete=[42]} 0 0
   [junit4]   2> 6862 T2089 C100 Pnull oasu.DirectUpdateHandler2.commit start commit{flags=0,version=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
   [junit4]   2> 6864 T2089 C100 Pnull oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@679515ae lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5756d476),segFN=segments_2,generation=2,filenames=[_0_Lucene40_0.tim, _0.fnm, _0_Lucene40_0.frq, _0_nrm.cfe, segments_2, _0.fdx, _0_nrm.cfs, _0.si, _0_Lucene40_0.prx, _0.fdt, _0_Lucene40_0.tip]
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@679515ae lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5756d476),segFN=segments_3,generation=3,filenames=[segments_3]
   [junit4]   2> 6864 T2089 C100 Pnull oasc.SolrDeletionPolicy.updateCommits newest commit = 3
   [junit4]   2> 6865 T2089 C100 Pnull oass.SolrIndexSearcher.<init> Opening Searcher@11a0ba35 main
   [junit4]   2> 6865 T2089 C100 Pnull oass.SolrIndexSearcher.<init> WARNING WARNING: Directory impl does not support setting indexDir: org.apache.lucene.store.MockDirectoryWrapper
   [junit4]   2> 6865 T2089 C100 Pnull oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 6866 T2102 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@11a0ba35 main{StandardDirectoryReader(segments_3:5)}
   [junit4]   2> 6867 T2089 C100 Pnull UPDATE [collection1] webapp=null path=null params={} {commit=} 0 5
   [junit4]   2> 6869 T2089 C100 Pnull REQ [collection1] webapp=null path=null params={start=0&q=id:42&qt=standard&rows=20&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 6875 T2089 C100 Pnull UPDATE [collection1] webapp=null path=null params={} {add=[42]} 0 1
   [junit4]   2> 6881 T2089 C100 Pnull UPDATE [collection1] webapp=null path=null params={} {add=[42]} 0 1
   [junit4]   2> 6904 T2089 C100 Pnull oasu.DirectUpdateHandler2.commit start commit{flags=0,version=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
   [junit4]   2> 6906 T2089 C100 Pnull oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@679515ae lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5756d476),segFN=segments_3,generation=3,filenames=[segments_3]
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@679515ae lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5756d476),segFN=segments_4,generation=4,filenames=[_1_Lucene40_0.tim, _1.fdx, _1_nrm.cfs, _1.fdt, _1.si, _1_Lucene40_0.frq, _1_1.del, _1.fnm, _1_Lucene40_0.prx, _1_Lucene40_0.tip, _1_nrm.cfe, segments_4]
   [junit4]   2> 6906 T2089 C100 Pnull oasc.SolrDeletionPolicy.updateCommits newest commit = 4
   [junit4]   2> 6907 T2089 C100 Pnull oass.SolrIndexSearcher.<init> Opening Searcher@2fea9bd7 main
   [junit4]   2> 6908 T2089 C100 Pnull oass.SolrIndexSearcher.<init> WARNING WARNING: Directory impl does not support setting indexDir: org.apache.lucene.store.MockDirectoryWrapper
   [junit4]   2> 6908 T2089 C100 Pnull oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 6909 T2102 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2fea9bd7 main{StandardDirectoryReader(segments_4:7 _1(4.0):C2/1)}
   [junit4]   2> 6909 T2089 C100 Pnull UPDATE [collection1] webapp=null path=null params={} {commit=} 0 5
   [junit4]   2> 6933 T2089 C100 Pnull REQ [collection1] webapp=null path=null params={start=0&q=id:42&qt=standard&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 7335 T2089 C100 Pnull UPDATE [collection1] webapp=null path=null params={} {add=[42]} 0 0
   [junit4]   2> 8263 T2089 C100 Pnull UPDATE [collection1] webapp=null path=null params={} {add=[42]} 0 1
   [junit4]   2> 8269 T2089 C100 Pnull oasu.DirectUpdateHandler2.commit start commit{flags=0,version=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
   [junit4]   2> 8273 T2089 C100 Pnull oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@679515ae lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5756d476),segFN=segments_4,generation=4,filenames=[_1_Lucene40_0.tim, _1.fdx, _1_nrm.cfs, _1.fdt, _1.si, _1_Lucene40_0.frq, _1_1.del, _1.fnm, _1_Lucene40_0.prx, _1_Lucene40_0.tip, _1_nrm.cfe, segments_4]
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@679515ae lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5756d476),segFN=segments_5,generation=5,filenames=[_2.si, _2_Lucene40_0.tip, _2_nrm.cfe, _2_Lucene40_0.frq, _2_Lucene40_0.prx, _2.fdt, _2_Lucene40_0.tim, _2_nrm.cfs, segments_5, _2.fdx, _2_1.del, _2.fnm]
   [junit4]   2> 8274 T2089 C100 Pnull oasc.SolrDeletionPolicy.updateCommits newest commit = 5
   [junit4]   2> 8276 T2089 C100 Pnull oass.SolrIndexSearcher.<init> Opening Searcher@5051b7a4 main
   [junit4]   2> 8276 T2089 C100 Pnull oass.SolrIndexSearcher.<init> WARNING WARNING: Directory impl does not support setting indexDir: org.apache.lucene.store.MockDirectoryWrapper
   [junit4]   2> 8277 T2089 C100 Pnull oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 8277 T2102 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5051b7a4 main{StandardDirectoryReader(segments_5:11 _2(4.0):C2/1)}
   [junit4]   2> 8278 T2089 C100 Pnull UPDATE [collection1] webapp=null path=null params={} {commit=} 0 9
   [junit4]   2> 8457 T2089 C100 Pnull REQ [collection1] webapp=null path=null params={start=0&q=id:42&qt=standard&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 9071 T2089 C100 Pnull UPDATE [collection1] webapp=null path=null params={} {add=[101]} 0 1
   [junit4]   2> 9079 T2089 C100 Pnull UPDATE [collection1] webapp=null path=null params={} {add=[101]} 0 1
   [junit4]   2> 9094 T2089 C100 Pnull UPDATE [collection1] webapp=null path=null params={} {add=[105]} 0 1
   [junit4]   2> 9108 T2089 C100 Pnull UPDATE [collection1] webapp=null path=null params={} {add=[102]} 0 7
   [junit4]   2> 9118 T2089 C100 Pnull UPDATE [collection1] webapp=null path=null params={} {add=[103]} 0 1
   [junit4]   2> 9196 T2089 C100 Pnull UPDATE [collection1] webapp=null path=null params={} {add=[101]} 0 0
   [junit4]   2> 9302 T2089 C100 Pnull oasu.DirectUpdateHandler2.commit start commit{flags=0,version=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
   [junit4]   2> 9306 T2089 C100 Pnull oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@679515ae lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5756d476),segFN=segments_5,generation=5,filenames=[_2.si, _2_Lucene40_0.tip, _2_nrm.cfe, _2_Lucene40_0.frq, _2_Lucene40_0.prx, _2.fdt, _2_Lucene40_0.tim, _2_nrm.cfs, segments_5, _2.fdx, _2_1.del, _2.fnm]
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@679515ae lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5756d476),segFN=segments_6,generation=6,filenames=[_2.si, _3_nrm.cfe, _3_Lucene40_0.tip, _3_Lucene40_0.tim, _2.fdt, _3.fdt, _3.fnm, _2.fdx, _3_1.del, _2.fnm, _3.fdx, _3_nrm.cfs, _2_Lucene40_0.tip, _3_Lucene40_0.frq, _2_nrm.cfe, _2_Lucene40_0.frq, _2_Lucene40_0.prx, _3_Lucene40_0.prx, _3.si, _2_nrm.cfs, _2_Lucene40_0.tim, segments_6, _2_1.del]
   [junit4]   2> 9307 T2089 C100 Pnull oasc.SolrDeletionPolicy.updateCommits newest commit = 6
   [junit4]   2> 9308 T2089 C100 Pnull oass.SolrIndexSearcher.<init> Opening Searcher@129d0b9b main
   [junit4]   2> 9308 T2089 C100 Pnull oass.SolrIndexSearcher.<init> WARNING WARNING: Directory impl does not support setting indexDir: org.apache.lucene.store.MockDirectoryWrapper
   [junit4]   2> 9309 T2089 C100 Pnull oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 9309 T2102 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@129d0b9b main{StandardDirectoryReader(segments_6:13 _2(4.0):C2/1 _3(4.0):C6/2)}
   [junit4]   2> 9310 T2089 C100 Pnull UPDATE [collection1] webapp=null path=null params={} {commit=} 0 7
   [junit4]   2> 9311 T2094 oazs.PrepRequestProcessor.run PrepRequestProcessor exited loop!
   [junit4]   2> 9311 T2093 oazs.SyncRequestProcessor.run SyncRequestProcessor exited!
   [junit4]   2> 9311 T2089 oazs.FinalRequestProcessor.shutdown shutdown of request processor complete
   [junit4]   2> 9384 T2089 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:48574 which had sessionid 0x13830eca8dd0002
   [junit4]   2> 9385 T2091 oazs.NIOServerCnxn$Factory.run NIOServerCnxn factory exited run method
   [junit4]   2> 9385 T2099 oaz.ClientCnxn$SendThread.run Unable to read additional data from server sessionid 0x13830eca8dd0002, likely server has closed socket, closing socket connection and attempting reconnect
   [junit4]   2> 9405 T2089 oazs.FinalRequestProcessor.shutdown shutdown of request processor complete
   [junit4]   2> 9506 T2100 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5c0557a8 name:ZooKeeperConnection Watcher:127.0.0.1:51874/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
   [junit4]   2> 9506 T2100 oascc.ZkStateReader$3.process Updating live nodes
   [junit4]   2> 9706 T2089 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 10384 T2103 oazs.ZooKeeperServer.setTickTime tickTime set to 3000
   [junit4]   2> 10385 T2103 oazs.NIOServerCnxn$Factory.<init> binding to port 0.0.0.0/0.0.0.0:51874
   [junit4]   2> 10752 T2099 oaz.ClientCnxn$SendThread.startConnect Opening socket connection to server localhost.localdomain/127.0.0.1:51874
   [junit4]   2> 10752 T2103 oazsp.FileSnap.deserialize Reading snapshot /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux-Java7-64/checkout/solr/build/solr-core/test/J1/./solrtest-BasicZkTest-1340850612442/zookeeper/server1/data/version-2/snapshot.0
   [junit4]   2> 10752 T2099 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:51874, initiating session
   [junit4]   2> 10753 T2104 oazs.NIOServerCnxn$Factory.run Accepted socket connection from /127.0.0.1:48579
   [junit4]   2> 10756 T2103 oazsp.FileTxnSnapLog.save Snapshotting: 41
   [junit4]   2> 11123 T2104 oazs.NIOServerCnxn.doIO WARNING Exception causing close of session 0x0 due to java.io.IOException: ZooKeeperServer not running
   [junit4]   2> 11123 T2104 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:48579 (no session established for client)
   [junit4]   2> 11123 T2099 oaz.ClientCnxn$SendThread.run Unable to read additional data from server sessionid 0x13830eca8dd0002, likely server has closed socket, closing socket connection and attempting reconnect
   [junit4]   2> 11144 T2089 C100 Pnull REQ [collection1] webapp=null path=null params={q=id:[100+TO+110]&rows=2147483647} hits=4 status=0 QTime=92 
   [junit4]   2> 11147 T2089 C100 Pnull REQ [collection1] webapp=null path=null params={q=id:[100+TO+111]&rows=1147483647} hits=4 status=0 QTime=0 
   [junit4]   2> 11149 T2089 C100 Pnull REQ [collection1] webapp=null path=null params={start=0&q=id:[100+TO+110]&qt=standard&rows=20&version=2.2} hits=4 status=0 QTime=0 
   [junit4]   2> 11558 T2092 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
   [junit4]   2> 12175 T2089 C100 Pnull UPDATE [collection1] webapp=null path=null params={} {} 0 1022
   [junit4]   2> 12175 T2089 oas.SolrTestCaseJ4.tearDown ###Ending testBasic
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicZkTest -Dtests.method=testBasic -Dtests.seed=8D356153700D4542 -Dtests.multiplier=3 -Dtests.locale=lv -Dtests.timezone=Asia/Chungking -Dargs="-Dfile.encoding=UTF-8"
   [junit4]   2>
   [junit4]    > (@AfterClass output)
   [junit4]   2> 12405 T2107 oazs.PrepRequestProcessor.run PrepRequestProcessor exited loop!
   [junit4]   2> 12405 T2106 oazs.SyncRequestProcessor.run SyncRequestProcessor exited!
   [junit4]   2> 12405 T2089 oazs.FinalRequestProcessor.shutdown shutdown of request processor complete
   [junit4]   2> 12406 T2104 oazs.NIOServerCnxn$Factory.run NIOServerCnxn factory exited run method
   [junit4]   2> 12407 T2089 oazs.FinalRequestProcessor.shutdown shutdown of request processor complete
   [junit4]   2> 13054 T2099 oaz.ClientCnxn$SendThread.startConnect Opening socket connection to server localhost.localdomain/127.0.0.1:51874
   [junit4]   2> 13056 T2099 oaz.ClientCnxn$SendThread.run WARNING Session 0x13830eca8dd0002 for server null, unexpected error, closing socket connection and attempting reconnect java.net.ConnectException: Connection refused
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:701)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1146)
   [junit4]   2> 
   [junit4]   2> 14407 T2089 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 14408 T2089 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=259215844
   [junit4]   2> 14408 T2089 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@437d8c87
   [junit4]   2> 14410 T2089 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 14411 T2089 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=5,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=11,cumulative_deletesById=2,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 14558 T2105 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
   [junit4]   2> 14681 T2099 oaz.ClientCnxn$SendThread.startConnect Opening socket connection to server localhost.localdomain/127.0.0.1:51874
   [junit4]   2> 14783 T2089 oaz.ZooKeeper.close Session: 0x13830eca8dd0002 closed
   [junit4]   2> NOTE: test params are: codec=Lucene40: {}, sim=DefaultSimilarity, locale=lv, timezone=Asia/Chungking
   [junit4]   2> NOTE: Linux 2.6.32-41-server amd64/Oracle Corporation 1.7.0_04 (64-bit)/cpus=8,threads=3,free=350246304,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestStemmerOverrideFilterFactory, TestFinnishLightStemFilterFactory, TermsComponentTest, BadIndexSchemaTest, TestMappingCharFilterFactory, TestPersianNormalizationFilterFactory, TestPluginEnable, TestLRUCache, DocumentAnalysisRequestHandlerTest, TestCJKBigramFilterFactory, TestJapaneseBaseFormFilterFactory, RAMDirectoryFactoryTest, TestBadConfig, TestUtils, TestCollationKeyRangeQueries, TestTurkishLowerCaseFilterFactory, TestSynonymMap, SolrPluginUtilsTest, TestPropInjectDefaults, TestGalicianMinimalStemFilterFactory, HighlighterTest, TestSolrXMLSerializer, TestJmxMonitoredMap, CloudStateUpdateTest, FileUtilsTest, TestGalicianStemFilterFactory, TestHyphenationCompoundWordTokenFilterFactory, TestNorwegianLightStemFilterFactory, SuggesterFSTTest, TestGermanMinimalStemFilterFactory, TestLuceneMatchVersion, TestDFRSimilarityFactory, TestRecovery, TestFaceting, TestBrazilianStemFilterFactory, MinimalSchemaTest, TestFrenchLightStemFilterFactory, TestFiltering, SolrInfoMBeanTest, TestNGramFilters, RequiredFieldsTest, TestPatternReplaceFilterFactory, TestShingleFilterFactory, SpellingQueryConverterTest, TestPHPSerializedResponseWriter, DistributedTermsComponentTest, CurrencyFieldTest, SimpleFacetsTest, TestPerFieldSimilarity, TestPseudoReturnFields, IndexBasedSpellCheckerTest, TestSystemIdResolver, SampleTest, IndexReaderFactoryTest, WordBreakSolrSpellCheckerTest, LukeRequestHandlerTest, DefaultValueUpdateProcessorTest, TestQueryUtils, PingRequestHandlerTest, UpdateParamsTest, TestBeiderMorseFilterFactory, TestPortugueseStemFilterFactory, TestQuerySenderListener, TestKStemFilterFactory, TestJmxIntegration, TestNumberUtils, TestDictionaryCompoundWordTokenFilterFactory, TestSolrQueryParser, FieldMutatingUpdateProcessorTest, TestPortugueseLightStemFilterFactory, TestDistributedSearch, SuggesterTSTTest, TermVectorComponentTest, TestIndonesianStemFilterFactory, SpellCheckCollatorTest, BasicDistributedZkTest, SolrCoreTest, DirectUpdateHandlerOptimizeTest, TestSolrDeletionPolicy1, TestArbitraryIndexDir, TestArabicFilters, TestCzechStemFilterFactory, TestEnglishMinimalStemFilterFactory, SOLR749Test, SpatialFilterTest, TestCapitalizationFilterFactory, TestRussianLightStemFilterFactory, TestWriterPerf, TestCoreContainer, TestChineseFilterFactory, PeerSyncTest, FieldAnalysisRequestHandlerTest, DirectUpdateHandlerTest, UpdateRequestProcessorFactoryTest, AlternateDirectoryTest, TestKeywordMarkerFilterFactory, SpellPossibilityIteratorTest, CopyFieldTest, DirectSolrSpellCheckerTest, TestPhoneticFilterFactory, DateMathParserTest, PrimitiveFieldTypeTest, TestDocSet, ZkNodePropsTest, TestRealTimeGet, OverseerTest, DistributedSpellCheckComponentTest, BasicZkTest]
   [junit4]   2> 
   [junit4] Completed on J1 in 15.51s, 1 test, 1 error <<< FAILURES!

[...truncated 206 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux-Java7-64/checkout/build.xml:29: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux-Java7-64/checkout/solr/build.xml:144: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux-Java7-64/checkout/lucene/module-build.xml:62: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux-Java7-64/checkout/lucene/common-build.xml:1036: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux-Java7-64/checkout/lucene/common-build.xml:759: There were test failures: 290 suites, 1051 tests, 1 error, 5 ignored

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