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/09/29 16:03:11 UTC

[JENKINS] Lucene-Solr-5.x-MacOSX (64bit/jdk1.8.0) - Build # 2713 - Still Failing!

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

1 tests failed.
FAILED:  org.apache.solr.TestDistributedSearch.test

Error Message:
Error from server at http://127.0.0.1:50652//collection1: java.lang.NullPointerException  at org.apache.solr.search.grouping.distributed.responseprocessor.TopGroupsShardResponseProcessor.process(TopGroupsShardResponseProcessor.java:102)  at org.apache.solr.handler.component.QueryComponent.handleGroupedResponses(QueryComponent.java:748)  at org.apache.solr.handler.component.QueryComponent.handleResponses(QueryComponent.java:731)  at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:409)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:151)  at org.apache.solr.core.SolrCore.execute(SolrCore.java:2079)  at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:667)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:460)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:220)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:179)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:109)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)  at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83)  at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:364)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)  at org.eclipse.jetty.server.Server.handle(Server.java:499)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)  at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)  at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)  at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)  at java.lang.Thread.run(Thread.java:745) 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:50652//collection1: java.lang.NullPointerException
	at org.apache.solr.search.grouping.distributed.responseprocessor.TopGroupsShardResponseProcessor.process(TopGroupsShardResponseProcessor.java:102)
	at org.apache.solr.handler.component.QueryComponent.handleGroupedResponses(QueryComponent.java:748)
	at org.apache.solr.handler.component.QueryComponent.handleResponses(QueryComponent.java:731)
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:409)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:151)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2079)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:667)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:460)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:220)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:179)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:109)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
	at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83)
	at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:364)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
	at org.eclipse.jetty.server.Server.handle(Server.java:499)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
	at java.lang.Thread.run(Thread.java:745)

	at __randomizedtesting.SeedInfo.seed([EB6E93F1E2451BD7:633AAC2B4CB9762F]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:575)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:150)
	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.TestDistributedSearch.queryRandomUpServer(TestDistributedSearch.java:1133)
	at org.apache.solr.TestDistributedSearch.queryPartialResults(TestDistributedSearch.java:1095)
	at org.apache.solr.TestDistributedSearch.test(TestDistributedSearch.java:968)
	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:1665)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:864)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:900)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:914)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:873)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:775)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:809)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:820)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10357 lines...]
   [junit4] Suite: org.apache.solr.TestDistributedSearch
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001/init-core-data-001
   [junit4]   2> 1519254 INFO  (SUITE-TestDistributedSearch-seed#[EB6E93F1E2451BD7]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1519254 INFO  (SUITE-TestDistributedSearch-seed#[EB6E93F1E2451BD7]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1519608 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001/tempDir-001/control/cores/collection1
   [junit4]   2> 1519609 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1519612 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1facbb66{/,null,AVAILABLE}
   [junit4]   2> 1519631 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.e.j.s.ServerConnector Started ServerConnector@3f35ecf5{HTTP/1.1}{127.0.0.1:५०६१४}
   [junit4]   2> 1519631 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.e.j.s.Server Started @१५२५०४६ms
   [junit4]   2> 1519631 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=50614, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001/tempDir-001/control/cores}
   [junit4]   2> 1519632 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@74a14482
   [junit4]   2> 1519632 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001/tempDir-001/control/'
   [junit4]   2> 1519652 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001/tempDir-001/control/solr.xml
   [junit4]   2> 1519659 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001/tempDir-001/control/cores
   [junit4]   2> 1519659 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.c.CoreContainer New CoreContainer 566820085
   [junit4]   2> 1519659 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001/tempDir-001/control/]
   [junit4]   2> 1519659 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.c.CoreContainer loading shared library: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001/tempDir-001/control/lib
   [junit4]   2> 1519660 WARN  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001/tempDir-001/control/lib).
   [junit4]   2> 1519803 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1519806 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1519806 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1519806 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1519806 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1519806 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1519809 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.c.CoresLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001/tempDir-001/control/cores
   [junit4]   2> 1519809 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001/tempDir-001/control/cores/collection1, absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001/tempDir-001/control/cores/collection1/, configSet=collection1, dataDir=data/}
   [junit4]   2> 1519809 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.c.CoresLocator Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001/tempDir-001/control/cores/collection1/
   [junit4]   2> 1519810 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 1519810 INFO  (coreLoadExecutor-4328-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 1519811 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 1519811 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1519812 INFO  (coreLoadExecutor-4328-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1519812 INFO  (coreLoadExecutor-4328-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1519897 INFO  (coreLoadExecutor-4328-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1519903 INFO  (coreLoadExecutor-4328-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 1519917 INFO  (coreLoadExecutor-4328-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1519917 INFO  (coreLoadExecutor-4328-thread-1) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 1519920 INFO  (coreLoadExecutor-4328-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1519994 INFO  (coreLoadExecutor-4328-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1519999 INFO  (coreLoadExecutor-4328-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1519999 INFO  (coreLoadExecutor-4328-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1520003 INFO  (coreLoadExecutor-4328-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1520005 INFO  (coreLoadExecutor-4328-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1520008 INFO  (coreLoadExecutor-4328-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1520008 WARN  (coreLoadExecutor-4328-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1520008 WARN  (coreLoadExecutor-4328-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1520009 INFO  (coreLoadExecutor-4328-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1520010 WARN  (coreLoadExecutor-4328-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1520010 WARN  (coreLoadExecutor-4328-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1520012 INFO  (coreLoadExecutor-4328-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf'
   [junit4]   2> 1520013 INFO  (coreLoadExecutor-4328-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1520013 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1520013 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/], dataDir=[null]
   [junit4]   2> 1520013 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@43c82dc0
   [junit4]   2> 1520013 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001/tempDir-001/control/cores/collection1/data
   [junit4]   2> 1520013 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001/tempDir-001/control/cores/collection1/data/index/
   [junit4]   2> 1520013 WARN  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001/tempDir-001/control/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1520014 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001/tempDir-001/control/cores/collection1/data/index
   [junit4]   2> 1520014 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=23, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1520015 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@17176840 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@66c2fd9),segFN=segments_1,generation=1}
   [junit4]   2> 1520015 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1520017 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001/tempDir-001/control/cores/collection1/data/
   [junit4]   2> 1520017 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001/tempDir-001/control/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1520022 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1520022 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1520022 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1520022 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1520022 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1520022 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1520022 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1520022 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1520022 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1520022 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1520023 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1520023 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1520026 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1520026 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1520027 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1520028 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1520032 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1520033 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 1520034 WARN  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 1520034 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1520035 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1520035 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1520035 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1520036 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1520037 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7320436028109416]
   [junit4]   2> 1520037 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@17176840 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@66c2fd9),segFN=segments_1,generation=1}
   [junit4]   2> 1520037 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1520037 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@7f017481[collection1] main
   [junit4]   2> 1520037 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1520037 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1520038 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1520038 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1520052 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1520229 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1520229 INFO  (searcherExecutor-4329-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1520229 INFO  (searcherExecutor-4329-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1520229 INFO  (searcherExecutor-4329-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1520230 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1520230 INFO  (searcherExecutor-4329-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1520230 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1520230 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1520230 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1513655195844739072
   [junit4]   2> 1520230 INFO  (searcherExecutor-4329-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1520230 INFO  (searcherExecutor-4329-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1520231 INFO  (searcherExecutor-4329-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1520231 INFO  (searcherExecutor-4329-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1520231 INFO  (searcherExecutor-4329-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1520232 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1513655195844739072
   [junit4]   2> 1520232 INFO  (coreLoadExecutor-4328-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1520232 INFO  (searcherExecutor-4329-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7f017481[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1520835 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 1520837 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1520839 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1c5a895b{/,null,AVAILABLE}
   [junit4]   2> 1520840 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.e.j.s.ServerConnector Started ServerConnector@21268afa{HTTP/1.1}{127.0.0.1:५०६१५}
   [junit4]   2> 1520840 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.e.j.s.Server Started @१५२६२५५ms
   [junit4]   2> 1520840 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=50615, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001/tempDir-001/shard0/cores}
   [junit4]   2> 1520840 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@74a14482
   [junit4]   2> 1520840 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001/tempDir-001/shard0/'
   [junit4]   2> 1520867 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 1520874 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001/tempDir-001/shard0/cores
   [junit4]   2> 1520874 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.c.CoreContainer New CoreContainer 873705025
   [junit4]   2> 1520874 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001/tempDir-001/shard0/]
   [junit4]   2> 1520874 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.c.CoreContainer loading shared library: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001/tempDir-001/shard0/lib
   [junit4]   2> 1520875 WARN  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001/tempDir-001/shard0/lib).
   [junit4]   2> 1520881 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1520883 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1520884 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1520884 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1520884 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1520884 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1520885 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.c.CoresLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001/tempDir-001/shard0/cores
   [junit4]   2> 1520885 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001/tempDir-001/shard0/cores/collection1, absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001/tempDir-001/shard0/cores/collection1/, configSet=collection1, dataDir=data/}
   [junit4]   2> 1520885 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.c.CoresLocator Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001/tempDir-001/shard0/cores/collection1/
   [junit4]   2> 1520885 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 1520886 INFO  (coreLoadExecutor-4339-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 1520886 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 1520887 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1520887 INFO  (coreLoadExecutor-4339-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1520887 INFO  (coreLoadExecutor-4339-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1520906 INFO  (coreLoadExecutor-4339-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1520913 INFO  (coreLoadExecutor-4339-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 1520936 INFO  (coreLoadExecutor-4339-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1520936 INFO  (coreLoadExecutor-4339-thread-1) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 1520939 INFO  (coreLoadExecutor-4339-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1521002 INFO  (coreLoadExecutor-4339-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1521007 INFO  (coreLoadExecutor-4339-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1521007 INFO  (coreLoadExecutor-4339-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1521011 INFO  (coreLoadExecutor-4339-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1521012 INFO  (coreLoadExecutor-4339-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1521013 INFO  (coreLoadExecutor-4339-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1521013 WARN  (coreLoadExecutor-4339-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1521013 WARN  (coreLoadExecutor-4339-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1521014 INFO  (coreLoadExecutor-4339-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1521014 WARN  (coreLoadExecutor-4339-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1521014 WARN  (coreLoadExecutor-4339-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1521015 INFO  (coreLoadExecutor-4339-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf'
   [junit4]   2> 1521015 INFO  (coreLoadExecutor-4339-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1521015 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1521015 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/], dataDir=[null]
   [junit4]   2> 1521015 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@43c82dc0
   [junit4]   2> 1521016 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001/tempDir-001/shard0/cores/collection1/data
   [junit4]   2> 1521016 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001/tempDir-001/shard0/cores/collection1/data/index/
   [junit4]   2> 1521016 WARN  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001/tempDir-001/shard0/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1521016 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001/tempDir-001/shard0/cores/collection1/data/index
   [junit4]   2> 1521016 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=23, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1521016 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@57b970af lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@716473),segFN=segments_1,generation=1}
   [junit4]   2> 1521017 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1521017 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001/tempDir-001/shard0/cores/collection1/data/
   [junit4]   2> 1521017 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001/tempDir-001/shard0/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1521021 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1521021 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1521021 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1521022 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1521022 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1521022 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1521022 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1521022 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1521022 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1521022 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1521022 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1521022 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1521025 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1521026 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1521027 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1521028 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1521032 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1521033 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 1521034 WARN  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 1521034 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1521035 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1521035 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1521036 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1521036 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1521036 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7320436028109416]
   [junit4]   2> 1521036 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@57b970af lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@716473),segFN=segments_1,generation=1}
   [junit4]   2> 1521036 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1521036 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@51af83cb[collection1] main
   [junit4]   2> 1521037 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1521037 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1521037 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1521037 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1521082 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1521334 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1521335 INFO  (searcherExecutor-4340-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1521335 INFO  (searcherExecutor-4340-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1521335 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1521335 INFO  (searcherExecutor-4340-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1521335 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1521335 INFO  (searcherExecutor-4340-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1521335 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1521335 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1513655197003415552
   [junit4]   2> 1521336 INFO  (searcherExecutor-4340-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1521336 INFO  (searcherExecutor-4340-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1521336 INFO  (searcherExecutor-4340-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1521337 INFO  (searcherExecutor-4340-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1521337 INFO  (searcherExecutor-4340-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1521337 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1513655197003415552
   [junit4]   2> 1521337 INFO  (coreLoadExecutor-4339-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1521338 INFO  (searcherExecutor-4340-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@51af83cb[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1521389 INFO  (TEST-TestDistributedSearch.test-seed#[EB6E93F1E2451BD7]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1521394 INFO  (qtp1443722910-9585) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1513655197062135808)} 0 2
   [junit4]   2> 1521398 INFO  (qtp906292913-9603) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1513655197067378688)} 0 2
   [junit4]   2> 1521435 INFO  (qtp1443722910-9586) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[1 (1513655197107224576)]} 0 1
   [junit4]   2> 1521438 INFO  (qtp906292913-9604) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[1 (1513655197110370304)]} 0 0
   [junit4]   2> 1521440 INFO  (qtp1443722910-9587) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[2 (1513655197113516032)]} 0 0
   [junit4]   2> 1521443 INFO  (qtp906292913-9605) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[2 (1513655197115613184)]} 0 0
   [junit4]   2> 1521445 INFO  (qtp1443722910-9588) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[3 (1513655197118758912)]} 0 0
   [junit4]   2> 1521447 INFO  (qtp906292913-9606) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[3 (1513655197120856064)]} 0 0
   [junit4]   2> 1521450 INFO  (qtp1443722910-9589) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[4 (1513655197124001792)]} 0 0
   [junit4]   2> 1521453 INFO  (qtp906292913-9607) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[4 (1513655197127147520)]} 0 0
   [junit4]   2> 1521455 INFO  (qtp1443722910-9590) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[5 (1513655197129244672)]} 0 0
   [junit4]   2> 1521457 INFO  (qtp906292913-9608) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[5 (1513655197131341824)]} 0 0
   [junit4]   2> 1521461 INFO  (qtp1443722910-9585) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[6 (1513655197135536128)]} 0 0
   [junit4]   2> 1521463 INFO  (qtp906292913-9603) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[6 (1513655197137633280)]} 0 0
   [junit4]   2> 1521466 INFO  (qtp1443722910-9586) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[7 (1513655197140779008)]} 0 0
   [junit4]   2> 1521468 INFO  (qtp906292913-9604) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[7 (1513655197142876160)]} 0 0
   [junit4]   2> 1521470 INFO  (qtp1443722910-9587) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[8 (1513655197144973312)]} 0 0
   [junit4]   2> 1521473 INFO  (qtp906292913-9605) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[8 (1513655197148119040)]} 0 0
   [junit4]   2> 1521475 INFO  (qtp1443722910-9588) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[9 (1513655197150216192)]} 0 0
   [junit4]   2> 1521477 INFO  (qtp906292913-9606) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[9 (1513655197152313344)]} 0 0
   [junit4]   2> 1521480 INFO  (qtp1443722910-9589) [    x:collection1] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1521485 INFO  (qtp1443722910-9589) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@17176840 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@66c2fd9),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@17176840 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@66c2fd9),segFN=segments_2,generation=2}
   [junit4]   2> 1521487 INFO  (qtp1443722910-9589) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 1521489 INFO  (qtp1443722910-9589) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@6bf64b70[collection1] main
   [junit4]   2> 1521490 INFO  (qtp1443722910-9589) [    x:collection1] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 1521491 INFO  (searcherExecutor-4329-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6bf64b70[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.4.0):C9)))}
   [junit4]   2> 1521492 INFO  (qtp1443722910-9589) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 11
   [junit4]   2> 1521494 INFO  (qtp906292913-9607) [    x:collection1] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1521496 INFO  (qtp906292913-9607) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@57b970af lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@716473),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@57b970af lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@716473),segFN=segments_2,generation=2}
   [junit4]   2> 1521497 INFO  (qtp906292913-9607) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 1521498 INFO  (qtp906292913-9607) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@4b13034a[collection1] main
   [junit4]   2> 1521498 INFO  (qtp906292913-9607) [    x:collection1] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 1521498 INFO  (searcherExecutor-4340-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4b13034a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.4.0):C9)))}
   [junit4]   2> 1521499 INFO  (qtp906292913-9607) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 5
   [junit4]   2> 1521503 INFO  (qtp1443722910-9590) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[10 (1513655197177479168)]} 0 2
   [junit4]   2> 1521508 INFO  (qtp906292913-9608) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[10 (1513655197181673472)]} 0 2
   [junit4]   2> 1521510 INFO  (qtp1443722910-9585) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[11 (1513655197186916352)]} 0 0
   [junit4]   2> 1521512 INFO  (qtp906292913-9603) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[11 (1513655197189013504)]} 0 0
   [junit4]   2> 1521515 INFO  (qtp1443722910-9586) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[12 (1513655197191110656)]} 0 0
   [junit4]   2> 1521517 INFO  (qtp906292913-9604) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[12 (1513655197194256384)]} 0 0
   [junit4]   2> 1521521 INFO  (qtp1443722910-9587) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[13 (1513655197198450688)]} 0 0
   [junit4]   2> 1521524 INFO  (qtp906292913-9605) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[13 (1513655197200547840)]} 0 0
   [junit4]   2> 1521542 INFO  (qtp1443722910-9588) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[1001 (1513655197203693568)]} 0 16
   [junit4]   2> 1521546 INFO  (qtp906292913-9606) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[1001 (1513655197223616512)]} 0 1
   [junit4]   2> 1521550 INFO  (qtp1443722910-9589) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[14 (1513655197228859392)]} 0 0
   [junit4]   2> 1521553 INFO  (qtp906292913-9607) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[14 (1513655197232005120)]} 0 0
   [junit4]   2> 1521557 INFO  (qtp1443722910-9590) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[15 (1513655197236199424)]} 0 0
   [junit4]   2> 1521560 INFO  (qtp906292913-9608) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[15 (1513655197238296576)]} 0 0
   [junit4]   2> 1521562 INFO  (qtp1443722910-9585) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[16 (1513655197241442304)]} 0 0
   [junit4]   2> 1521564 INFO  (qtp906292913-9603) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[16 (1513655197243539456)]} 0 0
   [junit4]   2> 1521567 INFO  (qtp1443722910-9586) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[17 (1513655197246685184)]} 0 0
   [junit4]   2> 1521572 INFO  (qtp906292913-9604) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[17 (1513655197251928064)]} 0 0
   [junit4]   2> 1521577 INFO  (qtp1443722910-9587) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[100 (1513655197257170944)]} 0 0
   [junit4]   2> 1521582 INFO  (qtp906292913-9605) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[100 (1513655197262413824)]} 0 0
   [junit4]   2> 1521584 INFO  (qtp1443722910-9588) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[101 (1513655197264510976)]} 0 0
   [junit4]   2> 1521586 INFO  (qtp906292913-9606) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[101 (1513655197266608128)]} 0 0
   [junit4]   2> 1521593 INFO  (qtp1443722910-9589) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[102 (1513655197272899584)]} 0 0
   [junit4]   2> 1521595 INFO  (qtp906292913-9607) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[102 (1513655197276045312)]} 0 0
   [junit4]   2> 1521597 INFO  (qtp1443722910-9590) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[103 (1513655197278142464)]} 0 0
   [junit4]   2> 1521602 INFO  (qtp906292913-9608) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[103 (1513655197283385344)]} 0 0
   [junit4]   2> 1521605 INFO  (qtp1443722910-9585) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[104 (1513655197286531072)]} 0 0
   [junit4]   2> 1521607 INFO  (qtp906292913-9603) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[104 (1513655197288628224)]} 0 0
   [junit4]   2> 1521612 INFO  (qtp1443722910-9586) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[105 (1513655197293871104)]} 0 0
   [junit4]   2> 1521614 INFO  (qtp906292913-9604) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[105 (1513655197295968256)]} 0 0
   [junit4]   2> 1521616 INFO  (qtp1443722910-9587) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[106 (1513655197298065408)]} 0 0
   [junit4]   2> 1521621 INFO  (qtp906292913-9605) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[106 (1513655197303308288)]} 0 0
   [junit4]   2> 1521624 INFO  (qtp1443722910-9588) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[107 (1513655197306454016)]} 0 0
   [junit4]   2> 1521626 INFO  (qtp906292913-9606) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[107 (1513655197308551168)]} 0 0
   [junit4]   2> 1521628 INFO  (qtp1443722910-9589) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[108 (1513655197310648320)]} 0 0
   [junit4]   2> 1521630 INFO  (qtp906292913-9607) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[108 (1513655197312745472)]} 0 0
   [junit4]   2> 1521633 INFO  (qtp1443722910-9590) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[109 (1513655197315891200)]} 0 0
   [junit4]   2> 1521636 INFO  (qtp906292913-9608) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[109 (1513655197317988352)]} 0 0
   [junit4]   2> 1521638 INFO  (qtp1443722910-9585) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[110 (1513655197321134080)]} 0 0
   [junit4]   2> 1521640 INFO  (qtp906292913-9603) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[110 (1513655197323231232)]} 0 0
   [junit4]   2> 1521645 INFO  (qtp1443722910-9586) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[111 (1513655197328474112)]} 0 0
   [junit4]   2> 1521647 INFO  (qtp906292913-9604) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[111 (1513655197330571264)]} 0 0
   [junit4]   2> 1521649 INFO  (qtp1443722910-9587) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[112 (1513655197332668416)]} 0 0
   [junit4]   2> 1521652 INFO  (qtp906292913-9605) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[112 (1513655197335814144)]} 0 0
   [junit4]   2> 1521654 INFO  (qtp1443722910-9588) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[113 (1513655197337911296)]} 0 0
   [junit4]   2> 1521657 INFO  (qtp906292913-9606) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[113 (1513655197341057024)]} 0 0
   [junit4]   2> 1521659 INFO  (qtp1443722910-9589) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[114 (1513655197343154176)]} 0 0
   [junit4]   2> 1521662 INFO  (qtp906292913-9607) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[114 (1513655197346299904)]} 0 0
   [junit4]   2> 1521665 INFO  (qtp1443722910-9590) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[115 (1513655197348397056)]} 0 0
   [junit4]   2> 1521667 INFO  (qtp906292913-9608) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[115 (1513655197351542784)]} 0 0
   [junit4]   2> 1521669 INFO  (qtp1443722910-9585) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[116 (1513655197353639936)]} 0 0
   [junit4]   2> 1521671 INFO  (qtp906292913-9603) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[116 (1513655197355737088)]} 0 0
   [junit4]   2> 1521673 INFO  (qtp1443722910-9586) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[117 (1513655197357834240)]} 0 0
   [junit4]   2> 1521675 INFO  (qtp906292913-9604) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[117 (1513655197359931392)]} 0 0
   [junit4]   2> 1521678 INFO  (qtp1443722910-9587) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[118 (1513655197362028544)]} 0 0
   [junit4]   2> 1521684 INFO  (qtp906292913-9605) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[118 (1513655197368320000)]} 0 0
   [junit4]   2> 1521686 INFO  (qtp1443722910-9588) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[119 (1513655197371465728)]} 0 0
   [junit4]   2> 1521689 INFO  (qtp906292913-9606) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[119 (1513655197374611456)]} 0 0
   [junit4]   2> 1521691 INFO  (qtp1443722910-9589) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[120 (1513655197376708608)]} 0 0
   [junit4]   2> 1521693 INFO  (qtp906292913-9607) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[120 (1513655197378805760)]} 0 0
   [junit4]   2> 1521696 INFO  (qtp1443722910-9590) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[121 (1513655197380902912)]} 0 0
   [junit4]   2> 1521699 INFO  (qtp906292913-9608) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[121 (1513655197384048640)]} 0 1
   [junit4]   2> 1521702 INFO  (qtp1443722910-9585) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[122 (1513655197387194368)]} 0 0
   [junit4]   2> 1521706 INFO  (qtp906292913-9603) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[122 (1513655197391388672)]} 0 1
   [junit4]   2> 1521709 INFO  (qtp1443722910-9586) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[123 (1513655197395582976)]} 0 0
   [junit4]   2> 1521712 INFO  (qtp906292913-9604) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[123 (1513655197397680128)]} 0 0
   [junit4]   2> 1521714 INFO  (qtp1443722910-9587) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[124 (1513655197400825856)]} 0 0
   [junit4]   2> 1521717 INFO  (qtp906292913-9605) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[124 (1513655197403971584)]} 0 0
   [junit4]   2> 1521719 INFO  (qtp1443722910-9588) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[125 (1513655197406068736)]} 0 0
   [junit4]   2> 1521721 INFO  (qtp906292913-9606) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[125 (1513655197408165888)]} 0 0
   [junit4]   2> 1521723 INFO  (qtp1443722910-9589) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[126 (1513655197410263040)]} 0 0
   [junit4]   2> 1521726 INFO  (qtp906292913-9607) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[126 (1513655197412360192)]} 0 0
   [junit4]   2> 1521728 INFO  (qtp1443722910-9590) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[127 (1513655197414457344)]} 0 0
   [junit4]   2> 1521730 INFO  (qtp906292913-9608) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[127 (1513655197416554496)]} 0 0
   [junit4]   2> 1521732 INFO  (qtp1443722910-9585) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[128 (1513655197419700224)]} 0 0
   [junit4]   2> 1521734 INFO  (qtp906292913-9603) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[128 (1513655197421797376)]} 0 0
   [junit4]   2> 1521736 INFO  (qtp1443722910-9586) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[129 (1513655197423894528)]} 0 0
   [junit4]   2> 1521738 INFO  (qtp906292913-9604) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[129 (1513655197425991680)]} 0 0
   [junit4]   2> 1521741 INFO  (qtp1443722910-9587) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[130 (1513655197428088832)]} 0 0
   [junit4]   2> 1521743 INFO  (qtp906292913-9605) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[130 (1513655197431234560)]} 0 0
   [junit4]   2> 1521747 INFO  (qtp1443722910-9588) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[131 (1513655197435428864)]} 0 0
   [junit4]   2> 1521750 INFO  (qtp906292913-9606) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[131 (1513655197437526016)]} 0 0
   [junit4]   2> 1521753 INFO  (qtp1443722910-9589) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[132 (1513655197441720320)]} 0 0
   [junit4]   2> 1521755 INFO  (qtp906292913-9607) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[132 (1513655197443817472)]} 0 0
   [junit4]   2> 1521757 INFO  (qtp1443722910-9590) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[133 (1513655197445914624)]} 0 0
   [junit4]   2> 1521759 INFO  (qtp906292913-9608) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[133 (1513655197448011776)]} 0 0
   [junit4]   2> 1521761 INFO  (qtp1443722910-9585) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[134 (1513655197450108928)]} 0 0
   [junit4]   2> 1521763 INFO  (qtp906292913-9603) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[134 (1513655197452206080)]} 0 0
   [junit4]   2> 1521765 INFO  (qtp1443722910-9586) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[135 (1513655197454303232)]} 0 0
   [junit4]   2> 1521767 INFO  (qtp906292913-9604) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[135 (1513655197456400384)]} 0 0
   [junit4]   2> 1521769 INFO  (qtp1443722910-9587) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[136 (1513655197458497536)]} 0 0
   [junit4]   2> 1521772 INFO  (qtp906292913-9605) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[136 (1513655197461643264)]} 0 0
   [junit4]   2> 1521775 INFO  (qtp1443722910-9588) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[137 (1513655197463740416)]} 0 0
   [junit4]   2> 1521777 INFO  (qtp906292913-9606) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[137 (1513655197466886144)]} 0 0
   [junit4]   2> 1521781 INFO  (qtp1443722910-9589) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[138 (1513655197471080448)]} 0 0
   [junit4]   2> 1521783 INFO  (qtp906292913-9607) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[138 (1513655197473177600)]} 0 0
   [junit4]   2> 1521786 INFO  (qtp1443722910-9590) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[139 (1513655197476323328)]} 0 0
   [junit4]   2> 1521789 INFO  (qtp906292913-9608) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[139 (1513655197478420480)]} 0 0
   [junit4]   2> 1521792 INFO  (qtp1443722910-9585) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[140 (1513655197481566208)]} 0 0
   [junit4]   2> 1521794 INFO  (qtp906292913-9603) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[140 (1513655197484711936)]} 0 0
   [junit4]   2> 1521796 INFO  (qtp1443722910-9586) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[141 (1513655197486809088)]} 0 0
   [junit4]   2> 1521800 INFO  (qtp906292913-9604) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[141 (1513655197489954816)]} 0 1
   [junit4]   2> 1521803 INFO  (qtp1443722910-9587) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[142 (1513655197494149120)]} 0 0
   [junit4]   2> 1521806 INFO  (qtp906292913-9605) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[142 (1513655197496246272)]} 0 0
   [junit4]   2> 1521809 INFO  (qtp1443722910-9588) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[143 (1513655197500440576)]} 0 0
   [junit4]   2> 1521812 INFO  (qtp906292913-9606) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[143 (1513655197503586304)]} 0 0
   [junit4]   2> 1521815 INFO  (qtp1443722910-9589) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[144 (1513655197506732032)]} 0 0
   [junit4]   2> 1521817 INFO  (qtp906292913-9607) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[144 (1513655197508829184)]} 0 0
   [junit4]   2> 1521819 INFO  (qtp1443722910-9590) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[145 (1513655197510926336)]} 0 0
   [junit4]   2> 1521821 INFO  (qtp906292913-9608) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[145 (1513655197513023488)]} 0 0
   [junit4]   2> 1521823 INFO  (qtp1443722910-9585) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[146 (1513655197515120640)]} 0 0
   [junit4]   2> 1521826 INFO  (qtp906292913-9603) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[146 (1513655197518266368)]} 0 0
   [junit4]   2> 1521828 INFO  (qtp1443722910-9586) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[147 (1513655197520363520)]} 0 0
   [junit4]   2> 1521830 INFO  (qtp906292913-9604) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[147 (1513655197522460672)]} 0 0
   [junit4]   2> 1521833 INFO  (qtp1443722910-9587) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[148 (1513655197525606400)]} 0 0
   [junit4]   2> 1521835 INFO  (qtp906292913-9605) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[148 (1513655197527703552)]} 0 0
   [junit4]   2> 1521837 INFO  (qtp1443722910-9588) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[149 (1513655197529800704)]} 0 0
   [junit4]   2> 1521840 INFO  (qtp906292913-9606) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[149 (1513655197531897856)]} 0 0
   [junit4]   2> 1521842 INFO  (qtp1443722910-9589) [    x:collection1] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1521847 INFO  (qtp1443722910-9589) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@17176840 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@66c2fd9),segFN=segments_2,generation=2}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@17176840 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@

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

