Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19562/
Java: 64bit/jdk1.8.0_131 -XX:+UseCompressedOops -XX:+UseG1GC

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

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([F7A49AAD2C89ED40:6D50E74FB213717C]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:896)
        at 
org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:270)
        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:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound=1]
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
</response>

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


FAILED:  
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testRequestTimeUrp

Error Message:
No such processor Template

Stack Trace:
org.apache.solr.common.SolrException: No such processor Template
        at 
__randomizedtesting.SeedInfo.seed([F7A49AAD2C89ED40:5216DA658AC724B4]:0)
        at 
org.apache.solr.update.processor.UpdateRequestProcessorChain.getReqProcessors(UpdateRequestProcessorChain.java:286)
        at 
org.apache.solr.update.processor.UpdateRequestProcessorChain.constructChain(UpdateRequestProcessorChain.java:235)
        at 
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1446)
        at 
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testRequestTimeUrp(UpdateRequestProcessorFactoryTest.java:53)
        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:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11768 lines...]
   [junit4] Suite: 
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.UpdateRequestProcessorFactoryTest_F7A49AAD2C89ED40-001/init-core-data-001
   [junit4]   2> 621756 WARN  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[F7A49AAD2C89ED40]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 621756 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[F7A49AAD2C89ED40]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 621757 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[F7A49AAD2C89ED40]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 621757 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[F7A49AAD2C89ED40]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 621757 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[F7A49AAD2C89ED40]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 621774 WARN  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[F7A49AAD2C89ED40]-worker) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 621774 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[F7A49AAD2C89ED40]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 621785 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[F7A49AAD2C89ED40]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 621909 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[F7A49AAD2C89ED40]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 621934 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[F7A49AAD2C89ED40]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@42c054c
   [junit4]   2> 621937 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[F7A49AAD2C89ED40]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@42c054c
   [junit4]   2> 621937 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[F7A49AAD2C89ED40]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@42c054c
   [junit4]   2> 621938 INFO  (coreLoadExecutor-3118-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 621954 WARN  (coreLoadExecutor-3118-thread-1) [    
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 621954 INFO  (coreLoadExecutor-3118-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 621962 INFO  (coreLoadExecutor-3118-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 622028 INFO  (coreLoadExecutor-3118-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 622033 INFO  (coreLoadExecutor-3118-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 622033 INFO  (coreLoadExecutor-3118-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@42c054c
   [junit4]   2> 622033 INFO  (coreLoadExecutor-3118-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 622033 INFO  (coreLoadExecutor-3118-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.UpdateRequestProcessorFactoryTest_F7A49AAD2C89ED40-001/init-core-data-001/]
   [junit4]   2> 622035 INFO  (coreLoadExecutor-3118-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=15, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=57.646484375, 
floorSegmentMB=1.3935546875, forceMergeDeletesPctAllowed=2.464438912325193, 
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 622085 WARN  (coreLoadExecutor-3118-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers no default request handler is registered 
(either '/select' or 'standard')
   [junit4]   2> 622085 INFO  (coreLoadExecutor-3118-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 622085 INFO  (coreLoadExecutor-3118-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 622086 INFO  (coreLoadExecutor-3118-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=23.8818359375, 
floorSegmentMB=0.4775390625, forceMergeDeletesPctAllowed=22.21332396468855, 
segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 622086 INFO  (coreLoadExecutor-3118-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@12546ad5[collection1] main]
   [junit4]   2> 622086 WARN  (coreLoadExecutor-3118-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 622086 INFO  (coreLoadExecutor-3118-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 622087 INFO  
(searcherExecutor-3119-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@12546ad5[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 622087 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[F7A49AAD2C89ED40]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 622090 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testRequestTimeUrp-seed#[F7A49AAD2C89ED40])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testRequestTimeUrp
   [junit4]   2> 622090 WARN  
(TEST-UpdateRequestProcessorFactoryTest.testRequestTimeUrp-seed#[F7A49AAD2C89ED40])
 [    ] o.a.s.c.PluginBag runtime library loading is not enabled, start Solr 
with -Denable.runtime.lib=true
   [junit4]   2> 622090 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testRequestTimeUrp-seed#[F7A49AAD2C89ED40])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testRequestTimeUrp
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=UpdateRequestProcessorFactoryTest -Dtests.method=testRequestTimeUrp 
-Dtests.seed=F7A49AAD2C89ED40 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=ar-JO -Dtests.timezone=America/Ojinaga -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | 
UpdateRequestProcessorFactoryTest.testRequestTimeUrp <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: No such 
processor Template
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([F7A49AAD2C89ED40:5216DA658AC724B4]:0)
   [junit4]    >        at 
org.apache.solr.update.processor.UpdateRequestProcessorChain.getReqProcessors(UpdateRequestProcessorChain.java:286)
   [junit4]    >        at 
org.apache.solr.update.processor.UpdateRequestProcessorChain.constructChain(UpdateRequestProcessorChain.java:235)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1446)
   [junit4]    >        at 
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testRequestTimeUrp(UpdateRequestProcessorFactoryTest.java:53)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 622092 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping-seed#[F7A49AAD2C89ED40])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testUpdateDistribChainSkipping
   [junit4]   2> 622095 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping-seed#[F7A49AAD2C89ED40])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testUpdateDistribChainSkipping
   [junit4]   2> 622096 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testConfiguration-seed#[F7A49AAD2C89ED40])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testConfiguration
   [junit4]   2> 622096 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testConfiguration-seed#[F7A49AAD2C89ED40])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testConfiguration
   [junit4]   2> 622096 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[F7A49AAD2C89ED40]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 622096 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[F7A49AAD2C89ED40]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2042329200
   [junit4]   2> 622096 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[F7A49AAD2C89ED40]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 622097 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[F7A49AAD2C89ED40]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 622098 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[F7A49AAD2C89ED40]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 622098 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[F7A49AAD2C89ED40]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 622098 INFO  (coreCloseExecutor-3123-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5fce3ae6
   [junit4]   2> 622099 INFO  (coreCloseExecutor-3123-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1607351014
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.UpdateRequestProcessorFactoryTest_F7A49AAD2C89ED40-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=2020, maxMBSortInHeap=6.742822574706681, 
sim=RandomSimilarity(queryNorm=false): {}, locale=ar-JO, 
timezone=America/Ojinaga
   [junit4]   2> NOTE: Linux 4.4.0-75-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=12,threads=1,free=384905512,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestPartialUpdateDeduplication, DeleteReplicaTest, TestSolrConfigHandler, 
MetricUtilsTest, QueryParsingTest, SolrCLIZkUtilsTest, 
TestSystemCollAutoCreate, TestCustomStream, TestLeaderElectionWithEmptyReplica, 
SolrCloudReportersTest, JvmMetricsTest, HdfsRecoverLeaseTest, 
TestSSLRandomization, TestQueryUtils, 
TestOverriddenPrefixQueryForCustomFieldType, TestAddFieldRealTimeGet, 
TestSolr4Spatial2, TestMacros, DistributedFacetPivotLargeTest, 
ShardRoutingTest, BasicAuthStandaloneTest, DocValuesTest, BlockCacheTest, 
ZkControllerTest, DOMUtilTest, TestUseDocValuesAsStored, 
TestNonDefinedSimilarityFactory, DirectSolrConnectionTest, 
TestReRankQParserPlugin, TestSimpleTrackingShardHandler, TestManagedSchema, 
DistributedTermsComponentTest, SharedFSAutoReplicaFailoverTest, 
TestSearcherReuse, TestInitQParser, DistributedDebugComponentTest, 
OverseerCollectionConfigSetProcessorTest, ConfigureRecoveryStrategyTest, 
TestUniqueKeyFieldResource, ZkCLITest, TestSubQueryTransformerCrossCore, 
TestDistributedStatsComponentCardinality, TestHdfsUpdateLog, 
DocumentBuilderTest, TestSystemIdResolver, TestReplicaProperties, 
CdcrRequestHandlerTest, TestFastLRUCache, HLLSerializationTest, 
TestDynamicFieldResource, MoreLikeThisHandlerTest, UpdateLogTest, 
DistributedIntervalFacetingTest, OnlyLeaderIndexesTest, ConnectionManagerTest, 
TestReloadAndDeleteDocs, DirectSolrSpellCheckerTest, HdfsDirectoryTest, 
SystemInfoHandlerTest, MoveReplicaTest, HdfsUnloadDistributedZkTest, 
TestRandomFlRTGCloud, TestStressLiveNodes, OpenCloseCoreStressTest, TestSolrJ, 
TestLegacyFieldCache, TestTrie, TestComplexPhraseQParserPlugin, TestJsonFacets, 
TestPKIAuthenticationPlugin, TestCloudRecovery, 
TestFieldTypeCollectionResource, UpdateRequestProcessorFactoryTest]
   [junit4] Completed [225/709 (1!)] on J1 in 0.36s, 3 tests, 1 error <<< 
FAILURES!

[...truncated 461 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_F7A49AAD2C89ED40-001/init-core-data-001
   [junit4]   2> 1092094 WARN  
(SUITE-AutoCommitTest-seed#[F7A49AAD2C89ED40]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1092094 INFO  
(SUITE-AutoCommitTest-seed#[F7A49AAD2C89ED40]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 1092096 INFO  
(SUITE-AutoCommitTest-seed#[F7A49AAD2C89ED40]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1092097 INFO  
(SUITE-AutoCommitTest-seed#[F7A49AAD2C89ED40]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1092097 INFO  
(SUITE-AutoCommitTest-seed#[F7A49AAD2C89ED40]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1092181 WARN  
(SUITE-AutoCommitTest-seed#[F7A49AAD2C89ED40]-worker) [    ] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 1092183 INFO  
(SUITE-AutoCommitTest-seed#[F7A49AAD2C89ED40]-worker) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1092212 INFO  
(SUITE-AutoCommitTest-seed#[F7A49AAD2C89ED40]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1092309 INFO  
(SUITE-AutoCommitTest-seed#[F7A49AAD2C89ED40]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1092356 INFO  
(SUITE-AutoCommitTest-seed#[F7A49AAD2C89ED40]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@20e20dd6
   [junit4]   2> 1092361 INFO  
(SUITE-AutoCommitTest-seed#[F7A49AAD2C89ED40]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@20e20dd6
   [junit4]   2> 1092362 INFO  
(SUITE-AutoCommitTest-seed#[F7A49AAD2C89ED40]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@20e20dd6
   [junit4]   2> 1092364 INFO  (coreLoadExecutor-4829-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1092388 WARN  (coreLoadExecutor-4829-thread-1) [    
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1092389 INFO  (coreLoadExecutor-4829-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1092408 INFO  (coreLoadExecutor-4829-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1092500 INFO  (coreLoadExecutor-4829-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1092505 INFO  (coreLoadExecutor-4829-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 1092505 INFO  (coreLoadExecutor-4829-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@20e20dd6
   [junit4]   2> 1092506 INFO  (coreLoadExecutor-4829-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1092506 INFO  (coreLoadExecutor-4829-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_F7A49AAD2C89ED40-001/init-core-data-001/]
   [junit4]   2> 1092507 INFO  (coreLoadExecutor-4829-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=20, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=21.130859375, 
floorSegmentMB=0.62890625, forceMergeDeletesPctAllowed=8.739297955967576, 
segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.259749226242858
   [junit4]   2> 1092563 INFO  (coreLoadExecutor-4829-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1092563 INFO  (coreLoadExecutor-4829-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1092564 INFO  (coreLoadExecutor-4829-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1092564 INFO  (coreLoadExecutor-4829-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1092565 INFO  (coreLoadExecutor-4829-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=17, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7923061154582529]
   [junit4]   2> 1092565 INFO  (coreLoadExecutor-4829-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3b323a1d[collection1] main]
   [junit4]   2> 1092566 INFO  (coreLoadExecutor-4829-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1092588 INFO  (coreLoadExecutor-4829-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1092708 INFO  (coreLoadExecutor-4829-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1092708 INFO  
(searcherExecutor-4830-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1092708 INFO  (coreLoadExecutor-4829-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1566584905455894528
   [junit4]   2> 1092708 INFO  
(searcherExecutor-4830-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1092708 INFO  
(searcherExecutor-4830-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1092708 INFO  
(searcherExecutor-4830-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1092708 INFO  
(searcherExecutor-4830-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1092709 INFO  
(searcherExecutor-4830-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1092709 INFO  
(searcherExecutor-4830-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1092709 INFO  
(searcherExecutor-4830-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1092709 INFO  
(searcherExecutor-4830-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1092710 INFO  
(searcherExecutor-4830-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3b323a1d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1092711 INFO  
(SUITE-AutoCommitTest-seed#[F7A49AAD2C89ED40]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1092713 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 1092714 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1092714 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5188c6da[collection1] realtime]
   [junit4]   2> 1092715 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
 (-9223372036854775807)} 0 0
   [junit4]   2> 1092715 ERROR 
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    ] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 1092715 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1092749 WARN  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    ] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 1092750 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1092780 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1092875 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1092880 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1092905 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 
'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@20e20dd6
   [junit4]   2> 1092905 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_F7A49AAD2C89ED40-001/init-core-data-001/]
   [junit4]   2> 1092973 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1092973 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1092975 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@886aeda[collection1] main]
   [junit4]   2> 1092976 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1092977 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1092980 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1092980 INFO  
(searcherExecutor-4835-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1092980 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1566584905741107200
   [junit4]   2> 1092980 INFO  
(searcherExecutor-4835-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1092980 INFO  
(searcherExecutor-4835-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1092980 INFO  
(searcherExecutor-4835-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1092980 INFO  
(searcherExecutor-4835-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1092981 INFO  
(searcherExecutor-4835-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1092981 INFO  
(searcherExecutor-4835-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1092981 INFO  
(searcherExecutor-4835-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1092982 INFO  
(searcherExecutor-4835-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1092984 INFO  
(searcherExecutor-4835-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@886aeda[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1092985 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=64.791015625, 
floorSegmentMB=1.03515625, forceMergeDeletesPctAllowed=22.009500040487225, 
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8811652583144219
   [junit4]   2> 1092985 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1092985 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7e9e6944[collection1] main]
   [junit4]   2> 1092985 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@8e6ed83
   [junit4]   2> 1092986 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=149351811
   [junit4]   2> 1092988 INFO  
(searcherExecutor-4835-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7e9e6944[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1092995 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 
(1566584905755787264)]} 0 1
   [junit4]   2> 1092996 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[1 
(1566584905757884416)]} 0 1
   [junit4]   2> 1092996 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 
(1566584905757884417)]} 0 2
   [junit4]   2> 1092996 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 
(1566584905757884418)]} 0 2
   [junit4]   2> 1092996 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4 
(1566584905757884419)]} 0 2
   [junit4]   2> 1092997 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5 
(1566584905757884420)]} 0 2
   [junit4]   2> 1092997 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6 
(1566584905758932992)]} 0 3
   [junit4]   2> 1092997 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7 
(1566584905758932993)]} 0 3
   [junit4]   2> 1092997 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8 
(1566584905758932994)]} 0 3
   [junit4]   2> 1092997 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9 
(1566584905758932995)]} 0 3
   [junit4]   2> 1092998 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10 
(1566584905759981568)]} 0 3
   [junit4]   2> 1092998 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11 
(1566584905759981569)]} 0 4
   [junit4]   2> 1092998 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12 
(1566584905759981570)]} 0 4
   [junit4]   2> 1092998 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13 
(1566584905759981571)]} 0 4
   [junit4]   2> 1092999 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:1&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1093001 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14 
(1566584905763127296)]} 0 7
   [junit4]   2> 1093002 INFO  (commitScheduler-4838-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 1093079 INFO  (commitScheduler-4838-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@78a126d5[collection1] main]
   [junit4]   2> 1093080 INFO  (commitScheduler-4838-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1093082 INFO  
(searcherExecutor-4835-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@78a126d5[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C15)))}
   [junit4]   2> 1093252 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15 
(1566584906026319872)]} 0 258
   [junit4]   2> 1093252 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    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=1 status=0 QTime=0
   [junit4]   2> 1093253 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:15&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1093253 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> 1093256 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 1093256 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1093256 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@75cbbb70[collection1] realtime]
   [junit4]   2> 1093257 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
 (-9223372036854775807)} 0 0
   [junit4]   2> 1093257 ERROR 
(TEST-AutoCommitTest.testMaxTime-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 1093258 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1093290 WARN  
(TEST-AutoCommitTest.testMaxTime-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1093292 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1093313 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1093405 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1093410 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1093423 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 
'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@20e20dd6
   [junit4]   2> 1093424 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_F7A49AAD2C89ED40-001/init-core-data-001/]
   [junit4]   2> 1093485 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1093485 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1093487 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@eab01a0[collection1] main]
   [junit4]   2> 1093488 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1093489 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1093492 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1093492 INFO  
(searcherExecutor-4839-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1093492 INFO  
(searcherExecutor-4839-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1093492 INFO  
(searcherExecutor-4839-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1093493 INFO  
(searcherExecutor-4839-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1093493 INFO  
(searcherExecutor-4839-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1093493 INFO  
(searcherExecutor-4839-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1093493 INFO  
(searcherExecutor-4839-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1093493 INFO  
(searcherExecutor-4839-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1093494 INFO  
(searcherExecutor-4839-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1093495 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=44.0380859375, 
floorSegmentMB=0.4658203125, forceMergeDeletesPctAllowed=11.045748446949, 
segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1093495 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1093498 INFO  
(searcherExecutor-4839-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@eab01a0[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1093498 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5111f1aa[collection1] main]
   [junit4]   2> 1093499 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5c105bf
   [junit4]   2> 1093499 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=96535999
   [junit4]   2> 1093502 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1566584906288463872)]} 0 0
   [junit4]   2> 1093503 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[F7A49AAD2C89ED40]) [    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> 1093511 INFO  
(searcherExecutor-4839-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5111f1aa[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1093753 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1566584906551656448)]} 0 251
   [junit4]   2> 1093753 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[F7A49AAD2C89ED40]) [    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> 1093754 ERROR 
(TEST-AutoCommitTest.testMaxTime-seed#[F7A49AAD2C89ED40]) [    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:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 1093754 ERROR 
(TEST-AutoCommitTest.testMaxTime-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
q=id:529&qt=standard&start=0&rows=20&version=2.2:java.lang.RuntimeException: 
REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request 
was:q=id:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:889)
   [junit4]   2>        at 
org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:270)
   [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:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [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:49)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [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:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [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:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1093755 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[F7A49AAD2C89ED40]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest 
-Dtests.method=testMaxTime -Dtests.seed=F7A49AAD2C89ED40 -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=en -Dtests.timezone=SystemV/HST10 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.50s J2 | AutoCommitTest.testMaxTime <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([F7A49AAD2C89ED40:6D50E74FB213717C]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:896)
   [junit4]    >        at 
org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:270)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound=1]
   [junit4]    >        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]    > </response>
   [junit4]    >        request 
was:q=id:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:889)
   [junit4]    >        ... 40 more
   [junit4]   2> 1093759 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 1093760 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL 
DOCUMENTS FROM INDEX
   [junit4]   2> 1093760 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@72c012d9[collection1] realtime]
   [junit4]   2> 1093760 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
 (-9223372036854775807)} 0 0
   [junit4]   2> 1093761 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 1093762 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1093791 WARN  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1093793 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1093824 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1093974 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1093981 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1094003 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@20e20dd6
   [junit4]   2> 1094003 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_F7A49AAD2C89ED40-001/init-core-data-001/]
   [junit4]   2> 1094071 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1094072 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1094074 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@18788b90[collection1] main]
   [junit4]   2> 1094075 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1094075 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1094078 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1094078 INFO  
(searcherExecutor-4843-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1094079 INFO  
(searcherExecutor-4843-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1094079 INFO  
(searcherExecutor-4843-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1094079 INFO  
(searcherExecutor-4843-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1094079 INFO  
(searcherExecutor-4843-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1094079 INFO  
(searcherExecutor-4843-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1094079 INFO  
(searcherExecutor-4843-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1094079 INFO  
(searcherExecutor-4843-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1094079 INFO  
(searcherExecutor-4843-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1094082 INFO  
(searcherExecutor-4843-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@18788b90[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1094084 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=12, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8130456694428569]
   [junit4]   2> 1094084 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1094084 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3ab2610e[collection1] main]
   [junit4]   2> 1094085 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@17891d75
   [junit4]   2> 1094086 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=394861941
   [junit4]   2> 1094087 INFO  
(searcherExecutor-4843-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3ab2610e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1094092 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1566584906907123712)]} 0 0
   [junit4]   2> 1094093 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
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> 1098092 INFO  (commitScheduler-4846-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 1098097 INFO  (commitScheduler-4846-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6a07284d[collection1] main]
   [junit4]   2> 1098097 INFO  (commitScheduler-4846-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1098099 INFO  
(searcherExecutor-4843-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6a07284d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(7.0.0):C1)))}
   [junit4]   2> 1098346 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1566584911366717440)]} 0 4254
   [junit4]   2> 1098346 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
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> 1098347 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 
(-1566584911367766016)]} 0 4254
   [junit4]   2> 1098347 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
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> 1100347 INFO  (commitScheduler-4846-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 1100351 INFO  (commitScheduler-4846-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@26488e46[collection1] main]
   [junit4]   2> 1100351 INFO  (commitScheduler-4846-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1100354 INFO  
(searcherExecutor-4843-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@26488e46[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(7.0.0):C1)))}
   [junit4]   2> 1100598 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
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> 1100599 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
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> 1100599 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1566584913730207744)]} 0 6507
   [junit4]   2> 1100600 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1566584913731256320)]} 0 6507
   [junit4]   2> 1100600 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1566584913731256321)]} 0 6508
   [junit4]   2> 1100600 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1566584913731256322)]} 0 6508
   [junit4]   2> 1100600 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1566584913731256323)]} 0 6508
   [junit4]   2> 1100600 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1566584913731256324)]} 0 6508
   [junit4]   2> 1100600 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1566584913731256325)]} 0 6508
   [junit4]   2> 1100600 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1566584913731256326)]} 0 6508
   [junit4]   2> 1100601 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1566584913731256327)]} 0 6508
   [junit4]   2> 1100601 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1566584913732304896)]} 0 6509
   [junit4]   2> 1100601 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
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> 1100601 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1566584913732304897)]} 0 6509
   [junit4]   2> 1100602 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1566584913732304898)]} 0 6509
   [junit4]   2> 1100602 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1566584913733353472)]} 0 6510
   [junit4]   2> 1100602 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1566584913733353473)]} 0 6510
   [junit4]   2> 1100602 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1566584913733353474)]} 0 6510
   [junit4]   2> 1100602 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1566584913733353475)]} 0 6510
   [junit4]   2> 1100602 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1566584913733353476)]} 0 6510
   [junit4]   2> 1100602 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1566584913733353477)]} 0 6510
   [junit4]   2> 1100602 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1566584913733353478)]} 0 6510
   [junit4]   2> 1100602 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1566584913733353479)]} 0 6510
   [junit4]   2> 1100602 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
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> 1101601 INFO  (commitScheduler-4846-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 1101605 INFO  (commitScheduler-4846-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@672a3e9a[collection1] main]
   [junit4]   2> 1101605 INFO  (commitScheduler-4846-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1101606 INFO  
(searcherExecutor-4843-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@672a3e9a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(7.0.0):C10/9:delGen=1)))}
   [junit4]   2> 1101854 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
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> 1101854 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
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> 1101855 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[F7A49AAD2C89ED40]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> 1101855 INFO  
(SUITE-AutoCommitTest-seed#[F7A49AAD2C89ED40]-worker) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1101855 INFO  
(SUITE-AutoCommitTest-seed#[F7A49AAD2C89ED40]-worker) [    x:collection1] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=843259035
   [junit4]   2> 1101855 INFO  
(SUITE-AutoCommitTest-seed#[F7A49AAD2C89ED40]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1101856 INFO  
(SUITE-AutoCommitTest-seed#[F7A49AAD2C89ED40]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1101857 INFO  
(SUITE-AutoCommitTest-seed#[F7A49AAD2C89ED40]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1101857 INFO  
(SUITE-AutoCommitTest-seed#[F7A49AAD2C89ED40]-worker) [    x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1101857 INFO  
(coreCloseExecutor-4847-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3cd3ea8f
   [junit4]   2> 1101857 INFO  
(coreCloseExecutor-4847-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 1101857 INFO  
(coreCloseExecutor-4847-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@58bc75e8 commitCommandVersion:0
   [junit4]   2> 1101859 INFO  
(coreCloseExecutor-4847-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1020521103
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_F7A49AAD2C89ED40-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{range_facet_l_dv=PostingsFormat(name=LuceneVarGapFixedInterval), 
field_t=PostingsFormat(name=Asserting), 
multiDefault=PostingsFormat(name=Memory), subject=PostingsFormat(name=Memory), 
intDefault=FSTOrd50, id=PostingsFormat(name=LuceneVarGapFixedInterval), 
range_facet_i_dv=FSTOrd50, text=PostingsFormat(name=Asserting), 
range_facet_l=FSTOrd50, timestamp=FSTOrd50}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), 
_version_=DocValuesFormat(name=Direct), 
range_facet_i_dv=DocValuesFormat(name=Direct), 
intDvoDefault=DocValuesFormat(name=Lucene70), 
timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=307, 
maxMBSortInHeap=6.837082921171689, sim=RandomSimilarity(queryNorm=true): {}, 
locale=en, timezone=SystemV/HST10
   [junit4]   2> NOTE: Linux 4.4.0-75-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=12,threads=1,free=294015376,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [ZkStateReaderTest, 
RequestHandlersTest, TestTolerantSearch, TestImpersonationWithHadoopAuth, 
TestQuerySenderNoQuery, StatelessScriptUpdateProcessorFactoryTest, 
TestChildDocTransformer, TestConfigsApi, DistributedExpandComponentTest, 
ShowFileRequestHandlerTest, TestConfigOverlay, TestLeaderElectionZkExpiry, 
TestBinaryField, TestIBSimilarityFactory, TriLevelCompositeIdRoutingTest, 
TestGroupingSearch, TestIndexSearcher, HLLUtilTest, 
TestFieldCollectionResource, TestGraphTermsQParserPlugin, 
CoreMergeIndexesAdminHandlerTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, UnloadDistributedZkTest, 
TestWriterPerf, TestLockTree, TestSegmentSorting, TestClassicSimilarityFactory, 
PrimitiveFieldTypeTest, TestMergePolicyConfig, TestRestManager, 
PropertiesRequestHandlerTest, TestLegacyNumericRangeQueryBuilder, 
HdfsBasicDistributedZkTest, DeleteShardTest, ChaosMonkeyNothingIsSafeTest, 
VersionInfoTest, BooleanFieldTest, TestTolerantUpdateProcessorCloud, 
TestStressUserVersions, JsonValidatorTest, OverseerModifyCollectionTest, 
SolrIndexConfigTest, TestNestedDocsSort, SolrTestCaseJ4Test, CoreSorterTest, 
ResponseHeaderTest, TestDocBasedVersionConstraints, 
CreateCollectionCleanupTest, TestSolrCloudWithDelegationTokens, 
CollectionTooManyReplicasTest, TestExtendedDismaxParser, 
SolrCoreMetricManagerTest, BlockJoinFacetSimpleTest, 
DistribDocExpirationUpdateProcessorTest, TestRecoveryHdfs, SolrJmxReporterTest, 
FieldAnalysisRequestHandlerTest, TestConfig, SynonymTokenizerTest, 
BJQParserTest, TolerantUpdateProcessorTest, TestCustomDocTransformer, 
SolrPluginUtilsTest, OverseerTaskQueueTest, TestPhraseSuggestions, 
DistributedFacetPivotWhiteBoxTest, ExternalFileFieldSortTest, 
DebugComponentTest, TestLuceneMatchVersion, 
OutOfBoxZkACLAndCredentialsProvidersTest, TestFastOutputStream, 
TestHdfsBackupRestoreCore, SuggesterWFSTTest, RemoteQueryErrorTest, 
SolrCoreCheckLockOnStartupTest, ClassificationUpdateProcessorTest, 
TestExclusionRuleCollectionAccess, MultiThreadedOCPTest, HardAutoCommitTest, 
TestConfigSetsAPIExclusivity, HdfsCollectionsAPIDistributedZkTest, 
TestSchemaSimilarityResource, SaslZkACLProviderTest, TestZkChroot, 
TestDynamicLoading, DateFieldTest, TestRandomCollapseQParserPlugin, 
JavabinLoaderTest, TermVectorComponentDistributedTest, TestShardHandlerFactory, 
CircularListTest, SolrMetricsIntegrationTest, SuggesterTest, 
TestMiniSolrCloudClusterSSL, TestDistributedMissingSort, 
TestManagedStopFilterFactory, TestSubQueryTransformerDistrib, TestJsonRequest, 
FullSolrCloudDistribCmdsTest, TestSimpleQParserPlugin, DirectUpdateHandlerTest, 
HdfsLockFactoryTest, RuleEngineTest, TestPayloadCheckQParserPlugin, 
CdcrReplicationDistributedZkTest, TestFieldTypeResource, 
TestPerFieldSimilarityWithDefaultOverride, DistributedVersionInfoTest, 
TestGraphMLResponseWriter, BlockDirectoryTest, TestFreeTextSuggestions, 
DistributedSuggestComponentTest, CheckHdfsIndexTest, 
TestSlowCompositeReaderWrapper, TestCopyFieldCollectionResource, 
ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, 
CollectionsAPIDistributedZkTest, SyncSliceTest, OverseerTest, BasicZkTest, 
RecoveryZkTest, TestReplicationHandler, LeaderElectionTest, 
ShardRoutingCustomTest, AutoCommitTest]
   [junit4] Completed [369/709 (2!)] on J2 in 9.78s, 3 tests, 1 error <<< 
FAILURES!

[...truncated 44457 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to