You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2017/10/15 02:36:22 UTC

[JENKINS] Lucene-Solr-7.x-Solaris (64bit/jdk1.8.0) - Build # 241 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/241/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC

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

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([54966A67ECC0F5FB:CE621785725A69C7]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:884)
	at org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:293)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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=0]
	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="1" start="0"><doc><str name="id">500</str><arr name="range_facet_l"><long>500</long></arr><int name="id_i1">500</int><arr name="range_facet_l_dv"><long>500</long></arr><arr name="range_facet_i_dv"><int>500</int></arr><arr name="multiDefault"><str>muLti-Default</str></arr><int name="intDefault">42</int><date name="timestamp">2017-10-15T01:36:45.625Z</date><long name="_version_">1581285539184640005</long><int name="intDvoDefault">42</int></doc></result>
</response>

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


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

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([54966A67ECC0F5FB:EE44051F6FEE1BEE]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:884)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:877)
	... 40 more




Build Log:
[...truncated 12280 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> 1471294 INFO  (SUITE-AutoCommitTest-seed#[54966A67ECC0F5FB]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_54966A67ECC0F5FB-001/init-core-data-001
   [junit4]   2> 1472032 WARN  (SUITE-AutoCommitTest-seed#[54966A67ECC0F5FB]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1472033 INFO  (SUITE-AutoCommitTest-seed#[54966A67ECC0F5FB]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1472034 INFO  (SUITE-AutoCommitTest-seed#[54966A67ECC0F5FB]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1472035 INFO  (SUITE-AutoCommitTest-seed#[54966A67ECC0F5FB]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1472035 INFO  (SUITE-AutoCommitTest-seed#[54966A67ECC0F5FB]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib, /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1472086 INFO  (SUITE-AutoCommitTest-seed#[54966A67ECC0F5FB]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1472104 INFO  (SUITE-AutoCommitTest-seed#[54966A67ECC0F5FB]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1472194 INFO  (SUITE-AutoCommitTest-seed#[54966A67ECC0F5FB]-worker) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1472244 INFO  (SUITE-AutoCommitTest-seed#[54966A67ECC0F5FB]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12522b5f
   [junit4]   2> 1472250 INFO  (SUITE-AutoCommitTest-seed#[54966A67ECC0F5FB]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12522b5f
   [junit4]   2> 1472250 INFO  (SUITE-AutoCommitTest-seed#[54966A67ECC0F5FB]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12522b5f
   [junit4]   2> 1472251 INFO  (coreLoadExecutor-5756-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1472252 INFO  (coreLoadExecutor-5756-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib, /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1472289 INFO  (coreLoadExecutor-5756-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1472331 INFO  (coreLoadExecutor-5756-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1472449 INFO  (coreLoadExecutor-5756-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1472457 INFO  (coreLoadExecutor-5756-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 1472457 INFO  (coreLoadExecutor-5756-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@12522b5f
   [junit4]   2> 1472457 INFO  (coreLoadExecutor-5756-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1472457 INFO  (coreLoadExecutor-5756-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_54966A67ECC0F5FB-001/init-core-data-001/]
   [junit4]   2> 1472458 INFO  (coreLoadExecutor-5756-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=38.396484375, floorSegmentMB=0.416015625, forceMergeDeletesPctAllowed=0.035488739187157226, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.803435636192903
   [junit4]   2> 1472518 INFO  (coreLoadExecutor-5756-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1472518 INFO  (coreLoadExecutor-5756-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1472673 INFO  (coreLoadExecutor-5756-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1472673 INFO  (coreLoadExecutor-5756-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1472674 INFO  (coreLoadExecutor-5756-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1472674 INFO  (coreLoadExecutor-5756-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5ea8030f[collection1] main]
   [junit4]   2> 1472675 INFO  (coreLoadExecutor-5756-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1472677 INFO  (coreLoadExecutor-5756-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1472694 INFO  (coreLoadExecutor-5756-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1472694 INFO  (searcherExecutor-5757-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1472694 INFO  (coreLoadExecutor-5756-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1581285535699173376
   [junit4]   2> 1472694 INFO  (searcherExecutor-5757-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1472694 INFO  (searcherExecutor-5757-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1472694 INFO  (searcherExecutor-5757-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1472695 INFO  (searcherExecutor-5757-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1472695 INFO  (searcherExecutor-5757-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1472695 INFO  (searcherExecutor-5757-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1472695 INFO  (searcherExecutor-5757-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1472695 INFO  (searcherExecutor-5757-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1472696 INFO  (searcherExecutor-5757-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5ea8030f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1472696 INFO  (SUITE-AutoCommitTest-seed#[54966A67ECC0F5FB]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1472699 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 1472700 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1472700 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@75566979[collection1] realtime]
   [junit4]   2> 1472701 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 1
   [junit4]   2> 1472701 ERROR (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    ] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException: /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 1472702 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib, /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1472728 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1472743 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1472857 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1472865 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1472890 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    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@12522b5f
   [junit4]   2> 1472890 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_54966A67ECC0F5FB-001/init-core-data-001/]
   [junit4]   2> 1472968 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1472969 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1472970 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3535b2ef[collection1] main]
   [junit4]   2> 1472971 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1472972 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1472976 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1472976 INFO  (searcherExecutor-5762-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1472976 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1581285535994871808
   [junit4]   2> 1472976 INFO  (searcherExecutor-5762-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1472976 INFO  (searcherExecutor-5762-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1472976 INFO  (searcherExecutor-5762-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1472977 INFO  (searcherExecutor-5762-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1472977 INFO  (searcherExecutor-5762-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1472977 INFO  (searcherExecutor-5762-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1472978 INFO  (searcherExecutor-5762-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1472979 INFO  (searcherExecutor-5762-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1472979 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=97.3125, floorSegmentMB=1.228515625, forceMergeDeletesPctAllowed=10.855026571877842, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1472980 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1472981 INFO  (searcherExecutor-5762-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3535b2ef[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1472982 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@194871ff[collection1] main]
   [junit4]   2> 1472982 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@20197ee0
   [junit4]   2> 1472982 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=538541792
   [junit4]   2> 1472982 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3b85a43c: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@6c711ff6
   [junit4]   2> 1472983 INFO  (searcherExecutor-5762-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@194871ff[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1473005 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 (1581285536024231936)]} 0 1
   [junit4]   2> 1473005 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    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> 1474506 INFO  (commitScheduler-5765-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> 1474508 INFO  (commitScheduler-5765-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@30862dd0[collection1] main]
   [junit4]   2> 1474509 INFO  (commitScheduler-5765-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1474510 INFO  (searcherExecutor-5762-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@30862dd0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):c1)))}
   [junit4]   2> 1474511 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 (1581285537604435968)]} 0 1508
   [junit4]   2> 1474511 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    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> 1474512 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    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> 1474512 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{delete=[529 (-1581285537605484544)]} 0 0
   [junit4]   2> 1474512 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    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> 1476012 INFO  (commitScheduler-5765-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> 1476014 INFO  (commitScheduler-5765-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@c3a52d2[collection1] main]
   [junit4]   2> 1476015 INFO  (commitScheduler-5765-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1476016 INFO  (searcherExecutor-5762-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@c3a52d2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.2.0):c1)))}
   [junit4]   2> 1476017 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[550 (1581285539182542848)]} 0 3014
   [junit4]   2> 1476017 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    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> 1476017 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1581285539183591424)]} 0 3014
   [junit4]   2> 1476017 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1581285539183591425)]} 0 3014
   [junit4]   2> 1476018 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1581285539184640000)]} 0 3014
   [junit4]   2> 1476018 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1581285539184640001)]} 0 3015
   [junit4]   2> 1476018 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1581285539184640002)]} 0 3015
   [junit4]   2> 1476018 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1581285539184640003)]} 0 3015
   [junit4]   2> 1476018 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1581285539184640004)]} 0 3015
   [junit4]   2> 1477517 INFO  (commitScheduler-5765-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> 1477519 INFO  (commitScheduler-5765-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2522706e[collection1] main]
   [junit4]   2> 1477520 INFO  (commitScheduler-5765-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1477521 INFO  (searcherExecutor-5762-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2522706e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.2.0):c1) Uninverting(_2(7.2.0):c9/7:delGen=1)))}
   [junit4]   2> 1478250 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1581285539184640005)]} 0 5247
   [junit4]   2> 1478326 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1581285541525061632)]} 0 5323
   [junit4]   2> 1478326 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1581285541604753408)]} 0 5324
   [junit4]   2> 1478328 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    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> 1478328 ERROR (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result[@numFound=0]
   [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="1" start="0"><doc><str name="id">500</str><arr name="range_facet_l"><long>500</long></arr><int name="id_i1">500</int><arr name="range_facet_l_dv"><long>500</long></arr><arr name="range_facet_i_dv"><int>500</int></arr><arr name="multiDefault"><str>muLti-Default</str></arr><int name="intDefault">42</int><date name="timestamp">2017-10-15T01:36:45.625Z</date><long name="_version_">1581285539184640005</long><int name="intDvoDefault">42</int></doc></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:500&qt=&start=0&rows=20&version=2.2
   [junit4]   2> 1478329 ERROR (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=id:500&qt=&start=0&rows=20&version=2.2:java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=0]
   [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="1" start="0"><doc><str name="id">500</str><arr name="range_facet_l"><long>500</long></arr><int name="id_i1">500</int><arr name="range_facet_l_dv"><long>500</long></arr><arr name="range_facet_i_dv"><int>500</int></arr><arr name="multiDefault"><str>muLti-Default</str></arr><int name="intDefault">42</int><date name="timestamp">2017-10-15T01:36:45.625Z</date><long name="_version_">1581285539184640005</long><int name="intDvoDefault">42</int></doc></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:500&qt=&start=0&rows=20&version=2.2
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
   [junit4]   2> 	at org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:293)
   [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:1737)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [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:943)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [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> 1478329 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest -Dtests.method=testMaxTime -Dtests.seed=54966A67ECC0F5FB -Dtests.slow=true -Dtests.locale=ja-JP-u-ca-japanese-x-lvariant-JP -Dtests.timezone=Chile/EasterIsland -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   5.64s J1 | AutoCommitTest.testMaxTime <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([54966A67ECC0F5FB:CE621785725A69C7]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:884)
   [junit4]    > 	at org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:293)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=0]
   [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="1" start="0"><doc><str name="id">500</str><arr name="range_facet_l"><long>500</long></arr><int name="id_i1">500</int><arr name="range_facet_l_dv"><long>500</long></arr><arr name="range_facet_i_dv"><int>500</int></arr><arr name="multiDefault"><str>muLti-Default</str></arr><int name="intDefault">42</int><date name="timestamp">2017-10-15T01:36:45.625Z</date><long name="_version_">1581285539184640005</long><int name="intDvoDefault">42</int></doc></result>
   [junit4]    > </response>
   [junit4]    > 	request was:q=id:500&qt=&start=0&rows=20&version=2.2
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
   [junit4]    > 	... 40 more
   [junit4]   2> 1478337 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 1478338 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1478338 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3afec615[collection1] realtime]
   [junit4]   2> 1478338 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[54966A67ECC0F5FB]) [    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> 1478338 ERROR (TEST-AutoCommitTest.testCommitWithin-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException: /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 1478339 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib, /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1478370 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1478395 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1478490 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1478498 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1478525 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[54966A67ECC0F5FB]) [    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@12522b5f
   [junit4]   2> 1478525 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_54966A67ECC0F5FB-001/init-core-data-001/]
   [junit4]   2> 1478646 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1478646 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1478666 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@792ba3d1[collection1] main]
   [junit4]   2> 1478666 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1478674 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1478681 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1478683 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1478683 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1478683 INFO  (searcherExecutor-5766-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1478684 INFO  (searcherExecutor-5766-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1478684 INFO  (searcherExecutor-5766-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1478684 INFO  (searcherExecutor-5766-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1478684 INFO  (searcherExecutor-5766-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1478685 INFO  (searcherExecutor-5766-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1478685 INFO  (searcherExecutor-5766-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1478686 INFO  (searcherExecutor-5766-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1478686 INFO  (searcherExecutor-5766-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1478689 INFO  (searcherExecutor-5766-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@792ba3d1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1478690 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1c7ffb5d[collection1] main]
   [junit4]   2> 1478690 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4f738776
   [junit4]   2> 1478690 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1332971382
   [junit4]   2> 1478690 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2b42e773: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@6c711ff6
   [junit4]   2> 1478715 INFO  (searcherExecutor-5766-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1c7ffb5d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1478715 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 (1581285542010552320)]} 0 2
   [junit4]   2> 1478716 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[54966A67ECC0F5FB]) [    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> 1478716 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 (1581285542013698048)]} 0 3
   [junit4]   2> 1478716 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[54966A67ECC0F5FB]) [    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> 1478717 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 (-1581285542013698049)]} 0 3
   [junit4]   2> 1478717 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[54966A67ECC0F5FB]) [    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> 1478717 ERROR (TEST-AutoCommitTest.testCommitWithin-seed#[54966A67ECC0F5FB]) [    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> 1478717 ERROR (TEST-AutoCommitTest.testCommitWithin-seed#[54966A67ECC0F5FB]) [    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:877)
   [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:1737)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [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:943)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [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> 1478717 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest -Dtests.method=testCommitWithin -Dtests.seed=54966A67ECC0F5FB -Dtests.slow=true -Dtests.locale=ja-JP-u-ca-japanese-x-lvariant-JP -Dtests.timezone=Chile/EasterIsland -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.39s J1 | AutoCommitTest.testCommitWithin <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([54966A67ECC0F5FB:EE44051F6FEE1BEE]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:884)
   [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:877)
   [junit4]    > 	... 40 more
   [junit4]   2> 1478721 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 1478721 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1478722 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@51f01530[collection1] realtime]
   [junit4]   2> 1478722 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    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> 1478722 ERROR (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException: /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 1478723 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib, /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1478756 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1478774 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1478895 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1478908 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1478947 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    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@12522b5f
   [junit4]   2> 1478947 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_54966A67ECC0F5FB-001/init-core-data-001/]
   [junit4]   2> 1479021 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1479021 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1479022 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3ed25eea[collection1] main]
   [junit4]   2> 1479023 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1479024 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1479028 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1479030 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    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=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.15008832560998764]
   [junit4]   2> 1479030 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1479030 INFO  (searcherExecutor-5770-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1479031 INFO  (searcherExecutor-5770-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1479031 INFO  (searcherExecutor-5770-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1479031 INFO  (searcherExecutor-5770-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1479031 INFO  (searcherExecutor-5770-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1479032 INFO  (searcherExecutor-5770-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1479032 INFO  (searcherExecutor-5770-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1479032 INFO  (searcherExecutor-5770-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1479033 INFO  (searcherExecutor-5770-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1479036 INFO  (searcherExecutor-5770-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3ed25eea[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1479036 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@795eedb9[collection1] main]
   [junit4]   2> 1479036 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@359b1ad9
   [junit4]   2> 1479036 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=899357401
   [junit4]   2> 1479037 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@541f16a: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@6c711ff6
   [junit4]   2> 1479038 INFO  (searcherExecutor-5770-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@795eedb9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1479050 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 (1581285542362873856)]} 0 0
   [junit4]   2> 1479050 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[1 (1581285542363922432)]} 0 0
   [junit4]   2> 1479050 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 (1581285542363922433)]} 0 1
   [junit4]   2> 1479050 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 (1581285542363922434)]} 0 1
   [junit4]   2> 1479050 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4 (1581285542363922435)]} 0 1
   [junit4]   2> 1479050 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5 (1581285542363922436)]} 0 1
   [junit4]   2> 1479051 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6 (1581285542364971008)]} 0 2
   [junit4]   2> 1479051 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7 (1581285542364971009)]} 0 2
   [junit4]   2> 1479051 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8 (1581285542364971010)]} 0 2
   [junit4]   2> 1479051 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9 (1581285542364971011)]} 0 2
   [junit4]   2> 1479052 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10 (1581285542364971012)]} 0 2
   [junit4]   2> 1479052 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11 (1581285542366019584)]} 0 2
   [junit4]   2> 1479052 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12 (1581285542366019585)]} 0 3
   [junit4]   2> 1479052 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13 (1581285542366019586)]} 0 3
   [junit4]   2> 1479052 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    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> 1479053 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14 (1581285542366019587)]} 0 3
   [junit4]   2> 1479054 INFO  (commitScheduler-5773-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> 1479058 INFO  (commitScheduler-5773-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1c381682[collection1] main]
   [junit4]   2> 1479058 INFO  (commitScheduler-5773-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1479060 INFO  (searcherExecutor-5770-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1c381682[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(7.2.0):c15)))}
   [junit4]   2> 1479304 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15 (1581285542629212160)]} 0 255
   [junit4]   2> 1479305 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    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> 1479306 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    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> 1479306 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[54966A67ECC0F5FB]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> 1479307 INFO  (SUITE-AutoCommitTest-seed#[54966A67ECC0F5FB]-worker) [    x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1479307 INFO  (SUITE-AutoCommitTest-seed#[54966A67ECC0F5FB]-worker) [    x:collection1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=493363372
   [junit4]   2> 1479307 INFO  (SUITE-AutoCommitTest-seed#[54966A67ECC0F5FB]-worker) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1479307 INFO  (SUITE-AutoCommitTest-seed#[54966A67ECC0F5FB]-worker) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@ea3ac97: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@e4036e9
   [junit4]   2> 1479313 INFO  (SUITE-AutoCommitTest-seed#[54966A67ECC0F5FB]-worker) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1479313 INFO  (SUITE-AutoCommitTest-seed#[54966A67ECC0F5FB]-worker) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1169c813: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@2d887633
   [junit4]   2> 1479316 INFO  (SUITE-AutoCommitTest-seed#[54966A67ECC0F5FB]-worker) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1479316 INFO  (SUITE-AutoCommitTest-seed#[54966A67ECC0F5FB]-worker) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@62d205dd: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@55937227
   [junit4]   2> 1479317 INFO  (coreCloseExecutor-5774-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5cfd5ad6
   [junit4]   2> 1479318 INFO  (coreCloseExecutor-5774-thread-1-processing-x:collection1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1560107734
   [junit4]   2> 1479318 INFO  (coreCloseExecutor-5774-thread-1-processing-x:collection1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@ffba776: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@6c711ff6
   [junit4]   2> 1479328 INFO  (coreCloseExecutor-5774-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 1479328 INFO  (coreCloseExecutor-5774-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@13907230 commitCommandVersion:0
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_54966A67ECC0F5FB-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {field_t=PostingsFormat(name=LuceneVarGapFixedInterval), multiDefault=PostingsFormat(name=Direct), subject=PostingsFormat(name=Direct), id=PostingsFormat(name=LuceneVarGapFixedInterval), text=Lucene50(blocksize=128)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), _version_=DocValuesFormat(name=Memory), intDefault=DocValuesFormat(name=Memory), id_i1=DocValuesFormat(name=Memory), range_facet_i_dv=DocValuesFormat(name=Lucene70), intDvoDefault=DocValuesFormat(name=Direct), range_facet_l=DocValuesFormat(name=Lucene70), timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=796, maxMBSortInHeap=7.541832604364135, sim=RandomSimilarity(queryNorm=false): {}, locale=ja-JP-u-ca-japanese-x-lvariant-JP, timezone=Chile/EasterIsland
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_141 (64-bit)/cpus=3,threads=1,free=208438320,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [RankQueryTest, TestElisionMultitermQuery, TestManagedStopFilterFactory, TestRTimerTree, TestRequestForwarding, AssignBackwardCompatibilityTest, TlogReplayBufferedWhileIndexingTest, SampleTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestDistributedGrouping, HdfsChaosMonkeyNothingIsSafeTest, TestCloudSchemaless, ShardSplitTest, TestBM25SimilarityFactory, SimpleCollectionCreateDeleteTest, BooleanFieldTest, TestRemoteStreaming, OverseerCollectionConfigSetProcessorTest, TestConfigReload, TestTrie, TestCSVLoader, TestPullReplica, TestSolrXml, DistributedFacetPivotSmallTest, TestShortCircuitedRequests, TestSolrCoreSnapshots, TestIntervalFaceting, TestFastWriter, TestImplicitCoreProperties, DebugComponentTest, DeleteInactiveReplicaTest, ShardRoutingCustomTest, ForceLeaderTest, CopyFieldTest, TestPolicyCloud, TestNonDefinedSimilarityFactory, CdcrUpdateLogTest, CollectionsAPISolrJTest, HdfsDirectoryFactoryTest, TestScoreJoinQPScore, InfoHandlerTest, TestLuceneMatchVersion, CleanupOldIndexTest, TestLRUCache, AutoScalingHandlerTest, ResponseHeaderTest, FileUtilsTest, TestLegacyField, ShufflingReplicaListTransformerTest, TestAnalyzedSuggestions, HdfsRestartWhileUpdatingTest, AnalyticsQueryTest, TestTestInjection, DistributedIntervalFacetingTest, StatelessScriptUpdateProcessorFactoryTest, TestHashQParserPlugin, TestDistributedStatsComponentCardinality, TestSystemIdResolver, DistributedVersionInfoTest, MoveReplicaHDFSTest, SolrRequestParserTest, TestFieldTypeCollectionResource, CdcrReplicationHandlerTest, TestGraphMLResponseWriter, SolrMetricManagerTest, PolyFieldTest, TestFastOutputStream, TestLMJelinekMercerSimilarityFactory, TestHdfsUpdateLog, OverseerRolesTest, TestCollectionsAPIViaSolrCloudCluster, RestartWhileUpdatingTest, ExecutePlanActionTest, PreAnalyzedFieldTest, TestSolrConfigHandlerConcurrent, DistributedTermsComponentTest, TestPKIAuthenticationPlugin, TestJoin, BasicAuthIntegrationTest, ZkNodePropsTest, BadComponentTest, TestCustomSort, TermsComponentTest, TestStressLiveNodes, GraphQueryTest, ExplicitHLLTest, SolrJmxReporterTest, MoreLikeThisHandlerTest, FileBasedSpellCheckerTest, TestIndexSearcher, TestReload, TestTolerantUpdateProcessorCloud, SuggesterFSTTest, TestCloudRecovery, VersionInfoTest, TestFilteredDocIdSet, TestQueryUtils, UpdateParamsTest, RecoveryAfterSoftCommitTest, ChaosMonkeySafeLeaderTest, TestFreeTextSuggestions, SpellCheckCollatorTest, TestExportWriter, RulesTest, DocumentAnalysisRequestHandlerTest, TestConfigSets, TestFastLRUCache, TestAddFieldRealTimeGet, TestSuggestSpellingConverter, TestBinaryResponseWriter, TestRandomFlRTGCloud, TestSimpleTrackingShardHandler, TestLockTree, DocExpirationUpdateProcessorFactoryTest, SSLMigrationTest, TestReloadAndDeleteDocs, V2ApiIntegrationTest, TestBulkSchemaConcurrent, TestComponentsName, SpellCheckCollatorWithCollapseTest, TestSSLRandomization, ReplaceNodeTest, SuggesterTSTTest, TestCoreDiscovery, TestMissingGroups, ClassificationUpdateProcessorTest, TestNestedDocsSort, AutoCommitTest]
   [junit4] Completed [252/744 (1!)] on J1 in 8.09s, 3 tests, 2 errors <<< FAILURES!

[...truncated 48651 lines...]