Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/3743/
Java: 64bit/jdk1.8.0_131 -XX:+UseCompressedOops -XX:+UseParallelGC

1 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([A24725A3E846F837:38B3584176DC640B]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:895)
        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:888)
        ... 40 more




Build Log:
[...truncated 11028 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_A24725A3E846F837-001/init-core-data-001
   [junit4]   2> 37692 WARN  
(SUITE-AutoCommitTest-seed#[A24725A3E846F837]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 37692 INFO  
(SUITE-AutoCommitTest-seed#[A24725A3E846F837]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 37692 INFO  
(SUITE-AutoCommitTest-seed#[A24725A3E846F837]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 37693 INFO  
(SUITE-AutoCommitTest-seed#[A24725A3E846F837]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 37693 INFO  
(SUITE-AutoCommitTest-seed#[A24725A3E846F837]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 37710 WARN  
(SUITE-AutoCommitTest-seed#[A24725A3E846F837]-worker) [    ] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 37711 INFO  
(SUITE-AutoCommitTest-seed#[A24725A3E846F837]-worker) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 37723 INFO  
(SUITE-AutoCommitTest-seed#[A24725A3E846F837]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 37765 INFO  
(SUITE-AutoCommitTest-seed#[A24725A3E846F837]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 37769 INFO  
(SUITE-AutoCommitTest-seed#[A24725A3E846F837]-worker) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 37783 WARN  
(SUITE-AutoCommitTest-seed#[A24725A3E846F837]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via 
JMX.
   [junit4]   2> 37783 WARN  
(SUITE-AutoCommitTest-seed#[A24725A3E846F837]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via 
JMX.
   [junit4]   2> 37783 WARN  
(SUITE-AutoCommitTest-seed#[A24725A3E846F837]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via 
JMX.
   [junit4]   2> 37784 INFO  (coreLoadExecutor-220-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 37805 WARN  (coreLoadExecutor-220-thread-1) [    
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 37806 INFO  (coreLoadExecutor-220-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 37822 INFO  (coreLoadExecutor-220-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 37933 INFO  (coreLoadExecutor-220-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 37942 INFO  (coreLoadExecutor-220-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 37956 WARN  (coreLoadExecutor-220-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr 
metrics via JMX.
   [junit4]   2> 37956 INFO  (coreLoadExecutor-220-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 37956 INFO  (coreLoadExecutor-220-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_A24725A3E846F837-001/init-core-data-001/]
   [junit4]   2> 37957 INFO  (coreLoadExecutor-220-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=11, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=79.9580078125, 
floorSegmentMB=0.384765625, forceMergeDeletesPctAllowed=15.530081218641524, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 38019 INFO  (coreLoadExecutor-220-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 38019 INFO  (coreLoadExecutor-220-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 38019 INFO  (coreLoadExecutor-220-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 38019 INFO  (coreLoadExecutor-220-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 38020 INFO  (coreLoadExecutor-220-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=13, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=69.931640625, 
floorSegmentMB=1.3740234375, forceMergeDeletesPctAllowed=15.32614826450948, 
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 38020 INFO  (coreLoadExecutor-220-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@c45cff6[collection1] 
main]
   [junit4]   2> 38020 INFO  (coreLoadExecutor-220-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 38040 INFO  (coreLoadExecutor-220-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 38108 INFO  (coreLoadExecutor-220-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 38108 INFO  
(searcherExecutor-221-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 38108 INFO  (coreLoadExecutor-220-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1570159090622005248
   [junit4]   2> 38109 INFO  
(searcherExecutor-221-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 38109 INFO  
(searcherExecutor-221-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 38109 INFO  
(searcherExecutor-221-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 38109 INFO  
(searcherExecutor-221-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 38109 INFO  
(searcherExecutor-221-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 38109 INFO  
(searcherExecutor-221-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 38109 INFO  
(searcherExecutor-221-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 38109 INFO  
(searcherExecutor-221-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 38109 INFO  
(searcherExecutor-221-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@c45cff6[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 38111 INFO  
(SUITE-AutoCommitTest-seed#[A24725A3E846F837]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 38112 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 38112 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 38113 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4403fab7[collection1] realtime]
   [junit4]   2> 38113 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    ] 
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 1
   [junit4]   2> 38113 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    ] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 38114 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 38152 WARN  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 38153 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 38182 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 38237 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 38240 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 38241 WARN  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr 
metrics via JMX.
   [junit4]   2> 38241 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.m.SolrMetricManager Replacing existing reporter 'default' 
in registry 'solr.core.collection1': 
[org.apache.solr.metrics.reporters.SolrJmxReporter@131af14e: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null]
   [junit4]   2> 38241 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_A24725A3E846F837-001/init-core-data-001/]
   [junit4]   2> 38262 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 38262 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 38263 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@72a21692[collection1] main]
   [junit4]   2> 38263 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 38264 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 38265 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 38265 INFO  
(searcherExecutor-226-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 38265 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1570159090786631680
   [junit4]   2> 38265 INFO  
(searcherExecutor-226-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 38265 INFO  
(searcherExecutor-226-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 38265 INFO  
(searcherExecutor-226-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 38266 INFO  
(searcherExecutor-226-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 38266 INFO  
(searcherExecutor-226-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 38266 INFO  
(searcherExecutor-226-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 38266 INFO  
(searcherExecutor-226-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 38266 INFO  
(searcherExecutor-226-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 38266 INFO  
(searcherExecutor-226-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@72a21692[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 38267 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1479214289, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 38268 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 38268 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@489ba22d[collection1] main]
   [junit4]   2> 38268 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4d9ade4a
   [junit4]   2> 38268 INFO  
(searcherExecutor-226-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@489ba22d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 38268 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 38275 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1570159090791874560)]} 0 6
   [junit4]   2> 38276 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
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> 42275 INFO  (commitScheduler-229-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> 42280 INFO  (commitScheduler-229-thread-1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@315bc7ee[collection1] main]
   [junit4]   2> 42280 INFO  (commitScheduler-229-thread-1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 42281 INFO  
(searcherExecutor-226-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@315bc7ee[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.7.0):c1)))}
   [junit4]   2> 42531 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1570159095258808320)]} 0 4261
   [junit4]   2> 42531 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
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> 42532 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 
(-1570159095260905472)]} 0 4262
   [junit4]   2> 42532 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
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> 43532 INFO  (commitScheduler-229-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> 43534 INFO  (commitScheduler-229-thread-1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@53841856[collection1] main]
   [junit4]   2> 43534 INFO  (commitScheduler-229-thread-1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 43534 INFO  
(searcherExecutor-226-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@53841856[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.7.0):c1)))}
   [junit4]   2> 43784 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
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> 43784 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
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> 43784 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1570159096573722624)]} 0 5515
   [junit4]   2> 43785 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1570159096574771200)]} 0 5515
   [junit4]   2> 43785 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1570159096574771201)]} 0 5515
   [junit4]   2> 43785 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1570159096574771202)]} 0 5515
   [junit4]   2> 43785 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1570159096574771203)]} 0 5515
   [junit4]   2> 43785 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1570159096574771204)]} 0 5515
   [junit4]   2> 43785 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1570159096574771205)]} 0 5515
   [junit4]   2> 43785 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1570159096574771206)]} 0 5515
   [junit4]   2> 43785 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1570159096574771207)]} 0 5515
   [junit4]   2> 43785 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1570159096574771208)]} 0 5515
   [junit4]   2> 43785 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
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> 43786 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1570159096575819776)]} 0 5516
   [junit4]   2> 43786 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1570159096575819777)]} 0 5516
   [junit4]   2> 43786 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1570159096575819778)]} 0 5516
   [junit4]   2> 43786 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1570159096575819779)]} 0 5516
   [junit4]   2> 43786 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1570159096575819780)]} 0 5516
   [junit4]   2> 43786 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1570159096575819781)]} 0 5516
   [junit4]   2> 43786 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1570159096575819782)]} 0 5516
   [junit4]   2> 43786 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1570159096575819783)]} 0 5517
   [junit4]   2> 43786 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1570159096575819784)]} 0 5517
   [junit4]   2> 43786 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1570159096575819785)]} 0 5517
   [junit4]   2> 43787 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
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> 44786 INFO  (commitScheduler-229-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> 44789 INFO  (commitScheduler-229-thread-1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6884f39b[collection1] main]
   [junit4]   2> 44789 INFO  (commitScheduler-229-thread-1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 44790 INFO  
(searcherExecutor-226-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6884f39b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6.7.0):c10/9:delGen=1)))}
   [junit4]   2> 45038 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
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> 45039 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
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> 45039 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[A24725A3E846F837]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> 45041 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 45041 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 45042 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@63e8d8a8[collection1] realtime]
   [junit4]   2> 45042 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    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> 45042 ERROR 
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 45043 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 45070 WARN  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 45071 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 45088 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 45173 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 45179 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 45179 WARN  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via 
JMX.
   [junit4]   2> 45180 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_A24725A3E846F837-001/init-core-data-001/]
   [junit4]   2> 45215 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 45215 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 45215 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2e8f63b[collection1] main]
   [junit4]   2> 45216 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 45216 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 45218 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 45223 INFO  
