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

[JENKINS-EA] Lucene-Solr-trunk-Linux (64bit/jdk1.9.0-ea-b90) - Build # 15059 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15059/
Java: 64bit/jdk1.9.0-ea-b90 -XX:-UseCompressedOops -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([B7A91DC03C6B580A:E28CB1F10815C80]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:750)
	at org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:194)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:520)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:747)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
</response>

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




Build Log:
[...truncated 9138 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_B7A91DC03C6B580A-001/init-core-data-001
   [junit4]   2> 267  INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 270  INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 466  INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-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> 487  INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 487  INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-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> 490  INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-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> 490  INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-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> 747  INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 828  INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 949  INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1078 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1706 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1741 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1747 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1931 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1937 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1940 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1942 WARN  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1942 WARN  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1942 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1943 WARN  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1943 WARN  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1945 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1945 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-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> 1945 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-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> 1946 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1946 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-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> 1991 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 859672630
   [junit4]   2> 1992 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-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> 1992 WARN  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-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> 2006 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-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> 2212 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 2215 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2216 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2219 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2219 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2306 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection1, collection=collection1, absoluteInstDir=/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_B7A91DC03C6B580A-001/init-core-data-001, shard=shard1}
   [junit4]   2> 2315 INFO  (coreLoadExecutor-6-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> 2315 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2315 INFO  (coreLoadExecutor-6-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> 2316 INFO  (coreLoadExecutor-6-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> 2316 INFO  (coreLoadExecutor-6-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> 2355 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2367 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2386 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2404 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2550 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2560 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2561 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2580 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2584 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2587 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2588 WARN  (coreLoadExecutor-6-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 2588 WARN  (coreLoadExecutor-6-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 2588 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2589 WARN  (coreLoadExecutor-6-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 2589 WARN  (coreLoadExecutor-6-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 2592 INFO  (coreLoadExecutor-6-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> 2593 INFO  (coreLoadExecutor-6-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> 2594 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2604 INFO  (coreLoadExecutor-6-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=[null]
   [junit4]   2> 2607 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap No JMX servers found, not exposing Solr information with JMX.
   [junit4]   2> 2629 INFO  (coreLoadExecutor-6-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_B7A91DC03C6B580A-001/init-core-data-001
   [junit4]   2> 2630 INFO  (coreLoadExecutor-6-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_B7A91DC03C6B580A-001/init-core-data-001/index/
   [junit4]   2> 2630 WARN  (coreLoadExecutor-6-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_B7A91DC03C6B580A-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 2631 INFO  (coreLoadExecutor-6-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_B7A91DC03C6B580A-001/init-core-data-001/index
   [junit4]   2> 2633 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=2009415683, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 2696 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@55f5cb60 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6edfc385),segFN=segments_1,generation=1}
   [junit4]   2> 2697 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2698 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_B7A91DC03C6B580A-001/init-core-data-001/
   [junit4]   2> 2938 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2954 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2956 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2959 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2960 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2961 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2962 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2967 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2967 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2989 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2989 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2989 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3042 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3045 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3046 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3046 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3069 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 3077 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 3078 WARN  (coreLoadExecutor-6-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> 3079 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3093 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3093 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3102 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 3102 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 3102 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=46.75, floorSegmentMB=0.8603515625, forceMergeDeletesPctAllowed=17.514531610636734, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3366605805545325
   [junit4]   2> 3105 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@55f5cb60 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6edfc385),segFN=segments_1,generation=1}
   [junit4]   2> 3105 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 3126 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@6b9aaaa5[collection1] main
   [junit4]   2> 3134 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 3148 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 3149 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 3168 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 3323 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 3603 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 3605 INFO  (searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 3605 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 3607 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 3607 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 3607 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1519043459801939968
   [junit4]   2> 3608 INFO  (searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 3608 INFO  (searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 3608 INFO  (searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 3609 INFO  (searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 3612 INFO  (searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 3612 INFO  (searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 3613 INFO  (searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 3614 INFO  (searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 3614 INFO  (searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6b9aaaa5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3623 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 15.0ms to seed version buckets with highest version 1519043459801939968
   [junit4]   2> 3624 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 3626 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 3633 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 3810 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {deleteByQuery=*:* (-1519043459931963392)} 0 175
   [junit4]   2> 3822 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    ] 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> 3823 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3823 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    ] 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> 3824 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    ] 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> 3825 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    ] 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> 3920 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 3934 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 3975 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3991 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 4137 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4146 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 4148 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 4161 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 4164 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 4167 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4168 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 4168 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 4168 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4169 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 4169 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 4171 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    ] 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> 4172 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    ] 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> 4172 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    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_B7A91DC03C6B580A-001/init-core-data-001/]
   [junit4]   2> 4172 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.c.JmxMonitoredMap No JMX servers found, not exposing Solr information with JMX.
   [junit4]   2> 4173 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    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_B7A91DC03C6B580A-001/init-core-data-001/index/
   [junit4]   2> 4173 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_B7A91DC03C6B580A-001/init-core-data-001/
   [junit4]   2> 4181 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4181 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4181 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 4182 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 4182 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4182 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4182 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 4182 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 4182 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4182 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4183 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4183 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4186 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 4188 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 4190 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 4192 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 4197 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 4198 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 4199 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 4200 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4202 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 4202 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 4204 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@d205b30[collection1] main
   [junit4]   2> 4204 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 4205 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 4205 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 4206 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 4207 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 4214 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 4215 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 4216 INFO  (searcherExecutor-12-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 4219 INFO  (searcherExecutor-12-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 4219 INFO  (searcherExecutor-12-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 4219 INFO  (searcherExecutor-12-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 4220 INFO  (searcherExecutor-12-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 4221 INFO  (searcherExecutor-12-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 4222 INFO  (searcherExecutor-12-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 4223 INFO  (searcherExecutor-12-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 4223 INFO  (searcherExecutor-12-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 4224 INFO  (searcherExecutor-12-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@d205b30[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4229 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 4229 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 4242 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.UpdateLog Took 27.0ms to seed version buckets with highest version 1519043459931963392
   [junit4]   2> 4243 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 4248 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=23, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 4249 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@55f5cb60 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6edfc385),segFN=segments_1,generation=1}
   [junit4]   2> 4249 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 4249 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 4250 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@ec83a86[collection1] main
   [junit4]   2> 4252 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 4252 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@462dd66e
   [junit4]   2> 4253 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=1,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 4253 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 4260 INFO  (searcherExecutor-12-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@ec83a86[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4379 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[0 (1519043460497145856)]} 0 123
   [junit4]   2> 4381 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[1 (1519043460612489216)]} 0 125
   [junit4]   2> 4383 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[2 (1519043460613537792)]} 0 127
   [junit4]   2> 4387 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[3 (1519043460616683520)]} 0 131
   [junit4]   2> 4389 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[4 (1519043460620877824)]} 0 133
   [junit4]   2> 4392 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[5 (1519043460622974976)]} 0 135
   [junit4]   2> 4394 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[6 (1519043460625072128)]} 0 138
   [junit4]   2> 4398 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[7 (1519043460628217856)]} 0 142
   [junit4]   2> 4402 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[8 (1519043460633460736)]} 0 146
   [junit4]   2> 4404 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[9 (1519043460635557888)]} 0 148
   [junit4]   2> 4409 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[10 (1519043460638703616)]} 0 152
   [junit4]   2> 4413 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[11 (1519043460643946496)]} 0 157
   [junit4]   2> 4416 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[12 (1519043460648140800)]} 0 160
   [junit4]   2> 4418 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[13 (1519043460651286528)]} 0 162
   [junit4]   2> 4439 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    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=19 
   [junit4]   2> 4464 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[14 (1519043460679598080)]} 0 207
   [junit4]   2> 4465 INFO  (commitScheduler-15-thread-1) [    x:collection1] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 4477 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[15 (1519043460704763904)]} 0 221
   [junit4]   2> 4478 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    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> 4480 ERROR (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    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> 4481 ERROR (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    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:743)
   [junit4]   2> 	at org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:194)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:520)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:747)
   [junit4]   2> 
   [junit4]   2> 4481 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest -Dtests.method=testMaxDocs -Dtests.seed=B7A91DC03C6B580A -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en_CM -Dtests.timezone=Pacific/Galapagos -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.86s J2 | AutoCommitTest.testMaxDocs <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B7A91DC03C6B580A:E28CB1F10815C80]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:750)
   [junit4]    > 	at org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:194)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:747)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]    > 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]    > </response>
   [junit4]    > 	request was:q=id:14&qt=standard&start=0&rows=20&version=2.2
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:743)
   [junit4]    > 	... 40 more
   [junit4]   2> 4512 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 4787 INFO  (commitScheduler-15-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@13059788[collection1] main
   [junit4]   2> 4807 INFO  (commitScheduler-15-thread-1) [    x:collection1] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 4810 INFO  (searcherExecutor-12-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@13059788[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c15)))}
   [junit4]   2> 4923 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@39eae08b[collection1] realtime
   [junit4]   2> 4923 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {deleteByQuery=*:* (-1519043460754046976)} 0 411
   [junit4]   2> 4925 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    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> 4925 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 4925 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    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> 4925 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    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> 4925 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    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> 4957 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 4970 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 4990 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 5009 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 5203 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 5217 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 5217 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 5230 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 5234 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 5236 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5237 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 5237 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 5237 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5237 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 5237 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 5239 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    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> 5239 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    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> 5240 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    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_B7A91DC03C6B580A-001/init-core-data-001/]
   [junit4]   2> 5240 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.c.JmxMonitoredMap No JMX servers found, not exposing Solr information with JMX.
   [junit4]   2> 5240 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    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_B7A91DC03C6B580A-001/init-core-data-001/index/
   [junit4]   2> 5241 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_B7A91DC03C6B580A-001/init-core-data-001/
   [junit4]   2> 5243 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 5243 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 5243 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 5243 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 5243 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5244 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5244 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 5244 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 5245 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 5245 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5245 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5245 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 5247 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 5248 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 5250 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 5251 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 5253 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 5254 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 5255 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 5255 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 5256 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 5256 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 5257 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@32566fd0[collection1] main
   [junit4]   2> 5257 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 5257 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 5257 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 5257 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 5258 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 5263 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 5263 INFO  (searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 5263 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 5264 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 5264 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 5264 INFO  (searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 5264 INFO  (searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 5264 INFO  (searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 5264 INFO  (searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 5265 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1519043460754046976
   [junit4]   2> 5265 INFO  (searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 5265 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 5266 INFO  (searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 5266 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@55f5cb60 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6edfc385),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@55f5cb60 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6edfc385),segFN=segments_2,generation=2}
   [junit4]   2> 5266 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 5266 INFO  (searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 5267 INFO  (searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 5268 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1893144420, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 5268 INFO  (searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@32566fd0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5269 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@55f5cb60 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6edfc385),segFN=segments_2,generation=2}
   [junit4]   2> 5269 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 5269 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 5269 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@19e80302[collection1] main
   [junit4]   2> 5270 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 5270 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7fc554a0
   [junit4]   2> 5270 INFO  (searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@19e80302[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5270 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommit maxDocs=14,soft autocommits=1,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=16,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=16,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 5270 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 5290 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[529 (1519043461548867584)]} 0 17
   [junit4]   2> 5291 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    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> 6275 INFO  (commitScheduler-19-thread-1) [    x:collection1] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 6317 INFO  (commitScheduler-19-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@73108da0[collection1] main
   [junit4]   2> 6321 INFO  (searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@73108da0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6.0.0):c1)))}
   [junit4]   2> 6321 INFO  (commitScheduler-19-thread-1) [    x:collection1] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 6547 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[530 (1519043462880559104)]} 0 1273
   [junit4]   2> 6552 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    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=4 
   [junit4]   2> 6564 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    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> 6566 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {delete=[529 (-1519043462903627776)]} 0 1
   [junit4]   2> 6569 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    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> 7547 INFO  (commitScheduler-19-thread-1) [    x:collection1] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 7612 INFO  (commitScheduler-19-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@57a53f5e[collection1] main
   [junit4]   2> 7614 INFO  (searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@57a53f5e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.0.0):c1)))}
   [junit4]   2> 7615 INFO  (commitScheduler-19-thread-1) [    x:collection1] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 7823 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[550 (1519043464220639232)]} 0 2550
   [junit4]   2> 7824 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    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> 7827 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 (1519043464225882112)]} 0 2554
   [junit4]   2> 7829 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 (1519043464227979264)]} 0 2556
   [junit4]   2> 7831 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 (1519043464230076416)]} 0 2557
   [junit4]   2> 7832 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 (1519043464231124992)]} 0 2558
   [junit4]   2> 7833 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 (1519043464232173568)]} 0 2559
   [junit4]   2> 7833 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 (1519043464233222144)]} 0 2560
   [junit4]   2> 7834 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 (1519043464234270720)]} 0 2561
   [junit4]   2> 7835 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 (1519043464235319296)]} 0 2562
   [junit4]   2> 7836 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 (1519043464236367872)]} 0 2563
   [junit4]   2> 7837 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 (1519043464236367873)]} 0 2564
   [junit4]   2> 7838 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    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> 8824 INFO  (commitScheduler-19-thread-1) [    x:collection1] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 8859 INFO  (commitScheduler-19-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@3bf5311[collection1] main
   [junit4]   2> 8859 INFO  (commitScheduler-19-thread-1) [    x:collection1] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 8861 INFO  (searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3bf5311[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.0.0):c1) Uninverting(_4(6.0.0):c11/9:delGen=1)))}
   [junit4]   2> 9097 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[531 (1519043465554427904)]} 0 3823
   [junit4]   2> 9099 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    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=1 
   [junit4]   2> 9106 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> 9112 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 9136 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@562b8cc9[collection1] realtime
   [junit4]   2> 9136 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {deleteByQuery=*:* (-1519043465574350848)} 0 24
   [junit4]   2> 9137 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    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> 9138 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 9138 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    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> 9138 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    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> 9138 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    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> 9185 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 9215 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 9245 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 9257 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 9430 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 9445 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 9446 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 9467 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 9470 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 9479 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 9480 WARN  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 9480 WARN  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 9480 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 9482 WARN  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 9482 WARN  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 9487 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    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> 9487 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    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> 9488 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    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_B7A91DC03C6B580A-001/init-core-data-001/]
   [junit4]   2> 9489 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.c.JmxMonitoredMap No JMX servers found, not exposing Solr information with JMX.
   [junit4]   2> 9491 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    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_B7A91DC03C6B580A-001/init-core-data-001/index/
   [junit4]   2> 9493 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_B7A91DC03C6B580A-001/init-core-data-001/
   [junit4]   2> 9503 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 9503 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 9503 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 9503 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 9503 INFO  (TEST-AutoCommitTest.testCommitWithin

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

ateProcessor [collection1] {delete=[530 (-1519043471831203842)]} 0 5530
   [junit4]   2> 15080 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {delete=[530 (-1519043471831203843)]} 0 5530
   [junit4]   2> 15080 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {delete=[530 (-1519043471832252416)]} 0 5530
   [junit4]   2> 15080 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {delete=[530 (-1519043471832252417)]} 0 5530
   [junit4]   2> 15080 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {delete=[530 (-1519043471832252418)]} 0 5531
   [junit4]   2> 15081 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {delete=[530 (-1519043471832252419)]} 0 5531
   [junit4]   2> 15081 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {delete=[530 (-1519043471833300992)]} 0 5531
   [junit4]   2> 15081 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {delete=[530 (-1519043471833300993)]} 0 5531
   [junit4]   2> 15081 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    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=1 status=0 QTime=0 
   [junit4]   2> 16079 INFO  (commitScheduler-23-thread-1) [    x:collection1] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 16112 INFO  (commitScheduler-23-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@770a2c95[collection1] main
   [junit4]   2> 16113 INFO  (commitScheduler-23-thread-1) [    x:collection1] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 16114 INFO  (searcherExecutor-20-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@770a2c95[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_8(6.0.0):c10/9:delGen=1)))}
   [junit4]   2> 16333 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    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> 16335 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    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> 16336 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[B7A91DC03C6B580A]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> 16337 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 16337 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    x:collection1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=859672630
   [junit4]   2> 16340 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@454321c5
   [junit4]   2> 16340 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    x:collection1] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=3,autocommits=0,soft autocommits=3,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=12,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=12,cumulative_deletesById=11,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 16340 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 16340 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 16340 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 16340 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    x:collection1] o.a.s.u.UpdateHandler Committing on IndexWriter close.
   [junit4]   2> 16341 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@55f5cb60 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6edfc385),segFN=segments_3,generation=3}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@55f5cb60 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6edfc385),segFN=segments_4,generation=4}
   [junit4]   2> 16341 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 4
   [junit4]   2> 16343 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 16343 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 16344 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-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_B7A91DC03C6B580A-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_B7A91DC03C6B580A-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 16344 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-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_B7A91DC03C6B580A-001/init-core-data-001/index
   [junit4]   2> 16344 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-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_B7A91DC03C6B580A-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_B7A91DC03C6B580A-001/init-core-data-001;done=false>>]
   [junit4]   2> 16344 INFO  (SUITE-AutoCommitTest-seed#[B7A91DC03C6B580A]-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_B7A91DC03C6B580A-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_B7A91DC03C6B580A-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {range_facet_l_dv=PostingsFormat(name=Memory doPackFST= true), _version_=PostingsFormat(name=Direct), field_t=PostingsFormat(name=LuceneVarGapFixedInterval), multiDefault=BlockTreeOrds(blocksize=128), subject=BlockTreeOrds(blocksize=128), intDefault=PostingsFormat(name=Direct), id=PostingsFormat(name=Memory doPackFST= true), range_facet_i_dv=PostingsFormat(name=Direct), text=PostingsFormat(name=LuceneVarGapFixedInterval), range_facet_l=PostingsFormat(name=Direct), timestamp=PostingsFormat(name=Direct)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54), range_facet_i_dv=DocValuesFormat(name=Memory), timestamp=DocValuesFormat(name=Memory)}, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=en_CM, timezone=Pacific/Galapagos
   [junit4]   2> NOTE: Linux 3.19.0-33-generic amd64/Oracle Corporation 1.9.0-ea (64-bit)/cpus=12,threads=1,free=310893832,total=526385152
   [junit4]   2> NOTE: All tests run in this JVM: [SliceStateTest, AutoCommitTest]
   [junit4] Completed [3/562] on J2 in 16.17s, 3 tests, 1 error <<< FAILURES!

[...truncated 1814 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:775: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:719: 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:1432: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:987: There were test failures: 562 suites (8 ignored), 2228 tests, 1 error, 107 ignored (68 assumptions) [seed: B7A91DC03C6B580A]

Total time: 48 minutes 55 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