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 2020/09/04 18:43:57 UTC

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

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

2 tests failed.
FAILED:  org.apache.solr.search.facet.TestJsonFacets.testTolerant {p0=SMART}

Error Message:
mismatch: '6'!='4' @ facets/count

Stack Trace:
java.lang.RuntimeException: mismatch: '6'!='4' @ facets/count
	at __randomizedtesting.SeedInfo.seed([237CE26BC875623:252FCACA0FBDC845]:0)
	at org.apache.solr.SolrTestCaseHS.matchJSON(SolrTestCaseHS.java:167)
	at org.apache.solr.SolrTestCaseHS.assertJQ(SolrTestCaseHS.java:150)
	at org.apache.solr.SolrTestCaseHS$Client$Tester.assertJQ(SolrTestCaseHS.java:263)
	at org.apache.solr.SolrTestCaseHS$Client.testJQ(SolrTestCaseHS.java:305)
	at org.apache.solr.search.facet.TestJsonFacets.testTolerant(TestJsonFacets.java:3104)
	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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java: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.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenRenew

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

Stack Trace:
java.lang.AssertionError: expected:<200> but was:<403>
	at __randomizedtesting.SeedInfo.seed([237CE26BC875623:35AC3A38844B8B87]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.renewDelegationToken(TestDelegationWithHadoopAuth.java:119)
	at org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.verifyDelegationTokenRenew(TestDelegationWithHadoopAuth.java:306)
	at org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenRenew(TestDelegationWithHadoopAuth.java:324)
	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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java: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.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13785 lines...]
   [junit4] Suite: org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth
   [junit4]   2> 442296 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[237CE26BC875623]-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-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 442296 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[237CE26BC875623]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 442297 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[237CE26BC875623]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_237CE26BC875623-001/data-dir-21-001
   [junit4]   2> 442297 WARN  (SUITE-TestDelegationWithHadoopAuth-seed#[237CE26BC875623]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=499 numCloses=499
   [junit4]   2> 442297 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[237CE26BC875623]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 442299 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[237CE26BC875623]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 442408 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[237CE26BC875623]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_237CE26BC875623-001/tempDir-001
   [junit4]   2> 442408 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[237CE26BC875623]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 442409 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 442409 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 442409 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 442509 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[237CE26BC875623]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 33585
   [junit4]   2> 442509 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[237CE26BC875623]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:33585
   [junit4]   2> 442509 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[237CE26BC875623]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33585
   [junit4]   2> 442509 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[237CE26BC875623]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33585
   [junit4]   2> 442511 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[237CE26BC875623]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 442519 INFO  (zkConnectionManagerCallback-3991-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 442519 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[237CE26BC875623]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 442528 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[237CE26BC875623]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 442533 INFO  (zkConnectionManagerCallback-3993-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 442533 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[237CE26BC875623]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 442537 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[237CE26BC875623]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 442541 INFO  (zkConnectionManagerCallback-3995-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 442541 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[237CE26BC875623]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 442645 WARN  (jetty-launcher-3996-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 442645 INFO  (jetty-launcher-3996-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 442645 INFO  (jetty-launcher-3996-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 442645 INFO  (jetty-launcher-3996-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_252-b09
   [junit4]   2> 442647 WARN  (jetty-launcher-3996-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 442647 INFO  (jetty-launcher-3996-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 442647 INFO  (jetty-launcher-3996-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 442647 INFO  (jetty-launcher-3996-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_252-b09
   [junit4]   2> 442649 INFO  (jetty-launcher-3996-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 442649 INFO  (jetty-launcher-3996-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 442649 INFO  (jetty-launcher-3996-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 442650 INFO  (jetty-launcher-3996-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3473fbf8{/solr,null,AVAILABLE}
   [junit4]   2> 442651 INFO  (jetty-launcher-3996-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 442651 INFO  (jetty-launcher-3996-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 442651 INFO  (jetty-launcher-3996-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 442651 INFO  (jetty-launcher-3996-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7ea4144e{/solr,null,AVAILABLE}
   [junit4]   2> 442652 INFO  (jetty-launcher-3996-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6cf928ba{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:43583}
   [junit4]   2> 442652 INFO  (jetty-launcher-3996-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@69207e8a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:37385}
   [junit4]   2> 442652 INFO  (jetty-launcher-3996-thread-1) [     ] o.e.j.s.Server Started @442688ms
   [junit4]   2> 442652 INFO  (jetty-launcher-3996-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37385}
   [junit4]   2> 442652 INFO  (jetty-launcher-3996-thread-2) [     ] o.e.j.s.Server Started @442688ms
   [junit4]   2> 442652 INFO  (jetty-launcher-3996-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43583}
   [junit4]   2> 442652 ERROR (jetty-launcher-3996-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 442652 INFO  (jetty-launcher-3996-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 442652 ERROR (jetty-launcher-3996-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 442652 INFO  (jetty-launcher-3996-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 442652 INFO  (jetty-launcher-3996-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 442652 INFO  (jetty-launcher-3996-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 442652 INFO  (jetty-launcher-3996-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 442652 INFO  (jetty-launcher-3996-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 442652 INFO  (jetty-launcher-3996-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 442652 INFO  (jetty-launcher-3996-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-09-04T17:49:50.695Z
   [junit4]   2> 442652 INFO  (jetty-launcher-3996-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 442652 INFO  (jetty-launcher-3996-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-09-04T17:49:50.695Z
   [junit4]   2> 442660 INFO  (jetty-launcher-3996-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 442668 INFO  (jetty-launcher-3996-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 442669 INFO  (zkConnectionManagerCallback-3998-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 442669 INFO  (jetty-launcher-3996-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 442669 INFO  (zkConnectionManagerCallback-4000-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 442669 INFO  (jetty-launcher-3996-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 442669 INFO  (jetty-launcher-3996-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 442669 INFO  (jetty-launcher-3996-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 442676 WARN  (jetty-launcher-3996-thread-2-SendThread(127.0.0.1:33585)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1001128fd1a0003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1001128fd1a0003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1001128fd1a0003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 442676 WARN  (jetty-launcher-3996-thread-1-SendThread(127.0.0.1:33585)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1001128fd1a0004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1001128fd1a0004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1001128fd1a0004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 443487 INFO  (jetty-launcher-3996-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 443488 WARN  (jetty-launcher-3996-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2f5c0173[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 443488 WARN  (jetty-launcher-3996-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2f5c0173[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 443491 WARN  (jetty-launcher-3996-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@673fa733[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 443491 WARN  (jetty-launcher-3996-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@673fa733[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 443492 INFO  (jetty-launcher-3996-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33585/solr
   [junit4]   2> 443492 INFO  (jetty-launcher-3996-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 443497 INFO  (zkConnectionManagerCallback-4013-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 443497 INFO  (jetty-launcher-3996-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 443498 WARN  (jetty-launcher-3996-thread-2-SendThread(127.0.0.1:33585)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1001128fd1a0005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1001128fd1a0005, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1001128fd1a0005, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 443599 INFO  (jetty-launcher-3996-thread-2) [n:127.0.0.1:43583_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 443600 INFO  (zkConnectionManagerCallback-4015-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 443600 INFO  (jetty-launcher-3996-thread-2) [n:127.0.0.1:43583_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 443694 INFO  (jetty-launcher-3996-thread-2) [n:127.0.0.1:43583_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43583_solr
   [junit4]   2> 443694 INFO  (jetty-launcher-3996-thread-2) [n:127.0.0.1:43583_solr     ] o.a.s.c.Overseer Overseer (id=72076461780631558-127.0.0.1:43583_solr-n_0000000000) starting
   [junit4]   2> 443699 INFO  (OverseerStateUpdate-72076461780631558-127.0.0.1:43583_solr-n_0000000000) [n:127.0.0.1:43583_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:43583_solr
   [junit4]   2> 443705 INFO  (jetty-launcher-3996-thread-2) [n:127.0.0.1:43583_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43583_solr
   [junit4]   2> 443707 INFO  (zkCallback-4014-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 443707 INFO  (jetty-launcher-3996-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 443708 INFO  (jetty-launcher-3996-thread-2) [n:127.0.0.1:43583_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 443708 WARN  (jetty-launcher-3996-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@663a3147[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 443708 INFO  (jetty-launcher-3996-thread-2) [n:127.0.0.1:43583_solr     ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HadoopAuthPlugin
   [junit4]   2> 443709 WARN  (jetty-launcher-3996-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@663a3147[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 443711 WARN  (jetty-launcher-3996-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@93651f3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 443711 WARN  (jetty-launcher-3996-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@93651f3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 443712 INFO  (jetty-launcher-3996-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33585/solr
   [junit4]   2> 443712 INFO  (jetty-launcher-3996-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 443714 INFO  (zkConnectionManagerCallback-4029-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 443714 INFO  (jetty-launcher-3996-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 443729 INFO  (jetty-launcher-3996-thread-2) [n:127.0.0.1:43583_solr     ] o.a.s.s.HadoopAuthPlugin Params: {delegation-token.token-kind=solr-dt, cookie.domain=127.0.0.1, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, signer.secret.provider.zookeeper.path=/token, type=simple, zk-dt-secret-manager.enable=true, signer.secret.provider=zookeeper, delegation-token.json-mapper.AUTO_CLOSE_TARGET=false}
   [junit4]   2> 443816 INFO  (jetty-launcher-3996-thread-1) [n:127.0.0.1:37385_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 443818 INFO  (zkConnectionManagerCallback-4031-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 443818 INFO  (jetty-launcher-3996-thread-1) [n:127.0.0.1:37385_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 443823 INFO  (jetty-launcher-3996-thread-1) [n:127.0.0.1:37385_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 443826 INFO  (jetty-launcher-3996-thread-1) [n:127.0.0.1:37385_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:37385_solr as DOWN
   [junit4]   2> 443827 INFO  (jetty-launcher-3996-thread-1) [n:127.0.0.1:37385_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 443827 INFO  (jetty-launcher-3996-thread-1) [n:127.0.0.1:37385_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37385_solr
   [junit4]   2> 443828 INFO  (zkCallback-4014-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 443828 INFO  (zkCallback-4030-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 443829 INFO  (jetty-launcher-3996-thread-1) [n:127.0.0.1:37385_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 443830 INFO  (jetty-launcher-3996-thread-1) [n:127.0.0.1:37385_solr     ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HadoopAuthPlugin
   [junit4]   2> 443830 INFO  (jetty-launcher-3996-thread-1) [n:127.0.0.1:37385_solr     ] o.a.s.s.HadoopAuthPlugin Params: {delegation-token.token-kind=solr-dt, cookie.domain=127.0.0.1, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, signer.secret.provider.zookeeper.path=/token, type=simple, zk-dt-secret-manager.enable=true, signer.secret.provider=zookeeper, delegation-token.json-mapper.AUTO_CLOSE_TARGET=false}
   [junit4]   2> 443933 INFO  (jetty-launcher-3996-thread-2) [n:127.0.0.1:43583_solr     ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 443933 INFO  (jetty-launcher-3996-thread-1) [n:127.0.0.1:37385_solr     ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 443968 INFO  (jetty-launcher-3996-thread-2-EventThread) [     ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 443968 INFO  (jetty-launcher-3996-thread-1-EventThread) [     ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 444239 WARN  (jetty-launcher-3996-thread-1) [n:127.0.0.1:37385_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=enabled 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> 444239 WARN  (jetty-launcher-3996-thread-2) [n:127.0.0.1:43583_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=enabled 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> 444239 WARN  (jetty-launcher-3996-thread-1) [n:127.0.0.1:37385_solr     ] o.a.s.c.CoreContainer Solr authentication is enabled, but SSL is off.  Consider enabling SSL to protect user credentials and data with encryption.
   [junit4]   2> 444239 WARN  (jetty-launcher-3996-thread-2) [n:127.0.0.1:43583_solr     ] o.a.s.c.CoreContainer Solr authentication is enabled, but SSL is off.  Consider enabling SSL to protect user credentials and data with encryption.
   [junit4]   2> 444256 INFO  (jetty-launcher-3996-thread-1) [n:127.0.0.1:37385_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 444256 INFO  (jetty-launcher-3996-thread-2) [n:127.0.0.1:43583_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 444299 INFO  (jetty-launcher-3996-thread-1) [n:127.0.0.1:37385_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37385.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6246b860
   [junit4]   2> 444301 INFO  (jetty-launcher-3996-thread-2) [n:127.0.0.1:43583_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43583.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6246b860
   [junit4]   2> 444311 INFO  (jetty-launcher-3996-thread-1) [n:127.0.0.1:37385_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37385.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6246b860
   [junit4]   2> 444312 INFO  (jetty-launcher-3996-thread-1) [n:127.0.0.1:37385_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37385.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6246b860
   [junit4]   2> 444313 INFO  (jetty-launcher-3996-thread-1) [n:127.0.0.1:37385_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_237CE26BC875623-001/tempDir-001/node1
   [junit4]   2> 444319 INFO  (jetty-launcher-3996-thread-2) [n:127.0.0.1:43583_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43583.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6246b860
   [junit4]   2> 444319 INFO  (jetty-launcher-3996-thread-2) [n:127.0.0.1:43583_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43583.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6246b860
   [junit4]   2> 444320 INFO  (jetty-launcher-3996-thread-2) [n:127.0.0.1:43583_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_237CE26BC875623-001/tempDir-001/node2
   [junit4]   2> 444338 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[237CE26BC875623]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 444339 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[237CE26BC875623]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 444340 INFO  (zkConnectionManagerCallback-4049-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 444340 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[237CE26BC875623]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 444341 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[237CE26BC875623]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 444342 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[237CE26BC875623]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33585/solr ready
   [junit4]   2> 444373 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[237CE26BC875623]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenew
   [junit4]   2> 444514 WARN  (qtp1648282253-6290) [     ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: foo is trying to renew a token (solr-dt owner=foo, renewer=foo, realUser=, issueDate=1599241792514, maxDate=1599846592514, sequenceNumber=1, masterKeyId=4) with wrong password
   [junit4]   2> 444514 WARN  (qtp1648282253-6290) [     ] o.a.s.s.HadoopAuthPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 444518 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[237CE26BC875623]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenew
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDelegationWithHadoopAuth -Dtests.method=testDelegationTokenRenew -Dtests.seed=237CE26BC875623 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ar -Dtests.timezone=Asia/Dushanbe -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.17s J2 | TestDelegationWithHadoopAuth.testDelegationTokenRenew <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<200> but was:<403>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([237CE26BC875623:35AC3A38844B8B87]:0)
   [junit4]    > 	at org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.renewDelegationToken(TestDelegationWithHadoopAuth.java:119)
   [junit4]    > 	at org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.verifyDelegationTokenRenew(TestDelegationWithHadoopAuth.java:306)
   [junit4]    > 	at org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenRenew(TestDelegationWithHadoopAuth.java:324)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 444543 INFO  (TEST-TestDelegationWithHadoopAuth.testZNodePaths-seed#[237CE26BC875623]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testZNodePaths
   [junit4]   2> 444554 WARN  (qtp1648282253-6291) [     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 444558 INFO  (TEST-TestDelegationWithHadoopAuth.testZNodePaths-seed#[237CE26BC875623]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 444561 INFO  (zkConnectionManagerCallback-4051-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 444561 INFO  (TEST-TestDelegationWithHadoopAuth.testZNodePaths-seed#[237CE26BC875623]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 444663 INFO  (TEST-TestDelegationWithHadoopAuth.testZNodePaths-seed#[237CE26BC875623]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testZNodePaths
   [junit4]   2> 444687 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[237CE26BC875623]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenewFail
   [junit4]   2> 444687 WARN  (qtp1648282253-6292) [     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 444691 WARN  (qtp1648282253-6288) [     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 444691 WARN  (qtp1648282253-6288) [     ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: bar tries to renew a token (solr-dt owner=foo, renewer=foo, realUser=, issueDate=1599241792731, maxDate=1599846592731, sequenceNumber=3, masterKeyId=4) with non-matching renewer foo
   [junit4]   2> 444691 WARN  (qtp1648282253-6288) [     ] o.a.s.s.HadoopAuthPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 444692 WARN  (qtp1743232006-6295) [     ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: bar tries to renew a token (solr-dt owner=foo, renewer=foo, realUser=, issueDate=1599241792731, maxDate=1599846592731, sequenceNumber=3, masterKeyId=4) with non-matching renewer foo
   [junit4]   2> 444692 WARN  (qtp1743232006-6295) [     ] o.a.s.s.HadoopAuthPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 444693 WARN  (qtp1648282253-6287) [     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 444695 WARN  (qtp1648282253-6290) [     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 444695 WARN  (qtp1648282253-6290) [     ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: notRenewUser tries to renew a token (solr-dt owner=foo, renewer=renewUser, realUser=, issueDate=1599241792736, maxDate=1599846592736, sequenceNumber=4, masterKeyId=4) with non-matching renewer renewUser
   [junit4]   2> 444695 WARN  (qtp1648282253-6290) [     ] o.a.s.s.HadoopAuthPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 444696 WARN  (qtp1743232006-6296) [     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 444696 WARN  (qtp1743232006-6296) [     ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: notRenewUser tries to renew a token (solr-dt owner=foo, renewer=renewUser, realUser=, issueDate=1599241792736, maxDate=1599846592736, sequenceNumber=4, masterKeyId=4) with non-matching renewer renewUser
   [junit4]   2> 444696 WARN  (qtp1743232006-6296) [     ] o.a.s.s.HadoopAuthPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 444697 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[237CE26BC875623]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenewFail
   [junit4]   2> 444719 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[237CE26BC875623]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenVerify
   [junit4]   2> 444720 WARN  (qtp1648282253-6291) [     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 444733 INFO  (qtp1648282253-6288) [n:127.0.0.1:43583_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAXRaPSz7igF0fkmw-wUEFKWDKgBiawQkyVD9C3pXDDWXsr2oB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 444734 INFO  (qtp1648282253-6288) [n:127.0.0.1:43583_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAXRaPSz7igF0fkmw-wUEFKWDKgBiawQkyVD9C3pXDDWXsr2oB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 444747 INFO  (qtp1743232006-6299) [n:127.0.0.1:37385_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAXRaPSz7igF0fkmw-wUEFKWDKgBiawQkyVD9C3pXDDWXsr2oB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 444747 INFO  (qtp1743232006-6299) [n:127.0.0.1:37385_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAXRaPSz7igF0fkmw-wUEFKWDKgBiawQkyVD9C3pXDDWXsr2oB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 444750 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[237CE26BC875623]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenVerify
   [junit4]   2> 444773 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenSolrClient-seed#[237CE26BC875623]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenSolrClient
   [junit4]   2> 444774 WARN  (qtp1648282253-6290) [     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 444781 INFO  (qtp1648282253-6291) [n:127.0.0.1:43583_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAXRaPS0xigF0fkmxMQYEFPdg8pdgbDLgQ1XK6j_6TvtbfuUMB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 444781 INFO  (qtp1648282253-6291) [n:127.0.0.1:43583_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAXRaPS0xigF0fkmxMQYEFPdg8pdgbDLgQ1XK6j_6TvtbfuUMB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 444782 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenSolrClient-seed#[237CE26BC875623]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenSolrClient
   [junit4]   2> 444802 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancelFail-seed#[237CE26BC875623]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancelFail
   [junit4]   2> 444805 WARN  (qtp1648282253-6287) [     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 444805 WARN  (qtp1648282253-6290) [     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 444808 WARN  (qtp1648282253-6291) [n:127.0.0.1:43583_solr     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 444815 WARN  (qtp1743232006-6295) [     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 444815 ERROR (qtp1743232006-6295) [     ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_7]
   [junit4]   2> 444816 WARN  (qtp1648282253-6292) [     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 444816 ERROR (qtp1648282253-6292) [     ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_7]
   [junit4]   2> 444817 WARN  (qtp1648282253-6288) [n:127.0.0.1:43583_solr     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 444819 WARN  (qtp1743232006-6296) [     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 444821 WARN  (qtp1743232006-6298) [     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 444822 ERROR (qtp1743232006-6298) [     ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_8]
   [junit4]   2> 444822 WARN  (qtp1648282253-6287) [     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 444823 ERROR (qtp1648282253-6287) [     ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_8]
   [junit4]   2> 444823 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancelFail-seed#[237CE26BC875623]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancelFail
   [junit4]   2> 444845 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[237CE26BC875623]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancel
   [junit4]   2> 444845 WARN  (qtp1648282253-6290) [     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 444849 WARN  (qtp1648282253-6291) [n:127.0.0.1:43583_solr     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 444859 ERROR (qtp1648282253-6288) [n:127.0.0.1:43583_solr     ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_9]
   [junit4]   2> 444931 WARN  (qtp1648282253-6290) [     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 444938 WARN  (qtp1743232006-6298) [     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 444942 ERROR (qtp1743232006-6293) [     ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_10]
   [junit4]   2> 444953 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[237CE26BC875623]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancel
   [junit4]   2> 444978 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationOtherOp-seed#[237CE26BC875623]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationOtherOp
   [junit4]   2> 444981 INFO  (qtp1648282253-6292) [n:127.0.0.1:43583_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params op=someSolrOperation&action=LIST&user.name=foo&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 444981 INFO  (qtp1648282253-6292) [n:127.0.0.1:43583_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={op=someSolrOperation&action=LIST&user.name=foo&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 444982 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationOtherOp-seed#[237CE26BC875623]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationOtherOp
   [junit4]   2> 445084 INFO  (jetty-closer-4052-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=715200588
   [junit4]   2> 445084 INFO  (jetty-closer-4052-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:43583_solr
   [junit4]   2> 445084 INFO  (jetty-closer-4052-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 445084 INFO  (jetty-closer-4052-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:43583_solr as DOWN
   [junit4]   2> 445088 INFO  (jetty-closer-4052-thread-2) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=615778068
   [junit4]   2> 445088 INFO  (jetty-closer-4052-thread-2) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:37385_solr
   [junit4]   2> 445088 INFO  (jetty-closer-4052-thread-2) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 445088 INFO  (jetty-closer-4052-thread-2) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:37385_solr as DOWN
   [junit4]   2> 445088 INFO  (jetty-closer-4052-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 445089 INFO  (jetty-closer-4052-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 445089 INFO  (jetty-closer-4052-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6508b11e: rootName = solr_43583, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@231f7453
   [junit4]   2> 445095 INFO  (jetty-closer-4052-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 445095 INFO  (jetty-closer-4052-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3f84355d: rootName = solr_43583, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@60b6dbbe
   [junit4]   2> 445096 INFO  (jetty-closer-4052-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 445096 INFO  (jetty-closer-4052-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@68f62a4a: rootName = solr_37385, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@723fcf4e
   [junit4]   2> 445098 INFO  (jetty-closer-4052-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 445098 INFO  (jetty-closer-4052-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@503b098a: rootName = solr_43583, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@59cddb1
   [junit4]   2> 445098 INFO  (jetty-closer-4052-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 445100 INFO  (closeThreadPool-4061-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72076461780631558-127.0.0.1:43583_solr-n_0000000000) closing
   [junit4]   2> 445100 INFO  (OverseerAutoScalingTriggerThread-72076461780631558-127.0.0.1:43583_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 445101 INFO  (OverseerStateUpdate-72076461780631558-127.0.0.1:43583_solr-n_0000000000) [n:127.0.0.1:43583_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43583_solr
   [junit4]   2> 445102 WARN  (jetty-launcher-3996-thread-2-SendThread(127.0.0.1:33585)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1001128fd1a0006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1001128fd1a0006, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1001128fd1a0006, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 445103 INFO  (closeThreadPool-4061-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72076461780631558-127.0.0.1:43583_solr-n_0000000000) closing
   [junit4]   2> 445104 INFO  (zkCallback-4030-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 445108 INFO  (jetty-closer-4052-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 445108 INFO  (jetty-closer-4052-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6be6f949: rootName = solr_37385, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@60b6dbbe
   [junit4]   2> 445110 INFO  (jetty-closer-4052-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 445110 INFO  (jetty-closer-4052-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4944bea1: rootName = solr_37385, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@59cddb1
   [junit4]   2> 445110 INFO  (jetty-closer-4052-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 445203 INFO  (jetty-closer-4052-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72076461780631558-127.0.0.1:43583_solr-n_0000000000) closing
   [junit4]   2> 445203 ERROR (Thread[Thread-1140,5,TGRP-TestDelegationWithHadoopAuth]) [     ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 445213 INFO  (Curator-Framework-0) [     ] o.a.c.f.i.CuratorFrameworkImpl backgroundOperationsLoop exiting
   [junit4]   2> 445303 ERROR (Thread[Thread-1142,5,TGRP-TestDelegationWithHadoopAuth]) [     ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 445305 INFO  (Curator-Framework-0) [     ] o.a.c.f.i.CuratorFrameworkImpl backgroundOperationsLoop exiting
   [junit4]   2> 445405 INFO  (jetty-closer-4052-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6cf928ba{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 445406 INFO  (jetty-closer-4052-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3473fbf8{/solr,null,UNAVAILABLE}
   [junit4]   2> 445406 INFO  (jetty-closer-4052-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 445507 INFO  (jetty-closer-4052-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@69207e8a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 445508 INFO  (jetty-closer-4052-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7ea4144e{/solr,null,UNAVAILABLE}
   [junit4]   2> 445508 INFO  (jetty-closer-4052-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 445509 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[237CE26BC875623]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 445510 WARN  (SUITE-TestDelegationWithHadoopAuth-seed#[237CE26BC875623]-worker-SendThread(127.0.0.1:33585)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1001128fd1a0000.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1001128fd1a0000, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1001128fd1a0000, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 445713 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> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/packages.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	22	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMSeqNumRoot
   [junit4]   2> 	11	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMKeyIdRoot
   [junit4]   2> 	4	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_1
   [junit4]   2> 	4	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_2
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_7
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_6
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_9
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_8
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_1
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_3
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_2
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_5
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_4
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_4
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_10
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	30	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
   [junit4]   2> 	7	/solr/live_nodes
   [junit4]   2> 	6	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot
   [junit4]   2> 	5	/solr/overseer/queue
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> 445715 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[237CE26BC875623]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:33585
   [junit4]   2> 445715 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[237CE26BC875623]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33585
   [junit4]   2> 445715 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[237CE26BC875623]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33585
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_237CE26BC875623-001
   [junit4]   2> Sep 04, 2020 5:49:53 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {}, docValues:{}, maxPointsInLeafNode=1271, maxMBSortInHeap=6.346046471542375, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=ar, timezone=Asia/Dushanbe
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=139764632,total=533200896
   [junit4]   2> NOTE: All tests run in this JVM: [DeleteReplicaTest, TestCloudJSONFacetJoinDomain, TriggerIntegrationTest, TestFieldResource, TestComponentsName, TestDFISimilarityFactory, HdfsLockFactoryTest, ReindexCollectionTest, HttpPartitionOnCommitTest, TestAuthorizationFramework, ConvertedLegacyTest, LeaderElectionIntegrationTest, DOMUtilTest, TestNRTOpen, LeaderTragicEventTest, PreAnalyzedUpdateProcessorTest, IgnoreLargeDocumentProcessorFactoryTest, SolrMetricManagerTest, TestPayloadScoreQParserPlugin, TestOnReconnectListenerSupport, TestQueryingOnDownCollection, TestEmbeddedSolrServerConstructors, TestSolrCoreParser, HdfsChaosMonkeyNothingIsSafeTest, TestJsonRangeFacets, TestRandomFaceting, TestDelegationWithHadoopAuth]
   [junit4] Completed [168/919 (1!)] on J2 in 4.26s, 8 tests, 1 failure <<< FAILURES!

[...truncated 2456 lines...]
   [junit4] Suite: org.apache.solr.search.facet.TestJsonFacets
   [junit4]   2> 2308551 INFO  (SUITE-TestJsonFacets-seed#[237CE26BC875623]-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-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 2308551 INFO  (SUITE-TestJsonFacets-seed#[237CE26BC875623]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2308551 INFO  (SUITE-TestJsonFacets-seed#[237CE26BC875623]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.search.facet.TestJsonFacets_237CE26BC875623-001/data-dir-201-001
   [junit4]   2> 2308551 WARN  (SUITE-TestJsonFacets-seed#[237CE26BC875623]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=39 numCloses=39
   [junit4]   2> 2308551 INFO  (SUITE-TestJsonFacets-seed#[237CE26BC875623]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2308553 INFO  (SUITE-TestJsonFacets-seed#[237CE26BC875623]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 2308553 INFO  (SUITE-TestJsonFacets-seed#[237CE26BC875623]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2308561 INFO  (SUITE-TestJsonFacets-seed#[237CE26BC875623]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 2308574 INFO  (SUITE-TestJsonFacets-seed#[237CE26BC875623]-worker) [     ] o.a.s.s.IndexSchema Schema name=example
   [junit4]   2> 2308772 INFO  (SUITE-TestJsonFacets-seed#[237CE26BC875623]-worker) [     ] o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid field id
   [junit4]   2> 2309810 WARN  (SUITE-TestJsonFacets-seed#[237CE26BC875623]-worker) [     ] o.a.s.c.CoreContainer Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/userfiles].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_252]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:801) ~[?:?]
   [junit4]   2> 	at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:376) ~[?:?]
   [junit4]   2> 	at java.nio.file.Files.createDirectory(Files.java:674) ~[?:1.8.0_252]
   [junit4]   2> 	at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781) ~[?:1.8.0_252]
   [junit4]   2> 	at java.nio.file.Files.createDirectories(Files.java:727) ~[?:1.8.0_252]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:367) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:332) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:170) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:807) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:797) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:658) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:647) [java/:?]
   [junit4]   2> 	at org.apache.solr.search.facet.TestJsonFacets.beforeTests(TestJsonFacets.java:76) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
   [junit4]   2> 2309812 WARN  (SUITE-TestJsonFacets-seed#[237CE26BC875623]-worker) [     ] o.a.s.f.DistribPackageStore Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/filestore] directory in SOLR_HOME [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_252]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_252]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1311) ~[?:1.8.0_252]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1343) ~[?:1.8.0_252]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:561) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:81) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:78) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:668) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:171) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:807) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:797) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:658) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:647) [java/:?]
   [junit4]   2> 	at org.apache.solr.search.facet.TestJsonFacets.beforeTests(TestJsonFacets.java:76) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
   [junit4]   2> 2309813 INFO  (SUITE-TestJsonFacets-seed#[237CE26BC875623]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2309813 WARN  (SUITE-TestJsonFacets-seed#[237CE26BC875623]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1038e66c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2309814 WARN  (SUITE-TestJsonFacets-seed#[237CE26BC875623]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1038e66c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2309816 WARN  (SUITE-TestJsonFacets-seed#[237CE26BC875623]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4830dd62[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2309816 WARN  (SUITE-TestJsonFacets-seed#[237CE26BC875623]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4830dd62[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2309817 WARN  (SUITE-TestJsonFacets-seed#[237CE26BC875623]-worker) [     ] 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> 2309860 INFO  (SUITE-TestJsonFacets-seed#[237CE26BC875623]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6246b860
   [junit4]   2> 2309870 INFO  (SUITE-TestJsonFacets-seed#[237CE26BC875623]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6246b860
   [junit4]   2> 2309870 INFO  (SUITE-TestJsonFacets-seed#[237CE26BC875623]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6246b860
   [junit4]   2> 2310075 INFO  (coreLoadExecutor-20112-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2310088 INFO  (coreLoadExecutor-20112-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 2310102 INFO  (coreLoadExecutor-20112-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=example
   [junit4]   2> 2310171 INFO  (coreLoadExecutor-20112-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid field id
   [junit4]   2> 2310183 INFO  (coreLoadExecutor-20112-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 2310184 INFO  (coreLoadExecutor-20112-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@6246b860
   [junit4]   2> 2310184 INFO  (coreLoadExecutor-20112-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.search.facet.TestJsonFacets_237CE26BC875623-001/data-dir-201-001/]
   [junit4]   2> 2310186 INFO  (coreLoadExecutor-20112-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=88.6640625, floorSegmentMB=0.220703125, forceMergeDeletesPctAllowed=20.269217634659512, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8974548083956331, deletesPctAllowed=44.59237848557166
   [junit4]   2> 2310188 WARN  (coreLoadExecutor-20112-thread-1) [    x:collection1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2310237 INFO  (coreLoadExecutor-20112-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2310237 INFO  (coreLoadExecutor-20112-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2310238 INFO  (coreLoadExecutor-20112-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2310238 INFO  (coreLoadExecutor-20112-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2310239 INFO  (coreLoadExecutor-20112-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=1.0341796875, floorSegmentMB=1.5419921875, forceMergeDeletesPctAllowed=13.167690219778201, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.31886298900738574, deletesPctAllowed=36.394873664913675
   [junit4]   2> 2310240 WARN  (coreLoadExecutor-20112-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf ; switching to use InMemory storage instead.
   [junit4]   2> 2310241 INFO  (coreLoadExecutor-20112-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 2310241 INFO  (coreLoadExecutor-20112-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1676928518228803584
   [junit4]   2> 2310244 INFO  (SUITE-TestJsonFacets-seed#[237CE26BC875623]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2310254 INFO  (TEST-TestJsonFacets.testPrelimSortingDistribExtraStatAndFacet-seed#[237CE26BC875623]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testPrelimSortingDistribExtraStatAndFacet {p0=ENUM}
   [junit4]   2> 2310261 WARN  (TEST-TestJsonFacets.testPrelimSortingDistribExtraStatAndFacet-seed#[237CE26BC875623]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2310261 INFO  (TEST-TestJsonFacets.testPrelimSortingDistribExtraStatAndFacet-seed#[237CE26BC875623]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2310261 INFO  (TEST-TestJsonFacets.testPrelimSortingDistribExtraStatAndFacet-seed#[237CE26BC875623]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2310261 INFO  (TEST-TestJsonFacets.testPrelimSortingDistribExtraStatAndFacet-seed#[237CE26BC875623]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_252-b09
   [junit4]   2> 2310262 INFO  (TEST-TestJsonFacets.testPrelimSortingDistribExtraStatAndFacet-seed#[237CE26BC875623]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2310262 INFO  (TEST-TestJsonFacets.testPrelimSortingDistribExtraStatAndFacet-seed#[237CE26BC875623]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2310262 INFO  (TEST-TestJsonFacets.testPrelimSortingDistribExtraStatAndFacet-seed#[237CE26BC875623]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2310262 INFO  (TEST-TestJsonFacets.testPrelimSortingDistribExtraStatAndFacet-seed#[237CE26BC875623]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5e956a49{/solr,null,AVAILABLE}
   [junit4]   2> 2310263 INFO  (searcherExecutor-20114-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2310264 INFO  (TEST-TestJsonFacets.testPrelimSortingDistribExtraStatAndFacet-seed#[237CE26BC875623]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@261ad583{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:38859}
   [junit4]   2> 2310264 INFO  (TEST-TestJsonFacets.testPrelimSortingDistribExtraStatAndFacet-seed#[237CE26BC875623]) [     ] o.e.j.s.Server Started @2310301ms
   [junit4]   2> 2310264 INFO  (TEST-TestJsonFacets.testPrelimSortingDistribExtraStatAndFacet-seed#[237CE26BC875623]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema_latest.xml, solrconfig=solrconfig-tlog.xml, hostContext=/solr, hostPort=38859}
   [junit4]   2> 2310264 ERROR (TEST-TestJsonFacets.testPrelimSortingDistribExtraStatAndFacet-seed#[237CE26BC875623]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2310264 INFO  (TEST-TestJsonFacets.testPrelimSortingDistribExtraStatAndFacet-seed#[237CE26BC875623]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2310264 INFO  (TEST-TestJsonFacets.testPrelimSortingDistribExtraStatAndFacet-seed#[237CE26BC875623]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 2310264 INFO  (TEST-TestJsonFacets.testPrelimSortingDistribExtraStatAndFacet-seed#[237CE26BC875623]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 2310264 INFO  (TEST-TestJsonFacets.testPrelimSortingDistribExtraStatAndFacet-seed#[237CE26BC875623]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 2310264 INFO  (TEST-TestJsonFacets.testPrelimSortingDistribExtraStatAndFacet-seed#[237CE26BC875623]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-09-04T18:20:58.307Z
   [junit4]   2> 2310264 INFO  (TEST-TestJsonFacets.testPrelimSortingDistribExtraStatAndFacet-seed#[237CE26BC875623]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.search.facet.TestJsonFacets_237CE26BC875623-001/s0-001/solr.xml
   [junit4]   2> 2310268 INFO  (TEST-TestJsonFacets.testPrelimSortingDistribExtraStatAndFacet-seed#[237CE26BC875623]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2310268 INFO  (TEST-TestJsonFacets.testPrelimSortingDistribExtraStatAndFacet-seed#[237CE26BC875623]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2310270 INFO  (TEST-TestJsonFacets.testPrelimSortingDistribExtraStatAndFacet-seed#[237CE26BC875623]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6246b860, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2311757 INFO  (TEST-TestJsonFacets.testPrelimSortingDistribExtraStatAndFacet-seed#[237CE26BC875623]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2311758 WARN  (TEST-TestJsonFacets.testPrelimSortingDistribExtraStatAndFacet-seed#[237CE26BC875623]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@561af3fd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2311758 WARN  (TEST-TestJsonFacets.testPrelimSortingDistribExtraStatAndFacet-seed#[237CE26BC875623]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@561af3fd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2311766 WARN  (TEST-TestJsonFacets.testPrelimSortingDistribExtraStatAndFacet-seed#[237CE26BC875623]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2fbcd790[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2311766 WARN  (TEST-TestJsonFacets.testPrelimSortingDistribExtraStatAndFacet-seed#[237CE26BC875623]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2fbcd790[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2311767 WARN  (TEST-TestJsonFacets.testPrelimSortingDistribExtraStatAndFacet-seed#[237CE26BC875623]) [     ] 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> 2311786 INFO  (TEST-TestJsonFacets.testPrelimSortingDistribExtraStatAndFacet-seed#[237CE26BC875623]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache 

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

rkspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.search.facet.TestJsonFacets_237CE26BC875623-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {num_dd=PostingsFormat(name=LuceneVarGapFixedInterval), num_lds=PostingsFormat(name=MockRandom), sparse_num_f=PostingsFormat(name=MockRandom), where_s_multi_not_uninvert=PostingsFormat(name=Direct), where_sds=PostingsFormat(name=MockRandom), sparse_num_d=BlockTreeOrds(blocksize=128), Z_num_id=PostingsFormat(name=LuceneVarGapFixedInterval), z_ids=PostingsFormat(name=LuceneVarGapFixedInterval), cat_ss=PostingsFormat(name=LuceneVarGapFixedInterval), sparse_num_dd=BlockTreeOrds(blocksize=128), f_ids=PostingsFormat(name=LuceneVarGapFixedInterval), book_s=PostingsFormat(name=LuceneVarGapFixedInterval), Z_num_i=PostingsFormat(name=LuceneVarGapFixedInterval), id=PostingsFormat(name=LuceneVarGapFixedInterval), Z_num_l=PostingsFormat(name=MockRandom), where_s_single_not_uninvert_dv=PostingsFormat(name=Direct), date_dtd=PostingsFormat(name=LuceneVarGapFixedInterval), cat_sd=PostingsFormat(name=MockRandom), 2_s=PostingsFormat(name=MockRandom), _root_=PostingsFormat(name=MockRandom), multi_sds=BlockTreeOrds(blocksize=128), num_f=PostingsFormat(name=Direct), where_sd=PostingsFormat(name=Direct), num_id=BlockTreeOrds(blocksize=128), y_s=PostingsFormat(name=Direct), bar_i=PostingsFormat(name=Direct), num_d=PostingsFormat(name=LuceneVarGapFixedInterval), num_ds=BlockTreeOrds(blocksize=128), date_dtds=BlockTreeOrds(blocksize=128), num_i=BlockTreeOrds(blocksize=128), cost_f=BlockTreeOrds(blocksize=128), x_ids=PostingsFormat(name=Direct), num_l=PostingsFormat(name=LuceneVarGapFixedInterval), num_ls=BlockTreeOrds(blocksize=128), where_ss=BlockTreeOrds(blocksize=128), num_ids=PostingsFormat(name=Direct), super_s=PostingsFormat(name=Direct), date_dt=PostingsFormat(name=Direct), cat_sds=PostingsFormat(name=Direct), book_id_s=PostingsFormat(name=Direct), super_sds=PostingsFormat(name=MockRandom), Z_long_ld=PostingsFormat(name=MockRandom), sparse_ss=PostingsFormat(name=Direct), super_sd=PostingsFormat(name=LuceneVarGapFixedInterval), where_s=PostingsFormat(name=LuceneVarGapFixedInterval), where_s_multi_not_uninvert_dv=BlockTreeOrds(blocksize=128), Z_long_l=PostingsFormat(name=MockRandom), sparse_sd=BlockTreeOrds(blocksize=128), num_is=PostingsFormat(name=Direct), multi_ss=PostingsFormat(name=MockRandom), type_s=PostingsFormat(name=MockRandom), sparse_sds=PostingsFormat(name=LuceneVarGapFixedInterval), page_s=PostingsFormat(name=Direct), f_sd=PostingsFormat(name=MockRandom), 1_s=PostingsFormat(name=Direct), super_ss=BlockTreeOrds(blocksize=128), 3_s=PostingsFormat(name=LuceneVarGapFixedInterval), val_b=BlockTreeOrds(blocksize=128), cat_s=PostingsFormat(name=MockRandom), v_t=PostingsFormat(name=LuceneVarGapFixedInterval), foo_s=PostingsFormat(name=MockRandom), make_s=PostingsFormat(name=MockRandom), x_t=PostingsFormat(name=Direct), z_t=PostingsFormat(name=LuceneVarGapFixedInterval), where_s_single_not_uninvert=PostingsFormat(name=MockRandom), sparse_s=BlockTreeOrds(blocksize=128), num_dds=PostingsFormat(name=MockRandom), model_s=PostingsFormat(name=Direct), num_fds=BlockTreeOrds(blocksize=128), num_fs=PostingsFormat(name=MockRandom)}, docValues:{num_dd=DocValuesFormat(name=Lucene80), num_lds=DocValuesFormat(name=Asserting), cat_sds=DocValuesFormat(name=Lucene80), where_sds=DocValuesFormat(name=Asserting), Z_num_id=DocValuesFormat(name=Lucene80), super_sds=DocValuesFormat(name=Asserting), z_ids=DocValuesFormat(name=Lucene80), Z_long_ld=DocValuesFormat(name=Asserting), sparse_num_dd=DocValuesFormat(name=Direct), f_ids=DocValuesFormat(name=Lucene80), super_sd=DocValuesFormat(name=Lucene80), where_s_multi_not_uninvert_dv=DocValuesFormat(name=Direct), sparse_sd=DocValuesFormat(name=Direct), where_s_single_not_uninvert_dv=DocValuesFormat(name=Lucene80), date_dtd=DocValuesFormat(name=Lucene80), sparse_sds=DocValuesFormat(name=Lucene80), f_sd=DocValuesFormat(name=Asserting), cat_sd=DocValuesFormat(name=Asserting), multi_sds=DocValuesFormat(name=Direct), where_sd=DocValuesFormat(name=Lucene80), num_id=DocValuesFormat(name=Direct), date_dtds=DocValuesFormat(name=Direct), _version_=DocValuesFormat(name=Asserting), x_ids=DocValuesFormat(name=Lucene80), num_dds=DocValuesFormat(name=Asserting), num_fds=DocValuesFormat(name=Direct), num_ids=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1963, maxMBSortInHeap=6.7149379277409995, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=be, timezone=America/Argentina/Cordoba
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=240481296,total=530579456
   [junit4]   2> NOTE: All tests run in this JVM: [DeleteReplicaTest, TestCloudJSONFacetJoinDomain, TriggerIntegrationTest, TestFieldResource, TestComponentsName, TestDFISimilarityFactory, HdfsLockFactoryTest, ReindexCollectionTest, HttpPartitionOnCommitTest, TestAuthorizationFramework, ConvertedLegacyTest, LeaderElectionIntegrationTest, DOMUtilTest, TestNRTOpen, LeaderTragicEventTest, PreAnalyzedUpdateProcessorTest, IgnoreLargeDocumentProcessorFactoryTest, SolrMetricManagerTest, TestPayloadScoreQParserPlugin, TestOnReconnectListenerSupport, TestQueryingOnDownCollection, TestEmbeddedSolrServerConstructors, TestSolrCoreParser, HdfsChaosMonkeyNothingIsSafeTest, TestJsonRangeFacets, TestRandomFaceting, TestDelegationWithHadoopAuth, CachingDirectoryFactoryTest, PeerSyncWithLeaderTest, PhrasesIdentificationComponentTest, CreateRoutedAliasTest, TestFieldCacheWithThreads, ShardRoutingTest, TestSafeXMLParsing, TestUninvertingReader, TestSimPolicyCloud, TestDynamicFieldNamesIndexCorrectly, UpdateRequestProcessorFactoryTest, TestMultiValuedNumericRangeQuery, ResponseHeaderTest, BasicDistributedZk2Test, CoreMergeIndexesAdminHandlerTest, TestRequestForwarding, AtomicUpdatesTest, TestFieldCacheReopen, ExitableDirectoryReaderTest, SolrJmxReporterCloudTest, TestFaceting, RoutingToNodesWithPropertiesTest, TestTlogReplayVsRecovery, ZookeeperStatusHandlerTest, TestUnifiedSolrHighlighter, DistributedTermsComponentTest, PreAnalyzedFieldManagedSchemaCloudTest, BlockJoinFacetDistribTest, SolrShardReporterTest, TestXmlQParserPlugin, TestSnapshotCloudManager, PeerSyncTest, ComputePlanActionTest, TestSimDistribStateManager, TestCaffeineCache, SegmentsInfoRequestHandlerTest, SuggestComponentContextFilterQueryTest, CustomTermsComponentTest, HdfsRecoveryZkTest, FileUtilsTest, TestReplicationHandlerBackup, JSONWriterTest, ConcurrentCreateRoutedAliasTest, NestedShardedAtomicUpdateTest, SimplePostToolTest, TestFreeTextSuggestions, CdcrWithNodesRestartsTest, TestCustomDocTransformer, StatsReloadRaceTest, TestReloadDeadlock, SuggesterFSTTest, XmlUpdateRequestHandlerTest, TestFiltering, TestConfigSetProperties, ZkCLITest, HdfsTlogReplayBufferedWhileIndexingTest, SpatialRPTFieldTypeTest, TestSmileRequest, ActionThrottleTest, TestIndexSearcher, TestSQLHandler, ConcurrentCreateCollectionTest, BinaryUpdateRequestHandlerTest, TestDocBasedVersionConstraints, OverseerSolrResponseUnsafeSerializationTest, TestSolrCloudWithSecureImpersonation, HighlighterMaxOffsetTest, MaxScoreCollectorTest, MetricTriggerTest, TestSort, DistribDocExpirationUpdateProcessorTest, TestCollectionsAPIViaSolrCloudCluster, TestPerFieldSimilarityWithDefaultOverride, BasicAuthStandaloneTest, TaggingAttributeTest, CoreAdminCreateDiscoverTest, TestFastOutputStream, VersionInfoTest, SearchHandlerTest, GraphQueryTest, TestRTGBase, OverseerCollectionConfigSetProcessorTest, TestContainerPlugin, SpellPossibilityIteratorTest, SearchHandlerTest, AddReplicaTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, CleanupOldIndexTest, ClusterStateMockUtilTest, ClusterStateTest, ClusterStateUpdateTest, DistribJoinFromCollectionTest, DocValuesNotIndexedTest, ForceLeaderTest, HttpPartitionTest, MetricsHistoryIntegrationTest, MigrateRouteKeyTest, OverseerTest, ReplaceNodeTest, SplitShardTest, SystemCollectionCompatTest, TestCloudConsistency, TestHashPartitioner, TestSegmentSorting, TestTlogReplica, TestLocalFSCloudBackupRestore, TestRequestStatusCollectionAPI, IndexSizeTriggerSizeEstimationTest, NodeLostTriggerIntegrationTest, NodeLostTriggerTest, ScheduledTriggerIntegrationTest, TestSimDistributedQueue, TestSimExecutePlanAction, TestSimExtremeIndexing, TestSimGenericDistributedQueue, TestSimLargeCluster, TestStressThreadBackup, TestSystemCollAutoCreate, IndexSizeEstimatorTest, LukeRequestHandlerTest, TestApiFramework, TestCollectionAPIs, TestConfigsApi, DistributedDebugComponentTest, DistributedExpandComponentTest, DistributedFacetPivotLargeTest, DistributedQueryComponentCustomSortTest, TermVectorComponentDistributedTest, RandomizedTaggerTest, TestSlowCompositeReaderWrapper, UninvertDocValuesMergePolicyTest, TestLegacyField, TestNumericRangeQuery64, SmileWriterTest, TestRawResponseWriter, TestRetrieveFieldsOptimizer, TestSubQueryTransformerCrossCore, TestSubQueryTransformerDistrib, TestFieldTypeResource, TestSchemaNameResource, TestSchemaSimilarityResource, TestSerializedLuceneMatchVersion, TestManagedStopFilterFactory, BadCopyFieldTest, BooleanFieldTest, CopyFieldTest, DateRangeFieldTest, EnumFieldTest, IndexSchemaTest, NotRequiredUniqueKeyTest, PreAnalyzedFieldTest, SynonymTokenizerTest, TestCloudManagedSchema, TestManagedSchemaAPI, TestPointFields, MergeStrategyTest, SortSpecParsingTest, TestDocSet, TestElisionMultitermQuery, TestFoldingMultitermQuery, TestLRUCache, TestLegacyNumericRangeQueryBuilder, TestMaxScoreQueryParser, TestMissingGroups, TestPseudoReturnFields, TestRealTimeGet, TestSearchPerf, TestSolr4Spatial, TestStandardQParsers, TestStressLucene, TestStressRecovery, TestStressReorder, TestStressUserVersions, TestSurroundQueryParser, TestTermsQParserPlugin, TestTrieFacet, TestCloudJSONFacetSKGEquiv, TestJsonFacetErrors, TestJsonFacetRefinement, TestJsonFacets]
   [junit4] Completed [883/919 (2!)] on J2 in 226.09s, 162 tests, 1 error <<< FAILURES!

[...truncated 52442 lines...]