You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/09/07 21:27:08 UTC

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 3509 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/3509/

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

Error Message:
Error from server at http://127.0.0.1:49811/kwy/c/collection1: java.lang.NullPointerException  at org.apache.solr.search.grouping.distributed.responseprocessor.StoredFieldsShardResponseProcessor.process(StoredFieldsShardResponseProcessor.java:42)  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:210)  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:106)  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:49811/kwy/c/collection1: java.lang.NullPointerException
	at org.apache.solr.search.grouping.distributed.responseprocessor.StoredFieldsShardResponseProcessor.process(StoredFieldsShardResponseProcessor.java:42)
	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:210)
	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:106)
	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([6353C6417BAF1D02:EB07F99BD55370FA]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:560)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:234)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:226)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:135)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:943)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:958)
	at org.apache.solr.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:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at 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:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10578 lines...]
   [junit4] Suite: org.apache.solr.TestDistributedSearch
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001/init-core-data-001
   [junit4]   2> 1029964 INFO  (SUITE-TestDistributedSearch-seed#[6353C6417BAF1D02]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1029965 INFO  (SUITE-TestDistributedSearch-seed#[6353C6417BAF1D02]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /kwy/c
   [junit4]   2> 1030243 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001/tempDir-001/control/cores/collection1
   [junit4]   2> 1030245 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1030247 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@49b92d8a{/kwy/c,null,AVAILABLE}
   [junit4]   2> 1030249 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.e.j.s.ServerConnector Started ServerConnector@5647c8da{HTTP/1.1}{127.0.0.1:52897}
   [junit4]   2> 1030250 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.e.j.s.Server Started @1033210ms
   [junit4]   2> 1030250 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=52897, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001/tempDir-001/control/cores, hostContext=/kwy/c}
   [junit4]   2> 1030250 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1fe91485
   [junit4]   2> 1030250 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001/tempDir-001/control/'
   [junit4]   2> 1030266 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001/tempDir-001/control/solr.xml
   [junit4]   2> 1030279 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001/tempDir-001/control/cores
   [junit4]   2> 1030279 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.c.CoreContainer New CoreContainer 699272678
   [junit4]   2> 1030280 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001/tempDir-001/control/]
   [junit4]   2> 1030280 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.c.CoreContainer loading shared library: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001/tempDir-001/control/lib
   [junit4]   2> 1030280 WARN  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001/tempDir-001/control/lib).
   [junit4]   2> 1030288 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] 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> 1030289 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1030290 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1030290 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1030290 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1030290 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1030291 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.c.CoresLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001/tempDir-001/control/cores
   [junit4]   2> 1030292 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {loadOnStartup=true, absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001/tempDir-001/control/cores/collection1/, dataDir=data/, name=collection1, transient=false, instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001/tempDir-001/control/cores/collection1, configSetProperties=configsetprops.json, schema=schema.xml, configSet=collection1, config=solrconfig.xml}
   [junit4]   2> 1030292 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.c.CoresLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001/tempDir-001/control/cores/collection1/
   [junit4]   2> 1030292 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 1030293 INFO  (coreLoadExecutor-3180-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 1030293 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2
   [junit4]   2> 1030293 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1030294 INFO  (coreLoadExecutor-3180-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 1030294 INFO  (coreLoadExecutor-3180-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1030294 INFO  (coreLoadExecutor-3180-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1030315 INFO  (coreLoadExecutor-3180-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1030346 INFO  (coreLoadExecutor-3180-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 1030388 INFO  (coreLoadExecutor-3180-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1030388 INFO  (coreLoadExecutor-3180-thread-1) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 1030395 INFO  (coreLoadExecutor-3180-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1030653 INFO  (coreLoadExecutor-3180-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1030660 INFO  (coreLoadExecutor-3180-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1030662 INFO  (coreLoadExecutor-3180-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1030667 INFO  (coreLoadExecutor-3180-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1030669 INFO  (coreLoadExecutor-3180-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1030671 INFO  (coreLoadExecutor-3180-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1030671 WARN  (coreLoadExecutor-3180-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1030671 WARN  (coreLoadExecutor-3180-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1030672 INFO  (coreLoadExecutor-3180-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1030672 WARN  (coreLoadExecutor-3180-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1030672 WARN  (coreLoadExecutor-3180-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1030673 INFO  (coreLoadExecutor-3180-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf'
   [junit4]   2> 1030673 INFO  (coreLoadExecutor-3180-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1030673 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1030673 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/], dataDir=[null]
   [junit4]   2> 1030673 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f3d8d82
   [junit4]   2> 1030674 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001/tempDir-001/control/cores/collection1/data
   [junit4]   2> 1030674 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001/tempDir-001/control/cores/collection1/data/index/
   [junit4]   2> 1030674 WARN  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001/tempDir-001/control/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1030675 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001/tempDir-001/control/cores/collection1/data/index
   [junit4]   2> 1030675 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=19, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1030675 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@484313e7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2bcfc7c1),segFN=segments_1,generation=1}
   [junit4]   2> 1030675 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1030676 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001/tempDir-001/control/cores/collection1/data/
   [junit4]   2> 1030676 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001/tempDir-001/control/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1030681 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1030681 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1030681 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1030681 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1030681 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1030681 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1030682 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1030682 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1030682 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1030682 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1030682 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1030682 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1030685 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1030686 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1030688 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1030689 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1030693 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1030695 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: spellCheckWithWordbreak,/admin/threads,/update/csv,/admin/plugins,/admin/ping,/admin/properties,spellCheckCompRH1,/replication,spellCheckWithWordbreak_Direct,dismax,lazy,/admin/segments,/terms,/schema,/config,tvrh,/update,defaults,/search-facet-invariants,/admin/mbeans,/update/json,spellCheckCompRH,/update/json/docs,/search-facet-def,/mlt,mock,/get,standard,/admin/file,/admin/system,spellCheckCompRH_Direct,mltrh,/debug/dump,/admin/luke,/admin/logging
   [junit4]   2> 1030696 WARN  (coreLoadExecutor-3180-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> 1030697 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1030698 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1030698 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1030699 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1030699 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1030699 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=62.7080078125, floorSegmentMB=2.16015625, forceMergeDeletesPctAllowed=23.884856478996497, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1030699 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@484313e7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2bcfc7c1),segFN=segments_1,generation=1}
   [junit4]   2> 1030700 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1030700 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@4cc4c8c2[collection1] main
   [junit4]   2> 1030700 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1030700 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1030700 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1030700 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1030713 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1030755 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1030755 INFO  (searcherExecutor-3181-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1030756 INFO  (searcherExecutor-3181-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1030756 INFO  (searcherExecutor-3181-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1030756 INFO  (searcherExecutor-3181-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1030756 INFO  (searcherExecutor-3181-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1030757 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1030757 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1030757 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1030757 INFO  (searcherExecutor-3181-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1030757 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1511682696237023232
   [junit4]   2> 1030757 INFO  (searcherExecutor-3181-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1030758 INFO  (searcherExecutor-3181-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1030758 INFO  (searcherExecutor-3181-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1030759 INFO  (searcherExecutor-3181-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4cc4c8c2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1030760 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 3.0ms to seed version buckets with highest version 1511682696237023232
   [junit4]   2> 1030760 INFO  (coreLoadExecutor-3180-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1031070 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 1031071 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1031073 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@698fe666{/kwy/c,null,AVAILABLE}
   [junit4]   2> 1031073 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1d1ac04{HTTP/1.1}{127.0.0.1:34200}
   [junit4]   2> 1031073 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.e.j.s.Server Started @1034033ms
   [junit4]   2> 1031074 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001/tempDir-001/shard0/cores, hostPort=34200, hostContext=/kwy/c}
   [junit4]   2> 1031074 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1fe91485
   [junit4]   2> 1031074 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001/tempDir-001/shard0/'
   [junit4]   2> 1031089 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 1031102 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001/tempDir-001/shard0/cores
   [junit4]   2> 1031102 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.c.CoreContainer New CoreContainer 1775254290
   [junit4]   2> 1031102 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001/tempDir-001/shard0/]
   [junit4]   2> 1031103 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.c.CoreContainer loading shared library: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001/tempDir-001/shard0/lib
   [junit4]   2> 1031103 WARN  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001/tempDir-001/shard0/lib).
   [junit4]   2> 1031110 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] 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> 1031112 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1031112 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1031112 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1031112 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1031113 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1031113 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.c.CoresLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001/tempDir-001/shard0/cores
   [junit4]   2> 1031114 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {loadOnStartup=true, name=collection1, config=solrconfig.xml, absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001/tempDir-001/shard0/cores/collection1/, transient=false, configSet=collection1, schema=schema.xml, instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001/tempDir-001/shard0/cores/collection1, dataDir=data/, configSetProperties=configsetprops.json}
   [junit4]   2> 1031114 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.c.CoresLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001/tempDir-001/shard0/cores/collection1/
   [junit4]   2> 1031114 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 1031115 INFO  (coreLoadExecutor-3191-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 1031115 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2
   [junit4]   2> 1031116 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1031116 INFO  (coreLoadExecutor-3191-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 1031116 INFO  (coreLoadExecutor-3191-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1031116 INFO  (coreLoadExecutor-3191-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1031138 INFO  (coreLoadExecutor-3191-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1031157 INFO  (coreLoadExecutor-3191-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 1031210 INFO  (coreLoadExecutor-3191-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1031211 INFO  (coreLoadExecutor-3191-thread-1) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 1031217 INFO  (coreLoadExecutor-3191-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1031461 INFO  (coreLoadExecutor-3191-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1031468 INFO  (coreLoadExecutor-3191-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1031470 INFO  (coreLoadExecutor-3191-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1031474 INFO  (coreLoadExecutor-3191-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1031477 INFO  (coreLoadExecutor-3191-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1031479 INFO  (coreLoadExecutor-3191-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1031479 WARN  (coreLoadExecutor-3191-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1031479 WARN  (coreLoadExecutor-3191-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1031479 INFO  (coreLoadExecutor-3191-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1031480 WARN  (coreLoadExecutor-3191-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1031480 WARN  (coreLoadExecutor-3191-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1031481 INFO  (coreLoadExecutor-3191-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf'
   [junit4]   2> 1031481 INFO  (coreLoadExecutor-3191-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1031481 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1031481 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/], dataDir=[null]
   [junit4]   2> 1031482 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f3d8d82
   [junit4]   2> 1031482 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001/tempDir-001/shard0/cores/collection1/data
   [junit4]   2> 1031482 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001/tempDir-001/shard0/cores/collection1/data/index/
   [junit4]   2> 1031482 WARN  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001/tempDir-001/shard0/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1031483 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001/tempDir-001/shard0/cores/collection1/data/index
   [junit4]   2> 1031483 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=19, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1031483 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1794ab23 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@216f92ed),segFN=segments_1,generation=1}
   [junit4]   2> 1031484 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1031484 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001/tempDir-001/shard0/cores/collection1/data/
   [junit4]   2> 1031484 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001/tempDir-001/shard0/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1031490 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1031490 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1031490 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1031491 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1031491 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1031491 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1031491 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1031491 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1031491 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1031492 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1031492 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1031492 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1031495 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1031496 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1031497 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1031499 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1031504 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1031507 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: spellCheckWithWordbreak,/admin/threads,/update/csv,/admin/plugins,/admin/ping,/admin/properties,spellCheckCompRH1,/replication,spellCheckWithWordbreak_Direct,dismax,lazy,/admin/segments,/terms,/schema,/config,tvrh,/update,defaults,/search-facet-invariants,/admin/mbeans,/update/json,spellCheckCompRH,/update/json/docs,/search-facet-def,/mlt,mock,/get,standard,/admin/file,/admin/system,spellCheckCompRH_Direct,mltrh,/debug/dump,/admin/luke,/admin/logging
   [junit4]   2> 1031508 WARN  (coreLoadExecutor-3191-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> 1031509 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1031509 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1031510 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1031510 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1031511 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1031511 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=62.7080078125, floorSegmentMB=2.16015625, forceMergeDeletesPctAllowed=23.884856478996497, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1031511 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1794ab23 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@216f92ed),segFN=segments_1,generation=1}
   [junit4]   2> 1031512 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1031512 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@1688100a[collection1] main
   [junit4]   2> 1031512 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1031512 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1031512 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1031512 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1031525 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1031555 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1031555 INFO  (searcherExecutor-3192-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1031556 INFO  (searcherExecutor-3192-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1031556 INFO  (searcherExecutor-3192-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1031556 INFO  (searcherExecutor-3192-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1031556 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1031557 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1031557 INFO  (searcherExecutor-3192-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1031557 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1031557 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1511682697075884032
   [junit4]   2> 1031557 INFO  (searcherExecutor-3192-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1031558 INFO  (searcherExecutor-3192-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1031558 INFO  (searcherExecutor-3192-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1031558 INFO  (searcherExecutor-3192-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1031559 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1511682697075884032
   [junit4]   2> 1031559 INFO  (coreLoadExecutor-3191-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1031560 INFO  (searcherExecutor-3192-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1688100a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1031617 INFO  (TEST-TestDistributedSearch.test-seed#[6353C6417BAF1D02]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1031627 INFO  (qtp147203706-7301) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1511682697146138624)} 0 3
   [junit4]   2> 1031631 INFO  (qtp1814644025-7319) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1511682697151381504)} 0 1
   [junit4]   2> 1031636 INFO  (qtp147203706-7302) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[1 (1511682697156624384)]} 0 2
   [junit4]   2> 1031640 INFO  (qtp1814644025-7320) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[1 (1511682697160818688)]} 0 2
   [junit4]   2> 1031645 INFO  (qtp147203706-7303) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[2 (1511682697166061568)]} 0 2
   [junit4]   2> 1031649 INFO  (qtp1814644025-7321) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[2 (1511682697171304448)]} 0 1
   [junit4]   2> 1031653 INFO  (qtp147203706-7304) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[3 (1511682697175498752)]} 0 0
   [junit4]   2> 1031656 INFO  (qtp1814644025-7322) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[3 (1511682697178644480)]} 0 1
   [junit4]   2> 1031660 INFO  (qtp147203706-7305) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[4 (1511682697182838784)]} 0 1
   [junit4]   2> 1031664 INFO  (qtp1814644025-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[4 (1511682697185984512)]} 0 1
   [junit4]   2> 1031668 INFO  (qtp147203706-7301) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[5 (1511682697190178816)]} 0 1
   [junit4]   2> 1031671 INFO  (qtp1814644025-7319) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[5 (1511682697194373120)]} 0 0
   [junit4]   2> 1031674 INFO  (qtp147203706-7302) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[6 (1511682697197518848)]} 0 0
   [junit4]   2> 1031677 INFO  (qtp1814644025-7320) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[6 (1511682697200664576)]} 0 1
   [junit4]   2> 1031680 INFO  (qtp147203706-7303) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[7 (1511682697203810304)]} 0 0
   [junit4]   2> 1031683 INFO  (qtp1814644025-7321) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[7 (1511682697206956032)]} 0 0
   [junit4]   2> 1031687 INFO  (qtp147203706-7304) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[8 (1511682697211150336)]} 0 1
   [junit4]   2> 1031690 INFO  (qtp1814644025-7322) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[8 (1511682697214296064)]} 0 1
   [junit4]   2> 1031693 INFO  (qtp147203706-7305) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[9 (1511682697217441792)]} 0 1
   [junit4]   2> 1031696 INFO  (qtp1814644025-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[9 (1511682697220587520)]} 0 0
   [junit4]   2> 1031698 INFO  (qtp147203706-7301) [    x:collection1] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1031704 INFO  (qtp147203706-7301) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@484313e7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2bcfc7c1),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@484313e7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2bcfc7c1),segFN=segments_2,generation=2}
   [junit4]   2> 1031705 INFO  (qtp147203706-7301) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 1031707 INFO  (qtp147203706-7301) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@32059158[collection1] main
   [junit4]   2> 1031707 INFO  (qtp147203706-7301) [    x:collection1] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 1031708 INFO  (searcherExecutor-3181-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@32059158[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.4.0):C9)))}
   [junit4]   2> 1031709 INFO  (qtp147203706-7301) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&commit=true&softCommit=false&waitSearcher=true&version=2} {commit=} 0 10
   [junit4]   2> 1031711 INFO  (qtp1814644025-7319) [    x:collection1] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1031717 INFO  (qtp1814644025-7319) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1794ab23 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@216f92ed),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1794ab23 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@216f92ed),segFN=segments_2,generation=2}
   [junit4]   2> 1031718 INFO  (qtp1814644025-7319) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 1031720 INFO  (qtp1814644025-7319) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@61cb968[collection1] main
   [junit4]   2> 1031720 INFO  (qtp1814644025-7319) [    x:collection1] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 1031721 INFO  (searcherExecutor-3192-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@61cb968[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.4.0):C9)))}
   [junit4]   2> 1031721 INFO  (qtp1814644025-7319) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&commit=true&softCommit=false&waitSearcher=true&version=2} {commit=} 0 10
   [junit4]   2> 1031726 INFO  (qtp147203706-7302) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[10 (1511682697250996224)]} 0 2
   [junit4]   2> 1031730 INFO  (qtp1814644025-7320) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[10 (1511682697255190528)]} 0 1
   [junit4]   2> 1031734 INFO  (qtp147203706-7303) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[11 (1511682697260433408)]} 0 1
   [junit4]   2> 1031737 INFO  (qtp1814644025-7321) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[11 (1511682697263579136)]} 0 1
   [junit4]   2> 1031740 INFO  (qtp147203706-7304) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[12 (1511682697267773440)]} 0 0
   [junit4]   2> 1031743 INFO  (qtp1814644025-7322) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[12 (1511682697269870592)]} 0 0
   [junit4]   2> 1031746 INFO  (qtp147203706-7305) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[13 (1511682697273016320)]} 0 0
   [junit4]   2> 1031749 INFO  (qtp1814644025-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[13 (1511682697276162048)]} 0 0
   [junit4]   2> 1031752 INFO  (qtp147203706-7301) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[1001 (1511682697279307776)]} 0 1
   [junit4]   2> 1031755 INFO  (qtp1814644025-7319) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[1001 (1511682697282453504)]} 0 0
   [junit4]   2> 1031758 INFO  (qtp147203706-7302) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[14 (1511682697285599232)]} 0 0
   [junit4]   2> 1031761 INFO  (qtp1814644025-7320) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[14 (1511682697288744960)]} 0 0
   [junit4]   2> 1031763 INFO  (qtp147203706-7303) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[15 (1511682697291890688)]} 0 0
   [junit4]   2> 1031767 INFO  (qtp1814644025-7321) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[15 (1511682697295036416)]} 0 0
   [junit4]   2> 1031769 INFO  (qtp147203706-7304) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[16 (1511682697298182144)]} 0 0
   [junit4]   2> 1031772 INFO  (qtp1814644025-7322) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[16 (1511682697301327872)]} 0 0
   [junit4]   2> 1031776 INFO  (qtp147203706-7305) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[17 (1511682697304473600)]} 0 1
   [junit4]   2> 1031779 INFO  (qtp1814644025-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[17 (1511682697308667904)]} 0 1
   [junit4]   2> 1031782 INFO  (qtp147203706-7301) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[100 (1511682697311813632)]} 0 0
   [junit4]   2> 1031785 INFO  (qtp1814644025-7319) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[100 (1511682697313910784)]} 0 0
   [junit4]   2> 1031788 INFO  (qtp147203706-7302) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[101 (1511682697317056512)]} 0 0
   [junit4]   2> 1031790 INFO  (qtp1814644025-7320) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[101 (1511682697320202240)]} 0 0
   [junit4]   2> 1031793 INFO  (qtp147203706-7303) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[102 (1511682697323347968)]} 0 0
   [junit4]   2> 1031796 INFO  (qtp1814644025-7321) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[102 (1511682697325445120)]} 0 0
   [junit4]   2> 1031799 INFO  (qtp147203706-7304) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[103 (1511682697328590848)]} 0 0
   [junit4]   2> 1031802 INFO  (qtp1814644025-7322) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[103 (1511682697331736576)]} 0 0
   [junit4]   2> 1031804 INFO  (qtp147203706-7305) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[104 (1511682697334882304)]} 0 0
   [junit4]   2> 1031807 INFO  (qtp1814644025-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[104 (1511682697338028032)]} 0 0
   [junit4]   2> 1031810 INFO  (qtp147203706-7301) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[105 (1511682697340125184)]} 0 0
   [junit4]   2> 1031813 INFO  (qtp1814644025-7319) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[105 (1511682697343270912)]} 0 0
   [junit4]   2> 1031815 INFO  (qtp147203706-7302) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[106 (1511682697346416640)]} 0 0
   [junit4]   2> 1031818 INFO  (qtp1814644025-7320) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[106 (1511682697349562368)]} 0 0
   [junit4]   2> 1031821 INFO  (qtp147203706-7303) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[107 (1511682697351659520)]} 0 0
   [junit4]   2> 1031824 INFO  (qtp1814644025-7321) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[107 (1511682697354805248)]} 0 0
   [junit4]   2> 1031827 INFO  (qtp147203706-7304) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[108 (1511682697357950976)]} 0 0
   [junit4]   2> 1031829 INFO  (qtp1814644025-7322) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[108 (1511682697361096704)]} 0 0
   [junit4]   2> 1031832 INFO  (qtp147203706-7305) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[109 (1511682697364242432)]} 0 0
   [junit4]   2> 1031835 INFO  (qtp1814644025-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[109 (1511682697366339584)]} 0 0
   [junit4]   2> 1031838 INFO  (qtp147203706-7301) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[110 (1511682697369485312)]} 0 0
   [junit4]   2> 1031840 INFO  (qtp1814644025-7319) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[110 (1511682697372631040)]} 0 0
   [junit4]   2> 1031843 INFO  (qtp147203706-7302) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[111 (1511682697375776768)]} 0 0
   [junit4]   2> 1031846 INFO  (qtp1814644025-7320) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[111 (1511682697377873920)]} 0 0
   [junit4]   2> 1031848 INFO  (qtp147203706-7303) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[112 (1511682697381019648)]} 0 0
   [junit4]   2> 1031851 INFO  (qtp1814644025-7321) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[112 (1511682697384165376)]} 0 0
   [junit4]   2> 1031854 INFO  (qtp147203706-7304) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[113 (1511682697386262528)]} 0 0
   [junit4]   2> 1031856 INFO  (qtp1814644025-7322) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[113 (1511682697389408256)]} 0 0
   [junit4]   2> 1031859 INFO  (qtp147203706-7305) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[114 (1511682697392553984)]} 0 0
   [junit4]   2> 1031862 INFO  (qtp1814644025-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[114 (1511682697394651136)]} 0 0
   [junit4]   2> 1031865 INFO  (qtp147203706-7301) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[115 (1511682697397796864)]} 0 0
   [junit4]   2> 1031867 INFO  (qtp1814644025-7319) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[115 (1511682697400942592)]} 0 0
   [junit4]   2> 1031870 INFO  (qtp147203706-7302) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[116 (1511682697404088320)]} 0 0
   [junit4]   2> 1031873 INFO  (qtp1814644025-7320) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[116 (1511682697406185472)]} 0 0
   [junit4]   2> 1031875 INFO  (qtp147203706-7303) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[117 (1511682697409331200)]} 0 0
   [junit4]   2> 1031878 INFO  (qtp1814644025-7321) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[117 (1511682697412476928)]} 0 0
   [junit4]   2> 1031881 INFO  (qtp147203706-7304) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[118 (1511682697415622656)]} 0 0
   [junit4]   2> 1031884 INFO  (qtp1814644025-7322) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[118 (1511682697417719808)]} 0 0
   [junit4]   2> 1031886 INFO  (qtp147203706-7305) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[119 (1511682697420865536)]} 0 0
   [junit4]   2> 1031889 INFO  (qtp1814644025-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[119 (1511682697422962688)]} 0 0
   [junit4]   2> 1031892 INFO  (qtp147203706-7301) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[120 (1511682697426108416)]} 0 0
   [junit4]   2> 1031894 INFO  (qtp1814644025-7319) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[120 (1511682697429254144)]} 0 0
   [junit4]   2> 1031897 INFO  (qtp147203706-7302) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[121 (1511682697432399872)]} 0 0
   [junit4]   2> 1031900 INFO  (qtp1814644025-7320) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[121 (1511682697434497024)]} 0 0
   [junit4]   2> 1031903 INFO  (qtp147203706-7303) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[122 (1511682697437642752)]} 0 0
   [junit4]   2> 1031905 INFO  (qtp1814644025-7321) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[122 (1511682697440788480)]} 0 0
   [junit4]   2> 1031908 INFO  (qtp147203706-7304) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[123 (1511682697443934208)]} 0 0
   [junit4]   2> 1031911 INFO  (qtp1814644025-7322) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[123 (1511682697446031360)]} 0 0
   [junit4]   2> 1031913 INFO  (qtp147203706-7305) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[124 (1511682697449177088)]} 0 0
   [junit4]   2> 1031916 INFO  (qtp1814644025-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[124 (1511682697452322816)]} 0 0
   [junit4]   2> 1031919 INFO  (qtp147203706-7301) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[125 (1511682697454419968)]} 0 0
   [junit4]   2> 1031921 INFO  (qtp1814644025-7319) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[125 (1511682697457565696)]} 0 0
   [junit4]   2> 1031924 INFO  (qtp147203706-7302) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[126 (1511682697460711424)]} 0 0
   [junit4]   2> 1031927 INFO  (qtp1814644025-7320) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[126 (1511682697462808576)]} 0 0
   [junit4]   2> 1031930 INFO  (qtp147203706-7303) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[127 (1511682697465954304)]} 0 0
   [junit4]   2> 1031932 INFO  (qtp1814644025-7321) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[127 (1511682697469100032)]} 0 0
   [junit4]   2> 1031935 INFO  (qtp147203706-7304) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[128 (1511682697471197184)]} 0 0
   [junit4]   2> 1031938 INFO  (qtp1814644025-7322) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[128 (1511682697474342912)]} 0 0
   [junit4]   2> 1031942 INFO  (qtp147203706-7305) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[129 (1511682697478537216)]} 0 1
   [junit4]   2> 1031946 INFO  (qtp1814644025-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[129 (1511682697482731520)]} 0 1
   [junit4]   2> 1031949 INFO  (qtp147203706-7301) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[130 (1511682697486925824)]} 0 0
   [junit4]   2> 1031952 INFO  (qtp1814644025-7319) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[130 (1511682697490071552)]} 0 0
   [junit4]   2> 1031955 INFO  (qtp147203706-7302) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[131 (1511682697493217280)]} 0 0
   [junit4]   2> 1031958 INFO  (qtp1814644025-7320) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[131 (1511682697495314432)]} 0 0
   [junit4]   2> 1031961 INFO  (qtp147203706-7303) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[132 (1511682697498460160)]} 0 0
   [junit4]   2> 1031964 INFO  (qtp1814644025-7321) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[132 (1511682697501605888)]} 0 0
   [junit4]   2> 1031968 INFO  (qtp147203706-7304) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[133 (1511682697505800192)]} 0 1
   [junit4]   2> 1031971 INFO  (qtp1814644025-7322) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[133 (1511682697509994496)]} 0 0
   [junit4]   2> 1031975 INFO  (qtp147203706-7305) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[134 (1511682697513140224)]} 0 1
   [junit4]   2> 1031979 INFO  (qtp1814644025-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[134 (1511682697517334528)]} 0 1
   [junit4]   2> 1031983 INFO  (qtp147203706-7301) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[135 (1511682697521528832)]} 0 1
   [junit4]   2> 1031986 INFO  (qtp1814644025-7319) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[135 (1511682697525723136)]} 0 0
   [junit4]   2> 1031989 INFO  (qtp147203706-7302) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[136 (1511682697528868864)]} 0 0
   [junit4]   2> 1031992 INFO  (qtp1814644025-7320) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[136 (1511682697530966016)]} 0 0
   [junit4]   2> 1031995 INFO  (qtp147203706-7303) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[137 (1511682697534111744)]} 0 1
   [junit4]   2> 1031999 INFO  (qtp1814644025-7321) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[137 (1511682697538306048)]} 0 1
   [junit4]   2> 1032003 INFO  (qtp147203706-7304) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[138 (1511682697542500352)]} 0 1
   [junit4]   2> 1032006 INFO  (qtp1814644025-7322) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[138 (1511682697546694656)]} 0 0
   [junit4]   2> 1032010 INFO  (qtp147203706-7305) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[139 (1511682697549840384)]} 0 1
   [junit4]   2> 1032014 INFO  (qtp1814644025-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[139 (1511682697554034688)]} 0 1
   [junit4]   2> 1032017 INFO  (qtp147203706-7301) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[140 (1511682697557180416)]} 0 0
   [junit4]   2> 1032020 INFO  (qtp1814644025-7319) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[140 (1511682697560326144)]} 0 0
   [junit4]   2> 1032022 INFO  (qtp147203706-7302) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[141 (1511682697563471872)]} 0 0
   [junit4]   2> 1032025 INFO  (qtp1814644025-7320) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[141 (1511682697565569024)]} 0 0
   [junit4]   2> 1032027 INFO  (qtp147203706-7303) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[142 (1511682697568714752)]} 0 0
   [junit4]   2> 1032031 INFO  (qtp1814644025-7321) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[142 (1511682697571860480)]} 0 1
   [junit4]   2> 1032034 INFO  (qtp147203706-7304) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[143 (1511682697576054784)]} 0 0
   [junit4]   2> 1032037 INFO  (qtp1814644025-7322) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[143 (1511682697579200512)]} 0 0
   [junit4]   2> 1032041 INFO  (qtp147203706-7305) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[144 (1511682697582346240)]} 0 1
   [junit4]   2> 1032043 INFO  (qtp1814644025-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[144 (1511682697585491968)]} 0 0
   [junit4]   2> 1032047 INFO  (qtp147203706-7301) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[145 (1511682697588637696)]} 0 1
   [junit4]   2> 1032050 INFO  (qtp1814644025-7319) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[145 (1511682697591783424)]} 0 0
   [junit4]   2> 1032053 INFO  (qtp147203706-7302) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/kwy/c path=/update params={wt=javabin&version=2} {add=[146 (15116826975

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

.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:106)
   [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([6353C6417BAF1D02:EB07F99BD55370FA]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:560)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:234)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:226)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:135)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:943)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:958)
   [junit4]    > 	at org.apache.solr.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> 1164725 INFO  (SUITE-TestDistributedSearch-seed#[6353C6417BAF1D02]-worker) [    x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_6353C6417BAF1D02-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {text=PostingsFormat(name=LuceneVarGapFixedInterval), n_td1=PostingsFormat(name=LuceneFixedGap), range_facet_l=PostingsFormat(name=LuceneVarGapDocFreqInterval), oddField_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), intDefault=PostingsFormat(name=LuceneFixedGap), n_tf1=PostingsFormat(name=LuceneVarGapDocFreqInterval), foo_d=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), SubjectTerms_mfacet=PostingsFormat(name=LuceneFixedGap), id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), multiDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval), foo_sev_enum=PostingsFormat(name=LuceneVarGapFixedInterval), n_l1=PostingsFormat(name=LuceneVarGapDocFreqInterval), range_facet_i_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval), lowerfilt1and2=PostingsFormat(name=LuceneVarGapDocFreqInterval), range_facet_l_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), timestamp=PostingsFormat(name=LuceneVarGapDocFreqInterval), n_tl1=PostingsFormat(name=LuceneFixedGap), lowerfilt=PostingsFormat(name=LuceneVarGapDocFreqInterval), n_d1=PostingsFormat(name=LuceneVarGapDocFreqInterval), n_dt1=PostingsFormat(name=LuceneFixedGap), b_n_tdt=PostingsFormat(name=LuceneFixedGap), n_f1=PostingsFormat(name=LuceneFixedGap), a_n_tdt=PostingsFormat(name=LuceneVarGapFixedInterval), a_i1=PostingsFormat(name=LuceneVarGapDocFreqInterval), _version_=PostingsFormat(name=LuceneFixedGap), n_tdt1=PostingsFormat(name=LuceneFixedGap), rnd_b=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), foo_f=PostingsFormat(name=LuceneVarGapFixedInterval), foo_b=PostingsFormat(name=LuceneVarGapFixedInterval), n_ti1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), other_tl1=PostingsFormat(name=LuceneFixedGap), a_t=PostingsFormat(name=LuceneVarGapDocFreqInterval), severity=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Direct), foo_sev_enum=DocValuesFormat(name=Lucene50), range_facet_i_dv=DocValuesFormat(name=Direct)}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=en_GB, timezone=America/Argentina/San_Luis
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.7.0_72 (64-bit)/cpus=4,threads=1,free=229066928,total=529006592
   [junit4]   2> NOTE: All tests run in this JVM: [TestPHPSerializedResponseWriter, TestObjectReleaseTracker, BigEndianAscendingWordDeserializerTest, CustomCollectionTest, HardAutoCommitTest, TestBulkSchemaAPI, LukeRequestHandlerTest, TriLevelCompositeIdRoutingTest, TestBlendedInfixSuggestions, CollectionTooManyReplicasTest, PluginInfoTest, UpdateParamsTest, DeleteInactiveReplicaTest, TestElisionMultitermQuery, FieldMutatingUpdateProcessorTest, TestCSVResponseWriter, TestManagedSchemaFieldTypeResource, StatelessScriptUpdateProcessorFactoryTest, HdfsCollectionsAPIDistributedZkTest, TestSmileRequest, TestTrackingShardHandlerFactory, TestCrossCoreJoin, TestRestManager, RequestHandlersTest, TestStressReorder, TestConfigSetImmutable, LeaderElectionTest, AliasIntegrationTest, RAMDirectoryFactoryTest, TestRecovery, RankQueryTest, TestSolrQueryParserResource, TestRuleBasedAuthorizationPlugin, TestFuzzyAnalyzedSuggestions, TestAuthenticationFramework, TestSystemIdResolver, TestPostingsSolrHighlighter, OverseerTest, TestSort, TestReversedWildcardFilterFactory, TestSolrXml, HLLSerializationTest, TermVectorComponentDistributedTest, OverriddenZkACLAndCredentialsProvidersTest, RegexBoostProcessorTest, HdfsSyncSliceTest, BinaryUpdateRequestHandlerTest, TestIndexingPerformance, TestManagedSchemaDynamicFieldResource, DirectUpdateHandlerOptimizeTest, SuggesterWFSTTest, TestRemoveLastDynamicCopyField, HighlighterConfigTest, SolrCoreCheckLockOnStartupTest, TestInitParams, TestGroupingSearch, TestOrdValues, RemoteQueryErrorTest, AddSchemaFieldsUpdateProcessorFactoryTest, SharedFSAutoReplicaFailoverTest, SampleTest, TestSolrIndexConfig, TestIndexSearcher, TestSchemaNameResource, CoreAdminCreateDiscoverTest, TestWriterPerf, TestRandomMergePolicy, DistributedFacetPivotLargeTest, TestPerFieldSimilarity, TestScoreJoinQPNoScore, PrimitiveFieldTypeTest, SearchHandlerTest, TestSolrQueryParser, DateRangeFieldTest, SuggesterTSTTest, TestBlobHandler, TestCloudSchemaless, TestInfoStreamLogging, TestLRUStatsCache, TestCollationField, TestDistribDocBasedVersion, DocValuesMultiTest, TestTrieFacet, TestSweetSpotSimilarityFactory, CoreAdminRequestStatusTest, ScriptEngineTest, TestLRUCache, BasicDistributedZkTest, UnloadDistributedZkTest, ClusterStateUpdateTest, TestZkChroot, TestDistributedSearch]
   [junit4] Completed [311/537] on J2 in 134.78s, 1 test, 1 error <<< FAILURES!

[...truncated 721 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:785: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:729: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/common-build.xml:524: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:1452: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:1006: There were test failures: 537 suites, 2124 tests, 1 error, 46 ignored (34 assumptions)

Total time: 57 minutes 56 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-Tests-5.x-Java7 #3508
Archived 4 artifacts
Archive block size is 32768
Received 0 blocks and 337698494 bytes
Compression is 0.0%
Took 1 min 6 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure