Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.0/28/

3 tests failed.
FAILED:  
org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenRenew

Error Message:
expected:<200> but was:<403>

Stack Trace:
java.lang.AssertionError: expected:<200> but was:<403>
        at 
__randomizedtesting.SeedInfo.seed([EDA83DD24ED07CF5:DA33C9CC761CA151]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.renewDelegationToken(TestDelegationWithHadoopAuth.java:118)
        at 
org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.verifyDelegationTokenRenew(TestDelegationWithHadoopAuth.java:302)
        at 
org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenRenew(TestDelegationWithHadoopAuth.java:319)
        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)


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

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([EDA83DD24ED07CF5:775C4030D04AE0C9]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
        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=&start=0&rows=20&version=2.2
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
        ... 40 more


FAILED:  org.apache.solr.update.HardAutoCommitTest.testCommitWithin

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([EDA83DD24ED07CF5:577A52AACDFE92E0]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
        at 
org.apache.solr.update.HardAutoCommitTest.testCommitWithin(HardAutoCommitTest.java:100)
        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=&start=0&rows=20&version=2.2
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
        ... 40 more




Build Log:
[...truncated 11548 lines...]
   [junit4] Suite: org.apache.solr.update.HardAutoCommitTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.update.HardAutoCommitTest_EDA83DD24ED07CF5-001/init-core-data-001
   [junit4]   2> 705482 WARN  
(SUITE-HardAutoCommitTest-seed#[EDA83DD24ED07CF5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 705482 INFO  
(SUITE-HardAutoCommitTest-seed#[EDA83DD24ED07CF5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 705483 INFO  
(SUITE-HardAutoCommitTest-seed#[EDA83DD24ED07CF5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 705483 INFO  
(SUITE-HardAutoCommitTest-seed#[EDA83DD24ED07CF5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 705484 INFO  
(SUITE-HardAutoCommitTest-seed#[EDA83DD24ED07CF5]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 705506 INFO  
(SUITE-HardAutoCommitTest-seed#[EDA83DD24ED07CF5]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 705522 INFO  
(SUITE-HardAutoCommitTest-seed#[EDA83DD24ED07CF5]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 705604 INFO  
(SUITE-HardAutoCommitTest-seed#[EDA83DD24ED07CF5]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 705650 INFO  
(SUITE-HardAutoCommitTest-seed#[EDA83DD24ED07CF5]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2421ca5c
   [junit4]   2> 705653 INFO  
(SUITE-HardAutoCommitTest-seed#[EDA83DD24ED07CF5]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2421ca5c
   [junit4]   2> 705653 INFO  
(SUITE-HardAutoCommitTest-seed#[EDA83DD24ED07CF5]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2421ca5c
   [junit4]   2> 705655 INFO  (coreLoadExecutor-2646-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 705677 INFO  (coreLoadExecutor-2646-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 705693 INFO  (coreLoadExecutor-2646-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 705769 INFO  (coreLoadExecutor-2646-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 705774 INFO  (coreLoadExecutor-2646-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 705775 INFO  (coreLoadExecutor-2646-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@2421ca5c
   [junit4]   2> 705775 INFO  (coreLoadExecutor-2646-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 705775 INFO  (coreLoadExecutor-2646-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.update.HardAutoCommitTest_EDA83DD24ED07CF5-001/init-core-data-001/]
   [junit4]   2> 705776 INFO  (coreLoadExecutor-2646-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=258713736, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 705811 INFO  (coreLoadExecutor-2646-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 705811 INFO  (coreLoadExecutor-2646-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 705812 INFO  (coreLoadExecutor-2646-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 705812 INFO  (coreLoadExecutor-2646-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 705813 INFO  (coreLoadExecutor-2646-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=25, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=95.2275390625, 
floorSegmentMB=2.1552734375, forceMergeDeletesPctAllowed=11.842516159119963, 
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.22107679791963575
   [junit4]   2> 705813 INFO  (coreLoadExecutor-2646-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@85e0bbb[collection1] 
main]
   [junit4]   2> 705813 INFO  (coreLoadExecutor-2646-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 705820 INFO  (coreLoadExecutor-2646-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 705848 INFO  (coreLoadExecutor-2646-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 705848 INFO  
(searcherExecutor-2647-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 705848 INFO  (coreLoadExecutor-2646-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1573074544936091648
   [junit4]   2> 705848 INFO  
(searcherExecutor-2647-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 705848 INFO  
(searcherExecutor-2647-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 705848 INFO  
(searcherExecutor-2647-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 705848 INFO  
(searcherExecutor-2647-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 705849 INFO  
(searcherExecutor-2647-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 705849 INFO  
(searcherExecutor-2647-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 705849 INFO  
(searcherExecutor-2647-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 705849 INFO  
(searcherExecutor-2647-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 705850 INFO  
(searcherExecutor-2647-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@85e0bbb[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 705851 INFO  
(SUITE-HardAutoCommitTest-seed#[EDA83DD24ED07CF5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 705852 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 705853 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 705853 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1c96256e[collection1] realtime]
   [junit4]   2> 705853 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    ] 
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> 705853 ERROR 
(TEST-HardAutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    ] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 705854 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 705876 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 705899 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 706000 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 706012 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1
   [junit4]   2> 706025 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
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@2421ca5c
   [junit4]   2> 706025 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.update.HardAutoCommitTest_EDA83DD24ED07CF5-001/init-core-data-001/]
   [junit4]   2> 706067 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 706067 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 706068 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@11b15ecf[collection1] main]
   [junit4]   2> 706069 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 706069 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 706074 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 706074 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1573074545173069824
   [junit4]   2> 706075 INFO  
(searcherExecutor-2652-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 706079 INFO  
(searcherExecutor-2652-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 706079 INFO  
(searcherExecutor-2652-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 706079 INFO  
(searcherExecutor-2652-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 706080 INFO  
(searcherExecutor-2652-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 706080 INFO  
(searcherExecutor-2652-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 706080 INFO  
(searcherExecutor-2652-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 706080 INFO  
(searcherExecutor-2652-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 706080 INFO  
(searcherExecutor-2652-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 706082 INFO  
(searcherExecutor-2652-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@11b15ecf[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 706083 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1418729641, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 706083 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 706083 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@c422515[collection1] 
main]
   [junit4]   2> 706083 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1c48d564
   [junit4]   2> 706084 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=474535268
   [junit4]   2> 706092 INFO  
(searcherExecutor-2652-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@c422515[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 706095 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1573074545190895616)]} 0 6
   [junit4]   2> 706095 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
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> 706101 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1573074545197187072)]} 0 12
   [junit4]   2> 706101 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
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> 706102 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 
(-1573074545202429952)]} 0 13
   [junit4]   2> 706102 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
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> 706102 ERROR 
(TEST-HardAutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
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=&start=0&rows=20&version=2.2
   [junit4]   2> 706103 ERROR 
(TEST-HardAutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
q=id:529&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">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request was:q=id:529&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.HardAutoCommitTest.testCommitWithin(HardAutoCommitTest.java:100)
   [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> 706103 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HardAutoCommitTest 
-Dtests.method=testCommitWithin -Dtests.seed=EDA83DD24ED07CF5 
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=es-PA 
-Dtests.timezone=Africa/Nairobi -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.25s J2 | HardAutoCommitTest.testCommitWithin <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([EDA83DD24ED07CF5:577A52AACDFE92E0]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
   [junit4]    >        at 
org.apache.solr.update.HardAutoCommitTest.testCommitWithin(HardAutoCommitTest.java:100)
   [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=&start=0&rows=20&version=2.2
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
   [junit4]    >        ... 40 more
   [junit4]   2> 706105 INFO  
(SUITE-HardAutoCommitTest-seed#[EDA83DD24ED07CF5]-worker) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 706105 INFO  
(SUITE-HardAutoCommitTest-seed#[EDA83DD24ED07CF5]-worker) [    x:collection1] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=14327644
   [junit4]   2> 706105 INFO  
(SUITE-HardAutoCommitTest-seed#[EDA83DD24ED07CF5]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 706106 INFO  
(SUITE-HardAutoCommitTest-seed#[EDA83DD24ED07CF5]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 706107 INFO  
(SUITE-HardAutoCommitTest-seed#[EDA83DD24ED07CF5]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 706107 INFO  
(SUITE-HardAutoCommitTest-seed#[EDA83DD24ED07CF5]-worker) [    x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 706110 INFO  
(coreCloseExecutor-2656-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@12ab540e
   [junit4]   2> 706110 INFO  
(coreCloseExecutor-2656-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 706110 INFO  
(coreCloseExecutor-2656-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@4a5b6243 commitCommandVersion:0
   [junit4]   2> 706119 INFO  
(coreCloseExecutor-2656-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=313218062
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.update.HardAutoCommitTest_EDA83DD24ED07CF5-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{range_facet_l_dv=Lucene50(blocksize=128), field_t=Lucene50(blocksize=128), 
multiDefault=FST50, subject=FST50, intDefault=PostingsFormat(name=Memory), 
id_i1=PostingsFormat(name=Memory), id=Lucene50(blocksize=128), 
range_facet_i_dv=FST50, text=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
range_facet_l=FST50, timestamp=FST50}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), 
_version_=DocValuesFormat(name=Lucene70), 
range_facet_i_dv=DocValuesFormat(name=Memory), 
intDvoDefault=DocValuesFormat(name=Direct), 
timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=99, 
maxMBSortInHeap=6.345000464887017, sim=RandomSimilarity(queryNorm=false): {}, 
locale=es-PA, timezone=Africa/Nairobi
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=4,threads=1,free=227410912,total=522190848
   [junit4]   2> NOTE: All tests run in this JVM: [FastVectorHighlighterTest, 
ConnectionManagerTest, TestMultiWordSynonyms, TestPayloadCheckQParserPlugin, 
TestZkChroot, SolrInfoBeanTest, TestJettySolrRunner, ReturnFieldsTest, 
SuggesterTest, TestHdfsBackupRestoreCore, MultiTermTest, AddBlockUpdateTest, 
SignatureUpdateProcessorFactoryTest, TestAnalyzeInfixSuggestions, 
DistributedQueryComponentOptimizationTest, TestRawTransformer, 
TestSchemaNameResource, TestNumericRangeQuery64, TestDistribIDF, 
PeerSyncReplicationTest, CachingDirectoryFactoryTest, QueryEqualityTest, 
SimpleCollectionCreateDeleteTest, TestGroupingSearch, OverseerTest, 
MoveReplicaHDFSTest, DistribCursorPagingTest, BadCopyFieldTest, 
CircularListTest, TestManagedResource, TestCloudManagedSchema, 
UnloadDistributedZkTest, TestJmxIntegration, TestCustomSort, 
TestRebalanceLeaders, SpatialHeatmapFacetsTest, TestRestoreCore, 
TestJavabinTupleStreamParser, TestCodecSupport, TestHdfsCloudBackupRestore, 
TestUseDocValuesAsStored2, PKIAuthenticationIntegrationTest, 
StatsComponentTest, ShardSplitTest, TestTrie, TestStressUserVersions, 
TestMaxTokenLenTokenizer, CopyFieldTest, SolrMetricManagerTest, 
TestShortCircuitedRequests, HdfsRestartWhileUpdatingTest, PreAnalyzedFieldTest, 
SuggesterFSTTest, TestUtils, DocumentBuilderTest, TestImplicitCoreProperties, 
TestSolrCloudWithKerberosAlt, TestCloudInspectUtil, CdcrReplicationHandlerTest, 
AliasIntegrationTest, MetricUtilsTest, TestPivotHelperCode, 
TestSimpleTextCodec, BlockJoinFacetSimpleTest, HardAutoCommitTest]
   [junit4] Completed [239/727 (1!)] on J2 in 0.70s, 1 test, 1 error <<< 
FAILURES!

[...truncated 473 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_EDA83DD24ED07CF5-001/init-core-data-001
   [junit4]   2> 1185778 WARN  
(SUITE-AutoCommitTest-seed#[EDA83DD24ED07CF5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=145 numCloses=145
   [junit4]   2> 1185779 INFO  
(SUITE-AutoCommitTest-seed#[EDA83DD24ED07CF5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1185781 INFO  
(SUITE-AutoCommitTest-seed#[EDA83DD24ED07CF5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1185782 INFO  
(SUITE-AutoCommitTest-seed#[EDA83DD24ED07CF5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1185782 INFO  
(SUITE-AutoCommitTest-seed#[EDA83DD24ED07CF5]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1185826 INFO  
(SUITE-AutoCommitTest-seed#[EDA83DD24ED07CF5]-worker) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1185844 INFO  
(SUITE-AutoCommitTest-seed#[EDA83DD24ED07CF5]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1185946 INFO  
(SUITE-AutoCommitTest-seed#[EDA83DD24ED07CF5]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1185972 INFO  
(SUITE-AutoCommitTest-seed#[EDA83DD24ED07CF5]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@775abdda
   [junit4]   2> 1185974 INFO  
(SUITE-AutoCommitTest-seed#[EDA83DD24ED07CF5]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@775abdda
   [junit4]   2> 1185975 INFO  
(SUITE-AutoCommitTest-seed#[EDA83DD24ED07CF5]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@775abdda
   [junit4]   2> 1185976 INFO  (coreLoadExecutor-4873-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1186011 INFO  (coreLoadExecutor-4873-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1186030 INFO  (coreLoadExecutor-4873-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1186133 INFO  (coreLoadExecutor-4873-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1186138 INFO  (coreLoadExecutor-4873-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 1186138 INFO  (coreLoadExecutor-4873-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@775abdda
   [junit4]   2> 1186139 INFO  (coreLoadExecutor-4873-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1186139 INFO  (coreLoadExecutor-4873-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_EDA83DD24ED07CF5-001/init-core-data-001/]
   [junit4]   2> 1186140 INFO  (coreLoadExecutor-4873-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=17, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=30.3173828125, 
floorSegmentMB=2.01953125, forceMergeDeletesPctAllowed=7.391378781338713, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4826519531393274
   [junit4]   2> 1186194 INFO  (coreLoadExecutor-4873-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1186194 INFO  (coreLoadExecutor-4873-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1186194 INFO  (coreLoadExecutor-4873-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1186194 INFO  (coreLoadExecutor-4873-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1186195 INFO  (coreLoadExecutor-4873-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=15, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=80.326171875, 
floorSegmentMB=2.1220703125, forceMergeDeletesPctAllowed=26.988645909357423, 
segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1186195 INFO  (coreLoadExecutor-4873-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5d615a54[collection1] main]
   [junit4]   2> 1186196 INFO  (coreLoadExecutor-4873-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1186213 INFO  (coreLoadExecutor-4873-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1186246 INFO  (coreLoadExecutor-4873-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1186246 INFO  
(searcherExecutor-4874-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1186246 INFO  (coreLoadExecutor-4873-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1573075048727576576
   [junit4]   2> 1186246 INFO  
(searcherExecutor-4874-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1186246 INFO  
(searcherExecutor-4874-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1186246 INFO  
(searcherExecutor-4874-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1186246 INFO  
(searcherExecutor-4874-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1186247 INFO  
(searcherExecutor-4874-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1186247 INFO  
(searcherExecutor-4874-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1186247 INFO  
(searcherExecutor-4874-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1186247 INFO  
(searcherExecutor-4874-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1186248 INFO  
(searcherExecutor-4874-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5d615a54[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1186249 INFO  
(SUITE-AutoCommitTest-seed#[EDA83DD24ED07CF5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1186251 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 1186251 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1186252 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@55be47d6[collection1] realtime]
   [junit4]   2> 1186252 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    ] 
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> 1186252 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    ] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 1186253 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1186276 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1186295 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1186395 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1186401 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1186414 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
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@775abdda
   [junit4]   2> 1186414 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_EDA83DD24ED07CF5-001/init-core-data-001/]
   [junit4]   2> 1186455 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1186455 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1186456 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@66dc0e11[collection1] main]
   [junit4]   2> 1186465 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1186467 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1186487 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1186487 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1573075048980283392
   [junit4]   2> 1186489 INFO  
(searcherExecutor-4879-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1186490 INFO  
(searcherExecutor-4879-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1186490 INFO  
(searcherExecutor-4879-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1186490 INFO  
(searcherExecutor-4879-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1186490 INFO  
(searcherExecutor-4879-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1186490 INFO  
(searcherExecutor-4879-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1186491 INFO  
(searcherExecutor-4879-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1186493 INFO  
(searcherExecutor-4879-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1186494 INFO  
(searcherExecutor-4879-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1186495 INFO  
(searcherExecutor-4879-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@66dc0e11[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1186496 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1418729641, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1186496 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1186496 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@61504cb1[collection1] main]
   [junit4]   2> 1186496 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3717b89
   [junit4]   2> 1186496 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=57768841
   [junit4]   2> 1186501 INFO  
(searcherExecutor-4879-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@61504cb1[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1186528 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1573075048997060608)]} 0 25
   [junit4]   2> 1186529 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
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> 1190513 INFO  (commitScheduler-4882-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> 1190517 INFO  (commitScheduler-4882-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2095a835[collection1] main]
   [junit4]   2> 1190517 INFO  (commitScheduler-4882-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1190518 INFO  
(searcherExecutor-4879-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2095a835[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C1)))}
   [junit4]   2> 1190533 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1573075053222821888)]} 0 4030
   [junit4]   2> 1190534 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
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> 1190534 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 
(-1573075053223870464)]} 0 4031
   [junit4]   2> 1190534 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
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> 1192534 INFO  (commitScheduler-4882-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> 1192545 INFO  (commitScheduler-4882-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@49529762[collection1] main]
   [junit4]   2> 1192545 INFO  (commitScheduler-4882-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1192546 INFO  
(searcherExecutor-4879-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@49529762[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):C1)))}
   [junit4]   2> 1192547 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
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> 1192547 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
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> 1192548 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573075055335702528)]} 0 6045
   [junit4]   2> 1192549 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573075055335702529)]} 0 6045
   [junit4]   2> 1192549 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573075055336751104)]} 0 6046
   [junit4]   2> 1192549 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573075055336751105)]} 0 6046
   [junit4]   2> 1192549 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573075055336751106)]} 0 6046
   [junit4]   2> 1192549 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573075055336751107)]} 0 6046
   [junit4]   2> 1192549 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573075055336751108)]} 0 6046
   [junit4]   2> 1192549 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573075055336751109)]} 0 6046
   [junit4]   2> 1192550 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573075055336751110)]} 0 6046
   [junit4]   2> 1192550 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573075055337799680)]} 0 6046
   [junit4]   2> 1192550 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
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> 1192550 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1573075055337799681)]} 0 6047
   [junit4]   2> 1192550 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1573075055337799682)]} 0 6047
   [junit4]   2> 1192550 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1573075055337799683)]} 0 6047
   [junit4]   2> 1192550 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1573075055337799684)]} 0 6047
   [junit4]   2> 1192551 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1573075055338848256)]} 0 6047
   [junit4]   2> 1192551 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1573075055338848257)]} 0 6047
   [junit4]   2> 1192551 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1573075055338848258)]} 0 6047
   [junit4]   2> 1192551 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1573075055338848259)]} 0 6048
   [junit4]   2> 1192551 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1573075055338848260)]} 0 6048
   [junit4]   2> 1192551 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1573075055338848261)]} 0 6048
   [junit4]   2> 1192551 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
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> 1193550 INFO  (commitScheduler-4882-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> 1193558 INFO  (commitScheduler-4882-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@138f231a[collection1] main]
   [junit4]   2> 1193558 INFO  (commitScheduler-4882-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1193560 INFO  
(searcherExecutor-4879-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@138f231a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(7.0.0):C10/9:delGen=1)))}
   [junit4]   2> 1193802 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
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> 1193803 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
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> 1193803 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[EDA83DD24ED07CF5]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> 1193805 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 1193805 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1193806 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6c10dba4[collection1] realtime]
   [junit4]   2> 1193806 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    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> 1193806 ERROR 
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 1193806 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1193836 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1193855 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1193953 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1193960 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1193970 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    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@775abdda
   [junit4]   2> 1193970 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_EDA83DD24ED07CF5-001/init-core-data-001/]
   [junit4]   2> 1194016 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1194016 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1194017 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@304f2984[collection1] main]
   [junit4]   2> 1194017 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1194018 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1194022 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1194022 INFO  
(searcherExecutor-4883-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1194022 INFO  
(searcherExecutor-4883-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1194022 INFO  
(searcherExecutor-4883-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1194022 INFO  
(searcherExecutor-4883-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1194022 INFO  
(searcherExecutor-4883-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1194023 INFO  
(searcherExecutor-4883-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1194023 INFO  
(searcherExecutor-4883-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1194023 INFO  
(searcherExecutor-4883-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1194023 INFO  
(searcherExecutor-4883-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1194025 INFO  
(searcherExecutor-4883-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@304f2984[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1194028 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=38, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=91.5283203125, 
floorSegmentMB=1.9638671875, forceMergeDeletesPctAllowed=23.45056941441229, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6706105740542393
   [junit4]   2> 1194029 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1194029 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1ff2eec3[collection1] main]
   [junit4]   2> 1194031 INFO  
(searcherExecutor-4883-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1ff2eec3[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1194031 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7dedb725
   [junit4]   2> 1194031 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=2112730917
   [junit4]   2> 1194034 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 
(1573075056892837888)]} 0 0
   [junit4]   2> 1194034 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[1 
(1573075056893886464)]} 0 0
   [junit4]   2> 1194034 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 
(1573075056893886465)]} 0 0
   [junit4]   2> 1194034 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 
(1573075056893886466)]} 0 1
   [junit4]   2> 1194035 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4 
(1573075056893886467)]} 0 1
   [junit4]   2> 1194035 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5 
(1573075056894935040)]} 0 1
   [junit4]   2> 1194035 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6 
(1573075056894935041)]} 0 1
   [junit4]   2> 1194035 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7 
(1573075056894935042)]} 0 2
   [junit4]   2> 1194035 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8 
(1573075056894935043)]} 0 2
   [junit4]   2> 1194035 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9 
(1573075056894935044)]} 0 2
   [junit4]   2> 1194035 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10 
(1573075056894935045)]} 0 2
   [junit4]   2> 1194035 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11 
(1573075056894935046)]} 0 2
   [junit4]   2> 1194036 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12 
(1573075056895983616)]} 0 2
   [junit4]   2> 1194036 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13 
(1573075056895983617)]} 0 2
   [junit4]   2> 1194036 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    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> 1194037 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14 
(1573075056895983618)]} 0 3
   [junit4]   2> 1194039 INFO  (commitScheduler-4886-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> 1194042 INFO  (commitScheduler-4886-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@d3e35d2[collection1] 
main]
   [junit4]   2> 1194043 INFO  
(searcherExecutor-4883-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@d3e35d2[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(7.0.0):C15)))}
   [junit4]   2> 1194043 INFO  (commitScheduler-4886-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1194288 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15 
(1573075057159176192)]} 0 254
   [junit4]   2> 1194288 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    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=1 status=0 QTime=0
   [junit4]   2> 1194288 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:15&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1194288 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> 1194291 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 1194291 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1194291 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3ff2ae4e[collection1] realtime]
   [junit4]   2> 1194291 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[EDA83DD24ED07CF5]) [    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> 1194292 ERROR 
(TEST-AutoCommitTest.testMaxTime-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 1194292 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1194316 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1194336 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1194464 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1194473 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1194493 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[EDA83DD24ED07CF5]) [    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@775abdda
   [junit4]   2> 1194493 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_EDA83DD24ED07CF5-001/init-core-data-001/]
   [junit4]   2> 1194566 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1194566 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1194567 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@561813bc[collection1] main]
   [junit4]   2> 1194568 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1194569 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1194572 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1194588 INFO  
(searcherExecutor-4887-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1194588 INFO  
(searcherExecutor-4887-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1194588 INFO  
(searcherExecutor-4887-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1194588 INFO  
(searcherExecutor-4887-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1194589 INFO  
(searcherExecutor-4887-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1194589 INFO  
(searcherExecutor-4887-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1194590 INFO  
(searcherExecutor-4887-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1194591 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=34, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=41.365234375, 
floorSegmentMB=0.451171875, forceMergeDeletesPctAllowed=1.8975408062852317, 
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3119132339880575
   [junit4]   2> 1194591 INFO  
(searcherExecutor-4887-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1194592 INFO  
(searcherExecutor-4887-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1194595 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[EDA83DD24ED07CF5]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1194597 INFO  
(searcherExecutor-4887-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@561813bc[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1194597 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[EDA83DD2

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

emover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 1870923 INFO  (jetty-closer-5062-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1870923 INFO  (jetty-closer-5062-thread-2) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1870923 INFO  (jetty-closer-5062-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=98317235359842310-127.0.0.1:36769_solr-n_0000000000) closing
   [junit4]   2> 1870923 INFO  
(OverseerStateUpdate-98317235359842310-127.0.0.1:36769_solr-n_0000000000) 
[n:127.0.0.1:36769_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:36769_solr
   [junit4]   2> 1870924 ERROR 
(Thread[Thread-6772,5,TGRP-TestDelegationWithHadoopAuth]) 
[n:127.0.0.1:36769_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager 
ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 1870927 INFO  (jetty-closer-5062-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@2ae33885{/solr,null,UNAVAILABLE}
   [junit4]   2> 1870927 INFO  (jetty-closer-5062-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@c8b3667{/solr,null,UNAVAILABLE}
   [junit4]   2> 1870927 ERROR 
(SUITE-TestDelegationWithHadoopAuth-seed#[EDA83DD24ED07CF5]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1870928 INFO  
(SUITE-TestDelegationWithHadoopAuth-seed#[EDA83DD24ED07CF5]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:34367 34367
   [junit4]   2> 1871047 INFO  (Thread-6753) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:34367 34367
   [junit4]   2> 1871048 WARN  (Thread-6753) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        10      /solr/aliases.json
   [junit4]   2>        10      /solr/clusterprops.json
   [junit4]   2>        2       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        10      /solr/clusterstate.json
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_7
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_6
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_8
   [junit4]   2>        2       /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMKeyIdRoot
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_1
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_1
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_3
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_2
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_2
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_5
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_4
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_4
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMSeqNumRoot
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        10      /solr/live_nodes
   [junit4]   2>        10      /solr/collections
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_EDA83DD24ED07CF5-001
   [junit4]   2> Jul 16, 2017 10:45:56 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=1963, maxMBSortInHeap=6.262044871005374, 
sim=RandomSimilarity(queryNorm=true): {}, locale=en-PH, 
timezone=Europe/Podgorica
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=4,threads=1,free=248544992,total=529006592
   [junit4]   2> NOTE: All tests run in this JVM: 
[DistributedFacetPivotWhiteBoxTest, ChaosMonkeySafeLeaderWithPullReplicasTest, 
TestComplexPhraseLeadingWildcard, TestComponentsName, TestStressLiveNodes, 
EchoParamsTest, TestLuceneMatchVersion, TestHalfAndHalfDocValues, 
TestSolrCloudWithHadoopAuthPlugin, SuggestComponentContextFilterQueryTest, 
TestReloadAndDeleteDocs, TestClassNameShortening, 
TestHighFrequencyDictionaryFactory, TestIndexingPerformance, 
SolrRequestParserTest, V2StandaloneTest, SolrGraphiteReporterTest, TestMacros, 
TestUnifiedSolrHighlighter, CloudMLTQParserTest, 
OverseerCollectionConfigSetProcessorTest, BlobRepositoryCloudTest, 
UpdateParamsTest, SharedFSAutoReplicaFailoverTest, TestDistributedSearch, 
NodeMutatorTest, LeaderElectionIntegrationTest, 
ConcurrentDeleteAndCreateCollectionTest, TestGeoJSONResponseWriter, 
DefaultValueUpdateProcessorTest, ExternalFileFieldSortTest, 
VMParamsZkACLAndCredentialsProvidersTest, DistributedSuggestComponentTest, 
TestBadConfig, TestOmitPositions, TestPrepRecovery, 
PropertiesRequestHandlerTest, TestSolrConfigHandler, SolrMetricReporterTest, 
RAMDirectoryFactoryTest, TestCryptoKeys, SynonymTokenizerTest, 
TestIBSimilarityFactory, StatsReloadRaceTest, SSLMigrationTest, TestJoin, 
TestReloadDeadlock, UUIDUpdateProcessorFallbackTest, TestPushWriter, 
TestReplicaProperties, HdfsRecoverLeaseTest, TestSerializedLuceneMatchVersion, 
TestSha256AuthenticationProvider, TestFastOutputStream, 
TestFieldCacheWithThreads, TestBackupRepositoryFactory, TestSSLRandomization, 
SyncSliceTest, AssignTest, TestWordDelimiterFilterFactory, HLLUtilTest, 
DistributedFacetPivotLongTailTest, TestCustomStream, TestTrieFacet, 
TestNumericTerms64, TestSolrCoreSnapshots, RecoveryAfterSoftCommitTest, 
TestReplicationHandlerBackup, HdfsBasicDistributedZk2Test, 
AnalyticsMergeStrategyTest, ManagedSchemaRoundRobinCloudTest, 
TestDownShardTolerantSearch, TestFieldSortValues, ReplicationFactorTest, 
SolrIndexConfigTest, TestSolrDeletionPolicy1, ExitableDirectoryReaderTest, 
TestSizeLimitedDistributedMap, TestCSVLoader, TestQuerySenderNoQuery, 
TemplateUpdateProcessorTest, TestCloudJSONFacetJoinDomain, 
BinaryUpdateRequestHandlerTest, PluginInfoTest, TestBlobHandler, 
TestManagedSynonymFilterFactory, TestManagedResourceStorage, 
DistributedQueryElevationComponentTest, BasicDistributedZkTest, 
CdcrRequestHandlerTest, TestFunctionQuery, SolrCloudReportersTest, 
TestExtendedDismaxParser, XmlUpdateRequestHandlerTest, 
BlockJoinFacetDistribTest, TestPHPSerializedResponseWriter, 
WrapperMergePolicyFactoryTest, MetricsConfigTest, CursorPagingTest, 
TestCSVResponseWriter, FieldAnalysisRequestHandlerTest, 
DistribDocExpirationUpdateProcessorTest, TestDocumentBuilder, 
CreateCollectionCleanupTest, ChaosMonkeyNothingIsSafeTest, SolrPluginUtilsTest, 
HighlighterConfigTest, HttpPartitionTest, PeerSyncTest, 
HdfsChaosMonkeySafeLeaderTest, TestNumericTokenStream, 
WordBreakSolrSpellCheckerTest, TestDocTermOrds, ConnectionReuseTest, 
TestInPlaceUpdatesStandalone, TestBinaryResponseWriter, 
ChaosMonkeySafeLeaderTest, OpenCloseCoreStressTest, ShardRoutingTest, 
BasicZkTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, 
TestReplicationHandler, AutoCommitTest, TestFaceting, TestRecovery, 
DistributedSpellCheckComponentTest, TestStressReorder, TestReload, 
TestCoreContainer, SimpleFacetsTest, SolrCoreTest, TestFiltering, 
DirectUpdateHandlerTest, SolrIndexSplitterTest, SimplePostToolTest, 
TestCoreDiscovery, SpellCheckCollatorTest, CoreAdminHandlerTest, 
TestFoldingMultitermQuery, DocValuesTest, TestStressLucene, SuggesterWFSTTest, 
PolyFieldTest, TestPseudoReturnFields, TestUpdate, 
FieldMutatingUpdateProcessorTest, SortByFunctionTest, TestRemoteStreaming, 
DocValuesMultiTest, DistanceFunctionTest, DebugComponentTest, CacheHeaderTest, 
IndexBasedSpellCheckerTest, TestSurroundQueryParser, LukeRequestHandlerTest, 
DisMaxRequestHandlerTest, TestWriterPerf, TestReversedWildcardFilterFactory, 
DocumentAnalysisRequestHandlerTest, FileBasedSpellCheckerTest, 
TermsComponentTest, RequestHandlersTest, TestValueSourceCache, 
PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, 
TestSolrQueryParser, MBeansHandlerTest, TestAnalyzedSuggestions, 
TestPartialUpdateDeduplication, PingRequestHandlerTest, TestLFUCache, 
TestTolerantSearch, BaseCdcrDistributedZkTest, CdcrBootstrapTest, 
DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteShardTest, 
DistribJoinFromCollectionTest, LeaderElectionContextKeyTest, 
LeaderFailoverAfterPartitionTest, MigrateRouteKeyTest, MultiThreadedOCPTest, 
TestCloudRecovery, TestDistribDocBasedVersion, TestLeaderElectionZkExpiry, 
TestLockTree, TestMiniSolrCloudCluster, TestRandomFlRTGCloud, 
TestRandomRequestDistribution, TestTolerantUpdateProcessorRandomCloud, 
HdfsSyncSliceTest, HdfsThreadLeakTest, TestClusterStateMutator, 
ZkStateReaderTest, ZkStateWriterTest, ImplicitSnitchTest, RuleEngineTest, 
RulesTest, TestReqParamsAPI, TestSQLHandler, CoreMergeIndexesAdminHandlerTest, 
InfoHandlerTest, SecurityConfHandlerTest, TestConfigsApi, 
DistributedExpandComponentTest, DistributedFacetPivotLargeTest, 
TestExpandComponent, TestTrackingShardHandlerFactory, SolrShardReporterTest, 
TestManagedSchemaThreadSafety, TestSchemaManager, 
TestSchemalessBufferedUpdates, TestUseDocValuesAsStored, AnalyticsQueryTest, 
CursorMarkTest, LargeFieldTest, MergeStrategyTest, SortSpecParsingTest, 
TestCollapseQParserPlugin, TestLegacyNumericRangeQueryBuilder, 
TestMissingGroups, TestRecoveryHdfs, TestRuleBasedAuthorizationPlugin, 
TestDelegationWithHadoopAuth]
   [junit4] Completed [684/727 (3!)] on J0 in 1.51s, 8 tests, 1 failure, 1 
skipped <<< FAILURES!

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

Reply via email to