Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1985/

2 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.analytics.facet.FieldFacetCloudTest

Error Message:
IOException occured when talking to server at: https://127.0.0.1:47649/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: https://127.0.0.1:47649/solr
        at __randomizedtesting.SeedInfo.seed([333A2FD9E8214D1B]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:640)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:252)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1121)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
        at 
org.apache.solr.analytics.facet.AbstractAnalyticsFacetCloudTest.setupCluster(AbstractAnalyticsFacetCloudTest.java:58)
        at 
org.apache.solr.analytics.facet.FieldFacetCloudTest.beforeClass(FieldFacetCloudTest.java:90)
        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$6.evaluate(RandomizedRunner.java:847)
        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: javax.net.ssl.SSLException: Received close_notify during handshake
        at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
        at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949)
        at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1901)
        at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2002)
        at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1125)
        at 
sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
        at 
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
        at 
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
        at 
org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:394)
        at 
org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353)
        at 
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)
        at 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
        at 
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:523)
        ... 35 more


FAILED:  org.apache.solr.update.AutoCommitTest.testMaxDocs

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([B9EE520CF428901E:6F84D3D8C29494]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
        at 
org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:225)
        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">6</int></lst><result name="response" numFound="0" 
start="0"></result>
</response>

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




Build Log:
[...truncated 11840 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_B9EE520CF428901E-001/init-core-data-001
   [junit4]   2> 1008362 WARN  
(SUITE-AutoCommitTest-seed#[B9EE520CF428901E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=146 numCloses=146
   [junit4]   2> 1008362 INFO  
(SUITE-AutoCommitTest-seed#[B9EE520CF428901E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1008364 INFO  
(SUITE-AutoCommitTest-seed#[B9EE520CF428901E]-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> 1008364 INFO  
(SUITE-AutoCommitTest-seed#[B9EE520CF428901E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1008366 INFO  
(SUITE-AutoCommitTest-seed#[B9EE520CF428901E]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1008416 INFO  
(SUITE-AutoCommitTest-seed#[B9EE520CF428901E]-worker) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1008446 INFO  
(SUITE-AutoCommitTest-seed#[B9EE520CF428901E]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1008660 INFO  
(SUITE-AutoCommitTest-seed#[B9EE520CF428901E]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1008793 INFO  
(SUITE-AutoCommitTest-seed#[B9EE520CF428901E]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d616850
   [junit4]   2> 1008803 INFO  
(SUITE-AutoCommitTest-seed#[B9EE520CF428901E]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d616850
   [junit4]   2> 1008803 INFO  
(SUITE-AutoCommitTest-seed#[B9EE520CF428901E]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d616850
   [junit4]   2> 1008805 INFO  (coreLoadExecutor-4282-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1008852 INFO  (coreLoadExecutor-4282-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1008903 INFO  (coreLoadExecutor-4282-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1009091 INFO  (coreLoadExecutor-4282-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1009100 INFO  (coreLoadExecutor-4282-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 1009100 INFO  (coreLoadExecutor-4282-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@4d616850
   [junit4]   2> 1009100 INFO  (coreLoadExecutor-4282-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1009100 INFO  (coreLoadExecutor-4282-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_B9EE520CF428901E-001/init-core-data-001/]
   [junit4]   2> 1009102 INFO  (coreLoadExecutor-4282-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=23, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=35.130859375, 
floorSegmentMB=1.015625, forceMergeDeletesPctAllowed=25.630704350300295, 
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5148190020137869
   [junit4]   2> 1009208 INFO  (coreLoadExecutor-4282-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1009208 INFO  (coreLoadExecutor-4282-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1009209 INFO  (coreLoadExecutor-4282-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1009209 INFO  (coreLoadExecutor-4282-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1009210 INFO  (coreLoadExecutor-4282-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=73.4912109375, 
floorSegmentMB=0.40234375, forceMergeDeletesPctAllowed=5.317619963958181, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.19652345443401426
   [junit4]   2> 1009212 INFO  (coreLoadExecutor-4282-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1a79c074[collection1] main]
   [junit4]   2> 1009213 INFO  (coreLoadExecutor-4282-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1009231 INFO  (coreLoadExecutor-4282-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1009373 INFO  (coreLoadExecutor-4282-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1009373 INFO  
(searcherExecutor-4283-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1009373 INFO  (coreLoadExecutor-4282-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1572960796657319936
   [junit4]   2> 1009378 INFO  
(SUITE-AutoCommitTest-seed#[B9EE520CF428901E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1009382 INFO  
(searcherExecutor-4283-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1009382 INFO  
(searcherExecutor-4283-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1009382 INFO  
(searcherExecutor-4283-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1009382 INFO  
(searcherExecutor-4283-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1009383 INFO  
(searcherExecutor-4283-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1009384 INFO  
(searcherExecutor-4283-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1009385 INFO  
(searcherExecutor-4283-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1009385 INFO  
(searcherExecutor-4283-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1009387 INFO  
(searcherExecutor-4283-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1a79c074[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1009388 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 1009388 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1009389 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@30752be2[collection1] realtime]
   [junit4]   2> 1009389 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    ] 
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> 1009389 ERROR 
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    ] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 1009390 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1009480 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1009528 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1009800 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1009813 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1009852 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    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@4d616850
   [junit4]   2> 1009852 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_B9EE520CF428901E-001/init-core-data-001/]
   [junit4]   2> 1009980 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1009981 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1009985 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7793d10a[collection1] main]
   [junit4]   2> 1009986 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1009987 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1009993 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1009994 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1572960797308485632
   [junit4]   2> 1009995 INFO  
(searcherExecutor-4288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1010057 INFO  
(searcherExecutor-4288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1010057 INFO  
(searcherExecutor-4288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1010057 INFO  
(searcherExecutor-4288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1010059 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=54.5732421875, 
floorSegmentMB=1.78125, forceMergeDeletesPctAllowed=27.31398350181639, 
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1010059 INFO  
(searcherExecutor-4288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1010059 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1010059 INFO  
(searcherExecutor-4288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1010060 INFO  
(searcherExecutor-4288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1010060 INFO  
(searcherExecutor-4288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1010060 INFO  
(searcherExecutor-4288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1010065 INFO  
(searcherExecutor-4288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7793d10a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1010065 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3bea6f89[collection1] main]
   [junit4]   2> 1010066 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4657f69f
   [junit4]   2> 1010067 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1180169887
   [junit4]   2> 1010073 INFO  
(searcherExecutor-4288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3bea6f89[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1010099 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1572960797402857472)]} 0 18
   [junit4]   2> 1010100 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1011598 INFO  (commitScheduler-4291-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> 1011607 INFO  (commitScheduler-4291-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@26db6d3c[collection1] main]
   [junit4]   2> 1011608 INFO  (commitScheduler-4291-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1011610 INFO  
(searcherExecutor-4288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@26db6d3c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c1)))}
   [junit4]   2> 1011859 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1572960799260934144)]} 0 1778
   [junit4]   2> 1011859 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1011861 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:530&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1011862 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{delete=[529 (-1572960799267225600)]} 0 0
   [junit4]   2> 1011863 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1013359 INFO  (commitScheduler-4291-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> 1013369 INFO  (commitScheduler-4291-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@48d407c4[collection1] main]
   [junit4]   2> 1013369 INFO  (commitScheduler-4291-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1013371 INFO  
(searcherExecutor-4288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@48d407c4[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(8.0.0):c1)))}
   [junit4]   2> 1013376 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[550 
(1572960800850575360)]} 0 3295
   [junit4]   2> 1013376 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1013378 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572960800855818240)]} 0 3296
   [junit4]   2> 1013378 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572960800856866816)]} 0 3297
   [junit4]   2> 1013378 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572960800856866817)]} 0 3297
   [junit4]   2> 1013379 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572960800856866818)]} 0 3297
   [junit4]   2> 1013379 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572960800857915392)]} 0 3298
   [junit4]   2> 1013379 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572960800857915393)]} 0 3298
   [junit4]   2> 1013386 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572960800864206848)]} 0 3305
   [junit4]   2> 1013386 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572960800865255424)]} 0 3305
   [junit4]   2> 1013386 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572960800865255425)]} 0 3305
   [junit4]   2> 1013387 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572960800866304000)]} 0 3306
   [junit4]   2> 1013388 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:500&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1014876 INFO  (commitScheduler-4291-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> 1014884 INFO  (commitScheduler-4291-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3a419464[collection1] main]
   [junit4]   2> 1014887 INFO  
(searcherExecutor-4288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3a419464[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(8.0.0):c1)
 Uninverting(_2(8.0.0):c11/9:delGen=1)))}
   [junit4]   2> 1014887 INFO  (commitScheduler-4291-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1014904 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[531 
(1572960802455945216)]} 0 4823
   [junit4]   2> 1014904 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:500&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1014905 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> 1014907 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 1014908 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1014908 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@678c97da[collection1] realtime]
   [junit4]   2> 1014908 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    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> 1014909 ERROR 
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 1014909 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1014974 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1015024 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1015288 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1015299 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1015385 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    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@4d616850
   [junit4]   2> 1015385 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_B9EE520CF428901E-001/init-core-data-001/]
   [junit4]   2> 1015535 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1015535 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1015537 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@565e80a2[collection1] main]
   [junit4]   2> 1015538 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1015540 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1015558 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1015566 INFO  
(searcherExecutor-4292-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1015567 INFO  
(searcherExecutor-4292-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1015567 INFO  
(searcherExecutor-4292-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1015567 INFO  
(searcherExecutor-4292-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1015567 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@4faa1d80
   [junit4]   2> 1015567 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1015568 INFO  
(searcherExecutor-4292-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1015569 INFO  
(searcherExecutor-4292-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1015577 INFO  
(searcherExecutor-4292-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1015578 INFO  
(searcherExecutor-4292-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1015578 INFO  
(searcherExecutor-4292-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1015584 INFO  
(searcherExecutor-4292-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@565e80a2[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1015584 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@709eed[collection1] main]
   [junit4]   2> 1015585 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@11f67bbe
   [junit4]   2> 1015586 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=301366206
   [junit4]   2> 1015608 INFO  
(searcherExecutor-4292-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@709eed[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1015626 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 
(1572960803193094144)]} 0 20
   [junit4]   2> 1015627 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[1 
(1572960803214065664)]} 0 21
   [junit4]   2> 1015627 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 
(1572960803215114240)]} 0 21
   [junit4]   2> 1015628 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 
(1572960803215114241)]} 0 21
   [junit4]   2> 1015628 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4 
(1572960803216162816)]} 0 22
   [junit4]   2> 1015628 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5 
(1572960803216162817)]} 0 22
   [junit4]   2> 1015628 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6 
(1572960803216162818)]} 0 22
   [junit4]   2> 1015629 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7 
(1572960803217211392)]} 0 23
   [junit4]   2> 1015629 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8 
(1572960803217211393)]} 0 23
   [junit4]   2> 1015629 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9 
