Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/185/
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([D139ED78D39F07E7:3C27564258920663]:0)
at
org.apache.solr.MinimalSchemaTest.testAllConfiguredHandlers(MinimalSchemaTest.java:130)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: Exception during query
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:786)
at
org.apache.solr.MinimalSchemaTest.testAllConfiguredHandlers(MinimalSchemaTest.java:121)
... 39 more
Caused by: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1;
Content is not allowed in prolog.
at
com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
at
com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
at
org.apache.solr.util.BaseTestHarness.validateXPath(BaseTestHarness.java:84)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:771)
... 40 more
FAILED: org.apache.solr.core.SolrCoreTest.testImplicitPlugins
Error Message:
wrong number of implicit handlers expected:<21> but was:<22>
Stack Trace:
java.lang.AssertionError: wrong number of implicit handlers expected:<21> but
was:<22>
at
__randomizedtesting.SeedInfo.seed([D139ED78D39F07E7:1214DCE38357CEA6]: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 11237 lines...]
[junit4] Suite: org.apache.solr.core.SolrCoreTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001
[junit4] 2> 703698 INFO
(SUITE-SolrCoreTest-seed#[D139ED78D39F07E7]-worker) [ ] o.a.s.SolrTestCaseJ4
Randomized ssl (false) and clientAuth (false)
[junit4] 2> 703700 INFO
(TEST-SolrCoreTest.testConfiguration-seed#[D139ED78D39F07E7]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testConfiguration
[junit4] 2> 703700 INFO
(TEST-SolrCoreTest.testConfiguration-seed#[D139ED78D39F07E7]) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 703701 INFO
(TEST-SolrCoreTest.testConfiguration-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1'
[junit4] 2> 703701 INFO
(TEST-SolrCoreTest.testConfiguration-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 703701 INFO
(TEST-SolrCoreTest.testConfiguration-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr
[junit4] 2> 703704 INFO
(TEST-SolrCoreTest.testConfiguration-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 703704 INFO
(TEST-SolrCoreTest.testConfiguration-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 703731 INFO
(TEST-SolrCoreTest.testConfiguration-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 703745 INFO
(TEST-SolrCoreTest.testConfiguration-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
[junit4] 2> 703771 INFO
(TEST-SolrCoreTest.testConfiguration-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 703779 INFO
(TEST-SolrCoreTest.testConfiguration-seed#[D139ED78D39F07E7]) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 703930 INFO
(TEST-SolrCoreTest.testConfiguration-seed#[D139ED78D39F07E7]) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 703935 INFO
(TEST-SolrCoreTest.testConfiguration-seed#[D139ED78D39F07E7]) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 703940 INFO
(TEST-SolrCoreTest.testConfiguration-seed#[D139ED78D39F07E7]) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 703945 INFO
(TEST-SolrCoreTest.testConfiguration-seed#[D139ED78D39F07E7]) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 703948 INFO
(TEST-SolrCoreTest.testConfiguration-seed#[D139ED78D39F07E7]) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 703949 INFO
(TEST-SolrCoreTest.testConfiguration-seed#[D139ED78D39F07E7]) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 703949 INFO
(TEST-SolrCoreTest.testConfiguration-seed#[D139ED78D39F07E7]) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 703950 INFO
(TEST-SolrCoreTest.testConfiguration-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 703950 INFO
(TEST-SolrCoreTest.testConfiguration-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr
[junit4] 2> 703950 INFO
(TEST-SolrCoreTest.testConfiguration-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr'
[junit4] 2> 703950 INFO
(TEST-SolrCoreTest.testConfiguration-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 703950 INFO
(TEST-SolrCoreTest.testConfiguration-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr
[junit4] 2> 703950 INFO
(TEST-SolrCoreTest.testConfiguration-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.CoreContainer New CoreContainer 236335931
[junit4] 2> 703950 INFO
(TEST-SolrCoreTest.testConfiguration-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr]
[junit4] 2> 703950 WARN
(TEST-SolrCoreTest.testConfiguration-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/lib
to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/lib
[junit4] 2> 703950 INFO
(TEST-SolrCoreTest.testConfiguration-seed#[D139ED78D39F07E7]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout :
600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 703951 INFO
(TEST-SolrCoreTest.testConfiguration-seed#[D139ED78D39F07E7]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&retry=true
[junit4] 2> 703951 INFO
(TEST-SolrCoreTest.testConfiguration-seed#[D139ED78D39F07E7]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 703951 INFO
(TEST-SolrCoreTest.testConfiguration-seed#[D139ED78D39F07E7]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 703951 INFO
(TEST-SolrCoreTest.testConfiguration-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 703951 INFO
(TEST-SolrCoreTest.testConfiguration-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 703952 INFO
(TEST-SolrCoreTest.testConfiguration-seed#[D139ED78D39F07E7]) [ ]
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=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001,
shard=shard1}
[junit4] 2> 703967 INFO (coreLoadExecutor-3723-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1'
[junit4] 2> 703967 INFO (coreLoadExecutor-3723-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 703967 INFO (coreLoadExecutor-3723-thread-1) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr
[junit4] 2> 703967 INFO (coreLoadExecutor-3723-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 703967 INFO (coreLoadExecutor-3723-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 703994 INFO (coreLoadExecutor-3723-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 704000 INFO (coreLoadExecutor-3723-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
[junit4] 2> 704033 INFO (coreLoadExecutor-3723-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 704056 INFO (coreLoadExecutor-3723-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 704196 INFO (coreLoadExecutor-3723-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 704199 INFO (coreLoadExecutor-3723-thread-1) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 704200 INFO (coreLoadExecutor-3723-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 704202 INFO (coreLoadExecutor-3723-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 704203 INFO (coreLoadExecutor-3723-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 704204 INFO (coreLoadExecutor-3723-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 704220 INFO (coreLoadExecutor-3723-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 704222 INFO (coreLoadExecutor-3723-thread-1) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1'
[junit4] 2> 704222 INFO (coreLoadExecutor-3723-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1
[junit4] 2> 704222 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 704222 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001/]
[junit4] 2> 704222 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@597cd241
[junit4] 2> 704222 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001
[junit4] 2> 704222 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001/index/
[junit4] 2> 704223 WARN (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001/index'
doesn't exist. Creating new index...
[junit4] 2> 704223 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001/index
[junit4] 2> 704227 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=43, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=85.8994140625,
floorSegmentMB=0.66015625, forceMergeDeletesPctAllowed=23.65830661372953,
segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 704233 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@32f8a576
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@475f8a8c),segFN=segments_1,generation=1}
[junit4] 2> 704233 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 704239 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001/
[junit4] 2> 704241 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 704241 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 704241 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe-allfields"
[junit4] 2> 704241 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 704241 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 704241 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 704241 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "uniq-fields"
[junit4] 2> 704241 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4] 2> 704241 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 704241 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 704241 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 704242 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 704243 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 704243 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 704244 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 704247 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 704254 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 704255 INFO (coreLoadExecutor-3723-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> 704255 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 704264 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 704264 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 704265 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 704265 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 704267 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 704267 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@32f8a576
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@475f8a8c),segFN=segments_1,generation=1}
[junit4] 2> 704267 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 704267 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@7c480f1e[collection1] main]
[junit4] 2> 704267 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
[junit4] 2> 704267 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
InMemoryStorage
[junit4] 2> 704268 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 704268 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 704276 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 704299 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 704299 INFO
(searcherExecutor-3724-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 704300 INFO
(searcherExecutor-3724-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 704300 INFO
(searcherExecutor-3724-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 704300 INFO
(searcherExecutor-3724-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 704300 INFO
(searcherExecutor-3724-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 704300 INFO
(searcherExecutor-3724-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 704300 INFO
(searcherExecutor-3724-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 704300 INFO
(searcherExecutor-3724-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 704301 INFO
(searcherExecutor-3724-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 704301 INFO
(searcherExecutor-3724-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@7c480f1e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 704301 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed
version buckets
[junit4] 2> 704301 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for
65536 version buckets from index
[junit4] 2> 704301 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed
version bucket highest value from index
[junit4] 2> 704301 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1533548178648858624
[junit4] 2> 704303 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with
highest version 1533548178648858624
[junit4] 2> 704303 INFO (coreLoadExecutor-3723-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 704304 INFO
(TEST-SolrCoreTest.testConfiguration-seed#[D139ED78D39F07E7]) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 704304 INFO
(TEST-SolrCoreTest.testConfiguration-seed#[D139ED78D39F07E7]) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 704304 INFO
(TEST-SolrCoreTest.testConfiguration-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=236335931
[junit4] 2> 704316 INFO (coreCloseExecutor-3729-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@950407f
[junit4] 2> 704317 INFO (coreCloseExecutor-3729-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> 704317 INFO (coreCloseExecutor-3729-thread-1) [
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 704317 INFO (coreCloseExecutor-3729-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached
0 - closing IndexWriter
[junit4] 2> 704317 INFO (coreCloseExecutor-3729-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with
IndexWriterCloser
[junit4] 2> 704317 INFO (coreCloseExecutor-3729-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 704323 INFO (coreCloseExecutor-3729-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2
directories currently being tracked
[junit4] 2> 704323 INFO (coreCloseExecutor-3729-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001/index
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001/index;done=false>>]
[junit4] 2> 704323 INFO (coreCloseExecutor-3729-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 704323 INFO (coreCloseExecutor-3729-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001/index
[junit4] 2> 704324 INFO (coreCloseExecutor-3729-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001;done=false>>]
[junit4] 2> 704325 INFO (coreCloseExecutor-3729-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 704325 INFO (coreCloseExecutor-3729-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001
[junit4] 2> 704325 INFO
(TEST-SolrCoreTest.testConfiguration-seed#[D139ED78D39F07E7]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testConfiguration
[junit4] 2> 704326 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[D139ED78D39F07E7]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testInfoRegistry
[junit4] 2> 704327 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[D139ED78D39F07E7]) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 704327 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1'
[junit4] 2> 704327 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 704327 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr
[junit4] 2> 704327 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 704327 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 704353 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 704378 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
[junit4] 2> 704391 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 704394 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[D139ED78D39F07E7]) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 704511 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[D139ED78D39F07E7]) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 704523 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[D139ED78D39F07E7]) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 704523 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[D139ED78D39F07E7]) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 704539 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[D139ED78D39F07E7]) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 704541 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[D139ED78D39F07E7]) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 704542 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[D139ED78D39F07E7]) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 704542 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[D139ED78D39F07E7]) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 704542 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 704542 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr
[junit4] 2> 704542 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr'
[junit4] 2> 704542 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 704542 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr
[junit4] 2> 704542 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.CoreContainer New CoreContainer 751699882
[junit4] 2> 704542 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr]
[junit4] 2> 704542 WARN
(TEST-SolrCoreTest.testInfoRegistry-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/lib
to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/lib
[junit4] 2> 704542 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[D139ED78D39F07E7]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout :
600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 704543 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[D139ED78D39F07E7]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&retry=true
[junit4] 2> 704543 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[D139ED78D39F07E7]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 704544 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[D139ED78D39F07E7]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 704544 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 704544 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 704544 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[D139ED78D39F07E7]) [ ]
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=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001,
shard=shard1}
[junit4] 2> 704568 INFO (coreLoadExecutor-3736-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1'
[junit4] 2> 704568 INFO (coreLoadExecutor-3736-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 704568 INFO (coreLoadExecutor-3736-thread-1) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr
[junit4] 2> 704569 INFO (coreLoadExecutor-3736-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 704569 INFO (coreLoadExecutor-3736-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 704588 INFO (coreLoadExecutor-3736-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 704599 INFO (coreLoadExecutor-3736-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
[junit4] 2> 704628 INFO (coreLoadExecutor-3736-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 704635 INFO (coreLoadExecutor-3736-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 704785 INFO (coreLoadExecutor-3736-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 704788 INFO (coreLoadExecutor-3736-thread-1) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 704789 INFO (coreLoadExecutor-3736-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 704791 INFO (coreLoadExecutor-3736-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 704792 INFO (coreLoadExecutor-3736-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 704793 INFO (coreLoadExecutor-3736-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 704793 INFO (coreLoadExecutor-3736-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 704794 INFO (coreLoadExecutor-3736-thread-1) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1'
[junit4] 2> 704794 INFO (coreLoadExecutor-3736-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1
[junit4] 2> 704794 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 704794 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001/]
[junit4] 2> 704794 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@597cd241
[junit4] 2> 704794 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001
[junit4] 2> 704795 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001/index/
[junit4] 2> 704795 WARN (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001/index'
doesn't exist. Creating new index...
[junit4] 2> 704795 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001/index
[junit4] 2> 704795 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=43, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=85.8994140625,
floorSegmentMB=0.66015625, forceMergeDeletesPctAllowed=23.65830661372953,
segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 704795 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@2f9e3828
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3cbecfe8),segFN=segments_1,generation=1}
[junit4] 2> 704795 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 704812 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 704812 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 704812 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe-allfields"
[junit4] 2> 704812 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 704812 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 704812 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 704812 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "uniq-fields"
[junit4] 2> 704813 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4] 2> 704813 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 704813 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 704813 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 704813 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 704814 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 704815 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 704815 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 704816 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 704817 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 704818 INFO (coreLoadExecutor-3736-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> 704818 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 704818 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001/
[junit4] 2> 704820 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 704820 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 704820 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 704820 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 704821 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 704824 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@2f9e3828
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3cbecfe8),segFN=segments_1,generation=1}
[junit4] 2> 704824 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 704824 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@630bb9ef[collection1] main]
[junit4] 2> 704825 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
[junit4] 2> 704825 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
InMemoryStorage
[junit4] 2> 704825 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 704825 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 704825 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 704827 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 704827 INFO
(searcherExecutor-3737-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 704827 INFO
(searcherExecutor-3737-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 704827 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed
version buckets
[junit4] 2> 704827 INFO
(searcherExecutor-3737-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 704827 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for
65536 version buckets from index
[junit4] 2> 704827 INFO
(searcherExecutor-3737-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 704827 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed
version bucket highest value from index
[junit4] 2> 704827 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1533548179200409600
[junit4] 2> 704828 INFO
(searcherExecutor-3737-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 704828 INFO
(searcherExecutor-3737-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 704828 INFO
(searcherExecutor-3737-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 704828 INFO
(searcherExecutor-3737-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 704828 INFO
(searcherExecutor-3737-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 704829 INFO
(searcherExecutor-3737-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@630bb9ef[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 704834 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.u.UpdateLog Took 6.0ms to seed version buckets with
highest version 1533548179200409600
[junit4] 2> 704834 INFO (coreLoadExecutor-3736-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 704834 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[D139ED78D39F07E7]) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 704835 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[D139ED78D39F07E7]) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 704835 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=751699882
[junit4] 2> 704837 INFO (coreCloseExecutor-3742-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@69fb7433
[junit4] 2> 704837 INFO (coreCloseExecutor-3742-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> 704837 INFO (coreCloseExecutor-3742-thread-1) [
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 704837 INFO (coreCloseExecutor-3742-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached
0 - closing IndexWriter
[junit4] 2> 704837 INFO (coreCloseExecutor-3742-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with
IndexWriterCloser
[junit4] 2> 704838 INFO (coreCloseExecutor-3742-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 704843 INFO (coreCloseExecutor-3742-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2
directories currently being tracked
[junit4] 2> 704844 INFO (coreCloseExecutor-3742-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001/index
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001/index;done=false>>]
[junit4] 2> 704844 INFO (coreCloseExecutor-3742-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 704844 INFO (coreCloseExecutor-3742-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001/index
[junit4] 2> 704844 INFO (coreCloseExecutor-3742-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001;done=false>>]
[junit4] 2> 704844 INFO (coreCloseExecutor-3742-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 704844 INFO (coreCloseExecutor-3742-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001
[junit4] 2> 704844 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[D139ED78D39F07E7]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testInfoRegistry
[junit4] 2> 704846 INFO
(TEST-SolrCoreTest.testRefCount-seed#[D139ED78D39F07E7]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testRefCount
[junit4] 2> 704846 INFO
(TEST-SolrCoreTest.testRefCount-seed#[D139ED78D39F07E7]) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 704846 INFO
(TEST-SolrCoreTest.testRefCount-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1'
[junit4] 2> 704846 INFO
(TEST-SolrCoreTest.testRefCount-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 704846 INFO
(TEST-SolrCoreTest.testRefCount-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr
[junit4] 2> 704846 INFO
(TEST-SolrCoreTest.testRefCount-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 704846 INFO
(TEST-SolrCoreTest.testRefCount-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 704860 INFO
(TEST-SolrCoreTest.testRefCount-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 704866 INFO
(TEST-SolrCoreTest.testRefCount-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
[junit4] 2> 704880 INFO
(TEST-SolrCoreTest.testRefCount-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 704883 INFO
(TEST-SolrCoreTest.testRefCount-seed#[D139ED78D39F07E7]) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 704958 INFO
(TEST-SolrCoreTest.testRefCount-seed#[D139ED78D39F07E7]) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 704961 INFO
(TEST-SolrCoreTest.testRefCount-seed#[D139ED78D39F07E7]) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 704962 INFO
(TEST-SolrCoreTest.testRefCount-seed#[D139ED78D39F07E7]) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 704964 INFO
(TEST-SolrCoreTest.testRefCount-seed#[D139ED78D39F07E7]) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 704965 INFO
(TEST-SolrCoreTest.testRefCount-seed#[D139ED78D39F07E7]) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 704966 INFO
(TEST-SolrCoreTest.testRefCount-seed#[D139ED78D39F07E7]) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 704966 INFO
(TEST-SolrCoreTest.testRefCount-seed#[D139ED78D39F07E7]) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 704967 INFO
(TEST-SolrCoreTest.testRefCount-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 704967 INFO
(TEST-SolrCoreTest.testRefCount-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr
[junit4] 2> 704967 INFO
(TEST-SolrCoreTest.testRefCount-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr'
[junit4] 2> 704967 INFO
(TEST-SolrCoreTest.testRefCount-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 704967 INFO
(TEST-SolrCoreTest.testRefCount-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr
[junit4] 2> 704967 INFO
(TEST-SolrCoreTest.testRefCount-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.CoreContainer New CoreContainer 540239593
[junit4] 2> 704967 INFO
(TEST-SolrCoreTest.testRefCount-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr]
[junit4] 2> 704967 WARN
(TEST-SolrCoreTest.testRefCount-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/lib
to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/lib
[junit4] 2> 704967 INFO
(TEST-SolrCoreTest.testRefCount-seed#[D139ED78D39F07E7]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout :
600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 704968 INFO
(TEST-SolrCoreTest.testRefCount-seed#[D139ED78D39F07E7]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&retry=true
[junit4] 2> 704968 INFO
(TEST-SolrCoreTest.testRefCount-seed#[D139ED78D39F07E7]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 704968 INFO
(TEST-SolrCoreTest.testRefCount-seed#[D139ED78D39F07E7]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 704968 INFO
(TEST-SolrCoreTest.testRefCount-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 704968 INFO
(TEST-SolrCoreTest.testRefCount-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 704969 INFO
(TEST-SolrCoreTest.testRefCount-seed#[D139ED78D39F07E7]) [ ]
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=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001,
shard=shard1}
[junit4] 2> 704984 INFO (coreLoadExecutor-3749-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1'
[junit4] 2> 704984 INFO (coreLoadExecutor-3749-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 704984 INFO (coreLoadExecutor-3749-thread-1) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr
[junit4] 2> 704984 INFO (coreLoadExecutor-3749-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 704984 INFO (coreLoadExecutor-3749-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 704996 INFO (coreLoadExecutor-3749-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 705002 INFO (coreLoadExecutor-3749-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
[junit4] 2> 705016 INFO (coreLoadExecutor-3749-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 705019 INFO (coreLoadExecutor-3749-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 705083 INFO (coreLoadExecutor-3749-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 705086 INFO (coreLoadExecutor-3749-thread-1) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 705087 INFO (coreLoadExecutor-3749-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 705089 INFO (coreLoadExecutor-3749-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 705090 INFO (coreLoadExecutor-3749-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 705091 INFO (coreLoadExecutor-3749-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 705091 INFO (coreLoadExecutor-3749-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 705092 INFO (coreLoadExecutor-3749-thread-1) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1'
[junit4] 2> 705092 INFO (coreLoadExecutor-3749-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1
[junit4] 2> 705093 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 705093 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001/]
[junit4] 2> 705093 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@597cd241
[junit4] 2> 705094 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001
[junit4] 2> 705094 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001/index/
[junit4] 2> 705094 WARN (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001/index'
doesn't exist. Creating new index...
[junit4] 2> 705095 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001/index
[junit4] 2> 705095 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=43, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=85.8994140625,
floorSegmentMB=0.66015625, forceMergeDeletesPctAllowed=23.65830661372953,
segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 705095 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@3ad46dcd
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4b4ec107),segFN=segments_1,generation=1}
[junit4] 2> 705095 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 705097 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 705097 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 705097 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe-allfields"
[junit4] 2> 705097 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 705097 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 705097 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 705097 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "uniq-fields"
[junit4] 2> 705098 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4] 2> 705098 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 705098 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 705098 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 705098 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 705099 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 705099 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 705100 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 705100 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 705102 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 705103 INFO (coreLoadExecutor-3749-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> 705103 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 705103 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001/
[junit4] 2> 705104 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 705104 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 705104 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 705104 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 705104 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 705105 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@3ad46dcd
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4b4ec107),segFN=segments_1,generation=1}
[junit4] 2> 705105 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 705105 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@3437bf03[collection1] main]
[junit4] 2> 705105 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
[junit4] 2> 705105 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
InMemoryStorage
[junit4] 2> 705105 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 705105 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 705105 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 705107 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 705107 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed
version buckets
[junit4] 2> 705107 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for
65536 version buckets from index
[junit4] 2> 705107 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed
version bucket highest value from index
[junit4] 2> 705107 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1533548179494010880
[junit4] 2> 705109 INFO
(searcherExecutor-3750-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 705109 INFO
(searcherExecutor-3750-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 705109 INFO
(searcherExecutor-3750-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 705109 INFO
(searcherExecutor-3750-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 705109 INFO
(searcherExecutor-3750-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 705109 INFO
(searcherExecutor-3750-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 705109 INFO
(searcherExecutor-3750-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 705109 INFO
(searcherExecutor-3750-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 705110 INFO
(searcherExecutor-3750-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 705110 INFO
(searcherExecutor-3750-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@3437bf03[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 705111 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.u.UpdateLog Took 3.0ms to seed version buckets with
highest version 1533548179494010880
[junit4] 2> 705111 INFO (coreLoadExecutor-3749-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 705111 INFO
(TEST-SolrCoreTest.testRefCount-seed#[D139ED78D39F07E7]) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 705112 INFO
(TEST-SolrCoreTest.testRefCount-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=540239593
[junit4] 2> 705113 INFO (coreCloseExecutor-3755-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@5c56495b
[junit4] 2> 705114 INFO (coreCloseExecutor-3755-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> 705114 INFO (coreCloseExecutor-3755-thread-1) [
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 705114 INFO (coreCloseExecutor-3755-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached
0 - closing IndexWriter
[junit4] 2> 705114 INFO (coreCloseExecutor-3755-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with
IndexWriterCloser
[junit4] 2> 705114 INFO (coreCloseExecutor-3755-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 705120 INFO (coreCloseExecutor-3755-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2
directories currently being tracked
[junit4] 2> 705120 INFO (coreCloseExecutor-3755-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001;done=false>>]
[junit4] 2> 705120 INFO (coreCloseExecutor-3755-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 705120 INFO (coreCloseExecutor-3755-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001
[junit4] 2> 705120 INFO (coreCloseExecutor-3755-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001/index
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001/index;done=false>>]
[junit4] 2> 705120 INFO (coreCloseExecutor-3755-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 705120 INFO (coreCloseExecutor-3755-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_D139ED78D39F07E7-001/init-core-data-001/index
[junit4] 2> 705120 INFO
(TEST-SolrCoreTest.testRefCount-seed#[D139ED78D39F07E7]) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 705120 INFO
(TEST-SolrCoreTest.testRefCount-seed#[D139ED78D39F07E7]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=540239593
[junit4] 2> 705120 INFO (TEST-SolrCor
[...truncated too long message...]
ml} status=0 QTime=0
[junit4] 2> 1304221 INFO
(TEST-MinimalSchemaTest.testLuke-seed#[D139ED78D39F07E7]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testLuke
[junit4] 2> 1304223 INFO
(TEST-MinimalSchemaTest.testSimpleQueries-seed#[D139ED78D39F07E7]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testSimpleQueries
[junit4] 2> 1304223 INFO
(TEST-MinimalSchemaTest.testSimpleQueries-seed#[D139ED78D39F07E7]) [ ]
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> 1304223 INFO
(TEST-MinimalSchemaTest.testSimpleQueries-seed#[D139ED78D39F07E7]) [ ]
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> 1304224 INFO
(TEST-MinimalSchemaTest.testSimpleQueries-seed#[D139ED78D39F07E7]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testSimpleQueries
[junit4] 2> 1304224 INFO
(SUITE-MinimalSchemaTest-seed#[D139ED78D39F07E7]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 1304224 INFO
(SUITE-MinimalSchemaTest-seed#[D139ED78D39F07E7]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=26390604
[junit4] 2> 1304224 INFO (coreCloseExecutor-5836-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@26c5e0b
[junit4] 2> 1304225 INFO (coreCloseExecutor-5836-thread-1) [
x:collection1] o.a.s.u.DirectUpdateHandler2 closing
DirectUpdateHandler2{commits=1,autocommits=0,soft
autocommits=0,optimizes=1,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=2,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=132,transaction_logs_total_number=1}
[junit4] 2> 1304225 INFO (coreCloseExecutor-5836-thread-1) [
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 1304225 INFO (coreCloseExecutor-5836-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached
0 - closing IndexWriter
[junit4] 2> 1304225 INFO (coreCloseExecutor-5836-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with
IndexWriterCloser
[junit4] 2> 1304225 INFO (coreCloseExecutor-5836-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 1304231 INFO (coreCloseExecutor-5836-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2
directories currently being tracked
[junit4] 2> 1304231 INFO (coreCloseExecutor-5836-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.MinimalSchemaTest_D139ED78D39F07E7-001/init-core-data-001/index
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.MinimalSchemaTest_D139ED78D39F07E7-001/init-core-data-001/index;done=false>>]
[junit4] 2> 1304231 INFO (coreCloseExecutor-5836-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 1304231 INFO (coreCloseExecutor-5836-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.MinimalSchemaTest_D139ED78D39F07E7-001/init-core-data-001/index
[junit4] 2> 1304231 INFO (coreCloseExecutor-5836-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.MinimalSchemaTest_D139ED78D39F07E7-001/init-core-data-001
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.MinimalSchemaTest_D139ED78D39F07E7-001/init-core-data-001;done=false>>]
[junit4] 2> 1304231 INFO (coreCloseExecutor-5836-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 1304231 INFO (coreCloseExecutor-5836-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.MinimalSchemaTest_D139ED78D39F07E7-001/init-core-data-001
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.MinimalSchemaTest_D139ED78D39F07E7-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene60),
sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=be-BY,
timezone=Asia/Macao
[junit4] 2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation
1.8.0_74 (64-bit)/cpus=4,threads=1,free=241108432,total=534773760
[junit4] 2> NOTE: All tests run in this JVM: [SliceStateTest,
SimpleFacetsTest, TestPKIAuthenticationPlugin,
OverriddenZkACLAndCredentialsProvidersTest, TestInfoStreamLogging,
ResponseHeaderTest, TestCollationField, TestTolerantSearch,
TestAuthenticationFramework, SuggestComponentTest, TestWriterPerf,
XmlUpdateRequestHandlerTest, TestRecovery, TestFastWriter, AssignTest,
RollingRestartTest, SuggesterTest, TestPHPSerializedResponseWriter,
TestDefaultSearchFieldResource, TestJmxMonitoredMap,
TestSizeLimitedDistributedMap, TestSolrIndexConfig, BasicDistributedZk2Test,
TestIndexSearcher, TestReload, TestMiniSolrCloudClusterSSL,
TestSimpleQParserPlugin, CleanupOldIndexTest, DistributedVersionInfoTest,
TestAddFieldRealTimeGet, AtomicUpdatesTest, BaseCdcrDistributedZkTest,
TestMiniSolrCloudCluster, BJQParserTest, TestCollationFieldDocValues,
TestExclusionRuleCollectionAccess, DistributedFacetPivotSmallAdvancedTest,
CircularListTest, UUIDUpdateProcessorFallbackTest, MigrateRouteKeyTest,
BinaryUpdateRequestHandlerTest, TestXIncludeConfig, TestConfigSets,
HdfsWriteToMultipleCollectionsTest, DistribDocExpirationUpdateProcessorTest,
TestScoreJoinQPScore, StatelessScriptUpdateProcessorFactoryTest,
TestSolrFieldCacheMBean, NoCacheHeaderTest, FieldAnalysisRequestHandlerTest,
TestSearchPerf, TestDistributedMissingSort, TestJmxIntegration,
StatsComponentTest, ExitableDirectoryReaderTest, HdfsBasicDistributedZkTest,
PrimitiveFieldTypeTest, PluginInfoTest, SuggesterTSTTest, FacetPivotSmallTest,
TestExtendedDismaxParser, PreAnalyzedUpdateProcessorTest, TestRecoveryHdfs,
DirectSolrConnectionTest, TestZkChroot, TestNoOpRegenerator, ExplicitHLLTest,
OverseerStatusTest, SimpleMLTQParserTest, UnloadDistributedZkTest,
CollectionStateFormat2Test, RemoteQueryErrorTest, TestUtils, TestCharFilters,
BufferStoreTest, AddBlockUpdateTest, ShardSplitTest, TestInitQParser,
TestSolrQueryParserDefaultOperatorResource, TestFilteredDocIdSet,
TestHighFrequencyDictionaryFactory, TestNonDefinedSimilarityFactory,
HdfsThreadLeakTest, TestRebalanceLeaders, RequestHandlersTest,
QueryParsingTest, ShowFileRequestHandlerTest,
DistributedQueryComponentCustomSortTest, DirectUpdateHandlerTest,
TestRawTransformer, TestFieldCollectionResource, AnalyticsMergeStrategyTest,
TestRandomCollapseQParserPlugin, BasicAuthIntegrationTest, AutoCommitTest,
ChangedSchemaMergeTest, HardAutoCommitTest, TestCoreContainer,
TestGroupingSearch, SolrCmdDistributorTest, BadIndexSchemaTest,
ConvertedLegacyTest, TestFunctionQuery, BasicFunctionalityTest, TestBadConfig,
CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest,
TestCoreDiscovery, AnalysisAfterCoreReloadTest,
SignatureUpdateProcessorFactoryTest, SuggesterFSTTest, CoreAdminHandlerTest,
TestFoldingMultitermQuery, TestStressLucene, SuggesterWFSTTest, TestCSVLoader,
SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields,
FieldMutatingUpdateProcessorTest, QueryEqualityTest, DocValuesMultiTest,
DistanceFunctionTest, XsltUpdateRequestHandlerTest, CacheHeaderTest,
LukeRequestHandlerTest, FileBasedSpellCheckerTest, TestValueSourceCache,
PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, RequiredFieldsTest,
TestArbitraryIndexDir, RegexBoostProcessorTest, IndexSchemaTest,
JSONWriterTest, MBeansHandlerTest, TestPartialUpdateDeduplication,
TestComponentsName, TestBinaryResponseWriter, HighlighterConfigTest,
SOLR749Test, UpdateParamsTest, CopyFieldTest, BadComponentTest,
TestStressRecovery, TestMergePolicyConfig, TestSolrDeletionPolicy2,
MultiTermTest, SampleTest, NumericFieldsTest, MinimalSchemaTest]
[junit4] Completed [397/595 (2!)] on J2 in 0.20s, 3 tests, 1 error <<<
FAILURES!
[...truncated 672 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:740: The
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:684: The
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:59: The
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build.xml:233:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/common-build.xml:529:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1457:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1014:
There were test failures: 595 suites (10 ignored), 2404 tests, 1 error, 1
failure, 86 ignored (71 assumptions) [seed: D139ED78D39F07E7]
Total time: 54 minutes 9 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]