tion: Error from server at http://127.0.0.1:50652//collection1: java.lang.NullPointerException
   [junit4]    > 	at org.apache.solr.search.grouping.distributed.responseprocessor.TopGroupsShardResponseProcessor.process(TopGroupsShardResponseProcessor.java:102)
   [junit4]    > 	at org.apache.solr.handler.component.QueryComponent.handleGroupedResponses(QueryComponent.java:748)
   [junit4]    > 	at org.apache.solr.handler.component.QueryComponent.handleResponses(QueryComponent.java:731)
   [junit4]    > 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:409)
   [junit4]    > 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:151)
   [junit4]    > 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2079)
   [junit4]    > 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:667)
   [junit4]    > 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:460)
   [junit4]    > 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:220)
   [junit4]    > 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:179)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]    > 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:109)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]    > 	at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83)
   [junit4]    > 	at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:364)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
   [junit4]    > 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
   [junit4]    > 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]    > 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
   [junit4]    > 	at org.eclipse.jetty.server.Server.handle(Server.java:499)
   [junit4]    > 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
   [junit4]    > 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
   [junit4]    > 	at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
   [junit4]    > 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
   [junit4]    > 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([EB6E93F1E2451BD7:633AAC2B4CB9762F]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:575)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:150)
   [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.TestDistributedSearch.queryRandomUpServer(TestDistributedSearch.java:1133)
   [junit4]    > 	at org.apache.solr.TestDistributedSearch.queryPartialResults(TestDistributedSearch.java:1095)
   [junit4]    > 	at org.apache.solr.TestDistributedSearch.test(TestDistributedSearch.java:968)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1622691 INFO  (SUITE-TestDistributedSearch-seed#[EB6E93F1E2451BD7]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_EB6E93F1E2451BD7-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=hi_IN, timezone=Asia/Krasnoyarsk
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_60 (64-bit)/cpus=3,threads=1,free=224718928,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrCoreProperties, UUIDUpdateProcessorFallbackTest, DistributedFacetPivotLargeTest, TestRuleBasedAuthorizationPlugin, AnalysisErrorHandlingTest, TestSolrDeletionPolicy2, TestNamedUpdateProcessors, TestConfigSetProperties, HighlighterConfigTest, BasicZkTest, TestValueSourceCache, TestConfigSetImmutable, DistanceFunctionTest, TestFoldingMultitermQuery, UpdateRequestProcessorFactoryTest, TestDistributedStatsComponentCardinality, TestExclusionRuleCollectionAccess, TestQueryTypes, TestManagedSchemaFieldResource, CursorPagingTest, TestTrie, DistanceUnitsTest, TestCloudManagedSchema, TestReloadAndDeleteDocs, AnalyticsMergeStrategyTest, ZkStateWriterTest, TestBM25SimilarityFactory, SpellCheckCollatorTest, TestAtomicUpdateErrorCases, TestSha256AuthenticationProvider, HdfsChaosMonkeySafeLeaderTest, ShowFileRequestHandlerTest, TestManagedStopFilterFactory, FullSolrCloudDistribCmdsTest, SuggesterWFSTTest, PreAnalyzedFieldTest, TestDynamicFieldResource, TestPHPSerializedResponseWriter, CacheHeaderTest, LukeRequestHandlerTest, TestOverriddenPrefixQueryForCustomFieldType, TestAuthorizationFramework, MinimalSchemaTest, TestSchemaManager, TestInfoStreamLogging, TestSolrQueryParserDefaultOperatorResource, TestStressUserVersions, DateMathParserTest, TestTrieFacet, AnalyticsQueryTest, TestObjectReleaseTracker, SolrIndexSplitterTest, EchoParamsTest, ConvertedLegacyTest, VersionInfoTest, TestSolrCLIRunExample, FullHLLTest, AliasIntegrationTest, TestSolr4Spatial2, TestDistribDocBasedVersion, TestUtils, TestInitQParser, TestIndexSearcher, QueryResultKeyTest, OpenExchangeRatesOrgProviderTest, HighlighterMaxOffsetTest, StatsComponentTest, TestMissingGroups, CurrencyFieldOpenExchangeTest, BadIndexSchemaTest, JavabinLoaderTest, TestChildDocTransformer, BlockDirectoryTest, TestRandomFaceting, TestSuggestSpellingConverter, TestCollationField, TestShortCircuitedRequests, RulesTest, TestHighFrequencyDictionaryFactory, TestCloudPivotFacet, ClusterStateTest, DirectUpdateHandlerOptimizeTest, NumericFieldsTest, TestStressRecovery, ZkStateReaderTest, FileBasedSpellCheckerTest, TestFastOutputStream, TestOmitPositions, TestDistributedGrouping, CollectionsAPIAsyncDistributedZkTest, CleanupOldIndexTest, TestPerFieldSimilarity, UniqFieldsUpdateProcessorFactoryTest, TestFieldSortValues, DistributedFacetPivotLongTailTest, LoggingHandlerTest, TestHighlightDedupGrouping, CoreMergeIndexesAdminHandlerTest, TestDefaultSimilarityFactory, TestDynamicFieldCollectionResource, SortByFunctionTest, TestScoreJoinQPNoScore, TestCopyFieldCollectionResource, AsyncCallRequestStatusResponseTest, CopyFieldTest, TestJsonFacets, TestMiniSolrCloudClusterBase, TestSolrIndexConfig, SliceStateTest, AssignTest, TestDownShardTolerantSearch, RAMDirectoryFactoryTest, DistributedTermsComponentTest, SpellCheckComponentTest, CircularListTest, TestExpandComponent, TestDefaultStatsCache, TestManagedSchemaFieldTypeResource, TestSchemaResource, TestCSVResponseWriter, TestMiniSolrCloudClusterSSL, DeleteInactiveReplicaTest, TestQueryUtils, NotRequiredUniqueKeyTest, TestManagedResource, SearchHandlerTest, TestSolrCloudWithKerberosAlt, TestComplexPhraseQParserPlugin, StressHdfsTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, LeaderElectionIntegrationTest, ClusterStateUpdateTest, LeaderElectionTest, TestZkChroot, ShardRoutingCustomTest, TestDistributedSearch]
   [junit4] Completed [297/539] on J1 in 103.48s, 1 test, 1 error <<< FAILURES!

[...truncated 764 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:785: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:729: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:59: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build.xml:233: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/common-build.xml:524: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1452: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1006: There were test failures: 539 suites (7 ignored), 2128 tests, 1 error, 75 ignored (33 assumptions) [seed: EB6E93F1E2451BD7]

Total time: 70 minutes 42 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any