(1572960803217211394)]} 0 23
   [junit4]   2> 1015629 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10 
(1572960803217211395)]} 0 23
   [junit4]   2> 1015630 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11 
(1572960803218259968)]} 0 23
   [junit4]   2> 1015630 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12 
(1572960803218259969)]} 0 24
   [junit4]   2> 1015630 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13 
(1572960803218259970)]} 0 24
   [junit4]   2> 1015630 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:1&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1015648 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14 
(1572960803219308544)]} 0 41
   [junit4]   2> 1015648 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15 
(1572960803237134336)]} 0 42
   [junit4]   2> 1015655 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:14&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=6
   [junit4]   2> 1015656 ERROR 
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    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">6</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request was:q=id:14&qt=&start=0&rows=20&version=2.2
   [junit4]   2> 1015656 ERROR 
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
q=id:14&qt=&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">6</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request was:q=id:14&qt=&start=0&rows=20&version=2.2
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
   [junit4]   2>        at 
org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:225)
   [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> 1015657 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B9EE520CF428901E]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest 
-Dtests.method=testMaxDocs -Dtests.seed=B9EE520CF428901E -Dtests.multiplier=2 
-Dtests.slow=true -Dtests.locale=sr-Latn-ME -Dtests.timezone=Europe/Paris 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.75s J1 | AutoCommitTest.testMaxDocs <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([B9EE520CF428901E:6F84D3D8C29494]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
   [junit4]    >        at 
org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:225)
   [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">6</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]    > </response>
   [junit4]    >        request was:q=id:14&qt=&start=0&rows=20&version=2.2
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
   [junit4]    >        ... 40 more
   [junit4]   2> 1015663 INFO  (commitScheduler-4295-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> 1015695 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 1015706 INFO  (commitScheduler-4295-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6585782b[collection1] main]
   [junit4]   2> 1015709 INFO  
(searcherExecutor-4292-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6585782b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(8.0.0):c16)))}
   [junit4]   2> 1015709 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL 
