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

2 tests failed.
FAILED:  org.apache.solr.security.PKIAuthenticationIntegrationTest.testPkiAuth

Error Message:
all nodes must get the user solr , no:of nodes got solr : 1

Stack Trace:
java.lang.AssertionError: all nodes must get the user solr , no:of nodes got 
solr : 1
        at 
__randomizedtesting.SeedInfo.seed([3902E486F81A09E6:9BC7DD718AC8E47]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.security.PKIAuthenticationIntegrationTest.testPkiAuth(PKIAuthenticationIntegrationTest.java:99)
        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:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        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.testCommitWithin

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([3902E486F81A09E6:83D08BFE7B34E7F3]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:781)
        at 
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:325)
        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:774)
        ... 40 more




Build Log:
[...truncated 10536 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_3902E486F81A09E6-001/init-core-data-001
   [junit4]   2> 0    INFO  
(SUITE-AutoCommitTest-seed#[3902E486F81A09E6]-worker) [    ] o.e.j.u.log 
Logging initialized @2635ms
   [junit4]   2> 137  INFO  
(SUITE-AutoCommitTest-seed#[3902E486F81A09E6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 180  INFO  
(SUITE-AutoCommitTest-seed#[3902E486F81A09E6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 313  INFO  
(SUITE-AutoCommitTest-seed#[3902E486F81A09E6]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 335  INFO  
(SUITE-AutoCommitTest-seed#[3902E486F81A09E6]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 336  INFO  
(SUITE-AutoCommitTest-seed#[3902E486F81A09E6]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 353  INFO  
(SUITE-AutoCommitTest-seed#[3902E486F81A09E6]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 353  INFO  
(SUITE-AutoCommitTest-seed#[3902E486F81A09E6]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 960  INFO  
(SUITE-AutoCommitTest-seed#[3902E486F81A09E6]-worker) [    ] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 1098 WARN  
(SUITE-AutoCommitTest-seed#[3902E486F81A09E6]-worker) [    ] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 1113 INFO  
(SUITE-AutoCommitTest-seed#[3902E486F81A09E6]-worker) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 1355 INFO  
(SUITE-AutoCommitTest-seed#[3902E486F81A09E6]-worker) [    ] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1507 INFO  
(SUITE-AutoCommitTest-seed#[3902E486F81A09E6]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 3117 INFO  
(SUITE-AutoCommitTest-seed#[3902E486F81A09E6]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3187 INFO  
(SUITE-AutoCommitTest-seed#[3902E486F81A09E6]-worker) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 3198 INFO  
(SUITE-AutoCommitTest-seed#[3902E486F81A09E6]-worker) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 3659 INFO  
(SUITE-AutoCommitTest-seed#[3902E486F81A09E6]-worker) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 3676 INFO  
(SUITE-AutoCommitTest-seed#[3902E486F81A09E6]-worker) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 3680 INFO  
(SUITE-AutoCommitTest-seed#[3902E486F81A09E6]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 3693 INFO  
(SUITE-AutoCommitTest-seed#[3902E486F81A09E6]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 3697 INFO  
(SUITE-AutoCommitTest-seed#[3902E486F81A09E6]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3697 INFO  
(SUITE-AutoCommitTest-seed#[3902E486F81A09E6]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 3697 INFO  
(SUITE-AutoCommitTest-seed#[3902E486F81A09E6]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr'
   [junit4]   2> 3698 INFO  
(SUITE-AutoCommitTest-seed#[3902E486F81A09E6]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3698 INFO  
(SUITE-AutoCommitTest-seed#[3902E486F81A09E6]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 3815 INFO  
(SUITE-AutoCommitTest-seed#[3902E486F81A09E6]-worker) [    ] 
o.a.s.c.CoreContainer New CoreContainer 514294732
   [junit4]   2> 3815 INFO  
(SUITE-AutoCommitTest-seed#[3902E486F81A09E6]-worker) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr]
   [junit4]   2> 3816 WARN  
(SUITE-AutoCommitTest-seed#[3902E486F81A09E6]-worker) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/lib
 to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/lib
   [junit4]   2> 3838 INFO  
(SUITE-AutoCommitTest-seed#[3902E486F81A09E6]-worker) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 4504 INFO  
(SUITE-AutoCommitTest-seed#[3902E486F81A09E6]-worker) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 4531 INFO  
(SUITE-AutoCommitTest-seed#[3902E486F81A09E6]-worker) [    ] o.a.s.l.LogWatcher 
SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4534 INFO  
(SUITE-AutoCommitTest-seed#[3902E486F81A09E6]-worker) [    ] o.a.s.l.LogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4539 INFO  
(SUITE-AutoCommitTest-seed#[3902E486F81A09E6]-worker) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 4539 INFO  
(SUITE-AutoCommitTest-seed#[3902E486F81A09E6]-worker) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 4675 INFO  
(SUITE-AutoCommitTest-seed#[3902E486F81A09E6]-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-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_3902E486F81A09E6-001/init-core-data-001,
 shard=shard1}
   [junit4]   2> 4706 INFO  (coreLoadExecutor-6-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 4708 INFO  (coreLoadExecutor-6-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 4708 INFO  (coreLoadExecutor-6-thread-1) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 4709 INFO  (coreLoadExecutor-6-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 4709 INFO  (coreLoadExecutor-6-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 4822 INFO  (coreLoadExecutor-6-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 4833 WARN  (coreLoadExecutor-6-thread-1) [    ] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 4836 INFO  (coreLoadExecutor-6-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 4896 INFO  (coreLoadExecutor-6-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4922 INFO  (coreLoadExecutor-6-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 5578 INFO  (coreLoadExecutor-6-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 5601 INFO  (coreLoadExecutor-6-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 5603 INFO  (coreLoadExecutor-6-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 5660 INFO  (coreLoadExecutor-6-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 5672 INFO  (coreLoadExecutor-6-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 5676 INFO  (coreLoadExecutor-6-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 5677 INFO  (coreLoadExecutor-6-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 5684 INFO  (coreLoadExecutor-6-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-6.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 5685 INFO  (coreLoadExecutor-6-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 5802 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 5832 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_3902E486F81A09E6-001/init-core-data-001/]
   [junit4]   2> 5837 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.c.JmxMonitoredMap No JMX servers found, not exposing Solr information 
with JMX.
   [junit4]   2> 5883 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_3902E486F81A09E6-001/init-core-data-001
   [junit4]   2> 5884 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_3902E486F81A09E6-001/init-core-data-001/index/
   [junit4]   2> 5885 WARN  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_3902E486F81A09E6-001/init-core-data-001/index'
 doesn't exist. Creating new index...
   [junit4]   2> 5915 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_3902E486F81A09E6-001/init-core-data-001/index
   [junit4]   2> 5919 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=37, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 6019 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1e8612d0 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4eadb50),segFN=segments_1,generation=1}
   [junit4]   2> 6020 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 6022 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-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_3902E486F81A09E6-001/init-core-data-001/
   [junit4]   2> 6469 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 6512 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 6514 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 6514 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 6515 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 6515 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 6515 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"uniq-fields"
   [junit4]   2> 6533 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 6533 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 6571 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 6572 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 6572 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 6669 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 6683 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 6686 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 6688 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 7233 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 7252 INFO  (coreLoadExecutor-6-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> 7252 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 7282 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 7282 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 7309 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 7309 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 7310 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3306072113388181]
   [junit4]   2> 7317 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1e8612d0 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4eadb50),segFN=segments_1,generation=1}
   [junit4]   2> 7318 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 7369 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@109c25ec[collection1] main]
   [junit4]   2> 7400 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 7457 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 7457 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 7497 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 7636 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 7907 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 8018 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 8024 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version 
buckets from index
   [junit4]   2> 8024 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 8025 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1538367586528395264
   [junit4]   2> 8032 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.UpdateLog Took 7.0ms to seed version buckets with highest version 
1538367586528395264
   [junit4]   2> 8035 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 8014 INFO  
(searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 8048 INFO  
(searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 8049 INFO  
(searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 8049 INFO  
(searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 8051 INFO  
(searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 8058 INFO  
(searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 8060 INFO  
(searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 8061 INFO  
(searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 8062 INFO  
(searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 8066 INFO  
(searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@109c25ec[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 8079 INFO  
(SUITE-AutoCommitTest-seed#[3902E486F81A09E6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 8177 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 8548 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:* (-1538367586915319808)} 0 365
   [junit4]   2> 8567 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 8567 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 8568 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 8568 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 8568 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 8741 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 8751 WARN  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 8759 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 8849 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 8877 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 9031 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 9043 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 9044 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 9061 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 9065 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 9069 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 9069 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 9073 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    ] 
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-6.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 9074 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 9076 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_3902E486F81A09E6-001/init-core-data-001/]
   [junit4]   2> 9076 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.c.JmxMonitoredMap No JMX servers found, not exposing Solr 
information with JMX.
   [junit4]   2> 9077 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_3902E486F81A09E6-001/init-core-data-001/index/
   [junit4]   2> 9080 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 9081 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 9081 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 9081 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 9082 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 9082 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 9082 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 9082 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 9082 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 9083 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 9083 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 9083 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 9086 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 9088 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 9090 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 9092 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 9096 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-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_3902E486F81A09E6-001/init-core-data-001/
   [junit4]   2> 9096 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 9100 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
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> 9100 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 9101 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 9105 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 9107 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3991fd56[collection1] main]
   [junit4]   2> 9108 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 9109 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 9110 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 9110 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 9111 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 9134 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 9137 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed 
version buckets
   [junit4]   2> 9144 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 
65536 version buckets from index
   [junit4]   2> 9148 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed 
version bucket highest value from index
   [junit4]   2> 9213 INFO  
(searcherExecutor-12-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 9215 INFO  
(searcherExecutor-12-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 9215 INFO  
(searcherExecutor-12-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 9215 INFO  
(searcherExecutor-12-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 9219 INFO  
(searcherExecutor-12-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 9227 INFO  
(searcherExecutor-12-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 9229 INFO  
(searcherExecutor-12-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 9232 INFO  
(searcherExecutor-12-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 9244 INFO  
(searcherExecutor-12-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 9244 INFO  
(searcherExecutor-12-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3991fd56[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 9256 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.u.UpdateLog Took 115.0ms to seed version buckets with 
highest version 1538367586915319808
   [junit4]   2> 9257 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... 
core=collection1
   [junit4]   2> 9278 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=12, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=31.5556640625, 
floorSegmentMB=2.181640625, forceMergeDeletesPctAllowed=26.163686975974336, 
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 9280 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1e8612d0 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4eadb50),segFN=segments_1,generation=1}
   [junit4]   2> 9281 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 9281 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 9281 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@71170d0e[collection1] main]
   [junit4]   2> 9284 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 9284 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3cd5d9c7
   [junit4]   2> 9287 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
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> 9287 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 9699 INFO  
(searcherExecutor-12-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@71170d0e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 9965 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1538367588206116864)]} 0 671
   [junit4]   2> 10004 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
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=38
   [junit4]   2> 10015 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1538367588615061504)]} 0 721
   [junit4]   2> 10016 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 
QTime=0
   [junit4]   2> 10018 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 
(-1538367588619255808)]} 0 724
   [junit4]   2> 10019 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
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> 10020 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
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> 10021 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
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:774)
   [junit4]   2>        at 
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:325)
   [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> 10022 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[3902E486F81A09E6]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest 
-Dtests.method=testCommitWithin -Dtests.seed=3902E486F81A09E6 -Dtests.slow=true 
-Dtests.locale=en-NZ -Dtests.timezone=America/Indiana/Petersburg 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   1.95s J1 | AutoCommitTest.testCommitWithin <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([3902E486F81A09E6:83D08BFE7B34E7F3]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:781)
   [junit4]    >        at 
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:325)
   [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:774)
   [junit4]    >        ... 40 more
   [junit4]   2> 10092 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 10965 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@29418285[collection1] realtime]
   [junit4]   2> 10965 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:* (-1538367588697899008)} 0 873
   [junit4]   2> 10967 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 10967 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 10967 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 10968 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 10968 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 11033 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 11083 INFO  (commitScheduler-15-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> 11084 INFO  (commitScheduler-15-thread-1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@181061c7[collection1] main]
   [junit4]   2> 11085 INFO  (commitScheduler-15-thread-1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 11087 INFO  
(searcherExecutor-12-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@181061c7[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 11263 WARN  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 11265 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 11332 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 11370 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 11597 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 11612 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 11613 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 11631 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 11651 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 11659 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 11661 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 11667 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    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-6.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 11668 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 11670 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_3902E486F81A09E6-001/init-core-data-001/]
   [junit4]   2> 11670 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.JmxMonitoredMap No JMX servers found, not exposing Solr information 
with JMX.
   [junit4]   2> 11670 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_3902E486F81A09E6-001/init-core-data-001/index/
   [junit4]   2> 11695 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 11695 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 11696 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 11696 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 11696 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 11697 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 11697 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"uniq-fields"
   [junit4]   2> 11700 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 11701 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 11703 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 11706 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 11707 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 11715 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 11719 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 11720 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-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_3902E486F81A09E6-001/init-core-data-001/
   [junit4]   2> 11724 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 11728 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 11736 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 11745 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    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> 11745 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 11746 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 11746 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 11751 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@59d86c1[collection1] main]
   [junit4]   2> 11753 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 11753 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 11753 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 11753 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 11757 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 11768 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 11770 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 11772 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version 
buckets from index
   [junit4]   2> 11772 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 11774 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.UpdateLog Took 3.0ms to seed version buckets with highest version 
1538367588697899008
   [junit4]   2> 11775 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 11776 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1e8612d0 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4eadb50),segFN=segments_1,generation=1}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1e8612d0 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4eadb50),segFN=segments_2,generation=2}
   [junit4]   2> 11776 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 11777 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=20, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=30.494140625, 
floorSegmentMB=1.1337890625, forceMergeDeletesPctAllowed=24.601183848907464, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.17757013454832082
   [junit4]   2> 11778 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1e8612d0 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4eadb50),segFN=segments_2,generation=2}
   [junit4]   2> 11780 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 11780 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 11780 WARN  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.SolrCore [collection1] PERFORMANCE WARNING: Overlapping 
onDeckSearchers=2
   [junit4]   2> 11780 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@75507e11[collection1] main]
   [junit4]   2> 11783 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 11783 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@df9c7a1
   [junit4]   2> 11788 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=1,autocommits=0,soft 
autocommits=1,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=2,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=2,cumulative_deletesById=1,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 11789 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 11796 INFO  
(searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 11798 INFO  
(searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 11802 INFO  
(searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 11802 INFO  
(searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 11803 INFO  
(searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 11807 INFO  
(searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 11808 INFO  
(searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 11810 INFO  
(searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 11812 INFO  
(searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 11812 INFO  
(searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@59d86c1[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 11812 INFO  
(searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 11813 INFO  
(searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 11813 INFO  
(searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 11813 INFO  
(searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 11815 INFO  
(searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 11816 INFO  
(searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 11817 INFO  
(searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 11819 INFO  
(searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 11822 INFO  
(searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 11822 INFO  
(searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@75507e11[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 11801 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1538367590479429632)]} 0 9
   [junit4]   2> 11824 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    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> 12805 INFO  (commitScheduler-19-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> 12862 INFO  (commitScheduler-19-thread-1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@20a8b5b[collection1] main]
   [junit4]   2> 12863 INFO  (commitScheduler-19-thread-1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 12893 INFO  
(searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@20a8b5b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.2.0):C1)))}
   [junit4]   2> 13099 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1538367591846772736)]} 0 1308
   [junit4]   2> 13100 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 
QTime=0
   [junit4]   2> 13127 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 
QTime=1
   [junit4]   2> 13129 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{delete=[529 (-1538367591880327168)]} 0 0
   [junit4]   2> 13130 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 
QTime=0
   [junit4]   2> 14100 INFO  (commitScheduler-19-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> 14142 INFO  (commitScheduler-19-thread-1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@40b9ed69[collection1] main]
   [junit4]   2> 14144 INFO  (commitScheduler-19-thread-1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 14146 INFO  
(searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@40b9ed69[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6.2.0):C1)))}
   [junit4]   2> 14391 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[550 
(1538367593201532928)]} 0 2600
   [junit4]   2> 14393 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    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=1
   [junit4]   2> 14396 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1538367593208872960)]} 0 2605
   [junit4]   2> 14398 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1538367593209921536)]} 0 2607
   [junit4]   2> 14399 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1538367593212018688)]} 0 2608
   [junit4]   2> 14403 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1538367593215164416)]} 0 2612
   [junit4]   2> 14406 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1538367593218310144)]} 0 2615
   [junit4]   2> 14409 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1538367593220407296)]} 0 2618
   [junit4]   2> 14411 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1538367593223553024)]} 0 2619
   [junit4]   2> 14412 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1538367593225650176)]} 0 2621
   [junit4]   2> 14413 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1538367593227747328)]} 0 2622
   [junit4]   2> 14414 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1538367593228795904)]} 0 2623
   [junit4]   2> 14416 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 
QTime=1
   [junit4]   2> 15398 INFO  (commitScheduler-19-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> 15476 INFO  (commitScheduler-19-thread-1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@24940b2b[collection1] main]
   [junit4]   2> 15477 INFO  (commitScheduler-19-thread-1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 15481 INFO  
(searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@24940b2b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6.2.0):C1)
 Uninverting(_3(6.2.0):C11/9:delGen=1)))}
   [junit4]   2> 15678 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[531 
(1538367594551050240)]} 0 3888
   [junit4]   2> 15693 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 
QTime=14
   [junit4]   2> 15708 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> 15719 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 15762 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6498d07b[collection1] realtime]
   [junit4]   2> 15763 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:* (-1538367594598236160)} 0 42
   [junit4]   2> 15763 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 15764 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 15764 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 15764 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 15765 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 15834 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 15845 WARN  
(TEST-AutoCommitTest.testMaxDocs-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 15847 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 15875 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 15902 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 16056 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 16067 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 16069 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 16081 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 16085 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 16088 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 16089 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[3902E486F81A09E6]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange

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

lr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.security.PKIAuthenticationIntegrationTest_3902E486F81A09E6-001/shard-4-001/cores/collection1/data
   [junit4]   2> 176169 INFO  
(zkCallback-165-thread-1-processing-n:127.0.0.1:45882_) [n:127.0.0.1:45882_ 
c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.c.CachingDirectoryFactory looking to close 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.security.PKIAuthenticationIntegrationTest_3902E486F81A09E6-001/shard-4-001/cores/collection1/data/index
 
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.security.PKIAuthenticationIntegrationTest_3902E486F81A09E6-001/shard-4-001/cores/collection1/data/index;done=false>>]
   [junit4]   2> 176169 INFO  
(zkCallback-165-thread-1-processing-n:127.0.0.1:45882_) [n:127.0.0.1:45882_ 
c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 176169 INFO  
(zkCallback-165-thread-1-processing-n:127.0.0.1:45882_) [n:127.0.0.1:45882_ 
c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.security.PKIAuthenticationIntegrationTest_3902E486F81A09E6-001/shard-4-001/cores/collection1/data/index
   [junit4]   2> 176169 INFO  
(zkCallback-165-thread-1-processing-n:127.0.0.1:45882_) [n:127.0.0.1:45882_ 
c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.ElectionContext 
Canceling election 
/collections/collection1/leader_elect/shard1/election/96147982803861522-core_node4-n_0000000001
   [junit4]   2> 176169 WARN  
(zkCallback-165-thread-1-processing-n:127.0.0.1:45882_) [n:127.0.0.1:45882_ 
c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.LeaderElector 
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for 
/collections/collection1/leader_elect/shard1/election/96147982803861522-core_node4-n_0000000001
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:873)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:243)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:240)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:240)
   [junit4]   2>        at 
org.apache.solr.cloud.ElectionContext.cancelElection(ElectionContext.java:85)
   [junit4]   2>        at 
org.apache.solr.cloud.ShardLeaderElectionContextBase.cancelElection(ElectionContext.java:142)
   [junit4]   2>        at 
org.apache.solr.cloud.ShardLeaderElectionContext.cancelElection(ElectionContext.java:274)
   [junit4]   2>        at 
org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:450)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:265)
   [junit4]   2>        at 
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> 176173 INFO  
(TEST-PKIAuthenticationIntegrationTest.testPkiAuth-seed#[3902E486F81A09E6]) [   
 ] o.e.j.s.ServerConnector Stopped 
ServerConnector@5c495e2a{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 176174 INFO  
(TEST-PKIAuthenticationIntegrationTest.testPkiAuth-seed#[3902E486F81A09E6]) [   
 ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4cc7f2c0{/,null,UNAVAILABLE}
   [junit4]   2> 176179 INFO  
(TEST-PKIAuthenticationIntegrationTest.testPkiAuth-seed#[3902E486F81A09E6]) [   
 ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:32823 32823
   [junit4]   2> 181426 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxnFactory Ignoring unexpected runtime exception
   [junit4]   2> java.nio.channels.CancelledKeyException
   [junit4]   2>        at 
sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:73)
   [junit4]   2>        at 
sun.nio.ch.SelectionKeyImpl.readyOps(SelectionKeyImpl.java:87)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:187)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 181428 INFO  (Thread-247) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:32823 32823
   [junit4]   2> 181429 WARN  (Thread-247) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/aliases.json
   [junit4]   2>        6       /solr/clusterprops.json
   [junit4]   2>        5       /solr/security.json
   [junit4]   2>        5       /solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/clusterstate.json
   [junit4]   2>        4       /solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        51      /solr/overseer/queue
   [junit4]   2>        35      /solr/overseer/collection-queue-work
   [junit4]   2>        14      /solr/overseer/queue-work
   [junit4]   2>        6       /solr/live_nodes
   [junit4]   2>        6       /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=PKIAuthenticationIntegrationTest -Dtests.method=testPkiAuth 
-Dtests.seed=3902E486F81A09E6 -Dtests.slow=true -Dtests.locale=ms 
-Dtests.timezone=America/Santarem -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 41.5s J1 | PKIAuthenticationIntegrationTest.testPkiAuth <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: all nodes must get the 
user solr , no:of nodes got solr : 1
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([3902E486F81A09E6:9BC7DD718AC8E47]:0)
   [junit4]    >        at 
org.apache.solr.security.PKIAuthenticationIntegrationTest.testPkiAuth(PKIAuthenticationIntegrationTest.java:99)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 181433 INFO  
(SUITE-PKIAuthenticationIntegrationTest-seed#[3902E486F81A09E6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.security.PKIAuthenticationIntegrationTest_3902E486F81A09E6-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, 
docValues:{}, maxPointsInLeafNode=1753, maxMBSortInHeap=5.2512126057490605, 
sim=ClassicSimilarity, locale=ms, timezone=America/Santarem
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_92 
(64-bit)/cpus=3,threads=1,free=153484184,total=245366784
   [junit4]   2> NOTE: All tests run in this JVM: [AutoCommitTest, 
TestRecovery, TestSubQueryTransformer, AnalyticsQueryTest, 
TestSubQueryTransformerDistrib, TestManagedResourceStorage, 
TestPerFieldSimilarityWithDefaultOverride, TestLeaderInitiatedRecoveryThread, 
DistanceUnitsTest, HdfsChaosMonkeySafeLeaderTest, 
DistributedFacetPivotSmallAdvancedTest, TestSolrDeletionPolicy2, 
BadIndexSchemaTest, TestUninvertingReader, PKIAuthenticationIntegrationTest]
   [junit4] Completed [17/617 (2!)] on J1 in 41.54s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 1951 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/build.xml:740: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/build.xml:684: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/build.xml:59: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build.xml:233: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/common-build.xml:530:
 The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/lucene/common-build.xml:1427:
 The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/lucene/common-build.xml:984:
 There were test failures: 617 suites (10 ignored), 2597 tests, 1 error, 1 
failure, 88 ignored (73 assumptions) [seed: 3902E486F81A09E6]

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to