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

2 tests failed.
FAILED:  org.apache.solr.client.solrj.TestSolrJErrorHandling.testWithXml

Error Message:
expected:<565> but was:<555>

Stack Trace:
java.lang.AssertionError: expected:<565> but was:<555>
        at 
__randomizedtesting.SeedInfo.seed([A547C8A661FDED25:EA57150E3FBF448]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.client.solrj.TestSolrJErrorHandling.doThreads(TestSolrJErrorHandling.java:185)
        at 
org.apache.solr.client.solrj.TestSolrJErrorHandling.doIt(TestSolrJErrorHandling.java:200)
        at 
org.apache.solr.client.solrj.TestSolrJErrorHandling.testWithXml(TestSolrJErrorHandling.java:110)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([C419BF41DDDAF9CE:7ECBD0395EF417DB]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
        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:871)
        ... 40 more




Build Log:
[...truncated 11768 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_C419BF41DDDAF9CE-001/init-core-data-001
   [junit4]   2> 1741260 WARN  
(SUITE-AutoCommitTest-seed#[C419BF41DDDAF9CE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1741260 INFO  
(SUITE-AutoCommitTest-seed#[C419BF41DDDAF9CE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1741294 INFO  
(SUITE-AutoCommitTest-seed#[C419BF41DDDAF9CE]-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> 1741295 INFO  
(SUITE-AutoCommitTest-seed#[C419BF41DDDAF9CE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1741295 INFO  
(SUITE-AutoCommitTest-seed#[C419BF41DDDAF9CE]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1741473 INFO  
(SUITE-AutoCommitTest-seed#[C419BF41DDDAF9CE]-worker) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1741592 INFO  
(SUITE-AutoCommitTest-seed#[C419BF41DDDAF9CE]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1741969 INFO  
(SUITE-AutoCommitTest-seed#[C419BF41DDDAF9CE]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1742275 INFO  
(SUITE-AutoCommitTest-seed#[C419BF41DDDAF9CE]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@384461f7
   [junit4]   2> 1742286 INFO  
(SUITE-AutoCommitTest-seed#[C419BF41DDDAF9CE]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@384461f7
   [junit4]   2> 1742286 INFO  
(SUITE-AutoCommitTest-seed#[C419BF41DDDAF9CE]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@384461f7
   [junit4]   2> 1742302 INFO  (coreLoadExecutor-5434-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1742443 INFO  (coreLoadExecutor-5434-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1742633 INFO  (coreLoadExecutor-5434-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1743212 INFO  (coreLoadExecutor-5434-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1743230 INFO  (coreLoadExecutor-5434-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 1743230 INFO  (coreLoadExecutor-5434-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@384461f7
   [junit4]   2> 1743230 INFO  (coreLoadExecutor-5434-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1743230 INFO  (coreLoadExecutor-5434-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_C419BF41DDDAF9CE-001/init-core-data-001/]
   [junit4]   2> 1743240 INFO  (coreLoadExecutor-5434-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1743577 INFO  (coreLoadExecutor-5434-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1743577 INFO  (coreLoadExecutor-5434-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1743578 INFO  (coreLoadExecutor-5434-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1743578 INFO  (coreLoadExecutor-5434-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1743579 INFO  (coreLoadExecutor-5434-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.171875, noCFSRatio=1.0]
   [junit4]   2> 1743579 INFO  (coreLoadExecutor-5434-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@39c60d71[collection1] main]
   [junit4]   2> 1743580 INFO  (coreLoadExecutor-5434-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1743675 INFO  (coreLoadExecutor-5434-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1743861 INFO  (coreLoadExecutor-5434-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1743862 INFO  
(searcherExecutor-5435-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1743862 INFO  (coreLoadExecutor-5434-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1573482086263685120
   [junit4]   2> 1743862 INFO  
(searcherExecutor-5435-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1743862 INFO  
(searcherExecutor-5435-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1743862 INFO  
(searcherExecutor-5435-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1743862 INFO  
(searcherExecutor-5435-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1743862 INFO  
(searcherExecutor-5435-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1743863 INFO  
(searcherExecutor-5435-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1743863 INFO  
(searcherExecutor-5435-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1743863 INFO  
(searcherExecutor-5435-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1743864 INFO  
(searcherExecutor-5435-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@39c60d71[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1743865 INFO  
(SUITE-AutoCommitTest-seed#[C419BF41DDDAF9CE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1743874 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 1743874 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1743875 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@29de896b[collection1] realtime]
   [junit4]   2> 1743875 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    ] 
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> 1743875 ERROR 
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    ] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 1743876 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1744110 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1744262 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1744975 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1745011 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1745052 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    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@384461f7
   [junit4]   2> 1745053 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_C419BF41DDDAF9CE-001/init-core-data-001/]
   [junit4]   2> 1745482 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1745483 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1745495 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4b28b7a2[collection1] main]
   [junit4]   2> 1745495 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1745535 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1745582 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1745582 INFO  
(searcherExecutor-5440-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1745582 INFO  
(searcherExecutor-5440-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1745582 INFO  
(searcherExecutor-5440-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1745582 INFO  
(searcherExecutor-5440-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1745582 INFO  
(searcherExecutor-5440-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1745582 INFO  
(searcherExecutor-5440-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1745582 INFO  
(searcherExecutor-5440-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1745582 INFO  
(searcherExecutor-5440-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1745583 INFO  
(searcherExecutor-5440-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1745593 INFO  
(searcherExecutor-5440-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4b28b7a2[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1745593 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1573482088078770176
   [junit4]   2> 1745657 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1745658 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1745658 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1496c456[collection1] main]
   [junit4]   2> 1745658 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4649911
   [junit4]   2> 1745660 INFO  
(searcherExecutor-5440-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1496c456[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1745671 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=73701649
   [junit4]   2> 1745685 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 
(1573482088174190592)]} 0 1
   [junit4]   2> 1745763 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[1 
(1573482088257028096)]} 0 79
   [junit4]   2> 1745764 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 
(1573482088257028097)]} 0 79
   [junit4]   2> 1745764 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 
(1573482088258076672)]} 0 79
   [junit4]   2> 1745779 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4 
(1573482088273805312)]} 0 95
   [junit4]   2> 1745779 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5 
(1573482088273805313)]} 0 95
   [junit4]   2> 1745779 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6 
(1573482088273805314)]} 0 95
   [junit4]   2> 1745780 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7 
(1573482088274853888)]} 0 95
   [junit4]   2> 1745780 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8 
(1573482088274853889)]} 0 95
   [junit4]   2> 1745780 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9 
(1573482088274853890)]} 0 95
   [junit4]   2> 1745780 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10 
(1573482088274853891)]} 0 95
   [junit4]   2> 1745780 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11 
(1573482088274853892)]} 0 96
   [junit4]   2> 1745780 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12 
(1573482088274853893)]} 0 96
   [junit4]   2> 1745780 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13 
(1573482088274853894)]} 0 96
   [junit4]   2> 1745781 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    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> 1745808 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14 
(1573482088276951040)]} 0 123
   [junit4]   2> 1745808 INFO  (commitScheduler-5443-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> 1745809 INFO  (commitScheduler-5443-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1cae36a6[collection1] main]
   [junit4]   2> 1745810 INFO  (commitScheduler-5443-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1745811 INFO  
(searcherExecutor-5440-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1cae36a6[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C15)))}
   [junit4]   2> 1746068 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15 
(1573482088576843776)]} 0 383
   [junit4]   2> 1746068 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    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> 1746069 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    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> 1746069 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> 1746093 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C419BF41DDDAF9CE]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 1746094 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C419BF41DDDAF9CE]) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL 
DOCUMENTS FROM INDEX
   [junit4]   2> 1746094 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C419BF41DDDAF9CE]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@55eae91a[collection1] realtime]
   [junit4]   2> 1746094 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C419BF41DDDAF9CE]) [    
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> 1746094 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[C419BF41DDDAF9CE]) [    
x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 1746095 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C419BF41DDDAF9CE]) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1746249 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C419BF41DDDAF9CE]) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1746397 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C419BF41DDDAF9CE]) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1746966 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C419BF41DDDAF9CE]) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1746981 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C419BF41DDDAF9CE]) [    
x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1747019 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C419BF41DDDAF9CE]) [    
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@384461f7
   [junit4]   2> 1747020 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C419BF41DDDAF9CE]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_C419BF41DDDAF9CE-001/init-core-data-001/]
   [junit4]   2> 1747147 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C419BF41DDDAF9CE]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1747147 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C419BF41DDDAF9CE]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1747149 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C419BF41DDDAF9CE]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@15c16bd7[collection1] main]
   [junit4]   2> 1747157 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C419BF41DDDAF9CE]) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1747158 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C419BF41DDDAF9CE]) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1747175 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C419BF41DDDAF9CE]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1747175 INFO  
