You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2015/11/20 20:43:30 UTC

[JENKINS] Lucene-Solr-trunk-Solaris (64bit/jdk1.8.0) - Build # 203 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Solaris/203/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC

3 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([8FB8B67C3393161:E1A1305F5DA0A1C9]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:750)
	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:743)
	... 41 more


FAILED:  org.apache.solr.update.AutoCommitTest.testMaxDocs

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([8FB8B67C3393161:B17A5DB8EFD335EB]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:750)
	at org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:194)
	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)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=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:14&qt=standard&start=0&rows=20&version=2.2
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:743)
	... 40 more


FAILED:  org.apache.solr.update.HardAutoCommitTest.testCommitWithin

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([8FB8B67C3393161:B229E41F4017DF74]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:750)
	at org.apache.solr.update.HardAutoCommitTest.testCommitWithin(HardAutoCommitTest.java:100)
	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)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=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:529&qt=standard&start=0&rows=20&version=2.2
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:743)
	... 40 more




Build Log:
[...truncated 9441 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_8FB8B67C3393161-001/init-core-data-001
   [junit4]   2> 5647 INFO  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 5648 INFO  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 5648 INFO  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] 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> 5648 INFO  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 5648 INFO  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] 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> 5649 INFO  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] 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> 5649 INFO  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] 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> 5685 INFO  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 5714 INFO  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 5859 INFO  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 5911 INFO  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 6867 INFO  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 6887 INFO  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 6888 INFO  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 6953 INFO  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 6969 INFO  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 6984 INFO  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 6990 WARN  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 6990 WARN  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 6990 INFO  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 6991 WARN  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 6991 WARN  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 6993 INFO  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 6993 INFO  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] 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> 6993 INFO  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] 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> 6993 INFO  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 6993 INFO  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] 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> 6993 INFO  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 746088824
   [junit4]   2> 6993 INFO  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] 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> 6993 WARN  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] 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> 6993 INFO  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 7001 INFO  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 7001 INFO  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 7002 INFO  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 7002 INFO  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 7003 INFO  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 7007 INFO  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection1, collection=collection1, absoluteInstDir=/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/J1/temp/solr.update.AutoCommitTest_8FB8B67C3393161-001/init-core-data-001, shard=shard1}
   [junit4]   2> 7020 INFO  (coreLoadExecutor-16-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> 7021 INFO  (coreLoadExecutor-16-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 7022 INFO  (coreLoadExecutor-16-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> 7023 INFO  (coreLoadExecutor-16-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> 7023 INFO  (coreLoadExecutor-16-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> 7103 INFO  (coreLoadExecutor-16-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 7113 INFO  (coreLoadExecutor-16-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 7134 INFO  (coreLoadExecutor-16-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 7152 INFO  (coreLoadExecutor-16-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 7429 INFO  (coreLoadExecutor-16-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 7482 INFO  (coreLoadExecutor-16-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 7483 INFO  (coreLoadExecutor-16-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 7518 INFO  (coreLoadExecutor-16-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 7525 INFO  (coreLoadExecutor-16-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 7527 INFO  (coreLoadExecutor-16-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 7528 WARN  (coreLoadExecutor-16-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 7528 WARN  (coreLoadExecutor-16-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 7528 INFO  (coreLoadExecutor-16-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 7528 WARN  (coreLoadExecutor-16-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 7528 WARN  (coreLoadExecutor-16-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 7533 INFO  (coreLoadExecutor-16-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> 7533 INFO  (coreLoadExecutor-16-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> 7533 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 7534 INFO  (coreLoadExecutor-16-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=[null]
   [junit4]   2> 7537 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap No JMX servers found, not exposing Solr information with JMX.
   [junit4]   2> 7538 INFO  (coreLoadExecutor-16-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/J1/temp/solr.update.AutoCommitTest_8FB8B67C3393161-001/init-core-data-001
   [junit4]   2> 7538 INFO  (coreLoadExecutor-16-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/J1/temp/solr.update.AutoCommitTest_8FB8B67C3393161-001/init-core-data-001/index/
   [junit4]   2> 7538 WARN  (coreLoadExecutor-16-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/J1/temp/solr.update.AutoCommitTest_8FB8B67C3393161-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 7538 INFO  (coreLoadExecutor-16-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/J1/temp/solr.update.AutoCommitTest_8FB8B67C3393161-001/init-core-data-001/index
   [junit4]   2> 7540 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1095606705, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 7542 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7a0e6688 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5233002a),segFN=segments_1,generation=1}
   [junit4]   2> 7542 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 7545 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/J1/temp/solr.update.AutoCommitTest_8FB8B67C3393161-001/init-core-data-001/
   [junit4]   2> 7571 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 7584 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 7585 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 7586 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 7586 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 7586 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 7586 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 7592 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 7593 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 7615 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 7629 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 7629 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 7633 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 7655 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 7657 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 7657 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 7673 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 7684 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 7685 WARN  (coreLoadExecutor-16-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> 7688 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 7709 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 7721 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 7733 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 7733 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 7734 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=48, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=61.638671875, floorSegmentMB=1.107421875, forceMergeDeletesPctAllowed=26.403816018018027, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7190851703531423
   [junit4]   2> 7735 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7a0e6688 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5233002a),segFN=segments_1,generation=1}
   [junit4]   2> 7735 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 7736 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@77c267ab[collection1] main
   [junit4]   2> 7737 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 7737 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 7738 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 7738 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 7821 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 8072 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 8072 INFO  (searcherExecutor-17-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 8073 INFO  (searcherExecutor-17-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 8073 INFO  (searcherExecutor-17-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 8073 INFO  (searcherExecutor-17-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 8073 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 8073 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 8074 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 8074 INFO  (searcherExecutor-17-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 8074 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1518385926181486592
   [junit4]   2> 8074 INFO  (searcherExecutor-17-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 8075 INFO  (searcherExecutor-17-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 8075 INFO  (searcherExecutor-17-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 8079 INFO  (searcherExecutor-17-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 8079 INFO  (searcherExecutor-17-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@77c267ab[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 8080 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 6.0ms to seed version buckets with highest version 1518385926181486592
   [junit4]   2> 8081 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 8084 INFO  (SUITE-AutoCommitTest-seed#[8FB8B67C3393161]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 8087 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 8276 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {deleteByQuery=*:* (-1518385926310461440)} 0 186
   [junit4]   2> 8283 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    ] 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> 8283 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 8283 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    ] 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> 8283 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    ] 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> 8283 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    ] 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> 8357 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 8364 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 8379 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 8387 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 8481 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 8486 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 8487 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 8498 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 8501 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 8503 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 8503 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 8504 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 8504 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 8504 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 8504 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 8506 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    ] 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> 8506 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    ] 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> 8507 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    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/J1/temp/solr.update.AutoCommitTest_8FB8B67C3393161-001/init-core-data-001/]
   [junit4]   2> 8507 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.JmxMonitoredMap No JMX servers found, not exposing Solr information with JMX.
   [junit4]   2> 8508 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    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/J1/temp/solr.update.AutoCommitTest_8FB8B67C3393161-001/init-core-data-001/index/
   [junit4]   2> 8519 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 8525 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 8525 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 8525 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 8525 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 8526 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 8526 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 8526 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 8526 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 8527 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 8527 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 8527 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 8528 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/J1/temp/solr.update.AutoCommitTest_8FB8B67C3393161-001/init-core-data-001/
   [junit4]   2> 8529 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 8530 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 8531 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 8533 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 8536 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 8537 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 8538 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 8541 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 8542 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 8542 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 8557 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@27198c6c[collection1] main
   [junit4]   2> 8557 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 8557 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 8557 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 8557 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 8559 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 8568 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 8568 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 8569 INFO  (searcherExecutor-22-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 8569 INFO  (searcherExecutor-22-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 8570 INFO  (searcherExecutor-22-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 8570 INFO  (searcherExecutor-22-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 8570 INFO  (searcherExecutor-22-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 8571 INFO  (searcherExecutor-22-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 8571 INFO  (searcherExecutor-22-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 8572 INFO  (searcherExecutor-22-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 8573 INFO  (searcherExecutor-22-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 8573 INFO  (searcherExecutor-22-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@27198c6c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 8575 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 8575 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 8589 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.UpdateLog Took 20.0ms to seed version buckets with highest version 1518385926310461440
   [junit4]   2> 8589 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 8590 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=46.697265625, floorSegmentMB=1.4658203125, forceMergeDeletesPctAllowed=13.798940871948211, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 8593 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7a0e6688 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5233002a),segFN=segments_1,generation=1}
   [junit4]   2> 8600 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 8600 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 8601 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@5385e2c8[collection1] main
   [junit4]   2> 8603 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 8603 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@18f50d61
   [junit4]   2> 8604 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=1,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 8604 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 8610 INFO  (searcherExecutor-22-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5385e2c8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 8654 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[0 (1518385926750863360)]} 0 47
   [junit4]   2> 8656 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[1 (1518385926790709248)]} 0 49
   [junit4]   2> 8659 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[2 (1518385926792806400)]} 0 52
   [junit4]   2> 8661 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[3 (1518385926795952128)]} 0 53
   [junit4]   2> 8661 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[4 (1518385926797000704)]} 0 54
   [junit4]   2> 8662 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[5 (1518385926798049280)]} 0 55
   [junit4]   2> 8664 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[6 (1518385926798049281)]} 0 56
   [junit4]   2> 8665 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[7 (1518385926800146432)]} 0 57
   [junit4]   2> 8665 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[8 (1518385926801195008)]} 0 58
   [junit4]   2> 8666 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[9 (1518385926801195009)]} 0 59
   [junit4]   2> 8667 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[10 (1518385926802243584)]} 0 60
   [junit4]   2> 8668 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[11 (1518385926804340736)]} 0 61
   [junit4]   2> 8669 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[12 (1518385926805389312)]} 0 62
   [junit4]   2> 8670 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[13 (1518385926805389313)]} 0 63
   [junit4]   2> 8684 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=id:1&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=13 
   [junit4]   2> 8689 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[14 (1518385926824263680)]} 0 82
   [junit4]   2> 8697 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[15 (1518385926833700864)]} 0 90
   [junit4]   2> 8697 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=id:14&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 8702 ERROR (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result[@numFound=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:14&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 8702 ERROR (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=id:14&qt=standard&start=0&rows=20&version=2.2:java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=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:14&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:743)
   [junit4]   2> 	at org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:194)
   [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 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> 8703 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest -Dtests.method=testMaxDocs -Dtests.seed=8FB8B67C3393161 -Dtests.slow=true -Dtests.locale=ru -Dtests.timezone=Africa/Windhoek -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.62s J1 | AutoCommitTest.testMaxDocs <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8FB8B67C3393161:B17A5DB8EFD335EB]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:750)
   [junit4]    > 	at org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:194)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=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:14&qt=standard&start=0&rows=20&version=2.2
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:743)
   [junit4]    > 	... 40 more
   [junit4]   2> 8721 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 8773 INFO  (commitScheduler-25-thread-1) [    x:collection1] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 8986 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@2fc41886[collection1] realtime
   [junit4]   2> 8987 INFO  (commitScheduler-25-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@29965e13[collection1] main
   [junit4]   2> 8988 INFO  (commitScheduler-25-thread-1) [    x:collection1] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 8988 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {deleteByQuery=*:* (-1518385926866206720)} 0 266
   [junit4]   2> 8988 INFO  (searcherExecutor-22-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@29965e13[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 8989 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] 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> 8989 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 8989 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] 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> 8989 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] 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> 8989 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] 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> 9096 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 9121 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 9135 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 9143 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 9364 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 9432 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 9435 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 9459 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 9461 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 9463 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 9463 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 9463 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 9464 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 9464 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 9464 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 9465 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] 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> 9465 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] 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> 9466 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    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/J1/temp/solr.update.AutoCommitTest_8FB8B67C3393161-001/init-core-data-001/]
   [junit4]   2> 9466 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.JmxMonitoredMap No JMX servers found, not exposing Solr information with JMX.
   [junit4]   2> 9466 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    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/J1/temp/solr.update.AutoCommitTest_8FB8B67C3393161-001/init-core-data-001/index/
   [junit4]   2> 9467 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/J1/temp/solr.update.AutoCommitTest_8FB8B67C3393161-001/init-core-data-001/
   [junit4]   2> 9477 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 9477 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 9477 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 9477 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 9480 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 9485 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 9490 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 9490 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 9490 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 9490 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 9490 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 9490 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 9499 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 9500 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 9501 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 9502 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 9504 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 9506 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 9506 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 9506 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 9507 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 9507 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 9507 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@14cb6199[collection1] main
   [junit4]   2> 9507 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 9508 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 9508 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 9508 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 9509 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 9515 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 9515 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 9515 INFO  (searcherExecutor-26-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 9515 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 9516 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 9516 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.UpdateLog Took 0.0ms to seed version buckets with highest version 1518385926866206720
   [junit4]   2> 9516 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 9517 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7a0e6688 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5233002a),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7a0e6688 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5233002a),segFN=segments_2,generation=2}
   [junit4]   2> 9517 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 9517 INFO  (searcherExecutor-26-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 9517 INFO  (searcherExecutor-26-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 9517 INFO  (searcherExecutor-26-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 9518 INFO  (searcherExecutor-26-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 9518 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1655865869, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 9522 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7a0e6688 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5233002a),segFN=segments_2,generation=2}
   [junit4]   2> 9522 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 9522 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 9522 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.SolrCore [collection1] PERFORMANCE WARNING: Overlapping onDeckSearchers=2
   [junit4]   2> 9523 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@21c4a675[collection1] main
   [junit4]   2> 9523 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 9523 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3c607bbb
   [junit4]   2> 9523 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommit maxDocs=14,soft autocommits=1,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=16,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=16,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 9524 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 9521 INFO  (searcherExecutor-26-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 9526 INFO  (searcherExecutor-26-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 9526 INFO  (searcherExecutor-26-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 9527 INFO  (searcherExecutor-26-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 9527 INFO  (searcherExecutor-26-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@14cb6199[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 9527 INFO  (searcherExecutor-26-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 9528 INFO  (searcherExecutor-26-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 9528 INFO  (searcherExecutor-26-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 9528 INFO  (searcherExecutor-26-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 9531 INFO  (searcherExecutor-26-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 9534 INFO  (searcherExecutor-26-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 9534 INFO  (searcherExecutor-26-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 9535 INFO  (searcherExecutor-26-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 9535 INFO  (searcherExecutor-26-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 9536 INFO  (searcherExecutor-26-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@21c4a675[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 9540 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[529 (1518385927716601856)]} 0 3
   [junit4]   2> 9541 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 10544 INFO  (commitScheduler-29-thread-1) [    x:collection1] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 10554 INFO  (commitScheduler-29-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@65d611b7[collection1] main
   [junit4]   2> 10562 INFO  (searcherExecutor-26-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@65d611b7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):C1)))}
   [junit4]   2> 10562 INFO  (commitScheduler-29-thread-1) [    x:collection1] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 10794 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[530 (1518385929031516160)]} 0 1257
   [junit4]   2> 10796 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 10804 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 10815 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {delete=[529 (-1518385929055633408)]} 0 0
   [junit4]   2> 10816 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[8FB8B67C3393161]) [    x:collection1] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 11795 INFO  (commitScheduler-29-thread-1) [    x:collection1] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 11810 INFO  (commitScheduler-29-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@3155cf16[collection1] main
   [junit4]   2> 11811 INFO  (commitScheduler-29-thread-1) [    x:collection1] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 11812 INFO  (searcherExecutor-26-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3155cf16[collection1] main{Exitab

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

itraryIndexDir.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:743)
   [junit4]    > 	... 41 more
   [junit4]   2> 805603 INFO  (SUITE-TestArbitraryIndexDir-seed#[8FB8B67C3393161]-worker) [    x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 805603 INFO  (SUITE-TestArbitraryIndexDir-seed#[8FB8B67C3393161]-worker) [    x:collection1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2082007885
   [junit4]   2> 805603 INFO  (searcherExecutor-2808-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1827e972[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c1)))}
   [junit4]   2> 805604 INFO  (SUITE-TestArbitraryIndexDir-seed#[8FB8B67C3393161]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@11aaf604
   [junit4]   2> 805604 INFO  (SUITE-TestArbitraryIndexDir-seed#[8FB8B67C3393161]-worker) [    x:collection1] o.a.s.u.UpdateHandler 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> 805604 INFO  (SUITE-TestArbitraryIndexDir-seed#[8FB8B67C3393161]-worker) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 805604 INFO  (SUITE-TestArbitraryIndexDir-seed#[8FB8B67C3393161]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 805604 INFO  (SUITE-TestArbitraryIndexDir-seed#[8FB8B67C3393161]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 805605 INFO  (SUITE-TestArbitraryIndexDir-seed#[8FB8B67C3393161]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 805618 INFO  (SUITE-TestArbitraryIndexDir-seed#[8FB8B67C3393161]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory - 3 directories currently being tracked
   [junit4]   2> 805618 INFO  (SUITE-TestArbitraryIndexDir-seed#[8FB8B67C3393161]-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_8FB8B67C3393161-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_8FB8B67C3393161-001/init-core-data-001;done=false>>]
   [junit4]   2> 805618 INFO  (SUITE-TestArbitraryIndexDir-seed#[8FB8B67C3393161]-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_8FB8B67C3393161-001/init-core-data-001
   [junit4]   2> 805618 INFO  (SUITE-TestArbitraryIndexDir-seed#[8FB8B67C3393161]-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_8FB8B67C3393161-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_8FB8B67C3393161-001/init-core-data-001/index_temp;done=false>>]
   [junit4]   2> 805618 INFO  (SUITE-TestArbitraryIndexDir-seed#[8FB8B67C3393161]-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_8FB8B67C3393161-001/init-core-data-001/index_temp
   [junit4]   2> 805621 INFO  (SUITE-TestArbitraryIndexDir-seed#[8FB8B67C3393161]-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_8FB8B67C3393161-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_8FB8B67C3393161-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 805621 INFO  (SUITE-TestArbitraryIndexDir-seed#[8FB8B67C3393161]-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_8FB8B67C3393161-001/init-core-data-001/index
   [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_8FB8B67C3393161-001
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=2, maxDocsPerChunk=4, blockSize=508), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=2, blockSize=508)), sim=ClassicSimilarity, locale=pl, timezone=NZ-CHAT
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_66 (64-bit)/cpus=3,threads=1,free=108390392,total=367001600
   [junit4]   2> NOTE: All tests run in this JVM: [AlternateDirectoryTest, PolyFieldTest, StatelessScriptUpdateProcessorFactoryTest, CleanupOldIndexTest, CdcrRequestHandlerTest, CloudMLTQParserTest, TestScoreJoinQPNoScore, TestDynamicLoading, UUIDFieldTest, TestManagedStopFilterFactory, SystemInfoHandlerTest, TestStressLucene, SSLMigrationTest, TestReplicationHandlerBackup, SpatialRPTFieldTypeTest, ScriptEngineTest, TestSortByMinMaxFunction, DistributedFacetPivotLargeTest, TestStandardQParsers, TestFieldCollectionResource, ZkStateReaderTest, DistanceUnitsTest, TestScoreJoinQPScore, XmlUpdateRequestHandlerTest, TestConfigSetsAPI, TestManagedSchemaFieldTypeResource, TestEmbeddedSolrServerConstructors, RecoveryAfterSoftCommitTest, DocValuesTest, TestRandomRequestDistribution, TestSearchPerf, TestPseudoReturnFields, TestCustomSort, TestDFRSimilarityFactory, AnalyticsQueryTest, TestRestManager, BasicAuthIntegrationTest, HardAutoCommitTest, CachingDirectoryFactoryTest, TestLMDirichletSimilarityFactory, TestMergePolicyConfig, TestLRUCache, CdcrReplicationDistributedZkTest, ZkControllerTest, TestLRUStatsCache, TestCloudPivotFacet, TestSmileRequest, CircularListTest, CloneFieldUpdateProcessorFactoryTest, TestFreeTextSuggestions, TestSchemaResource, TestXIncludeConfig, TestHashPartitioner, TestIBSimilarityFactory, ZkCLITest, TestMaxScoreQueryParser, HdfsUnloadDistributedZkTest, TestPostingsSolrHighlighter, SpatialFilterTest, TestStressReorder, AliasIntegrationTest, AsyncCallRequestStatusResponseTest, DistribJoinFromCollectionTest, HighlighterTest, CollectionStateFormat2Test, MBeansHandlerTest, SOLR749Test, RequiredFieldsTest, MoreLikeThisHandlerTest, MultiThreadedOCPTest, DistributedQueryElevationComponentTest, TriLevelCompositeIdRoutingTest, ParsingFieldUpdateProcessorsTest, UpdateParamsTest, TestRawTransformer, TestSimpleTrackingShardHandler, PrimUtilsTest, DirectUpdateHandlerTest, TestCloudSchemaless, SolrCloudExampleTest, TestOverriddenPrefixQueryForCustomFieldType, TestExpandComponent, TestDocumentBuilder, TestPhraseSuggestions, RankQueryTest, TestConfigOverlay, DistributedQueryComponentCustomSortTest, DocValuesMultiTest, TestSolrCloudWithKerberosAlt, SolrXmlInZkTest, HdfsWriteToMultipleCollectionsTest, CdcrVersionReplicationTest, QueryElevationComponentTest, DirectSolrSpellCheckerTest, TestSort, TestManagedResource, DOMUtilTest, TestElisionMultitermQuery, TestPartialUpdateDeduplication, SampleTest, VersionInfoTest, ReturnFieldsTest, IndexSchemaTest, TestArbitraryIndexDir]
   [junit4] Completed [189/559] on J0 in 0.69s, 1 test, 1 error <<< FAILURES!

[...truncated 1217 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:775: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:719: 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:516: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/common-build.xml:1432: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/common-build.xml:987: There were test failures: 559 suites (8 ignored), 2216 tests, 3 errors, 82 ignored (68 assumptions) [seed: 8FB8B67C3393161]

Total time: 69 minutes 1 second
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