You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2021/01/13 11:48:08 UTC

[JENKINS] Lucene » Lucene-Solr-BadApples-Tests-8.x - Build # 158 - Unstable!

Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-BadApples-Tests-8.x/158/

2 tests failed.
FAILED:  org.apache.solr.cloud.TestWithCollection.testNodeAdded

Error Message:
Action was not fired till 30 seconds

Stack Trace:
java.lang.AssertionError: Action was not fired till 30 seconds
	at __randomizedtesting.SeedInfo.seed([6E01BFD49A585ABE:BC2E9A338FBF2BD]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.apache.solr.cloud.TestWithCollection.testNodeAdded(TestWithCollection.java:471)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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.handler.component.TestDistributedStatsComponentCardinality.test

Error Message:
.responseHeader.status:200!=0

Stack Trace:
junit.framework.AssertionFailedError: .responseHeader.status:200!=0
	at __randomizedtesting.SeedInfo.seed([6E01BFD49A585ABE:E655800E34A43746]:0)
	at junit.framework.Assert.fail(Assert.java:57)
	at org.apache.solr.BaseDistributedSearchTestCase.compareSolrResponses(BaseDistributedSearchTestCase.java:1006)
	at org.apache.solr.BaseDistributedSearchTestCase.compareResponses(BaseDistributedSearchTestCase.java:1033)
	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:679)
	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:642)
	at org.apache.solr.handler.component.TestDistributedStatsComponentCardinality.test(TestDistributedStatsComponentCardinality.java:191)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1090)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13618 lines...]
   [junit4] Suite: org.apache.solr.handler.component.TestDistributedStatsComponentCardinality
   [junit4]   2> 211636 INFO  (SUITE-TestDistributedStatsComponentCardinality-seed#[6E01BFD49A585ABE]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 211636 INFO  (SUITE-TestDistributedStatsComponentCardinality-seed#[6E01BFD49A585ABE]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_6E01BFD49A585ABE-001/data-dir-27-001
   [junit4]   2> 211636 WARN  (SUITE-TestDistributedStatsComponentCardinality-seed#[6E01BFD49A585ABE]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 211636 INFO  (SUITE-TestDistributedStatsComponentCardinality-seed#[6E01BFD49A585ABE]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 211638 INFO  (SUITE-TestDistributedStatsComponentCardinality-seed#[6E01BFD49A585ABE]-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-9062)
   [junit4]   2> 211638 INFO  (SUITE-TestDistributedStatsComponentCardinality-seed#[6E01BFD49A585ABE]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 211638 INFO  (SUITE-TestDistributedStatsComponentCardinality-seed#[6E01BFD49A585ABE]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 211928 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_6E01BFD49A585ABE-001/tempDir-001/control/cores/collection1
   [junit4]   2> 211931 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 211931 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 211931 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 211932 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 211932 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 211932 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 211934 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@a0040a4{/,null,AVAILABLE}
   [junit4]   2> 211934 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3879d885{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:33465}
   [junit4]   2> 211934 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.s.Server Started @211982ms
   [junit4]   2> 211934 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=33465, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_6E01BFD49A585ABE-001/tempDir-001/control/cores}
   [junit4]   2> 211934 ERROR (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 211934 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 211934 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.9.0
   [junit4]   2> 211934 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 211934 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 211934 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-01-13T10:53:07.380Z
   [junit4]   2> 211935 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_6E01BFD49A585ABE-001/tempDir-001/control/solr.xml
   [junit4]   2> 211937 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 211937 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 211938 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5bc44988, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 213858 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 213859 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6d02bf71[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 213859 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6d02bf71[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 213866 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@63c57d3e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 213866 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@63c57d3e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 213867 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 213883 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 213884 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 213903 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bc44988
   [junit4]   2> 213911 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bc44988
   [junit4]   2> 213912 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bc44988
   [junit4]   2> 213913 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_6E01BFD49A585ABE-001/tempDir-001/control/cores
   [junit4]   2> 213913 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 213922 INFO  (coreLoadExecutor-2064-thread-1) [    x:collection1 ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 214024 INFO  (coreLoadExecutor-2064-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 214075 INFO  (coreLoadExecutor-2064-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 214088 INFO  (coreLoadExecutor-2064-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 214102 INFO  (coreLoadExecutor-2064-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 214103 INFO  (coreLoadExecutor-2064-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@5bc44988
   [junit4]   2> 214104 INFO  (coreLoadExecutor-2064-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_6E01BFD49A585ABE-001/tempDir-001/control/cores/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_6E01BFD49A585ABE-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 214105 INFO  (coreLoadExecutor-2064-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=34.4072265625, floorSegmentMB=0.42578125, forceMergeDeletesPctAllowed=13.593735415679705, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8896738458806163, deletesPctAllowed=26.650695258269593
   [junit4]   2> 214165 INFO  (coreLoadExecutor-2064-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 214165 INFO  (coreLoadExecutor-2064-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 214166 INFO  (coreLoadExecutor-2064-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 214166 INFO  (coreLoadExecutor-2064-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 214167 INFO  (coreLoadExecutor-2064-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7261887530493313]
   [junit4]   2> 214169 INFO  (coreLoadExecutor-2064-thread-1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 214301 INFO  (coreLoadExecutor-2064-thread-1) [    x:collection1 ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 214437 INFO  (coreLoadExecutor-2064-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 214437 INFO  (coreLoadExecutor-2064-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1688768547266756608
   [junit4]   2> 214440 INFO  (searcherExecutor-2066-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 214440 INFO  (searcherExecutor-2066-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 214440 INFO  (searcherExecutor-2066-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 214440 INFO  (searcherExecutor-2066-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 214440 INFO  (searcherExecutor-2066-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 214441 INFO  (searcherExecutor-2066-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 214441 INFO  (searcherExecutor-2066-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 214441 INFO  (searcherExecutor-2066-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 214442 INFO  (searcherExecutor-2066-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 214443 INFO  (searcherExecutor-2066-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 214566 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_6E01BFD49A585ABE-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 214570 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 214570 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 214570 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 214575 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 214575 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 214575 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 214649 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5d3a3ae0{/,null,AVAILABLE}
   [junit4]   2> 214650 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6b23e77f{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:41107}
   [junit4]   2> 214650 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.s.Server Started @214698ms
   [junit4]   2> 214650 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=41107, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_6E01BFD49A585ABE-001/tempDir-001/shard0/cores}
   [junit4]   2> 214650 ERROR (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 214650 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 214650 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.9.0
   [junit4]   2> 214650 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 214650 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 214650 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-01-13T10:53:10.096Z
   [junit4]   2> 214650 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_6E01BFD49A585ABE-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 214654 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 214654 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 214656 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5bc44988, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 216550 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 216551 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@70b5fce3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 216551 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@70b5fce3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 216582 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7060358c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 216582 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7060358c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 216583 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 216595 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 216595 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 216614 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bc44988
   [junit4]   2> 216629 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bc44988
   [junit4]   2> 216629 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bc44988
   [junit4]   2> 216630 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_6E01BFD49A585ABE-001/tempDir-001/shard0/cores
   [junit4]   2> 216630 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 216814 INFO  (coreLoadExecutor-2083-thread-1) [    x:collection1 ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 216848 INFO  (coreLoadExecutor-2083-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 216875 INFO  (coreLoadExecutor-2083-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 216884 INFO  (coreLoadExecutor-2083-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 216892 INFO  (coreLoadExecutor-2083-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 216892 INFO  (coreLoadExecutor-2083-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@5bc44988
   [junit4]   2> 216893 INFO  (coreLoadExecutor-2083-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_6E01BFD49A585ABE-001/tempDir-001/shard0/cores/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_6E01BFD49A585ABE-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 216894 INFO  (coreLoadExecutor-2083-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=34.4072265625, floorSegmentMB=0.42578125, forceMergeDeletesPctAllowed=13.593735415679705, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8896738458806163, deletesPctAllowed=26.650695258269593
   [junit4]   2> 217097 INFO  (coreLoadExecutor-2083-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 217097 INFO  (coreLoadExecutor-2083-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 217099 INFO  (coreLoadExecutor-2083-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 217099 INFO  (coreLoadExecutor-2083-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 217102 INFO  (coreLoadExecutor-2083-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7261887530493313]
   [junit4]   2> 217115 INFO  (coreLoadExecutor-2083-thread-1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 217165 INFO  (coreLoadExecutor-2083-thread-1) [    x:collection1 ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 217378 INFO  (coreLoadExecutor-2083-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 217378 INFO  (coreLoadExecutor-2083-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1688768550350618624
   [junit4]   2> 217379 INFO  (searcherExecutor-2085-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 217380 INFO  (searcherExecutor-2085-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 217380 INFO  (searcherExecutor-2085-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 217380 INFO  (searcherExecutor-2085-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 217380 INFO  (searcherExecutor-2085-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 217382 INFO  (searcherExecutor-2085-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 217382 INFO  (searcherExecutor-2085-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 217382 INFO  (searcherExecutor-2085-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 217383 INFO  (searcherExecutor-2085-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 217384 INFO  (searcherExecutor-2085-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 217503 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_6E01BFD49A585ABE-001/tempDir-001/shard1/cores/collection1
   [junit4]   2> 217504 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 217504 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 217504 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 217621 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 217621 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 217621 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 217622 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3473e500{/,null,AVAILABLE}
   [junit4]   2> 217623 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@526d8d22{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:40071}
   [junit4]   2> 217623 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.s.Server Started @217670ms
   [junit4]   2> 217623 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=40071, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_6E01BFD49A585ABE-001/tempDir-001/shard1/cores}
   [junit4]   2> 217623 ERROR (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 217623 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 217623 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.9.0
   [junit4]   2> 217623 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 217623 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 217623 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-01-13T10:53:13.069Z
   [junit4]   2> 217623 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_6E01BFD49A585ABE-001/tempDir-001/shard1/solr.xml
   [junit4]   2> 217627 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 217627 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 217630 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5bc44988, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 220887 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 220888 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@74e9080[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 220888 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@74e9080[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 220892 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5861da6f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 220892 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5861da6f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 220893 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 220914 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 220914 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 220936 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bc44988
   [junit4]   2> 220965 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bc44988
   [junit4]   2> 220965 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bc44988
   [junit4]   2> 220967 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_6E01BFD49A585ABE-001/tempDir-001/shard1/cores
   [junit4]   2> 220967 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 221005 INFO  (coreLoadExecutor-2102-thread-1) [    x:collection1 ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 221050 INFO  (coreLoadExecutor-2102-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 221258 INFO  (coreLoadExecutor-2102-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 221268 INFO  (coreLoadExecutor-2102-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 221276 INFO  (coreLoadExecutor-2102-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 221276 INFO  (coreLoadExecutor-2102-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@5bc44988
   [junit4]   2> 221276 INFO  (coreLoadExecutor-2102-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_6E01BFD49A585ABE-001/tempDir-001/shard1/cores/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_6E01BFD49A585ABE-001/tempDir-001/shard1/cores/collection1/data/]
   [junit4]   2> 221278 INFO  (coreLoadExecutor-2102-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=34.4072265625, floorSegmentMB=0.42578125, forceMergeDeletesPctAllowed=13.593735415679705, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8896738458806163, deletesPctAllowed=26.650695258269593
   [junit4]   2> 221331 INFO  (coreLoadExecutor-2102-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 221331 INFO  (coreLoadExecutor-2102-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 221333 INFO  (coreLoadExecutor-2102-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 221333 INFO  (coreLoadExecutor-2102-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 221333 INFO  (coreLoadExecutor-2102-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7261887530493313]
   [junit4]   2> 221335 INFO  (coreLoadExecutor-2102-thread-1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 221349 INFO  (coreLoadExecutor-2102-thread-1) [    x:collection1 ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 221700 INFO  (coreLoadExecutor-2102-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 221700 INFO  (coreLoadExecutor-2102-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1688768554882564096
   [junit4]   2> 221702 INFO  (searcherExecutor-2104-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 221702 INFO  (searcherExecutor-2104-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 221702 INFO  (searcherExecutor-2104-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 221702 INFO  (searcherExecutor-2104-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 221702 INFO  (searcherExecutor-2104-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 221702 INFO  (searcherExecutor-2104-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 221702 INFO  (searcherExecutor-2104-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 221703 INFO  (searcherExecutor-2104-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 221704 INFO  (searcherExecutor-2104-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 221711 INFO  (searcherExecutor-2104-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 222395 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_6E01BFD49A585ABE-001/tempDir-001/shard2/cores/collection1
   [junit4]   2> 222396 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 222396 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 222396 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 222426 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 222426 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 222426 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 222427 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@275f6bc{/,null,AVAILABLE}
   [junit4]   2> 222427 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1d164b84{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:46723}
   [junit4]   2> 222427 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.s.Server Started @222475ms
   [junit4]   2> 222427 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=46723, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_6E01BFD49A585ABE-001/tempDir-001/shard2/cores}
   [junit4]   2> 222428 ERROR (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 222428 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 222428 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.9.0
   [junit4]   2> 222428 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 222428 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 222428 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-01-13T10:53:17.874Z
   [junit4]   2> 222428 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_6E01BFD49A585ABE-001/tempDir-001/shard2/solr.xml
   [junit4]   2> 222430 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 222430 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 222432 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5bc44988, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 223602 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 223603 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4ac7d7ea[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 223603 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4ac7d7ea[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 223608 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@52b5760[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 223608 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@52b5760[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 223609 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 223623 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 223623 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 223648 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bc44988
   [junit4]   2> 223891 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bc44988
   [junit4]   2> 223892 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bc44988
   [junit4]   2> 223898 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_6E01BFD49A585ABE-001/tempDir-001/shard2/cores
   [junit4]   2> 223898 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 223909 INFO  (coreLoadExecutor-2121-thread-1) [    x:collection1 ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 223925 INFO  (coreLoadExecutor-2121-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 223950 INFO  (coreLoadExecutor-2121-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 223967 INFO  (coreLoadExecutor-2121-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 224184 INFO  (coreLoadExecutor-2121-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 224185 INFO  (coreLoadExecutor-2121-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@5bc44988
   [junit4]   2> 224185 INFO  (coreLoadExecutor-2121-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_6E01BFD49A585ABE-001/tempDir-001/shard2/cores/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_6E01BFD49A585ABE-001/tempDir-001/shard2/cores/collection1/data/]
   [junit4]   2> 224186 INFO  (coreLoadExecutor-2121-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=34.4072265625, floorSegmentMB=0.42578125, forceMergeDeletesPctAllowed=13.593735415679705, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8896738458806163, deletesPctAllowed=26.650695258269593
   [junit4]   2> 224302 INFO  (coreLoadExecutor-2121-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 224302 INFO  (coreLoadExecutor-2121-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 224304 INFO  (coreLoadExecutor-2121-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 224304 INFO  (coreLoadExecutor-2121-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 224305 INFO  (coreLoadExecutor-2121-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7261887530493313]
   [junit4]   2> 224311 INFO  (coreLoadExecutor-2121-thread-1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 224354 INFO  (coreLoadExecutor-2121-thread-1) [    x:collection1 ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 224421 INFO  (coreLoadExecutor-2121-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 224421 INFO  (coreLoadExecutor-2121-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1688768557735739392
   [junit4]   2> 224422 INFO  (searcherExecutor-2123-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 224423 INFO  (searcherExecutor-2123-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 224423 INFO  (searcherExecutor-2123-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 224423 INFO  (searcherExecutor-2123-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 224423 INFO  (searcherExecutor-2123-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 224423 INFO  (searcherExecutor-2123-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 224424 INFO  (searcherExecutor-2123-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 224424 INFO  (searcherExecutor-2123-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 224424 INFO  (searcherExecutor-2123-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 224469 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 224469 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[6E01BFD49A585ABE]) [     ] o.a.s.h.c.TestDistributedStatsComponentCardinality Building an index of 13297 docs
   [junit4]   2> 224471 INFO  (searcherExecutor-2123-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 224789 INFO  (qtp1161062337-3621) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[1 (1688768558112178176)]} 0 9
   [junit4]   2> 224810 INFO  (qtp592869421-3642) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[1 (1688768558131052544)]} 0 11
   [junit4]   2> 224811 INFO  (qtp1161062337-3622) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[2 (1688768558144684032)]} 0 0
   [junit4]   2> 224814 INFO  (qtp1305252559-3663) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[2 (1688768558146781184)]} 0 1
   [junit4]   2> 224815 INFO  (qtp1161062337-3623) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[3 (1688768558148878336)]} 0 0
   [junit4]   2> 224858 INFO  (qtp1038912405-3684) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[3 (1688768558191869952)]} 0 2
   [junit4]   2> 224859 INFO  (qtp1161062337-3624) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[4 (1688768558195015680)]} 0 0
   [junit4]   2> 224861 INFO  (qtp592869421-3643) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[4 (1688768558196064256)]} 0 0
   [junit4]   2> 224861 INFO  (qtp1161062337-3620) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[5 (1688768558197112832)]} 0 0
   [junit4]   2> 224862 INFO  (qtp1305252559-3664) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[5 (1688768558198161408)]} 0 0
   [junit4]   2> 224863 INFO  (qtp1161062337-3621) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[6 (1688768558199209984)]} 0 0
   [junit4]   2> 224864 INFO  (qtp1038912405-3685) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[6 (1688768558199209984)]} 0 0
   [junit4]   2> 224867 INFO  (qtp1161062337-3622) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[7 (1688768558203404288)]} 0 0
   [junit4]   2> 224869 INFO  (qtp592869421-3644) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[7 (1688768558205501440)]} 0 0
   [junit4]   2> 224870 INFO  (qtp1161062337-3623) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[8 (1688768558206550016)]} 0 0
   [junit4]   2> 224872 INFO  (qtp1305252559-3665) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[8 (1688768558208647168)]} 0 0
   [junit4]   2> 224874 INFO  (qtp1161062337-3624) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[9 (1688768558210744320)]} 0 0
   [junit4]   2> 224876 INFO  (qtp1038912405-3686) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[9 (1688768558212841472)]} 0 0
   [junit4]   2> 224878 INFO  (qtp1161062337-3620) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[10 (1688768558214938624)]} 0 0
   [junit4]   2> 224879 INFO  (qtp592869421-3645) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[10 (1688768558215987200)]} 0 0
   [junit4]   2> 224881 INFO  (qtp1161062337-3621) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[11 (1688768558218084352)]} 0 0
   [junit4]   2> 224881 INFO  (qtp1305252559-3666) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[11 (1688768558218084352)]} 0 0
   [junit4]   2> 224884 INFO  (qtp1161062337-3622) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[12 (1688768558221230080)]} 0 0
   [junit4]   2> 224885 INFO  (qtp1038912405-3687) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[12 (1688768558221230080)]} 0 0
   [junit4]   2> 224887 INFO  (qtp1161062337-3623) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[13 (1688768558224375808)]} 0 0
   [junit4]   2> 224887 INFO  (qtp592869421-3640) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[13 (1688768558224375808)]} 0 0
   [junit4]   2> 224890 INFO  (qtp1161062337-3624) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[14 (1688768558227521536)]} 0 0
   [junit4]   2> 224891 INFO  (qtp1305252559-3662) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[14 (1688768558228570112)]} 0 0
   [junit4]   2> 224893 INFO  (qtp1161062337-3620) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[15 (1688768558230667264)]} 0 0
   [junit4]   2> 224894 INFO  (qtp1038912405-3683) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[15 (1688768558231715840)]} 0 0
   [junit4]   2> 224896 INFO  (qtp1161062337-3621) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[16 (1688768558233812992)]} 0 0
   [junit4]   2> 224897 INFO  (qtp592869421-3642) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[16 (1688768558233812992)]} 0 0
   [junit4]   2> 224902 INFO  (qtp1161062337-3622) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[17 (1688768558240104448)]} 0 0
   [junit4]   2> 224904 INFO  (qtp1305252559-3663) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[17 (1688768558242201600)]} 0 0
   [junit4]   2> 224905 INFO  (qtp1161062337-3623) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[18 (1688768558243250176)]} 0 0
   [junit4]   2> 224906 INFO  (qtp1038912405-3684) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[18 (1688768558243250176)]} 0 0
   [junit4]   2> 224907 INFO  (qtp1161062337-3624) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[19 (1688768558245347328)]} 0 0
   [junit4]   2> 224908 INFO  (qtp592869421-3643) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[19 (1688768558246395904)]} 0 0
   [junit4]   2> 224909 INFO  (qtp1161062337-3620) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[20 (1688768558247444480)]} 0 0
   [junit4]   2> 224910 INFO  (qtp1305252559-3664) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[20 (1688768558248493056)]} 0 0
   [junit4]   2> 224911 INFO  (qtp1161062337-3621) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[21 (1688768558249541632)]} 0 0
   [junit4]   2> 224911 INFO  (qtp1038912405-3685) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[21 (1688768558249541632)]} 0 0
   [junit4]   2> 224912 INFO  (qtp1161062337-3622) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[22 (1688768558250590208)]} 0 0
   [junit4]   2> 224913 INFO  (qtp592869421-3644) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[22 (1688768558251638784)]} 0 0
   [junit4]   2> 224914 INFO  (qtp1161062337-3623) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[23 (1688768558252687360)]} 0 0
   [junit4]   2> 224915 INFO  (qtp1305252559-3665) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[23 (1688768558253735936)]} 0 0
   [junit4]   2> 224916 INFO  (qtp1161062337-3624) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[24 (1688768558253735936)]} 0 0
   [junit4]   2> 224916 INFO  (qtp1038912405-3686) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[24 (1688768558254784512)]} 0 0
   [junit4]   2> 224917 INFO  (qtp1161062337-3620) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[25 (1688768558255833088)]} 0 0
   [junit4]   2> 224917 INFO  (qtp592869421-3645) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[25 (1688768558255833088)]} 0 0
   [junit4]   2> 224919 INFO  (qtp1161062337-3621) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[26 (1688768558257930240)]} 0 0
   [junit4]   2> 224919 INFO  (qtp1305252559-3666) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[26 (1688768558257930240)]} 0 0
   [junit4]   2> 224920 INFO  (qtp1161062337-3622) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[27 (1688768558258978816)]} 0 0
   [junit4]   2> 224921 INFO  (qtp1038912405-3687) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[27 (1688768558260027392)]} 0 0
   [junit4]   2> 224922 INFO  (qtp1161062337-3623) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[28 (1688768558260027392)]} 0 0
   [junit4]   2> 224923 INFO  (qtp592869421-3640) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[28 (1688768558262124544)]} 0 0
   [junit4]   2> 224933 INFO  (qtp1161062337-3624) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[29 (1688768558272610304)]} 0 0
   [junit4]   2> 224935 INFO  (qtp1305252559-3662) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[29 (1688768558274707456)]} 0 0
   [junit4]   2> 224936 INFO  (qtp1161062337-3620) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[30 (1688768558274707456)]} 0 0
   [junit4]   2> 224936 INFO  (qtp1038912405-3683) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[30 (1688768558275756032)]} 0 0
   [junit4]   2> 224937 INFO  (qtp1161062337-3621) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[31 (1688768558276804608)]} 0 0
   [junit4]   2> 224937 INFO  (qtp592869421-3642) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[31 (1688768558276804608)]} 0 0
   [junit4]   2> 224938 INFO  (qtp1161062337-3622) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[32 (1688768558277853184)]} 0 0
   [junit4]   2> 224939 INFO  (qtp1305252559-3663) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[32 (1688768558277853184)]} 0 0
   [junit4]   2> 224939 INFO  (qtp1161062337-3623) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[33 (1688768558278901760)]} 0 0
   [junit4]   2> 224940 INFO  (qtp1038912405-3684) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[33 (1688768558278901760)]} 0 0
   [junit4]   2> 224941 INFO  (qtp1161062337-3624) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[34 (1688768558280998912)]} 0 0
   [junit4]   2> 224941 INFO  (qtp592869421-3643) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[34 (1688768558280998912)]} 0 0
   [junit4]   2> 224942 INFO  (qtp1161062337-3620) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[35 (1688768558282047488)]} 0 0
   [junit4]   2> 224945 INFO  (qtp1305252559-3664) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[35 (1688768558282047488)]} 0 2
   [junit4]   2> 224967 INFO  (qtp1161062337-3621) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[36 (1688768558308261888)]} 0 0
   [junit4]   2> 224970 INFO  (qtp1038912405-3685) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[36 (1688768558311407616)]} 0 0
   [junit4]   2> 224971 INFO  (qtp1161062337-3622) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[37 (1688768558312456192)]} 0 0
   [junit4]   2> 224973 INFO  (qtp592869421-3644) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[37 (1688768558314553344)]} 0 0
   [junit4]   2> 224975 INFO  (qtp1161062337-3623) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[38 (1688768558316650496)]} 0 0
   [junit4]   2> 224977 INFO  (qtp1305252559-3665) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[38 (1688768558318747648)]} 0 0
   [junit4]   2> 224978 INFO  (qtp1161062337-3624) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[39 (1688768558319796224)]} 0 0
   [junit4]   2> 224980 INFO  (qtp1038912405-3686) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[39 (1688768558320844800)]} 0 0
   [junit4]   2> 224980 INFO  (qtp1161062337-3620) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[40 (1688768558321893376)]} 0 0
   [junit4]   2> 224981 INFO  (qtp592869421-3645) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[40 (1688768558321893376)]} 0 0
   [junit4]   2> 224982 INFO  (qtp1161062337-3621) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[41 (1688768558322941952)]} 0 0
   [junit4]   2> 224982 INFO  (qtp1305252559-3666) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[41 (1688768558323990528)]} 0 0
   [junit4]   2> 224983 INFO  (qtp1161062337-3622) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[42 (1688768558325039104)]} 0 0
   [junit4]   2> 224983 INFO  (qtp1038912405-3687) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[42 (1688768558325039104)]} 0 0
   [junit4]   2> 224984 INFO  (qtp1161062337-3623) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[43 (1688768558326087680)]} 0 0
   [junit4]   2> 224987 INFO  (qtp592869421-3640) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[43 (1688768558328184832)]} 0 0
   [junit4]   2> 224989 INFO  (qtp1161062337-3624) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[44 (1688768558331330560)]} 0 0
   [junit4]   2> 224990 INFO  (qtp1305252559-3662) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[44 (1688768558332379136)]} 0 0
   [junit4]   2> 224992 INFO  (qtp1161062337-3620) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[45 (1688768558333427712)]} 0 0
   [junit4]   2> 224993 INFO  (qtp1038912405-3683) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[45 (1688768558335524864)]} 0 0
   [junit4]   2> 224993 INFO  (qtp1161062337-3621) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[46 (1688768558335524864)]} 0 0
   [junit4]   2> 224995 INFO  (qtp592869421-3642) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[46 (1688768558337622016)]} 0 0
   [junit4]   2> 224995 INFO  (qtp1161062337-3622) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[47 (1688768558337622016)]} 0 0
   [junit4]   2> 225001 INFO  (qtp1305252559-3663) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[47 (1688768558343913472)]} 0 0
   [junit4]   2> 225002 INFO  (qtp1161062337-3623) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[48 (1688768558344962048)]} 0 0
   [junit4]   2> 225004 INFO  (qtp1038912405-3684) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&versio

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

ters.SolrJmxReporter@2b4b2289: rootName = solr_40083, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@2dcefb9d
   [junit4]   2> 1008127 INFO  (jetty-closer-10101-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1008130 INFO  (closeThreadPool-10118-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72816631672602630-127.0.0.1:40083_solr-n_0000000000) closing
   [junit4]   2> 1008131 INFO  (OverseerStateUpdate-72816631672602630-127.0.0.1:40083_solr-n_0000000000) [n:127.0.0.1:40083_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:40083_solr
   [junit4]   2> 1008139 DEBUG (closeThreadPool-10118-thread-2) [     ] o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 1008140 INFO  (OverseerAutoScalingTriggerThread-72816631672602630-127.0.0.1:40083_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1008140 DEBUG (closeThreadPool-10118-thread-2) [     ] o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 1008140 DEBUG (closeThreadPool-10118-thread-2) [     ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 1008142 DEBUG (closeThreadPool-10118-thread-2) [     ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 1008142 DEBUG (closeThreadPool-10118-thread-2) [     ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 1008142 DEBUG (closeThreadPool-10118-thread-2) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 1008142 INFO  (closeThreadPool-10118-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72816631672602630-127.0.0.1:40083_solr-n_0000000000) closing
   [junit4]   2> 1008188 INFO  (jetty-closer-10101-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6f785dac{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 1008189 INFO  (jetty-closer-10101-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5b1a019b{/solr,null,STOPPED}
   [junit4]   2> 1008189 INFO  (jetty-closer-10101-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1008220 INFO  (jetty-closer-10101-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@481bd4f{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 1008221 INFO  (jetty-closer-10101-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5e3d930b{/solr,null,STOPPED}
   [junit4]   2> 1008221 INFO  (jetty-closer-10101-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1008320 INFO  (jetty-closer-10101-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72816631672602630-127.0.0.1:40083_solr-n_0000000000) closing
   [junit4]   2> 1008321 INFO  (jetty-closer-10101-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@2e07f442{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 1008321 INFO  (jetty-closer-10101-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@48a70c3e{/solr,null,STOPPED}
   [junit4]   2> 1008321 INFO  (jetty-closer-10101-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1008322 INFO  (TEST-TestWithCollection.testNodeAdded-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1008525 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/collections/testNodeAdded_abc/terms/shard1
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	3	/solr/packages.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 	2	/solr/collections/testNodeAdded_xyz/terms/shard1
   [junit4]   2> 	2	/solr/collections/testNodeAdded_abc/collectionprops.json
   [junit4]   2> 	2	/solr/configs/testNodeAdded_abc.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testNodeAdded_abc.AUTOCREATED/managed-schema
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	42	/solr/collections/testNodeAdded_abc/state.json
   [junit4]   2> 	10	/solr/collections/testNodeAdded_xyz/state.json
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/autoscaling.json
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	36	/solr/overseer/queue
   [junit4]   2> 	15	/solr/live_nodes
   [junit4]   2> 	11	/solr/overseer/collection-queue-work
   [junit4]   2> 	10	/solr/collections
   [junit4]   2> 	9	/solr/collections/testNodeAdded_abc/state.json
   [junit4]   2> 	5	/solr/collections/testNodeAdded_xyz/state.json
   [junit4]   2> 
   [junit4]   2> 1008530 INFO  (TEST-TestWithCollection.testNodeAdded-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:45379
   [junit4]   2> 1008530 INFO  (TEST-TestWithCollection.testNodeAdded-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45379
   [junit4]   2> 1008530 INFO  (TEST-TestWithCollection.testNodeAdded-seed#[6E01BFD49A585ABE]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45379
   [junit4]   2> 1008530 INFO  (TEST-TestWithCollection.testNodeAdded-seed#[6E01BFD49A585ABE]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testNodeAdded
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestWithCollection -Dtests.method=testNodeAdded -Dtests.seed=6E01BFD49A585ABE -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=es-PY -Dtests.timezone=Asia/Famagusta -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 38.2s J0 | TestWithCollection.testNodeAdded <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Action was not fired till 30 seconds
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6E01BFD49A585ABE:BC2E9A338FBF2BD]:0)
   [junit4]    > 	at org.apache.solr.cloud.TestWithCollection.testNodeAdded(TestWithCollection.java:471)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_6E01BFD49A585ABE-001
   [junit4]   2> Jan 13, 2021 11:06:24 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {}, docValues:{}, maxPointsInLeafNode=1138, maxMBSortInHeap=6.408628211188532, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=es-PY, timezone=Asia/Famagusta
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=77788424,total=520093696
   [junit4]   2> NOTE: All tests run in this JVM: [LoggingHandlerTest, AnalysisErrorHandlingTest, DisMaxRequestHandlerTest, TestTermsQParserPlugin, TestCoreAdminApis, IndexSizeTriggerTest, DistribCursorPagingTest, RulesTest, TestConfig, ClassificationUpdateProcessorIntegrationTest, TestDistributedMissingSort, PrimUtilsTest, TestExtendedDismaxParser, TestComponentsName, TestSolrCloudSnapshots, TestSimNodeAddedTrigger, TestCircuitBreaker, BufferStoreTest, SpellCheckCollatorTest, CSVRequestHandlerTest, PathHierarchyTokenizerFactoryTest, NodeAddedTriggerTest, TestRTGBase, LeaderFailureAfterFreshStartTest, TestHighlightDedupGrouping, TestTrackingShardHandlerFactory, SliceStateTest, CdcrRequestHandlerTest, ExternalFileFieldSortTest, UniqFieldsUpdateProcessorFactoryTest, TestDistributedStatsComponentCardinality, JvmMetricsTest, DeleteNodeTest, XmlInterpolationTest, DimensionalRoutedAliasUpdateProcessorTest, SolrIndexSplitterTest, MoreLikeThisHandlerTest, AnalysisAfterCoreReloadTest, SplitByPrefixTest, ReplaceNodeTest, TestCloudJSONFacetJoinDomain, SolrTestCaseJ4Test, TestSolrJacksonAnnotation, BigEndianAscendingWordSerializerTest, DistributedVersionInfoTest, HLLSerializationTest, TestSmileRequest, CoreAdminHandlerTest, TemplateUpdateProcessorTest, RegexBytesRefFilterTest, QueryElevationComponentTest, JSONWriterTest, TestNumericRangeQuery32, BJQParserTest, TestSimpleTextCodec, RouteFieldTest, TestExplainDocTransformer, OverseerSolrResponseTest, TestImplicitCoreProperties, AutoAddReplicasPlanActionTest, HdfsWriteToMultipleCollectionsTest, TestDefaultStatsCache, MetricUtilsTest, TestLegacyNumericRangeQueryBuilder, NoCacheHeaderTest, MultiThreadedOCPTest, TestXmlQParserPlugin, TestJsonRangeFacets, TestUnInvertedFieldException, TestIndexSearcher, CustomCollectionTest, TestIndexingPerformance, FacetPivotSmallTest, TestDocTermOrdsUninvertLimit, TestDistribDocBasedVersion, TestUniqueKeyFieldResource, ShardRoutingCustomTest, TestSimClusterStateProvider, TestLRUStatsCache, TestFieldResource, SolrCoreTest, TriggerCooldownIntegrationTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestBlendedInfixSuggestions, OverseerTest, TestCoreBackup, MoveReplicaHDFSFailoverTest, SuggestComponentTest, TestPHPSerializedResponseWriter, AliasIntegrationTest, TestSchemalessBufferedUpdates, BadComponentTest, RecoveryZkTest, TestCustomDocTransformer, SolrLogAuditLoggerPluginTest, CoreSorterTest, NotRequiredUniqueKeyTest, TestSha256AuthenticationProvider, MetricsHistoryHandlerTest, TestSimpleTrackingShardHandler, DynamicMapsTest, OverriddenZkACLAndCredentialsProvidersTest, TestPerFieldSimilarity, TestInPlaceUpdateWithRouteField, TestCloudManagedSchema, TestCloudConsistency, TestWithCollection]
   [junit4] Completed [413/923 (2!)] on J0 in 92.11s, 9 tests, 1 failure <<< FAILURES!

[...truncated 52462 lines...]