(searcherExecutor-5444-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1747175 INFO  
(searcherExecutor-5444-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1747175 INFO  
(searcherExecutor-5444-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1747175 INFO  
(searcherExecutor-5444-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1747176 INFO  
(searcherExecutor-5444-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1747176 INFO  
(searcherExecutor-5444-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1747176 INFO  
(searcherExecutor-5444-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1747176 INFO  
(searcherExecutor-5444-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1747177 INFO  
(searcherExecutor-5444-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1747187 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C419BF41DDDAF9CE]) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=34, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.12661791784693818]
   [junit4]   2> 1747187 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C419BF41DDDAF9CE]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1747189 INFO  
(searcherExecutor-5444-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@15c16bd7[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1747189 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C419BF41DDDAF9CE]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5a1f537[collection1] 
main]
   [junit4]   2> 1747189 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C419BF41DDDAF9CE]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@68bc08b0
   [junit4]   2> 1747198 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C419BF41DDDAF9CE]) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1757153456
   [junit4]   2> 1747214 INFO  
(searcherExecutor-5444-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5a1f537[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1747250 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C419BF41DDDAF9CE]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1573482089762783232)]} 0 51
   [junit4]   2> 1747251 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C419BF41DDDAF9CE]) [    
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> 1747251 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C419BF41DDDAF9CE]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1573482089817309184)]} 0 52
   [junit4]   2> 1747251 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C419BF41DDDAF9CE]) [    
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> 1747252 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C419BF41DDDAF9CE]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 
(-1573482089818357760)]} 0 52
   [junit4]   2> 1747252 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C419BF41DDDAF9CE]) [    
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> 1747252 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[C419BF41DDDAF9CE]) [    
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> 1747252 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[C419BF41DDDAF9CE]) [    
x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
q=id:529&qt=&start=0&rows=20&version=2.2:java.lang.RuntimeException: REQUEST 
FAILED: xpath=//result[@numFound=1]
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request was:q=id:529&qt=&start=0&rows=20&version=2.2
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
   [junit4]   2>        at 
org.apache.solr.update.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> 1747253 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C419BF41DDDAF9CE]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest 
-Dtests.method=testCommitWithin -Dtests.seed=C419BF41DDDAF9CE 
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=nl-BE 
-Dtests.timezone=America/Sao_Paulo -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   1.19s J1 | AutoCommitTest.testCommitWithin <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C419BF41DDDAF9CE:7ECBD0395EF417DB]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
   [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:871)
   [junit4]    >        ... 40 more
   [junit4]   2> 1747292 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 1747293 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1747320 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@34b4ec33[collection1] realtime]
   [junit4]   2> 1747320 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    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 27
   [junit4]   2> 1747320 ERROR 
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 1747321 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1747388 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1747473 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1748134 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1748173 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1748274 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    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@384461f7
   [junit4]   2> 1748283 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_C419BF41DDDAF9CE-001/init-core-data-001/]
   [junit4]   2> 1748623 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1748623 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1748624 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@67ae2f9b[collection1] main]
   [junit4]   2> 1748625 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1748625 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1748652 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1748652 INFO  
