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

[JENKINS-EA] Lucene-Solr-trunk-Linux (64bit/jdk-9-ea+95) - Build # 15297 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15297/
Java: 64bit/jdk-9-ea+95 -XX:+UseCompressedOops -XX:+UseG1GC -XX:-CompactStrings

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

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




Build Log:
[...truncated 9715 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_7E5CB0D2EFB49D35-001/init-core-data-001
   [junit4]   2> 232040 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 232041 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 232041 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 232042 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 232042 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr
   [junit4]   2> 232042 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 232042 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 232056 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 232061 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 232074 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 232077 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 232126 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 232129 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 232130 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 232133 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 232134 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 232135 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 232135 WARN  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 232135 WARN  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 232135 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 232135 WARN  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 232135 WARN  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 232136 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 232136 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr
   [junit4]   2> 232136 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr'
   [junit4]   2> 232136 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 232136 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr
   [junit4]   2> 232136 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 1583965317
   [junit4]   2> 232136 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr]
   [junit4]   2> 232136 WARN  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/lib to classpath: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/lib
   [junit4]   2> 232136 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-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> 232140 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 232141 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 232141 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 232141 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 232141 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 232141 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, dataDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_7E5CB0D2EFB49D35-001/init-core-data-001, shard=shard1}
   [junit4]   2> 232142 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 232142 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 232142 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr
   [junit4]   2> 232142 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 232142 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 232158 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 232163 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 232175 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 232179 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 232229 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 232232 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 232233 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 232236 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 232238 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 232239 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 232239 WARN  (coreLoadExecutor-649-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 232239 WARN  (coreLoadExecutor-649-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 232239 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 232239 WARN  (coreLoadExecutor-649-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 232239 WARN  (coreLoadExecutor-649-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 232240 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 232240 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 232241 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 232241 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_7E5CB0D2EFB49D35-001/init-core-data-001/]
   [junit4]   2> 232241 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@15bf2e3f
   [junit4]   2> 232241 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_7E5CB0D2EFB49D35-001/init-core-data-001
   [junit4]   2> 232241 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_7E5CB0D2EFB49D35-001/init-core-data-001/index/
   [junit4]   2> 232241 WARN  (coreLoadExecutor-649-thread-1) [    ] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_7E5CB0D2EFB49D35-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 232241 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_7E5CB0D2EFB49D35-001/init-core-data-001/index
   [junit4]   2> 232242 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=22, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8921496036831744]
   [junit4]   2> 232242 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@d415b99 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@248e3a2),segFN=segments_1,generation=1}
   [junit4]   2> 232242 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 232243 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_7E5CB0D2EFB49D35-001/init-core-data-001/
   [junit4]   2> 232245 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 232245 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 232245 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 232245 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 232245 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 232245 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 232245 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 232245 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 232245 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 232246 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 232246 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 232246 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 232247 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 232247 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 232248 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 232248 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 232252 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 232253 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 232254 WARN  (coreLoadExecutor-649-thread-1) [    ] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 232254 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 232254 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 232254 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 232255 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 232255 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 232256 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 232256 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@d415b99 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@248e3a2),segFN=segments_1,generation=1}
   [junit4]   2> 232256 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 232256 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@6ffc4138[collection1] main
   [junit4]   2> 232256 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 232256 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 232256 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 232256 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 232297 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 232387 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 232387 INFO  (searcherExecutor-650-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 232388 INFO  (searcherExecutor-650-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 232388 INFO  (searcherExecutor-650-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 232388 INFO  (searcherExecutor-650-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 232388 INFO  (searcherExecutor-650-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 232388 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 232388 INFO  (searcherExecutor-650-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 232388 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 232388 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 232388 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1521345931094523904
   [junit4]   2> 232388 INFO  (searcherExecutor-650-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 232389 INFO  (searcherExecutor-650-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 232389 INFO  (searcherExecutor-650-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 232390 INFO  (searcherExecutor-650-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6ffc4138[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 232390 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1521345931094523904
   [junit4]   2> 232390 INFO  (coreLoadExecutor-649-thread-1) [    ] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 232391 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 232393 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 232395 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1521345931099766784)} 0 2
   [junit4]   2> 232396 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 232396 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 232396 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr
   [junit4]   2> 232396 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 232396 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 232412 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 232417 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 232429 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 232432 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 232480 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 232483 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 232484 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 232487 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 232488 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 232490 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 232490 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 232490 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 232490 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 232490 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 232490 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 232492 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 232492 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 232492 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_7E5CB0D2EFB49D35-001/init-core-data-001/]
   [junit4]   2> 232492 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@15bf2e3f
   [junit4]   2> 232492 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_7E5CB0D2EFB49D35-001/init-core-data-001/index/
   [junit4]   2> 232492 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_7E5CB0D2EFB49D35-001/init-core-data-001/
   [junit4]   2> 232495 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 232496 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 232496 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 232496 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 232496 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 232496 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 232496 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 232496 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 232496 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 232496 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 232496 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 232496 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 232498 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 232499 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 232499 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 232500 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 232503 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 232504 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 232504 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 232505 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 232505 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 232505 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 232505 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@63651c91[collection1] main
   [junit4]   2> 232505 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 232505 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 232505 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 232505 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 232506 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 232508 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 232508 INFO  (searcherExecutor-655-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 232508 INFO  (searcherExecutor-655-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 232508 INFO  (searcherExecutor-655-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 232508 INFO  (searcherExecutor-655-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 232508 INFO  (searcherExecutor-655-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 232508 INFO  (searcherExecutor-655-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 232509 INFO  (searcherExecutor-655-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 232509 INFO  (searcherExecutor-655-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 232509 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 232510 INFO  (searcherExecutor-655-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 232510 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 232510 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 232510 INFO  (searcherExecutor-655-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@63651c91[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 232512 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1521345931099766784
   [junit4]   2> 232512 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 232513 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1340062135, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 232514 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@d415b99 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@248e3a2),segFN=segments_1,generation=1}
   [junit4]   2> 232514 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 232514 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 232514 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@7dbaa4e7[collection1] main
   [junit4]   2> 232514 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 232514 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6d47f207
   [junit4]   2> 232514 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] 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> 232515 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 232515 INFO  (searcherExecutor-655-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7dbaa4e7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 232526 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 (1521345931237130240)]} 0 2
   [junit4]   2> 232526 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 233527 INFO  (commitScheduler-658-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 233532 INFO  (commitScheduler-658-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@24787a62[collection1] main
   [junit4]   2> 233533 INFO  (commitScheduler-658-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 233534 INFO  (searcherExecutor-655-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@24787a62[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C1)))}
   [junit4]   2> 233778 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 (1521345932550995968)]} 0 1254
   [junit4]   2> 233779 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 233780 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 233780 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{delete=[529 (-1521345932554141696)]} 0 0
   [junit4]   2> 233781 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 234778 INFO  (commitScheduler-658-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 234781 INFO  (commitScheduler-658-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@258a4e78[collection1] main
   [junit4]   2> 234781 INFO  (commitScheduler-658-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 234782 INFO  (searcherExecutor-655-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@258a4e78[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):C1)))}
   [junit4]   2> 234783 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[550 (1521345933604814848)]} 0 2259
   [junit4]   2> 234783 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 234784 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1521345933605863424)]} 0 2260
   [junit4]   2> 234784 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1521345933606912000)]} 0 2260
   [junit4]   2> 234784 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1521345933606912001)]} 0 2260
   [junit4]   2> 234784 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1521345933606912002)]} 0 2260
   [junit4]   2> 234784 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1521345933606912003)]} 0 2260
   [junit4]   2> 234785 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1521345933606912004)]} 0 2261
   [junit4]   2> 234785 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1521345933607960576)]} 0 2261
   [junit4]   2> 234785 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1521345933607960577)]} 0 2261
   [junit4]   2> 234785 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1521345933607960578)]} 0 2261
   [junit4]   2> 234785 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1521345933607960579)]} 0 2261
   [junit4]   2> 234786 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 235783 INFO  (commitScheduler-658-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 235786 INFO  (commitScheduler-658-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@7e70f9bc[collection1] main
   [junit4]   2> 235786 INFO  (commitScheduler-658-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 235787 INFO  (searcherExecutor-655-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7e70f9bc[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):C1) Uninverting(_2(6.0.0):C11/9:delGen=1)))}
   [junit4]   2> 236037 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[531 (1521345934919729152)]} 0 3513
   [junit4]   2> 236038 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 236038 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> 236040 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 236045 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@33dd58a5[collection1] realtime
   [junit4]   2> 236045 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1521345934923923456)} 0 4
   [junit4]   2> 236054 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 236054 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 236054 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr
   [junit4]   2> 236054 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 236054 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 236069 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 236074 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 236087 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 236091 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 236139 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 236143 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 236143 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 236147 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 236148 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 236149 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 236149 WARN  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 236149 WARN  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 236149 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 236149 WARN  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 236149 WARN  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 236151 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 236151 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 236151 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_7E5CB0D2EFB49D35-001/init-core-data-001/]
   [junit4]   2> 236151 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@15bf2e3f
   [junit4]   2> 236152 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_7E5CB0D2EFB49D35-001/init-core-data-001/index/
   [junit4]   2> 236152 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_7E5CB0D2EFB49D35-001/init-core-data-001/
   [junit4]   2> 236156 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 236156 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 236156 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 236156 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 236156 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 236156 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 236156 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 236157 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 236157 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 236157 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 236157 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 236157 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 236159 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 236160 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 236161 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 236162 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 236166 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 236167 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 236167 WARN  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 236168 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 236168 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 236168 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 236168 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@1d69548b[collection1] main
   [junit4]   2> 236168 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 236168 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 236168 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 236169 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 236170 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 236171 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 236172 INFO  (searcherExecutor-659-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 236172 INFO  (searcherExecutor-659-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 236172 INFO  (searcherExecutor-659-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 236172 INFO  (searcherExecutor-659-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 236172 INFO  (searcherExecutor-659-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 236172 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 236172 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 236172 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 236172 INFO  (searcherExecutor-659-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 236173 INFO  (searcherExecutor-659-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 236173 INFO  (searcherExecutor-659-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 236173 INFO  (searcherExecutor-659-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 236174 INFO  (searcherExecutor-659-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1d69548b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 236174 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1521345934923923456
   [junit4]   2> 236175 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 236175 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@d415b99 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@248e3a2),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@d415b99 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@248e3a2),segFN=segments_2,generation=2}
   [junit4]   2> 236175 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 236175 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 236176 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@d415b99 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@248e3a2),segFN=segments_2,generation=2}
   [junit4]   2> 236176 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 236177 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 236177 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@3fb9c723[collection1] main
   [junit4]   2> 236177 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 236177 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@63fc3959
   [junit4]   2> 236177 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] 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> 236177 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 236183 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 (1521345935072821248)]} 0 1
   [junit4]   2> 236184 INFO  (searcherExecutor-659-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3fb9c723[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 236184 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 236185 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 (1521345935074918400)]} 0 2
   [junit4]   2> 236185 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 236185 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 (-1521345935075966976)]} 0 2
   [junit4]   2> 236185 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 236186 ERROR (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 236186 ERROR (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=id:529&qt=standard&start=0&rows=20&version=2.2:java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:748)
   [junit4]   2> 	at org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:326)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:520)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:747)
   [junit4]   2> 
   [junit4]   2> 236186 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest -Dtests.method=testCommitWithin -Dtests.seed=7E5CB0D2EFB49D35 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ru_RU -Dtests.timezone=Turkey -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.15s J2 | AutoCommitTest.testCommitWithin <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7E5CB0D2EFB49D35:C48EDFAA6C9A7320]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:755)
   [junit4]    > 	at org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:326)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:747)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]    > 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]    > </response>
   [junit4]    > 	request was:q=id:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:748)
   [junit4]    > 	... 40 more
   [junit4]   2> 236189 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 236192 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@601cd333[collection1] realtime
   [junit4]   2> 236192 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1521345935081209856)} 0 2
   [junit4]   2> 236192 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 236192 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 236192 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr
   [junit4]   2> 236193 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 236193 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 236209 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 236215 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 236227 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 236231 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 236297 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 236300 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 236301 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 236304 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 236305 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 236306 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 236306 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 236306 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 236306 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 236306 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 236306 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 236307 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 236307 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 236308 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_7E5CB0D2EFB49D35-001/init-core-data-001/]
   [junit4]   2> 236308 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@15bf2e3f
   [junit4]   2> 236308 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_7E5CB0D2EFB49D35-001/init-core-data-001/index/
   [junit4]   2> 236308 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_7E5CB0D2EFB49D35-001/init-core-data-001/
   [junit4]   2> 236311 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 236311 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 236311 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 236311 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 236311 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 236311 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 236312 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 236312 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 236312 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 236312 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 236312 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 236312 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 236314 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 236314 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 236315 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 236315 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 236318 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 236320 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 236320 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 236320 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 236320 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 236320 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 236321 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@25da1236[collection1] main
   [junit4]   2> 236321 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 236321 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 236321 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 236321 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 236321 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 236323 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 236323 INFO  (searcherExecutor-663-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 236324 INFO  (searcherExecutor-663-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 236324 INFO  (searcherExecutor-663-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 236324 INFO  (searcherExecutor-663-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 236324 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.UpdateLog Looking up max value of versio

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

 1
   [junit4]   2> 236333 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7 (1521345935231156228)]} 0 1
   [junit4]   2> 236333 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8 (1521345935231156229)]} 0 1
   [junit4]   2> 236334 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9 (1521345935232204800)]} 0 2
   [junit4]   2> 236334 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10 (1521345935232204801)]} 0 2
   [junit4]   2> 236334 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11 (1521345935232204802)]} 0 2
   [junit4]   2> 236334 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12 (1521345935232204803)]} 0 2
   [junit4]   2> 236334 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13 (1521345935232204804)]} 0 2
   [junit4]   2> 236334 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 236335 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14 (1521345935233253376)]} 0 3
   [junit4]   2> 236336 INFO  (commitScheduler-666-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 236344 INFO  (commitScheduler-666-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@46e91ecf[collection1] main
   [junit4]   2> 236344 INFO  (commitScheduler-666-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 236346 INFO  (searcherExecutor-663-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@46e91ecf[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(6.0.0):C15)))}
   [junit4]   2> 236586 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15 (1521345935495397376)]} 0 254
   [junit4]   2> 236586 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:14&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 236587 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:15&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 236587 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[7E5CB0D2EFB49D35]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> 236588 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 236588 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1583965317
   [junit4]   2> 236588 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@9132fd5
   [junit4]   2> 236588 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommit maxDocs=14,soft autocommits=1,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=16,adds=1,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=16,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 236588 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 236588 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 236588 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 236588 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 236591 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@d415b99 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@248e3a2),segFN=segments_3,generation=3}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@d415b99 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@248e3a2),segFN=segments_4,generation=4}
   [junit4]   2> 236592 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 4
   [junit4]   2> 236592 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 236603 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 236603 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_7E5CB0D2EFB49D35-001/init-core-data-001 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_7E5CB0D2EFB49D35-001/init-core-data-001;done=false>>]
   [junit4]   2> 236603 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_7E5CB0D2EFB49D35-001/init-core-data-001
   [junit4]   2> 236603 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_7E5CB0D2EFB49D35-001/init-core-data-001/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_7E5CB0D2EFB49D35-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 236603 INFO  (SUITE-AutoCommitTest-seed#[7E5CB0D2EFB49D35]-worker) [    ] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_7E5CB0D2EFB49D35-001/init-core-data-001/index
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_7E5CB0D2EFB49D35-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=ru_RU, timezone=Turkey
   [junit4]   2> NOTE: Linux 3.19.0-42-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=343901008,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [SliceStateTest, DeleteShardTest, TestHdfsUpdateLog, ReplicationFactorTest, CdcrVersionReplicationTest, DateMathParserTest, TestExclusionRuleCollectionAccess, TestGroupingSearch, RecoveryZkTest, HdfsChaosMonkeyNothingIsSafeTest, HLLUtilTest, DirectUpdateHandlerOptimizeTest, SuggesterWFSTTest, SmileWriterTest, TestObjectReleaseTracker, TestFuzzyAnalyzedSuggestions, SolrTestCaseJ4Test, TestPKIAuthenticationPlugin, TestFieldSortValues, BasicAuthIntegrationTest, StatsComponentTest, TestCloudSchemaless, HighlighterConfigTest, TestUniqueKeyFieldResource, TestFastWriter, ExitableDirectoryReaderTest, TestElisionMultitermQuery, TestSchemaManager, SearchHandlerTest, TestIndexingPerformance, CursorMarkTest, BadCopyFieldTest, FieldMutatingUpdateProcessorTest, TestConfigSetsAPI, TestStandardQParsers, AutoCommitTest]
   [junit4] Completed [73/568 (1!)] on J2 in 4.57s, 3 tests, 1 error <<< FAILURES!

[...truncated 1626 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:784: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:728: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:516: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1436: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:991: There were test failures: 568 suites (8 ignored), 2266 tests, 1 error, 115 ignored (70 assumptions) [seed: 7E5CB0D2EFB49D35]

Total time: 49 minutes 57 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