Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/121/

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

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([74CA0546346D986C:CE186A3EB7437679]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:886)
        at 
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:353)
        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:879)
        ... 40 more


FAILED:  org.apache.solr.cloud.SolrCLIZkUtilsTest.testCp

Error Message:
Empty files should NOT be copied down as directories

Stack Trace:
java.lang.AssertionError: Empty files should NOT be copied down as directories
        at 
__randomizedtesting.SeedInfo.seed([74CA0546346D986C:9F26F808F0C4260E]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.SolrCLIZkUtilsTest.testCp(SolrCLIZkUtilsTest.java:449)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12107 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> 1466567 INFO  
(SUITE-AutoCommitTest-seed#[74CA0546346D986C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_74CA0546346D986C-001/init-core-data-001
   [junit4]   2> 1466568 INFO  
(SUITE-AutoCommitTest-seed#[74CA0546346D986C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1466569 INFO  
(SUITE-AutoCommitTest-seed#[74CA0546346D986C]-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> 1466570 INFO  
(SUITE-AutoCommitTest-seed#[74CA0546346D986C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1466570 INFO  
(SUITE-AutoCommitTest-seed#[74CA0546346D986C]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1466607 INFO  
(SUITE-AutoCommitTest-seed#[74CA0546346D986C]-worker) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1466635 INFO  
(SUITE-AutoCommitTest-seed#[74CA0546346D986C]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1466735 INFO  
(SUITE-AutoCommitTest-seed#[74CA0546346D986C]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1466771 INFO  
(SUITE-AutoCommitTest-seed#[74CA0546346D986C]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5ea9a3e0
   [junit4]   2> 1466774 INFO  
(SUITE-AutoCommitTest-seed#[74CA0546346D986C]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5ea9a3e0
   [junit4]   2> 1466774 INFO  
(SUITE-AutoCommitTest-seed#[74CA0546346D986C]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5ea9a3e0
   [junit4]   2> 1466783 INFO  (coreLoadExecutor-5555-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.x/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1466839 INFO  (coreLoadExecutor-5555-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1466855 INFO  (coreLoadExecutor-5555-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1466955 INFO  (coreLoadExecutor-5555-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1466960 INFO  (coreLoadExecutor-5555-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.x/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 1466961 INFO  (coreLoadExecutor-5555-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@5ea9a3e0
   [junit4]   2> 1466961 INFO  (coreLoadExecutor-5555-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1466961 INFO  (coreLoadExecutor-5555-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_74CA0546346D986C-001/init-core-data-001/]
   [junit4]   2> 1466962 INFO  (coreLoadExecutor-5555-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=50, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1466997 INFO  (coreLoadExecutor-5555-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1466997 INFO  (coreLoadExecutor-5555-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1466998 INFO  (coreLoadExecutor-5555-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1466998 INFO  (coreLoadExecutor-5555-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1466999 INFO  (coreLoadExecutor-5555-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=38, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.13198332394114312]
   [junit4]   2> 1466999 INFO  (coreLoadExecutor-5555-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5a2288ed[collection1] main]
   [junit4]   2> 1467000 INFO  (coreLoadExecutor-5555-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1467008 INFO  (coreLoadExecutor-5555-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1467059 INFO  (coreLoadExecutor-5555-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1467059 INFO  
(searcherExecutor-5556-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1467059 INFO  
(searcherExecutor-5556-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1467059 INFO  
(searcherExecutor-5556-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1467059 INFO  
(searcherExecutor-5556-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1467060 INFO  
(searcherExecutor-5556-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1467060 INFO  
(searcherExecutor-5556-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1467060 INFO  
(searcherExecutor-5556-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1467060 INFO  
(searcherExecutor-5556-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1467060 INFO  
(searcherExecutor-5556-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1467062 INFO  
(searcherExecutor-5556-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5a2288ed[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1467064 INFO  (coreLoadExecutor-5555-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1575021228661407744
   [junit4]   2> 1467067 INFO  
(SUITE-AutoCommitTest-seed#[74CA0546346D986C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1467069 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 1467069 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1467069 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3fb92d98[collection1] realtime]
   [junit4]   2> 1467070 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
 (-9223372036854775807)} 0 1
   [junit4]   2> 1467070 ERROR 
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    ] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 1467070 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1467102 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1467119 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1467200 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1467206 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1467218 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    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@5ea9a3e0
   [junit4]   2> 1467219 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_74CA0546346D986C-001/init-core-data-001/]
   [junit4]   2> 1467260 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1467260 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1467292 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@75061352[collection1] main]
   [junit4]   2> 1467293 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1467295 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1467302 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1467302 INFO  
(searcherExecutor-5561-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1467302 INFO  
(searcherExecutor-5561-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1467302 INFO  
(searcherExecutor-5561-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1467302 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1575021228910968832
   [junit4]   2> 1467302 INFO  
(searcherExecutor-5561-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1467302 INFO  
(searcherExecutor-5561-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1467302 INFO  
(searcherExecutor-5561-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1467303 INFO  
(searcherExecutor-5561-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1467303 INFO  
(searcherExecutor-5561-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1467303 INFO  
(searcherExecutor-5561-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1467305 INFO  
(searcherExecutor-5561-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@75061352[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1467307 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=28, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=80.8828125, 
floorSegmentMB=1.158203125, forceMergeDeletesPctAllowed=5.544425498486721, 
segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1467307 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1467307 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1a7f7fc9[collection1] main]
   [junit4]   2> 1467307 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2ca346d4
   [junit4]   2> 1467309 INFO  
(searcherExecutor-5561-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1a7f7fc9[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1467316 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=748898004
   [junit4]   2> 1467324 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 
(1575021228931940352)]} 0 1
   [junit4]   2> 1467324 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[1 
(1575021228934037504)]} 0 2
   [junit4]   2> 1467325 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 
(1575021228934037505)]} 0 2
   [junit4]   2> 1467326 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 
(1575021228935086080)]} 0 3
   [junit4]   2> 1467327 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4 
(1575021228936134656)]} 0 4
   [junit4]   2> 1467327 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5 
(1575021228937183232)]} 0 5
   [junit4]   2> 1467327 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6 
(1575021228937183233)]} 0 5
   [junit4]   2> 1467328 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7 
(1575021228937183234)]} 0 5
   [junit4]   2> 1467328 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8 
(1575021228938231808)]} 0 5
   [junit4]   2> 1467328 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9 
(1575021228938231809)]} 0 5
   [junit4]   2> 1467328 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10 
(1575021228938231810)]} 0 5
   [junit4]   2> 1467329 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11 
(1575021228938231811)]} 0 6
   [junit4]   2> 1467329 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12 
(1575021228939280384)]} 0 6
   [junit4]   2> 1467329 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13 
(1575021228939280385)]} 0 6
   [junit4]   2> 1467329 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    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> 1467344 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14 
(1575021228943474688)]} 0 22
   [junit4]   2> 1467348 INFO  (commitScheduler-5564-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> 1467350 INFO  (commitScheduler-5564-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@100578c0[collection1] main]
   [junit4]   2> 1467351 INFO  (commitScheduler-5564-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1467352 INFO  
(searcherExecutor-5561-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@100578c0[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C15)))}
   [junit4]   2> 1467601 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15 
(1575021229224493056)]} 0 279
   [junit4]   2> 1467602 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    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> 1467603 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    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> 1467603 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> 1467605 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[74CA0546346D986C]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 1467606 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[74CA0546346D986C]) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL 
DOCUMENTS FROM INDEX
   [junit4]   2> 1467606 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[74CA0546346D986C]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@48332ed6[collection1] realtime]
   [junit4]   2> 1467606 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[74CA0546346D986C]) [    
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> 1467606 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[74CA0546346D986C]) [    
x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 1467607 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[74CA0546346D986C]) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1467649 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[74CA0546346D986C]) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1467688 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[74CA0546346D986C]) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1467797 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[74CA0546346D986C]) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1467803 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[74CA0546346D986C]) [    
x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1467813 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[74CA0546346D986C]) [    
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@5ea9a3e0
   [junit4]   2> 1467813 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[74CA0546346D986C]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_74CA0546346D986C-001/init-core-data-001/]
   [junit4]   2> 1467851 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[74CA0546346D986C]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1467851 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[74CA0546346D986C]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1467852 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[74CA0546346D986C]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@74c83a11[collection1] main]
   [junit4]   2> 1467853 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[74CA0546346D986C]) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1467853 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[74CA0546346D986C]) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1467855 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[74CA0546346D986C]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1467864 INFO  
(searcherExecutor-5565-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1467864 INFO  
(searcherExecutor-5565-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1467864 INFO  
(searcherExecutor-5565-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1467864 INFO  
(searcherExecutor-5565-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1467864 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[74CA0546346D986C]) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=48, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=41.7587890625, 
floorSegmentMB=0.29296875, forceMergeDeletesPctAllowed=28.55284618152608, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1467864 INFO  
(searcherExecutor-5565-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1467865 INFO  
(searcherExecutor-5565-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1467865 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[74CA0546346D986C]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1467865 INFO  
(searcherExecutor-5565-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1467865 INFO  
(searcherExecutor-5565-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1467865 INFO  
(searcherExecutor-5565-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1467867 INFO  
(searcherExecutor-5565-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@74c83a11[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1467867 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[74CA0546346D986C]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@40105f9e[collection1] main]
   [junit4]   2> 1467867 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[74CA0546346D986C]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@25b12dcd
   [junit4]   2> 1467868 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[74CA0546346D986C]) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=632368589
   [junit4]   2> 1467871 INFO  
(searcherExecutor-5565-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@40105f9e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1467878 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[74CA0546346D986C]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1575021229506560000)]} 0 8
   [junit4]   2> 1467878 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[74CA0546346D986C]) [    
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> 1467888 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[74CA0546346D986C]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1575021229514948608)]} 0 18
   [junit4]   2> 1467888 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[74CA0546346D986C]) [    
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> 1467889 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[74CA0546346D986C]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 
(-1575021229526482944)]} 0 19
   [junit4]   2> 1467889 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[74CA0546346D986C]) [    
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> 1467889 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[74CA0546346D986C]) [    
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> 1467890 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[74CA0546346D986C]) [    
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:879)
   [junit4]   2>        at 
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:353)
   [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> 1467890 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[74CA0546346D986C]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest 
-Dtests.method=testCommitWithin -Dtests.seed=74CA0546346D986C 
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=is 
-Dtests.timezone=Pacific/Chuuk -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.29s J2 | AutoCommitTest.testCommitWithin <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([74CA0546346D986C:CE186A3EB7437679]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:886)
   [junit4]    >        at 
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:353)
   [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:879)
   [junit4]    >        ... 40 more
   [junit4]   2> 1467894 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 1467894 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1467894 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7772d42e[collection1] realtime]
   [junit4]   2> 1467895 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    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> 1467895 ERROR 
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 1467895 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1467918 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1467941 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1468023 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1468028 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1468040 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    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@5ea9a3e0
   [junit4]   2> 1468041 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_74CA0546346D986C-001/init-core-data-001/]
   [junit4]   2> 1468088 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1468088 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1468089 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@258ebedf[collection1] main]
   [junit4]   2> 1468090 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1468091 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1468095 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1468095 INFO  
(searcherExecutor-5569-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1468095 INFO  
(searcherExecutor-5569-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1468095 INFO  
(searcherExecutor-5569-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1468095 INFO  
(searcherExecutor-5569-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1468096 INFO  
(searcherExecutor-5569-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1468096 INFO  
(searcherExecutor-5569-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1468096 INFO  
(searcherExecutor-5569-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1468096 INFO  
(searcherExecutor-5569-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1468096 INFO  
(searcherExecutor-5569-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1468098 INFO  
(searcherExecutor-5569-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@258ebedf[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1468099 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=48, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1468099 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1468099 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@45b778dc[collection1] main]
   [junit4]   2> 1468099 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@25179a2
   [junit4]   2> 1468100 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=38893986
   [junit4]   2> 1468105 INFO  
(searcherExecutor-5569-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@45b778dc[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1468124 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1575021229757169664)]} 0 15
   [junit4]   2> 1468124 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    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> 1469614 INFO  (commitScheduler-5572-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> 1469617 INFO  (commitScheduler-5572-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@35895c5b[collection1] main]
   [junit4]   2> 1469617 INFO  (commitScheduler-5572-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1469618 INFO  
(searcherExecutor-5569-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@35895c5b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(7.1.0):C1)))}
   [junit4]   2> 1469627 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1575021231347859456)]} 0 1517
   [junit4]   2> 1469627 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    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> 1469627 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    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> 1469628 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{delete=[529 (-1575021231349956608)]} 0 0
   [junit4]   2> 1469628 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    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> 1471127 INFO  (commitScheduler-5572-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> 1471133 INFO  (commitScheduler-5572-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4c3f842e[collection1] main]
   [junit4]   2> 1471133 INFO  (commitScheduler-5572-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1471134 INFO  
(searcherExecutor-5569-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4c3f842e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(7.1.0):C1)))}
   [junit4]   2> 1471380 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[550 
(1575021233186013184)]} 0 3271
   [junit4]   2> 1471380 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    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> 1471380 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1575021233187061760)]} 0 3271
   [junit4]   2> 1471381 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1575021233188110336)]} 0 3271
   [junit4]   2> 1471381 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1575021233188110337)]} 0 3272
   [junit4]   2> 1471381 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1575021233188110338)]} 0 3272
   [junit4]   2> 1471381 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1575021233188110339)]} 0 3272
   [junit4]   2> 1471381 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1575021233188110340)]} 0 3272
   [junit4]   2> 1471381 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1575021233188110341)]} 0 3272
   [junit4]   2> 1471381 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1575021233188110342)]} 0 3272
   [junit4]   2> 1471381 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1575021233188110343)]} 0 3272
   [junit4]   2> 1471381 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1575021233188110344)]} 0 3272
   [junit4]   2> 1471382 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    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> 1472880 INFO  (commitScheduler-5572-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> 1472882 INFO  (commitScheduler-5572-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5e7c1671[collection1] main]
   [junit4]   2> 1472882 INFO  (commitScheduler-5572-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1472883 INFO  
(searcherExecutor-5569-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5e7c1671[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(7.1.0):C1)
 Uninverting(_5(7.1.0):C11/9:delGen=1)))}
   [junit4]   2> 1472884 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[531 
(1575021234764120064)]} 0 4775
   [junit4]   2> 1472884 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    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> 1472885 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[74CA0546346D986C]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> 1472885 INFO  
