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/05 22:20:54 UTC

[JENKINS] Lucene-Solr-6.x-Linux (32bit/jdk1.8.0_92) - Build # 575 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/575/
Java: 32bit/jdk1.8.0_92 -client -XX:+UseParallelGC

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([474E911E2550F381:AA502A24AE5DF205]: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:786)
	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:771)
	... 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([474E911E2550F381:8463A08575983AC0]: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 10935 lines...]
   [junit4] Suite: org.apache.solr.MinimalSchemaTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_474E911E2550F381-001/init-core-data-001
   [junit4]   2> 408720 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 408720 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 408721 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 408721 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 408721 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 408722 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 408722 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 408760 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 408775 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 408811 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solr/collection1/conf/solrconfig.xml
   [junit4]   2> 408815 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=minimal
   [junit4]   2> 408818 WARN  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 408818 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 408819 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 408819 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr'
   [junit4]   2> 408819 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 408819 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 408819 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 26951563
   [junit4]   2> 408819 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr]
   [junit4]   2> 408819 WARN  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/lib
   [junit4]   2> 408819 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] 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,useRetries : false,
   [junit4]   2> 408822 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 408822 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 408823 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 408823 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 408823 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 408824 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solr/collection1/conf/solrconfig.xml, transient=false, schema=solr/collection1/conf/schema-minimal.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, dataDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_474E911E2550F381-001/init-core-data-001, shard=shard1}
   [junit4]   2> 408824 INFO  (coreLoadExecutor-1436-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 408824 INFO  (coreLoadExecutor-1436-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 408824 INFO  (coreLoadExecutor-1436-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 408825 INFO  (coreLoadExecutor-1436-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 408825 INFO  (coreLoadExecutor-1436-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 408857 INFO  (coreLoadExecutor-1436-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 408866 INFO  (coreLoadExecutor-1436-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 408892 INFO  (coreLoadExecutor-1436-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solr/collection1/conf/solrconfig.xml
   [junit4]   2> 408895 INFO  (coreLoadExecutor-1436-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=minimal
   [junit4]   2> 408896 WARN  (coreLoadExecutor-1436-thread-1) [    ] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 408897 INFO  (coreLoadExecutor-1436-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 408897 INFO  (coreLoadExecutor-1436-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 408898 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 408898 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_474E911E2550F381-001/init-core-data-001/]
   [junit4]   2> 408898 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c7f76f
   [junit4]   2> 408898 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_474E911E2550F381-001/init-core-data-001
   [junit4]   2> 408899 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_474E911E2550F381-001/init-core-data-001/index/
   [junit4]   2> 408899 WARN  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_474E911E2550F381-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 408899 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_474E911E2550F381-001/init-core-data-001/index
   [junit4]   2> 408899 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=27, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3754526865512482]
   [junit4]   2> 408899 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@37848c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1fc2868),segFN=segments_1,generation=1}
   [junit4]   2> 408899 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 408900 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_474E911E2550F381-001/init-core-data-001/
   [junit4]   2> 408903 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 408904 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 408904 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 408904 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 408904 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 408904 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 408904 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 408904 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 408904 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 408904 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 408904 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 408904 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 408906 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 408907 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 408908 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 408908 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 408914 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 408916 INFO  (coreLoadExecutor-1436-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> 408916 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 408917 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 408917 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 408918 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 408918 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 408918 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=95.1328125, floorSegmentMB=0.8583984375, forceMergeDeletesPctAllowed=25.57572870172395, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 408918 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@37848c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1fc2868),segFN=segments_1,generation=1}
   [junit4]   2> 408918 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 408918 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@62504b[collection1] main]
   [junit4]   2> 408919 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 408919 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 408919 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 408919 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 408955 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 411087 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 411088 INFO  (searcherExecutor-1437-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 411088 INFO  (searcherExecutor-1437-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 411088 INFO  (searcherExecutor-1437-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 411088 INFO  (searcherExecutor-1437-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 411088 INFO  (searcherExecutor-1437-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 411089 INFO  (searcherExecutor-1437-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 411089 INFO  (searcherExecutor-1437-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 411089 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 411089 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 411089 INFO  (searcherExecutor-1437-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 411089 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 411089 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1533526728041824256
   [junit4]   2> 411089 INFO  (searcherExecutor-1437-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 411091 INFO  (searcherExecutor-1437-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@62504b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 411091 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1533526728041824256
   [junit4]   2> 411091 INFO  (coreLoadExecutor-1436-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 411092 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 411095 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[(null)]} 0 2
   [junit4]   2> 411099 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[(null)]} 0 0
   [junit4]   2> 411100 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 411103 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@37848c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1fc2868),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@37848c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1fc2868),segFN=segments_2,generation=2}
   [junit4]   2> 411103 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 411105 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1365e21[collection1] main]
   [junit4]   2> 411106 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 411109 INFO  (searcherExecutor-1437-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1365e21[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.1.0):C2)))}
   [junit4]   2> 411110 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 10
   [junit4]   2> 411111 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 411111 WARN  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the entire index! Use with care.
   [junit4]   2> 411119 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@37848c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1fc2868),segFN=segments_2,generation=2}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@37848c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1fc2868),segFN=segments_3,generation=3}
   [junit4]   2> 411119 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
   [junit4]   2> 411120 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e6329c[collection1] main]
   [junit4]   2> 411124 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 411124 INFO  (searcherExecutor-1437-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1e6329c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.1.0):c2)))}
   [junit4]   2> 411124 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{optimize=} 0 13
   [junit4]   2> 411128 INFO  (TEST-MinimalSchemaTest.testLuke-seed#[474E911E2550F381]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLuke
   [junit4]   2> 411132 INFO  (TEST-MinimalSchemaTest.testLuke-seed#[474E911E2550F381]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/admin/luke&wt=xml} status=0 QTime=3
   [junit4]   2> 411134 INFO  (TEST-MinimalSchemaTest.testLuke-seed#[474E911E2550F381]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/admin/luke&show=schema&wt=xml} status=0 QTime=0
   [junit4]   2> 411135 INFO  (TEST-MinimalSchemaTest.testLuke-seed#[474E911E2550F381]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testLuke
   [junit4]   2> 411138 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[474E911E2550F381]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testAllConfiguredHandlers
   [junit4]   2> 411139 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[474E911E2550F381]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=foo:bar&qt=standard&omitHeader=false&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 411140 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[474E911E2550F381]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=foo:bar&qt=&omitHeader=false&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 411140 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[474E911E2550F381]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=foo:bar&qt=spellCheckCompRH&omitHeader=false&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 411141 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[474E911E2550F381]) [    ] o.a.s.c.PluginBag Going to create a new requestHandler with {type = requestHandler,name = lazy,class = solr.StandardRequestHandler,args = {defaults={rows=4,hl=true,hl.fl=text,name,subject,title,whitetok}}} 
   [junit4]   2> 411142 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[474E911E2550F381]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=foo:bar&qt=lazy&omitHeader=false&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 411142 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[474E911E2550F381]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=foo:bar&qt=spellCheckWithWordbreak_Direct&omitHeader=false&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 411143 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[474E911E2550F381]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=foo:bar&qt=tvrh&omitHeader=false&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 411144 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[474E911E2550F381]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=foo:bar&qt=/get&omitHeader=false&wt=xml} status=0 QTime=0
   [junit4]   2> 411145 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[474E911E2550F381]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=foo:bar&qt=mltrh&omitHeader=false&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 411146 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[474E911E2550F381]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=foo:bar&qt=/search-facet-def&omitHeader=false&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 411150 ERROR (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[474E911E2550F381]) [    ] o.a.s.h.GraphHandler java.lang.NullPointerException
   [junit4]   2> 	at org.apache.solr.client.solrj.io.stream.expr.StreamExpressionParser.generateStreamExpression(StreamExpressionParser.java:46)
   [junit4]   2> 	at org.apache.solr.client.solrj.io.stream.expr.StreamExpressionParser.parse(StreamExpressionParser.java:37)
   [junit4]   2> 	at org.apache.solr.client.solrj.io.stream.expr.StreamFactory.constructStream(StreamFactory.java:178)
   [junit4]   2> 	at org.apache.solr.handler.GraphHandler.handleRequestBody(GraphHandler.java:159)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2016)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:760)
   [junit4]   2> 	at org.apache.solr.MinimalSchemaTest.testAllConfiguredHandlers(MinimalSchemaTest.java:121)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 411152 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[474E911E2550F381]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=foo:bar&qt=/graph&omitHeader=false&wt=xml} status=0 QTime=5
   [junit4]   2> [Fatal Error] :1:1: Content is not allowed in prolog.
   [junit4]   2> 411163 ERROR (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[474E911E2550F381]) [    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=foo:bar&qt=/graph&omitHeader=false&wt=xml:org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
   [junit4]   2> 	at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
   [junit4]   2> 	at org.apache.solr.util.BaseTestHarness.validateXPath(BaseTestHarness.java:84)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:771)
   [junit4]   2> 	at org.apache.solr.MinimalSchemaTest.testAllConfiguredHandlers(MinimalSchemaTest.java:121)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 411164 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[474E911E2550F381]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testAllConfiguredHandlers
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MinimalSchemaTest -Dtests.method=testAllConfiguredHandlers -Dtests.seed=474E911E2550F381 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar-SY -Dtests.timezone=America/Port-au-Prince -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.03s J1 | MinimalSchemaTest.testAllConfiguredHandlers <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: exception w/handler: '/graph'
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([474E911E2550F381:AA502A24AE5DF205]:0)
   [junit4]    > 	at org.apache.solr.MinimalSchemaTest.testAllConfiguredHandlers(MinimalSchemaTest.java:130)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:786)
   [junit4]    > 	at org.apache.solr.MinimalSchemaTest.testAllConfiguredHandlers(MinimalSchemaTest.java:121)
   [junit4]    > 	... 39 more
   [junit4]    > Caused by: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.
   [junit4]    > 	at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
   [junit4]    > 	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
   [junit4]    > 	at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
   [junit4]    > 	at org.apache.solr.util.BaseTestHarness.validateXPath(BaseTestHarness.java:84)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:771)
   [junit4]    > 	... 40 more
   [junit4]   2> 411169 INFO  (TEST-MinimalSchemaTest.testSimpleQueries-seed#[474E911E2550F381]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimpleQueries
   [junit4]   2> 411170 INFO  (TEST-MinimalSchemaTest.testSimpleQueries-seed#[474E911E2550F381]) [    ] 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> 411171 INFO  (TEST-MinimalSchemaTest.testSimpleQueries-seed#[474E911E2550F381]) [    ] 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> 411172 INFO  (TEST-MinimalSchemaTest.testSimpleQueries-seed#[474E911E2550F381]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSimpleQueries
   [junit4]   2> 411172 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 411173 INFO  (SUITE-MinimalSchemaTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=26951563
   [junit4]   2> 411173 INFO  (coreCloseExecutor-1442-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@bd267b
   [junit4]   2> 411173 INFO  (coreCloseExecutor-1442-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> 411174 INFO  (coreCloseExecutor-1442-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 411174 INFO  (coreCloseExecutor-1442-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 411174 INFO  (coreCloseExecutor-1442-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 411175 INFO  (coreCloseExecutor-1442-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 411197 INFO  (coreCloseExecutor-1442-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 411197 INFO  (coreCloseExecutor-1442-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_474E911E2550F381-001/init-core-data-001 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_474E911E2550F381-001/init-core-data-001;done=false>>]
   [junit4]   2> 411197 INFO  (coreCloseExecutor-1442-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 411197 INFO  (coreCloseExecutor-1442-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_474E911E2550F381-001/init-core-data-001
   [junit4]   2> 411197 INFO  (coreCloseExecutor-1442-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_474E911E2550F381-001/init-core-data-001/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_474E911E2550F381-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 411197 INFO  (coreCloseExecutor-1442-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 411197 INFO  (coreCloseExecutor-1442-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_474E911E2550F381-001/init-core-data-001/index
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_474E911E2550F381-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {subject=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), project=PostingsFormat(name=Direct), id=PostingsFormat(name=Direct)}, docValues:{}, maxPointsInLeafNode=968, maxMBSortInHeap=6.932708524693425, sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=ar-SY, timezone=America/Port-au-Prince
   [junit4]   2> NOTE: Linux 4.4.0-21-generic i386/Oracle Corporation 1.8.0_92 (32-bit)/cpus=12,threads=1,free=98635224,total=277348352
   [junit4]   2> NOTE: All tests run in this JVM: [TestUseDocValuesAsStored2, IndexBasedSpellCheckerTest, DirectoryFactoryTest, DistanceFunctionTest, TestWordDelimiterFilterFactory, AliasIntegrationTest, CoreAdminCreateDiscoverTest, SaslZkACLProviderTest, TestCollapseQParserPlugin, OutOfBoxZkACLAndCredentialsProvidersTest, TestSolrConfigHandler, DirectSolrSpellCheckerTest, SpellCheckCollatorTest, TestDownShardTolerantSearch, BlockJoinFacetRandomTest, ZkCLITest, TestBulkSchemaConcurrent, HdfsSyncSliceTest, TestCoreContainer, TestRestManager, CursorMarkTest, DistributedQueueTest, NotRequiredUniqueKeyTest, RecoveryAfterSoftCommitTest, ParsingFieldUpdateProcessorsTest, RestartWhileUpdatingTest, TestRawResponseWriter, TestMissingGroups, CollectionsAPIAsyncDistributedZkTest, ChaosMonkeyNothingIsSafeTest, TestAnalyzeInfixSuggestions, TestDynamicFieldResource, DocumentBuilderTest, TestRequestForwarding, TestHashPartitioner, TestDFRSimilarityFactory, RequestLoggingTest, TestCloudDeleteByQuery, SpellingQueryConverterTest, TestReplicationHandlerBackup, CdcrUpdateLogTest, SolrPluginUtilsTest, SpellCheckComponentTest, TestQueryUtils, TestDFISimilarityFactory, AsyncMigrateRouteKeyTest, TestSha256AuthenticationProvider, DocValuesMissingTest, TestTestInjection, TestPartialUpdateDeduplication, TermsComponentTest, LeaderInitiatedRecoveryOnShardRestartTest, TestEmbeddedSolrServerConstructors, JavabinLoaderTest, BitVectorTest, TestFieldSortValues, SoftAutoCommitTest, TestSolr4Spatial2, MinimalSchemaTest]
   [junit4] Completed [122/595 (1!)] on J1 in 2.51s, 3 tests, 1 error <<< FAILURES!

[...truncated 459 lines...]
   [junit4] Suite: org.apache.solr.core.SolrCoreTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_474E911E2550F381-001/init-core-data-001
   [junit4]   2> 992763 INFO  (SUITE-SolrCoreTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 992765 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testInfoRegistry
   [junit4]   2> 992765 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 992765 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 992765 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 992765 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 992766 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 992766 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 992801 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 992809 WARN  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 992811 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 992831 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 992838 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 992933 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 992938 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 992939 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 992944 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 992945 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 992947 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 992947 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 992948 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 992948 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 992948 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr'
   [junit4]   2> 992948 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 992948 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 992948 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] o.a.s.c.CoreContainer New CoreContainer 3678155
   [junit4]   2> 992948 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr]
   [junit4]   2> 992948 WARN  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/lib
   [junit4]   2> 992948 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] 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,useRetries : false,
   [junit4]   2> 992949 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 992950 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 992950 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 992950 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 992950 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 992950 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] 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=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_474E911E2550F381-001/init-core-data-001, shard=shard1}
   [junit4]   2> 992951 INFO  (coreLoadExecutor-4414-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 992951 INFO  (coreLoadExecutor-4414-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 992951 INFO  (coreLoadExecutor-4414-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 992951 INFO  (coreLoadExecutor-4414-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 992951 INFO  (coreLoadExecutor-4414-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 992970 INFO  (coreLoadExecutor-4414-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 992977 WARN  (coreLoadExecutor-4414-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 992979 INFO  (coreLoadExecutor-4414-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 993009 INFO  (coreLoadExecutor-4414-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 993015 INFO  (coreLoadExecutor-4414-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 993103 INFO  (coreLoadExecutor-4414-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 993108 INFO  (coreLoadExecutor-4414-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 993109 INFO  (coreLoadExecutor-4414-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 993113 INFO  (coreLoadExecutor-4414-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 993115 INFO  (coreLoadExecutor-4414-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 993116 INFO  (coreLoadExecutor-4414-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 993116 INFO  (coreLoadExecutor-4414-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 993117 INFO  (coreLoadExecutor-4414-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 993117 INFO  (coreLoadExecutor-4414-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 993118 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 993118 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_474E911E2550F381-001/init-core-data-001/]
   [junit4]   2> 993118 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@18742f2
   [junit4]   2> 993119 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_474E911E2550F381-001/init-core-data-001
   [junit4]   2> 993119 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_474E911E2550F381-001/init-core-data-001/index/
   [junit4]   2> 993119 WARN  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_474E911E2550F381-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 993119 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_474E911E2550F381-001/init-core-data-001/index
   [junit4]   2> 993120 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=43, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 993122 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NIOFSDirectory@/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_474E911E2550F381-001/index-NIOFSDirectory-001 lockFactory=org.apache.lucene.store.NativeFSLockFactory@18130b8),segFN=segments_1,generation=1}
   [junit4]   2> 993122 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 993122 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_474E911E2550F381-001/init-core-data-001/
   [junit4]   2> 993126 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 993126 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 993127 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 993127 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 993127 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 993127 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 993127 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 993127 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 993127 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 993127 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 993127 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 993128 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 993129 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 993130 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 993130 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 993131 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 993137 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 993140 INFO  (coreLoadExecutor-4414-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> 993140 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 993140 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 993140 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 993141 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 993141 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 993141 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=58.51953125, floorSegmentMB=0.951171875, forceMergeDeletesPctAllowed=29.173100713750646, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 993142 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NIOFSDirectory@/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_474E911E2550F381-001/index-NIOFSDirectory-001 lockFactory=org.apache.lucene.store.NativeFSLockFactory@18130b8),segFN=segments_1,generation=1}
   [junit4]   2> 993142 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 993142 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@152be85[collection1] main]
   [junit4]   2> 993143 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 993143 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 993143 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 993143 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 993168 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 993243 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 993244 INFO  (searcherExecutor-4415-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 993244 INFO  (searcherExecutor-4415-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 993244 INFO  (searcherExecutor-4415-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 993244 INFO  (searcherExecutor-4415-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 993244 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 993245 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 993245 INFO  (searcherExecutor-4415-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 993245 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 993245 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1533527338575200256
   [junit4]   2> 993245 INFO  (searcherExecutor-4415-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 993245 INFO  (searcherExecutor-4415-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 993246 INFO  (searcherExecutor-4415-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 993246 INFO  (searcherExecutor-4415-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 993246 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1533527338575200256
   [junit4]   2> 993246 INFO  (coreLoadExecutor-4414-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 993248 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 993248 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 993248 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=3678155
   [junit4]   2> 993248 INFO  (coreCloseExecutor-4420-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1ce1d88
   [junit4]   2> 993249 INFO  (coreCloseExecutor-4420-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> 993249 INFO  (searcherExecutor-4415-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@152be85[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 993249 INFO  (coreCloseExecutor-4420-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 993249 INFO  (coreCloseExecutor-4420-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 993249 INFO  (coreCloseExecutor-4420-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 993250 INFO  (coreCloseExecutor-4420-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 993272 INFO  (coreCloseExecutor-4420-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 993272 INFO  (coreCloseExecutor-4420-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_474E911E2550F381-001/init-core-data-001 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_474E911E2550F381-001/init-core-data-001;done=false>>]
   [junit4]   2> 993272 INFO  (coreCloseExecutor-4420-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 993273 INFO  (coreCloseExecutor-4420-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_474E911E2550F381-001/init-core-data-001
   [junit4]   2> 993273 INFO  (coreCloseExecutor-4420-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_474E911E2550F381-001/init-core-data-001/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_474E911E2550F381-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 993273 INFO  (coreCloseExecutor-4420-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 993273 INFO  (coreCloseExecutor-4420-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_474E911E2550F381-001/init-core-data-001/index
   [junit4]   2> 993273 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[474E911E2550F381]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testInfoRegistry
   [junit4]   2> 993277 INFO  (TEST-SolrCoreTest.testRefCount-seed#[474E911E2550F381]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRefCount
   [junit4]   2> 993277 INFO  (TEST-SolrCoreTest.testRefCount-seed#[474E911E2550F381]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 993277 INFO  (TEST-SolrCoreTest.testRefCount-seed#[474E911E2550F381]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 993278 INFO  (TEST-SolrCoreTest.testRefCount-seed#[474E911E2550F381]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 993278 INFO  (TEST-SolrCoreTest.testRefCount-seed#[474E911E2550F381]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 993278 INFO  (TEST-SolrCoreTest.testRefCount-seed#[474E911E2550F381]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 993278 INFO  (TEST-SolrCoreTest.testRefCount-seed#[474E911E2550F381]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 993308 INFO  (TEST-SolrCoreTest.testRefCount-seed#[474E911E2550F381]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 993321 WARN  (TEST-SolrCoreTest.testRefCount-seed#[474E911E2550F381]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 993322 INFO  (TEST-SolrCoreTest.testRefCount-seed#[474E911E2550F381]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 993352 INFO  (TEST-SolrCoreTest.testRefCount-seed#[474E911E2550F381]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 993358 INFO  (TEST-SolrCoreTest.testRefCount-seed#[474E911E2550F381]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 993457 INFO  (TEST-SolrCoreTest.testRefCount-seed#[474E911E2550F381]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 993463 INFO  (TEST-SolrCoreTest.testRefCount-seed#[474E911E2550F381]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 993464 INFO  (TEST-SolrCoreTest.testRefCount-seed#[474E911E2550F381]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 993469 INFO  (TEST-SolrCoreTest.testRefCount-seed#[474E911E2550F381]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 993471 INFO  (TEST-SolrCoreTest.testRefCount-seed#[474E911E2550F381]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 993472 INFO  (TEST-SolrCoreTest.testRefCount-seed#[474E911E2550F381]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 993473 INFO  (TEST-SolrCoreTest.testRefCount-seed#[474E911E2550F381]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 993473 INFO  (TEST-SolrCoreTest.testRefCount-seed#[474E911E2550F381]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 993473 INFO  (TEST-SolrCoreTest.testRefCount-seed#[474E911E2550F381]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 993473 INFO  (TEST-SolrCoreTest.testRefCount-seed#[474E911E2550F381]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr'
   [junit4]   2> 993473 INFO  (TEST-SolrCoreTest.testRefCount-seed#[474E911E2550F381]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 993473 INFO  (TEST-SolrCoreTest.testRefCount-seed#[474E911E2550F381]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 993473 INFO  (TEST-SolrCoreTest.testRefCount-seed#[474E911E2550F381]) [    ] o.a.s.c.CoreContainer New CoreContainer 21172089
   [junit4]   2> 993473 INFO  (TEST-SolrCoreTest.testRefCount-seed#[474E911E2550F381]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr]
   [junit4]   2> 993473 WARN  (TEST-SolrCoreTest.testRefCount-seed#[474E911E2550F381]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Li

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

llection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 996270 INFO  (searcherExecutor-4496-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 996270 INFO  (searcherExecutor-4496-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 996271 INFO  (searcherExecutor-4496-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 996271 INFO  (searcherExecutor-4496-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 996271 INFO  (coreLoadExecutor-4495-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1533527341746094080
   [junit4]   2> 996272 INFO  (searcherExecutor-4496-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 996272 INFO  (coreLoadExecutor-4495-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 996272 INFO  (searcherExecutor-4496-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 996273 INFO  (TEST-SolrCoreTest.testClose-seed#[474E911E2550F381]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 996273 INFO  (searcherExecutor-4496-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@d8c757[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 996273 INFO  (TEST-SolrCoreTest.testClose-seed#[474E911E2550F381]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=16780157
   [junit4]   2> 996274 INFO  (coreCloseExecutor-4501-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@118bea4
   [junit4]   2> 996274 INFO  (coreCloseExecutor-4501-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> 996274 INFO  (coreCloseExecutor-4501-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 996274 INFO  (coreCloseExecutor-4501-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 996274 INFO  (coreCloseExecutor-4501-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 996275 INFO  (coreCloseExecutor-4501-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 996306 INFO  (coreCloseExecutor-4501-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 996306 INFO  (coreCloseExecutor-4501-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_474E911E2550F381-001/init-core-data-001/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_474E911E2550F381-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 996306 INFO  (coreCloseExecutor-4501-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 996306 INFO  (coreCloseExecutor-4501-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_474E911E2550F381-001/init-core-data-001/index
   [junit4]   2> 996306 INFO  (coreCloseExecutor-4501-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_474E911E2550F381-001/init-core-data-001 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_474E911E2550F381-001/init-core-data-001;done=false>>]
   [junit4]   2> 996306 INFO  (coreCloseExecutor-4501-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 996306 INFO  (coreCloseExecutor-4501-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_474E911E2550F381-001/init-core-data-001
   [junit4]   2> 996306 INFO  (TEST-SolrCoreTest.testClose-seed#[474E911E2550F381]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 996306 INFO  (TEST-SolrCoreTest.testClose-seed#[474E911E2550F381]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=16780157
   [junit4]   2> 996307 INFO  (TEST-SolrCoreTest.testClose-seed#[474E911E2550F381]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testClose
   [junit4]   2> 996319 INFO  (SUITE-SolrCoreTest-seed#[474E911E2550F381]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_474E911E2550F381-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, docValues:{}, maxPointsInLeafNode=33, maxMBSortInHeap=7.108231009891144, sim=ClassicSimilarity, locale=ga, timezone=Africa/Libreville
   [junit4]   2> NOTE: Linux 4.4.0-21-generic i386/Oracle Corporation 1.8.0_92 (32-bit)/cpus=12,threads=1,free=198869040,total=394002432
   [junit4]   2> NOTE: All tests run in this JVM: [PathHierarchyTokenizerFactoryTest, TestChildDocTransformer, TestDynamicFieldCollectionResource, TestCrossCoreJoin, DisMaxRequestHandlerTest, SpatialHeatmapFacetsTest, TestPhraseSuggestions, ResponseLogComponentTest, SolrRequestParserTest, TestSmileRequest, TestGraphMLResponseWriter, CurrencyFieldOpenExchangeTest, TestJsonRequest, UUIDFieldTest, TestRTGBase, TestDefaultStatsCache, CursorPagingTest, TestConfigSetImmutable, CreateCollectionCleanupTest, TestLazyCores, ReturnFieldsTest, CloudExitableDirectoryReaderTest, SegmentsInfoRequestHandlerTest, TestConfigReload, TestFieldResource, VMParamsZkACLAndCredentialsProvidersTest, TestRealTimeGet, TestDynamicLoading, PingRequestHandlerTest, TestReplicationHandler, TestRandomFaceting, TestShardHandlerFactory, TestManagedResourceStorage, TestBadConfig, TestJoin, ConjunctionSolrSpellCheckerTest, TestSolrConfigHandlerConcurrent, ZkNodePropsTest, TestNamedUpdateProcessors, OverseerCollectionConfigSetProcessorTest, SSLMigrationTest, TestFileDictionaryLookup, JsonLoaderTest, TestDistribDocBasedVersion, TestUseDocValuesAsStored, SparseHLLTest, VersionInfoTest, AsyncCallRequestStatusResponseTest, SystemInfoHandlerTest, PKIAuthenticationIntegrationTest, TestLMDirichletSimilarityFactory, TestCloudBackupRestore, LeaderInitiatedRecoveryOnCommitTest, HdfsNNFailoverTest, TestBinaryField, HdfsChaosMonkeyNothingIsSafeTest, TestOrdValues, ConnectionReuseTest, TestReloadDeadlock, DistributedFacetPivotLargeTest, TestHighlightDedupGrouping, TestRangeQuery, SharedFSAutoReplicaFailoverTest, ReplicationFactorTest, HdfsDirectoryTest, TestConfig, TestSchemaVersionResource, TestDistributedSearch, TestManagedSchema, AnalyticsQueryTest, TestStandardQParsers, TestSolrCloudWithKerberosAlt, TestMergePolicyConfig, WrapperMergePolicyFactoryTest, TestFoldingMultitermQuery, ResourceLoaderTest, RankQueryTest, TestCustomSort, TestManagedSynonymFilterFactory, SyncSliceTest, TestTolerantUpdateProcessorRandomCloud, TestPerFieldSimilarityClassic, XsltUpdateRequestHandlerTest, CdcrVersionReplicationTest, HdfsRestartWhileUpdatingTest, TestSSLRandomization, HdfsTlogReplayBufferedWhileIndexingTest, BlockCacheTest, SynonymTokenizerTest, TestCloudPivotFacet, CoreMergeIndexesAdminHandlerTest, SolrCoreTest]
   [junit4] Completed [261/595 (2!)] on J0 in 3.58s, 7 tests, 1 failure <<< FAILURES!

[...truncated 1059 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/common-build.xml:529: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1014: There were test failures: 595 suites (10 ignored), 2404 tests, 1 error, 1 failure, 115 ignored (71 assumptions) [seed: 474E911E2550F381]

Total time: 67 minutes 10 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



[JENKINS-EA] Lucene-Solr-6.x-Linux (64bit/jdk-9-ea+116) - Build # 578 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/578/
Java: 64bit/jdk-9-ea+116 -XX:+UseCompressedOops -XX:+UseParallelGC

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([5C6CC1A121AF2D8D:B1727A9BAAA22C09]:0)
	at org.apache.solr.MinimalSchemaTest.testAllConfiguredHandlers(MinimalSchemaTest.java:130)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:531)
	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(java.base@9-ea/Thread.java:804)
Caused by: java.lang.RuntimeException: Exception during query
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:786)
	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(java.xml@9-ea/DOMParser.java:256)
	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(java.xml@9-ea/DocumentBuilderImpl.java:339)
	at javax.xml.parsers.DocumentBuilder.parse(java.xml@9-ea/DocumentBuilder.java:122)
	at org.apache.solr.util.BaseTestHarness.validateXPath(BaseTestHarness.java:84)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:771)
	... 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([5C6CC1A121AF2D8D:9F41F03A7167E4CC]: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 jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:531)
	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(java.base@9-ea/Thread.java:804)




Build Log:
[...truncated 11554 lines...]
   [junit4] Suite: org.apache.solr.core.SolrCoreTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001
   [junit4]   2> 1207222 INFO  (SUITE-SolrCoreTest-seed#[5C6CC1A121AF2D8D]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 1207224 INFO  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRefCount
   [junit4]   2> 1207224 INFO  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1207224 INFO  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1207224 INFO  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1207224 INFO  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1207224 INFO  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1207224 INFO  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1207238 INFO  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1207243 WARN  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1207244 INFO  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 1207257 INFO  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1207260 INFO  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1207313 INFO  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1207338 INFO  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1207339 INFO  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1207341 INFO  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1207342 INFO  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1207343 INFO  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1207343 INFO  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1207344 INFO  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1207344 INFO  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1207344 INFO  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr'
   [junit4]   2> 1207344 INFO  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1207344 INFO  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1207344 INFO  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.CoreContainer New CoreContainer 2088024527
   [junit4]   2> 1207344 INFO  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr]
   [junit4]   2> 1207344 WARN  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/lib
   [junit4]   2> 1207344 INFO  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] 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,useRetries : false,
   [junit4]   2> 1207346 INFO  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1207346 INFO  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1207346 INFO  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1207346 INFO  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1207346 INFO  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1207347 INFO  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] 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=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001, shard=shard1}
   [junit4]   2> 1207347 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1207347 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1207347 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1207347 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1207347 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1207359 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1207365 WARN  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1207366 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 1207378 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1207382 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1207452 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1207454 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1207455 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1207458 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1207459 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1207460 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1207460 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1207461 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1207461 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1207461 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1207461 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001/]
   [junit4]   2> 1207461 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c0c9e0c
   [junit4]   2> 1207461 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001
   [junit4]   2> 1207461 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001/index/
   [junit4]   2> 1207462 WARN  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 1207462 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001/index
   [junit4]   2> 1207462 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.17296084061146494]
   [junit4]   2> 1207462 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@70e1b93 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3a431253),segFN=segments_1,generation=1}
   [junit4]   2> 1207462 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1207462 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001/
   [junit4]   2> 1207464 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1207464 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1207464 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1207464 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1207464 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1207465 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1207465 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1207465 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1207465 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1207465 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1207465 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1207465 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1207466 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1207466 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1207467 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1207467 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1207470 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1207470 INFO  (coreLoadExecutor-4441-thread-1) [    ] 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> 1207470 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1207471 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1207471 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1207471 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1207471 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1207471 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=38.3369140625, floorSegmentMB=1.2490234375, forceMergeDeletesPctAllowed=22.901959139646124, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1207471 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@70e1b93 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3a431253),segFN=segments_1,generation=1}
   [junit4]   2> 1207471 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1207472 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@64c2425c[collection1] main]
   [junit4]   2> 1207472 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1207472 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1207472 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1207472 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1207549 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1207900 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1207900 INFO  (searcherExecutor-4442-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1207900 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1207900 INFO  (searcherExecutor-4442-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1207901 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1207901 INFO  (searcherExecutor-4442-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1207901 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1207901 INFO  (searcherExecutor-4442-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1207901 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1533568217031639040
   [junit4]   2> 1207901 INFO  (searcherExecutor-4442-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1207901 INFO  (searcherExecutor-4442-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1207902 INFO  (searcherExecutor-4442-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1207902 INFO  (searcherExecutor-4442-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1207902 INFO  (searcherExecutor-4442-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1207903 INFO  (searcherExecutor-4442-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@64c2425c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1207903 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1533568217031639040
   [junit4]   2> 1207903 INFO  (coreLoadExecutor-4441-thread-1) [    ] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1207904 INFO  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1207906 INFO  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2088024527
   [junit4]   2> 1207906 INFO  (coreCloseExecutor-4447-thread-1) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@60cb63cd
   [junit4]   2> 1207907 INFO  (coreCloseExecutor-4447-thread-1) [    ] 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> 1207907 INFO  (coreCloseExecutor-4447-thread-1) [    ] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1207907 INFO  (coreCloseExecutor-4447-thread-1) [    ] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1207907 INFO  (coreCloseExecutor-4447-thread-1) [    ] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1207908 INFO  (coreCloseExecutor-4447-thread-1) [    ] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1207917 INFO  (coreCloseExecutor-4447-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1207918 INFO  (coreCloseExecutor-4447-thread-1) [    ] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001;done=false>>]
   [junit4]   2> 1207918 INFO  (coreCloseExecutor-4447-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1207918 INFO  (coreCloseExecutor-4447-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001
   [junit4]   2> 1207918 INFO  (coreCloseExecutor-4447-thread-1) [    ] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1207918 INFO  (coreCloseExecutor-4447-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1207918 INFO  (coreCloseExecutor-4447-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001/index
   [junit4]   2> 1207919 INFO  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1207919 INFO  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2088024527
   [junit4]   2> 1207919 INFO  (TEST-SolrCoreTest.testRefCount-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRefCount
   [junit4]   2> 1207922 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRefCountMT
   [junit4]   2> 1207922 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1207922 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1207922 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1207922 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1207922 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1207922 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1207942 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1207951 WARN  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1207955 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 1207978 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1207983 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1208072 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1208075 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1208076 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1208078 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1208079 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1208079 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1208080 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1208080 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1208080 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1208080 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr'
   [junit4]   2> 1208080 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1208080 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1208080 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.CoreContainer New CoreContainer 898388937
   [junit4]   2> 1208080 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr]
   [junit4]   2> 1208080 WARN  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/lib
   [junit4]   2> 1208080 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] 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,useRetries : false,
   [junit4]   2> 1208082 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1208082 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1208082 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1208082 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1208082 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1208083 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] 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=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001, shard=shard1}
   [junit4]   2> 1208083 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1208083 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1208083 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1208083 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1208083 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1208095 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1208100 WARN  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1208101 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 1208113 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1208116 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1208176 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1208180 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1208181 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1208183 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1208184 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1208184 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1208184 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1208185 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1208185 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1208185 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1208185 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001/]
   [junit4]   2> 1208186 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c0c9e0c
   [junit4]   2> 1208186 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001
   [junit4]   2> 1208186 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001/index/
   [junit4]   2> 1208186 WARN  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 1208186 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001/index
   [junit4]   2> 1208186 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.17296084061146494]
   [junit4]   2> 1208187 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7520b052 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1d2c01f),segFN=segments_1,generation=1}
   [junit4]   2> 1208187 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1208187 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001/
   [junit4]   2> 1208188 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1208189 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1208189 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1208189 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1208189 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1208189 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1208189 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1208189 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1208190 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1208190 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1208190 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1208190 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1208191 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1208191 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1208192 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1208192 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1208194 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1208194 INFO  (coreLoadExecutor-4455-thread-1) [    ] 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> 1208195 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1208195 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1208195 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1208195 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1208195 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1208195 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=38.3369140625, floorSegmentMB=1.2490234375, forceMergeDeletesPctAllowed=22.901959139646124, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1208196 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7520b052 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1d2c01f),segFN=segments_1,generation=1}
   [junit4]   2> 1208196 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1208196 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ab13fb4[collection1] main]
   [junit4]   2> 1208196 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1208196 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1208196 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1208196 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1208196 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1208198 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1208198 INFO  (searcherExecutor-4456-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1208198 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1208198 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1208198 INFO  (searcherExecutor-4456-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1208198 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1208198 INFO  (searcherExecutor-4456-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1208198 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1533568217343066112
   [junit4]   2> 1208198 INFO  (searcherExecutor-4456-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1208199 INFO  (searcherExecutor-4456-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1208199 INFO  (searcherExecutor-4456-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1208199 INFO  (searcherExecutor-4456-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1208199 INFO  (searcherExecutor-4456-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1208199 INFO  (searcherExecutor-4456-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1208200 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1533568217343066112
   [junit4]   2> 1208200 INFO  (searcherExecutor-4456-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1ab13fb4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1208200 INFO  (coreLoadExecutor-4455-thread-1) [    ] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1208201 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1208749 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=898388937
   [junit4]   2> 1208749 INFO  (coreCloseExecutor-4462-thread-1) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@68b0d209
   [junit4]   2> 1208750 INFO  (coreCloseExecutor-4462-thread-1) [    ] 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> 1208750 INFO  (coreCloseExecutor-4462-thread-1) [    ] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1208751 INFO  (coreCloseExecutor-4462-thread-1) [    ] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1208751 INFO  (coreCloseExecutor-4462-thread-1) [    ] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1208752 INFO  (coreCloseExecutor-4462-thread-1) [    ] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1208757 INFO  (coreCloseExecutor-4462-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1208758 INFO  (coreCloseExecutor-4462-thread-1) [    ] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001;done=false>>]
   [junit4]   2> 1208758 INFO  (coreCloseExecutor-4462-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1208758 INFO  (coreCloseExecutor-4462-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001
   [junit4]   2> 1208758 INFO  (coreCloseExecutor-4462-thread-1) [    ] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1208758 INFO  (coreCloseExecutor-4462-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1208758 INFO  (coreCloseExecutor-4462-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001/index
   [junit4]   2> 1208759 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1208759 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=898388937
   [junit4]   2> 1208759 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRefCountMT
   [junit4]   2> 1208761 INFO  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testClose
   [junit4]   2> 1208761 INFO  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1208761 INFO  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1208761 INFO  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1208761 INFO  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1208761 INFO  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1208761 INFO  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1208775 INFO  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1208779 WARN  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1208780 INFO  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 1208793 INFO  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1208796 INFO  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1208850 INFO  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1208853 INFO  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1208854 INFO  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1208856 INFO  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1208857 INFO  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1208858 INFO  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1208858 INFO  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1208858 INFO  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1208858 INFO  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1208858 INFO  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr'
   [junit4]   2> 1208858 INFO  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1208858 INFO  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1208859 INFO  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.CoreContainer New CoreContainer 1710315937
   [junit4]   2> 1208859 INFO  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr]
   [junit4]   2> 1208859 WARN  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/lib
   [junit4]   2> 1208859 INFO  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] 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,useRetries : false,
   [junit4]   2> 1208859 INFO  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1208860 INFO  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1208860 INFO  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1208860 INFO  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1208860 INFO  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1208860 INFO  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] 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=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001, shard=shard1}
   [junit4]   2> 1208860 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1208861 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1208861 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1208862 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1208862 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1208874 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1208879 WARN  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1208880 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 1208893 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1208896 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1208952 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1208955 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1208956 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1208959 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1208960 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1208960 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1208960 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1208961 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1208961 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1208961 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1208962 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001/]
   [junit4]   2> 1208962 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c0c9e0c
   [junit4]   2> 1208962 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001
   [junit4]   2> 1208962 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001/index/
   [junit4]   2> 1208962 WARN  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 1208962 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001/index
   [junit4]   2> 1208962 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.17296084061146494]
   [junit4]   2> 1208963 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4f623890 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@38318b0c),segFN=segments_1,generation=1}
   [junit4]   2> 1208963 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1208963 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001/
   [junit4]   2> 1208964 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1208965 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1208965 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1208965 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1208965 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1208965 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1208965 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1208965 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1208965 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1208965 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1208965 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1208965 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1208967 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1208967 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1208968 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1208968 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1208971 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1208972 INFO  (coreLoadExecutor-4470-thread-1) [    ] 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> 1208972 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1208972 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1208972 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1208972 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1208972 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1208972 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=38.3369140625, floorSegmentMB=1.2490234375, forceMergeDeletesPctAllowed=22.901959139646124, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1208973 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4f623890 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@38318b0c),segFN=segments_1,generation=1}
   [junit4]   2> 1208973 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1208973 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@70354c53[collection1] main]
   [junit4]   2> 1208973 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1208973 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1208973 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1208973 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1208973 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1208975 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1208975 INFO  (searcherExecutor-4471-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1208975 INFO  (searcherExecutor-4471-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1208975 INFO  (searcherExecutor-4471-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1208975 INFO  (searcherExecutor-4471-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1208975 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1208975 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1208975 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1208975 INFO  (searcherExecutor-4471-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1208975 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1533568218157809664
   [junit4]   2> 1208976 INFO  (searcherExecutor-4471-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1208976 INFO  (searcherExecutor-4471-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1208976 INFO  (searcherExecutor-4471-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1208976 INFO  (searcherExecutor-4471-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1208976 INFO  (searcherExecutor-4471-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@70354c53[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1208977 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1533568218157809664
   [junit4]   2> 1208977 INFO  (coreLoadExecutor-4470-thread-1) [    ] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1208978 INFO  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1208978 INFO  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1710315937
   [junit4]   2> 1208979 INFO  (coreCloseExecutor-4476-thread-1) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@30ae11c9
   [junit4]   2> 1208979 INFO  (coreCloseExecutor-4476-thread-1) [    ] 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> 1208980 INFO  (coreCloseExecutor-4476-thread-1) [    ] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1208980 INFO  (coreCloseExecutor-4476-thread-1) [    ] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1208980 INFO  (coreCloseExecutor-4476-thread-1) [    ] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1208982 INFO  (coreCloseExecutor-4476-thread-1) [    ] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1208987 INFO  (coreCloseExecutor-4476-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1208987 INFO  (coreCloseExecutor-4476-thread-1) [    ] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1208988 INFO  (coreCloseExecutor-4476-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1208988 INFO  (coreCloseExecutor-4476-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001/index
   [junit4]   2> 1208988 INFO  (coreCloseExecutor-4476-thread-1) [    ] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001;done=false>>]
   [junit4]   2> 1208988 INFO  (coreCloseExecutor-4476-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1208988 INFO  (coreCloseExecutor-4476-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_5C6CC1A121AF2D8D-001/init-core-data-001
   [junit4]   2> 1208988 INFO  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1208988 INFO  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1710315937
   [junit4]   2> 1208989 INFO  (TEST-SolrCoreTest.testClose-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testClose
   [junit4]   2> 1208990 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testImplicitPlugins
   [junit4]   2> 1208990 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1208990 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1208990 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1208990 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1208991 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1208991 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1209006 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1209010 WARN  (TEST-SolrCoreTest.testImplicitPlugins-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1209011 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 1209023 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1209026 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1209079 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1209081 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1209082 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[5C6CC1A121AF2D8D]) [    ]

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

a.lang.RuntimeException: Exception during query
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:786)
   [junit4]    > 	at org.apache.solr.MinimalSchemaTest.testAllConfiguredHandlers(MinimalSchemaTest.java:121)
   [junit4]    > 	... 39 more
   [junit4]    > Caused by: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.
   [junit4]    > 	at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(java.xml@9-ea/DOMParser.java:256)
   [junit4]    > 	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(java.xml@9-ea/DocumentBuilderImpl.java:339)
   [junit4]    > 	at javax.xml.parsers.DocumentBuilder.parse(java.xml@9-ea/DocumentBuilder.java:122)
   [junit4]    > 	at org.apache.solr.util.BaseTestHarness.validateXPath(BaseTestHarness.java:84)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:771)
   [junit4]    > 	... 40 more
   [junit4]   2> 1275028 INFO  (TEST-MinimalSchemaTest.testSimpleQueries-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimpleQueries
   [junit4]   2> 1275028 INFO  (TEST-MinimalSchemaTest.testSimpleQueries-seed#[5C6CC1A121AF2D8D]) [    ] 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> 1275028 INFO  (TEST-MinimalSchemaTest.testSimpleQueries-seed#[5C6CC1A121AF2D8D]) [    ] 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> 1275029 INFO  (TEST-MinimalSchemaTest.testSimpleQueries-seed#[5C6CC1A121AF2D8D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSimpleQueries
   [junit4]   2> 1275029 INFO  (SUITE-MinimalSchemaTest-seed#[5C6CC1A121AF2D8D]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1275029 INFO  (SUITE-MinimalSchemaTest-seed#[5C6CC1A121AF2D8D]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=214956880
   [junit4]   2> 1275030 INFO  (coreCloseExecutor-5155-thread-1) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@31e906db
   [junit4]   2> 1275031 INFO  (coreCloseExecutor-5155-thread-1) [    ] 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> 1275031 INFO  (coreCloseExecutor-5155-thread-1) [    ] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1275031 INFO  (coreCloseExecutor-5155-thread-1) [    ] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1275031 INFO  (coreCloseExecutor-5155-thread-1) [    ] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1275031 INFO  (coreCloseExecutor-5155-thread-1) [    ] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1275036 INFO  (coreCloseExecutor-5155-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1275036 INFO  (coreCloseExecutor-5155-thread-1) [    ] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.MinimalSchemaTest_5C6CC1A121AF2D8D-001/init-core-data-001/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.MinimalSchemaTest_5C6CC1A121AF2D8D-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1275036 INFO  (coreCloseExecutor-5155-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1275036 INFO  (coreCloseExecutor-5155-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.MinimalSchemaTest_5C6CC1A121AF2D8D-001/init-core-data-001/index
   [junit4]   2> 1275036 INFO  (coreCloseExecutor-5155-thread-1) [    ] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.MinimalSchemaTest_5C6CC1A121AF2D8D-001/init-core-data-001 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.MinimalSchemaTest_5C6CC1A121AF2D8D-001/init-core-data-001;done=false>>]
   [junit4]   2> 1275036 INFO  (coreCloseExecutor-5155-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1275036 INFO  (coreCloseExecutor-5155-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.MinimalSchemaTest_5C6CC1A121AF2D8D-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.MinimalSchemaTest_5C6CC1A121AF2D8D-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60), sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=so, timezone=Europe/Athens
   [junit4]   2> NOTE: Linux 4.4.0-21-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=300552760,total=531628032
   [junit4]   2> NOTE: All tests run in this JVM: [TestSizeLimitedDistributedMap, MigrateRouteKeyTest, DirectSolrConnectionTest, TestIndexingPerformance, TestCryptoKeys, CleanupOldIndexTest, TestReqParamsAPI, TestAddFieldRealTimeGet, TestReload, BasicAuthIntegrationTest, TestNoOpRegenerator, TestSweetSpotSimilarityFactory, AssignTest, AtomicUpdatesTest, TestGeoJSONResponseWriter, CircularListTest, SimpleMLTQParserTest, TestMiniSolrCloudClusterSSL, UnloadDistributedZkTest, TestMacros, TestTrieFacet, TestSolrQueryParserDefaultOperatorResource, CdcrRequestHandlerTest, TestCharFilters, LeaderElectionTest, BadComponentTest, QueryParsingTest, TestCollationFieldDocValues, TestComplexPhraseQParserPlugin, RuleEngineTest, TestPHPSerializedResponseWriter, TestSolrConfigHandlerCloud, TestXIncludeConfig, SuggesterTest, TestDefaultSearchFieldResource, TestSolrDeletionPolicy1, TestStressReorder, StatsComponentTest, ZkStateReaderTest, RequestHandlersTest, TestMinMaxOnMultiValuedField, BadIndexSchemaTest, TestScoreJoinQPScore, TestExclusionRuleCollectionAccess, TestSimpleQParserPlugin, HdfsBasicDistributedZkTest, DataDrivenBlockJoinTest, DistributedVersionInfoTest, FullSolrCloudDistribCmdsTest, TestManagedStopFilterFactory, HighlighterConfigTest, XmlUpdateRequestHandlerTest, TestBlendedInfixSuggestions, HdfsRecoveryZkTest, TestBlobHandler, DistributedExpandComponentTest, SuggesterWFSTTest, TestExactSharedStatsCache, TestSchemaSimilarityResource, TestJmxIntegration, BufferStoreTest, TestSolrDynamicMBean, ClusterStateTest, LeaderFailoverAfterPartitionTest, TestUtils, DirectUpdateHandlerOptimizeTest, SecurityConfHandlerTest, TestCoreDiscovery, TestStressRecovery, SampleTest, TestExtendedDismaxParser, MergeStrategyTest, TestIndexSearcher, DateMathParserTest, SuggestComponentTest, TestFieldTypeResource, TestSuggestSpellingConverter, DeleteShardTest, TestConfigSetsAPI, DirectUpdateHandlerTest, PrimitiveFieldTypeTest, AutoCommitTest, CollectionsAPISolrJTest, TestRTimerTree, ExitableDirectoryReaderTest, PluginInfoTest, TestSchemaManager, SimpleFacetsTest, TestSolrIndexConfig, UUIDUpdateProcessorFallbackTest, TestZkChroot, ResponseHeaderTest, DistribDocExpirationUpdateProcessorTest, TestPostingsSolrHighlighter, OverseerStatusTest, BlockJoinFacetSimpleTest, TestBulkSchemaAPI, OpenCloseCoreStressTest, OverseerTest, ZkCLITest, TestDistributedSearch, SuggesterTSTTest, TestStressLucene, TestTrie, TestCSVLoader, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, DocValuesMultiTest, SolrInfoMBeanTest, DebugComponentTest, IndexBasedSpellCheckerTest, TestReversedWildcardFilterFactory, TestQueryTypes, PathHierarchyTokenizerFactoryTest, IndexSchemaRuntimeFieldTest, TestCollationField, ReturnFieldsTest, BinaryUpdateRequestHandlerTest, TestBinaryResponseWriter, SOLR749Test, UpdateParamsTest, TestQuerySenderNoQuery, CopyFieldTest, ResponseLogComponentTest, TestMergePolicyConfig, MultiTermTest, TestDocSet, TestBinaryField, TestSearchPerf, NumericFieldsTest, MinimalSchemaTest]
   [junit4] Completed [391/595 (2!)] on J2 in 0.58s, 3 tests, 1 error <<< FAILURES!

[...truncated 705 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/common-build.xml:529: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1014: There were test failures: 595 suites (10 ignored), 2404 tests, 1 error, 1 failure, 117 ignored (71 assumptions) [seed: 5C6CC1A121AF2D8D]

Total time: 58 minutes 15 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



[JENKINS] Lucene-Solr-6.x-Linux (64bit/jdk1.8.0_92) - Build # 577 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/577/
Java: 64bit/jdk1.8.0_92 -XX:+UseCompressedOops -XX:+UseSerialGC

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([FC5C7046029253A8:1142CB7C899F522C]: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:786)
	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:771)
	... 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([FC5C7046029253A8:3F7141DD525A9AE9]: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 10793 lines...]
   [junit4] Suite: org.apache.solr.MinimalSchemaTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_FC5C7046029253A8-001/init-core-data-001
   [junit4]   2> 350108 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 350108 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 350108 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 350108 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 350108 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 350109 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 350109 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 350124 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 350130 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 350142 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solr/collection1/conf/solrconfig.xml
   [junit4]   2> 350143 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=minimal
   [junit4]   2> 350145 WARN  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 350145 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 350145 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 350145 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr'
   [junit4]   2> 350145 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 350145 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 350145 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 1906414796
   [junit4]   2> 350145 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr]
   [junit4]   2> 350145 WARN  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/lib
   [junit4]   2> 350145 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] 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,useRetries : false,
   [junit4]   2> 350146 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 350146 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 350146 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 350147 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 350147 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 350147 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solr/collection1/conf/solrconfig.xml, transient=false, schema=solr/collection1/conf/schema-minimal.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, dataDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_FC5C7046029253A8-001/init-core-data-001, shard=shard1}
   [junit4]   2> 350147 INFO  (coreLoadExecutor-1189-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 350148 INFO  (coreLoadExecutor-1189-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 350148 INFO  (coreLoadExecutor-1189-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 350148 INFO  (coreLoadExecutor-1189-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 350148 INFO  (coreLoadExecutor-1189-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 350159 INFO  (coreLoadExecutor-1189-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 350165 INFO  (coreLoadExecutor-1189-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 350177 INFO  (coreLoadExecutor-1189-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solr/collection1/conf/solrconfig.xml
   [junit4]   2> 350179 INFO  (coreLoadExecutor-1189-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=minimal
   [junit4]   2> 350180 WARN  (coreLoadExecutor-1189-thread-1) [    ] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 350181 INFO  (coreLoadExecutor-1189-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 350181 INFO  (coreLoadExecutor-1189-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 350181 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 350181 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_FC5C7046029253A8-001/init-core-data-001/]
   [junit4]   2> 350181 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a883e2d
   [junit4]   2> 350181 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_FC5C7046029253A8-001/init-core-data-001
   [junit4]   2> 350181 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_FC5C7046029253A8-001/init-core-data-001/index/
   [junit4]   2> 350182 WARN  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_FC5C7046029253A8-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 350182 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_FC5C7046029253A8-001/init-core-data-001/index
   [junit4]   2> 350182 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=17.603515625, floorSegmentMB=0.50390625, forceMergeDeletesPctAllowed=21.69700414750136, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8458670622885273
   [junit4]   2> 350182 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@c2fed36 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@270454d4),segFN=segments_1,generation=1}
   [junit4]   2> 350182 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 350182 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_FC5C7046029253A8-001/init-core-data-001/
   [junit4]   2> 350184 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 350184 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 350184 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 350184 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 350184 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 350184 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 350184 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 350184 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 350184 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 350184 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 350184 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 350184 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 350186 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 350186 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 350187 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 350187 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 350190 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 350191 INFO  (coreLoadExecutor-1189-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> 350191 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 350191 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 350191 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 350191 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 350191 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 350192 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=62.705078125, floorSegmentMB=0.4423828125, forceMergeDeletesPctAllowed=17.374138543316384, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.17459708039472083
   [junit4]   2> 350192 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@c2fed36 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@270454d4),segFN=segments_1,generation=1}
   [junit4]   2> 350192 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 350192 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@269cff57[collection1] main]
   [junit4]   2> 350192 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 350192 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 350192 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 350192 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 350234 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 350475 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 350475 INFO  (searcherExecutor-1190-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 350475 INFO  (searcherExecutor-1190-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 350475 INFO  (searcherExecutor-1190-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 350475 INFO  (searcherExecutor-1190-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 350475 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 350475 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 350476 INFO  (searcherExecutor-1190-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 350476 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 350476 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1533553585222057984
   [junit4]   2> 350476 INFO  (searcherExecutor-1190-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 350476 INFO  (searcherExecutor-1190-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 350476 INFO  (searcherExecutor-1190-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 350476 INFO  (searcherExecutor-1190-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 350476 INFO  (searcherExecutor-1190-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@269cff57[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 350477 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1533553585222057984
   [junit4]   2> 350477 INFO  (coreLoadExecutor-1189-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 350478 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 350480 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[(null)]} 0 1
   [junit4]   2> 350481 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[(null)]} 0 0
   [junit4]   2> 350481 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 350483 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@c2fed36 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@270454d4),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@c2fed36 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@270454d4),segFN=segments_2,generation=2}
   [junit4]   2> 350483 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 350484 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6a78a97c[collection1] main]
   [junit4]   2> 350484 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 350485 INFO  (searcherExecutor-1190-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6a78a97c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.1.0):C2)))}
   [junit4]   2> 350485 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 350486 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 350486 WARN  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the entire index! Use with care.
   [junit4]   2> 350486 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 350486 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.c.SolrCore SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 350486 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 350486 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{optimize=} 0 0
   [junit4]   2> 350488 INFO  (TEST-MinimalSchemaTest.testSimpleQueries-seed#[FC5C7046029253A8]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimpleQueries
   [junit4]   2> 350488 INFO  (TEST-MinimalSchemaTest.testSimpleQueries-seed#[FC5C7046029253A8]) [    ] 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> 350489 INFO  (TEST-MinimalSchemaTest.testSimpleQueries-seed#[FC5C7046029253A8]) [    ] 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> 350489 INFO  (TEST-MinimalSchemaTest.testSimpleQueries-seed#[FC5C7046029253A8]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSimpleQueries
   [junit4]   2> 350491 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[FC5C7046029253A8]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testAllConfiguredHandlers
   [junit4]   2> 350491 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[FC5C7046029253A8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=foo:bar&qt=standard&omitHeader=false&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 350491 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[FC5C7046029253A8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=foo:bar&qt=&omitHeader=false&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 350492 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[FC5C7046029253A8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=foo:bar&qt=spellCheckCompRH&omitHeader=false&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 350492 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[FC5C7046029253A8]) [    ] o.a.s.c.PluginBag Going to create a new requestHandler with {type = requestHandler,name = lazy,class = solr.StandardRequestHandler,args = {defaults={rows=4,hl=true,hl.fl=text,name,subject,title,whitetok}}} 
   [junit4]   2> 350492 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[FC5C7046029253A8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=foo:bar&qt=lazy&omitHeader=false&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 350492 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[FC5C7046029253A8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=foo:bar&qt=spellCheckWithWordbreak_Direct&omitHeader=false&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 350493 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[FC5C7046029253A8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=foo:bar&qt=tvrh&omitHeader=false&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 350493 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[FC5C7046029253A8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=foo:bar&qt=/get&omitHeader=false&wt=xml} status=0 QTime=0
   [junit4]   2> 350493 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[FC5C7046029253A8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=foo:bar&qt=mltrh&omitHeader=false&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 350494 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[FC5C7046029253A8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=foo:bar&qt=/search-facet-def&omitHeader=false&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 350495 ERROR (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[FC5C7046029253A8]) [    ] o.a.s.h.GraphHandler java.lang.NullPointerException
   [junit4]   2> 	at org.apache.solr.client.solrj.io.stream.expr.StreamExpressionParser.generateStreamExpression(StreamExpressionParser.java:46)
   [junit4]   2> 	at org.apache.solr.client.solrj.io.stream.expr.StreamExpressionParser.parse(StreamExpressionParser.java:37)
   [junit4]   2> 	at org.apache.solr.client.solrj.io.stream.expr.StreamFactory.constructStream(StreamFactory.java:178)
   [junit4]   2> 	at org.apache.solr.handler.GraphHandler.handleRequestBody(GraphHandler.java:159)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2016)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:760)
   [junit4]   2> 	at org.apache.solr.MinimalSchemaTest.testAllConfiguredHandlers(MinimalSchemaTest.java:121)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 350497 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[FC5C7046029253A8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=foo:bar&qt=/graph&omitHeader=false&wt=xml} status=0 QTime=2
   [junit4]   2> [Fatal Error] :1:1: Content is not allowed in prolog.
   [junit4]   2> 350504 ERROR (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[FC5C7046029253A8]) [    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=foo:bar&qt=/graph&omitHeader=false&wt=xml:org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
   [junit4]   2> 	at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
   [junit4]   2> 	at org.apache.solr.util.BaseTestHarness.validateXPath(BaseTestHarness.java:84)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:771)
   [junit4]   2> 	at org.apache.solr.MinimalSchemaTest.testAllConfiguredHandlers(MinimalSchemaTest.java:121)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 350504 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[FC5C7046029253A8]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testAllConfiguredHandlers
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MinimalSchemaTest -Dtests.method=testAllConfiguredHandlers -Dtests.seed=FC5C7046029253A8 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=hi -Dtests.timezone=America/Curacao -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.02s J1 | MinimalSchemaTest.testAllConfiguredHandlers <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: exception w/handler: '/graph'
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FC5C7046029253A8:1142CB7C899F522C]:0)
   [junit4]    > 	at org.apache.solr.MinimalSchemaTest.testAllConfiguredHandlers(MinimalSchemaTest.java:130)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:786)
   [junit4]    > 	at org.apache.solr.MinimalSchemaTest.testAllConfiguredHandlers(MinimalSchemaTest.java:121)
   [junit4]    > 	... 39 more
   [junit4]    > Caused by: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.
   [junit4]    > 	at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
   [junit4]    > 	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
   [junit4]    > 	at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
   [junit4]    > 	at org.apache.solr.util.BaseTestHarness.validateXPath(BaseTestHarness.java:84)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:771)
   [junit4]    > 	... 40 more
   [junit4]   2> 350507 INFO  (TEST-MinimalSchemaTest.testLuke-seed#[FC5C7046029253A8]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLuke
   [junit4]   2> 350508 INFO  (TEST-MinimalSchemaTest.testLuke-seed#[FC5C7046029253A8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/admin/luke&wt=xml} status=0 QTime=0
   [junit4]   2> 350510 INFO  (TEST-MinimalSchemaTest.testLuke-seed#[FC5C7046029253A8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/admin/luke&show=schema&wt=xml} status=0 QTime=0
   [junit4]   2> 350510 INFO  (TEST-MinimalSchemaTest.testLuke-seed#[FC5C7046029253A8]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testLuke
   [junit4]   2> 350511 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 350511 INFO  (SUITE-MinimalSchemaTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1906414796
   [junit4]   2> 350511 INFO  (coreCloseExecutor-1195-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5c66a064
   [junit4]   2> 350511 INFO  (coreCloseExecutor-1195-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> 350512 INFO  (coreCloseExecutor-1195-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 350512 INFO  (coreCloseExecutor-1195-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 350512 INFO  (coreCloseExecutor-1195-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 350513 INFO  (coreCloseExecutor-1195-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 350519 INFO  (coreCloseExecutor-1195-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 350519 INFO  (coreCloseExecutor-1195-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_FC5C7046029253A8-001/init-core-data-001/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_FC5C7046029253A8-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 350519 INFO  (coreCloseExecutor-1195-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 350519 INFO  (coreCloseExecutor-1195-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_FC5C7046029253A8-001/init-core-data-001/index
   [junit4]   2> 350519 INFO  (coreCloseExecutor-1195-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_FC5C7046029253A8-001/init-core-data-001 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_FC5C7046029253A8-001/init-core-data-001;done=false>>]
   [junit4]   2> 350519 INFO  (coreCloseExecutor-1195-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 350519 INFO  (coreCloseExecutor-1195-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_FC5C7046029253A8-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_FC5C7046029253A8-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {subject=PostingsFormat(name=MockRandom), project=PostingsFormat(name=Memory doPackFST= true), id=PostingsFormat(name=Memory doPackFST= true)}, docValues:{}, maxPointsInLeafNode=1218, maxMBSortInHeap=5.5281173183898655, sim=ClassicSimilarity, locale=hi, timezone=America/Curacao
   [junit4]   2> NOTE: Linux 4.4.0-21-generic amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=12,threads=1,free=145712208,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestLMJelinekMercerSimilarityFactory, ShardRoutingTest, TestDFISimilarityFactory, TestUpdate, CollectionsAPIDistributedZkTest, TestSystemIdResolver, TestCollapseQParserPlugin, TestCustomDocTransformer, BlockJoinFacetRandomTest, TestCloudSchemaless, MultiTermTest, UniqFieldsUpdateProcessorFactoryTest, ClusterStateUpdateTest, SharedFSAutoReplicaFailoverUtilsTest, DOMUtilTest, TestSimpleTrackingShardHandler, TlogReplayBufferedWhileIndexingTest, SolrCmdDistributorTest, TestSolr4Spatial2, TestScoreJoinQPNoScore, SpellCheckComponentTest, MinimalSchemaTest]
   [junit4] Completed [89/595 (1!)] on J1 in 0.43s, 3 tests, 1 error <<< FAILURES!

[...truncated 761 lines...]
   [junit4] Suite: org.apache.solr.core.SolrCoreTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_FC5C7046029253A8-001/init-core-data-001
   [junit4]   2> 1247770 INFO  (SUITE-SolrCoreTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1247772 INFO  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRefCount
   [junit4]   2> 1247772 INFO  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1247772 INFO  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1247772 INFO  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1247772 INFO  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1247772 INFO  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1247772 INFO  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1247789 INFO  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1247795 INFO  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 1247808 INFO  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1247812 INFO  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1247872 INFO  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1247875 INFO  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1247876 INFO  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1247878 INFO  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1247879 INFO  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1247880 INFO  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1247880 INFO  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1247881 INFO  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1247881 INFO  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1247881 INFO  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr'
   [junit4]   2> 1247881 INFO  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1247881 INFO  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1247882 INFO  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] o.a.s.c.CoreContainer New CoreContainer 1566954686
   [junit4]   2> 1247882 INFO  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr]
   [junit4]   2> 1247882 WARN  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/lib
   [junit4]   2> 1247882 INFO  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] 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,useRetries : false,
   [junit4]   2> 1247883 INFO  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1247883 INFO  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1247883 INFO  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1247884 INFO  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1247884 INFO  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1247884 INFO  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] 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=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_FC5C7046029253A8-001/init-core-data-001, shard=shard1}
   [junit4]   2> 1247884 INFO  (coreLoadExecutor-8289-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1247885 INFO  (coreLoadExecutor-8289-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1247885 INFO  (coreLoadExecutor-8289-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1247885 INFO  (coreLoadExecutor-8289-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1247885 INFO  (coreLoadExecutor-8289-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1247900 INFO  (coreLoadExecutor-8289-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1247907 INFO  (coreLoadExecutor-8289-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 1247931 INFO  (coreLoadExecutor-8289-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1247934 INFO  (coreLoadExecutor-8289-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1247988 INFO  (coreLoadExecutor-8289-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1248002 INFO  (coreLoadExecutor-8289-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1248003 INFO  (coreLoadExecutor-8289-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1248005 INFO  (coreLoadExecutor-8289-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1248006 INFO  (coreLoadExecutor-8289-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1248006 INFO  (coreLoadExecutor-8289-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1248007 INFO  (coreLoadExecutor-8289-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1248008 INFO  (coreLoadExecutor-8289-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1248008 INFO  (coreLoadExecutor-8289-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1248008 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1248008 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_FC5C7046029253A8-001/init-core-data-001/]
   [junit4]   2> 1248008 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a883e2d
   [junit4]   2> 1248008 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_FC5C7046029253A8-001/init-core-data-001
   [junit4]   2> 1248008 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_FC5C7046029253A8-001/init-core-data-001/index/
   [junit4]   2> 1248008 WARN  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_FC5C7046029253A8-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 1248009 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_FC5C7046029253A8-001/init-core-data-001/index
   [junit4]   2> 1248009 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=56.9169921875, floorSegmentMB=1.375, forceMergeDeletesPctAllowed=26.401621389766238, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6061455402265318
   [junit4]   2> 1248009 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@9c0fcab lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@270796b4),segFN=segments_1,generation=1}
   [junit4]   2> 1248009 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1248009 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_FC5C7046029253A8-001/init-core-data-001/
   [junit4]   2> 1248012 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1248012 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1248012 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1248012 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1248012 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1248012 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1248012 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1248012 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1248012 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1248012 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1248012 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1248012 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1248014 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1248015 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1248015 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1248016 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1248018 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1248018 INFO  (coreLoadExecutor-8289-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> 1248019 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1248019 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1248019 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1248019 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1248019 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1248020 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=67.26953125, floorSegmentMB=2.0029296875, forceMergeDeletesPctAllowed=9.689134800308311, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1248020 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@9c0fcab lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@270796b4),segFN=segments_1,generation=1}
   [junit4]   2> 1248020 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1248020 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2e353397[collection1] main]
   [junit4]   2> 1248020 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1248020 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1248020 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1248020 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1248079 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1248321 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1248321 INFO  (searcherExecutor-8290-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1248321 INFO  (searcherExecutor-8290-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1248321 INFO  (searcherExecutor-8290-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1248321 INFO  (searcherExecutor-8290-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1248321 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1248321 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1248321 INFO  (searcherExecutor-8290-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1248321 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1248321 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1533554526680776704
   [junit4]   2> 1248322 INFO  (searcherExecutor-8290-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1248322 INFO  (searcherExecutor-8290-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1248322 INFO  (searcherExecutor-8290-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1248322 INFO  (searcherExecutor-8290-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1248322 INFO  (searcherExecutor-8290-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2e353397[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1248323 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1533554526680776704
   [junit4]   2> 1248323 INFO  (coreLoadExecutor-8289-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1248324 INFO  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1248326 INFO  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1566954686
   [junit4]   2> 1248326 INFO  (coreCloseExecutor-8295-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3f3f8bfc
   [junit4]   2> 1248326 INFO  (coreCloseExecutor-8295-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> 1248327 INFO  (coreCloseExecutor-8295-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1248327 INFO  (coreCloseExecutor-8295-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1248327 INFO  (coreCloseExecutor-8295-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1248327 INFO  (coreCloseExecutor-8295-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1248333 INFO  (coreCloseExecutor-8295-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1248333 INFO  (coreCloseExecutor-8295-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_FC5C7046029253A8-001/init-core-data-001/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_FC5C7046029253A8-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1248333 INFO  (coreCloseExecutor-8295-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1248333 INFO  (coreCloseExecutor-8295-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_FC5C7046029253A8-001/init-core-data-001/index
   [junit4]   2> 1248333 INFO  (coreCloseExecutor-8295-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_FC5C7046029253A8-001/init-core-data-001 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_FC5C7046029253A8-001/init-core-data-001;done=false>>]
   [junit4]   2> 1248333 INFO  (coreCloseExecutor-8295-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1248333 INFO  (coreCloseExecutor-8295-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_FC5C7046029253A8-001/init-core-data-001
   [junit4]   2> 1248333 INFO  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1248334 INFO  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1566954686
   [junit4]   2> 1248334 INFO  (TEST-SolrCoreTest.testRefCount-seed#[FC5C7046029253A8]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRefCount
   [junit4]   2> 1248340 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[FC5C7046029253A8]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRefCountMT
   [junit4]   2> 1248341 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[FC5C7046029253A8]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1248341 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[FC5C7046029253A8]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1248341 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[FC5C7046029253A8]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1248341 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[FC5C7046029253A8]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1248341 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[FC5C7046029253A8]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1248341 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[FC5C7046029253A8]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1248357 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[FC5C7046029253A8]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1248363 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[FC5C7046029253A8]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 1248377 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[FC5C7046029253A8]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1248380 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[FC5C7046029253A8]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1248464 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[FC5C7046029253A8]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1248469 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[FC5C7046029253A8]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1248470 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[FC5C7046029253A8]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1248474 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[FC5C7046029253A8]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1248475 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[FC5C7046029253A8]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1248476 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[FC5C7046029253A8]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1248476 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[FC5C7046029253A8]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1248476 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[FC5C7046029253A8]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1248476 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[FC5C7046029253A8]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1248476 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[FC5C7046029253A8]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr'
   [junit4]   2> 1248476 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[FC5C7046029253A8]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1248476 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[FC5C7046029253A8]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1248477 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[FC5C7046029253A8]) [    ] o.a.s.c.CoreContainer New CoreContainer 1755565471
   [junit4]   2> 1248477 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[FC5C7046029253A8]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr]
   [junit4]   2> 1248477 WARN  (TEST-SolrCoreTest.testRefCountMT-seed#[FC5C7046029253A8]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/lib
   [junit4]   2> 1248477 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[FC5C7046029253A8]) [    ] 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,useRetries : false,
   [junit4]   2> 1248478 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[FC5C7046029253A8]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1248479 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[FC5C7046029253A8]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1248479 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[FC5C7046029253A8]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1248479 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[FC5C7046029253A8]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1248479 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[FC5C7046029253A8]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1248479 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[FC5C7046029253A8]) [    ] 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=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_FC5C7046029253A8-001/init-core-data-001, shard=shard1}
   [junit4]   2> 1248479 INFO  (coreLoadExecutor-8303-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1248480 INFO  (coreLoadExecutor-8303-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1248480 INFO  (coreLoadExecutor-83

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

ionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1250573 INFO  (searcherExecutor-8372-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1250573 INFO  (coreLoadExecutor-8371-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1250573 INFO  (coreLoadExecutor-8371-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1533554529042169856
   [junit4]   2> 1250573 INFO  (searcherExecutor-8372-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1250573 INFO  (searcherExecutor-8372-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1250574 INFO  (searcherExecutor-8372-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4c3f8508[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1250575 INFO  (coreLoadExecutor-8371-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1533554529042169856
   [junit4]   2> 1250575 INFO  (coreLoadExecutor-8371-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1250576 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[FC5C7046029253A8]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1250576 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[FC5C7046029253A8]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1250577 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[FC5C7046029253A8]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=192684083
   [junit4]   2> 1250577 INFO  (coreCloseExecutor-8377-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@757babe7
   [junit4]   2> 1250577 INFO  (coreCloseExecutor-8377-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> 1250577 INFO  (coreCloseExecutor-8377-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1250577 INFO  (coreCloseExecutor-8377-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1250577 INFO  (coreCloseExecutor-8377-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1250578 INFO  (coreCloseExecutor-8377-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1250585 INFO  (coreCloseExecutor-8377-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1250585 INFO  (coreCloseExecutor-8377-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_FC5C7046029253A8-001/init-core-data-001 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_FC5C7046029253A8-001/init-core-data-001;done=false>>]
   [junit4]   2> 1250585 INFO  (coreCloseExecutor-8377-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1250585 INFO  (coreCloseExecutor-8377-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_FC5C7046029253A8-001/init-core-data-001
   [junit4]   2> 1250585 INFO  (coreCloseExecutor-8377-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_FC5C7046029253A8-001/init-core-data-001/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_FC5C7046029253A8-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1250585 INFO  (coreCloseExecutor-8377-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1250585 INFO  (coreCloseExecutor-8377-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_FC5C7046029253A8-001/init-core-data-001/index
   [junit4]   2> 1250586 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[FC5C7046029253A8]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRequestHandlerRegistry
   [junit4]   2> 1250586 INFO  (SUITE-SolrCoreTest-seed#[FC5C7046029253A8]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_FC5C7046029253A8-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, docValues:{}, maxPointsInLeafNode=1992, maxMBSortInHeap=7.466622333340508, sim=ClassicSimilarity, locale=en-CA, timezone=Brazil/DeNoronha
   [junit4]   2> NOTE: Linux 4.4.0-21-generic amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=12,threads=1,free=117856720,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestLMJelinekMercerSimilarityFactory, ShardRoutingTest, TestDFISimilarityFactory, TestUpdate, CollectionsAPIDistributedZkTest, TestSystemIdResolver, TestCollapseQParserPlugin, TestCustomDocTransformer, BlockJoinFacetRandomTest, TestCloudSchemaless, MultiTermTest, UniqFieldsUpdateProcessorFactoryTest, ClusterStateUpdateTest, SharedFSAutoReplicaFailoverUtilsTest, DOMUtilTest, TestSimpleTrackingShardHandler, TlogReplayBufferedWhileIndexingTest, SolrCmdDistributorTest, TestSolr4Spatial2, TestScoreJoinQPNoScore, SpellCheckComponentTest, MinimalSchemaTest, TestDynamicFieldResource, SortSpecParsingTest, TestBinaryResponseWriter, TestQuerySenderListener, TestFastLRUCache, ChaosMonkeySafeLeaderTest, CdcrUpdateLogTest, ChaosMonkeyNothingIsSafeTest, TestCloudDeleteByQuery, TestDistributedGrouping, TestSQLHandler, HdfsBasicDistributedZk2Test, TestFieldSortValues, TestEmbeddedSolrServerConstructors, RestartWhileUpdatingTest, TestAuthorizationFramework, HdfsChaosMonkeySafeLeaderTest, DirectSolrSpellCheckerTest, TimeZoneUtilsTest, MBeansHandlerTest, TestObjectReleaseTracker, TestMissingGroups, TestIntervalFaceting, ParsingFieldUpdateProcessorsTest, TestFreeTextSuggestions, TestRandomRequestDistribution, ZkControllerTest, LoggingHandlerTest, TestRequestForwarding, HdfsRecoverLeaseTest, TestWordDelimiterFilterFactory, LeaderInitiatedRecoveryOnShardRestartTest, TestExpandComponent, TestManagedSchemaAPI, ConfigSetsAPITest, TestRestManager, DistributedMLTComponentTest, DocValuesMissingTest, TestStressUserVersions, CloudMLTQParserTest, TestReplicationHandlerBackup, HttpPartitionTest, TestRawResponseWriter, TestSerializedLuceneMatchVersion, DocumentBuilderTest, TestLRUStatsCache, HdfsLockFactoryTest, TestSearcherReuse, TestSolrConfigHandler, TestUseDocValuesAsStored2, DistributedIntervalFacetingTest, IndexBasedSpellCheckerTest, SoftAutoCommitTest, DistributedSuggestComponentTest, TestQuerySenderNoQuery, SpatialFilterTest, CoreAdminCreateDiscoverTest, TestBulkSchemaConcurrent, BlobRepositoryCloudTest, TestClusterStateMutator, OverseerRolesTest, TestStressLiveNodes, AsyncMigrateRouteKeyTest, SimplePostToolTest, TolerantUpdateProcessorTest, CheckHdfsIndexTest, TestSortByMinMaxFunction, OutOfBoxZkACLAndCredentialsProvidersTest, ZkCLITest, TestSha256AuthenticationProvider, DistributedFacetPivotWhiteBoxTest, SyncSliceTest, ZkSolrClientTest, TestRandomDVFaceting, TermVectorComponentDistributedTest, TestRealTimeGet, TestReload, HardAutoCommitTest, TestCoreContainer, SolrCoreTest]
   [junit4] Completed [319/595 (2!)] on J1 in 2.83s, 7 tests, 1 failure <<< FAILURES!

[...truncated 883 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/common-build.xml:529: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1014: There were test failures: 595 suites (10 ignored), 2404 tests, 1 error, 1 failure, 115 ignored (71 assumptions) [seed: FC5C7046029253A8]

Total time: 54 minutes 6 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



[JENKINS-EA] Lucene-Solr-6.x-Linux (64bit/jdk-9-ea+116) - Build # 576 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/576/
Java: 64bit/jdk-9-ea+116 -XX:-UseCompressedOops -XX:+UseParallelGC

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([1042F6400624135D:FD5C4D7A8D2912D9]:0)
	at org.apache.solr.MinimalSchemaTest.testAllConfiguredHandlers(MinimalSchemaTest.java:130)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:531)
	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(java.base@9-ea/Thread.java:804)
Caused by: java.lang.RuntimeException: Exception during query
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:786)
	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(java.xml@9-ea/DOMParser.java:256)
	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(java.xml@9-ea/DocumentBuilderImpl.java:339)
	at javax.xml.parsers.DocumentBuilder.parse(java.xml@9-ea/DocumentBuilder.java:122)
	at org.apache.solr.util.BaseTestHarness.validateXPath(BaseTestHarness.java:84)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:771)
	... 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([1042F6400624135D:D36FC7DB56ECDA1C]: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 jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:531)
	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(java.base@9-ea/Thread.java:804)




Build Log:
[...truncated 11529 lines...]
   [junit4] Suite: org.apache.solr.core.SolrCoreTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001
   [junit4]   2> 1218326 INFO  (SUITE-SolrCoreTest-seed#[1042F6400624135D]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 1218328 INFO  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRefCount
   [junit4]   2> 1218328 INFO  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1218328 INFO  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1218328 INFO  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1218328 INFO  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1218328 INFO  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1218328 INFO  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1218350 INFO  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1218364 INFO  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 1218386 INFO  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1218389 INFO  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1218461 INFO  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1218466 INFO  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1218467 INFO  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1218470 INFO  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1218472 INFO  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1218473 INFO  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1218473 INFO  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1218474 INFO  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1218474 INFO  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1218474 INFO  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr'
   [junit4]   2> 1218474 INFO  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1218474 INFO  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1218474 INFO  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] o.a.s.c.CoreContainer New CoreContainer 1860558993
   [junit4]   2> 1218474 INFO  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr]
   [junit4]   2> 1218474 WARN  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/lib
   [junit4]   2> 1218475 INFO  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] 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,useRetries : false,
   [junit4]   2> 1218477 INFO  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1218477 INFO  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1218477 INFO  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1218477 INFO  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1218477 INFO  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1218478 INFO  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] 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=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001, shard=shard1}
   [junit4]   2> 1218479 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1218479 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1218479 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1218479 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1218479 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1218495 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1218506 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 1218529 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1218533 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1218606 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1218609 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1218610 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1218613 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1218614 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1218615 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1218615 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1218617 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1218617 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1218617 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1218617 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001/]
   [junit4]   2> 1218617 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1fa5f3ee
   [junit4]   2> 1218618 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001
   [junit4]   2> 1218618 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001/index/
   [junit4]   2> 1218618 WARN  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 1218618 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001/index
   [junit4]   2> 1218618 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5032728945700398]
   [junit4]   2> 1218619 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@512013ca lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8ad3762),segFN=segments_1,generation=1}
   [junit4]   2> 1218619 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1218619 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001/
   [junit4]   2> 1218622 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1218622 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1218622 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1218622 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1218622 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1218623 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1218623 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1218623 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1218623 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1218623 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1218623 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1218623 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1218625 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1218626 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1218627 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1218627 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1218630 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1218631 INFO  (coreLoadExecutor-3337-thread-1) [    ] 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> 1218631 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1218631 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1218631 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1218642 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1218642 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1218643 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=35, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8492164229387292]
   [junit4]   2> 1218643 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@512013ca lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8ad3762),segFN=segments_1,generation=1}
   [junit4]   2> 1218643 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1218643 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ebe8678[collection1] main]
   [junit4]   2> 1218643 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1218643 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1218643 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1218643 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1218759 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1219365 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1219365 INFO  (searcherExecutor-3338-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1219365 INFO  (searcherExecutor-3338-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1219365 INFO  (searcherExecutor-3338-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1219365 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1219365 INFO  (searcherExecutor-3338-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1219365 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1219365 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1219365 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1533539997761667072
   [junit4]   2> 1219366 INFO  (searcherExecutor-3338-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1219366 INFO  (searcherExecutor-3338-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1219366 INFO  (searcherExecutor-3338-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1219367 INFO  (searcherExecutor-3338-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1219367 INFO  (searcherExecutor-3338-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1219367 INFO  (searcherExecutor-3338-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1ebe8678[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1219368 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1533539997761667072
   [junit4]   2> 1219368 INFO  (coreLoadExecutor-3337-thread-1) [    ] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1219369 INFO  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1219370 INFO  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1860558993
   [junit4]   2> 1219370 INFO  (coreCloseExecutor-3343-thread-1) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@343b840
   [junit4]   2> 1219370 INFO  (coreCloseExecutor-3343-thread-1) [    ] 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> 1219370 INFO  (coreCloseExecutor-3343-thread-1) [    ] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1219370 INFO  (coreCloseExecutor-3343-thread-1) [    ] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1219371 INFO  (coreCloseExecutor-3343-thread-1) [    ] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1219371 INFO  (coreCloseExecutor-3343-thread-1) [    ] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1219385 INFO  (coreCloseExecutor-3343-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1219385 INFO  (coreCloseExecutor-3343-thread-1) [    ] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1219385 INFO  (coreCloseExecutor-3343-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1219385 INFO  (coreCloseExecutor-3343-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001/index
   [junit4]   2> 1219385 INFO  (coreCloseExecutor-3343-thread-1) [    ] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001;done=false>>]
   [junit4]   2> 1219385 INFO  (coreCloseExecutor-3343-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1219385 INFO  (coreCloseExecutor-3343-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001
   [junit4]   2> 1219386 INFO  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1219386 INFO  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1860558993
   [junit4]   2> 1219386 INFO  (TEST-SolrCoreTest.testRefCount-seed#[1042F6400624135D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRefCount
   [junit4]   2> 1219388 INFO  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testClose
   [junit4]   2> 1219388 INFO  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1219388 INFO  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1219388 INFO  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1219388 INFO  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1219388 INFO  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1219388 INFO  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1219404 INFO  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1219410 INFO  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 1219424 INFO  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1219429 INFO  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1219529 INFO  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1219534 INFO  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1219535 INFO  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1219539 INFO  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1219540 INFO  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1219541 INFO  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1219542 INFO  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1219542 INFO  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1219542 INFO  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1219542 INFO  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr'
   [junit4]   2> 1219542 INFO  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1219542 INFO  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1219542 INFO  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] o.a.s.c.CoreContainer New CoreContainer 984614927
   [junit4]   2> 1219542 INFO  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr]
   [junit4]   2> 1219543 WARN  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/lib
   [junit4]   2> 1219543 INFO  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] 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,useRetries : false,
   [junit4]   2> 1219544 INFO  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1219544 INFO  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1219544 INFO  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1219544 INFO  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1219544 INFO  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1219545 INFO  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] 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=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001, shard=shard1}
   [junit4]   2> 1219545 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1219545 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1219545 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1219545 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1219545 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1219560 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1219566 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 1219579 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1219583 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1219676 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1219679 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1219680 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1219682 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1219683 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1219684 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1219684 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1219685 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1219685 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1219685 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1219685 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001/]
   [junit4]   2> 1219685 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1fa5f3ee
   [junit4]   2> 1219685 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001
   [junit4]   2> 1219685 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001/index/
   [junit4]   2> 1219685 WARN  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 1219686 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001/index
   [junit4]   2> 1219686 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5032728945700398]
   [junit4]   2> 1219686 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@62a6b409 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@301fed50),segFN=segments_1,generation=1}
   [junit4]   2> 1219686 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1219686 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001/
   [junit4]   2> 1219688 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1219688 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1219688 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1219688 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1219688 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1219688 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1219688 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1219688 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1219688 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1219689 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1219689 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1219689 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1219690 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1219691 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1219691 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1219692 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1219693 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1219694 INFO  (coreLoadExecutor-3351-thread-1) [    ] 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> 1219694 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1219694 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1219694 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1219695 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1219695 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1219695 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=35, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8492164229387292]
   [junit4]   2> 1219695 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@62a6b409 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@301fed50),segFN=segments_1,generation=1}
   [junit4]   2> 1219695 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1219695 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1fd8fe61[collection1] main]
   [junit4]   2> 1219695 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1219695 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1219695 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1219695 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1219696 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1219697 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1219697 INFO  (searcherExecutor-3352-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1219698 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1219698 INFO  (searcherExecutor-3352-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1219698 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1219698 INFO  (searcherExecutor-3352-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1219698 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1219698 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1533539998110842880
   [junit4]   2> 1219698 INFO  (searcherExecutor-3352-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1219698 INFO  (searcherExecutor-3352-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1219698 INFO  (searcherExecutor-3352-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1219699 INFO  (searcherExecutor-3352-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1219699 INFO  (searcherExecutor-3352-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1219699 INFO  (searcherExecutor-3352-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1219700 INFO  (searcherExecutor-3352-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1fd8fe61[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1219700 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1533539998110842880
   [junit4]   2> 1219700 INFO  (coreLoadExecutor-3351-thread-1) [    ] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1219701 INFO  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1219701 INFO  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=984614927
   [junit4]   2> 1219701 INFO  (coreCloseExecutor-3357-thread-1) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4084d20b
   [junit4]   2> 1219701 INFO  (coreCloseExecutor-3357-thread-1) [    ] 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> 1219701 INFO  (coreCloseExecutor-3357-thread-1) [    ] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1219701 INFO  (coreCloseExecutor-3357-thread-1) [    ] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1219701 INFO  (coreCloseExecutor-3357-thread-1) [    ] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1219701 INFO  (coreCloseExecutor-3357-thread-1) [    ] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1219707 INFO  (coreCloseExecutor-3357-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1219707 INFO  (coreCloseExecutor-3357-thread-1) [    ] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001;done=false>>]
   [junit4]   2> 1219707 INFO  (coreCloseExecutor-3357-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1219707 INFO  (coreCloseExecutor-3357-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001
   [junit4]   2> 1219707 INFO  (coreCloseExecutor-3357-thread-1) [    ] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1219707 INFO  (coreCloseExecutor-3357-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1219707 INFO  (coreCloseExecutor-3357-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001/index
   [junit4]   2> 1219708 INFO  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1219708 INFO  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=984614927
   [junit4]   2> 1219708 INFO  (TEST-SolrCoreTest.testClose-seed#[1042F6400624135D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testClose
   [junit4]   2> 1219709 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1042F6400624135D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRequestHandlerRegistry
   [junit4]   2> 1219710 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1042F6400624135D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1219710 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1219710 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1219710 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1219710 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1219710 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1219725 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1219732 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 1219746 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1219749 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1042F6400624135D]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1219821 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1042F6400624135D]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1219824 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1042F6400624135D]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1219825 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1042F6400624135D]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1219828 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1042F6400624135D]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1219830 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1042F6400624135D]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1219831 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1042F6400624135D]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1219831 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1042F6400624135D]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1219831 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1219832 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1219832 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr'
   [junit4]   2> 1219832 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1219832 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1219832 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1042F6400624135D]) [    ] o.a.s.c.CoreContainer New CoreContainer 1992310130
   [junit4]   2> 1219832 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1042F6400624135D]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr]
   [junit4]   2> 1219832 WARN  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1042F6400624135D]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/lib
   [junit4]   2> 1219832 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1042F6400624135D]) [    ] 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,useRetries : false,
   [junit4]   2> 1219833 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1042F6400624135D]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1219834 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1042F6400624135D]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1219835 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1042F6400624135D]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1219835 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1042F6400624135D]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1219835 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1042F6400624135D]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1219835 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1042F6400624135D]) [    ] 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=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001, shard=shard1}
   [junit4]   2> 1219835 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1219836 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1219836 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1219836 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1219836 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1219851 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1219877 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 1219894 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1219897 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1219965 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1219969 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1219970 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1219972 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1219973 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1219973 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1219973 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1219974 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1219974 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1219974 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1219974 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001/]
   [junit4]   2> 1219974 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1fa5f3ee
   [junit4]   2> 1219975 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001
   [junit4]   2> 1219975 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001/index/
   [junit4]   2> 1219975 WARN  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 1219975 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001/index
   [junit4]   2> 1219975 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5032728945700398]
   [junit4]   2> 1219975 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4d4ee565 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@50f126c6),segFN=segments_1,generation=1}
   [junit4]   2> 1219975 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1219979 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001/
   [junit4]   2> 1219981 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1219981 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1219981 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1219981 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1219981 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1219982 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1219982 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1219982 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1219982 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1219982 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1219982 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1219982 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1219984 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1219984 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1219984 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1219985 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1219987 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1219988 INFO  (coreLoadExecutor-3365-thread-1) [    ] 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> 1219988 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1219989 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1219989 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1219989 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1219989 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1219989 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=35, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8492164229387292]
   [junit4]   2> 1219990 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4d4ee565 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@50f126c6),segFN=segments_1,generation=1}
   [junit4]   2> 1219991 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1219991 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@49bcd9f6[collection1] main]
   [junit4]   2> 1219991 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1219991 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1219991 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1219992 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1219992 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1219994 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1219995 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1219995 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1219995 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1219995 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1533539998422269952
   [junit4]   2> 1219997 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1533539998422269952
   [junit4]   2> 1219997 INFO  (coreLoadExecutor-3365-thread-1) [    ] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1219997 INFO  (searcherExecutor-3366-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1219997 INFO  (searcherExecutor-3366-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1219997 INFO  (searcherExecutor-3366-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1219998 INFO  (searcherExecutor-3366-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1219998 INFO  (searcherExecutor-3366-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1219998 INFO  (searcherExecutor-3366-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1219998 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1042F6400624135D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1219998 INFO  (searcherExecutor-3366-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1219998 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1042F6400624135D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1219998 INFO  (searcherExecutor-3366-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1219998 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1042F6400624135D]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1992310130
   [junit4]   2> 1219999 INFO  (searcherExecutor-3366-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1219999 INFO  (coreCloseExecutor-3371-thread-1) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@21fd915d
   [junit4]   2> 1219999 INFO  (coreCloseExecutor-3371-thread-1) [    ] 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> 1220000 INFO  (coreCloseExecutor-3371-thread-1) [    ] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1220000 INFO  (coreCloseExecutor-3371-thread-1) [    ] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1220000 INFO  (coreCloseExecutor-3371-thread-1) [    ] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1220000 INFO  (searcherExecutor-3366-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@49bcd9f6[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1220000 INFO  (coreCloseExecutor-3371-thread-1) [    ] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1220008 INFO  (coreCloseExecutor-3371-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1220008 INFO  (coreCloseExecutor-3371-thread-1) [    ] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001;done=false>>]
   [junit4]   2> 1220008 INFO  (coreCloseExecutor-3371-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1220008 INFO  (coreCloseExecutor-3371-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001
   [junit4]   2> 1220008 INFO  (coreCloseExecutor-3371-thread-1) [    ] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1220008 INFO  (coreCloseExecutor-3371-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1220008 INFO  (coreCloseExecutor-3371-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.SolrCoreTest_1042F6400624135D-001/init-core-data-001/index
   [junit4]   2> 1220009 INFO  (TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1042F6400624135D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRequestHandlerRegistry
   [junit4]   2> 1220011 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[1042F6400624135D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testImplicitPlugins
   [junit4]   2> 1220012 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[1042F6400624135D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1220012 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1220012 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1220012 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1220012 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1220012 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1220028 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1220035 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 1220048 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1220052 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[1042F6400624135D]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1220176 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[1042F6400624135D]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1220182 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[1042F6400624135D]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1220183 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[1042F6400624135D]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1220187 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[1042F6400624135D]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1220189 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[1042F6400624135D]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1220190 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[1042F6400624135D]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1220190 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[1042F6400624135D]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1220190 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[1042F6400624135D]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4

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

randomizedtesting.SeedInfo.seed([1042F6400624135D:FD5C4D7A8D2912D9]:0)
   [junit4]    > 	at org.apache.solr.MinimalSchemaTest.testAllConfiguredHandlers(MinimalSchemaTest.java:130)
   [junit4]    > 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
   [junit4]    > 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
   [junit4]    > Caused by: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:786)
   [junit4]    > 	at org.apache.solr.MinimalSchemaTest.testAllConfiguredHandlers(MinimalSchemaTest.java:121)
   [junit4]    > 	... 39 more
   [junit4]    > Caused by: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.
   [junit4]    > 	at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(java.xml@9-ea/DOMParser.java:256)
   [junit4]    > 	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(java.xml@9-ea/DocumentBuilderImpl.java:339)
   [junit4]    > 	at javax.xml.parsers.DocumentBuilder.parse(java.xml@9-ea/DocumentBuilder.java:122)
   [junit4]    > 	at org.apache.solr.util.BaseTestHarness.validateXPath(BaseTestHarness.java:84)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:771)
   [junit4]    > 	... 40 more
   [junit4]   2> 1282323 INFO  (SUITE-MinimalSchemaTest-seed#[1042F6400624135D]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1282323 INFO  (SUITE-MinimalSchemaTest-seed#[1042F6400624135D]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=18439449
   [junit4]   2> 1282323 INFO  (coreCloseExecutor-5128-thread-1) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3a343fa5
   [junit4]   2> 1282324 INFO  (coreCloseExecutor-5128-thread-1) [    ] 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> 1282324 INFO  (coreCloseExecutor-5128-thread-1) [    ] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1282324 INFO  (coreCloseExecutor-5128-thread-1) [    ] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1282325 INFO  (coreCloseExecutor-5128-thread-1) [    ] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1282325 INFO  (coreCloseExecutor-5128-thread-1) [    ] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1282332 INFO  (coreCloseExecutor-5128-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1282332 INFO  (coreCloseExecutor-5128-thread-1) [    ] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.MinimalSchemaTest_1042F6400624135D-001/init-core-data-001/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.MinimalSchemaTest_1042F6400624135D-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1282332 INFO  (coreCloseExecutor-5128-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1282332 INFO  (coreCloseExecutor-5128-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.MinimalSchemaTest_1042F6400624135D-001/init-core-data-001/index
   [junit4]   2> 1282332 INFO  (coreCloseExecutor-5128-thread-1) [    ] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.MinimalSchemaTest_1042F6400624135D-001/init-core-data-001 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.MinimalSchemaTest_1042F6400624135D-001/init-core-data-001;done=false>>]
   [junit4]   2> 1282332 INFO  (coreCloseExecutor-5128-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1282332 INFO  (coreCloseExecutor-5128-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.MinimalSchemaTest_1042F6400624135D-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.MinimalSchemaTest_1042F6400624135D-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {subject=FSTOrd50, project=PostingsFormat(name=Direct), id=FST50}, docValues:{}, maxPointsInLeafNode=990, maxMBSortInHeap=5.266367916369596, sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=chr, timezone=PRC
   [junit4]   2> NOTE: Linux 4.4.0-21-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=262662096,total=524812288
   [junit4]   2> NOTE: All tests run in this JVM: [ScriptEngineTest, StatelessScriptUpdateProcessorFactoryTest, TestHdfsUpdateLog, DirectSolrConnectionTest, OverseerTest, TestBlobHandler, TestMiniSolrCloudClusterSSL, TestConfigSets, StatsComponentTest, TestFilteredDocIdSet, TestDefaultSearchFieldResource, TestXIncludeConfig, TestElisionMultitermQuery, RuleEngineTest, TestJmxIntegration, TestExactSharedStatsCache, AssignTest, SolrTestCaseJ4Test, TestGeoJSONResponseWriter, DistributedQueryComponentCustomSortTest, TestCSVResponseWriter, TestSweetSpotSimilarityFactory, DocValuesMultiTest, TestRequestStatusCollectionAPI, DebugComponentTest, SecurityConfHandlerTest, ResponseHeaderTest, DeleteShardTest, TestRandomCollapseQParserPlugin, TestSimpleQParserPlugin, DistribDocExpirationUpdateProcessorTest, FieldMutatingUpdateProcessorTest, TestConfigSetsAPI, DocExpirationUpdateProcessorFactoryTest, BufferStoreTest, ZkStateReaderTest, SampleTest, SimpleCollectionCreateDeleteTest, DistributedExpandComponentTest, UnloadDistributedZkTest, TestReqParamsAPI, CoreAdminHandlerTest, PreAnalyzedUpdateProcessorTest, TestJettySolrRunner, CircularListTest, TestInfoStreamLogging, TestMinMaxOnMultiValuedField, SolrCoreCheckLockOnStartupTest, LeaderFailoverAfterPartitionTest, TriLevelCompositeIdRoutingTest, RollingRestartTest, TestAuthenticationFramework, TestCloudManagedSchema, TestInitQParser, TestAddFieldRealTimeGet, RecoveryZkTest, BigEndianAscendingWordDeserializerTest, TestExtendedDismaxParser, TestWriterPerf, CurrencyFieldXmlFileTest, TestManagedStopFilterFactory, TestPerFieldSimilarity, DirectUpdateHandlerTest, TestNonDefinedSimilarityFactory, CdcrRequestHandlerTest, TestFieldCollectionResource, HdfsWriteToMultipleCollectionsTest, TestScoreJoinQPScore, HighlighterMaxOffsetTest, TestConfigOverlay, HdfsThreadLeakTest, TestSolrDeletionPolicy1, TestPostingsSolrHighlighter, FullSolrCloudDistribCmdsTest, TestBulkSchemaAPI, TestSolrQueryParser, DateMathParserTest, TestHighFrequencyDictionaryFactory, DeleteInactiveReplicaTest, TermVectorComponentDistributedTest, BinaryUpdateRequestHandlerTest, TestSchemaManager, TestFastWriter, BasicDistributedZk2Test, HdfsRecoveryZkTest, CleanupOldIndexTest, EnumFieldTest, TestNoOpRegenerator, ClusterStateTest, ConnectionManagerTest, PluginInfoTest, BaseCdcrDistributedZkTest, DirectUpdateHandlerOptimizeTest, BasicZkTest, TestReplicationHandler, AutoCommitTest, TestRecovery, TestJoin, DistributedTermsComponentTest, TestSolr4Spatial, TestGroupingSearch, TestIndexSearcher, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, SolrIndexSplitterTest, TestCoreDiscovery, SuggesterFSTTest, DocValuesTest, WordBreakSolrSpellCheckerTest, QueryEqualityTest, TestRemoteStreaming, IndexBasedSpellCheckerTest, TestQueryUtils, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, RequestHandlersTest, TestValueSourceCache, FieldAnalysisRequestHandlerTest, RegexBoostProcessorTest, TestCollationField, JSONWriterTest, QueryParsingTest, TestPHPSerializedResponseWriter, UpdateParamsTest, CopyFieldTest, TestDocSet, TestSearchPerf, MinimalSchemaTest]
   [junit4] Completed [382/595 (2!)] on J2 in 0.88s, 3 tests, 1 error <<< FAILURES!

[...truncated 734 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/common-build.xml:529: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1014: There were test failures: 595 suites (10 ignored), 2404 tests, 1 error, 1 failure, 117 ignored (71 assumptions) [seed: 1042F6400624135D]

Total time: 61 minutes 55 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