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

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 620 - Still Failing!

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

3 tests failed.
FAILED:  org.apache.solr.cloud.CollectionStateFormat2Test.test

Error Message:
Could not find collection:.system

Stack Trace:
java.lang.AssertionError: Could not find collection:.system
	at __randomizedtesting.SeedInfo.seed([F6739A14EE7D3362:7E27A5CE40815E9A]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:154)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:139)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:134)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:856)
	at org.apache.solr.cloud.CollectionStateFormat2Test.testConfNameAndCollectionNameSame(CollectionStateFormat2Test.java:53)
	at org.apache.solr.cloud.CollectionStateFormat2Test.test(CollectionStateFormat2Test.java:40)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.TestCryptoKeys.test

Error Message:
Could not find collection:.system

Stack Trace:
java.lang.AssertionError: Could not find collection:.system
	at __randomizedtesting.SeedInfo.seed([F6739A14EE7D3362:7E27A5CE40815E9A]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:154)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:139)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:134)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:856)
	at org.apache.solr.cloud.TestCryptoKeys.test(TestCryptoKeys.java:118)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([F6739A14EE7D3362:6C87E7F670E7AF5E]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:785)
	at org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:243)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: 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:778)
	... 40 more




Build Log:
[...truncated 11353 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_F6739A14EE7D3362-001/init-core-data-001
   [junit4]   2> 1549492 INFO  (SUITE-AutoCommitTest-seed#[F6739A14EE7D3362]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1549493 INFO  (SUITE-AutoCommitTest-seed#[F6739A14EE7D3362]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1549493 INFO  (SUITE-AutoCommitTest-seed#[F6739A14EE7D3362]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1549493 INFO  (SUITE-AutoCommitTest-seed#[F6739A14EE7D3362]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1549493 INFO  (SUITE-AutoCommitTest-seed#[F6739A14EE7D3362]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1549494 INFO  (SUITE-AutoCommitTest-seed#[F6739A14EE7D3362]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1549494 INFO  (SUITE-AutoCommitTest-seed#[F6739A14EE7D3362]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1549519 INFO  (SUITE-AutoCommitTest-seed#[F6739A14EE7D3362]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1549527 INFO  (SUITE-AutoCommitTest-seed#[F6739A14EE7D3362]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1549542 INFO  (SUITE-AutoCommitTest-seed#[F6739A14EE7D3362]-worker) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1549546 INFO  (SUITE-AutoCommitTest-seed#[F6739A14EE7D3362]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1549681 INFO  (SUITE-AutoCommitTest-seed#[F6739A14EE7D3362]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1549685 INFO  (SUITE-AutoCommitTest-seed#[F6739A14EE7D3362]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1549690 INFO  (SUITE-AutoCommitTest-seed#[F6739A14EE7D3362]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1549693 INFO  (SUITE-AutoCommitTest-seed#[F6739A14EE7D3362]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1549694 INFO  (SUITE-AutoCommitTest-seed#[F6739A14EE7D3362]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1549696 INFO  (SUITE-AutoCommitTest-seed#[F6739A14EE7D3362]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1549696 INFO  (SUITE-AutoCommitTest-seed#[F6739A14EE7D3362]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1549696 INFO  (SUITE-AutoCommitTest-seed#[F6739A14EE7D3362]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1549696 INFO  (SUITE-AutoCommitTest-seed#[F6739A14EE7D3362]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1549696 INFO  (SUITE-AutoCommitTest-seed#[F6739A14EE7D3362]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr'
   [junit4]   2> 1549696 INFO  (SUITE-AutoCommitTest-seed#[F6739A14EE7D3362]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1549696 INFO  (SUITE-AutoCommitTest-seed#[F6739A14EE7D3362]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1549696 INFO  (SUITE-AutoCommitTest-seed#[F6739A14EE7D3362]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 1825770505
   [junit4]   2> 1549696 INFO  (SUITE-AutoCommitTest-seed#[F6739A14EE7D3362]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr]
   [junit4]   2> 1549697 WARN  (SUITE-AutoCommitTest-seed#[F6739A14EE7D3362]-worker) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/lib
   [junit4]   2> 1549697 INFO  (SUITE-AutoCommitTest-seed#[F6739A14EE7D3362]-worker) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 1549705 INFO  (SUITE-AutoCommitTest-seed#[F6739A14EE7D3362]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1549705 INFO  (SUITE-AutoCommitTest-seed#[F6739A14EE7D3362]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1549705 INFO  (SUITE-AutoCommitTest-seed#[F6739A14EE7D3362]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1549705 INFO  (SUITE-AutoCommitTest-seed#[F6739A14EE7D3362]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1549706 INFO  (SUITE-AutoCommitTest-seed#[F6739A14EE7D3362]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1549707 INFO  (SUITE-AutoCommitTest-seed#[F6739A14EE7D3362]-worker) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, dataDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_F6739A14EE7D3362-001/init-core-data-001, shard=shard1}
   [junit4]   2> 1549724 INFO  (coreLoadExecutor-6133-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1549725 INFO  (coreLoadExecutor-6133-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1549725 INFO  (coreLoadExecutor-6133-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1549725 INFO  (coreLoadExecutor-6133-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1549725 INFO  (coreLoadExecutor-6133-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1549746 INFO  (coreLoadExecutor-6133-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1549753 INFO  (coreLoadExecutor-6133-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1549783 INFO  (coreLoadExecutor-6133-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1549796 INFO  (coreLoadExecutor-6133-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1549868 INFO  (coreLoadExecutor-6133-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1549872 INFO  (coreLoadExecutor-6133-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1549873 INFO  (coreLoadExecutor-6133-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1549876 INFO  (coreLoadExecutor-6133-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1549878 INFO  (coreLoadExecutor-6133-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1549879 INFO  (coreLoadExecutor-6133-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1549879 INFO  (coreLoadExecutor-6133-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1549881 INFO  (coreLoadExecutor-6133-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1549881 INFO  (coreLoadExecutor-6133-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1549881 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1549882 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_F6739A14EE7D3362-001/init-core-data-001/]
   [junit4]   2> 1549882 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@566e0aee
   [junit4]   2> 1549882 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_F6739A14EE7D3362-001/init-core-data-001
   [junit4]   2> 1549882 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_F6739A14EE7D3362-001/init-core-data-001/index/
   [junit4]   2> 1549882 WARN  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_F6739A14EE7D3362-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 1549882 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_F6739A14EE7D3362-001/init-core-data-001/index
   [junit4]   2> 1549883 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=62.033203125, floorSegmentMB=0.72265625, forceMergeDeletesPctAllowed=17.28090685959072, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1549883 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7a270294 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@44837c8c),segFN=segments_1,generation=1}
   [junit4]   2> 1549883 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1549883 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_F6739A14EE7D3362-001/init-core-data-001/
   [junit4]   2> 1549886 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1549886 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1549886 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1549886 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1549886 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1549886 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1549886 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1549886 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1549886 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1549887 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1549887 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1549887 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1549888 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1549890 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1549890 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1549891 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1549894 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1549895 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/graph,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 1549895 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1549896 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1549896 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1549896 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1549896 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1549897 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=65.6865234375, floorSegmentMB=0.259765625, forceMergeDeletesPctAllowed=26.482637362484034, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7547916158564932
   [junit4]   2> 1549897 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7a270294 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@44837c8c),segFN=segments_1,generation=1}
   [junit4]   2> 1549897 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1549897 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6a1b7885[collection1] main]
   [junit4]   2> 1549897 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1549897 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1549897 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1549897 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1549918 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1550014 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1550015 INFO  (searcherExecutor-6134-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1550015 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1550015 INFO  (searcherExecutor-6134-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1550015 INFO  (searcherExecutor-6134-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1550015 INFO  (searcherExecutor-6134-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1550015 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1550015 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1550015 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1535943726925348864
   [junit4]   2> 1550015 INFO  (searcherExecutor-6134-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1550016 INFO  (searcherExecutor-6134-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1550017 INFO  (searcherExecutor-6134-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1550018 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1535943726925348864
   [junit4]   2> 1550018 INFO  (searcherExecutor-6134-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1550018 INFO  (coreLoadExecutor-6133-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1550018 INFO  (searcherExecutor-6134-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1550018 INFO  (searcherExecutor-6134-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6a1b7885[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1550019 INFO  (SUITE-AutoCommitTest-seed#[F6739A14EE7D3362]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1550023 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 1550024 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1535943726933737472)} 0 1
   [junit4]   2> 1550026 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1550026 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1550026 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1550026 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1550026 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1550060 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1550066 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1550080 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1550084 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1550156 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1550183 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1550184 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1550187 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1550189 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1550190 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1550190 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1550191 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1550191 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1550192 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_F6739A14EE7D3362-001/init-core-data-001/]
   [junit4]   2> 1550192 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@566e0aee
   [junit4]   2> 1550192 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_F6739A14EE7D3362-001/init-core-data-001/index/
   [junit4]   2> 1550192 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_F6739A14EE7D3362-001/init-core-data-001/
   [junit4]   2> 1550196 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1550196 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1550196 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1550196 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1550196 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1550196 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1550196 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1550196 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1550196 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1550196 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1550196 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1550196 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1550198 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1550199 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1550200 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1550201 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1550205 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1550207 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/graph,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 1550207 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1550207 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1550207 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1550208 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@74425bed[collection1] main]
   [junit4]   2> 1550208 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1550208 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1550208 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1550208 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1550209 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1550212 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1550212 INFO  (searcherExecutor-6139-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1550213 INFO  (searcherExecutor-6139-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1550213 INFO  (searcherExecutor-6139-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1550213 INFO  (searcherExecutor-6139-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1550213 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1550213 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1550213 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1550213 INFO  (searcherExecutor-6139-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1550214 INFO  (searcherExecutor-6139-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1550215 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1535943726933737472
   [junit4]   2> 1550215 INFO  (searcherExecutor-6139-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1550215 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 1550215 INFO  (searcherExecutor-6139-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1550215 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=32, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=84.2119140625, floorSegmentMB=1.32421875, forceMergeDeletesPctAllowed=10.064579387607312, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8251017265705963
   [junit4]   2> 1550215 INFO  (searcherExecutor-6139-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1550215 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7a270294 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@44837c8c),segFN=segments_1,generation=1}
   [junit4]   2> 1550216 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1550216 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1550217 INFO  (searcherExecutor-6139-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@74425bed[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1550217 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3218bf85[collection1] main]
   [junit4]   2> 1550217 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 1550217 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@10161757
   [junit4]   2> 1550218 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=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> 1550218 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1550218 INFO  (searcherExecutor-6139-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3218bf85[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1550224 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 (1535943727144501248)]} 0 0
   [junit4]   2> 1550225 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[1 (1535943727145549824)]} 0 1
   [junit4]   2> 1550225 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 (1535943727145549825)]} 0 1
   [junit4]   2> 1550225 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 (1535943727145549826)]} 0 1
   [junit4]   2> 1550225 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4 (1535943727145549827)]} 0 1
   [junit4]   2> 1550225 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5 (1535943727145549828)]} 0 1
   [junit4]   2> 1550226 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6 (1535943727145549829)]} 0 1
   [junit4]   2> 1550226 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7 (1535943727146598400)]} 0 2
   [junit4]   2> 1550226 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8 (1535943727146598401)]} 0 2
   [junit4]   2> 1550226 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9 (1535943727146598402)]} 0 2
   [junit4]   2> 1550226 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10 (1535943727146598403)]} 0 2
   [junit4]   2> 1550226 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11 (1535943727146598404)]} 0 2
   [junit4]   2> 1550226 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12 (1535943727146598405)]} 0 2
   [junit4]   2> 1550226 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13 (1535943727146598406)]} 0 2
   [junit4]   2> 1550227 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    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=0
   [junit4]   2> 1550227 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14 (1535943727147646976)]} 0 3
   [junit4]   2> 1550228 INFO  (commitScheduler-6142-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 1550237 INFO  (commitScheduler-6142-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@700ad603[collection1] main]
   [junit4]   2> 1550237 INFO  (commitScheduler-6142-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1550238 INFO  (searcherExecutor-6139-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@700ad603[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c15)))}
   [junit4]   2> 1550479 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15 (1535943727411888128)]} 0 255
   [junit4]   2> 1550479 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    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=1 status=0 QTime=0
   [junit4]   2> 1550480 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:15&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1550480 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> 1550484 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 1550487 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@664a555d[collection1] realtime]
   [junit4]   2> 1550487 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1535943727417131008)} 0 3
   [junit4]   2> 1550487 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1550487 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1550487 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1550488 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1550488 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1550511 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1550517 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1550531 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1550535 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1550610 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1550616 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1550616 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1550620 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1550622 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1550623 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1550623 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1550625 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    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-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1550625 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1550626 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_F6739A14EE7D3362-001/init-core-data-001/]
   [junit4]   2> 1550626 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@566e0aee
   [junit4]   2> 1550626 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_F6739A14EE7D3362-001/init-core-data-001/index/
   [junit4]   2> 1550626 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_F6739A14EE7D3362-001/init-core-data-001/
   [junit4]   2> 1550630 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1550630 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1550630 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1550630 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1550630 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1550630 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1550630 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1550630 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1550630 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1550630 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1550631 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1550631 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1550633 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1550634 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1550635 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1550636 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1550641 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1550643 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/graph,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 1550643 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1550644 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1550644 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1550644 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@720626d1[collection1] main]
   [junit4]   2> 1550644 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1550644 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1550644 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1550644 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1550646 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1550648 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1550650 INFO  (searcherExecutor-6143-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1550650 INFO  (searcherExecutor-6143-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1550650 INFO  (searcherExecutor-6143-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1550650 INFO  (searcherExecutor-6143-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1550651 INFO  (searcherExecutor-6143-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1550651 INFO  (searcherExecutor-6143-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1550651 INFO  (searcherExecutor-6143-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1550651 INFO  (searcherExecutor-6143-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1550652 INFO  (searcherExecutor-6143-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1550653 INFO  (searcherExecutor-6143-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@720626d1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1550653 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1550654 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1550654 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1550655 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1535943727417131008
   [junit4]   2> 1550656 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 1550656 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7a270294 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@44837c8c),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7a270294 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@44837c8c),segFN=segments_2,generation=2}
   [junit4]   2> 1550656 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 1550657 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=28.83984375, floorSegmentMB=0.7470703125, forceMergeDeletesPctAllowed=4.48039463044251, segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7422069034256225
   [junit4]   2> 1550657 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7a270294 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@44837c8c),segFN=segments_2,generation=2}
   [junit4]   2> 1550657 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 1550657 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1550658 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@725ba642[collection1] main]
   [junit4]   2> 1550658 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 1550658 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@69f780c
   [junit4]   2> 1550658 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommit maxDocs=14,soft autocommits=1,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=16,adds=1,deletesById=0,deletesByQuery=1,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> 1550659 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1550671 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 (1535943727612166144)]} 0 0
   [junit4]   2> 1550671 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    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> 1550684 INFO  (searcherExecutor-6143-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@725ba642[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1550923 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 (1535943727877455872)]} 0 253
   [junit4]   2> 1550923 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    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> 1550924 ERROR (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    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:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 1550924 ERROR (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=id:529&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:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:778)
   [junit4]   2> 	at org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:243)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1550924 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest -Dtests.method=testMaxTime -Dtests.seed=F6739A14EE7D3362 -Dtests.slow=true -Dtests.locale=es-MX -Dtests.timezone=HST -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.47s J0 | AutoCommitTest.testMaxTime <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F6739A14EE7D3362:6C87E7F670E7AF5E]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:785)
   [junit4]    > 	at org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:243)
   [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:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:778)
   [junit4]    > 	... 40 more
   [junit4]   2> 1550953 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 1550956 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@31138526[collection1] realtime]
   [junit4]   2> 1550956 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1535943727908913152)} 0 2
   [junit4]   2> 1550956 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1550956 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1550956 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1550956 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1550956 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1550982 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1551005 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1551019 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1551023 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1551099 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1551105 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1551105 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1551108 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1551110 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1551111 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1551111 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1551113 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[F6739A14EE7D3362]) [    x:collection1] o.a.s.c.ConfigS

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

 java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2327650 WARN  (zkCallback-10061-thread-1-processing-n:127.0.0.1:45241_bzih%2Fg) [n:127.0.0.1:45241_bzih%2Fg    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2327652 INFO  (TEST-TestCryptoKeys.test-seed#[F6739A14EE7D3362]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@3ec56e4a{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2327652 INFO  (TEST-TestCryptoKeys.test-seed#[F6739A14EE7D3362]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6f408f4{/bzih/g,null,UNAVAILABLE}
   [junit4]   2> 2327656 INFO  (TEST-TestCryptoKeys.test-seed#[F6739A14EE7D3362]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:36650 36650
   [junit4]   2> 2327673 INFO  (Thread-5177) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:36650 36650
   [junit4]   2> 2327675 WARN  (Thread-5177) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/aliases.json
   [junit4]   2> 	7	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/configs/conf1
   [junit4]   2> 	4	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/.system/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/live_nodes
   [junit4]   2> 	7	/solr/collections
   [junit4]   2> 	3	/solr/overseer/queue
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCryptoKeys -Dtests.method=test -Dtests.seed=F6739A14EE7D3362 -Dtests.slow=true -Dtests.locale=es -Dtests.timezone=Cuba -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 54.2s J1 | TestCryptoKeys.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not find collection:.system
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F6739A14EE7D3362:7E27A5CE40815E9A]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:154)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:139)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:134)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:856)
   [junit4]    > 	at org.apache.solr.cloud.TestCryptoKeys.test(TestCryptoKeys.java:118)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2327683 INFO  (SUITE-TestCryptoKeys-seed#[F6739A14EE7D3362]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys_F6739A14EE7D3362-001
   [junit4]   2> Jun 01, 2016 2:21:01 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, docValues:{}, maxPointsInLeafNode=1520, maxMBSortInHeap=5.705070163178776, sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=es, timezone=Cuba
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=3,threads=1,free=161868576,total=459276288
   [junit4]   2> NOTE: All tests run in this JVM: [TestConfigSetsAPI, TestRandomRequestDistribution, TestIndexingPerformance, RemoteQueryErrorTest, TestQuerySenderListener, ShardSplitTest, TestReload, CreateCollectionCleanupTest, SolrCoreCheckLockOnStartupTest, CopyFieldTest, TestFuzzyAnalyzedSuggestions, CollectionReloadTest, SolrIndexSplitterTest, SuggesterWFSTTest, DistributedSuggestComponentTest, TestBinaryResponseWriter, RequestHandlersTest, IndexSchemaRuntimeFieldTest, EchoParamsTest, TestXmlQParser, TestFastOutputStream, TestPHPSerializedResponseWriter, TestDefaultStatsCache, LeaderElectionIntegrationTest, ShowFileRequestHandlerTest, TestRecovery, TestConfigSetsAPIZkFailure, AliasIntegrationTest, StatsComponentTest, ResponseLogComponentTest, SharedFSAutoReplicaFailoverUtilsTest, TestOmitPositions, TestManagedResourceStorage, TestReplicaProperties, NotRequiredUniqueKeyTest, TestLRUStatsCache, TestQueryWrapperFilter, TestFieldCache, InfoHandlerTest, TestConfigSetProperties, UpdateRequestProcessorFactoryTest, LukeRequestHandlerTest, BasicFunctionalityTest, OutputWriterTest, PKIAuthenticationIntegrationTest, TestIntervalFaceting, SegmentsInfoRequestHandlerTest, TestNumericTerms32, TestBM25SimilarityFactory, ConvertedLegacyTest, CoreAdminRequestStatusTest, TestExceedMaxTermLength, ZkStateReaderTest, TestShardHandlerFactory, TestTestInjection, WrapperMergePolicyFactoryTest, DistributedExpandComponentTest, TestCollationField, DistributedFacetPivotSmallTest, SignatureUpdateProcessorFactoryTest, TestCloudDeleteByQuery, CoreAdminHandlerTest, DistributedMLTComponentTest, TestUninvertingReader, HighlighterConfigTest, CollectionTooManyReplicasTest, BigEndianAscendingWordSerializerTest, TestFieldTypeCollectionResource, TestExclusionRuleCollectionAccess, TestBadConfig, TestAuthenticationFramework, TestCustomSort, TestManagedStopFilterFactory, BufferStoreTest, TestSerializedLuceneMatchVersion, TestSha256AuthenticationProvider, TestFieldCacheWithThreads, OverseerRolesTest, TestBlendedInfixSuggestions, TestIndexSearcher, BlockJoinFacetDistribTest, TestDistributedGrouping, CdcrReplicationHandlerTest, TestStressUserVersions, TestExpandComponent, DistributedIntervalFacetingTest, TestTrie, BadIndexSchemaTest, TestSolrCloudWithKerberosAlt, ZkNodePropsTest, TestRandomFaceting, DistributedTermsComponentTest, TestLMJelinekMercerSimilarityFactory, TestSolrFieldCacheMBean, TestPerFieldSimilarityWithDefaultOverride, TestRequestStatusCollectionAPI, RankQueryTest, CollectionsAPISolrJTest, CollectionsAPIDistributedZkTest, TestStressLiveNodes, TestMiniSolrCloudClusterBase, TestFieldCacheSanityChecker, WordBreakSolrSpellCheckerTest, TestDynamicFieldCollectionResource, OverriddenZkACLAndCredentialsProvidersTest, CurrencyFieldOpenExchangeTest, TestUtils, TestJoin, BinaryUpdateRequestHandlerTest, DeleteReplicaTest, SpellCheckComponentTest, TestSQLHandler, SolrCloudExampleTest, SpellCheckCollatorTest, TestCustomDocTransformer, LeaderFailoverAfterPartitionTest, TolerantUpdateProcessorTest, BasicZkTest, TriLevelCompositeIdRoutingTest, TestDistributedMissingSort, RequestLoggingTest, ConnectionReuseTest, TestQueryUtils, QueryParsingTest, SearchHandlerTest, TestTolerantUpdateProcessorRandomCloud, TestSolrJ, AtomicUpdatesTest, ChaosMonkeySafeLeaderTest, TestScoreJoinQPNoScore, DataDrivenBlockJoinTest, TestSolr4Spatial, TestSystemIdResolver, TestSchemaSimilarityResource, TestJsonRequest, DistanceFunctionTest, TestSolrDynamicMBean, CloneFieldUpdateProcessorFactoryTest, DateRangeFieldTest, LoggingHandlerTest, NumericFieldsTest, TestDynamicLoading, TestCollationFieldDocValues, TestSortingResponseWriter, TestSolrIndexConfig, FileUtilsTest, TestStressRecovery, DeleteStatusTest, CursorMarkTest, CollectionsAPIAsyncDistributedZkTest, DeleteLastCustomShardedReplicaTest, DistribDocExpirationUpdateProcessorTest, HttpPartitionTest, MultiThreadedOCPTest, TestConfigSetsAPIExclusivity, TestCryptoKeys]
   [junit4] Completed [462/611 (3!)] on J1 in 54.77s, 1 test, 1 failure <<< FAILURES!

[...truncated 485 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:740: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:684: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:59: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build.xml:233: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/common-build.xml:531: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1427: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:984: There were test failures: 611 suites (10 ignored), 2558 tests, 1 error, 2 failures, 88 ignored (73 assumptions) [seed: F6739A14EE7D3362]

Total time: 72 minutes 40 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any