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...@thetaphi.de> on 2014/08/29 14:23:40 UTC

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 1798 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1798/
Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
REGRESSION:  org.apache.solr.client.solrj.TestLBHttpSolrServer.testTwoServers

Error Message:
IOException occured when talking to server at: https://127.0.0.1:52937/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:52937/solr
	at __randomizedtesting.SeedInfo.seed([5A8BDCFD0B69BB9:A54213420BFDB599]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:562)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
	at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:168)
	at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:146)
	at org.apache.solr.client.solrj.TestLBHttpSolrServer.addDocs(TestLBHttpSolrServer.java:115)
	at org.apache.solr.client.solrj.TestLBHttpSolrServer.setUp(TestLBHttpSolrServer.java:98)
	at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:861)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	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.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:448)
	... 45 more




Build Log:
[...truncated 12628 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.TestLBHttpSolrServer
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/init-core-data-001
   [junit4]   2> 121173 T235 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 121179 T235 oas.SolrTestCaseJ4.setUp ###Starting testTwoServers
   [junit4]   2> 121224 T235 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 121683 T235 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 121688 T235 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:52937
   [junit4]   2> 121692 T235 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 121694 T235 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 121694 T235 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001
   [junit4]   2> 121694 T235 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/'
   [junit4]   2> 121747 T235 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/solr.xml
   [junit4]   2> 121864 T235 oasc.CoreContainer.<init> New CoreContainer 106382291
   [junit4]   2> 121864 T235 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/]
   [junit4]   2> 121868 T235 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 121868 T235 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 121869 T235 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 121869 T235 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 121870 T235 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 121871 T235 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 121871 T235 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 121871 T235 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 121872 T235 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 121877 T235 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 121880 T235 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 121881 T235 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 121882 T235 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 121896 T245 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/'
   [junit4]   2> 121954 T245 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 122025 T245 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 122026 T245 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 122036 T245 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 122057 T245 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 122059 T245 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/
   [junit4]   2> 122060 T245 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 122067 T245 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data/
   [junit4]   2> 122068 T245 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 122071 T245 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data
   [junit4]   2> 122072 T245 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data/index/
   [junit4]   2> 122075 T245 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 122094 T245 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data/index
   [junit4]   2> 122100 T245 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data/index lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 122100 T245 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 122103 T245 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 122104 T245 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 122104 T245 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 122105 T245 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 122105 T245 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 122105 T245 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 122106 T245 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 122106 T245 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 122107 T245 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 122107 T245 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 122107 T245 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 122108 T245 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 122121 T245 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 122125 T245 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 122126 T245 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 122128 T245 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 122129 T245 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 122133 T245 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 122133 T245 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 122150 T245 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data/index lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 122150 T245 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 122151 T245 oass.SolrIndexSearcher.<init> Opening Searcher@1b3cbd53[collection1] main
   [junit4]   2> 122152 T245 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/conf
   [junit4]   2> 122152 T245 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/conf}
   [junit4]   2> 122153 T245 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/conf
   [junit4]   2> 122153 T245 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 122155 T245 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/conf
   [junit4]   2> 122155 T245 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 122155 T245 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 122156 T245 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 122156 T246 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1b3cbd53[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 122158 T235 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0
   [junit4]   2> 122158 T235 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C98 name=collection1 org.apache.solr.core.SolrCore@57f09081
   [junit4]   2> 122443 T243 C98 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 6
   [junit4]   2> 322601 T235 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=106382291
   [junit4]   2> 322604 T235 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@57f09081
   [junit4]   2> 322605 T235 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=10,adds=10,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 322606 T235 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 322607 T235 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 322607 T235 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 322651 T235 C98 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data/index lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data/index lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data/index),segFN=segments_2,generation=2}
   [junit4]   2> 322653 T235 C98 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 322661 T235 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 322662 T235 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 322662 T235 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data;done=false>>]
   [junit4]   2> 322662 T235 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data
   [junit4]   2> 322664 T235 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data/index;done=false>>]
   [junit4]   2> 322665 T235 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data/index
   [junit4]   2> 322875 T235 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 327605 T235 oas.SolrTestCaseJ4.tearDown ###Ending testTwoServers
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLBHttpSolrServer -Dtests.method=testTwoServers -Dtests.seed=5A8BDCFD0B69BB9 -Dtests.slow=true -Dtests.locale=es_PY -Dtests.timezone=Australia/Canberra -Dtests.file.encoding=US-ASCII
   [junit4] ERROR    207s | TestLBHttpSolrServer.testTwoServers <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:52937/solr
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5A8BDCFD0B69BB9:A54213420BFDB599]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:562)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
   [junit4]    > 	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:168)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:146)
   [junit4]    > 	at org.apache.solr.client.solrj.TestLBHttpSolrServer.addDocs(TestLBHttpSolrServer.java:115)
   [junit4]    > 	at org.apache.solr.client.solrj.TestLBHttpSolrServer.setUp(TestLBHttpSolrServer.java:98)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:448)
   [junit4]    > 	... 45 more
   [junit4]   2> 327739 T235 oas.SolrTestCaseJ4.setUp ###Starting testReliability
   [junit4]   2> 327769 T235 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 327780 T235 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 327783 T235 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:52939
   [junit4]   2> 327788 T235 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 327788 T235 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 327789 T235 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001
   [junit4]   2> 327789 T235 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/'
   [junit4]   2> 327839 T235 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/solr.xml
   [junit4]   2> 327941 T235 oasc.CoreContainer.<init> New CoreContainer 1128263199
   [junit4]   2> 327941 T235 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/]
   [junit4]   2> 327950 T235 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 327950 T235 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 327950 T235 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 327951 T235 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 327952 T235 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 327952 T235 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 327952 T235 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 327952 T235 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 327953 T235 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 327957 T235 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 327971 T235 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 327971 T235 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 327972 T235 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 328327 T257 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/'
   [junit4]   2> 328401 T257 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 328462 T257 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 328464 T257 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 328471 T257 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 328506 T257 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 328508 T257 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/
   [junit4]   2> 328509 T257 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 328510 T257 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data/
   [junit4]   2> 328511 T257 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 328513 T257 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data
   [junit4]   2> 328514 T257 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data/index/
   [junit4]   2> 328515 T257 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 328516 T257 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data/index
   [junit4]   2> 328529 T257 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data/index lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 328529 T257 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 328532 T257 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 328532 T257 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 328533 T257 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 328533 T257 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 328533 T257 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 328534 T257 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 328534 T257 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 328535 T257 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 328535 T257 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 328536 T257 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 328537 T257 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 328538 T257 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 328558 T257 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 328561 T257 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 328562 T257 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 328564 T257 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 328566 T257 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 328570 T257 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 328570 T257 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 328573 T257 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data/index lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 328573 T257 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 328574 T257 oass.SolrIndexSearcher.<init> Opening Searcher@575da423[collection1] main
   [junit4]   2> 328575 T257 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/conf
   [junit4]   2> 328575 T257 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/conf}
   [junit4]   2> 328575 T257 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/conf
   [junit4]   2> 328576 T257 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 328576 T257 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/conf
   [junit4]   2> 328577 T257 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 328577 T257 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 328577 T258 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@575da423[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 328577 T257 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 328579 T235 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0
   [junit4]   2> 328580 T235 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C99 name=collection1 org.apache.solr.core.SolrCore@47ab000c
   [junit4]   2> 328640 T255 C99 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 6
   [junit4]   2> ASYNC  NEW_CORE C100 name=collection1 org.apache.solr.core.SolrCore@47ab000c
   [junit4]   2> 328659 T250 C100 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 328686 T250 C100 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data/index lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data/index lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data/index),segFN=segments_2,generation=2}
   [junit4]   2> 328688 T250 C100 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 328703 T250 C100 oass.SolrIndexSearcher.<init> Opening Searcher@42674853[collection1] main
   [junit4]   2> 328704 T250 C100 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 328704 T258 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@42674853[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0.0):C10))}
   [junit4]   2> 328705 T250 C100 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&waitSearcher=true&version=2&commit=true&softCommit=false} {commit=} 0 47
   [junit4]   2> 328723 T235 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 328730 T235 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 328734 T235 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:52941
   [junit4]   2> 328738 T235 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 328739 T235 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 328739 T235 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001
   [junit4]   2> 328739 T235 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/'
   [junit4]   2> 328774 T235 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/solr.xml
   [junit4]   2> 328873 T235 oasc.CoreContainer.<init> New CoreContainer 490639739
   [junit4]   2> 328874 T235 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/]
   [junit4]   2> 328875 T235 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 328875 T235 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 328875 T235 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 328876 T235 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 328876 T235 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 328877 T235 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 328877 T235 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 328878 T235 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 328878 T235 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 328881 T235 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 328885 T235 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 328885 T235 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 328885 T235 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 328891 T269 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/'
   [junit4]   2> 328943 T269 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 328995 T269 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 328996 T269 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 329004 T269 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 329028 T269 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 329029 T269 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/
   [junit4]   2> 329030 T269 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 329030 T269 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/data/
   [junit4]   2> 329030 T269 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 329035 T269 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/data
   [junit4]   2> 329037 T269 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/data/index/
   [junit4]   2> 329037 T269 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 329039 T269 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/data/index
   [junit4]   2> 329050 T269 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/data/index lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 329051 T269 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 329053 T269 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 329053 T269 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 329054 T269 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 329055 T269 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 329055 T269 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 329056 T269 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 329056 T269 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 329056 T269 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 329057 T269 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 329057 T269 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 329058 T269 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 329059 T269 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 329070 T269 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 329072 T269 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 329074 T269 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 329076 T269 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 329077 T269 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 329086 T269 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 329087 T269 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 329093 T269 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/data/index lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 329094 T269 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 329094 T269 oass.SolrIndexSearcher.<init> Opening Searcher@14f70e7d[collection1] main
   [junit4]   2> 329096 T269 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/conf
   [junit4]   2> 329097 T269 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/conf}
   [junit4]   2> 329097 T269 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/conf
   [junit4]   2> 329098 T269 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 329100 T269 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/conf
   [junit4]   2> 329101 T269 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 329101 T269 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 329101 T269 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 329101 T270 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@14f70e7d[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 329103 T235 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0
   [junit4]   2> 329103 T235 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C101 name=collection1 org.apache.solr.core.SolrCore@13df82e8
   [junit4]   2> 329201 T267 C101 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 3
   [junit4]   2> 329214 T268 C101 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 329240 T268 C101 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/data/index lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/data/index lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/data/index),segFN=segments_2,generation=2}
   [junit4]   2> 329241 T268 C101 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 329250 T268 C101 oass.SolrIndexSearcher.<init> Opening Searcher@4edb2441[collection1] main
   [junit4]   2> 329250 T268 C101 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 329250 T270 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4edb2441[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0.0):C10))}
   [junit4]   2> 329251 T268 C101 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&waitSearcher=true&version=2&commit=true&softCommit=false} {commit=} 0 37
   [junit4]   2> 329267 T235 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 329276 T235 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 329281 T235 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:52943
   [junit4]   2> 329300 T235 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 329300 T235 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 329301 T235 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-2-001
   [junit4]   2> 329301 T235 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-2-001/'
   [junit4]   2> 329336 T235 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-2-001/solr.xml
   [junit4]   2> 329429 T235 oasc.CoreContainer.<init> New CoreContainer 2055949917
   [junit4]   2> 329429 T235 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-2-001/]
   [junit4]   2> 329431 T235 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 329431 T235 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 329432 T235 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 329432 T235 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 329432 T235 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 329432 T235 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 329432 T235 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 329433 T235 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 329433 T235 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 329436 T235 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 329439 T235 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 329439 T235 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 329440 T235 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 329446 T281 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-2-001/collection1/'
   [junit4]   2> 329507 T281 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 329585 T281 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 329587 T281 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 329598 T281 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 329620 T281 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 329622 T281 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-2-001/collection1/
   [junit4]   2> 329623 T281 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 329623 T281 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-2-001/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-2-001/collection1/data/
   [junit4]   2> 329624 T281 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 329625 T281 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-2-001/collection1/data
   [junit4]   2> 329626 T281 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-2-001/collection1/data/index/
   [junit4]   2> 329626 T281 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-2-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 329628 T281 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-2-001/collection1/data/index
   [junit4]   2> 329639 T281 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-2-001/collection1/data/index lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-2-001/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 329640 T281 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 329643 T281 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 329644 T281 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 329644 T281 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 329645 T281 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 329646 T281 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 329646 T281 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 329647 T281 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 329647 T281 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 329647 T281 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 329648 T281 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 329648 T281 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 329648 T281 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 329660 T281 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 329662 T281 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 329663 T281 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 329665 T281 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 329668 T281 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 329671 T281 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 329671 T281 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 329674 T281 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-2-001/collection1/data/index lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-2-001/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 329674 T281 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 329675 T281 oass.SolrIndexSearcher.<init> Opening Searcher@c7627d3[collection1] main
   [junit4]   2> 329675 T281 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-2-001/collection1/conf
   [junit4]   2> 329675 T281 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-2-001/collection1/conf}
   [junit4]   2> 329676 T281 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-2-001/collection1/conf
   [junit4]   2> 329676 T281 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 329677 T281 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-2-001/collection1/conf
   [junit4]   2> 329677 T281 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 329678 T281 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 329678 T281 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 329678 T282 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@c7627d3[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 329680 T235 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0
   [junit4]   2> 329680 T235 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C102 name=collection1 org.apache.solr.core.SolrCore@56757a77
   [junit4]   2> 329739 T278 C102 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 6
   [junit4]   2> 329750 T279 C102 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 329777 T279 C102 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-2-001/collection1/data/index lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-2-001/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-2-001/collection1/data/index lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-2-001/collection1/data/index),segFN=segments_2,generation=2}
   [junit4]   2> 329778 T279 C102 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 329788 T279 C102 oass.SolrIndexSearcher.<init> Opening Searcher@3b70dab9[collection1] main
   [junit4]   2> 329788 T279 C102 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 329789 T282 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3b70dab9[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0.0):C10))}
   [junit4]   2> 329790 T279 C102 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&waitSearcher=true&version=2&commit=true&softCommit=false} {commit=} 0 40
   [junit4]   2> 329817 T235 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=490639739
   [junit4]   2> 329819 T235 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@13df82e8
   [junit4]   2> 329819 T235 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 329821 T235 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 329822 T235 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 329823 T235 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 329837 T235 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 329839 T235 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 329840 T235 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/data [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/data;done=false>>]
   [junit4]   2> 329840 T235 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/data
   [junit4]   2> 329842 T235 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/data/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/data/index;done=false>>]
   [junit4]   2> 329842 T235 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/data/index
   [junit4]   2> 329856 T235 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> ASYNC  NEW_CORE C103 name=collection1 org.apache.solr.core.SolrCore@47ab000c
   [junit4]   2> 334929 T255 C103 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=75 
   [junit4]   2> ASYNC  NEW_CORE C104 name=collection1 org.apache.solr.core.SolrCore@56757a77
   [junit4]   2> 334991 T275 C104 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=1 
   [junit4]   2> 334999 T276 C104 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=1 
   [junit4]   2> 335003 T235 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 335013 T235 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 335015 T235 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:52941
   [junit4]   2> 335019 T235 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 335019 T235 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 335019 T235 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001
   [junit4]   2> 335019 T235 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/'
   [junit4]   2> 335059 T235 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/solr.xml
   [junit4]   2> 335170 T235 oasc.CoreContainer.<init> New CoreContainer 1418752759
   [junit4]   2> 335171 T235 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/]
   [junit4]   2> 335172 T235 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 335172 T235 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 335172 T235 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 335173 T235 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 335173 T235 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 335174 T235 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 335174 T235 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 335175 T235 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 335175 T235 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 335179 T235 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 335183 T235 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 335183 T235 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 335183 T235 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 335201 T294 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/'
   [junit4]   2> 335274 T294 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 335345 T294 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 335347 T294 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 335366 T294 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 335393 T294 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 335395 T294 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/
   [junit4]   2> 335395 T294 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 335396 T294 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/data/
   [junit4]   2> 335396 T294 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 335397 T294 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/data
   [junit4]   2> 335397 T294 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/data/index/
   [junit4]   2> 335400 T294 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 335400 T294 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 335400 T294 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 335401 T294 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 335402 T294 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 335402 T294 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 335403 T294 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 335403 T294 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 335403 T294 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 335404 T294 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 335405 T294 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 335405 T294 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 335422 T294 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 335428 T294 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 335432 T294 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 335433 T294 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 335435 T294 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 335438 T294 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 335438 T294 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 335439 T294 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/data/index
   [junit4]   2> 335446 T294 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/data/index lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/data/index),segFN=segments_2,generation=2}
   [junit4]   2> 335447 T294 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 335455 T294 oass.SolrIndexSearcher.<init> Opening Searcher@4ca7b6b2[collection1] main
   [junit4]   2> 335460 T294 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/conf
   [junit4]   2> 335460 T294 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/conf}
   [junit4]   2> 335461 T294 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/conf
   [junit4]   2> 335472 T294 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/conf
   [junit4]   2> 335472 T294 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 335473 T294 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 335473 T294 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 335474 T294 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 335475 T235 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0
   [junit4]   2> 335478 T235 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 335477 T295 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4ca7b6b2[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0.0):C10))}
   [junit4]   2> ASYNC  NEW_CORE C105 name=collection1 org.apache.solr.core.SolrCore@47ab000c
   [junit4]   2> 335496 T251 C105 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C106 name=collection1 org.apache.solr.core.SolrCore@56757a77
   [junit4]   2> 335507 T278 C106 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=1 
   [junit4]   2> 335520 T253 C105 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=1 
   [junit4]   2> 335536 T279 C106 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C107 name=collection1 org.apache.solr.core.SolrCore@563f9162
   [junit4]   2> 335543 T291 C107 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&rows=0&q=*:*&version=2&distrib=false&sort=_docid_+asc} hits=10 status=0 QTime=1 
   [junit4]   2> 335551 T252 C105 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=1 
   [junit4]   2> 335567 T254 C105 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=1 
   [junit4]   2> 335578 T280 C106 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=0 
   [junit4]   2> 335593 T292 C107 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=1 
   [junit4]   2> 335606 T255 C105 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=1 
   [junit4]   2> 335612 T275 C106 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=1 
   [junit4]   2> 335619 T293 C107 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=1 
   [junit4]   2> 335626 T250 C105 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=0 
   [junit4]   2> 335637 T276 C106 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=1 
   [junit4]   2> 335678 T288 C107 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=1 
   [junit4]   2> 335708 T251 C105 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=1 
   [junit4]   2> 335754 T278 C106 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=1 
   [junit4]   2> 335768 T289 C107 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=1 
   [junit4]   2> 335797 T253 C105 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=2 
   [junit4]   2> 335820 T279 C106 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=1 
   [junit4]   2> 335835 T292 C107 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=0 
   [junit4]   2> 335864 T254 C105 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=0 
   [junit4]   2> 335888 T276 C106 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=0 
   [junit4]   2> 335926 T293 C107 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=0 
   [junit4]   2> 335946 T250 C105 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=1 
   [junit4]   2> 335960 T277 C106 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=0 
   [junit4]   2> 336004 T288 C107 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=1 
   [junit4]   2> 336037 T252 C105 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=5 
   [junit4]   2> 336072 T278 C106 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=2 
   [junit4]   2> 336119 T289 C107 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=4 
   [junit4]   2> 336167 T254 C105 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=1 
   [junit4]   2> 336197 T279 C106 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=0 
   [junit4]   2> 336232 T290 C107 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=4 
   [junit4]   2> 336261 T255 C105 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=1 
   [junit4]   2> 336273 T276 C106 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=0 
   [junit4]   2> 336300 T292 C107 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=1 
   [junit4]   2> 336314 T251 C105 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=2 
   [junit4]   2> 336332 T277 C106 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=4 
   [junit4]   2> 336361 T293 C107 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=1 
   [junit4]   2> 336378 T252 C105 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=3 
   [junit4]   2> 336399 T278 C106 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=1 
   [junit4]   2> 336419 T289 C107 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=1 
   [junit4]   2> 336441 T253 C105 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=1 
   [junit4]   2> 336469 T275 C106 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=0 
   [junit4]   2> ASYNC  NEW_CORE C108 name=collection1 org.apache.solr.core.SolrCore@563f9162
   [junit4]   2> 336497 T291 C108 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=6 
   [junit4]   2> ASYNC  NEW_CORE C109 name=collection1 org.apache.solr.core.SolrCore@47ab000c
   [junit4]   2> 336513 T254 C109 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=0 
   [junit4]   2> ASYNC  NEW_CORE C110 name=collection1 org.apache.solr.core.SolrCore@56757a77
   [junit4]   2> 336531 T280 C110 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=1 
   [junit4]   2> 336541 T293 C108 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=1 
   [junit4]   2> 336560 T250 C109 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QT