(searcherExecutor-230-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 45223 INFO  
(searcherExecutor-230-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 45223 INFO  
(searcherExecutor-230-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 45223 INFO  
(searcherExecutor-230-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 45223 INFO  
(searcherExecutor-230-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 45223 INFO  
(searcherExecutor-230-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 45224 INFO  
(searcherExecutor-230-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 45224 INFO  
(searcherExecutor-230-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 45224 INFO  
(searcherExecutor-230-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 45224 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=964003369, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 45224 INFO  
(searcherExecutor-230-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2e8f63b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 45224 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 45224 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@175799d8[collection1] main]
   [junit4]   2> 45224 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@60a55337
   [junit4]   2> 45224 INFO  
(searcherExecutor-230-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@175799d8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 45225 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 45226 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 
(1570159098085769216)]} 0 0
   [junit4]   2> 45227 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[1 
(1570159098085769217)]} 0 0
   [junit4]   2> 45227 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 
(1570159098086817792)]} 0 1
   [junit4]   2> 45227 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 
(1570159098086817793)]} 0 1
   [junit4]   2> 45227 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4 
(1570159098086817794)]} 0 1
   [junit4]   2> 45227 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5 
(1570159098086817795)]} 0 1
   [junit4]   2> 45228 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6 
(1570159098086817796)]} 0 1
   [junit4]   2> 45228 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7 