DOCUMENTS FROM INDEX
   [junit4]   2> 1015709 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1e4d1538[collection1] realtime]
   [junit4]   2> 1015709 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
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 14
   [junit4]   2> 1015710 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 1015710 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1015711 INFO  (commitScheduler-4295-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1015799 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1015864 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1016149 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1016177 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using 
configuration from instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1016235 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
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@4d616850
   [junit4]   2> 1016237 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_B9EE520CF428901E-001/init-core-data-001/]
   [junit4]   2> 1016383 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1016384 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1016388 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1bbd77a7[collection1] main]
   [junit4]   2> 1016390 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1016391 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1016400 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1016400 INFO  
(searcherExecutor-4296-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1016402 INFO  
(searcherExecutor-4296-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1016402 INFO  
(searcherExecutor-4296-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1016402 INFO  
(searcherExecutor-4296-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1016402 INFO  
(searcherExecutor-4296-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1016403 INFO  
(searcherExecutor-4296-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1016403 INFO  
(searcherExecutor-4296-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1016403 INFO  
(searcherExecutor-4296-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1016404 INFO  
(searcherExecutor-4296-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1016408 INFO  
(searcherExecutor-4296-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1bbd77a7[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1016432 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=36, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=20.71484375, 
floorSegmentMB=1.57421875, forceMergeDeletesPctAllowed=19.419624406963127, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1016435 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1016435 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@49fb6d13[collection1] main]
   [junit4]   2> 1016436 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2eaad0a3
   [junit4]   2> 1016436 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=782946467
   [junit4]   2> 1016448 INFO  
(searcherExecutor-4296-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@49fb6d13[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1016451 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1572960804078092288)]} 0 1
   [junit4]   2> 1016451 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1020452 INFO  (commitScheduler-4299-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> 1020455 INFO  (commitScheduler-4299-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4ce47a8e[collection1] main]
   [junit4]   2> 1020457 INFO  
(searcherExecutor-4296-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4ce47a8e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(8.0.0):c1)))}
   [junit4]   2> 1020457 INFO  (commitScheduler-4299-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1020704 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1572960808538734592)]} 0 4254
   [junit4]   2> 1020705 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:530&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1020705 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 
(-1572960808539783168)]} 0 4255
   [junit4]   2> 1020705 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1022729 INFO  (commitScheduler-4299-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> 1022735 INFO  (commitScheduler-4299-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@68651148[collection1] main]
   [junit4]   2> 1022736 INFO  (commitScheduler-4299-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1022738 INFO  
(searcherExecutor-4296-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@68651148[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(8.0.0):c1)))}
   [junit4]   2> 1022980 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1022980 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:530&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1022983 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572960810926342144)]} 0 6533
   [junit4]   2> 1022986 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572960810930536448)]} 0 6535
   [junit4]   2> 1022986 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572960810931585024)]} 0 6535
   [junit4]   2> 1022986 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572960810931585025)]} 0 6536
   [junit4]   2> 1022986 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572960810931585026)]} 0 6536
   [junit4]   2> 1022986 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572960810931585027)]} 0 6536
   [junit4]   2> 1022987 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572960810932633600)]} 0 6536
   [junit4]   2> 1022987 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572960810932633601)]} 0 6537
   [junit4]   2> 1022987 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572960810932633602)]} 0 6537
   [junit4]   2> 1022988 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572960810933682176)]} 0 6538
   [junit4]   2> 1022988 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:500&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1023002 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1572960810934730752)]} 0 6551
   [junit4]   2> 1023002 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1572960810948362240)]} 0 6552
   [junit4]   2> 1023002 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1572960810948362241)]} 0 6552
   [junit4]   2> 1023002 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1572960810948362242)]} 0 6552
   [junit4]   2> 1023003 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1572960810949410816)]} 0 6552
   [junit4]   2> 1023003 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1572960810949410817)]} 0 6553
   [junit4]   2> 1023003 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1572960810949410818)]} 0 6553
   [junit4]   2> 1023003 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1572960810949410819)]} 0 6553
   [junit4]   2> 1023008 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1572960810954653696)]} 0 6557
   [junit4]   2> 1023008 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1572960810954653697)]} 0 6558
   [junit4]   2> 1023008 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:530&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1024003 INFO  (commitScheduler-4299-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> 1024013 INFO  (commitScheduler-4299-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@193c57e4[collection1] main]
   [junit4]   2> 1024016 INFO  
(searcherExecutor-4296-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@193c57e4[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_7(8.0.0):c10/9:delGen=1)))}
   [junit4]   2> 1024017 INFO  (commitScheduler-4299-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1024266 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:500&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1024267 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:530&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1024267 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B9EE520CF428901E]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> 1024267 INFO  