[...truncated too long message...]

erCloser
   [junit4]   2> 389356 T235 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 389356 T235 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 389357 T235 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data/index;done=false>>]
   [junit4]   2> 389357 T235 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data/index
   [junit4]   2> 389371 T235 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data;done=false>>]
   [junit4]   2> 389372 T235 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-0-001/collection1/data
   [junit4]   2> 389374 T235 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 394362 T235 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=144140294
   [junit4]   2> 394365 T235 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2e8be7c7
   [junit4]   2> 394366 T235 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,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]   2> 394366 T235 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 394367 T235 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 394367 T235 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 394386 T235 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 394388 T235 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 394388 T235 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/data/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/data/index;done=false>>]
   [junit4]   2> 394389 T235 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/data/index
   [junit4]   2> 394399 T235 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/data [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/data;done=false>>]
   [junit4]   2> 394400 T235 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-1-001/collection1/data
   [junit4]   2> 394402 T235 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 399382 T235 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=898453554
   [junit4]   2> 399385 T235 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@42d34548
   [junit4]   2> 399385 T235 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 399387 T235 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 399387 T235 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 399387 T235 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 399397 T235 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 399398 T235 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 399398 T235 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-2-001/collection1/data/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-2-001/collection1/data/index;done=false>>]
   [junit4]   2> 399399 T235 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-2-001/collection1/data/index
   [junit4]   2> 399412 T235 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-2-001/collection1/data [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-2-001/collection1/data;done=false>>]
   [junit4]   2> 399413 T235 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001/instance-2-001/collection1/data
   [junit4]   2> 399414 T235 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 404395 T235 oas.SolrTestCaseJ4.tearDown ###Ending testSimple
   [junit4]   2> 404398 T235 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./temp/solr.client.solrj.TestLBHttpSolrServer-5A8BDCFD0B69BB9-001
   [junit4]   2> NOTE: test params are: codec=Lucene45, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=es_PY, timezone=Australia/Canberra
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_67 (64-bit)/cpus=2,threads=3,free=14542616,total=92717056
   [junit4]   2> NOTE: All tests run in this JVM: [LargeVolumeBinaryJettyTest, MultiCoreEmbeddedTest, ConcurrentUpdateSolrServerTest, FacetFieldTest, ClientUtilsTest, TestHash, SolrParamTest, TestBatchUpdate, SolrExampleJettyTest, TestEmbeddedSolrServer, NamedListTest, ModifiableSolrParamsTest, SolrExampleBinaryTest, NoOpResponseParserTest, DocumentAnalysisResponseTest, TestCoreAdmin, SolrDocumentTest, JettyWebappTest, TestSolrProperties, TestJsonRecordReader, TermsResponseTest, IteratorChainTest, TestDocumentObjectBinder, TestFastInputStream, TestLBHttpSolrServer]
   [junit4] Completed in 283.28s, 3 tests, 1 error <<< FAILURES!

[...truncated 87 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:485: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:465: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:61: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:39: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:202: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:494: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1343: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:958: There were test failures: 52 suites, 302 tests, 1 error

Total time: 170 minutes 35 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any