You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2015/10/04 17:25:20 UTC

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

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

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

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

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

	at __randomizedtesting.SeedInfo.seed([33A5B11775C912F1:BBF18ECDDB357F09]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:575)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:150)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:943)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:958)
	at org.apache.solr.TestDistributedSearch.queryRandomUpServer(TestDistributedSearch.java:1133)
	at org.apache.solr.TestDistributedSearch.queryPartialResults(TestDistributedSearch.java:1095)
	at org.apache.solr.TestDistributedSearch.test(TestDistributedSearch.java:968)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1665)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:864)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:900)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:914)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:873)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:775)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:809)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:820)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9852 lines...]
   [junit4] Suite: org.apache.solr.TestDistributedSearch
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/init-core-data-001
   [junit4]   2> 232821 INFO  (SUITE-TestDistributedSearch-seed#[33A5B11775C912F1]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 232821 INFO  (SUITE-TestDistributedSearch-seed#[33A5B11775C912F1]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 232901 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/tempDir-001/control/cores/collection1
   [junit4]   2> 232902 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 232904 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@682f360f{/,null,AVAILABLE}
   [junit4]   2> 232904 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.e.j.s.ServerConnector Started ServerConnector@3b7843c0{HTTP/1.1}{127.0.0.1:57024}
   [junit4]   2> 232904 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.e.j.s.Server Started @234691ms
   [junit4]   2> 232904 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=57024, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/tempDir-001/control/cores}
   [junit4]   2> 232904 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 232904 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/tempDir-001/control/'
   [junit4]   2> 232914 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/tempDir-001/control/solr.xml
   [junit4]   2> 232923 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/tempDir-001/control/cores
   [junit4]   2> 232923 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.c.CoreContainer New CoreContainer 1951322063
   [junit4]   2> 232923 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/tempDir-001/control/]
   [junit4]   2> 232923 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.c.CoreContainer loading shared library: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/tempDir-001/control/lib
   [junit4]   2> 232923 WARN  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/tempDir-001/control/lib).
   [junit4]   2> 232928 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] 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> 232929 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 232929 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 232929 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 232929 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 232929 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 232930 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.c.CoresLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/tempDir-001/control/cores
   [junit4]   2> 232930 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/tempDir-001/control/cores/collection1, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/tempDir-001/control/cores/collection1/, configSet=collection1, dataDir=data/}
   [junit4]   2> 232930 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.c.CoresLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/tempDir-001/control/cores/collection1/
   [junit4]   2> 232930 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 232930 INFO  (coreLoadExecutor-1098-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 232930 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 232930 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 232930 INFO  (coreLoadExecutor-1098-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 232931 INFO  (coreLoadExecutor-1098-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 232943 INFO  (coreLoadExecutor-1098-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 232949 INFO  (coreLoadExecutor-1098-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 232962 INFO  (coreLoadExecutor-1098-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 232962 INFO  (coreLoadExecutor-1098-thread-1) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 232966 INFO  (coreLoadExecutor-1098-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 233033 INFO  (coreLoadExecutor-1098-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 233037 INFO  (coreLoadExecutor-1098-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 233038 INFO  (coreLoadExecutor-1098-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 233040 INFO  (coreLoadExecutor-1098-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 233041 INFO  (coreLoadExecutor-1098-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 233042 INFO  (coreLoadExecutor-1098-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 233042 WARN  (coreLoadExecutor-1098-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 233042 WARN  (coreLoadExecutor-1098-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 233042 INFO  (coreLoadExecutor-1098-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 233042 WARN  (coreLoadExecutor-1098-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 233042 WARN  (coreLoadExecutor-1098-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 233043 INFO  (coreLoadExecutor-1098-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf'
   [junit4]   2> 233043 INFO  (coreLoadExecutor-1098-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 233043 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 233043 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/], dataDir=[null]
   [junit4]   2> 233043 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@34472800
   [junit4]   2> 233043 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/tempDir-001/control/cores/collection1/data
   [junit4]   2> 233044 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/tempDir-001/control/cores/collection1/data/index/
   [junit4]   2> 233044 WARN  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/tempDir-001/control/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 233044 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/tempDir-001/control/cores/collection1/data/index
   [junit4]   2> 233044 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=25.1884765625, floorSegmentMB=0.384765625, forceMergeDeletesPctAllowed=3.9934360955831982, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 233044 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1c352f9a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5bf35a32),segFN=segments_1,generation=1}
   [junit4]   2> 233044 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 233044 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/tempDir-001/control/cores/collection1/data/
   [junit4]   2> 233045 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/tempDir-001/control/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 233047 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 233047 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 233047 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 233047 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 233047 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 233047 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 233047 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 233048 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 233048 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 233048 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 233048 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 233048 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 233049 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 233049 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 233050 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 233050 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 233053 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 233053 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 233054 WARN  (coreLoadExecutor-1098-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> 233054 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 233054 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 233054 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 233055 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 233055 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 233055 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=41, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 233055 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1c352f9a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5bf35a32),segFN=segments_1,generation=1}
   [junit4]   2> 233055 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 233055 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@d5ba833[collection1] main
   [junit4]   2> 233056 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 233056 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 233056 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 233056 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 233091 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 233372 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 233372 INFO  (searcherExecutor-1099-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 233372 INFO  (searcherExecutor-1099-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 233372 INFO  (searcherExecutor-1099-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 233372 INFO  (searcherExecutor-1099-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 233372 INFO  (searcherExecutor-1099-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 233373 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 233373 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 233373 INFO  (searcherExecutor-1099-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 233373 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 233373 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1514113249414479872
   [junit4]   2> 233373 INFO  (searcherExecutor-1099-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 233373 INFO  (searcherExecutor-1099-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 233373 INFO  (searcherExecutor-1099-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 233373 INFO  (searcherExecutor-1099-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@d5ba833[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 233374 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1514113249414479872
   [junit4]   2> 233374 INFO  (coreLoadExecutor-1098-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 233533 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 233534 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 233535 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1c5707d4{/,null,AVAILABLE}
   [junit4]   2> 233535 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.e.j.s.ServerConnector Started ServerConnector@23d8ea7{HTTP/1.1}{127.0.0.1:37861}
   [junit4]   2> 233535 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.e.j.s.Server Started @235322ms
   [junit4]   2> 233535 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=37861, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/tempDir-001/shard0/cores}
   [junit4]   2> 233535 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 233535 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/tempDir-001/shard0/'
   [junit4]   2> 233544 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 233554 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/tempDir-001/shard0/cores
   [junit4]   2> 233554 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.c.CoreContainer New CoreContainer 417065691
   [junit4]   2> 233554 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/tempDir-001/shard0/]
   [junit4]   2> 233554 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.c.CoreContainer loading shared library: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/tempDir-001/shard0/lib
   [junit4]   2> 233554 WARN  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/tempDir-001/shard0/lib).
   [junit4]   2> 233558 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] 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> 233559 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 233559 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 233559 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 233559 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 233559 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 233560 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.c.CoresLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/tempDir-001/shard0/cores
   [junit4]   2> 233560 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/tempDir-001/shard0/cores/collection1, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/tempDir-001/shard0/cores/collection1/, configSet=collection1, dataDir=data/}
   [junit4]   2> 233560 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.c.CoresLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/tempDir-001/shard0/cores/collection1/
   [junit4]   2> 233560 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 233560 INFO  (coreLoadExecutor-1109-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 233560 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 233561 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 233561 INFO  (coreLoadExecutor-1109-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 233561 INFO  (coreLoadExecutor-1109-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 233572 INFO  (coreLoadExecutor-1109-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 233578 INFO  (coreLoadExecutor-1109-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 233600 INFO  (coreLoadExecutor-1109-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 233600 INFO  (coreLoadExecutor-1109-thread-1) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 233603 INFO  (coreLoadExecutor-1109-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 233662 INFO  (coreLoadExecutor-1109-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 233666 INFO  (coreLoadExecutor-1109-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 233666 INFO  (coreLoadExecutor-1109-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 233670 INFO  (coreLoadExecutor-1109-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 233671 INFO  (coreLoadExecutor-1109-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 233673 INFO  (coreLoadExecutor-1109-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 233673 WARN  (coreLoadExecutor-1109-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 233673 WARN  (coreLoadExecutor-1109-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 233673 INFO  (coreLoadExecutor-1109-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 233673 WARN  (coreLoadExecutor-1109-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 233673 WARN  (coreLoadExecutor-1109-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 233674 INFO  (coreLoadExecutor-1109-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf'
   [junit4]   2> 233674 INFO  (coreLoadExecutor-1109-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 233674 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 233674 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/], dataDir=[null]
   [junit4]   2> 233674 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@34472800
   [junit4]   2> 233675 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/tempDir-001/shard0/cores/collection1/data
   [junit4]   2> 233675 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/tempDir-001/shard0/cores/collection1/data/index/
   [junit4]   2> 233675 WARN  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/tempDir-001/shard0/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 233676 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/tempDir-001/shard0/cores/collection1/data/index
   [junit4]   2> 233676 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=25.1884765625, floorSegmentMB=0.384765625, forceMergeDeletesPctAllowed=3.9934360955831982, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 233676 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@599801e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@57dfe6b8),segFN=segments_1,generation=1}
   [junit4]   2> 233676 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 233676 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/tempDir-001/shard0/cores/collection1/data/
   [junit4]   2> 233677 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/tempDir-001/shard0/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 233680 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 233680 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 233680 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 233680 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 233680 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 233681 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 233681 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 233681 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 233681 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 233681 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 233681 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 233681 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 233683 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 233684 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 233685 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 233685 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 233690 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 233692 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 233692 WARN  (coreLoadExecutor-1109-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> 233692 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 233693 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 233693 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 233704 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 233704 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 233704 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=41, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 233704 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@599801e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@57dfe6b8),segFN=segments_1,generation=1}
   [junit4]   2> 233704 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 233704 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@217ca46e[collection1] main
   [junit4]   2> 233705 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 233705 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 233705 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 233705 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 233760 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 234033 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 234033 INFO  (searcherExecutor-1110-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 234034 INFO  (searcherExecutor-1110-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 234034 INFO  (searcherExecutor-1110-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 234034 INFO  (searcherExecutor-1110-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 234034 INFO  (searcherExecutor-1110-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 234034 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 234034 INFO  (searcherExecutor-1110-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 234034 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 234034 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 234034 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1514113250107588608
   [junit4]   2> 234034 INFO  (searcherExecutor-1110-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 234034 INFO  (searcherExecutor-1110-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 234035 INFO  (searcherExecutor-1110-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 234035 INFO  (searcherExecutor-1110-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@217ca46e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 234036 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1514113250107588608
   [junit4]   2> 234036 INFO  (coreLoadExecutor-1109-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 234061 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 234064 INFO  (qtp1879715266-2478) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1514113250137997312)} 0 1
   [junit4]   2> 234066 INFO  (qtp1687667593-2496) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1514113250140094464)} 0 1
   [junit4]   2> 234069 INFO  (qtp1879715266-2479) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[1 (1514113250143240192)]} 0 1
   [junit4]   2> 234071 INFO  (qtp1687667593-2497) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[1 (1514113250146385920)]} 0 0
   [junit4]   2> 234082 INFO  (qtp1879715266-2480) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[2 (1514113250148483072)]} 0 8
   [junit4]   2> 234084 INFO  (qtp1687667593-2498) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[2 (1514113250158968832)]} 0 0
   [junit4]   2> 234086 INFO  (qtp1879715266-2478) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[3 (1514113250161065984)]} 0 0
   [junit4]   2> 234087 INFO  (qtp1687667593-2496) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[3 (1514113250163163136)]} 0 0
   [junit4]   2> 234089 INFO  (qtp1879715266-2479) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[4 (1514113250165260288)]} 0 0
   [junit4]   2> 234092 INFO  (qtp1687667593-2497) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[4 (1514113250167357440)]} 0 0
   [junit4]   2> 234093 INFO  (qtp1879715266-2480) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[5 (1514113250169454592)]} 0 0
   [junit4]   2> 234095 INFO  (qtp1687667593-2498) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[5 (1514113250171551744)]} 0 0
   [junit4]   2> 234097 INFO  (qtp1879715266-2478) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[6 (1514113250173648896)]} 0 0
   [junit4]   2> 234099 INFO  (qtp1687667593-2496) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[6 (1514113250174697472)]} 0 0
   [junit4]   2> 234101 INFO  (qtp1879715266-2479) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[7 (1514113250177843200)]} 0 0
   [junit4]   2> 234103 INFO  (qtp1687667593-2497) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[7 (1514113250179940352)]} 0 0
   [junit4]   2> 234105 INFO  (qtp1879715266-2480) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[8 (1514113250182037504)]} 0 0
   [junit4]   2> 234107 INFO  (qtp1687667593-2498) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[8 (1514113250184134656)]} 0 0
   [junit4]   2> 234110 INFO  (qtp1879715266-2478) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[9 (1514113250186231808)]} 0 1
   [junit4]   2> 234112 INFO  (qtp1687667593-2496) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[9 (1514113250189377536)]} 0 0
   [junit4]   2> 234114 INFO  (qtp1879715266-2479) [    x:collection1] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 234121 INFO  (qtp1879715266-2479) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1c352f9a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5bf35a32),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1c352f9a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5bf35a32),segFN=segments_2,generation=2}
   [junit4]   2> 234121 INFO  (qtp1879715266-2479) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 234123 INFO  (qtp1879715266-2479) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@7380f3d7[collection1] main
   [junit4]   2> 234124 INFO  (qtp1879715266-2479) [    x:collection1] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 234124 INFO  (searcherExecutor-1099-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7380f3d7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.4.0):C9)))}
   [junit4]   2> 234124 INFO  (qtp1879715266-2479) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 10
   [junit4]   2> 234126 INFO  (qtp1687667593-2497) [    x:collection1] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 234132 INFO  (qtp1687667593-2497) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@599801e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@57dfe6b8),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@599801e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@57dfe6b8),segFN=segments_2,generation=2}
   [junit4]   2> 234132 INFO  (qtp1687667593-2497) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 234133 INFO  (qtp1687667593-2497) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@3f42fb1f[collection1] main
   [junit4]   2> 234134 INFO  (searcherExecutor-1110-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3f42fb1f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.4.0):C9)))}
   [junit4]   2> 234139 INFO  (qtp1687667593-2497) [    x:collection1] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 234139 INFO  (qtp1687667593-2497) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 13
   [junit4]   2> 234153 INFO  (qtp1879715266-2480) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[10 (1514113250219786240)]} 0 11
   [junit4]   2> 234156 INFO  (qtp1687667593-2498) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[10 (1514113250233417728)]} 0 1
   [junit4]   2> 234158 INFO  (qtp1879715266-2478) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[11 (1514113250236563456)]} 0 0
   [junit4]   2> 234160 INFO  (qtp1687667593-2496) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[11 (1514113250238660608)]} 0 0
   [junit4]   2> 234161 INFO  (qtp1879715266-2479) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[12 (1514113250240757760)]} 0 0
   [junit4]   2> 234163 INFO  (qtp1687667593-2497) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[12 (1514113250242854912)]} 0 0
   [junit4]   2> 234165 INFO  (qtp1879715266-2480) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[13 (1514113250244952064)]} 0 0
   [junit4]   2> 234167 INFO  (qtp1687667593-2498) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[13 (1514113250247049216)]} 0 0
   [junit4]   2> 234169 INFO  (qtp1879715266-2478) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[1001 (1514113250249146368)]} 0 0
   [junit4]   2> 234171 INFO  (qtp1687667593-2496) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[1001 (1514113250251243520)]} 0 0
   [junit4]   2> 234173 INFO  (qtp1879715266-2479) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[14 (1514113250253340672)]} 0 0
   [junit4]   2> 234174 INFO  (qtp1687667593-2497) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[14 (1514113250254389248)]} 0 0
   [junit4]   2> 234178 INFO  (qtp1879715266-2480) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[15 (1514113250256486400)]} 0 1
   [junit4]   2> 234179 INFO  (qtp1687667593-2498) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[15 (1514113250259632128)]} 0 0
   [junit4]   2> 234181 INFO  (qtp1879715266-2478) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[16 (1514113250261729280)]} 0 0
   [junit4]   2> 234183 INFO  (qtp1687667593-2496) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[16 (1514113250263826432)]} 0 0
   [junit4]   2> 234185 INFO  (qtp1879715266-2479) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[17 (1514113250265923584)]} 0 0
   [junit4]   2> 234187 INFO  (qtp1687667593-2497) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[17 (1514113250268020736)]} 0 0
   [junit4]   2> 234204 INFO  (qtp1879715266-2480) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[100 (1514113250270117888)]} 0 15
   [junit4]   2> 234206 INFO  (qtp1687667593-2498) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[100 (1514113250287943680)]} 0 0
   [junit4]   2> 234207 INFO  (qtp1879715266-2478) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[101 (1514113250288992256)]} 0 0
   [junit4]   2> 234209 INFO  (qtp1687667593-2496) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[101 (1514113250291089408)]} 0 0
   [junit4]   2> 234210 INFO  (qtp1879715266-2479) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[102 (1514113250292137984)]} 0 0
   [junit4]   2> 234212 INFO  (qtp1687667593-2497) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[102 (1514113250294235136)]} 0 0
   [junit4]   2> 234220 INFO  (qtp1879715266-2480) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[103 (1514113250295283712)]} 0 7
   [junit4]   2> 234222 INFO  (qtp1687667593-2498) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[103 (1514113250304720896)]} 0 0
   [junit4]   2> 234233 INFO  (qtp1879715266-2478) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[104 (1514113250306818048)]} 0 9
   [junit4]   2> 234234 INFO  (qtp1687667593-2496) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[104 (1514113250317303808)]} 0 0
   [junit4]   2> 234236 INFO  (qtp1879715266-2479) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[105 (1514113250319400960)]} 0 0
   [junit4]   2> 234238 INFO  (qtp1687667593-2497) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[105 (1514113250321498112)]} 0 0
   [junit4]   2> 234240 INFO  (qtp1879715266-2480) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[106 (1514113250323595264)]} 0 0
   [junit4]   2> 234242 INFO  (qtp1687667593-2498) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[106 (1514113250324643840)]} 0 0
   [junit4]   2> 234243 INFO  (qtp1879715266-2478) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[107 (1514113250326740992)]} 0 0
   [junit4]   2> 234245 INFO  (qtp1687667593-2496) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[107 (1514113250328838144)]} 0 0
   [junit4]   2> 234247 INFO  (qtp1879715266-2479) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[108 (1514113250329886720)]} 0 0
   [junit4]   2> 234249 INFO  (qtp1687667593-2497) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[108 (1514113250333032448)]} 0 0
   [junit4]   2> 234250 INFO  (qtp1879715266-2480) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[109 (1514113250334081024)]} 0 0
   [junit4]   2> 234252 INFO  (qtp1687667593-2498) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[109 (1514113250336178176)]} 0 0
   [junit4]   2> 234254 INFO  (qtp1879715266-2478) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[110 (1514113250338275328)]} 0 0
   [junit4]   2> 234255 INFO  (qtp1687667593-2496) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[110 (1514113250339323904)]} 0 0
   [junit4]   2> 234257 INFO  (qtp1879715266-2479) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[111 (1514113250341421056)]} 0 0
   [junit4]   2> 234259 INFO  (qtp1687667593-2497) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[111 (1514113250342469632)]} 0 0
   [junit4]   2> 234260 INFO  (qtp1879715266-2480) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[112 (1514113250344566784)]} 0 0
   [junit4]   2> 234272 INFO  (qtp1687667593-2498) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[112 (1514113250346663936)]} 0 10
   [junit4]   2> 234274 INFO  (qtp1879715266-2478) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[113 (1514113250359246848)]} 0 0
   [junit4]   2> 234276 INFO  (qtp1687667593-2496) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[113 (1514113250361344000)]} 0 0
   [junit4]   2> 234277 INFO  (qtp1879715266-2479) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[114 (1514113250362392576)]} 0 0
   [junit4]   2> 234279 INFO  (qtp1687667593-2497) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[114 (1514113250364489728)]} 0 0
   [junit4]   2> 234281 INFO  (qtp1879715266-2480) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[115 (1514113250365538304)]} 0 0
   [junit4]   2> 234282 INFO  (qtp1687667593-2498) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[115 (1514113250367635456)]} 0 0
   [junit4]   2> 234284 INFO  (qtp1879715266-2478) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[116 (1514113250369732608)]} 0 0
   [junit4]   2> 234285 INFO  (qtp1687667593-2496) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[116 (1514113250370781184)]} 0 0
   [junit4]   2> 234287 INFO  (qtp1879715266-2479) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[117 (1514113250372878336)]} 0 0
   [junit4]   2> 234289 INFO  (qtp1687667593-2497) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[117 (1514113250374975488)]} 0 0
   [junit4]   2> 234292 INFO  (qtp1879715266-2480) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[118 (1514113250376024064)]} 0 1
   [junit4]   2> 234294 INFO  (qtp1687667593-2498) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[118 (1514113250380218368)]} 0 0
   [junit4]   2> 234296 INFO  (qtp1879715266-2478) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[119 (1514113250382315520)]} 0 0
   [junit4]   2> 234297 INFO  (qtp1687667593-2496) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[119 (1514113250383364096)]} 0 0
   [junit4]   2> 234299 INFO  (qtp1879715266-2479) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[120 (1514113250385461248)]} 0 0
   [junit4]   2> 234301 INFO  (qtp1687667593-2497) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[120 (1514113250387558400)]} 0 0
   [junit4]   2> 234309 INFO  (qtp1879715266-2480) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[121 (1514113250388606976)]} 0 6
   [junit4]   2> 234311 INFO  (qtp1687667593-2498) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[121 (1514113250398044160)]} 0 0
   [junit4]   2> 234313 INFO  (qtp1879715266-2478) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[122 (1514113250400141312)]} 0 0
   [junit4]   2> 234321 INFO  (qtp1687667593-2496) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[122 (1514113250402238464)]} 0 5
   [junit4]   2> 234323 INFO  (qtp1879715266-2479) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[123 (1514113250410627072)]} 0 0
   [junit4]   2> 234333 INFO  (qtp1687667593-2497) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[123 (1514113250412724224)]} 0 8
   [junit4]   2> 234335 INFO  (qtp1879715266-2480) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[124 (1514113250422161408)]} 0 0
   [junit4]   2> 234337 INFO  (qtp1687667593-2498) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[124 (1514113250424258560)]} 0 0
   [junit4]   2> 234338 INFO  (qtp1879715266-2478) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[125 (1514113250426355712)]} 0 0
   [junit4]   2> 234340 INFO  (qtp1687667593-2496) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[125 (1514113250428452864)]} 0 0
   [junit4]   2> 234341 INFO  (qtp1879715266-2479) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[126 (1514113250429501440)]} 0 0
   [junit4]   2> 234350 INFO  (qtp1687667593-2497) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[126 (1514113250431598592)]} 0 7
   [junit4]   2> 234352 INFO  (qtp1879715266-2480) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[127 (1514113250441035776)]} 0 0
   [junit4]   2> 234354 INFO  (qtp1687667593-2498) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[127 (1514113250443132928)]} 0 0
   [junit4]   2> 234356 INFO  (qtp1879715266-2478) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[128 (1514113250445230080)]} 0 0
   [junit4]   2> 234357 INFO  (qtp1687667593-2496) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[128 (1514113250446278656)]} 0 0
   [junit4]   2> 234359 INFO  (qtp1879715266-2479) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[129 (1514113250448375808)]} 0 0
   [junit4]   2> 234361 INFO  (qtp1687667593-2497) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[129 (1514113250449424384)]} 0 0
   [junit4]   2> 234362 INFO  (qtp1879715266-2480) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[130 (1514113250451521536)]} 0 0
   [junit4]   2> 234364 INFO  (qtp1687667593-2498) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[130 (1514113250453618688)]} 0 0
   [junit4]   2> 234366 INFO  (qtp1879715266-2478) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[131 (1514113250455715840)]} 0 0
   [junit4]   2> 234367 INFO  (qtp1687667593-2496) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[131 (1514113250456764416)]} 0 0
   [junit4]   2> 234369 INFO  (qtp1879715266-2479) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[132 (1514113250458861568)]} 0 0
   [junit4]   2> 234371 INFO  (qtp1687667593-2497) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[132 (1514113250459910144)]} 0 0
   [junit4]   2> 234372 INFO  (qtp1879715266-2480) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[133 (1514113250462007296)]} 0 0
   [junit4]   2> 234375 INFO  (qtp1687667593-2498) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[133 (1514113250464104448)]} 0 1
   [junit4]   2> 234377 INFO  (qtp1879715266-2478) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[134 (1514113250467250176)]} 0 0
   [junit4]   2> 234379 INFO  (qtp1687667593-2496) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[134 (1514113250468298752)]} 0 0
   [junit4]   2> 234381 INFO  (qtp1879715266-2479) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[135 (1514113250471444480)]} 0 0
   [junit4]   2> 234382 INFO  (qtp1687667593-2497) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[135 (1514113250472493056)]} 0 0
   [junit4]   2> 234384 INFO  (qtp1879715266-2480) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[136 (1514113250474590208)]} 0 0
   [junit4]   2> 234386 INFO  (qtp1687667593-2498) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[136 (1514113250475638784)]} 0 0
   [junit4]   2> 234388 INFO  (qtp1879715266-2478) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[137 (1514113250477735936)]} 0 0
   [junit4]   2> 234389 INFO  (qtp1687667593-2496) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[137 (1514113250479833088)]} 0 0
   [junit4]   2> 234391 INFO  (qtp1879715266-2479) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[138 (1514113250481930240)]} 0 0
   [junit4]   2> 234393 INFO  (qtp1687667593-2497) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[138 (1514113250484027392)]} 0 0
   [junit4]   2> 234395 INFO  (qtp1879715266-2480) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[139 (1514113250485075968)]} 0 0
   [junit4]   2> 234396 INFO  (qtp1687667593-2498) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[139 (1514113250487173120)]} 0 0
   [junit4]   2> 234405 INFO  (qtp1879715266-2478) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[140 (1514113250489270272)]} 0 7
   [junit4]   2> 234423 INFO  (qtp1687667593-2496) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[140 (1514113250498707456)]} 0 15
   [junit4]   2> 234425 INFO  (qtp1879715266-2479) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[141 (1514113250517581824)]} 0 0
   [junit4]   2> 234426 INFO  (qtp1687667593-2497) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[141 (1514113250518630400)]} 0 0
   [junit4]   2> 234428 INFO  (qtp1879715266-2480) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[142 (1514113250520727552)]} 0 0
   [junit4]   2> 234430 INFO  (qtp1687667593-2498) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[142 (1514113250521776128)]} 0 0
   [junit4]   2> 234431 INFO  (qtp1879715266-2478) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[143 (1514113250523873280)]} 0 0
   [junit4]   2> 234433 INFO  (qtp1687667593-2496) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[143 (1514113250525970432)]} 0 0
   [junit4]   2> 234435 INFO  (qtp1879715266-2479) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[144 (1514113250527019008)]} 0 0
   [junit4]   2> 234436 INFO  (qtp1687667593-2497) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[144 (1514113250529116160)]} 0 0
   [junit4]   2> 234438 INFO  (qtp1879715266-2480) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[145 (1514113250531213312)]} 0 0
   [junit4]   2> 234440 INFO  (qtp1687667593-2498) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[145 (1514113250533310464)]} 0 0
   [junit4]   2> 234441 INFO  (qtp1879715266-2478) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[146 (1514113250534359040)]} 0 0
   [junit4]   2> 234443 INFO  (qtp1687667593-2496) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[146 (1514113250536456192)]} 0 0
   [junit4]   2> 234445 INFO  (qtp1879715266-2479) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[147 (1514113250538553344)]} 0 0
   [junit4]   2> 234446 INFO  (qtp1687667593-2497) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[147 (1514113250539601920)]} 0 0
   [junit4]   2> 234448 INFO  (qtp1879715266-2480) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[148 (1514113250541699072)]} 0 0
   [junit4]   2> 234450 INFO  (qtp1687667593-2498) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[148 (1514113250542747648)]} 0 0
   [junit4]   2> 234451 INFO  (qtp1879715266-2478) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[149 (1514113250544844800)]} 0 0
   [junit4]   2> 234453 INFO  (qtp1687667593-2496) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[149 (1514113250546941952)]} 0 0
   [junit4]   2> 234455 INFO  (qtp1879715266-2479) [    x:collection1] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 234491 INFO  (qtp1879715266-2479) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1c352f9a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5bf35a32),segFN=segments_2,generation=2}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1c352f9a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5bf35a32),segFN=segments_3,generation=3}
   [junit4]   2> 234491 INFO  (qtp1879715266-2479) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 3
   [junit4]   2> 234492 INFO  (qtp1879715266-2479) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@7ec27147[collection1] main
   [junit4]   2> 234492 INFO  (qtp1879715266-2479) [    x:collection1] o.a.s.u.UpdateHandler end_commit_flush
  

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

A5B11775C912F1]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001/tempDir-001/shard2/cores/collection1/data
   [junit4]   2> 329360 INFO  (TEST-TestDistributedSearch.test-seed#[33A5B11775C912F1]) [    x:collection1] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@f759f62{/,null,UNAVAILABLE}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDistributedSearch -Dtests.method=test -Dtests.seed=33A5B11775C912F1 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en_PH -Dtests.timezone=America/Recife -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   96.5s J0 | TestDistributedSearch.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:43817//collection1: java.lang.NullPointerException
   [junit4]    > 	at org.apache.solr.search.grouping.distributed.responseprocessor.TopGroupsShardResponseProcessor.process(TopGroupsShardResponseProcessor.java:102)
   [junit4]    > 	at org.apache.solr.handler.component.QueryComponent.handleGroupedResponses(QueryComponent.java:749)
   [junit4]    > 	at org.apache.solr.handler.component.QueryComponent.handleResponses(QueryComponent.java:732)
   [junit4]    > 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:409)
   [junit4]    > 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:151)
   [junit4]    > 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2079)
   [junit4]    > 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:667)
   [junit4]    > 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:460)
   [junit4]    > 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:220)
   [junit4]    > 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:179)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]    > 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:109)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]    > 	at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83)
   [junit4]    > 	at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:364)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
   [junit4]    > 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
   [junit4]    > 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]    > 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
   [junit4]    > 	at org.eclipse.jetty.server.Server.handle(Server.java:499)
   [junit4]    > 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
   [junit4]    > 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
   [junit4]    > 	at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
   [junit4]    > 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
   [junit4]    > 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([33A5B11775C912F1:BBF18ECDDB357F09]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:575)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:150)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:943)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:958)
   [junit4]    > 	at org.apache.solr.TestDistributedSearch.queryRandomUpServer(TestDistributedSearch.java:1133)
   [junit4]    > 	at org.apache.solr.TestDistributedSearch.queryPartialResults(TestDistributedSearch.java:1095)
   [junit4]    > 	at org.apache.solr.TestDistributedSearch.test(TestDistributedSearch.java:968)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 329368 INFO  (SUITE-TestDistributedSearch-seed#[33A5B11775C912F1]-worker) [    x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_33A5B11775C912F1-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {other_tl1=PostingsFormat(name=Asserting), range_facet_l_dv=PostingsFormat(name=LuceneFixedGap), SubjectTerms_mfacet=PostingsFormat(name=Asserting), n_l1=PostingsFormat(name=Asserting), a_n_tdt=PostingsFormat(name=LuceneFixedGap), multiDefault=PostingsFormat(name=Memory doPackFST= true), intDefault=PostingsFormat(name=Asserting), n_td1=PostingsFormat(name=Memory doPackFST= true), n_d1=PostingsFormat(name=Asserting), n_f1=PostingsFormat(name=Memory doPackFST= true), range_facet_l=PostingsFormat(name=Asserting), n_tl1=PostingsFormat(name=Memory doPackFST= true), oddField_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), n_tf1=PostingsFormat(name=Asserting), lowerfilt1and2=PostingsFormat(name=Memory doPackFST= true), a_t=PostingsFormat(name=Asserting), lowerfilt=PostingsFormat(name=Memory doPackFST= true), id=PostingsFormat(name=LuceneFixedGap), text=PostingsFormat(name=LuceneVarGapDocFreqInterval), timestamp=PostingsFormat(name=Asserting), severity=PostingsFormat(name=LuceneVarGapDocFreqInterval), foo_sev_enum=PostingsFormat(name=LuceneFixedGap), n_dt1=PostingsFormat(name=Memory doPackFST= true), a_i1=PostingsFormat(name=Asserting), b_n_tdt=PostingsFormat(name=Asserting), n_ti1=PostingsFormat(name=LuceneFixedGap), rnd_b=PostingsFormat(name=LuceneFixedGap), _version_=PostingsFormat(name=Asserting), foo_b=PostingsFormat(name=LuceneVarGapDocFreqInterval), n_tdt1=PostingsFormat(name=Asserting), foo_d=PostingsFormat(name=LuceneFixedGap), range_facet_i_dv=PostingsFormat(name=Asserting), foo_f=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), foo_sev_enum=DocValuesFormat(name=Direct), range_facet_i_dv=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Asserting)}, sim=DefaultSimilarity, locale=en_PH, timezone=America/Recife
   [junit4]   2> NOTE: Linux 3.19.0-30-generic amd64/Oracle Corporation 1.8.0_60 (64-bit)/cpus=12,threads=1,free=216719048,total=508887040
   [junit4]   2> NOTE: All tests run in this JVM: [TestHighFrequencyDictionaryFactory, StandardRequestHandlerTest, OpenExchangeRatesOrgProviderTest, ResponseHeaderTest, TestRangeQuery, TestRTimerTree, TestDocSet, TestIBSimilarityFactory, TestSolrConfigHandlerConcurrent, TestSolrXml, HLLUtilTest, HdfsChaosMonkeySafeLeaderTest, RankQueryTest, TestSchemaVersionResource, TestConfigReload, DeleteLastCustomShardedReplicaTest, TestCollapseQParserPlugin, PeerSyncTest, TestDownShardTolerantSearch, OverseerCollectionConfigSetProcessorTest, TestCSVLoader, IndexSchemaTest, TestRealTimeGet, BasicZkTest, HdfsDirectoryFactoryTest, CachingDirectoryFactoryTest, TestReplicationHandler, DefaultValueUpdateProcessorTest, CloudExitableDirectoryReaderTest, FileUtilsTest, RequiredFieldsTest, TestInfoStreamLogging, TestRandomDVFaceting, TestDistributedSearch]
   [junit4] Completed [124/539] on J0 in 96.56s, 1 test, 1 error <<< FAILURES!

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

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