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 2016/05/06 08:28:33 UTC

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk1.8.0_92) - Build # 5821 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/5821/
Java: 64bit/jdk1.8.0_92 -XX:-UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.MinimalSchemaTest.testAllConfiguredHandlers

Error Message:
exception w/handler: '/graph'

Stack Trace:
java.lang.RuntimeException: exception w/handler: '/graph'
	at __randomizedtesting.SeedInfo.seed([960AE83E590FE2BC:7B145304D202E338]:0)
	at org.apache.solr.MinimalSchemaTest.testAllConfiguredHandlers(MinimalSchemaTest.java:130)
	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:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	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:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	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:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	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)
Caused by: java.lang.RuntimeException: Exception during query
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:785)
	at org.apache.solr.MinimalSchemaTest.testAllConfiguredHandlers(MinimalSchemaTest.java:121)
	... 39 more
Caused by: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.
	at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
	at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
	at org.apache.solr.util.BaseTestHarness.validateXPath(BaseTestHarness.java:84)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:770)
	... 40 more


FAILED:  org.apache.solr.core.SolrCoreTest.testImplicitPlugins

Error Message:
wrong number of implicit handlers expected:<21> but was:<22>

Stack Trace:
java.lang.AssertionError: wrong number of implicit handlers expected:<21> but was:<22>
	at __randomizedtesting.SeedInfo.seed([960AE83E590FE2BC:5527D9A509C72BFD]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.core.SolrCoreTest.testImplicitPlugins(SolrCoreTest.java:109)
	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:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	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:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	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:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	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 11143 lines...]
   [junit4] Suite: org.apache.solr.core.SolrCoreTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.SolrCoreTest_960AE83E590FE2BC-001\init-core-data-001
   [junit4]   2> 1328561 INFO  (SUITE-SolrCoreTest-seed#[960AE83E590FE2BC]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1328565 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[960AE83E590FE2BC]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRequestHandlerRegistry
   [junit4]   2> 1328568 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[960AE83E590FE2BC]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328568 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 1328569 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1328569 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr
   [junit4]   2> 1328571 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1328571 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1328681 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1328691 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1328711 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1328719 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[960AE83E590FE2BC]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1328859 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[960AE83E590FE2BC]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1328868 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[960AE83E590FE2BC]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1328869 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[960AE83E590FE2BC]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1328875 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[960AE83E590FE2BC]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1328878 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[960AE83E590FE2BC]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1328881 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[960AE83E590FE2BC]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1328881 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[960AE83E590FE2BC]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1328881 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1328881 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr
   [junit4]   2> 1328882 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr'
   [junit4]   2> 1328882 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1328882 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr
   [junit4]   2> 1328882 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.CoreContainer New CoreContainer 1772805644
   [junit4]   2> 1328882 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr]
   [junit4]   2> 1328883 WARN  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\lib
   [junit4]   2> 1328885 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[960AE83E590FE2BC]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 1328890 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[960AE83E590FE2BC]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1328891 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[960AE83E590FE2BC]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1328891 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[960AE83E590FE2BC]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1328891 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1328891 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1328892 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, dataDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.SolrCoreTest_960AE83E590FE2BC-001\init-core-data-001, shard=shard1}
   [junit4]   2> 1328896 INFO  (coreLoadExecutor-5138-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 1328896 INFO  (coreLoadExecutor-5138-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1328896 INFO  (coreLoadExecutor-5138-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr
   [junit4]   2> 1328897 INFO  (coreLoadExecutor-5138-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1328897 INFO  (coreLoadExecutor-5138-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1328921 INFO  (coreLoadExecutor-5138-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1328929 INFO  (coreLoadExecutor-5138-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1328944 INFO  (coreLoadExecutor-5138-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1328953 INFO  (coreLoadExecutor-5138-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1329061 INFO  (coreLoadExecutor-5138-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1329067 INFO  (coreLoadExecutor-5138-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1329069 INFO  (coreLoadExecutor-5138-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1329073 INFO  (coreLoadExecutor-5138-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1329077 INFO  (coreLoadExecutor-5138-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1329079 INFO  (coreLoadExecutor-5138-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1329080 INFO  (coreLoadExecutor-5138-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1329089 INFO  (coreLoadExecutor-5138-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 1329089 INFO  (coreLoadExecutor-5138-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 1329089 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1329089 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.SolrCoreTest_960AE83E590FE2BC-001\init-core-data-001\]
   [junit4]   2> 1329089 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bb5b194
   [junit4]   2> 1329090 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.SolrCoreTest_960AE83E590FE2BC-001\init-core-data-001\
   [junit4]   2> 1329090 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.SolrCoreTest_960AE83E590FE2BC-001\init-core-data-001\index/
   [junit4]   2> 1329090 WARN  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.SolrCoreTest_960AE83E590FE2BC-001\init-core-data-001\index' doesn't exist. Creating new index...
   [junit4]   2> 1329090 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.SolrCoreTest_960AE83E590FE2BC-001\init-core-data-001\index
   [junit4]   2> 1329091 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=81.25390625, floorSegmentMB=1.7587890625, forceMergeDeletesPctAllowed=12.115917556144618, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.26935741208152986
   [junit4]   2> 1329091 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7a3553d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11e16d62),segFN=segments_1,generation=1}
   [junit4]   2> 1329091 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1329091 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.SolrCoreTest_960AE83E590FE2BC-001\init-core-data-001\
   [junit4]   2> 1329094 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1329094 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1329094 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1329094 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1329094 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1329095 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1329095 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1329095 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1329095 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1329095 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1329095 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1329095 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1329101 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1329103 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1329104 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1329105 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1329109 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1329110 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/graph,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 1329110 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1329111 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1329111 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1329113 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1329113 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1329114 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=594740092, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1329115 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7a3553d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11e16d62),segFN=segments_1,generation=1}
   [junit4]   2> 1329115 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1329115 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@38848266[collection1] main]
   [junit4]   2> 1329115 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1329115 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1329116 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1329116 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1329127 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1329173 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1329174 INFO  (searcherExecutor-5139-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1329174 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1329174 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1329174 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1329174 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1533564856957927424
   [junit4]   2> 1329175 INFO  (searcherExecutor-5139-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1329175 INFO  (searcherExecutor-5139-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1329175 INFO  (searcherExecutor-5139-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1329175 INFO  (searcherExecutor-5139-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1329176 INFO  (searcherExecutor-5139-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1329177 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1533564856957927424
   [junit4]   2> 1329178 INFO  (coreLoadExecutor-5138-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1329178 INFO  (searcherExecutor-5139-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1329178 INFO  (searcherExecutor-5139-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1329179 INFO  (searcherExecutor-5139-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1329179 INFO  (searcherExecutor-5139-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@38848266[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1329180 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[960AE83E590FE2BC]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1329181 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[960AE83E590FE2BC]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1329181 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1772805644
   [junit4]   2> 1329182 INFO  (coreCloseExecutor-5144-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@48ee523b
   [junit4]   2> 1329182 INFO  (coreCloseExecutor-5144-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 1329182 INFO  (coreCloseExecutor-5144-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1329182 INFO  (coreCloseExecutor-5144-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1329182 INFO  (coreCloseExecutor-5144-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1329183 INFO  (coreCloseExecutor-5144-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1329193 INFO  (coreCloseExecutor-5144-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1329193 INFO  (coreCloseExecutor-5144-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.SolrCoreTest_960AE83E590FE2BC-001\init-core-data-001\index [CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.SolrCoreTest_960AE83E590FE2BC-001\init-core-data-001\index;done=false>>]
   [junit4]   2> 1329193 INFO  (coreCloseExecutor-5144-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1329193 INFO  (coreCloseExecutor-5144-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.SolrCoreTest_960AE83E590FE2BC-001\init-core-data-001\index
   [junit4]   2> 1329193 INFO  (coreCloseExecutor-5144-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.SolrCoreTest_960AE83E590FE2BC-001\init-core-data-001\ [CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.SolrCoreTest_960AE83E590FE2BC-001\init-core-data-001\;done=false>>]
   [junit4]   2> 1329193 INFO  (coreCloseExecutor-5144-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1329193 INFO  (coreCloseExecutor-5144-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.SolrCoreTest_960AE83E590FE2BC-001\init-core-data-001\
   [junit4]   2> 1329196 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[960AE83E590FE2BC]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRequestHandlerRegistry
   [junit4]   2> 1329199 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[960AE83E590FE2BC]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testImplicitPlugins
   [junit4]   2> 1329204 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[960AE83E590FE2BC]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1329204 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 1329204 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1329205 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr
   [junit4]   2> 1329206 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1329206 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1329288 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1329302 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1329325 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1329334 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[960AE83E590FE2BC]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1329484 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[960AE83E590FE2BC]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1329498 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[960AE83E590FE2BC]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1329498 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[960AE83E590FE2BC]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1329505 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[960AE83E590FE2BC]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1329507 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[960AE83E590FE2BC]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1329510 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[960AE83E590FE2BC]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1329511 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[960AE83E590FE2BC]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1329511 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1329511 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr
   [junit4]   2> 1329511 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr'
   [junit4]   2> 1329511 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1329511 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr
   [junit4]   2> 1329511 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.CoreContainer New CoreContainer 12735432
   [junit4]   2> 1329512 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr]
   [junit4]   2> 1329514 WARN  (TEST-SolrCoreTest.testImplicitPlugins-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\lib
   [junit4]   2> 1329514 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[960AE83E590FE2BC]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 1329519 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[960AE83E590FE2BC]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1329520 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[960AE83E590FE2BC]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1329520 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[960AE83E590FE2BC]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1329520 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1329520 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1329521 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, dataDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.SolrCoreTest_960AE83E590FE2BC-001\init-core-data-001, shard=shard1}
   [junit4]   2> 1329522 INFO  (coreLoadExecutor-5151-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 1329523 INFO  (coreLoadExecutor-5151-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1329523 INFO  (coreLoadExecutor-5151-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr
   [junit4]   2> 1329525 INFO  (coreLoadExecutor-5151-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1329525 INFO  (coreLoadExecutor-5151-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1329550 INFO  (coreLoadExecutor-5151-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1329559 INFO  (coreLoadExecutor-5151-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1329578 INFO  (coreLoadExecutor-5151-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1329582 INFO  (coreLoadExecutor-5151-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1329690 INFO  (coreLoadExecutor-5151-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1329697 INFO  (coreLoadExecutor-5151-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1329698 INFO  (coreLoadExecutor-5151-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1329702 INFO  (coreLoadExecutor-5151-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1329704 INFO  (coreLoadExecutor-5151-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1329706 INFO  (coreLoadExecutor-5151-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1329707 INFO  (coreLoadExecutor-5151-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1329715 INFO  (coreLoadExecutor-5151-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 1329715 INFO  (coreLoadExecutor-5151-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 1329715 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1329716 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.SolrCoreTest_960AE83E590FE2BC-001\init-core-data-001\]
   [junit4]   2> 1329716 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bb5b194
   [junit4]   2> 1329717 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.SolrCoreTest_960AE83E590FE2BC-001\init-core-data-001\
   [junit4]   2> 1329717 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.SolrCoreTest_960AE83E590FE2BC-001\init-core-data-001\index/
   [junit4]   2> 1329717 WARN  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.SolrCoreTest_960AE83E590FE2BC-001\init-core-data-001\index' doesn't exist. Creating new index...
   [junit4]   2> 1329717 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.SolrCoreTest_960AE83E590FE2BC-001\init-core-data-001\index
   [junit4]   2> 1329717 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=81.25390625, floorSegmentMB=1.7587890625, forceMergeDeletesPctAllowed=12.115917556144618, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.26935741208152986
   [junit4]   2> 1329718 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6e4f56b0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6f048f99),segFN=segments_1,generation=1}
   [junit4]   2> 1329718 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1329718 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.SolrCoreTest_960AE83E590FE2BC-001\init-core-data-001\
   [junit4]   2> 1329721 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1329721 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1329721 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1329721 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1329721 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1329721 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1329721 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1329721 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1329722 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1329722 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1329722 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1329722 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1329729 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1329731 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1329732 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1329733 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1329735 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1329736 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/graph,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 1329737 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1329737 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1329737 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1329738 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1329738 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1329738 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=594740092, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1329739 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6e4f56b0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6f048f99),segFN=segments_1,generation=1}
   [junit4]   2> 1329739 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1329739 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@42fb28c5[collection1] main]
   [junit4]   2> 1329739 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1329739 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1329739 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1329739 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1329742 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1329753 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1329753 INFO  (searcherExecutor-5152-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1329754 INFO  (searcherExecutor-5152-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1329754 INFO  (searcherExecutor-5152-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1329754 INFO  (searcherExecutor-5152-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1329754 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1329754 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1329754 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1329754 INFO  (searcherExecutor-5152-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1329755 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1533564857567150080
   [junit4]   2> 1329755 INFO  (searcherExecutor-5152-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1329756 INFO  (searcherExecutor-5152-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1329756 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1533564857567150080
   [junit4]   2> 1329757 INFO  (searcherExecutor-5152-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1329757 INFO  (coreLoadExecutor-5151-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1329757 INFO  (searcherExecutor-5152-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1329758 INFO  (searcherExecutor-5152-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@42fb28c5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1329759 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[960AE83E590FE2BC]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1329760 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[960AE83E590FE2BC]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1329760 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=12735432
   [junit4]   2> 1329761 INFO  (coreCloseExecutor-5157-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7ace961
   [junit4]   2> 1329761 INFO  (coreCloseExecutor-5157-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 1329761 INFO  (coreCloseExecutor-5157-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1329761 INFO  (coreCloseExecutor-5157-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1329761 INFO  (coreCloseExecutor-5157-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1329762 INFO  (coreCloseExecutor-5157-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1329771 INFO  (coreCloseExecutor-5157-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1329771 INFO  (coreCloseExecutor-5157-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.SolrCoreTest_960AE83E590FE2BC-001\init-core-data-001\ [CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.SolrCoreTest_960AE83E590FE2BC-001\init-core-data-001\;done=false>>]
   [junit4]   2> 1329771 INFO  (coreCloseExecutor-5157-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1329771 INFO  (coreCloseExecutor-5157-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.SolrCoreTest_960AE83E590FE2BC-001\init-core-data-001\
   [junit4]   2> 1329771 INFO  (coreCloseExecutor-5157-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.SolrCoreTest_960AE83E590FE2BC-001\init-core-data-001\index [CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.SolrCoreTest_960AE83E590FE2BC-001\init-core-data-001\index;done=false>>]
   [junit4]   2> 1329771 INFO  (coreCloseExecutor-5157-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1329771 INFO  (coreCloseExecutor-5157-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.SolrCoreTest_960AE83E590FE2BC-001\init-core-data-001\index
   [junit4]   2> 1329772 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[960AE83E590FE2BC]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testImplicitPlugins
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrCoreTest -Dtests.method=testImplicitPlugins -Dtests.seed=960AE83E590FE2BC -Dtests.slow=true -Dtests.locale=lt -Dtests.timezone=Poland -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.58s J0 | SolrCoreTest.testImplicitPlugins <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: wrong number of implicit handlers expected:<21> but was:<22>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([960AE83E590FE2BC:5527D9A509C72BFD]:0)
   [junit4]    > 	at org.apache.solr.core.SolrCoreTest.testImplicitPlugins(SolrCoreTest.java:109)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1329779 INFO  (TEST-SolrCoreTest.testRefCount-seed#[960AE83E590FE2BC]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRefCount
   [junit4]   2> 1329781 INFO  (TEST-SolrCoreTest.testRefCount-seed#[960AE83E590FE2BC]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1329781 INFO  (TEST-SolrCoreTest.testRefCount-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 1329781 INFO  (TEST-SolrCoreTest.testRefCount-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1329781 INFO  (TEST-SolrCoreTest.testRefCount-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr
   [junit4]   2> 1329782 INFO  (TEST-SolrCoreTest.testRefCount-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1329782 INFO  (TEST-SolrCoreTest.testRefCount-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1329846 INFO  (TEST-SolrCoreTest.testRefCount-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1329856 INFO  (TEST-SolrCoreTest.testRefCount-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1329876 INFO  (TEST-SolrCoreTest.testRefCount-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1329881 INFO  (TEST-SolrCoreTest.testRefCount-seed#[960AE83E590FE2BC]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1329991 INFO  (TEST-SolrCoreTest.testRefCount-seed#[960AE83E590FE2BC]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1330005 INFO  (TEST-SolrCoreTest.testRefCount-seed#[960AE83E590FE2BC]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1330006 INFO  (TEST-SolrCoreTest.testRefCount-seed#[960AE83E590FE2BC]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1330013 INFO  (TEST-SolrCoreTest.testRefCount-seed#[960AE83E590FE2BC]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1330016 INFO  (TEST-SolrCoreTest.testRefCount-seed#[960AE83E590FE2BC]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1330019 INFO  (TEST-SolrCoreTest.testRefCount-seed#[960AE83E590FE2BC]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1330019 INFO  (TEST-SolrCoreTest.testRefCount-seed#[960AE83E590FE2BC]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1330020 INFO  (TEST-SolrCoreTest.testRefCount-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1330020 INFO  (TEST-SolrCoreTest.testRefCount-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr
   [junit4]   2> 1330020 INFO  (TEST-SolrCoreTest.testRefCount-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr'
   [junit4]   2> 1330020 INFO  (TEST-SolrCoreTest.testRefCount-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1330020 INFO  (TEST-SolrCoreTest.testRefCount-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr
   [junit4]   2> 1330021 INFO  (TEST-SolrCoreTest.testRefCount-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.CoreContainer New CoreContainer 1805871682
   [junit4]   2> 1330021 INFO  (TEST-SolrCoreTest.testRefCount-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr]
   [junit4]   2> 1330022 WARN  (TEST-SolrCoreTest.testRefCount-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\lib
   [junit4]   2> 1330022 INFO  (TEST-SolrCoreTest.testRefCount-seed#[960AE83E590FE2BC]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 1330026 INFO  (TEST-SolrCoreTest.testRefCount-seed#[960AE83E590FE2BC]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1330026 INFO  (TEST-SolrCoreTest.testRefCount-seed#[960AE83E590FE2BC]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1330028 INFO  (TEST-SolrCoreTest.testRefCount-seed#[960AE83E590FE2BC]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1330028 INFO  (TEST-SolrCoreTest.testRefCount-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1330028 INFO  (TEST-SolrCoreTest.testRefCount-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1330029 INFO  (TEST-SolrCoreTest.testRefCount-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, dataDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.SolrCoreTest_960AE83E590FE2BC-001\init-core-data-001, shard=shard1}
   [junit4]   2> 1330030 INFO  (coreLoadExecutor-5164-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 1330030 INFO  (coreLoadExecutor-5164-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1330030 INFO  (coreLoadExecutor-5164-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr
   [junit4]   2> 1330031 INFO  (coreLoadExecutor-5164-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1330031 INFO  (coreLoadExecutor-5164-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1330053 INFO  (coreLoadExecutor-5164-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1330062 INFO  (coreLoadExecutor-5164-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1330081 INFO  (coreLoadExecutor-5164-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1330086 INFO  (coreLoadExecutor-5164-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1330185 INFO  (coreLoadExecutor-5164-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1330191 INFO  (coreLoadExecutor-5164-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1330192 INFO  (coreLoadExecutor-5164-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1330196 INFO  (coreLoadExecutor-5164-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1330199 INFO  (coreLoadExecutor-5164-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1330201 INFO  (coreLoadExecutor-5164-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1330201 INFO  (coreLoadExecutor-5164-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1330213 INFO  (coreLoadExecutor-5164-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 1330213 INFO  (coreLoadExecutor-5164-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 1330214 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1330214 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.SolrCoreTest_960AE83E590FE2BC-001\init-core-data-001\]
   [junit4]   2> 1330214 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bb5b194
   [junit4]   2> 1330214 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.SolrCoreTest_960AE83E590FE2BC-001\init-core-data-001\
   [junit4]   2> 1330215 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.SolrCoreTest_960AE83E590FE2BC-001\init-core-data-001\index/
   [junit4]   2> 1330215 WARN  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.SolrCoreTest_960AE83E590FE2BC-001\init-core-data-001\index' doesn't exist. Creating new index...
   [junit4]   2> 1330215 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.SolrCoreTest_960AE83E590FE2BC-001\init-core-data-001\index
   [junit4]   2> 1330215 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=81.25390625, floorSegmentMB=1.7587890625, forceMergeDeletesPctAllowed=12.115917556144618, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.26935741208152986
   [junit4]   2> 1330216 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2bb629b3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5572b5d4),segFN=segments_1,generation=1}
   [junit4]   2> 1330216 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1330218 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.SolrCoreTest_960AE83E590FE2BC-001\init-core-data-001\
   [junit4]   2> 1330221 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1330221 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1330221 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1330221 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1330221 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1330221 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1330221 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1330221 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1330222 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1330222 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1330222 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1330222 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1330230 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1330232 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1330234 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1330236 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1330239 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1330241 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/graph,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 1330241 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1330241 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1330241 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1330242 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1330242 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1330242 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=594740092, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1330243 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2bb629b3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5572b5d4),segFN=segments_1,generation=1}
   [junit4]   2> 1330243 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1330243 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f5db454[collection1] main]
   [junit4]   2> 1330243 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1330243 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1330243 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1330243 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1330246 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1330254 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1330254 INFO  (searcherExecutor-5165-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1330255 INFO  (searcherExecutor-5165-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1330255 INFO  (searcherExecutor-5165-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1330255 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1330255 INFO  (searcherExecutor-5165-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1330255 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1330255 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1330255 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1533564858091438080
   [junit4]   2> 1330255 INFO  (searcherExecutor-5165-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1330256 INFO  (searcherExecutor-5165-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1330256 INFO  (searcherExecutor-5165-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1330257 INFO  (searcherExecutor-5165-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1330257 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1533564858091438080
   [junit4]   2> 1330257 INFO  (coreLoadExecutor-5164-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1330257 INFO  (searcherExecutor-5165-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1330258 INFO  (searcherExecutor-5165-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1f5db454[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1330260 INFO  (TEST-SolrCoreTest.testRefCount-seed#[960AE83E590FE2BC]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1330263 INFO  (TEST-SolrCoreTest.testRefCount-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1805871682
   [junit4]   2> 1330264 INFO  (coreCloseExecutor-5170-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@66c25a6d
   [junit4]   2> 1330264 INFO  (coreCloseExecutor-5170-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 1330265 INFO  (coreCloseExecutor-5170-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1330265 INFO  (coreCloseExecutor-5170-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1330265 INFO  (coreCloseExecutor-5170-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1330265 INFO  (coreCloseExecutor-5170-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1330275 INFO  (coreCloseExecutor-5170-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1330275 INFO  (coreCloseExecutor-5170-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.SolrCoreTest_960AE83E590FE2BC-001\init-core-data-001\index [CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.SolrCoreTest_960AE83E590FE2BC-001\init-core-data-001\index;done=false>>]
   [junit4]   2> 1330275 INFO  (coreCloseExecutor-5170-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1330275 INFO  (coreCloseExecutor-5170-thread-1) [    x:col

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

 ###Starting testSimpleQueries
   [junit4]   2> 1660589 INFO  (TEST-MinimalSchemaTest.testSimpleQueries-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=subject:Hoss&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1660590 INFO  (TEST-MinimalSchemaTest.testSimpleQueries-seed#[960AE83E590FE2BC]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=subject:Yonik&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1660590 INFO  (TEST-MinimalSchemaTest.testSimpleQueries-seed#[960AE83E590FE2BC]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSimpleQueries
   [junit4]   2> 1660590 INFO  (SUITE-MinimalSchemaTest-seed#[960AE83E590FE2BC]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1660590 INFO  (SUITE-MinimalSchemaTest-seed#[960AE83E590FE2BC]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1594305811
   [junit4]   2> 1660592 INFO  (coreCloseExecutor-5995-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1f8665ff
   [junit4]   2> 1660592 INFO  (coreCloseExecutor-5995-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=1,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=2,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=132,transaction_logs_total_number=1}
   [junit4]   2> 1660592 INFO  (coreCloseExecutor-5995-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1660592 INFO  (coreCloseExecutor-5995-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1660592 INFO  (coreCloseExecutor-5995-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1660596 INFO  (coreCloseExecutor-5995-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1660607 INFO  (coreCloseExecutor-5995-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1660607 INFO  (coreCloseExecutor-5995-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.MinimalSchemaTest_960AE83E590FE2BC-001\init-core-data-001\index [CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.MinimalSchemaTest_960AE83E590FE2BC-001\init-core-data-001\index;done=false>>]
   [junit4]   2> 1660607 INFO  (coreCloseExecutor-5995-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1660607 INFO  (coreCloseExecutor-5995-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.MinimalSchemaTest_960AE83E590FE2BC-001\init-core-data-001\index
   [junit4]   2> 1660607 INFO  (coreCloseExecutor-5995-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.MinimalSchemaTest_960AE83E590FE2BC-001\init-core-data-001\ [CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.MinimalSchemaTest_960AE83E590FE2BC-001\init-core-data-001\;done=false>>]
   [junit4]   2> 1660607 INFO  (coreCloseExecutor-5995-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1660607 INFO  (coreCloseExecutor-5995-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.MinimalSchemaTest_960AE83E590FE2BC-001\init-core-data-001\
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.MinimalSchemaTest_960AE83E590FE2BC-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {subject=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), project=Lucene50(blocksize=128), id=PostingsFormat(name=Memory doPackFST= false)}, docValues:{}, maxPointsInLeafNode=1037, maxMBSortInHeap=6.667342792798277, sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=lt-LT, timezone=CNT
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=3,threads=1,free=193405464,total=476053504
   [junit4]   2> NOTE: All tests run in this JVM: [TestClusterStateMutator, TestFileDictionaryLookup, SolrCmdDistributorTest, TestConfigSetsAPIZkFailure, CdcrUpdateLogTest, TestFoldingMultitermQuery, TestSolrCoreProperties, OverseerTaskQueueTest, SharedFSAutoReplicaFailoverUtilsTest, AddBlockUpdateTest, TestQueryUtils, DistributedIntervalFacetingTest, TestDistributedGrouping, DistributedFacetPivotLargeTest, HLLUtilTest, BlobRepositoryCloudTest, TestSolrIndexConfig, TestRandomRequestDistribution, TestComplexPhraseQParserPlugin, MergeStrategyTest, TlogReplayBufferedWhileIndexingTest, TestConfigSetsAPI, CloudMLTQParserTest, TestSolrQueryParserDefaultOperatorResource, TestScoreJoinQPScore, BigEndianAscendingWordDeserializerTest, TestNonDefinedSimilarityFactory, TestSimpleTrackingShardHandler, FileBasedSpellCheckerTest, TestFieldSortValues, RuleEngineTest, CleanupOldIndexTest, TestMiniSolrCloudClusterBase, WordBreakSolrSpellCheckerTest, GraphQueryTest, TestStandardQParsers, TestCloudSchemaless, StatsComponentTest, LeaderInitiatedRecoveryOnShardRestartTest, FacetPivotSmallTest, TestMiniSolrCloudClusterSSL, DebugComponentTest, TestDistribIDF, EchoParamsTest, SignatureUpdateProcessorFactoryTest, TestZkChroot, LeaderFailoverAfterPartitionTest, BasicAuthIntegrationTest, TestBadConfig, TestPivotHelperCode, QueryResultKeyTest, TestInitParams, TestAnalyzeInfixSuggestions, TestSolr4Spatial, HdfsDirectoryTest, TestLMJelinekMercerSimilarityFactory, TestChildDocTransformer, CdcrReplicationHandlerTest, HdfsNNFailoverTest, TermVectorComponentTest, ZkSolrClientTest, TestReplicationHandlerBackup, BJQParserTest, CreateCollectionCleanupTest, TestRangeQuery, TestFuzzyAnalyzedSuggestions, DateMathParserTest, TestMissingGroups, TestJsonFacets, TestReRankQParserPlugin, DeleteReplicaTest, BasicDistributedZk2Test, TestRecovery, AutoCommitTest, TestIndexingPerformance, SpatialRPTFieldTypeTest, CachingDirectoryFactoryTest, ShardSplitTest, TestReloadDeadlock, TestJettySolrRunner, TestOverriddenPrefixQueryForCustomFieldType, CollectionsAPISolrJTest, TestShortCircuitedRequests, RAMDirectoryFactoryTest, TestDefaultSearchFieldResource, NotRequiredUniqueKeyTest, ForceLeaderTest, ClassificationUpdateProcessorFactoryTest, TestQueryTypes, TestAuthenticationFramework, DefaultValueUpdateProcessorTest, ShowFileRequestHandlerTest, TestIntervalFaceting, TestCloudDeleteByQuery, DistributedDebugComponentTest, BlockDirectoryTest, UUIDUpdateProcessorFallbackTest, RequestHandlersTest, SpellCheckComponentTest, TestBM25SimilarityFactory, TestSolrCLIRunExample, AnalyticsQueryTest, TestWriterPerf, BasicZkTest, DistanceFunctionTest, LoggingHandlerTest, TestCoreDiscovery, AsyncCallRequestStatusResponseTest, TestImplicitCoreProperties, OpenCloseCoreStressTest, TestCharFilters, CopyFieldTest, TestUtils, TestManagedSchema, TestCSVResponseWriter, TestRequestStatusCollectionAPI, TestTolerantUpdateProcessorCloud, TestPHPSerializedResponseWriter, TestUniqueKeyFieldResource, TestRestoreCore, DistributedFacetPivotSmallAdvancedTest, BasicFunctionalityTest, HdfsTlogReplayBufferedWhileIndexingTest, SortByFunctionTest, TestRandomFaceting, TestCloudManagedSchema, TestReloadAndDeleteDocs, FieldMutatingUpdateProcessorTest, VMParamsZkACLAndCredentialsProvidersTest, TestExclusionRuleCollectionAccess, SecurityConfHandlerTest, ConfigSetsAPITest, IndexSchemaRuntimeFieldTest, CoreAdminCreateDiscoverTest, ResourceLoaderTest, TestValueSourceCache, LukeRequestHandlerTest, TestGeoJSONResponseWriter, SearchHandlerTest, DistributedMLTComponentTest, TestSimpleQParserPlugin, MinimalSchemaTest]
   [junit4] Completed [286/594 (2!)] on J1 in 0.45s, 3 tests, 1 error <<< FAILURES!

[...truncated 993 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:740: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:684: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:59: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build.xml:233: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\common-build.xml:529: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1457: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1014: There were test failures: 594 suites (10 ignored), 2397 tests, 1 error, 1 failure, 125 ignored (81 assumptions) [seed: 960AE83E590FE2BC]

Total time: 77 minutes 46 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