(SUITE-AutoCommitTest-seed#[74CA0546346D986C]-worker) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1472885 INFO  
(SUITE-AutoCommitTest-seed#[74CA0546346D986C]-worker) [    x:collection1] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=691272273
   [junit4]   2> 1472885 INFO  
(SUITE-AutoCommitTest-seed#[74CA0546346D986C]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1472886 INFO  
(SUITE-AutoCommitTest-seed#[74CA0546346D986C]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1472887 INFO  
(SUITE-AutoCommitTest-seed#[74CA0546346D986C]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1472887 INFO  
(SUITE-AutoCommitTest-seed#[74CA0546346D986C]-worker) [    x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1472887 INFO  
(coreCloseExecutor-5573-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@55c9fa79
   [junit4]   2> 1472887 INFO  
(coreCloseExecutor-5573-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 1472887 INFO  
(coreCloseExecutor-5573-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1eba6b20 commitCommandVersion:0
   [junit4]   2> 1472889 INFO  
(coreCloseExecutor-5573-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1439300217
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_74CA0546346D986C-001
   [junit4]   2> NOTE: test params are: 
codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY,
 chunkSize=1, maxDocsPerChunk=983, blockSize=7), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, 
chunkSize=1, blockSize=7)), sim=RandomSimilarity(queryNorm=true): {}, 
locale=is, timezone=Pacific/Chuuk
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=262126264,total=515375104
   [junit4]   2> NOTE: All tests run in this JVM: [RegexBoostProcessorTest, 
SolrShardReporterTest, LeaderInitiatedRecoveryOnCommitTest, TestConfigReload, 
TestDistribIDF, HdfsRecoveryZkTest, SolrInfoBeanTest, TestSolrCoreProperties, 
DistributedFacetExistsSmallTest, TestSort, DeleteStatusTest, AtomicUpdatesTest, 
TestManagedSynonymGraphFilterFactory, PathHierarchyTokenizerFactoryTest, 
TestRecoveryHdfs, CollectionsAPIAsyncDistributedZkTest, ConfigSetsAPITest, 
TestRandomRequestDistribution, TestCloudPivotFacet, TestUseDocValuesAsStored2, 
TestFieldCollectionResource, TestMiniSolrCloudClusterSSL, TestJmxIntegration, 
DocumentBuilderTest, SharedFSAutoReplicaFailoverUtilsTest, TestPullReplica, 
ClassificationUpdateProcessorTest, CircularListTest, TestCustomSort, 
LeaderElectionTest, UnloadDistributedZkTest, 
TestLegacyNumericRangeQueryBuilder, BadIndexSchemaTest, TestLRUStatsCache, 
SaslZkACLProviderTest, SimpleFacetsTest, TestNumericTerms32, 
TestFoldingMultitermQuery, TestImpersonationWithHadoopAuth, 
TestAnalyzedSuggestions, TermVectorComponentDistributedTest, 
DocValuesNotIndexedTest, SuggesterTest, TestSchemaManager, SortByFunctionTest, 
RequiredFieldsTest, TestRuleBasedAuthorizationPlugin, TestReqParamsAPI, 
TestHttpShardHandlerFactory, TestLegacyNumericUtils, TestInPlaceUpdatesDistrib, 
TestSurroundQueryParser, SearchHandlerTest, TestConfigOverlay, 
ResponseHeaderTest, TestJettySolrRunner, 
OutOfBoxZkACLAndCredentialsProvidersTest, OverseerTaskQueueTest, 
PreAnalyzedFieldManagedSchemaCloudTest, TestTlogReplica, ClusterStateTest, 
TestMacros, TestClassicSimilarityFactory, TestTrie, TestSolrXml, OverseerTest, 
TestFieldTypeResource, TestUtils, CoreAdminCreateDiscoverTest, 
HdfsThreadLeakTest, TestCopyFieldCollectionResource, TestDynamicLoading, 
SolrCloudExampleTest, TestBulkSchemaConcurrent, 
TestStressCloudBlindAtomicUpdates, CopyFieldTest, SuggestComponentTest, 
SecurityConfHandlerTest, TestConfigSetsAPIZkFailure, 
HdfsCollectionsAPIDistributedZkTest, HdfsLockFactoryTest, AddBlockUpdateTest, 
TestCodecSupport, TestManagedSchemaAPI, 
DistributedQueryComponentCustomSortTest, TestReload, 
TestSlowCompositeReaderWrapper, TestPushWriter, CdcrVersionReplicationTest, 
TestSimpleQParserPlugin, TestShardHandlerFactory, TestCloudSearcherWarming, 
TestJsonRequest, NotRequiredUniqueKeyTest, PrimitiveFieldTypeTest, 
StatsComponentTest, SolrMetricsIntegrationTest, SolrTestCaseJ4Test, 
TestCollectionsAPIViaSolrCloudCluster, TestTolerantSearch, 
TestRandomCollapseQParserPlugin, ReturnFieldsTest, TestBinaryResponseWriter, 
XsltUpdateRequestHandlerTest, MissingSegmentRecoveryTest, 
TestSubQueryTransformerCrossCore, TestQuerySenderListener, BJQParserTest, 
TestLeaderInitiatedRecoveryThread, TestLMJelinekMercerSimilarityFactory, 
TestApiFramework, TestCoreAdminApis, HdfsDirectoryFactoryTest, 
SimplePostToolTest, NumericFieldsTest, CdcrReplicationDistributedZkTest, 
BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, 
FullSolrCloudDistribCmdsTest, TestZkChroot, AutoCommitTest]
   [junit4] Completed [372/727 (1!)] on J2 in 6.33s, 3 tests, 1 error <<< 
FAILURES!

[...truncated 481 lines...]
   [junit4] Suite: org.apache.solr.cloud.SolrCLIZkUtilsTest
   [junit4]   2> 1837978 INFO  
(SUITE-SolrCLIZkUtilsTest-seed#[74CA0546346D986C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_74CA0546346D986C-001/init-core-data-001
   [junit4]   2> 1837978 WARN  
(SUITE-SolrCLIZkUtilsTest-seed#[74CA0546346D986C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1837978 INFO  
(SUITE-SolrCLIZkUtilsTest-seed#[74CA0546346D986C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1837980 INFO  
(SUITE-SolrCLIZkUtilsTest-seed#[74CA0546346D986C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1837980 INFO  
(SUITE-SolrCLIZkUtilsTest-seed#[74CA0546346D986C]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_74CA0546346D986C-001/tempDir-001
   [junit4]   2> 1837980 INFO  
(SUITE-SolrCLIZkUtilsTest-seed#[74CA0546346D986C]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1837980 INFO  (Thread-4683) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1837980 INFO  (Thread-4683) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1837982 ERROR (Thread-4683) [    ] 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> 1838081 INFO  
(SUITE-SolrCLIZkUtilsTest-seed#[74CA0546346D986C]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:37032
   [junit4]   2> 1838086 INFO  (jetty-launcher-4078-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1838086 INFO  (jetty-launcher-4078-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@78f9f976{/solr,null,AVAILABLE}
   [junit4]   2> 1838088 INFO  (jetty-launcher-4078-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@7d4d1173{SSL,[ssl, 
http/1.1]}{127.0.0.1:40051}
   [junit4]   2> 1838088 INFO  (jetty-launcher-4078-thread-1) [    ] 
o.e.j.s.Server Started @1840034ms
   [junit4]   2> 1838088 INFO  (jetty-launcher-4078-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40051}
   [junit4]   2> 1838088 ERROR (jetty-launcher-4078-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1838088 INFO  (jetty-launcher-4078-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.1.0
   [junit4]   2> 1838088 INFO  (jetty-launcher-4078-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1838088 INFO  (jetty-launcher-4078-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1838088 INFO  (jetty-launcher-4078-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-06T22:14:24.696Z
   [junit4]   2> 1838090 INFO  (jetty-launcher-4078-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1838095 INFO  (jetty-launcher-4078-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37032/solr
   [junit4]   2> 1838143 INFO  (jetty-launcher-4078-thread-1) 
[n:127.0.0.1:40051_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1838144 INFO  (jetty-launcher-4078-thread-1) 
[n:127.0.0.1:40051_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:40051_solr
   [junit4]   2> 1838144 INFO  (jetty-launcher-4078-thread-1) 
[n:127.0.0.1:40051_solr    ] o.a.s.c.Overseer Overseer 
(id=98438851106504707-127.0.0.1:40051_solr-n_0000000000) starting
   [junit4]   2> 1838148 INFO  (jetty-launcher-4078-thread-1) 
[n:127.0.0.1:40051_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40051_solr
   [junit4]   2> 1838149 INFO  
(zkCallback-4085-thread-1-processing-n:127.0.0.1:40051_solr) 
[n:127.0.0.1:40051_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1838226 INFO  (jetty-launcher-4078-thread-1) 
[n:127.0.0.1:40051_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40051.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@745307ac
   [junit4]   2> 1838229 INFO  (jetty-launcher-4078-thread-1) 
[n:127.0.0.1:40051_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40051.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@745307ac
   [junit4]   2> 1838229 INFO  (jetty-launcher-4078-thread-1) 
[n:127.0.0.1:40051_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40051.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@745307ac
   [junit4]   2> 1838230 INFO  (jetty-launcher-4078-thread-1) 
[n:127.0.0.1:40051_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_74CA0546346D986C-001/tempDir-001/node1/.
   [junit4]   2> 1838241 INFO  
(SUITE-SolrCLIZkUtilsTest-seed#[74CA0546346D986C]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1838242 INFO  
(SUITE-SolrCLIZkUtilsTest-seed#[74CA0546346D986C]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37032/solr ready
   [junit4]   2> 1838251 INFO  
(TEST-SolrCLIZkUtilsTest.testMv-seed#[74CA0546346D986C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testMv
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:37032/solr ...
   [junit4]   1> Uploading 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf
 for config mv1 to ZooKeeper at 127.0.0.1:37032/solr
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:37032/solr ...
   [junit4]   1> Moving Znode /configs/mv1 to /mv2 on ZooKeeper at 
127.0.0.1:37032/solr
   [junit4]   2> 1838263 INFO  
(TEST-SolrCLIZkUtilsTest.testMv-seed#[74CA0546346D986C]) [    ] 
o.a.s.c.c.ZkMaintenanceUtils copying from '/configs/mv1' to '/mv2'
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:37032/solr ...
   [junit4]   2> 1838275 ERROR 
(TEST-SolrCLIZkUtilsTest.testMv-seed#[74CA0546346D986C]) [    ] o.a.s.u.SolrCLI 
Could not complete mv operation for reason: mv command operates on znodes and 
'file:' has been specified.
   [junit4]   2> 
   [junit4]   2> ERROR: mv command operates on znodes and 'file:' has been 
specified.
   [junit4]   2> 
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:37032/solr ...
   [junit4]   1> Moving Znode /mv2 to /mv4 on ZooKeeper at 127.0.0.1:37032/solr
   [junit4]   2> 1838276 INFO  
(TEST-SolrCLIZkUtilsTest.testMv-seed#[74CA0546346D986C]) [    ] 
o.a.s.c.c.ZkMaintenanceUtils copying from '/mv2' to '/mv4'
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:37032/solr ...
   [junit4]   1> Moving Znode /mv4/solrconfig.xml to 
/testmvsingle/solrconfig.xml on ZooKeeper at 127.0.0.1:37032/solr
   [junit4]   2> 1838286 INFO  
(TEST-SolrCLIZkUtilsTest.testMv-seed#[74CA0546346D986C]) [    ] 
o.a.s.c.c.ZkMaintenanceUtils copying from '/mv4/solrconfig.xml' to 
'/testmvsingle/solrconfig.xml'
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:37032/solr ...
   [junit4]   1> Moving Znode /mv4/schema.xml to /parentnode/ on ZooKeeper at 
127.0.0.1:37032/solr
   [junit4]   2> 1838289 INFO  
(TEST-SolrCLIZkUtilsTest.testMv-seed#[74CA0546346D986C]) [    ] 
o.a.s.c.c.ZkMaintenanceUtils copying from '/mv4/schema.xml' to 
'/parentnode/schema.xml'
   [junit4]   2> 1838291 INFO  
(TEST-SolrCLIZkUtilsTest.testMv-seed#[74CA0546346D986C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testMv
   [junit4]   2> 1838299 INFO  
(TEST-SolrCLIZkUtilsTest.testLs-seed#[74CA0546346D986C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testLs
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:37032/solr ...
   [junit4]   1> Uploading 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf
 for config lister to ZooKeeper at 127.0.0.1:37032/solr
   [junit4]   2> 1838335 INFO  
(TEST-SolrCLIZkUtilsTest.testLs-seed#[74CA0546346D986C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testLs
   [junit4]   2> 1838343 INFO  
(TEST-SolrCLIZkUtilsTest.testDownconfig-seed#[74CA0546346D986C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testDownconfig
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:37032/solr ...
   [junit4]   1> Uploading 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf
 for config downconfig1 to ZooKeeper at 127.0.0.1:37032/solr
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:37032/solr ...
   [junit4]   1> Downloading configset downconfig1 from ZooKeeper at 
127.0.0.1:37032/solr to directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_74CA0546346D986C-001/downConfigNewPlace-001/myconfset/conf
   [junit4]   2> 1838353 INFO  
(TEST-SolrCLIZkUtilsTest.testDownconfig-seed#[74CA0546346D986C]) [    ] 
o.a.s.c.c.ZkMaintenanceUtils Writing file 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_74CA0546346D986C-001/downConfigNewPlace-001/myconfset/conf/schema.xml
   [junit4]   2> 1838354 INFO  
(TEST-SolrCLIZkUtilsTest.testDownconfig-seed#[74CA0546346D986C]) [    ] 
o.a.s.c.c.ZkMaintenanceUtils Writing file 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_74CA0546346D986C-001/downConfigNewPlace-001/myconfset/conf/solrconfig.xml
   [junit4]   2> 1838355 INFO  
(TEST-SolrCLIZkUtilsTest.testDownconfig-seed#[74CA0546346D986C]) [    ] 
o.a.s.c.c.ZkMaintenanceUtils Writing file 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_74CA0546346D986C-001/downConfigNewPlace-001/myconfset/conf/stopwords/stopwords-en.txt
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:37032/solr ...
   [junit4]   1> Uploading 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_74CA0546346D986C-001/downConfigNewPlace-001/myconfset/conf
 for config downconfig2 to ZooKeeper at 127.0.0.1:37032/solr
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:37032/solr ...
   [junit4]   1> Downloading configset downconfig2 from ZooKeeper at 
127.0.0.1:37032/solr to directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_74CA0546346D986C-001/downConfigNewPlace2-001/conf
   [junit4]   2> 1838365 INFO  
(TEST-SolrCLIZkUtilsTest.testDownconfig-seed#[74CA0546346D986C]) [    ] 
o.a.s.c.c.ZkMaintenanceUtils Writing file 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_74CA0546346D986C-001/downConfigNewPlace2-001/conf/schema.xml
   [junit4]   2> 1838365 INFO  
(TEST-SolrCLIZkUtilsTest.testDownconfig-seed#[74CA0546346D986C]) [    ] 
o.a.s.c.c.ZkMaintenanceUtils Writing file 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_74CA0546346D986C-001/downConfigNewPlace2-001/conf/solrconfig.xml
   [junit4]   2> 1838366 INFO  
(TEST-SolrCLIZkUtilsTest.testDownconfig-seed#[74CA0546346D986C]) [    ] 
o.a.s.c.c.ZkMaintenanceUtils Writing file 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_74CA0546346D986C-001/downConfigNewPlace2-001/conf/stopwords/stopwords-en.txt
   [junit4]   2> 1838370 INFO  
(TEST-SolrCLIZkUtilsTest.testDownconfig-seed#[74CA0546346D986C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testDownconfig
   [junit4]   2> 1838380 INFO  
(TEST-SolrCLIZkUtilsTest.testRm-seed#[74CA0546346D986C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testRm
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:37032/solr ...
   [junit4]   1> Uploading 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf
 for config rm1 to ZooKeeper at 127.0.0.1:37032/solr
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:37032/solr ...
   [junit4]   1> Uploading 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf
 for config rm2 to ZooKeeper at 127.0.0.1:37032/solr
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:37032/solr ...
   [junit4]   2> 1838391 ERROR 
(TEST-SolrCLIZkUtilsTest.testRm-seed#[74CA0546346D986C]) [    ] o.a.s.u.SolrCLI 
Could not complete rm operation for reason: Zookeeper node /configs/rm1 has 
children and recurse has NOT been specified
   [junit4]   2> 
   [junit4]   2> ERROR: Zookeeper node /configs/rm1 has children and recurse 
has NOT been specified
   [junit4]   2> 
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:37032/solr ...
   [junit4]   2> 1838395 ERROR 
(TEST-SolrCLIZkUtilsTest.testRm-seed#[74CA0546346D986C]) [    ] o.a.s.u.SolrCLI 
Could not complete rm operation for reason: Zookeeper node /configs/rm1 has 
children and recurse has NOT been specified
   [junit4]   2> 
   [junit4]   2> ERROR: Zookeeper node /configs/rm1 has children and recurse 
has NOT been specified
   [junit4]   2> 
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:37032/solr ...
   [junit4]   1> Removing Zookeeper node /configs/rm1 from ZooKeeper at 
127.0.0.1:37032/solr recurse: true
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:37032/solr ...
   [junit4]   1> Removing Zookeeper node /configs/rm2 from ZooKeeper at 
127.0.0.1:37032/solr recurse: true
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:37032/solr ...
   [junit4]   1> Uploading 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf
 for config rm3 to ZooKeeper at 127.0.0.1:37032/solr
   [junit4]   2> 
   [junit4]   2> ERROR: You may not remove the root ZK node ('/')!
   [junit4]   2> 
   [junit4]   2> 1838408 INFO  
(TEST-SolrCLIZkUtilsTest.testRm-seed#[74CA0546346D986C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testRm
   [junit4]   2> 1838420 INFO  
(TEST-SolrCLIZkUtilsTest.testCp-seed#[74CA0546346D986C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCp
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:37032/solr ...
   [junit4]   1> Uploading 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf
 for config cp1 to ZooKeeper at 127.0.0.1:37032/solr
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:37032/solr ...
   [junit4]   1> Copying from 'zk:/configs/cp1' to 'zk:/cp2'. ZooKeeper at 
127.0.0.1:37032/solr
   [junit4]   2> 1838428 INFO  
(TEST-SolrCLIZkUtilsTest.testCp-seed#[74CA0546346D986C]) [    ] 
o.a.s.c.c.ZkMaintenanceUtils copying from '/configs/cp1' to '/cp2'
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:37032/solr ...
   [junit4]   1> Copying from 'zk:/configs/cp1' to 
'file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_74CA0546346D986C-001/tmpNewPlace2-001'.
 ZooKeeper at 127.0.0.1:37032/solr
   [junit4]   2> 1838437 INFO  
(TEST-SolrCLIZkUtilsTest.testCp-seed#[74CA0546346D986C]) [    ] 
o.a.s.c.c.ZkMaintenanceUtils copying from '/configs/cp1' to 
'/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_74CA0546346D986C-001/tmpNewPlace2-001'
   [junit4]   2> 1838437 INFO  
(TEST-SolrCLIZkUtilsTest.testCp-seed#[74CA0546346D986C]) [    ] 
o.a.s.c.c.ZkMaintenanceUtils Writing file 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_74CA0546346D986C-001/tmpNewPlace2-001/schema.xml
   [junit4]   2> 1838438 INFO  
(TEST-SolrCLIZkUtilsTest.testCp-seed#[74CA0546346D986C]) [    ] 
o.a.s.c.c.ZkMaintenanceUtils Writing file 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_74CA0546346D986C-001/tmpNewPlace2-001/solrconfig.xml
   [junit4]   2> 1838439 INFO  
(TEST-SolrCLIZkUtilsTest.testCp-seed#[74CA0546346D986C]) [    ] 
o.a.s.c.c.ZkMaintenanceUtils Writing file 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_74CA0546346D986C-001/tmpNewPlace2-001/stopwords/stopwords-en.txt
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:37032/solr ...
   [junit4]   1> Copying from 'zk:/configs/cp1' to 
'/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_74CA0546346D986C-001/tmpNewPlace3-001'.
 ZooKeeper at 127.0.0.1:37032/solr
   [junit4]   2> 1838443 INFO  
(TEST-SolrCLIZkUtilsTest.testCp-seed#[74CA0546346D986C]) [    ] 
o.a.s.c.c.ZkMaintenanceUtils copying from '/configs/cp1' to 
'/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_74CA0546346D986C-001/tmpNewPlace3-001'
   [junit4]   2> 1838444 INFO  
(TEST-SolrCLIZkUtilsTest.testCp-seed#[74CA0546346D986C]) [    ] 
o.a.s.c.c.ZkMaintenanceUtils Writing file 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_74CA0546346D986C-001/tmpNewPlace3-001/schema.xml
   [junit4]   2> 1838444 INFO  
(TEST-SolrCLIZkUtilsTest.testCp-seed#[74CA0546346D986C]) [    ] 
o.a.s.c.c.ZkMaintenanceUtils Writing file 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_74CA0546346D986C-001/tmpNewPlace3-001/solrconfig.xml
   [junit4]   2> 1838446 INFO  
(TEST-SolrCLIZkUtilsTest.testCp-seed#[74CA0546346D986C]) [    ] 
o.a.s.c.c.ZkMaintenanceUtils Writing file 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_74CA0546346D986C-001/tmpNewPlace3-001/stopwords/stopwords-en.txt
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:37032/solr ...
   [junit4]   1> Copying from 
'/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf'
 to 'zk:/cp3'. ZooKeeper at 127.0.0.1:37032/solr
   [junit4]   2> 1838449 INFO  
(TEST-SolrCLIZkUtilsTest.testCp-seed#[74CA0546346D986C]) [    ] 
o.a.s.c.c.ZkMaintenanceUtils copying from 
'/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf'
 to '/cp3'
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:37032/solr ...
   [junit4]   1> Copying from 
'file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf'
 to 'zk:/cp4'. ZooKeeper at 127.0.0.1:37032/solr
   [junit4]   2> 1838455 INFO  
(TEST-SolrCLIZkUtilsTest.testCp-seed#[74CA0546346D986C]) [    ] 
o.a.s.c.c.ZkMaintenanceUtils copying from 
'/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf'
 to '/cp4'
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:37032/solr ...
   [junit4]   1> Copying from 
'file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf'
 to 'zk:/cp5Fail'. ZooKeeper at 127.0.0.1:37032/solr
   [junit4]   2> 1838461 ERROR 
(TEST-SolrCLIZkUtilsTest.testCp-seed#[74CA0546346D986C]) [    ] o.a.s.u.SolrCLI 
Could not complete the zk operation for reason: Local path 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf
 is a directory and recurse is false
   [junit4]   2> 
   [junit4]   2> ERROR: Local path 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf
 is a directory and recurse is false
   [junit4]   2> 
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:37032/solr ...
   [junit4]   1> Copying from 
'file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf'
 to 'zk:/cp6Fail'. ZooKeeper at 127.0.0.1:37032/solr
   [junit4]   2> 1838462 ERROR 
(TEST-SolrCLIZkUtilsTest.testCp-seed#[74CA0546346D986C]) [    ] o.a.s.u.SolrCLI 
Could not complete the zk operation for reason: Local path 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf
 is a directory and recurse is false
   [junit4]   2> 
   [junit4]   2> ERROR: Local path 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf
 is a directory and recurse is false
   [junit4]   2> 
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:37032/solr ...
   [junit4]   1> Copying from 'zk:/cp3/schema.xml' to 
'/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SolrC

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

0546346D986C-001/cp10-001/stopwords/stopwords-en.txt
   [junit4]   2> 1838508 INFO  
(TEST-SolrCLIZkUtilsTest.testCp-seed#[74CA0546346D986C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testCp
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrCLIZkUtilsTest 
-Dtests.method=testCp -Dtests.seed=74CA0546346D986C -Dtests.multiplier=2 
-Dtests.slow=true -Dtests.locale=ms -Dtests.timezone=BST -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.10s J1 | SolrCLIZkUtilsTest.testCp <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Empty files should NOT 
be copied down as directories
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([74CA0546346D986C:9F26F808F0C4260E]:0)
   [junit4]    >        at 
org.apache.solr.cloud.SolrCLIZkUtilsTest.testCp(SolrCLIZkUtilsTest.java:449)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1838520 INFO  
(TEST-SolrCLIZkUtilsTest.testUpconfig-seed#[74CA0546346D986C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testUpconfig
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:37032/solr ...
   [junit4]   1> Uploading 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf
 for config upconfig1 to ZooKeeper at 127.0.0.1:37032/solr
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:37032/solr ...
   [junit4]   1> Uploading 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf
 for config upconfig2 to ZooKeeper at 127.0.0.1:37032/solr
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:37032/solr ...
   [junit4]   2> 1838534 ERROR 
(TEST-SolrCLIZkUtilsTest.testUpconfig-seed#[74CA0546346D986C]) [    ] 
o.a.s.u.SolrCLI Could not complete upconfig operation for reason: Could not 
find solrconfig.xml at 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/configsets/solrconfig.xml,
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/configsets/conf/solrconfig.xml
 or 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/configsets/nothinghere/conf/solrconfig.xml
   [junit4]   2> 
   [junit4]   2> ERROR: Could not find solrconfig.xml at 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/configsets/solrconfig.xml,
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/configsets/conf/solrconfig.xml
 or 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/configsets/nothinghere/conf/solrconfig.xml
   [junit4]   2> 
   [junit4]   2> 1838534 INFO  
(TEST-SolrCLIZkUtilsTest.testUpconfig-seed#[74CA0546346D986C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testUpconfig
   [junit4]   2> 1838536 INFO  (jetty-closer-4079-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@7d4d1173{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1838536 INFO  (jetty-closer-4079-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=774322966
   [junit4]   2> 1838536 INFO  (jetty-closer-4079-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1838537 INFO  (jetty-closer-4079-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1838538 INFO  (jetty-closer-4079-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1838539 INFO  (jetty-closer-4079-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1838539 INFO  (jetty-closer-4079-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1838539 INFO  (jetty-closer-4079-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=98438851106504707-127.0.0.1:40051_solr-n_0000000000) closing
   [junit4]   2> 1838539 INFO  
(OverseerStateUpdate-98438851106504707-127.0.0.1:40051_solr-n_0000000000) 
[n:127.0.0.1:40051_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:40051_solr
   [junit4]   2> 1840040 WARN  
(zkCallback-4085-thread-1-processing-n:127.0.0.1:40051_solr) 
[n:127.0.0.1:40051_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1840040 INFO  (jetty-closer-4079-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@78f9f976{/solr,null,UNAVAILABLE}
   [junit4]   2> 1840041 ERROR 
(SUITE-SolrCLIZkUtilsTest-seed#[74CA0546346D986C]-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> 1840041 INFO  
(SUITE-SolrCLIZkUtilsTest-seed#[74CA0546346D986C]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:37032 37032
   [junit4]   2> 1840129 INFO  (Thread-4683) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:37032 37032
   [junit4]   2> 1840129 WARN  (Thread-4683) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/clusterstate.json
   [junit4]   2>        2       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/live_nodes
   [junit4]   2>        2       /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_74CA0546346D986C-001
   [junit4]   2> Aug 06, 2017 10:14:26 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: 
codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=11720, maxDocsPerChunk=8, blockSize=609), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=11720, blockSize=609)), sim=RandomSimilarity(queryNorm=true): {}, 
locale=ms, timezone=BST
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=88279288,total=521666560
   [junit4]   2> NOTE: All tests run in this JVM: 
[AtomicUpdateProcessorFactoryTest, ConfigureRecoveryStrategyTest, 
CdcrRequestHandlerTest, TestSolrIndexConfig, CSVRequestHandlerTest, 
BlockCacheTest, ChaosMonkeySafeLeaderTest, TestExclusionRuleCollectionAccess, 
TestDeleteCollectionOnDownNodes, DistributedVersionInfoTest, 
ClusterStateUpdateTest, LeaderFailureAfterFreshStartTest, 
BasicFunctionalityTest, TestStressVersions, TestRawTransformer, 
CloudExitableDirectoryReaderTest, TestNamedUpdateProcessors, 
PropertiesRequestHandlerTest, MoreLikeThisHandlerTest, TestQueryTypes, 
TestSortByMinMaxFunction, ZkControllerTest, TestUninvertingReader, 
MigrateRouteKeyTest, HdfsDirectoryTest, TestNumericTokenStream, TestXmlQParser, 
OverseerCollectionConfigSetProcessorTest, DistanceFunctionTest, 
BlobRepositoryCloudTest, TestInfoStreamLogging, TestAtomicUpdateErrorCases, 
HdfsUnloadDistributedZkTest, SystemInfoHandlerTest, TestDistributedGrouping, 
TestMacroExpander, ExitableDirectoryReaderTest, 
DocExpirationUpdateProcessorFactoryTest, HighlighterTest, 
TestBackupRepositoryFactory, TestFileDictionaryLookup, ScriptEngineTest, 
TestInitQParser, TestPostingsSolrHighlighter, DistributedIntervalFacetingTest, 
V2StandaloneTest, TestMultiValuedNumericRangeQuery, BadComponentTest, 
BasicAuthStandaloneTest, StatelessScriptUpdateProcessorFactoryTest, 
TestQueryWrapperFilter, DistributedExpandComponentTest, SimpleMLTQParserTest, 
TestStressRecovery, TestFilteredDocIdSet, TestPrepRecovery, 
TestStressLiveNodes, TestXIncludeConfig, SSLMigrationTest, TestConfigsApi, 
QueryParsingTest, ConvertedLegacyTest, DistributedMLTComponentTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, NodeMutatorTest, 
TestReRankQParserPlugin, TestEmbeddedSolrServerSchemaAPI, TestSearcherReuse, 
TestExpandComponent, SliceStateTest, SpatialFilterTest, PrimUtilsTest, 
SolrIndexMetricsTest, TestNonDefinedSimilarityFactory, SuggesterTSTTest, 
SpellCheckComponentTest, TestRTGBase, TestDynamicFieldResource, 
TestPerFieldSimilarity, SpatialRPTFieldTypeTest, ZkCLITest, 
TestElisionMultitermQuery, TestCloudSchemaless, 
SharedFSAutoReplicaFailoverTest, HttpPartitionTest, TestUnifiedSolrHighlighter, 
ReplicationFactorTest, DateRangeFieldTest, TestExportWriter, 
TestLeaderElectionZkExpiry, TestManagedSchema, ShardRoutingTest, 
OpenCloseCoreStressTest, TestSQLHandler, TestManagedSynonymFilterFactory, 
TestOverriddenPrefixQueryForCustomFieldType, TestValueSourceCache, 
JsonLoaderTest, HdfsRecoverLeaseTest, TestSchemaResource, TestFastLRUCache, 
FullHLLTest, TestSimpleTrackingShardHandler, TestReplicaProperties, 
TestReloadAndDeleteDocs, ShardRoutingCustomTest, TestCustomStream, 
AnalysisAfterCoreReloadTest, DocValuesMultiTest, BooleanFieldTest, 
TestReplicationHandlerBackup, TestManagedResource, TestBlobHandler, 
TestHdfsUpdateLog, TestCursorMarkWithoutUniqueKey, TestSubQueryTransformer, 
TestConfigSetsAPIExclusivity, ConcurrentDeleteAndCreateCollectionTest, 
TestCoreDiscovery, AnalyticsQueryTest, SolrCmdDistributorTest, 
BasicDistributedZkTest, MoveReplicaTest, OverseerRolesTest, OverseerStatusTest, 
RemoteQueryErrorTest, RestartWhileUpdatingTest, SolrCLIZkUtilsTest]
   [junit4] Completed [523/727 (2!)] on J1 in 2.66s, 6 tests, 1 failure <<< 
FAILURES!

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

Reply via email to