Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/560/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC
2 tests failed.
FAILED: org.apache.solr.MinimalSchemaTest.testAllConfiguredHandlers
Error Message:
exception w/handler: '/graph'
Stack Trace:
java.lang.RuntimeException: exception w/handler: '/graph'
at
__randomizedtesting.SeedInfo.seed([1C8FEEA6438A18BA:F191559CC887193E]:0)
at
org.apache.solr.MinimalSchemaTest.testAllConfiguredHandlers(MinimalSchemaTest.java:130)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: Exception during query
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:785)
at
org.apache.solr.MinimalSchemaTest.testAllConfiguredHandlers(MinimalSchemaTest.java:121)
... 39 more
Caused by: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1;
Content is not allowed in prolog.
at
com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
at
com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
at
org.apache.solr.util.BaseTestHarness.validateXPath(BaseTestHarness.java:84)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:770)
... 40 more
FAILED: org.apache.solr.core.SolrCoreTest.testImplicitPlugins
Error Message:
wrong number of implicit handlers expected:<21> but was:<22>
Stack Trace:
java.lang.AssertionError: wrong number of implicit handlers expected:<21> but
was:<22>
at
__randomizedtesting.SeedInfo.seed([1C8FEEA6438A18BA:DFA2DF3D1342D1FB]: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 11094 lines...]
[junit4] Suite: org.apache.solr.core.SolrCoreTest
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_1C8FEEA6438A18BA-001/init-core-data-001
[junit4] 2> 1422571 INFO
(SUITE-SolrCoreTest-seed#[1C8FEEA6438A18BA]-worker) [ ] o.a.s.SolrTestCaseJ4
Randomized ssl (false) and clientAuth (true)
[junit4] 2> 1422573 INFO
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testClose
[junit4] 2> 1422574 INFO
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 1422574 INFO
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
[junit4] 2> 1422574 INFO
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1422575 INFO
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
[junit4] 2> 1422575 INFO
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 1422575 INFO
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 1422596 INFO
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ] o.a.s.c.SolrConfig
current version of requestparams : -1
[junit4] 2> 1422598 WARN
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ] o.a.s.c.Config
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
instead.
[junit4] 2> 1422603 INFO
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1422624 INFO
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ] o.a.s.c.SolrConfig
Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1422629 INFO
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 1422676 INFO
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1422680 INFO
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 1422680 INFO
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1422683 INFO
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1422684 INFO
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1422685 INFO
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1422685 INFO
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1422685 INFO
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1422685 INFO
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
[junit4] 2> 1422685 INFO
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr'
[junit4] 2> 1422685 INFO
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1422686 INFO
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
[junit4] 2> 1422686 INFO
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.CoreContainer New CoreContainer 1374904417
[junit4] 2> 1422686 INFO
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr]
[junit4] 2> 1422686 WARN
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/lib
to classpath:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/lib
[junit4] 2> 1422686 INFO
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout :
600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 1422688 INFO
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
[junit4] 2> 1422689 INFO
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ] o.a.s.l.LogWatcher
SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1422689 INFO
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ] o.a.s.l.LogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1422689 INFO
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1422689 INFO
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1422690 INFO
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ]
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=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_1C8FEEA6438A18BA-001/init-core-data-001,
shard=shard1}
[junit4] 2> 1422691 INFO (coreLoadExecutor-5714-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
[junit4] 2> 1422691 INFO (coreLoadExecutor-5714-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1422691 INFO (coreLoadExecutor-5714-thread-1) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
[junit4] 2> 1422692 INFO (coreLoadExecutor-5714-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 1422692 INFO (coreLoadExecutor-5714-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 1422708 INFO (coreLoadExecutor-5714-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1422715 WARN (coreLoadExecutor-5714-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1422716 INFO (coreLoadExecutor-5714-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1422743 INFO (coreLoadExecutor-5714-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1422747 INFO (coreLoadExecutor-5714-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1422799 INFO (coreLoadExecutor-5714-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1422802 INFO (coreLoadExecutor-5714-thread-1) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 1422803 INFO (coreLoadExecutor-5714-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1422805 INFO (coreLoadExecutor-5714-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1422808 INFO (coreLoadExecutor-5714-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1422809 INFO (coreLoadExecutor-5714-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1422809 INFO (coreLoadExecutor-5714-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1422811 INFO (coreLoadExecutor-5714-thread-1) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
[junit4] 2> 1422811 INFO (coreLoadExecutor-5714-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1
[junit4] 2> 1422811 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1422811 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_1C8FEEA6438A18BA-001/init-core-data-001/]
[junit4] 2> 1422811 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f42dab6
[junit4] 2> 1422811 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_1C8FEEA6438A18BA-001/init-core-data-001
[junit4] 2> 1422811 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_1C8FEEA6438A18BA-001/init-core-data-001/index/
[junit4] 2> 1422811 WARN (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_1C8FEEA6438A18BA-001/init-core-data-001/index'
doesn't exist. Creating new index...
[junit4] 2> 1422812 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_1C8FEEA6438A18BA-001/init-core-data-001/index
[junit4] 2> 1422812 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=32, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=47.455078125,
floorSegmentMB=1.544921875, forceMergeDeletesPctAllowed=5.13725783529768,
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4155240913955479
[junit4] 2> 1422812 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@3cdeb9a2
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2d04d6cd),segFN=segments_1,generation=1}
[junit4] 2> 1422812 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1422812 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_1C8FEEA6438A18BA-001/init-core-data-001/
[junit4] 2> 1422815 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 1422815 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 1422815 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe-allfields"
[junit4] 2> 1422815 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 1422815 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 1422815 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 1422815 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "uniq-fields"
[junit4] 2> 1422815 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4] 2> 1422815 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 1422815 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 1422815 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1422815 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 1422817 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1422818 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1422819 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1422820 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1422823 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 1422829 INFO (coreLoadExecutor-5714-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> 1422829 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1422829 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1422829 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 1422830 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1422830 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1422830 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=16, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=50.3271484375,
floorSegmentMB=1.1796875, forceMergeDeletesPctAllowed=6.350832645494999,
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6998644131827607
[junit4] 2> 1422830 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@3cdeb9a2
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2d04d6cd),segFN=segments_1,generation=1}
[junit4] 2> 1422830 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1422830 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@3348c0a9[collection1] main]
[junit4] 2> 1422831 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
[junit4] 2> 1422831 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
InMemoryStorage
[junit4] 2> 1422831 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 1422831 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 1422897 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 1422979 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1422979 INFO
(searcherExecutor-5715-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 1422980 INFO
(searcherExecutor-5715-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 1422980 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed
version buckets
[junit4] 2> 1422980 INFO
(searcherExecutor-5715-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 1422980 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for
65536 version buckets from index
[junit4] 2> 1422980 INFO
(searcherExecutor-5715-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 1422980 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed
version bucket highest value from index
[junit4] 2> 1422980 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1533553276253896704
[junit4] 2> 1422981 INFO
(searcherExecutor-5715-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 1422982 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with
highest version 1533553276253896704
[junit4] 2> 1422982 INFO
(searcherExecutor-5715-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 1422982 INFO (coreLoadExecutor-5714-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 1422983 INFO
(searcherExecutor-5715-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 1422983 INFO
(searcherExecutor-5715-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 1422984 INFO
(searcherExecutor-5715-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 1422984 INFO
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 1422985 INFO
(searcherExecutor-5715-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@3348c0a9[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1422988 INFO
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1374904417
[junit4] 2> 1422988 INFO (coreCloseExecutor-5720-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@2c55462f
[junit4] 2> 1422989 INFO (coreCloseExecutor-5720-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> 1422989 INFO (coreCloseExecutor-5720-thread-1) [
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 1422989 INFO (coreCloseExecutor-5720-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached
0 - closing IndexWriter
[junit4] 2> 1422989 INFO (coreCloseExecutor-5720-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with
IndexWriterCloser
[junit4] 2> 1422989 INFO (coreCloseExecutor-5720-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 1422994 INFO (coreCloseExecutor-5720-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2
directories currently being tracked
[junit4] 2> 1422994 INFO (coreCloseExecutor-5720-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_1C8FEEA6438A18BA-001/init-core-data-001/index
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_1C8FEEA6438A18BA-001/init-core-data-001/index;done=false>>]
[junit4] 2> 1422994 INFO (coreCloseExecutor-5720-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 1422994 INFO (coreCloseExecutor-5720-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_1C8FEEA6438A18BA-001/init-core-data-001/index
[junit4] 2> 1422994 INFO (coreCloseExecutor-5720-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_1C8FEEA6438A18BA-001/init-core-data-001
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_1C8FEEA6438A18BA-001/init-core-data-001;done=false>>]
[junit4] 2> 1422994 INFO (coreCloseExecutor-5720-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 1422994 INFO (coreCloseExecutor-5720-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_1C8FEEA6438A18BA-001/init-core-data-001
[junit4] 2> 1423000 INFO
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 1423000 INFO
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1374904417
[junit4] 2> 1423000 INFO
(TEST-SolrCoreTest.testClose-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testClose
[junit4] 2> 1423002 INFO
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testRequestHandlerRegistry
[junit4] 2> 1423002 INFO
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 1423002 INFO
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
[junit4] 2> 1423003 INFO
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1423003 INFO
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
[junit4] 2> 1423003 INFO
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 1423003 INFO
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 1423031 INFO
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1423036 WARN
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1423038 INFO
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1423051 INFO
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1423054 INFO
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 1423107 INFO
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1423111 INFO
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 1423111 INFO
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1423114 INFO
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1423115 INFO
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1423117 INFO
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1423117 INFO
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1423117 INFO
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1423117 INFO
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
[junit4] 2> 1423117 INFO
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr'
[junit4] 2> 1423117 INFO
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1423117 INFO
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
[junit4] 2> 1423117 INFO
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.CoreContainer New CoreContainer 774332444
[junit4] 2> 1423117 INFO
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr]
[junit4] 2> 1423117 WARN
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/lib
to classpath:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/lib
[junit4] 2> 1423118 INFO
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout :
600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 1423119 INFO
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
[junit4] 2> 1423120 INFO
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1423120 INFO
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1423120 INFO
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1423120 INFO
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1423121 INFO
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
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=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_1C8FEEA6438A18BA-001/init-core-data-001,
shard=shard1}
[junit4] 2> 1423121 INFO (coreLoadExecutor-5728-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
[junit4] 2> 1423122 INFO (coreLoadExecutor-5728-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1423122 INFO (coreLoadExecutor-5728-thread-1) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
[junit4] 2> 1423122 INFO (coreLoadExecutor-5728-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 1423123 INFO (coreLoadExecutor-5728-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 1423145 INFO (coreLoadExecutor-5728-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1423151 WARN (coreLoadExecutor-5728-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1423154 INFO (coreLoadExecutor-5728-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1423167 INFO (coreLoadExecutor-5728-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1423171 INFO (coreLoadExecutor-5728-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1423231 INFO (coreLoadExecutor-5728-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1423234 INFO (coreLoadExecutor-5728-thread-1) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 1423235 INFO (coreLoadExecutor-5728-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1423237 INFO (coreLoadExecutor-5728-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1423238 INFO (coreLoadExecutor-5728-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1423240 INFO (coreLoadExecutor-5728-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1423240 INFO (coreLoadExecutor-5728-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1423242 INFO (coreLoadExecutor-5728-thread-1) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
[junit4] 2> 1423242 INFO (coreLoadExecutor-5728-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1
[junit4] 2> 1423242 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1423242 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_1C8FEEA6438A18BA-001/init-core-data-001/]
[junit4] 2> 1423242 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f42dab6
[junit4] 2> 1423243 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_1C8FEEA6438A18BA-001/init-core-data-001
[junit4] 2> 1423243 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_1C8FEEA6438A18BA-001/init-core-data-001/index/
[junit4] 2> 1423243 WARN (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_1C8FEEA6438A18BA-001/init-core-data-001/index'
doesn't exist. Creating new index...
[junit4] 2> 1423243 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_1C8FEEA6438A18BA-001/init-core-data-001/index
[junit4] 2> 1423243 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=32, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=47.455078125,
floorSegmentMB=1.544921875, forceMergeDeletesPctAllowed=5.13725783529768,
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4155240913955479
[junit4] 2> 1423243 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1b1e8b00
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7a75e20b),segFN=segments_1,generation=1}
[junit4] 2> 1423243 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1423244 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_1C8FEEA6438A18BA-001/init-core-data-001/
[junit4] 2> 1423247 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 1423247 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 1423247 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe-allfields"
[junit4] 2> 1423247 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 1423248 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 1423248 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 1423248 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "uniq-fields"
[junit4] 2> 1423248 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4] 2> 1423248 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 1423248 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 1423248 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1423248 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 1423250 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1423251 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1423251 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1423252 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1423255 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 1423256 INFO (coreLoadExecutor-5728-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> 1423256 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1423256 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1423256 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 1423257 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1423257 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1423257 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=16, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=50.3271484375,
floorSegmentMB=1.1796875, forceMergeDeletesPctAllowed=6.350832645494999,
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6998644131827607
[junit4] 2> 1423257 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1b1e8b00
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7a75e20b),segFN=segments_1,generation=1}
[junit4] 2> 1423257 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1423257 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@3e166d6e[collection1] main]
[junit4] 2> 1423257 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
[junit4] 2> 1423258 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
InMemoryStorage
[junit4] 2> 1423258 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 1423258 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 1423259 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 1423262 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1423262 INFO
(searcherExecutor-5729-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 1423263 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed
version buckets
[junit4] 2> 1423263 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for
65536 version buckets from index
[junit4] 2> 1423263 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed
version bucket highest value from index
[junit4] 2> 1423263 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1533553276550643712
[junit4] 2> 1423263 INFO
(searcherExecutor-5729-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 1423263 INFO
(searcherExecutor-5729-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 1423264 INFO
(searcherExecutor-5729-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 1423265 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with
highest version 1533553276550643712
[junit4] 2> 1423265 INFO
(searcherExecutor-5729-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 1423265 INFO (coreLoadExecutor-5728-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 1423265 INFO
(searcherExecutor-5729-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 1423266 INFO
(searcherExecutor-5729-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 1423266 INFO
(searcherExecutor-5729-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 1423266 INFO
(searcherExecutor-5729-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 1423267 INFO
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 1423267 INFO
(searcherExecutor-5729-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@3e166d6e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1423267 INFO
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 1423267 INFO
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=774332444
[junit4] 2> 1423268 INFO (coreCloseExecutor-5734-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@5ebe9773
[junit4] 2> 1423268 INFO (coreCloseExecutor-5734-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> 1423268 INFO (coreCloseExecutor-5734-thread-1) [
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 1423268 INFO (coreCloseExecutor-5734-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached
0 - closing IndexWriter
[junit4] 2> 1423268 INFO (coreCloseExecutor-5734-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with
IndexWriterCloser
[junit4] 2> 1423269 INFO (coreCloseExecutor-5734-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 1423277 INFO (coreCloseExecutor-5734-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2
directories currently being tracked
[junit4] 2> 1423277 INFO (coreCloseExecutor-5734-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_1C8FEEA6438A18BA-001/init-core-data-001/index
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_1C8FEEA6438A18BA-001/init-core-data-001/index;done=false>>]
[junit4] 2> 1423277 INFO (coreCloseExecutor-5734-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 1423277 INFO (coreCloseExecutor-5734-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_1C8FEEA6438A18BA-001/init-core-data-001/index
[junit4] 2> 1423277 INFO (coreCloseExecutor-5734-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_1C8FEEA6438A18BA-001/init-core-data-001
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_1C8FEEA6438A18BA-001/init-core-data-001;done=false>>]
[junit4] 2> 1423277 INFO (coreCloseExecutor-5734-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 1423277 INFO (coreCloseExecutor-5734-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_1C8FEEA6438A18BA-001/init-core-data-001
[junit4] 2> 1423277 INFO
(TEST-SolrCoreTest.testRequestHandlerRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testRequestHandlerRegistry
[junit4] 2> 1423279 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testInfoRegistry
[junit4] 2> 1423279 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 1423279 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
[junit4] 2> 1423280 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1423280 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
[junit4] 2> 1423280 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 1423280 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 1423301 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1423306 WARN
(TEST-SolrCoreTest.testInfoRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1423308 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1423321 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1423326 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 1423379 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1423382 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 1423383 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1423386 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1423387 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1423388 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1423388 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1423388 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1423388 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
[junit4] 2> 1423388 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr'
[junit4] 2> 1423388 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1423388 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
[junit4] 2> 1423389 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.CoreContainer New CoreContainer 1133196885
[junit4] 2> 1423389 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr]
[junit4] 2> 1423389 WARN
(TEST-SolrCoreTest.testInfoRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/lib
to classpath:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/lib
[junit4] 2> 1423389 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout :
600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 1423390 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
[junit4] 2> 1423391 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1423391 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1423391 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1423391 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1423391 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[1C8FEEA6438A18BA]) [ ]
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=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_1C8FEEA6438A18BA-001/init-core-data-001,
shard=shard1}
[junit4] 2> 1423392 INFO (coreLoadExecutor-5741-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
[junit4] 2> 1423392 INFO (coreLoadExecutor-5741-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1423392 INFO (coreLoadExecutor-5741-thread-1) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
[junit4] 2> 1423393 INFO (coreLoadExecutor-5741-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 1423393 INFO (coreLoadExecutor-5741-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 1423408 INFO (coreLoadExecutor-5741-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1423412 WARN (coreLoadExecutor-5741-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1423413 INFO (coreLoadExecutor-5741-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1423425 INFO (coreLoadExecutor-5741-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1423429 INFO (coreLoadExecutor-5741-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1423480 INFO (coreLoadExecutor-5741-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1423483 INFO (coreLoadExecutor-5741-thread-1) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 1423484 INFO (coreLoadExecutor-5741-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1423486 INFO (coreLoadExecutor-5741-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1423488 INFO (coreLoadExecutor-5741-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1423489 INFO (coreLoadExecutor-5741-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1423489 INFO (coreLoadExecutor-5741-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1423490 INFO (coreLoadExecutor-5741-thread-1) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
[junit4] 2> 1423491 INFO (coreLoadExecutor-5741-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1
[junit4] 2> 1423491 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1423491 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_1C8FEEA6438A18BA-001/init-core-data-001/]
[junit4] 2> 1423491 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f42dab6
[junit4] 2> 1423491 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_1C8FEEA6438A18BA-001/init-core-data-001
[junit4] 2> 1423491 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_1C8FEEA6438A18BA-001/init-core-data-001/index/
[junit4] 2> 1423491 WARN (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_1C8FEEA6438A18BA-001/init-core-data-001/index'
doesn't exist. Creating new index...
[junit4] 2> 1423491 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_1C8FEEA6438A18BA-001/init-core-data-001/index
[junit4] 2> 1423491 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=32, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=47.455078125,
floorSegmentMB=1.544921875, forceMergeDeletesPctAllowed=5.13725783529768,
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4155240913955479
[junit4] 2> 1423492 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@ee917a3
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7621df56),segFN=segments_1,generation=1}
[junit4] 2> 1423492 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1423492 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.SolrCoreTest_1C8FEEA6438A18BA-001/init-core-data-001/
[junit4] 2> 1423494 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 1423494 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 1423494 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe-allfields"
[junit4] 2> 1423494 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 1423494 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 1423494 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 1423494 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "uniq-fields"
[junit4] 2> 1423494 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4] 2> 1423495 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 1423495 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 1423495 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1423495 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 1423496 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1423497 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1423497 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1423498 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1423501 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 1423501 INFO (coreLoadExecutor-5741-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> 1423502 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1423502 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1423502 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 1423503 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1423503 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1423503 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=16, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=50.3271484375,
floorSegmentMB=1.1796875, forceMergeDeletesPctAllowed=6.350832645494999,
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6998644131827607
[junit4] 2> 1423503 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@ee917a3
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7621df56),segFN=segments_1,generation=1}
[junit4] 2> 1423503 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1423503 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@5557ff1d[collection1] main]
[junit4] 2> 1423503 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
[junit4] 2> 1423503 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
InMemoryStorage
[junit4] 2> 1423503 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 1423503 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 1423504 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 1423506 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1423506 INFO
(searcherExecutor-5742-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 1423506 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed
version buckets
[junit4] 2> 1423506 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for
65536 version buckets from index
[junit4] 2> 1423506 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed
version bucket highest value from index
[junit4] 2> 1423506 INFO
(searcherExecutor-5742-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 1423506 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1533553276805447680
[junit4] 2> 1423506 INFO
(searcherExecutor-5742-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 1423506 INFO
(searcherExecutor-5742-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 1423507 INFO
(searcherExecutor-5742-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 1423508 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with
highest version 1533553276805447680
[junit4] 2> 1423508 INFO
(searcherExecutor-5742-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 1423508 INFO (coreLoadExecutor-5741-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 1423509 INFO
(searcherExecutor-5742-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 1423509 INFO
(searcherExecutor-5742-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 1423509 INFO
(searcherExecutor-5742-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 1423509 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 1423509 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 1423509 INFO
(searcherExecutor-5742-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@5557ff1d[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1423509 INFO
(TEST-SolrCoreTest.testInfoRegistry-seed#[1C8FEEA6438A18BA]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1133196885
[junit4] 2> 1423510 INFO (coreCloseExecutor-5747-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@48031024
[junit4] 2> 1423511 INFO (coreCloseExecutor-5747-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> 1423511 INFO (coreCloseExecutor-5747-thread-1) [
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 1423511 INFO (coreCloseExecutor-5747-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached
0 - closing IndexWriter
[junit4] 2> 1423511 INFO (coreCloseExecutor-5747-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with
IndexWriterCloser
[junit4] 2> 1423511 INFO (coreCloseExecutor-5747-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 1423517 INFO (coreCloseExecutor-5747-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2
directories currently being tracked
[junit4] 2> 1423517 INFO (coreCloseExecutor-5747-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.SolrC
[...truncated too long message...]
###deleteCore
[junit4] 2> 2378514 INFO
(SUITE-MinimalSchemaTest-seed#[1C8FEEA6438A18BA]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1361439336
[junit4] 2> 2378515 INFO (coreCloseExecutor-7482-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@78aaa6a2
[junit4] 2> 2378515 INFO (coreCloseExecutor-7482-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> 2378515 INFO (coreCloseExecutor-7482-thread-1) [
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 2378515 INFO (coreCloseExecutor-7482-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached
0 - closing IndexWriter
[junit4] 2> 2378515 INFO (coreCloseExecutor-7482-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with
IndexWriterCloser
[junit4] 2> 2378516 INFO (coreCloseExecutor-7482-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 2378524 INFO (coreCloseExecutor-7482-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2
directories currently being tracked
[junit4] 2> 2378524 INFO (coreCloseExecutor-7482-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_1C8FEEA6438A18BA-001/init-core-data-001
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_1C8FEEA6438A18BA-001/init-core-data-001;done=false>>]
[junit4] 2> 2378524 INFO (coreCloseExecutor-7482-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 2378524 INFO (coreCloseExecutor-7482-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_1C8FEEA6438A18BA-001/init-core-data-001
[junit4] 2> 2378524 INFO (coreCloseExecutor-7482-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_1C8FEEA6438A18BA-001/init-core-data-001/index
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_1C8FEEA6438A18BA-001/init-core-data-001/index;done=false>>]
[junit4] 2> 2378524 INFO (coreCloseExecutor-7482-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 2378524 INFO (coreCloseExecutor-7482-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_1C8FEEA6438A18BA-001/init-core-data-001/index
[junit4] 2> NOTE: leaving temporary files on disk at:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.MinimalSchemaTest_1C8FEEA6438A18BA-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene60):
{subject=PostingsFormat(name=LuceneVarGapDocFreqInterval),
project=PostingsFormat(name=Memory doPackFST= false), id=FSTOrd50},
docValues:{}, maxPointsInLeafNode=535, maxMBSortInHeap=5.418161298010765,
sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=ar-SD,
timezone=Asia/Dhaka
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_92
(64-bit)/cpus=3,threads=1,free=83039320,total=507510784
[junit4] 2> NOTE: All tests run in this JVM: [GraphQueryTest,
TestSolrQueryParserDefaultOperatorResource,
SignatureUpdateProcessorFactoryTest, TestStressRecovery,
TestSimpleQParserPlugin, DistanceFunctionTest, TestBM25SimilarityFactory,
NotRequiredUniqueKeyTest, TestBlobHandler, DistributedTermsComponentTest,
ShardSplitTest, TestOmitPositions, SpellCheckComponentTest, TestConfigSetsAPI,
OpenCloseCoreStressTest, MultiThreadedOCPTest, ChaosMonkeySafeLeaderTest,
DateFieldTest, SortByFunctionTest, TestQueryTypes, DirectSolrConnectionTest,
CdcrVersionReplicationTest, ResourceLoaderTest, TestSolrConfigHandler,
DeleteInactiveReplicaTest, TestSolrCoreProperties, TestDynamicFieldResource,
TestRTGBase, AddSchemaFieldsUpdateProcessorFactoryTest,
TestShortCircuitedRequests, TlogReplayBufferedWhileIndexingTest,
SpellCheckCollatorTest, TestValueSourceCache,
UniqFieldsUpdateProcessorFactoryTest, TestQueryUtils, HLLUtilTest,
NoCacheHeaderTest, CollectionsAPISolrJTest, TestConfigSetsAPIZkFailure,
TestFoldingMultitermQuery, BJQParserTest,
LeaderInitiatedRecoveryOnShardRestartTest, FullSolrCloudDistribCmdsTest,
TestFieldTypeResource, HighlighterConfigTest, CreateCollectionCleanupTest,
TestOrdValues, TestReload, TestHdfsUpdateLog,
DocExpirationUpdateProcessorFactoryTest, HdfsBasicDistributedZkTest,
TestReversedWildcardFilterFactory, TestJoin, TestZkChroot,
TestConfigSetImmutable, ZkNodePropsTest, TestSchemaManager,
CleanupOldIndexTest, ShowFileRequestHandlerTest,
SuggestComponentContextFilterQueryTest, TestSchemaResource,
TestLeaderInitiatedRecoveryThread, TestSolrConfigHandlerCloud,
TestStandardQParsers, DirectUpdateHandlerOptimizeTest,
TestAnalyzeInfixSuggestions, CoreMergeIndexesAdminHandlerTest,
OpenExchangeRatesOrgProviderTest, SolrPluginUtilsTest,
TestMiniSolrCloudClusterBase, CollectionsAPIDistributedZkTest,
CollectionReloadTest, ConfigSetsAPITest,
VMParamsZkACLAndCredentialsProvidersTest, DistributedMLTComponentTest,
DistributedFacetPivotLargeTest, FieldMutatingUpdateProcessorTest,
BlobRepositoryCloudTest, TestWriterPerf, CachingDirectoryFactoryTest,
BasicDistributedZk2Test, DocValuesMissingTest, TestExactStatsCache,
TestInitQParser, TestQuerySenderListener, EchoParamsTest,
TestClusterStateMutator, WrapperMergePolicyFactoryTest, TestCollationField,
TestImplicitCoreProperties, TestCloudPivotFacet, TestJettySolrRunner,
FullHLLTest, OutputWriterTest, TestPivotHelperCode,
IndexSchemaRuntimeFieldTest, TestMiniSolrCloudClusterSSL,
ShardRoutingCustomTest, TestCSVResponseWriter, CopyFieldTest,
SolrCmdDistributorTest, SSLMigrationTest, TestCloudSchemaless, TestRangeQuery,
TestBinaryField, TestConfigSets, ResponseHeaderTest, TermVectorComponentTest,
RequestHandlersTest, TestReloadDeadlock, CollectionTooManyReplicasTest,
DistribDocExpirationUpdateProcessorTest, HdfsWriteToMultipleCollectionsTest,
DefaultValueUpdateProcessorTest, TestRandomRequestDistribution,
ConvertedLegacyTest, CdcrReplicationHandlerTest, TestSolrCLIRunExample,
TestGraphTermsQParserPlugin, TestDistribIDF, TestCloudDeleteByQuery,
TestAuthenticationFramework, RemoteQueryErrorTest, TestFiltering,
TestReloadAndDeleteDocs, DistributedFacetPivotSmallAdvancedTest,
TestInitParams, RAMDirectoryFactoryTest, TestRecovery,
DistributedIntervalFacetingTest, TestRandomFaceting, SortSpecParsingTest,
TestTolerantUpdateProcessorCloud, DistributedQueueTest,
TestPHPSerializedResponseWriter, TestCharFilters, StatsComponentTest,
TestLMJelinekMercerSimilarityFactory, HdfsRecoveryZkTest,
HdfsChaosMonkeySafeLeaderTest, TestCloudManagedSchema, TestMissingGroups,
TestNonDefinedSimilarityFactory, OverseerTaskQueueTest, TestTrie,
TestSuggestSpellingConverter, TestGroupingSearch, BadIndexSchemaTest, TestSort,
DirectUpdateHandlerTest, SoftAutoCommitTest, SolrIndexSplitterTest,
SimplePostToolTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest,
SuggesterFSTTest, SolrRequestParserTest, DocValuesTest, TestUpdate,
StatelessScriptUpdateProcessorFactoryTest, DebugComponentTest, CacheHeaderTest,
TestSurroundQueryParser, LukeRequestHandlerTest, PrimitiveFieldTypeTest,
PathHierarchyTokenizerFactoryTest, TestIndexingPerformance,
TestSolrQueryParser, LoggingHandlerTest, MBeansHandlerTest, QueryParsingTest,
JsonLoaderTest, BinaryUpdateRequestHandlerTest, CSVRequestHandlerTest,
TestComponentsName, SearchHandlerTest, ResponseLogComponentTest,
BadComponentTest, TestSolrDeletionPolicy2, MultiTermTest, MinimalSchemaTest]
[junit4] Completed [386/594 (2!)] on J1 in 0.59s, 3 tests, 1 error <<<
FAILURES!
[...truncated 688 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:740: The
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:684: The
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:59: The
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build.xml:233:
The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/common-build.xml:529:
The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1457:
The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1014:
There were test failures: 594 suites (10 ignored), 2397 tests, 1 error, 1
failure, 87 ignored (72 assumptions) [seed: 1C8FEEA6438A18BA]
Total time: 75 minutes 40 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]