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/26 13:19:02 UTC

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0_66) - Build # 15332 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15332/
Java: 32bit/jdk1.8.0_66 -server -XX:+UseG1GC

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

Error Message:
Exception during query

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

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




Build Log:
[...truncated 10456 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_3924BB92FE6BD179-001/init-core-data-001
   [junit4]   2> 856485 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 856485 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 856485 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-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> 856485 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 856485 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-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> 856486 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-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> 856486 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-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> 856508 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 856515 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 856532 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 856536 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 856607 ERROR (Finalizer) [    ] o.a.s.c.CoreContainer CoreContainer was not close prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!  instance=24319263
   [junit4]   2> 856666 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 856672 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 856673 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 856677 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 856679 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 856680 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 856680 WARN  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 856680 WARN  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 856680 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 856680 WARN  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 856680 WARN  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 856680 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 856680 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-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> 856680 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-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> 856680 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 856680 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-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> 856680 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 7836888
   [junit4]   2> 856680 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-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> 856681 WARN  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-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> 856681 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-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> 856685 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 856686 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 856686 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 856686 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 856686 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 856687 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-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_3924BB92FE6BD179-001/init-core-data-001, shard=shard1}
   [junit4]   2> 856687 INFO  (coreLoadExecutor-2910-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> 856687 INFO  (coreLoadExecutor-2910-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 856687 INFO  (coreLoadExecutor-2910-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> 856688 INFO  (coreLoadExecutor-2910-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> 856688 INFO  (coreLoadExecutor-2910-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> 856731 INFO  (coreLoadExecutor-2910-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 856741 INFO  (coreLoadExecutor-2910-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 856754 INFO  (coreLoadExecutor-2910-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 856759 INFO  (coreLoadExecutor-2910-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 856848 INFO  (coreLoadExecutor-2910-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 856853 INFO  (coreLoadExecutor-2910-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 856854 INFO  (coreLoadExecutor-2910-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 856858 INFO  (coreLoadExecutor-2910-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 856860 INFO  (coreLoadExecutor-2910-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 856861 INFO  (coreLoadExecutor-2910-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 856861 WARN  (coreLoadExecutor-2910-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 856861 WARN  (coreLoadExecutor-2910-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 856861 INFO  (coreLoadExecutor-2910-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 856861 WARN  (coreLoadExecutor-2910-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 856862 WARN  (coreLoadExecutor-2910-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 856863 INFO  (coreLoadExecutor-2910-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> 856863 INFO  (coreLoadExecutor-2910-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> 856863 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 856864 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] 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_3924BB92FE6BD179-001/init-core-data-001/]
   [junit4]   2> 856864 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f06d20
   [junit4]   2> 856864 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] 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_3924BB92FE6BD179-001/init-core-data-001
   [junit4]   2> 856864 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] 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_3924BB92FE6BD179-001/init-core-data-001/index/
   [junit4]   2> 856865 WARN  (coreLoadExecutor-2910-thread-1) [    x:collection1] 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_3924BB92FE6BD179-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 856865 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] 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_3924BB92FE6BD179-001/init-core-data-001/index
   [junit4]   2> 856865 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=35, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.31719178627142475]
   [junit4]   2> 856865 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1db2b34 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1082497),segFN=segments_1,generation=1}
   [junit4]   2> 856865 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 856866 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x: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_3924BB92FE6BD179-001/init-core-data-001/
   [junit4]   2> 856869 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 856869 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 856869 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 856869 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 856869 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 856869 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 856869 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 856869 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 856869 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 856869 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 856869 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 856869 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 856870 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 856871 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 856872 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 856872 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 856908 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 856909 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/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> 856910 WARN  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 856910 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 856913 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 856915 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 856916 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 856917 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 856917 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=41.279296875, floorSegmentMB=1.9365234375, forceMergeDeletesPctAllowed=6.411048570168607, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8715277236393333
   [junit4]   2> 856917 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1db2b34 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1082497),segFN=segments_1,generation=1}
   [junit4]   2> 856917 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 856917 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@136fb74[collection1] main
   [junit4]   2> 856917 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 856918 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 856918 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 856918 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 856956 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 857168 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 857169 INFO  (searcherExecutor-2911-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 857169 INFO  (searcherExecutor-2911-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 857169 INFO  (searcherExecutor-2911-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 857169 INFO  (searcherExecutor-2911-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 857169 INFO  (searcherExecutor-2911-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 857169 INFO  (searcherExecutor-2911-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 857169 INFO  (searcherExecutor-2911-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 857170 INFO  (searcherExecutor-2911-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 857170 INFO  (searcherExecutor-2911-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 857170 INFO  (searcherExecutor-2911-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@136fb74[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 857171 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 857171 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 857171 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 857171 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1521621649179279360
   [junit4]   2> 857173 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1521621649179279360
   [junit4]   2> 857173 INFO  (coreLoadExecutor-2910-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 857174 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 857177 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 857179 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1521621649185570816)} 0 1
   [junit4]   2> 857181 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    ] 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> 857181 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 857181 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    ] 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> 857181 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    ] 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> 857181 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    ] 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> 857198 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 857204 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 857218 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 857224 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 857280 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 857284 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 857285 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 857287 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 857289 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 857290 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 857290 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 857290 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 857290 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 857290 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 857290 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 857291 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    ] 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> 857291 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    ] 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> 857292 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] 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_3924BB92FE6BD179-001/init-core-data-001/]
   [junit4]   2> 857292 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f06d20
   [junit4]   2> 857292 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] 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_3924BB92FE6BD179-001/init-core-data-001/index/
   [junit4]   2> 857292 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x: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_3924BB92FE6BD179-001/init-core-data-001/
   [junit4]   2> 857295 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 857295 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 857295 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 857295 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 857295 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 857295 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 857295 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 857295 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 857295 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 857295 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 857295 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 857295 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 857297 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 857298 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 857298 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 857299 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 857302 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 857304 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/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> 857304 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 857304 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 857305 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 857305 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 857305 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@382045[collection1] main
   [junit4]   2> 857305 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 857305 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 857305 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 857305 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 857306 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 857307 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 857307 INFO  (searcherExecutor-2916-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 857308 INFO  (searcherExecutor-2916-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 857308 INFO  (searcherExecutor-2916-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 857308 INFO  (searcherExecutor-2916-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 857308 INFO  (searcherExecutor-2916-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 857308 INFO  (searcherExecutor-2916-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 857309 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 857309 INFO  (searcherExecutor-2916-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 857309 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 857309 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 857309 INFO  (searcherExecutor-2916-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 857309 INFO  (searcherExecutor-2916-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 857310 INFO  (searcherExecutor-2916-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@382045[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 857310 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1521621649185570816
   [junit4]   2> 857311 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 857311 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=48, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=94.802734375, floorSegmentMB=1.0751953125, forceMergeDeletesPctAllowed=8.199813261375477, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3947922316098239
   [junit4]   2> 857311 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1db2b34 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1082497),segFN=segments_1,generation=1}
   [junit4]   2> 857312 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 857312 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 857312 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@cb6713[collection1] main
   [junit4]   2> 857312 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 857312 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@14123cf
   [junit4]   2> 857313 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=1,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 857313 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 857313 INFO  (searcherExecutor-2916-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@cb6713[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 857321 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 (1521621649335517184)]} 0 1
   [junit4]   2> 857321 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 858321 INFO  (commitScheduler-2919-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 858324 INFO  (commitScheduler-2919-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@3945e8[collection1] main
   [junit4]   2> 858324 INFO  (commitScheduler-2919-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 858325 INFO  (searcherExecutor-2916-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3945e8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c1)))}
   [junit4]   2> 858573 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 (1521621650648334336)]} 0 1253
   [junit4]   2> 858573 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 858573 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 858574 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{delete=[529 (-1521621650650431488)]} 0 0
   [junit4]   2> 858574 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 859573 INFO  (commitScheduler-2919-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 859575 INFO  (commitScheduler-2919-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@1a9e463[collection1] main
   [junit4]   2> 859575 INFO  (commitScheduler-2919-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 859577 INFO  (searcherExecutor-2916-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1a9e463[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):c1)))}
   [junit4]   2> 859825 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[550 (1521621651962200064)]} 0 2506
   [junit4]   2> 859826 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 859826 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1521621651963248640)]} 0 2506
   [junit4]   2> 859826 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1521621651963248641)]} 0 2507
   [junit4]   2> 859826 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1521621651963248642)]} 0 2507
   [junit4]   2> 859827 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1521621651963248643)]} 0 2507
   [junit4]   2> 859827 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1521621651964297216)]} 0 2507
   [junit4]   2> 859827 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1521621651964297217)]} 0 2507
   [junit4]   2> 859827 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1521621651964297218)]} 0 2507
   [junit4]   2> 859827 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1521621651964297219)]} 0 2507
   [junit4]   2> 859827 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1521621651964297220)]} 0 2507
   [junit4]   2> 859827 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1521621651964297221)]} 0 2507
   [junit4]   2> 859827 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 860825 INFO  (commitScheduler-2919-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 860829 INFO  (commitScheduler-2919-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@822a34[collection1] main
   [junit4]   2> 860830 INFO  (searcherExecutor-2916-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@822a34[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):c1) Uninverting(_2(6.0.0):c11/9:delGen=1)))}
   [junit4]   2> 860831 INFO  (commitScheduler-2919-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 861079 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[531 (1521621653276065792)]} 0 3759
   [junit4]   2> 861079 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 861080 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> 861082 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 861087 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@1f3ed5a[collection1] realtime
   [junit4]   2> 861088 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1521621653280260096)} 0 5
   [junit4]   2> 861089 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] 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> 861089 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 861089 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] 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> 861089 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] 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> 861089 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] 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> 861109 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 861119 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 861140 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 861144 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 861249 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 861252 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 861253 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 861255 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 861257 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 861258 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 861258 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 861258 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 861258 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 861258 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 861258 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 861259 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] 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> 861259 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] 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> 861260 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] 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_3924BB92FE6BD179-001/init-core-data-001/]
   [junit4]   2> 861260 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f06d20
   [junit4]   2> 861260 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] 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_3924BB92FE6BD179-001/init-core-data-001/index/
   [junit4]   2> 861260 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x: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_3924BB92FE6BD179-001/init-core-data-001/
   [junit4]   2> 861263 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 861263 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 861263 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 861263 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 861263 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 861263 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 861263 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 861263 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 861263 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 861263 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 861263 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 861263 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 861265 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 861265 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 861266 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 861266 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 861270 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 861271 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/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> 861271 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 861272 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 861272 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 861272 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 861272 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@5e7cfb[collection1] main
   [junit4]   2> 861272 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 861273 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 861273 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 861273 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 861273 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 861274 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 861275 INFO  (searcherExecutor-2920-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 861275 INFO  (searcherExecutor-2920-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 861275 INFO  (searcherExecutor-2920-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 861275 INFO  (searcherExecutor-2920-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 861275 INFO  (searcherExecutor-2920-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 861275 INFO  (searcherExecutor-2920-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 861275 INFO  (searcherExecutor-2920-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 861275 INFO  (searcherExecutor-2920-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 861276 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 861276 INFO  (searcherExecutor-2920-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 861276 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 861276 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 861277 INFO  (searcherExecutor-2920-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5e7cfb[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 861278 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1521621653280260096
   [junit4]   2> 861278 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 861278 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1db2b34 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1082497),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1db2b34 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1082497),segFN=segments_2,generation=2}
   [junit4]   2> 861278 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 861278 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=8.927734375, floorSegmentMB=2.021484375, forceMergeDeletesPctAllowed=6.242463933280594, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7026671857826663
   [junit4]   2> 861279 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1db2b34 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1082497),segFN=segments_2,generation=2}
   [junit4]   2> 861279 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 861279 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 861279 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@32791e[collection1] main
   [junit4]   2> 861279 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 861279 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1d947e3
   [junit4]   2> 861279 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=3,autocommits=0,soft autocommit maxTime=1000ms,soft autocommits=3,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=14,adds=1,deletesById=0,deletesByQuery=1,errors=0,cumulative_adds=14,cumulative_deletesById=1,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 861279 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 861290 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 (1521621653498363904)]} 0 0
   [junit4]   2> 861291 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[1 (1521621653498363905)]} 0 1
   [junit4]   2> 861291 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 (1521621653499412480)]} 0 1
   [junit4]   2> 861291 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 (1521621653499412481)]} 0 1
   [junit4]   2> 861291 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4 (1521621653499412482)]} 0 1
   [junit4]   2> 861291 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5 (1521621653499412483)]} 0 1
   [junit4]   2> 861291 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6 (1521621653499412484)]} 0 2
   [junit4]   2> 861292 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7 (1521621653500461056)]} 0 2
   [junit4]   2> 861292 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8 (1521621653500461057)]} 0 2
   [junit4]   2> 861292 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9 (1521621653500461058)]} 0 3
   [junit4]   2> 861293 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10 (1521621653500461059)]} 0 3
   [junit4]   2> 861293 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11 (1521621653501509632)]} 0 3
   [junit4]   2> 861293 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12 (1521621653501509633)]} 0 3
   [junit4]   2> 861293 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13 (1521621653501509634)]} 0 3
   [junit4]   2> 861293 INFO  (searcherExecutor-2920-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@32791e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 861293 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 861294 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14 (1521621653502558208)]} 0 4
   [junit4]   2> 861294 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15 (1521621653502558209)]} 0 4
   [junit4]   2> 861294 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:14&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 861295 ERROR (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:14&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 861296 INFO  (commitScheduler-2923-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 861296 ERROR (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=id:14&qt=standard&start=0&rows=20&version=2.2:java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:14&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:748)
   [junit4]   2> 	at org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:199)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:497)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 861296 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> 861299 INFO  (commitScheduler-2923-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@818fd0[collection1] main
   [junit4]   2> 861300 INFO  (searcherExecutor-2920-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@818fd0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(6.0.0):c16)))}
   [junit4]   2> 861300 INFO  (commitScheduler-2923-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest -Dtests.method=testMaxDocs -Dtests.seed=3924BB92FE6BD179 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sr_ME_#Latn -Dtests.timezone=America/Winnipeg -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.23s J2 | AutoCommitTest.testMaxDocs <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3924BB92FE6BD179:80A56D4DD281D5F3]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:755)
   [junit4]    > 	at org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:199)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]    > 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]    > </response>
   [junit4]    > 	request was:q=id:14&qt=standard&start=0&rows=20&version=2.2
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:748)
   [junit4]    > 	... 40 more
   [junit4]   2> 861309 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 861311 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@c19880[collection1] realtime
   [junit4]   2> 861311 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1521621653519335424)} 0 1
   [junit4]   2> 861311 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[3924BB92FE6BD179]) [    x:collection1] 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> 861311 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 861311 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[3924BB92FE6BD179]) [    x:collection1] 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> 861312 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[3924BB92FE6BD179]) [    x:collection1] 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> 861312 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[3924BB92FE6BD179]) [    x:collection1] 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> 861337 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 861347 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 861370 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 861375 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 861462 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 861468 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 861469 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 861473 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 861475 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 861477 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 861477 WARN  (TEST-AutoCommitTest.testCommitWithin-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 861477 WARN  (TEST-AutoCommitTest.testCommitWithin-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 861477 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 861477 WARN  (TEST-AutoCommitTest.testCommitWithin-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 861477 WARN  (TEST-AutoCommitTest.testCommitWithin-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 861479 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[3924BB92FE6BD179]) [    x:collection1] 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> 861479 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[3924BB92FE6BD179]) [    x:collection1] 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> 861479 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[3924BB92FE6BD179]) [    x:collection1] 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-Lin

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

   2> 868045 INFO  (searcherExecutor-2924-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@8fc7cb[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_7(6.0.0):c10/9:delGen=1)))}
   [junit4]   2> 868278 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 868278 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 868279 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[3924BB92FE6BD179]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> 868279 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 868279 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    x:collection1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=7836888
   [junit4]   2> 868279 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@76e753
   [junit4]   2> 868279 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=3,autocommits=0,soft autocommits=3,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=12,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=12,cumulative_deletesById=11,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 868279 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 868279 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 868279 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 868279 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 868280 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1db2b34 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1082497),segFN=segments_3,generation=3}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1db2b34 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1082497),segFN=segments_4,generation=4}
   [junit4]   2> 868280 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 4
   [junit4]   2> 868281 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 868288 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 868288 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    x:collection1] 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_3924BB92FE6BD179-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_3924BB92FE6BD179-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 868288 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_3924BB92FE6BD179-001/init-core-data-001/index
   [junit4]   2> 868288 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    x:collection1] 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_3924BB92FE6BD179-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_3924BB92FE6BD179-001/init-core-data-001;done=false>>]
   [junit4]   2> 868288 INFO  (SUITE-AutoCommitTest-seed#[3924BB92FE6BD179]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_3924BB92FE6BD179-001/init-core-data-001
   [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_3924BB92FE6BD179-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {range_facet_l_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval), _version_=FST50, field_t=PostingsFormat(name=LuceneVarGapDocFreqInterval), multiDefault=Lucene50(blocksize=128), subject=Lucene50(blocksize=128), intDefault=FST50, id=PostingsFormat(name=LuceneVarGapDocFreqInterval), range_facet_i_dv=Lucene50(blocksize=128), text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), range_facet_l=Lucene50(blocksize=128), timestamp=Lucene50(blocksize=128)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54), range_facet_i_dv=DocValuesFormat(name=Lucene54), timestamp=DocValuesFormat(name=Lucene54)}, sim=ClassicSimilarity, locale=sr_ME_#Latn, timezone=America/Winnipeg
   [junit4]   2> NOTE: Linux 3.19.0-42-generic i386/Oracle Corporation 1.8.0_66 (32-bit)/cpus=12,threads=1,free=382866576,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestSweetSpotSimilarityFactory, CoreAdminHandlerTest, DocValuesMultiTest, SuggesterWFSTTest, ClusterStateTest, TestStandardQParsers, TestHighFrequencyDictionaryFactory, TestNamedUpdateProcessors, TestCoreDiscovery, ActionThrottleTest, TestHdfsUpdateLog, TestCollapseQParserPlugin, TestRandomMergePolicy, XmlUpdateRequestHandlerTest, SSLMigrationTest, TestConfigOverlay, FacetPivotSmallTest, TestRecoveryHdfs, HighlighterConfigTest, QueryParsingTest, HLLUtilTest, TestBlendedInfixSuggestions, TestCloudInspectUtil, SecurityConfHandlerTest, BadIndexSchemaTest, DateMathParserTest, TestConfigSets, HardAutoCommitTest, CdcrReplicationDistributedZkTest, TestSuggestSpellingConverter, SolrCoreCheckLockOnStartupTest, OverseerCollectionConfigSetProcessorTest, TestFieldSortValues, ShowFileRequestHandlerTest, SmileWriterTest, StatelessScriptUpdateProcessorFactoryTest, SharedFSAutoReplicaFailoverTest, TestPHPSerializedResponseWriter, TestConfigSetsAPI, TestSolrDeletionPolicy1, TestElisionMultitermQuery, NoCacheHeaderTest, TestReplicaProperties, RequestHandlersTest, TestSolrJ, TestPKIAuthenticationPlugin, CloudMLTQParserTest, AtomicUpdatesTest, CircularListTest, TestInitQParser, SuggesterTest, TestExactSharedStatsCache, DistributedFacetPivotSmallAdvancedTest, ForceLeaderTest, TestSchemaManager, AsyncCallRequestStatusResponseTest, DataDrivenBlockJoinTest, TestXIncludeConfig, TestNonDefinedSimilarityFactory, TestGroupingSearch, ExplicitHLLTest, TestRandomCollapseQParserPlugin, SearchHandlerTest, ReplicationFactorTest, TestScoreJoinQPNoScore, TestReload, StatsComponentTest, LukeRequestHandlerTest, HdfsChaosMonkeyNothingIsSafeTest, TestExtendedDismaxParser, DeleteInactiveReplicaTest, TestNoOpRegenerator, TestCloudSchemaless, TestSort, TestShortCircuitedRequests, DirectUpdateHandlerOptimizeTest, TestWriterPerf, SimpleFacetsTest, TestSolrDynamicMBean, TestStressReorder, ExitableDirectoryReaderTest, TestUniqueKeyFieldResource, BlockJoinFacetRandomTest, ResponseHeaderTest, SolrTestCaseJ4Test, SliceStateTest, BasicDistributedZk2Test, TestIndexSearcher, BufferStoreTest, ScriptEngineTest, BasicDistributedZkTest, CollectionsAPIDistributedZkTest, BasicZkTest, RecoveryZkTest, LeaderElectionTest, ZkSolrClientTest, ZkCLITest, AutoCommitTest]
   [junit4] Completed [294/571 (1!)] on J2 in 11.82s, 3 tests, 1 error <<< FAILURES!

[...truncated 906 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: 571 suites (8 ignored), 2276 tests, 1 error, 114 ignored (70 assumptions) [seed: 3924BB92FE6BD179]

Total time: 50 minutes 32 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