(searcherExecutor-5448-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1748652 INFO  
(searcherExecutor-5448-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1748652 INFO  
(searcherExecutor-5448-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1748652 INFO  
(searcherExecutor-5448-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1748652 INFO  
(searcherExecutor-5448-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1748653 INFO  
(searcherExecutor-5448-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1748653 INFO  
(searcherExecutor-5448-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1748653 INFO  
(searcherExecutor-5448-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1748653 INFO  
(searcherExecutor-5448-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1748655 INFO  
(searcherExecutor-5448-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@67ae2f9b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1748681 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=37, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=36.1298828125, 
floorSegmentMB=1.48828125, forceMergeDeletesPctAllowed=14.301792457837362, 
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7937400752911173
   [junit4]   2> 1748681 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1748681 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@79f3393d[collection1] main]
   [junit4]   2> 1748683 INFO  
(searcherExecutor-5448-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@79f3393d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1748683 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7346e380
   [junit4]   2> 1748705 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1934025600
   [junit4]   2> 1748761 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1573482091373395968)]} 0 26
   [junit4]   2> 1748762 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    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> 1750256 INFO  (commitScheduler-5451-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> 1750257 INFO  (commitScheduler-5451-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2b8468f8[collection1] main]
   [junit4]   2> 1750258 INFO  (commitScheduler-5451-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1750259 INFO  
(searcherExecutor-5448-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2b8468f8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(7.0.0):C1)))}
   [junit4]   2> 1750283 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1573482092996591616)]} 0 1548
   [junit4]   2> 1750284 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    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> 1750284 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    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> 1750284 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{delete=[529 (-1573482092997640192)]} 0 0
   [junit4]   2> 1750326 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    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> 1751787 INFO  (commitScheduler-5451-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> 1751801 INFO  (commitScheduler-5451-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2d36c41d[collection1] main]
   [junit4]   2> 1751801 INFO  (commitScheduler-5451-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1751802 INFO  
(searcherExecutor-5448-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2d36c41d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(7.0.0):C1)))}
   [junit4]   2> 1751847 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[550 
(1573482094636564480)]} 0 3112
   [junit4]   2> 1751847 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    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> 1751848 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573482094637613056)]} 0 3112
   [junit4]   2> 1751848 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573482094637613057)]} 0 3112
   [junit4]   2> 1751848 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573482094637613058)]} 0 3113
   [junit4]   2> 1751848 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573482094637613059)]} 0 3113
   [junit4]   2> 1751848 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573482094637613060)]} 0 3113
   [junit4]   2> 1751848 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573482094637613061)]} 0 3113
   [junit4]   2> 1751885 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573482094676410368)]} 0 3150
   [junit4]   2> 1751885 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573482094676410369)]} 0 3150
   [junit4]   2> 1751885 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573482094676410370)]} 0 3150
   [junit4]   2> 1751886 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573482094677458944)]} 0 3150
   [junit4]   2> 1751886 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    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> 1753350 INFO  (commitScheduler-5451-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> 1753352 INFO  (commitScheduler-5451-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@451d7cb7[collection1] main]
   [junit4]   2> 1753352 INFO  (commitScheduler-5451-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1753353 INFO  
(searcherExecutor-5448-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@451d7cb7[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(7.0.0):C1)
 Uninverting(_5(7.0.0):C11/9:delGen=1)))}
   [junit4]   2> 1753399 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[531 
(1573482096263954432)]} 0 4664
   [junit4]   2> 1753400 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    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> 1753400 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C419BF41DDDAF9CE]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> 1753400 INFO  
