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/03/31 17:44:28 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/2119/
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([44DBD7564AE74501:85130A10EB8194A8]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:564)
	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:53)
	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:53)
	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:60128/solr/collection1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:568)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:233)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:225)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:514)
	... 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:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:462)
	... 46 more




Build Log:
[...truncated 10931 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 44DBD7564AE74501-001/init-core-data-001
   [junit4]   2> 4435 T12 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 4897 T12 oas.SolrTestCaseJ4.setUp ###Starting testReliability
   [junit4]   2> 5599 T12 oejul.Log.initialized Logging initialized @11028ms
   [junit4]   2> 6670 T12 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 7120 T12 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@59cf3b86{/solr,null,AVAILABLE}
   [junit4]   2> 7217 T12 oejs.AbstractConnector.doStart Started ServerConnector@65ffc14f{HTTP/1.1}{127.0.0.1:60124}
   [junit4]   2> 7220 T12 oejs.Server.doStart Started @12656ms
   [junit4]   2> 7222 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 44DBD7564AE74501-001/instance-0-001/collection1/data, solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=60124}
   [junit4]   2> 7364 T12 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@677327b6
   [junit4]   2> 7497 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 44DBD7564AE74501-001/instance-0-001/'
   [junit4]   2> 8422 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 44DBD7564AE74501-001/instance-0-001/solr.xml
   [junit4]   2> 8761 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 44DBD7564AE74501-001/instance-0-001/.
   [junit4]   2> 9148 T12 oasc.CoreContainer.<init> New CoreContainer 1898058099
   [junit4]   2> 9150 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 44DBD7564AE74501-001/instance-0-001/]
   [junit4]   2> 9151 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 44DBD7564AE74501-001/instance-0-001/lib
   [junit4]   2> 9153 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 44DBD7564AE74501-001/instance-0-001/lib).
   [junit4]   2> 9402 T12 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 9403 T12 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 9420 T12 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 9422 T12 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 9423 T12 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 9424 T12 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 9424 T12 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 9425 T12 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 9426 T12 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 9427 T12 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 9427 T12 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 10236 T12 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 10258 T12 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 10267 T12 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 10305 T12 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 10837 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 44DBD7564AE74501-001/instance-0-001/.
   [junit4]   2> 11333 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 44DBD7564AE74501-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 44DBD7564AE74501-001/instance-0-001/./collection1/, schema=schema.xml, transient=false, dataDir=data/}
   [junit4]   2> 11344 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 44DBD7564AE74501-001/instance-0-001/./collection1/
   [junit4]   2> 11349 T12 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 11365 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 44DBD7564AE74501-001/instance-0-001/./collection1/'
   [junit4]   2> 11621 T25 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 11730 T25 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 11982 T25 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 12029 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 44DBD7564AE74501-001/instance-0-001/./collection1/conf/schema.xml
   [junit4]   2> 12051 T25 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 12360 T25 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 12381 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 44DBD7564AE74501-001/instance-0-001/./collection1/
   [junit4]   2> 12392 T25 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 12478 T25 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 44DBD7564AE74501-001/instance-0-001/./collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 44DBD7564AE74501-001/instance-0-001/collection1/data/
   [junit4]   2> 12479 T25 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 12749 T25 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 44DBD7564AE74501-001/instance-0-001/collection1/data
   [junit4]   2> 12752 T25 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 44DBD7564AE74501-001/instance-0-001/collection1/data/index/
   [junit4]   2> 12754 T25 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 44DBD7564AE74501-001/instance-0-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 12786 T25 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 44DBD7564AE74501-001/instance-0-001/collection1/data/index
   [junit4]   2> 13077 T25 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 44DBD7564AE74501-001/instance-0-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@a29642e),segFN=segments_1,generation=1}
   [junit4]   2> 13083 T25 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 14765 T25 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 15188 T25 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 15213 T25 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 15217 T25 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 15221 T25 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 15375 T25 oasc.PluginBag.createPlugin requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 15378 T25 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> 15382 T25 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 15572 T25 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 15573 T25 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 15603 T25 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 44DBD7564AE74501-001/instance-0-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@a29642e),segFN=segments_1,generation=1}
   [junit4]   2> 15605 T25 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 15924 T25 oass.SolrIndexSearcher.<init> Opening Searcher@7c0d668[collection1] main
   [junit4]   2> 16002 T25 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 44DBD7564AE74501-001/instance-0-001/./collection1/conf
   [junit4]   2> 16003 T25 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 44DBD7564AE74501-001/instance-0-001/./collection1/conf}
   [junit4]   2> 16141 T25 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 44DBD7564AE74501-001/instance-0-001/./collection1/conf
   [junit4]   2> 16143 T25 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 16309 T25 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 16311 T26 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7c0d668[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 16314 T25 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 16337 T12 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1
   [junit4]   2> 16338 T12 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C0 name=collection1 org.apache.solr.core.SolrCore@4cf00d7
   [junit4]   2> 19799 T19 c: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 1629
   [junit4]   2> 20038 T18 c: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@4cf00d7
   [junit4]   2> 21095 T18 c:collection1 C1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 44DBD7564AE74501-001/instance-0-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@a29642e),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 44DBD7564AE74501-001/instance-0-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@a29642e),segFN=segments_2,generation=2}
   [junit4]   2> 21099 T18 c:collection1 C1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 21411 T18 c:collection1 C1 oass.SolrIndexSearcher.<init> Opening Searcher@6e41c09b[collection1] main
   [junit4]   2> 21423 T18 c:collection1 C1 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 21432 T26 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6e41c09b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c10)))}
   [junit4]   2> 21434 T18 c:collection1 C1 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 1397
   [junit4]   2> 21460 T12 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 21474 T12 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@9fc8e14{/solr,null,AVAILABLE}
   [junit4]   2> 21475 T12 oejs.AbstractConnector.doStart Started ServerConnector@7f38e7f1{HTTP/1.1}{127.0.0.1:60126}
   [junit4]   2> 21476 T12 oejs.Server.doStart Started @26906ms
   [junit4]   2> 21477 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 44DBD7564AE74501-001/instance-1-001/collection1/data, solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=60126}
   [junit4]   2> 21479 T12 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@677327b6
   [junit4]   2> 21480 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 44DBD7564AE74501-001/instance-1-001/'
   [junit4]   2> 21565 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 44DBD7564AE74501-001/instance-1-001/solr.xml
   [junit4]   2> 21636 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 44DBD7564AE74501-001/instance-1-001/.
   [junit4]   2> 21637 T12 oasc.CoreContainer.<init> New CoreContainer 1852306373
   [junit4]   2> 21638 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 44DBD7564AE74501-001/instance-1-001/]
   [junit4]   2> 21639 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 44DBD7564AE74501-001/instance-1-001/lib
   [junit4]   2> 21640 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 44DBD7564AE74501-001/instance-1-001/lib).
   [junit4]   2> 21668 T12 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 21669 T12 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 21670 T12 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 21670 T12 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 21671 T12 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 21672 T12 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 21673 T12 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 21674 T12 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 21674 T12 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 21675 T12 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 21675 T12 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 21677 T12 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 21751 T12 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 21751 T12 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 21752 T12 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 21779 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 44DBD7564AE74501-001/instance-1-001/.
   [junit4]   2> 21784 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 44DBD7564AE74501-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 44DBD7564AE74501-001/instance-1-001/./collection1/, schema=schema.xml, transient=false, dataDir=data/}
   [junit4]   2> 21789 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 44DBD7564AE74501-001/instance-1-001/./collection1/
   [junit4]   2> 21792 T12 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 21794 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 44DBD7564AE74501-001/instance-1-001/./collection1/'
   [junit4]   2> 21888 T40 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 21923 T40 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 21967 T40 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 21977 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 44DBD7564AE74501-001/instance-1-001/./collection1/conf/schema.xml
   [junit4]   2> 22000 T40 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 22036 T40 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 22038 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 44DBD7564AE74501-001/instance-1-001/./collection1/
   [junit4]   2> 22038 T40 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 22039 T40 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 44DBD7564AE74501-001/instance-1-001/./collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 44DBD7564AE74501-001/instance-1-001/collection1/data/
   [junit4]   2> 22039 T40 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 22044 T40 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 44DBD7564AE74501-001/instance-1-001/collection1/data
   [junit4]   2> 22045 T40 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 44DBD7564AE74501-001/instance-1-001/collection1/data/index/
   [junit4]   2> 22047 T40 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 44DBD7564AE74501-001/instance-1-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 22048 T40 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 44DBD7564AE74501-001/instance-1-001/collection1/data/index
   [junit4]   2> 22109 T40 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 44DBD7564AE74501-001/instance-1-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@a29642e),segFN=segments_1,generation=1}
   [junit4]   2> 22109 T40 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 22147 T40 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 22179 T40 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 22189 T40 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 22197 T40 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 22200 T40 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 22208 T40 oasc.PluginBag.createPlugin requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 22210 T40 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> 22212 T40 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 22216 T40 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 22217 T40 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 22224 T40 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 44DBD7564AE74501-001/instance-1-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@a29642e),segFN=segments_1,generation=1}
   [junit4]   2> 22226 T40 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 22227 T40 oass.SolrIndexSearcher.<init> Opening Searcher@5dc73342[collection1] main
   [junit4]   2> 22228 T40 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 44DBD7564AE74501-001/instance-1-001/./collection1/conf
   [junit4]   2> 22230 T40 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 44DBD7564AE74501-001/instance-1-001/./collection1/conf}
   [junit4]   2> 22232 T40 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 44DBD7564AE74501-001/instance-1-001/./collection1/conf
   [junit4]   2> 22233 T40 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 22234 T40 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 22241 T41 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5dc73342[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 22241 T40 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 22258 T12 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1
   [junit4]   2> 22259 T12 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C2 name=collection1 org.apache.solr.core.SolrCore@5ef87181
   [junit4]   2> 22282 T32 c: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 11
   [junit4]   2> 22293 T33 c:collection1 C2 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 22332 T33 c:collection1 C2 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 44DBD7564AE74501-001/instance-1-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@a29642e),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 44DBD7564AE74501-001/instance-1-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@a29642e),segFN=segments_2,generation=2}
   [junit4]   2> 22335 T33 c:collection1 C2 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 22345 T33 c:collection1 C2 oass.SolrIndexSearcher.<init> Opening Searcher@572b8e17[collection1] main
   [junit4]   2> 22346 T33 c:collection1 C2 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 22346 T41 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@572b8e17[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c10)))}
   [junit4]   2> 22348 T33 c:collection1 C2 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 55
   [junit4]   2> 22368 T12 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 22378 T12 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@3f004d3c{/solr,null,AVAILABLE}
   [junit4]   2> 22380 T12 oejs.AbstractConnector.doStart Started ServerConnector@77a5e1ce{HTTP/1.1}{127.0.0.1:60128}
   [junit4]   2> 22383 T12 oejs.Server.doStart Started @27812ms
   [junit4]   2> 22383 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 44DBD7564AE74501-001/instance-2-001/collection1/data, solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=60128}
   [junit4]   2> 22384 T12 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@677327b6
   [junit4]   2> 22384 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 44DBD7564AE74501-001/instance-2-001/'
   [junit4]   2> 22431 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 44DBD7564AE74501-001/instance-2-001/solr.xml
   [junit4]   2> 22449 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 44DBD7564AE74501-001/instance-2-001/.
   [junit4]   2> 22450 T12 oasc.CoreContainer.<init> New CoreContainer 231380618
   [junit4]   2> 22451 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 44DBD7564AE74501-001/instance-2-001/]
   [junit4]   2> 22451 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 44DBD7564AE74501-001/instance-2-001/lib
   [junit4]   2> 22452 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 44DBD7564AE74501-001/instance-2-001/lib).
   [junit4]   2> 22474 T12 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 22475 T12 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 22476 T12 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 22476 T12 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 22476 T12 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 22477 T12 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 22477 T12 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 22478 T12 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 22478 T12 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 22479 T12 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 22479 T12 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 22480 T12 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 22480 T12 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 22481 T12 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 22481 T12 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 22483 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 44DBD7564AE74501-001/instance-2-001/.
   [junit4]   2> 22487 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 44DBD7564AE74501-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 44DBD7564AE74501-001/instance-2-001/./collection1/, schema=schema.xml, transient=false, dataDir=data/}
   [junit4]   2> 22488 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 44DBD7564AE74501-001/instance-2-001/./collection1/
   [junit4]   2> 22491 T12 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 22493 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 44DBD7564AE74501-001/instance-2-001/./collection1/'
   [junit4]   2> 22549 T55 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 22572 T55 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 22636 T55 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 22638 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 44DBD7564AE74501-001/instance-2-001/./collection1/conf/schema.xml
   [junit4]   2> 22647 T55 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 22655 T55 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 22658 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 44DBD7564AE74501-001/instance-2-001/./collection1/
   [junit4]   2> 22658 T55 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 22660 T55 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 44DBD7564AE74501-001/instance-2-001/./collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 44DBD7564AE74501-001/instance-2-001/collection1/data/
   [junit4]   2> 22660 T55 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 22663 T55 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 44DBD7564AE74501-001/instance-2-001/collection1/data
   [junit4]   2> 22664 T55 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 44DBD7564AE74501-001/instance-2-001/collection1/data/index/
   [junit4]   2> 22665 T55 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 44DBD7564AE74501-001/instance-2-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 22667 T55 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 44DBD7564AE74501-001/instance-2-001/collection1/data/index
   [junit4]   2> 22678 T55 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 44DBD7564AE74501-001/instance-2-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@a29642e),segFN=segments_1,generation=1}
   [junit4]   2> 22679 T55 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 22687 T55 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 22694 T55 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 22697 T55 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 22700 T55 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 22702 T55 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 22712 T55 oasc.PluginBag.createPlugin requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 22712 T55 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> 22713 T55 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 22714 T55 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 22714 T55 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 22721 T55 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 44DBD7564AE74501-001/instance-2-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@a29642e),segFN=segments_1,generation=1}
   [junit4]   2> 22722 T55 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 22723 T55 oass.SolrIndexSearcher.<init> Opening Searcher@282b03fd[collection1] main
   [junit4]   2> 22724 T55 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 44DBD7564AE74501-001/instance-2-001/./collection1/conf
   [junit4]   2> 22724 T55 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 44DBD7564AE74501-001/instance-2-001/./collection1/conf}
   [junit4]   2> 22725 T55 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 44DBD7564AE74501-001/instance-2-001/./collection1/conf
   [junit4]   2> 22728 T55 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 22729 T55 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 22730 T56 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@282b03fd[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 22730 T55 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 22735 T12 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1
   [junit4]   2> 22735 T12 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C3 name=collection1 org.apache.solr.core.SolrCore@172a1741
   [junit4]   2> 22756 T47 c: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 10
   [junit4]   2> 22772 T48 c:collection1 C3 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 22872 T48 c:collection1 C3 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 44DBD7564AE74501-001/instance-2-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@a29642e),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 44DBD7564AE74501-001/instance-2-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@a29642e),segFN=segments_2,generation=2}
   [junit4]   2> 22874 T48 c:collection1 C3 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 22888 T48 c:collection1 C3 oass.SolrIndexSearcher.<init> Opening Searcher@50bc0ede[collection1] main
   [junit4]   2> 22889 T48 c:collection1 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 22892 T56 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@50bc0ede[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c10)))}
   [junit4]   2> 22894 T48 c:collection1 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 123
   [junit4]   2> 22944 T12 oejs.AbstractConnector.doStop Stopped ServerConnector@7f38e7f1{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 22945 T12 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1852306373
   [junit4]   2> 22947 T12 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5ef87181
   [junit4]   2> 22950 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> 22953 T12 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 22955 T12 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 22956 T12 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 22966 T12 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 22973 T12 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 22976 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 44DBD7564AE74501-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 44DBD7564AE74501-001/instance-1-001/collection1/data;done=false>>]
   [junit4]   2> 22978 T12 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 44DBD7564AE74501-001/instance-1-001/collection1/data
   [junit4]   2> 22982 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 44DBD7564AE74501-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 44DBD7564AE74501-001/instance-1-001/collection1/data/index;done=false>>]
   [junit4]   2> 22984 T12 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 44DBD7564AE74501-001/instance-1-001/collection1/data/index
   [junit4]   2> 23284 T12 oejsh.ContextHandler.doStop Stopped o.e.j.s.ServletContextHandler@9fc8e14{/solr,null,UNAVAILABLE}
   [junit4]   2> ASYNC  NEW_CORE C4 name=collection1 org.apache.solr.core.SolrCore@172a1741
   [junit4]   2> 23834 T49 c:collection1 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=216 
   [junit4]   2> ASYNC  NEW_CORE C5 name=collection1 org.apache.solr.core.SolrCore@4cf00d7
   [junit4]   2> 23837 T19 c:collection1 C5 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=483 
   [junit4]   2> 23883 T12 oejs.AbstractConnector.doStop Stopped ServerConnector@65ffc14f{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 23883 T12 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1898058099
   [junit4]   2> 23885 T12 oejsh.ContextHandler.doStop Stopped o.e.j.s.ServletContextHandler@59cf3b86{/solr,null,UNAVAILABLE}
   [junit4]   2> 23897 T19 c:collection1 C5 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4cf00d7
   [junit4]   2> 23898 T19 c: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> 23899 T19 c:collection1 C5 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 23900 T19 c:collection1 C5 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 23901 T19 c:collection1 C5 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 23908 T19 c:collection1 C5 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 23911 T19 c:collection1 C5 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 23911 T19 c: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 44DBD7564AE74501-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 44DBD7564AE74501-001/instance-0-001/collection1/data/index;done=false>>]
   [junit4]   2> 23911 T19 c: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 44DBD7564AE74501-001/instance-0-001/collection1/data/index
   [junit4]   2> 23922 T19 c: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 44DBD7564AE74501-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 44DBD7564AE74501-001/instance-0-001/collection1/data;done=false>>]
   [junit4]   2> 23923 T19 c: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 44DBD7564AE74501-001/instance-0-001/collection1/data
   [junit4]   2> 23958 T12 oejs.AbstractConnector.doStop Stopped ServerConnector@77a5e1ce{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 23958 T12 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=231380618
   [junit4]   2> 23962 T12 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@172a1741
   [junit4]   2> 23963 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> 23967 T12 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 23967 T12 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 23968 T12 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 23977 T12 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 23979 T12 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 23979 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 44DBD7564AE74501-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 44DBD7564AE74501-001/instance-2-001/collection1/data/index;done=false>>]
   [junit4]   2> 23980 T12 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 44DBD7564AE74501-001/instance-2-001/collection1/data/index
   [junit4]   2> 23988 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 44DBD7564AE74501-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 44DBD7564AE74501-001/instance-2-001/collection1/data;done=false>>]
   [junit4]   2> 23989 T12 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 44DBD7564AE74501-001/instance-2-001/collection1/data
   [junit4]   2> 24002 T12 oejsh.ContextHandler.doStop Stopped o.e.j.s.ServletContextHandler@3f004d3c{/solr,null,UNAVAILABLE}
   [junit4]   2> 24011 T12 oas.SolrTestCaseJ4.tearDown ###Ending testReliability
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLBHttpSolrClient -Dtests.method=testReliability -Dtests.seed=44DBD7564AE74501 -Dtests.slow=true -Dtests.locale=es_UY -Dtests.timezone=Etc/GMT-9 -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   19.4s 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([44DBD7564AE74501:85130A10EB8194A8]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:564)
   [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:60128/solr/collection1
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:568)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:233)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:225)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:514)
   [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:260)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:462)
   [junit4]    > 	... 46 more
   [junit4]   2> 24201 T12 oas.SolrTestCaseJ4.setUp ###Starting testSimple
   [junit4]   2> 24219 T12 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 24225 T12 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@6799509f{/solr,null,AVAILABLE}
   [junit4]   2> 24227 T12 oejs.AbstractConnector.doStart Started ServerConnector@57769354{HTTP/1.1}{127.0.0.1:60133}
   [junit4]   2> 24230 T12 oejs.Server.doStart Started @29658ms
   [junit4]   2> 24231 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 44DBD7564AE74501-001/instance-0-001/collection1/data, solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=60133}
   [junit4]   2> 24232 T12 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@677327b6
   [junit4]   2> 24233 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 44DBD7564AE74501-001/instance-0-001/'
   [junit4]   2> 24288 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 44DBD7564AE74501-001/instance-0-001/solr.xml
   [junit4]   2> 24331 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 44DBD7564AE74501-001/instance-0-001/.
   [junit4]   2> 24332 T12 oasc.CoreContainer.<init> New CoreContainer 526257531
   [junit4]   2> 24333 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 44DBD7564AE74501-001/instance-0-001/]
   [junit4]   2> 24333 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 44DBD7564AE74501-001/instance-0-001/lib
   [junit4]   2> 24334 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 44DBD7564AE74501-001/instance-0-001/lib).
   [junit4]   2> 24352 T12 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 24353 T12 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 24353 T12 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 24354 T12 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 24354 T12 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 24355 T12 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 24355 T12 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 24357 T12 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 24357 T12 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 24358 T12 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 24359 T12 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 24359 T12 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 24361 T12 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 24361 T12 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 24361 T12 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 24364 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 44DBD7564AE74501-001/instance-0-001/.
   [junit4]   2> 24368 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 44DBD7564AE74501-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 44DBD7564AE74501-001/instance-0-001/./collection1/, schema=schema.xml, transient=false, dataDir=data/}
   [junit4]   2> 24369 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 44DBD7564AE74501-001/instance-0-001/./collection1/
   [junit4]   2> 24370 T12 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 24373 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 44DBD7564AE74501-001/instance-0-001/./collection1/'
   [junit4]   2> 24413 T71 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 24433 T71 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 24466 T71 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 24468 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 44DBD7564AE74501-001/instance-0-001/./collection1/conf/schema.xml
   [junit4]   2> 24489 T71 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 24496 T71 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 24497 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 44DBD7564AE74501-001/instance-0-001/./collection1/
   [junit4]   2> 24497 T71 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 24499 T71 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 44DBD7564AE74501-001/instance-0-001/./collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 44DBD7564AE74501-001/instance-0-001/collection1/data/
   [junit4]   2> 24500 T71 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 24505 T71 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 44DBD7564AE74501-001/instance-0-001/collection1/data
   [junit4]   2> 24507 T71 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 44DBD7564AE74501-001/instance-0-001/collection1/data/index/
   [junit4]   2> 24508 T71 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 44DBD7564AE74501-001/instance-0-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 24511 T71 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 44DBD7564AE74501-001/instance-0-001/collection1/data/index
   [junit4]   2> 24517 T71 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 44DBD7564AE74501-001/instance-0-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@a29642e),segFN=segments_1,generation=1}
   [junit4]   2> 24517 T71 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 24521 T71 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 24527 T71 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 24531 T71 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 24533 T71 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 24536 T71 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 24547 T71 oasc.PluginBag.createPlugin requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 24547 T71 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> 24549 T71 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 24551 T71 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 24551 T71 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 24557 T71 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 44DBD7564AE74501-001/instance-0-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@a29642e),segFN=segments_1,generation=1}
   [junit4]   2> 24557 T71 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 24558 T71 oass.SolrIndexSearcher.<init> Opening Searcher@13b36b4f[collection1] main
   [junit4]   2> 24558 T71 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 44DBD7564AE74501-001/instance-0-001/./collection1/conf
   [junit4]   2> 24558 T71 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 44DBD7564AE74501-001/instance-0-001/./collection1/conf}
   [junit4]   2> 24559 T71 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 44DBD7564AE74501-001/instance-0-001/./collection1/conf
   [junit4]   2> 24559 T71 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 24560 T71 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 24560 T72 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@13b36b4f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 24560 T71 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 24575 T12 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1
   [junit4]   2> 24576 T12 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C6 name=collection1 org.apache.solr.core.SolrCore@66a79673
   [junit4]   2> 24592 T63 c: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 10
   [junit4]   2> 24599 T64 c:collection1 C6 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> ASYNC  NEW_CORE C7 name=collection1 org.apache.solr.core.SolrCore@66a79673
   [junit4]   2> 24651 T64 c:collection1 C7 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 44DBD7564AE74501-001/instance-0-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@a29642e),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 44DBD7564AE74501-001/instance-0-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@a29642e),segFN=segments_2,generation=2}
   [junit4]   2> 24652 T64 c:collection1 C7 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 24662 T64 c:collection1 C7 oass.SolrIndexSearcher.<init> Opening Searcher@494f0083[collection1] main
   [junit4]   2> 24663 T64 c:collection1 C7 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 24663 T72 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@494f0083[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c10)))}
   [junit4]   2> 24663 T64 c:collection1 C7 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 64
   [junit4]   2> 24679 T12 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 24687 T12 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@6eef016e{/solr,null,AVAILABLE}
   [junit4]   2> 24690 T12 oejs.AbstractConnector.doStart Started ServerConnector@4f23e6f{HTTP/1.1}{127.0.0.1:60135}
   [junit4]   2> 24691 T12 oejs.Server.doStart Started @30119ms
   [junit4]   2> 24692 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 44DBD7564AE74501-001/instance-1-001/collection1/data, solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=60135}
   [junit4]   2> 24694 T12 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@677327b6
   [junit4]   2> 24694 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 44DBD7564AE74501-001/instance-1-001/'
   [junit4]   2> 24724 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 44DBD7564AE74501-001/instance-1-001/solr.xml
   [junit4]   2> 24746 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 44DBD7564AE74501-001/instance-1-001/.
   [junit4]   2> 24747 T12 oasc.CoreContainer.<init> New CoreContainer 1897139241
   [junit4]   2> 24747 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 44DBD7564AE74501-001/instance-1-001/]
   [junit4]   2> 24748 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 44DBD7564AE74501-001/instance-1-001/lib
   [junit4]   2> 24749 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 44DBD7564AE74501-001/instance-1-001/lib).
   [junit4]   2> 24771 T12 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 24771 T12 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 24772 T12 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 24772 T12 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 24773 T12 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 24773 T12 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 24774 T12 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 24775 T12 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 24775 T12 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 24776 T12 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 24776 T12 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 24778 T12 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 24779 T12 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 24780 T12 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 24780 T12 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 24790 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 44DBD7564AE74501-001/instance-1-001/.
   [junit4]   2> 24793 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 44DBD7564AE74501-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 44DBD7564AE74501-001/instance-1-001/./collection1/, schema=schema.xml, transient=false, dataDir=data/}
   [junit4]   2> 24794 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 44DBD7564AE74501-001/instance-1-001/./collection1/
   [junit4]   2> 24795 T12 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 24797 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 44DBD7564AE74501-001/instance-1-001/./collection1/'
   [junit4]   2> 24868 T86 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 24878 T86 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 24902 T86 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 24903 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 44DBD7564AE74501-001/instance-1-001/./collection1/conf/schema.xml
   [junit4]   2> 24911 T86 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 24922 T86 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 24922 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 44DBD7564AE74501-001/instance-1-001/./collection1/
   [junit4]   2> 24923 T86 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 24924 T86 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 44DBD7564AE74501-001/instance-1-001/./collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 44DBD7564AE74501-001/instance-1-001/collection1/data/
   [junit4]   2> 24924 T86 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 24927 T86 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 44DBD7564AE74501-001/instance-1-001/collection1/data
   [junit4]   2> 24928 T86 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 44DBD7564AE74501-001/instance-1-001/collection1/data/index/
   [junit4]   2> 24930 T86 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 44DBD7564AE74501-001/instance-1-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 24931 T86 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 44DBD7564AE74501-001/instance-1-001/collection1/data/index
   [junit4]   2> 24939 T86 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 44DBD7564AE74501-001/instance-1-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@a29642e),segFN=segments_1,generation=1}
   [junit4]   2> 24939 T86 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 24946 T86 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 24949 T86 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 24951 T86 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 24954 T86 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 24956 T86 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 24962 T86 oasc.PluginBag.createPlugin requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 24963 T86 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> 24965 T86 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 24966 T86 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 24967 T86 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 24971 T86 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 44DBD7564AE74501-001/instance-1-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@a29642e),segFN=segments_1,generation=1}
   [junit4]   2> 24971 T86 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 24973 T86 oass.SolrIndexSearcher.<init> Opening Searcher@2e690897[collection1] main
   [junit4]   2> 24974 T86 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 44DBD7564AE74501-001/instance-1-001/./collection1/conf
   [junit4]   2> 24975 T86 oasr.RestManager

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

MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 44DBD7564AE74501-001/instance-0-001/./collection1/conf
   [junit4]   2> 28598 T178 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 44DBD7564AE74501-001/instance-0-001/./collection1/conf}
   [junit4]   2> 28599 T178 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 44DBD7564AE74501-001/instance-0-001/./collection1/conf
   [junit4]   2> 28599 T178 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 28599 T178 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 28600 T179 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4a3280e5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c10)))}
   [junit4]   2> 28600 T178 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 28602 T12 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1
   [junit4]   2> 28603 T12 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C19 name=collection1 org.apache.solr.core.SolrCore@24cf94d9
   [junit4]   2> 28758 T170 c:collection1 C19 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&distrib=false&sort=_docid_+asc&rows=0&wt=javabin&version=2} hits=10 status=0 QTime=2 
   [junit4]   2> 29814 T171 c:collection1 C19 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=1 
   [junit4]   2> 29829 T12 oejs.AbstractConnector.doStop Stopped ServerConnector@46da68c{HTTP/1.1}{127.0.0.1:60141}
   [junit4]   2> 29829 T12 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=2031100538
   [junit4]   2> 29831 T12 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@24cf94d9
   [junit4]   2> 29832 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> 29832 T12 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 29832 T12 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 29832 T12 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 29844 T12 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 29847 T12 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 29848 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 44DBD7564AE74501-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 44DBD7564AE74501-001/instance-0-001/collection1/data/index;done=false>>]
   [junit4]   2> 29849 T12 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 44DBD7564AE74501-001/instance-0-001/collection1/data/index
   [junit4]   2> 29862 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 44DBD7564AE74501-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 44DBD7564AE74501-001/instance-0-001/collection1/data;done=false>>]
   [junit4]   2> 29862 T12 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 44DBD7564AE74501-001/instance-0-001/collection1/data
   [junit4]   2> 29865 T12 oejsh.ContextHandler.doStop Stopped o.e.j.s.ServletContextHandler@13151013{/solr,null,UNAVAILABLE}
   [junit4]   2> 29967 T12 oejs.AbstractConnector.doStop Stopped ServerConnector@31481c97{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 29968 T12 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1710472858
   [junit4]   2> 29969 T12 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1cd4a622
   [junit4]   2> 29969 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> 29972 T12 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 29972 T12 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 29972 T12 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 29979 T12 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 29981 T12 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 29981 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 44DBD7564AE74501-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 44DBD7564AE74501-001/instance-2-001/collection1/data;done=false>>]
   [junit4]   2> 29982 T12 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 44DBD7564AE74501-001/instance-2-001/collection1/data
   [junit4]   2> 29983 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 44DBD7564AE74501-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 44DBD7564AE74501-001/instance-2-001/collection1/data/index;done=false>>]
   [junit4]   2> 29984 T12 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 44DBD7564AE74501-001/instance-2-001/collection1/data/index
   [junit4]   2> 30019 T12 oejsh.ContextHandler.doStop Stopped o.e.j.s.ServletContextHandler@43ccd73d{/solr,null,UNAVAILABLE}
   [junit4]   2> 30038 T12 oas.SolrTestCaseJ4.tearDown ###Ending testTwoServers
   [junit4]   2> 30045 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 44DBD7564AE74501-001
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=9, maxDocsPerChunk=10, blockSize=39), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=9, blockSize=39)), sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=es_UY, timezone=Etc/GMT-9
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_40 (64-bit)/cpus=3,threads=2,free=29878312,total=54788096
   [junit4]   2> NOTE: All tests run in this JVM: [TestLBHttpSolrClient]
   [junit4] Completed on J1 in 30.96s, 3 tests, 1 error <<< FAILURES!

[...truncated 170 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:519: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:467: 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:204: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:510: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1351: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:958: There were test failures: 57 suites, 368 tests, 1 error

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