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 2015/05/12 03:03:34 UTC

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

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

1 tests failed.
FAILED:  org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability

Error Message:
No live SolrServers available to handle this request

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request
	at __randomizedtesting.SeedInfo.seed([B8E2B81F05055008:792A6559A46381A1]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:570)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:135)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:943)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:958)
	at org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability(TestLBHttpSolrClient.java:219)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	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:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	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:54)
	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.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:50503/solr/collection1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:572)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:235)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:227)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:520)
	... 43 more
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:170)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	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:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:466)
	... 46 more




Build Log:
[...truncated 11208 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.TestLBHttpSolrClient
   [junit4]   2> log4j:WARN No such property [conversionPattern] in org.apache.solr.util.SolrLogLayout.
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/init-core-data-001
   [junit4]   2> 4274 T12 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 4512 T12 oas.SolrTestCaseJ4.setUp ###Starting testReliability
   [junit4]   2> 4948 T12 oejul.Log.initialized Logging initialized @11535ms
   [junit4]   2> 5864 T12 oejs.Server.doStart jetty-9.2.10.v20150310
   [junit4]   2> 6355 T12 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@5c2b7e28{/solr,null,AVAILABLE}
   [junit4]   2> 6421 T12 oejs.AbstractConnector.doStart Started ServerConnector@2ce09c0c{HTTP/1.1}{127.0.0.1:50499}
   [junit4]   2> 6422 T12 oejs.Server.doStart Started @13008ms
   [junit4]   2> 6425 T12 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/collection1/data, solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=50499}
   [junit4]   2> 6458 T12 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@677327b6
   [junit4]   2> 6628 T12 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/'
   [junit4]   2> 7362 T12 oasc.SolrXmlConfig.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/solr.xml
   [junit4]   2> 7613 T12 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/.
   [junit4]   2> 7871 T12 oasc.CoreContainer.<init> New CoreContainer 1865173386
   [junit4]   2> 7872 T12 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/]
   [junit4]   2> 7872 T12 oasc.CoreContainer.load loading shared library: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/lib
   [junit4]   2> 7873 T12 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/lib).
   [junit4]   2> 8046 T12 oashc.HttpShardHandlerFactory.init created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 8545 T12 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 8567 T12 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 8573 T12 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 8582 T12 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 8988 T12 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/.
   [junit4]   2> 9268 T12 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/./collection1, loadOnStartup=true, absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/./collection1/, schema=schema.xml, transient=false, dataDir=data/}
   [junit4]   2> 9272 T12 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/./collection1/
   [junit4]   2> 9274 T12 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 9288 T25 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/./collection1/'
   [junit4]   2> 9471 T25 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 9510 T25 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 9646 T25 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 9672 T25 oass.IndexSchema.readSchema Reading Solr Schema from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/./collection1/conf/schema.xml
   [junit4]   2> 9688 T25 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 9924 T25 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 9939 T25 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/./collection1/
   [junit4]   2> 9952 T25 x:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 10026 T25 x:collection1 oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/./collection1/], dataDir=[null]
   [junit4]   2> 10027 T25 x:collection1 oasc.SolrCore.initInfoRegistry JMX monitoring not detected for core: collection1
   [junit4]   2> 10186 T25 x:collection1 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/collection1/data
   [junit4]   2> 10188 T25 x:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/collection1/data/index/
   [junit4]   2> 10189 T25 x:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 10241 T25 x:collection1 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/collection1/data/index
   [junit4]   2> 10501 T25 x:collection1 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@55313211),segFN=segments_1,generation=1}
   [junit4]   2> 10507 T25 x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 11862 T25 x:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 12162 T25 x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 12200 T25 x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 12203 T25 x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 12207 T25 x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 12333 T25 x:collection1 oasc.PluginBag.createPlugin requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 12334 T25 x:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,lazy,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,defaults,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 12345 T25 x:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 12473 T25 x:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 12474 T25 x:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 12510 T25 x:collection1 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@55313211),segFN=segments_1,generation=1}
   [junit4]   2> 12511 T25 x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 12748 T25 x:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@4b4effc4[collection1] main
   [junit4]   2> 12853 T25 x:collection1 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/./collection1/conf
   [junit4]   2> 12854 T25 x:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/./collection1/conf}
   [junit4]   2> 13176 T25 x:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/./collection1/conf
   [junit4]   2> 13178 T25 x:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 13503 T25 x:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 13505 T26 x:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4b4effc4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 13509 T25 x:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 13520 T12 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1
   [junit4]   2> 13521 T12 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C0 name=collection1 org.apache.solr.core.SolrCore@1ae04ce1
   [junit4]   2> 19362 T17 x:collection1 C0 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 2644
   [junit4]   2> 19825 T18 x:collection1 C0 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> ASYNC  NEW_CORE C1 name=collection1 org.apache.solr.core.SolrCore@1ae04ce1
   [junit4]   2> 21687 T18 x:collection1 C1 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@55313211),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@55313211),segFN=segments_2,generation=2}
   [junit4]   2> 21693 T18 x:collection1 C1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 22579 T18 x:collection1 C1 oass.SolrIndexSearcher.<init> Opening Searcher@4e8447f3[collection1] main
   [junit4]   2> 22648 T18 x:collection1 C1 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 22657 T26 x:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4e8447f3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c10)))}
   [junit4]   2> 22668 T18 x:collection1 C1 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 2844
   [junit4]   2> 22712 T12 oejs.Server.doStart jetty-9.2.10.v20150310
   [junit4]   2> 22726 T12 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@6f735e21{/solr,null,AVAILABLE}
   [junit4]   2> 22732 T12 oejs.AbstractConnector.doStart Started ServerConnector@56f9b9f6{HTTP/1.1}{127.0.0.1:50501}
   [junit4]   2> 22733 T12 oejs.Server.doStart Started @29311ms
   [junit4]   2> 22733 T12 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/collection1/data, solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=50501}
   [junit4]   2> 22734 T12 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@677327b6
   [junit4]   2> 22735 T12 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/'
   [junit4]   2> 22849 T12 oasc.SolrXmlConfig.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/solr.xml
   [junit4]   2> 22877 T12 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/.
   [junit4]   2> 22878 T12 oasc.CoreContainer.<init> New CoreContainer 152799674
   [junit4]   2> 22879 T12 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/]
   [junit4]   2> 22880 T12 oasc.CoreContainer.load loading shared library: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/lib
   [junit4]   2> 22881 T12 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/lib).
   [junit4]   2> 22918 T12 oashc.HttpShardHandlerFactory.init created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 22929 T12 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 22931 T12 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 22932 T12 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 22932 T12 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 22940 T12 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/.
   [junit4]   2> 22943 T12 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/./collection1, loadOnStartup=true, absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/./collection1/, schema=schema.xml, transient=false, dataDir=data/}
   [junit4]   2> 22944 T12 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/./collection1/
   [junit4]   2> 22946 T12 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 22957 T40 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/./collection1/'
   [junit4]   2> 23026 T40 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 23043 T40 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 23073 T40 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 23078 T40 oass.IndexSchema.readSchema Reading Solr Schema from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/./collection1/conf/schema.xml
   [junit4]   2> 23089 T40 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 23113 T40 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 23114 T40 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/./collection1/
   [junit4]   2> 23115 T40 x:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 23115 T40 x:collection1 oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/./collection1/], dataDir=[null]
   [junit4]   2> 23116 T40 x:collection1 oasc.SolrCore.initInfoRegistry JMX monitoring not detected for core: collection1
   [junit4]   2> 23120 T40 x:collection1 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/collection1/data
   [junit4]   2> 23123 T40 x:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/collection1/data/index/
   [junit4]   2> 23125 T40 x:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 23132 T40 x:collection1 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/collection1/data/index
   [junit4]   2> 23149 T40 x:collection1 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@55313211),segFN=segments_1,generation=1}
   [junit4]   2> 23150 T40 x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 23160 T40 x:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 23187 T40 x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 23194 T40 x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 23197 T40 x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 23204 T40 x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 23212 T40 x:collection1 oasc.PluginBag.createPlugin requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 23217 T40 x:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,lazy,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,defaults,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 23230 T40 x:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 23232 T40 x:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 23232 T40 x:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 23251 T40 x:collection1 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@55313211),segFN=segments_1,generation=1}
   [junit4]   2> 23252 T40 x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 23253 T40 x:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@46560209[collection1] main
   [junit4]   2> 23254 T40 x:collection1 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/./collection1/conf
   [junit4]   2> 23255 T40 x:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/./collection1/conf}
   [junit4]   2> 23265 T40 x:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/./collection1/conf
   [junit4]   2> 23266 T40 x:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 23267 T40 x:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 23270 T41 x:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@46560209[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 23270 T40 x:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 23280 T12 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1
   [junit4]   2> 23282 T12 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C2 name=collection1 org.apache.solr.core.SolrCore@4dad6f49
   [junit4]   2> 23304 T33 x:collection1 C2 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 10
   [junit4]   2> 23316 T32 x:collection1 C2 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 23386 T32 x:collection1 C2 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@55313211),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@55313211),segFN=segments_2,generation=2}
   [junit4]   2> 23390 T32 x:collection1 C2 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 23396 T32 x:collection1 C2 oass.SolrIndexSearcher.<init> Opening Searcher@772f5b1a[collection1] main
   [junit4]   2> 23397 T32 x:collection1 C2 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 23398 T41 x:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@772f5b1a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c10)))}
   [junit4]   2> 23399 T32 x:collection1 C2 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 84
   [junit4]   2> 23428 T12 oejs.Server.doStart jetty-9.2.10.v20150310
   [junit4]   2> 23448 T12 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@7cd2eae4{/solr,null,AVAILABLE}
   [junit4]   2> 23451 T12 oejs.AbstractConnector.doStart Started ServerConnector@1b5d5357{HTTP/1.1}{127.0.0.1:50503}
   [junit4]   2> 23452 T12 oejs.Server.doStart Started @30030ms
   [junit4]   2> 23452 T12 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/collection1/data, solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=50503}
   [junit4]   2> 23466 T12 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@677327b6
   [junit4]   2> 23467 T12 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/'
   [junit4]   2> 23532 T12 oasc.SolrXmlConfig.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/solr.xml
   [junit4]   2> 23558 T12 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/.
   [junit4]   2> 23559 T12 oasc.CoreContainer.<init> New CoreContainer 230976322
   [junit4]   2> 23560 T12 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/]
   [junit4]   2> 23560 T12 oasc.CoreContainer.load loading shared library: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/lib
   [junit4]   2> 23561 T12 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/lib).
   [junit4]   2> 23596 T12 oashc.HttpShardHandlerFactory.init created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 23598 T12 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 23600 T12 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 23601 T12 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 23601 T12 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 23614 T12 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/.
   [junit4]   2> 23617 T12 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/./collection1, loadOnStartup=true, absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/./collection1/, schema=schema.xml, transient=false, dataDir=data/}
   [junit4]   2> 23618 T12 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/./collection1/
   [junit4]   2> 23620 T12 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 23624 T55 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/./collection1/'
   [junit4]   2> 23715 T55 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 23722 T55 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 23782 T55 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 23785 T55 oass.IndexSchema.readSchema Reading Solr Schema from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/./collection1/conf/schema.xml
   [junit4]   2> 23805 T55 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 23818 T55 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 23819 T55 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/./collection1/
   [junit4]   2> 23820 T55 x:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 23821 T55 x:collection1 oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/./collection1/], dataDir=[null]
   [junit4]   2> 23821 T55 x:collection1 oasc.SolrCore.initInfoRegistry JMX monitoring not detected for core: collection1
   [junit4]   2> 23824 T55 x:collection1 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/collection1/data
   [junit4]   2> 23825 T55 x:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/collection1/data/index/
   [junit4]   2> 23825 T55 x:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 23826 T55 x:collection1 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/collection1/data/index
   [junit4]   2> 23841 T55 x:collection1 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@55313211),segFN=segments_1,generation=1}
   [junit4]   2> 23842 T55 x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 23856 T55 x:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 23862 T55 x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 23866 T55 x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 23873 T55 x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 23876 T55 x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 23905 T55 x:collection1 oasc.PluginBag.createPlugin requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 23906 T55 x:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,lazy,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,defaults,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 23907 T55 x:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 23916 T55 x:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 23917 T55 x:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 23948 T55 x:collection1 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@55313211),segFN=segments_1,generation=1}
   [junit4]   2> 23949 T55 x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 23954 T55 x:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@575c5ec[collection1] main
   [junit4]   2> 23955 T55 x:collection1 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/./collection1/conf
   [junit4]   2> 23955 T55 x:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/./collection1/conf}
   [junit4]   2> 23956 T55 x:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/./collection1/conf
   [junit4]   2> 23957 T55 x:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 23957 T55 x:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 23959 T55 x:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 23959 T56 x:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@575c5ec[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 24010 T12 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1
   [junit4]   2> 24011 T12 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C3 name=collection1 org.apache.solr.core.SolrCore@170a7c97
   [junit4]   2> 24032 T46 x:collection1 C3 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 13
   [junit4]   2> 24056 T48 x:collection1 C3 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 24105 T48 x:collection1 C3 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@55313211),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@55313211),segFN=segments_2,generation=2}
   [junit4]   2> 24107 T48 x:collection1 C3 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 24115 T48 x:collection1 C3 oass.SolrIndexSearcher.<init> Opening Searcher@46ea68b1[collection1] main
   [junit4]   2> 24116 T48 x:collection1 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 24116 T56 x:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@46ea68b1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c10)))}
   [junit4]   2> 24117 T48 x:collection1 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 62
   [junit4]   2> 24164 T12 oejs.AbstractConnector.doStop Stopped ServerConnector@56f9b9f6{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 24166 T12 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=152799674
   [junit4]   2> 24168 T12 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4dad6f49
   [junit4]   2> 24170 T12 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> 24179 T12 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 24180 T12 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 24181 T12 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 24189 T12 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 24195 T12 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 24197 T12 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/collection1/data/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/collection1/data/index;done=false>>]
   [junit4]   2> 24198 T12 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/collection1/data/index
   [junit4]   2> 24623 T12 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/collection1/data [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/collection1/data;done=false>>]
   [junit4]   2> 24623 T12 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/collection1/data
   [junit4]   2> 24634 T12 oejsh.ContextHandler.doStop Stopped o.e.j.s.ServletContextHandler@6f735e21{/solr,null,UNAVAILABLE}
   [junit4]   2> 25266 T12 oejs.AbstractConnector.doStop Stopped ServerConnector@2ce09c0c{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 25266 T12 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1865173386
   [junit4]   2> 25275 T12 oejsh.ContextHandler.doStop Stopped o.e.j.s.ServletContextHandler@5c2b7e28{/solr,null,UNAVAILABLE}
   [junit4]   2> ASYNC  NEW_CORE C4 name=collection1 org.apache.solr.core.SolrCore@170a7c97
   [junit4]   2> 25292 T49 x:collection1 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=334 
   [junit4]   2> ASYNC  NEW_CORE C5 name=collection1 org.apache.solr.core.SolrCore@1ae04ce1
   [junit4]   2> 25295 T17 x:collection1 C5 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=607 
   [junit4]   2> 25358 T17 x:collection1 C5 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1ae04ce1
   [junit4]   2> 25360 T17 x:collection1 C5 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> 25368 T17 x:collection1 C5 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 25370 T17 x:collection1 C5 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 25371 T17 x:collection1 C5 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 25403 T17 x:collection1 C5 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 25407 T17 x:collection1 C5 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 25407 T17 x:collection1 C5 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/collection1/data/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/collection1/data/index;done=false>>]
   [junit4]   2> 25408 T17 x:collection1 C5 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/collection1/data/index
   [junit4]   2> 25430 T17 x:collection1 C5 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/collection1/data [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/collection1/data;done=false>>]
   [junit4]   2> 25431 T17 x:collection1 C5 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/collection1/data
   [junit4]   2> 25520 T12 oejs.AbstractConnector.doStop Stopped ServerConnector@1b5d5357{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 25521 T12 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=230976322
   [junit4]   2> 25526 T12 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@170a7c97
   [junit4]   2> 25528 T12 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> 25561 T12 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 25563 T12 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 25563 T12 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 25616 T12 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 25619 T12 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 25620 T12 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/collection1/data/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/collection1/data/index;done=false>>]
   [junit4]   2> 25621 T12 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/collection1/data/index
   [junit4]   2> 25697 T12 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/collection1/data [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/collection1/data;done=false>>]
   [junit4]   2> 25698 T12 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/collection1/data
   [junit4]   2> 25700 T12 oejsh.ContextHandler.doStop Stopped o.e.j.s.ServletContextHandler@7cd2eae4{/solr,null,UNAVAILABLE}
   [junit4]   2> 25719 T12 oas.SolrTestCaseJ4.tearDown ###Ending testReliability
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLBHttpSolrClient -Dtests.method=testReliability -Dtests.seed=B8E2B81F05055008 -Dtests.slow=true -Dtests.locale=en_ZA -Dtests.timezone=America/Atka -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   21.5s J1 | TestLBHttpSolrClient.testReliability <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B8E2B81F05055008:792A6559A46381A1]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:570)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:135)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:943)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:958)
   [junit4]    > 	at org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability(TestLBHttpSolrClient.java:219)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:50503/solr/collection1
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:572)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:235)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:227)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:520)
   [junit4]    > 	... 43 more
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:170)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
   [junit4]    > 	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
   [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:272)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:466)
   [junit4]    > 	... 46 more
   [junit4]   2> 26014 T12 oas.SolrTestCaseJ4.setUp ###Starting testTwoServers
   [junit4]   2> 26053 T12 oejs.Server.doStart jetty-9.2.10.v20150310
   [junit4]   2> 26066 T12 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@7e930634{/solr,null,AVAILABLE}
   [junit4]   2> 26082 T12 oejs.AbstractConnector.doStart Started ServerConnector@4247aab9{HTTP/1.1}{127.0.0.1:50509}
   [junit4]   2> 26084 T12 oejs.Server.doStart Started @32661ms
   [junit4]   2> 26085 T12 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/collection1/data, solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=50509}
   [junit4]   2> 26090 T12 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@677327b6
   [junit4]   2> 26090 T12 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/'
   [junit4]   2> 26201 T12 oasc.SolrXmlConfig.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/solr.xml
   [junit4]   2> 26235 T12 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/.
   [junit4]   2> 26236 T12 oasc.CoreContainer.<init> New CoreContainer 807898059
   [junit4]   2> 26236 T12 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/]
   [junit4]   2> 26248 T12 oasc.CoreContainer.load loading shared library: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/lib
   [junit4]   2> 26248 T12 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/lib).
   [junit4]   2> 26276 T12 oashc.HttpShardHandlerFactory.init created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 26280 T12 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 26281 T12 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 26281 T12 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 26282 T12 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 26285 T12 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/.
   [junit4]   2> 26288 T12 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/./collection1, loadOnStartup=true, absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/./collection1/, schema=schema.xml, transient=false, dataDir=data/}
   [junit4]   2> 26289 T12 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/./collection1/
   [junit4]   2> 26290 T12 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 26297 T71 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/./collection1/'
   [junit4]   2> 26425 T71 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 26432 T71 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 26488 T71 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 26490 T71 oass.IndexSchema.readSchema Reading Solr Schema from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/./collection1/conf/schema.xml
   [junit4]   2> 26513 T71 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 26543 T71 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 26544 T71 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/./collection1/
   [junit4]   2> 26545 T71 x:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 26546 T71 x:collection1 oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/./collection1/], dataDir=[null]
   [junit4]   2> 26546 T71 x:collection1 oasc.SolrCore.initInfoRegistry JMX monitoring not detected for core: collection1
   [junit4]   2> 26549 T71 x:collection1 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/collection1/data
   [junit4]   2> 26550 T71 x:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/collection1/data/index/
   [junit4]   2> 26551 T71 x:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 26552 T71 x:collection1 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/collection1/data/index
   [junit4]   2> 26585 T71 x:collection1 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@55313211),segFN=segments_1,generation=1}
   [junit4]   2> 26585 T71 x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 26592 T71 x:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 26604 T71 x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 26612 T71 x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 26616 T71 x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 26620 T71 x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 26628 T71 x:collection1 oasc.PluginBag.createPlugin requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 26629 T71 x:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,lazy,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,defaults,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 26630 T71 x:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 26634 T71 x:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 26646 T71 x:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 26651 T71 x:collection1 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@55313211),segFN=segments_1,generation=1}
   [junit4]   2> 26651 T71 x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 26652 T71 x:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@d958f4f[collection1] main
   [junit4]   2> 26654 T71 x:collection1 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/./collection1/conf
   [junit4]   2> 26654 T71 x:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/./collection1/conf}
   [junit4]   2> 26655 T71 x:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/./collection1/conf
   [junit4]   2> 26656 T71 x:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 26656 T71 x:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 26657 T72 x:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@d958f4f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 26657 T71 x:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 26659 T12 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1
   [junit4]   2> 26660 T12 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C6 name=collection1 org.apache.solr.core.SolrCore@108601ef
   [junit4]   2> 26682 T63 x:collection1 C6 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 13
   [junit4]   2> 26691 T64 x:collection1 C6 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 26739 T64 x:collection1 C6 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@55313211),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@55313211),segFN=segments_2,generation=2}
   [junit4]   2> 26743 T64 x:collection1 C6 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 26749 T64 x:collection1 C6 oass.SolrIndexSearcher.<init> Opening Searcher@30ee9813[collection1] main
   [junit4]   2> 26750 T64 x:collection1 C6 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 26751 T72 x:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@30ee9813[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c10)))}
   [junit4]   2> 26752 T64 x:collection1 C6 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 61
   [junit4]   2> 26800 T12 oejs.Server.doStart jetty-9.2.10.v20150310
   [junit4]   2> 26810 T12 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@60ab4129{/solr,null,AVAILABLE}
   [junit4]   2> 26812 T12 oejs.AbstractConnector.doStart Started ServerConnector@1bb0bd02{HTTP/1.1}{127.0.0.1:50512}
   [junit4]   2> 26813 T12 oejs.Server.doStart Started @33389ms
   [junit4]   2> 26814 T12 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/collection1/data, solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=50512}
   [junit4]   2> 26815 T12 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@677327b6
   [junit4]   2> 26816 T12 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/'
   [junit4]   2> 26850 T12 oasc.SolrXmlConfig.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/solr.xml
   [junit4]   2> 26862 T12 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/.
   [junit4]   2> 26863 T12 oasc.CoreContainer.<init> New CoreContainer 505603588
   [junit4]   2> 26874 T12 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/]
   [junit4]   2> 26875 T12 oasc.CoreContainer.load loading shared library: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/lib
   [junit4]   2> 26876 T12 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/lib).
   [junit4]   2> 26901 T12 oashc.HttpShardHandlerFactory.init created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 26903 T12 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 26904 T12 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 26904 T12 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 26905 T12 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 26911 T12 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/.
   [junit4]   2> 26914 T12 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/./collection1, loadOnStartup=true, absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/./collection1/, schema=schema.xml, transient=false, dataDir=data/}
   [junit4]   2> 26915 T12 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/./collection1/
   [junit4]   2> 26916 T12 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 26919 T86 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/./collection1/'
   [junit4]   2> 27060 T86 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 27068 T86 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 27127 T86 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 27129 T86 oass.IndexSchema.readSchema Reading Solr Schema from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/./collection1/conf/schema.xml
   [junit4]   2> 27137 T86 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 27155 T86 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 27156 T86 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/./collection1/
   [junit4]   2> 27157 T86 x:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 27159 T86 x:collection1 oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/./collection1/], dataDir=[null]
   [junit4]   2> 27160 T86 x:collection1 oasc.SolrCore.initInfoRegistry JMX monitoring not detected for core: collection1
   [junit4]   2> 27171 T86 x:collection1 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/collection1/data
   [junit4]   2> 27172 T86 x:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/collection1/data/index/
   [junit4]   2> 27173 T86 x:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 27174 T86 x:collection1 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/collection1/data/index
   [junit4]   2> 27188 T86 x:collection1 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@55313211),segFN=segments_1,generation=1}
   [junit4]   2> 27188 T86 x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 27194 T86 x:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 27208 T86 x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 27212 T86 x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 27216 T86 x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 27221 T86 x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 27227 T86 x:collection1 oasc.PluginBag.createPlugin requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 27227 T86 x:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,lazy,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,defaults,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 27230 T86 x:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 27232 T86 x:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 27232 T86 x:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 27236 T86 x:collection1 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@55313211),segFN=segments_1,generation=1}
   [junit4]   2> 27236 T86 x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 27238 T86 x:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@313063c8[collection1] main
   [junit4]   2> 27239 T86 x:collection1 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/./collection1/conf
   [junit4]   2> 27240 T86 x:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/./collection1/conf}
   [junit4]   2> 27240 T86 x:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/./collection1/conf
   [junit4]   2> 27241 T86 x:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 27241 T86 x:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 27242 T87 x:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@313063c8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 27242 T86 x:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 27244 T12 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1
   [junit4]   2> 27244 T12 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C7 name=collection1 org.apache.solr.core.SolrCore@7275fc83
   [junit4]   2> 27259 T78 x:collection1 C7 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 10
   [junit4]   2> 27268 T80 x:collection1 C7 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 27305 T80 x:collection1 C7 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@55313211),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@55313211),segFN=segments_2,generation=2}
   [junit4]   2> 27307 T80 x:collection1 C7 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 27314 T80 x:collection1 C7 oass.SolrIndexSearcher.<init> Opening Searcher@d4af6dc[collection

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

State Closing SolrCoreState
   [junit4]   2> 33151 T12 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 33152 T12 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 33214 T12 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 33230 T12 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 33231 T12 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/collection1/data/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/collection1/data/index;done=false>>]
   [junit4]   2> 33231 T12 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/collection1/data/index
   [junit4]   2> 33262 T12 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/collection1/data [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/collection1/data;done=false>>]
   [junit4]   2> 33263 T12 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-0-001/collection1/data
   [junit4]   2> 33266 T12 oejsh.ContextHandler.doStop Stopped o.e.j.s.ServletContextHandler@653f6dd3{/solr,null,UNAVAILABLE}
   [junit4]   2> 33309 T12 oejs.AbstractConnector.doStop Stopped ServerConnector@756007f9{HTTP/1.1}{127.0.0.1:50525}
   [junit4]   2> 33311 T12 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=483802352
   [junit4]   2> 33314 T12 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@766bdcbf
   [junit4]   2> 33316 T12 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> 33316 T12 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 33317 T12 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 33317 T12 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 33329 T12 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 33332 T12 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 33332 T12 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/collection1/data/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/collection1/data/index;done=false>>]
   [junit4]   2> 33332 T12 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/collection1/data/index
   [junit4]   2> 33343 T12 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/collection1/data [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/collection1/data;done=false>>]
   [junit4]   2> 33344 T12 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-1-001/collection1/data
   [junit4]   2> 33346 T12 oejsh.ContextHandler.doStop Stopped o.e.j.s.ServletContextHandler@6876daa4{/solr,null,UNAVAILABLE}
   [junit4]   2> 33383 T12 oejs.AbstractConnector.doStop Stopped ServerConnector@57a2d516{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 33384 T12 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=347038476
   [junit4]   2> 33390 T12 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@317c13fb
   [junit4]   2> 33390 T12 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> 33399 T12 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 33400 T12 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 33400 T12 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 33407 T12 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 33409 T12 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 33421 T12 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/collection1/data/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/collection1/data/index;done=false>>]
   [junit4]   2> 33422 T12 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/collection1/data/index
   [junit4]   2> 33446 T12 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/collection1/data [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/collection1/data;done=false>>]
   [junit4]   2> 33446 T12 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001/instance-2-001/collection1/data
   [junit4]   2> 33448 T12 oejsh.ContextHandler.doStop Stopped o.e.j.s.ServletContextHandler@1d2ef761{/solr,null,UNAVAILABLE}
   [junit4]   2> 33523 T12 oas.SolrTestCaseJ4.tearDown ###Ending testSimple
   [junit4]   2> 33534 T12 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient B8E2B81F05055008-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {name=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{}, sim=DefaultSimilarity, locale=en_ZA, timezone=America/Atka
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_45 (64-bit)/cpus=3,threads=2,free=22940608,total=54788096
   [junit4]   2> NOTE: All tests run in this JVM: [TestLBHttpSolrClient]
   [junit4] Completed [7/60] on J1 in 34.73s, 3 tests, 1 error <<< FAILURES!

[...truncated 170 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:526: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:474: 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:242: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:512: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1415: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:973: There were test failures: 60 suites, 389 tests, 1 error

Total time: 76 minutes 9 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any