(SUITE-AutoCommitTest-seed#[C419BF41DDDAF9CE]-worker) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1753400 INFO  
(SUITE-AutoCommitTest-seed#[C419BF41DDDAF9CE]-worker) [    x:collection1] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1780624585
   [junit4]   2> 1753400 INFO  
(SUITE-AutoCommitTest-seed#[C419BF41DDDAF9CE]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1753401 INFO  
(SUITE-AutoCommitTest-seed#[C419BF41DDDAF9CE]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1753402 INFO  
(SUITE-AutoCommitTest-seed#[C419BF41DDDAF9CE]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1753407 INFO  
(SUITE-AutoCommitTest-seed#[C419BF41DDDAF9CE]-worker) [    x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1753419 INFO  
(coreCloseExecutor-5452-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5364c70b
   [junit4]   2> 1753419 INFO  
(coreCloseExecutor-5452-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 1753419 INFO  
(coreCloseExecutor-5452-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@22724f4f commitCommandVersion:0
   [junit4]   2> 1753435 INFO  
(coreCloseExecutor-5452-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1399113483
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_C419BF41DDDAF9CE-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=false): {}, locale=nl-BE, 
timezone=America/Sao_Paulo
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=4,threads=1,free=157787464,total=524288000
   [junit4]   2> NOTE: All tests run in this JVM: [TestSQLHandlerNonCloud, 
TestFastLRUCache, TestInitQParser, TestSystemCollAutoCreate, 
HdfsRecoveryZkTest, SpellCheckComponentTest, TestUseDocValuesAsStored, 
DistributedIntervalFacetingTest, DistributedMLTComponentTest, 
TestDistributedGrouping, TestPerFieldSimilarity, TestCloudNestedDocsSort, 
CacheHeaderTest, AtomicUpdateProcessorFactoryTest, 
DistributedQueryComponentCustomSortTest, 
DistributedFacetPivotSmallAdvancedTest, LukeRequestHandlerTest, 
TestCoreAdminApis, HdfsWriteToMultipleCollectionsTest, 
BlockJoinFacetRandomTest, ZkSolrClientTest, BasicFunctionalityTest, 
TestHdfsUpdateLog, MoreLikeThisHandlerTest, 
CollectionsAPIAsyncDistributedZkTest, TestSubQueryTransformerDistrib, 
TestGraphMLResponseWriter, TestTlogReplica, ChangedSchemaMergeTest, 
TestEmbeddedSolrServerSchemaAPI, TestInitParams, HdfsDirectoryTest, 
TestMiniSolrCloudClusterSSL, TestFiltering, ZkCLITest, CoreAdminHandlerTest, 
TestApiFramework, MergeStrategyTest, TestUpdate, SpatialFilterTest, 
SimpleMLTQParserTest, SliceStateTest, TestLeaderElectionZkExpiry, 
ConvertedLegacyTest, FileBasedSpellCheckerTest, OverseerModifyCollectionTest, 
JsonLoaderTest, HdfsDirectoryFactoryTest, TestCoreDiscovery, 
CustomCollectionTest, DistributedFacetExistsSmallTest, CollectionReloadTest, 
LeaderInitiatedRecoveryOnCommitTest, QueryParsingTest, BlockCacheTest, 
AsyncCallRequestStatusResponseTest, TestConfigSetsAPIExclusivity, 
TestRandomRequestDistribution, RemoteQueryErrorTest, CoreSorterTest, 
TestDynamicLoading, RestartWhileUpdatingTest, TestUniqueKeyFieldResource, 
TestFileDictionaryLookup, TestFieldTypeResource, ZkControllerTest, 
PrimUtilsTest, FileUtilsTest, TestQueryWrapperFilter, 
AnalysisAfterCoreReloadTest, TestChildDocTransformer, 
TestCursorMarkWithoutUniqueKey, DOMUtilTest, SystemInfoHandlerTest, 
TestIntervalFaceting, ChaosMonkeySafeLeaderTest, TestLegacyNumericUtils, 
DeleteNodeTest, TestXmlQParser, TestFilteredDocIdSet, DirectSolrConnectionTest, 
TestStressRecovery, FullHLLTest, SolrCoreMetricManagerTest, 
TestSimpleTrackingShardHandler, TestSweetSpotSimilarityFactory, 
NoCacheHeaderTest, TestFieldCache, TestFuzzyAnalyzedSuggestions, 
TestCoreContainer, ClassificationUpdateProcessorIntegrationTest, 
TestBulkSchemaConcurrent, TestSolrCloudWithDelegationTokens, 
TestElisionMultitermQuery, TestCharFilters, CdcrUpdateLogTest, 
TestDeleteCollectionOnDownNodes, TestNonDefinedSimilarityFactory, 
TestCustomDocTransformer, SharedFSAutoReplicaFailoverUtilsTest, 
TestValueSourceCache, DeleteStatusTest, BasicAuthStandaloneTest, 
TestSearchPerf, TestRTimerTree, TestManagedSchema, TestSolrIndexConfig, 
UtilsToolTest, TestExactStatsCache, TestLegacyFieldCache, TestLRUCache, 
TestAtomicUpdateErrorCases, TestCloudDeleteByQuery, TestShardHandlerFactory, 
TestStressVersions, HdfsBasicDistributedZkTest, TestConfigSets, 
TestSlowCompositeReaderWrapper, SolrIndexMetricsTest, TestRestManager, 
OutOfBoxZkACLAndCredentialsProvidersTest, BasicDistributedZk2Test, 
UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, ShardRoutingTest, 
LeaderElectionTest, ShardRoutingCustomTest, AutoCommitTest]
   [junit4] Completed [283/727 (1!)] on J1 in 12.28s, 3 tests, 1 error <<< 
FAILURES!

[...truncated 2229 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.TestSolrJErrorHandling
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.TestSolrJErrorHandling_A547C8A661FDED25-001/init-core-data-001
   [junit4]   2> 144065 WARN  
(SUITE-TestSolrJErrorHandling-seed#[A547C8A661FDED25]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=8 numCloses=8
   [junit4]   2> 144065 INFO  
(SUITE-TestSolrJErrorHandling-seed#[A547C8A661FDED25]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 144066 INFO  
(SUITE-TestSolrJErrorHandling-seed#[A547C8A661FDED25]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 144147 INFO  
(SUITE-TestSolrJErrorHandling-seed#[A547C8A661FDED25]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 144147 INFO  
(SUITE-TestSolrJErrorHandling-seed#[A547C8A661FDED25]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 144147 INFO  
(SUITE-TestSolrJErrorHandling-seed#[A547C8A661FDED25]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.TestSolrJErrorHandling_A547C8A661FDED25-001/tempDir-002/cores/core
   [junit4]   2> 144148 INFO  
(SUITE-TestSolrJErrorHandling-seed#[A547C8A661FDED25]-worker) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 144170 INFO  
(SUITE-TestSolrJErrorHandling-seed#[A547C8A661FDED25]-worker) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@275fc8df{/solr,null,AVAILABLE}
   [junit4]   2> 144172 INFO  
(SUITE-TestSolrJErrorHandling-seed#[A547C8A661FDED25]-worker) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1a999367{HTTP/1.1,[http/1.1]}{127.0.0.1:36223}
   [junit4]   2> 144172 INFO  
(SUITE-TestSolrJErrorHandling-seed#[A547C8A661FDED25]-worker) [    ] 
o.e.j.s.Server Started @152711ms
   [junit4]   2> 144172 INFO  
(SUITE-TestSolrJErrorHandling-seed#[A547C8A661FDED25]-worker) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36223, 
configSetBaseDir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.TestSolrJErrorHandling_A547C8A661FDED25-001/tempDir-001,
 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.TestSolrJErrorHandling_A547C8A661FDED25-001/tempDir-002/cores}
   [junit4]   2> 144172 ERROR 
(SUITE-TestSolrJErrorHandling-seed#[A547C8A661FDED25]-worker) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 144172 INFO  
(SUITE-TestSolrJErrorHandling-seed#[A547C8A661FDED25]-worker) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 144172 INFO  
(SUITE-TestSolrJErrorHandling-seed#[A547C8A661FDED25]-worker) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 144172 INFO  
(SUITE-TestSolrJErrorHandling-seed#[A547C8A661FDED25]-worker) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 144172 INFO  
(SUITE-TestSolrJErrorHandling-seed#[A547C8A661FDED25]-worker) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-20T23:04:34.295Z
   [junit4]   2> 144172 INFO  
(SUITE-TestSolrJErrorHandling-seed#[A547C8A661FDED25]-worker) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.TestSolrJErrorHandling_A547C8A661FDED25-001/tempDir-001/solr.xml
   [junit4]   2> 144377 INFO  
(SUITE-TestSolrJErrorHandling-seed#[A547C8A661FDED25]-worker) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.TestSolrJErrorHandling_A547C8A661FDED25-001/tempDir-001
   [junit4]   2> 144377 INFO  
(SUITE-TestSolrJErrorHandling-seed#[A547C8A661FDED25]-worker) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 144447 WARN  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.TestSolrJErrorHandling_A547C8A661FDED25-001/tempDir-001/collection1/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.TestSolrJErrorHandling_A547C8A661FDED25-001/tempDir-001/collection1/../../../../contrib/extraction/lib
   [junit4]   2> 144487 WARN  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.TestSolrJErrorHandling_A547C8A661FDED25-001/tempDir-001/collection1/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.TestSolrJErrorHandling_A547C8A661FDED25-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 144487 WARN  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.TestSolrJErrorHandling_A547C8A661FDED25-001/tempDir-001/collection1/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.TestSolrJErrorHandling_A547C8A661FDED25-001/tempDir-001/collection1/../../../../contrib/clustering/lib
   [junit4]   2> 144487 WARN  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.TestSolrJErrorHandling_A547C8A661FDED25-001/tempDir-001/collection1/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.TestSolrJErrorHandling_A547C8A661FDED25-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 144487 WARN  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.TestSolrJErrorHandling_A547C8A661FDED25-001/tempDir-001/collection1/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.TestSolrJErrorHandling_A547C8A661FDED25-001/tempDir-001/collection1/../../../../contrib/langid/lib
   [junit4]   2> 144487 WARN  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.TestSolrJErrorHandling_A547C8A661FDED25-001/tempDir-001/collection1/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.TestSolrJErrorHandling_A547C8A661FDED25-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 144487 WARN  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.TestSolrJErrorHandling_A547C8A661FDED25-001/tempDir-001/collection1/../../../../contrib/ltr/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.TestSolrJErrorHandling_A547C8A661FDED25-001/tempDir-001/collection1/../../../../contrib/ltr/lib
   [junit4]   2> 144487 WARN  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.TestSolrJErrorHandling_A547C8A661FDED25-001/tempDir-001/collection1/../../../../dist
 filtered by solr-ltr-\d.*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.TestSolrJErrorHandling_A547C8A661FDED25-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 144487 WARN  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.TestSolrJErrorHandling_A547C8A661FDED25-001/tempDir-001/collection1/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.TestSolrJErrorHandling_A547C8A661FDED25-001/tempDir-001/collection1/../../../../contrib/velocity/lib
   [junit4]   2> 144488 WARN  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.TestSolrJErrorHandling_A547C8A661FDED25-001/tempDir-001/collection1/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.TestSolrJErrorHandling_A547C8A661FDED25-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 144506 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.SolrIndexConfig IndexWriter infoStream solr logging is 
enabled
   [junit4]   2> 144515 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 144667 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=example
   [junit4]   2> 145526 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.r.RestManager Registered ManagedResource impl 
org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path 
/schema/analysis/stopwords/english
   [junit4]   2> 145526 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.r.RestManager Registered ManagedResource impl 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory$SynonymManager
 for path /schema/analysis/synonyms/english
   [junit4]   2> 145526 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 145526 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/english
   [junit4]   2> 145535 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid 
field id
   [junit4]   2> 145535 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 145535 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/english
   [junit4]   2> 145535 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 145535 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/english
   [junit4]   2> 145590 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.TestSolrJErrorHandling_A547C8A661FDED25-001/tempDir-001/collection1,
 trusted=true
   [junit4]   2> 145591 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 145591 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.TestSolrJErrorHandling_A547C8A661FDED25-001/tempDir-001/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.TestSolrJErrorHandling_A547C8A661FDED25-001/tempDir-001/collection1/data/]
   [junit4]   2> 145607 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-476-thread-1]: 
init: current segments file is "segments"; 
deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@545a1087
   [junit4]   2> 145607 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-476-thread-1]: 
now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 145607 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-476-thread-1]: 
0 msec to checkpoint
   [junit4]   2> 145607 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-476-thread-1]: 
init: create=true
   [junit4]   2> 145607 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-476-thread-1]: 
   [junit4]   2> dir=MockDirectoryWrapper(RAMDirectory@202bd9ab 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@42346cc3)
   [junit4]   2> index=
   [junit4]   2> version=7.0.0
   [junit4]   2> 
analyzer=org.apache.solr.update.SolrIndexConfig$DelayedSchemaAnalyzer
   [junit4]   2> ramBufferSizeMB=100.0
   [junit4]   2> maxBufferedDocs=-1
   [junit4]   2> mergedSegmentWarmer=null
   [junit4]   2> delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
   [junit4]   2> commit=null
   [junit4]   2> openMode=CREATE
   [junit4]   2> 
similarity=org.apache.solr.search.similarities.SchemaSimilarityFactory$SchemaSimilarity
   [junit4]   2> mergeScheduler=ConcurrentMergeScheduler: maxThreadCount=-1, 
maxMergeCount=-1, ioThrottle=true
   [junit4]   2> codec=Lucene70
   [junit4]   2> infoStream=org.apache.solr.update.LoggingInfoStream
   [junit4]   2> mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10, 
maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0, 
forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1
   [junit4]   2> 
indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@acdda03
   [junit4]   2> readerPooling=true
   [junit4]   2> perThreadHardLimitMB=1945
   [junit4]   2> useCompoundFile=false
   [junit4]   2> commitOnClose=true
   [junit4]   2> indexSort=null
   [junit4]   2> writer=org.apache.solr.update.SolrIndexWriter@7455ac70
   [junit4]   2> 
   [junit4]   2> 145607 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-476-thread-1]: 
MMapDirectory.UNMAP_SUPPORTED=true
   [junit4]   2> 145607 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-476-thread-1]: 
now flush at close
   [junit4]   2> 145607 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-476-thread-1]:   
start flush: applyAllDeletes=true
   [junit4]   2> 145607 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-476-thread-1]:   
index before flush 
   [junit4]   2> 145607 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-476-thread-1]: 
startFullFlush
   [junit4]   2> 145607 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-476-thread-1]: 
coreLoadExecutor-476-thread-1 finishFullFlush success=true
   [junit4]   2> 145607 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-476-thread-1]: 
now apply all deletes for all segments buffered updates bytesUsed=0 reader pool 
bytesUsed=0
   [junit4]   2> 145607 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [BD][coreLoadExecutor-476-thread-1]: 
waitApply: no deletes to apply
   [junit4]   2> 145607 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-476-thread-1]: 
initDynamicDefaults spins=true maxThreadCount=1 maxMergeCount=6
   [junit4]   2> 145607 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-476-thread-1]: 
updateMergeThreads ioThrottle=true targetMBPerSec=10240.0 MB/sec
   [junit4]   2> 145607 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-476-thread-1]: 
now merge
   [junit4]   2> 145607 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-476-thread-1]:   
index: 
   [junit4]   2> 145607 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-476-thread-1]:   
no more merges pending; now return
   [junit4]   2> 145607 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-476-thread-1]: 
waitForMerges
   [junit4]   2> 145607 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-476-thread-1]: 
waitForMerges done
   [junit4]   2> 145607 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-476-thread-1]: 
commit: start
   [junit4]   2> 145607 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-476-thread-1]: 
commit: enter lock
   [junit4]   2> 145607 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-476-thread-1]: 
commit: now prepare
   [junit4]   2> 145607 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-476-thread-1]: 
prepareCommit: flush
   [junit4]   2> 145607 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-476-thread-1]:   
index before flush 
   [junit4]   2> 145607 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-476-thread-1]: 
startFullFlush
   [junit4]   2> 145607 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-476-thread-1]: 
now apply all deletes for all segments buffered updates bytesUsed=0 reader pool 
bytesUsed=0
   [junit4]   2> 145607 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [BD][coreLoadExecutor-476-thread-1]: 
waitApply: no deletes to apply
   [junit4]   2> 145607 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-476-thread-1]: 