(SUITE-AutoCommitTest-seed#[B9EE520CF428901E]-worker) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1024267 INFO  
(SUITE-AutoCommitTest-seed#[B9EE520CF428901E]-worker) [    x:collection1] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2088662913
   [junit4]   2> 1024267 INFO  
(SUITE-AutoCommitTest-seed#[B9EE520CF428901E]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1024269 INFO  
(SUITE-AutoCommitTest-seed#[B9EE520CF428901E]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1024270 INFO  
(SUITE-AutoCommitTest-seed#[B9EE520CF428901E]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1024270 INFO  
(SUITE-AutoCommitTest-seed#[B9EE520CF428901E]-worker) [    x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1024271 INFO  
(coreCloseExecutor-4300-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3a4acbe0
   [junit4]   2> 1024280 INFO  
(coreCloseExecutor-4300-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 1024281 INFO  
(coreCloseExecutor-4300-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1e2ff94c commitCommandVersion:0
   [junit4]   2> 1024286 INFO  
(coreCloseExecutor-4300-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=977980384
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_B9EE520CF428901E-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=RandomSimilarity(queryNorm=true): {}, locale=sr-Latn-ME, 
timezone=Europe/Paris
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=4,threads=1,free=212208824,total=530055168
   [junit4]   2> NOTE: All tests run in this JVM: [DocValuesTest, 
TestNoOpRegenerator, ConjunctionSolrSpellCheckerTest, 
BigEndianAscendingWordDeserializerTest, UpdateRequestProcessorFactoryTest, 
SpatialRPTFieldTypeTest, ZkControllerTest, TestSolrCloudWithHadoopAuthPlugin, 
RemoteQueryErrorTest, DateRangeFieldTest, FileBasedSpellCheckerTest, 
DistributedFacetExistsSmallTest, TestHighFrequencyDictionaryFactory, 
MoreLikeThisHandlerTest, HdfsWriteToMultipleCollectionsTest, 
SaslZkACLProviderTest, ConfigSetsAPITest, CacheHeaderTest, HdfsRecoveryZkTest, 
DistribJoinFromCollectionTest, SharedFSAutoReplicaFailoverUtilsTest, 
ScriptEngineTest, AnalyticsMergeStrategyTest, TestSchemaResource, 
SoftAutoCommitTest, BufferStoreTest, TestAuthorizationFramework, 
ChaosMonkeySafeLeaderTest, TestQueryTypes, LargeFieldTest, 
TestMiniSolrCloudClusterSSL, TestMacros, TestClusterProperties, 
TestAtomicUpdateErrorCases, HdfsBasicDistributedZkTest, 
TestGeoJSONResponseWriter, TestHttpShardHandlerFactory, 
SolrMetricsIntegrationTest, HighlighterTest, 
AsyncCallRequestStatusResponseTest, CoreAdminHandlerTest, TestConfigOverlay, 
CoreSorterTest, CollectionsAPIDistributedZkTest, JsonLoaderTest, 
HdfsThreadLeakTest, TestSolrFieldCacheBean, TestValueSourceCache, 
SolrCmdDistributorTest, ClusterStateUpdateTest, SliceStateTest, 
TestStressVersions, TestUpdate, SpatialFilterTest, 
TestFieldTypeCollectionResource, TestFuzzyAnalyzedSuggestions, 
TestSha256AuthenticationProvider, TestCoreContainer, TestFieldCacheSort, 
CdcrVersionReplicationTest, TermVectorComponentTest, TestCharFilters, 
CloneFieldUpdateProcessorFactoryTest, SortSpecParsingTest, 
TemplateUpdateProcessorTest, TestSystemCollAutoCreate, TestFiltering, 
TestPushWriter, TestReqParamsAPI, TestNumericTerms64, 
AnalysisAfterCoreReloadTest, BooleanFieldTest, TestManagedSchemaThreadSafety, 
TestPayloadScoreQParserPlugin, TestShardHandlerFactory, TestSystemIdResolver, 
TestHashPartitioner, TestSubQueryTransformerCrossCore, PrimUtilsTest, 
PeerSyncWithIndexFingerprintCachingTest, TestDFISimilarityFactory, 
ActionThrottleTest, AlternateDirectoryTest, TestJsonFacetRefinement, 
ShardRoutingTest, TestBM25SimilarityFactory, TestMaxScoreQueryParser, 
TestClassNameShortening, DirectSolrConnectionTest, TestInitParams, 
TestLeaderElectionZkExpiry, TestSolrCloudWithDelegationTokens, 
OverseerModifyCollectionTest, ZkStateReaderTest, TestOrdValues, 
SuggestComponentTest, CSVRequestHandlerTest, ResourceLoaderTest, 
TestScoreJoinQPNoScore, TestInPlaceUpdatesStandalone, 
ManagedSchemaRoundRobinCloudTest, TestSchemalessBufferedUpdates, TestSolrXml, 
OverseerTaskQueueTest, FileUtilsTest, SolrJmxReporterTest, SuggesterTSTTest, 
SolrCloudExampleTest, ShardRoutingCustomTest, DocValuesNotIndexedTest, 
ExplicitHLLTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
TestCursorMarkWithoutUniqueKey, TestSearchPerf, ZkCLITest, 
CollectionsAPIAsyncDistributedZkTest, TestConfigReload, 
OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest, 
TestReplicationHandler, AutoCommitTest]
   [junit4] Completed [347/728 (1!)] on J1 in 15.95s, 3 tests, 1 error <<< 
FAILURES!

[...truncated 3977 lines...]
   [junit4] Suite: org.apache.solr.analytics.facet.FieldFacetCloudTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/contrib/solr-analytics/test/J1/temp/solr.analytics.facet.FieldFacetCloudTest_333A2FD9E8214D1B-001/init-core-data-001
   [junit4]   2> Jul 15, 2017 4:43:19 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=741, maxMBSortInHeap=7.839465294029484, 
sim=RandomSimilarity(queryNorm=false): {}, locale=id-ID, 
timezone=Australia/Brisbane
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=4,threads=1,free=193154320,total=321912832
   [junit4]   2> NOTE: All tests run in this JVM: [AbstractAnalyticsFacetTest, 
AbstractAnalyticsStatsTest, QueryFacetCloudTest, NoFacetTest, FacetSortingTest, 
FieldFacetCloudTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=FieldFacetCloudTest 
-Dtests.seed=333A2FD9E8214D1B -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=id-ID -Dtests.timezone=Australia/Brisbane -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | FieldFacetCloudTest (suite) <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: https://127.0.0.1:47649/solr
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([333A2FD9E8214D1B]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:640)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:252)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1121)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
   [junit4]    >        at 
org.apache.solr.analytics.facet.AbstractAnalyticsFacetCloudTest.setupCluster(AbstractAnalyticsFacetCloudTest.java:58)
   [junit4]    >        at 
org.apache.solr.analytics.facet.FieldFacetCloudTest.beforeClass(FieldFacetCloudTest.java:90)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: javax.net.ssl.SSLException: Received close_notify 
during handshake
   [junit4]    >        at 
sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
   [junit4]    >        at 
sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949)
   [junit4]    >        at 
sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1901)
   [junit4]    >        at 
sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2002)
   [junit4]    >        at 
sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1125)
   [junit4]    >        at 
sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
   [junit4]    >        at 
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
   [junit4]    >        at 
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
   [junit4]    >        at 
org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:394)
   [junit4]    >        at 
org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)
   [junit4]    >        at 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
   [junit4]    >        at 
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
   [junit4]    >        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
   [junit4]    >        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
   [junit4]    >        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
   [junit4]    >        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    >        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:523)
   [junit4]    >        ... 35 more
   [junit4] Completed [14/17 (1!)] on J1 in 3.27s, 0 tests, 1 error <<< 
FAILURES!

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

Reply via email to