(1570159098087866368)]} 0 2
   [junit4]   2> 45228 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8 
(1570159098087866369)]} 0 2
   [junit4]   2> 45228 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9 
(1570159098087866370)]} 0 2
   [junit4]   2> 45228 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10 
(1570159098087866371)]} 0 2
   [junit4]   2> 45228 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11 
(1570159098087866372)]} 0 2
   [junit4]   2> 45228 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12 
(1570159098087866373)]} 0 2
   [junit4]   2> 45229 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13 
(1570159098088914944)]} 0 2
   [junit4]   2> 45235 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    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=5
   [junit4]   2> 45236 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14 
(1570159098095206400)]} 0 10
   [junit4]   2> 45237 INFO  (commitScheduler-233-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> 45249 INFO  (commitScheduler-233-thread-1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@b92fce[collection1] main]
   [junit4]   2> 45249 INFO  (commitScheduler-233-thread-1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 45250 INFO  
(searcherExecutor-230-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@b92fce[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.7.0):c15)))}
   [junit4]   2> 45489 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15 
(1570159098359447552)]} 0 263
   [junit4]   2> 45489 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    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> 45490 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    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> 45490 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> 45491 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 45491 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 45491 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@619d36f9[collection1] realtime]
   [junit4]   2> 45492 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A24725A3E846F837]) [    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> 45492 ERROR 
(TEST-AutoCommitTest.testMaxTime-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 45492 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 45513 WARN  
(TEST-AutoCommitTest.testMaxTime-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 45513 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 45535 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 45640 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 45649 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 45650 WARN  
(TEST-AutoCommitTest.testMaxTime-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via 
JMX.
   [junit4]   2> 45650 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_A24725A3E846F837-001/init-core-data-001/]
   [junit4]   2> 45712 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 45712 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 45713 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1c9768ad[collection1] main]
   [junit4]   2> 45713 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 45714 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 45716 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 45716 INFO  
(searcherExecutor-234-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 45717 INFO  
(searcherExecutor-234-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 45717 INFO  
(searcherExecutor-234-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 45717 INFO  
(searcherExecutor-234-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 45717 INFO  
(searcherExecutor-234-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 45718 INFO  
(searcherExecutor-234-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 45718 INFO  
(searcherExecutor-234-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 45718 INFO  
(searcherExecutor-234-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 45718 INFO  
(searcherExecutor-234-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 45718 INFO  
(searcherExecutor-234-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1c9768ad[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 45723 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@398b959f
   [junit4]   2> 45723 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 45723 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@632c7ef0[collection1] main]
   [junit4]   2> 45724 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@183de768
   [junit4]   2> 45724 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 45726 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1570159098609008640)]} 0 1
   [junit4]   2> 45727 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A24725A3E846F837]) [    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> 45731 INFO  
(searcherExecutor-234-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@632c7ef0[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 45977 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1570159098873249792)]} 0 252
   [junit4]   2> 45978 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A24725A3E846F837]) [    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> 45978 ERROR 
(TEST-AutoCommitTest.testMaxTime-seed#[A24725A3E846F837]) [    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> 45978 ERROR 
(TEST-AutoCommitTest.testMaxTime-seed#[A24725A3E846F837]) [    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:888)
   [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> 45979 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[A24725A3E846F837]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest 
-Dtests.method=testMaxTime -Dtests.seed=A24725A3E846F837 -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=uk -Dtests.timezone=America/St_Vincent 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.49s J2 | AutoCommitTest.testMaxTime <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([A24725A3E846F837:38B3584176DC640B]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:895)
   [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:888)
   [junit4]    >        ... 40 more
   [junit4]   2> 45982 INFO  
(SUITE-AutoCommitTest-seed#[A24725A3E846F837]-worker) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 45982 INFO  
(SUITE-AutoCommitTest-seed#[A24725A3E846F837]-worker) [    x:collection1] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1762551178
   [junit4]   2> 45982 INFO  
(SUITE-AutoCommitTest-seed#[A24725A3E846F837]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 45982 INFO  
(SUITE-AutoCommitTest-seed#[A24725A3E846F837]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 45982 INFO  
(SUITE-AutoCommitTest-seed#[A24725A3E846F837]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 45982 INFO  
(SUITE-AutoCommitTest-seed#[A24725A3E846F837]-worker) [    x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 45982 INFO  
(coreCloseExecutor-238-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5cfaf4e9
   [junit4]   2> 45983 INFO  
(coreCloseExecutor-238-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 45983 INFO  
(coreCloseExecutor-238-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3e43f4ef
   [junit4]   2> 45995 INFO  
(coreCloseExecutor-238-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_A24725A3E846F837-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{field_t=PostingsFormat(name=Memory doPackFST= false), 
multiDefault=PostingsFormat(name=MockRandom), 
subject=PostingsFormat(name=MockRandom), 
id=PostingsFormat(name=LuceneFixedGap), text=PostingsFormat(name=Memory 
doPackFST= false)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Memory), 
_version_=DocValuesFormat(name=Direct), 
intDefault=DocValuesFormat(name=Direct), 
range_facet_i_dv=DocValuesFormat(name=Direct), 
intDvoDefault=DocValuesFormat(name=Lucene54), 
range_facet_l=DocValuesFormat(name=Direct), 
timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=711, 
maxMBSortInHeap=5.42311786270207, 
sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=uk, 
timezone=America/St_Vincent
   [junit4]   2> NOTE: Linux 4.10.0-21-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=8,threads=1,free=173745552,total=398983168
   [junit4]   2> NOTE: All tests run in this JVM: [TestStressReorder, 
ExplicitHLLTest, TestSubQueryTransformer, LukeRequestHandlerTest, 
TestFieldResource, CoreAdminHandlerTest, 
DocExpirationUpdateProcessorFactoryTest, TestFieldCacheReopen, 
ResponseLogComponentTest, TestScoreJoinQPNoScore, TestTrieFacet, AutoCommitTest]
   [junit4] Completed [14/715 (1!)] on J2 in 8.31s, 3 tests, 1 error <<< 
FAILURES!

[...truncated 45762 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to