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

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

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

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

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([5454CEC9AA89062C:EE86A1B129A7E839]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:754)
	at org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:325)
	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:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
</response>

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




Build Log:
[...truncated 11411 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/J0/temp/solr.update.AutoCommitTest_5454CEC9AA89062C-001/init-core-data-001
   [junit4]   2> 2302034 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 2302034 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2302034 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-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> 2302034 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2302035 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-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> 2302035 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-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> 2302035 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-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> 2302063 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2302081 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.0
   [junit4]   2> 2302155 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2302162 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 2302417 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2302425 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2302427 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2302432 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2302435 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2302438 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2302439 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2302439 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2302439 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-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> 2302439 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-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> 2302439 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2302439 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-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> 2302439 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 967338261
   [junit4]   2> 2302439 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-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> 2302440 WARN  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/lib
   [junit4]   2> 2302440 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-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> 2302441 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 2302441 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2302442 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2302442 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2302442 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2302443 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {config=solrconfig.xml, loadOnStartup=true, shard=shard1, collection=collection1, dataDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_5454CEC9AA89062C-001/init-core-data-001, configSetProperties=configsetprops.json, transient=false, schema=schema.xml, name=collection1}
   [junit4]   2> 2302444 INFO  (coreLoadExecutor-5731-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> 2302444 INFO  (coreLoadExecutor-5731-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2302444 INFO  (coreLoadExecutor-5731-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> 2302444 INFO  (coreLoadExecutor-5731-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> 2302444 INFO  (coreLoadExecutor-5731-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> 2302508 INFO  (coreLoadExecutor-5731-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2302550 INFO  (coreLoadExecutor-5731-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.0
   [junit4]   2> 2302592 INFO  (coreLoadExecutor-5731-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2302599 INFO  (coreLoadExecutor-5731-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2303039 INFO  (coreLoadExecutor-5731-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2303115 INFO  (coreLoadExecutor-5731-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2303117 INFO  (coreLoadExecutor-5731-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2303121 INFO  (coreLoadExecutor-5731-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2303124 INFO  (coreLoadExecutor-5731-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2303126 INFO  (coreLoadExecutor-5731-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2303127 INFO  (coreLoadExecutor-5731-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2303128 INFO  (coreLoadExecutor-5731-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 2303128 INFO  (coreLoadExecutor-5731-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> 2303128 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2303129 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_5454CEC9AA89062C-001/init-core-data-001/]
   [junit4]   2> 2303129 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@717fd0ad
   [junit4]   2> 2303129 INFO  (coreLoadExecutor-5731-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/J0/temp/solr.update.AutoCommitTest_5454CEC9AA89062C-001/init-core-data-001
   [junit4]   2> 2303129 INFO  (coreLoadExecutor-5731-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/J0/temp/solr.update.AutoCommitTest_5454CEC9AA89062C-001/init-core-data-001/index/
   [junit4]   2> 2303129 WARN  (coreLoadExecutor-5731-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/J0/temp/solr.update.AutoCommitTest_5454CEC9AA89062C-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 2303130 INFO  (coreLoadExecutor-5731-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/J0/temp/solr.update.AutoCommitTest_5454CEC9AA89062C-001/init-core-data-001/index
   [junit4]   2> 2303130 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=2.6201171875, floorSegmentMB=1.0810546875, forceMergeDeletesPctAllowed=20.650968239317592, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.46432393574319886
   [junit4]   2> 2303130 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5fd949a8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3272e5c1),segFN=segments_1,generation=1}
   [junit4]   2> 2303131 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2303134 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2303134 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2303134 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2303134 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2303134 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2303135 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2303135 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2303135 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2303135 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2303135 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2303135 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2303135 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2303138 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2303139 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2303141 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2303142 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2303146 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 2303148 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/segments,spellCheckCompRH_Direct,spellCheckWithWordbreak,mock,/schema,spellCheckWithWordbreak_Direct,/admin/logging,/mlt,/admin/ping,/search-facet-invariants,/search-facet-def,/debug/dump,/admin/system,lazy,/update/json/docs,/admin/luke,/terms,/config,dismax,spellCheckCompRH,/admin/file,/replication,mltrh,tvrh,standard,/admin/mbeans,spellCheckCompRH1,/get,/update,/update/json,/admin/plugins,/update/csv,/admin/threads,defaults,/admin/properties
   [junit4]   2> 2303149 WARN  (coreLoadExecutor-5731-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> 2303150 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2303150 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/J0/temp/solr.update.AutoCommitTest_5454CEC9AA89062C-001/init-core-data-001/
   [junit4]   2> 2303150 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2303151 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2303152 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2303152 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2303153 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=7.9150390625, floorSegmentMB=0.224609375, forceMergeDeletesPctAllowed=20.08255974580048, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2303153 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5fd949a8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3272e5c1),segFN=segments_1,generation=1}
   [junit4]   2> 2303153 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2303155 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@16c64634[collection1] main
   [junit4]   2> 2303155 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 2303155 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 2303155 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2303155 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2303176 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2303237 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2303237 INFO  (searcherExecutor-5732-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2303238 INFO  (searcherExecutor-5732-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2303238 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 2303238 INFO  (searcherExecutor-5732-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2303238 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 2303238 INFO  (searcherExecutor-5732-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 2303239 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 2303239 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1525529403032862720
   [junit4]   2> 2303239 INFO  (searcherExecutor-5732-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2303240 INFO  (searcherExecutor-5732-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2303241 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1525529403032862720
   [junit4]   2> 2303241 INFO  (searcherExecutor-5732-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2303241 INFO  (coreLoadExecutor-5731-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 2303241 INFO  (searcherExecutor-5732-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2303241 INFO  (searcherExecutor-5732-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2303242 INFO  (searcherExecutor-5732-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@16c64634[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2303242 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2303246 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 2303248 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1525529403041251328)} 0 1
   [junit4]   2> 2303253 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    ] 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> 2303253 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2303253 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    ] 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> 2303253 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    ] 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> 2303253 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    ] 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> 2303284 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2303304 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.0
   [junit4]   2> 2303345 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2303353 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2303652 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2303661 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2303662 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2303667 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2303670 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2303672 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2303673 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2303675 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 2303675 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    ] 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> 2303675 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    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/J0/temp/solr.update.AutoCommitTest_5454CEC9AA89062C-001/init-core-data-001/]
   [junit4]   2> 2303675 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@717fd0ad
   [junit4]   2> 2303676 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    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/J0/temp/solr.update.AutoCommitTest_5454CEC9AA89062C-001/init-core-data-001/index/
   [junit4]   2> 2303676 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/J0/temp/solr.update.AutoCommitTest_5454CEC9AA89062C-001/init-core-data-001/
   [junit4]   2> 2303680 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2303680 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2303680 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2303681 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2303681 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2303681 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2303681 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2303681 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2303681 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2303681 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2303681 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2303681 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2303685 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2303686 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2303688 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2303689 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2303695 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 2303698 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/segments,spellCheckCompRH_Direct,spellCheckWithWordbreak,mock,/schema,spellCheckWithWordbreak_Direct,/admin/logging,/mlt,/admin/ping,/search-facet-invariants,/search-facet-def,/debug/dump,/admin/system,lazy,/update/json/docs,/admin/luke,/terms,/config,dismax,spellCheckCompRH,/admin/file,/replication,mltrh,tvrh,standard,/admin/mbeans,spellCheckCompRH1,/get,/update,/update/json,/admin/plugins,/update/csv,/admin/threads,defaults,/admin/properties
   [junit4]   2> 2303698 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 2303699 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2303700 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2303700 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2303700 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@5f85dcac[collection1] main
   [junit4]   2> 2303700 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 2303700 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 2303700 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2303701 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2303701 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2303706 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2303706 INFO  (searcherExecutor-5737-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2303707 INFO  (searcherExecutor-5737-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2303707 INFO  (searcherExecutor-5737-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2303707 INFO  (searcherExecutor-5737-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 2303707 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 2303707 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 2303707 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 2303707 INFO  (searcherExecutor-5737-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2303708 INFO  (searcherExecutor-5737-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2303709 INFO  (searcherExecutor-5737-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2303709 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1525529403041251328
   [junit4]   2> 2303709 INFO  (searcherExecutor-5737-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2303709 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 2303710 INFO  (searcherExecutor-5737-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2303710 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=20.05859375, floorSegmentMB=1.9052734375, forceMergeDeletesPctAllowed=12.162542764595015, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2303710 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5fd949a8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3272e5c1),segFN=segments_1,generation=1}
   [junit4]   2> 2303711 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2303711 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2303711 INFO  (searcherExecutor-5737-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5f85dcac[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2303712 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@665b908b[collection1] main
   [junit4]   2> 2303712 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 2303712 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7732c049
   [junit4]   2> 2303712 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=1,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 2303712 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 2303713 INFO  (searcherExecutor-5737-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@665b908b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2303721 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 (1525529403537227776)]} 0 1
   [junit4]   2> 2303721 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=standard&start=0&version=2.2&q=id:529&rows=20} hits=0 status=0 QTime=0
   [junit4]   2> 2304721 INFO  (commitScheduler-5740-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 2304723 INFO  (commitScheduler-5740-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@232c5cc0[collection1] main
   [junit4]   2> 2304724 INFO  (commitScheduler-5740-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2304725 INFO  (searcherExecutor-5737-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@232c5cc0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.5.0):C1)))}
   [junit4]   2> 2304821 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 (1525529404691709952)]} 0 1102
   [junit4]   2> 2304822 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=standard&start=0&version=2.2&q=id:529&rows=20} hits=1 status=0 QTime=0
   [junit4]   2> 2304824 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=standard&start=0&version=2.2&q=id:530&rows=20} hits=0 status=0 QTime=0
   [junit4]   2> 2304826 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{delete=[529 (-1525529404695904256)]} 0 0
   [junit4]   2> 2304826 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=standard&start=0&version=2.2&q=id:529&rows=20} hits=1 status=0 QTime=0
   [junit4]   2> 2305823 INFO  (commitScheduler-5740-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 2305825 INFO  (commitScheduler-5740-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@6f1a9d7e[collection1] main
   [junit4]   2> 2305825 INFO  (commitScheduler-5740-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2305826 INFO  (searcherExecutor-5737-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6f1a9d7e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(5.5.0):C1)))}
   [junit4]   2> 2305836 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[550 (1525529405754966016)]} 0 2117
   [junit4]   2> 2305836 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=standard&start=0&version=2.2&q=id:529&rows=20} hits=0 status=0 QTime=0
   [junit4]   2> 2305837 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1525529405757063168)]} 0 2118
   [junit4]   2> 2305838 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1525529405757063169)]} 0 2118
   [junit4]   2> 2305838 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1525529405758111744)]} 0 2119
   [junit4]   2> 2305838 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1525529405758111745)]} 0 2119
   [junit4]   2> 2305838 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1525529405758111746)]} 0 2119
   [junit4]   2> 2305839 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1525529405758111747)]} 0 2119
   [junit4]   2> 2305839 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1525529405759160320)]} 0 2120
   [junit4]   2> 2305839 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1525529405759160321)]} 0 2120
   [junit4]   2> 2305839 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1525529405759160322)]} 0 2120
   [junit4]   2> 2305840 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1525529405759160323)]} 0 2120
   [junit4]   2> 2305840 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=standard&start=0&version=2.2&q=id:500&rows=20} hits=0 status=0 QTime=0
   [junit4]   2> 2306836 INFO  (commitScheduler-5740-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 2306839 INFO  (commitScheduler-5740-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@505acbcf[collection1] main
   [junit4]   2> 2306839 INFO  (commitScheduler-5740-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2306840 INFO  (searcherExecutor-5737-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@505acbcf[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(5.5.0):C1) Uninverting(_2(5.5.0):C11/9:delGen=1)))}
   [junit4]   2> 2306846 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[531 (1525529406814027776)]} 0 3127
   [junit4]   2> 2306846 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=standard&start=0&version=2.2&q=id:500&rows=20} hits=1 status=0 QTime=0
   [junit4]   2> 2306847 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> 2306851 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 2306855 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@4c45e054[collection1] realtime
   [junit4]   2> 2306855 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1525529406820319232)} 0 3
   [junit4]   2> 2306856 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    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> 2306856 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2306856 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    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> 2306856 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    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> 2306856 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    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> 2306885 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2306904 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.0
   [junit4]   2> 2306942 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2306949 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2307269 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2307276 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2307277 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2307282 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2307284 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2307287 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2307287 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2307289 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 2307289 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    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> 2307289 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    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/J0/temp/solr.update.AutoCommitTest_5454CEC9AA89062C-001/init-core-data-001/]
   [junit4]   2> 2307289 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@717fd0ad
   [junit4]   2> 2307290 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    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/J0/temp/solr.update.AutoCommitTest_5454CEC9AA89062C-001/init-core-data-001/index/
   [junit4]   2> 2307290 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/J0/temp/solr.update.AutoCommitTest_5454CEC9AA89062C-001/init-core-data-001/
   [junit4]   2> 2307294 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2307294 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2307294 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2307294 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2307295 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2307295 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2307295 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2307295 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2307295 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2307295 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2307295 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2307295 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2307299 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2307300 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2307301 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2307303 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2307308 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 2307311 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/segments,spellCheckCompRH_Direct,spellCheckWithWordbreak,mock,/schema,spellCheckWithWordbreak_Direct,/admin/logging,/mlt,/admin/ping,/search-facet-invariants,/search-facet-def,/debug/dump,/admin/system,lazy,/update/json/docs,/admin/luke,/terms,/config,dismax,spellCheckCompRH,/admin/file,/replication,mltrh,tvrh,standard,/admin/mbeans,spellCheckCompRH1,/get,/update,/update/json,/admin/plugins,/update/csv,/admin/threads,defaults,/admin/properties
   [junit4]   2> 2307312 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 2307313 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2307313 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2307313 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2307314 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@7565e5bf[collection1] main
   [junit4]   2> 2307314 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 2307314 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 2307314 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2307314 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2307315 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2307319 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2307319 INFO  (searcherExecutor-5741-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2307320 INFO  (searcherExecutor-5741-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2307320 INFO  (searcherExecutor-5741-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2307320 INFO  (searcherExecutor-5741-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 2307320 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 2307320 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 2307320 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 2307320 INFO  (searcherExecutor-5741-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2307321 INFO  (searcherExecutor-5741-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2307322 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1525529406820319232
   [junit4]   2> 2307322 INFO  (searcherExecutor-5741-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2307322 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 2307323 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5fd949a8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3272e5c1),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5fd949a8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3272e5c1),segFN=segments_2,generation=2}
   [junit4]   2> 2307323 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 2307323 INFO  (searcherExecutor-5741-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2307323 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=27.7470703125, floorSegmentMB=1.498046875, forceMergeDeletesPctAllowed=0.900004010047285, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2307323 INFO  (searcherExecutor-5741-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2307324 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5fd949a8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3272e5c1),segFN=segments_2,generation=2}
   [junit4]   2> 2307324 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 2307324 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2307324 INFO  (searcherExecutor-5741-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7565e5bf[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2307325 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@58138907[collection1] main
   [junit4]   2> 2307325 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 2307325 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1dcf53fe
   [junit4]   2> 2307325 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=3,autocommits=0,soft autocommit maxTime=1000ms,soft autocommits=3,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=14,adds=1,deletesById=0,deletesByQuery=1,errors=0,cumulative_adds=14,cumulative_deletesById=1,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 2307326 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 2307327 INFO  (searcherExecutor-5741-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@58138907[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2307335 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 (1525529407326781440)]} 0 1
   [junit4]   2> 2307335 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[1 (1525529407327830016)]} 0 1
   [junit4]   2> 2307335 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 (1525529407327830017)]} 0 1
   [junit4]   2> 2307336 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 (1525529407327830018)]} 0 1
   [junit4]   2> 2307336 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4 (1525529407328878592)]} 0 2
   [junit4]   2> 2307336 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5 (1525529407328878593)]} 0 2
   [junit4]   2> 2307336 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6 (1525529407328878594)]} 0 2
   [junit4]   2> 2307336 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7 (1525529407328878595)]} 0 2
   [junit4]   2> 2307337 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8 (1525529407329927168)]} 0 3
   [junit4]   2> 2307337 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9 (1525529407329927169)]} 0 3
   [junit4]   2> 2307337 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10 (1525529407329927170)]} 0 3
   [junit4]   2> 2307338 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11 (1525529407329927171)]} 0 3
   [junit4]   2> 2307338 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12 (1525529407330975744)]} 0 4
   [junit4]   2> 2307338 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13 (1525529407330975745)]} 0 4
   [junit4]   2> 2307338 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=standard&start=0&version=2.2&q=id:1&rows=20} hits=0 status=0 QTime=0
   [junit4]   2> 2307340 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14 (1525529407332024320)]} 0 5
   [junit4]   2> 2307345 INFO  (commitScheduler-5744-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 2307347 INFO  (commitScheduler-5744-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@4157b1d1[collection1] main
   [junit4]   2> 2307347 INFO  (commitScheduler-5744-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2307348 INFO  (searcherExecutor-5741-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4157b1d1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(5.5.0):C15)))}
   [junit4]   2> 2307592 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15 (1525529407596265472)]} 0 258
   [junit4]   2> 2307592 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=standard&start=0&version=2.2&q=id:14&rows=20} hits=1 status=0 QTime=0
   [junit4]   2> 2307594 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=standard&start=0&version=2.2&q=id:15&rows=20} hits=0 status=0 QTime=0
   [junit4]   2> 2307594 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> 2307605 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 2307607 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@31ee5ee7[collection1] realtime
   [junit4]   2> 2307608 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1525529407610945536)} 0 2
   [junit4]   2> 2307609 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    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> 2307609 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2307609 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    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> 2307609 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    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> 2307609 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    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> 2307639 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2307658 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.0
   [junit4]   2> 2307698 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2307705 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2307973 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2307980 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2307982 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2307987 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2307990 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2307992 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2307992 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2307994 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 2307994 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    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> 2307995 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    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/J0/temp/solr.update.AutoCommitTest_5454CEC9AA89062C-001/init-core-data-001/]
   [junit4]   2> 2307995 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@717fd0ad
   [junit4]   2> 2307995 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    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/J0/temp/solr.update.AutoCommitTest_5454CEC9AA89062C-001/init-core-data-001/index/
   [junit4]   2> 2307995 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/J0/temp/solr.update.AutoCommitTest_5454CEC9AA89062C-001/init-core-data-001/
   [junit4]   2> 2308000 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2308000 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2308000 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2308000 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2308000 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2308000 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2308000 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2308000 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2308000 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2308001 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2308001 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2308001 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2308004 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2308006 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2308007 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2308008 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2308134 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 2308136 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/segments,spellCheckCompRH_Direct,spellCheckWithWordbreak,mock,/schema,spellCheckWithWordbreak_Direct,/admin/logging,/mlt,/admin/ping,/search-facet-invariants,/search-facet-def,/debug/dump,/admin/system,lazy,/update/json/docs,/admin/luke,/terms,/config,dismax,spellCheckCompRH,/admin/file,/replication,mltrh,tvrh,standard,/admin/mbeans,spellCheckCompRH1,/get,/update,/update/json,/admin/plugins,/update/csv,/admin/threads,defaults,/admin/properties
   [junit4]   2> 2308138 WARN  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 2308140 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2308140 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2308140 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2308141 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@3d0ddf4e[collection1] main
   [junit4]   2> 2308141 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 2308141 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 2308141 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2308141 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2308142 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2308151 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2308177 INFO  (searcherExecutor-5745-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2308178 INFO  (searcherExecutor-5745-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2308178 INFO  (searcherExecutor-5745-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2308182 INFO  (searcherExecutor-5745-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 2308183 INFO  (searcherExecutor-5745-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2308183 INFO  (searcherExecutor-5745-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2308184 INFO  (searcherExecutor-5745-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2308184 INFO  (searcherExecutor-5745-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2308184 INFO  (searcherExecutor-5745-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2308186 INFO  (searcherExecutor-5745-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3d0ddf4e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2308187 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 2308187 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[5454CEC9AA89062C]) [    x:collection1] o.a.s.u

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

>
   [junit4]    > 	request was:qt=standard&start=0&version=2.2&q=id:529&rows=20
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:747)
   [junit4]    > 	... 40 more
   [junit4]   2> 2308464 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2308464 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    x:collection1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=967338261
   [junit4]   2> 2308465 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@875d197
   [junit4]   2> 2308465 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=2,adds=2,deletesById=1,deletesByQuery=0,errors=0,cumulative_adds=2,cumulative_deletesById=1,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 2308465 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 2308465 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2308465 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2308465 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 2308467 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5fd949a8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3272e5c1),segFN=segments_3,generation=3}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5fd949a8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3272e5c1),segFN=segments_4,generation=4}
   [junit4]   2> 2308467 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 4
   [junit4]   2> 2308468 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 2308477 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2308477 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-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/J0/temp/solr.update.AutoCommitTest_5454CEC9AA89062C-001/init-core-data-001/index [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_5454CEC9AA89062C-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 2308478 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_5454CEC9AA89062C-001/init-core-data-001/index
   [junit4]   2> 2308478 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-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/J0/temp/solr.update.AutoCommitTest_5454CEC9AA89062C-001/init-core-data-001 [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_5454CEC9AA89062C-001/init-core-data-001;done=false>>]
   [junit4]   2> 2308478 INFO  (SUITE-AutoCommitTest-seed#[5454CEC9AA89062C]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_5454CEC9AA89062C-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_5454CEC9AA89062C-001
   [junit4]   2> NOTE: test params are: codec=Lucene54, sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=es, timezone=Asia/Yakutsk
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.7.0_95 (64-bit)/cpus=3,threads=1,free=163455304,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [SystemInfoHandlerTest, DistanceUnitsTest, TestMaxScoreQueryParser, DocValuesMissingTest, HttpPartitionTest, StandardRequestHandlerTest, PrimitiveFieldTypeTest, TestManagedSchemaFieldResource, TimeZoneUtilsTest, DistributedExpandComponentTest, DeleteInactiveReplicaTest, RecoveryAfterSoftCommitTest, ZkCLITest, BlockJoinFacetDistribTest, TestStressReorder, ExternalFileFieldSortTest, DataDrivenBlockJoinTest, TestLeaderElectionZkExpiry, TestDynamicFieldResource, HdfsRecoverLeaseTest, MoreLikeThisHandlerTest, CollectionReloadTest, TestNonDefinedSimilarityFactory, QueryEqualityTest, TestFaceting, TestDownShardTolerantSearch, AnalyticsMergeStrategyTest, RegexBoostProcessorTest, TestWordDelimiterFilterFactory, TestCollectionAPI, TestExactStatsCache, TestLMDirichletSimilarityFactory, CircularListTest, TestGroupingSearch, TestConfigSetImmutable, TestHighlightDedupGrouping, TestDocumentBuilder, UUIDFieldTest, DocValuesMultiTest, TestConfigSets, DistributedQueryElevationComponentTest, TestSolrDeletionPolicy1, XmlUpdateRequestHandlerTest, SliceStateTest, DistributedVersionInfoTest, LeaderInitiatedRecoveryOnCommitTest, TriLevelCompositeIdRoutingTest, TestDistributedSearch, TestFunctionQuery, ZkStateReaderTest, HdfsBasicDistributedZk2Test, BigEndianAscendingWordSerializerTest, TestCodecSupport, TestReRankQParserPlugin, DistributedFacetPivotSmallTest, HardAutoCommitTest, PingRequestHandlerTest, OverseerCollectionConfigSetProcessorTest, TestRandomCollapseQParserPlugin, TestSolrXml, TestMergePolicyConfig, PolyFieldTest, TestCoreContainer, BlockJoinFacetSimpleTest, TestReloadDeadlock, TestLazyCores, TestStressUserVersions, XsltUpdateRequestHandlerTest, TestLRUCache, TestHighFrequencyDictionaryFactory, TestFastLRUCache, OutOfBoxZkACLAndCredentialsProvidersTest, DirectSolrSpellCheckerTest, TestInitParams, TestRTimerTree, TestStressLucene, TestConfig, AddBlockUpdateTest, DeleteReplicaTest, ConnectionManagerTest, TestLFUCache, TestFileDictionaryLookup, BasicDistributedZkTest, TestSolrQueryParserDefaultOperatorResource, TestStressVersions, DocumentBuilderTest, ExplicitHLLTest, TestPartialUpdateDeduplication, AsyncMigrateRouteKeyTest, TestRawResponseWriter, TestTrackingShardHandlerFactory, TestSolrConfigHandler, TestBlobHandler, TestReloadAndDeleteDocs, QueryResultKeyTest, UnloadDistributedZkTest, TestManagedSynonymFilterFactory, TestRemoveLastDynamicCopyField, SimpleCollectionCreateDeleteTest, PeerSyncTest, SegmentsInfoRequestHandlerTest, TestExtendedDismaxParser, TestRandomDVFaceting, TestElisionMultitermQuery, TestSchemaResource, ClusterStateTest, TestIBSimilarityFactory, LeaderElectionTest, TestRemoteStreaming, DocumentAnalysisRequestHandlerTest, TestManagedSchema, TestPhraseSuggestions, ConcurrentDeleteAndCreateCollectionTest, OverseerTest, ClusterStateUpdateTest, TestLuceneMatchVersion, DistributedSuggestComponentTest, DisMaxRequestHandlerTest, HdfsRestartWhileUpdatingTest, MBeansHandlerTest, OverseerStatusTest, TestTestInjection, ParsingFieldUpdateProcessorsTest, ReturnFieldsTest, TestReplicationHandlerBackup, ShardRoutingTest, SaslZkACLProviderTest, SpatialHeatmapFacetsTest, TestSchemaVersionResource, BlockDirectoryTest, DistribCursorPagingTest, ZkControllerTest, StressHdfsTest, ActionThrottleTest, TestRequestStatusCollectionAPI, SuggestComponentTest, JSONWriterTest, TestHashPartitioner, BasicDistributedZk2Test, SyncSliceTest, OpenCloseCoreStressTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, TestRandomFaceting, ShardRoutingCustomTest, AutoCommitTest]
   [junit4] Completed [285/566 (1!)] on J0 in 6.46s, 3 tests, 1 error <<< FAILURES!

[...truncated 894 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/build.xml:750: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/build.xml:694: 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:534: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/lucene/common-build.xml:1477: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/lucene/common-build.xml:1033: There were test failures: 566 suites (7 ignored), 2268 tests, 1 error, 56 ignored (41 assumptions) [seed: 5454CEC9AA89062C]

Total time: 84 minutes 8 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