You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/05/06 06:47:39 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16667/
Java: 32bit/jdk1.8.0_92 -client -XX:+UseConcMarkSweepGC

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([22039A6C4B870F2F:CF1D2156C08A0EAB]:0)
	at org.apache.solr.MinimalSchemaTest.testAllConfiguredHandlers(MinimalSchemaTest.java:130)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: Exception during query
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:785)
	at org.apache.solr.MinimalSchemaTest.testAllConfiguredHandlers(MinimalSchemaTest.java:121)
	... 39 more
Caused by: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; El contenido no está permitido en el prólogo.
	at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
	at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
	at org.apache.solr.util.BaseTestHarness.validateXPath(BaseTestHarness.java:84)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:770)
	... 40 more


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

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

Stack Trace:
java.lang.AssertionError: wrong number of implicit handlers expected:<21> but was:<22>
	at __randomizedtesting.SeedInfo.seed([22039A6C4B870F2F:E12EABF71B4FC66E]: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 11378 lines...]
   [junit4] Suite: org.apache.solr.MinimalSchemaTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_22039A6C4B870F2F-001/init-core-data-001
   [junit4]   2> 1423346 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1423346 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1423346 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1423346 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1423346 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1423347 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1423347 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1423371 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1423379 WARN  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1423380 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1423399 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solr/collection1/conf/solrconfig.xml
   [junit4]   2> 1423402 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=minimal
   [junit4]   2> 1423403 WARN  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 1423404 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1423404 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1423404 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr'
   [junit4]   2> 1423404 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1423404 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1423404 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 28614876
   [junit4]   2> 1423404 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr]
   [junit4]   2> 1423404 WARN  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/lib
   [junit4]   2> 1423404 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-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,
   [junit4]   2> 1423406 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1423407 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1423407 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1423407 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1423407 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1423408 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-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-master-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_22039A6C4B870F2F-001/init-core-data-001, shard=shard1}
   [junit4]   2> 1423408 INFO  (coreLoadExecutor-2095-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1423408 INFO  (coreLoadExecutor-2095-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1423408 INFO  (coreLoadExecutor-2095-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1423409 INFO  (coreLoadExecutor-2095-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1423409 INFO  (coreLoadExecutor-2095-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1423445 INFO  (coreLoadExecutor-2095-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1423466 WARN  (coreLoadExecutor-2095-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1423468 INFO  (coreLoadExecutor-2095-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1423489 INFO  (coreLoadExecutor-2095-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solr/collection1/conf/solrconfig.xml
   [junit4]   2> 1423492 INFO  (coreLoadExecutor-2095-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=minimal
   [junit4]   2> 1423494 WARN  (coreLoadExecutor-2095-thread-1) [    ] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 1423495 INFO  (coreLoadExecutor-2095-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-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1423495 INFO  (coreLoadExecutor-2095-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1423495 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1423495 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_22039A6C4B870F2F-001/init-core-data-001/]
   [junit4]   2> 1423495 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cf23d7
   [junit4]   2> 1423496 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_22039A6C4B870F2F-001/init-core-data-001
   [junit4]   2> 1423496 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_22039A6C4B870F2F-001/init-core-data-001/index/
   [junit4]   2> 1423496 WARN  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_22039A6C4B870F2F-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 1423496 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_22039A6C4B870F2F-001/init-core-data-001/index
   [junit4]   2> 1423496 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=0.5576171875, floorSegmentMB=1.640625, forceMergeDeletesPctAllowed=2.3482164927688496, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.30919064702701454
   [junit4]   2> 1423497 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1eb3e96 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@184950),segFN=segments_1,generation=1}
   [junit4]   2> 1423497 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1423498 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-master-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_22039A6C4B870F2F-001/init-core-data-001/
   [junit4]   2> 1423501 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1423501 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1423501 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1423501 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1423502 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1423502 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1423502 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1423502 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1423502 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1423502 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1423502 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1423502 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1423503 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1423504 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1423505 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1423506 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1423511 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1423514 INFO  (coreLoadExecutor-2095-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> 1423514 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1423514 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1423514 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1423514 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=30.7841796875, floorSegmentMB=1.5712890625, forceMergeDeletesPctAllowed=25.44344397798718, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.10285951716508085
   [junit4]   2> 1423515 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1eb3e96 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@184950),segFN=segments_1,generation=1}
   [junit4]   2> 1423515 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1423515 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1c5e14e[collection1] main]
   [junit4]   2> 1423515 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1423515 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1423515 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1423515 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1423577 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1423876 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1423876 INFO  (searcherExecutor-2096-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1423876 INFO  (searcherExecutor-2096-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1423876 INFO  (searcherExecutor-2096-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1423876 INFO  (searcherExecutor-2096-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1423877 INFO  (searcherExecutor-2096-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1423877 INFO  (searcherExecutor-2096-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1423877 INFO  (searcherExecutor-2096-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1423877 INFO  (searcherExecutor-2096-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1423878 INFO  (searcherExecutor-2096-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1423878 INFO  (coreLoadExecutor-2095-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1423879 INFO  (searcherExecutor-2096-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1c5e14e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1423879 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1423881 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[(null)]} 0 1
   [junit4]   2> 1423883 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[(null)]} 0 0
   [junit4]   2> 1423887 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1423890 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1eb3e96 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@184950),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1eb3e96 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@184950),segFN=segments_2,generation=2}
   [junit4]   2> 1423890 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 1423892 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1c349d7[collection1] main]
   [junit4]   2> 1423892 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1423894 INFO  (searcherExecutor-2096-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1c349d7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c2)))}
   [junit4]   2> 1423894 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 10
   [junit4]   2> 1423895 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1423895 WARN  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the entire index! Use with care.
   [junit4]   2> 1423899 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1eb3e96 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@184950),segFN=segments_2,generation=2}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1eb3e96 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@184950),segFN=segments_3,generation=3}
   [junit4]   2> 1423899 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
   [junit4]   2> 1423900 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1b41715[collection1] main]
   [junit4]   2> 1423900 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1423902 INFO  (searcherExecutor-2096-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1b41715[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):C2)))}
   [junit4]   2> 1423902 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{optimize=} 0 7
   [junit4]   2> 1423906 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[22039A6C4B870F2F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testAllConfiguredHandlers
   [junit4]   2> 1423906 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[22039A6C4B870F2F]) [    ] 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> 1423907 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[22039A6C4B870F2F]) [    ] 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> 1423908 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[22039A6C4B870F2F]) [    ] 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> 1423908 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[22039A6C4B870F2F]) [    ] 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> 1423908 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[22039A6C4B870F2F]) [    ] 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> 1423909 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[22039A6C4B870F2F]) [    ] 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> 1423910 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[22039A6C4B870F2F]) [    ] 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> 1423910 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[22039A6C4B870F2F]) [    ] 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> 1423911 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[22039A6C4B870F2F]) [    ] 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> 1423911 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[22039A6C4B870F2F]) [    ] 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> 1423912 ERROR (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[22039A6C4B870F2F]) [    ] 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:759)
   [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> 1423913 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=foo:bar&qt=/graph&omitHeader=false&wt=xml} status=0 QTime=1
   [junit4]   2> [Fatal Error] :1:1: El contenido no est? permitido en el pr?logo.
   [junit4]   2> 1423922 ERROR (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[22039A6C4B870F2F]) [    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=foo:bar&qt=/graph&omitHeader=false&wt=xml:org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; El contenido no est? permitido en el pr?logo.
   [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:770)
   [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> 1423922 INFO  (TEST-MinimalSchemaTest.testAllConfiguredHandlers-seed#[22039A6C4B870F2F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testAllConfiguredHandlers
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MinimalSchemaTest -Dtests.method=testAllConfiguredHandlers -Dtests.seed=22039A6C4B870F2F -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es-BO -Dtests.timezone=Africa/Nouakchott -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([22039A6C4B870F2F:CF1D2156C08A0EAB]: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:785)
   [junit4]    > 	at org.apache.solr.MinimalSchemaTest.testAllConfiguredHandlers(MinimalSchemaTest.java:121)
   [junit4]    > 	... 39 more
   [junit4]    > Caused by: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; El contenido no está permitido en el prólogo.
   [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:770)
   [junit4]    > 	... 40 more
   [junit4]   2> 1423925 INFO  (TEST-MinimalSchemaTest.testLuke-seed#[22039A6C4B870F2F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLuke
   [junit4]   2> 1423928 INFO  (TEST-MinimalSchemaTest.testLuke-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/admin/luke&wt=xml} status=0 QTime=2
   [junit4]   2> 1423929 INFO  (TEST-MinimalSchemaTest.testLuke-seed#[22039A6C4B870F2F]) [    ] 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> 1423930 INFO  (TEST-MinimalSchemaTest.testLuke-seed#[22039A6C4B870F2F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testLuke
   [junit4]   2> 1423932 INFO  (TEST-MinimalSchemaTest.testSimpleQueries-seed#[22039A6C4B870F2F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimpleQueries
   [junit4]   2> 1423933 INFO  (TEST-MinimalSchemaTest.testSimpleQueries-seed#[22039A6C4B870F2F]) [    ] 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> 1423934 INFO  (TEST-MinimalSchemaTest.testSimpleQueries-seed#[22039A6C4B870F2F]) [    ] 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> 1423934 INFO  (TEST-MinimalSchemaTest.testSimpleQueries-seed#[22039A6C4B870F2F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSimpleQueries
   [junit4]   2> 1423935 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1423935 INFO  (SUITE-MinimalSchemaTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=28614876
   [junit4]   2> 1423935 INFO  (coreCloseExecutor-2100-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@f4c890
   [junit4]   2> 1423935 INFO  (coreCloseExecutor-2100-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}
   [junit4]   2> 1423935 INFO  (coreCloseExecutor-2100-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1423935 INFO  (coreCloseExecutor-2100-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1423935 INFO  (coreCloseExecutor-2100-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1423936 INFO  (coreCloseExecutor-2100-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1423963 INFO  (coreCloseExecutor-2100-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1423963 INFO  (coreCloseExecutor-2100-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_22039A6C4B870F2F-001/init-core-data-001/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_22039A6C4B870F2F-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1423963 INFO  (coreCloseExecutor-2100-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1423963 INFO  (coreCloseExecutor-2100-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_22039A6C4B870F2F-001/init-core-data-001/index
   [junit4]   2> 1423963 INFO  (coreCloseExecutor-2100-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_22039A6C4B870F2F-001/init-core-data-001 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_22039A6C4B870F2F-001/init-core-data-001;done=false>>]
   [junit4]   2> 1423963 INFO  (coreCloseExecutor-2100-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1423963 INFO  (coreCloseExecutor-2100-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_22039A6C4B870F2F-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_22039A6C4B870F2F-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60), sim=ClassicSimilarity, locale=es-BO, timezone=Africa/Nouakchott
   [junit4]   2> NOTE: Linux 4.4.0-21-generic i386/Oracle Corporation 1.8.0_92 (32-bit)/cpus=12,threads=1,free=201777784,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestBulkSchemaConcurrent, DataDrivenBlockJoinTest, RequestLoggingTest, UUIDUpdateProcessorFallbackTest, TestScoreJoinQPNoScore, DistributedSuggestComponentTest, BasicFunctionalityTest, CheckHdfsIndexTest, CollectionsAPIAsyncDistributedZkTest, AtomicUpdatesTest, TestBlendedInfixSuggestions, SortByFunctionTest, RestartWhileUpdatingTest, SuggestComponentContextFilterQueryTest, TestFiltering, TestSurroundQueryParser, TlogReplayBufferedWhileIndexingTest, ZkCLITest, TestPartialUpdateDeduplication, TestImplicitCoreProperties, BadCopyFieldTest, TestRTimerTree, TestSerializedLuceneMatchVersion, UpdateRequestProcessorFactoryTest, MoreLikeThisHandlerTest, TestSQLHandler, HttpPartitionTest, WordBreakSolrSpellCheckerTest, TestSortByMinMaxFunction, CustomCollectionTest, ConvertedLegacyTest, HdfsSyncSliceTest, TermsComponentTest, AliasIntegrationTest, ResponseHeaderTest, TestRequestForwarding, TestCodecSupport, TestLFUCache, DistributedDebugComponentTest, TestQuerySenderListener, SharedFSAutoReplicaFailoverUtilsTest, TermVectorComponentTest, ChaosMonkeyNothingIsSafeTest, HdfsBasicDistributedZk2Test, TestReRankQParserPlugin, TestJsonFacets, ClusterStateUpdateTest, SchemaVersionSpecificBehaviorTest, DocValuesTest, HLLUtilTest, FileUtilsTest, TestSearcherReuse, TestCloudDeleteByQuery, DistributedIntervalFacetingTest, DistributedFacetPivotLongTailTest, ConfigSetsAPITest, ZkControllerTest, CollectionReloadTest, TestBinaryResponseWriter, TestClusterStateMutator, TestHighFrequencyDictionaryFactory, SortSpecParsingTest, SpellingQueryConverterTest, SpellPossibilityIteratorTest, SolrIndexSplitterTest, MinimalSchemaTest]
   [junit4] Completed [258/594 (1!)] on J1 in 0.64s, 3 tests, 1 error <<< FAILURES!

[...truncated 187 lines...]
   [junit4] Suite: org.apache.solr.core.SolrCoreTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.SolrCoreTest_22039A6C4B870F2F-001/init-core-data-001
   [junit4]   2> 1735776 INFO  (SUITE-SolrCoreTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1735778 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRefCountMT
   [junit4]   2> 1735778 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1735778 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1735778 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1735778 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1735779 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1735779 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1735816 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1735839 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1735862 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1735874 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1735972 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1735978 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1735979 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1735986 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1735988 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1735990 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1735990 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1735991 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1735991 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1735991 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr'
   [junit4]   2> 1735991 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1735991 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1735991 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.CoreContainer New CoreContainer 3819682
   [junit4]   2> 1735991 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr]
   [junit4]   2> 1735991 WARN  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/lib
   [junit4]   2> 1735991 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 1735994 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1735995 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1735995 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1735995 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1735995 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1735996 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] 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-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.SolrCoreTest_22039A6C4B870F2F-001/init-core-data-001, shard=shard1}
   [junit4]   2> 1735996 INFO  (coreLoadExecutor-5421-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1735997 INFO  (coreLoadExecutor-5421-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1735997 INFO  (coreLoadExecutor-5421-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1735997 INFO  (coreLoadExecutor-5421-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1735997 INFO  (coreLoadExecutor-5421-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1736021 INFO  (coreLoadExecutor-5421-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1736031 INFO  (coreLoadExecutor-5421-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1736051 INFO  (coreLoadExecutor-5421-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1736057 INFO  (coreLoadExecutor-5421-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1736146 INFO  (coreLoadExecutor-5421-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1736152 INFO  (coreLoadExecutor-5421-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1736153 INFO  (coreLoadExecutor-5421-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1736159 INFO  (coreLoadExecutor-5421-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1736161 INFO  (coreLoadExecutor-5421-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1736162 INFO  (coreLoadExecutor-5421-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1736163 INFO  (coreLoadExecutor-5421-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1736164 INFO  (coreLoadExecutor-5421-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-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1736164 INFO  (coreLoadExecutor-5421-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1736164 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1736165 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.SolrCoreTest_22039A6C4B870F2F-001/init-core-data-001/]
   [junit4]   2> 1736165 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@181a0d3
   [junit4]   2> 1736165 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.SolrCoreTest_22039A6C4B870F2F-001/init-core-data-001
   [junit4]   2> 1736166 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.SolrCoreTest_22039A6C4B870F2F-001/init-core-data-001/index/
   [junit4]   2> 1736166 WARN  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.SolrCoreTest_22039A6C4B870F2F-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 1736166 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.SolrCoreTest_22039A6C4B870F2F-001/init-core-data-001/index
   [junit4]   2> 1736166 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=13, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7373744655139062]
   [junit4]   2> 1736167 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@64d920 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@cfe1e7),segFN=segments_1,generation=1}
   [junit4]   2> 1736167 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1736167 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-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.SolrCoreTest_22039A6C4B870F2F-001/init-core-data-001/
   [junit4]   2> 1736171 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1736171 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1736171 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1736171 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1736171 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1736171 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1736171 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1736172 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1736172 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1736172 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1736172 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1736172 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1736174 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1736175 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1736176 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1736177 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1736183 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1736185 INFO  (coreLoadExecutor-5421-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> 1736186 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1736187 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1736187 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1736188 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1736188 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1736189 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@4f317
   [junit4]   2> 1736189 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@64d920 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@cfe1e7),segFN=segments_1,generation=1}
   [junit4]   2> 1736189 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1736189 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@496d15[collection1] main]
   [junit4]   2> 1736189 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1736190 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1736190 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1736190 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1736252 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1736683 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1736684 INFO  (searcherExecutor-5422-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1736684 INFO  (searcherExecutor-5422-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1736684 INFO  (searcherExecutor-5422-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1736684 INFO  (searcherExecutor-5422-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1736684 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1736684 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1736685 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1736685 INFO  (searcherExecutor-5422-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1736685 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1533559821120307200
   [junit4]   2> 1736685 INFO  (searcherExecutor-5422-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1736685 INFO  (searcherExecutor-5422-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1736686 INFO  (searcherExecutor-5422-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1736687 INFO  (searcherExecutor-5422-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1736688 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 3.0ms to seed version buckets with highest version 1533559821120307200
   [junit4]   2> 1736688 INFO  (coreLoadExecutor-5421-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1736689 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1736689 INFO  (searcherExecutor-5422-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@496d15[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1737251 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=3819682
   [junit4]   2> 1737252 INFO  (coreCloseExecutor-5428-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1ee241e
   [junit4]   2> 1737252 INFO  (coreCloseExecutor-5428-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> 1737253 INFO  (coreCloseExecutor-5428-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1737253 INFO  (coreCloseExecutor-5428-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1737253 INFO  (coreCloseExecutor-5428-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1737253 INFO  (coreCloseExecutor-5428-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1737275 INFO  (coreCloseExecutor-5428-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1737276 INFO  (coreCloseExecutor-5428-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.SolrCoreTest_22039A6C4B870F2F-001/init-core-data-001 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.SolrCoreTest_22039A6C4B870F2F-001/init-core-data-001;done=false>>]
   [junit4]   2> 1737276 INFO  (coreCloseExecutor-5428-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1737276 INFO  (coreCloseExecutor-5428-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.SolrCoreTest_22039A6C4B870F2F-001/init-core-data-001
   [junit4]   2> 1737276 INFO  (coreCloseExecutor-5428-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.SolrCoreTest_22039A6C4B870F2F-001/init-core-data-001/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.SolrCoreTest_22039A6C4B870F2F-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1737276 INFO  (coreCloseExecutor-5428-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1737276 INFO  (coreCloseExecutor-5428-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.SolrCoreTest_22039A6C4B870F2F-001/init-core-data-001/index
   [junit4]   2> 1737277 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1737277 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=3819682
   [junit4]   2> 1737277 INFO  (TEST-SolrCoreTest.testRefCountMT-seed#[22039A6C4B870F2F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRefCountMT
   [junit4]   2> 1737280 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[22039A6C4B870F2F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testInfoRegistry
   [junit4]   2> 1737280 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[22039A6C4B870F2F]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1737280 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1737280 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1737280 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1737281 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1737281 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1737308 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1737321 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1737341 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1737349 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[22039A6C4B870F2F]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1737440 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[22039A6C4B870F2F]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1737446 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[22039A6C4B870F2F]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1737447 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[22039A6C4B870F2F]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1737453 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[22039A6C4B870F2F]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1737455 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[22039A6C4B870F2F]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1737457 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[22039A6C4B870F2F]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1737457 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[22039A6C4B870F2F]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1737457 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1737457 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1737458 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr'
   [junit4]   2> 1737458 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1737458 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1737458 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.CoreContainer New CoreContainer 907606
   [junit4]   2> 1737458 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr]
   [junit4]   2> 1737458 WARN  (TEST-SolrCoreTest.testInfoRegistry-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/lib
   [junit4]   2> 1737459 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[22039A6C4B870F2F]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 1737460 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[22039A6C4B870F2F]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1737461 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[22039A6C4B870F2F]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1737461 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[22039A6C4B870F2F]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1737462 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1737462 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1737463 INFO  (TEST-SolrCoreTest.testInfoRegistry-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, s

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

ng-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1739872 INFO  (coreLoadExecutor-5503-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1533559824460021760
   [junit4]   2> 1739873 INFO  (coreLoadExecutor-5503-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1739873 INFO  (searcherExecutor-5504-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1739873 INFO  (searcherExecutor-5504-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1739874 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[22039A6C4B870F2F]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1739874 INFO  (searcherExecutor-5504-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@eb79c5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1739874 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[22039A6C4B870F2F]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1739874 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[22039A6C4B870F2F]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=31598520
   [junit4]   2> 1739875 INFO  (coreCloseExecutor-5509-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@8226f2
   [junit4]   2> 1739875 INFO  (coreCloseExecutor-5509-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> 1739875 INFO  (coreCloseExecutor-5509-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1739875 INFO  (coreCloseExecutor-5509-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1739875 INFO  (coreCloseExecutor-5509-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1739876 INFO  (coreCloseExecutor-5509-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1739897 INFO  (coreCloseExecutor-5509-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1739898 INFO  (coreCloseExecutor-5509-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.SolrCoreTest_22039A6C4B870F2F-001/init-core-data-001 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.SolrCoreTest_22039A6C4B870F2F-001/init-core-data-001;done=false>>]
   [junit4]   2> 1739898 INFO  (coreCloseExecutor-5509-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1739898 INFO  (coreCloseExecutor-5509-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.SolrCoreTest_22039A6C4B870F2F-001/init-core-data-001
   [junit4]   2> 1739898 INFO  (coreCloseExecutor-5509-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.SolrCoreTest_22039A6C4B870F2F-001/init-core-data-001/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.SolrCoreTest_22039A6C4B870F2F-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1739898 INFO  (coreCloseExecutor-5509-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1739898 INFO  (coreCloseExecutor-5509-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.SolrCoreTest_22039A6C4B870F2F-001/init-core-data-001/index
   [junit4]   2> 1739899 INFO  (TEST-SolrCoreTest.testImplicitPlugins-seed#[22039A6C4B870F2F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testImplicitPlugins
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrCoreTest -Dtests.method=testImplicitPlugins -Dtests.seed=22039A6C4B870F2F -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar-KW -Dtests.timezone=Asia/Dushanbe -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.40s J2 | SolrCoreTest.testImplicitPlugins <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: wrong number of implicit handlers expected:<21> but was:<22>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([22039A6C4B870F2F:E12EABF71B4FC66E]:0)
   [junit4]    > 	at org.apache.solr.core.SolrCoreTest.testImplicitPlugins(SolrCoreTest.java:109)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1739909 INFO  (SUITE-SolrCoreTest-seed#[22039A6C4B870F2F]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.SolrCoreTest_22039A6C4B870F2F-001
   [junit4]   2> NOTE: test params are: codec=Lucene60, sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=ar-KW, timezone=Asia/Dushanbe
   [junit4]   2> NOTE: Linux 4.4.0-21-generic i386/Oracle Corporation 1.8.0_92 (32-bit)/cpus=12,threads=1,free=164171296,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestCollationField, AnalysisErrorHandlingTest, XmlUpdateRequestHandlerTest, RegexBoostProcessorTest, BJQParserTest, FacetPivotSmallTest, SampleTest, FullSolrCloudDistribCmdsTest, VersionInfoTest, TestFileDictionaryLookup, TestSweetSpotSimilarityFactory, TestStressRecovery, SliceStateTest, SuggestComponentTest, TestFilteredDocIdSet, TestSolrQueryParser, HdfsRecoveryZkTest, HdfsThreadLeakTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestSolrDynamicMBean, TestConfigOverlay, TestFastWriter, TestSolrQueryParserDefaultOperatorResource, StatelessScriptUpdateProcessorFactoryTest, TestSolrConfigHandlerCloud, CoreAdminRequestStatusTest, RecoveryZkTest, SuggesterTest, TestStressReorder, MigrateRouteKeyTest, SolrTestCaseJ4Test, PluginInfoTest, TestPivotHelperCode, ClusterStateTest, TestRuleBasedAuthorizationPlugin, UnloadDistributedZkTest, TestJmxMonitoredMap, TestInitQParser, DebugComponentTest, TestXIncludeConfig, TestCryptoKeys, TermVectorComponentDistributedTest, ConnectionManagerTest, RuleEngineTest, TestReload, TestSort, DistribDocExpirationUpdateProcessorTest, TestCloudManagedSchema, ChangedSchemaMergeTest, SparseHLLTest, CircularListTest, TestSearchPerf, TestMiniSolrCloudCluster, TestDistributedMissingSort, DistributedExpandComponentTest, LeaderFailoverAfterPartitionTest, HdfsWriteToMultipleCollectionsTest, DistributedVersionInfoTest, TestCSVResponseWriter, SolrCoreCheckLockOnStartupTest, TestFuzzyAnalyzedSuggestions, QueryParsingTest, SuggesterTSTTest, TestSuggestSpellingConverter, TestDocBasedVersionConstraints, TestGroupingSearch, ConjunctionSolrSpellCheckerTest, TestRawTransformer, FullHLLTest, ShardSplitTest, ZkStateReaderTest, MergeStrategyTest, TestNoOpRegenerator, UpdateParamsTest, TestComplexPhraseQParserPlugin, TestIndexingPerformance, HdfsBasicDistributedZkTest, PKIAuthenticationIntegrationTest, TestDefaultStatsCache, DistanceUnitsTest, TestExclusionRuleCollectionAccess, CoreAdminHandlerTest, TriLevelCompositeIdRoutingTest, SimpleFacetsTest, HighlighterMaxOffsetTest, OverseerTest, TestAuthenticationFramework, DistributedQueryComponentCustomSortTest, TestRequestStatusCollectionAPI, DeleteInactiveReplicaTest, TestSchemaManager, DirectUpdateHandlerTest, TestDefaultSearchFieldResource, TestBlobHandler, TestCloudInspectUtil, TestIndexSearcher, TestRebalanceLeaders, AutoCommitTest, TestRecovery, TestJoin, SolrCoreTest]
   [junit4] Completed [319/594 (2!)] on J2 in 4.16s, 7 tests, 1 failure <<< FAILURES!

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

Total time: 76 minutes 30 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