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

[JENKINS] Lucene-Solr-5.x-Solaris (multiarch/jdk1.7.0) - Build # 161 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Solaris/161/
Java: multiarch/jdk1.7.0 -d64 -XX:+UseCompressedOops -XX:+UseParallelGC

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

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([6C0CFE23161F3949:F6F883C18885A575]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:766)
	at org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:239)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1660)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:866)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:902)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:916)
	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:875)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:777)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:811)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:822)
	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:qt=standard&version=2.2&start=0&rows=20&q=id:529
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:759)
	... 40 more




Build Log:
[...truncated 9894 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_6C0CFE23161F3949-001/init-core-data-001
   [junit4]   2> 685169 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 685169 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 685170 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-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> 685170 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 685170 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-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> 685170 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-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> 685170 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-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> 685203 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 685225 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 685266 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 685267 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 685273 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 685519 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 685525 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 685526 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 685530 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 685532 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 685534 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 685534 WARN  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 685534 WARN  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 685534 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 685534 WARN  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 685535 WARN  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 685535 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 685535 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-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> 685535 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-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> 685535 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 685535 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-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> 685535 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 1396172960
   [junit4]   2> 685535 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-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> 685535 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    ] o.a.s.c.CoreContainer loading shared library: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/lib
   [junit4]   2> 685535 WARN  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/lib).
   [junit4]   2> 685548 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-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> 685549 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 685550 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 685550 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 685550 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 685550 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 685551 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {loadOnStartup=true, name=collection1, dataDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_6C0CFE23161F3949-001/init-core-data-001, instanceDir=collection1, config=solrconfig.xml, schema=schema.xml, absoluteInstDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1/, configSetProperties=configsetprops.json, collection=collection1, transient=false, shard=shard1}
   [junit4]   2> 685551 INFO  (coreLoadExecutor-1470-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> 685552 INFO  (coreLoadExecutor-1470-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 685552 INFO  (coreLoadExecutor-1470-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> 685552 INFO  (coreLoadExecutor-1470-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> 685553 INFO  (coreLoadExecutor-1470-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> 685571 INFO  (coreLoadExecutor-1470-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 685589 INFO  (coreLoadExecutor-1470-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 685621 INFO  (coreLoadExecutor-1470-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 685622 INFO  (coreLoadExecutor-1470-thread-1) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 685627 INFO  (coreLoadExecutor-1470-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 685838 INFO  (coreLoadExecutor-1470-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 685843 INFO  (coreLoadExecutor-1470-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 685845 INFO  (coreLoadExecutor-1470-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 685850 INFO  (coreLoadExecutor-1470-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 685852 INFO  (coreLoadExecutor-1470-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 685854 INFO  (coreLoadExecutor-1470-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 685854 WARN  (coreLoadExecutor-1470-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 685854 WARN  (coreLoadExecutor-1470-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 685854 INFO  (coreLoadExecutor-1470-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 685855 WARN  (coreLoadExecutor-1470-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 685855 WARN  (coreLoadExecutor-1470-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 685855 INFO  (coreLoadExecutor-1470-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/conf'
   [junit4]   2> 685856 INFO  (coreLoadExecutor-1470-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> 685856 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 685856 INFO  (coreLoadExecutor-1470-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=[null]
   [junit4]   2> 685856 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4b42bd10
   [junit4]   2> 685856 INFO  (coreLoadExecutor-1470-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_6C0CFE23161F3949-001/init-core-data-001
   [junit4]   2> 685856 INFO  (coreLoadExecutor-1470-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_6C0CFE23161F3949-001/init-core-data-001/index/
   [junit4]   2> 685856 WARN  (coreLoadExecutor-1470-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_6C0CFE23161F3949-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 685856 INFO  (coreLoadExecutor-1470-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_6C0CFE23161F3949-001/init-core-data-001/index
   [junit4]   2> 685857 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=6.3779296875, floorSegmentMB=1.7451171875, forceMergeDeletesPctAllowed=27.15903185446441, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 685857 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7ef8f87a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b8152b6),segFN=segments_1,generation=1}
   [junit4]   2> 685857 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 685858 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_6C0CFE23161F3949-001/init-core-data-001/
   [junit4]   2> 685861 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 685862 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 685862 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 685862 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 685862 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 685862 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 685862 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 685862 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 685862 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 685862 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 685862 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 685862 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 685864 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 685866 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 685866 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 685867 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 685871 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 685873 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: lazy,/admin/luke,mock,/admin/ping,dismax,tvrh,/admin/threads,/update/json,/admin/file,/search-facet-invariants,spellCheckWithWordbreak,/debug/dump,spellCheckCompRH,mltrh,standard,spellCheckWithWordbreak_Direct,/search-facet-def,/config,/terms,/mlt,/admin/plugins,/update/json/docs,/update,/update/csv,/admin/properties,/admin/logging,/admin/mbeans,spellCheckCompRH1,/get,/replication,/admin/segments,/schema,spellCheckCompRH_Direct,defaults,/admin/system
   [junit4]   2> 685873 WARN  (coreLoadExecutor-1470-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> 685874 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 685875 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 685875 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 685875 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 685875 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 685875 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8687321157281701]
   [junit4]   2> 685876 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7ef8f87a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b8152b6),segFN=segments_1,generation=1}
   [junit4]   2> 685876 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 685876 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@3c0884f8[collection1] main
   [junit4]   2> 685876 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 685876 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 685876 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 685876 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 685920 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 686161 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 686162 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 686162 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 686162 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 686162 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1516886122801659904
   [junit4]   2> 686164 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1516886122801659904
   [junit4]   2> 686164 INFO  (coreLoadExecutor-1470-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 686166 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 686170 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 686173 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {deleteByQuery=*:* (-1516886122810048512)} 0 2
   [junit4]   2> 686175 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    ] 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> 686175 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 686175 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    ] 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> 686176 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    ] 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> 686176 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    ] 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> 686206 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 686222 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 686237 INFO  (searcherExecutor-1471-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 686239 INFO  (searcherExecutor-1471-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 686239 INFO  (searcherExecutor-1471-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 686239 INFO  (searcherExecutor-1471-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 686239 INFO  (searcherExecutor-1471-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 686240 INFO  (searcherExecutor-1471-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 686240 INFO  (searcherExecutor-1471-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 686241 INFO  (searcherExecutor-1471-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 686241 INFO  (searcherExecutor-1471-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 686242 INFO  (searcherExecutor-1471-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3c0884f8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 686257 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 686257 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 686262 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 686487 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 686496 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 686497 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 686503 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 686505 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 686507 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 686508 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 686509 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 686509 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 686509 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 686510 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 686514 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    ] 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/conf'
   [junit4]   2> 686514 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    ] 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> 686514 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    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_6C0CFE23161F3949-001/init-core-data-001/]
   [junit4]   2> 686514 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4b42bd10
   [junit4]   2> 686514 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    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_6C0CFE23161F3949-001/init-core-data-001/index/
   [junit4]   2> 686519 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 686519 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 686519 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 686519 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 686519 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 686520 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 686520 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 686520 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 686520 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 686520 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 686520 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 686520 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 686523 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 686524 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 686526 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_6C0CFE23161F3949-001/init-core-data-001/
   [junit4]   2> 686526 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 686528 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 686534 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 686536 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: lazy,/admin/luke,mock,/admin/ping,dismax,tvrh,/admin/threads,/update/json,/admin/file,/search-facet-invariants,spellCheckWithWordbreak,/debug/dump,spellCheckCompRH,mltrh,standard,spellCheckWithWordbreak_Direct,/search-facet-def,/config,/terms,/mlt,/admin/plugins,/update/json/docs,/update,/update/csv,/admin/properties,/admin/logging,/admin/mbeans,spellCheckCompRH1,/get,/replication,/admin/segments,/schema,spellCheckCompRH_Direct,defaults,/admin/system
   [junit4]   2> 686538 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 686539 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 686539 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 686539 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 686540 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@7b7154c9[collection1] main
   [junit4]   2> 686540 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 686540 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 686540 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 686540 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 686541 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 686544 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 686545 INFO  (searcherExecutor-1476-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 686545 INFO  (searcherExecutor-1476-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 686545 INFO  (searcherExecutor-1476-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 686545 INFO  (searcherExecutor-1476-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 686546 INFO  (searcherExecutor-1476-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 686546 INFO  (searcherExecutor-1476-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 686549 INFO  (searcherExecutor-1476-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 686550 INFO  (searcherExecutor-1476-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 686550 INFO  (searcherExecutor-1476-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 686552 INFO  (searcherExecutor-1476-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7b7154c9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 686553 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 686553 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 686553 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 686554 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1516886122810048512
   [junit4]   2> 686554 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 686555 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 686556 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7ef8f87a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b8152b6),segFN=segments_1,generation=1}
   [junit4]   2> 686557 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 686557 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 686557 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@2a1b70b2[collection1] main
   [junit4]   2> 686557 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 686557 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7f7b6669
   [junit4]   2> 686557 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=1,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 686558 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 686578 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[529 (1516886123225284608)]} 0 12
   [junit4]   2> 686581 INFO  (searcherExecutor-1476-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2a1b70b2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 686581 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.S.Request [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&rows=20&q=id:529} hits=0 status=0 QTime=3 
   [junit4]   2> 686583 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[530 (1516886123243110400)]} 0 17
   [junit4]   2> 686583 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.S.Request [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&rows=20&q=id:529} hits=0 status=0 QTime=0 
   [junit4]   2> 686584 ERROR (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    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:qt=standard&version=2.2&start=0&rows=20&q=id:529
   [junit4]   2> 686584 ERROR (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: qt=standard&version=2.2&start=0&rows=20&q=id:529: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:qt=standard&version=2.2&start=0&rows=20&q=id:529
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:759)
   [junit4]   2> 	at org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:239)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:606)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1660)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:866)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:902)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:916)
   [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:875)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:777)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:811)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:822)
   [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> 686584 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest -Dtests.method=testMaxTime -Dtests.seed=6C0CFE23161F3949 -Dtests.slow=true -Dtests.locale=sr_ME -Dtests.timezone=Europe/Mariehamn -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.42s J1 | AutoCommitTest.testMaxTime <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6C0CFE23161F3949:F6F883C18885A575]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:766)
   [junit4]    > 	at org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:239)
   [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:qt=standard&version=2.2&start=0&rows=20&q=id:529
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:759)
   [junit4]    > 	... 40 more
   [junit4]   2> 686591 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 686593 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@3cbfd8e[collection1] realtime
   [junit4]   2> 686594 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {deleteByQuery=*:* (-1516886123251499008)} 0 2
   [junit4]   2> 686594 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    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> 686595 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 686595 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    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> 686595 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    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> 686595 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    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> 686619 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 686636 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 686677 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 686677 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.s.IndexSchema Reading Solr Schema from /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 686682 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 686903 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 686910 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 686911 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 686917 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 686919 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 686921 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 686921 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 686921 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 686921 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 686922 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 686922 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 686922 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    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/conf'
   [junit4]   2> 686923 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    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> 686923 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    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_6C0CFE23161F3949-001/init-core-data-001/]
   [junit4]   2> 686923 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4b42bd10
   [junit4]   2> 686923 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    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_6C0CFE23161F3949-001/init-core-data-001/index/
   [junit4]   2> 686928 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 686928 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 686928 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 686928 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 686928 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 686928 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 686928 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 686928 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 686928 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 686928 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 686928 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 686928 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 686930 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_6C0CFE23161F3949-001/init-core-data-001/
   [junit4]   2> 686932 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 686933 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 686935 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 686936 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 686941 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 686943 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: lazy,/admin/luke,mock,/admin/ping,dismax,tvrh,/admin/threads,/update/json,/admin/file,/search-facet-invariants,spellCheckWithWordbreak,/debug/dump,spellCheckCompRH,mltrh,standard,spellCheckWithWordbreak_Direct,/search-facet-def,/config,/terms,/mlt,/admin/plugins,/update/json/docs,/update,/update/csv,/admin/properties,/admin/logging,/admin/mbeans,spellCheckCompRH1,/get,/replication,/admin/segments,/schema,spellCheckCompRH_Direct,defaults,/admin/system
   [junit4]   2> 686944 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 686945 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 686945 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 686945 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 686946 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@60090b9[collection1] main
   [junit4]   2> 686946 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 686946 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 686946 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 686946 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 686947 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 686951 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 686951 INFO  (searcherExecutor-1480-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 686951 INFO  (searcherExecutor-1480-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 686951 INFO  (searcherExecutor-1480-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 686952 INFO  (searcherExecutor-1480-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 686952 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 686952 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 686952 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 686952 INFO  (searcherExecutor-1480-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 686953 INFO  (searcherExecutor-1480-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 686954 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1516886123251499008
   [junit4]   2> 686954 INFO  (searcherExecutor-1480-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 686954 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 686954 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7ef8f87a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b8152b6),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7ef8f87a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b8152b6),segFN=segments_2,generation=2}
   [junit4]   2> 686954 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 686954 INFO  (searcherExecutor-1480-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 686955 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=783630903, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 686955 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7ef8f87a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b8152b6),segFN=segments_2,generation=2}
   [junit4]   2> 686955 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 686955 INFO  (searcherExecutor-1480-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 686955 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 686956 INFO  (searcherExecutor-1480-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@60090b9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 686957 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@279afd80[collection1] main
   [junit4]   2> 686957 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 686957 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2821886f
   [junit4]   2> 686957 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommit maxTime=1000ms,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=2,adds=2,deletesById=0,deletesByQuery=1,errors=0,cumulative_adds=2,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 686958 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 686958 INFO  (searcherExecutor-1480-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@279afd80[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 686967 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[0 (1516886123644715008)]} 0 1
   [junit4]   2> 686967 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[1 (1516886123645763584)]} 0 1
   [junit4]   2> 686968 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[2 (1516886123645763585)]} 0 1
   [junit4]   2> 686968 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[3 (1516886123646812160)]} 0 2
   [junit4]   2> 686968 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[4 (1516886123646812161)]} 0 2
   [junit4]   2> 686969 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[5 (1516886123646812162)]} 0 2
   [junit4]   2> 686970 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[6 (1516886123647860736)]} 0 3
   [junit4]   2> 686970 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[7 (1516886123648909312)]} 0 4
   [junit4]   2> 686970 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[8 (1516886123648909313)]} 0 4
   [junit4]   2> 686971 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[9 (1516886123648909314)]} 0 4
   [junit4]   2> 686971 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[10 (1516886123649957888)]} 0 5
   [junit4]   2> 686971 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[11 (1516886123649957889)]} 0 5
   [junit4]   2> 686972 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[12 (1516886123649957890)]} 0 5
   [junit4]   2> 686972 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[13 (1516886123651006464)]} 0 6
   [junit4]   2> 686972 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.S.Request [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&rows=20&q=id:1} hits=0 status=0 QTime=0 
   [junit4]   2> 686974 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[14 (1516886123653103616)]} 0 8
   [junit4]   2> 686976 INFO  (commitScheduler-1483-thread-1) [    x:collection1] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 686978 INFO  (commitScheduler-1483-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@4cc40563[collection1] main
   [junit4]   2> 686979 INFO  (commitScheduler-1483-thread-1) [    x:collection1] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 686980 INFO  (searcherExecutor-1480-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4cc40563[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(5.4.0):C15)))}
   [junit4]   2> 687235 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[15 (1516886123925733376)]} 0 269
   [junit4]   2> 687236 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.S.Request [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&rows=20&q=id:14} hits=1 status=0 QTime=0 
   [junit4]   2> 687239 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.S.Request [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&rows=20&q=id:15} hits=0 status=0 QTime=0 
   [junit4]   2> 687239 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> 687244 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 687266 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@5608743a[collection1] realtime
   [junit4]   2> 687266 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {deleteByQuery=*:* (-1516886123936219136)} 0 22
   [junit4]   2> 687267 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    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> 687267 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 687267 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    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> 687268 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    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> 687268 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    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> 687439 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 687486 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 687558 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 687559 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.s.IndexSchema Reading Solr Schema from /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 687564 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 687861 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 687868 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 687869 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 687883 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 687888 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 687891 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 687891 WARN  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 687891 WARN  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 687891 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 687892 WARN  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 687892 WARN  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 687893 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    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/conf'
   [junit4]   2> 687893 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    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> 687894 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    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_6C0CFE23161F3949-001/init-core-data-001/]
   [junit4]   2> 687894 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4b42bd10
   [junit4]   2> 687895 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    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_6C0CFE23161F3949-001/init-core-data-001/index/
   [junit4]   2> 687895 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_6C0CFE23161F3949-001/init-core-data-001/
   [junit4]   2> 687900 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 687900 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 687901 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 687901 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 687901 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 687901 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 687901 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 687901 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 687901 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 687901 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 687901 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 687901 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 687904 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 687905 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 687907 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 687908 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 687913 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 687916 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: lazy,/admin/luke,mock,/admin/ping,dismax,tvrh,/admin/threads,/u

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

[junit4]   2> 692979 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {delete=[530 (-1516886129949802500)]} 0 5037
   [junit4]   2> 692979 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {delete=[530 (-1516886129949802501)]} 0 5037
   [junit4]   2> 692980 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {delete=[530 (-1516886129950851072)]} 0 5037
   [junit4]   2> 692980 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.S.Request [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&rows=20&q=id:530} hits=1 status=0 QTime=0 
   [junit4]   2> 694062 INFO  (commitScheduler-1487-thread-1) [    x:collection1] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 694065 INFO  (commitScheduler-1487-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@3d5c63f2[collection1] main
   [junit4]   2> 694065 INFO  (commitScheduler-1487-thread-1) [    x:collection1] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 694067 INFO  (searcherExecutor-1484-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3d5c63f2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(5.4.0):C10/9:delGen=1)))}
   [junit4]   2> 694235 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.S.Request [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&rows=20&q=id:500} hits=1 status=0 QTime=0 
   [junit4]   2> 694236 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.c.S.Request [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&rows=20&q=id:530} hits=0 status=0 QTime=0 
   [junit4]   2> 694237 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[6C0CFE23161F3949]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> 694237 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 694237 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    x:collection1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1396172960
   [junit4]   2> 694237 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@53ccc98d
   [junit4]   2> 694237 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    x:collection1] o.a.s.u.UpdateHandler 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> 694237 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 694237 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 694238 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 694238 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    x:collection1] o.a.s.u.UpdateHandler Committing on IndexWriter close.
   [junit4]   2> 694238 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7ef8f87a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b8152b6),segFN=segments_3,generation=3}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7ef8f87a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b8152b6),segFN=segments_4,generation=4}
   [junit4]   2> 694238 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 4
   [junit4]   2> 694240 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 694247 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 694248 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-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_6C0CFE23161F3949-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_6C0CFE23161F3949-001/init-core-data-001;done=false>>]
   [junit4]   2> 694248 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-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_6C0CFE23161F3949-001/init-core-data-001
   [junit4]   2> 694248 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-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_6C0CFE23161F3949-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_6C0CFE23161F3949-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 694248 INFO  (SUITE-AutoCommitTest-seed#[6C0CFE23161F3949]-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_6C0CFE23161F3949-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_6C0CFE23161F3949-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=DefaultSimilarity, locale=sr_ME, timezone=Europe/Mariehamn
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.7.0_91 (64-bit)/cpus=3,threads=1,free=127828960,total=380108800
   [junit4]   2> NOTE: All tests run in this JVM: [TestScoreJoinQPNoScore, CleanupOldIndexTest, TestRandomMergePolicy, TestSolrCoreProperties, TestRawTransformer, ZkSolrClientTest, TestReqParamsAPI, TestManagedResource, TestOrdValues, TestInfoStreamLogging, TestManagedSchemaFieldTypeResource, SolrPluginUtilsTest, TestSolr4Spatial, ResponseLogComponentTest, TestCloudPivotFacet, TestConfigOverlay, TestCollapseQParserPlugin, SSLMigrationTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestSolrIndexConfig, NumericFieldsTest, TestJsonFacets, TestDefaultSearchFieldResource, TestNonDefinedSimilarityFactory, SmileWriterTest, TestReRankQParserPlugin, TestLMJelinekMercerSimilarityFactory, UniqFieldsUpdateProcessorFactoryTest, TestShortCircuitedRequests, FieldAnalysisRequestHandlerTest, ShardSplitTest, TestSolrDeletionPolicy2, CollectionReloadTest, CloudMLTQParserTest, SimpleMLTQParserTest, URLClassifyProcessorTest, TestCloudSchemaless, SharedFSAutoReplicaFailoverTest, FieldMutatingUpdateProcessorTest, PrimUtilsTest, MultiTermTest, SparseHLLTest, SpellingQueryConverterTest, TestSolrDynamicMBean, DistributedFacetPivotSmallTest, TestCopyFieldCollectionResource, FullSolrCloudDistribCmdsTest, VersionInfoTest, CoreAdminHandlerTest, OverseerTaskQueueTest, SuggesterWFSTTest, TestDynamicFieldCollectionResource, CursorMarkTest, BadCopyFieldTest, TestHighFrequencyDictionaryFactory, DebugComponentTest, CopyFieldTest, TestRealTimeGet, TestManagedResourceStorage, SolrInfoMBeanTest, AsyncMigrateRouteKeyTest, RuleEngineTest, AutoCommitTest]
   [junit4] Completed [116/544] on J1 in 9.12s, 3 tests, 1 error <<< FAILURES!

[...truncated 1340 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/build.xml:785: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/build.xml:729: 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:1452: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/lucene/common-build.xml:1006: There were test failures: 544 suites (7 ignored), 2153 tests, 1 error, 50 ignored (37 assumptions) [seed: 6C0CFE23161F3949]

Total time: 75 minutes 33 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