Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Solaris/358/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC
2 tests failed.
FAILED: org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([BAA8F051EC2FCA61:53F24B6972B65AC9]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:755)
at
org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir(TestArbitraryIndexDir.java:107)
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:497)
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
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
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:46)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
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:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
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: REQUEST FAILED: xpath=*[count(//doc)=1]
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int></lst><result name="response" numFound="0"
start="0"></result>
</response>
request was:q=id:2&qt=standard&start=0&rows=20&version=2.2
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:748)
... 41 more
FAILED: org.apache.solr.store.hdfs.HdfsDirectoryTest.testEOF
Error Message:
Stack Trace:
java.lang.NullPointerException
at
__randomizedtesting.SeedInfo.seed([BAA8F051EC2FCA61:2BC3B259AE0B6C1D]:0)
at
org.apache.lucene.store.RAMInputStream.readByte(RAMInputStream.java:69)
at
org.apache.solr.store.hdfs.HdfsDirectoryTest.testEof(HdfsDirectoryTest.java:160)
at
org.apache.solr.store.hdfs.HdfsDirectoryTest.testEOF(HdfsDirectoryTest.java:152)
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:497)
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:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
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:46)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
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:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
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 11204 lines...]
[junit4] Suite: org.apache.solr.core.TestArbitraryIndexDir
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_BAA8F051EC2FCA61-001/init-core-data-001
[junit4] 2> 1917611 INFO
(SUITE-TestArbitraryIndexDir-seed#[BAA8F051EC2FCA61]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
[junit4] 2> 1917612 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testLoadNewIndexDir
[junit4] 2> 1917613 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 1917613 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1'
[junit4] 2> 1917613 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1917613 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
[junit4] 2> 1917613 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 1917613 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 1917639 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1917644 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
[junit4] 2> 1917672 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1917676 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 1917745 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 1917746 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1917747 WARN
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple
copyFields (2)
[junit4] 2> 1917752 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1917754 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1917756 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1917756 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
[junit4] 2> 1917756 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr'
[junit4] 2> 1917757 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1917757 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
[junit4] 2> 1917757 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.c.CoreContainer New CoreContainer 1377057803
[junit4] 2> 1917757 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr]
[junit4] 2> 1917757 WARN
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/lib
to classpath:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/lib
[junit4] 2> 1917757 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout :
600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 1917759 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&retry=true
[junit4] 2> 1917759 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1917759 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1917759 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1917760 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1917761 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1,
config=solrconfig.xml, transient=false, schema=schema12.xml,
loadOnStartup=true, configSetProperties=configsetprops.json,
collection=collection1,
dataDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_BAA8F051EC2FCA61-001/init-core-data-001,
shard=shard1}
[junit4] 2> 1917761 INFO (coreLoadExecutor-4975-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1'
[junit4] 2> 1917764 INFO (coreLoadExecutor-4975-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1917764 INFO (coreLoadExecutor-4975-thread-1) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
[junit4] 2> 1917765 INFO (coreLoadExecutor-4975-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 1917765 INFO (coreLoadExecutor-4975-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 1917786 INFO (coreLoadExecutor-4975-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1917793 INFO (coreLoadExecutor-4975-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
[junit4] 2> 1917807 INFO (coreLoadExecutor-4975-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1917810 INFO (coreLoadExecutor-4975-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1917876 INFO (coreLoadExecutor-4975-thread-1) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 1917876 INFO (coreLoadExecutor-4975-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1917877 WARN (coreLoadExecutor-4975-thread-1) [ ]
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple
copyFields (2)
[junit4] 2> 1917889 INFO (coreLoadExecutor-4975-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1917891 INFO (coreLoadExecutor-4975-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1917894 INFO (coreLoadExecutor-4975-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-trunk-Solaris/solr/core/src/test-files/solr/collection1'
[junit4] 2> 1917895 INFO (coreLoadExecutor-4975-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1
[junit4] 2> 1917895 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 1917895 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_BAA8F051EC2FCA61-001/init-core-data-001/]
[junit4] 2> 1917895 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@458e4f6b
[junit4] 2> 1917895 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_BAA8F051EC2FCA61-001/init-core-data-001
[junit4] 2> 1917896 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_BAA8F051EC2FCA61-001/init-core-data-001/index/
[junit4] 2> 1917896 WARN (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_BAA8F051EC2FCA61-001/init-core-data-001/index'
doesn't exist. Creating new index...
[junit4] 2> 1917896 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_BAA8F051EC2FCA61-001/init-core-data-001/index
[junit4] 2> 1917897 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=49, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=63.865234375,
floorSegmentMB=0.5673828125, forceMergeDeletesPctAllowed=21.050378792479062,
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1917941 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_BAA8F051EC2FCA61-001/init-core-data-001/index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@56d00692),segFN=segments_1,generation=1}
[junit4] 2> 1917941 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1917942 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-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_BAA8F051EC2FCA61-001/init-core-data-001/
[junit4] 2> 1917945 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 1917945 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 1917945 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe-allfields"
[junit4] 2> 1917945 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 1917945 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 1917945 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 1917945 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "uniq-fields"
[junit4] 2> 1917945 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4] 2> 1917945 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 1917945 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 1917945 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1917945 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 1917947 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1917948 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1917949 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1917949 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1917952 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 1917954 INFO (coreLoadExecutor-4975-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,/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> 1917954 WARN (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated
<admin/gettableFiles>, Please update your config to use the
ShowFileRequestHandler.
[junit4] 2> 1917954 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1917955 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1917955 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1917955 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=20, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=84.166015625,
floorSegmentMB=0.55859375, forceMergeDeletesPctAllowed=19.209531882382507,
segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1917956 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_BAA8F051EC2FCA61-001/init-core-data-001/index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@56d00692),segFN=segments_1,generation=1}
[junit4] 2> 1917956 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1917956 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@1f22eb91[collection1] main]
[junit4] 2> 1917956 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
[junit4] 2> 1917956 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
InMemoryStorage
[junit4] 2> 1917956 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 1917956 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 1918010 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 1918240 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1918240 INFO
(searcherExecutor-4976-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 1918241 INFO
(searcherExecutor-4976-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 1918241 INFO
(searcherExecutor-4976-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 1918241 INFO
(searcherExecutor-4976-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 1918241 INFO (coreLoadExecutor-4975-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 1918241 INFO
(searcherExecutor-4976-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 1918242 INFO
(searcherExecutor-4976-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 1918242 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 1918242 INFO
(searcherExecutor-4976-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 1918243 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 1918247 INFO
(searcherExecutor-4976-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 1918256 INFO
(searcherExecutor-4976-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 1918257 INFO
(searcherExecutor-4976-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1f22eb91[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1918333 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1918427 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_BAA8F051EC2FCA61-001/init-core-data-001/index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@56d00692),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_BAA8F051EC2FCA61-001/init-core-data-001/index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@56d00692),segFN=segments_2,generation=2}
[junit4] 2> 1918428 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
[junit4] 2> 1918429 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.c.SolrCore New index directory detected:
old=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_BAA8F051EC2FCA61-001/init-core-data-001/index/
new=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_BAA8F051EC2FCA61-001/init-core-data-001/index_temp
[junit4] 2> 1918430 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@27788f63[collection1] main]
[junit4] 2> 1918430 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1918431 INFO (searcherExecutor-4976-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@27788f63[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c1)))}
[junit4] 2> 1918431 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 97
[junit4] 2> 1918432 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1'
[junit4] 2> 1918432 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1918432 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
[junit4] 2> 1918432 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 1918432 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 1918455 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1918460 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
[junit4] 2> 1918474 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1918477 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1918544 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 1918544 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1918545 WARN
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple
copyFields (2)
[junit4] 2> 1918550 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1918552 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1918555 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
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-trunk-Solaris/solr/core/src/test-files/solr/collection1'
[junit4] 2> 1918555 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1
[junit4] 2> 1918555 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_BAA8F051EC2FCA61-001/init-core-data-001/]
[junit4] 2> 1918555 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@458e4f6b
[junit4] 2> 1918556 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_BAA8F051EC2FCA61-001/init-core-data-001/index_temp
[junit4] 2> 1918557 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-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_BAA8F051EC2FCA61-001/init-core-data-001/
[junit4] 2> 1918558 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.DirectoryFactory Found 1 old index directories to clean-up under
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_BAA8F051EC2FCA61-001/init-core-data-001/
[junit4] 2> 1918558 WARN
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.CachingDirectoryFactory Cannot delete directory
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_BAA8F051EC2FCA61-001/init-core-data-001/index
as it is still being referenced in the cache!
[junit4] 2> 1918558 WARN
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.DirectoryFactory Delete old index directory
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_BAA8F051EC2FCA61-001/init-core-data-001/index
failed.
[junit4] 2> 1918563 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 1918563 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 1918563 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe-allfields"
[junit4] 2> 1918563 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 1918563 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 1918563 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 1918563 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "uniq-fields"
[junit4] 2> 1918564 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4] 2> 1918564 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 1918564 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 1918564 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1918564 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 1918566 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1918567 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1918569 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1918570 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1918571 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_BAA8F051EC2FCA61-001/init-core-data-001/index_temp
[junit4] 2> 1918576 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 1918578 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
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,/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> 1918579 WARN
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated
<admin/gettableFiles>, Please update your config to use the
ShowFileRequestHandler.
[junit4] 2> 1918579 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1918579 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1918579 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1918582 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@552d7460[collection1] main]
[junit4] 2> 1918582 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
[junit4] 2> 1918582 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
InMemoryStorage
[junit4] 2> 1918582 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 1918582 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 1918583 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 1918590 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1918590 INFO
(searcherExecutor-4980-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 1918591 INFO
(searcherExecutor-4980-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 1918591 INFO
(searcherExecutor-4980-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 1918591 INFO
(searcherExecutor-4980-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 1918591 INFO
(searcherExecutor-4980-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 1918595 INFO
(searcherExecutor-4980-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 1918596 INFO
(searcherExecutor-4980-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 1918596 INFO
(searcherExecutor-4980-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 1918599 INFO
(searcherExecutor-4980-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 1918603 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter...
core=collection1
[junit4] 2> 1918603 INFO
(searcherExecutor-4980-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@552d7460[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c1)))}
[junit4] 2> 1918604 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8445969106204527]
[junit4] 2> 1918614 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_BAA8F051EC2FCA61-001/init-core-data-001/index_temp
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4b75e663),segFN=segments_1,generation=1}
[junit4] 2> 1918614 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1918615 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
[junit4] 2> 1918619 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@186dd213[collection1] main]
[junit4] 2> 1918619 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.c.CoreContainer replacing core: collection1
[junit4] 2> 1918619 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@1c3820d
[junit4] 2> 1918619 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.u.DirectUpdateHandler2 closing
DirectUpdateHandler2{commits=1,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4] 2> 1918619 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 1918625 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:2&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
[junit4] 2> 1918626 ERROR
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=*[count(//doc)=1]
[junit4] 2> xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] 2> <response>
[junit4] 2> <lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int></lst><result name="response" numFound="0"
start="0"></result>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request
was:q=id:2&qt=standard&start=0&rows=20&version=2.2
[junit4] 2> 1918626 ERROR
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED:
q=id:2&qt=standard&start=0&rows=20&version=2.2:java.lang.RuntimeException:
REQUEST FAILED: xpath=*[count(//doc)=1]
[junit4] 2> xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] 2> <response>
[junit4] 2> <lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int></lst><result name="response" numFound="0"
start="0"></result>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request
was:q=id:2&qt=standard&start=0&rows=20&version=2.2
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:748)
[junit4] 2> at
org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir(TestArbitraryIndexDir.java:107)
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:497)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2>
[junit4] 2> 1918627 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[BAA8F051EC2FCA61]) [
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testLoadNewIndexDir
[junit4] 2> 1918639 INFO
(searcherExecutor-4980-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@186dd213[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c1)))}
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestArbitraryIndexDir -Dtests.method=testLoadNewIndexDir
-Dtests.seed=BAA8F051EC2FCA61 -Dtests.slow=true -Dtests.locale=it-IT
-Dtests.timezone=America/Louisville -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 1.03s J0 | TestArbitraryIndexDir.testLoadNewIndexDir <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Exception during
query
[junit4] > at
__randomizedtesting.SeedInfo.seed([BAA8F051EC2FCA61:53F24B6972B65AC9]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:755)
[junit4] > at
org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir(TestArbitraryIndexDir.java:107)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=*[count(//doc)=1]
[junit4] > xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] > <response>
[junit4] > <lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int></lst><result name="response" numFound="0"
start="0"></result>
[junit4] > </response>
[junit4] > request
was:q=id:2&qt=standard&start=0&rows=20&version=2.2
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:748)
[junit4] > ... 41 more
[junit4] 2> 1918644 INFO
(SUITE-TestArbitraryIndexDir-seed#[BAA8F051EC2FCA61]-worker) [
x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 1918644 INFO
(SUITE-TestArbitraryIndexDir-seed#[BAA8F051EC2FCA61]-worker) [
x:collection1] o.a.s.c.CoreContainer Shutting down CoreContainer
instance=1377057803
[junit4] 2> 1918644 INFO
(SUITE-TestArbitraryIndexDir-seed#[BAA8F051EC2FCA61]-worker) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@3215593d
[junit4] 2> 1918644 INFO
(SUITE-TestArbitraryIndexDir-seed#[BAA8F051EC2FCA61]-worker) [
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}
[junit4] 2> 1918644 INFO
(SUITE-TestArbitraryIndexDir-seed#[BAA8F051EC2FCA61]-worker) [
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 1918644 INFO
(SUITE-TestArbitraryIndexDir-seed#[BAA8F051EC2FCA61]-worker) [
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached
0 - closing IndexWriter
[junit4] 2> 1918644 INFO
(SUITE-TestArbitraryIndexDir-seed#[BAA8F051EC2FCA61]-worker) [
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with
IndexWriterCloser
[junit4] 2> 1918645 INFO
(SUITE-TestArbitraryIndexDir-seed#[BAA8F051EC2FCA61]-worker) [
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 1918667 INFO
(SUITE-TestArbitraryIndexDir-seed#[BAA8F051EC2FCA61]-worker) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory -
3 directories currently being tracked
[junit4] 2> 1918667 INFO
(SUITE-TestArbitraryIndexDir-seed#[BAA8F051EC2FCA61]-worker) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_BAA8F051EC2FCA61-001/init-core-data-001/index
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_BAA8F051EC2FCA61-001/init-core-data-001/index;done=false>>]
[junit4] 2> 1918667 INFO
(SUITE-TestArbitraryIndexDir-seed#[BAA8F051EC2FCA61]-worker) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_BAA8F051EC2FCA61-001/init-core-data-001/index
[junit4] 2> 1918677 INFO
(SUITE-TestArbitraryIndexDir-seed#[BAA8F051EC2FCA61]-worker) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_BAA8F051EC2FCA61-001/init-core-data-001
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_BAA8F051EC2FCA61-001/init-core-data-001;done=false>>]
[junit4] 2> 1918678 INFO
(SUITE-TestArbitraryIndexDir-seed#[BAA8F051EC2FCA61]-worker) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_BAA8F051EC2FCA61-001/init-core-data-001
[junit4] 2> 1918678 INFO
(SUITE-TestArbitraryIndexDir-seed#[BAA8F051EC2FCA61]-worker) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_BAA8F051EC2FCA61-001/init-core-data-001/index_temp
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_BAA8F051EC2FCA61-001/init-core-data-001/index_temp;done=false>>]
[junit4] 2> 1918678 INFO
(SUITE-TestArbitraryIndexDir-seed#[BAA8F051EC2FCA61]-worker) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_BAA8F051EC2FCA61-001/init-core-data-001/index_temp
[junit4] 2> NOTE: leaving temporary files on disk at:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_BAA8F051EC2FCA61-001
[junit4] 2> NOTE: test params are:
codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION,
chunkSize=31391, maxDocsPerChunk=9, blockSize=485),
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION,
chunkSize=31391, blockSize=485)), sim=ClassicSimilarity, locale=it-IT,
timezone=America/Louisville
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_66
(64-bit)/cpus=3,threads=1,free=177032256,total=518979584
[junit4] 2> NOTE: All tests run in this JVM:
[ChaosMonkeyNothingIsSafeTest, SolrIndexConfigTest,
LeaderInitiatedRecoveryOnShardRestartTest, TermsComponentTest, RulesTest,
TestMiniSolrCloudClusterSSL, CloudExitableDirectoryReaderTest,
TestPhraseSuggestions, TestSolr4Spatial2, SimplePostToolTest,
HardAutoCommitTest, CloneFieldUpdateProcessorFactoryTest, TestManagedResource,
StandardRequestHandlerTest, TestClassNameShortening,
TestRandomCollapseQParserPlugin, TestStressUserVersions, SOLR749Test,
CdcrRequestHandlerTest, RankQueryTest, RemoteQueryErrorTest,
SolrTestCaseJ4Test, TestSortByMinMaxFunction, TestScoreJoinQPNoScore,
TestLeaderInitiatedRecoveryThread, SchemaVersionSpecificBehaviorTest,
TestReqParamsAPI, DirectSolrSpellCheckerTest, TestSweetSpotSimilarityFactory,
PathHierarchyTokenizerFactoryTest, TestQuerySenderNoQuery,
TestShardHandlerFactory, FastVectorHighlighterTest,
CollectionsAPIAsyncDistributedZkTest, PreAnalyzedUpdateProcessorTest,
TimeZoneUtilsTest, TestExtendedDismaxParser, OverseerTest,
TestRequestForwarding, OverriddenZkACLAndCredentialsProvidersTest,
TestRandomDVFaceting, CollectionStateFormat2Test, BadComponentTest,
PrimitiveFieldTypeTest, SoftAutoCommitTest, TestShortCircuitedRequests,
TestCloudPivotFacet, DocumentAnalysisRequestHandlerTest, TestSolrDynamicMBean,
TestConfig, TestPostingsSolrHighlighter, TestHashPartitioner,
TestXIncludeConfig, HdfsRecoverLeaseTest, CurrencyFieldXmlFileTest,
TestSQLHandler, TestCursorMarkWithoutUniqueKey, XsltUpdateRequestHandlerTest,
SimpleMLTQParserTest, TestConfigReload, BitVectorTest, TestJmxIntegration,
TestConfigSetsAPIZkFailure, OverseerRolesTest, TestIBSimilarityFactory,
InfoHandlerTest, DistribDocExpirationUpdateProcessorTest,
TestSolrQueryResponse, ClusterStateTest, DeleteShardTest, HighlighterTest,
ZkCLITest, TestPartialUpdateDeduplication, DocValuesMultiTest,
BasicDistributedZkTest, MultiThreadedOCPTest, TestFileDictionaryLookup,
StatelessScriptUpdateProcessorFactoryTest, HighlighterMaxOffsetTest,
SolrRequestParserTest, DocValuesMissingTest, UpdateParamsTest,
TestUniqueKeyFieldResource, TestComponentsName, TestObjectReleaseTracker,
TestReloadDeadlock, RequiredFieldsTest, TestConfigSetsAPI,
AnalyticsMergeStrategyTest, TestClusterStateMutator, RequestLoggingTest,
AlternateDirectoryTest, CustomCollectionTest, TestLRUCache, SolrCoreTest,
TriLevelCompositeIdRoutingTest, ExternalFileFieldSortTest, TestInitQParser,
SharedFSAutoReplicaFailoverUtilsTest, TestCollapseQParserPlugin,
TestDynamicLoading, DistributedFacetPivotLongTailTest, SliceStateTest,
SampleTest, TestSolrDeletionPolicy1, PeerSyncTest, AnalysisAfterCoreReloadTest,
TestJmxMonitoredMap, AssignTest, TestDocBasedVersionConstraints,
TestExpandComponent, TestDynamicFieldResource, LeaderElectionTest,
MoreLikeThisHandlerTest, TestIntervalFaceting, DirectUpdateHandlerTest,
CursorMarkTest, TestAuthorizationFramework, AsyncMigrateRouteKeyTest,
DistributedSuggestComponentTest, RecoveryZkTest, TestStressLucene,
SuggestComponentTest, AddSchemaFieldsUpdateProcessorFactoryTest,
DeleteLastCustomShardedReplicaTest, ForceLeaderTest, OverseerTaskQueueTest,
TestInfoStreamLogging, SSLMigrationTest, TestSort, XmlUpdateRequestHandlerTest,
CircularListTest, TestConfigSetProperties, TestChildDocTransformer,
IgnoreCommitOptimizeUpdateProcessorFactoryTest,
TestLMDirichletSimilarityFactory, UUIDFieldTest, TestMergePolicyConfig,
HdfsBasicDistributedZk2Test, ZkStateWriterTest, UnloadDistributedZkTest,
SyncSliceTest, ShardRoutingTest, ClusterStateUpdateTest,
ShardRoutingCustomTest, TestDistributedSearch, CurrencyFieldOpenExchangeTest,
SolrIndexSplitterTest, TestCoreDiscovery, CoreAdminHandlerTest,
SpatialFilterTest, SuggesterWFSTTest, PolyFieldTest, TestPseudoReturnFields,
TestAtomicUpdateErrorCases, QueryEqualityTest, TestRemoteStreaming,
SolrInfoMBeanTest, TestSurroundQueryParser, TestQueryUtils,
DocumentBuilderTest, TermVectorComponentTest, TestArbitraryIndexDir]
[junit4] Completed [351/577 (1!)] on J0 in 1.10s, 1 test, 1 error <<<
FAILURES!
[...truncated 713 lines...]
[junit4] Suite: org.apache.solr.store.hdfs.HdfsDirectoryTest
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.store.hdfs.HdfsDirectoryTest_BAA8F051EC2FCA61-001/init-core-data-001
[junit4] 2> 2957883 WARN
(SUITE-HdfsDirectoryTest-seed#[BAA8F051EC2FCA61]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=13 numCloses=13
[junit4] 2> 2957883 INFO
(SUITE-HdfsDirectoryTest-seed#[BAA8F051EC2FCA61]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
[junit4] 1> Formatting using clusterid: testClusterID
[junit4] 2> 2958275 WARN
(SUITE-HdfsDirectoryTest-seed#[BAA8F051EC2FCA61]-worker) [ ]
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
[junit4] 2> 2958281 WARN
(SUITE-HdfsDirectoryTest-seed#[BAA8F051EC2FCA61]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 2958283 INFO
(SUITE-HdfsDirectoryTest-seed#[BAA8F051EC2FCA61]-worker) [ ] o.m.log
jetty-6.1.26
[junit4] 2> 2958303 INFO
(SUITE-HdfsDirectoryTest-seed#[BAA8F051EC2FCA61]-worker) [ ] o.m.log Extract
jar:file:/export/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.6.0-tests.jar!/webapps/hdfs
to ./temp/Jetty_solaris.vm_59511_hdfs____govptv/webapp
[junit4] 2> 2958798 INFO
(SUITE-HdfsDirectoryTest-seed#[BAA8F051EC2FCA61]-worker) [ ] o.m.log NO JSP
Support for /, did not find org.apache.jasper.servlet.JspServlet
[junit4] 2> 2959749 INFO
(SUITE-HdfsDirectoryTest-seed#[BAA8F051EC2FCA61]-worker) [ ] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@solaris-vm:59511
[junit4] 2> 2976248 WARN
(SUITE-HdfsDirectoryTest-seed#[BAA8F051EC2FCA61]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 2976249 INFO
(SUITE-HdfsDirectoryTest-seed#[BAA8F051EC2FCA61]-worker) [ ] o.m.log
jetty-6.1.26
[junit4] 2> 2976347 INFO
(SUITE-HdfsDirectoryTest-seed#[BAA8F051EC2FCA61]-worker) [ ] o.m.log Extract
jar:file:/export/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.6.0-tests.jar!/webapps/datanode
to ./temp/Jetty_solaris.vm_57062_datanode____ybe2u1/webapp
[junit4] 2> 2976559 INFO
(SUITE-HdfsDirectoryTest-seed#[BAA8F051EC2FCA61]-worker) [ ] o.m.log NO JSP
Support for /, did not find org.apache.jasper.servlet.JspServlet
[junit4] 2> 2977949 INFO
(SUITE-HdfsDirectoryTest-seed#[BAA8F051EC2FCA61]-worker) [ ] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@solaris-vm:57062
[junit4] 2> 2991021 WARN
(org.apache.hadoop.util.JvmPauseMonitor$Monitor@1ec70346) [ ]
o.a.h.u.JvmPauseMonitor Detected pause in JVM or host machine (eg GC): pause of
approximately 12554ms
[junit4] 2> No GCs detected
[junit4] 2> 2991022 WARN
(org.apache.hadoop.util.JvmPauseMonitor$Monitor@4895aad0) [ ]
o.a.h.u.JvmPauseMonitor Detected pause in JVM or host machine (eg GC): pause of
approximately 12625ms
[junit4] 2> No GCs detected
[junit4] 2> 2991223 WARN
(SUITE-HdfsDirectoryTest-seed#[BAA8F051EC2FCA61]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 2991224 INFO
(SUITE-HdfsDirectoryTest-seed#[BAA8F051EC2FCA61]-worker) [ ] o.m.log
jetty-6.1.26
[junit4] 2> 2991241 INFO
(SUITE-HdfsDirectoryTest-seed#[BAA8F051EC2FCA61]-worker) [ ] o.m.log Extract
jar:file:/export/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.6.0-tests.jar!/webapps/datanode
to ./temp/Jetty_solaris.vm_47994_datanode____.bk0irk/webapp
[junit4] 2> 2991344 INFO (IPC Server handler 1 on 42993) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-8029350f-a122-49a4-a36c-f4723c561ba6 node DatanodeRegistration(127.0.0.1,
datanodeUuid=c583fe02-e65f-44fe-84de-9ed5d5165151, infoPort=57062,
ipcPort=49329, storageInfo=lv=-56;cid=testClusterID;nsid=2144068641;c=0),
blocks: 0, hasStaleStorages: true, processing time: 0 msecs
[junit4] 2> 2991344 INFO (IPC Server handler 1 on 42993) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-d0e92632-f810-449f-88f7-f6aebef18ad6 node DatanodeRegistration(127.0.0.1,
datanodeUuid=c583fe02-e65f-44fe-84de-9ed5d5165151, infoPort=57062,
ipcPort=49329, storageInfo=lv=-56;cid=testClusterID;nsid=2144068641;c=0),
blocks: 0, hasStaleStorages: false, processing time: 0 msecs
[junit4] 2> 2991421 INFO
(SUITE-HdfsDirectoryTest-seed#[BAA8F051EC2FCA61]-worker) [ ] o.m.log NO JSP
Support for /, did not find org.apache.jasper.servlet.JspServlet
[junit4] 2> 2991800 INFO
(SUITE-HdfsDirectoryTest-seed#[BAA8F051EC2FCA61]-worker) [ ] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@solaris-vm:47994
[junit4] 2> 3002496 INFO (IPC Server handler 5 on 42993) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-13661f97-f802-47d0-84f1-b61fe43eb984 node DatanodeRegistration(127.0.0.1,
datanodeUuid=346a0fcf-0ee7-4002-b488-79e700cf72f5, infoPort=47994,
ipcPort=38731, storageInfo=lv=-56;cid=testClusterID;nsid=2144068641;c=0),
blocks: 0, hasStaleStorages: true, processing time: 0 msecs
[junit4] 2> 3002497 INFO (IPC Server handler 5 on 42993) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-f9602883-28b2-425e-aa21-0a1610aa4b7e node DatanodeRegistration(127.0.0.1,
datanodeUuid=346a0fcf-0ee7-4002-b488-79e700cf72f5, infoPort=47994,
ipcPort=38731, storageInfo=lv=-56;cid=testClusterID;nsid=2144068641;c=0),
blocks: 0, hasStaleStorages: false, processing time: 0 msecs
[junit4] 2> 3003164 INFO
(TEST-HdfsDirectoryTest.testEOF-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testEOF
[junit4] 2> 3003925 INFO (IPC Server handler 6 on 42993) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:51642 is
added to blk_1073741825_1001{blockUCState=UNDER_CONSTRUCTION,
primaryNodeIndex=-1,
replicas=[ReplicaUnderConstruction[[DISK]DS-d0e92632-f810-449f-88f7-f6aebef18ad6:NORMAL:127.0.0.1:61117|RBW],
ReplicaUnderConstruction[[DISK]DS-13661f97-f802-47d0-84f1-b61fe43eb984:NORMAL:127.0.0.1:51642|FINALIZED]]}
size 0
[junit4] 2> 3003926 INFO (IPC Server handler 2 on 42993) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:61117 is
added to blk_1073741825_1001{blockUCState=UNDER_CONSTRUCTION,
primaryNodeIndex=-1,
replicas=[ReplicaUnderConstruction[[DISK]DS-d0e92632-f810-449f-88f7-f6aebef18ad6:NORMAL:127.0.0.1:61117|RBW],
ReplicaUnderConstruction[[DISK]DS-13661f97-f802-47d0-84f1-b61fe43eb984:NORMAL:127.0.0.1:51642|FINALIZED]]}
size 0
[junit4] 2> 3003934 INFO
(TEST-HdfsDirectoryTest.testEOF-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testEOF
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=HdfsDirectoryTest
-Dtests.method=testEOF -Dtests.seed=BAA8F051EC2FCA61 -Dtests.slow=true
-Dtests.locale=es-EC -Dtests.timezone=America/Argentina/Tucuman
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] ERROR 0.87s J0 | HdfsDirectoryTest.testEOF <<<
[junit4] > Throwable #1: java.lang.NullPointerException
[junit4] > at
__randomizedtesting.SeedInfo.seed([BAA8F051EC2FCA61:2BC3B259AE0B6C1D]:0)
[junit4] > at
org.apache.lucene.store.RAMInputStream.readByte(RAMInputStream.java:69)
[junit4] > at
org.apache.solr.store.hdfs.HdfsDirectoryTest.testEof(HdfsDirectoryTest.java:160)
[junit4] > at
org.apache.solr.store.hdfs.HdfsDirectoryTest.testEOF(HdfsDirectoryTest.java:152)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 3003982 INFO
(TEST-HdfsDirectoryTest.testRename-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testRename
[junit4] 2> 3004120 INFO (IPC Server handler 6 on 42993) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:61117 is
added to blk_1073741826_1002{blockUCState=UNDER_CONSTRUCTION,
primaryNodeIndex=-1,
replicas=[ReplicaUnderConstruction[[DISK]DS-13661f97-f802-47d0-84f1-b61fe43eb984:NORMAL:127.0.0.1:51642|RBW],
ReplicaUnderConstruction[[DISK]DS-8029350f-a122-49a4-a36c-f4723c561ba6:NORMAL:127.0.0.1:61117|FINALIZED]]}
size 0
[junit4] 2> 3004133 INFO (IPC Server handler 2 on 42993) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:51642 is
added to blk_1073741826_1002{blockUCState=UNDER_CONSTRUCTION,
primaryNodeIndex=-1,
replicas=[ReplicaUnderConstruction[[DISK]DS-8029350f-a122-49a4-a36c-f4723c561ba6:NORMAL:127.0.0.1:61117|FINALIZED],
ReplicaUnderConstruction[[DISK]DS-f9602883-28b2-425e-aa21-0a1610aa4b7e:NORMAL:127.0.0.1:51642|FINALIZED]]}
size 0
[junit4] 2> 3004154 INFO (IPC Server handler 9 on 42993) [ ]
BlockStateChange BLOCK* addToInvalidates: blk_1073741826_1002 127.0.0.1:51642
127.0.0.1:61117
[junit4] 2> 3004156 INFO
(TEST-HdfsDirectoryTest.testRename-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testRename
[junit4] 2> 3004216 INFO
(TEST-HdfsDirectoryTest.testRandomAccessWrites-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testRandomAccessWrites
[junit4] 1> Working on pass [0] contains [false]
[junit4] 2> 3004362 INFO (IPC Server handler 8 on 42993) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:51642 is
added to blk_1073741827_1003{blockUCState=UNDER_CONSTRUCTION,
primaryNodeIndex=-1,
replicas=[ReplicaUnderConstruction[[DISK]DS-8029350f-a122-49a4-a36c-f4723c561ba6:NORMAL:127.0.0.1:61117|RBW],
ReplicaUnderConstruction[[DISK]DS-13661f97-f802-47d0-84f1-b61fe43eb984:NORMAL:127.0.0.1:51642|RBW]]}
size 0
[junit4] 2> 3004364 INFO (IPC Server handler 5 on 42993) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:61117 is
added to blk_1073741827_1003{blockUCState=UNDER_CONSTRUCTION,
primaryNodeIndex=-1,
replicas=[ReplicaUnderConstruction[[DISK]DS-13661f97-f802-47d0-84f1-b61fe43eb984:NORMAL:127.0.0.1:51642|RBW],
ReplicaUnderConstruction[[DISK]DS-d0e92632-f810-449f-88f7-f6aebef18ad6:NORMAL:127.0.0.1:61117|FINALIZED]]}
size 0
[junit4] 1> Working on pass [1] contains [false]
[junit4] 2> 3007422 WARN (DataXceiver for client
DFSClient_NONMAPREDUCE_804700941_22054 at /127.0.0.1:34751 [Receiving block
BP-601989108-127.0.0.1-1453851165860:blk_1073741828_1004]) [ ]
o.a.h.h.s.d.DataNode Slow flushOrSync took 801ms (threshold=300ms),
isSync:false, flushTotalNanos=800858950ns
[junit4] 2> 3007500 INFO (IPC Server handler 7 on 42993) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:61117 is
added to blk_1073741828_1004{blockUCState=UNDER_CONSTRUCTION,
primaryNodeIndex=-1,
replicas=[ReplicaUnderConstruction[[DISK]DS-f9602883-28b2-425e-aa21-0a1610aa4b7e:NORMAL:127.0.0.1:51642|RBW],
ReplicaUnderConstruction[[DISK]DS-8029350f-a122-49a4-a36c-f4723c561ba6:NORMAL:127.0.0.1:61117|RBW]]}
size 0
[junit4] 2> 3007525 INFO (IPC Server handler 4 on 42993) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:51642 is
added to blk_1073741828_1004{blockUCState=UNDER_CONSTRUCTION,
primaryNodeIndex=-1,
replicas=[ReplicaUnderConstruction[[DISK]DS-f9602883-28b2-425e-aa21-0a1610aa4b7e:NORMAL:127.0.0.1:51642|RBW],
ReplicaUnderConstruction[[DISK]DS-8029350f-a122-49a4-a36c-f4723c561ba6:NORMAL:127.0.0.1:61117|RBW]]}
size 0
[junit4] 1> Working on pass [2] contains [false]
[junit4] 2> 3016005 WARN (DataXceiver for client
DFSClient_NONMAPREDUCE_804700941_22054 at /127.0.0.1:54670 [Receiving block
BP-601989108-127.0.0.1-1453851165860:blk_1073741829_1005]) [ ]
o.a.h.h.s.d.DataNode Slow flushOrSync took 962ms (threshold=300ms),
isSync:false, flushTotalNanos=962470135ns
[junit4] 2> 3016006 WARN (DataXceiver for client
DFSClient_NONMAPREDUCE_804700941_22054 at /127.0.0.1:37495 [Receiving block
BP-601989108-127.0.0.1-1453851165860:blk_1073741829_1005]) [ ]
o.a.h.h.s.d.DataNode Slow BlockReceiver write packet to mirror took 963ms
(threshold=300ms)
[junit4] 2> 3022036 WARN (PacketResponder:
BP-601989108-127.0.0.1-1453851165860:blk_1073741829_1005,
type=HAS_DOWNSTREAM_IN_PIPELINE) [ ] o.a.h.h.s.d.DataNode Slow
PacketResponder send ack to upstream took 970ms (threshold=300ms),
PacketResponder: BP-601989108-127.0.0.1-1453851165860:blk_1073741829_1005,
type=HAS_DOWNSTREAM_IN_PIPELINE, replyAck=seqno: 0 status: SUCCESS status:
SUCCESS downstreamAckTimeNanos: 2569888
[junit4] 2> 3022054 INFO (IPC Server handler 1 on 42993) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:61117 is
added to blk_1073741829_1005{blockUCState=UNDER_CONSTRUCTION,
primaryNodeIndex=-1,
replicas=[ReplicaUnderConstruction[[DISK]DS-13661f97-f802-47d0-84f1-b61fe43eb984:NORMAL:127.0.0.1:51642|RBW],
ReplicaUnderConstruction[[DISK]DS-d0e92632-f810-449f-88f7-f6aebef18ad6:NORMAL:127.0.0.1:61117|RBW]]}
size 0
[junit4] 2> 3022069 INFO (IPC Server handler 8 on 42993) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:51642 is
added to blk_1073741829_1005 size 1999993
[junit4] 1> Working on pass [3] contains [false]
[junit4] 2> 3038071 WARN (PacketResponder:
BP-601989108-127.0.0.1-1453851165860:blk_1073741830_1006,
type=LAST_IN_PIPELINE, downstreams=0:[]) [ ] o.a.h.h.s.d.DataNode Slow
PacketResponder send ack to upstream took 1084ms (threshold=300ms),
PacketResponder: BP-601989108-127.0.0.1-1453851165860:blk_1073741830_1006,
type=LAST_IN_PIPELINE, downstreams=0:[], replyAck=seqno: 0 status: SUCCESS
downstreamAckTimeNanos: 0
[junit4] 2> 3041067 INFO (IPC Server handler 9 on 42993) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:51642 is
added to blk_1073741830_1006{blockUCState=UNDER_CONSTRUCTION,
primaryNodeIndex=-1,
replicas=[ReplicaUnderConstruction[[DISK]DS-f9602883-28b2-425e-aa21-0a1610aa4b7e:NORMAL:127.0.0.1:51642|RBW],
ReplicaUnderConstruction[[DISK]DS-8029350f-a122-49a4-a36c-f4723c561ba6:NORMAL:127.0.0.1:61117|RBW]]}
size 0
[junit4] 2> 3042065 INFO (IPC Server handler 8 on 42993) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:61117 is
added to blk_1073741830_1006{blockUCState=UNDER_CONSTRUCTION,
primaryNodeIndex=-1,
replicas=[ReplicaUnderConstruction[[DISK]DS-f9602883-28b2-425e-aa21-0a1610aa4b7e:NORMAL:127.0.0.1:51642|RBW],
ReplicaUnderConstruction[[DISK]DS-8029350f-a122-49a4-a36c-f4723c561ba6:NORMAL:127.0.0.1:61117|RBW]]}
size 0
[junit4] 1> Working on pass [4] contains [false]
[junit4] 2> 3044852 INFO (IPC Server handler 9 on 42993) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:61117 is
added to blk_1073741831_1007{blockUCState=UNDER_CONSTRUCTION,
primaryNodeIndex=-1,
replicas=[ReplicaUnderConstruction[[DISK]DS-f9602883-28b2-425e-aa21-0a1610aa4b7e:NORMAL:127.0.0.1:51642|RBW],
ReplicaUnderConstruction[[DISK]DS-d0e92632-f810-449f-88f7-f6aebef18ad6:NORMAL:127.0.0.1:61117|RBW]]}
size 0
[junit4] 2> 3044883 INFO (IPC Server handler 7 on 42993) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:51642 is
added to blk_1073741831_1007{blockUCState=UNDER_CONSTRUCTION,
primaryNodeIndex=-1,
replicas=[ReplicaUnderConstruction[[DISK]DS-d0e92632-f810-449f-88f7-f6aebef18ad6:NORMAL:127.0.0.1:61117|RBW],
ReplicaUnderConstruction[[DISK]DS-13661f97-f802-47d0-84f1-b61fe43eb984:NORMAL:127.0.0.1:51642|FINALIZED]]}
size 0
[junit4] 1> Working on pass [5] contains [false]
[junit4] 2> 3048627 INFO (IPC Server handler 9 on 42993) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:61117 is
added to blk_1073741832_1008{blockUCState=UNDER_CONSTRUCTION,
primaryNodeIndex=-1,
replicas=[ReplicaUnderConstruction[[DISK]DS-13661f97-f802-47d0-84f1-b61fe43eb984:NORMAL:127.0.0.1:51642|RBW],
ReplicaUnderConstruction[[DISK]DS-8029350f-a122-49a4-a36c-f4723c561ba6:NORMAL:127.0.0.1:61117|FINALIZED]]}
size 0
[junit4] 2> 3048628 INFO (IPC Server handler 7 on 42993) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:51642 is
added to blk_1073741832_1008{blockUCState=UNDER_CONSTRUCTION,
primaryNodeIndex=-1,
replicas=[ReplicaUnderConstruction[[DISK]DS-8029350f-a122-49a4-a36c-f4723c561ba6:NORMAL:127.0.0.1:61117|FINALIZED],
ReplicaUnderConstruction[[DISK]DS-f9602883-28b2-425e-aa21-0a1610aa4b7e:NORMAL:127.0.0.1:51642|FINALIZED]]}
size 0
[junit4] 1> Working on pass [6] contains [false]
[junit4] 2> 3050732 INFO (IPC Server handler 1 on 42993) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:61117 is
added to blk_1073741833_1009{blockUCState=UNDER_CONSTRUCTION,
primaryNodeIndex=-1,
replicas=[ReplicaUnderConstruction[[DISK]DS-f9602883-28b2-425e-aa21-0a1610aa4b7e:NORMAL:127.0.0.1:51642|RBW],
ReplicaUnderConstruction[[DISK]DS-d0e92632-f810-449f-88f7-f6aebef18ad6:NORMAL:127.0.0.1:61117|FINALIZED]]}
size 0
[junit4] 2> 3050732 INFO (IPC Server handler 8 on 42993) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:51642 is
added to blk_1073741833_1009{blockUCState=UNDER_CONSTRUCTION,
primaryNodeIndex=-1,
replicas=[ReplicaUnderConstruction[[DISK]DS-d0e92632-f810-449f-88f7-f6aebef18ad6:NORMAL:127.0.0.1:61117|FINALIZED],
ReplicaUnderConstruction[[DISK]DS-13661f97-f802-47d0-84f1-b61fe43eb984:NORMAL:127.0.0.1:51642|FINALIZED]]}
size 0
[junit4] 1> Working on pass [7] contains [false]
[junit4] 2> 3055085 INFO (IPC Server handler 4 on 42993) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:61117 is
added to blk_1073741834_1010{blockUCState=UNDER_CONSTRUCTION,
primaryNodeIndex=-1,
replicas=[ReplicaUnderConstruction[[DISK]DS-13661f97-f802-47d0-84f1-b61fe43eb984:NORMAL:127.0.0.1:51642|RBW],
ReplicaUnderConstruction[[DISK]DS-8029350f-a122-49a4-a36c-f4723c561ba6:NORMAL:127.0.0.1:61117|RBW]]}
size 0
[junit4] 2> 3055086 INFO (IPC Server handler 0 on 42993) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:51642 is
added to blk_1073741834_1010{blockUCState=UNDER_CONSTRUCTION,
primaryNodeIndex=-1,
replicas=[ReplicaUnderConstruction[[DISK]DS-8029350f-a122-49a4-a36c-f4723c561ba6:NORMAL:127.0.0.1:61117|RBW],
ReplicaUnderConstruction[[DISK]DS-f9602883-28b2-425e-aa21-0a1610aa4b7e:NORMAL:127.0.0.1:51642|FINALIZED]]}
size 0
[junit4] 1> Working on pass [8] contains [false]
[junit4] 2> 3057085 INFO (IPC Server handler 2 on 42993) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:61117 is
added to blk_1073741835_1011{blockUCState=UNDER_CONSTRUCTION,
primaryNodeIndex=-1,
replicas=[ReplicaUnderConstruction[[DISK]DS-13661f97-f802-47d0-84f1-b61fe43eb984:NORMAL:127.0.0.1:51642|RBW],
ReplicaUnderConstruction[[DISK]DS-d0e92632-f810-449f-88f7-f6aebef18ad6:NORMAL:127.0.0.1:61117|FINALIZED]]}
size 0
[junit4] 2> 3057086 INFO (IPC Server handler 1 on 42993) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:51642 is
added to blk_1073741835_1011{blockUCState=UNDER_CONSTRUCTION,
primaryNodeIndex=-1,
replicas=[ReplicaUnderConstruction[[DISK]DS-13661f97-f802-47d0-84f1-b61fe43eb984:NORMAL:127.0.0.1:51642|RBW],
ReplicaUnderConstruction[[DISK]DS-d0e92632-f810-449f-88f7-f6aebef18ad6:NORMAL:127.0.0.1:61117|FINALIZED]]}
size 0
[junit4] 1> Working on pass [9] contains [false]
[junit4] 2> 3058011 INFO (IPC Server handler 2 on 42993) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:51642 is
added to blk_1073741836_1012{blockUCState=UNDER_CONSTRUCTION,
primaryNodeIndex=-1,
replicas=[ReplicaUnderConstruction[[DISK]DS-d0e92632-f810-449f-88f7-f6aebef18ad6:NORMAL:127.0.0.1:61117|RBW],
ReplicaUnderConstruction[[DISK]DS-f9602883-28b2-425e-aa21-0a1610aa4b7e:NORMAL:127.0.0.1:51642|RBW]]}
size 0
[junit4] 2> 3058012 INFO (IPC Server handler 1 on 42993) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:61117 is
added to blk_1073741836_1012{blockUCState=UNDER_CONSTRUCTION,
primaryNodeIndex=-1,
replicas=[ReplicaUnderConstruction[[DISK]DS-f9602883-28b2-425e-aa21-0a1610aa4b7e:NORMAL:127.0.0.1:51642|RBW],
ReplicaUnderConstruction[[DISK]DS-8029350f-a122-49a4-a36c-f4723c561ba6:NORMAL:127.0.0.1:61117|FINALIZED]]}
size 0
[junit4] 2> 3062721 INFO
(TEST-HdfsDirectoryTest.testRandomAccessWrites-seed#[BAA8F051EC2FCA61]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testRandomAccessWrites
[junit4] 2> 30627
[...truncated too long message...]
OnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> Caused by: java.lang.NullPointerException
[junit4] 2> at
org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap.size(BlocksMap.java:198)
[junit4] 2> at
org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.getTotalBlocks(BlockManager.java:3291)
[junit4] 2> at
org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlocksTotal(FSNamesystem.java:6223)
[junit4] 2> ... 54 more
[junit4] 2> 3063304 INFO
(SUITE-HdfsDirectoryTest-seed#[BAA8F051EC2FCA61]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.store.hdfs.HdfsDirectoryTest_BAA8F051EC2FCA61-001
[junit4] 2> Jan 26, 2016 11:34:31 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 2 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=es-EC,
timezone=America/Argentina/Tucuman
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_66
(64-bit)/cpus=3,threads=2,free=200814792,total=518979584
[junit4] 2> NOTE: All tests run in this JVM:
[ChaosMonkeyNothingIsSafeTest, SolrIndexConfigTest,
LeaderInitiatedRecoveryOnShardRestartTest, TermsComponentTest, RulesTest,
TestMiniSolrCloudClusterSSL, CloudExitableDirectoryReaderTest,
TestPhraseSuggestions, TestSolr4Spatial2, SimplePostToolTest,
HardAutoCommitTest, CloneFieldUpdateProcessorFactoryTest, TestManagedResource,
StandardRequestHandlerTest, TestClassNameShortening,
TestRandomCollapseQParserPlugin, TestStressUserVersions, SOLR749Test,
CdcrRequestHandlerTest, RankQueryTest, RemoteQueryErrorTest,
SolrTestCaseJ4Test, TestSortByMinMaxFunction, TestScoreJoinQPNoScore,
TestLeaderInitiatedRecoveryThread, SchemaVersionSpecificBehaviorTest,
TestReqParamsAPI, DirectSolrSpellCheckerTest, TestSweetSpotSimilarityFactory,
PathHierarchyTokenizerFactoryTest, TestQuerySenderNoQuery,
TestShardHandlerFactory, FastVectorHighlighterTest,
CollectionsAPIAsyncDistributedZkTest, PreAnalyzedUpdateProcessorTest,
TimeZoneUtilsTest, TestExtendedDismaxParser, OverseerTest,
TestRequestForwarding, OverriddenZkACLAndCredentialsProvidersTest,
TestRandomDVFaceting, CollectionStateFormat2Test, BadComponentTest,
PrimitiveFieldTypeTest, SoftAutoCommitTest, TestShortCircuitedRequests,
TestCloudPivotFacet, DocumentAnalysisRequestHandlerTest, TestSolrDynamicMBean,
TestConfig, TestPostingsSolrHighlighter, TestHashPartitioner,
TestXIncludeConfig, HdfsRecoverLeaseTest, CurrencyFieldXmlFileTest,
TestSQLHandler, TestCursorMarkWithoutUniqueKey, XsltUpdateRequestHandlerTest,
SimpleMLTQParserTest, TestConfigReload, BitVectorTest, TestJmxIntegration,
TestConfigSetsAPIZkFailure, OverseerRolesTest, TestIBSimilarityFactory,
InfoHandlerTest, DistribDocExpirationUpdateProcessorTest,
TestSolrQueryResponse, ClusterStateTest, DeleteShardTest, HighlighterTest,
ZkCLITest, TestPartialUpdateDeduplication, DocValuesMultiTest,
BasicDistributedZkTest, MultiThreadedOCPTest, TestFileDictionaryLookup,
StatelessScriptUpdateProcessorFactoryTest, HighlighterMaxOffsetTest,
SolrRequestParserTest, DocValuesMissingTest, UpdateParamsTest,
TestUniqueKeyFieldResource, TestComponentsName, TestObjectReleaseTracker,
TestReloadDeadlock, RequiredFieldsTest, TestConfigSetsAPI,
AnalyticsMergeStrategyTest, TestClusterStateMutator, RequestLoggingTest,
AlternateDirectoryTest, CustomCollectionTest, TestLRUCache, SolrCoreTest,
TriLevelCompositeIdRoutingTest, ExternalFileFieldSortTest, TestInitQParser,
SharedFSAutoReplicaFailoverUtilsTest, TestCollapseQParserPlugin,
TestDynamicLoading, DistributedFacetPivotLongTailTest, SliceStateTest,
SampleTest, TestSolrDeletionPolicy1, PeerSyncTest, AnalysisAfterCoreReloadTest,
TestJmxMonitoredMap, AssignTest, TestDocBasedVersionConstraints,
TestExpandComponent, TestDynamicFieldResource, LeaderElectionTest,
MoreLikeThisHandlerTest, TestIntervalFaceting, DirectUpdateHandlerTest,
CursorMarkTest, TestAuthorizationFramework, AsyncMigrateRouteKeyTest,
DistributedSuggestComponentTest, RecoveryZkTest, TestStressLucene,
SuggestComponentTest, AddSchemaFieldsUpdateProcessorFactoryTest,
DeleteLastCustomShardedReplicaTest, ForceLeaderTest, OverseerTaskQueueTest,
TestInfoStreamLogging, SSLMigrationTest, TestSort, XmlUpdateRequestHandlerTest,
CircularListTest, TestConfigSetProperties, TestChildDocTransformer,
IgnoreCommitOptimizeUpdateProcessorFactoryTest,
TestLMDirichletSimilarityFactory, UUIDFieldTest, TestMergePolicyConfig,
HdfsBasicDistributedZk2Test, ZkStateWriterTest, UnloadDistributedZkTest,
SyncSliceTest, ShardRoutingTest, ClusterStateUpdateTest,
ShardRoutingCustomTest, TestDistributedSearch, CurrencyFieldOpenExchangeTest,
SolrIndexSplitterTest, TestCoreDiscovery, CoreAdminHandlerTest,
SpatialFilterTest, SuggesterWFSTTest, PolyFieldTest, TestPseudoReturnFields,
TestAtomicUpdateErrorCases, QueryEqualityTest, TestRemoteStreaming,
SolrInfoMBeanTest, TestSurroundQueryParser, TestQueryUtils,
DocumentBuilderTest, TermVectorComponentTest, TestArbitraryIndexDir,
LoggingHandlerTest, IndexSchemaTest, UpdateRequestProcessorFactoryTest,
MBeansHandlerTest, TestAnalyzedSuggestions, BinaryUpdateRequestHandlerTest,
PingRequestHandlerTest, HighlighterConfigTest, CopyFieldTest,
TestStressRecovery, TestSolrDeletionPolicy2, TestDocSet, TestBinaryField,
NumericFieldsTest, MinimalSchemaTest, NotRequiredUniqueKeyTest,
TestCharFilters, TestCodecSupport, TestFastOutputStream, ScriptEngineTest,
URLClassifyProcessorTest, DateMathParserTest, PrimUtilsTest,
TestSuggestSpellingConverter, DateFieldTest, SystemInfoHandlerTest,
DistributedMLTComponentTest, TestCrossCoreJoin, TestDistributedMissingSort,
TestEmbeddedSolrServerConstructors, TestJettySolrRunner, ActionThrottleTest,
AsyncCallRequestStatusResponseTest, CollectionReloadTest,
ConcurrentDeleteAndCreateCollectionTest, ConfigSetsAPITest,
ConnectionManagerTest, DeleteReplicaTest, DistributedQueueTest,
DistributedVersionInfoTest, LeaderInitiatedRecoveryOnCommitTest,
OverseerCollectionConfigSetProcessorTest, RecoveryAfterSoftCommitTest,
ShardSplitTest, TestConfigSetsAPIExclusivity, TestCryptoKeys,
TestDistribDocBasedVersion, TestExclusionRuleCollectionAccess,
TestMiniSolrCloudCluster, VMParamsZkACLAndCredentialsProvidersTest,
HdfsChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest,
HdfsCollectionsAPIDistributedZkTest, HdfsNNFailoverTest, HdfsRecoveryZkTest,
HdfsRestartWhileUpdatingTest, HdfsSyncSliceTest, HdfsThreadLeakTest,
RuleEngineTest, DirectoryFactoryTest, ExitableDirectoryReaderTest,
HdfsDirectoryFactoryTest, TestSolrConfigHandlerConcurrent,
SegmentsInfoRequestHandlerTest, DistributedExpandComponentTest,
DistributedFacetPivotSmallTest, DistributedQueryComponentOptimizationTest,
TestTrackingShardHandlerFactory, TestFieldTypeCollectionResource,
TestManagedSchemaDynamicFieldResource, TestRemoveLastDynamicCopyField,
TestSchemaResource, TestSchemaVersionResource,
TestSolrQueryParserDefaultOperatorResource, ChangedSchemaMergeTest,
EnumFieldTest, SpatialRPTFieldTypeTest, TestCloudManagedSchemaConcurrent,
TestExactStatsCache, BasicAuthIntegrationTest, BufferStoreTest,
HdfsDirectoryTest]
[junit4] Completed [562/577 (2!)] on J0 in 115.09s, 4 tests, 1 error <<<
FAILURES!
[...truncated 64 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:740: The
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:684: The
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:59: The
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build.xml:233:
The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/common-build.xml:524:
The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/common-build.xml:1457:
The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/common-build.xml:1014:
There were test failures: 577 suites (8 ignored), 2317 tests, 2 errors, 85
ignored (70 assumptions) [seed: BAA8F051EC2FCA61]
Total time: 68 minutes 54 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]