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

[JENKINS] Lucene-Solr-5.x-Solaris (64bit/jdk1.8.0) - Build # 253 - Failure!

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

1 tests failed.
FAILED:  org.apache.solr.update.AutoCommitTest.testMaxDocs

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([2C2BF78D4AB5C230:95AA2152665FC6BA]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:749)
	at org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:199)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
</response>

	request was:q=id:14&qt=standard&start=0&rows=20&version=2.2
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:742)
	... 40 more




Build Log:
[...truncated 10605 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_2C2BF78D4AB5C230-001/init-core-data-001
   [junit4]   2> 1778491 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 1778491 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1778491 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1778492 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1778492 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1778492 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1778492 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1778519 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1778540 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.0
   [junit4]   2> 1778564 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1778571 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1778693 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1778699 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1778700 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1778705 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1778708 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1778710 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1778710 WARN  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1778710 WARN  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1778710 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1778710 WARN  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1778710 WARN  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1778711 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1778711 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1778711 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr'
   [junit4]   2> 1778711 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1778711 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1778711 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 1103759595
   [junit4]   2> 1778711 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr]
   [junit4]   2> 1778711 WARN  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/lib
   [junit4]   2> 1778711 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-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> 1778720 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1778722 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1778722 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1778722 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1778722 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1778724 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-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-5.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_2C2BF78D4AB5C230-001/init-core-data-001, shard=shard1}
   [junit4]   2> 1778724 INFO  (coreLoadExecutor-4971-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1778725 INFO  (coreLoadExecutor-4971-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1778725 INFO  (coreLoadExecutor-4971-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1778725 INFO  (coreLoadExecutor-4971-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1778725 INFO  (coreLoadExecutor-4971-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1778751 INFO  (coreLoadExecutor-4971-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1778764 INFO  (coreLoadExecutor-4971-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.0
   [junit4]   2> 1778790 INFO  (coreLoadExecutor-4971-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1778796 INFO  (coreLoadExecutor-4971-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1778894 INFO  (coreLoadExecutor-4971-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1778899 INFO  (coreLoadExecutor-4971-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1778901 INFO  (coreLoadExecutor-4971-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1778908 INFO  (coreLoadExecutor-4971-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1778913 INFO  (coreLoadExecutor-4971-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1778927 INFO  (coreLoadExecutor-4971-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1778928 WARN  (coreLoadExecutor-4971-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1778928 WARN  (coreLoadExecutor-4971-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1778928 INFO  (coreLoadExecutor-4971-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1778928 WARN  (coreLoadExecutor-4971-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1778928 WARN  (coreLoadExecutor-4971-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1778931 INFO  (coreLoadExecutor-4971-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-5.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1778931 INFO  (coreLoadExecutor-4971-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1778931 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1778931 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_2C2BF78D4AB5C230-001/init-core-data-001/]
   [junit4]   2> 1778931 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a140307
   [junit4]   2> 1778932 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_2C2BF78D4AB5C230-001/init-core-data-001
   [junit4]   2> 1778932 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_2C2BF78D4AB5C230-001/init-core-data-001/index/
   [junit4]   2> 1778932 WARN  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_2C2BF78D4AB5C230-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 1778932 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_2C2BF78D4AB5C230-001/init-core-data-001/index
   [junit4]   2> 1778932 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=72.8671875, floorSegmentMB=1.595703125, forceMergeDeletesPctAllowed=14.65525328192481, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1778933 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5752fcf1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@54ab281),segFN=segments_1,generation=1}
   [junit4]   2> 1778933 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1778933 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-5.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_2C2BF78D4AB5C230-001/init-core-data-001/
   [junit4]   2> 1778938 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1778938 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1778938 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1778938 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1778938 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1778939 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1778939 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1778939 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1778939 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1778939 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1778939 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1778939 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1778942 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1778943 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1778944 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1778945 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1778949 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1778951 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 1778952 WARN  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 1778952 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1778953 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1778953 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1778954 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1778954 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1778955 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=661074559, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1778955 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5752fcf1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@54ab281),segFN=segments_1,generation=1}
   [junit4]   2> 1778955 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1778955 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@2e2d1fa6[collection1] main
   [junit4]   2> 1778955 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1778955 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1778956 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1778956 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1779159 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1779515 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1779515 INFO  (searcherExecutor-4972-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1779516 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1779516 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1779516 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1779516 INFO  (searcherExecutor-4972-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1779516 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1520435010785509376
   [junit4]   2> 1779516 INFO  (searcherExecutor-4972-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1779516 INFO  (searcherExecutor-4972-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1779517 INFO  (searcherExecutor-4972-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1779517 INFO  (searcherExecutor-4972-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1779518 INFO  (searcherExecutor-4972-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1779518 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1520435010785509376
   [junit4]   2> 1779518 INFO  (coreLoadExecutor-4971-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1779518 INFO  (searcherExecutor-4972-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1779519 INFO  (searcherExecutor-4972-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1779520 INFO  (searcherExecutor-4972-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2e2d1fa6[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1779520 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1779524 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 1779528 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1520435010794946560)} 0 3
   [junit4]   2> 1779531 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1779532 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1779532 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1779532 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1779532 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1779574 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1779588 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.0
   [junit4]   2> 1779615 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1779623 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1779746 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1779753 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1779754 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1779758 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1779760 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1779762 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1779762 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1779762 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1779763 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1779763 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1779763 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1779766 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    ] 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-5.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1779766 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1779766 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_2C2BF78D4AB5C230-001/init-core-data-001/]
   [junit4]   2> 1779766 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a140307
   [junit4]   2> 1779769 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_2C2BF78D4AB5C230-001/init-core-data-001/index/
   [junit4]   2> 1779771 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-5.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_2C2BF78D4AB5C230-001/init-core-data-001/
   [junit4]   2> 1779779 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1779779 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1779779 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1779779 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1779779 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1779779 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1779780 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1779780 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1779780 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1779780 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1779780 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1779780 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1779783 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1779797 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1779799 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1779800 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1779805 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1779808 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 1779809 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 1779810 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1779810 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1779811 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1779811 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@4f2f2c67[collection1] main
   [junit4]   2> 1779811 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1779811 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1779811 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1779812 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1779812 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1779816 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1779817 INFO  (searcherExecutor-4977-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1779817 INFO  (searcherExecutor-4977-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1779817 INFO  (searcherExecutor-4977-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1779817 INFO  (searcherExecutor-4977-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1779818 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1779818 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1779818 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1779818 INFO  (searcherExecutor-4977-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1779819 INFO  (searcherExecutor-4977-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1779820 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1520435010794946560
   [junit4]   2> 1779820 INFO  (searcherExecutor-4977-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1779820 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 1779820 INFO  (searcherExecutor-4977-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1779821 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=22, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1779822 INFO  (searcherExecutor-4977-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1779822 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5752fcf1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@54ab281),segFN=segments_1,generation=1}
   [junit4]   2> 1779822 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1779823 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1779823 INFO  (searcherExecutor-4977-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4f2f2c67[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1779824 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@1f73bb0[collection1] main
   [junit4]   2> 1779825 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 1779825 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@99b1371
   [junit4]   2> 1779825 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    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> 1779825 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1779825 INFO  (searcherExecutor-4977-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1f73bb0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1779845 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 (1520435011128393728)]} 0 2
   [junit4]   2> 1779845 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    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> 1780847 INFO  (commitScheduler-4980-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> 1780851 INFO  (commitScheduler-4980-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@7f498f1c[collection1] main
   [junit4]   2> 1780851 INFO  (commitScheduler-4980-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1780853 INFO  (searcherExecutor-4977-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7f498f1c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.5.0):C1)))}
   [junit4]   2> 1781099 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 (1520435012444356608)]} 0 1256
   [junit4]   2> 1781100 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    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> 1781102 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    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> 1781103 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{delete=[529 (-1520435012449599488)]} 0 0
   [junit4]   2> 1781103 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    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> 1782100 INFO  (commitScheduler-4980-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> 1782102 INFO  (commitScheduler-4980-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@3f8d8572[collection1] main
   [junit4]   2> 1782102 INFO  (commitScheduler-4980-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1782105 INFO  (searcherExecutor-4977-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3f8d8572[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(5.5.0):C1)))}
   [junit4]   2> 1782110 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[550 (1520435013504466944)]} 0 2267
   [junit4]   2> 1782111 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    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> 1782112 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1520435013507612672)]} 0 2269
   [junit4]   2> 1782113 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1520435013507612673)]} 0 2270
   [junit4]   2> 1782113 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1520435013508661248)]} 0 2270
   [junit4]   2> 1782114 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1520435013508661249)]} 0 2271
   [junit4]   2> 1782114 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1520435013509709824)]} 0 2271
   [junit4]   2> 1782114 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1520435013509709825)]} 0 2272
   [junit4]   2> 1782115 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1520435013510758400)]} 0 2272
   [junit4]   2> 1782116 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1520435013510758401)]} 0 2273
   [junit4]   2> 1782116 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1520435013511806976)]} 0 2273
   [junit4]   2> 1782116 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1520435013511806977)]} 0 2274
   [junit4]   2> 1782117 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    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=0
   [junit4]   2> 1783111 INFO  (commitScheduler-4980-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> 1783114 INFO  (commitScheduler-4980-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@4762bdea[collection1] main
   [junit4]   2> 1783114 INFO  (commitScheduler-4980-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1783118 INFO  (searcherExecutor-4977-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4762bdea[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(5.5.0):C1) Uninverting(_2(5.5.0):C11/9:delGen=1)))}
   [junit4]   2> 1783121 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[531 (1520435014564577280)]} 0 3278
   [junit4]   2> 1783122 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    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=0
   [junit4]   2> 1783125 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> 1783133 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 1783145 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@5b1ece57[collection1] realtime
   [junit4]   2> 1783146 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1520435014579257344)} 0 11
   [junit4]   2> 1783146 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1783146 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1783146 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1783149 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1783149 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1783206 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1783217 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.0
   [junit4]   2> 1783244 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1783251 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1783346 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1783353 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1783355 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1783361 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1783364 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1783367 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1783368 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1783368 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1783368 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1783368 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1783368 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1783370 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    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-5.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1783371 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1783371 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_2C2BF78D4AB5C230-001/init-core-data-001/]
   [junit4]   2> 1783371 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a140307
   [junit4]   2> 1783372 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_2C2BF78D4AB5C230-001/init-core-data-001/index/
   [junit4]   2> 1783372 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-5.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_2C2BF78D4AB5C230-001/init-core-data-001/
   [junit4]   2> 1783381 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1783381 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1783381 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1783381 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1783381 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1783381 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1783382 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1783382 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1783382 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1783382 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1783382 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1783382 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1783385 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1783388 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1783390 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1783392 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1783398 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1783401 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 1783402 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 1783402 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1783402 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1783403 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1783403 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@41022c24[collection1] main
   [junit4]   2> 1783403 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1783403 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1783403 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1783403 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1783405 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1783416 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1783417 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1783417 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1783417 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1783418 INFO  (searcherExecutor-4981-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1783419 INFO  (searcherExecutor-4981-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1783419 INFO  (searcherExecutor-4981-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1783419 INFO  (searcherExecutor-4981-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1783419 INFO  (searcherExecutor-4981-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1783419 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1520435014579257344
   [junit4]   2> 1783419 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 1783420 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5752fcf1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@54ab281),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5752fcf1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@54ab281),segFN=segments_2,generation=2}
   [junit4]   2> 1783420 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 1783420 INFO  (searcherExecutor-4981-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1783420 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=74.1884765625, floorSegmentMB=1.8701171875, forceMergeDeletesPctAllowed=18.67943455021698, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1783421 INFO  (searcherExecutor-4981-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1783421 INFO  (searcherExecutor-4981-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1783422 INFO  (searcherExecutor-4981-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1783423 INFO  (searcherExecutor-4981-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@41022c24[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1783428 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5752fcf1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@54ab281),segFN=segments_2,generation=2}
   [junit4]   2> 1783428 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 1783428 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1783429 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@78bf5cc8[collection1] main
   [junit4]   2> 1783429 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 1783429 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1b385c31
   [junit4]   2> 1783429 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=3,autocommits=0,soft autocommit maxTime=1000ms,soft autocommits=3,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=14,adds=1,deletesById=0,deletesByQuery=1,errors=0,cumulative_adds=14,cumulative_deletesById=1,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 1783430 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1783456 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 (1520435014916898816)]} 0 0
   [junit4]   2> 1783457 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[1 (1520435014917947392)]} 0 1
   [junit4]   2> 1783458 INFO  (searcherExecutor-4981-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@78bf5cc8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1783458 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 (1520435014917947393)]} 0 2
   [junit4]   2> 1783458 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 (1520435014918995968)]} 0 2
   [junit4]   2> 1783464 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4 (1520435014918995969)]} 0 8
   [junit4]   2> 1783465 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5 (1520435014925287424)]} 0 9
   [junit4]   2> 1783465 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6 (1520435014926336000)]} 0 9
   [junit4]   2> 1783465 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7 (1520435014926336001)]} 0 9
   [junit4]   2> 1783466 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8 (1520435014926336002)]} 0 10
   [junit4]   2> 1783466 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9 (1520435014927384576)]} 0 10
   [junit4]   2> 1783466 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10 (1520435014927384577)]} 0 10
   [junit4]   2> 1783467 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11 (1520435014927384578)]} 0 11
   [junit4]   2> 1783467 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12 (1520435014928433152)]} 0 11
   [junit4]   2> 1783468 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13 (1520435014928433153)]} 0 12
   [junit4]   2> 1783468 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1783469 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14 (1520435014929481728)]} 0 13
   [junit4]   2> 1783469 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15 (1520435014930530304)]} 0 13
   [junit4]   2> 1783469 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:14&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1783469 ERROR (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:14&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 1783470 ERROR (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=id:14&qt=standard&start=0&rows=20&version=2.2:java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:14&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:742)
   [junit4]   2> 	at org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:199)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:497)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1783482 INFO  (commitScheduler-4984-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> 1783484 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> 1783485 INFO  (commitScheduler-4984-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@552c1ff4[collection1] main
   [junit4]   2> 1783485 INFO  (commitScheduler-4984-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1783486 INFO  (searcherExecutor-4981-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@552c1ff4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(5.5.0):C16)))}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest -Dtests.method=testMaxDocs -Dtests.seed=2C2BF78D4AB5C230 -Dtests.slow=true -Dtests.locale=es_ES -Dtests.timezone=SystemV/MST7 -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.36s J1 | AutoCommitTest.testMaxDocs <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2C2BF78D4AB5C230:95AA2152665FC6BA]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:749)
   [junit4]    > 	at org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:199)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]    > 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]    > </response>
   [junit4]    > 	request was:q=id:14&qt=standard&start=0&rows=20&version=2.2
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:742)
   [junit4]    > 	... 40 more
   [junit4]   2> 1783496 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 1783497 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@50256ecc[collection1] realtime
   [junit4]   2> 1783497 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1520435014958841856)} 0 0
   [junit4]   2> 1783497 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1783497 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1783497 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1783498 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1783498 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1783524 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1783533 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.0
   [junit4]   2> 1783562 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1783567 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1783667 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1783672 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1783673 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1783676 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1783679 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1783682 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1783682 WARN  (TEST-AutoCommitTest.testCommitWithin-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1783682 WARN  (TEST-AutoCommitTest.testCommitWithin-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1783682 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1783683 WARN  (TEST-AutoCommitTest.testCommitWithin-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1783683 WARN  (TEST-AutoCommitTest.testCommitWithin-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1783686 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[2C2BF78D4AB5C230]) [    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-5.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1783686 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[2C2BF78D4AB5C230]) [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' u

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

lection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1790314 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    x:collection1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1103759595
   [junit4]   2> 1790315 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3c9f14a2
   [junit4]   2> 1790315 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=3,autocommits=0,soft autocommits=3,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=12,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=12,cumulative_deletesById=11,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 1790315 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1790315 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1790315 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1790315 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 1790316 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5752fcf1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@54ab281),segFN=segments_3,generation=3}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5752fcf1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@54ab281),segFN=segments_4,generation=4}
   [junit4]   2> 1790316 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 4
   [junit4]   2> 1790317 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1790337 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1790337 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_2C2BF78D4AB5C230-001/init-core-data-001 [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_2C2BF78D4AB5C230-001/init-core-data-001;done=false>>]
   [junit4]   2> 1790337 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_2C2BF78D4AB5C230-001/init-core-data-001
   [junit4]   2> 1790337 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_2C2BF78D4AB5C230-001/init-core-data-001/index [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_2C2BF78D4AB5C230-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1790337 INFO  (SUITE-AutoCommitTest-seed#[2C2BF78D4AB5C230]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_2C2BF78D4AB5C230-001/init-core-data-001/index
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_2C2BF78D4AB5C230-001
   [junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=3, maxDocsPerChunk=340, blockSize=838), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=3, blockSize=838)), sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=es_ES, timezone=SystemV/MST7
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_66 (64-bit)/cpus=3,threads=1,free=212534608,total=473956352
   [junit4]   2> NOTE: All tests run in this JVM: [TestDefaultSearchFieldResource, SolrPluginUtilsTest, TestSolrJ, TestSolrCLIRunExample, BlockCacheTest, CursorMarkTest, TestReloadAndDeleteDocs, MigrateRouteKeyTest, TestCloudManagedSchema, NotRequiredUniqueKeyTest, TestSolr4Spatial2, TestRandomForceMergePolicy, BJQParserTest, WordBreakSolrSpellCheckerTest, TestExpandComponent, TestZkChroot, HttpPartitionTest, TestSimpleTrackingShardHandler, TestFiltering, ActionThrottleTest, FieldMutatingUpdateProcessorTest, ZkSolrClientTest, TestHdfsUpdateLog, BasicZkTest, TestManagedSchemaFieldResource, HdfsLockFactoryTest, DistanceFunctionTest, SharedFSAutoReplicaFailoverTest, TestReplicaProperties, HdfsBasicDistributedZkTest, TestExactSharedStatsCache, TestCharFilters, TestAddFieldRealTimeGet, TestQuerySenderListener, TestRestManager, InfoHandlerTest, BadIndexSchemaTest, SuggestComponentTest, DebugComponentTest, TestCollapseQParserPlugin, TestSolrIndexConfig, TestConfigSetImmutable, SuggesterWFSTTest, TestLMJelinekMercerSimilarityFactory, SpatialHeatmapFacetsTest, RecoveryAfterSoftCommitTest, TestDistributedGrouping, TestNoOpRegenerator, SpatialRPTFieldTypeTest, TestFastOutputStream, HdfsWriteToMultipleCollectionsTest, NumericFieldsTest, DistributedQueryComponentCustomSortTest, SparseHLLTest, HighlighterMaxOffsetTest, TestClassicSimilarityFactory, DistributedIntervalFacetingTest, AssignTest, DateMathParserTest, TestRandomCollapseQParserPlugin, TestCloudInspectUtil, SolrIndexSplitterTest, CoreAdminHandlerTest, TestIndexingPerformance, NoCacheHeaderTest, CollectionReloadTest, DateFieldTest, TestCrossCoreJoin, TestFreeTextSuggestions, ResponseLogComponentTest, HLLSerializationTest, HdfsNNFailoverTest, TestSolrConfigHandlerConcurrent, TestConfigSetsAPIExclusivity, TestUniqueKeyFieldResource, TestSolrConfigHandler, EchoParamsTest, ConvertedLegacyTest, ConjunctionSolrSpellCheckerTest, TestCollationField, TestBlendedInfixSuggestions, CollectionsAPIDistributedZkTest, SolrInfoMBeanTest, TestSolrQueryParser, OutputWriterTest, TestPerFieldSimilarityWithDefaultOverride, TestQueryUtils, ShardRoutingCustomTest, TestClusterStateMutator, OpenCloseCoreStressTest, ZkStateWriterTest, DistributedMLTComponentTest, SolrCmdDistributorTest, HighlighterConfigTest, SegmentsInfoRequestHandlerTest, TestDownShardTolerantSearch, SignatureUpdateProcessorFactoryTest, TestLeaderElectionZkExpiry, TestReRankQParserPlugin, DeleteReplicaTest, TestReversedWildcardFilterFactory, HdfsThreadLeakTest, TestAtomicUpdateErrorCases, TermVectorComponentDistributedTest, TestRandomRequestDistribution, TestManagedResource, SearchHandlerTest, RequestHandlersTest, HdfsChaosMonkeySafeLeaderTest, TestCoreDiscovery, DefaultValueUpdateProcessorTest, ExplicitHLLTest, TestRTGBase, TestBinaryResponseWriter, ConnectionManagerTest, TestCollectionAPI, SolrCoreCheckLockOnStartupTest, CollectionTooManyReplicasTest, SpellPossibilityIteratorTest, TestSolrCloudWithKerberosAlt, TestSolrXml, CloneFieldUpdateProcessorFactoryTest, TestJoin, TestSchemaResource, TestBM25SimilarityFactory, SuggesterTest, DistributedFacetPivotSmallTest, SynonymTokenizerTest, TestSolrQueryResponse, TestEmbeddedSolrServerConstructors, SpellCheckComponentTest, TestDynamicFieldResource, PreAnalyzedUpdateProcessorTest, AddSchemaFieldsUpdateProcessorFactoryTest, ChaosMonkeySafeLeaderTest, TestDistributedMissingSort, BasicDistributedZk2Test, UnloadDistributedZkTest, SyncSliceTest, OverseerTest, LeaderElectionIntegrationTest, ShardRoutingTest, RecoveryZkTest, TestRandomFaceting, TestRandomDVFaceting, ZkCLITest, AutoCommitTest]
   [junit4] Completed [290/555 (1!)] on J1 in 11.87s, 3 tests, 1 error <<< FAILURES!

[...truncated 842 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/build.xml:794: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/build.xml:738: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/build.xml:59: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build.xml:233: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/common-build.xml:526: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/lucene/common-build.xml:1456: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/lucene/common-build.xml:1010: There were test failures: 555 suites (7 ignored), 2192 tests, 1 error, 53 ignored (38 assumptions) [seed: 2C2BF78D4AB5C230]

Total time: 79 minutes 3 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