coreLoadExecutor-476-thread-1 finishFullFlush success=true
   [junit4]   2> 145607 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-476-thread-1]: 
startCommit(): start
   [junit4]   2> 145607 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-476-thread-1]: 
startCommit index= changeCount=2
   [junit4]   2> 145607 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-476-thread-1]: 
startCommit: wrote pending segments file "pending_segments_1"
   [junit4]   2> 145607 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-476-thread-1]: 
done all syncs: []
   [junit4]   2> 145607 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-476-thread-1]: 
commit: pendingCommit != null
   [junit4]   2> 145607 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-476-thread-1]: 
commit: done writing segments file "segments_1"
   [junit4]   2> 145608 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-476-thread-1]: 
now checkpoint "" [0 segments ; isCommit = true]
   [junit4]   2> 145608 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-476-thread-1]: 
0 msec to checkpoint
   [junit4]   2> 145608 INFO  (coreLoadExecutor-476-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream 

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

185498 INFO  (qtp1897009968-758) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 27
   [junit4]   2> 185498 INFO  (qtp1897009968-762) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=id:test&fl=count_i&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 185499 INFO  
(TEST-TestSolrJErrorHandling.testWithBinary-seed#[A547C8A661FDED25]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testWithBinary
   [junit4]   2> 185511 INFO  
(SUITE-TestSolrJErrorHandling-seed#[A547C8A661FDED25]-worker) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@1a999367{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 185511 INFO  
(SUITE-TestSolrJErrorHandling-seed#[A547C8A661FDED25]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1362863480
   [junit4]   2> 185511 INFO  
(SUITE-TestSolrJErrorHandling-seed#[A547C8A661FDED25]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 185511 INFO  
(SUITE-TestSolrJErrorHandling-seed#[A547C8A661FDED25]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 185511 INFO  
(SUITE-TestSolrJErrorHandling-seed#[A547C8A661FDED25]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 185522 INFO  
(SUITE-TestSolrJErrorHandling-seed#[A547C8A661FDED25]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 185620 INFO  (coreCloseExecutor-482-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6664200a
   [junit4]   2> 185620 INFO  (coreCloseExecutor-482-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-482-thread-1]: 
now flush at close
   [junit4]   2> 185620 INFO  (coreCloseExecutor-482-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-482-thread-1]:  
 start flush: applyAllDeletes=true
   [junit4]   2> 185620 INFO  (coreCloseExecutor-482-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-482-thread-1]:  
 index before flush _2(7.0.0):C1000/999:delGen=1
   [junit4]   2> 185620 INFO  (coreCloseExecutor-482-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-482-thread-1]: 
startFullFlush
   [junit4]   2> 185620 INFO  (coreCloseExecutor-482-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-482-thread-1]: 
coreCloseExecutor-482-thread-1 finishFullFlush success=true
   [junit4]   2> 185620 INFO  (coreCloseExecutor-482-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-482-thread-1]: 
now apply all deletes for all segments buffered updates bytesUsed=0 reader pool 
bytesUsed=0
   [junit4]   2> 185620 INFO  (coreCloseExecutor-482-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-482-thread-1]: 
waitApply: no deletes to apply
   [junit4]   2> 185620 INFO  (coreCloseExecutor-482-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-482-thread-1]: 
updateMergeThreads ioThrottle=true targetMBPerSec=10240.0 MB/sec
   [junit4]   2> 185620 INFO  (coreCloseExecutor-482-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-482-thread-1]: 
now merge
   [junit4]   2> 185620 INFO  (coreCloseExecutor-482-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-482-thread-1]:  
 index: _2(7.0.0):C1000/999:delGen=1
   [junit4]   2> 185620 INFO  (coreCloseExecutor-482-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-482-thread-1]:  
 no more merges pending; now return
   [junit4]   2> 185620 INFO  (coreCloseExecutor-482-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-482-thread-1]: 
waitForMerges
   [junit4]   2> 185620 INFO  (coreCloseExecutor-482-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-482-thread-1]: 
waitForMerges done
   [junit4]   2> 185620 INFO  (coreCloseExecutor-482-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-482-thread-1]: 
commit: start
   [junit4]   2> 185620 INFO  (coreCloseExecutor-482-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-482-thread-1]: 
commit: enter lock
   [junit4]   2> 185620 INFO  (coreCloseExecutor-482-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-482-thread-1]: 
commit: now prepare
   [junit4]   2> 185620 INFO  (coreCloseExecutor-482-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-482-thread-1]: 
prepareCommit: flush
   [junit4]   2> 185620 INFO  (coreCloseExecutor-482-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-482-thread-1]:  
 index before flush _2(7.0.0):C1000/999:delGen=1
   [junit4]   2> 185620 INFO  (coreCloseExecutor-482-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-482-thread-1]: 
startFullFlush
   [junit4]   2> 185620 INFO  (coreCloseExecutor-482-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-482-thread-1]: 
now apply all deletes for all segments buffered updates bytesUsed=0 reader pool 
bytesUsed=0
   [junit4]   2> 185620 INFO  (coreCloseExecutor-482-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-482-thread-1]: 
waitApply: no deletes to apply
   [junit4]   2> 185621 INFO  (coreCloseExecutor-482-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-482-thread-1]: 
coreCloseExecutor-482-thread-1 finishFullFlush success=true
   [junit4]   2> 185621 INFO  (coreCloseExecutor-482-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-482-thread-1]: 
startCommit(): start
   [junit4]   2> 185621 INFO  (coreCloseExecutor-482-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-482-thread-1]:  
 skip startCommit(): no changes pending
   [junit4]   2> 185621 INFO  (coreCloseExecutor-482-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-482-thread-1]: 
commit: pendingCommit == null; skip
   [junit4]   2> 185621 INFO  (coreCloseExecutor-482-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-482-thread-1]: 
commit: took 0.2 msec
   [junit4]   2> 185621 INFO  (coreCloseExecutor-482-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-482-thread-1]: 
commit: done
   [junit4]   2> 185621 INFO  (coreCloseExecutor-482-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-482-thread-1]: 
rollback
   [junit4]   2> 185621 INFO  (coreCloseExecutor-482-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-482-thread-1]: 
all running merges have aborted
   [junit4]   2> 185621 INFO  (coreCloseExecutor-482-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-482-thread-1]: 
rollback: done finish merges
   [junit4]   2> 185621 INFO  (coreCloseExecutor-482-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-482-thread-1]: 
abort
   [junit4]   2> 185621 INFO  (coreCloseExecutor-482-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-482-thread-1]: 
done abort success=true
   [junit4]   2> 185621 INFO  (coreCloseExecutor-482-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-482-thread-1]: 
rollback: infos=_2(7.0.0):C1000/999:delGen=1
   [junit4]   2> 185621 INFO  (coreCloseExecutor-482-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-482-thread-1]: 
now checkpoint "_2(7.0.0):C1000/999:delGen=1" [1 segments ; isCommit = false]
   [junit4]   2> 185621 INFO  (coreCloseExecutor-482-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-482-thread-1]: 
0 msec to checkpoint
   [junit4]   2> 185640 INFO  (coreCloseExecutor-482-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1717837834
   [junit4]   2> 185695 INFO  
(SUITE-TestSolrJErrorHandling-seed#[A547C8A661FDED25]-worker) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@275fc8df{/solr,null,UNAVAILABLE}
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.TestSolrJErrorHandling_A547C8A661FDED25-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1539, maxMBSortInHeap=6.7838556157502214, 
sim=RandomSimilarity(queryNorm=true): {}, locale=nl-NL, timezone=Asia/Ust-Nera
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=4,threads=1,free=236826120,total=530055168
   [junit4]   2> NOTE: All tests run in this JVM: [TestDelegationTokenRequest, 
HttpSolrClientConPoolTest, TestRetryUtil, FloorEvaluatorTest, JettyWebappTest, 
RawValueEvaluatorTest, CoalesceEvaluatorTest, TestCoreAdmin, 
SolrExampleXMLTest, ModifiableSolrParamsTest, ModuloEvaluatorTest, 
CommonAdminParamsTest, TestBatchUpdate, NamedListTest, SolrExampleBinaryTest, 
LengthEvaluatorTest, DocumentAnalysisResponseTest, SolrParamTest, 
AndEvaluatorTest, TestHash, JsonValidatorTest, SolrExampleStreamingTest, 
SolrExampleEmbeddedTest, LargeVolumeBinaryJettyTest, LargeVolumeJettyTest, 
MergeIndexesEmbeddedTest, TestNamedListCodec, TestDocumentObjectBinder, 
ContentStreamTest, TestXMLEscaping, FacetFieldTest, GetByIdTest, 
TestSolrJErrorHandling]
   [junit4] Completed [96/135 (1!)] on J2 in 41.70s, 4 tests, 1 failure <<< 
FAILURES!

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

Reply via email to